@charset "UTF-8";
@import url(“https://use.typekit.net/kza2kio.css“);
.lm-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-right: -0.8rem;
  margin-left: -8px;
  margin-left: -0.8rem; }

.lm-col-1 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-left: 8px;
  padding-left: 0.8rem; }
  @media (min-width: 64em) {
    .lm-col-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; } }

.lm-col-2 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-left: 8px;
  padding-left: 0.8rem; }
  @media (min-width: 64em) {
    .lm-col-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

.lm-col-3 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-left: 8px;
  padding-left: 0.8rem; }
  @media (min-width: 64em) {
    .lm-col-3 {
      flex: 0 0 25%;
      max-width: 25%; } }

.lm-col-4 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-left: 8px;
  padding-left: 0.8rem; }
  @media (min-width: 64em) {
    .lm-col-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.lm-col-5 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-left: 8px;
  padding-left: 0.8rem; }
  @media (min-width: 64em) {
    .lm-col-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; } }

.lm-col-6 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-left: 8px;
  padding-left: 0.8rem; }
  @media (min-width: 64em) {
    .lm-col-6 {
      flex: 0 0 50%;
      max-width: 50%; } }

.lm-col-7 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-left: 8px;
  padding-left: 0.8rem; }
  @media (min-width: 64em) {
    .lm-col-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; } }

.lm-col-8 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-left: 8px;
  padding-left: 0.8rem; }
  @media (min-width: 64em) {
    .lm-col-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

.lm-col-9 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-left: 8px;
  padding-left: 0.8rem; }
  @media (min-width: 64em) {
    .lm-col-9 {
      flex: 0 0 75%;
      max-width: 75%; } }

.lm-col-10 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-left: 8px;
  padding-left: 0.8rem; }
  @media (min-width: 64em) {
    .lm-col-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; } }

.lm-col-11 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-left: 8px;
  padding-left: 0.8rem; }
  @media (min-width: 64em) {
    .lm-col-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; } }

.lm-col-12 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-left: 8px;
  padding-left: 0.8rem; }
  @media (min-width: 64em) {
    .lm-col-12 {
      flex: 0 0 100%;
      max-width: 100%; } }

html {
  box-sizing: border-box;
  font-family: "Gotham", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: white; }

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

body {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 100%;
  line-height: 1.5;
  color: #778898;
  display: flex;
  flex-direction: column;
  height: 100vh; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

template {
  display: none; }

section {
  overflow: hidden;
  margin: 0; }

svg,
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto; }
  @media (min-width: 48em) {
    svg,
    img {
      margin: 0; } }

svg {
  width: 100%; }

#drupal-off-canvas svg {
  width: auto; }

.layout-container {
  padding: 0 16px;
  padding: 0 1.6rem; }

.ie10 body,
.ie11 body {
  display: block; }

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  transition: all ease-in-out 500ms;
  display: inline-block;
  background-color: #292675;
  color: white;
  padding: 12.5px 20px;
  padding: 1.25rem 2rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  min-height: 25px;
  min-height: 2.5rem;
  border: none;
  border-radius: 4px;
  border: none;
  border-radius: 4px;
  text-transform: uppercase; }
  button:hover, button:focus,
  html input[type="button"]:hover,
  html input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background-color: #474493;
    color: white;
    text-decoration: none; }

a.button {
  background-color: #292675;
  color: white;
  padding: 12.5px 20px;
  padding: 1.25rem 2rem;
  text-transform: uppercase;
  border-radius: 4px; }
  a.button:hover, a.button:focus {
    background-color: #474493;
    color: white; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: content-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */ }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

label {
  display: block;
  line-height: 1.5; }

/* Text Inputs */
input[type="text"],
input[type="email"],
input[type="password"] {
  display: inline-block;
  max-width: 100%;
  padding: 0 16px;
  padding: 0 1.6rem;
  height: 25px;
  height: 2.5rem; }

textarea {
  border: 1px solid #778898; }

form {
  display: block; }

option {
  background-color: white;
  color: black; }

ul,
ol,
dl {
  margin: 32px 0;
  margin: 3.2rem 0; }

ol,
ul {
  padding-left: 32px;
  padding-left: 3.2rem; }

li {
  margin: 4px 0;
  margin: 0.4rem 0;
  list-style-type: square; }
  li li {
    list-style-type: square; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

img {
  height: auto;
  border: 0;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 10px; }

.ie9 img[src$=".svg"] {
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; } }

table {
  background: #fff;
  color: #333;
  width: 100%; }

tr.odd, tr.even {
  background: transparent;
  border-bottom: 1px solid #666; }

tr.odd {
  background: #848484; }

th,
td {
  background-color: transparent;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem; }
  th.active,
  td.active {
    background-color: #707070; }
  .even th.active, .even
  td.active {
    background-color: #ebebeb; }

th {
  background-color: #292675;
  color: #fff; }
  th a,
  th .active {
    color: #fff; }
  th.active {
    background: #515151; }

#drupal-off-canvas table {
  background-color: transparent; }

/* Lato - Light */
@font-face {
  font-family: 'Lato';
  font-style: light;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(https://fonts.gstatic.com/s/lato/v14/22JRxvfANxSmnAhzbFH8PgLUuEpTyoUstqEm5AMlJo4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* Lato - Regular */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v14/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* Lato - Bold */
@font-face {
  font-family: 'Lato';
  font-style: bold;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v14/MgNNr5y1C_tIEuLEmicLmwLUuEpTyoUstqEm5AMlJo4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* Lato - Black */
@font-face {
  font-family: 'Lato';
  font-style: black;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url(https://fonts.gstatic.com/s/lato/v14/lEjOv129Q3iN1tuqWOeRBgLUuEpTyoUstqEm5AMlJo4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* Encode - Sans - Black */
@font-face {
  font-family: 'Encode Sans';
  font-style: black;
  font-weight: 900;
  src: local("Encodesans Black"), local("Encodesans-Black"), url("../assets/fonts/encodesans/encodesans-black.woff2") format("woff2"); }

/* Encode - Sans - Bold */
@font-face {
  font-family: 'Encode Sans';
  font-style: bold;
  font-weight: 700;
  src: local("Encodesans Bold"), local("Encodesans-Bold"), url("../assets/fonts/encodesans/encodesans-bold.woff2") format("woff2"); }

/* Encode - Sans - Regular*/
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 500;
  src: local("Encodesans Regular"), local("Encodesansa-Regular"), url("../assets/fonts/encodesans/encodesans-regular.woff2") format("woff2"); }

/* Encode - Sans - Light*/
@font-face {
  font-family: 'Encode Sans';
  font-style: light;
  font-weight: 300;
  src: local("Encodesans Light"), local("Encodesansa-Light"), url("../assets/fonts/encodesans/encodesans-light.woff2") format("woff2"); }

/* Gotham - Bold*/
@font-face {
  font-family: 'Gotham';
  font-style: bold;
  font-weight: 800;
  src: local("Gotham Bold"), local("gotham-bold"), url("../assets/fonts/gotham/gotham-bold.woff2") format("woff2"); }

/* Gotham - Medium*/
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: local("Gotham Medium"), local("gotham-medium"), url("../assets/fonts/gotham/gotham-medium.woff2") format("woff2"); }

/* Gotham - Book*/
@font-face {
  font-family: 'Gotham';
  font-style: light;
  font-weight: 300;
  src: local("Gotham Book"), local("gotham-book"), url("../assets/fonts/gotham/gotham-book.woff2") format("woff2"); }

@font-face {
  font-family: "trajan-sans-pro";
  src: url("https://use.typekit.net/af/628ae6/00000000000000000001319e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/628ae6/00000000000000000001319e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/628ae6/00000000000000000001319e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "trajan-sans-pro";
  src: url("https://use.typekit.net/af/c77e19/00000000000000000001319b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/c77e19/00000000000000000001319b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/c77e19/00000000000000000001319b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: bold;
  font-weight: 700; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  margin: 8px 0;
  margin: 0.8rem 0;
  text-transform: none;
  color: #000; }

.page-title {
  font-size: 40px;
  font-weight: bold;
  color: #b03011; }

h1 {
  font-size: 33px;
  font-weight: bold; }

h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #b03011; }

h4 {
  font-size: 20px;
  font-weight: bold; }

h5 {
  font-size: 18px;
  font-weight: bold; }

h6 {
  font-size: 16px;
  font-weight: bold; }

p,
dt,
dd {
  line-height: 1.5;
  letter-spacing: 0.1px;
  letter-spacing: 0.01rem; }

p {
  margin: 0 0 10px;
  margin: 0 0 1rem; }

a {
  color: #3670ce;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: bold;
  position: relative;
  display: inline-block; }
  a:active, a:hover, a:focus {
    color: #1852b0;
    text-decoration: none;
    outline: 0; }

ul {
  margin: 5px;
  margin: 0.5rem;
  padding-left: 20px;
  padding-left: 2rem; }

b,
strong {
  font-weight: bold; }

blockquote {
  font-family: "Gotham", sans-serif; }

dfn {
  font-style: italic; }

abbr[title] {
  border-bottom: 1px dotted; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

pre {
  margin: 0;
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 10px;
  font-size: 1rem; }

hr {
  box-sizing: content-box;
  height: 0; }

th {
  text-align: left; }

li {
  list-style-type: unset; }

.layout-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  background-color: white;
  padding-top: 1px;
  padding-bottom: 16px;
  padding-bottom: 1.6rem; }

.layout__section--announcements,
.layout__section--hours {
  max-width: 100%;
  margin: 0; }

.region-announcements,
.region-hours {
  max-width: 1200px;
  margin: 0 auto; }

.layout__section--branding {
  overflow: visible; }

.header-wrapper {
  display: flex;
  flex-direction: column; }
  @media (min-width: 64em) {
    .header-wrapper {
      display: block; } }

.layout__header {
  order: 0;
  width: 100%;
  padding-right: 0; }
  @media (min-width: 48em) {
    .layout__header {
      padding-right: 6.4rem;
      margin-top: 0.8rem; } }
  @media (min-width: 64em) {
    .layout__header {
      padding-right: 0; } }

.layout__section--header {
  padding-right: 64px;
  padding-right: 6.4rem; }
  @media (min-width: 48em) {
    .layout__section--header {
      padding-right: 0; } }

.layout__section--header-right {
  width: 100%; }
  @media (min-width: 48em) {
    .layout__section--header-right {
      width: 50%; } }

.page-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  text-transform: uppercase;
  font-size: 32px;
  font-size: 3.2rem; }
  @media (min-width: 48em) {
    .page-title {
      margin: 1.6rem 0; } }

.layout__section--main {
  margin-top: 16px;
  margin-top: 1.6rem; }

.layout__content {
  width: 75%;
  flex-grow: 1; }

.layout__sidebar {
  width: 25%;
  flex-grow: 1; }

.layout__sidebar--second {
  padding: 16px 0 0 16px;
  padding: 1.6rem 0 0 1.6rem; }

ul,
ol {
  margin: 8px;
  margin: 0.8rem;
  padding-left: 16px;
  padding-left: 1.6rem; }

.css-breakpoints {
  font-size: 10px;
  display: none; }
  @media (min-width: 48em) {
    .css-breakpoints {
      font-size: 13px; } }
  @media (min-width: 64em) {
    .css-breakpoints {
      font-size: 16px; } }

.header {
  background-image: linear-gradient(to right, #B03011, #292675);
  width: 100%; }

.header-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  padding: 1.6rem;
  position: relative; }
  @media (min-width: 48em) {
    .header-wrapper {
      padding: 1.6rem;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start; } }
  @media (min-width: 64em) {
    .header-wrapper {
      padding: 0.8rem 1.6rem; } }
  .header-wrapper .block {
    margin-bottom: 0; }

.layout__header {
  width: 100%; }
  @media (min-width: 48em) {
    .layout__header {
      width: 30%;
      display: flex;
      align-items: top;
      padding-right: 3.2rem; } }
  @media (min-width: 64em) {
    .layout__header {
      align-items: center; } }

.layout__header-right {
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 48em) {
    .layout__header-right {
      width: 70%;
      display: block; } }

.layout__section--header-right {
  order: 0;
  width: 100%; }

.search-wrapper {
  order: 2; }

.layout__section--navigation {
  order: 1; }

.layout__section--header,
.layout__section--branding {
  width: 100%;
  padding-right: 0; }

.region-branding {
  margin: 0; }

@media (min-width: 48em) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 50; } }

.layout__section--pre-footer {
  background-image: linear-gradient(to right, #B03011, #292675); }
  .layout__section--pre-footer::before {
    content: '';
    width: 100%;
    height: 5px;
    display: block; }

.region-pre-footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
  padding: 1.6rem; }
  @media (min-width: 48em) {
    .region-pre-footer {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch; } }
  .region-pre-footer .block {
    color: white;
    font-weight: lighter;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%; }
    .region-pre-footer .block h2,
    .region-pre-footer .block h3 {
      color: white;
      border: 0; }
    .region-pre-footer .block .field--name-body {
      text-align: center; }
    .region-pre-footer .block a {
      color: white;
      font-weight: bold; }
      .region-pre-footer .block a:hover, .region-pre-footer .block a:focus {
        color: white;
        text-decoration: underline; }

.layout__section--footer {
  background-color: #333333; }

.region-footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
  padding: 1.6rem; }
  .region-footer .block {
    color: white; }
    @media (min-width: 48em) {
      .region-footer .block {
        padding: 0 0.8rem;
        width: 50%; }
        .region-footer .block:nth-child(2n-1) {
          padding-right: 0.8rem; }
        .region-footer .block:nth-child(2n-2) {
          padding-left: 0.8rem; } }
    .region-footer .block h2 {
      color: white;
      font-size: 18px;
      font-size: 1.8rem;
      margin: 16px 0 8px;
      margin: 1.6rem 0 0.8rem;
      position: relative !important;
      width: auto;
      height: auto;
      overflow: visible;
      border: 0; }
    .region-footer .block h3 {
      color: white; }
    .region-footer .block p {
      margin-bottom: 4px;
      margin-bottom: 0.4rem;
      font-weight: normal; }
    .region-footer .block a {
      color: white;
      font-weight: normal; }
      .region-footer .block a:hover, .region-footer .block a:focus {
        color: white;
        text-decoration: underline; }

.layout-container__footer a.button {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: black;
  background-color: white;
  border-radius: 4px;
  margin: 0;
  padding: 8px;
  padding: 0.8rem;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem; }
  .layout-container__footer a.button:hover, .layout-container__footer a.button:focus {
    color: black;
    text-decoration: none; }

.tabs a.is-active,
.tabs a {
  border: 0;
  background-color: #292675;
  color: white;
  transition: background ease-in-out 250ms;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem; }
  .tabs a.is-active:hover, .tabs a.is-active:focus,
  .tabs a:hover,
  .tabs a:focus {
    background-color: #474493;
    color: white; }

@media (min-width: 64em) {
  .menu__menu-item--level-0 .menu__menu-link.is-active,
  .menu__menu-item:hover > .menu__menu-link,
  .menu__menu-item:focus > .menu__menu-link {
    border: 0; } }

.region-navigation {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 64em) {
    .region-navigation {
      margin: 0.8rem 0; } }
  @media (min-width: 64em) {
    .region-navigation .menu__menu-item--level-0 {
      padding: 0; } }
  .region-navigation .menu__menu-item--level-0 .menu__menu-link {
    font-size: 18px;
    font-size: 1.8rem;
    background-color: transparent;
    transition: background ease-in-out 250ms;
    text-transform: uppercase;
    padding: 7px 10px;
    padding: 0.7rem 1rem; }
    .region-navigation .menu__menu-item--level-0 .menu__menu-link:hover, .region-navigation .menu__menu-item--level-0 .menu__menu-link:focus {
      background-color: transparent; }
    @media (min-width: 64em) {
      .region-navigation .menu__menu-item--level-0 .menu__menu-link {
        padding: 0.8rem;
        font-weight: 700; } }
  .region-navigation .menu__child.menu--level-1 {
    background-color: #efefef; }
    .region-navigation .menu__child.menu--level-1:hover, .region-navigation .menu__child.menu--level-1:focus {
      background-color: #efefef; }
    @media (min-width: 64em) {
      .region-navigation .menu__child.menu--level-1 {
        min-width: 350px;
        box-shadow: 0px 2px 5px -1px #333;
        border-radius: 4px; }
        .region-navigation .menu__child.menu--level-1::before {
          content: '';
          display: block;
          width: 11px;
          height: 8px;
          position: absolute;
          top: -4px;
          margin-left: 2rem;
          background-color: #efefef;
          transform: rotate(64deg) skew(40deg); }
        .region-navigation .menu__child.menu--level-1 .menu__menu-item:first-child {
          border-top-right-radius: 4px;
          border-top-left-radius: 4px; }
        .region-navigation .menu__child.menu--level-1 .menu__menu-item:last-child {
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px; } }
    .region-navigation .menu__child.menu--level-1 .menu__menu-item--expanded::before {
      background-color: #292675;
      border-bottom: 2px solid #292675; }
      @media (min-width: 64em) {
        .region-navigation .menu__child.menu--level-1 .menu__menu-item--expanded::before {
          border-bottom-color: transparent;
          background-color: #efefef;
          border-top-color: black;
          border-right-color: black;
          box-shadow: 4px -4px 0 0 #dddde9, 6px -6px 0 0 #000000; } }
    .region-navigation .menu__child.menu--level-1 .menu__menu-item--level-1 {
      border: 0;
      font-weight: normal;
      transition: all ease-in-out 0s;
      padding: 0; }
      .region-navigation .menu__child.menu--level-1 .menu__menu-item--level-1:hover, .region-navigation .menu__child.menu--level-1 .menu__menu-item--level-1:focus {
        background-color: white;
        font-weight: bold; }
        .region-navigation .menu__child.menu--level-1 .menu__menu-item--level-1:hover::before, .region-navigation .menu__child.menu--level-1 .menu__menu-item--level-1:focus::before {
          background-color: #292675; }
          @media (min-width: 64em) {
            .region-navigation .menu__child.menu--level-1 .menu__menu-item--level-1:hover::before, .region-navigation .menu__child.menu--level-1 .menu__menu-item--level-1:focus::before {
              background-color: white;
              border-top-color: black;
              border-right-color: black;
              box-shadow: 4px -4px 0 0 #ffffff, 6px -6px 0 0 #000000; } }
      .region-navigation .menu__child.menu--level-1 .menu__menu-item--level-1 .menu__menu-link--level-1 {
        color: black;
        font-weight: normal;
        padding: 7px 10px;
        padding: 0.7rem 1rem;
        border-bottom: 2px solid #292675; }
        @media (min-width: 64em) {
          .region-navigation .menu__child.menu--level-1 .menu__menu-item--level-1 .menu__menu-link--level-1 {
            padding: 0.5rem 1rem;
            border-bottom: 0; } }
        .region-navigation .menu__child.menu--level-1 .menu__menu-item--level-1 .menu__menu-link--level-1:hover, .region-navigation .menu__child.menu--level-1 .menu__menu-item--level-1 .menu__menu-link--level-1:focus {
          font-weight: bold; }
  .region-navigation .menu__child.menu--level-2 {
    background-color: #efefef;
    box-shadow: none; }
    .region-navigation .menu__child.menu--level-2:hover, .region-navigation .menu__child.menu--level-2:focus {
      background-color: #efefef; }
    @media (min-width: 64em) {
      .region-navigation .menu__child.menu--level-2 .menu__menu-item {
        border: 0;
        padding: 0; } }
    .region-navigation .menu__child.menu--level-2 .menu__menu-item .menu__menu-link--level-2 {
      color: black;
      font-weight: normal;
      padding: 5px 10px;
      padding: 0.5rem 1rem;
      transition: all ease-in-out 0s;
      border-bottom: 2px solid #292675; }
      @media (min-width: 64em) {
        .region-navigation .menu__child.menu--level-2 .menu__menu-item .menu__menu-link--level-2 {
          border-bottom: 0; } }
      .region-navigation .menu__child.menu--level-2 .menu__menu-item .menu__menu-link--level-2:hover, .region-navigation .menu__child.menu--level-2 .menu__menu-item .menu__menu-link--level-2:focus {
        font-weight: bold;
        background-color: white; }

.menu__menu-item {
  border-color: #0b0857; }

.toggle-buttons {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 25px;
  top: 2.5rem;
  right: 0; }
  @media (min-width: 48em) {
    .toggle-buttons {
      position: relative;
      top: 0; } }

.navigation__toggle {
  background-color: transparent;
  margin-top: 0;
  order: 0; }
  .navigation__toggle:hover, .navigation__toggle:focus {
    background-color: transparent; }

.region-navigation .menu .menu__menu-item:nth-last-child(-n+2) .menu--level-1::before {
  right: 16px;
  right: 1.6rem; }

.region-navigation .menu .menu__menu-item:nth-last-child(-n+2):hover .menu--level-1, .region-navigation .menu .menu__menu-item:nth-last-child(-n+2):focus .menu--level-1 {
  left: auto;
  right: 0;
  transform: translate3d(0, 0, 0); }

@media (min-width: 64em) {
  .region-navigation .menu .menu__menu-item:nth-last-child(-n+2) .menu__menu-item--level-1:hover .menu--level-2, .region-navigation .menu .menu__menu-item:nth-last-child(-n+2) .menu__menu-item--level-1:focus .menu--level-2 {
    left: 0;
    transform: translate3d(-100%, 0, 0);
    top: -1px; } }

.ie10 .region-navigation .menu__menu-item--level-0,
.ie11 .region-navigation .menu__menu-item--level-0 {
  width: inherit; }

@media (min-width: 48em) {
  .lm-search-block--search-switcher,
  .lm-search-block--account-button {
    width: 25%; } }

@media (min-width: 64em) {
  .lm-search-block--search-switcher,
  .lm-search-block--account-button {
    width: 20%; } }

@media (min-width: 48em) {
  .lm-search-block--catalog-search,
  .lm-search-block--database-search {
    width: 75%;
    height: 100%; } }

@media (min-width: 64em) {
  .lm-search-block--catalog-search,
  .lm-search-block--database-search {
    width: 80%; } }

.region-search {
  border-radius: 8px;
  background-color: transparent; }

.search-selector,
.lm-search-block .form--inline .inputText,
.lm-search-block .form--inline .form-text,
.lm-search-block .form--inline .form-submit {
  border-top-right-radius: 25px;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 25px;
  border-bottom-right-radius: 2.5rem; }
  @media (min-width: 48em) {
    .search-selector,
    .lm-search-block .form--inline .inputText,
    .lm-search-block .form--inline .form-text,
    .lm-search-block .form--inline .form-submit {
      height: 100%; } }

.lm-search-block .form--inline {
  margin-bottom: 0; }
  .lm-search-block .form--inline .inputText {
    border-radius: 2.5rem;
    min-height: 37px;
    margin-bottom: 0; }
    @media (min-width: 48em) {
      .lm-search-block .form--inline .inputText {
        margin-bottom: 0;
        border-top-right-radius: 2.5rem;
        border-bottom-right-radius: 2.5rem;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; } }

.layout__section--search.active .lm-search-block .form--inline .inputText {
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }
  @media (min-width: 48em) {
    .layout__section--search.active .lm-search-block .form--inline .inputText {
      margin-bottom: 0; } }

@media (min-width: 48em) {
  .lm-search-block .form--inline .form-item {
    width: 78%;
    margin-right: 2%; } }

.search-selector,
.lm-search-block .form--inline .form-submit {
  color: white;
  text-transform: uppercase; }

.lm-search-block .form--inline .form-submit,
.my-account {
  background-color: transparent;
  border-radius: 2rem;
  border: 2px solid white; }
  .lm-search-block .form--inline .form-submit:hover, .lm-search-block .form--inline .form-submit:focus,
  .my-account:hover,
  .my-account:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0.4); }

.my-account {
  max-height: 45px;
  padding: 0; }
  @media (min-width: 64em) {
    .my-account {
      max-height: 43px; } }

.my-account-link {
  color: white;
  text-transform: uppercase;
  display: block;
  padding: 4px 0;
  padding: 0.4rem 0; }
  @media (min-width: 48em) {
    .my-account-link {
      padding: 1rem 0; } }
  .my-account-link:hover, .my-account-link:focus {
    color: white; }

.search-selector {
  height: 100%;
  background-image: url("../assets/dist/icons/chevron-down.svg");
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid white;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  line-height: 1;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  background-size: 20px;
  background-position: right 15px center;
  background-position: right 1.5rem center;
  border-radius: 2.5rem; }
  @media (min-width: 48em) {
    .search-selector {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 2.5rem;
      border-top-left-radius: 2.5rem; } }

.layout__section--search .lm-search-block--search-switcher {
  margin-bottom: 0; }
  @media (min-width: 48em) {
    .layout__section--search .lm-search-block--search-switcher {
      padding-right: 0; } }

.layout__section--search .block-lm-search {
  padding: 0;
  margin-bottom: 0; }
  @media (min-width: 48em) {
    .layout__section--search .block-lm-search {
      padding: 0.8rem 0; } }

.layout__section--search.active .lm-search-block--search-switcher {
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }
  @media (min-width: 48em) {
    .layout__section--search.active .lm-search-block--search-switcher {
      margin-bottom: 0; } }

.layout__section--search.active .block-lm-search {
  padding: 8px;
  padding: 0.8rem; }

.search__toggle {
  background-color: transparent;
  border-bottom: 0; }
  .search__toggle:hover, .search__toggle:focus {
    background-color: transparent; }
  .search__toggle::before {
    background-color: #292675; }

@media (min-width: 48em) {
  .lm-search-block--search-switcher,
  .lm-search-block--account-button {
    width: 25%; } }

@media (min-width: 64em) {
  .lm-search-block--search-switcher,
  .lm-search-block--account-button {
    width: 20%; } }

@media (min-width: 48em) {
  .lm-search-block--catalog-search,
  .lm-search-block--database-search {
    width: 75%; } }

@media (min-width: 64em) {
  .lm-search-block--catalog-search,
  .lm-search-block--database-search {
    width: 60%; } }

.lm-search-block--account-button {
  width: 100%;
  padding-left: 0;
  margin-top: 8px;
  margin-top: 0.8rem; }
  @media (min-width: 64em) {
    .lm-search-block--account-button {
      width: 20%;
      padding-left: 1rem;
      margin-top: 0; } }

.glass-icon {
  width: 55px;
  height: 55px;
  position: relative;
  background-color: transparent;
  order: 1; }
  @media (min-width: 48em) {
    .glass-icon {
      display: none; } }
  .glass-icon:hover, .glass-icon:focus {
    background-color: transparent;
    outline: none; }

.glass-icon-c {
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60%;
  transform-origin: center center;
  transform: translateX(-50%) rotate(-45deg);
  transition: transform 0.7s cubic-bezier(0.31, -0.84, 0.64, 1.76); }
  .glass-icon-c.active {
    transform: translateX(-50%) rotate(0) !important; }
    .glass-icon-c.active .glass-icon__circle {
      width: 4.4px;
      width: 0.44rem;
      transform: translateX(0.94rem);
      border-width: 4px;
      border-radius: 1rem !important;
      margin-left: 2px; }

.glass-icon__circle {
  width: 100%;
  height: 55%;
  background-color: transparent;
  border: 5px solid white;
  border-radius: 100%;
  display: block;
  position: relative;
  transition: all 0.7s cubic-bezier(0.31, -0.84, 0.64, 1.76); }

.glass-icon__stick {
  width: 4.3px;
  width: 0.43rem;
  height: 40%;
  display: block;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 1rem;
  position: absolute;
  top: 25px;
  left: calc(50% - 0.1433333333rem);
  background-color: white; }

@media (min-width: 48em) {
  .block-system-branding-block {
    margin-bottom: 0; } }

.site-name {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.site-logo::before {
  content: url("../assets/dist/images/print-logo.svg");
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden; }

.site-logo img {
  max-height: 70px; }
  @media (min-width: 48em) {
    .site-logo img {
      max-height: 140px; } }

.block {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  clear: both; }
  .block h2 {
    padding-bottom: 8px;
    padding-bottom: 0.8rem;
    border-bottom: 4px solid #b03011; }

.linked-block {
  position: relative; }
  .linked-block .linked-block__link {
    border-radius: 8px;
    overflow: hidden; }
  .linked-block .linked-block__title {
    position: absolute;
    text-transform: uppercase;
    border: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    padding-left: 16px;
    padding-left: 1.6rem;
    font-size: 23px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%; }
  .linked-block .linked-block__title::before,
  .linked-block .linked-block__title::after {
    content: '';
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    display: block;
    width: 100%;
    height: 210px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    bottom: 100%; }
    @media (min-width: 48em) {
      .linked-block .linked-block__title::before,
      .linked-block .linked-block__title::after {
        height: 150px; } }
    @media (min-width: 64em) {
      .linked-block .linked-block__title::before,
      .linked-block .linked-block__title::after {
        height: 100px; } }
  .linked-block .linked-block__title::before {
    background-image: url("../assets/dist/images/grey-transparent.png"); }
  .linked-block .linked-block__title::after {
    background-image: url("../assets/dist/images/grey-opaque.png");
    opacity: 0; }
  .linked-block:hover .linked-block__title {
    background-color: white; }
    .linked-block:hover .linked-block__title::after {
      opacity: 1; }

.linked-block--red .linked-block__title::before {
  content: '';
  background-image: url("../assets/dist/images/adults-transparent.png"); }

.linked-block--red .linked-block__title::after {
  background-image: url("../assets/dist/images/adults-opaque.png"); }

.linked-block--yellow .linked-block__title::before {
  content: '';
  background-image: url("../assets/dist/images/kids-transparent.png"); }

.linked-block--yellow .linked-block__title::after {
  background-image: url("../assets/dist/images/kids-opaque.png"); }

.linked-block--blue .linked-block__title::before {
  content: '';
  background-image: url("../assets/dist/images/teens-transparent.png"); }

.linked-block--blue .linked-block__title::after {
  background-image: url("../assets/dist/images/teens-opaque.png"); }

.linked-text__link {
  display: block; }

.block .linked-text__title {
  color: white;
  background-color: #292675;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  padding: 10px 20px;
  padding: 1rem 2rem;
  transition: background ease-in-out 250ms;
  border: 0;
  border-radius: 4px; }
  .block .linked-text__title:hover, .block .linked-text__title:focus {
    background-color: #474493; }

.linked-block-background__link {
  position: relative;
  border-radius: 4px;
  overflow: hidden; }

.block .linked-block-background__title {
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-transform: uppercase;
  z-index: 2; }

.linked-block-background .linked-block-background__image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.7;
  z-index: 1;
  background-color: transparent;
  transition: all ease-in-out 250ms; }

.linked-block-background:hover .linked-block-background__image::before, .linked-block-background:focus .linked-block-background__image::before {
  opacity: 0.4; }

.linked-block-background--red .linked-block-background__image::before {
  background-color: #b03011; }

.linked-block-background--yellow .linked-block-background__image::before {
  background-color: #f7ac2c; }

.linked-block-background--blue .linked-block-background__image::before {
  background-color: #292675; }

.form-type-date {
  color: black; }

.donate-form {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  .donate-form textarea {
    width: 100%; }

#e2ma_signup input {
  width: 100%; }

#e2ma_signup .e2ma_signup_form_button {
  margin-top: 16px;
  margin-top: 1.6rem;
  width: auto; }

.faq-section {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

.faq-section__title {
  background-color: white;
  color: black;
  border-radius: 0;
  border: 2px solid #dddde9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  padding-right: 50px;
  padding-right: 5rem;
  position: relative; }
  .faq-section__title::after {
    content: '';
    display: block;
    background-image: url("../assets/dist/icons/arrow-down.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    right: 2rem;
    transition: all ease-in-out 250ms;
    transform: rotate(0deg); }
  .faq-section__title.collapsed {
    border-bottom: 0; }
    .faq-section__title.collapsed::after {
      transform: rotate(180deg); }
  .faq-section__title::before {
    display: none; }

.faq-section__content-wrapper {
  margin-bottom: 0;
  border-width: 5px;
  border-radius: 0;
  border: 2px solid #dddde9;
  border-top: 0; }

.career-opportunity-block .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.career-opportunity-block .views-row {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 48em) {
    .career-opportunity-block .views-row {
      width: 50%; }
      .career-opportunity-block .views-row:nth-child(2n-1) {
        padding-right: 0.8rem; }
      .career-opportunity-block .views-row:nth-child(2n-2) {
        padding-left: 0.8rem; } }

.career-opportunity__item {
  border-color: #292675;
  height: 100%;
  margin-bottom: 0;
  border-radius: 8px; }

.opportunity__top {
  background-color: #292675; }

.opportunity__title {
  text-transform: uppercase;
  font-weight: bold; }

.opportunity__button {
  background-color: #292675;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px; }
  .opportunity__button:hover, .opportunity__button:focus {
    background-color: #474493; }

.opportunity__bottom {
  padding: 0; }

.opportunity__content-wrapper {
  padding: 16px;
  padding: 1.6rem; }

.menu-toggle__filter {
  background-color: #efefef;
  color: black;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border: 2px solid #e0e0e0;
  border-bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center; }
  .menu-toggle__filter:hover, .menu-toggle__filter:focus {
    background-color: #efefef;
    color: black; }
  .menu-toggle__filter::before {
    background-image: url("../assets/dist/icons/black-list.svg"); }

.collapsed .menu-toggle__filter {
  border-radius: 8px;
  border-bottom: 2px solid #e0e0e0; }

.collapsed .view-filters {
  border-radius: 0;
  border-bottom: 0; }

.view-filters {
  color: black;
  background-color: #efefef;
  border: 2px solid #e0e0e0;
  border-top: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  .view-filters .fieldset-legend,
  .view-filters label {
    color: black; }
  .view-filters legend {
    border-bottom: 2px solid black;
    width: 100%;
    padding-top: 8px;
    padding-top: 0.8rem;
    padding-bottom: 4px;
    padding-bottom: 0.4rem;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-bottom: 0.8rem; }
    .view-filters legend::after {
      content: '';
      background-image: url("../assets/dist/icons/arrow-circle-down.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 18px;
      height: 18px;
      float: right;
      transform: rotate(180deg);
      transition: transform ease-in-out 250ms; }
    .view-filters legend.collapsed::after {
      transform: rotate(0deg); }
  .view-filters .fieldset-wrapper {
    overflow: hidden;
    transition: all ease-in-out 250ms;
    max-height: 100%; }
    .view-filters .fieldset-wrapper.collapsed {
      max-height: 0; }

@media (min-width: 48em) {
  .database-page .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch; } }

.database-page .views-row {
  padding-bottom: 0;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 48em) {
    .database-page .views-row:nth-child(2n-1) {
      padding-right: 0.8rem; }
    .database-page .views-row:nth-child(2n-2) {
      padding-left: 0.8rem; } }
  @media (min-width: 64em) {
    .database-page .views-row:nth-child(2n-1), .database-page .views-row:nth-child(2n-2) {
      padding-right: 0;
      padding-left: 0; }
    .database-page .views-row:nth-child(3n-2) {
      padding-right: 1rem; }
    .database-page .views-row:nth-child(3n-1) {
      padding: 0 0.6rem; }
    .database-page .views-row:nth-child(3n-3) {
      padding-left: 1rem; } }

.database-page .pager {
  clear: both;
  text-align: right; }

.database {
  border-width: 2px;
  border-color: #e0e0e0;
  background-color: #efefef;
  border-radius: 4px; }

.database__link {
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  border-bottom: 4px solid #b03011; }

.database--full .database__image {
  margin-bottom: 0;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center; }

.reports-block {
  margin-bottom: 32px;
  margin-bottom: 3.2rem; }
  .reports-block li {
    background-color: #292675;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    border-radius: 4px; }
  .reports-block a {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #474493;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
    .reports-block a:hover, .reports-block a:focus {
      background-color: #292675;
      color: white; }

.reports-page .views-row {
  background-color: transparent;
  padding: 0;
  width: 100%;
  margin: 0;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  text-align: center; }
  @media (min-width: 48em) {
    .reports-page .views-row {
      width: 50%;
      padding: 0 0.8rem; } }
  @media (min-width: 64em) {
    .reports-page .views-row {
      width: 33.333%; } }
  .reports-page .views-row:hover, .reports-page .views-row:focus {
    background-color: transparent; }
  .reports-page .views-row .views-field {
    padding: 0;
    background-color: transparent; }
    .reports-page .views-row .views-field:hover, .reports-page .views-row .views-field:focus {
      background-color: transparent; }
  .reports-page .views-row a {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: none;
    color: black;
    padding: 4px 0;
    padding: 0.4rem 0;
    border-bottom: 4px solid #b03011;
    display: inline-block; }
    .reports-page .views-row a:hover, .reports-page .views-row a:focus {
      color: black; }

.quick-link__link {
  background-color: #292675;
  border-radius: 4px;
  padding: 20px 16px;
  padding: 2rem 1.6rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  position: relative; }
  .quick-link__link:hover, .quick-link__link:focus {
    background-color: #292675; }
  .quick-link__link::before {
    content: '';
    background-image: url("../assets/dist/images/ql-background.png");
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    height: 75px;
    width: 100%;
    position: absolute;
    top: -10px;
    top: -1rem;
    right: 0; }

.quick-link__title {
  text-transform: uppercase; }

.main-slider__slides {
  border-radius: 8px;
  overflow: hidden; }

.main-slider__controls {
  right: 8px;
  right: 0.8rem;
  bottom: 8px;
  bottom: 0.8rem;
  height: 35px;
  width: initial;
  justify-content: center; }
  @media (min-width: 48em) {
    .main-slider__controls {
      right: 1.6rem;
      bottom: 1.6rem; } }

.slick-arrow {
  height: 35px;
  width: 45px;
  width: 4.5rem;
  background-size: 30px;
  position: relative; }

button.slick-prev {
  background-image: url("../assets/dist/icons/arrow-left.svg");
  order: 0; }

button.slick-next {
  background-image: url("../assets/dist/icons/arrow-right.svg");
  order: 2; }

.slick-dots {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0;
  order: 1;
  margin: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 3px !important;
    padding: 0; }
  .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    min-height: 0;
    padding: 5px;
    color: transparent;
    outline: none;
    background-color: white;
    border-radius: 16px;
    border: 1px solid #292675; }
  .slick-dots .slick-active button {
    background-color: #292675; }

.book-river-slider__slides {
  padding: 0;
  position: relative;
  margin: 0; }
  @media (min-width: 48em) {
    .book-river-slider__slides {
      padding: 0 3.2rem; } }
  .book-river-slider__slides .slick-arrow {
    opacity: 1; }
  .book-river-slider__slides button.slick-next,
  .book-river-slider__slides button.slick-prev {
    margin: 0;
    background-color: #292675;
    position: absolute;
    bottom: 0; }
    @media (min-width: 48em) {
      .book-river-slider__slides button.slick-next,
      .book-river-slider__slides button.slick-prev {
        width: 40px;
        height: 40px;
        background-size: 20px;
        top: 30%; } }
    .book-river-slider__slides button.slick-next:hover, .book-river-slider__slides button.slick-next:focus,
    .book-river-slider__slides button.slick-prev:hover,
    .book-river-slider__slides button.slick-prev:focus {
      background-color: #474493; }
  .book-river-slider__slides button.slick-next {
    margin-right: 0;
    right: 0; }
  .book-river-slider__slides button.slick-prev {
    margin-left: 0;
    left: 0; }

.book-river__content {
  padding: 0 4px;
  padding: 0 0.4rem; }

.book-river__image-wrapper {
  display: flex;
  justify-content: center; }

.book-river__image {
  margin: 0 auto; }

.book-river__info {
  text-align: center;
  margin-top: 8px;
  margin-top: 0.8rem; }

.book-river__title h3 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.book-river__title h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 4px;
  margin-bottom: 0.4rem; }

.book-river__author {
  font-weight: bold; }

.book-river__info-hover {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60%;
  overflow-y: auto;
  padding: 8px;
  padding: 0.8rem;
  background-color: white;
  border: 2px solid #d1d1d1;
  border-radius: 2px;
  transition: all 500ms ease-in-out;
  transition-delay: 0.5s;
  display: block; }

.book-river-slide-block .book-river-slider {
  overflow: hidden; }

.book-river-slide-block .book-river--full {
  padding: 0; }

.book-river-slide-block .book-river-slider__controls {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  bottom: 4px;
  bottom: 0.4rem;
  width: 100%; }
  @media (min-width: 48em) {
    .book-river-slide-block .book-river-slider__controls {
      display: none; } }

@media (min-width: 64em) {
  .book-river-slide-block .book-river__image-wrapper {
    min-height: 20rem; } }

.book-river-slide-block .book-river__info-hover {
  height: 60%;
  top: 100%;
  z-index: 100;
  transform: translate3d(0, 0, 0); }
  .book-river-slide-block .book-river__info-hover:hover, .book-river-slide-block .book-river__info-hover:focus {
    transform: translate3d(0, -100%, 0); }

.book-river-slide-block .book-river-slider__slides:hover .book-river__info-hover.hover, .book-river-slide-block .book-river-slider__slides:focus .book-river__info-hover.hover {
  transform: translate3d(0, -100%, 0); }

.book-river-grid-block .book-river--teaser {
  overflow: hidden; }

@media (min-width: 48em) {
  .book-river-grid-block .book-river-slider__slides {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    -moz-column-fill: initial;
         column-fill: initial; } }

@media (min-width: 64em) {
  .book-river-grid-block .book-river-slider__slides {
    -moz-column-count: 3;
         column-count: 3; } }

.book-river-grid-block .book-river-slider__slide {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  list-style-type: none;
  overflow: hidden; }

.book-river-grid-block .book-river__content-wrapper {
  position: relative; }

.book-river-grid-block .book-river__info-hover {
  height: 100%;
  opacity: 1;
  top: 0;
  position: relative;
  margin-top: 8px;
  margin-top: 0.8rem; }
  @media (min-width: 48em) {
    .book-river-grid-block .book-river__info-hover {
      opacity: 0;
      position: absolute;
      margin-top: 0; } }

.book-river-grid-block .book-river-slider__slide:hover .book-river__info-hover, .book-river-grid-block .book-river-slider__slide:focus .book-river__info-hover {
  opacity: 1; }

.community-resource--full {
  display: block; }
  @media (min-width: 48em) {
    .community-resource--full {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      flex-wrap: wrap; } }
  .community-resource--full .community-resource__title {
    width: 100%; }
  .community-resource--full .community-resource__image {
    width: 100%;
    margin-bottom: 16px;
    margin-bottom: 1.6rem; }
    @media (min-width: 48em) {
      .community-resource--full .community-resource__image {
        width: 33.333%;
        flex-grow: 1; } }
  .community-resource--full .community-resource__content-wrapper {
    width: 100%;
    margin-bottom: 16px;
    margin-bottom: 1.6rem; }
    @media (min-width: 48em) {
      .community-resource--full .community-resource__content-wrapper {
        width: 66.666%;
        padding-left: 1.6rem;
        flex-grow: 1; } }
  .community-resource--full .community-resource__label {
    font-size: 20px;
    font-weight: bold;
    color: #b03011; }

.community-resource-block .community-resources__list {
  margin: 0;
  padding: 0; }
  @media (min-width: 48em) {
    .community-resource-block .community-resources__list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch; } }

.community-resource-block .community-resource__list-item {
  list-style-type: none;
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 48em) {
    .community-resource-block .community-resource__list-item {
      width: 50%; }
      .community-resource-block .community-resource__list-item:nth-child(2n-2) {
        padding-left: 0.8rem; }
      .community-resource-block .community-resource__list-item:nth-child(2n-1) {
        padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .community-resource-block .community-resource__list-item {
      width: 33.333%;
      padding: 0 0.4rem; }
      .community-resource-block .community-resource__list-item:nth-child(2n-2), .community-resource-block .community-resource__list-item:nth-child(2n-1) {
        padding-right: 0;
        padding-left: 0; }
      .community-resource-block .community-resource__list-item:nth-child(3n-3) {
        padding-right: 0;
        padding-left: 0.8rem; }
      .community-resource-block .community-resource__list-item:nth-child(3n-2) {
        padding-right: 0.8rem;
        padding-left: 0; }
      .community-resource-block .community-resource__list-item:nth-child(3n-1) {
        padding: 0 0.4rem; } }

.community-resource--teaser {
  border: 2px solid #e0e0e0;
  background-color: #efefef;
  padding: 16px;
  padding: 1.6rem;
  height: 100%;
  border-radius: 4px; }
  .community-resource--teaser .community-resource__image img {
    margin: 0 auto; }
  .community-resource--teaser .community-resource__content {
    margin-bottom: 8px;
    margin-bottom: 0.8rem; }
  .community-resource--teaser .community-resource__label {
    font-size: 18px;
    font-weight: bold; }

.community-resource__title {
  text-align: center;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  border-bottom: 4px solid #b03011; }

@media (min-width: 64em) {
  .community-resource-block .attachment-before {
    padding-left: 1.6rem;
    margin-bottom: 1.6rem;
    float: right;
    width: 75%;
    max-height: 300px; }
  .community-resource-block.collapsed .attachment-before {
    padding-left: 0;
    width: 100%;
    float: none;
    clear: both; } }

#locations-gmap > div {
  max-height: 300px;
  overflow: hidden; }

.staff__header {
  background-color: #292675;
  text-transform: uppercase; }

.staff__wrapper {
  display: flex; }
  .staff__wrapper .staff__info {
    flex: 1; }
    .staff__wrapper .staff__info:only-child {
      padding: 0; }

.staff__info .contact__info--image-silly .field--name-field-st-silly-image {
  display: none; }

.staff__info .contact__info--image-silly .field--name-field-st-image {
  display: block; }

.staff__info .contact__info--image-silly:hover .field--name-field-st-silly-image, .staff__info .contact__info--image-silly:focus .field--name-field-st-silly-image {
  display: block; }

.staff__info .contact__info--image-silly:hover .field--name-field-st-image, .staff__info .contact__info--image-silly:focus .field--name-field-st-image {
  display: none; }

.view-staff .view-content {
  display: flex;
  flex-direction: column; }
  @media (min-width: 48em) {
    .view-staff .view-content {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch; } }

@media (min-width: 48em) {
  .view-staff .views-row {
    width: 50%; }
    .view-staff .views-row:nth-child(2n-1) {
      padding-right: 0.8rem; }
    .view-staff .views-row:nth-child(2n-2) {
      padding-left: 0.8rem; } }

@media (min-width: 64em) {
  .view-staff .views-row {
    width: 25%; }
    .view-staff .views-row:nth-child(2n-1), .view-staff .views-row:nth-child(2n-2) {
      padding-right: 0;
      padding-left: 0; }
    .view-staff .views-row:nth-child(4n-4) {
      padding-left: 0.8rem; }
    .view-staff .views-row:nth-child(4n-3) {
      padding-right: 0.8rem; }
    .view-staff .views-row:nth-child(4n-2) {
      padding: 0 0.4rem; }
    .view-staff .views-row:nth-child(4n-1) {
      padding: 0 0.4rem; } }

.view-staff .staff__info {
  width: 100%;
  padding: 0; }

.view-staff .staff__content {
  display: block;
  text-align: center;
  border: 0; }

.view-staff .staff__info--silly .field--name-field-st-silly-image {
  display: none; }

.view-staff .staff__info--silly .field--name-field-st-image {
  display: block; }

.view-staff .staff__info--silly:hover .field--name-field-st-silly-image, .view-staff .staff__info--silly:focus .field--name-field-st-silly-image {
  display: block; }

.view-staff .staff__info--silly:hover .field--name-field-st-image, .view-staff .staff__info--silly:focus .field--name-field-st-image {
  display: none; }

.view-staff .staff__info--image {
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }
  .view-staff .staff__info--image img {
    margin: 0 auto; }

.blog-block .views-row {
  width: 100%;
  padding-left: 0; }
  .blog-block .views-row:first-child {
    float: none;
    padding-right: 0; }
  .blog-block .views-row .blog__body {
    display: block; }

.blog-block .red-circle,
.blog-block .yellow-circle {
  display: flex;
  align-items: center;
  justify-content: center; }

.blog-block .red-circle {
  width: 170px;
  height: 170px;
  background-image: linear-gradient(to right, #292675, #B03011);
  border-radius: 50%;
  margin: 8px auto 16px;
  margin: 0.8rem auto 1.6rem; }
  @media (min-width: 64em) {
    .blog-block .red-circle {
      margin-bottom: 0; } }

.blog-block .yellow-circle {
  width: 151px;
  height: 151px;
  background-image: linear-gradient(to right, #c16c29, #feed88);
  border-radius: 50%; }

.blog-block .user__info--image {
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  max-height: 145px;
  max-width: 145px; }

.blog-block .user__info--image-background {
  background-image: url("../assets/dist/images/logo.svg");
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.blog-block .blog__title a {
  text-transform: uppercase;
  font-size: 23px;
  color: black; }

.blog-block .blog__edit-link {
  display: block; }

.blog-block .blog__info a.button {
  color: #292675;
  background-color: #efefef;
  border: 2px solid #e0e0e0;
  transition: background ease-in-out 250ms;
  margin: 0;
  padding: 4px 16px;
  padding: 0.4rem 1.6rem; }
  .blog-block .blog__info a.button:hover, .blog-block .blog__info a.button:focus {
    background-color: #e0e0e0; }

.blog-link {
  margin: 0; }
  .blog-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #b03011;
    margin-top: -17px; }
  .blog-link a {
    width: 100%;
    text-transform: uppercase;
    color: #b03011;
    text-align: left;
    font-size: 20px;
    background-color: white;
    padding: 0;
    padding-right: 16px;
    padding-right: 1.6rem;
    display: initial; }
    .blog-link a:hover, .blog-link a:focus {
      background-color: white;
      color: #b03011; }

.blog-block .views-row:first-child .blog__featured-image,
.blog-block .views-row .blog__featured-image {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 64em) {
    .blog-block .views-row:first-child .blog__featured-image,
    .blog-block .views-row .blog__featured-image {
      width: 33.333%;
      padding-right: 2rem; } }

.blog__author-name {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem; }

.blog-block .views-row:first-child .blog__info,
.blog-block .views-row .blog__info {
  width: 100%; }
  @media (min-width: 64em) {
    .blog-block .views-row:first-child .blog__info,
    .blog-block .views-row .blog__info {
      width: 66.666%; } }

.blog-block .views-row:first-child .blog__title,
.blog-block .views-row .blog__title {
  margin: 0 0 8px;
  margin: 0 0 0.8rem; }

.blog__content {
  padding-bottom: 16px;
  padding-bottom: 1.6rem; }

.blog__more-link {
  text-transform: uppercase;
  display: flex;
  align-items: center; }

.blog__link-icon {
  margin-right: 12px;
  margin-right: 1.2rem; }
  .blog__link-icon::before {
    content: '';
    transform: rotate(45deg);
    display: block;
    background-color: transparent;
    width: 6px;
    height: 6px;
    box-shadow: 2px -2px 0 0 #dddde9, 4px -4px 0 0 white, 6px -6px 0 0 #dddde9; }

.blog__edit-link {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

.blog__button {
  background-color: #292675;
  text-transform: uppercase;
  margin-top: 16px;
  margin-top: 1.6rem;
  border-radius: 4px;
  display: unset; }
  .blog__button:hover, .blog__button:focus {
    background-color: #383584;
    text-decoration: none; }

.blog-page .views-row {
  background-color: #efefef;
  border-color: #e0e0e0;
  border-radius: 8px; }

.blog-page.collapsed .view-content {
  clear: both; }

.blog-page .blog__title a {
  text-transform: uppercase;
  font-size: 23px;
  color: black; }

.blog-page .blog__content {
  border: 0;
  padding-bottom: 0; }

.page-node-type-blog-entry .page-title {
  display: none; }

.blog-page .view-filters .js-form-type-entity-autocomplete {
  display: none; }

.blog--full .blog__content {
  padding-bottom: 16px;
  padding-bottom: 1.6rem; }

.blog--full .blog__title-wrapper {
  display: flex;
  flex-direction: column; }

.blog--full .blog__title {
  font-weight: normal; }

@media (min-width: 48em) {
  .blog--full .blog__featured-image {
    float: right;
    padding-left: 1.6rem; } }

.blog--full .blog__user-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 16px 0;
  margin: 1.6rem 0; }
  .blog--full .blog__user-info::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(to right, #c16c29, #feed88, #c16c29, #feed88);
    margin-bottom: 16px;
    margin-bottom: 1.6rem; }

.blog--full .blog__user-column {
  width: 100%; }
  @media (min-width: 48em) {
    .blog--full .blog__user-column {
      width: 50%;
      padding: 0.8rem 0; } }

.blog--full .blog__user-column--left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: stretch;
  border-bottom: 3px solid #b03011;
  padding-bottom: 16px;
  padding-bottom: 1.6rem; }
  @media (min-width: 48em) {
    .blog--full .blog__user-column--left {
      padding-bottom: 0;
      padding-right: 1.6rem;
      border-bottom: 0;
      border-right: 3px solid #b03011; } }

.blog--full .blog__user-column--right {
  padding-top: 16px;
  padding-top: 1.6rem; }
  @media (min-width: 48em) {
    .blog--full .blog__user-column--right {
      padding-top: 0;
      padding-left: 1.6rem; } }

.blog--full .user__info--image {
  width: 100%;
  max-height: 150px; }
  @media (min-width: 64em) {
    .blog--full .user__info--image {
      width: 33.333%;
      max-height: 100%; } }
  .blog--full .user__info--image img {
    max-height: 150px;
    width: auto;
    margin: 0 auto; }
    @media (min-width: 64em) {
      .blog--full .user__info--image img {
        max-height: 100%; } }

.blog--full .user__info--image-background {
  background-image: url("../assets/dist/images/logo.svg");
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.blog--full .user__info--wrapper {
  width: 100%; }
  @media (min-width: 64em) {
    .blog--full .user__info--wrapper {
      width: 66.666%;
      padding-left: 0.8rem; } }
  .blog--full .user__info--wrapper .button {
    margin: 0;
    display: block;
    transition: background ease-in-out 250ms; }

.blog--full .blog__tag-label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

.blog--full a.blog__tag {
  color: white;
  background-color: #292675;
  text-transform: uppercase;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  margin: 4px;
  margin: 0.4rem;
  transition: background ease-in-out 250ms;
  border-radius: 4px; }
  .blog--full a.blog__tag:hover, .blog--full a.blog__tag:focus {
    background-color: #474493; }

.lc-event-actions__container .header {
  position: relative; }

.blog__share-blog {
  clear: both;
  width: 100%; }

.ie10 .blog-block .view-content,
.ie11 .blog-block .view-content {
  flex-wrap: wrap; }

.catalog-lists__list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  @media (min-width: 48em) {
    .catalog-lists__list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch; } }

.catalog-lists__list-item {
  list-style-type: none;
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 48em) {
    .catalog-lists__list-item {
      width: 50%; }
      .catalog-lists__list-item:nth-child(2n-2) {
        padding-left: 0.8rem; }
      .catalog-lists__list-item:nth-child(2n-1) {
        padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .catalog-lists__list-item {
      width: 33.333%; }
      .catalog-lists__list-item:nth-child(2n-2), .catalog-lists__list-item:nth-child(2n-1) {
        padding-right: 0;
        padding-left: 0; }
      .catalog-lists__list-item:nth-child(3n-3) {
        padding-left: 0.8rem; }
      .catalog-lists__list-item:nth-child(3n-2) {
        padding-right: 0.8rem; }
      .catalog-lists__list-item:nth-child(3n-1) {
        padding: 0 0.4rem; } }

.catalog-list {
  height: 100%;
  padding: 16px;
  padding: 1.6rem;
  background-color: white;
  transition: background ease-in-out 250ms; }
  .catalog-list:hover, .catalog-list:focus {
    background-color: #efefef; }

.catalog-list__link {
  display: flex;
  flex-direction: column;
  align-items: center; }

.catalog-list__image {
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }

.catalog-list__title {
  text-transform: uppercase;
  color: black; }

.book-list-links__list {
  margin: 0;
  padding: 0; }
  @media (min-width: 48em) {
    .book-list-links__list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch; } }

.book-list-links__item {
  list-style-type: none;
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 48em) {
    .book-list-links__item {
      width: 50%; }
      .book-list-links__item:nth-child(2n-1) {
        padding-right: 0.8rem; }
      .book-list-links__item:nth-child(2n-2) {
        padding-left: 0.8rem; } }
  @media (min-width: 64em) {
    .book-list-links__item {
      margin-bottom: 0.8rem;
      width: 33.333%; }
      .book-list-links__item:nth-child(2n-1), .book-list-links__item:nth-child(2n-2) {
        padding-right: 0;
        padding-left: 0; }
      .book-list-links__item:nth-child(3n-3) {
        padding-left: 0.8rem; }
      .book-list-links__item:nth-child(3n-2) {
        padding-right: 0.8rem; }
      .book-list-links__item:nth-child(3n-1) {
        padding: 0 0.4rem; } }

.book-list-link {
  background-color: #efefef;
  border: 2px solid #e0e0e0;
  height: 100%;
  padding: 16px 8px;
  padding: 1.6rem 0.8rem;
  border-radius: 4px;
  transition: background ease-in-out 250ms;
  max-width: 150px;
  margin: 0 auto; }
  @media (min-width: 64em) {
    .book-list-link {
      max-width: auto; } }
  .book-list-link:hover, .book-list-link:focus {
    background-color: #e0e0e0; }

.book-list-link__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem; }

.book-list-link__title {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }

.book-list-link__image {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

.river-reader__content {
  padding-bottom: 16px;
  padding-bottom: 1.6rem; }

.river-reader__more-link {
  text-transform: uppercase;
  display: flex;
  align-items: center; }

.river-reader__edit-link {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

.river-reader__button {
  color: white;
  background-color: #292675;
  text-transform: uppercase;
  margin-top: 16px;
  margin-top: 1.6rem;
  border-radius: 4px;
  display: unset;
  padding: 4px;
  padding: 0.4rem;
  transition: background ease-in-out 250ms; }
  .river-reader__button:hover, .river-reader__button:focus {
    color: white;
    background-color: #474493;
    text-decoration: none; }

.river-readers-page .river-readers__list {
  margin: 0;
  padding: 0; }

.river-readers-page .river-readers__item {
  background-color: #efefef;
  border-color: #e0e0e0;
  border-radius: 8px;
  width: 100%;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  list-style-type: none; }

.river-readers-page.collapsed .view-content {
  clear: both; }

.river-readers-page .river-reader__title a {
  text-transform: uppercase;
  font-size: 23px;
  color: black; }

.river-readers-page .river-reader__content {
  border: 0;
  padding-bottom: 0; }
  @media (min-width: 48em) {
    .river-readers-page .river-reader__content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch; } }

.river-readers-page .river-reader__featured-image {
  width: 100%; }
  @media (min-width: 48em) {
    .river-readers-page .river-reader__featured-image {
      width: 50%;
      padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .river-readers-page .river-reader__featured-image {
      width: 33.333%; } }
  .river-readers-page .river-reader__featured-image img {
    margin: 0 auto; }

.river-readers-page .river-reader__info {
  width: 100%; }
  @media (min-width: 48em) {
    .river-readers-page .river-reader__info {
      width: 50%;
      padding-left: 0.8rem; } }
  @media (min-width: 64em) {
    .river-readers-page .river-reader__info {
      width: 66.666%; } }

.page-node-type-river-reader-entry .page-title {
  display: none; }

.river-reader-page .view-filters .js-form-type-entity-autocomplete {
  display: none; }

.river-reader--full .river-reader__content {
  padding-bottom: 16px;
  padding-bottom: 1.6rem; }

.river-reader--full .river-reader__title-wrapper {
  display: flex;
  flex-direction: column; }

.river-reader--full .river-reader__title {
  font-weight: normal; }

@media (min-width: 48em) {
  .river-reader--full .river-reader__featured-wrapper {
    float: right;
    padding: 0 0 1.6rem 1.6rem; } }

.river-reader--full .river-reader__catalog-link {
  width: 100%;
  margin: 8px 0;
  margin: 0.8rem 0; }

.river-reader--full .river-reader__link {
  display: block;
  text-align: center;
  transition: background ease-in-out 250ms; }

.river-reader--full .river-reader__book-info-wrapper {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (min-width: 48em) {
    .river-reader--full .river-reader__book-info-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      flex-wrap: wrap; } }

.river-reader--full .river-reader__book-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.river-reader--full .river-reader__user-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 16px 0;
  margin: 1.6rem 0; }
  .river-reader--full .river-reader__user-info::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #c16c29, #feed88, #c16c29, #feed88);
    margin-bottom: 16px;
    margin-bottom: 1.6rem; }

.river-reader--full .river-reader__user-column {
  width: 100%; }
  @media (min-width: 48em) {
    .river-reader--full .river-reader__user-column {
      width: 50%;
      padding: 0.8rem 0; } }

.river-reader--full .river-reader__user-column--left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: stretch;
  border-bottom: 3px solid #b03011;
  padding-bottom: 16px;
  padding-bottom: 1.6rem; }
  @media (min-width: 48em) {
    .river-reader--full .river-reader__user-column--left {
      padding-bottom: 0;
      padding-right: 1.6rem;
      border-bottom: 0;
      border-right: 3px solid #b03011; } }

.river-reader--full .river-reader__user-column--right {
  padding-top: 16px;
  padding-top: 1.6rem; }
  @media (min-width: 48em) {
    .river-reader--full .river-reader__user-column--right {
      padding-top: 0;
      padding-left: 1.6rem; } }

.river-reader--full .user__info--image {
  width: 100%;
  max-height: 150px; }
  @media (min-width: 64em) {
    .river-reader--full .user__info--image {
      width: 33.333%;
      max-height: 100%; } }
  .river-reader--full .user__info--image img {
    max-height: 150px;
    width: auto;
    margin: 0 auto; }
    @media (min-width: 64em) {
      .river-reader--full .user__info--image img {
        max-height: 100%; } }

.river-reader--full .user__info--image-background {
  background-image: url("../assets/dist/images/logo.svg");
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.river-reader--full .user__info--wrapper {
  width: 100%; }
  @media (min-width: 64em) {
    .river-reader--full .user__info--wrapper {
      width: 66.666%;
      padding-left: 0.8rem; } }
  .river-reader--full .user__info--wrapper .button {
    margin: 0;
    display: block;
    transition: background ease-in-out 250ms; }

.river-reader--full .river-reader__label {
  padding-right: 4px;
  padding-right: 0.4rem; }

.river-reader--full .river-reader__category-label,
.river-reader--full .river-reader__tag-label {
  text-transform: uppercase;
  display: block;
  margin: 8px;
  margin: 0.8rem; }

.river-reader--full a.river-reader__category,
.river-reader--full a.river-reader__tag {
  color: white;
  background-color: #292675;
  text-transform: uppercase;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  margin: 4px;
  margin: 0.4rem;
  transition: background ease-in-out 250ms;
  border-radius: 4px; }
  .river-reader--full a.river-reader__category:hover, .river-reader--full a.river-reader__category:focus,
  .river-reader--full a.river-reader__tag:hover,
  .river-reader--full a.river-reader__tag:focus {
    background-color: #474493; }

.river-reader-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.river-reader-block__section {
  overflow: visible; }

.river-reader-block__title {
  width: 100%; }

.river-reader-block__section--nav {
  width: 25%; }

.river-reader-block__section--content {
  width: 75%;
  padding-left: 16px;
  padding-left: 1.6rem; }

.river-reader-block__container {
  background-color: #292675; }

.river-reader-block__title--nav {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.river-reader-block__container .menu {
  margin: 0;
  padding: 0;
  display: block; }
  .river-reader-block__container .menu .menu__menu-item {
    list-style-type: none;
    margin: 0; }
  .river-reader-block__container .menu .menu__menu-link {
    background-color: #292675;
    color: white;
    padding: 8px;
    padding: 0.8rem;
    transition: background-color ease-in-out 250ms;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .river-reader-block__container .menu .menu__menu-link:hover, .river-reader-block__container .menu .menu__menu-link:focus {
      background-color: #474493; }
    .river-reader-block__container .menu .menu__menu-link::after {
      content: '';
      background-image: url("../assets/dist/icons/arrow-circle-down-white.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      display: block;
      width: 15px;
      height: 15px;
      transform: rotate(0);
      transition: all ease-in-out 250ms; }
    .river-reader-block__container .menu .menu__menu-link.active::after {
      transform: rotate(180deg); }
  .river-reader-block__container .menu .menu .menu__menu-item {
    list-style-type: none; }
  .river-reader-block__container .menu .menu .menu__menu-link {
    padding: 8px 16px;
    padding: 0.8rem 1.6rem; }
    .river-reader-block__container .menu .menu .menu__menu-link::after {
      background-image: none;
      width: 0;
      height: 0; }

.year-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: all ease-in-out 250ms; }

.river-reader-tabel__row {
  border-bottom: 1px solid #d1d1d1; }
  .river-reader-tabel__row:last-child {
    border-bottom: none; }

.ie10 .river-reader-block .view-content,
.ie11 .river-reader-block .view-content {
  flex-wrap: wrap; }

.layout__section--announcements {
  background-color: white;
  padding: 0 16px;
  padding: 0 1.6rem; }

.announcement {
  margin-bottom: 0; }

.announcement__title {
  margin-right: 16px;
  margin-right: 1.6rem;
  margin-bottom: 0;
  font-size: 24px;
  color: #b03011;
  float: left;
  text-transform: uppercase; }

.announcement__content {
  text-transform: uppercase; }
  .announcement__content .field--name-body {
    font-size: 24px; }

.layout__section--hours {
  padding: 0 16px;
  padding: 0 1.6rem; }

.lc-branch-select__wrapper {
  float: none;
  width: 100%; }

.lc-branch-select__content-container {
  text-align: right;
  position: relative; }

.lc-branch-select__collapse-button {
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  font-size: 17px; }
  .lc-branch-select__collapse-button:hover, .lc-branch-select__collapse-button:focus {
    background-color: transparent; }

.lc-branch-select__collapsed-wrapper.open {
  position: absolute;
  right: 0;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  border: 1px solid black;
  background-color: white;
  z-index: 80;
  margin-top: 4px;
  margin-top: 0.4rem;
  width: 100%; }
  @media (min-width: 48em) {
    .lc-branch-select__collapsed-wrapper.open::before {
      content: '';
      display: block;
      width: 11px;
      height: 8px;
      position: absolute;
      top: -6px;
      margin-left: 0.8rem;
      border-top: 1px solid black;
      border-left: 1px solid black;
      background-color: white;
      transform: rotate(64deg) skew(40deg); } }
  @media (min-width: 48em) {
    .lc-branch-select__collapsed-wrapper.open {
      width: initial; } }
  @media (min-width: 64em) {
    .lc-branch-select__collapsed-wrapper.open {
      min-width: 300px; } }

.lc-branch-select__branch.active-branch {
  flex-direction: column; }

.lc-branch-select__map-link {
  color: #3670ce;
  font-weight: normal; }

.lc-branch-select__address,
.lc-branch-select__hours {
  width: 100%; }

@media (min-width: 48em) {
  .lc-branch-select__address {
    text-align: left; } }

.lc-branch-select__hours {
  border: none;
  padding: 0; }

.lc-branch-select__day:last-child {
  border-bottom: none; }

@media (min-width: 64em) {
  .lc-branch-select__day {
    display: flex;
    flex-direction: row; } }

.lc-branch-select__day-label,
.lc-branch-select__day-content {
  width: 100%; }

.lc-branch-select__day-label {
  text-align: left; }

.lc-branch-select__content-container {
  text-align: center; }
  @media (min-width: 48em) {
    .lc-branch-select__content-container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      text-align: right; } }

@media (min-width: 48em) {
  .lc-branch-select__today-hours-container {
    padding-right: 1.6rem; } }

.lc-branch-select__today-hours {
  color: white;
  font-size: 17px;
  text-transform: uppercase; }
  .lc-branch-select__today-hours strong {
    font-weight: normal; }

@media (min-width: 48em) {
  .lc-branch-select__collapsed-wrapper {
    align-self: baseline; } }

@media (min-width: 48em) {
  .lc-branch-select__collapsed-wrapper.open {
    margin-top: 4rem; } }

.lc-branch-select__content-container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 48em) {
    .lc-branch-select__content-container {
      flex-direction: row; } }
  .lc-branch-select__content-container .lc-branch-select__collapsed-wrapper {
    order: 2;
    margin-top: 48px;
    margin-top: 4.8rem; }
    @media (min-width: 48em) {
      .lc-branch-select__content-container .lc-branch-select__collapsed-wrapper {
        margin-right: 33rem;
        min-width: 300px;
        padding: 0.8rem 1.6rem 1.6rem; } }
  .lc-branch-select__content-container .lc-branch-select__select-input {
    width: initial;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0;
    padding: 0 24px 0 0;
    padding: 0 2.4rem 0 0;
    background-size: 20px;
    background-position: right 0 center; }
    .lc-branch-select__content-container .lc-branch-select__select-input:hover, .lc-branch-select__content-container .lc-branch-select__select-input:focus {
      outline: none; }
  .lc-branch-select__content-container .lc-branch-select__header {
    margin: 0; }
  .lc-branch-select__content-container .lc-branch-select__day {
    border-bottom: 2px solid #d2d3d5; }
    @media (min-width: 48em) {
      .lc-branch-select__content-container .lc-branch-select__day {
        display: flex;
        flex-direction: row;
        padding: 0.4rem 0; } }
  .lc-branch-select__content-container .lc-branch-select__day-label {
    text-align: left; }
  .lc-branch-select__content-container .lc-branch-select__today-hours-container {
    order: 1; }
    @media (min-width: 48em) {
      .lc-branch-select__content-container .lc-branch-select__today-hours-container {
        order: 0; } }
  .lc-branch-select__content-container .lc-branch-select__select-input {
    order: 0; }
    @media (min-width: 48em) {
      .lc-branch-select__content-container .lc-branch-select__select-input {
        order: 1; } }

.lc-reservation-options__link a {
  background-color: #292675;
  border-radius: 4px; }
  .lc-reservation-options__link a:hover, .lc-reservation-options__link a:focus {
    background-color: #474493; }

.lc-available-rooms__room .lc-room__image {
  margin: 0 auto; }

.lc-available-rooms__room .buttons {
  margin-top: 8px;
  margin-top: 0.8rem; }

.lc-available-rooms__room .button {
  background-color: #292675;
  color: white;
  transition: background ease-in-out 250ms;
  border-radius: 2px;
  padding: 4px;
  padding: 0.4rem;
  text-align: center;
  display: block; }
  .lc-available-rooms__room .button:hover, .lc-available-rooms__room .button:focus {
    background-color: #474493;
    color: white; }

.lc-room--full .lc-form__header .lc-form__toggle:hover,
.lc-room--full .lc-form__header .lc-form__toggle:focus,
.lc-room--full .lc-form__filters:hover,
.lc-room--full .lc-form__filters:focus {
  background-color: transparent; }

.lc-room--full .lc-form__filters {
  border: 0; }
  .lc-room--full .lc-form__filters legend,
  .lc-room--full .lc-form__filters label {
    color: black; }
  .lc-room--full .lc-form__filters button,
  .lc-room--full .lc-form__filters html input[type="button"],
  .lc-room--full .lc-form__filters input[type="reset"],
  .lc-room--full .lc-form__filters input[type="submit"] {
    background-color: #292675;
    color: white;
    text-transform: uppercase;
    font-weight: bold; }
    .lc-room--full .lc-form__filters button:hover, .lc-room--full .lc-form__filters button:focus,
    .lc-room--full .lc-form__filters html input[type="button"]:hover,
    .lc-room--full .lc-form__filters html input[type="button"]:focus,
    .lc-room--full .lc-form__filters input[type="reset"]:hover,
    .lc-room--full .lc-form__filters input[type="reset"]:focus,
    .lc-room--full .lc-form__filters input[type="submit"]:hover,
    .lc-room--full .lc-form__filters input[type="submit"]:focus {
      background-color: #474493;
      color: white; }
  .lc-room--full .lc-form__filters #edit-start-date {
    display: -webkit-box; }

.lc-reservation-openings__hour {
  margin: 0; }

.lc-reservation-openings__quarters {
  margin: 0; }

.lc-reservation-openings__quarter--blocked:first-child {
  border-top: 0; }

.lc-reservation-openings__quarter--blocked:last-child {
  border-bottom: 0; }

.lc-reservation-openings__actions .button,
.lc-reservation-openings__actions .button {
  background-color: #292675; }
  .lc-reservation-openings__actions .button:hover, .lc-reservation-openings__actions .button:focus,
  .lc-reservation-openings__actions .button:hover,
  .lc-reservation-openings__actions .button:focus {
    background-color: #474493; }

.lc-room__setups {
  flex-wrap: wrap; }

.room-setups__content {
  width: 50%; }
  @media (min-width: 48em) {
    .room-setups__content {
      width: 33%; } }

.room-setups__image {
  width: 100px;
  height: 100px; }
  @media (min-width: 48em) {
    .room-setups__image {
      width: auto;
      height: auto; } }

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

.lc-room__room-openings .form-actions {
  padding-top: 17px; }

.node-lc-reservation-form button.link-edit-summary {
  background-color: transparent;
  color: black; }
  .node-lc-reservation-form button.link-edit-summary:hover, .node-lc-reservation-form button.link-edit-summary:focus {
    background-color: transparent;
    color: black;
    text-decoration: underline; }

.lc-form__header .lc-form__toggle {
  background-color: #efefef;
  color: black;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  text-transform: uppercase;
  display: flex;
  align-items: center; }
  .lc-form__header .lc-form__toggle.active {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .lc-form__header .lc-form__toggle:hover, .lc-form__header .lc-form__toggle:focus {
    background-color: #efefef;
    color: black; }
  .lc-form__header .lc-form__toggle::before {
    background-image: url("../assets/dist/icons/black-list.svg"); }

.lc-form__filters {
  color: black;
  background-color: #efefef;
  border: 2px solid #e0e0e0;
  border-top: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px; }
  .lc-form__filters .fieldset-wrapper {
    background-color: transparent; }
  .lc-form__filters .fieldset-legend,
  .lc-form__filters label,
  .lc-form__filters details > summary {
    color: black; }
  .lc-form__filters.collapsed {
    border-bottom: 0; }

.lc-form__filters {
  color: black; }
  .lc-form__filters legend,
  .lc-form__filters label,
  .lc-form__filters h4.label {
    color: black; }
  .lc-form__filters label.option {
    color: black; }
  .lc-form__filters button,
  .lc-form__filters html input[type="button"],
  .lc-form__filters input[type="reset"],
  .lc-form__filters input[type="submit"] {
    margin: 0;
    background-color: #292675;
    color: white;
    text-transform: uppercase;
    border-radius: 4px; }
    .lc-form__filters button:hover, .lc-form__filters button:focus,
    .lc-form__filters html input[type="button"]:hover,
    .lc-form__filters html input[type="button"]:focus,
    .lc-form__filters input[type="reset"]:hover,
    .lc-form__filters input[type="reset"]:focus,
    .lc-form__filters input[type="submit"]:hover,
    .lc-form__filters input[type="submit"]:focus {
      color: white;
      background-color: #474493; }
  .lc-form__filters #edit-start-date {
    display: flex;
    flex-direction: column; }
    .lc-form__filters #edit-start-date .form-item {
      margin-top: 0; }

.lc-form__filters-container details > summary {
  border-color: black;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  text-transform: uppercase; }
  .lc-form__filters-container details > summary::after {
    background-image: url("../assets/dist/icons/arrow-circle-down.svg"); }

.color-coding .lc-checkbox-wrapper {
  border: 1px solid black;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }
  .color-coding .lc-checkbox-wrapper .form-item {
    background-color: white; }

.color-coding .lc-checkbox-wrapper--kids .form-item {
  border-color: #f7ac2c;
  border-width: 10px; }

.color-coding .lc-checkbox-wrapper--teens .form-item {
  border-color: #292675;
  border-width: 10px; }

.color-coding .lc-checkbox-wrapper--adults .form-item {
  border-color: #b03011;
  border-width: 10px; }

.color-coding .lc-checkbox-wrapper--family .form-item {
  border-color: #59c23a;
  border-width: 10px; }

.color-coding .lc-checkbox-wrapper--everyone .form-item {
  border-color: #333333;
  border-width: 10px; }

.color-coding .lc-checkbox-wrapper--new-adults .form-item {
  border-color: #9f2de0;
  border-width: 10px; }

.lc-event--upcoming .event-card {
  border: 0;
  padding: 0; }

.lc-date-icon {
  padding: 0 8px;
  padding: 0 0.8rem; }

.lc-date-icon__item--month,
.lc-date-icon__item--day {
  line-height: 1;
  font-weight: bold; }

.lc-date-icon__item--month {
  background-color: transparent;
  color: black;
  font-size: 25px; }

.lc-date-icon__item--day {
  border: 0;
  font-size: 41px; }

.lc-date-icon__item--year {
  border: 0; }

.lc-date-icon__item--multi-day {
  font-size: 18px;
  font-size: 1.8rem; }

.lc-event__title {
  text-transform: uppercase; }

.lc-event__date {
  font-weight: lighter; }

.lc-event__color-coding {
  border-radius: 0; }

.block-lc-calendar .event-card,
.calendar--upcoming .event-card {
  border-radius: 4px;
  overflow: hidden;
  background-color: #efefef; }
  .block-lc-calendar .event-card .lc-event__event-details,
  .calendar--upcoming .event-card .lc-event__event-details {
    padding: 8px;
    padding: 0.8rem;
    padding-left: 0; }

.block-lc-calendar .lc-event__title,
.block-lc-calendar .lc-event__info,
.block-lc-calendar .lc-event-info__item--categories,
.calendar--upcoming .lc-event__title,
.calendar--upcoming .lc-event__info,
.calendar--upcoming .lc-event-info__item--categories {
  font-size: 16px;
  font-size: 1.6rem; }

.block-lc-calendar .lc-event__event-details,
.calendar--upcoming .lc-event__event-details {
  padding: 0 8px 0 0;
  padding: 0 0.8rem 0 0; }

.block-lc-calendar .lc-event-info__item--categories,
.calendar--upcoming .lc-event-info__item--categories {
  color: black; }

@media (min-width: 64em) {
  .lc-form__content.active .lc-event--upcoming {
    width: 50%; }
    .lc-form__content.active .lc-event--upcoming:nth-child(3n-3), .lc-form__content.active .lc-event--upcoming:nth-child(3n-2), .lc-form__content.active .lc-event--upcoming:nth-child(3n-1) {
      padding-right: 0;
      padding-left: 0;
      padding: 0; }
    .lc-form__content.active .lc-event--upcoming:nth-child(2n-2) {
      padding-left: 0.8rem; }
    .lc-form__content.active .lc-event--upcoming:nth-child(2n-1) {
      padding-right: 0.8rem; } }

.block-lc-calendar .calendar__wrap--header {
  display: none; }

.block-lc-calendar .calendar__links {
  width: 100%; }
  .block-lc-calendar .calendar__links a {
    display: block;
    text-transform: uppercase;
    background-color: #292675;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    transition: background ease-in-out 250ms; }
    .block-lc-calendar .calendar__links a:hover, .block-lc-calendar .calendar__links a:focus {
      background-color: #474493; }

.calendar__month-pager .calendar__pager--left,
.calendar__month-pager .calendar__pager--right {
  background-color: #292675;
  transition: background ease-in-out 250ms; }
  .calendar__month-pager .calendar__pager--left:hover, .calendar__month-pager .calendar__pager--left:focus,
  .calendar__month-pager .calendar__pager--right:hover,
  .calendar__month-pager .calendar__pager--right:focus {
    background-color: #b03011; }

.calendar__month-picker-input input {
  margin-top: 8px;
  margin-top: 0.8rem; }

.lc-event__month-details .lc-date-icon .lc-date-icon__item--year {
  font-size: 16px;
  font-size: 1.6rem; }

.lc-event__month-details .lc-event__title--details {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem; }

.lc-event__color-indicator--kids {
  background-color: #f7ac2c; }

.lc-event__color-indicator--family {
  background-color: #59c23a; }

.lc-event__color-indicator--teens {
  background-color: #292675; }

.lc-event__color-indicator--adults {
  background-color: #b03011; }

.lc-event__color-indicator--everyone {
  background-color: #333333; }

.lc-event__color-indicator--new-adults {
  background-color: #9f2de0; }

.calendar__month-pager .mobile-hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

@media (min-width: 48em) {
  .ie10 .calendar__wrap--title,
  .ie11 .calendar__wrap--title {
    width: 100%; } }

.page-node-type-lc-closing .node--type-lc-closing {
  color: inherit;
  border: 0; }
  .page-node-type-lc-closing .node--type-lc-closing .lc-event-info {
    width: 100%; }
  .page-node-type-lc-closing .node--type-lc-closing .lc-repeating-dates__item a {
    color: white; }

.page-node-type-lc-closing .page-title,
.page-node-type-lc-event .page-title,
.page-node-type-lc-reservation .page-title {
  position: relative !important;
  width: auto;
  height: auto;
  overflow: visible; }

.page-node-type-lc-closing .lc-event__menu-tasks,
.page-node-type-lc-event .lc-event__menu-tasks,
.page-node-type-lc-reservation .lc-event__menu-tasks {
  float: none; }

.page-node-type-lc-closing .lc-event__sidebar--first .lc-event__details,
.page-node-type-lc-event .lc-event__sidebar--first .lc-event__details,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-event__details {
  border: 0;
  padding: 0; }

.page-node-type-lc-closing .lc-event__sidebar--first .lc-date-icon,
.page-node-type-lc-event .lc-event__sidebar--first .lc-date-icon,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-date-icon {
  display: none; }

.page-node-type-lc-closing .lc-event__sidebar--first .lc-event-info,
.page-node-type-lc-event .lc-event__sidebar--first .lc-event-info,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-event-info {
  padding-left: 0;
  line-height: 1; }
  .page-node-type-lc-closing .lc-event__sidebar--first .lc-event-info .lc-event__subtitle,
  .page-node-type-lc-event .lc-event__sidebar--first .lc-event-info .lc-event__subtitle,
  .page-node-type-lc-reservation .lc-event__sidebar--first .lc-event-info .lc-event__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    color: #0b0857; }

.page-node-type-lc-closing .lc-event__sidebar--first .lc-event-info__item--date,
.page-node-type-lc-event .lc-event__sidebar--first .lc-event-info__item--date,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-event-info__item--date {
  position: relative !important;
  width: auto;
  height: auto;
  overflow: visible; }

.page-node-type-lc-closing .lc-event__sidebar--first .lc-repeating-dates__toggle,
.page-node-type-lc-closing .lc-event__sidebar--first .lc-repeating-dates__link,
.page-node-type-lc-event .lc-event__sidebar--first .lc-repeating-dates__toggle,
.page-node-type-lc-event .lc-event__sidebar--first .lc-repeating-dates__link,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-repeating-dates__toggle,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-repeating-dates__link {
  background-color: #292675;
  border-radius: 4px; }
  .page-node-type-lc-closing .lc-event__sidebar--first .lc-repeating-dates__toggle:hover, .page-node-type-lc-closing .lc-event__sidebar--first .lc-repeating-dates__toggle:focus,
  .page-node-type-lc-closing .lc-event__sidebar--first .lc-repeating-dates__link:hover,
  .page-node-type-lc-closing .lc-event__sidebar--first .lc-repeating-dates__link:focus,
  .page-node-type-lc-event .lc-event__sidebar--first .lc-repeating-dates__toggle:hover,
  .page-node-type-lc-event .lc-event__sidebar--first .lc-repeating-dates__toggle:focus,
  .page-node-type-lc-event .lc-event__sidebar--first .lc-repeating-dates__link:hover,
  .page-node-type-lc-event .lc-event__sidebar--first .lc-repeating-dates__link:focus,
  .page-node-type-lc-reservation .lc-event__sidebar--first .lc-repeating-dates__toggle:hover,
  .page-node-type-lc-reservation .lc-event__sidebar--first .lc-repeating-dates__toggle:focus,
  .page-node-type-lc-reservation .lc-event__sidebar--first .lc-repeating-dates__link:hover,
  .page-node-type-lc-reservation .lc-event__sidebar--first .lc-repeating-dates__link:focus {
    background-color: #0b0857; }

.page-node-type-lc-closing .lc-event__sidebar--first .lc-repeating-dates__toggle,
.page-node-type-lc-event .lc-event__sidebar--first .lc-repeating-dates__toggle,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-repeating-dates__toggle {
  padding: 8px;
  padding: 0.8rem; }

.page-node-type-lc-closing .lc-event__sidebar--first .lc-repeating-dates__link,
.page-node-type-lc-event .lc-event__sidebar--first .lc-repeating-dates__link,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-repeating-dates__link {
  padding: 4px;
  padding: 0.4rem; }

.page-node-type-lc-closing .lc-event__sidebar--first .lc-event-location .lc-event__subtitle,
.page-node-type-lc-event .lc-event__sidebar--first .lc-event-location .lc-event__subtitle,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-event-location .lc-event__subtitle {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.page-node-type-lc-closing .lc-event__sidebar--first .lc-event-location .lc-event-location__map,
.page-node-type-lc-event .lc-event__sidebar--first .lc-event-location .lc-event-location__map,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-event-location .lc-event-location__map {
  margin-bottom: 32px;
  margin-bottom: 3.2rem; }

.page-node-type-lc-closing .lc-event__sidebar--first .lc-event-location .lc-address__name,
.page-node-type-lc-event .lc-event__sidebar--first .lc-event-location .lc-address__name,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-event-location .lc-address__name {
  position: relative !important;
  width: auto;
  height: auto;
  overflow: visible;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal; }

.page-node-type-lc-closing .lc-event__content,
.page-node-type-lc-event .lc-event__content,
.page-node-type-lc-reservation .lc-event__content {
  padding-top: 0; }
  .page-node-type-lc-closing .lc-event__content .lc-event-actions__list,
  .page-node-type-lc-event .lc-event__content .lc-event-actions__list,
  .page-node-type-lc-reservation .lc-event__content .lc-event-actions__list {
    margin: 0; }
  .page-node-type-lc-closing .lc-event__content .lc-event-actions__item,
  .page-node-type-lc-event .lc-event__content .lc-event-actions__item,
  .page-node-type-lc-reservation .lc-event__content .lc-event-actions__item {
    margin-top: 0; }
    .page-node-type-lc-closing .lc-event__content .lc-event-actions__item a,
    .page-node-type-lc-event .lc-event__content .lc-event-actions__item a,
    .page-node-type-lc-reservation .lc-event__content .lc-event-actions__item a {
      background-color: #292675;
      border-radius: 4px;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1.6rem;
      transition: background ease-in-out 250ms; }
      .page-node-type-lc-closing .lc-event__content .lc-event-actions__item a:hover, .page-node-type-lc-closing .lc-event__content .lc-event-actions__item a:focus,
      .page-node-type-lc-event .lc-event__content .lc-event-actions__item a:hover,
      .page-node-type-lc-event .lc-event__content .lc-event-actions__item a:focus,
      .page-node-type-lc-reservation .lc-event__content .lc-event-actions__item a:hover,
      .page-node-type-lc-reservation .lc-event__content .lc-event-actions__item a:focus {
        background-color: #0b0857; }
  .page-node-type-lc-closing .lc-event__content .lc-event__categories,
  .page-node-type-lc-event .lc-event__content .lc-event__categories,
  .page-node-type-lc-reservation .lc-event__content .lc-event__categories {
    color: #0b0857; }
    .page-node-type-lc-closing .lc-event__content .lc-event__categories .lc-event__label,
    .page-node-type-lc-event .lc-event__content .lc-event__categories .lc-event__label,
    .page-node-type-lc-reservation .lc-event__content .lc-event__categories .lc-event__label {
      color: black; }
  .page-node-type-lc-closing .lc-event__content .lc-messages,
  .page-node-type-lc-event .lc-event__content .lc-messages,
  .page-node-type-lc-reservation .lc-event__content .lc-messages {
    background-color: #efefef;
    padding: 8px;
    padding: 0.8rem;
    margin: 8px 0;
    margin: 0.8rem 0; }
    .page-node-type-lc-closing .lc-event__content .lc-messages .lc-messages__title,
    .page-node-type-lc-event .lc-event__content .lc-messages .lc-messages__title,
    .page-node-type-lc-reservation .lc-event__content .lc-messages .lc-messages__title {
      padding: 0 8px;
      padding: 0 0.8rem; }
  .page-node-type-lc-closing .lc-event__content .lc-messages__message,
  .page-node-type-lc-event .lc-event__content .lc-messages__message,
  .page-node-type-lc-reservation .lc-event__content .lc-messages__message {
    background-color: transparent; }

.page-node-type-lc-closing .lc-event-actions__container .header,
.page-node-type-lc-event .lc-event-actions__container .header,
.page-node-type-lc-reservation .lc-event-actions__container .header {
  background-color: #0b0857;
  background-image: none;
  padding: 16px;
  padding: 1.6rem;
  padding-right: 70px;
  padding-right: 7rem;
  position: relative; }
  .page-node-type-lc-closing .lc-event-actions__container .header::before, .page-node-type-lc-closing .lc-event-actions__container .header::after,
  .page-node-type-lc-event .lc-event-actions__container .header::before,
  .page-node-type-lc-event .lc-event-actions__container .header::after,
  .page-node-type-lc-reservation .lc-event-actions__container .header::before,
  .page-node-type-lc-reservation .lc-event-actions__container .header::after {
    background-image: none; }

.page-node-type-lc-closing .lc-event-actions__container a,
.page-node-type-lc-event .lc-event-actions__container a,
.page-node-type-lc-reservation .lc-event-actions__container a {
  background-color: #292675;
  transition: background ease-in-out 250ms; }
  .page-node-type-lc-closing .lc-event-actions__container a:hover, .page-node-type-lc-closing .lc-event-actions__container a:focus,
  .page-node-type-lc-event .lc-event-actions__container a:hover,
  .page-node-type-lc-event .lc-event-actions__container a:focus,
  .page-node-type-lc-reservation .lc-event-actions__container a:hover,
  .page-node-type-lc-reservation .lc-event-actions__container a:focus {
    background-color: #0b0857; }

.page-node-type-lc-closing .white-popup .mfp-close,
.page-node-type-lc-event .white-popup .mfp-close,
.page-node-type-lc-reservation .white-popup .mfp-close {
  background-color: #292675;
  height: 57px;
  width: 57px; }
  .page-node-type-lc-closing .white-popup .mfp-close:hover, .page-node-type-lc-closing .white-popup .mfp-close:focus,
  .page-node-type-lc-event .white-popup .mfp-close:hover,
  .page-node-type-lc-event .white-popup .mfp-close:focus,
  .page-node-type-lc-reservation .white-popup .mfp-close:hover,
  .page-node-type-lc-reservation .white-popup .mfp-close:focus {
    background-color: #0b0857; }

.lc-event__registration-list .view-header a {
  background-color: #b03011;
  color: white;
  padding: 4px 8px;
  padding: 0.4rem 0.8rem;
  transition: background ease-in-out 250ms;
  margin: 8px 0;
  margin: 0.8rem 0; }
  .lc-event__registration-list .view-header a:hover, .lc-event__registration-list .view-header a:focus {
    background-color: #292675;
    color: white; }

.lc-event__registration-list .dropbutton-toggle {
  margin: 0; }
  .lc-event__registration-list .dropbutton-toggle button {
    background-color: #b03011; }
    .lc-event__registration-list .dropbutton-toggle button:hover, .lc-event__registration-list .dropbutton-toggle button:focus {
      background-color: #292675; }

.ie10 .lc-event__sidebar--first .lc-event-info,
.ie11 .lc-event__sidebar--first .lc-event-info {
  width: 100%; }

.ie10 .lc-event__featured-image,
.ie11 .lc-event__featured-image {
  overflow: hidden; }
  .ie10 .lc-event__featured-image .open-popup-link,
  .ie11 .lc-event__featured-image .open-popup-link {
    width: 100%; }

.ie10 .calendar__wrap--header,
.ie11 .calendar__wrap--header {
  display: block; }

.featured__featured-content {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

.featured__sidebar {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 48em) {
    .featured__sidebar {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      clear: left;
      padding-left: 0.8rem; } }
  @media (min-width: 64em) {
    .featured__sidebar {
      width: 33.33333%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      padding-left: 0.8rem;
      clear: left; } }

.featured__columns {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 48em) {
    .featured__columns {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      clear: left;
      padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .featured__columns {
      width: 66.66667%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      clear: left;
      padding-right: 0.8rem; } }

.featured__column--top {
  width: 100%; }

.featured__column--left {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 64em) {
    .featured__column--left {
      width: 33.33333%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      padding-right: 1.2rem; } }

.featured__column--mid {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 64em) {
    .featured__column--mid {
      width: 33.33333%;
      float: left;
      margin-right: -100%;
      margin-left: 33.33333%;
      clear: none;
      padding-right: 1.6rem;
      padding: 0 6px; } }

.featured__column--right {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 64em) {
    .featured__column--right {
      width: 33.33333%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      padding-left: 1.2rem; } }

.featured__column--bottom {
  width: 100%;
  clear: left; }

.sidebar-right__top {
  width: 100%; }

.sidebar-right__featured {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: bp-sm) {
    .sidebar-right__featured {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .sidebar-right__featured {
      width: 66.66667%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      padding-right: 0.8rem; } }

.sidebar-right__sidebar {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: bp-sm) {
    .sidebar-right__sidebar {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      padding-left: 0.8rem; } }
  @media (min-width: 64em) {
    .sidebar-right__sidebar {
      width: 33.33333%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      padding-left: 0.8rem; } }

.sidebar-right__columns {
  width: 100%; }
  @media (min-width: bp-sm) {
    .sidebar-right__columns {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      clear: left;
      padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .sidebar-right__columns {
      width: 66.66667%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      clear: left;
      padding-right: 0.8rem; } }

.sidebar-right__column--left {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 64em) {
    .sidebar-right__column--left {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      padding-right: 0.8rem; } }

.sidebar-right__column--right {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 64em) {
    .sidebar-right__column--right {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      padding-left: 0.8rem; } }

.sidebar-right__bottom {
  width: 100%; }
  @media (min-width: bp-sm) {
    .sidebar-right__bottom {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      clear: left;
      padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .sidebar-right__bottom {
      width: 66.66667%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      clear: left;
      padding-right: 0.8rem; } }

@media (min-width: 48em) {
  .two-column__layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch; } }

.two-column__top {
  width: 100%; }

.two-column__main-content {
  width: 100%; }
  @media (min-width: 48em) {
    .two-column__main-content {
      width: 50%;
      padding-right: 0.8rem; } }

.two-column__sidebar {
  width: 100%; }
  @media (min-width: 48em) {
    .two-column__sidebar {
      width: 50%;
      padding-left: 0.8rem; } }

.sidebar-column-right__section--featured {
  width: 100%; }
  @media (min-width: bp-sm) {
    .sidebar-column-right__section--featured {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .sidebar-column-right__section--featured {
      width: 66.66667%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      padding-right: 0.8rem; } }

.sidebar-column-right__section--sidebar {
  width: 100%; }
  @media (min-width: bp-sm) {
    .sidebar-column-right__section--sidebar {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      padding-left: 0.8rem; } }
  @media (min-width: 64em) {
    .sidebar-column-right__section--sidebar {
      width: 33.33333%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      padding-left: 0.8rem; } }

.column-wrapper {
  width: 100%; }
  @media (min-width: bp-sm) {
    .column-wrapper {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      clear: left;
      padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .column-wrapper {
      width: 66.66667%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      clear: left;
      padding-right: 0.8rem; } }

.sidebar-column-right__section--col-left {
  width: 100%; }
  @media (min-width: 64em) {
    .sidebar-column-right__section--col-left {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      padding-right: 0.8rem; } }

.sidebar-column-right__section--col-right {
  width: 100%; }
  @media (min-width: 64em) {
    .sidebar-column-right__section--col-right {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      padding-left: 0.8rem; } }

.sidebar-column-right__section--middle {
  width: 100%; }
  @media (min-width: bp-sm) {
    .sidebar-column-right__section--middle {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      clear: left;
      padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .sidebar-column-right__section--middle {
      width: 66.66667%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem;
      clear: left;
      padding-right: 0.8rem; } }

.sidebar-column-right__section--bottom {
  width: 100%;
  clear: both; }

@media all and (max-width: 800px) {
  #toolbar, #admin-menu {
    display: none; }
  html body.toolbar, html body.admin-menu {
    padding-top: 0 !important;
    margin-top: 0 !important; } }
