html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ff-meta-web-pro", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

body {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 100%;
  line-height: 1.5;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh; }

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

template {
  display: none; }

section {
  margin: 0;
  width: 100%; }

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

svg {
  width: 100%; }

.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 */
  -webkit-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
  display: inline-block;
  background-color: #267e1f;
  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: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px;
  padding: 1.6rem; }
  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: #575651;
    color: white;
    text-decoration: none; }

a.button {
  background-color: #267e1f;
  color: white;
  padding: 16px;
  padding: 1.6rem;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
  a.button:hover, a.button:focus {
    background-color: #575651;
    color: white;
    text-decoration: none; }

/**
 * 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"] {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-box-sizing: content-box;
  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 #575651; }

form {
  display: block; }

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #267e1f; }
  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: #575651; }

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: #82567f;
  color: #fff; }
  th a,
  th .active {
    color: #fff; }
  th.active {
    background: #515151; }

/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Work Sans Light"), local("WorkSans-Light"), url(https://fonts.gstatic.com/s/worksans/v3/QGYpz_wNahGAdqQ43Rh314L8mNhNy_r-Kw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Work Sans"), local("WorkSans-Regular"), url(https://fonts.gstatic.com/s/worksans/v3/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Work Sans Bold"), local("WorkSans-Bold"), url(https://fonts.gstatic.com/s/worksans/v3/QGYpz_wNahGAdqQ43Rh3x4X8mNhNy_r-Kw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "ff-meta-web-pro";
  src: url("https://use.typekit.net/af/01fc0c/00000000000000003b9b06e1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/01fc0c/00000000000000003b9b06e1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/01fc0c/00000000000000003b9b06e1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: bold;
  font-weight: 700; }

@font-face {
  font-family: "ff-meta-web-pro";
  src: url("https://use.typekit.net/af/829fc9/00000000000000003b9b06da/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/829fc9/00000000000000003b9b06da/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/829fc9/00000000000000003b9b06da/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400; }

html {
  font-size: 62.5%; }

body {
  font-family: "ff-meta-web-pro", sans-serif, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  color: black;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 700;
  margin: 8px 0;
  margin: 0.8rem 0;
  text-transform: uppercase;
  color: #575651; }

.page-title {
  font-size: 48px;
  font-size: 4.8rem;
  color: black; }

h1 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold; }
  @media (min-width: 48em) {
    h1 {
      font-size: 4.8rem; } }

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

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold; }

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal; }

h6 {
  font-size: 17px; }

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: #267e1f;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: bold;
  position: relative;
  display: inline-block; }
  a:active, a:hover, a:focus {
    color: #267e1f;
    text-decoration: underline;
    outline: 0; }

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

b,
strong {
  font-weight: bold; }

blockquote {
  font-family: "ff-meta-web-pro", 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

th {
  text-align: left; }

li {
  list-style-type: unset; }

body {
  background-image: url("../assets/dist/images/background-site.png");
  background-repeat: repeat-y;
  background-size: auto;
  background-position: center 0px;
  background-position: center 0rem; }

body.user-logged-in {
  background-position: center 80px;
  background-position: center 8rem; }

.layout--container {
  margin: 0 auto;
  width: 100%;
  background-color: transparent;
  padding: 0 16px;
  padding: 0 1.6rem; }
  @media (min-width: 64em) {
    .layout--container {
      padding: 0; } }

.region-branding {
  width: 100%; }

.layout__section--branding {
  overflow: visible;
  margin-bottom: 0; }

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 64em) {
    .header-wrapper {
      display: block; } }

.layout__header {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  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%; } }

@media (min-width: 48em) {
  .page-title {
    margin: 0 0 1.6rem; } }

.layout__region--main {
  margin-top: 0; }

.toggle-buttons {
  margin: 0 16px;
  margin: 0 1.6rem;
  background-color: #267e1f;
  border-radius: 0; }
  @media (min-width: 48em) {
    .toggle-buttons {
      margin: 0 0 0 0.8rem; } }

.path-frontpage .layout--container-content {
  padding: 0;
  max-width: 100%; }
  .path-frontpage .layout--container-content #block-lm-custom-site-theme-local-tasks {
    max-width: 1200px;
    margin: 0 auto; }

.region-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 48em) {
    .region-header-content {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

.asterisk {
  color: #ff0000; }

.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; } }

.layout--container-header {
  max-width: 100%;
  padding: 0;
  background-image: url("../assets/dist/images/background-header.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  background-color: white; }

.layout__region--header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px 8px;
  padding: 0 1.6rem 0.8rem; }

.region-branding {
  margin: 0; }

.region__branding {
  width: 100%; }
  @media (min-width: 48em) {
    .region__branding {
      width: 30%; } }
  @media (min-width: 64em) {
    .region__branding {
      width: 20%; } }

.region__header-content-wrapper {
  width: 100%; }
  @media (min-width: 48em) {
    .region__header-content-wrapper {
      width: 70%; } }
  @media (min-width: 64em) {
    .region__header-content-wrapper {
      width: 80%; } }

.region__header {
  width: 100%; }

@media (min-width: 64em) {
  .layout--container-header {
    position: sticky;
    top: 0;
    z-index: 1020; } }

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  position: absolute;
  z-index: 1025; }

.menu--header-menu.block {
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }

.ie10 .site-logo img,
.ie11 .site-logo img {
  height: 100px;
  width: auto;
  max-height: 100%;
  max-width: 100%; }
  @media (min-width: 64em) {
    .ie10 .site-logo img,
    .ie11 .site-logo img {
      height: 170px; } }

.layout__section--pre-footer {
  background-image: -webkit-gradient(linear, left top, right top, from(#B03011), to(#292675));
  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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      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-footer__wrapper {
  background-color: #54b948;
  padding: 48px 16px;
  padding: 4.8rem 1.6rem; }

.layout-footer__section {
  padding: 0; }

.region-footer .block {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (min-width: 64em) {
    .region-footer .block:nth-child(4n-3) {
      padding-right: 36px; }
    .region-footer .block:nth-child(4n-2) {
      padding: 0 24px 0 12px; }
    .region-footer .block:nth-child(4n-1) {
      padding: 0 12px 0 24px; }
    .region-footer .block:nth-child(4n-4) {
      padding-left: 36px; } }
  .region-footer .block h2 {
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 8px;
    margin-bottom: 0.8rem; }
    .region-footer .block h2::before, .region-footer .block h2::after {
      width: 0;
      height: 0; }
  .region-footer .block a {
    font-weight: bold;
    text-transform: none; }
    .region-footer .block a:hover, .region-footer .block a:focus {
      color: white; }

.archive__label {
  text-transform: uppercase; }

.page-node-type-archive .page-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.archive--full {
  display: block; }
  @media (min-width: 48em) {
    .archive--full {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  @media (min-width: 48em) {
    .archive--full .archive__content-wrapper--left {
      width: 50%;
      padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .archive--full .archive__content-wrapper--left {
      width: 60%; } }
  @media (min-width: 48em) {
    .archive--full .archive__content-wrapper--right {
      width: 50%;
      padding-left: 0.8rem; } }
  @media (min-width: 64em) {
    .archive--full .archive__content-wrapper--right {
      width: 40%; } }
  .archive--full .archive__content-wrapper--bottom {
    width: 100%;
    text-align: right; }
  .archive--full .archive__content {
    margin-bottom: 8px;
    margin-bottom: 0.8rem; }
  .archive--full .archive__content--image img {
    margin: 0 auto; }
  .archive--full .archive__content--citation {
    padding-bottom: 8px;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #575651; }
  .archive--full .archive__content--button {
    margin: 0; }

.archive-page .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.archive-page .views-row {
  width: 50%;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  .archive-page .views-row:nth-child(2n-1) {
    padding-right: 8px;
    padding-right: 0.8rem; }
  .archive-page .views-row:nth-child(2n-2) {
    padding-left: 8px;
    padding-left: 0.8rem; }
  @media (min-width: 48em) {
    .archive-page .views-row {
      width: 33.333%; }
      .archive-page .views-row:nth-child(2n-1), .archive-page .views-row:nth-child(2n-2) {
        padding-right: 0;
        padding-left: 0; }
      .archive-page .views-row:nth-child(3n-2) {
        padding-right: 0.8rem; }
      .archive-page .views-row:nth-child(3n-1) {
        padding: 0 0.4rem; }
      .archive-page .views-row:nth-child(3n-3) {
        padding-left: 0.8rem; } }
  @media (min-width: 64em) {
    .archive-page .views-row {
      width: 25%; }
      .archive-page .views-row:nth-child(3n-3), .archive-page .views-row:nth-child(3n-2), .archive-page .views-row:nth-child(3n-1) {
        padding: 0;
        padding-right: 0;
        padding-left: 0; }
      .archive-page .views-row:nth-child(4n-3) {
        padding-right: 1.2rem; }
      .archive-page .views-row:nth-child(4n-2) {
        padding: 0 0.8rem 0 0.4rem; }
      .archive-page .views-row:nth-child(4n-1) {
        padding: 0 0.4rem 0 0.8rem; }
      .archive-page .views-row:nth-child(4n-4) {
        padding-left: 1.2rem; } }

.archive-page .archive__content--image {
  border: 2px solid #267e1f;
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }

.archive-page .archive__content--link {
  text-transform: uppercase; }

.archive-page .view-filters input[type="text"] {
  width: 100%; }

.archive-page .view-filters label {
  color: white; }

.archive-page .view-filters legend {
  width: 100%;
  border-bottom: 1px solid white; }
  .archive-page .view-filters legend::after {
    content: '';
    display: block;
    background-image: url("../assets/dist/icons/chevron-circle-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    width: 1.8rem;
    height: 18px;
    height: 1.8rem;
    float: right;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform ease-in-out 250ms;
    transition: -webkit-transform ease-in-out 250ms;
    transition: transform ease-in-out 250ms;
    transition: transform ease-in-out 250ms, -webkit-transform ease-in-out 250ms; }
  .archive-page .view-filters legend.collapsed::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.archive-page .view-filters .fieldset-wrapper {
  background-color: transparent;
  padding: 0;
  overflow: hidden;
  max-height: 100%; }
  .archive-page .view-filters .fieldset-wrapper label {
    color: white; }

.archive-taxonomy-attachment .views-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .archive-taxonomy-attachment .views-summary li {
    margin: 0;
    list-style-type: none;
    font-size: 16px;
    font-size: 1.6rem; }
    .archive-taxonomy-attachment .views-summary li::after {
      content: '|';
      color: #c5c6c4;
      padding-right: 4px;
      padding-right: 0.4rem; }

.archive-tag-index-page .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.archive-tag-index-page .views-row {
  width: 50%; }
  .archive-tag-index-page .views-row:nth-child(2n-1) {
    padding-right: 8px;
    padding-right: 0.8rem; }
  .archive-tag-index-page .views-row:nth-child(2n-2) {
    padding-left: 8px;
    padding-left: 0.8rem; }
  @media (min-width: 48em) {
    .archive-tag-index-page .views-row {
      width: 33.333%; }
      .archive-tag-index-page .views-row:nth-child(2n-2), .archive-tag-index-page .views-row:nth-child(2n-1) {
        padding-right: 0;
        padding-left: 0; }
      .archive-tag-index-page .views-row:nth-child(3n-2) {
        padding-right: 0.8rem; }
      .archive-tag-index-page .views-row:nth-child(3n-1) {
        padding: 0 0.4rem; }
      .archive-tag-index-page .views-row:nth-child(3n-3) {
        padding-left: 0.8rem; } }

.block .archive-tag-index-page h2 {
  margin: 8px 0;
  margin: 0.8rem 0;
  font-size: 16px;
  font-size: 1.6rem; }
  .block .archive-tag-index-page h2::before, .block .archive-tag-index-page h2::after {
    width: 0;
    height: 0; }

.archive-category-block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.archive-category-block .views-row {
  width: 50%;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  .archive-category-block .views-row:nth-child(2n-1) {
    padding-right: 8px;
    padding-right: 0.8rem; }
  .archive-category-block .views-row:nth-child(2n-2) {
    padding-left: 8px;
    padding-left: 0.8rem; }
  @media (min-width: 48em) {
    .archive-category-block .views-row {
      width: 33.333%; }
      .archive-category-block .views-row:nth-child(2n-1), .archive-category-block .views-row:nth-child(2n-2) {
        padding-right: 0;
        padding-left: 0; }
      .archive-category-block .views-row:nth-child(3n-2) {
        padding-right: 0.8rem; }
      .archive-category-block .views-row:nth-child(3n-1) {
        padding: 0 0.4rem; }
      .archive-category-block .views-row:nth-child(3n-3) {
        padding-left: 0.8rem; } }
  @media (min-width: 64em) {
    .archive-category-block .views-row {
      width: 20%; }
      .archive-category-block .views-row:nth-child(3n-3), .archive-category-block .views-row:nth-child(3n-2), .archive-category-block .views-row:nth-child(3n-1) {
        padding: 0;
        padding-right: 0;
        padding-left: 0; }
      .archive-category-block .views-row:nth-child(5n-4) {
        padding-right: 0.8rem; }
      .archive-category-block .views-row:nth-child(5n-3) {
        padding: 0 0.8rem 0 0.4rem; }
      .archive-category-block .views-row:nth-child(5n-2) {
        padding: 0 0.4rem; }
      .archive-category-block .views-row:nth-child(5n-1) {
        padding: 0 0.4rem 0 0.8rem; }
      .archive-category-block .views-row:nth-child(5n-5) {
        padding-left: 0.8rem; } }

.archive-category-block .view-header {
  padding-bottom: 32px;
  padding-bottom: 3.2rem;
  border-bottom: 2px solid #575651;
  margin-bottom: 32px;
  margin-bottom: 3.2rem; }

.category__taxonomy--link {
  display: block;
  border: 1px solid #575651;
  padding: 48px 16px;
  padding: 4.8rem 1.6rem;
  background-color: white;
  -webkit-transition: background ease-in-out 250ms;
  transition: background ease-in-out 250ms;
  font-size: 18px;
  font-size: 1.8rem; }
  .category__taxonomy--link:hover, .category__taxonomy--link:focus {
    background-color: #efefef;
    text-decoration: none; }

.category__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.category__content--title {
  margin: 0;
  padding-right: 16px;
  padding-right: 1.6rem; }

.category__content--input {
  min-height: 53px;
  min-height: 5.3rem;
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 16px;
  margin-right: 1.6rem; }

.category__button {
  margin: 0; }

.category__button--search {
  background-image: url("../assets/dist/icons/angle-right.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center center;
  text-indent: 999px;
  text-indent: 99.9rem;
  white-space: nowrap;
  width: 53px;
  width: 5.3rem;
  height: 53px;
  height: 5.3rem;
  margin-right: 16px;
  margin-right: 1.6rem; }

a.button.category__button--index {
  padding: 16px;
  padding: 1.6rem; }

.block {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  clear: both; }
  .block h2 {
    padding-bottom: 0;
    position: relative; }
    .block h2::before {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #efefef;
      position: absolute;
      bottom: 40%;
      display: block;
      z-index: -1; }
    .block h2::after {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      background-color: rgba(84, 185, 72, 0.5);
      position: absolute;
      right: 0;
      bottom: 23%; }

.block-system-breadcrumb-block {
  margin-bottom: 0; }

.breadcrumb {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 16px 0;
  margin: 1.6rem 0;
  padding-bottom: 0;
  text-transform: uppercase; }
  .breadcrumb li::before {
    content: '/'; }
  .breadcrumb li a {
    text-decoration: none;
    color: #267e1f;
    font-weight: bold;
    padding: 2.5px;
    padding: 0.25rem; }
  .breadcrumb li:last-child a {
    font-weight: normal;
    color: #999999; }

.linked-block__title {
  color: #575651; }
  .linked-block__title:hover, .linked-block__title:focus {
    color: #575651; }

.linked-block__link {
  border: 8px solid #267e1f;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  position: relative; }
  .linked-block__link::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    background-color: #267e1f;
    background-image: url("../assets/dist/icons/chevron-right.svg");
    background-repeat: no-repeat;
    background-position: 12px 12px;
    background-size: 30px;
    right: 0;
    bottom: 0;
    -webkit-transition: background ease-in-out 250ms;
    transition: background ease-in-out 250ms; }
  .linked-block__link:hover, .linked-block__link:focus {
    border-color: #a0749d; }
    .linked-block__link:hover::before, .linked-block__link:focus::before {
      background-color: #a0749d; }

.linked-title-block__link {
  display: block;
  position: relative;
  padding: 8px 16px 16px;
  padding: 0.8rem 1.6rem 1.6rem;
  background-color: #267e1f;
  border-bottom: 5px solid #267e1f;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }
  .linked-title-block__link .linked-title-block__title {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    position: relative;
    margin: 0; }
    .linked-title-block__link .linked-title-block__title::before {
      content: '';
      display: block;
      width: 99.5%;
      height: 2px;
      background-color: #c5c6c4;
      position: absolute;
      bottom: 0; }
    .linked-title-block__link .linked-title-block__title::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid white;
      -webkit-transition: all ease-in-out 250ms;
      transition: all ease-in-out 250ms;
      background-color: transparent;
      position: absolute;
      right: 0;
      bottom: -13px; }
  .linked-title-block__link:hover, .linked-title-block__link:focus {
    text-decoration: none;
    background-color: transparent; }
    .linked-title-block__link:hover .linked-title-block__title, .linked-title-block__link:focus .linked-title-block__title {
      color: #82567f; }
      .linked-title-block__link:hover .linked-title-block__title::after, .linked-title-block__link:focus .linked-title-block__title::after {
        border-left: 15px solid #82567f; }

.faq-paragraph-item {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  .faq-paragraph-item .faq-section__title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    outline: none; }
    .faq-paragraph-item .faq-section__title::before {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      position: absolute;
      right: 0;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .faq-paragraph-item .faq-section__title .field--name-title {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    .faq-paragraph-item .faq-section__title.collapsed {
      background-color: #575651;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
      .faq-paragraph-item .faq-section__title.collapsed::before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .faq-paragraph-item .faq-section__content-wrapper {
    border-color: #af272f;
    border-width: 2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    max-height: 100% !important; }
    .faq-paragraph-item .faq-section__content-wrapper.collapsed {
      max-height: 0 !important;
      border-color: #575651;
      border-width: 0; }
  .faq-paragraph-item:hover .faq-section__title, .faq-paragraph-item:focus .faq-section__title {
    background-color: #af272f; }
  .faq-paragraph-item:hover .faq-section__content-wrapper, .faq-paragraph-item:focus .faq-section__content-wrapper {
    border-color: #af272f; }

.linked-text--block {
  margin-bottom: 32px;
  margin-bottom: 3.2rem; }
  .linked-text--block .linked-text__link {
    display: block; }
    .linked-text--block .linked-text__link:hover, .linked-text--block .linked-text__link:focus {
      text-decoration: none; }
  .linked-text--block h2.linked-text__title {
    font-size: 42px;
    font-size: 4.2rem;
    color: black;
    border-bottom: 16px solid #575651;
    -webkit-box-shadow: 0 16px 0 0 #575651;
    box-shadow: 0 16px 0 0 #575651;
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    margin-top: 0; }
    @media (min-width: 64em) {
      .linked-text--block h2.linked-text__title {
        font-size: 5.6rem; } }
    .linked-text--block h2.linked-text__title::before, .linked-text--block h2.linked-text__title::after {
      width: 0;
      height: 0; }
    .linked-text--block h2.linked-text__title:hover, .linked-text--block h2.linked-text__title:focus {
      -webkit-box-shadow: 0 0 0 0 #575651;
      box-shadow: 0 0 0 0 #575651; }
  .linked-text--block.linked-text--red h2.linked-text__title {
    border-color: #af272f;
    -webkit-box-shadow: 0 16px 0 0 #af272f;
    box-shadow: 0 16px 0 0 #af272f; }
    .linked-text--block.linked-text--red h2.linked-text__title:hover, .linked-text--block.linked-text--red h2.linked-text__title:focus {
      border-color: #267e1f;
      -webkit-box-shadow: 0 0 0 0 #267e1f;
      box-shadow: 0 0 0 0 #267e1f; }
  .linked-text--block.linked-text--orange h2.linked-text__title {
    border-color: #e16740;
    -webkit-box-shadow: 0 16px 0 0 #e16740;
    box-shadow: 0 16px 0 0 #e16740; }
    .linked-text--block.linked-text--orange h2.linked-text__title:hover, .linked-text--block.linked-text--orange h2.linked-text__title:focus {
      border-color: #267e1f;
      -webkit-box-shadow: 0 0 0 0 #267e1f;
      box-shadow: 0 0 0 0 #267e1f; }
  .linked-text--block.linked-text--yellow h2.linked-text__title {
    border-color: #fcd532;
    -webkit-box-shadow: 0 16px 0 0 #fcd532;
    box-shadow: 0 16px 0 0 #fcd532; }
    .linked-text--block.linked-text--yellow h2.linked-text__title:hover, .linked-text--block.linked-text--yellow h2.linked-text__title:focus {
      border-color: #267e1f;
      -webkit-box-shadow: 0 0 0 0 #267e1f;
      box-shadow: 0 0 0 0 #267e1f; }
  .linked-text--block.linked-text--green h2.linked-text__title {
    border-color: #267e1f;
    -webkit-box-shadow: 0 16px 0 0 #267e1f;
    box-shadow: 0 16px 0 0 #267e1f; }
    .linked-text--block.linked-text--green h2.linked-text__title:hover, .linked-text--block.linked-text--green h2.linked-text__title:focus {
      border-color: #267e1f;
      -webkit-box-shadow: 0 0 0 0 #267e1f;
      box-shadow: 0 0 0 0 #267e1f; }
  .linked-text--block.linked-text--blue h2.linked-text__title {
    border-color: #3eb8e5;
    -webkit-box-shadow: 0 16px 0 0 #3eb8e5;
    box-shadow: 0 16px 0 0 #3eb8e5; }
    .linked-text--block.linked-text--blue h2.linked-text__title:hover, .linked-text--block.linked-text--blue h2.linked-text__title:focus {
      border-color: #267e1f;
      -webkit-box-shadow: 0 0 0 0 #267e1f;
      box-shadow: 0 0 0 0 #267e1f; }
  .linked-text--block.linked-text--purple h2.linked-text__title {
    border-color: #82567f;
    -webkit-box-shadow: 0 16px 0 0 #82567f;
    box-shadow: 0 16px 0 0 #82567f; }
    .linked-text--block.linked-text--purple h2.linked-text__title:hover, .linked-text--block.linked-text--purple h2.linked-text__title:focus {
      border-color: #267e1f;
      -webkit-box-shadow: 0 0 0 0 #267e1f;
      box-shadow: 0 0 0 0 #267e1f; }

.ie10 .three-column__wrapper .block-block-content a,
.ie11 .three-column__wrapper .block-block-content a {
  max-width: 100%; }

.faq-section__anchor-link,
.anchor-link {
  left: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.blog--full .blog__user-info {
  padding-top: 0;
  border-color: #54b948; }

.blog--full .blog__user-column {
  padding-top: 16px;
  padding-top: 1.6rem; }

.blog--full .blog__user-column--left {
  border-color: #54b948; }

.blog--full .blog__user-column--right .blog__tag-label {
  font-weight: bold;
  margin-bottom: 4px;
  margin-bottom: 0.4rem; }

.blog--full .user__info--image {
  padding-right: 8px;
  padding-right: 0.8rem; }

.blog--full .user__info--wrapper {
  padding-left: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.blog--full .button {
  border-radius: 0; }

.blog--full a.blog__tag {
  background-color: #267e1f; }
  .blog--full a.blog__tag:hover, .blog--full a.blog__tag:focus {
    background-color: #575651;
    text-decoration: none; }

.blog-block .views-row {
  border: 1px solid #c5c6c4; }

.blog--featured-blog .blog__image img {
  margin: 0 auto; }

.blog--featured-blog a.button {
  border-radius: 0; }

.blog-link a {
  background-color: #267e1f; }
  .blog-link a:hover, .blog-link a:focus {
    background-color: #575651;
    text-decoration: none; }

.blog-page .views-row {
  border: 1px solid #c5c6c4; }

.blog--teaser .blog__button {
  background-color: #267e1f;
  margin-top: 8px;
  margin-top: 0.8rem; }
  .blog--teaser .blog__button:hover, .blog--teaser .blog__button:focus {
    background-color: #575651; }

.ie10 .blog-block .view-content,
.ie11 .blog-block .view-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.book-river--teaser {
  padding: 0 16px;
  padding: 0 1.6rem;
  position: relative; }

.book-river-slider__slide .book-river__content-wrapper--hover {
  background-color: rgba(54, 155, 42, 0.9); }
  .book-river-slider__slide .book-river__content-wrapper--hover a {
    color: white; }

.book-river-slider__slide .book-river__content--lower-link {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .book-river-slider__slide .book-river__content--lower-link::after {
    content: '';
    background-image: url("../assets/dist/icons/angle-down.svg");
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.book-river-slider__slide .book-river__content--edit-link {
  display: block; }

.book-river-slider__slide .field--name-body {
  margin-top: 8px;
  margin-top: 0.8rem; }

.book-slider__slides {
  padding: 0;
  position: relative;
  margin: 0; }
  @media (min-width: 48em) {
    .book-slider__slides {
      padding: 0 3.2rem; } }
  .book-slider__slides button.slick-next,
  .book-slider__slides button.slick-prev {
    margin: 0;
    background-color: #4aa642;
    position: absolute;
    bottom: 0;
    border-radius: 4px; }
    @media (min-width: 48em) {
      .book-slider__slides button.slick-next,
      .book-slider__slides button.slick-prev {
        width: 32px;
        height: 32px;
        min-height: 32px;
        background-size: 20px;
        top: 30%; } }
    .book-slider__slides button.slick-next:hover, .book-slider__slides button.slick-next:focus,
    .book-slider__slides button.slick-prev:hover,
    .book-slider__slides button.slick-prev:focus {
      background-color: #267e1f; }
  .book-slider__slides button.slick-next {
    margin-right: 0;
    right: 0;
    background-image: url("../assets/dist/icons/angle-right.svg"); }
  .book-slider__slides button.slick-prev {
    margin-left: 0;
    left: 0;
    background-image: url("../assets/dist/icons/angle-left.svg"); }

a.opportunity__button {
  background-color: #267e1f; }
  a.opportunity__button:hover, a.opportunity__button:focus {
    background-color: #575651;
    text-decoration: none; }

.career-opportunity__item--teaser {
  border-color: #54b948;
  border-width: 1px; }
  .career-opportunity__item--teaser .opportunity__wrapper--top {
    background-color: #54b948; }

.database {
  border: 1px solid #c5c6c4;
  border-radius: 0;
  position: relative; }

.block .database__label {
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 2px solid #54b948; }
  .block .database__label::before, .block .database__label::after {
    width: 0;
    height: 0;
    display: none; }

.database__content {
  margin-bottom: 70px;
  margin-bottom: 7rem; }

.database__link {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  text-align: center;
  position: absolute;
  margin: 0;
  right: 16px;
  right: 1.6rem;
  left: 16px;
  left: 1.6rem;
  bottom: 16px;
  bottom: 1.6rem; }

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

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

.database-page .active .views-row:nth-child(2n-1) {
  padding-right: 12px;
  padding-right: 1.2rem; }

.database-page .active .views-row:nth-child(2n-2) {
  padding-left: 12px;
  padding-left: 1.2rem; }

.database-page .pager {
  clear: both; }

@media (min-width: 48em) {
  .database-page .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; } }

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

@media (min-width: 64em) {
  .database-page .active .views-row {
    width: 33.333%; }
    .database-page .active .views-row:nth-child(2n-1), .database-page .active .views-row:nth-child(2n-2) {
      padding-right: 0;
      padding-left: 0; }
    .database-page .active .views-row:nth-child(3n-3) {
      padding-left: 0.8rem; }
    .database-page .active .views-row:nth-child(3n-2) {
      padding-right: 0.8rem; }
    .database-page .active .views-row:nth-child(3n-1) {
      padding: 0 0.4rem; } }

.faq-paragraph-item .faq-section__anchor-link {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.faq-paragraph-item .faq-section__title {
  background-color: transparent;
  color: #82567f;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 5px solid #267e1f;
  border-radius: 0;
  position: relative;
  padding-right: 50px;
  padding-right: 5rem; }
  .faq-paragraph-item .faq-section__title::before {
    background-image: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-left: 1rem solid transparent;
    border-right: 10px solid transparent;
    border-right: 1rem solid transparent;
    border-top: 10px solid #82567f;
    border-top: 1rem solid #82567f;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms; }
  .faq-paragraph-item .faq-section__title.collapsed {
    background-color: #267e1f;
    color: white;
    border-radius: 0; }
    .faq-paragraph-item .faq-section__title.collapsed::before {
      border-top: 10px solid white;
      border-top: 1rem solid white;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }

.faq-paragraph-item .faq-section__content-wrapper {
  border-color: #c5c6c4;
  border-width: 1px;
  border-radius: 0; }
  .faq-paragraph-item .faq-section__content-wrapper.collapsed {
    border-color: #c5c6c4;
    border-width: 0; }

.faq-paragraph-item:hover .faq-section__title, .faq-paragraph-item:focus .faq-section__title {
  background-color: transparent;
  color: #82567f; }
  .faq-paragraph-item:hover .faq-section__title.collapsed, .faq-paragraph-item:focus .faq-section__title.collapsed {
    background-color: #267e1f;
    color: white; }

.faq-paragraph-item:hover .faq-section__content-wrapper, .faq-paragraph-item:focus .faq-section__content-wrapper {
  border-color: #c5c6c4; }

.reports-block li {
  background-color: #575651; }

.reports-block a {
  background-color: #267e1f; }
  .reports-block a:hover, .reports-block a:focus {
    background-color: #575651;
    color: white;
    text-decoration: none; }

.reports-page .views-row {
  background-color: #267e1f; }
  .reports-page .views-row:hover, .reports-page .views-row:focus {
    background-color: #575651; }
  .reports-page .views-row a:hover, .reports-page .views-row a:focus {
    text-decoration: none; }

.layout__navigation {
  padding: 0 16px;
  padding: 0 1.6rem; }
  @media (min-width: 48em) {
    .layout__navigation {
      padding: 0 0 0 0.8rem; } }
  @media (min-width: 64em) {
    .layout__navigation {
      padding: 0; } }

.region-navigation {
  border-radius: 0;
  background-color: #575651;
  margin: 0; }
  @media (min-width: 64em) {
    .region-navigation {
      background-color: transparent; } }
  .region-navigation .navigation {
    margin: 0 auto;
    padding: 0; }
  @media (min-width: 64em) {
    .region-navigation .menu--level-0 {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 64em) {
    .region-navigation li.menu__menu-item.menu__menu-item--level-0.menu__menu-item:hover, .region-navigation li.menu__menu-item.menu__menu-item--level-0.menu__menu-item:focus {
      background-color: transparent; } }
  @media (min-width: 64em) {
    .region-navigation .menu__menu-item--level-0 {
      border: 1px solid white;
      border-right: none;
      border-bottom: 0; }
      .region-navigation .menu__menu-item--level-0:last-child {
        border-right: 1px solid white; } }
  .region-navigation .menu__menu-item--level-0:hover .menu__child, .region-navigation .menu__menu-item--level-0:active .menu__child, .region-navigation .menu__menu-item--level-0:focus .menu__child {
    -webkit-transform: translate3d(-9999px, 0, 0);
    transform: translate3d(-9999px, 0, 0); }
  .region-navigation .menu__menu-item--level-0.open .menu__child {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .region-navigation .menu__menu-item--level-0.menu__menu-item {
    border-color: #515151;
    border-width: 1px; }
    @media (min-width: 64em) {
      .region-navigation .menu__menu-item--level-0.menu__menu-item {
        border: none; } }
  .region-navigation .menu__menu-item--level-0 .menu__menu-link {
    text-decoration: none;
    padding: 8px 16px;
    padding: 0.8rem 1.6rem;
    background-color: #54b948;
    color: white;
    text-transform: none;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal; }
    .region-navigation .menu__menu-item--level-0 .menu__menu-link:hover, .region-navigation .menu__menu-item--level-0 .menu__menu-link:focus {
      background-color: #82567f; }
    @media (min-width: 64em) {
      .region-navigation .menu__menu-item--level-0 .menu__menu-link {
        padding: 0.8rem;
        background-color: transparent;
        color: #267e1f;
        font-weight: bold; }
        .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;
          color: #82567f; } }
  @media (min-width: 64em) {
    .region-navigation .menu__menu-item--level-0.menu__menu-item--expanded .menu__menu-link {
      padding-right: 3rem;
      background-image: url("../assets/dist/icons/angle-down-solid-green.svg");
      background-repeat: no-repeat;
      background-position: right 0.5rem top 1.8rem;
      background-size: 1.3rem; } }
  @media (min-width: 64em) {
    .region-navigation .menu__menu-item--level-0 .menu--level-1 {
      background-color: white;
      border: 1px solid #575651;
      min-width: 250px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; } }
  @media (min-width: 64em) {
    .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item {
      padding: 0.4rem 0.8rem;
      border-bottom: 1px solid #575651;
      -webkit-transition: all ease-in-out 250ms;
      transition: all ease-in-out 250ms; }
      .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item:last-child {
        border-bottom: 0; }
      .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item::after {
        content: '';
        display: block;
        visibility: visible;
        width: 0.5rem;
        height: 0.5rem;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 40%;
        left: 0.3rem;
        -ms-flex-item-align: center;
        align-self: center;
        background-image: none;
        background-color: transparent;
        border: 2px solid transparent;
        -webkit-transition: all ease-in-out 250ms;
        transition: all ease-in-out 250ms; }
      .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item:hover, .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item:focus {
        background-color: #267e1f;
        padding-left: 2.4rem; }
        .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item:hover::after, .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item:focus::after {
          content: '';
          border: 2px solid white;
          border-bottom-color: transparent;
          border-left-color: transparent; }
        .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item:hover .menu__menu-link, .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item:focus .menu__menu-link {
          color: white; } }
  .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item .menu__menu-link {
    background-color: #267e1f; }
    .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item .menu__menu-link:hover, .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item .menu__menu-link:focus {
      background-color: #643861; }
    @media (min-width: 64em) {
      .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item .menu__menu-link {
        background-color: transparent;
        color: #267e1f;
        padding: 0;
        padding-right: 1.6rem;
        border-radius: 0;
        background-image: none;
        font-weight: bold; }
        .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item .menu__menu-link:hover, .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item .menu__menu-link:focus {
          color: white;
          background-color: transparent;
          font-weight: bold;
          text-decoration: none; } }
  @media (min-width: 64em) {
    .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu__menu-item:last-child .menu__menu-link {
      border-bottom: 0;
      border-radius: 0; } }
  .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu--level-2 .menu__menu-link {
    background-color: #086001; }
    .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu--level-2 .menu__menu-link:hover, .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu--level-2 .menu__menu-link:focus {
      background-color: #552952; }
    @media (min-width: 64em) {
      .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu--level-2 .menu__menu-link {
        background-color: transparent; }
        .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu--level-2 .menu__menu-link:hover, .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu--level-2 .menu__menu-link:focus {
          background-color: transparent; } }
  @media (min-width: 64em) {
    .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu--level-2 {
      background-color: white;
      border: 1px solid #575651;
      border-radius: 0; }
      .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu--level-2 .menu__menu-item .menu__menu-link {
        color: #267e1f;
        border-bottom: 0; }
      .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu--level-2 .menu__menu-item:hover .menu__menu-link, .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu--level-2 .menu__menu-item:focus .menu__menu-link {
        color: white; } }
  @media (min-width: 64em) and (min-width: 64em) {
    .region-navigation .menu__menu-item--level-0 .menu--level-1 .menu--level-2 .menu__menu-item:last-child .menu__menu-link {
      border-bottom: 0;
      border-radius: 0; } }

.layout__navigation .menu .menu__menu-item--expanded::before,
.layout__navigation .menu .menu__menu-item--expanded.active::before {
  height: 43px; }

@media (min-width: 64em) {
  .layout__navigation .menu .menu__child .menu__menu-item--expanded::before {
    background-color: white;
    border-color: #267e1f;
    border-bottom-color: transparent;
    border-left-color: transparent;
    -webkit-box-shadow: 4px -4px 0 0 #ffffff, 6px -6px #369b2a;
    box-shadow: 4px -4px 0 0 #ffffff, 6px -6px #369b2a; } }

@media (min-width: 64em) {
  .layout__navigation .menu .menu__child .menu__menu-item--expanded:hover::before, .layout__navigation .menu .menu__child .menu__menu-item--expanded:focus::before {
    background-color: #267e1f;
    border-color: #267e1f;
    border-bottom-color: transparent;
    border-left-color: transparent;
    -webkit-box-shadow: 4px -4px #369b2a, 6px -6px #369b2a;
    box-shadow: 4px -4px #369b2a, 6px -6px #369b2a; } }

.navigation__toggle {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  background-color: #267e1f; }
  .navigation__toggle:hover, .navigation__toggle:focus {
    background-color: #575651; }
  .navigation__toggle.active::before {
    -webkit-box-shadow: 0 -8px 0 0 white, 0 -18px 0 0 white;
    box-shadow: 0 -8px 0 0 white, 0 -18px 0 0 white; }

.menu--header-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0; }

.menu--header-menu li.menu__menu-item.menu__menu-item--level-0.menu__menu-item {
  background-color: #267e1f;
  color: white;
  margin: 0 4px;
  margin: 0 0.4rem;
  border: 0;
  -webkit-transition: background ease-in-out 250ms;
  transition: background ease-in-out 250ms; }
  .menu--header-menu li.menu__menu-item.menu__menu-item--level-0.menu__menu-item:last-of-type {
    margin-right: 0; }
  .menu--header-menu li.menu__menu-item.menu__menu-item--level-0.menu__menu-item:hover, .menu--header-menu li.menu__menu-item.menu__menu-item--level-0.menu__menu-item:focus {
    background-color: #575651;
    color: white; }
  .menu--header-menu li.menu__menu-item.menu__menu-item--level-0.menu__menu-item.account-link a {
    padding-right: 32px;
    padding-right: 3.2rem;
    position: relative; }
    .menu--header-menu li.menu__menu-item.menu__menu-item--level-0.menu__menu-item.account-link a::after {
      content: '';
      background-image: url("../assets/dist/icons/account.svg");
      background-position: center center;
      background-size: 1.5rem;
      background-repeat: no-repeat;
      width: 15px;
      width: 1.5rem;
      height: 15px;
      height: 1.5rem;
      display: block;
      position: absolute;
      top: 11px;
      top: 1.1rem;
      right: 10px;
      right: 1rem; }
  .menu--header-menu li.menu__menu-item.menu__menu-item--level-0.menu__menu-item .menu__menu-link {
    padding: 8px 16px;
    padding: 0.8rem 1.6rem;
    line-height: 1;
    background-color: transparent; }
    .menu--header-menu li.menu__menu-item.menu__menu-item--level-0.menu__menu-item .menu__menu-link:hover, .menu--header-menu li.menu__menu-item.menu__menu-item--level-0.menu__menu-item .menu__menu-link:focus {
      text-decoration: none; }

.quick-link--teaser .quick-link__link {
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  padding: 0; }
  .quick-link--teaser .quick-link__link .quick-link__image {
    min-height: 105px;
    min-height: 10.5rem; }
    .quick-link--teaser .quick-link__link .quick-link__image img {
      max-height: 100px;
      max-height: 10rem;
      -webkit-transition: all ease-in-out 250ms;
      transition: all ease-in-out 250ms; }
  .quick-link--teaser .quick-link__link .quick-link__title {
    color: #267e1f;
    -webkit-transition: color ease-in-out 250ms;
    transition: color ease-in-out 250ms; }
  .quick-link--teaser .quick-link__link:hover, .quick-link--teaser .quick-link__link:focus {
    background-color: transparent;
    text-decoration: none; }
    .quick-link--teaser .quick-link__link:hover .quick-link__image img, .quick-link--teaser .quick-link__link:focus .quick-link__image img {
      max-height: 105px;
      max-height: 10.5rem; }
    .quick-link--teaser .quick-link__link:hover .quick-link__title, .quick-link--teaser .quick-link__link:focus .quick-link__title {
      color: #086001; }

.quick-link--teaser .quick-link__title {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
  @media (min-width: 64em) {
    .quick-link--teaser .quick-link__title {
      margin-bottom: 0; } }

.quick-link__item {
  margin-bottom: 0; }
  @media (min-width: 48em) {
    .quick-link__item {
      width: 33.333%;
      padding: 0 0.8rem; } }
  @media (min-width: 64em) {
    .quick-link__item {
      width: 20%; } }

.layout__search {
  padding: 8px 16px;
  padding: 0.8rem 1.6rem; }
  @media (min-width: 64em) {
    .layout__search {
      padding: 0; } }

.region-search {
  border-radius: 2px;
  background-color: #54b948; }
  @media (min-width: 64em) {
    .region-search {
      border-radius: 0; } }

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

@media (min-width: 64em) {
  .lm-search-block--search-switcher {
    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: 80%; } }

.lm-search-block .form--inline .form-submit {
  background-color: white;
  color: black;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: background ease-in-out 250ms;
  transition: background ease-in-out 250ms; }
  .lm-search-block .form--inline .form-submit:hover, .lm-search-block .form--inline .form-submit:focus {
    background-color: #e0e0e0; }

.search-selector {
  padding: 8px 0;
  padding: 0.8rem 0;
  background-image: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (min-width: 48em) {
    .search-selector {
      padding: 0; } }

.search-selector__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .search-selector__input-wrapper:last-child {
    padding-left: 8px;
    padding-left: 0.8rem; }
  @media (min-width: 48em) {
    .search-selector__input-wrapper {
      width: 50%; } }
  .search-selector__input-wrapper input {
    margin-bottom: 5px; }
  .search-selector__input-wrapper .search__item {
    padding-left: 4px;
    padding-left: 0.4rem;
    line-height: 1.1; }

.block-lm-search {
  padding: 0 16px;
  padding: 0 1.6rem;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .block-lm-search {
      padding: 0.8rem 1.6rem; } }

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

.lm-search-block .form--inline .form-text,
.lm-search-block .form--inline .inputText {
  height: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 0; }

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

@media (min-width: 64em) {
  .lm-search-block .form--inline .form-item {
    width: 75%; } }

@media (min-width: 48em) {
  .lm-search-block .form--inline .form-actions {
    width: 35%; } }

@media (min-width: 64em) {
  .lm-search-block .form--inline .form-actions {
    width: 25%; } }

.lm-search-block .form--inline .form-submit {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (min-width: 48em) {
    .lm-search-block .form--inline .form-submit {
      padding: 0;
      min-height: 41px; } }

.lm-search-block--account-button {
  display: none; }

.search__toggle {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #267e1f; }
  .search__toggle::before {
    background-color: #267e1f; }
  .search__toggle:hover, .search__toggle:focus {
    background-color: #575651; }
    .search__toggle:hover::before, .search__toggle:focus::before {
      background-color: #575651; }

.region__header.active .lm-search-block {
  max-height: 100%; }

.lm-search-block {
  max-height: 0;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  overflow: hidden; }
  @media (min-width: 48em) {
    .lm-search-block {
      max-height: 100%; } }

@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 {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 48em) {
    .site-logo {
      margin-bottom: 0; } }
  .site-logo img {
    display: block;
    width: 100%; }
    @media (min-width: 48em) {
      .site-logo img {
        max-height: 10.5rem;
        height: 10.5rem;
        padding-bottom: 0.4rem; } }

.ie.ie10 .site-logo img,
.ie.ie11 .site-logo img {
  width: 100%; }
  @media (min-width: 64em) {
    .ie.ie10 .site-logo img,
    .ie.ie11 .site-logo img {
      height: 105px; } }

ul.main-slider__slides {
  border-radius: 0;
  line-height: 1; }

.main-slider__slide.slick-slide img {
  width: 100%; }

.slides__link {
  position: relative; }
  .slides__link:hover, .slides__link:focus {
    text-decoration: none; }

@media (min-width: 48em) {
  .slide__text-wrapper {
    display: inline-block;
    position: absolute;
    top: 20%; } }

@media (min-width: 64em) {
  .slide__text-wrapper {
    top: 30%; } }

.slide__text {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 4px;
  padding: 0.4rem;
  text-align: center; }
  @media (min-width: 48em) {
    .slide__text {
      text-align: left;
      border-radius: 4px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      display: table;
      font-size: 2.2rem;
      padding: 1.6rem; } }

.slides__image--mobile {
  display: block; }
  @media (min-width: 48em) {
    .slides__image--mobile {
      display: none; } }

.slides__image--desktop {
  display: none; }
  @media (min-width: 48em) {
    .slides__image--desktop {
      display: block; } }

.slide__text--white {
  background-color: white;
  color: #af272f; }

.slide__text--gray {
  background-color: #575651;
  color: white; }
  @media (min-width: 48em) {
    .slide__text--gray {
      font-size: 1.8rem; } }

.slide__text--red {
  background-color: #af272f;
  color: white;
  font-weight: bold; }

@media (min-width: 48em) {
  .main-slider__controls-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.main-slider__controls {
  background-color: #efefef;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  top: 0;
  bottom: unset;
  position: inherit; }
  @media (min-width: 48em) {
    .main-slider__controls {
      background-color: white;
      position: absolute;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 4px;
      top: unset;
      bottom: 0; } }

.slick-dots button {
  background-color: #575651;
  border-color: #575651; }

.slick-dots .slick-active button {
  background-color: #e0e0e0; }

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

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

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

.slides__background-image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 0;
  padding-bottom: 66.667%; }
  @media (min-width: 48em) {
    .slides__background-image {
      padding-bottom: 28%; } }
  @media (min-width: 73.4375em) {
    .slides__background-image {
      padding-bottom: 22%; } }

.ie10 .main-slider__controls,
.ie11 .main-slider__controls {
  height: 40px;
  top: auto;
  bottom: 0; }

.staff__info--header {
  background-color: #54b948; }

@media (min-width: 64em) {
  .staff-member:nth-child(2n-2) {
    padding: 0; }
  .staff-member:nth-child(3n-2) {
    padding-right: 0.8rem; }
  .staff-member:nth-child(3n-1) {
    padding: 0 0.4rem; } }

.staff-member .staff__title {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  padding-bottom: 0; }

.staff-member .staff__info--link {
  display: block; }
  .staff-member .staff__info--link:hover, .staff-member .staff__info--link:focus {
    text-decoration: none; }

.staff__content-area {
  width: 100%; }

.staff__content-area--staff-info {
  padding-right: 0; }

.staff__column--left {
  padding-right: 8px;
  padding-right: 0.8rem; }

.staff__column--right {
  padding-left: 0; }

.tabs a.is-active,
.tabs a {
  border: 0;
  background-color: #267e1f;
  color: white;
  -webkit-transition: background ease-in-out 250ms;
  transition: background ease-in-out 250ms;
  text-transform: uppercase;
  border-radius: 0;
  padding: 4px 16px;
  padding: 0.4rem 1.6rem;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem; }
  .tabs a.is-active .is-active,
  .tabs a .is-active {
    background-color: #575651; }
  .tabs a.is-active:hover, .tabs a.is-active:focus,
  .tabs a:hover,
  .tabs a:focus {
    background-color: #575651;
    color: white;
    text-decoration: none; }

.calendar__menu-tasks .lc-menu-tasks .tabs a.is-active {
  background-color: #575651; }
  .calendar__menu-tasks .lc-menu-tasks .tabs a.is-active:hover, .calendar__menu-tasks .lc-menu-tasks .tabs a.is-active:focus {
    background-color: #267e1f; }

.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; }

.menu-toggle__filter.collapsed,
.menu-toggle__filter,
.view-filters {
  background-color: #575651;
  border-radius: 0; }

.menu-toggle__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.view-filters .fieldset-wrapper,
.view-filters .button,
.view-filters .form-submit {
  border-radius: 0; }

.database-page .pager {
  padding-left: 0; }

.region__announcements {
  max-width: 100%;
  padding: 0;
  background-color: #fcd532; }

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

.block-views-blocklc-announcements-lc-announcements-block {
  padding: 16px;
  padding: 1.6rem; }

.block-lc-branch-select {
  width: 100%;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  padding: 0 32px;
  padding: 0 3.2rem; }
  @media (min-width: 48em) {
    .block-lc-branch-select {
      padding: 0; } }
  @media (min-width: 64em) {
    .block-lc-branch-select {
      margin-bottom: 3.2rem;
      width: initial; } }
  .block-lc-branch-select .js-hours-toggle {
    display: none; }
  .block-lc-branch-select.contextual-region {
    position: inherit; }
  @media (min-width: 48em) {
    .block-lc-branch-select h2 {
      position: relative !important;
      width: auto;
      height: auto;
      overflow: visible;
      color: #3eb8e5;
      font-size: 1.8rem; } }
  .block-lc-branch-select .lc-branch-select__content {
    text-align: center;
    background-color: white;
    padding: 8px;
    padding: 0.8rem;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    @media (min-width: 48em) {
      .block-lc-branch-select .lc-branch-select__content {
        text-align: left; } }
  .block-lc-branch-select .lc-branch-select__title {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .block-lc-branch-select .lc-branch-select__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 4px;
    width: 100%; }
    @media (min-width: 64em) {
      .block-lc-branch-select .lc-branch-select__content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .block-lc-branch-select .lc-branch-select__today-hours-container {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    background-image: url("../assets/dist/icons/angle-down.svg");
    background-size: 20px;
    background-position: right 10px center;
    background-position: right 1rem center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .block-lc-branch-select .lc-branch-select__today-hours {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    text-align: center; }
    @media (min-width: 64em) {
      .block-lc-branch-select .lc-branch-select__today-hours {
        text-align: left;
        padding-right: 1.6rem; } }
    .block-lc-branch-select .lc-branch-select__today-hours strong {
      font-weight: normal; }
  .block-lc-branch-select .lc-branch-select__select-input {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: transparent;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 4px 8px;
    padding: 0.4rem 0.8rem;
    padding-right: 32px;
    padding-right: 3.2rem;
    background-size: 20px; }
  .block-lc-branch-select .lc-branch-select__hours {
    border: 0; }
  .block-lc-branch-select .lc-branch-select__map-link {
    color: #267e1f; }
    .block-lc-branch-select .lc-branch-select__map-link a {
      font-weight: bold;
      color: #267e1f; }
  .block-lc-branch-select .lc-branch-select__wrapper {
    -webkit-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
    padding-bottom: 0; }
    @media (min-width: 48em) {
      .block-lc-branch-select .lc-branch-select__wrapper {
        height: 100% !important;
        max-height: 100%; } }
    @media (min-width: 64em) {
      .block-lc-branch-select .lc-branch-select__wrapper {
        width: 100%;
        text-align: right;
        float: none; } }
  .block-lc-branch-select button.lc-branch-select__collapse {
    font-weight: bold;
    text-transform: none;
    padding: 8px 16px;
    padding: 0.8rem 1.6rem;
    border-radius: 0; }
  .block-lc-branch-select .lc-branch-select__collapsed-wrapper.open {
    position: absolute;
    right: 0;
    padding: 8px 16px;
    padding: 0.8rem 1.6rem;
    border: 1px solid black;
    color: black;
    background-color: white;
    z-index: 80;
    margin-top: 50px;
    margin-top: 5rem;
    width: 100%; }
    @media (min-width: 48em) {
      .block-lc-branch-select .lc-branch-select__collapsed-wrapper.open {
        width: initial; } }
    @media (min-width: 64em) {
      .block-lc-branch-select .lc-branch-select__collapsed-wrapper.open {
        min-width: 400px; } }
  .block-lc-branch-select .lc-branch-select__address,
  .block-lc-branch-select .lc-branch-select__hours {
    width: 100%;
    padding: 0;
    margin-top: 0; }
    @media (min-width: 48em) {
      .block-lc-branch-select .lc-branch-select__address,
      .block-lc-branch-select .lc-branch-select__hours {
        width: 50%; } }

.js-hours-toggle,
.hours-toggle__icon,
.hours-toggle__icon:before,
.hours-toggle__icon:after {
  background-color: #267e1f; }
  .js-hours-toggle:hover, .js-hours-toggle:focus, .js-hours-toggle:active,
  .hours-toggle__icon:hover,
  .hours-toggle__icon:focus,
  .hours-toggle__icon:active,
  .hours-toggle__icon:before:hover,
  .hours-toggle__icon:before:focus,
  .hours-toggle__icon:before:active,
  .hours-toggle__icon:after:hover,
  .hours-toggle__icon:after:focus,
  .hours-toggle__icon:after:active {
    background-color: #575651; }
  @media (min-width: 48em) {
    .js-hours-toggle,
    .hours-toggle__icon,
    .hours-toggle__icon:before,
    .hours-toggle__icon:after {
      display: none; } }

.js-hours-toggle:hover,
.js-hours-toggle:focus,
.js-hours-toggle:active {
  background-color: #575651; }

.js-hours-toggle {
  top: 20px;
  top: 2rem;
  right: 0;
  position: unset;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: none; }

.user-logged-in .js-hours-toggle {
  top: 50px;
  top: 5rem; }

.lc-branch-select__header {
  margin-top: 0;
  padding: 0;
  background-color: #3eb8e5;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

@media (min-width: 64em) {
  .ie10 .block-lc-branch-select,
  .ie11 .block-lc-branch-select {
    max-width: 409px; } }

.lc-reservation-options__link a {
  background-color: #267e1f;
  color: white;
  border-radius: 4px;
  text-decoration: none; }
  .lc-reservation-options__link a:hover, .lc-reservation-options__link a:focus {
    background-color: #575651;
    color: white;
    text-decoration: none; }

.lc-available-rooms__row {
  border: 1px solid #c5c6c4;
  border-radius: 0; }

.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: #267e1f;
  color: white;
  -webkit-transition: background ease-in-out 250ms;
  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: #575651;
    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: #267e1f;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%; }
    .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: #575651;
      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--available:first-child,
.lc-reservation-openings__quarter--blocked:first-child {
  border-top: 0; }

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

.lc-reservation-openings__actions .button,
.lc-reservation-openings__actions .button {
  background-color: #267e1f; }
  .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: #575651; }

.lc-room__setups {
  -ms-flex-wrap: wrap;
  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-reservation-openings__hide-text {
  font-size: 0; }

.lc-form__header .lc-form__toggle {
  border-radius: 0;
  background-color: #575651; }
  .lc-form__header .lc-form__toggle:hover, .lc-form__header .lc-form__toggle:focus {
    background-color: #575651; }

.lc-form__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.lc-form__filters {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #575651; }
  .lc-form__filters input {
    color: #575651; }
  .lc-form__filters #edit-start-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .lc-form__filters #edit-start-date .form-item {
      margin-top: 0; }
  .lc-form__filters .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .lc-form__filters .form-actions input {
      width: 49%; }
      .lc-form__filters .form-actions input:first-child {
        margin-right: 1%; }
      .lc-form__filters .form-actions input:last-child {
        margin-left: 1%; }
  .lc-form__filters .form-submit,
  .lc-form__filters .button {
    color: black;
    margin: 0;
    border-radius: 0; }
    .lc-form__filters .form-submit:hover, .lc-form__filters .form-submit:focus,
    .lc-form__filters .button:hover,
    .lc-form__filters .button:focus {
      color: black;
      background-color: #efefef; }

.color-coding .lc-checkbox-wrapper .form-item {
  border: 1px solid #575651;
  background-color: white;
  border-left-width: 10px;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.color-coding .lc-checkbox-wrapper--all-ages .form-item {
  border-left-color: black; }

.color-coding .lc-checkbox-wrapper--family .form-item {
  border-left-color: #4877bb; }

.color-coding .lc-checkbox-wrapper--children .form-item {
  border-left-color: #3eb8e5; }

.color-coding .lc-checkbox-wrapper--teens .form-item {
  border-left-color: #82567f; }

.color-coding .lc-checkbox-wrapper--adults .form-item {
  border-left-color: #54b948; }

@media (min-width: 64em) {
  .lc-form__filters {
    margin-right: 0; } }

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

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

.lc-date-icon__item {
  border: 0; }
  .lc-date-icon__item:last-child {
    border-bottom: 0; }

.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: 20px;
  font-size: 2rem; }

.lc-event--upcoming .lc-date-icon__item--day {
  border: 0;
  font-size: 41px;
  line-height: 0.7;
  padding-bottom: 8px;
  padding-bottom: 0.8rem; }

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

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

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

.block-lc-calendar .event-card,
.calendar--upcoming .event-card {
  border-bottom: 2px solid #999999;
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
  overflow: hidden; }
  .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,
.calendar--upcoming .lc-event__title {
  font-size: 24px;
  font-size: 2.4rem; }

.block-lc-calendar .lc-event__link,
.calendar--upcoming .lc-event__link {
  font-weight: bold;
  text-transform: none;
  font-size: 24px;
  font-size: 2.4rem; }

.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: #267e1f;
  font-weight: bold; }
  .block-lc-calendar .lc-event-info__item--categories::before,
  .calendar--upcoming .lc-event-info__item--categories::before {
    content: 'Age Group: ';
    font-weight: normal;
    color: #575651; }

#lc-calendar-upcoming-form .pager__items {
  text-align: right; }
  #lc-calendar-upcoming-form .pager__items .pager__item {
    padding: 0; }
    #lc-calendar-upcoming-form .pager__items .pager__item a {
      padding: 4px;
      padding: 0.4rem;
      font-weight: bold; }

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

.block .calendar__title h2::before, .block .calendar__title h2::after {
  width: 0;
  height: 0; }

.calendar--upcoming .calendar__wrap--header {
  position: relative; }
  .calendar--upcoming .calendar__wrap--header::before {
    content: '';
    position: absolute;
    background-color: #999999;
    width: 100%;
    height: 2px;
    top: 40%; }

.calendar--upcoming .lc-menu-tasks li:last-child {
  margin-right: 0; }

@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; } }

.node--type-lc-closing .lc-event__color-coding .lc-event__color-indicator {
  background-color: #3eb8e5;
  display: block; }

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

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

@media (min-width: 48em) {
  .block-lc-calendar-upcoming-block .lc-event--upcoming {
    width: 50%; } }

@media (min-width: 64em) {
  .block-lc-calendar-upcoming-block .lc-event--upcoming {
    width: 33.333%; } }

.block-lc-calendar-upcoming-block .lc-event--upcoming .event-card {
  padding: 0 0 16px;
  padding: 0 0 1.6rem; }

.block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (min-width: 48em) {
    .block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links::before {
      content: 'View Only:';
      text-transform: uppercase;
      font-weight: bold;
      width: 20%;
      max-width: 11.0rem;
      min-width: 11.0rem; } }
  @media (min-width: 64em) {
    .block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links::before {
      width: 10%; } }
  .block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links .item-list {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 48em) {
      .block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links .item-list {
        width: 80%; } }
    @media (min-width: 64em) {
      .block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links .item-list {
        width: 90%; } }
  .block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links .calendar__link {
    margin: 0;
    min-width: initial; }
    .block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links .calendar__link a {
      display: block;
      text-align: center;
      text-transform: uppercase;
      padding: 0 8px;
      padding: 0 0.8rem;
      -webkit-transition: background ease-in-out 250ms;
      transition: background ease-in-out 250ms;
      border-radius: 0;
      background-color: transparent;
      color: #267e1f;
      font-size: 20px;
      font-size: 2rem; }
      .block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links .calendar__link a:hover, .block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links .calendar__link a:focus {
        background-color: transparent;
        color: #267e1f;
        text-decoration: underline; }
  .block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links .calendar__link--all-events a {
    background-color: #575651;
    color: white;
    padding: 8px 16px;
    padding: 0.8rem 1.6rem; }
    .block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links .calendar__link--all-events a:hover, .block-lc-calendar-upcoming-block .calendar--upcoming .calendar__links .calendar__link--all-events a:focus {
      background-color: #267e1f;
      color: white;
      text-decoration: none; }

.block-lc-calendar-upcoming-block .calendar__links.hidden-before::before {
  display: none; }

.block-lc-calendar-upcoming-block .lc-event__event-details {
  margin-left: 8px;
  margin-left: 0.8rem; }

@media (min-width: 48em) {
  .block-lc-calendar-upcoming-block .calendar__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.block-lc-calendar-upcoming-block .calendar__links .calendar__link {
  margin: 8px;
  margin: 0.8rem;
  list-style: none;
  min-width: 150px;
  min-width: 15rem; }
  .block-lc-calendar-upcoming-block .calendar__links .calendar__link a {
    padding: 8px 16px;
    padding: 0.8rem 1.6rem; }

.calendar__month-pager .calendar__pager--left,
.calendar__month-pager .calendar__pager--right {
  background-color: #267e1f;
  -webkit-transition: background ease-in-out 250ms;
  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: #575651; }

.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--all-ages {
  background-color: black; }

.lc-event__color-indicator--children {
  background-color: #3eb8e5; }

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

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

.lc-form__content {
  width: 100%; }
  @media (min-width: 64em) {
    .lc-form__content {
      padding-left: 0; }
      .lc-form__content.active {
        padding-left: 1.6rem;
        width: 75%; } }

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

.ie10 .calendar__title,
.ie11 .calendar__title {
  z-index: 1; }

.ie10 .calendar__pager,
.ie11 .calendar__pager {
  z-index: 2; }

.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 .layout__region--main,
.page-node-type-lc-event .layout__region--main,
.page-node-type-lc-reservation .layout__region--main {
  max-width: 1200px;
  margin: 0 auto; }

.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;
  position: relative; }
  .page-node-type-lc-closing .lc-event__menu-tasks::before,
  .page-node-type-lc-event .lc-event__menu-tasks::before,
  .page-node-type-lc-reservation .lc-event__menu-tasks::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #999999;
    top: 45%; }
  .page-node-type-lc-closing .lc-event__menu-tasks .tabs,
  .page-node-type-lc-event .lc-event__menu-tasks .tabs,
  .page-node-type-lc-reservation .lc-event__menu-tasks .tabs {
    position: relative;
    text-align: right; }
  .page-node-type-lc-closing .lc-event__menu-tasks .tabs li:last-child,
  .page-node-type-lc-event .lc-event__menu-tasks .tabs li:last-child,
  .page-node-type-lc-reservation .lc-event__menu-tasks .tabs li:last-child {
    margin-right: 0; }

.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 {
  padding-left: 0; }

.page-node-type-lc-closing .lc-event__sidebar--first .lc-date-icon__item--day,
.page-node-type-lc-event .lc-event__sidebar--first .lc-date-icon__item--day,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-date-icon__item--day {
  line-height: 1.2; }

.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__item--room,
.page-node-type-lc-event .lc-event__sidebar--first .lc-event-info__item--room,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-event-info__item--room {
  color: #267e1f;
  font-size: 20px;
  font-size: 2rem;
  text-transform: none; }

.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: #267e1f;
  border-radius: 4px;
  text-decoration: none; }
  .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: #575651; }

.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,
.page-node-type-lc-event .lc-event__sidebar--first .lc-event-location,
.page-node-type-lc-reservation .lc-event__sidebar--first .lc-event-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .page-node-type-lc-closing .lc-event__sidebar--first .lc-event-location .lc-event__branch-image,
  .page-node-type-lc-event .lc-event__sidebar--first .lc-event-location .lc-event__branch-image,
  .page-node-type-lc-reservation .lc-event__sidebar--first .lc-event-location .lc-event__branch-image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .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;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .page-node-type-lc-closing .lc-event__sidebar--first .lc-event-location .lc-event-location__address,
  .page-node-type-lc-event .lc-event__sidebar--first .lc-event-location .lc-event-location__address,
  .page-node-type-lc-reservation .lc-event__sidebar--first .lc-event-location .lc-event-location__address {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .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: 18px;
    font-size: 1.8rem;
    text-transform: none;
    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: #267e1f;
      border-radius: 2px;
      text-transform: uppercase;
      -webkit-transition: background ease-in-out 250ms;
      transition: background ease-in-out 250ms;
      text-decoration: none; }
      .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 {
        text-decoration: none;
        background-color: #575651; }
  .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: #267e1f; }
    .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;
      font-weight: normal; }
  .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;
    border-radius: 2px; }
    .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;
    padding: 0; }

.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: #267e1f;
  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 .header h2,
  .page-node-type-lc-event .lc-event-actions__container .header h2,
  .page-node-type-lc-reservation .lc-event-actions__container .header h2 {
    font-size: 18px;
    font-size: 1.8rem; }

.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: #267e1f;
  -webkit-transition: background ease-in-out 250ms;
  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: #575651;
    text-decoration: none; }

.page-node-type-lc-closing #attendance-fieldset-wrapper .lc-form__remove,
.page-node-type-lc-event #attendance-fieldset-wrapper .lc-form__remove,
.page-node-type-lc-reservation #attendance-fieldset-wrapper .lc-form__remove {
  background-color: #267e1f; }
  .page-node-type-lc-closing #attendance-fieldset-wrapper .lc-form__remove:hover, .page-node-type-lc-closing #attendance-fieldset-wrapper .lc-form__remove:focus,
  .page-node-type-lc-event #attendance-fieldset-wrapper .lc-form__remove:hover,
  .page-node-type-lc-event #attendance-fieldset-wrapper .lc-form__remove:focus,
  .page-node-type-lc-reservation #attendance-fieldset-wrapper .lc-form__remove:hover,
  .page-node-type-lc-reservation #attendance-fieldset-wrapper .lc-form__remove:focus {
    background-color: #575651; }

.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: #358d2e;
  height: 50px;
  width: 50px;
  border-radius: 0; }
  .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: #575651; }

.lc-event__registration-list .view-header a {
  background-color: #267e1f;
  color: white;
  padding: 4px 8px;
  padding: 0.4rem 0.8rem;
  -webkit-transition: background ease-in-out 250ms;
  transition: background ease-in-out 250ms;
  margin: 8px 0;
  margin: 0.8rem 0;
  border-radius: 4px;
  text-decoration: none; }
  .lc-event__registration-list .view-header a:hover, .lc-event__registration-list .view-header a:focus {
    background-color: #575651;
    color: white;
    text-decoration: none; }

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

.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__layout,
.featured__section {
  width: 100%; }

.featured__section {
  padding: 16px;
  padding: 1.6rem; }

.featured__section--green-background {
  background-color: rgba(84, 185, 72, 0.2); }
  .featured__section--green-background .block:last-child {
    margin-bottom: 0; }

@media (min-width: 48em) {
  .featured__section--middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; } }

.featured__section--middle .featured__column--left,
.featured__section--middle .featured__column--middle,
.featured__section--middle .featured__column--right {
  float: none;
  margin-right: 0; }

@media (min-width: 48em) {
  .featured__section--middle .featured__column--left {
    padding-right: 1.6rem; } }

@media (min-width: 48em) {
  .featured__section--middle .featured__column--middle {
    padding: 0 0.8rem; } }

@media (min-width: 48em) {
  .featured__section--middle .featured__column--right {
    padding-left: 1.6rem; } }

.featured__section--blue-background {
  background-color: rgba(62, 184, 229, 0.2); }

.path-frontpage .featured__section {
  padding: 0; }

.path-frontpage .block-region-green,
.path-frontpage .featured__section--middle,
.path-frontpage .block-region-blue,
.path-frontpage .featured__section--bottom {
  max-width: 1200px;
  margin: 0 auto; }

.path-frontpage .block-region-green,
.path-frontpage .block-region-blue,
.path-frontpage .featured__section--bottom {
  padding: 16px;
  padding: 1.6rem; }

.path-frontpage .featured__section--middle {
  padding: 50px 16px;
  padding: 5rem 1.6rem; }

.path-frontpage .featured__column {
  padding-bottom: 0; }
  @media (min-width: 48em) {
    .path-frontpage .featured__column .block {
      margin-bottom: 0; } }

@media (min-width: 64em) {
  .path-frontpage .block-region-green,
  .path-frontpage .block-region-blue,
  .path-frontpage .featured__section--bottom {
    padding: 1.6rem 0; } }

.path-frontpage .featured__section--top {
  padding: 16px 0;
  padding: 1.6rem 0;
  max-width: 2500px;
  margin: 0 auto; }

.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; } }

.two-column__layout,
.two-column__section--top,
.two-column__wrapper,
.two-column__section--middle,
.two-column__section--bottom {
  width: 100%; }

.two-column__wrapper {
  display: block; }
  @media (min-width: 48em) {
    .two-column__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  .two-column__wrapper .two-column__section {
    width: 100%; }
    @media (min-width: 48em) {
      .two-column__wrapper .two-column__section {
        width: 50%; } }

@media (min-width: 48em) {
  .two-column__section--left {
    padding-right: 1.6rem; } }

@media (min-width: 48em) {
  .two-column__section--right {
    padding-left: 1.6rem; } }

.three-column__layout,
.three-column__section--top,
.three-column__wrapper,
.three-column__section--middle,
.three-column__section--bottom {
  width: 100%; }

.three-column__wrapper {
  display: block; }
  @media (min-width: 48em) {
    .three-column__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  .three-column__wrapper .three-column__section {
    width: 100%; }
    @media (min-width: 48em) {
      .three-column__wrapper .three-column__section {
        width: 33.333%; } }

.three-column__section--left {
  padding-right: 8px;
  padding-right: 0.8rem; }

.three-column__section--mid {
  padding: 0 4px;
  padding: 0 0.4rem; }

.three-column__section--right {
  padding-left: 8px;
  padding-left: 0.8rem; }

@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; } }
