@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "tmc_theme.scss". This file should be named
 * THEMENAME.scss.
 *
 * This application file (THEMENAME.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Modules: Dictate minor layout modules or reusable elements.
 * - States: Describe the appearance of a module in various states.
 * - Theme: Specific customizations for your subtheme.
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 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 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #140C0C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 3.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3.125rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 100%;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #140C0C;
  color: #140C0C;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #140C0C; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #140C0C; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(20, 12, 12, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #140C0C;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #140C0C; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #140C0C; }

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #140C0C;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #140C0C;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #E73833;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #d61e19;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #E73833;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #ca1d18;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #140C0C; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #140C0C; }
  .button.warning {
    background-color: #ffae00;
    color: #140C0C; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #140C0C; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #E73833;
    color: #E73833; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #7e120f;
      color: #7e120f; }
    .button.hollow.primary {
      border: 1px solid #E73833;
      color: #E73833; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #7e120f;
        color: #7e120f; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #E73833;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #E73833;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #140C0C; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #140C0C; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #E73833; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #E73833; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #E73833; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #140C0C; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #E73833 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #E73833;
  color: #fefefe; }
  .badge.primary {
    background: #E73833;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #140C0C; }
  .badge.warning {
    background: #ffae00;
    color: #140C0C; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #140C0C;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #E73833; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #E73833;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #ca1d18;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #140C0C; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #140C0C; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #140C0C; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #140C0C; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(20, 12, 12, 0.25);
  border-radius: 0;
  background-color: white;
  color: #140C0C; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fbe1e0;
    color: #140C0C; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #140C0C; }
  .callout.success {
    background-color: #e1faea;
    color: #140C0C; }
  .callout.warning {
    background-color: #fff3d9;
    color: #140C0C; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #140C0C; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #140C0C; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #140C0C; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  .menu > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: -ms-flexbox;
    display: flex; }
  .menu > li > a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .menu > li, .menu.horizontal > li {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .menu.expanded > li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .menu.vertical > li {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .menu.medium-expanded > li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.medium-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.medium-vertical {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu.medium-vertical > li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .menu.large-expanded > li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.large-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.large-vertical {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu.large-vertical > li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .menu.icon-top > li > a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #E73833;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #140C0C;
    box-shadow: 0 7px 0 #140C0C, 0 14px 0 #140C0C;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #E73833;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #E73833 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #E73833;
  color: #fefefe; }
  .label.primary {
    background: #E73833;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #140C0C; }
  .label.warning {
    background: #ffae00;
    color: #140C0C; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(20, 12, 12, 0.7); }
  .off-canvas.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(20, 12, 12, 0.7); }
  .off-canvas-absolute.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(-250px);
      transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -ms-transform: translateX(250px);
        transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(20, 12, 12, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(250px);
      transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -ms-transform: translateX(-250px);
        transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(20, 12, 12, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(-250px);
      transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -ms-transform: translateY(250px);
        transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(20, 12, 12, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(250px);
      transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -ms-transform: translateY(-250px);
        transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(20, 12, 12, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(20, 12, 12, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(20, 12, 12, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #140C0C; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #E73833;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #140C0C; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #E73833; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #E73833; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #E73833;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #d61e19; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(20, 12, 12, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 100%; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #E73833; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #140C0C; }
  table tfoot {
    background: #f1f1f1;
    color: #140C0C; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #E73833; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #e62c26; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #E73833; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #d91f1a; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #E73833; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #140C0C;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(20, 12, 12, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(231, 56, 51, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #140C0C;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px; }

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #140C0C;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #140C0C;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #140C0C transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #140C0C;
    top: 50%;
    bottom: auto;
    left: 100%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #140C0C transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
      .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.wrapper {
  width: 100%;
  position: relative; }

#main {
  padding-left: 0;
  padding-right: 0; }

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.error {
  color: #ff0000; }

.dropbutton-wrapper li > a {
  color: #fefefe; }

.limit-block-width {
  max-width: 1200px;
  margin: 0 auto; }

.viewport-pad {
  padding-right: 1rem;
  padding-left: 1rem; }
  .viewport-pad .viewport-pad {
    padding-right: 0;
    padding-left: 0; }
  @media screen and (min-width: 75em) {
    .viewport-pad {
      padding-left: 0;
      padding-right: 0; } }

.field-type-text-with-summary .field-item img, .field-type-text-long .field-item img {
  padding: 0 1em 1em; }
  .field-type-text-with-summary .field-item img.align-left, .field-type-text-long .field-item img.align-left {
    padding-left: 0; }
  .field-type-text-with-summary .field-item img.align-right, .field-type-text-long .field-item img.align-right {
    padding-right: 0; }

.field-type-text-with-summary .field-item figure, .field-type-text-long .field-item figure {
  padding: 0 1em 1em; }
  .field-type-text-with-summary .field-item figure.align-left, .field-type-text-long .field-item figure.align-left {
    padding-left: 0; }
  .field-type-text-with-summary .field-item figure.align-right, .field-type-text-long .field-item figure.align-right {
    padding-right: 0; }
  .field-type-text-with-summary .field-item figure img, .field-type-text-long .field-item figure img {
    padding: 0; }
  .field-type-text-with-summary .field-item figure figcaption, .field-type-text-long .field-item figure figcaption {
    font-size: 0.8em; }

.js td .dropbutton-multiple {
  background-color: transparent;
  padding-top: .75em; }
  .js td .dropbutton-multiple .dropbutton-widget {
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding-left: 1em; }
    .js td .dropbutton-multiple .dropbutton-widget .dropbutton-action > a {
      color: #140C0C;
      text-decoration: none; }

.off-canvas-wrapper {
  clear: both; }

.block-tmc-theme-page-title {
  background-color: #E73833;
  background-image: none;
  background-position: center;
  background-size: cover;
  width: 100%;
  font-size: 2rem;
  padding: 1em 0;
  color: #fefefe; }
  .block-tmc-theme-page-title.header-type--solid.section--public, .block-tmc-theme-page-title.header-type--illustration.section--public {
    background-color: #E73833;
    color: #fefefe; }
  .block-tmc-theme-page-title.header-type--solid.section--corporate, .block-tmc-theme-page-title.header-type--illustration.section--corporate {
    background-color: #e9f6ff;
    color: #140C0C; }
  .block-tmc-theme-page-title.header-type--illustration {
    min-height: 320px;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat; }
  .block-tmc-theme-page-title.header-type--photo {
    text-shadow: 0 0 10px #444444; }
    .block-tmc-theme-page-title.header-type--photo.header-image-right {
      background-position: right;
      background-size: 200% auto; }
      @media print, screen and (min-width: 40em) {
        .block-tmc-theme-page-title.header-type--photo.header-image-right {
          background-size: cover; } }
  @media print, screen and (min-width: 40em) {
    .block-tmc-theme-page-title {
      font-size: 2.7rem;
      padding: 1.5em 0; } }
  @media print, screen and (min-width: 64em) {
    .block-tmc-theme-page-title {
      font-size: 3.125rem; } }
  .block-tmc-theme-page-title h1 {
    font-size: inherit;
    margin: 0; }
  .block-tmc-theme-page-title .subtitle {
    font-size: 0.4em; }

body.section-dashboard .block-tmc-theme-page-title {
  margin: 0;
  padding: 0.5em 0;
  background-color: #414141;
  height: auto; }
  body.section-dashboard .block-tmc-theme-page-title h1 {
    color: #fefefe;
    font-size: inherit;
    margin: 0;
    padding: 0; }

.cursive {
  font-family: "Caveat", cursive;
  font-weight: bold;
  color: #140C0C; }

.trailing-arrow {
  padding-right: 1.3em;
  line-height: 1;
  background-image: url("/modules/custom/temp_content/assets/images/arrow.png");
  background-repeat: no-repeat;
  background-position: center right; }

.row.collapse {
  display: -ms-flexbox;
  display: flex; }
  .row.collapse .column, .row.collapse .columns {
    display: -ms-flexbox;
    display: flex; }

.wrapper-content-bottom {
  background-color: #DAFDFD; }

.has_clouds, #block-views-block-articles-block-1, #block-views-block-articles-latest-articles, .dashboard #views-block--articles-latest-articles {
  position: relative;
  z-index: 1;
  background-color: #DAFDFD; }
  @media print, screen and (min-width: 64em) {
    .has_clouds, #block-views-block-articles-block-1, #block-views-block-articles-latest-articles, .dashboard #views-block--articles-latest-articles {
      padding: 5em 0; }
      .has_clouds::before, #block-views-block-articles-block-1::before, #block-views-block-articles-latest-articles::before, .dashboard #views-block--articles-latest-articles::before {
        background-image: url("../images/cloud-left.png");
        content: '';
        height: 150px;
        position: absolute;
        top: 3%;
        width: 147px;
        z-index: -1; }
      .has_clouds::after, #block-views-block-articles-block-1::after, #block-views-block-articles-latest-articles::after, .dashboard #views-block--articles-latest-articles::after {
        background-image: url("../images/cloud-right.png");
        content: '';
        height: 273px;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 310px;
        z-index: -1; } }

.margin-top {
  margin-top: 1.5em; }

label.form-required {
  float: left;
  border-left: 4px solid #E73833;
  padding-left: 0.5em; }
  label.form-required::after {
    content: 'Required';
    color: #E73833;
    font-size: 0.6em;
    padding-left: 2em; }

[type='text'].error,
[type='password'].error,
[type='date'].error,
[type='datetime'].error,
[type='datetime-local'].error,
[type='month'].error,
[type='week'].error,
[type='email'].error,
[type='number'].error,
[type='search'].error,
[type='tel'].error,
[type='time'].error,
[type='url'].error,
[type='color'].error,
textarea.error {
  border-color: #E73833;
  background-color: #FFF056; }

a.location-link-icon {
  display: inline-block;
  color: #black;
  position: relative; }
  a.location-link-icon::after {
    position: absolute;
    color: #8a8a8a;
    top: -0.2em;
    right: -2em;
    width: 2em;
    height: 2em;
    background-image: url("../images/bg-direction-hint.png");
    background-size: contain;
    content: ''; }

.entity-form--state--confirm .form-wrapper {
  display: none; }
  .entity-form--state--confirm .form-wrapper.form-actions {
    display: block; }

.width-100 {
  width: 100px; }

ul.js-pager__items {
  list-style: none;
  text-align: center; }
  ul.js-pager__items li {
    display: inline-block;
    padding: 1em 2em; }

.view-content {
  position: relative;
  width: 100%;
  height: 100%; }
  .view-content:after {
    content: "";
    display: table;
    clear: both; }
  .view-content table {
    box-shadow: 0 0 5px #aaa inset;
    padding: 0.313rem; }
    .view-content table tbody tr:last-child .dropbutton-widget {
      position: relative;
      display: block; }

h1 {
  font-weight: bold; }

blockquote {
  font-family: "Caveat", cursive;
  font-size: 2.000em; }

p, li {
  font-size: 1.000em; }

strong {
  font-weight: 500; }

select {
  font-size: 0.8rem; }

.margin-bottom {
  margin-bottom: 1rem; }

.margin-bottom-small {
  margin-bottom: 0.5rem; }

.margin-bottom-large {
  margin-bottom: 2rem; }

@font-face {
  font-family: 'IcoMoon-Free';
  src: url("../fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.icon::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'IcoMoon-Free' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale; }

.icon-home:before {
  content: "\e900"; }

.icon-home2:before {
  content: "\e901"; }

.icon-home3:before {
  content: "\e902"; }

.icon-office:before {
  content: "\e903"; }

.icon-newspaper:before {
  content: "\e904"; }

.icon-pencil:before {
  content: "\e905"; }

.icon-pencil2:before {
  content: "\e906"; }

.icon-quill:before {
  content: "\e907"; }

.icon-pen:before {
  content: "\e908"; }

.icon-blog:before {
  content: "\e909"; }

.icon-eyedropper:before {
  content: "\e90a"; }

.icon-droplet:before {
  content: "\e90b"; }

.icon-paint-format:before {
  content: "\e90c"; }

.icon-image:before {
  content: "\e90d"; }

.icon-images:before {
  content: "\e90e"; }

.icon-camera:before {
  content: "\e90f"; }

.icon-headphones:before {
  content: "\e910"; }

.icon-music:before {
  content: "\e911"; }

.icon-play:before {
  content: "\e912"; }

.icon-film:before {
  content: "\e913"; }

.icon-video-camera:before {
  content: "\e914"; }

.icon-dice:before {
  content: "\e915"; }

.icon-pacman:before {
  content: "\e916"; }

.icon-spades:before {
  content: "\e917"; }

.icon-clubs:before {
  content: "\e918"; }

.icon-diamonds:before {
  content: "\e919"; }

.icon-bullhorn:before {
  content: "\e91a"; }

.icon-connection:before {
  content: "\e91b"; }

.icon-podcast:before {
  content: "\e91c"; }

.icon-feed:before {
  content: "\e91d"; }

.icon-mic:before {
  content: "\e91e"; }

.icon-book:before {
  content: "\e91f"; }

.icon-books:before {
  content: "\e920"; }

.icon-library:before {
  content: "\e921"; }

.icon-file-text:before {
  content: "\e922"; }

.icon-profile:before {
  content: "\e923"; }

.icon-file-empty:before {
  content: "\e924"; }

.icon-files-empty:before {
  content: "\e925"; }

.icon-file-text2:before {
  content: "\e926"; }

.icon-file-picture:before {
  content: "\e927"; }

.icon-file-music:before {
  content: "\e928"; }

.icon-file-play:before {
  content: "\e929"; }

.icon-file-video:before {
  content: "\e92a"; }

.icon-file-zip:before {
  content: "\e92b"; }

.icon-copy:before {
  content: "\e92c"; }

.icon-paste:before {
  content: "\e92d"; }

.icon-stack:before {
  content: "\e92e"; }

.icon-folder:before {
  content: "\e92f"; }

.icon-folder-open:before {
  content: "\e930"; }

.icon-folder-plus:before {
  content: "\e931"; }

.icon-folder-minus:before {
  content: "\e932"; }

.icon-folder-download:before {
  content: "\e933"; }

.icon-folder-upload:before {
  content: "\e934"; }

.icon-price-tag:before {
  content: "\e935"; }

.icon-price-tags:before {
  content: "\e936"; }

.icon-barcode:before {
  content: "\e937"; }

.icon-qrcode:before {
  content: "\e938"; }

.icon-ticket:before {
  content: "\e939"; }

.icon-cart:before {
  content: "\e93a"; }

.icon-coin-dollar:before {
  content: "\e93b"; }

.icon-coin-euro:before {
  content: "\e93c"; }

.icon-coin-pound:before {
  content: "\e93d"; }

.icon-coin-yen:before {
  content: "\e93e"; }

.icon-credit-card:before {
  content: "\e93f"; }

.icon-calculator:before {
  content: "\e940"; }

.icon-lifebuoy:before {
  content: "\e941"; }

.icon-phone:before {
  content: "\e942"; }

.icon-phone-hang-up:before {
  content: "\e943"; }

.icon-address-book:before {
  content: "\e944"; }

.icon-envelop:before {
  content: "\e945"; }

.icon-pushpin:before {
  content: "\e946"; }

.icon-location:before {
  content: "\e947"; }

.icon-location2:before {
  content: "\e948"; }

.icon-compass:before {
  content: "\e949"; }

.icon-compass2:before {
  content: "\e94a"; }

.icon-map:before {
  content: "\e94b"; }

.icon-map2:before {
  content: "\e94c"; }

.icon-history:before {
  content: "\e94d"; }

.icon-clock:before {
  content: "\e94e"; }

.icon-clock2:before {
  content: "\e94f"; }

.icon-alarm:before {
  content: "\e950"; }

.icon-bell:before {
  content: "\e951"; }

.icon-stopwatch:before {
  content: "\e952"; }

.icon-calendar:before {
  content: "\e953"; }

.icon-printer:before {
  content: "\e954"; }

.icon-keyboard:before {
  content: "\e955"; }

.icon-display:before {
  content: "\e956"; }

.icon-laptop:before {
  content: "\e957"; }

.icon-mobile:before {
  content: "\e958"; }

.icon-mobile2:before {
  content: "\e959"; }

.icon-tablet:before {
  content: "\e95a"; }

.icon-tv:before {
  content: "\e95b"; }

.icon-drawer:before {
  content: "\e95c"; }

.icon-drawer2:before {
  content: "\e95d"; }

.icon-box-add:before {
  content: "\e95e"; }

.icon-box-remove:before {
  content: "\e95f"; }

.icon-download:before {
  content: "\e960"; }

.icon-upload:before {
  content: "\e961"; }

.icon-floppy-disk:before {
  content: "\e962"; }

.icon-drive:before {
  content: "\e963"; }

.icon-database:before {
  content: "\e964"; }

.icon-undo:before {
  content: "\e965"; }

.icon-redo:before {
  content: "\e966"; }

.icon-undo2:before {
  content: "\e967"; }

.icon-redo2:before {
  content: "\e968"; }

.icon-forward:before {
  content: "\e969"; }

.icon-reply:before {
  content: "\e96a"; }

.icon-bubble:before {
  content: "\e96b"; }

.icon-bubbles:before {
  content: "\e96c"; }

.icon-bubbles2:before {
  content: "\e96d"; }

.icon-bubble2:before {
  content: "\e96e"; }

.icon-bubbles3:before {
  content: "\e96f"; }

.icon-bubbles4:before {
  content: "\e970"; }

.icon-user:before {
  content: "\e971"; }

.icon-users:before {
  content: "\e972"; }

.icon-user-plus:before {
  content: "\e973"; }

.icon-user-minus:before {
  content: "\e974"; }

.icon-user-check:before {
  content: "\e975"; }

.icon-user-tie:before {
  content: "\e976"; }

.icon-quotes-left:before {
  content: "\e977"; }

.icon-quotes-right:before {
  content: "\e978"; }

.icon-hour-glass:before {
  content: "\e979"; }

.icon-spinner:before {
  content: "\e97a"; }

.icon-spinner2:before {
  content: "\e97b"; }

.icon-spinner3:before {
  content: "\e97c"; }

.icon-spinner4:before {
  content: "\e97d"; }

.icon-spinner5:before {
  content: "\e97e"; }

.icon-spinner6:before {
  content: "\e97f"; }

.icon-spinner7:before {
  content: "\e980"; }

.icon-spinner8:before {
  content: "\e981"; }

.icon-spinner9:before {
  content: "\e982"; }

.icon-spinner10:before {
  content: "\e983"; }

.icon-spinner11:before {
  content: "\e984"; }

.icon-binoculars:before {
  content: "\e985"; }

.icon-search:before {
  content: "\e986"; }

.icon-zoom-in:before {
  content: "\e987"; }

.icon-zoom-out:before {
  content: "\e988"; }

.icon-enlarge:before {
  content: "\e989"; }

.icon-shrink:before {
  content: "\e98a"; }

.icon-enlarge2:before {
  content: "\e98b"; }

.icon-shrink2:before {
  content: "\e98c"; }

.icon-key:before {
  content: "\e98d"; }

.icon-key2:before {
  content: "\e98e"; }

.icon-lock:before {
  content: "\e98f"; }

.icon-unlocked:before {
  content: "\e990"; }

.icon-wrench:before {
  content: "\e991"; }

.icon-equalizer:before {
  content: "\e992"; }

.icon-equalizer2:before {
  content: "\e993"; }

.icon-cog:before {
  content: "\e994"; }

.icon-cogs:before {
  content: "\e995"; }

.icon-hammer:before {
  content: "\e996"; }

.icon-magic-wand:before {
  content: "\e997"; }

.icon-aid-kit:before {
  content: "\e998"; }

.icon-bug:before {
  content: "\e999"; }

.icon-pie-chart:before {
  content: "\e99a"; }

.icon-stats-dots:before {
  content: "\e99b"; }

.icon-stats-bars:before {
  content: "\e99c"; }

.icon-stats-bars2:before {
  content: "\e99d"; }

.icon-trophy:before {
  content: "\e99e"; }

.icon-gift:before {
  content: "\e99f"; }

.icon-glass:before {
  content: "\e9a0"; }

.icon-glass2:before {
  content: "\e9a1"; }

.icon-mug:before {
  content: "\e9a2"; }

.icon-spoon-knife:before {
  content: "\e9a3"; }

.icon-leaf:before {
  content: "\e9a4"; }

.icon-rocket:before {
  content: "\e9a5"; }

.icon-meter:before {
  content: "\e9a6"; }

.icon-meter2:before {
  content: "\e9a7"; }

.icon-hammer2:before {
  content: "\e9a8"; }

.icon-fire:before {
  content: "\e9a9"; }

.icon-lab:before {
  content: "\e9aa"; }

.icon-magnet:before {
  content: "\e9ab"; }

.icon-bin:before {
  content: "\e9ac"; }

.icon-bin2:before {
  content: "\e9ad"; }

.icon-briefcase:before {
  content: "\e9ae"; }

.icon-airplane:before {
  content: "\e9af"; }

.icon-truck:before {
  content: "\e9b0"; }

.icon-road:before {
  content: "\e9b1"; }

.icon-accessibility:before {
  content: "\e9b2"; }

.icon-target:before {
  content: "\e9b3"; }

.icon-shield:before {
  content: "\e9b4"; }

.icon-power:before {
  content: "\e9b5"; }

.icon-switch:before {
  content: "\e9b6"; }

.icon-power-cord:before {
  content: "\e9b7"; }

.icon-clipboard:before {
  content: "\e9b8"; }

.icon-list-numbered:before {
  content: "\e9b9"; }

.icon-list:before {
  content: "\e9ba"; }

.icon-list2:before {
  content: "\e9bb"; }

.icon-tree:before {
  content: "\e9bc"; }

.icon-menu:before {
  content: "\e9bd"; }

.icon-menu2:before {
  content: "\e9be"; }

.icon-menu3:before {
  content: "\e9bf"; }

.icon-menu4:before {
  content: "\e9c0"; }

.icon-cloud:before {
  content: "\e9c1"; }

.icon-cloud-download:before {
  content: "\e9c2"; }

.icon-cloud-upload:before {
  content: "\e9c3"; }

.icon-cloud-check:before {
  content: "\e9c4"; }

.icon-download2:before {
  content: "\e9c5"; }

.icon-upload2:before {
  content: "\e9c6"; }

.icon-download3:before {
  content: "\e9c7"; }

.icon-upload3:before {
  content: "\e9c8"; }

.icon-sphere:before {
  content: "\e9c9"; }

.icon-earth:before {
  content: "\e9ca"; }

.icon-link:before {
  content: "\e9cb"; }

.icon-flag:before {
  content: "\e9cc"; }

.icon-attachment:before {
  content: "\e9cd"; }

.icon-eye:before {
  content: "\e9ce"; }

.icon-eye-plus:before {
  content: "\e9cf"; }

.icon-eye-minus:before {
  content: "\e9d0"; }

.icon-eye-blocked:before {
  content: "\e9d1"; }

.icon-bookmark:before {
  content: "\e9d2"; }

.icon-bookmarks:before {
  content: "\e9d3"; }

.icon-sun:before {
  content: "\e9d4"; }

.icon-contrast:before {
  content: "\e9d5"; }

.icon-brightness-contrast:before {
  content: "\e9d6"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-heart:before {
  content: "\e9da"; }

.icon-heart-broken:before {
  content: "\e9db"; }

.icon-man:before {
  content: "\e9dc"; }

.icon-woman:before {
  content: "\e9dd"; }

.icon-man-woman:before {
  content: "\e9de"; }

.icon-happy:before {
  content: "\e9df"; }

.icon-happy2:before {
  content: "\e9e0"; }

.icon-smile:before {
  content: "\e9e1"; }

.icon-smile2:before {
  content: "\e9e2"; }

.icon-tongue:before {
  content: "\e9e3"; }

.icon-tongue2:before {
  content: "\e9e4"; }

.icon-sad:before {
  content: "\e9e5"; }

.icon-sad2:before {
  content: "\e9e6"; }

.icon-wink:before {
  content: "\e9e7"; }

.icon-wink2:before {
  content: "\e9e8"; }

.icon-grin:before {
  content: "\e9e9"; }

.icon-grin2:before {
  content: "\e9ea"; }

.icon-cool:before {
  content: "\e9eb"; }

.icon-cool2:before {
  content: "\e9ec"; }

.icon-angry:before {
  content: "\e9ed"; }

.icon-angry2:before {
  content: "\e9ee"; }

.icon-evil:before {
  content: "\e9ef"; }

.icon-evil2:before {
  content: "\e9f0"; }

.icon-shocked:before {
  content: "\e9f1"; }

.icon-shocked2:before {
  content: "\e9f2"; }

.icon-baffled:before {
  content: "\e9f3"; }

.icon-baffled2:before {
  content: "\e9f4"; }

.icon-confused:before {
  content: "\e9f5"; }

.icon-confused2:before {
  content: "\e9f6"; }

.icon-neutral:before {
  content: "\e9f7"; }

.icon-neutral2:before {
  content: "\e9f8"; }

.icon-hipster:before {
  content: "\e9f9"; }

.icon-hipster2:before {
  content: "\e9fa"; }

.icon-wondering:before {
  content: "\e9fb"; }

.icon-wondering2:before {
  content: "\e9fc"; }

.icon-sleepy:before {
  content: "\e9fd"; }

.icon-sleepy2:before {
  content: "\e9fe"; }

.icon-frustrated:before {
  content: "\e9ff"; }

.icon-frustrated2:before {
  content: "\ea00"; }

.icon-crying:before {
  content: "\ea01"; }

.icon-crying2:before {
  content: "\ea02"; }

.icon-point-up:before {
  content: "\ea03"; }

.icon-point-right:before {
  content: "\ea04"; }

.icon-point-down:before {
  content: "\ea05"; }

.icon-point-left:before {
  content: "\ea06"; }

.icon-warning:before {
  content: "\ea07"; }

.icon-notification:before {
  content: "\ea08"; }

.icon-question:before {
  content: "\ea09"; }

.icon-plus:before {
  content: "\ea0a"; }

.icon-minus:before {
  content: "\ea0b"; }

.icon-info:before {
  content: "\ea0c"; }

.icon-cancel-circle:before {
  content: "\ea0d"; }

.icon-blocked:before {
  content: "\ea0e"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-checkmark2:before {
  content: "\ea11"; }

.icon-spell-check:before {
  content: "\ea12"; }

.icon-enter:before {
  content: "\ea13"; }

.icon-exit:before {
  content: "\ea14"; }

.icon-play2:before {
  content: "\ea15"; }

.icon-pause:before {
  content: "\ea16"; }

.icon-stop:before {
  content: "\ea17"; }

.icon-previous:before {
  content: "\ea18"; }

.icon-next:before {
  content: "\ea19"; }

.icon-backward:before {
  content: "\ea1a"; }

.icon-forward2:before {
  content: "\ea1b"; }

.icon-play3:before {
  content: "\ea1c"; }

.icon-pause2:before {
  content: "\ea1d"; }

.icon-stop2:before {
  content: "\ea1e"; }

.icon-backward2:before {
  content: "\ea1f"; }

.icon-forward3:before {
  content: "\ea20"; }

.icon-first:before {
  content: "\ea21"; }

.icon-last:before {
  content: "\ea22"; }

.icon-previous2:before {
  content: "\ea23"; }

.icon-next2:before {
  content: "\ea24"; }

.icon-eject:before {
  content: "\ea25"; }

.icon-volume-high:before {
  content: "\ea26"; }

.icon-volume-medium:before {
  content: "\ea27"; }

.icon-volume-low:before {
  content: "\ea28"; }

.icon-volume-mute:before {
  content: "\ea29"; }

.icon-volume-mute2:before {
  content: "\ea2a"; }

.icon-volume-increase:before {
  content: "\ea2b"; }

.icon-volume-decrease:before {
  content: "\ea2c"; }

.icon-loop:before {
  content: "\ea2d"; }

.icon-loop2:before {
  content: "\ea2e"; }

.icon-infinite:before {
  content: "\ea2f"; }

.icon-shuffle:before {
  content: "\ea30"; }

.icon-arrow-up-left:before {
  content: "\ea31"; }

.icon-arrow-up:before {
  content: "\ea32"; }

.icon-arrow-up-right:before {
  content: "\ea33"; }

.icon-arrow-right:before {
  content: "\ea34"; }

.icon-arrow-down-right:before {
  content: "\ea35"; }

.icon-arrow-down:before {
  content: "\ea36"; }

.icon-arrow-down-left:before {
  content: "\ea37"; }

.icon-arrow-left:before {
  content: "\ea38"; }

.icon-arrow-up-left2:before {
  content: "\ea39"; }

.icon-arrow-up2:before {
  content: "\ea3a"; }

.icon-arrow-up-right2:before {
  content: "\ea3b"; }

.icon-arrow-right2:before {
  content: "\ea3c"; }

.icon-arrow-down-right2:before {
  content: "\ea3d"; }

.icon-arrow-down2:before {
  content: "\ea3e"; }

.icon-arrow-down-left2:before {
  content: "\ea3f"; }

.icon-arrow-left2:before {
  content: "\ea40"; }

.icon-circle-up:before {
  content: "\ea41"; }

.icon-circle-right:before {
  content: "\ea42"; }

.icon-circle-down:before {
  content: "\ea43"; }

.icon-circle-left:before {
  content: "\ea44"; }

.icon-tab:before {
  content: "\ea45"; }

.icon-move-up:before {
  content: "\ea46"; }

.icon-move-down:before {
  content: "\ea47"; }

.icon-sort-alpha-asc:before {
  content: "\ea48"; }

.icon-sort-alpha-desc:before {
  content: "\ea49"; }

.icon-sort-numeric-asc:before {
  content: "\ea4a"; }

.icon-sort-numberic-desc:before {
  content: "\ea4b"; }

.icon-sort-amount-asc:before {
  content: "\ea4c"; }

.icon-sort-amount-desc:before {
  content: "\ea4d"; }

.icon-command:before {
  content: "\ea4e"; }

.icon-shift:before {
  content: "\ea4f"; }

.icon-ctrl:before {
  content: "\ea50"; }

.icon-opt:before {
  content: "\ea51"; }

.icon-checkbox-checked:before {
  content: "\ea52"; }

.icon-checkbox-unchecked:before {
  content: "\ea53"; }

.icon-radio-checked:before {
  content: "\ea54"; }

.icon-radio-checked2:before {
  content: "\ea55"; }

.icon-radio-unchecked:before {
  content: "\ea56"; }

.icon-crop:before {
  content: "\ea57"; }

.icon-make-group:before {
  content: "\ea58"; }

.icon-ungroup:before {
  content: "\ea59"; }

.icon-scissors:before {
  content: "\ea5a"; }

.icon-filter:before {
  content: "\ea5b"; }

.icon-font:before {
  content: "\ea5c"; }

.icon-ligature:before {
  content: "\ea5d"; }

.icon-ligature2:before {
  content: "\ea5e"; }

.icon-text-height:before {
  content: "\ea5f"; }

.icon-text-width:before {
  content: "\ea60"; }

.icon-font-size:before {
  content: "\ea61"; }

.icon-bold:before {
  content: "\ea62"; }

.icon-underline:before {
  content: "\ea63"; }

.icon-italic:before {
  content: "\ea64"; }

.icon-strikethrough:before {
  content: "\ea65"; }

.icon-omega:before {
  content: "\ea66"; }

.icon-sigma:before {
  content: "\ea67"; }

.icon-page-break:before {
  content: "\ea68"; }

.icon-superscript:before {
  content: "\ea69"; }

.icon-subscript:before {
  content: "\ea6a"; }

.icon-superscript2:before {
  content: "\ea6b"; }

.icon-subscript2:before {
  content: "\ea6c"; }

.icon-text-color:before {
  content: "\ea6d"; }

.icon-pagebreak:before {
  content: "\ea6e"; }

.icon-clear-formatting:before {
  content: "\ea6f"; }

.icon-table:before {
  content: "\ea70"; }

.icon-table2:before {
  content: "\ea71"; }

.icon-insert-template:before {
  content: "\ea72"; }

.icon-pilcrow:before {
  content: "\ea73"; }

.icon-ltr:before {
  content: "\ea74"; }

.icon-rtl:before {
  content: "\ea75"; }

.icon-section:before {
  content: "\ea76"; }

.icon-paragraph-left:before {
  content: "\ea77"; }

.icon-paragraph-center:before {
  content: "\ea78"; }

.icon-paragraph-right:before {
  content: "\ea79"; }

.icon-paragraph-justify:before {
  content: "\ea7a"; }

.icon-indent-increase:before {
  content: "\ea7b"; }

.icon-indent-decrease:before {
  content: "\ea7c"; }

.icon-share:before {
  content: "\ea7d"; }

.icon-new-tab:before {
  content: "\ea7e"; }

.icon-embed:before {
  content: "\ea7f"; }

.icon-embed2:before {
  content: "\ea80"; }

.icon-terminal:before {
  content: "\ea81"; }

.icon-share2:before {
  content: "\ea82"; }

.icon-mail:before {
  content: "\ea83"; }

.icon-mail2:before {
  content: "\ea84"; }

.icon-mail3:before {
  content: "\ea85"; }

.icon-mail4:before {
  content: "\ea86"; }

.icon-amazon:before {
  content: "\ea87"; }

.icon-google:before {
  content: "\ea88"; }

.icon-google2:before {
  content: "\ea89"; }

.icon-google3:before {
  content: "\ea8a"; }

.icon-google-plus:before {
  content: "\ea8b"; }

.icon-google-plus2:before {
  content: "\ea8c"; }

.icon-google-plus3:before {
  content: "\ea8d"; }

.icon-hangouts:before {
  content: "\ea8e"; }

.icon-google-drive:before {
  content: "\ea8f"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-facebook2:before {
  content: "\ea91"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-whatsapp:before {
  content: "\ea93"; }

.icon-spotify:before {
  content: "\ea94"; }

.icon-telegram:before {
  content: "\ea95"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-vine:before {
  content: "\ea97"; }

.icon-vk:before {
  content: "\ea98"; }

.icon-renren:before {
  content: "\ea99"; }

.icon-sina-weibo:before {
  content: "\ea9a"; }

.icon-rss:before {
  content: "\ea9b"; }

.icon-rss2:before {
  content: "\ea9c"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-youtube2:before {
  content: "\ea9e"; }

.icon-twitch:before {
  content: "\ea9f"; }

.icon-vimeo:before {
  content: "\eaa0"; }

.icon-vimeo2:before {
  content: "\eaa1"; }

.icon-lanyrd:before {
  content: "\eaa2"; }

.icon-flickr:before {
  content: "\eaa3"; }

.icon-flickr2:before {
  content: "\eaa4"; }

.icon-flickr3:before {
  content: "\eaa5"; }

.icon-flickr4:before {
  content: "\eaa6"; }

.icon-dribbble:before {
  content: "\eaa7"; }

.icon-behance:before {
  content: "\eaa8"; }

.icon-behance2:before {
  content: "\eaa9"; }

.icon-deviantart:before {
  content: "\eaaa"; }

.icon-500px:before {
  content: "\eaab"; }

.icon-steam:before {
  content: "\eaac"; }

.icon-steam2:before {
  content: "\eaad"; }

.icon-dropbox:before {
  content: "\eaae"; }

.icon-onedrive:before {
  content: "\eaaf"; }

.icon-github:before {
  content: "\eab0"; }

.icon-npm:before {
  content: "\eab1"; }

.icon-basecamp:before {
  content: "\eab2"; }

.icon-trello:before {
  content: "\eab3"; }

.icon-wordpress:before {
  content: "\eab4"; }

.icon-joomla:before {
  content: "\eab5"; }

.icon-ello:before {
  content: "\eab6"; }

.icon-blogger:before {
  content: "\eab7"; }

.icon-blogger2:before {
  content: "\eab8"; }

.icon-tumblr:before {
  content: "\eab9"; }

.icon-tumblr2:before {
  content: "\eaba"; }

.icon-yahoo:before {
  content: "\eabb"; }

.icon-yahoo2:before {
  content: "\eabc"; }

.icon-tux:before {
  content: "\eabd"; }

.icon-appleinc:before {
  content: "\eabe"; }

.icon-finder:before {
  content: "\eabf"; }

.icon-android:before {
  content: "\eac0"; }

.icon-windows:before {
  content: "\eac1"; }

.icon-windows8:before {
  content: "\eac2"; }

.icon-soundcloud:before {
  content: "\eac3"; }

.icon-soundcloud2:before {
  content: "\eac4"; }

.icon-skype:before {
  content: "\eac5"; }

.icon-reddit:before {
  content: "\eac6"; }

.icon-hackernews:before {
  content: "\eac7"; }

.icon-wikipedia:before {
  content: "\eac8"; }

.icon-linkedin:before {
  content: "\eac9"; }

.icon-linkedin2:before {
  content: "\eaca"; }

.icon-lastfm:before {
  content: "\eacb"; }

.icon-lastfm2:before {
  content: "\eacc"; }

.icon-delicious:before {
  content: "\eacd"; }

.icon-stumbleupon:before {
  content: "\eace"; }

.icon-stumbleupon2:before {
  content: "\eacf"; }

.icon-stackoverflow:before {
  content: "\ead0"; }

.icon-pinterest:before {
  content: "\ead1"; }

.icon-pinterest2:before {
  content: "\ead2"; }

.icon-xing:before {
  content: "\ead3"; }

.icon-xing2:before {
  content: "\ead4"; }

.icon-flattr:before {
  content: "\ead5"; }

.icon-foursquare:before {
  content: "\ead6"; }

.icon-yelp:before {
  content: "\ead7"; }

.icon-paypal:before {
  content: "\ead8"; }

.icon-chrome:before {
  content: "\ead9"; }

.icon-firefox:before {
  content: "\eada"; }

.icon-IE:before {
  content: "\eadb"; }

.icon-edge:before {
  content: "\eadc"; }

.icon-safari:before {
  content: "\eadd"; }

.icon-opera:before {
  content: "\eade"; }

.icon-file-pdf:before {
  content: "\eadf"; }

.icon-file-openoffice:before {
  content: "\eae0"; }

.icon-file-word:before {
  content: "\eae1"; }

.icon-file-excel:before {
  content: "\eae2"; }

.icon-libreoffice:before {
  content: "\eae3"; }

.icon-html-five:before {
  content: "\eae4"; }

.icon-html-five2:before {
  content: "\eae5"; }

.icon-css3:before {
  content: "\eae6"; }

.icon-git:before {
  content: "\eae7"; }

.icon-codepen:before {
  content: "\eae8"; }

.icon-svg:before {
  content: "\eae9"; }

.icon-IcoMoon:before {
  content: "\eaea"; }

.icon-uni21:before {
  content: "\21"; }

.icon-uni22:before {
  content: "\22"; }

.icon-uni23:before {
  content: "\23"; }

.icon-uni24:before {
  content: "\24"; }

.icon-uni25:before {
  content: "\25"; }

.icon-uni26:before {
  content: "\26"; }

.icon-uni27:before {
  content: "\27"; }

.icon-uni28:before {
  content: "\28"; }

.icon-uni29:before {
  content: "\29"; }

.icon-uni2A:before {
  content: "\2a"; }

.icon-uni2B:before {
  content: "\2b"; }

.icon-uni2C:before {
  content: "\2c"; }

.icon-uni2D:before {
  content: "\2d"; }

.icon-uni2E:before {
  content: "\2e"; }

.icon-uni2F:before {
  content: "\2f"; }

.icon-uni30:before {
  content: "\30"; }

.icon-uni31:before {
  content: "\31"; }

.icon-uni32:before {
  content: "\32"; }

.icon-uni33:before {
  content: "\33"; }

.icon-uni34:before {
  content: "\34"; }

.icon-uni35:before {
  content: "\35"; }

.icon-uni36:before {
  content: "\36"; }

.icon-uni37:before {
  content: "\37"; }

.icon-uni38:before {
  content: "\38"; }

.icon-uni39:before {
  content: "\39"; }

.icon-uni3A:before {
  content: "\3a"; }

.icon-uni3B:before {
  content: "\3b"; }

.icon-uni3C:before {
  content: "\3c"; }

.icon-uni3D:before {
  content: "\3d"; }

.icon-uni3E:before {
  content: "\3e"; }

.icon-uni3F:before {
  content: "\3f"; }

.icon-uni40:before {
  content: "\40"; }

.icon-uni41:before {
  content: "\41"; }

.icon-uni42:before {
  content: "\42"; }

.icon-uni43:before {
  content: "\43"; }

.icon-uni44:before {
  content: "\44"; }

.icon-uni45:before {
  content: "\45"; }

.icon-uni46:before {
  content: "\46"; }

.icon-uni47:before {
  content: "\47"; }

.icon-uni48:before {
  content: "\48"; }

.icon-uni49:before {
  content: "\49"; }

.icon-uni4A:before {
  content: "\4a"; }

.icon-uni4B:before {
  content: "\4b"; }

.icon-uni4C:before {
  content: "\4c"; }

.icon-uni4D:before {
  content: "\4d"; }

.icon-uni4E:before {
  content: "\4e"; }

.icon-uni4F:before {
  content: "\4f"; }

.icon-uni50:before {
  content: "\50"; }

.icon-uni51:before {
  content: "\51"; }

.icon-uni52:before {
  content: "\52"; }

.icon-uni53:before {
  content: "\53"; }

.icon-uni54:before {
  content: "\54"; }

.icon-uni55:before {
  content: "\55"; }

.icon-uni56:before {
  content: "\56"; }

.icon-uni57:before {
  content: "\57"; }

.icon-uni58:before {
  content: "\58"; }

.icon-uni59:before {
  content: "\59"; }

.icon-uni5A:before {
  content: "\5a"; }

.icon-uni5B:before {
  content: "\5b"; }

.icon-uni5C:before {
  content: "\5c"; }

.icon-uni5D:before {
  content: "\5d"; }

.icon-uni5E:before {
  content: "\5e"; }

.icon-uni5F:before {
  content: "\5f"; }

.icon-uni60:before {
  content: "\60"; }

.icon-uni61:before {
  content: "\61"; }

.icon-uni62:before {
  content: "\62"; }

.icon-uni63:before {
  content: "\63"; }

.icon-uni64:before {
  content: "\64"; }

.icon-uni65:before {
  content: "\65"; }

.icon-uni66:before {
  content: "\66"; }

.icon-uni67:before {
  content: "\67"; }

.icon-uni68:before {
  content: "\68"; }

.icon-uni69:before {
  content: "\69"; }

.icon-uni6A:before {
  content: "\6a"; }

.icon-uni6B:before {
  content: "\6b"; }

.icon-uni6C:before {
  content: "\6c"; }

.icon-uni6D:before {
  content: "\6d"; }

.icon-uni6E:before {
  content: "\6e"; }

.icon-uni6F:before {
  content: "\6f"; }

.icon-uni70:before {
  content: "\70"; }

.icon-uni71:before {
  content: "\71"; }

.icon-uni72:before {
  content: "\72"; }

.icon-uni73:before {
  content: "\73"; }

.icon-uni74:before {
  content: "\74"; }

.icon-uni75:before {
  content: "\75"; }

.icon-uni76:before {
  content: "\76"; }

.icon-uni77:before {
  content: "\77"; }

.icon-uni78:before {
  content: "\78"; }

.icon-uni79:before {
  content: "\79"; }

.icon-uni7A:before {
  content: "\7a"; }

.icon-uni7B:before {
  content: "\7b"; }

.icon-uni7C:before {
  content: "\7c"; }

.icon-uni7D:before {
  content: "\7d"; }

.icon-uni7E:before {
  content: "\7e"; }

.icon-uniA9:before {
  content: "\a9"; }

.callout {
  padding: 1em 2.5em 1em 1em;
  margin: 1em auto; }
  .callout.success {
    background-color: #fefefe; }

.off-canvas-wrapper header {
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .off-canvas-wrapper header {
      padding: 0.5em 0; } }
  .off-canvas-wrapper header #block-sitebranding {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    float: left;
    min-height: 9em;
    margin: 0; }
    .off-canvas-wrapper header #block-sitebranding a > img {
      padding: 1.250rem 0; }
    @media screen and (max-width: 39.9375em) {
      .off-canvas-wrapper header #block-sitebranding a > img {
        padding: 0; }
      .off-canvas-wrapper header #block-sitebranding a {
        display: block;
        height: 70px; }
      .off-canvas-wrapper header #block-sitebranding img {
        height: 100%;
        width: auto; } }
  .off-canvas-wrapper header .menu-nav {
    font-size: 0.875rem;
    line-height: 1;
    text-align: right; }
    .off-canvas-wrapper header .menu-nav .limit-line-length {
      max-width: inherit;
      padding: 0;
      margin: 0; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper header .menu-nav nav ul:not(.contextual-links) {
        display: block; } }
    .off-canvas-wrapper header .menu-nav nav.block, .off-canvas-wrapper header .menu-nav .block {
      margin-top: 0;
      float: right;
      margin-left: 1em; }
    .off-canvas-wrapper header .menu-nav .mobile-menu {
      cursor: pointer;
      height: 40px;
      width: 40px;
      margin-top: 3rem; }
      .off-canvas-wrapper header .menu-nav .mobile-menu image:focus {
        outline: none; }
      .off-canvas-wrapper header .menu-nav .mobile-menu img {
        min-width: 1rem; }
      @media screen and (max-width: 39.9375em) {
        .off-canvas-wrapper header .menu-nav .mobile-menu {
          margin-top: 2em; } }
    .off-canvas-wrapper header .menu-nav nav {
      display: none; }
      .off-canvas-wrapper header .menu-nav nav ul:not(.contextual-links) {
        margin-top: 3em;
        margin-bottom: 0;
        margin-left: 0;
        list-style: none; }
        .off-canvas-wrapper header .menu-nav nav ul:not(.contextual-links) li {
          display: inline;
          padding-left: 1.250rem; }
          .off-canvas-wrapper header .menu-nav nav ul:not(.contextual-links) li a {
            color: #140C0C; }
      @media print, screen and (min-width: 64em) {
        .off-canvas-wrapper header .menu-nav nav {
          display: block; } }
    .off-canvas-wrapper header .menu-nav #block-mainnavigation-3,
    .off-canvas-wrapper header .menu-nav #block-loggedout {
      margin-top: 1.1em; }
    .off-canvas-wrapper header .menu-nav #block-loggedin li,
    .off-canvas-wrapper header .menu-nav #block-loggedout li {
      font-weight: bold;
      text-transform: uppercase;
      display: block;
      margin-bottom: 0.5em;
      padding: 0;
      text-align: center; }
      .off-canvas-wrapper header .menu-nav #block-loggedin li.dashboard, .off-canvas-wrapper header .menu-nav #block-loggedin li.create-parent,
      .off-canvas-wrapper header .menu-nav #block-loggedout li.dashboard,
      .off-canvas-wrapper header .menu-nav #block-loggedout li.create-parent {
        font-family: "Caveat", cursive;
        font-weight: bold;
        text-transform: capitalize; }
        .off-canvas-wrapper header .menu-nav #block-loggedin li.dashboard a, .off-canvas-wrapper header .menu-nav #block-loggedin li.create-parent a,
        .off-canvas-wrapper header .menu-nav #block-loggedout li.dashboard a,
        .off-canvas-wrapper header .menu-nav #block-loggedout li.create-parent a {
          font-size: 1.3em;
          background-color: #140C0C;
          border-radius: 0.3em;
          color: #fefefe;
          padding: 0.1em 1em; }
    .off-canvas-wrapper header .menu-nav #block-loggedout {
      margin-top: 0.9em; }
      .off-canvas-wrapper header .menu-nav #block-loggedout li {
        display: inline;
        padding-left: 1em; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper header .menu-nav .off-canvas-wrapper header .menu-nav {
        padding-top: 0; } }
  .off-canvas-wrapper header .my-center-button {
    margin: 1.250rem 0 0 0; }
    .off-canvas-wrapper header .my-center-button a {
      display: inline-block; }
      .off-canvas-wrapper header .my-center-button a .image-wrapper {
        display: table-cell;
        height: 100px;
        vertical-align: middle;
        border: 2px solid #333333;
        border-radius: 5px; }
    @media screen and (max-width: 39.9375em) {
      .off-canvas-wrapper header .my-center-button {
        margin: 0.5em 0 0 0; }
        .off-canvas-wrapper header .my-center-button a .image-wrapper {
          height: 60px;
          width: 90px; } }

.mini-menu {
  margin-bottom: 0.5em; }

.off-canvas-wrapper .right-off-canvas-menu {
  background-color: #E73833;
  padding-top: 6.250rem; }
  .off-canvas-wrapper .right-off-canvas-menu .close-button {
    color: #fefefe;
    font-weight: bold;
    padding-top: 2.500rem; }
    .off-canvas-wrapper .right-off-canvas-menu .close-button:focus {
      outline: none; }
  .off-canvas-wrapper .right-off-canvas-menu ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0; }
    .off-canvas-wrapper .right-off-canvas-menu ul li.has-submenu ul {
      display: block;
      margin-left: 1em; }
      .off-canvas-wrapper .right-off-canvas-menu ul li.has-submenu ul li label {
        font-size: 0.875rem;
        font-weight: normal;
        line-height: 1.8;
        padding: 0.625rem 1.250rem;
        color: #140C0C; }
    .off-canvas-wrapper .right-off-canvas-menu ul a {
      color: #fefefe;
      display: block;
      padding: 1em; }
  .off-canvas-wrapper .right-off-canvas-menu .find-class {
    color: #fefefe;
    font-size: .75em;
    font-weight: bold;
    left: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 60px; }
  .off-canvas-wrapper .right-off-canvas-menu .logged-in,
  .off-canvas-wrapper .right-off-canvas-menu .logged-out {
    background-color: #140C0C;
    text-align: center; }
    .off-canvas-wrapper .right-off-canvas-menu .logged-in li,
    .off-canvas-wrapper .right-off-canvas-menu .logged-out li {
      display: inline-block; }
    .off-canvas-wrapper .right-off-canvas-menu .logged-in a,
    .off-canvas-wrapper .right-off-canvas-menu .logged-out a {
      font-family: "Caveat", cursive;
      font-size: 1.375em;
      font-weight: bold; }
  .off-canvas-wrapper .right-off-canvas-menu .main {
    padding: 1.250rem 0; }
  .off-canvas-wrapper .right-off-canvas-menu .back-top {
    display: none; }
  .off-canvas-wrapper .right-off-canvas-menu #block-shareyourmusic-2,
  .off-canvas-wrapper .right-off-canvas-menu .block-footeraddressblock-2,
  .off-canvas-wrapper .right-off-canvas-menu ul.footer,
  .off-canvas-wrapper .right-off-canvas-menu .block-footercopyright-2 {
    background-color: #006600;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #427d42; }
  .off-canvas-wrapper .right-off-canvas-menu #block-shareyourmusic-2 p {
    color: #fefefe; }
  .off-canvas-wrapper .right-off-canvas-menu #block-shareyourmusic-2 a {
    background-color: #E73833;
    border-radius: 6px;
    color: #fefefe;
    display: inline-block;
    font-family: 'Caveat', cursive;
    font-size: 1.375em;
    font-weight: bold;
    padding: 0.2em 0.7em 0.2em 0.3em;
    line-height: 1; }
    .off-canvas-wrapper .right-off-canvas-menu #block-shareyourmusic-2 a:focus, .off-canvas-wrapper .right-off-canvas-menu #block-shareyourmusic-2 a:hover {
      color: #fefefe; }
  .off-canvas-wrapper .right-off-canvas-menu .block-footeraddressblock-2 h2 {
    font-size: 1rem;
    color: #fefefe; }
  .off-canvas-wrapper .right-off-canvas-menu .block-footeraddressblock-2 p {
    color: #fefefe;
    font-size: .625em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0; }
  .off-canvas-wrapper .right-off-canvas-menu ul.footer a {
    font-size: .875em; }
  .off-canvas-wrapper .right-off-canvas-menu .copyright p {
    color: #cacaca;
    font-size: .625em;
    line-height: 1.1;
    margin-top: 0;
    padding: 0.625rem 1.250rem 1.250rem; }

.js-off-canvas-overlay {
  background: rgba(254, 254, 254, 0.5); }

#block-shareyourmusic {
  background-image: url("../images/bg-bottom-rule.png");
  background-repeat: repeat-x;
  background-position: bottom left; }
  #block-shareyourmusic .viewport-pad {
    padding: 0; }
  #block-shareyourmusic .wrapper {
    background: url("../images/green-hill.png") left bottom no-repeat;
    padding: 2.500rem 0 8.750rem;
    position: relative;
    text-align: center; }
    #block-shareyourmusic .wrapper a {
      background-color: #E73833;
      border-radius: 6px;
      color: #fefefe;
      display: inline-block;
      font-family: 'Caveat', cursive;
      font-size: 1.375em;
      font-weight: bold;
      line-height: 2;
      padding: 0;
      width: 208px; }
      #block-shareyourmusic .wrapper a:focus, #block-shareyourmusic .wrapper a:hover {
        color: #fefefe; }
    @media print, screen and (min-width: 40em) {
      #block-shareyourmusic .wrapper {
        background: url("../images/green-hill.png") left bottom no-repeat, url("../images/mom-in-yellow.png") 70px bottom no-repeat;
        padding: 7rem 0 14rem; }
        #block-shareyourmusic .wrapper a {
          line-height: 1.5; } }
    #block-shareyourmusic .wrapper .form-wrapper {
      padding: 0;
      margin: 0;
      position: inherit;
      width: auto; }
      #block-shareyourmusic .wrapper .form-wrapper.boy-right {
        background: none;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 97px auto;
        font-weight: bold;
        padding: 0; }
        #block-shareyourmusic .wrapper .form-wrapper.boy-right p {
          font-family: 'Caveat', cursive;
          font-size: 1.625em;
          font-weight: bold;
          line-height: 1.1; }
        @media print, screen and (min-width: 40em) {
          #block-shareyourmusic .wrapper .form-wrapper.boy-right {
            padding-right: 6rem;
            background-image: url("/modules/custom/temp_content/assets/images/boy.png");
            background-position: right bottom;
            background-repeat: no-repeat;
            background-size: 100px auto;
            font-weight: bold;
            padding-bottom: 5.250rem;
            padding-right: 6rem;
            position: absolute;
            left: 300px;
            top: 110px; } }
      @media print, screen and (min-width: 40em) {
        #block-shareyourmusic .wrapper .form-wrapper {
          left: 300px;
          margin-left: 0;
          top: 96px; } }

.wrapper-footer {
  background-color: #006600;
  color: #cacaca;
  overflow: auto;
  padding-bottom: 4em;
  padding-top: 2em; }
  .wrapper-footer footer {
    padding-left: 0;
    padding-right: 0; }
  .wrapper-footer .block-tempblock-3 p {
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .wrapper-footer .block-tempblock-3 p {
        text-align: left; } }
  .wrapper-footer .footer-second nav {
    float: right;
    padding-left: 0;
    padding-right: 0.9375rem;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .wrapper-footer .footer-second nav {
        width: auto; } }
  .wrapper-footer .footer-second ul.footer {
    display: block;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 3.125rem; }
    @media print, screen and (min-width: 64em) {
      .wrapper-footer .footer-second ul.footer {
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0; } }
    .wrapper-footer .footer-second ul.footer li {
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 64em) {
        .wrapper-footer .footer-second ul.footer li {
          padding-left: 2em; } }
      .wrapper-footer .footer-second ul.footer li a {
        background-color: transparent;
        color: #fefefe;
        display: inline-block;
        font-size: 1em;
        line-height: 1;
        margin: 0;
        padding: 0.7rem 0;
        vertical-align: middle; }
  .wrapper-footer .block-corporateaddress p {
    color: #fefefe;
    font-size: .75em;
    font-weight: bold; }

body.section-group #main, body.section-group .wrapper-content-bottom {
  background-color: #DAFDFD; }

body.section-center .center-detail, body.section-center .wrapper-content-bottom {
  background-color: #DAFDFD; }

@media print {
  body > .skip-link,
  #toolbar-administration,
  header[role='banner'] .menu-nav,
  .block-backtotop,
  .block-shareyourmusic,
  .block-footerlogo,
  .block-footersocialmenu,
  .wrapper-footer nav.block-footer-2,
  .contextual {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal; }
  header[role='banner'] .logo > a[href]:after {
    content: none; }
  header[role='banner'] .logo > a > img {
    padding: 0.15rem;
    width: 4rem; }
  body {
    padding: 1pt; }
  .wrapper-footer {
    padding: 0.5rem; }
  .block-footeraddressblock,
  .block-footercopyright {
    font-size: 0.7rem; }
    .block-footeraddressblock p,
    .block-footercopyright p {
      font-size: 0.7rem; }
  section.block-tmc-theme-page-title {
    font-size: 2rem;
    padding: 0.5rem; }
    section.block-tmc-theme-page-title h1 {
      font-size: 2rem; }
  table {
    border-collapse: collapse; }
    table,
    table th,
    table td {
      border: 0.75pt solid black; }
    table thead th,
    table thead td,
    table tbody th,
    table tbody td,
    table tfoot th,
    table tfoot td {
      padding: 2pt; } }

.field.field-label-inline .field-label {
  float: left;
  margin-right: 0.5em; }
  .field.field-label-inline .field-label:after {
    content: ':'; }

.field.field-label-inline .field-items {
  display: inline-block; }

button,
input[type="button"],
.button,
.ui-widget .button {
  border: 1px solid transparent;
  border-radius: 0.313rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  font-family: "Caveat", cursive;
  padding: .1rem .7rem .1rem .5rem;
  background-color: transparent;
  color: #140C0C; }
  button:hover, button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  .button:hover,
  .button:focus,
  .ui-widget .button:hover,
  .ui-widget .button:focus {
    background-color: #d61e19;
    color: white; }

.button--primary,
.ui-widget .button--primary {
  border: 1px solid transparent;
  border-radius: 0.313rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  font-family: "Caveat", cursive;
  padding: .1rem .7rem .1rem .5rem;
  background-color: #E73833;
  color: #fefefe; }
  .button--primary:hover, .button--primary:focus,
  .ui-widget .button--primary:hover,
  .ui-widget .button--primary:focus {
    background-color: #d61e19;
    color: white; }

button[type="reset"],
input[type="reset"],
.button--danger,
.ui-widget .button--danger {
  border: 1px solid transparent;
  border-radius: 0.313rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  font-family: "Caveat", cursive;
  padding: .1rem .7rem .1rem .5rem;
  background-color: transparent;
  color: #140C0C; }
  button[type="reset"]:hover, button[type="reset"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  .button--danger:hover,
  .button--danger:focus,
  .ui-widget .button--danger:hover,
  .ui-widget .button--danger:focus {
    background-color: #d61e19;
    color: white; }

.button--small,
.ui-widget .button--small {
  border: 1px solid transparent;
  border-radius: 0.313rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  font-family: "Caveat", cursive;
  padding: .1rem .7rem .1rem .5rem;
  background-color: transparent;
  color: #140C0C;
  font-size: 1rem; }

button[disabled="disabled"],
input[type="button"][disabled="disabled"],
.button--disabled,
.ui-widget .button--disabled {
  border: 1px solid transparent;
  border-radius: 0.313rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  font-family: "Caveat", cursive;
  padding: .1rem .7rem .1rem .5rem;
  background-color: #e6e6e6;
  color: #fefefe;
  cursor: not-allowed; }
  button[disabled="disabled"]:hover, button[disabled="disabled"]:focus,
  input[type="button"][disabled="disabled"]:hover,
  input[type="button"][disabled="disabled"]:focus,
  .button--disabled:hover,
  .button--disabled:focus,
  .ui-widget .button--disabled:hover,
  .ui-widget .button--disabled:focus {
    background-color: #e6e6e6;
    color: #fefefe;
    cursor: not-allowed; }

.dropbutton-multiple .dropbutton-widget .dropbutton-action > a:hover {
  background-color: #e6e6e6; }

.form-actions::after {
  content: '';
  display: table;
  clear: both; }

.block-tmc-theme-primary-local-tasks .menu,
.block-tmc-theme-primary-local-tasks .button-group,
.block-superadmincontrols-2 .menu,
.block-superadmincontrols-2 .button-group {
  font-size: inherit; }

.block-tmc-theme-primary-local-tasks li,
.block-superadmincontrols-2 li {
  list-style: none;
  margin-right: 2px; }

.block-tmc-theme-primary-local-tasks a.button.option,
.block-superadmincontrols-2 a.button.option {
  background-color: #767676;
  color: #fefefe; }

.block-tmc-theme-primary-local-tasks a.button.active,
.block-tmc-theme-primary-local-tasks a.button.is-active,
.block-superadmincontrols-2 a.button.active,
.block-superadmincontrols-2 a.button.is-active {
  background-color: #E73833;
  color: #fefefe; }

#block-tmc-theme-primary-local-tasks .button {
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1;
  color: #fefefe; }

#block-tmc-theme-mainnavigation .sf-style-none {
  float: left;
  margin: 0;
  padding: 0; }
  #block-tmc-theme-mainnavigation .sf-style-none.sf-navbar {
    width: 100%;
    background: transparent; }
  #block-tmc-theme-mainnavigation .sf-style-none ul {
    padding-left: 0; }
    #block-tmc-theme-mainnavigation .sf-style-none ul.sf-multicolumn li.sf-multicolumn-wrapper {
      background: transparent; }
      #block-tmc-theme-mainnavigation .sf-style-none ul.sf-multicolumn li.sf-multicolumn-wrapper li {
        background: transparent; }
  #block-tmc-theme-mainnavigation .sf-style-none a {
    color: #140C0C;
    padding: 0.75em 1em; }
    #block-tmc-theme-mainnavigation .sf-style-none a.sf-with-ul {
      padding-right: 2.25em; }
    #block-tmc-theme-mainnavigation .sf-style-none a:focus {
      background: transparent;
      color: #140C0C;
      outline: 0; }
    #block-tmc-theme-mainnavigation .sf-style-none a:hover {
      background: transparent;
      color: #140C0C;
      outline: 0;
      text-decoration: underline; }
    #block-tmc-theme-mainnavigation .sf-style-none a:active {
      background: transparent;
      color: #140C0C;
      outline: 0; }
  #block-tmc-theme-mainnavigation .sf-style-none span.nolink {
    color: #140C0C;
    padding: 0.75em 1em; }
    #block-tmc-theme-mainnavigation .sf-style-none span.nolink.sf-with-ul {
      padding-right: 2.25em; }
    #block-tmc-theme-mainnavigation .sf-style-none span.nolink:hover {
      background: transparent;
      color: #140C0C;
      outline: 0; }
  #block-tmc-theme-mainnavigation .sf-style-none span.sf-description {
    color: #140C0C;
    display: block;
    font-size: 0.833em;
    line-height: 1.5;
    margin: 0.313rem 0 0 0.313rem;
    padding: 0; }
  #block-tmc-theme-mainnavigation .sf-style-none.rtl span.sf-description {
    margin: 0.313rem 0.313rem 0 0; }
  #block-tmc-theme-mainnavigation .sf-style-none.rtl span.nolink.sf-with-ul {
    padding-left: 2.25em;
    padding-right: 1em; }
  #block-tmc-theme-mainnavigation .sf-style-none.rtl a.sf-with-ul {
    padding-left: 2.25em;
    padding-right: 1em; }
  #block-tmc-theme-mainnavigation .sf-style-none li {
    background: transparent; }
    #block-tmc-theme-mainnavigation .sf-style-none li li {
      background: #e0e0e0; }
      #block-tmc-theme-mainnavigation .sf-style-none li li li {
        background: #d0d0d0; }
    #block-tmc-theme-mainnavigation .sf-style-none li:hover {
      background: transparent;
      color: #140C0C;
      outline: 0; }
      #block-tmc-theme-mainnavigation .sf-style-none li:hover > ul {
        top: 40px; }
    #block-tmc-theme-mainnavigation .sf-style-none li.sfHover {
      background: transparent;
      color: #140C0C;
      outline: 0; }
      #block-tmc-theme-mainnavigation .sf-style-none li.sfHover > ul {
        top: 40px; }
  #block-tmc-theme-mainnavigation .sf-style-none .sf-sub-indicator {
    background-image: url("../images/dropdown-arrows.png"); }

#block-tmc-theme-mainnavigation div.sf-accordion-toggle.sf-style-none a {
  background: transparent;
  color: #140C0C;
  padding: 1em; }
  #block-tmc-theme-mainnavigation div.sf-accordion-toggle.sf-style-none a.sf-expanded {
    background: #cccccc;
    color: #140C0C;
    font-weight: bold; }

#block-tmc-theme-mainnavigation .sf-menu.sf-style-none {
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.rtl.sf-accordion li li a {
    padding-left: auto;
    padding-right: 2em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.rtl.sf-accordion li li li a {
    padding-left: auto;
    padding-right: 3em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.rtl.sf-accordion li li li li a {
    padding-left: auto;
    padding-right: 4em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.rtl.sf-accordion li li li li li a {
    padding-left: auto;
    padding-right: 5em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.rtl.sf-accordion li li li li li span.nolink {
    padding-left: auto;
    padding-right: 5em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.rtl.sf-accordion li li li li span.nolink {
    padding-left: auto;
    padding-right: 4em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.rtl.sf-accordion li li li span.nolink {
    padding-left: auto;
    padding-right: 3em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.rtl.sf-accordion li li span.nolink {
    padding-left: auto;
    padding-right: 2em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.rtl ul.sf-multicolumn li.sf-multicolumn-wrapper ol li.sf-multicolumn-column {
    float: right; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.sf-accordion li.sf-expanded {
    background: #cccccc; }
    #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.sf-accordion li.sf-expanded > a {
      font-weight: bold; }
    #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.sf-accordion li.sf-expanded > span.nolink {
      font-weight: bold; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.sf-accordion li li a {
    padding-left: 2em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.sf-accordion li li li a {
    padding-left: 3em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.sf-accordion li li li li a {
    padding-left: 4em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.sf-accordion li li li li li a {
    padding-left: 5em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.sf-accordion li li li li li span.nolink {
    padding-left: 5em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.sf-accordion li li li li span.nolink {
    padding-left: 4em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.sf-accordion li li li span.nolink {
    padding-left: 3em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.sf-accordion li li span.nolink {
    padding-left: 2em; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none.sf-accordion li a.sf-accordion-button {
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 499; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none ul.sf-multicolumn li.sf-multicolumn-wrapper ol {
    margin: 0;
    padding: 0; }
    #block-tmc-theme-mainnavigation .sf-menu.sf-style-none ul.sf-multicolumn li.sf-multicolumn-wrapper ol li {
      margin: 0;
      padding: 0; }
      #block-tmc-theme-mainnavigation .sf-menu.sf-style-none ul.sf-multicolumn li.sf-multicolumn-wrapper ol li.sf-multicolumn-column {
        display: inline;
        float: left; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none ul.sf-multicolumn li.sf-multicolumn-wrapper a.menuparent {
    font-weight: bold; }
  #block-tmc-theme-mainnavigation .sf-menu.sf-style-none ul.sf-multicolumn li.sf-multicolumn-wrapper span.nolink.menuparent {
    font-weight: bold; }

.tmc_location_search header {
  padding: 3em 0 2em 0;
  background-color: #E73833;
  color: #fefefe; }

.tmc_location_search .filter-wrapper .show_clear_link {
  float: right;
  font-size: 0.938rem;
  padding-right: 1em; }

.tmc_location_search .filter-summary-wrapper {
  font-style: italic;
  font-weight: normal; }

.tmc_location_search .filter-summary-wrapper .filter,
.tmc_location_search .matching_filters_container .filter {
  color: #707070;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-block;
  font-style: normal;
  padding: 0 0.625rem 0 0; }
  .tmc_location_search .filter-summary-wrapper .filter:last-child,
  .tmc_location_search .matching_filters_container .filter:last-child {
    padding: 0; }

.tmc_location_search .filtered-by {
  color: #707070;
  font-size: 0.8rem; }

.tmc_location_search .controls {
  border-bottom: 1px solid #F3F3F3; }
  .tmc_location_search .controls > div {
    overflow: auto; }
  .tmc_location_search .controls a.control {
    cursor: default;
    color: #e6e6e6;
    display: block;
    float: left;
    font-size: 1.4em;
    padding: 1em 0.2em; }
    .tmc_location_search .controls a.control:before {
      padding-right: 0.4em; }
    .tmc_location_search .controls a.control.expose-filters {
      float: right; }
    .tmc_location_search .controls a.control.enabled {
      color: #140C0C; }
      .tmc_location_search .controls a.control.enabled:hover {
        background-color: #F3F3F3;
        cursor: pointer; }

.tmc_location_search .search-bar-form input, .tmc_location_search .search-bar-form input#locate-me {
  margin: 0; }

.tmc_location_search .tmc_location_search_result {
  border-top: 1px solid #F3F3F3;
  padding: 2em 0;
  color: black;
  font-weight: normal;
  font-size: 1em;
  position: relative; }
  .tmc_location_search .tmc_location_search_result .right-column {
    width: 140px;
    float: left;
    padding-top: 0.313rem; }
    .tmc_location_search .tmc_location_search_result .right-column .distance_miles {
      width: 100%;
      text-align: center;
      background-color: #414141;
      border-radius: 6px;
      color: white;
      margin-bottom: 0.7em;
      font-size: 0.9em;
      padding: 0.3em 0; }
    .tmc_location_search .tmc_location_search_result .right-column .field-node--tmc-center-api-center-logo .field-item {
      border: 2px solid;
      border-color: #140C0C;
      border-radius: 6px;
      display: table-cell;
      height: 100px;
      width: 150px;
      vertical-align: middle; }
  .tmc_location_search .tmc_location_search_result .left-column {
    margin-left: 156px; }
    .tmc_location_search .tmc_location_search_result .left-column .field-item {
      margin: 0.5em 0; }
    .tmc_location_search .tmc_location_search_result .left-column .field-node--field-address .field-item {
      margin-top: 0; }
    .tmc_location_search .tmc_location_search_result .left-column .field-node--tmc-center-api-center-link {
      font-size: 0.8em; }
      .tmc_location_search .tmc_location_search_result .left-column .field-node--tmc-center-api-center-link .field-label {
        display: inline;
        font-style: italic;
        font-weight: normal; }
      .tmc_location_search .tmc_location_search_result .left-column .field-node--tmc-center-api-center-link .field-item {
        display: inline; }
      .tmc_location_search .tmc_location_search_result .left-column .field-node--tmc-center-api-center-link a {
        color: #140C0C;
        font-weight: 700; }
  .tmc_location_search .tmc_location_search_result:hover {
    background-color: #F9FDFF; }
  .tmc_location_search .tmc_location_search_result.active {
    background-color: #F0EDE0; }
  .tmc_location_search .tmc_location_search_result .title, .tmc_location_search .tmc_location_search_result .detail-title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0; }
  .tmc_location_search .tmc_location_search_result .field-name-field-address {
    font-size: 1em; }
    .tmc_location_search .tmc_location_search_result .field-name-field-address .field-label {
      position: absolute !important;
      clip: rect(1px, 1px, 1px, 1px);
      overflow: hidden;
      height: 1px;
      width: 1px;
      word-wrap: normal; }
    .tmc_location_search .tmc_location_search_result .field-name-field-address p.address {
      margin: 0; }
    .tmc_location_search .tmc_location_search_result .field-name-field-address .address .country {
      display: none; }
  .tmc_location_search .tmc_location_search_result .field-name-field-center-group,
  .tmc_location_search .tmc_location_search_result .center {
    font-size: 0.9em; }
    .tmc_location_search .tmc_location_search_result .field-name-field-center-group .field-label,
    .tmc_location_search .tmc_location_search_result .center .field-label {
      font-style: italic; }
    .tmc_location_search .tmc_location_search_result .field-name-field-center-group .field-items,
    .tmc_location_search .tmc_location_search_result .center .field-items {
      font-weight: bold; }
  .tmc_location_search .tmc_location_search_result .field-name-field-note {
    font-size: 0.8em;
    font-style: italic; }
  .tmc_location_search .tmc_location_search_result .job-detail {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    background-color: #fefefe;
    padding: 1em;
    display: none; }
    .tmc_location_search .tmc_location_search_result .job-detail .close {
      text-align: right; }
      .tmc_location_search .tmc_location_search_result .job-detail .close .icon {
        color: #140C0C; }

.tmc_location_search .read_more_container .read_more.button {
  border: 1px solid transparent;
  border-radius: 0.313rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  font-family: "Caveat", cursive;
  padding: .1rem .7rem .1rem .5rem;
  background-color: #E73833;
  color: #fefefe;
  font-size: 1.67em;
  margin-bottom: 0; }
  .tmc_location_search .read_more_container .read_more.button:hover, .tmc_location_search .read_more_container .read_more.button:focus {
    background-color: #d61e19;
    color: white; }

.path-location-search #block-tmc-theme-content .limit-line-length, .path-job-search #block-tmc-theme-content .limit-line-length, .path-sign-up #block-tmc-theme-content .limit-line-length {
  max-width: inherit; }

.path-location-search .search_results_map .geolocation-common-map,
.path-location-search .search_results_map .geolocation-common-map-container, .path-job-search .search_results_map .geolocation-common-map,
.path-job-search .search_results_map .geolocation-common-map-container, .path-sign-up .search_results_map .geolocation-common-map,
.path-sign-up .search_results_map .geolocation-common-map-container {
  height: 50vh;
  min-height: inherit;
  max-height: inherit; }
  @media print, screen and (min-width: 40em) {
    .path-location-search .search_results_map .geolocation-common-map,
    .path-location-search .search_results_map .geolocation-common-map-container, .path-job-search .search_results_map .geolocation-common-map,
    .path-job-search .search_results_map .geolocation-common-map-container, .path-sign-up .search_results_map .geolocation-common-map,
    .path-sign-up .search_results_map .geolocation-common-map-container {
      height: auto;
      min-height: 130vh;
      max-height: 200vh; } }

.half-wrapper {
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .half-wrapper {
      width: 50%; } }

.left-wrapper {
  float: left; }

.right-wrapper {
  float: right; }

.half-line-length {
  max-width: 600px;
  margin: 0; }

.margin-left {
  margin-left: auto; }

.margin-right {
  margin-right: auto; }

#user-form > .form-wrapper, article.user.view-mode-full > .form-wrapper {
  padding: 2.8125rem 4.4117rem 3rem;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  background-color: #fefefe; }
  #user-form > .form-wrapper:nth-child(even), article.user.view-mode-full > .form-wrapper:nth-child(even) {
    background-color: #F9FDFF; }
  #user-form > .form-wrapper > .form-wrapper-label, article.user.view-mode-full > .form-wrapper > .form-wrapper-label {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 2.85; }
    #user-form > .form-wrapper > .form-wrapper-label[role='button'], article.user.view-mode-full > .form-wrapper > .form-wrapper-label[role='button'] {
      cursor: pointer; }
    #user-form > .form-wrapper > .form-wrapper-label:before, article.user.view-mode-full > .form-wrapper > .form-wrapper-label:before {
      position: relative;
      top: 0;
      left: -0.938rem;
      display: inline-block;
      float: left;
      margin-left: -0.938rem; }
    #user-form > .form-wrapper > .form-wrapper-label[aria-expanded='false']:before, article.user.view-mode-full > .form-wrapper > .form-wrapper-label[aria-expanded='false']:before {
      content: '+'; }
    #user-form > .form-wrapper > .form-wrapper-label[aria-expanded='true']:before, article.user.view-mode-full > .form-wrapper > .form-wrapper-label[aria-expanded='true']:before {
      content: '-'; }
  #user-form > .form-wrapper > .form-wrapper-content > .form-wrapper, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .form-wrapper,
  #user-form > .form-wrapper > .form-wrapper-content > .field, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .field {
    margin: 0.5em 0.5em 0;
    padding: 1em; }
  #user-form > .form-wrapper > .form-wrapper-content > .form-wrapper > .form-wrapper-label, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .form-wrapper > .form-wrapper-label,
  #user-form > .form-wrapper > .form-wrapper-content > .form-wrapper > .field-label, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .form-wrapper > .field-label,
  #user-form > .form-wrapper > .form-wrapper-content > .field-label-above > .form-wrapper-label, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .field-label-above > .form-wrapper-label,
  #user-form > .form-wrapper > .form-wrapper-content > .field-label-above > .field-label, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .field-label-above > .field-label {
    max-width: 100%;
    margin: 0 -1em;
    font-weight: bold; }
  #user-form > .form-wrapper > .form-wrapper-content > .form-wrapper > .form-wrapper-content > *, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .form-wrapper > .form-wrapper-content > *,
  #user-form > .form-wrapper > .form-wrapper-content > .form-wrapper > .field-item + .field-item, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .form-wrapper > .field-item + .field-item,
  #user-form > .form-wrapper > .form-wrapper-content > .field-label-above > .form-wrapper-content > *, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .field-label-above > .form-wrapper-content > *,
  #user-form > .form-wrapper > .form-wrapper-content > .field-label-above > .field-item + .field-item, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .field-label-above > .field-item + .field-item {
    margin: 0.6rem 0; }
  #user-form > .form-wrapper > .form-wrapper-content > .form-wrapper > .form-wrapper-content details, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .form-wrapper > .form-wrapper-content details,
  #user-form > .form-wrapper > .form-wrapper-content > .form-wrapper > .form-wrapper-content fieldset, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .form-wrapper > .form-wrapper-content fieldset,
  #user-form > .form-wrapper > .form-wrapper-content > .field-label-above > .form-wrapper-content details, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .field-label-above > .form-wrapper-content details,
  #user-form > .form-wrapper > .form-wrapper-content > .field-label-above > .form-wrapper-content fieldset, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .field-label-above > .form-wrapper-content fieldset {
    margin-right: 1em;
    margin-left: 1em; }
    #user-form > .form-wrapper > .form-wrapper-content > .form-wrapper > .form-wrapper-content details > .form-wrapper-label, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .form-wrapper > .form-wrapper-content details > .form-wrapper-label,
    #user-form > .form-wrapper > .form-wrapper-content > .form-wrapper > .form-wrapper-content fieldset > .form-wrapper-label, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .form-wrapper > .form-wrapper-content fieldset > .form-wrapper-label,
    #user-form > .form-wrapper > .form-wrapper-content > .field-label-above > .form-wrapper-content details > .form-wrapper-label, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .field-label-above > .form-wrapper-content details > .form-wrapper-label,
    #user-form > .form-wrapper > .form-wrapper-content > .field-label-above > .form-wrapper-content fieldset > .form-wrapper-label, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .field-label-above > .form-wrapper-content fieldset > .form-wrapper-label {
      margin: 0 -1em 0.5rem; }
  #user-form > .form-wrapper > .form-wrapper-content > .form-wrapper + .form-wrapper, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .form-wrapper + .form-wrapper,
  #user-form > .form-wrapper > .form-wrapper-content > .form-wrapper + .field-wrapper, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .form-wrapper + .field-wrapper,
  #user-form > .form-wrapper > .form-wrapper-content > .field-wrapper + .field-wrapper, article.user.view-mode-full > .form-wrapper > .form-wrapper-content > .field-wrapper + .field-wrapper {
    border-top: 1px solid #8a8a8a; }

#user-form .field-group-details .details-content .field--name-field-caregivers > div > fieldset > legend, article.user.view-mode-full .field-group-details .details-content .field--name-field-caregivers > div > fieldset > legend,
#user-form .field-group-details .details-content .field--name-field-students > div > fieldset > legend, article.user.view-mode-full .field-group-details .details-content .field--name-field-students > div > fieldset > legend {
  display: none; }

#user-form .personal_name, article.user.view-mode-full .personal_name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  font-weight: 600; }
  #user-form .personal_name .field--widget-string-textfield, article.user.view-mode-full .personal_name .field--widget-string-textfield {
    -ms-flex: 1 1 200px;
        flex: 1 1 200px;
    margin: 0 0.25em; }
  #user-form .personal_name .field-wrapper, article.user.view-mode-full .personal_name .field-wrapper {
    margin: 0; }
  #user-form .personal_name .field-type-string, article.user.view-mode-full .personal_name .field-type-string {
    -ms-flex: none;
        flex: none; }
    #user-form .personal_name .field-type-string + .field-type-string, article.user.view-mode-full .personal_name .field-type-string + .field-type-string {
      margin-left: 0.25em; }

#user-form .ief-entity-table, article.user.view-mode-full .ief-entity-table {
  margin-bottom: 0.25rem; }
  #user-form .ief-entity-table th, article.user.view-mode-full .ief-entity-table th,
  #user-form .ief-entity-table td, article.user.view-mode-full .ief-entity-table td {
    padding: 0.25rem; }
    #user-form .ief-entity-table th input[type='submit'].button, article.user.view-mode-full .ief-entity-table th input[type='submit'].button,
    #user-form .ief-entity-table td input[type='submit'].button, article.user.view-mode-full .ief-entity-table td input[type='submit'].button {
      margin: 0; }
    #user-form .ief-entity-table th .tabledrag-handle, article.user.view-mode-full .ief-entity-table th .tabledrag-handle,
    #user-form .ief-entity-table td .tabledrag-handle, article.user.view-mode-full .ief-entity-table td .tabledrag-handle {
      box-sizing: content-box; }

#block-userformloginblock {
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 0.313rem; }
  #block-userformloginblock a {
    font-weight: bold;
    text-transform: uppercase;
    color: #140C0C;
    padding-left: 0.625rem; }

article.user.view-mode-full .field-type-address p.address {
  margin: 0;
  font-size: inherit;
  line-height: 1.25; }

.views-exposed-form.collapse-filters {
  border-bottom: 1px #cccccc solid; }

.views-exposed-form .form-item {
  max-width: 20%;
  margin: 0 2.5%;
  float: left; }

.views-exposed-form .form-actions {
  width: auto;
  clear: both;
  margin-left: 1em; }

#collapse-control {
  cursor: pointer;
  padding: 0.5em;
  font-size: 0.750rem;
  margin: 0.2em 0;
  border-bottom: 1px #cccccc solid; }
  #collapse-control:hover {
    background-color: #F3F3F3; }

.views-element-container .full-width-content {
  background-color: #e9f6ff; }

.views-element-container .red-subtitle-bar {
  background-color: #E73833; }
  .views-element-container .red-subtitle-bar h2 {
    color: #fefefe;
    font-family: "Caveat", cursive;
    font-weight: bold;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

.right-container h2.view-title {
  font-family: "Caveat", cursive;
  font-weight: bold;
  text-align: center; }

.right-container .views-row article:first-of-type {
  margin: 3.25em 0 0; }

.right-container .view-of-articles footer {
  margin-top: 3.25em; }

.block-region-second .view-of-articles footer {
  margin-top: 3.25em; }

.off-canvas-wrapper .testimonials {
  padding: 4em 0;
  position: relative;
  text-align: center; }
  .off-canvas-wrapper .testimonials article {
    max-width: 1200px; }
  .off-canvas-wrapper .testimonials .attribution {
    padding-bottom: 2em; }
    .off-canvas-wrapper .testimonials .attribution div.field,
    .off-canvas-wrapper .testimonials .attribution div.field-item {
      display: inline; }
    .off-canvas-wrapper .testimonials .attribution .field-name-field-author-location {
      font-weight: bold; }
  .off-canvas-wrapper .testimonials .field-name-field-quote .field-item {
    font-family: "Caveat", cursive;
    font-size: 2.625em;
    padding: 0 1.500rem;
    line-height: 1em; }
    .off-canvas-wrapper .testimonials .field-name-field-quote .field-item::after, .off-canvas-wrapper .testimonials .field-name-field-quote .field-item::before {
      content: '';
      position: absolute; }
    .off-canvas-wrapper .testimonials .field-name-field-quote .field-item::after {
      background-image: url("../images/closing-quote.png");
      height: 17px;
      width: 20px; }
    .off-canvas-wrapper .testimonials .field-name-field-quote .field-item::before {
      background-image: url("../images/opening-quote.png");
      height: 18px;
      margin-left: -1.500rem;
      width: 21px; }
  .off-canvas-wrapper .testimonials .more-link {
    padding-top: 2em; }
    .off-canvas-wrapper .testimonials .more-link a {
      color: #140C0C;
      font-family: 'Caveat', cursive;
      font-size: 1.625em;
      font-weight: bold;
      padding-right: 1.3em;
      line-height: 1;
      background-image: url("/modules/custom/temp_content/assets/images/arrow.png");
      background-repeat: no-repeat;
      background-position: center right; }

.off-canvas-wrapper #block-views-block-testimonials-block-1 .testimonials::before,
.off-canvas-wrapper #block-views-block-testimonials-block-1 .testimonials::after {
  display: none; }

body.path-frontpage .off-canvas-wrapper .testimonials article {
  width: 80vw;
  margin: 0 auto; }

body.path-frontpage .off-canvas-wrapper .testimonials .slick-slide:focus {
  outline: none; }

@media print, screen and (min-width: 64em) {
  body.path-frontpage .off-canvas-wrapper .testimonials {
    padding: 4em 0 7em; }
    body.path-frontpage .off-canvas-wrapper .testimonials::before {
      background-image: url("../images/cloud-left.png");
      content: '';
      height: 150px;
      position: absolute;
      width: 147px; }
    body.path-frontpage .off-canvas-wrapper .testimonials::after {
      background-image: url("../images/cloud-right.png");
      bottom: 0;
      content: '';
      height: 273px;
      position: absolute;
      right: 0;
      width: 310px; } }

#block-views-block-testimonials-list-block .views-row {
  padding: 2em 0;
  border-bottom: 1px solid #e0e0e0; }

.faqs {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0; }
  .faqs li {
    border-bottom: 1px solid #F3F3F3;
    padding: 1.500rem 0 3.125rem; }
    @media print, screen and (min-width: 64em) {
      .faqs li {
        padding: 1.500rem 0; } }
    .faqs li:nth-child(even) {
      background-color: #F9FDFF; }

.faq .field-name-field-image img {
  border: 2px solid #140C0C;
  border-radius: 3px;
  height: 260px;
  margin-top: 0.875rem;
  max-width: 430px;
  object-fit: cover;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .faq .field-name-field-image img {
      height: 275px;
      margin-top: 3.125rem;
      max-width: 452px; } }

.faq .field-name-field-question .field-label,
.faq .field-name-field-answer .field-label {
  font-family: "Caveat", cursive;
  font-size: 1.625em;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 2; }
  .faq .field-name-field-question .field-label::after,
  .faq .field-name-field-answer .field-label::after {
    content: ':'; }

.faq .field-name-field-question .field-label {
  color: #E73833; }

.faq .field-name-field-answer {
  padding-top: 1.250rem; }
  .faq .field-name-field-answer .field-label {
    color: #0095F9; }
  .faq .field-name-field-answer .field-item p {
    color: #945959;
    font-size: 1em;
    line-height: 2; }

.block-searchforclassesbutton {
  background-color: #F9FDFF;
  border-bottom: 1px solid #F3F3F3;
  padding: 4.063rem 0; }
  .block-searchforclassesbutton a {
    background-color: #E73833;
    border-radius: 5px;
    color: #fefefe;
    display: block;
    font-family: "Caveat", cursive;
    font-size: 1.875em;
    font-weight: bold;
    line-height: 1.34;
    margin: 0 auto;
    max-width: 14em;
    text-align: center;
    width: 83.33333%; }
    @media print, screen and (min-width: 64em) {
      .block-searchforclassesbutton a {
        font-size: 1.375em;
        font-weight: normal;
        line-height: 2.73;
        max-width: 14.55em;
        width: 14.55em; } }

article.node-article .text-wrapper {
  text-align: left;
  padding: 1.7em; }

article.node-article .bg-image {
  background-position: center;
  background-size: cover;
  height: 12rem;
  width: 100%; }

article.node-article h2 {
  font-size: 1.875em;
  line-height: 1.1; }

article.node-article .body {
  position: relative; }

article.node-article .author-image img {
  border: 3px solid #140C0C;
  border-radius: 50%;
  float: left;
  width: 50px;
  height: 50px; }

article.node-article .author-name-date {
  padding-left: 1.875rem;
  float: left;
  max-width: 200px; }

article.node-article a.link-to-action {
  color: #140C0C;
  font-family: 'Caveat', cursive;
  font-size: 1.625em;
  font-weight: bold;
  padding-right: 1.3em;
  line-height: 1;
  background-image: url("/modules/custom/temp_content/assets/images/arrow.png");
  background-repeat: no-repeat;
  background-position: center right; }

article.node-article.display-grid .content-wrapper {
  padding: 3.3em;
  padding-bottom: 2.5em;
  text-align: left; }
  @media screen and (max-width: 39.9375em) {
    article.node-article.display-grid .content-wrapper {
      padding: 1em; } }

article.node-article.display-grid h2 {
  margin: 1em 0 0.4em 0;
  font-size: 1.5em; }
  article.node-article.display-grid h2 a {
    color: black; }

article.node-article.display-grid .link-to-content {
  margin: 1em 0; }

article.node-article.display-card {
  background-color: #fefefe;
  border: 4px solid #140C0C;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 0; }
  article.node-article.display-card .category {
    margin-top: 1em; }
    article.node-article.display-card .category .category--icon {
      text-align: right; }
      article.node-article.display-card .category .category--icon .field {
        width: 100%; }
  article.node-article.display-card .blog-link {
    clear: both; }
  article.node-article.display-card a.link-to-action {
    float: left;
    position: relative;
    margin-top: 1em;
    display: inline-block;
    clear: both;
    color: #140C0C;
    font-family: 'Caveat', cursive;
    font-size: 1.625em;
    font-weight: bold;
    padding-right: 1.3em;
    line-height: 1;
    background-image: url("/modules/custom/temp_content/assets/images/arrow.png");
    background-repeat: no-repeat;
    background-position: center right; }
    @media print, screen and (min-width: 64em) {
      article.node-article.display-card a.link-to-action {
        display: block;
        float: right;
        position: absolute;
        bottom: 4px;
        right: 0; } }

article.node-article.display-full .category {
  margin: 1em 0; }
  article.node-article.display-full .category .category--icon div, article.node-article.display-full .category .category--name div {
    display: inline-block; }

section.view-of-articles footer {
  text-align: center;
  position: relative;
  top: -1em; }
  section.view-of-articles footer a {
    font-size: 2rem;
    letter-spacing: 0.094rem; }

body.path-frontpage .music-notes {
  background-color: #fefefe;
  text-align: center;
  padding-top: 4em; }
  @media screen and (max-width: 39.9375em) {
    body.path-frontpage .music-notes {
      padding-top: 1em; }
      body.path-frontpage .music-notes .viewport-pad {
        padding: 0; } }
  body.path-frontpage .music-notes .intro.caterpillar {
    background-image: url("/modules/custom/temp_content/assets/images/carterpiller.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 4em;
    position: relative; }
  body.path-frontpage .music-notes .intro .spider {
    display: none;
    position: absolute;
    right: -50px;
    top: 100%;
    z-index: 30; }
    @media print, screen and (min-width: 64em) {
      body.path-frontpage .music-notes .intro .spider {
        display: block; } }
  body.path-frontpage .music-notes .intro h1 {
    font-weight: bold; }
  body.path-frontpage .music-notes .intro p {
    padding-bottom: 4rem; }
    @media print, screen and (min-width: 64em) {
      body.path-frontpage .music-notes .intro p {
        padding-bottom: 0;
        width: 25%;
        margin: auto;
        margin-bottom: 1rem; } }

.music-notes {
  background-color: #fefefe;
  text-align: center; }
  .music-notes .views-view-grid {
    border: 4px solid #140C0C;
    border-radius: 2px; }
    @media screen and (max-width: 39.9375em) {
      .music-notes .views-view-grid {
        border-top: 4px solid #140C0C;
        border-bottom: 4px solid #140C0C; }
        .music-notes .views-view-grid .row {
          display: inline-block; } }
  @media screen and (max-width: 39.9375em) {
    .music-notes .notes > div:nth-child(1) article {
      border-bottom: 4px solid #140C0C; } }
  @media print, screen and (min-width: 40em) {
    .music-notes .notes > div:nth-child(2) article {
      border-left: 4px solid #140C0C; } }

@media print, screen and (min-width: 64em) {
  article.node-article.teaser .image {
    height: 25vw; } }

#block-views-block-articles-block-1 {
  z-index: 1;
  padding: 5em 0; }
  #block-views-block-articles-block-1 article {
    background-color: #fefefe;
    border: 4px solid #140C0C;
    border-radius: 2px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em; }
    #block-views-block-articles-block-1 article > div:nth-child(1) .latest-article {
      border-bottom: 2px solid #140C0C; }
      @media print, screen and (min-width: 40em) {
        #block-views-block-articles-block-1 article > div:nth-child(1) .latest-article {
          border-bottom: 0; } }
    @media print, screen and (min-width: 64em) {
      #block-views-block-articles-block-1 article > div:nth-child(2) .latest-article {
        border-left: 4px solid #140C0C;
        border-top: 0; } }
  #block-views-block-articles-block-1 .latest-article {
    text-align: left;
    padding: 2.5em 0; }
    #block-views-block-articles-block-1 .latest-article .image {
      background-position: center;
      background-size: cover;
      margin-bottom: 2em;
      height: 150px;
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        #block-views-block-articles-block-1 .latest-article .image {
          height: 165px; } }
    #block-views-block-articles-block-1 .latest-article h2 {
      font-size: 1.875em;
      font-weight: bold;
      line-height: 1.1;
      margin-bottom: 1em; }
    #block-views-block-articles-block-1 .latest-article .author-date {
      padding-bottom: 2em; }
      @media print, screen and (min-width: 64em) {
        #block-views-block-articles-block-1 .latest-article .author-date {
          margin: 0;
          padding-bottom: 0; }
          #block-views-block-articles-block-1 .latest-article .author-date > div {
            padding: 0; } }
      @media print, screen and (min-width: 64em) {
        #block-views-block-articles-block-1 .latest-article .author-date .author {
          font-size: .875em;
          padding-left: 0.625rem; } }
      @media screen and (min-width: 75em) {
        #block-views-block-articles-block-1 .latest-article .author-date .author {
          font-size: 1em; } }
    @media print, screen and (min-width: 64em) {
      #block-views-block-articles-block-1 .latest-article .action {
        margin: 0; }
        #block-views-block-articles-block-1 .latest-article .action > div {
          padding: 1em 0 0;
          text-align: right; } }
    #block-views-block-articles-block-1 .latest-article .date {
      color: #a3a3a3;
      font-style: italic; }
    #block-views-block-articles-block-1 .latest-article a {
      color: #140C0C;
      font-family: "Caveat", cursive;
      font-size: 1.625em;
      font-weight: bold;
      position: relative; }
      @media print, screen and (min-width: 64em) {
        #block-views-block-articles-block-1 .latest-article a {
          margin-right: 1em; } }
      #block-views-block-articles-block-1 .latest-article a::after {
        background-image: url("../images/arrow.png");
        content: '';
        height: 17px;
        margin-left: 0.313rem;
        position: absolute;
        top: 8px;
        width: 18px; }
  #block-views-block-articles-block-1 .blog-home {
    padding: 1.250rem 0;
    text-align: center; }
    #block-views-block-articles-block-1 .blog-home a {
      color: #140C0C;
      font-family: "Caveat", cursive;
      font-size: 1.625em;
      font-weight: bold;
      position: relative; }
      #block-views-block-articles-block-1 .blog-home a::after {
        background-image: url("../images/arrow.png");
        content: '';
        height: 17px;
        margin-left: 0.313rem;
        position: absolute;
        top: 8px;
        width: 18px; }
  @media print, screen and (min-width: 40em) {
    #block-views-block-articles-block-1 .views-view-grid .views-row {
      margin-bottom: 1em; }
      #block-views-block-articles-block-1 .views-view-grid .views-row, #block-views-block-articles-block-1 .views-view-grid .views-row .column, #block-views-block-articles-block-1 .views-view-grid .views-row .columns, #block-views-block-articles-block-1 .views-view-grid .views-row .columns {
        display: -ms-flexbox;
        display: flex; }
    #block-views-block-articles-block-1 articles {
      width: 100%;
      margin-bottom: 0; } }

/**
 * @file
 * Client-side styles for the smart box block on the parent dashboard.
 */
.tmc_business_logic_pending_registrations_block {
  background-color: #fefefe;
  font-family: "Caveat", cursive;
  font-size: 1.3rem;
  line-height: 1;
  padding: 1rem;
  text-align: center; }

.block--parent-dashboard-smart-box-block {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0; }
  .block--parent-dashboard-smart-box-block .content-wrapper {
    padding: 1em;
    background-color: #fefefe; }
    .block--parent-dashboard-smart-box-block .content-wrapper .block-title {
      margin: 0;
      padding: 0;
      border: 0;
      font-family: "Caveat", cursive;
      font-size: 1.8em;
      font-weight: bold;
      line-height: 1.2;
      text-align: center; }
    @media print, screen and (min-width: 64em) {
      .block--parent-dashboard-smart-box-block .content-wrapper {
        padding: 2em; }
        .block--parent-dashboard-smart-box-block .content-wrapper .block-title {
          font-size: 2.625em;
          font-weight: normal; } }
    .block--parent-dashboard-smart-box-block .content-wrapper .dashboard-schedule-item,
    .block--parent-dashboard-smart-box-block .content-wrapper .smart_box_link {
      max-width: none;
      margin: 2.3rem 0;
      padding: 0;
      font-size: 1rem;
      font-weight: bold; }
      .block--parent-dashboard-smart-box-block .content-wrapper .dashboard-schedule-item h2.content,
      .block--parent-dashboard-smart-box-block .content-wrapper .smart_box_link h2.content {
        margin: 0;
        font-size: 1.2rem; }
      .block--parent-dashboard-smart-box-block .content-wrapper .dashboard-schedule-item .tmc_class_api.location_directions a,
      .block--parent-dashboard-smart-box-block .content-wrapper .smart_box_link .tmc_class_api.location_directions a {
        color: #8a8a8a;
        position: relative; }
        .block--parent-dashboard-smart-box-block .content-wrapper .dashboard-schedule-item .tmc_class_api.location_directions a::after,
        .block--parent-dashboard-smart-box-block .content-wrapper .smart_box_link .tmc_class_api.location_directions a::after {
          position: absolute;
          top: -0.4em;
          right: -2em;
          width: 2em;
          height: 2em;
          background-image: url("../images/bg-direction-hint.png");
          background-size: contain;
          content: ''; }
      .block--parent-dashboard-smart-box-block .content-wrapper .dashboard-schedule-item .field-tmc-token--field-confirmation-code .field-label,
      .block--parent-dashboard-smart-box-block .content-wrapper .smart_box_link .field-tmc-token--field-confirmation-code .field-label {
        clear: both; }
      .block--parent-dashboard-smart-box-block .content-wrapper .dashboard-schedule-item .field-tmc-token--field-confirmation-code .field-item,
      .block--parent-dashboard-smart-box-block .content-wrapper .smart_box_link .field-tmc-token--field-confirmation-code .field-item {
        float: left; }
    .block--parent-dashboard-smart-box-block .content-wrapper ul.pager {
      margin: 0; }
      .block--parent-dashboard-smart-box-block .content-wrapper ul.pager li {
        list-style: none;
        text-align: center; }
      .block--parent-dashboard-smart-box-block .content-wrapper ul.pager a.button {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        background-color: transparent;
        font-family: "Caveat", cursive;
        font-size: 1.8em;
        font-weight: bold;
        line-height: 1;
        color: #140C0C; }
        @media print, screen and (min-width: 64em) {
          .block--parent-dashboard-smart-box-block .content-wrapper ul.pager a.button {
            font-size: 2.3em; } }
        .block--parent-dashboard-smart-box-block .content-wrapper ul.pager a.button::after {
          position: absolute;
          top: 8px;
          right: -30px;
          width: 18px;
          height: 17px;
          background-image: url("../images/arrow.png");
          content: ''; }

/**
 * @file
 * Front-end styles for TMC ClassDate entities.
 */
.class_date.view-mode-makeup_options_list .field-class-date--field-date {
  font-weight: bold;
  text-decoration: underline; }

.class_date.view-mode-makeup_options_list .field-class-date--tmc-class-date-makeup-observation-seats-remain {
  font-style: oblique;
  font-weight: bold; }

/* @file
  Provides styles for jquery ui tabs.
*/
.ui-tabs .ui-tabs-panel {
  padding: 0; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0; }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0;
    border: none; }
  .ui-tabs .ui-tabs-nav li {
    margin: 0; }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active {
      margin: 0;
      padding: 0; }
  .ui-tabs .ui-tabs-nav .ui-state-active,
  .ui-tabs .ui-tabs-nav .ui-widget-content .ui-state-active,
  .ui-tabs .ui-tabs-nav .ui-widget-header .ui-state-active,
  .ui-tabs .ui-tabs-nav .ui-state-default,
  .ui-tabs .ui-tabs-nav .ui-widget-content .ui-state-default,
  .ui-tabs .ui-tabs-nav .ui-widget-header .ui-state-default {
    border: none;
    font-weight: inherit;
    color: inherit;
    background: none; }

.ui-tabs .ui-corner-all,
.ui-tabs .ui-corner-bottom,
.ui-tabs .ui-corner-right,
.ui-tabs .ui-corner-br,
.ui-tabs .ui-corner-top,
.ui-tabs .ui-corner-tr,
.ui-tabs .ui-corner-tl, .ui-tabs.ui-corner-all, .ui-tabs.ui-corner-bottom, .ui-tabs.ui-corner-right, .ui-tabs.ui-corner-br, .ui-tabs.ui-corner-top, .ui-tabs.ui-corner-tr, .ui-tabs.ui-corner-tl {
  border: none;
  border-radius: 0px; }

.ui-tabs .ui-widget-header {
  background: none; }

.ui-tabs.ui-widget {
  font-family: inherit;
  font-size: inherit; }

.ui-tabs .ui-tabs-nav {
  display: -ms-flexbox;
  display: flex; }
  .ui-tabs .ui-tabs-nav .ui-tab {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    font-size: 1em;
    margin: 0 0.125rem;
    text-align: center;
    text-transform: uppercase; }
    .ui-tabs .ui-tabs-nav .ui-tab a:link,
    .ui-tabs .ui-tabs-nav .ui-tab a:visited {
      display: block;
      padding: .6rem;
      width: 100%; }

.ui-tabs .ui-tabs-panel {
  padding: 2em; }

.ui-tabs .ui-widget-header .ui-state-default {
  background-color: #E4E4E4;
  color: #666666; }
  .ui-tabs .ui-widget-header .ui-state-default a:link,
  .ui-tabs .ui-widget-header .ui-state-default a:visited {
    color: #666666; }

.ui-tabs .ui-widget-header .ui-state-active {
  background-color: #666666;
  color: #fefefe; }
  .ui-tabs .ui-widget-header .ui-state-active a:link,
  .ui-tabs .ui-widget-header .ui-state-active a:visited {
    color: #fefefe; }

.ui-tabs .ui-tabs-panel {
  background-color: #666666;
  color: #fefefe; }
  .ui-tabs .ui-tabs-panel a:link,
  .ui-tabs .ui-tabs-panel a:visited {
    color: #140C0C;
    text-decoration: underline; }
  .ui-tabs .ui-tabs-panel a:hover,
  .ui-tabs .ui-tabs-panel a:focus,
  .ui-tabs .ui-tabs-panel a:active,
  .ui-tabs .ui-tabs-panel a.is-active {
    font-weight: bold;
    text-decoration: none; }

.tab-theme-blue .ui-tabs .ui-widget-header .ui-state-default {
  background-color: #e9f6ff;
  color: #666666; }
  .tab-theme-blue .ui-tabs .ui-widget-header .ui-state-default a:link,
  .tab-theme-blue .ui-tabs .ui-widget-header .ui-state-default a:visited {
    color: #666666; }

.tab-theme-blue .ui-tabs .ui-widget-header .ui-state-active {
  background-color: #0095F9;
  color: #fefefe; }
  .tab-theme-blue .ui-tabs .ui-widget-header .ui-state-active a:link,
  .tab-theme-blue .ui-tabs .ui-widget-header .ui-state-active a:visited {
    color: #fefefe; }

.tab-theme-blue .ui-tabs .ui-tabs-panel {
  background-color: #0095F9;
  color: #fefefe; }
  .tab-theme-blue .ui-tabs .ui-tabs-panel a:link,
  .tab-theme-blue .ui-tabs .ui-tabs-panel a:visited {
    color: #fefefe;
    text-decoration: underline; }
  .tab-theme-blue .ui-tabs .ui-tabs-panel a:hover,
  .tab-theme-blue .ui-tabs .ui-tabs-panel a:focus,
  .tab-theme-blue .ui-tabs .ui-tabs-panel a:active,
  .tab-theme-blue .ui-tabs .ui-tabs-panel a.is-active {
    font-weight: bold;
    text-decoration: none; }

.tab-theme-red .ui-tabs .ui-widget-header .ui-state-default {
  background-color: #E4E4E4;
  color: #666666; }
  .tab-theme-red .ui-tabs .ui-widget-header .ui-state-default a:link,
  .tab-theme-red .ui-tabs .ui-widget-header .ui-state-default a:visited {
    color: #666666; }

.tab-theme-red .ui-tabs .ui-widget-header .ui-state-active {
  background-color: #E73833;
  color: #fefefe; }
  .tab-theme-red .ui-tabs .ui-widget-header .ui-state-active a:link,
  .tab-theme-red .ui-tabs .ui-widget-header .ui-state-active a:visited {
    color: #fefefe; }

.tab-theme-red .ui-tabs .ui-tabs-panel {
  background-color: #E73833;
  color: #fefefe; }
  .tab-theme-red .ui-tabs .ui-tabs-panel a:link,
  .tab-theme-red .ui-tabs .ui-tabs-panel a:visited {
    color: #fefefe;
    text-decoration: underline; }
  .tab-theme-red .ui-tabs .ui-tabs-panel a:hover,
  .tab-theme-red .ui-tabs .ui-tabs-panel a:focus,
  .tab-theme-red .ui-tabs .ui-tabs-panel a:active,
  .tab-theme-red .ui-tabs .ui-tabs-panel a.is-active {
    font-weight: bold;
    text-decoration: none; }

/* @file
  Provides styles for jquery ui accordion.
*/
.ui-accordion .ui-accordion-header {
  color: #140C0C;
  background: none;
  border: none;
  margin: 0 auto;
  padding: 0; }
  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none; }
  .ui-accordion .ui-accordion-header:before {
    left: 0px; }
  .ui-accordion .ui-accordion-header.ui-state-active:before {
    content: '-'; }

.ui-accordion:last-child:not(.is-active) > .accordion-title {
  border: none; }

.ui-accordion.ui-widget {
  font-family: inherit;
  font-size: inherit; }

.ui-accordion .ui-widget-content {
  border: none;
  padding: 0;
  background: none; }

.ui-accordion {
  border-top: 1px solid #E4E4E4; }
  .ui-accordion.odd {
    background-color: #F9FDFF; }
  .ui-accordion:last-child {
    border-bottom: 1px solid #E4E4E4; }
  .ui-accordion .ui-accordion-header:before {
    font-size: 3em;
    font-family: "Caveat", cursive;
    position: relative;
    margin-right: 0.5em;
    line-height: 0.8; }
  .ui-accordion .ui-accordion-header.ui-accordion-header-collapsed:before {
    content: '\271A';
    font-size: 1em;
    line-height: 3; }
  .ui-accordion .ui-accordion-header.ui-state-active:before {
    margin-right: 0.625em;
    content: '\2501';
    font-size: 1em;
    line-height: 3; }
  .ui-accordion .ui-accordion-content.odd {
    background-color: #F9FDFF; }
  .ui-accordion .ui-widget-content {
    padding: 1em 0; }

.tab-theme-blue .ui-accordion .ui-accordion-header {
  background-color: #0095F9;
  color: #fefefe;
  padding: 0 1.125rem; }

.tab-theme-blue .ui-accordion .ui-accordion-header-collapsed {
  background-color: white;
  color: black; }

.tab-theme-blue .ui-accordion .ui-accordion-content {
  background-color: #0095F9;
  color: #fefefe;
  padding: 0 1.125rem; }

.tab-theme-red .ui-accordion .ui-accordion-header {
  background-color: #E73833;
  color: #fefefe;
  padding: 0 1.125rem; }

.tab-theme-red .ui-accordion .ui-accordion-header-collapsed {
  background-color: white;
  color: black; }

.tab-theme-red .ui-accordion .ui-accordion-content {
  background-color: #E73833;
  color: #fefefe;
  padding: 0 1.125rem; }

.tab-theme-grey .ui-accordion .ui-accordion-header {
  background-color: #666666;
  color: #fefefe;
  padding: 0 1.125rem; }

.tab-theme-grey .ui-accordion .ui-accordion-header-collapsed {
  background-color: white;
  color: black; }

.tab-theme-grey .ui-accordion .ui-accordion-content {
  background-color: #666666;
  color: #fefefe;
  padding: 0 1.125rem; }

.mini-menu--trigger:after {
  content: '\2304';
  font-size: 1.250rem;
  vertical-align: bottom;
  margin-left: 0.625rem; }

.paragraph {
  margin-top: 5em;
  margin-bottom: 5em;
  clear: both; }
  .paragraph .paragraph {
    margin-top: 0;
    margin-bottom: 0; }
  .paragraph .field-name-field-title h2 {
    font-family: "Caveat", cursive;
    text-align: center;
    font-weight: bold; }
  .paragraph .field-name-field-subtitle {
    text-align: center; }
  .paragraph .field-name-field-call-to-action-link a {
    color: #140C0C;
    font-family: "Caveat", cursive;
    font-size: 1.625em;
    font-weight: bold;
    padding-right: 1.3em;
    line-height: 1;
    background-image: url("/modules/custom/temp_content/assets/images/arrow.png");
    background-repeat: no-repeat;
    background-position: center right; }
  .paragraph.paragraph--type--testimonial .field-name-field-call-to-action-link {
    text-align: center; }

.paragraph--type--text {
  max-width: 750px; }

.paragraph .paragraph--type--text {
  max-width: 1200px; }

.paragraph--type--song-samples {
  width: 75%;
  margin: auto; }

.block--block-content--column-block {
  margin-bottom: 3rem; }
  .block--block-content--column-block .columns {
    border: 1px solid #140C0C;
    height: 100%; }
  .block--block-content--column-block .paragraph {
    margin-top: 0;
    margin-bottom: 0; }
    .block--block-content--column-block .paragraph.paragraph--type--background-image-with-text {
      min-height: 0; }
    .block--block-content--column-block .paragraph.paragraph--type--text {
      padding: 3rem 2rem; }
      .block--block-content--column-block .paragraph.paragraph--type--text .field-name-field-call-to-action-link a {
        border: 1px solid transparent;
        border-radius: 0.313rem;
        display: inline-block;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.25;
        margin: 0 0 1rem 0;
        text-align: center;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        vertical-align: middle;
        font-family: "Caveat", cursive;
        padding: .1rem .7rem .1rem .5rem;
        background-color: #E73833;
        color: #fefefe;
        font-size: 1.67em;
        margin-bottom: 0;
        background-image: none; }

@media print, screen and (min-width: 40em) {
  .paragraph--type--song-samples {
    width: 100%; } }

.audiofield .play {
  background-image: url("../images/play-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 45px;
  width: 40px; }
  .playing .audiofield .play {
    background-image: url("../images/pause-icon.png"); }

.node-song.display-sample {
  position: relative; }
  .node-song.display-sample img {
    width: 100%;
    height: auto; }
  .node-song.display-sample .overlay {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(254, 254, 254, 0.25);
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .node-song.display-sample .overlay:hover, .node-song.display-sample .overlay.playing {
      opacity: 1; }
    .node-song.display-sample .overlay .content {
      position: absolute;
      bottom: 1em;
      width: 100%;
      text-align: center; }
      .node-song.display-sample .overlay .content .play {
        display: inline-block;
        margin-bottom: 2em; }
      .node-song.display-sample .overlay .content .title-box {
        width: 85%;
        padding: 1em;
        background-color: #fefefe;
        margin: auto;
        font-weight: bold; }

.field-name-field-songs {
  text-align: center; }
  .field-name-field-songs > .row {
    border: 3px solid black; }
    .field-name-field-songs > .row > .column, .field-name-field-songs > .row > .columns {
      padding: 0;
      margin: 0;
      border: 3px solid black; }

/**
 * @file
 * Front-end styles for tmc_token entities in class_roster_overview mode.
 */
.tmc_token.view-mode-class-roster-overview,
.tmc_token.view-mode-class-roster-birthdays,
.tmc_token.view-mode-class-roster-makeups,
.tmc_token.view-mode-class-roster-absences,
.tmc_token.view-mode-class-roster-guests {
  background-color: #fefefe; }
  .tmc_token.view-mode-class-roster-overview.row,
  .tmc_token.view-mode-class-roster-birthdays.row,
  .tmc_token.view-mode-class-roster-makeups.row,
  .tmc_token.view-mode-class-roster-absences.row,
  .tmc_token.view-mode-class-roster-guests.row {
    max-width: 50%;
    padding: 1em; }
    @media screen and (max-width: 63.9375em) {
      .tmc_token.view-mode-class-roster-overview.row,
      .tmc_token.view-mode-class-roster-birthdays.row,
      .tmc_token.view-mode-class-roster-makeups.row,
      .tmc_token.view-mode-class-roster-absences.row,
      .tmc_token.view-mode-class-roster-guests.row {
        max-width: none; } }
  .tmc_token.view-mode-class-roster-overview .field-name-tmc-token-student-caregiver-contact,
  .tmc_token.view-mode-class-roster-birthdays .field-name-tmc-token-student-caregiver-contact,
  .tmc_token.view-mode-class-roster-makeups .field-name-tmc-token-student-caregiver-contact,
  .tmc_token.view-mode-class-roster-absences .field-name-tmc-token-student-caregiver-contact,
  .tmc_token.view-mode-class-roster-guests .field-name-tmc-token-student-caregiver-contact {
    font-size: 80%; }
  .tmc_token.view-mode-class-roster-overview .tmc_token_student_has_course_materials,
  .tmc_token.view-mode-class-roster-birthdays .tmc_token_student_has_course_materials,
  .tmc_token.view-mode-class-roster-makeups .tmc_token_student_has_course_materials,
  .tmc_token.view-mode-class-roster-absences .tmc_token_student_has_course_materials,
  .tmc_token.view-mode-class-roster-guests .tmc_token_student_has_course_materials {
    min-width: 32px;
    min-height: 32px;
    background-color: transparent;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -9999px; }
    .tmc_token.view-mode-class-roster-overview .tmc_token_student_has_course_materials.does-not-have-materials,
    .tmc_token.view-mode-class-roster-birthdays .tmc_token_student_has_course_materials.does-not-have-materials,
    .tmc_token.view-mode-class-roster-makeups .tmc_token_student_has_course_materials.does-not-have-materials,
    .tmc_token.view-mode-class-roster-absences .tmc_token_student_has_course_materials.does-not-have-materials,
    .tmc_token.view-mode-class-roster-guests .tmc_token_student_has_course_materials.does-not-have-materials {
      background-image: none; }
    .tmc_token.view-mode-class-roster-overview .tmc_token_student_has_course_materials.has-materials,
    .tmc_token.view-mode-class-roster-birthdays .tmc_token_student_has_course_materials.has-materials,
    .tmc_token.view-mode-class-roster-makeups .tmc_token_student_has_course_materials.has-materials,
    .tmc_token.view-mode-class-roster-absences .tmc_token_student_has_course_materials.has-materials,
    .tmc_token.view-mode-class-roster-guests .tmc_token_student_has_course_materials.has-materials {
      background-image: url("../images/student-has-course-materials.png"); }
  .tmc_token.view-mode-class-roster-overview .birthday-icon,
  .tmc_token.view-mode-class-roster-birthdays .birthday-icon,
  .tmc_token.view-mode-class-roster-makeups .birthday-icon,
  .tmc_token.view-mode-class-roster-absences .birthday-icon,
  .tmc_token.view-mode-class-roster-guests .birthday-icon {
    width: 1.5em;
    height: 1.75em;
    background-image: url(/themes/custom/tmc_theme/images/birthday.png);
    background-repeat: no-repeat;
    background-size: 100% auto; }

#colorbox {
  text-align: center; }
  #colorbox .node-title {
    font-family: "Caveat", cursive;
    font-size: 3em; }

.node-job.display-teaser {
  background-color: #fefefe;
  padding: 1.7em; }
  .node-job.display-teaser .job-detail {
    display: none; }

.job-result-detail .job-detail a.button-red {
  background-color: #ff0000;
  color: #fefefe; }

.block-blogfilterblock {
  background-color: #F3F3F3; }
  .block-blogfilterblock .filter-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media print, screen and (min-width: 40em) {
      .block-blogfilterblock .filter-blocks {
        -ms-flex-direction: row;
            flex-direction: row; } }

.block-category-filter, .block-author-filter, .block-search-filter {
  position: relative;
  text-align: center;
  background-color: #F3F3F3;
  padding: 0; }
  .block-category-filter .block-category-filter--category, .block-category-filter .block-author-filter--author, .block-category-filter .block-search-filter--search, .block-author-filter .block-category-filter--category, .block-author-filter .block-author-filter--author, .block-author-filter .block-search-filter--search, .block-search-filter .block-category-filter--category, .block-search-filter .block-author-filter--author, .block-search-filter .block-search-filter--search {
    margin: 0;
    cursor: pointer;
    padding: 1em 2em;
    z-index: 10;
    height: 100%; }
    .block-category-filter .block-category-filter--category h3, .block-category-filter .block-author-filter--author h3, .block-category-filter .block-search-filter--search h3, .block-author-filter .block-category-filter--category h3, .block-author-filter .block-author-filter--author h3, .block-author-filter .block-search-filter--search h3, .block-search-filter .block-category-filter--category h3, .block-search-filter .block-author-filter--author h3, .block-search-filter .block-search-filter--search h3 {
      padding-top: 0.313rem; }
      .block-category-filter .block-category-filter--category h3::before, .block-category-filter .block-author-filter--author h3::before, .block-category-filter .block-search-filter--search h3::before, .block-author-filter .block-category-filter--category h3::before, .block-author-filter .block-author-filter--author h3::before, .block-author-filter .block-search-filter--search h3::before, .block-search-filter .block-category-filter--category h3::before, .block-search-filter .block-author-filter--author h3::before, .block-search-filter .block-search-filter--search h3::before {
        content: '';
        background-size: cover;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 5%; }
  @media screen and (max-width: 39.9375em) {
    .block-category-filter .block-search-filter--search, .block-author-filter .block-search-filter--search, .block-search-filter .block-search-filter--search {
      padding-top: 0;
      padding-bottom: 0; } }
  .block-category-filter .category-filter-list, .block-category-filter .author-filter-list, .block-author-filter .category-filter-list, .block-author-filter .author-filter-list, .block-search-filter .category-filter-list, .block-search-filter .author-filter-list {
    display: none;
    text-align: left;
    list-style: none;
    position: absolute;
    top: 100%;
    max-height: 325px;
    overflow-y: auto;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    background-color: #F3F3F3;
    width: 100%;
    z-index: 100; }
    .block-category-filter .category-filter-list li, .block-category-filter .author-filter-list li, .block-author-filter .category-filter-list li, .block-author-filter .author-filter-list li, .block-search-filter .category-filter-list li, .block-search-filter .author-filter-list li {
      padding: 0; }
    .block-category-filter .category-filter-list .category-filter-list--link, .block-category-filter .category-filter-list .author-filter-list--link, .block-category-filter .author-filter-list .category-filter-list--link, .block-category-filter .author-filter-list .author-filter-list--link, .block-author-filter .category-filter-list .category-filter-list--link, .block-author-filter .category-filter-list .author-filter-list--link, .block-author-filter .author-filter-list .category-filter-list--link, .block-author-filter .author-filter-list .author-filter-list--link, .block-search-filter .category-filter-list .category-filter-list--link, .block-search-filter .category-filter-list .author-filter-list--link, .block-search-filter .author-filter-list .category-filter-list--link, .block-search-filter .author-filter-list .author-filter-list--link {
      color: #8a8a8a;
      font-size: 0.875rem;
      font-weight: 900;
      cursor: pointer;
      padding: 0.2em 1em;
      border-top: 1px solid #F3F3F3;
      display: block; }
      .block-category-filter .category-filter-list .category-filter-list--link:hover, .block-category-filter .category-filter-list .author-filter-list--link:hover, .block-category-filter .author-filter-list .category-filter-list--link:hover, .block-category-filter .author-filter-list .author-filter-list--link:hover, .block-author-filter .category-filter-list .category-filter-list--link:hover, .block-author-filter .category-filter-list .author-filter-list--link:hover, .block-author-filter .author-filter-list .category-filter-list--link:hover, .block-author-filter .author-filter-list .author-filter-list--link:hover, .block-search-filter .category-filter-list .category-filter-list--link:hover, .block-search-filter .category-filter-list .author-filter-list--link:hover, .block-search-filter .author-filter-list .category-filter-list--link:hover, .block-search-filter .author-filter-list .author-filter-list--link:hover {
        color: #8a8a8a; }
  .block-category-filter .open, .block-author-filter .open, .block-search-filter .open {
    display: block; }

.block-category-filter h3,
.block-author-filter h3,
.block-search-filter h3 {
  font-size: 1.000rem;
  font-weight: 900;
  color: #8a8a8a;
  margin-bottom: 0;
  text-transform: uppercase; }

.block-search-filter {
  text-align: center;
  background-color: #F3F3F3; }
  @media print, screen and (min-width: 40em) {
    .block-search-filter {
      padding-right: 0;
      padding-left: 0; } }
  .block-search-filter .blog-filter-form {
    position: absolute;
    display: none;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 0;
    z-index: 100; }
    .block-search-filter .blog-filter-form label {
      display: none; }
  .block-search-filter .open {
    display: block !important; }

#views-exposed-form-articles-block-1 {
  display: none; }

.paragraph--type--background-image-with-text {
  min-height: 42vw;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .paragraph--type--background-image-with-text.text-color-white {
    color: #fefefe; }
    .paragraph--type--background-image-with-text.text-color-white p {
      background-color: transparent; }
  .paragraph--type--background-image-with-text p {
    background-color: #fefefe;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.1;
    margin: 50% 0;
    padding: 1em;
    z-index: 20; }

/**
 * @file
 * Front-end styles for the hero search block, displayed on the homepage.
 */
.search-hero {
  background-color: #e73833;
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #fff;
  padding: 1rem 0;
  position: relative; }
  .search-hero .search-bar form, .search-hero .search-bar div, .search-hero .search-bar h3, .search-hero .search-bar h3:before {
    z-index: 1;
    position: relative; }
  .search-hero .animation-container {
    z-index: 0; }
    @media print, screen and (max-width: 1023px) {
      .search-hero .animation-container {
        margin-top: 2em;
        text-align: center; } }
  .search-hero h3 {
    line-height: 1.1;
    margin-bottom: .32em;
    font-size: 1.6rem; }
  .search-hero .sub-title {
    font-weight: bold;
    margin-top: 1rem;
    font-size: 1.375rem;
    line-height: 1.5rem; }
    .search-hero .sub-title .cursive {
      color: #fff; }
    .search-hero .sub-title a {
      color: #fff;
      text-decoration: underline;
      font-size: 0.95rem; }

.search-bar-form {
  position: relative; }
  .search-bar-form .js-form-type-textfield {
    width: 75%;
    float: left; }
  .search-bar-form input {
    margin: 0; }
    .search-bar-form input[type="text"] {
      border: 0;
      border-right: 2px solid #000;
      height: 5.25em;
      line-height: 5.25em;
      padding-left: 1.5em; }
      .search-bar-form input[type="text"]::-webkit-input-placeholder {
        color: #000; }
    .search-bar-form input#locate-me {
      background-color: #fff056;
      background-image: url("/modules/custom/tmc_location_search/images/compass.svg");
      background-position: center 12px;
      background-repeat: no-repeat;
      background-size: auto;
      border: 0;
      color: #000;
      font-size: .8125rem;
      height: 6.46em;
      line-height: 1;
      margin: 0;
      padding-top: 4.4em;
      vertical-align: bottom;
      width: 8em;
      max-width: 25%;
      cursor: pointer; }
  .search-bar-form .spinner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5);
    background-image: url("/modules/custom/tmc_location_search/images/spinner.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2em auto;
    display: none; }
  .search-bar-form.searching .spinner-overlay {
    display: block; }

.collapse-at-start {
  display: none; }

#search-control-container input[type=checkbox] {
  visibility: hidden; }

#search-control-container label {
  position: relative;
  margin: 0 0 0 1.5em; }
  #search-control-container label > span {
    opacity: 1;
    position: absolute;
    top: 5px;
    left: -25px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 5px; }
  #search-control-container label > span:before {
    opacity: 1;
    content: '';
    position: relative;
    width: 16px;
    height: 8px;
    background: transparent;
    top: -1px;
    left: 1px;
    border: 4px solid #e73833;
    border-top: none;
    border-right: none;
    display: none;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

#search-control-container input[type=checkbox]:checked + label span:before {
  display: block; }

div[data-tmc_more_formatter="jquery_expander_text_trimmed"] .summary img {
  display: none; }

@media print {
  table.tmc_class_api_printable_class_roster {
    font-size: 0.75rem;
    line-height: 1.1; }
    table.tmc_class_api_printable_class_roster td {
      padding: 0.125rem; }
  .print-page {
    display: none; } }

.tmc_class_api_printable_student_info .wrapper-name-age-birthdate {
  font-weight: bold; }

.tmc_class_api_printable_student_info .wrapper-caregivers-primary-phone,
.tmc_class_api_printable_student_info .wrapper-primary-email {
  font-size: 0.8rem; }

.views-view-grid > .row.collapse {
  display: inline-block;
  width: 100%; }
  .views-view-grid > .row.collapse > .column, .views-view-grid > .row.collapse > .columns {
    padding: 0.125rem; }

.node-program.display-card {
  width: 100%;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .node-program.display-card .program-details {
    position: absolute;
    bottom: 0;
    color: #fefefe;
    background-color: #E73833;
    width: 100%;
    padding: 0.5em;
    text-align: center; }
    .node-program.display-card .program-details .node-title {
      font-family: "Caveat", cursive;
      font-weight: bold;
      color: #fefefe; }
  .node-program.display-card:hover .program-details {
    background-color: #2300F8; }

#section-session-tabs {
  margin-bottom: 0;
  padding: 0;
  position: relative;
  background-color: #fefefe; }
  #section-session-tabs ul#session-tabs {
    margin: 0;
    line-height: 1; }
    #section-session-tabs ul#session-tabs li {
      padding: 0.6em 1em;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      border-radius: 0.5em 0.5em 0 0;
      background-color: #e6e6e6;
      list-style: none;
      line-height: 1;
      font-size: 1.5em;
      font-weight: normal;
      text-align: center;
      text-transform: uppercase;
      color: #140C0C;
      cursor: pointer; }
      #section-session-tabs ul#session-tabs li:hover {
        background-color: #d61e19;
        color: #fefefe; }
      #section-session-tabs ul#session-tabs li.active {
        background-color: #E73833;
        color: #fefefe;
        padding-left: 1.5em; }
        #section-session-tabs ul#session-tabs li.active:before {
          content: "\ea42";
          line-height: inherit;
          position: absolute;
          left: 0.7em;
          top: 1.0em;
          font-size: 0.7em; }
        #section-session-tabs ul#session-tabs li.active:hover {
          cursor: default; }
      @media screen and (max-width: 39.9375em) {
        #section-session-tabs ul#session-tabs li {
          display: block;
          border-radius: 0 0 0 0; } }

html.js .session-content {
  display: none; }

.section-sub-nav {
  background-color: #fefefe;
  border-bottom: 2px solid #F3F3F3;
  margin-bottom: 0.5em;
  padding: 0;
  position: relative; }
  .section-sub-nav .mini-menu--trigger {
    display: none; }
  .section-sub-nav ul.main {
    margin: 0;
    display: none; }
    .section-sub-nav ul.main li {
      display: block;
      margin: 0;
      padding: 0;
      border-top: 1px solid #F3F3F3;
      font-size: 1em;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase; }
      .section-sub-nav ul.main li a {
        display: block;
        padding: 0.5em 0;
        margin: 0;
        color: #140C0C; }
        .section-sub-nav ul.main li a:hover {
          background-color: #F0EDE0; }
  @media screen and (max-width: 39.9375em) {
    .section-sub-nav {
      margin-bottom: 0; }
      .section-sub-nav .mini-menu--trigger {
        background-color: #F9FDFF;
        text-align: center;
        text-transform: uppercase;
        padding: 0.5em 0;
        display: block;
        font-weight: bold; }
      .section-sub-nav ul.main {
        position: absolute;
        width: 100%;
        background-color: #fefefe;
        top: 100%;
        border-bottom: 2px solid #F3F3F3; }
        .section-sub-nav ul.main a.is-active {
          display: none; }
        .section-sub-nav ul.main.enabled {
          display: block; }
      .section-sub-nav .limit-block-width {
        padding-right: 0;
        padding-left: 0; } }
  @media print, screen and (min-width: 40em) {
    .section-sub-nav {
      position: relative;
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
      .section-sub-nav ul.main {
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        .section-sub-nav ul.main li {
          display: inline-block;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
          margin: 0 0.125rem;
          border-top: none; }
          .section-sub-nav ul.main li a {
            display: inline;
            margin-right: 1em;
            margin-bottom: 0.125rem;
            padding: 0.2em 0; }
            .section-sub-nav ul.main li a.is-active {
              border-bottom: 2px solid #0095F9;
              color: #0095F9; }
            .section-sub-nav ul.main li a:hover, .section-sub-nav ul.main li a.is-active:hover {
              border-bottom: 2px solid #0095F9;
              background-color: transparent; } }

span.font-family-caveat {
  font-family: "Caveat", cursive; }

span.font-family-roboto {
  font-family: "Roboto", sans-serif; }

span.font-weight-bold {
  font-weight: bold; }

span.font-size-36 {
  font-size: 2.250rem; }

span.font-size-28 {
  font-size: 1.750rem; }

span.font-size-20 {
  font-size: 1.250rem; }

span.font-color-black {
  color: #140C0C; }

span.font-color-blue {
  color: #0095F9; }

span.font-color-red {
  color: #E73833; }

span.font-color-purple {
  color: #9933FF; }

#views-block--dashboard-user-notifications-block-1 {
  padding-bottom: 2.5rem; }
  #views-block--dashboard-user-notifications-block-1 .view-content {
    border: 1px solid #c889b0;
    background-color: #9e3493;
    color: #fefefe; }
    #views-block--dashboard-user-notifications-block-1 .view-content a:link,
    #views-block--dashboard-user-notifications-block-1 .view-content a:visited,
    #views-block--dashboard-user-notifications-block-1 .view-content a:hover,
    #views-block--dashboard-user-notifications-block-1 .view-content a:focus,
    #views-block--dashboard-user-notifications-block-1 .view-content a:active {
      color: #fefefe; }
  #views-block--dashboard-user-notifications-block-1 article,
  #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty {
    padding: 1rem; }
    #views-block--dashboard-user-notifications-block-1 article > .icon-wrapper,
    #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty > .icon-wrapper {
      float: left;
      width: 80px; }
      #views-block--dashboard-user-notifications-block-1 article > .icon-wrapper img,
      #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty > .icon-wrapper img {
        width: 100%;
        height: auto; }
    #views-block--dashboard-user-notifications-block-1 article > .text,
    #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty > .text {
      padding-left: 6rem;
      background-repeat: no-repeat;
      background-position: top left; }
    #views-block--dashboard-user-notifications-block-1 article h2,
    #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty h2 {
      margin-bottom: 0.7rem;
      font-size: 1.125rem;
      font-weight: bold;
      letter-spacing: 0.09rem;
      line-height: 1; }
    #views-block--dashboard-user-notifications-block-1 article .field.body,
    #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty .field.body {
      margin: 1rem 0;
      font-size: 0.812rem;
      font-weight: normal;
      letter-spacing: 0.05rem;
      line-height: 1.2; }
    #views-block--dashboard-user-notifications-block-1 article .field-name-field-link,
    #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty .field-name-field-link {
      margin: 1rem 0 0; }
      #views-block--dashboard-user-notifications-block-1 article .field-name-field-link a:link,
      #views-block--dashboard-user-notifications-block-1 article .field-name-field-link a:visited,
      #views-block--dashboard-user-notifications-block-1 article .field-name-field-link a:hover,
      #views-block--dashboard-user-notifications-block-1 article .field-name-field-link a:focus,
      #views-block--dashboard-user-notifications-block-1 article .field-name-field-link a:active,
      #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty .field-name-field-link a:link,
      #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty .field-name-field-link a:visited,
      #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty .field-name-field-link a:hover,
      #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty .field-name-field-link a:focus,
      #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty .field-name-field-link a:active {
        border: 1px solid transparent;
        border-radius: 0.313rem;
        display: inline-block;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.25;
        margin: 0 0 1rem 0;
        text-align: center;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        vertical-align: middle;
        font-family: "Caveat", cursive;
        padding: .1rem .7rem .1rem .5rem;
        background-color: #fefefe;
        color: #140C0C;
        line-height: 1.5;
        margin-bottom: 0;
        padding: 0.3rem 0.625rem;
        width: 100%; }
        @media print, screen and (min-width: 64em) {
          #views-block--dashboard-user-notifications-block-1 article .field-name-field-link a:link,
          #views-block--dashboard-user-notifications-block-1 article .field-name-field-link a:visited,
          #views-block--dashboard-user-notifications-block-1 article .field-name-field-link a:hover,
          #views-block--dashboard-user-notifications-block-1 article .field-name-field-link a:focus,
          #views-block--dashboard-user-notifications-block-1 article .field-name-field-link a:active,
          #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty .field-name-field-link a:link,
          #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty .field-name-field-link a:visited,
          #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty .field-name-field-link a:hover,
          #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty .field-name-field-link a:focus,
          #views-block--dashboard-user-notifications-block-1 .tmc_api_themeable_custom_text.empty .field-name-field-link a:active {
            font-size: 1.375rem;
            letter-spacing: 0.056rem;
            padding: 0 0.5rem;
            width: auto; } }
  #views-block--dashboard-user-notifications-block-1 article {
    min-height: 7rem; }
    #views-block--dashboard-user-notifications-block-1 article + #views-block--dashboard-user-notifications-block-1 article {
      border-top: 1px solid #c889b0; }

#dashboard-app-buttons {
  background-color: #DAFDFD;
  padding-top: 1.875rem; }

.block--views-block--upcoming-events-for-caregiver-block {
  position: relative;
  z-index: 1;
  margin: 1.250rem 0;
  padding: 0; }
  .block--views-block--upcoming-events-for-caregiver-block .content-wrapper {
    padding: 1em;
    background-color: #fefefe; }
    .block--views-block--upcoming-events-for-caregiver-block .content-wrapper .block-title {
      margin: 0;
      padding: 0;
      border: 0;
      font-family: "Roboto", sans-serif;
      font-size: 1.2em;
      font-weight: bold;
      line-height: 1.2;
      text-align: left; }
    .block--views-block--upcoming-events-for-caregiver-block .content-wrapper .views-row {
      padding-top: 1.250rem; }
    .block--views-block--upcoming-events-for-caregiver-block .content-wrapper .views-field-title {
      font-size: 1.2em;
      font-weight: bold; }
    .block--views-block--upcoming-events-for-caregiver-block .content-wrapper .no-results-text {
      padding-top: 1em;
      font-family: "Caveat", cursive;
      font-size: 1.2em; }
    @media print, screen and (min-width: 64em) {
      .block--views-block--upcoming-events-for-caregiver-block .content-wrapper {
        padding: 2em; }
        .block--views-block--upcoming-events-for-caregiver-block .content-wrapper .block-title {
          font-size: 1.625em;
          font-weight: normal; } }
    .block--views-block--upcoming-events-for-caregiver-block .content-wrapper .reminder-icon {
      width: 2.8em;
      height: 4.5em;
      float: left;
      margin: 0 0.750rem;
      background-image: url(/themes/custom/tmc_theme/images/reminder.png);
      background-repeat: no-repeat;
      background-size: 100% auto; }

.block--views-block--schedule-for-parent-dashbord-upcoming-event-block {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0; }
  .block--views-block--schedule-for-parent-dashbord-upcoming-event-block .content-wrapper {
    padding: 1em;
    background-color: #fefefe; }
    .block--views-block--schedule-for-parent-dashbord-upcoming-event-block .content-wrapper .block-title {
      margin: 0;
      padding: 0;
      border: 0;
      font-family: "Caveat", cursive;
      font-size: 1.8em;
      font-weight: bold;
      line-height: 1.2;
      text-align: center; }
    @media print, screen and (min-width: 64em) {
      .block--views-block--schedule-for-parent-dashbord-upcoming-event-block .content-wrapper {
        padding: 2em; }
        .block--views-block--schedule-for-parent-dashbord-upcoming-event-block .content-wrapper .block-title {
          font-size: 2.625em;
          font-weight: normal; } }
    .block--views-block--schedule-for-parent-dashbord-upcoming-event-block .content-wrapper .dashboard-schedule-item {
      max-width: none;
      margin: 2.3rem 0;
      padding: 0;
      font-size: 1rem;
      font-weight: bold; }
      .block--views-block--schedule-for-parent-dashbord-upcoming-event-block .content-wrapper .dashboard-schedule-item h2.content {
        margin: 0;
        font-size: 1.2rem; }
    .block--views-block--schedule-for-parent-dashbord-upcoming-event-block .content-wrapper ul.pager {
      margin: 0; }
      .block--views-block--schedule-for-parent-dashbord-upcoming-event-block .content-wrapper ul.pager li {
        list-style: none;
        text-align: center; }

.student .student-option {
  margin: 1em 0; }

.student .class-option {
  margin: 1em; }

.optoin-disabled {
  background-color: #e0e0e0;
  color: #c0c0c0; }

td.waitlisted,
tr.waitlisted td.views-field-class-sale-status {
  border-left: 6px solid #f7a100; }

td.sold_out,
tr.sold_out td.views-field-class-sale-status {
  border-left: 6px solid #d61e19; }

td.interest,
tr.interest td.views-field-class-sale-status {
  border-left: 6px solid #545454; }

a.waitlist-requests {
  text-align: center;
  width: 100%;
  display: inline-block; }

form.tmc-dashboard-center-class #edit-checkboxes .form-type-checkbox {
  margin: 0 1em;
  display: inline-block; }

.collapse-control .icon {
  padding-right: 1em;
  color: #ff0000; }

.field-student--field-profile-picture {
  margin: 0 auto;
  font-size: 1.875rem;
  max-width: 3.8em; }
  .field-student--field-profile-picture img {
    height: auto;
    max-width: 100%;
    border: 0.15em solid #140C0C;
    border-radius: 100%;
    display: block;
    opacity: 1;
    object-fit: cover; }

.avatar {
  width: 3.8em;
  height: 3.8em;
  border: 0.25em solid #140C0C;
  border-radius: 50%;
  background-color: #118C4E;
  padding: 0.35em;
  font-size: 1.063rem; }
  .avatar.female {
    background-color: #DF3D82; }
  .avatar.male {
    background-color: #0095F9; }
  .avatar .avatar-info {
    width: 100%;
    height: 100%;
    line-height: 1;
    border: 0.15em solid #140C0C;
    border-radius: 50%;
    background-color: #fefefe;
    padding-top: 0.6em;
    font-size: 1em;
    font-family: "Caveat", cursive;
    font-weight: bold;
    color: #140C0C;
    text-align: center;
    text-transform: uppercase; }
  .avatar.large, .students.parent-dashboard-block .avatar {
    font-size: 1.875rem;
    border: 0.17em solid #140C0C;
    padding: 0.4em;
    margin: 0 auto; }
    .avatar.large .avatar-info, .students.parent-dashboard-block .avatar .avatar-info {
      font-weight: bold;
      border: 0.12em solid #140C0C; }

.section-dashboard .layout__region--content .button {
  border: 1px solid transparent;
  border-radius: 0.313rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  font-family: "Caveat", cursive;
  padding: .1rem .7rem .1rem .5rem;
  background-color: #E73833;
  color: #fefefe;
  margin: 3px; }
  .section-dashboard .layout__region--content .button:hover, .section-dashboard .layout__region--content .button:focus {
    background-color: #d61e19;
    color: white; }

.section-dashboard .dashboard .block-tmc-theme-primary-local-tasks {
  overflow-x: auto; }

.section-dashboard .tmc-dashboard-center-class .accordion-trigger {
  cursor: pointer; }

.section-dashboard .tmc-dashboard-center-class .accordion-trigger:hover {
  background-color: #f8f8f8; }

.section-dashboard .tmc-dashboard-center-class h3 {
  font-size: 1.25rem; }

.section-dashboard .tmc-dashboard-center-class table {
  font-size: 0.8em; }
  .section-dashboard .tmc-dashboard-center-class table td, .section-dashboard .tmc-dashboard-center-class table th {
    padding: 0.25rem 0.3rem; }

.section-dashboard .tmc-dashboard-center-class .center-classes-filter-container {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  padding: 0.3em;
  font-size: 0.8em;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: #140C0C;
  margin: 0 auto; }
  .section-dashboard .tmc-dashboard-center-class .center-classes-filter-container .form-item.form-type-select {
    float: left;
    width: 14em;
    margin: 0 1em;
    max-width: 20%; }
  .section-dashboard .tmc-dashboard-center-class .center-classes-filter-container .button-wrapper {
    margin-left: 1em;
    display: block;
    clear: both; }
    .section-dashboard .tmc-dashboard-center-class .center-classes-filter-container .button-wrapper .button {
      padding: 0.2em 1em;
      margin: 0.5em 0; }

.section-dashboard.male {
  background-color: #0095F9; }

.section-dashboard .avatar-info {
  width: 100%;
  height: 100%;
  line-height: 1;
  border: 0.15em solid #140C0C;
  border-radius: 50%;
  background-color: #fefefe;
  padding-top: 0.6em;
  font-size: 1em;
  font-family: "Caveat", cursive;
  font-weight: bold;
  color: #140C0C;
  text-align: center;
  text-transform: uppercase; }

.section-dashboard.large {
  font-size: 1.875rem;
  border: 0.17em solid #140C0C;
  padding: 0.4em;
  margin: 0 auto; }
  .section-dashboard.large .avatar-info {
    font-weight: bold;
    border: 0.12em solid #140C0C; }

.section-dashboard .field-student--field-first-name {
  font-size: 0.9em;
  text-align: center; }

.section-dashboard .off-canvas-wrapper h1 {
  position: relative;
  z-index: 10;
  margin: 0.9em 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.1;
  color: #fefefe; }
  @media print, screen and (min-width: 64em) {
    .section-dashboard .off-canvas-wrapper h1 {
      font-size: 3.2rem; } }

.section-dashboard .off-canvas-wrapper #main {
  padding-right: 0;
  padding-left: 0;
  background-color: #E73833; }

.section-dashboard .off-canvas-wrapper #block-tmc-theme-content > .limit-line-length {
  max-width: none;
  padding-right: 0;
  padding-left: 0; }

.section-dashboard .off-canvas-wrapper .region-first {
  position: relative; }
  .section-dashboard .off-canvas-wrapper .region-first::before {
    position: absolute;
    top: 70px;
    right: -7%;
    z-index: 2;
    display: none;
    width: 163px;
    height: 155px;
    background-image: url("../images/bg-three-music-notes.png");
    background-repeat: no-repeat;
    content: ''; }
    @media print, screen and (min-width: 64em) {
      .section-dashboard .off-canvas-wrapper .region-first::before {
        display: block; } }

.section-dashboard .off-canvas-wrapper .dashboard-header {
  padding: 2em 1.5em 1em;
  background-color: #E73833;
  color: #fefefe; }

.section-dashboard .off-canvas-wrapper .region-first, .section-dashboard .off-canvas-wrapper .region-second {
  padding-top: 2.825rem; }

.section-dashboard .off-canvas-wrapper .region-second {
  margin-bottom: 9.563rem; }

.section-dashboard .off-canvas-wrapper .top-content-dashboard {
  position: relative;
  padding-bottom: 4em;
  background-color: #E73833; }
  .section-dashboard .off-canvas-wrapper .top-content-dashboard::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 139px;
    height: 166px;
    background-image: url("../images/sun.png");
    background-repeat: no-repeat;
    content: ''; }
  .section-dashboard .off-canvas-wrapper .top-content-dashboard .viewport-pad {
    -ms-flex-positive: 1;
        flex-grow: 1; }

.section-dashboard .off-canvas-wrapper .link-wrapper {
  margin-bottom: 2em; }

.section-dashboard .off-canvas-wrapper .gear-link a,
.section-dashboard .off-canvas-wrapper a.gear-link {
  position: relative;
  padding-top: 0.125rem;
  padding-left: 3.188rem;
  font-size: 0.875rem;
  color: #fefefe;
  text-align: left; }
  .section-dashboard .off-canvas-wrapper .gear-link a::before,
  .section-dashboard .off-canvas-wrapper a.gear-link::before {
    position: absolute;
    top: -2px;
    left: -3px;
    width: 34px;
    height: 36px;
    background-image: url("../images/gear.png");
    content: ''; }
  .section-dashboard .off-canvas-wrapper .gear-link a span,
  .section-dashboard .off-canvas-wrapper a.gear-link span {
    display: none; }
  .section-dashboard .off-canvas-wrapper .gear-link a:hover,
  .section-dashboard .off-canvas-wrapper a.gear-link:hover {
    color: #140C0C; }

.section-dashboard .off-canvas-wrapper .options-panel {
  padding: 3rem 0 0; }
  .section-dashboard .off-canvas-wrapper .options-panel > nav > .row {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem; }
  .section-dashboard .off-canvas-wrapper .options-panel .block-title {
    margin: 0;
    margin-bottom: 0.313rem;
    padding: 0;
    font-size: 1.063rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fefefe;
    text-align: left; }
  .section-dashboard .off-canvas-wrapper .options-panel ul {
    display: block;
    padding: 0; }
    .section-dashboard .off-canvas-wrapper .options-panel ul li {
      margin-bottom: 0.5rem;
      padding: 0;
      list-style: none; }
    .section-dashboard .off-canvas-wrapper .options-panel ul li.column, .section-dashboard .off-canvas-wrapper .options-panel ul li.columns {
      padding-right: 0.3125rem;
      padding-left: 0.3125rem; }

.section-dashboard .off-canvas-wrapper .center-option {
  padding-bottom: 3em; }
  .section-dashboard .off-canvas-wrapper .center-option.row {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem; }
  .section-dashboard .off-canvas-wrapper .center-option ul {
    display: block;
    margin: 0;
    padding: 0; }
    .section-dashboard .off-canvas-wrapper .center-option ul li {
      margin-bottom: 0.5rem;
      padding-right: 0.3125rem;
      padding-left: 0.3125rem;
      list-style: none; }

.section-dashboard .off-canvas-wrapper ul .option {
  display: block;
  height: 100%;
  padding: 0.6em 1em;
  border-radius: 10px;
  background-color: #fefefe;
  font-family: "Caveat", cursive;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  color: #140C0C; }

.section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0; }
  .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .content-wrapper {
    padding: 2em;
    background-color: #fefefe; }
  .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 h2.block-title {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Caveat", cursive;
    font-size: 2.625em;
    font-weight: normal;
    line-height: 1.2;
    text-align: center; }
  .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 header div {
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #1779ba; }
  .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .show-all-link {
    float: right; }
  .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .view-content {
    padding-top: 1em; }
  .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .views-row {
    max-width: none;
    margin: 2.3rem 0;
    padding: 0;
    font-size: 1rem;
    font-weight: bold; }
    .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .views-row .views-field-field-date {
      margin: 0;
      font-size: 1.2rem; }
    .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .views-row .views-field-field-location {
      position: relative;
      float: left; }
    .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .views-row .views-field-field-location a {
      display: inline-block;
      color: #8a8a8a; }
      .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .views-row .views-field-field-location a::after {
        position: absolute;
        top: -0.2em;
        width: 2em;
        height: 2em;
        background-image: url("../images/bg-direction-hint.png");
        background-size: contain;
        content: ''; }
  .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .class_date[role="article"] {
    margin: 2.3em 0;
    font-size: 1rem;
    font-weight: bold; }
    .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .class_date[role="article"] h2 {
      margin: 0;
      font-size: 1.2rem; }
    .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .class_date[role="article"] .views-field {
      margin-left: 5.625rem; }
      .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .class_date[role="article"] .views-field.views-field-field-student {
        float: left;
        width: 5.625rem;
        margin-left: 0; }
        .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .class_date[role="article"] .views-field.views-field-field-student .avatar {
          margin: 0 auto 0 0; }
    .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .class_date[role="article"] .field-node--field-location {
      position: relative;
      float: left; }
      .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .class_date[role="article"] .field-node--field-location a {
        display: inline-block;
        color: #8a8a8a; }
        .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .class_date[role="article"] .field-node--field-location a::after {
          position: absolute;
          top: -0.2em;
          right: -2em;
          width: 2em;
          height: 2em;
          background-image: url("../images/bg-direction-hint.png");
          background-size: contain;
          content: ''; }
  .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .date,
  .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .teacher {
    font-weight: bold; }
  .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .dashboard-schedule-links {
    margin: 0;
    border-top: 2px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .dashboard-schedule-links div:first-of-type {
      border-right: 2px solid #F9FDFF; }
    .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .dashboard-schedule-links a {
      position: relative;
      font-family: "Caveat", cursive;
      font-size: 1.625em;
      font-weight: bold;
      line-height: 2.462;
      color: #140C0C; }
      .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .dashboard-schedule-links a.left-arrow {
        margin-right: -1.438rem; }
        .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .dashboard-schedule-links a.left-arrow::before {
          position: absolute;
          top: 8px;
          width: 18px;
          height: 17px;
          margin-left: -1.438rem;
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
          background-image: url("../images/arrow.png");
          content: ''; }
      .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .dashboard-schedule-links a.right-arrow {
        margin-left: -1.438rem; }
        .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .dashboard-schedule-links a.right-arrow::after {
          position: absolute;
          top: 8px;
          width: 18px;
          height: 17px;
          margin-left: 0.313rem;
          background-image: url("../images/arrow.png");
          content: ''; }
        .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .dashboard-schedule-links a.right-arrow.disabled {
          color: #dbc3c3;
          cursor: not-allowed; }
          .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 .dashboard-schedule-links a.right-arrow.disabled::after {
            background-image: url("../images/arrow-disabled.png"); }
  .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 ul.pager {
    margin: 0; }
    .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 ul.pager li {
      list-style: none;
      text-align: center; }
    .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 ul.pager a.button {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0;
      background-color: transparent;
      font-family: "Caveat", cursive;
      font-size: 2.3em;
      font-weight: bold;
      line-height: 1;
      color: #140C0C; }
      .section-dashboard .off-canvas-wrapper #views-block--teachers-class-dates-block-1 ul.pager a.button::after {
        position: absolute;
        top: 8px;
        right: -36px;
        width: 18px;
        height: 17px;
        background-image: url("../images/arrow.png");
        content: ''; }

.section-dashboard .off-canvas-wrapper .students {
  position: relative;
  min-height: 300px;
  padding: 3em 0 2.625em;
  background-color: #fefefe; }
  @media print, screen and (min-width: 64em) {
    .section-dashboard .off-canvas-wrapper .students::after {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 226px;
      height: 250px;
      background-image: url("../images/duck.png");
      content: ''; }
    .section-dashboard .off-canvas-wrapper .students::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 197px;
      height: 259px;
      background-image: url("../images/monkey.png");
      content: ''; } }
  .section-dashboard .off-canvas-wrapper .students .slick-slide {
    width: 300px;
    text-align: center; }
    .section-dashboard .off-canvas-wrapper .students .slick-slide:focus {
      outline: none; }
  .section-dashboard .off-canvas-wrapper .students .field-student--field-first-name {
    font-family: "Caveat", cursive;
    font-size: 2.1875em;
    font-weight: bold; }
  .section-dashboard .off-canvas-wrapper .students a {
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #140C0C; }
  .section-dashboard .off-canvas-wrapper .students .student-class-information {
    font-size: 0.8em;
    letter-spacing: 0.06em;
    color: #140C0C;
    font-weight: bold;
    font-family: "Montserrat", sans-serif; }
  .section-dashboard .off-canvas-wrapper .students .view-class-history {
    color: #8a8a8a;
    font-weight: bold;
    font-size: 80%; }

.section-dashboard .off-canvas-wrapper .block-tmc-theme-mainnavigation .sf-accordion-toggle {
  position: absolute;
  top: 2.7rem;
  right: 0.625rem; }

.section-dashboard .off-canvas-wrapper #app-link-block {
  background-color: #DAFDFD;
  overflow: auto; }
  @media print, screen and (min-width: 64em) {
    .section-dashboard .off-canvas-wrapper #app-link-block {
      padding: 2em 0; } }
  .section-dashboard .off-canvas-wrapper #app-link-block .block-title {
    margin: 0;
    padding: 2rem 2rem 1rem;
    border-bottom: 0;
    font-size: 1.8rem;
    text-align: center; }
  .section-dashboard .off-canvas-wrapper #app-link-block .listen-now-button-wrapper {
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .section-dashboard .off-canvas-wrapper #app-link-block .listen-now-button-wrapper {
        float: left;
        width: 50%; } }
  .section-dashboard .off-canvas-wrapper #app-link-block .listen-now-button {
    min-width: 320px;
    border-radius: 6px;
    background-color: #E73833;
    font-family: "Caveat", cursive;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fefefe; }

.section-dashboard .off-canvas-wrapper #my-center-block {
  margin: 2em 0; }

.section-dashboard .wrapper-content-bottom {
  background-color: #DAFDFD; }

.section-dashboard .dashboard-view header {
  padding: 0.938rem;
  margin: 0.938rem;
  border: 1px solid #fdd; }

#teacher-dashboard-log-time-block,
#teacher-dashboard-gear-block {
  display: inline-block; }

#teacher-dashboard-log-time-block {
  position: relative; }
  #teacher-dashboard-log-time-block::before {
    margin-right: 1.250rem;
    font-size: 1.5em; }
  #teacher-dashboard-log-time-block .icon {
    padding-left: 2em; }
    #teacher-dashboard-log-time-block .icon::before {
      font-size: 1.8em;
      line-height: 1;
      position: relative;
      top: 0.3em;
      left: -0.5em;
      font-size: 1.8em;
      line-height: 1; }
  #teacher-dashboard-log-time-block a {
    padding-top: 0.125rem;
    font-size: 0.875rem;
    text-align: left;
    color: #fefefe; }
    #teacher-dashboard-log-time-block a span {
      display: none; }

#views-block--basic-pages-block-1 {
  background-color: #fefefe;
  padding: 1em;
  margin: 1em 0; }
  #views-block--basic-pages-block-1 h2.block-title:before {
    content: '';
    width: 1em;
    height: 1em;
    background-image: url("../images/icon-folder.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 0.1em;
    left: -0.5em; }
  #views-block--basic-pages-block-1 article {
    padding: 1em;
    text-align: left; }
    #views-block--basic-pages-block-1 article h2 {
      margin: 0 0 0.7rem;
      line-height: 1;
      font-size: 1.15rem;
      font-weight: bold; }
    #views-block--basic-pages-block-1 article .field-node--body {
      margin: 1em 0; }
    #views-block--basic-pages-block-1 article > .links {
      margin: 1em 0 0;
      list-style: none; }
      #views-block--basic-pages-block-1 article > .links a {
        width: 100%;
        margin-bottom: 0;
        padding: 0.3em 0.625em;
        border-radius: 5px;
        background-color: #fefefe;
        font-family: "Caveat", cursive;
        font-size: 1.25em;
        font-weight: bold;
        line-height: 1.5;
        color: #140C0C; }
        @media print, screen and (min-width: 64em) {
          #views-block--basic-pages-block-1 article > .links a {
            width: auto;
            padding: 0 0.5em;
            font-size: 1.375rem;
            letter-spacing: 0.056rem; } }

#views-block--basic-pages-block-student-published-important article {
  padding: 1em;
  border-bottom: 1px solid #F3F3F3; }
  #views-block--basic-pages-block-student-published-important article h2 {
    font-size: 1rem;
    font-weight: bold; }
    #views-block--basic-pages-block-student-published-important article h2 a {
      color: #140C0C; }
  #views-block--basic-pages-block-student-published-important article .field-node--body {
    margin: 1em 0; }
  #views-block--basic-pages-block-student-published-important article > .links {
    margin: 0;
    list-style: none;
    font-size: 0.9rem;
    line-height: 1; }
  #views-block--basic-pages-block-student-published-important article + article {
    margin-top: 2rem; }

#liketodo-menu-block h2 {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  font-size: 1.2em;
  letter-spacing: 0.125rem;
  color: #fefefe;
  text-align: center; }
  @media print, screen and (min-width: 64em) {
    #liketodo-menu-block h2 {
      margin-bottom: 0.2em;
      font-size: 1.3em; } }

#liketodo-menu-block .row {
  margin: 4px 0; }

#liketodo-menu-block .columns {
  margin: 0.250rem 0;
  padding: 0 0.250rem; }
  #liketodo-menu-block .columns a {
    display: block;
    width: 100%;
    padding: 0.6em 0.2em;
    border-radius: 10px;
    background-color: #fefefe;
    font-family: "Caveat", cursive;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    color: #140C0C;
    text-align: center; }
  #liketodo-menu-block .columns a.re-enroll {
    background-color: #140C0C;
    color: #fefefe; }

#liketodo-menu-block .my-center-link .columns a {
  width: 100%;
  text-align: center; }

@media print, screen and (min-width: 64em) {
  #students-parent-dashboard- {
    padding-right: 14rem;
    padding-left: 14rem; } }

#students-parent-dashboard- .card {
  border: none; }

#students-parent-dashboard- .card-section {
  display: -ms-flexbox;
  display: flex; }

#students-parent-dashboard- .add_student_caption,
#students-parent-dashboard- .view-mode-parent_dashboard,
#students-parent-dashboard- .student-add-to-group {
  margin: 0 auto;
  text-align: center; }

#students-parent-dashboard- .view-mode-parent_dashboard,
#students-parent-dashboard- .student-add-to-group {
  padding: 1em; }
  #students-parent-dashboard- .view-mode-parent_dashboard:hover,
  #students-parent-dashboard- .student-add-to-group:hover {
    background-color: #e0e0e0; }

#students-parent-dashboard- .student-add-to-group .add_student_caption {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1rem; }
  #students-parent-dashboard- .student-add-to-group .add_student_caption div:first-child {
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #140C0C; }

body.views-page .content-wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.section-reports table,
.sections-dashboard table {
  font-size: 0.75em;
  line-height: 1.1; }
  .section-reports table thead th, .section-reports table thead td, .section-reports table tbody th, .section-reports table tbody td, .section-reports table tfoot th, .section-reports table tfoot td,
  .sections-dashboard table thead th,
  .sections-dashboard table thead td,
  .sections-dashboard table tbody th,
  .sections-dashboard table tbody td,
  .sections-dashboard table tfoot th,
  .sections-dashboard table tfoot td {
    padding: 0.2em 0.4em;
    min-width: 7em; }

.section-reports #report-session .view-content,
.sections-dashboard #report-session .view-content {
  max-width: 100vw;
  overflow-x: scroll;
  border: 2px solid #909090;
  box-shadow: 0 0 6px #a0a0a0; }

.important-documents {
  background-color: #fefefe;
  padding: 1.5em 2em; }
  .important-documents .title-container {
    padding-bottom: 1em; }
  .important-documents .title {
    font-weight: bold; }
  .important-documents .view-id-basic-pages header {
    margin-bottom: 2em; }
  .important-documents .view-id-basic-pages .view-content {
    overflow-x: visible; }

.view-id-basic-pages .footer-link, .important-documents .more-link {
  padding: 1.5em 0 .75em; }
  .view-id-basic-pages .footer-link a, .important-documents .more-link a {
    color: #140C0C;
    font-family: "Caveat", cursive;
    font-size: 1.375em;
    font-weight: bold;
    position: relative; }
    .view-id-basic-pages .footer-link a::after, .important-documents .more-link a::after {
      background-image: url("../images/arrow.png");
      content: '';
      height: 17px;
      margin-left: 0.313rem;
      position: absolute;
      top: 5.5px;
      width: 18px; }

.important-document {
  padding-bottom: 1em; }
  .important-document a {
    color: #140C0C;
    text-decoration: underline; }

.section-manage form.views-exposed-form, .section-dashboard form.views-exposed-form {
  padding: 0.3em;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  font-size: 0.8em; }
  .section-manage form.views-exposed-form p, .section-dashboard form.views-exposed-form p {
    font-size: 1em; }
  .section-manage form.views-exposed-form input, .section-manage form.views-exposed-form select, .section-dashboard form.views-exposed-form input, .section-dashboard form.views-exposed-form select {
    padding: 0.2em;
    margin: 0;
    font-size: inherit;
    line-height: 1;
    height: auto;
    font-size: 1em; }
  .section-manage form.views-exposed-form .form-actions input.button, .section-dashboard form.views-exposed-form .form-actions input.button {
    padding: 0.2em 1em;
    margin: 0.5em 0; }
  .section-manage form.views-exposed-form .form-item label, .section-dashboard form.views-exposed-form .form-item label {
    font-size: 0.8em; }
  .section-manage form.views-exposed-form .form-item, .section-dashboard form.views-exposed-form .form-item {
    width: 14em;
    margin: 0 1em;
    float: left; }

.display-dashboard_info .node-title span.field-wrapper {
  font-size: 1.5rem; }

.block--views-block--staff-bios-block-1 .draggable .tabledrag-handle .handle,
.view-id-staff-bios .draggable .tabledrag-handle .handle {
  height: 100%;
  width: 100%; }

a.class-roster-ajax-anchor, a.class-students-ajax-anchor {
  padding-left: 1em; }

body.section-dashboard table tbody tr.active-No {
  background-color: #ffd7d7; }

/* EOF to help git */
form#views-exposed-form-locations-block-1 div.form-item-geolocation-geocoder-google-geocoding-api div.description,
form#views-exposed-form-locations-block-1 div.form-item-field-geolocation-proximity {
  display: none; }

.tmc_class_api.signup_class_summary {
  width: 750px;
  padding: 1em 0; }
  .tmc_class_api.signup_class_summary .registration_status,
  .tmc_class_api.signup_class_summary .class_info,
  .tmc_class_api.signup_class_summary .first_day_of_class,
  .tmc_class_api.signup_class_summary .location_info,
  .tmc_class_api.signup_class_summary .tmc-class-api-share-my-info,
  .tmc_class_api.signup_class_summary .next_steps {
    margin: 1rem 0;
    padding: 0 1rem; }
    .tmc_class_api.signup_class_summary .registration_status::after,
    .tmc_class_api.signup_class_summary .class_info::after,
    .tmc_class_api.signup_class_summary .first_day_of_class::after,
    .tmc_class_api.signup_class_summary .location_info::after,
    .tmc_class_api.signup_class_summary .tmc-class-api-share-my-info::after,
    .tmc_class_api.signup_class_summary .next_steps::after {
      content: '';
      display: table;
      clear: both; }
    .tmc_class_api.signup_class_summary .registration_status > .button--primary,
    .tmc_class_api.signup_class_summary .class_info > .button--primary,
    .tmc_class_api.signup_class_summary .first_day_of_class > .button--primary,
    .tmc_class_api.signup_class_summary .location_info > .button--primary,
    .tmc_class_api.signup_class_summary .tmc-class-api-share-my-info > .button--primary,
    .tmc_class_api.signup_class_summary .next_steps > .button--primary {
      margin: 0 0.2rem; }
  .tmc_class_api.signup_class_summary .registration_status {
    font-style: italic; }
  .tmc_class_api.signup_class_summary .class_info {
    padding: 1rem;
    background-color: #F3F3F3; }
  .tmc_class_api.signup_class_summary .tmc-class-api-share-my-info {
    padding: 1rem;
    border-top: 1px solid #140C0C;
    border-bottom: 1px solid #140C0C; }
    .tmc_class_api.signup_class_summary .tmc-class-api-share-my-info input.button {
      display: block;
      width: 100%; }

.section-center .off-canvas-wrapper #main {
  padding-left: 0;
  padding-right: 0; }

.off-canvas-wrapper .center-detail .contact-info {
  padding-top: 1.875rem;
  padding-bottom: 3.750rem; }
  @media screen and (max-width: 39.9375em) {
    .off-canvas-wrapper .center-detail .contact-info {
      padding-top: 1.250rem;
      padding-bottom: 0rem;
      border-bottom: 1px solid #cacaca;
      margin-bottom: 1.875rem;
      margin-top: 1.875rem;
      border-top: 1px solid #cacaca; } }
  .off-canvas-wrapper .center-detail .contact-info .social {
    position: relative;
    top: -0.5em; }
    @media screen and (max-width: 39.9375em) {
      .off-canvas-wrapper .center-detail .contact-info .social {
        top: 0;
        display: table;
        margin: 1em auto !important; }
        .off-canvas-wrapper .center-detail .contact-info .social li:last-child {
          padding-right: 0; } }
  .off-canvas-wrapper .center-detail .contact-info .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    float: left;
    width: unset;
    text-align: center;
    line-height: 1;
    min-height: 2em; }
  .off-canvas-wrapper .center-detail .contact-info .columns:not(:last-child) {
    border-right: 1px solid black; }
    @media screen and (max-width: 39.9375em) {
      .off-canvas-wrapper .center-detail .contact-info .columns:not(:last-child) {
        border-right: 0;
        float: none; } }
  .off-canvas-wrapper .center-detail .contact-info .columns.phone {
    min-width: 9em; }
  @media screen and (max-width: 39.9375em) {
    .off-canvas-wrapper .center-detail .contact-info .columns:last-child {
      float: none; } }
  .off-canvas-wrapper .center-detail .contact-info > div {
    padding-bottom: 0 !important; }
  .off-canvas-wrapper .center-detail .contact-info > div .field-name-field-telephone a,
  .off-canvas-wrapper .center-detail .contact-info > div .field-name-field-email .field-item {
    line-height: 1 !important; }
  .off-canvas-wrapper .center-detail .contact-info > div .field-name-field-telephone a::after,
  .off-canvas-wrapper .center-detail .contact-info > div .field-name-field-email .field-item::after {
    content: '' !important;
    padding-left: 0 !important; }
  .off-canvas-wrapper .center-detail .contact-info .social > li {
    display: inline-block;
    width: 30%;
    text-align: center; }

.off-canvas-wrapper .center-detail .center-article {
  border: none; }

@media print, screen and (min-width: 64em) {
  .off-canvas-wrapper .center-detail {
    position: relative; } }

.off-canvas-wrapper .center-detail .hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  @media screen and (max-width: 63.9375em) {
    .off-canvas-wrapper .center-detail .hero {
      position: static;
      z-index: 1; } }
  .off-canvas-wrapper .center-detail .hero .desktop {
    background-position: center;
    background-size: cover;
    display: none;
    height: 22.5vw;
    max-height: 270px;
    max-width: 100%;
    width: 100vw; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .hero .desktop {
        display: block; } }
  .off-canvas-wrapper .center-detail .hero .mobile {
    background-position: center;
    background-size: cover;
    height: 40.625vw;
    width: 100vw; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .hero .mobile {
        display: none; } }
  .off-canvas-wrapper .center-detail .hero .featured-location {
    bottom: 1em;
    color: #fefefe;
    font-weight: bold;
    left: 2em;
    position: absolute;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .hero .featured-location {
        bottom: .5em;
        left: initial;
        right: 5em; } }
    .off-canvas-wrapper .center-detail .hero .featured-location a {
      color: #fefefe;
      text-decoration: underline; }

.off-canvas-wrapper .center-detail .offset-by-hero {
  position: relative;
  padding-top: 1.875rem;
  z-index: 10; }
  .off-canvas-wrapper .center-detail .offset-by-hero.hero-overlay {
    padding-top: 9.375rem; }
    @media screen and (max-width: 63.9375em) {
      .off-canvas-wrapper .center-detail .offset-by-hero.hero-overlay {
        padding-top: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .center-detail .offset-by-hero {
      padding-top: 18.750rem; } }

.off-canvas-wrapper .center-detail .right-container section {
  margin: 3.25em 0; }

.off-canvas-wrapper .center-detail .right-container .views-row article {
  border: 3px solid #140C0C;
  border-radius: 5px; }

@media print, screen and (min-width: 64em) {
  .off-canvas-wrapper .center-detail .detail-container {
    margin-left: 0;
    margin-right: 0; } }

.off-canvas-wrapper .center-detail .center-title {
  background-color: #E73833;
  color: #fefefe;
  padding: 1.5em 2em; }
  .off-canvas-wrapper .center-detail .center-title h1 {
    font-weight: bold;
    margin-bottom: 0; }

.off-canvas-wrapper .center-detail .center-content {
  background-color: #fefefe;
  border-bottom: 2px solid #F3F3F3;
  padding: 2.5em 2em 2.25em; }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .center-detail .center-content {
      padding: 1.75em 1em 1.125em; } }
  @media screen and (min-width: 75em) {
    .off-canvas-wrapper .center-detail .center-content {
      padding: 2.5em 2em 2.25em; } }

.off-canvas-wrapper .center-detail .center-address label {
  color: #666666;
  font-size: .75em; }

.off-canvas-wrapper .center-detail .center-address h4 {
  font-weight: bold;
  margin-bottom: 0; }

.off-canvas-wrapper .center-detail .center-address .address {
  font-size: 1.188rem;
  line-height: 1.2; }

.off-canvas-wrapper .center-detail .contact-info > div {
  padding-bottom: 1.75em; }
  .off-canvas-wrapper .center-detail .contact-info > div .field-name-field-telephone a,
  .off-canvas-wrapper .center-detail .contact-info > div .field-name-field-email .field-item {
    color: #140C0C; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .contact-info > div .field-name-field-telephone a,
      .off-canvas-wrapper .center-detail .contact-info > div .field-name-field-email .field-item {
        font-size: .875em;
        line-height: 40px; } }
    @media screen and (min-width: 75em) {
      .off-canvas-wrapper .center-detail .contact-info > div .field-name-field-telephone a,
      .off-canvas-wrapper .center-detail .contact-info > div .field-name-field-email .field-item {
        font-size: 1em; } }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .contact-info > div .field-name-field-telephone a::after,
      .off-canvas-wrapper .center-detail .contact-info > div .field-name-field-email .field-item::after {
        content: '|';
        padding-left: 0.625rem; } }

.off-canvas-wrapper .center-detail .contact-info .social {
  list-style: none;
  margin: .25em 0; }
  .off-canvas-wrapper .center-detail .contact-info .social > li {
    display: inline;
    padding-right: 3em; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .contact-info .social > li {
        padding-right: 0; } }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .contact-info .social > li img {
        height: 26px; } }
    @media screen and (min-width: 75em) {
      .off-canvas-wrapper .center-detail .contact-info .social > li img {
        height: 32px; } }

.off-canvas-wrapper .center-detail .center-alert {
  background-color: #fefefe;
  border-bottom: 2px solid #F3F3F3;
  padding: 1.5em 2em; }
  .off-canvas-wrapper .center-detail .center-alert .node-title {
    font-weight: bold; }
  .off-canvas-wrapper .center-detail .center-alert .field-name-field-text {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1rem; }
  .off-canvas-wrapper .center-detail .center-alert a {
    background-color: #E73833;
    border-radius: 5px;
    color: #fefefe;
    font-family: "Caveat", cursive;
    font-size: 1.375em;
    font-weight: bold;
    padding: .364em .75em; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .center-alert a {
        padding: .2em .75em; } }

.off-canvas-wrapper .center-detail .node-marketing_block.display-marketing_block .field-name-field-marketing-block-image img {
  width: 100%; }

.off-canvas-wrapper .center-detail .center-article {
  background-color: #fefefe;
  border-bottom: 3px solid #140C0C;
  border-top: 3px solid #140C0C;
  padding: 2.5em 0; }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .center-detail .center-article {
      border: 3px solid #140C0C;
      border-radius: 5px;
      padding: 0; } }
  .off-canvas-wrapper .center-detail .center-article .image {
    background-position: center;
    background-size: cover;
    margin-bottom: 2em;
    height: 27vw; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .center-article .image {
        height: 12vw;
        max-height: 144px; } }
  .off-canvas-wrapper .center-detail .center-article h2 {
    font-size: 1.875em;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 1em; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .center-article h2 {
        padding: 0 1em; } }
  .off-canvas-wrapper .center-detail .center-article .author-date {
    padding-bottom: 2em; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .center-article .author-date {
        margin: 0;
        padding-bottom: 1.5em; }
        .off-canvas-wrapper .center-detail .center-article .author-date > div {
          padding: 0; }
        .off-canvas-wrapper .center-detail .center-article .author-date img {
          margin-left: 1em; } }
    .off-canvas-wrapper .center-detail .center-article .author-date .author {
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 64em) {
        .off-canvas-wrapper .center-detail .center-article .author-date .author {
          font-size: .875em; } }
      @media screen and (min-width: 75em) {
        .off-canvas-wrapper .center-detail .center-article .author-date .author {
          font-size: 1em; } }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .center-detail .center-article .action {
      margin: 0; }
      .off-canvas-wrapper .center-detail .center-article .action > div {
        padding: 1.5em 1em 0 0;
        text-align: right; } }
  .off-canvas-wrapper .center-detail .center-article .date {
    color: #a3a3a3;
    font-style: italic; }
  .off-canvas-wrapper .center-detail .center-article a {
    color: #140C0C;
    font-family: "Caveat", cursive;
    font-size: 1.625em;
    font-weight: bold;
    position: relative; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .center-article a {
        margin-right: 1em; } }
    .off-canvas-wrapper .center-detail .center-article a::after {
      background-image: url("../images/arrow.png");
      content: '';
      height: 17px;
      margin-left: 0.313rem;
      position: absolute;
      top: 8px;
      width: 18px; }

.off-canvas-wrapper .center-detail .center-locations .title {
  background-color: #E73833;
  color: #fefefe;
  padding: .5em 1.5em;
  text-align: center; }
  .off-canvas-wrapper .center-detail .center-locations .title h2 {
    font-family: "Caveat", cursive;
    font-weight: bold;
    margin-bottom: 0; }

.off-canvas-wrapper .center-detail .center-locations .center-location {
  border-bottom: 2px solid #F3F3F3;
  background-color: #fefefe;
  padding: 2em; }
  .off-canvas-wrapper .center-detail .center-locations .center-location img {
    border: 2px solid #140C0C;
    border-radius: 5px;
    padding: 0.313rem; }
  .off-canvas-wrapper .center-detail .center-locations .center-location h5 {
    font-size: 1.1875em;
    font-weight: bold; }
  .off-canvas-wrapper .center-detail .center-locations .center-location .address {
    margin-bottom: 0.5rem; }
  .off-canvas-wrapper .center-detail .center-locations .center-location .field-name-field-note {
    color: #0095F9;
    font-size: .8125em;
    line-height: 1.1;
    margin-bottom: 0.5rem; }
  .off-canvas-wrapper .center-detail .center-locations .center-location .read-more-container {
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .center-locations .center-location .read-more-container {
        text-align: left; } }
  .off-canvas-wrapper .center-detail .center-locations .center-location a {
    background-color: #E73833;
    border-radius: 5px;
    color: #fefefe;
    font-family: "Caveat", cursive;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0;
    padding: .55em 1em;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .center-detail .center-locations .center-location a {
        padding: .25em 1em;
        width: auto; } }

@media print, screen and (min-width: 64em) {
  .off-canvas-wrapper .center-detail .left-container {
    padding-right: 0; }
  .off-canvas-wrapper .center-detail .right-container {
    padding-right: 0;
    padding-left: 0; }
    .off-canvas-wrapper .center-detail .right-container .meet-our-teachers {
      background: url("../images/bg-bird-cloud-left.png") left no-repeat;
      background-size: auto 160px;
      background-position: -24px center;
      position: relative; }
      .off-canvas-wrapper .center-detail .right-container .meet-our-teachers .slick {
        z-index: 10; }
      .off-canvas-wrapper .center-detail .right-container .meet-our-teachers:after {
        content: '';
        position: absolute;
        top: 110px;
        right: -120px;
        width: 200px;
        height: 120px;
        background-image: url("../images/bg-bird-cloud-right.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1; } }

.view-id-center-event-list article,
.view-id-center-event-list header {
  margin: 1em auto;
  max-width: 750px; }

#slick-views-nodes-event-group-event-list-block-2 {
  border: 3px solid #140c0c;
  border-radius: 5px;
  padding: 1em;
  background-color: #fefefe; }
  #slick-views-nodes-event-group-event-list-block-2 article h2 {
    font-size: 2rem; }
  #slick-views-nodes-event-group-event-list-block-2 article .field-name-field-description-short {
    font-size: 0.9em;
    margin: 1em 0; }
  #slick-views-nodes-event-group-event-list-block-2 article .field-name-field-event-location-title {
    font-weight: bold; }
  #slick-views-nodes-event-group-event-list-block-2 .cta-button {
    border: 1px solid transparent;
    border-radius: 0.313rem;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.25;
    margin: 1em 0;
    text-align: center;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    font-family: "Caveat", cursive;
    padding: .1rem .7rem .1rem .5rem;
    background-color: #E73833;
    color: #fefefe; }

.right-container .meet-our-teachers .view-title {
  font-family: "Caveat", cursive;
  font-weight: bold;
  text-align: center; }

.right-container .slick .slick__slide {
  text-align: center; }
  .right-container .slick .slick__slide article {
    margin: 1rem; }
    .right-container .slick .slick__slide article .node-title {
      font-weight: bold;
      letter-spacing: 0.05em;
      line-height: 1.1; }
      .right-container .slick .slick__slide article .node-title a {
        color: #140C0C; }
    .right-container .slick .slick__slide article .field-node--field-image img {
      margin: 0 auto;
      border: 5px solid #140C0C;
      border-radius: 100%; }
    .right-container .slick .slick__slide article .teacher-bio {
      display: none; }

.right-container .slick {
  position: relative;
  padding: 0 36px;
  overflow: hidden; }
  .right-container .slick .slick__arrow {
    bottom: auto;
    height: 2px;
    left: 0;
    margin-top: -1px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100%;
    z-index: 2; }
    .right-container .slick .slick__arrow .slick-arrow {
      background-color: transparent;
      color: #E73833;
      border: 2px solid transparent;
      border-radius: 20%;
      font-size: 0;
      pointer-events: auto;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      bottom: 0;
      width: 36px;
      height: 36px;
      padding: 16px;
      margin: 0;
      cursor: pointer; }
      .right-container .slick .slick__arrow .slick-arrow.slick-prev {
        left: 4px;
        background: url("../images/arrow--left.png") left no-repeat transparent; }
      .right-container .slick .slick__arrow .slick-arrow.slick-next {
        right: 4px;
        background: url("../images/arrow--right.png") right no-repeat transparent; }

.right-container .more-link {
  text-align: center; }
  .right-container .more-link a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    padding: 0.25em 1em;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #fefefe;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: "Caveat", cursive;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1;
    color: #140C0C; }

.right-container #nodes-event-group .views-row.row-1 {
  margin: 3.25em 0 0; }

.right-container #nodes-event-group .views-row article {
  border: none;
  padding: 1em 0;
  margin: 0; }

.right-container #nodes-event-group article .field {
  margin-bottom: 1em; }

.right-container #nodes-event-group .more-link {
  margin: 1em 0;
  text-align: center; }
  .right-container #nodes-event-group .more-link a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    padding: 0.25em 1em;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #fefefe;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: "Caveat", cursive;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1;
    color: #140C0C; }
    .right-container #nodes-event-group .more-link a:hover {
      color: #fefefe;
      background: #E73833; }

.node--type-location .off-canvas-wrapper #main {
  padding-left: 0;
  padding-right: 0; }

.off-canvas-wrapper .location-detail .back-link {
  margin-bottom: 1.25em; }
  .off-canvas-wrapper .location-detail .back-link a {
    color: #140C0C;
    font-size: .875em;
    font-weight: bold;
    text-transform: uppercase; }

.off-canvas-wrapper .location-detail .bg-image {
  background-color: #E73833;
  min-height: 20em;
  padding: 2em;
  position: relative; }
  .off-canvas-wrapper .location-detail .bg-image .subtitle {
    bottom: 2em;
    position: absolute; }
    @media screen and (max-width: 39.9375em) {
      .off-canvas-wrapper .location-detail .bg-image .subtitle {
        position: static; } }
  .off-canvas-wrapper .location-detail .bg-image .node-title {
    font-weight: bold;
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .off-canvas-wrapper .location-detail .bg-image .node-title {
        line-height: normal; } }
    .off-canvas-wrapper .location-detail .bg-image .node-title a {
      color: #fefefe;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); }
      @media screen and (max-width: 39.9375em) {
        .off-canvas-wrapper .location-detail .bg-image .node-title a {
          padding-bottom: 1.250rem;
          display: block; } }
  .off-canvas-wrapper .location-detail .bg-image .address {
    color: #fefefe;
    margin-bottom: 0;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); }
  .off-canvas-wrapper .location-detail .bg-image .field-name-tmc-center-api-center-link {
    font-size: .8em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); }
    .off-canvas-wrapper .location-detail .bg-image .field-name-tmc-center-api-center-link .field-label {
      color: #fefefe;
      font-style: italic; }
    .off-canvas-wrapper .location-detail .bg-image .field-name-tmc-center-api-center-link a {
      color: #fefefe;
      text-decoration: underline; }

.off-canvas-wrapper .location-detail .location-content {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  .off-canvas-wrapper .location-detail .location-content .field-wrapper {
    text-align: center; }
    .off-canvas-wrapper .location-detail .location-content .field-wrapper .field-label,
    .off-canvas-wrapper .location-detail .location-content .field-wrapper .field-item {
      display: inline;
      float: none; }
    .off-canvas-wrapper .location-detail .location-content .field-wrapper .field-label {
      font-weight: bold; }
  .off-canvas-wrapper .location-detail .location-content a {
    text-decoration: underline; }

.off-canvas-wrapper .tmc_location_search-classes {
  background-color: #e9f6ff; }
  .off-canvas-wrapper .tmc_location_search-classes .red-subtitle-bar {
    background-color: #E73833;
    color: #fefefe; }
    .off-canvas-wrapper .tmc_location_search-classes .red-subtitle-bar h2 {
      font-family: "Caveat", cursive;
      font-weight: bold;
      margin: 0 auto;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
  .off-canvas-wrapper .tmc_location_search-classes .tmc_location_search-session-classes {
    margin: 2em 0; }
  .off-canvas-wrapper .tmc_location_search-classes .location-class {
    border-bottom: 2px solid #F3F3F3;
    padding: 1em 2em 0;
    background-color: #fefefe;
    margin-bottom: 1em; }
    .off-canvas-wrapper .tmc_location_search-classes .location-class .hidden-program-details {
      display: none; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .tmc_location_search-classes .location-class {
        border: 2px solid #F3F3F3;
        border-radius: 5px;
        padding: 1em 1em 0; } }
    .off-canvas-wrapper .tmc_location_search-classes .location-class .teacher-photo {
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
    .off-canvas-wrapper .tmc_location_search-classes .location-class img {
      border: 2px solid #140C0C;
      border-radius: 50%;
      height: 70px;
      margin-left: .5em;
      object-fit: cover;
      width: 70px; }
    .off-canvas-wrapper .tmc_location_search-classes .location-class .date-time {
      font-weight: bold; }
      .off-canvas-wrapper .tmc_location_search-classes .location-class .date-time a {
        color: #140C0C; }
    .off-canvas-wrapper .tmc_location_search-classes .location-class .program-age {
      font-size: 0.750rem;
      font-weight: bold; }
    .off-canvas-wrapper .tmc_location_search-classes .location-class .program-age-range {
      display: inline-block;
      background-color: #E73833;
      border-radius: 5px;
      color: #fefefe;
      font-size: 0.625rem;
      font-weight: bold;
      padding: 0.094rem 0.750rem;
      text-align: center; }
    .off-canvas-wrapper .tmc_location_search-classes .location-class .teacher {
      font-size: 0.750rem;
      font-weight: bold; }
      .off-canvas-wrapper .tmc_location_search-classes .location-class .teacher .unbold {
        font-weight: normal; }
      .off-canvas-wrapper .tmc_location_search-classes .location-class .teacher a {
        color: #140C0C;
        text-decoration: underline; }
    .off-canvas-wrapper .tmc_location_search-classes .location-class .loading-spinner {
      position: absolute;
      left: 1em;
      bottom: 1em; }
    .off-canvas-wrapper .tmc_location_search-classes .location-class .status-string {
      color: #0095F9;
      font-size: .8125em;
      line-height: 1.1;
      padding: .5em 0;
      text-align: center; }
    .off-canvas-wrapper .tmc_location_search-classes .location-class .class-segment-selector {
      border-radius: 5px;
      font-size: 0.875rem;
      height: 44px;
      padding-left: 1em; }
      @media print, screen and (min-width: 64em) {
        .off-canvas-wrapper .tmc_location_search-classes .location-class .class-segment-selector {
          height: 40px; } }
    .off-canvas-wrapper .tmc_location_search-classes .location-class legend {
      font-size: 0.875rem;
      font-weight: bold; }
    .off-canvas-wrapper .tmc_location_search-classes .location-class .buy_button_wrapper label {
      line-height: 1.1;
      margin-bottom: 1rem; }
    .off-canvas-wrapper .tmc_location_search-classes .location-class .buy_button_wrapper a.button {
      font-family: "Caveat", cursive;
      font-size: 1.250rem;
      font-weight: bold;
      width: 45%;
      position: relative;
      background-color: #E73833;
      border-radius: 5px;
      float: right;
      padding: .55em .5em; }
      .off-canvas-wrapper .tmc_location_search-classes .location-class .buy_button_wrapper a.button.disabled {
        background-color: #e6e6e6;
        opacity: 1; }
      .off-canvas-wrapper .tmc_location_search-classes .location-class .buy_button_wrapper a.button.loading {
        background-color: #e6e6e6; }
        .off-canvas-wrapper .tmc_location_search-classes .location-class .buy_button_wrapper a.button.loading::before {
          font-family: 'IcoMoon-Free' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          letter-spacing: 0;
          animation: rotationk 2s infinite linear;
          content: "\e984";
          bottom: 0;
          left: -1em;
          color: #E73833;
          position: absolute; }
      @media print, screen and (min-width: 64em) {
        .off-canvas-wrapper .tmc_location_search-classes .location-class .buy_button_wrapper a.button {
          padding: .1em .5em; } }
    .off-canvas-wrapper .tmc_location_search-classes .location-class span.more-info-callout {
      float: right;
      background-color: #333;
      padding: 2px 8px;
      line-height: 1;
      border-radius: 6px; }
      .off-canvas-wrapper .tmc_location_search-classes .location-class span.more-info-callout a {
        color: white; }
  .off-canvas-wrapper .tmc_location_search-classes .filterControlCollapse {
    background-color: #fefefe;
    border-top: 1px solid #F3F3F3;
    cursor: pointer;
    font-size: 1.4em;
    padding: 0.3em 0.2em; }
    .off-canvas-wrapper .tmc_location_search-classes .filterControlCollapse:before {
      padding: 0 0.4em 0 0; }
    .off-canvas-wrapper .tmc_location_search-classes .filterControlCollapse.icon {
      padding-left: 2em; }
      @media screen and (max-width: 39.9375em) {
        .off-canvas-wrapper .tmc_location_search-classes .filterControlCollapse.icon {
          padding-left: 0.5em; } }
  .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper {
    background-color: #fefefe;
    padding: 0 0.9375rem;
    box-shadow: 0px 3px 3px -2px "#00000047";
    width: unset !important;
    top: 48px !important;
    right: 0;
    left: 0; }
    .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper .filterControl {
      margin-bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      position: relative; }
      @media screen and (max-width: 39.9375em) {
        .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper .filterControl {
          padding: 0;
          margin-bottom: 0.938rem; } }
      .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper .filterControl.programs {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc; }
        @media screen and (max-width: 39.9375em) {
          .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper .filterControl.programs {
            border: unset; } }
      @media screen and (max-width: 39.9375em) {
        .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper .filterControl.programs .form-item, .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper .filterControl.teachers .form-item {
          width: 100%; } }
    .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper .limit-block-width {
      max-width: 1200px;
      margin: 1em auto;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 39.9375em) {
        .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper .limit-block-width {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper fieldgroup.form-composite.form-item .show_clear_link {
      font-size: 0.938rem;
      margin: 0.563rem 1rem 0.813rem 0.938rem;
      -ms-flex-order: 2;
          order: 2;
      -ms-flex-item-align: baseline;
          align-self: baseline;
      position: absolute;
      right: 0; }
    .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper fieldgroup.form-composite.form-item legend {
      font-size: 1.4em;
      float: left;
      -ms-flex-order: 1;
          order: 1;
      width: 100%;
      padding-right: 10.625rem;
      margin-bottom: 0.750rem; }
      @media screen and (max-width: 39.9375em) {
        .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper fieldgroup.form-composite.form-item legend {
          padding-left: 0.625rem; } }
    .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper label {
      position: relative;
      margin: 0 0 0 0;
      padding-left: 0.750rem;
      line-height: 17px; }
      .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper label > span {
        opacity: 1;
        position: absolute;
        top: 50%;
        left: -20px;
        display: inline-block;
        width: 25px;
        height: 25px;
        background: #fff;
        border: 1px solid #929292;
        border-radius: 50px;
        margin-top: -0.875rem; }
        .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper label > span:before {
          opacity: 1;
          content: '';
          position: relative;
          width: 15px;
          height: 9px;
          background: "#0000";
          top: 5px;
          left: 4px;
          border: 4px solid #c1c1c1;
          border-top: none;
          border-right: none;
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          display: block; }
    .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper input[type=checkbox] {
      visibility: hidden;
      position: absolute; }
      .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper input[type=checkbox]:checked + label span {
        border: 2px solid #E73833; }
        .off-canvas-wrapper .tmc_location_search-classes .filterControlWrapper input[type=checkbox]:checked + label span:before {
          opacity: 1;
          content: '';
          position: relative;
          width: 15px;
          height: 9px;
          background: "#0000";
          top: 4px;
          left: 3px;
          border: 4px solid #E73833;
          border-top: none;
          border-right: none;
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          display: block; }
  .off-canvas-wrapper .tmc_location_search-classes .filterSummaryWrapper {
    background-color: #fefefe;
    border-top: 1px solid #F3F3F3;
    padding: 0 0.9375rem;
    font-style: italic;
    font-weight: normal; }
    .off-canvas-wrapper .tmc_location_search-classes .filterSummaryWrapper .filter {
      color: #140C0C;
      font-size: 0.8em;
      font-weight: 700;
      font-style: normal;
      padding: 0 0.313rem; }
      .off-canvas-wrapper .tmc_location_search-classes .filterSummaryWrapper .filter:first-child {
        padding: 0; }

.off-canvas-wrapper .filterControl .form-item {
  float: left;
  padding-right: 1%;
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 0.313rem;
  background: #f9f9f9;
  border-radius: 50px;
  padding: 0.313rem 0.625rem 0.313rem 1.813rem;
  margin-right: 2%;
  -ms-flex-order: 3;
      order: 3; }

.off-canvas-wrapper .back-top .row {
  margin-left: 0;
  margin-right: 0; }

.off-canvas-wrapper .back-top .columns {
  padding-top: 2em; }

.off-canvas-wrapper .back-top .back-to-top {
  cursor: pointer;
  font-size: .875em;
  font-weight: bold;
  position: relative;
  text-align: center; }
  .off-canvas-wrapper .back-top .back-to-top::after {
    background-image: url("/modules/custom/temp_content/assets/images/top-arrow.png");
    content: '';
    height: 17px;
    margin-left: 0.813rem;
    position: absolute;
    top: 1.5px;
    width: 18px; }

.off-canvas-wrapper .rotate {
  animation: rotationk 2s infinite linear; }

@keyframes rotationk {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Student Dashboard | Class Detais page */
.section-dashboard-block-title, #views-block--basic-pages-block-1 h2.block-title, article.display-student_details h2.block-title, .dashboard #views-block--basic-pages-block-student-published-important .content-wrapper h2.block-title {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Caveat", cursive;
  font-size: 2.625em;
  font-weight: normal;
  line-height: 1.2;
  text-align: center; }

.section-dashboard .block--student-detail-title-block {
  background-color: #E73833;
  width: 100%;
  padding: 2em; }
  .section-dashboard .block--student-detail-title-block .gear-link {
    margin-bottom: 2.875rem; }
  .section-dashboard .block--student-detail-title-block a.history-link {
    padding-left: 3em;
    font-size: 0.9em;
    color: #fefefe;
    text-align: left; }
    .section-dashboard .block--student-detail-title-block a.history-link::before {
      font-size: 2em;
      position: relative;
      top: 0.3em;
      padding-right: 0.6em; }
    .section-dashboard .block--student-detail-title-block a.history-link:hover {
      color: #140C0C; }
  .section-dashboard .block--student-detail-title-block .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .section-dashboard .block--student-detail-title-block .container .field-student--field-profile-picture {
      margin: 0; }
    .section-dashboard .block--student-detail-title-block .container .title {
      font-size: 1.5em;
      color: #fefefe;
      text-shadow: 0 0 10px #444444;
      max-width: 60%;
      margin-left: .5em;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
    @media print, screen and (min-width: 64em) {
      .section-dashboard .block--student-detail-title-block .container .title {
        font-size: 2.5em; }
      .section-dashboard .block--student-detail-title-block .container .avatar {
        font-size: 1.875rem; } }

.section-dashboard .block--student-special-condition-block {
  background-color: #DAFDFD;
  padding-top: 1em; }
  .section-dashboard .block--student-special-condition-block .limit-block-width {
    max-width: 100%; }
  .section-dashboard .block--student-special-condition-block .viewport-pad {
    padding-left: 0;
    padding-right: 0; }
  .section-dashboard .block--student-special-condition-block .special-condition-container {
    text-align: center;
    background-color: #fefefe;
    font-family: "Roboto", sans-serif; }
    .section-dashboard .block--student-special-condition-block .special-condition-container .icon-notification {
      text-transform: uppercase; }
    .section-dashboard .block--student-special-condition-block .special-condition-container .icon-notification::before {
      padding-right: 0.6em; }
    .section-dashboard .block--student-special-condition-block .special-condition-container .special-condition {
      font-family: "Montserrat", sans-serif;
      font-style: italic;
      font-weight: 500; }
    .section-dashboard .block--student-special-condition-block .special-condition-container .confidential-alert {
      font-weight: 100;
      font-size: 70%; }

.section-dashboard .block--views-block--transactions-student-block-1 {
  background-color: #DAFDFD; }
  .section-dashboard .block--views-block--transactions-student-block-1 .columns {
    margin: 2em 0; }
    .section-dashboard .block--views-block--transactions-student-block-1 .columns .node-class.display-student_details {
      padding: 2em;
      background-color: #fefefe;
      margin-bottom: 1.5em; }
    .section-dashboard .block--views-block--transactions-student-block-1 .columns .location-detail .location-content .field-wrapper {
      text-align: left; }
    .section-dashboard .block--views-block--transactions-student-block-1 .columns .location-detail .location-content .field-node--field-parking-information {
      font-style: italic; }
    .section-dashboard .block--views-block--transactions-student-block-1 .columns .view-students-in-class .views-row {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
      height: 100px; }
      .section-dashboard .block--views-block--transactions-student-block-1 .columns .view-students-in-class .views-row .views-field-field-last-name {
        padding-top: 0.5em; }
    .section-dashboard .block--views-block--transactions-student-block-1 .columns .view-id-students_in_class view-display-id-entity_view_student_dashboard .views-row,
    .section-dashboard .block--views-block--transactions-student-block-1 .columns .view-id-students_in_class view-display-id-entity_view_2 .views-row article {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
      text-align: left;
      height: 100px; }
      .section-dashboard .block--views-block--transactions-student-block-1 .columns .view-id-students_in_class view-display-id-entity_view_student_dashboard .views-row .views-field-field-student,
      .section-dashboard .block--views-block--transactions-student-block-1 .columns .view-id-students_in_class view-display-id-entity_view_student_dashboard .views-row .field-transaction--transaction-student-avatar,
      .section-dashboard .block--views-block--transactions-student-block-1 .columns .view-id-students_in_class view-display-id-entity_view_2 .views-row article .views-field-field-student,
      .section-dashboard .block--views-block--transactions-student-block-1 .columns .view-id-students_in_class view-display-id-entity_view_2 .views-row article .field-transaction--transaction-student-avatar {
        width: 40%;
        height: 100%; }
      .section-dashboard .block--views-block--transactions-student-block-1 .columns .view-id-students_in_class view-display-id-entity_view_student_dashboard .views-row .views-field-field-last-name,
      .section-dashboard .block--views-block--transactions-student-block-1 .columns .view-id-students_in_class view-display-id-entity_view_student_dashboard .views-row .field-transaction--transaction-student-caregiver,
      .section-dashboard .block--views-block--transactions-student-block-1 .columns .view-id-students_in_class view-display-id-entity_view_2 .views-row article .views-field-field-last-name,
      .section-dashboard .block--views-block--transactions-student-block-1 .columns .view-id-students_in_class view-display-id-entity_view_2 .views-row article .field-transaction--transaction-student-caregiver {
        padding-top: 0.5em; }

article.display-student_details h3.node-title a {
  color: #140C0C; }

article.display-student_details .view-mode-student_details .field-name-tmc-class-api-parent-student-links .columns {
  margin: 0; }
  article.display-student_details .view-mode-student_details .field-name-tmc-class-api-parent-student-links .columns a {
    display: block;
    width: 100%;
    padding: 0.6em 0.2em;
    border-radius: 10px;
    background-color: #fefefe;
    font-family: "Caveat", cursive;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    color: #140C0C;
    text-align: center; }

article.display-student_details .view-mode-student_details .field-name-field-session,
article.display-student_details .view-mode-student_details .field-name-tmc-class-api-program-teacher {
  font-weight: bold; }

article.display-student_details .view-mode-student_details .field-node--field-program {
  margin: 1em 0; }

article.display-student_details .view-mode-student_details .field-name-field-note {
  margin: 1em 0;
  padding: 0.5em;
  border: 1px solid #808080; }

article.display-student_details .view-mode-student_details .location-detail .location-content {
  padding-bottom: 0; }
  article.display-student_details .view-mode-student_details .location-detail .location-content .field-name-field-note .field-label {
    font-weight: bold; }
  article.display-student_details .view-mode-student_details .location-detail .location-content .field-name-field-note .field-item {
    font-weight: normal; }

article.display-student_details .view-class-dates-for-a-class {
  background-color: #fefefe; }
  article.display-student_details .view-class-dates-for-a-class .views-field-field-date {
    padding: 1em;
    border-bottom: 1px solid #F3F3F3;
    font-weight: bold; }
    article.display-student_details .view-class-dates-for-a-class .views-field-field-date.past {
      color: #414141;
      font-weight: normal;
      background-color: #F3F3F3; }

.dashboard #views-block--basic-pages-block-student-published-important {
  background-color: #DAFDFD; }
  .dashboard #views-block--basic-pages-block-student-published-important .content-wrapper {
    padding: 2em;
    background-color: #fefefe; }
    .dashboard #views-block--basic-pages-block-student-published-important .content-wrapper h2.block-title:before {
      content: '';
      width: 1em;
      height: 1em;
      background-image: url("../images/icon-folder.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      display: inline-block;
      position: relative;
      top: 0.1em;
      left: -0.5em; }

.node--type-class #main {
  padding-left: 0;
  padding-right: 0; }
  @media print, screen and (min-width: 64em) {
    .node--type-class #main {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .node--type-class #main .block-title {
    background-color: #E73833;
    color: #fefefe;
    font-family: "Caveat", cursive;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
    padding: .4em 1.5em;
    text-align: center; }
  .node--type-class #main table td > a {
    color: #140C0C;
    text-decoration: underline; }

.node--type-class .dropbutton-wrapper {
  background-color: transparent;
  padding-top: .75em; }

.node--type-class .dropbutton-widget {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 5px;
  padding-left: 1em; }

.node--type-class .dropbutton-action > a {
  color: #140C0C;
  text-decoration: none; }

.node--type-class .block-views-block-class-dates-for-a-class-block-1 .views-field-counter,
.node--type-class .block-views-block-class-dates-for-a-class-block-1 .views-field-user-id,
.node--type-class .block-views-block-class-dates-for-a-class-block-1 .views-field-created {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .node--type-class .block-views-block-class-dates-for-a-class-block-1 .views-field-counter,
    .node--type-class .block-views-block-class-dates-for-a-class-block-1 .views-field-user-id,
    .node--type-class .block-views-block-class-dates-for-a-class-block-1 .views-field-created {
      display: table-cell; } }

.off-canvas-wrapper .class-detail .class-title {
  background-color: #E73833;
  color: #fefefe;
  padding: 2.125em 2em; }
  .off-canvas-wrapper .class-detail .class-title h1 {
    line-height: 1;
    margin-bottom: 0; }

.off-canvas-wrapper .class-detail .view-mode-full {
  padding: 2.5em 2em 2.25em; }

.off-canvas-wrapper .class-detail .field-wrapper {
  display: inline-block;
  float: left;
  width: 50%; }
  .off-canvas-wrapper .class-detail .field-wrapper.field-val-on .field-label {
    padding-left: 1.875rem;
    position: relative; }
    .off-canvas-wrapper .class-detail .field-wrapper.field-val-on .field-label::before {
      color: #118C4E;
      content: '\2611';
      font-size: 2.125rem;
      left: 0;
      margin-top: -0.750rem;
      position: absolute; }
  .off-canvas-wrapper .class-detail .field-wrapper.field-val-off .field-label {
    padding-left: 1.875rem;
    position: relative; }
    .off-canvas-wrapper .class-detail .field-wrapper.field-val-off .field-label::before {
      color: #E73833;
      content: '\2612';
      font-size: 2.125rem;
      left: 0;
      margin-top: -0.750rem;
      position: absolute; }

.off-canvas-wrapper .class-detail .form-wrapper {
  clear: both;
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .off-canvas-wrapper .class-detail .form-wrapper {
      width: 50%; } }
  .off-canvas-wrapper .class-detail .form-wrapper legend {
    font-size: 0.875rem;
    font-weight: bold;
    padding-top: 2em; }
  .off-canvas-wrapper .class-detail .form-wrapper form label {
    line-height: 1.1;
    margin-bottom: 1rem; }
  .off-canvas-wrapper .class-detail .form-wrapper form .class-segment-selector {
    border-radius: 5px;
    font-size: 0.875rem;
    height: 44px;
    padding-left: 1em; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .class-detail .form-wrapper form .class-segment-selector {
        height: 40px; } }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .class-detail .form-wrapper form input {
      padding: .1em .5em; } }

.off-canvas-wrapper .class-detail .field-name-teacher-bio-photo img {
  border: 6px solid #140C0C;
  border-radius: 50%;
  height: 175px;
  object-fit: cover;
  width: 175px; }

.off-canvas-wrapper .class-detail .field-name-body {
  clear: both;
  padding-top: 2em;
  width: 100%; }

.off-canvas-wrapper .class-detail .field-label {
  font-family: "Caveat", cursive;
  font-size: 1.375em;
  font-weight: bold; }

.off-canvas-wrapper .class-detail .field-item {
  line-height: 2.0625; }
  .off-canvas-wrapper .class-detail .field-item a {
    color: #140C0C;
    text-decoration: underline; }

.off-canvas-wrapper .event-detail .event-title {
  font-size: 1.15em;
  font-weight: bold; }

.off-canvas-wrapper .event-detail .field-label {
  font-weight: bold; }

.off-canvas-wrapper .event-detail fieldset {
  margin-top: 1.1em; }
  .off-canvas-wrapper .event-detail fieldset .form-wrapper-label {
    margin: 0;
    font-weight: bold; }

.section-blog .wrapper-content-bottom {
  background-color: #DAFDFD; }

.off-canvas-wrapper .blog-page > .row,
.off-canvas-wrapper .blog-page .intro {
  margin-left: 0;
  margin-right: 0;
  text-align: center; }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .blog-page > .row,
    .off-canvas-wrapper .blog-page .intro {
      text-align: left; } }

.off-canvas-wrapper .blog-item {
  padding-bottom: 2em; }
  .off-canvas-wrapper .blog-item .image {
    margin-left: 0;
    margin-right: 0; }
    .off-canvas-wrapper .blog-item .image > div {
      padding-left: 0;
      padding-right: 0; }
    .off-canvas-wrapper .blog-item .image img {
      height: 280px;
      object-fit: cover;
      width: 100%; }
  .off-canvas-wrapper .blog-item h2.node-title a {
    color: #fefefe; }
  .off-canvas-wrapper .blog-item .content {
    background-color: #E73833;
    margin-left: 0;
    margin-right: 0;
    min-height: 124px;
    padding: 1em .5em;
    position: relative; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .off-canvas-wrapper .blog-item .content {
        padding: .75em 0em; } }
    .off-canvas-wrapper .blog-item .content > .small-6 {
      bottom: 1em;
      position: absolute; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .off-canvas-wrapper .blog-item .content > .small-6 {
          bottom: .75em; } }
      .off-canvas-wrapper .blog-item .content > .small-6:last-of-type {
        right: .5em; }
    .off-canvas-wrapper .blog-item .content > .small-7 {
      bottom: 1em;
      position: absolute; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .off-canvas-wrapper .blog-item .content > .small-7 {
          bottom: .75em; } }
      .off-canvas-wrapper .blog-item .content > .small-7:first-of-type {
        left: .5em; }
  .off-canvas-wrapper .blog-item .node-title {
    -webkit-line-clamp: 2;
    color: #fefefe;
    display: -webkit-box;
    font-size: 1.375em;
    font-weight: bold;
    height: 49px;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis; }
  .off-canvas-wrapper .blog-item .author-date {
    color: #fefefe;
    font-size: .75em; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .off-canvas-wrapper .blog-item .author-date {
        font-size: .625em; } }
  .off-canvas-wrapper .blog-item .link-to-action {
    color: #fefefe;
    font-family: "Caveat", cursive;
    font-size: 1.25em;
    font-weight: bold;
    padding-right: 1.438rem;
    position: relative; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .off-canvas-wrapper .blog-item .link-to-action {
        font-size: 1em;
        padding-right: 0; } }
    .off-canvas-wrapper .blog-item .link-to-action::after {
      background-image: url(../images/arrow-white.png);
      content: '';
      height: 17px;
      margin-left: 0.313rem;
      position: absolute;
      top: 4px;
      width: 18px; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .off-canvas-wrapper .blog-item .link-to-action::after {
          content: none; } }

#node-6 {
  margin: 0; }

.off-canvas-wrapper .basic-page {
  margin-bottom: 4em; }
  .off-canvas-wrapper .basic-page .field-name-field-header-image img {
    height: 150px;
    object-fit: cover;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .off-canvas-wrapper .basic-page .field-name-field-header-image img {
        height: 180px; } }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper .basic-page .field-name-field-header-image img {
        height: 235px; } }

.dashboard-header section {
  clear: both; }

.section-dashboard h2.block-title {
  font-size: 1rem;
  color: #140C0C;
  padding: 0.5em;
  margin: 0.5em 0;
  border-bottom: 3px solid #e73833;
  padding: 0.2em; }

.section-dashboard .views-element-container table {
  font-size: 0.750rem; }
  .section-dashboard .views-element-container table th, .section-dashboard .views-element-container table tbody td {
    padding: 0.5em 0.625em 0.625em; }

.section-dashboard .off-canvas-wrapper #main {
  background-color: transparent; }

.section-dashboard .off-canvas-wrapper .center-dashboard-menu {
  background-color: #E73833; }
  .section-dashboard .off-canvas-wrapper .center-dashboard-menu a {
    background-color: #E73833;
    color: #fefefe;
    font-size: 1em; }
    .section-dashboard .off-canvas-wrapper .center-dashboard-menu a.active {
      color: black;
      border-bottom: 3px solid #140C0C; }
    .section-dashboard .off-canvas-wrapper .center-dashboard-menu a:focus, .section-dashboard .off-canvas-wrapper .center-dashboard-menu a:hover {
      color: #140C0C;
      outline: none; }

body.path-frontpage .layout__region--content section.block > .limit-block-width {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0; }

body.path-frontpage .layout__region--content .viewport-pad .viewport-pad {
  padding-right: 1rem;
  padding-left: 1rem; }

.sample-our-songs {
  background-color: #fefefe;
  border-top: 2px solid #eaeaea;
  padding: 2.5em 0 11em;
  text-align: center; }
  .sample-our-songs p {
    font-size: 1.3em; }
  .sample-our-songs h2 {
    font-weight: bold;
    font-size: 2em; }

#schedule-makeup-form .form-item-location-filter label.form-required::after,
#schedule-makeup-form .form-item-dow-filter label.form-required::after,
#schedule-makeup-form .form-item-makeup-class-filter label.form-required::after {
  padding-left: 1em;
  padding-right: 2em; }

#schedule-makeup-form .form-item-location-filter .form-select,
#schedule-makeup-form .form-item-dow-filter .form-select,
#schedule-makeup-form .form-item-makeup-class-filter .form-select {
  width: 49%; }

#schedule-makeup-form .form-item-makeup-class-date [type='radio'] {
  vertical-align: top; }

#schedule-guest-form .form-item-classdate-id [type='radio'] {
  vertical-align: top; }

.form-item {
  margin: 0 0 1rem; }

select.form-select,
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  margin: 0; }

.block--views-block--classes-block-bysession-admin caption {
  text-align: left; }
  .block--views-block--classes-block-bysession-admin caption h3 {
    font-size: 1.25rem; }
  .block--views-block--classes-block-bysession-admin caption .button {
    font-weight: normal; }

/**
 * @file
 * Front-end styles for the Move Student Form.
 */
form.move-student-form .control-wrapper {
  display: -ms-flexbox;
  display: flex; }
  form.move-student-form .control-wrapper fieldgroup {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    form.move-student-form .control-wrapper fieldgroup .show_clear_link {
      float: right;
      font-size: 0.938rem;
      padding-right: 1em; }
    form.move-student-form .control-wrapper fieldgroup legend {
      margin-bottom: 0.5rem;
      font-size: 1.4em; }
    form.move-student-form .control-wrapper fieldgroup .form-item {
      margin: 0 0 1rem; }
      form.move-student-form .control-wrapper fieldgroup .form-item input[type="checkbox"] {
        opacity: 0; }
      form.move-student-form .control-wrapper fieldgroup .form-item input[type="checkbox"] + label {
        position: relative;
        margin: 0 0 0 1.5em;
        cursor: pointer; }
      form.move-student-form .control-wrapper fieldgroup .form-item input[type="checkbox"] + label > span {
        opacity: 1;
        position: absolute;
        top: 5px;
        left: -25px;
        display: inline-block;
        width: 15px;
        height: 15px;
        background: transparent;
        border: 1px solid #000;
        border-radius: 5px; }
        form.move-student-form .control-wrapper fieldgroup .form-item input[type="checkbox"] + label > span::before {
          opacity: 1;
          content: '';
          position: relative;
          width: 16px;
          height: 8px;
          background: transparent;
          top: -1px;
          left: 1px;
          border: 4px solid #e73833;
          border-top-color: #e73833;
          border-top-style: solid;
          border-top-width: 4px;
          border-right-color: #e73833;
          border-right-style: solid;
          border-right-width: 4px;
          border-top: none;
          border-right: none;
          display: none;
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      form.move-student-form .control-wrapper fieldgroup .form-item input[type="checkbox"]:checked + label span::before {
        display: block; }

form.move-student-form fieldset[data-drupal-selector="transfer-class"] > legend {
  color: inherit;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.9375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-rendering: optimizeLegibility; }

form.move-student-form .form-item-transfer-class input[type="radio"] {
  vertical-align: top;
  margin-top: 0.25rem; }

form.move-student-form .form-item-transfer-class input[type="radio"] + label.option {
  line-height: 1.5; }
  form.move-student-form .form-item-transfer-class input[type="radio"] + label.option .node-title {
    font-weight: bold; }

/**
 * @file
 * Front-end styles for the Create/Caregiver form.
 */
form.user-parent-form #edit-pass--description {
  margin-bottom: 1em; }

form.user-parent-form .form-item.form-type-checkbox {
  margin: 0 0 1rem; }

form.user-parent-form .form-item [type='checkbox'] {
  margin: 0; }

form.user-parent-form .form-item .description {
  font-size: 0.8125rem;
  font-style: italic;
  color: #140C0C; }

form.user-parent-form .ui-accordion .ui-accordion-header.ui-state-active a,
form.user-parent-form .ui-accordion .ui-accordion-header.ui-state-active a:link,
form.user-parent-form .ui-accordion .ui-accordion-header.ui-state-active a:visited {
  color: inherit; }

form.user-parent-form .ui-accordion .ui-accordion-header.ui-state-active::before {
  content: ''; }

form.user-parent-form .field-add-more-submit {
  float: right; }

form.user-parent-form .photo-disclaimer {
  margin-top: 4em; }

.dashboard-caregiver header {
  margin: .1em 0em 1.1em 0em; }

.dashboard-caregiver .caregiver-settings {
  margin: 1em 0em 1em 0em; }
  .dashboard-caregiver .caregiver-settings .views-label {
    font-weight: bold; }
  .dashboard-caregiver .caregiver-settings .views-field.views-field-field-collections,
  .dashboard-caregiver .caregiver-settings .views-field.views-field-field-application-access {
    margin: 1em 0em 1.1em 0em; }
    .dashboard-caregiver .caregiver-settings .views-field.views-field-field-collections h6,
    .dashboard-caregiver .caregiver-settings .views-field.views-field-field-application-access h6 {
      margin-bottom: 0rem; }
  .dashboard-caregiver .caregiver-settings .views-field-edit-student a,
  .dashboard-caregiver .caregiver-settings .views-field-edit-user a {
    margin-left: 1em; }
  .dashboard-caregiver .caregiver-settings .views-field-id a {
    margin-top: 1em; }

.section-dashboard .block--family-profile-title-block {
  background-color: #E73833;
  padding: 1em; }
  .section-dashboard .block--family-profile-title-block h1 {
    margin: 0; }

.section-dashboard .block--student-detail-title-block a.dashboard-link {
  padding-left: 3em;
  font-size: 0.9em;
  color: #fefefe;
  text-align: left; }
  .section-dashboard .block--student-detail-title-block a.dashboard-link::before {
    font-size: 2em;
    position: relative;
    top: 0.3em;
    padding-right: 0.6em; }
  .section-dashboard .block--student-detail-title-block a.dashboard-link:hover {
    color: #140C0C; }

.tmc-library-librarynavigator .library-form-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tmc-library-librarynavigator .library-form-wrapper .current-category-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0.5em 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 1.5em; }
    .tmc-library-librarynavigator .library-form-wrapper .current-category-wrapper .back-button-wrapper {
      -ms-flex-preferred-size: 320px;
          flex-basis: 320px; }
      .tmc-library-librarynavigator .library-form-wrapper .current-category-wrapper .back-button-wrapper .library-button {
        margin: 0 auto;
        font-family: "Montserrat", sans-serif;
        background-color: #e6e6e6;
        font-size: 1rem; }
        .tmc-library-librarynavigator .library-form-wrapper .current-category-wrapper .back-button-wrapper .library-button:hover {
          background-color: #ff0000; }
  .tmc-library-librarynavigator .library-form-wrapper .selected-info .selected-name .label {
    font-size: 1rem;
    margin-right: 1rem; }
  .tmc-library-librarynavigator .library-form-wrapper .operations {
    padding-left: 1em; }
    .tmc-library-librarynavigator .library-form-wrapper .operations a {
      margin-left: 1em; }
  .tmc-library-librarynavigator .library-form-wrapper .media-categories-wrapper {
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    padding-right: 1em; }
    .tmc-library-librarynavigator .library-form-wrapper .media-categories-wrapper .select--library-media-categories {
      height: 23em; }
  .tmc-library-librarynavigator .library-form-wrapper .library-media-files-wrapper {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-top: 1.8em; }
    .tmc-library-librarynavigator .library-form-wrapper .library-media-files-wrapper .table-wrapper {
      height: 20em;
      margin-bottom: 1rem;
      overflow-y: scroll; }
      .tmc-library-librarynavigator .library-form-wrapper .library-media-files-wrapper .table-wrapper td.column-file-type {
        max-width: 10rem;
        overflow: hidden; }
        .tmc-library-librarynavigator .library-form-wrapper .library-media-files-wrapper .table-wrapper td.column-file-type span.file-mime {
          display: none; }
        .tmc-library-librarynavigator .library-form-wrapper .library-media-files-wrapper .table-wrapper td.column-file-type span.icon {
          font-size: 1.500rem; }
      .tmc-library-librarynavigator .library-form-wrapper .library-media-files-wrapper .table-wrapper td.column-file-preview {
        text-align: center; }
  .tmc-library-librarynavigator .library-form-wrapper #file-filter-wrapper {
    position: relative;
    top: -5px;
    margin-bottom: 0.313rem; }
    .tmc-library-librarynavigator .library-form-wrapper #file-filter-wrapper label {
      display: inline-block; }
    .tmc-library-librarynavigator .library-form-wrapper #file-filter-wrapper input {
      display: inline-block;
      width: 20em;
      margin-left: 0.313rem; }

.ui-dialog-buttonset .library-button {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  background-color: #e6e6e6;
  font-size: 1rem; }
  .ui-dialog-buttonset .library-button:hover {
    background-color: #ff0000; }

.dashboard-teacher .view-id-node-class-teacher .view-content .views-row {
  margin: 1.5rem 0; }

#teacher-dashboard-back-block .content-wrapper a {
  border: 1px solid transparent;
  border-radius: 0.313rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 1rem 0;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  font-family: "Caveat", cursive;
  padding: .1rem .7rem .1rem .5rem;
  background-color: transparent;
  color: #140C0C; }
  #teacher-dashboard-back-block .content-wrapper a:hover, #teacher-dashboard-back-block .content-wrapper a:focus {
    background-color: #d61e19;
    color: white; }

.tmc-view-cart-form {
  padding-top: 2.500rem;
  margin-bottom: 3.750rem; }
  .tmc-view-cart-form .field-name-field-owner {
    margin-bottom: 0.625rem; }
  .tmc-view-cart-form .field-name-field-status {
    margin-bottom: 0.125rem; }
  .tmc-view-cart-form .field-name-name .field-label {
    display: inline-block; }
  .tmc-view-cart-form .field-name-name .field-item {
    display: inline-block; }
  .tmc-view-cart-form .view-transactions {
    margin-top: 1.250rem; }
    .tmc-view-cart-form .view-transactions table {
      border-spacing: 0px;
      font-size: 0.8em; }
      .tmc-view-cart-form .view-transactions table * {
        padding: 0.25em 0.45em; }
      .tmc-view-cart-form .view-transactions table table tbody {
        background: transparent; }
        .tmc-view-cart-form .view-transactions table table tbody tr:nth-child(even) {
          background: transparent; }
        .tmc-view-cart-form .view-transactions table table tbody .payment-amount {
          display: none; }
    .tmc-view-cart-form .view-transactions footer {
      height: 30px; }
      .tmc-view-cart-form .view-transactions footer h6 {
        text-align: right;
        float: right;
        background: #E73833;
        color: #fff;
        padding: 0.625rem 1.250rem; }
  .tmc-view-cart-form #edit-promotion {
    margin-bottom: 1.250rem; }

.terms-wrapper {
  max-height: 300px;
  overflow-y: auto;
  font-size: 0.7rem;
  line-height: 1.2 !important;
  border: 1px solid #cccccc;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem; }
  .terms-wrapper article {
    max-width: none !important; }
  .terms-wrapper p {
    margin-bottom: 0.5rem; }

/* EOF to help git */
.card-type-allowed {
  padding: 1em;
  border: 1px solid #e6e6e6;
  margin: 1em; }

.payment-form .form-item .StripeElement {
  max-width: 600px;
  width: 100%;
  padding: 1em;
  padding-top: 2.5em; }

.payment-form .form-item-remember-payment {
  border: 1px solid #ccc;
  box-sizing: border-box;
  max-width: 600px;
  width: 100%;
  padding: 1em;
  padding-top: 2.5em;
  margin: 2px 0; }

.tmc-csv-export-advanced-email-export .base-group, .tmc-csv-export-advanced-email-export .total-count {
  border: 1px solid black;
  margin: 1em 0;
  padding: 1em; }

.tmc-csv-export-advanced-email-export fieldset {
  border: 1px solid black;
  margin: 1em 0;
  padding: 1em; }

.map {
  background-image: url("../images/map/map-with-pins.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 42vw;
  position: relative;
  text-align: center; }
  .map a {
    color: #140C0C; }
  .map h2 {
    background-color: #fefefe;
    font-family: 'Caveat', cursive;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.1;
    margin: 25vw 0 1em 0;
    padding: 1em;
    position: relative;
    z-index: 20; }
  .map .fish {
    position: absolute;
    display: none;
    z-index: 10; }
    @media print, screen and (min-width: 64em) {
      .map .fish {
        display: block; } }
  .map .purple-fish {
    width: 15vw;
    height: 10vw;
    background-image: url("../images/map/bg-fish-purple.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 6vw;
    left: 2vw; }
  .map .blue-fish {
    width: 8vw;
    height: 12vw;
    background-image: url("../images/map/bg-fish-blue.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 12vw;
    right: 1vw; }

@media screen and (min-width: 90em) {
  .map h2 {
    font-size: 3.3em; } }

.video {
  background-color: #DAFDFD;
  padding: 2em 0 3em 0;
  text-align: center;
  position: relative; }
  .video .video-placeholder img {
    cursor: pointer; }
  .video .full-video-trigger {
    background-color: #fefefe;
    font-family: 'Caveat', cursive;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.1;
    padding: 1em;
    position: relative;
    z-index: 20; }
    @media print, screen and (min-width: 40em) {
      .video .full-video-trigger {
        margin: -60% 0 0 0;
        display: inline-block; } }
    .video .full-video-trigger a.video-trigger {
      color: #140C0C; }
      .video .full-video-trigger a.video-trigger:after {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        padding-top: 0.313rem;
        background-image: url("../images/play-icon.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-left: 0.5em; }
  .video:before {
    background-image: url("/modules/custom/temp_content/assets/images/cloud-left.png");
    content: '';
    height: 150px;
    position: absolute;
    width: 147px;
    bottom: 12em;
    left: 0;
    z-index: 10;
    display: none; }
  .video:after {
    background-image: url("/modules/custom/temp_content/assets/images/cloud-right.png");
    content: '';
    height: 273px;
    position: absolute;
    width: 310px;
    top: 3em;
    right: 0;
    z-index: 10;
    display: none; }
  .video .video-container {
    position: relative;
    z-index: 20; }
  .video .play-container {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video .play {
    background-image: url("/modules/custom/temp_content/assets/images/play.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 100px;
    width: 100%;
    margin-top: 23%;
    margin-bottom: 2em; }
  .video h2 {
    background-color: #fefefe;
    font-family: 'Caveat', cursive;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1.1;
    padding: 0.7em;
    z-index: 20;
    display: inline-block; }
  .video .play-container h2 {
    display: none; }
  .video h2.mobile-title {
    margin-top: 1em; }
  .video .corner-character {
    background-image: url("/themes/custom/tmc_theme/images/bg-turtle.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    content: '';
    height: 346px;
    position: absolute;
    width: 302px;
    max-width: 302px;
    bottom: -90px;
    right: -100px;
    z-index: 30;
    display: none; }
    @media print, screen and (min-width: 40em) {
      .video .corner-character {
        display: inline; } }
  .video video {
    width: 100%;
    height: auto;
    max-width: 1200px;
    max-height: 680px;
    margin: 0 auto;
    background-color: #140C0C;
    border: 6px solid #140C0C;
    border-radius: 3px; }

.video {
  background-color: #DAFDFD;
  padding: 2em 0 3em 0;
  text-align: center;
  position: relative; }

.video:before {
  background-image: url("/modules/custom/temp_content/assets/images/cloud-left.png");
  content: '';
  height: 150px;
  position: absolute;
  width: 147px;
  bottom: 12em;
  left: 0;
  z-index: 10;
  display: none; }

.video:after {
  background-image: url("/modules/custom/temp_content/assets/images/cloud-right.png");
  content: '';
  height: 273px;
  position: absolute;
  width: 310px;
  top: 3em;
  right: 0;
  z-index: 10;
  display: none; }

.video .video-container {
  position: relative;
  z-index: 20; }

.video .play-container {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video .play {
  background-image: url("/modules/custom/temp_content/assets/images/play.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 100px;
  width: 100%;
  margin-top: 23%;
  margin-bottom: 2em; }

.video h2 {
  background-color: #fefefe;
  font-family: 'Caveat', cursive;
  font-size: 2.3em;
  font-weight: bold;
  line-height: 1.1;
  padding: 0.7em;
  z-index: 20;
  display: inline-block; }

.video .play-container h2 {
  display: none; }

.video h2.mobile-title {
  margin-top: 1em; }

.video .avatar {
  background-image: url("/modules/custom/temp_content/assets/images/bg-turtle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  content: '';
  height: 346px;
  position: absolute;
  width: 302px;
  max-width: 302px;
  bottom: -90px;
  right: -100px;
  z-index: 30;
  display: none; }

.ui-widget-overlay {
  background-color: #000000;
  opacity: 0.85; }

.ui-dialog {
  z-index: 1000; }
  .ui-dialog video {
    width: 100%;
    height: auto; }
  .ui-dialog .ui-dialog-titlebar-close {
    height: 25px;
    width: 25px; }
  .ui-dialog .ui-button-icon-only .ui-icon {
    top: 0;
    left: 0;
    margin: 0; }
  .ui-dialog .ui-dialog-titlebar {
    background-color: transparent;
    border: none;
    padding: 0; }
    .ui-dialog .ui-dialog-titlebar .ui-button {
      border: none;
      background: transparent; }
      .ui-dialog .ui-dialog-titlebar .ui-button .ui-icon {
        height: 25px;
        width: 25px; }
        .ui-dialog .ui-dialog-titlebar .ui-button .ui-icon.ui-icon-closethick {
          background-image: url(../images/controls.png);
          background-repeat: no-repeat;
          background-position: -25px 0px; }

@media screen and (max-width: 39.9375em) {
  .video {
    overflow: hidden; }
  .video:before, .video:after {
    display: block; }
  .video:before {
    bottom: 18em; }
  .video:after {
    width: 100px;
    top: 2em; }
  .video .avatar {
    display: block;
    height: 180px;
    right: -40px;
    bottom: -40px; }
  .video h2.mobile-title {
    margin-top: 1.5em; }
  .video .play-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .video .play {
    margin-top: 0;
    margin-bottom: 0; } }

@media print, screen and (min-width: 64em) {
  .video {
    padding: 7em 1em; }
  .video:before, .video:after {
    display: block; }
  .video .play-container h2 {
    display: inline-block; }
  .video h2.mobile-title {
    display: none; }
  .video .avatar {
    display: block; } }

@media screen and (min-width: 90em) {
  .map h2 {
    font-size: 3.3em; }
  .video {
    padding-left: 0;
    padding-right: 0; }
  .video h2 {
    font-size: 3.3em; } }

.block--views-block--node-bio-group-teachers-listing-block {
  background: #DAFDFD; }
  .block--views-block--node-bio-group-teachers-listing-block .field-name-field-image {
    padding-top: 1em; }
    .block--views-block--node-bio-group-teachers-listing-block .field-name-field-image img {
      border: 5px solid #140C0C;
      border-radius: 100%;
      height: 175px;
      width: 175px; }
  .block--views-block--node-bio-group-teachers-listing-block .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex: 1;
        flex: 1; }
  .block--views-block--node-bio-group-teachers-listing-block .node-title {
    font-size: 2rem;
    font-family: "Caveat", cursive;
    text-align: center;
    margin-top: 0.5em; }
  .block--views-block--node-bio-group-teachers-listing-block .button,
  .block--views-block--node-bio-group-teachers-listing-block .teacher-bio .button {
    margin-top: 0.5em;
    border-radius: 0.5em;
    width: 100%;
    background-color: #fefefe;
    color: #140C0C;
    font-family: "Caveat", cursive;
    font-size: 1.5em;
    padding: 0.2em; }
  .block--views-block--node-bio-group-teachers-listing-block .teacher-bio {
    display: none; }
  .block--views-block--node-bio-group-teachers-listing-block .node-title {
    color: #140C0C;
    line-height: 1;
    height: 1.5em; }
  .block--views-block--node-bio-group-teachers-listing-block .display-teacher_card {
    padding: 0 1em;
    margin-bottom: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .block--views-block--node-bio-group-teachers-listing-block .display-teacher_card a {
      text-align: center; }
    .block--views-block--node-bio-group-teachers-listing-block .display-teacher_card:hover .field-name-field-image img {
      opacity: 0.2; }
  .block--views-block--node-bio-group-teachers-listing-block .column:last-child:not(:first-child), .block--views-block--node-bio-group-teachers-listing-block .columns:last-child:not(:first-child),
  .block--views-block--node-bio-group-teachers-listing-block .columns:last-child:not(:first-child) {
    float: left; }

.block-views-block-staff-bios-staff-page-block .views-view-grid > .row.collapse {
  display: inline-block; }
  .block-views-block-staff-bios-staff-page-block .views-view-grid > .row.collapse > .columns {
    padding: 0.125rem; }

.block-views-block-staff-bios-staff-page-block article {
  position: relative;
  width: 100%; }
  .block-views-block-staff-bios-staff-page-block article .staff-image img {
    width: 100%;
    height: auto; }
  .block-views-block-staff-bios-staff-page-block article .staff-bio, .block-views-block-staff-bios-staff-page-block article .staff-details-content {
    display: none; }
  .block-views-block-staff-bios-staff-page-block article .staff-details-content {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .block-views-block-staff-bios-staff-page-block article .staff-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .block-views-block-staff-bios-staff-page-block article .staff-details:hover, .block-views-block-staff-bios-staff-page-block article .staff-details.faux-hover-on-click {
      background-color: rgba(254, 254, 254, 0.75); }
      .block-views-block-staff-bios-staff-page-block article .staff-details:hover .staff-details-content, .block-views-block-staff-bios-staff-page-block article .staff-details.faux-hover-on-click .staff-details-content {
        display: block; }
        .block-views-block-staff-bios-staff-page-block article .staff-details:hover .staff-details-content a, .block-views-block-staff-bios-staff-page-block article .staff-details.faux-hover-on-click .staff-details-content a {
          color: #140C0C; }
        .block-views-block-staff-bios-staff-page-block article .staff-details:hover .staff-details-content a.button, .block-views-block-staff-bios-staff-page-block article .staff-details:hover .staff-details-content div.button, .block-views-block-staff-bios-staff-page-block article .staff-details.faux-hover-on-click .staff-details-content a.button, .block-views-block-staff-bios-staff-page-block article .staff-details.faux-hover-on-click .staff-details-content div.button {
          margin: 0;
          background-color: #E73833;
          width: 100%;
          color: #fefefe;
          font-weight: bold;
          text-transform: uppercase; }
          .block-views-block-staff-bios-staff-page-block article .staff-details:hover .staff-details-content a.button.button-left, .block-views-block-staff-bios-staff-page-block article .staff-details:hover .staff-details-content div.button.button-left, .block-views-block-staff-bios-staff-page-block article .staff-details.faux-hover-on-click .staff-details-content a.button.button-left, .block-views-block-staff-bios-staff-page-block article .staff-details.faux-hover-on-click .staff-details-content div.button.button-left {
            margin-right: 0.063rem; }
          .block-views-block-staff-bios-staff-page-block article .staff-details:hover .staff-details-content a.button.button-right, .block-views-block-staff-bios-staff-page-block article .staff-details:hover .staff-details-content div.button.button-right, .block-views-block-staff-bios-staff-page-block article .staff-details.faux-hover-on-click .staff-details-content a.button.button-right, .block-views-block-staff-bios-staff-page-block article .staff-details.faux-hover-on-click .staff-details-content div.button.button-right {
            margin-left: 0.063rem; }
        .block-views-block-staff-bios-staff-page-block article .staff-details:hover .staff-details-content .field-name-field-start-date, .block-views-block-staff-bios-staff-page-block article .staff-details.faux-hover-on-click .staff-details-content .field-name-field-start-date {
          font-size: 0.8125rem; }
          .block-views-block-staff-bios-staff-page-block article .staff-details:hover .staff-details-content .field-name-field-start-date .field-item, .block-views-block-staff-bios-staff-page-block article .staff-details:hover .staff-details-content .field-name-field-start-date .field-label, .block-views-block-staff-bios-staff-page-block article .staff-details.faux-hover-on-click .staff-details-content .field-name-field-start-date .field-item, .block-views-block-staff-bios-staff-page-block article .staff-details.faux-hover-on-click .staff-details-content .field-name-field-start-date .field-label {
            display: inline-block; }
    .block-views-block-staff-bios-staff-page-block article .staff-details .node-title {
      font-size: 187.5%; }
    .block-views-block-staff-bios-staff-page-block article .staff-details .field {
      text-align: center; }
    .block-views-block-staff-bios-staff-page-block article .staff-details .field-label {
      font-style: italic; }
    .block-views-block-staff-bios-staff-page-block article .staff-details .buttons {
      margin-top: 1em; }

@media screen and (min-width: 40em) {
  article.node-staff_bio.display-full .staff-bio-header {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em; } }

article.node-staff_bio.display-full .staff-bio-header .field-node--field-title {
  font-size: 0.9em;
  font-weight: bold;
  text-align: center; }

.tl-timeline {
  font-family: "Montserrat", sans-serif;
  color: #fefefe; }
  .tl-timeline .tl-slide {
    background-color: #0095F9; }
    .tl-timeline .tl-slide .tl-slide-content-container {
      padding: 2em 0; }
    .tl-timeline .tl-slide.tl-full-image-background {
      background-color: transparent;
      text-shadow: 1px 1px 1px #333; }
  .tl-timeline .tl-text .tl-headline-date, .tl-timeline .tl-text h3.tl-headline-date {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2em;
    color: #fefefe; }
  .tl-timeline .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon,
  .tl-timeline .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon,
  .tl-timeline .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-title,
  .tl-timeline .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title,
  .tl-timeline .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-description,
  .tl-timeline .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-description {
    color: #fefefe;
    text-shadow: 1px 1px 1px #333; }
  .tl-timeline h2 {
    color: #fefefe; }
  .tl-timeline h3 {
    color: #fefefe; }
  .tl-timeline p {
    color: #fefefe; }
  .tl-timeline .tl-timemarker .tl-timemarker-content-container {
    background-color: #E73833;
    color: #fefefe; }
  .tl-timeline .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container {
    background-color: #2300F8;
    color: #fefefe; }
  .tl-timeline .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
  .tl-timeline .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^=tl-icon-],
  .tl-timeline .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"],
  .tl-timeline .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"],
  .tl-timeline .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
  .tl-timeline .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p {
    color: #fefefe; }
  .tl-timeline .tl-slide.tl-full-image-background p,
  .tl-timeline .tl-slide.tl-full-color-background p,
  .tl-timeline .tl-slide.tl-full-image-background h1,
  .tl-timeline .tl-slide.tl-full-color-background h1,
  .tl-timeline .tl-slide.tl-full-image-background h2,
  .tl-timeline .tl-slide.tl-full-color-background h2,
  .tl-timeline .tl-slide.tl-full-image-background h3,
  .tl-timeline .tl-slide.tl-full-color-background h3,
  .tl-timeline .tl-slide.tl-full-image-background h4,
  .tl-timeline .tl-slide.tl-full-color-background h4,
  .tl-timeline .tl-slide.tl-full-image-background h5,
  .tl-timeline .tl-slide.tl-full-color-background h5,
  .tl-timeline .tl-slide.tl-full-image-background h6,
  .tl-timeline .tl-slide.tl-full-color-background h6 {
    text-shadow: none !important; }
  .tl-timeline .tl-caption {
    color: #fefefe; }

[data-link] {
  cursor: pointer; }
