html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, Helvetica, 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: 1200px;
  margin: 0 auto;
  padding: 0;
  font-size: 100%;
  line-height: 1.5;
  color: #778898;
  background-color: #efefef; }

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

template {
  display: none; }

section {
  margin: 0; }

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

/**
 * 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 250ms;
  transition: all ease-in-out 250ms;
  display: inline-block;
  background-color: #333333;
  color: white;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  min-height: 43px;
  min-height: 4.3rem;
  border: none;
  border-radius: 4px;
  border-radius: 0; }
  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: #778898;
    color: white;
    text-decoration: none; }

a.button {
  background-color: #333333;
  color: white;
  padding: 12.5px 20px;
  padding: 1.25rem 2rem;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out; }
  a.button:hover, a.button:focus {
    background-color: #778898;
    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;
  color: black; }

/**
 * 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 8px;
  padding: 0 0.8rem;
  height: 43px;
  height: 4.3rem; }

textarea {
  border: 1px solid #778898; }

form {
  display: block; }

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: transparent;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem; }
  th.active,
  td.active {
    background: #707070; }
  .even th.active, .even
  td.active {
    background: #ebebeb; }

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

/* An example of importing a custom font */
/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../assets/fonts/roboto/roboto-reg.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

html {
  font-size: 62.5%; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  margin: 8px 0;
  margin: 0.8rem 0;
  color: black; }

h1 {
  font-size: 32px;
  font-size: 3.2rem; }

h2 {
  font-size: 26px;
  font-size: 2.6rem; }

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

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900; }

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

h6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900; }

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: #4877bb;
  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: #002e6c;
    text-decoration: none;
    outline: 0; }

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

b,
strong {
  font-weight: 700; }

blockquote {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }

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

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

.l-center {
  padding: 16px;
  padding: 1.6rem; }
  @media (min-width: 48em) {
    .l-center {
      padding: 3.2rem 10.2rem 3.2rem 3.2rem; } }

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

.region__branding,
.region__header {
  width: 100%; }
  @media (min-width: 48em) {
    .region__branding,
    .region__header {
      width: 50%; } }

@media (min-width: 48em) {
  .region__branding {
    padding-right: 0.8rem; } }

@media (min-width: 48em) {
  .region__header {
    padding-left: 0.8rem; } }

.layout__region--navigation,
.layout__region--search {
  width: 100%; }

.region-navigation {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  margin: 16px 0;
  margin: 1.6rem 0;
  border-radius: 4px; }
  @media (min-width: 64em) {
    .region-navigation {
      max-height: 100% !important;
      overflow: visible; } }
  .region-navigation.active {
    max-height: 100%; }
  .region-navigation .menu__menu-link {
    text-transform: uppercase; }
  .region-navigation .menu {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0; }
    @media (min-width: 64em) {
      .region-navigation .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .region-navigation .menu--level-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 64em) {
      .region-navigation .menu--level-0 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .region-navigation .menu--level-1,
  .region-navigation .menu--level-2 {
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    @media (min-width: 64em) {
      .region-navigation .menu--level-1,
      .region-navigation .menu--level-2 {
        position: absolute;
        min-width: 100%;
        height: auto;
        -webkit-transform: translate3d(-9999px, 0, 0);
        transform: translate3d(-9999px, 0, 0); } }
  .region-navigation .menu__menu-item {
    padding: 0;
    margin: 0;
    display: block;
    position: relative; }
    .region-navigation .menu__menu-item:hover .menu--level-1, .region-navigation .menu__menu-item:focus .menu--level-1 {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .region-navigation .menu__menu-item .menu__menu-link {
      padding: 8px 16px;
      padding: 0.8rem 1.6rem; }
      @media (min-width: 64em) {
        .region-navigation .menu__menu-item .menu__menu-link {
          padding: 0; } }
    @media (min-width: 64em) {
      .region-navigation .menu__menu-item:first-child .menu__menu-link--level-0 {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px; } }
  @media (min-width: 64em) {
    .region-navigation .menu--level-1 {
      z-index: 1; } }
  .region-navigation .menu--level-1 .menu__menu-item:hover .menu--level-2, .region-navigation .menu--level-1 .menu__menu-item:focus .menu--level-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 100%;
    top: -1px; }
  .region-navigation li:nth-last-child(-n+2):hover > .menu, .region-navigation li:nth-last-child(-n+2):focus > .menu {
    right: 0;
    left: auto; }
    .region-navigation li:nth-last-child(-n+2):hover > .menu li:hover .menu,
    .region-navigation li:nth-last-child(-n+2):hover > .menu li:focus .menu, .region-navigation li:nth-last-child(-n+2):focus > .menu li:hover .menu,
    .region-navigation li:nth-last-child(-n+2):focus > .menu li:focus .menu {
      right: 100%;
      left: auto; }
  .region-navigation .menu__menu-item--level-0 {
    width: 100%;
    position: relative;
    font-weight: 900;
    padding: 0; }
    @media (min-width: 64em) {
      .region-navigation .menu__menu-item--level-0::before {
        content: '';
        display: block;
        width: 1px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0; } }
    @media (min-width: 64em) {
      .region-navigation .menu__menu-item--level-0 {
        width: initial; } }
    .region-navigation .menu__menu-item--level-0 .menu__menu-link {
      display: block;
      position: relative;
      padding: 8px;
      padding: 0.8rem;
      -webkit-transition: all ease-in-out 250ms;
      transition: all ease-in-out 250ms; }
      .region-navigation .menu__menu-item--level-0 .menu__menu-link:hover, .region-navigation .menu__menu-item--level-0 .menu__menu-link:focus {
        text-decoration: none; }
  @media (min-width: 64em) {
    .region-navigation .menu--level-1 {
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; } }
  .region-navigation .menu__menu-link--level-1 {
    padding-right: 16px;
    padding-right: 1.6rem; }
    @media (min-width: 64em) {
      .region-navigation .menu__menu-link--level-1 {
        padding-right: 0;
        padding: 1.2rem;
        width: initial; }
        .region-navigation .menu__menu-link--level-1:last-child {
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px; } }
    .region-navigation .menu__menu-link--level-1 .menu__menu-subtitle {
      display: none;
      margin-top: 4px;
      margin-top: 0.4rem; }
      @media (min-width: 48em) {
        .region-navigation .menu__menu-link--level-1 .menu__menu-subtitle {
          display: block; } }

@media (min-width: 64em) {
  .menu--level-2 {
    border-radius: 4px;
    border-top-left-radius: 0; } }

@media (min-width: 64em) {
  .menu__menu-item--level-2:first-child .menu__menu-link--level-2 {
    border-top-right-radius: 4px; }
  .menu__menu-item--level-2:last-child .menu__menu-link--level-2 {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; } }

.menu__menu-item {
  border-top: 1px solid #515151; }
  .menu__menu-item:nth-last-child(-n+1) .menu--level-2 {
    border-top-right-radius: 0;
    border-top-left-radius: 4px; }
  .menu__menu-item:nth-last-child(-n+1) .menu__menu-item--level-2:first-child .menu__menu-link--level-2 {
    border-top-right-radius: 0;
    border-top-left-radius: 4px; }
  @media (min-width: 64em) {
    .menu__menu-item {
      border-top: 0; } }

.navigation__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 64em) {
    .navigation__toggle {
      display: none; } }
  .navigation__toggle:hover, .navigation__toggle:focus, .navigation__toggle:active {
    outline: none; }
  .navigation__toggle::before {
    content: '';
    display: block;
    position: relative;
    margin: auto;
    top: 8px;
    width: 28px;
    height: 3px;
    -webkit-transition: all cubic-bezier(0.42, 0, 0.19, 1.35) 250ms;
    transition: all cubic-bezier(0.42, 0, 0.19, 1.35) 250ms; }
  .navigation__toggle::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    display: block;
    position: absolute;
    top: 26px;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.42, 0, 0.19, 1.35) 250ms;
    transition: all cubic-bezier(0.42, 0, 0.19, 1.35) 250ms; }
  .navigation__toggle.active::before {
    width: 4px;
    height: 10px; }
  .navigation__toggle.active::after {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    opacity: 1; }

.layout__navigation .menu {
  /* Toggle animation */ }
  .layout__navigation .menu .menu__menu-item--expanded {
    position: relative; }
    .layout__navigation .menu .menu__menu-item--expanded::before {
      content: 'click to expand';
      text-indent: 100%;
      padding: 0;
      overflow: hidden;
      white-space: nowrap;
      display: inline-block;
      width: 8px;
      width: 0.8rem;
      height: 8px;
      height: 0.8rem;
      background-image: url("../assets/dist/icons/chevron-down.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-size: 1.6rem;
      display: block;
      width: 60px;
      height: 37px;
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      line-height: 40px;
      line-height: 4rem;
      z-index: 1; }
      @media (min-width: 64em) {
        .layout__navigation .menu .menu__menu-item--expanded::before {
          display: none;
          visibility: hidden; } }
    .layout__navigation .menu .menu__menu-item--expanded.active::before {
      content: 'click to collapse';
      text-indent: 100%;
      padding: 0;
      overflow: hidden;
      white-space: nowrap;
      display: inline-block;
      width: 8px;
      width: 0.8rem;
      height: 8px;
      height: 0.8rem;
      background-image: url("../assets/dist/icons/chevron-up.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-size: 1.6rem;
      width: 60px;
      height: 37px; }
      @media (min-width: 64em) {
        .layout__navigation .menu .menu__menu-item--expanded.active::before {
          display: none;
          visibility: hidden; } }
  @media (min-width: 64em) {
    .layout__navigation .menu .menu__child .menu__menu-item {
      -webkit-transition: background ease-in-out 250ms;
      transition: background ease-in-out 250ms; } }
  @media (min-width: 64em) {
    .layout__navigation .menu .menu__child .menu__menu-item--expanded::before {
      content: '';
      display: block;
      visibility: visible;
      width: 0.5rem;
      height: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 35%;
      right: 1.6rem;
      -ms-flex-item-align: center;
      align-self: center;
      background-image: none; }
    .layout__navigation .menu .menu__child .menu__menu-item--expanded .menu__menu-link {
      padding-right: 1.6rem; } }
  .layout__navigation .menu .menu__menu-item--expanded {
    -webkit-transition: all ease-in-out;
    transition: all ease-in-out;
    /* Override the mobile slide toggle */ }
    @media (min-width: 64em) {
      .layout__navigation .menu .menu__menu-item--expanded > .menu {
        display: block !important; } }

.region-navigation {
  background-color: #333333; }

.menu__menu-link {
  color: white; }

@media (min-width: 64em) {
  li.menu__menu-item.menu__menu-item--level-0.menu__menu-item,
  li.menu__menu-item.menu__menu-item--level-1.menu__menu-item {
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms; }
    li.menu__menu-item.menu__menu-item--level-0.menu__menu-item:hover, li.menu__menu-item.menu__menu-item--level-0.menu__menu-item:focus,
    li.menu__menu-item.menu__menu-item--level-1.menu__menu-item:hover,
    li.menu__menu-item.menu__menu-item--level-1.menu__menu-item:focus {
      background-color: #778898; } }

.menu__menu-item--level-0 .menu__menu-link {
  background-color: #333333;
  color: white; }
  .menu__menu-item--level-0 .menu__menu-link:hover, .menu__menu-item--level-0 .menu__menu-link:focus {
    background-color: #778898; }
  .menu__menu-item--level-0 .menu__menu-link.is-active {
    color: white; }
  @media (min-width: 64em) {
    .menu__menu-item--level-0 .menu__menu-link {
      background-color: transparent; }
      .menu__menu-item--level-0 .menu__menu-link.is-active {
        color: white; }
      .menu__menu-item--level-0 .menu__menu-link:hover, .menu__menu-item--level-0 .menu__menu-link:focus {
        background-color: transparent; } }

.menu--level-1,
.menu--level-2,
.menu--level-3 {
  background-color: #333333; }
  @media (min-width: 64em) {
    .menu--level-1 .menu__menu-link,
    .menu--level-2 .menu__menu-link,
    .menu--level-3 .menu__menu-link {
      color: white; } }

.menu__menu-item--level-1 .menu__menu-link {
  background-color: #333333; }
  .menu__menu-item--level-1 .menu__menu-link:hover, .menu__menu-item--level-1 .menu__menu-link:focus {
    background-color: #242424; }

@media (min-width: 64em) {
  .menu__menu-item--level-1 .menu__menu-link {
    background: transparent; }
    .menu__menu-item--level-1 .menu__menu-link:hover, .menu__menu-item--level-1 .menu__menu-link:focus {
      background: transparent; } }

.menu__menu-item--level-1 .menu__menu-subtitle {
  color: white; }

.menu__menu-item--level-2 .menu__menu-link {
  background: #242424; }
  .menu__menu-item--level-2 .menu__menu-link:hover, .menu__menu-item--level-2 .menu__menu-link:focus {
    background: #151515; }
  @media (min-width: 64em) {
    .menu__menu-item--level-2 .menu__menu-link {
      background-color: #333333; }
      .menu__menu-item--level-2 .menu__menu-link:hover, .menu__menu-item--level-2 .menu__menu-link:focus {
        background-color: #778898; } }

.navigation__toggle {
  background-color: #333333; }
  .navigation__toggle:hover, .navigation__toggle:focus {
    background-color: #778898; }
  .navigation__toggle::before {
    background-color: white;
    -webkit-box-shadow: 0 -8px 0 0 white, 0 -16px 0 0 white;
    box-shadow: 0 -8px 0 0 white, 0 -16px 0 0 white; }
  .navigation__toggle.active::before {
    -webkit-box-shadow: 0 -8px 0 0 white, 0 -16px 0 0 white;
    box-shadow: 0 -8px 0 0 white, 0 -16px 0 0 white; }
  .navigation__toggle::after {
    border-top: 3px solid white;
    border-left: 3px solid white; }

.layout__navigation .menu .menu__menu-item--expanded::before {
  background-color: rgba(255, 255, 255, 0.1);
  color: white; }
  .layout__navigation .menu .menu__menu-item--expanded::before:hover, .layout__navigation .menu .menu__menu-item--expanded::before:focus {
    background-color: rgba(255, 255, 255, 0.3); }

@media (min-width: 64em) {
  .layout__navigation .menu .menu__child .menu__menu-item--expanded::before {
    background-color: #333333;
    border: 2px solid white;
    border-bottom-color: transparent;
    border-left-color: transparent;
    -webkit-box-shadow: 4px -4px 0 0 #333333, 6px -6px 0 0 white;
    box-shadow: 4px -4px 0 0 #333333, 6px -6px 0 0 white;
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms; }
  .layout__navigation .menu .menu__child .menu__menu-item--expanded:hover::before, .layout__navigation .menu .menu__child .menu__menu-item--expanded:focus::before {
    background-color: #778898;
    -webkit-box-shadow: 4px -4px 0 0 #778898, 6px -6px 0 0 white;
    box-shadow: 4px -4px 0 0 #778898, 6px -6px 0 0 white; } }

.ie10 .navigation__toggle,
.ie11 .navigation__toggle {
  display: block; }
  @media (min-width: 64em) {
    .ie10 .navigation__toggle,
    .ie11 .navigation__toggle {
      display: none; } }

.ie10 .layout__navigation .menu .menu__menu-item--expanded::before,
.ie11 .layout__navigation .menu .menu__menu-item--expanded::before {
  height: 40px;
  height: 4rem; }

.region-search {
  background-color: #333333;
  border-radius: 4px; }

.block-lm-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 8px;
  padding: 0.8rem; }
  @media (min-width: 48em) {
    .block-lm-search {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

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

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

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

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

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

.search-selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  color: black;
  border: none;
  border-radius: 2px;
  padding: 8px;
  padding: 0.8rem;
  padding-right: 16px;
  padding-right: 1.6rem;
  width: 100%;
  height: 100%;
  background-image: url("../assets/dist/icons/arrow--down.svg");
  background-size: 20px;
  background-position: right 5px center;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  font-weight: bold; }

form.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.lm-search-block .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 48em) {
    .lm-search-block .form--inline {
      margin-bottom: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .lm-search-block .form--inline .form-item,
  .lm-search-block .form--inline .form-actions {
    margin: 0; }
  .lm-search-block .form--inline .form-item {
    width: 100%; }
    @media (min-width: 48em) {
      .lm-search-block .form--inline .form-item {
        width: 80%;
        padding-right: 0.8rem; } }
  .lm-search-block .form--inline label {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  .lm-search-block .form--inline .inputText,
  .lm-search-block .form--inline .form-text,
  .lm-search-block .form--inline .form-submit {
    width: 100%; }
  .lm-search-block .form--inline .inputText,
  .lm-search-block .form--inline .form-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 4px;
    margin-bottom: 0.4rem; }
    @media (min-width: 48em) {
      .lm-search-block .form--inline .inputText,
      .lm-search-block .form--inline .form-text {
        margin-bottom: 0; } }
  .lm-search-block .form--inline .form-submit {
    border: none;
    border-radius: 2px;
    background-color: white;
    color: black;
    width: 100%;
    -webkit-transition: background ease-in-out 250ms;
    transition: background ease-in-out 250ms;
    font-weight: bold; }
    .lm-search-block .form--inline .form-submit:hover, .lm-search-block .form--inline .form-submit:focus {
      background-color: #efefef;
      color: black; }
  .lm-search-block .form--inline .form-actions {
    width: 100%; }
    @media (min-width: 48em) {
      .lm-search-block .form--inline .form-actions {
        width: 20%; } }

@media (min-width: 48em) {
  .lm-search-block--account-button {
    padding-left: 0.8rem; } }

.my-account {
  text-align: center;
  width: 100%;
  height: 100%; }

.my-account-link {
  color: black;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  -webkit-transition: background ease-in-out 250ms;
  transition: background ease-in-out 250ms;
  border-radius: 2px;
  height: 100%; }
  .my-account-link:hover, .my-account-link:focus {
    color: black;
    background-color: #efefef; }

.search__toggle {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0;
  background-color: #333333;
  z-index: 70;
  border: none;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  top: 0;
  right: 16px;
  right: 1.6rem;
  left: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative; }
  @media (min-width: 48em) {
    .search__toggle {
      display: none; } }
  .search__toggle::before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    background-color: #333333;
    border: 3px solid white;
    border-radius: 16px;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all cubic-bezier(0.42, 0, 0.19, 1.35) 800ms;
    transition: all cubic-bezier(0.42, 0, 0.19, 1.35) 800ms; }
  .search__toggle::after {
    content: '';
    display: block;
    width: 0;
    height: 16px;
    height: 1.6rem;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: all cubic-bezier(0.42, 0, 0.19, 1.35) 800ms;
    transition: all cubic-bezier(0.42, 0, 0.19, 1.35) 800ms;
    border: 3px solid white;
    border-radius: 4px;
    -webkit-box-shadow: 0px 15px 0px 0px white;
    box-shadow: 0px 15px 0px 0px white;
    margin: 0 auto; }
    @media (min-width: 64em) {
      .search__toggle::after {
        border-color: #c3c3c3;
        -webkit-box-shadow: 0px 15px 0px 0px white;
        box-shadow: 0px 15px 0px 0px white; } }
  .search__toggle.active {
    border-width: 0px; }
    .search__toggle.active::before {
      width: 0;
      height: 30px;
      height: 3rem;
      -webkit-transform: rotate(-40deg);
      transform: rotate(-40deg);
      border-width: 1px; }
    .search__toggle.active::after {
      height: 30px;
      height: 3rem;
      -webkit-transform: rotate(400deg);
      transform: rotate(400deg);
      -webkit-box-shadow: none;
      box-shadow: none;
      border-width: 1px; }
  .search__toggle:hover, .search__toggle:focus, .search__toggle:active {
    background-color: #778898;
    outline: none; }
    .search__toggle:hover::before, .search__toggle:focus::before, .search__toggle:active::before {
      background-color: #778898; }

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

.lm-search-block--account-button {
  max-height: 100%; }

.ie10 .search__toggle,
.ie11 .search__toggle {
  display: block !important; }
  @media (min-width: 48em) {
    .ie10 .search__toggle,
    .ie11 .search__toggle {
      display: none !important; } }

@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 {
  width: 100%; }
  @media (min-width: 48em) {
    .region-pre-footer .block {
      width: 50%; }
      .region-pre-footer .block:nth-child(2n-1) {
        padding-right: 0.8rem; }
      .region-pre-footer .block:nth-child(2n-2) {
        padding-left: 0.8rem; } }

.layout-footer__wrapper {
  background-color: #1e1e1e;
  padding: 0 16px;
  padding: 0 1.6rem;
  color: white; }
  .layout-footer__wrapper h2,
  .layout-footer__wrapper a {
    color: white; }
  .layout-footer__wrapper a {
    font-weight: bold;
    text-transform: uppercase; }
    .layout-footer__wrapper a:hover, .layout-footer__wrapper a:focus {
      text-decoration: underline; }

.layout-footer__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 0;
  padding: 0.8rem 0; }

@media (min-width: 48em) {
  .region-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; } }

.region-footer .block {
  padding: 0;
  margin: 0;
  width: 100%; }
  @media (min-width: 48em) {
    .region-footer .block {
      -webkit-box-flex: 50%;
      -ms-flex: 50%;
      flex: 50%;
      width: 50%;
      padding: 0; }
      .region-footer .block:nth-child(2n-1) {
        padding-right: 0.8rem; }
      .region-footer .block:nth-child(2n-2) {
        padding-left: 0.8rem; } }
  @media (min-width: 64em) {
    .region-footer .block {
      padding: 0 0.8rem;
      -webkit-box-flex: 25%;
      -ms-flex: 25%;
      flex: 25%; }
      .region-footer .block:nth-child(2n-1), .region-footer .block:nth-child(2n-2) {
        padding-left: 0;
        padding-right: 0; }
      .region-footer .block:nth-child(4n-3) {
        padding-right: 0.8rem; }
      .region-footer .block:nth-child(4n-2) {
        padding: 0 0.55rem 0 0.3rem; }
      .region-footer .block:nth-child(4n-1) {
        padding: 0 0.3rem 0 0.55rem; }
      .region-footer .block:nth-child(4n-4) {
        padding-left: 0.8rem; } }

.layout__region--main {
  min-height: 50vh; }

a.focusable:focus {
  color: white;
  background-color: #002e6c;
  display: block;
  text-align: center;
  padding: 4px 16px;
  padding: 0.4rem 1.6rem;
  font-size: 16px;
  font-size: 1.6rem; }

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

.layout__flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-top: -2rem; }

.region__section--featured {
  width: 100%; }

.region__content {
  width: 100%; }

.region__content--has-sidebar-first,
.region__content--has-sidebar-second {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 48em) {
    .region__content--has-sidebar-first,
    .region__content--has-sidebar-second {
      width: 60%; } }
  @media (min-width: 64em) {
    .region__content--has-sidebar-first,
    .region__content--has-sidebar-second {
      width: 70%; } }

.region__sidebar {
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }
  @media (min-width: 48em) {
    .region__sidebar {
      width: 40%; } }
  @media (min-width: 64em) {
    .region__sidebar {
      width: 30%; } }
  .region__sidebar.layout__sidebar--two-sidebars {
    width: 25%; }
    @media (min-width: 64em) {
      .region__sidebar.layout__sidebar--two-sidebars {
        width: 20%; } }

.region__sidebar--second {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.region__content--has-sidebar-first.region__content--has-sidebar-second {
  width: 50%; }
  @media (min-width: 64em) {
    .region__content--has-sidebar-first.region__content--has-sidebar-second {
      width: 60%; } }

.region-sidebar-second {
  padding: 0 0 16px;
  padding: 0 0 1.6rem; }
  @media (min-width: 48em) {
    .region-sidebar-second {
      padding: 0 0 1.6rem 1.6rem; } }

.align-left,
.align-right {
  margin: 0 8px;
  margin: 0 0.8rem; }

.toggle-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px 0;
  margin: 1.6rem 0;
  background-color: #778898;
  border-radius: 4px; }
  @media (min-width: 48em) {
    .toggle-buttons {
      background-color: none; } }
  @media (min-width: 64em) {
    .toggle-buttons {
      margin: 0; } }

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

.tabs a {
  background-color: #333333;
  color: white;
  border-radius: 4px;
  border-bottom: 0;
  -webkit-transition: background ease-in-out 250ms;
  transition: background ease-in-out 250ms; }
  .tabs a.is-active {
    color: white;
    background-color: #778898;
    border-bottom: 0; }
  .tabs a:hover, .tabs a:focus {
    color: white;
    background-color: #778898; }

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

.site-logo {
  display: block; }

.lc-branch-select__wrapper {
  width: 100%; }
  @media (min-width: 64em) {
    .lc-branch-select__wrapper {
      width: 80%;
      float: right; } }

.lc-branch-select__header {
  background-color: #ab162b;
  padding: 0 8px 0 4px;
  padding: 0 0.8rem 0 0.4rem;
  margin-top: 16px;
  margin-top: 1.6rem; }

.lc-branch-select__select-input {
  background-color: #ab162b;
  padding: 8px 4px 0 8px;
  padding: 0.8rem 0.4rem 0 0.8rem; }

.lc-branch-select__hours {
  margin-top: 8px;
  margin-top: 0.8rem; }

.lc-branch-select__address {
  margin-top: 4px;
  margin-top: 0.4rem; }

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

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

.ie10 .calendar__wrap--header,
.ie11 .calendar__wrap--header {
  display: block; }
  .ie10 .calendar__wrap--header .tabs,
  .ie11 .calendar__wrap--header .tabs {
    text-align: right; }
  @media (min-width: 48em) {
    .ie10 .calendar__wrap--header .calendar__month-pager,
    .ie11 .calendar__wrap--header .calendar__month-pager {
      float: left; } }
  @media (min-width: 48em) {
    .ie10 .calendar__wrap--header .calendar__menu-tasks,
    .ie11 .calendar__wrap--header .calendar__menu-tasks {
      float: right; } }

.ie10 .calendar--month .calendar__wrap--grid,
.ie11 .calendar--month .calendar__wrap--grid {
  clear: both; }

.linked-block {
  position: relative; }

.linked-block__title-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 8px;
  padding: 0.8rem;
  background-color: rgba(0, 0, 0, 0.6); }

.linked-block__title,
.linked-block__subtitle {
  color: white; }
  .linked-block__title:hover, .linked-block__title:focus,
  .linked-block__subtitle:hover,
  .linked-block__subtitle:focus {
    color: white; }

.linked-block__image img {
  width: 100%; }

.linked-block__title {
  margin-bottom: 4px;
  margin-bottom: 0.4rem; }

.linked-title-block__image img {
  margin: 0 auto; }

.linked-title-block__title {
  color: #333333;
  -webkit-transition: color ease-in-out 250ms;
  transition: color ease-in-out 250ms; }
  .linked-title-block__title:hover, .linked-title-block__title:focus {
    color: #778898; }

.blog__button {
  display: block;
  border-radius: 4px;
  background-color: #333333;
  color: white;
  text-transform: uppercase;
  padding: 4px;
  padding: 0.4rem;
  margin-top: 8px;
  margin-top: 0.8rem;
  text-align: center;
  -webkit-transition: background ease-in-out 250ms;
  transition: background ease-in-out 250ms; }
  .blog__button:hover, .blog__button:focus {
    background-color: #778898;
    color: white;
    text-decoration: none; }

.blog-page .blog__body img,
.blog-block .blog__body img {
  display: none; }

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

@media (min-width: 64em) {
  .blog-page .view-content {
    width: 75%;
    float: right; } }

.blog-page.collapsed .view-content {
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }
  @media (min-width: 64em) {
    .blog-page.collapsed .view-content {
      width: 100%; } }

.blog-page .views-row {
  background-color: white;
  border: 3px solid #333333;
  border-radius: 4px;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem; }

.blog-page .blog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0;
  padding-bottom: 0; }

.blog-page .blog__featured-image {
  width: 100%; }
  @media (min-width: 48em) {
    .blog-page .blog__featured-image {
      width: 50%;
      padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .blog-page .blog__featured-image {
      width: 33.333%; } }

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

.blog-page .blog__button {
  margin-top: 0; }

.blog-block .image-style-tx-blog-featured {
  margin: 0 auto; }

.blog-block .views-row {
  border-bottom: 2px solid #333333;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  .blog-block .views-row:last-child {
    border-bottom: 0; }

.blog-block .blog__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;
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }

.blog-block .blog__featured-image {
  width: 100%; }
  @media (min-width: 64em) {
    .blog-block .blog__featured-image {
      padding-right: 0.8rem;
      width: 33.333%; } }

.blog-block .blog__info {
  width: 100%;
  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) {
    .blog-block .blog__info {
      padding-left: 0.8rem;
      width: 66.666%; } }

.blog-block .blog__image {
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }
  .blog-block .blog__image img {
    margin: 0 auto;
    max-height: 200px;
    width: auto; }
    @media (min-width: 64em) {
      .blog-block .blog__image img {
        max-height: 100%;
        margin: 0; } }

.blog-block .blog__title {
  margin: 0; }

.blog-block .blog__more-link {
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }

.blog-block .button {
  margin: 8px 0;
  margin: 0.8rem 0;
  text-align: center; }

.blog-link {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  .blog-link a {
    background-color: #333333;
    color: white;
    -webkit-transition: background ease-in-out 250ms;
    transition: background ease-in-out 250ms;
    padding: 4px 8px;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    display: block;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 48em) {
      .blog-link a {
        padding: 0.8rem; } }
    .blog-link a:hover, .blog-link a:focus {
      background-color: #778898;
      color: white; }

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

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

.blog--full .blog__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

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

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

.blog--full .blog__user-info {
  display: -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: 16px 0;
  margin: 1.6rem 0;
  padding-top: 16px;
  padding-top: 1.6rem;
  border-top: 3px solid #333333; }

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

.blog--full .blog__user-column--left {
  display: -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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-bottom: 3px solid #333333;
  padding-bottom: 16px;
  padding-bottom: 1.6rem; }
  @media (min-width: 48em) {
    .blog--full .blog__user-column--left {
      padding-bottom: 0;
      padding-right: 1.6rem;
      border-bottom: 0;
      border-right: 3px solid #333333; } }

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

.blog--full .blog__sort {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

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

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

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

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

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

.ie-2 {
  display: none; }

.ie10 .blog-block .view-content,
.ie11 .blog-block .view-content {
  display: block; }
  @media (min-width: 48em) {
    .ie10 .blog-block .view-content,
    .ie11 .blog-block .view-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

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

.book-river-slider__slides {
  padding: 0;
  position: relative;
  margin: 0; }
  @media (min-width: 48em) {
    .book-river-slider__slides {
      padding: 0 3.2rem; } }
  .book-river-slider__slides button.slick-next,
  .book-river-slider__slides button.slick-prev {
    margin: 0;
    background-color: rgba(51, 51, 51, 0.3);
    position: absolute;
    bottom: 0;
    border-radius: 4px; }
    @media (min-width: 48em) {
      .book-river-slider__slides button.slick-next,
      .book-river-slider__slides button.slick-prev {
        width: 32px;
        height: 32px;
        min-height: 32px;
        background-size: 20px;
        top: 30%; } }
    .book-river-slider__slides button.slick-next:hover, .book-river-slider__slides button.slick-next:focus,
    .book-river-slider__slides button.slick-prev:hover,
    .book-river-slider__slides button.slick-prev:focus {
      background-color: rgba(51, 51, 51, 0.5); }
  .book-river-slider__slides button.slick-next {
    margin-right: 0;
    right: 0; }
  .book-river-slider__slides button.slick-prev {
    margin-left: 0;
    left: 0; }

.book-river--teaser {
  padding: 0 4px;
  padding: 0 0.4rem;
  margin-bottom: 0; }
  .book-river--teaser .book-river__content-wrapper {
    padding: 0;
    position: relative; }
  .book-river--teaser .book-river__content--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    min-height: 200px;
    min-height: 20rem; }
  .book-river--teaser .book-river__content--upper-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .book-river--teaser .book-river__content--lower-link {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300; }
  .book-river--teaser h3.book-river__content--label {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem; }
  .book-river--teaser h4.book-river__content--author {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0;
    margin-bottom: 4px;
    margin-bottom: 0.4rem; }
  .book-river--teaser .book-river__content--body {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300; }

.book-river-slider__slide .book-river__content-wrapper--hover {
  position: absolute;
  top: 999px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 100;
  padding: 4px;
  padding: 0.4rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  display: block; }
  .book-river-slider__slide .book-river__content-wrapper--hover a {
    color: white; }

.book-river-slider__slide:hover .book-river__content-wrapper--hover, .book-river-slider__slide:focus .book-river__content-wrapper--hover {
  top: 0; }

.book-river-slider__slide .book-river__content--label {
  color: white; }

@media (min-width: 48em) {
  .book-river--full .book-river__content-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; } }

.book-river--full .book-river__column {
  width: 100%; }
  @media (min-width: 48em) {
    .book-river--full .book-river__column {
      width: 50%; }
      .book-river--full .book-river__column:nth-child(2n-1) {
        padding-right: 0.8rem; }
      .book-river--full .book-river__column:nth-child(2n-2) {
        padding-left: 0.8rem; } }

@media (min-width: 64em) {
  .book-river--full .book-river__column--left {
    width: 33.333%; } }

@media (min-width: 64em) {
  .book-river--full .book-river__column--right {
    width: 66.666%; } }

.book-river--full .book-river__content--button {
  margin: 0;
  display: block;
  text-align: center; }
  @media (min-width: 64em) {
    .book-river--full .book-river__content--button {
      display: inline-block; } }

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

.career-opportunity {
  width: 100%; }
  @media (min-width: 64em) {
    .career-opportunity {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .career-opportunity:nth-child(2n-1) {
        padding-right: 0.8rem; }
      .career-opportunity:nth-child(2n-2) {
        padding-left: 0.8rem; } }

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

.opportunity__button {
  display: block;
  color: white;
  background-color: #333333;
  padding: 4px;
  padding: 0.4rem;
  text-align: center;
  -webkit-transition: background ease-in-out 250ms;
  transition: background ease-in-out 250ms;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  text-transform: uppercase; }
  .opportunity__button:hover, .opportunity__button:focus {
    background-color: #778898;
    color: white; }

.career-opportunity__item--teaser {
  border: 3px solid #333333;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  border-radius: 4px;
  width: 100%; }
  .career-opportunity__item--teaser .opportunity__wrapper--top {
    background-color: #333333;
    padding: 4px 8px;
    padding: 0.4rem 0.8rem;
    text-align: center;
    text-transform: uppercase; }
  .career-opportunity__item--teaser .opportunity__title {
    color: white; }
  .career-opportunity__item--teaser .opportunity__wrapper--bottom {
    padding: 8px 16px;
    padding: 0.8rem 1.6rem; }

@media (min-width: 48em) {
  .career-opportunity__item--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; } }

.opportunity__wrapper--left {
  width: 100%; }
  @media (min-width: 48em) {
    .opportunity__wrapper--left {
      width: 50%;
      padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .opportunity__wrapper--left {
      width: 33.333%; } }
  .opportunity__wrapper--left .opportunity__button {
    display: none; }
    @media (min-width: 48em) {
      .opportunity__wrapper--left .opportunity__button {
        display: block; } }

.opportunity__wrapper--right {
  width: 100%; }
  @media (min-width: 48em) {
    .opportunity__wrapper--right {
      width: 50%;
      padding-left: 0.8rem; } }
  @media (min-width: 64em) {
    .opportunity__wrapper--right {
      width: 66.666%; } }
  .opportunity__wrapper--right .opportunity__button {
    display: block; }
    @media (min-width: 48em) {
      .opportunity__wrapper--right .opportunity__button {
        display: none; } }

@media (min-width: 48em) {
  .view-databases .views-infinite-scroll-content-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; } }

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

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

.l-collapsing-filter.database-block .view-content {
  float: none;
  width: 100%; }
  @media (min-width: 48em) {
    .l-collapsing-filter.database-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; } }

.database {
  padding: 16px;
  padding: 1.6rem;
  height: 100%;
  border: 3px solid #333333;
  border-radius: 4px; }

.database__link {
  display: block; }

.database__image {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 48em) {
    .database__image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .database__image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  @media (min-width: 48em) {
    .ie10 .database__image,
    .ie11 .database__image {
      display: block; } }

.database__label {
  text-align: center; }

.image-style-databases {
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }

.database--full {
  border: 0;
  border-radius: 0;
  padding: 0; }
  .database--full .database__image {
    display: block; }
    @media (min-width: 48em) {
      .database--full .database__image {
        float: right;
        padding-bottom: 0.8rem;
        padding-left: 1.6rem; } }

.database__link--lower {
  text-align: center;
  margin: 16px 0;
  margin: 1.6rem 0; }

.database__content--upper {
  display: block;
  margin-top: 16px;
  margin-top: 1.6rem; }
  @media (min-width: 48em) {
    .database__content--upper {
      display: none; } }

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

.faq-block .views-row {
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }

.faq-section__title {
  color: white;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .faq-section__title::before {
    content: "";
    background-image: url("../assets/dist/icons/chevron-right.svg");
    margin-right: 16px;
    margin-right: 1.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .faq-section__title.collapsed::before {
    -webkit-transform: rotate(0);
    transform: rotate(0); }

.faq-section__content-wrapper {
  border: 2px solid #333333;
  border-top: 0;
  padding: 8px;
  padding: 0.8rem;
  max-height: 100%;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.faq-section:hover .faq-section__title, .faq-section:focus .faq-section__title {
  background-color: #778898; }

.faq-section:hover .faq-section__content-wrapper, .faq-section:focus .faq-section__content-wrapper {
  border-color: #778898; }

.faq-section__content-wrapper.collapsed {
  padding: 0 8px;
  padding: 0 0.8rem;
  max-height: 0; }

.linked-image__title {
  color: white;
  background-color: #778898;
  -webkit-transition: background ease-in-out 250ms;
  transition: background ease-in-out 250ms;
  padding: 4px;
  padding: 0.4rem;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  text-align: center; }

.linked-image:hover .linked-image__title, .linked-image:focus .linked-image__title {
  color: white;
  background-color: #333333; }

.reports-block li {
  margin: 4px 0;
  margin: 0.4rem 0;
  list-style-type: none;
  background-color: #778898;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 4px;
  padding-right: 0.4rem;
  border-radius: 4px; }

.reports-block a {
  display: block;
  background-color: #333333;
  color: white;
  padding: 4px 8px;
  padding: 0.4rem 0.8rem;
  margin-right: 4px;
  margin-right: 0.4rem;
  width: 100%;
  -webkit-transition: background ease-in-out 250ms;
  transition: background ease-in-out 250ms;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
  .reports-block a:hover, .reports-block a:focus {
    background-color: #778898; }

.reports-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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.reports-page h3 {
  width: 100%;
  text-align: center; }

.reports-page .views-row {
  width: 100%;
  padding-bottom: 4px;
  padding-bottom: 0.4rem;
  background-color: #333333;
  border-radius: 4px;
  margin: 4px 0;
  margin: 0.4rem 0;
  -webkit-transition: background ease-in-out 250ms;
  transition: background ease-in-out 250ms; }
  .reports-page .views-row:hover, .reports-page .views-row:focus {
    background-color: #778898; }
  @media (min-width: 48em) {
    .reports-page .views-row {
      width: 49%;
      padding: 0.4rem 0.8rem;
      margin: 0.4rem 0.5%; } }
  @media (min-width: 64em) {
    .reports-page .views-row {
      width: 32%; } }

.reports-page a {
  display: block;
  padding: 4px;
  padding: 0.4rem;
  text-align: center;
  color: white; }
  .reports-page a:hover, .reports-page a:focus {
    color: white; }

.quick-link__image {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  .quick-link__image img {
    margin: 0 auto; }

.quick-link__link--image-link,
.quick-link__link--button {
  display: block; }

.quick-link__link--button {
  text-align: center;
  padding: 8px;
  padding: 0.8rem;
  background-color: #333333;
  color: white;
  border-radius: 2px;
  -webkit-transition: background ease-in-out 250ms;
  transition: background ease-in-out 250ms; }
  .quick-link__link--button:hover, .quick-link__link--button:focus {
    background-color: #778898;
    color: white; }

.quick-link--full .quick-link__link--button {
  margin: 0 auto;
  max-width: 300px; }

.quick-link__items {
  padding: 0;
  margin: 0; }
  @media (min-width: 48em) {
    .quick-link__items {
      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-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }

.quick-link__item {
  list-style-type: none;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 48em) {
    .quick-link__item {
      width: 50%; }
      .quick-link__item:nth-child(2n-1) {
        padding-right: 0.8rem; }
      .quick-link__item:nth-child(2n-2) {
        padding-left: 0.8rem; } }

.quick-link--teaser {
  height: 100%; }
  .quick-link--teaser .quick-link__link {
    display: block;
    text-align: center;
    background-color: #efefef;
    border: 2px solid #d2d3d5;
    border-radius: 8px;
    padding: 16px;
    padding: 1.6rem;
    -webkit-transition: background ease-in-out 250ms;
    transition: background ease-in-out 250ms;
    height: 100%; }
    .quick-link--teaser .quick-link__link:hover, .quick-link--teaser .quick-link__link:focus {
      background-color: #d1d1d1; }

.quick-link__title {
  color: #333333; }

ul.main-slider__slides {
  margin-top: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden; }
  ul.main-slider__slides li {
    margin: 0;
    display: none; }
    ul.main-slider__slides li:first-child {
      display: block; }
  ul.main-slider__slides.slick-initialized li {
    display: block; }

.main-slider {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  position: relative; }

.main-slider__slides {
  margin: 0;
  padding: 0;
  line-height: 0; }
  .main-slider__slides li {
    margin: 0; }

.slides {
  position: relative;
  padding: 0; }

.node--type-homepage_slide {
  overflow: hidden; }

.slideshow-images__slide {
  margin: 0; }

.slides__link {
  display: block; }

.main-slider__controls {
  position: absolute;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: 4px;
  bottom: 0.4rem;
  width: inherit;
  padding: 0 16px;
  padding: 0 1.6rem; }
  @media (min-width: 48em) {
    .main-slider__controls {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.slick-arrow {
  padding: 8px;
  padding: 0.8rem;
  z-index: 10;
  text-indent: 100%;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 40px;
  height: 40px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  background-color: transparent;
  border: none;
  position: relative;
  bottom: 0;
  margin: 0;
  opacity: 0.8; }
  .slick-arrow:hover, .slick-arrow:focus {
    background-color: transparent;
    outline: none;
    opacity: 1; }

button.slick-prev {
  background-image: url("../assets/dist/icons/arrow-circle-left.svg");
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  left: 0; }

button.slick-next {
  background-image: url("../assets/dist/icons/arrow-circle-right.svg");
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  right: 0; }

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

.library-staff {
  display: block; }
  @media (min-width: 48em) {
    .library-staff {
      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; } }

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

.staff--teaser .staff__content {
  padding: 8px 0;
  padding: 0.8rem 0;
  text-align: center; }

.staff--teaser .staff__info--image img {
  margin: 0 auto; }

.staff__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 48em) {
    .staff__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.staff__content-area {
  width: 100%; }
  @media (min-width: 48em) {
    .staff__content-area {
      width: 50%; }
      .staff__content-area:first-child {
        padding-right: 0.8rem; }
      .staff__content-area:last-child {
        padding-left: 0.8rem; } }

.staff__info--header {
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  background-color: #333333;
  display: block;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  position: relative;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  border-radius: 4px; }

.staff__info-wrapper--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 48em) {
    .staff__info-wrapper--top {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

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

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

.staff__column--bottom {
  width: 100%; }

.staff__info--image {
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }

.staff__info--name {
  margin-top: 0; }

.staff__info--name,
.staff__info--title,
.staff__info--year,
.staff__info--phone,
.staff__info--fax {
  text-align: center; }
  @media (min-width: 48em) {
    .staff__info--name,
    .staff__info--title,
    .staff__info--year,
    .staff__info--phone,
    .staff__info--fax {
      text-align: left; } }

.ie10 .staff__wrapper,
.ie10 .staff__info-wrapper--top,
.ie11 .staff__wrapper,
.ie11 .staff__info-wrapper--top {
  display: block; }
  @media (min-width: 48em) {
    .ie10 .staff__wrapper,
    .ie10 .staff__info-wrapper--top,
    .ie11 .staff__wrapper,
    .ie11 .staff__info-wrapper--top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

/* Toggle Filters */
.menu-toggle__wrapper {
  width: 100%;
  display: block; }

.menu-toggle__filter {
  background-color: #333333;
  color: white;
  width: 100%;
  display: block;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 8px;
  padding: 0.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }
  .menu-toggle__filter.collapsed {
    border-radius: 8px; }
  @media (min-width: 64em) {
    .menu-toggle__filter {
      width: 25%; } }
  .menu-toggle__filter:hover, .menu-toggle__filter:focus {
    outline: none;
    color: white; }
  .menu-toggle__filter::before {
    content: '';
    display: block;
    background-image: url("../assets/dist/icons/list.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 40px;
    float: left; }

.view-filters {
  background-color: #333333;
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 0;
  position: relative;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }
  .view-filters.collapsed {
    padding: 0 16px;
    padding: 0 1.6rem;
    max-height: 0; }
  @media (min-width: 64em) {
    .view-filters {
      width: 25%;
      float: left; }
      .view-filters.collapsed {
        width: 0;
        max-height: 100%;
        padding: 0.8rem 0; } }
  .view-filters legend {
    color: white;
    margin-bottom: 8px;
    margin-bottom: 0.8rem; }
  .view-filters .form-item {
    float: none; }
  .view-filters .fieldgroup {
    margin-top: 0; }
  .view-filters .fieldset-wrapper {
    padding: 8px;
    padding: 0.8rem;
    background-color: white;
    border-radius: 4px; }
  .view-filters label {
    color: #333333;
    font-weight: bold;
    margin-bottom: 4px;
    margin-bottom: 0.4rem; }
  .view-filters .button,
  .view-filters .form-submit {
    color: black;
    background-color: white;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase; }
    .view-filters .button:hover, .view-filters .button:focus,
    .view-filters .form-submit:hover,
    .view-filters .form-submit:focus {
      color: black;
      background-color: #778898; }

@media (min-width: 64em) {
  .l-collapsing-filter .view-content {
    width: 75%;
    float: right;
    padding-left: 1.6rem;
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    margin-top: 0.8rem; }
    .l-collapsing-filter .view-content.collapsed {
      width: 100%;
      padding-left: 0; } }

.webform-submission-form .webform-signature-pad .button {
  z-index: 10; }

.webform-submission-form input[type="text"],
.webform-submission-form input[type="email"],
.webform-submission-form input[type="password"],
.webform-submission-form input[type="search"],
.webform-submission-form input#edit-advanced-telephone-element,
.webform-submission-form input#edit-advanced-url-element,
.webform-submission-form input#edit-composite-contact-element-phone,
.webform-submission-form input#edit-composite-link-element-url,
.webform-submission-form .password-confirm,
.webform-submission-form .password-field,
.webform-submission-form .password-strength,
.webform-submission-form .password-confirm-match {
  width: 100%; }

.webform-submission-form .confirm-parent,
.webform-submission-form .password-parent {
  max-width: 100%; }

.webform-submission-form input[type="search"],
.webform-submission-form input#edit-advanced-telephone-element,
.webform-submission-form input#edit-advanced-url-element,
.webform-submission-form input#edit-composite-contact-element-phone,
.webform-submission-form input#edit-composite-link-element-url {
  padding: 8px 16px;
  padding: 0.8rem 1.6rem; }

.webform-submission-form .webform-signature-pad canvas {
  cursor: pointer; }

.webform-submission-form .filter-wrapper {
  padding: 8px 16px;
  padding: 0.8rem 1.6rem; }

.ipe-tab-wrapper input[type="submit"],
.ipe-tab-wrapper .form-submit {
  border: 1px solid rgba(0, 0, 0, 0.15); }

.ipe-tab-wrapper .draggable .field-multiple-drag {
  width: 44px; }
  .ipe-tab-wrapper .draggable .field-multiple-drag .tabledrag-changed {
    color: red; }

.ipe-tab-wrapper a.tabledrag-handle .handle {
  background-position: center;
  margin: 0;
  width: 22px; }

.ipe-tab-wrapper th {
  background-color: #d2d3d5; }

.ipe-tab-wrapper tr.even {
  background-color: white;
  border-bottom: #d2d3d5; }

.ipe-tab-wrapper tr.odd {
  background-color: #f0f1f3;
  border-bottom: #d2d3d5; }
  .ipe-tab-wrapper tr.odd .paragraphs-collapsed-description::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#f0f1f3));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #f0f1f3 100%); }

.region__announcements {
  width: 100%; }

.lc-date-icon__item {
  width: 50px;
  width: 5rem;
  border: 1px solid #002e6c; }

.lc-date-icon {
  border-radius: 4px;
  border: none; }

.lc-date-icon__item--month {
  background-color: #002e6c;
  border: none; }

.lc-event__sidebar .lc-event__details {
  border: 1px solid #002e6c;
  padding: 8px;
  padding: 0.8rem; }

.lc-event--upcoming .event-card {
  padding: 8px;
  padding: 0.8rem; }

.lc-event__color-coding {
  border-radius: 8px;
  overflow: hidden;
  width: 6px;
  min-width: 6px; }
  .lc-event__color-coding .lc-event__color-indicator {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.lc-event__event-details h3 {
  font-size: 12px;
  font-size: 1.2rem; }

.calendar .node--type-lc-closing {
  color: #ab162b;
  border: 2px solid #ab162b;
  background-color: white; }

.calendar .node--type-lc-closing a {
  color: #ab162b; }

.calendar .node--type-lc-closing .lc-event__color-indicator {
  display: none; }

.lc-repeating-dates__toggle,
.lc-repeating-dates__link {
  background-color: #4877bb;
  color: white; }
  .lc-repeating-dates__toggle:hover, .lc-repeating-dates__toggle:focus, .lc-repeating-dates__toggle:active,
  .lc-repeating-dates__link:hover,
  .lc-repeating-dates__link:focus,
  .lc-repeating-dates__link:active {
    background-color: #002e6c;
    color: white; }

.lc-event-actions__item a {
  background-color: #ab162b; }
  .lc-event-actions__item a:hover, .lc-event-actions__item a:focus, .lc-event-actions__item a:active {
    background-color: #8d000d; }

.lc-event-actions__container {
  width: auto; }

.lc-event-actions__container h2 {
  color: white;
  padding-left: 8px;
  padding-left: 0.8rem; }

.lc-event-actions__container a {
  background-color: #002e6c; }

.lc-event-actions__container .header {
  background-color: #002e6c; }

.white-popup .mfp-close {
  background-color: #4877bb; }

.calendar__month-pager .calendar__pager--left,
.calendar__month-pager .calendar__pager--right {
  background-color: #002e6c; }
  .calendar__month-pager .calendar__pager--left:hover, .calendar__month-pager .calendar__pager--left:focus, .calendar__month-pager .calendar__pager--left:active,
  .calendar__month-pager .calendar__pager--right:hover,
  .calendar__month-pager .calendar__pager--right:focus,
  .calendar__month-pager .calendar__pager--right:active {
    background-color: #4877bb; }

.lc-event__month-details .lc-event__seats-remaining {
  margin-top: 8px;
  margin-top: 0.8rem;
  font-weight: bold; }
  .lc-event__month-details .lc-event__seats-remaining strong {
    font-size: 16px;
    font-size: 1.6rem; }

.lc-form__filters {
  background-color: #002e6c; }
  .lc-form__filters h4.label {
    color: white; }
  .lc-form__filters .container-inline:after {
    content: '';
    display: table;
    clear: both; }
  .lc-form__filters .form-item-start-time, .lc-form__filters .form-item-start-date-time {
    width: 40%;
    margin: 8px 0;
    margin: 0.8rem 0;
    float: right; }
  .lc-form__filters .form-item-start-date, .lc-form__filters .form-item-start-date-date {
    width: 55%;
    margin: 8px 0;
    margin: 0.8rem 0;
    float: left; }

.lc-form__header .lc-form__toggle {
  background-color: #002e6c; }
  .lc-form__header .lc-form__toggle:hover, .lc-form__header .lc-form__toggle:active, .lc-form__header .lc-form__toggle:focus {
    background-color: #1e4c8a; }

.lc-form__filters-container .form-item {
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }

.lc-form__header .lc-form__toggle {
  background-color: #333333;
  border-radius: 8px; }
  .lc-form__header .lc-form__toggle:hover, .lc-form__header .lc-form__toggle:focus {
    background-color: #333333; }
  .lc-form__header .lc-form__toggle.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.lc-form__filters {
  background-color: #333333;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }
  .lc-form__filters .form-submit,
  .lc-form__filters .button {
    background-color: white;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px; }
    .lc-form__filters .form-submit:hover, .lc-form__filters .form-submit:focus,
    .lc-form__filters .button:hover,
    .lc-form__filters .button:focus {
      background-color: #778898; }

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

.lc-messages__message {
  background-color: #efefef; }

.featured__layout {
  width: 100%; }

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

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

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

@media (min-width: 48em) {
  .featured__columns,
  .featured__bottom-columns {
    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;
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 1.6rem;
    clear: left; } }

@media (min-width: 64em) {
  .featured__columns,
  .featured__bottom-columns {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 1.6rem;
    clear: left; } }

.featured__column {
  width: 100%; }
  @media (min-width: 48em) {
    .featured__column {
      width: 33.333%; } }

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

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

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

@media (min-width: 48em) {
  .featured__bottom-columns {
    clear: left; } }

.featured__bottom-column--left {
  width: 100%; }
  @media (min-width: 48em) {
    .featured__bottom-column--left {
      width: 50%;
      padding-right: 0.8rem; } }
  @media (min-width: 64em) {
    .featured__bottom-column--left {
      width: 66.666%; } }

.featured__bottom-column--right {
  width: 100%; }
  @media (min-width: 48em) {
    .featured__bottom-column--right {
      width: 50%;
      padding-left: 0.8rem; } }
  @media (min-width: 64em) {
    .featured__bottom-column--right {
      width: 33.333%; } }

.featured__bottom-column--full {
  width: 100%; }

.sidebar-right__wrapper {
  width: 100%; }

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

.sidebar-right__sidebar {
  width: 100%; }
  @media (min-width: 48em) {
    .sidebar-right__sidebar {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0; } }
  @media (min-width: 64em) {
    .sidebar-right__sidebar {
      width: 33.33333%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0; } }

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

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

@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: 48em) {
    .sidebar-right__bottom {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem; } }
  @media (min-width: 64em) {
    .sidebar-right__bottom {
      width: 66.66667%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem; } }

.sidebar-left__wrapper {
  width: 100%; }

.sidebar-left__sidebar {
  width: 100%; }
  @media (min-width: 48em) {
    .sidebar-left__sidebar {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem; } }
  @media (min-width: 64em) {
    .sidebar-left__sidebar {
      width: 33.33333%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.6rem; } }

.sidebar-left__featured {
  width: 100%; }
  @media (min-width: 48em) {
    .sidebar-left__featured {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0; } }
  @media (min-width: 64em) {
    .sidebar-left__featured {
      width: 66.66667%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0; } }

.sidebar-left__columns {
  width: 100%; }
  @media (min-width: 48em) {
    .sidebar-left__columns {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      clear: right; } }
  @media (min-width: 64em) {
    .sidebar-left__columns {
      width: 66.66667%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      clear: right; } }

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

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

@media (min-width: 48em) {
  .sidebar-left__bottom {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: right; } }

@media (min-width: 64em) {
  .sidebar-left__bottom {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: right; } }

.single-column__layout,
.single-column__content {
  width: 100%; }

@media (min-width: 48em) {
  .two-column__layout {
    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__top {
  width: 100%; }

.two-column__sidebar {
  width: 100%; }
  @media (min-width: 48em) {
    .two-column__sidebar {
      width: 50%;
      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; } }
