@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #c75842; }

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

body {
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.5;
  color: #778898;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  @media (min-width: 64em) {
    body {
      background-image: url("../assets/dist/images/background-saginaw.svg");
      background-repeat: no-repeat;
      background-position: bottom; } }

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

template {
  display: none; }

section {
  overflow: hidden;
  margin: 0; }

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

svg {
  width: 100%; }

#drupal-off-canvas:not(.drupal-off-canvas-reset) svg,
#drupal-off-canvas-wrapper svg {
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  border: 1px solid #778898; }

form {
  display: block; }

.filter-wrapper {
  padding: 8px 32px;
  padding: 0.8rem 3.2rem; }

.dropbutton-toggle button {
  color: #c75842; }

.ui-dialog .ui-dialog-buttonpane button {
  display: inline-block;
  background-color: #c75842;
  color: white;
  padding: 12.5px 20px;
  padding: 1.25rem 2rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  min-height: 43px;
  min-height: 4.3rem;
  border: none;
  border-radius: 4px; }
  .ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-buttonpane button:focus {
    background-color: #a93a24;
    color: white;
    text-decoration: none; }

.ui-dialog .ui-dialog-titlebar-close {
  min-height: unset; }

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

#drupal-off-canvas:not(.drupal-off-canvas-reset) table,
#drupal-off-canvas-wrapper table {
  background-color: transparent; }

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

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

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

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

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

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

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

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

html {
  font-size: 62.5%; }

body {
  font-family: "Montserrat", 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: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 8px 0;
  margin: 0.8rem 0;
  text-transform: none;
  color: #000; }

h1 {
  font-size: 28px;
  font-size: 2.8rem; }

h2 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

h3 {
  font-size: 22px;
  font-size: 2.2rem; }

h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900; }

h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900; }

h6 {
  font-size: 18px;
  font-size: 1.8rem;
  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: #c75842;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: bold;
  position: relative;
  display: inline-block; }
  a:active, a:hover, a:focus {
    color: #a93a24;
    text-decoration: underline;
    outline: 0; }

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

b,
strong {
  font-weight: 700; }

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

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

pre {
  margin: 0;
  overflow: auto; }

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

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

th {
  text-align: left; }

@media (min-width: 64em) {
  .featured__layout {
    overflow: hidden; } }

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

@media (min-width: 64em) {
  .featured__featured-content {
    margin-top: -0.4rem; } }

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

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

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

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

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

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

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

.featured__bottom {
  width: 100%;
  clear: both;
  padding-bottom: 16px;
  padding-bottom: 1.6rem; }

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

.sidebar-left__featured {
  order: 0; }
  @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__sidebar {
  order: 2; }
  @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__columns {
  order: 1; }
  @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; } }

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

.sidebar-right__wrapper {
  width: 100%; }

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

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

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

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

@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: 1.6rem; } }

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

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

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

.site-background {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -99%;
  z-index: -1;
  display: block; }

.layout-container {
  max-width: 1200px;
  width: 100%;
  padding: 0 16px 16px;
  padding: 0 1.6rem 1.6rem;
  margin: 0 auto;
  background-color: white;
  border-bottom: 5px solid #c75842; }

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

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

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

.layout__header {
  align-items: flex-start; }

.layout__section--search {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 64em) {
    .layout__section--search {
      margin-bottom: 0; } }

.layout__section--branding {
  overflow: visible;
  position: initial; }

.region-header {
  width: 100%; }

.align-left,
.align-right {
  margin: 0; }

a.button {
  transition: all ease-in-out 500ms;
  color: white;
  background-color: #c75842;
  border: none;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  font-weight: bold; }
  a.button:hover, a.button:focus {
    background-color: #a93a24;
    text-decoration: none; }

@media (min-width: 64em) {
  .layout__flex-wrapper {
    margin-top: -2rem; } }

.toggle-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }

.layout__header {
  padding: 16px 0;
  padding: 1.6rem 0;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .layout__header {
      padding-right: 6rem;
      padding-left: 0;
      display: flex;
      align-items: stretch; } }
  @media (min-width: 64em) {
    .layout__header {
      padding: 1.6rem 0; } }

.layout__section--header,
.layout__section--header-right {
  flex-grow: 1; }

.layout__section--header {
  padding-right: 32px;
  padding-right: 3.2rem; }
  @media (min-width: 48em) {
    .layout__section--header {
      padding-right: 0.8rem; } }

.layout__section--header-right {
  margin-top: 16px;
  margin-top: 1.6rem; }
  @media (min-width: 48em) {
    .layout__section--header-right {
      display: flex;
      align-items: flex-end;
      padding-left: 0.8rem;
      margin-top: 0; } }
  .layout__section--header-right p {
    margin-bottom: 0; }

.region-pre-footer {
  margin: 0 auto;
  max-width: 1200px;
  color: white;
  font-weight: bold;
  padding: 16px;
  padding: 1.6rem;
  background-color: #659296; }
  @media (min-width: 48em) {
    .region-pre-footer {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start; } }
  .region-pre-footer a:hover, .region-pre-footer a:focus {
    text-decoration: underline; }
  .region-pre-footer .block {
    text-align: center; }
    @media (min-width: 48em) {
      .region-pre-footer .block {
        width: 50%;
        text-align: left; }
        .region-pre-footer .block:nth-child(2n-1) {
          padding-right: 0.8rem; }
        .region-pre-footer .block:nth-child(2n-2) {
          padding-left: 0.8rem; } }
    .region-pre-footer .block h2 {
      margin: 0; }

.sortables {
  margin-top: 8px !important;
  margin-top: 0.8rem !important; }
  @media (min-width: 48em) {
    .sortables {
      margin-top: 0 !important; } }

#ic_signupform .elcontainer {
  background-color: transparent !important;
  max-width: 100% !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  color: #333333 !important;
  font-family: "Montserrat", sans-serif !important; }
  #ic_signupform .elcontainer label {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  #ic_signupform .elcontainer .submit-container input[type="submit"] {
    background-color: white !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 8px 16px !important;
    padding: 0.8rem 1.6rem !important;
    color: black !important;
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: bold !important; }

#ic_signupform .elcontainer.tight .formEl:not(.hidden-field) {
  margin: 0 !important;
  width: 75% !important;
  right: 0 !important;
  padding-right: 16px !important;
  padding-right: 1.6rem !important; }

#ic_signupform .elcontainer.tight .formEl:not(.hidden-field) input[type="text"],
#ic_signupform .elcontainer.tight .formEl:not(.hidden-field) select {
  min-height: 43px;
  min-height: 4.3rem; }

#ic_signupform .elcontainer.inline-button .submit-container {
  margin: 0 !important;
  padding: 0 !important;
  width: 25% !important;
  right: 0 !important; }
  #ic_signupform .elcontainer.inline-button .submit-container input[type="submit"] {
    width: 100%; }

.layout-container__footer {
  position: relative; }
  .layout-container__footer .block h2,
  .layout-container__footer h1,
  .layout-container__footer h2,
  .layout-container__footer h3,
  .layout-container__footer h4,
  .layout-container__footer h5,
  .layout-container__footer h6 {
    color: white;
    border-bottom: none; }
  .layout-container__footer a {
    color: white;
    font-weight: bold; }

.layout__section--footer {
  background-color: #493843;
  color: white; }

.region-footer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  padding: 1.6rem; }
  @media (min-width: 48em) {
    .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; }
      .region-footer .block:first-child {
        padding-left: 0; }
      .region-footer .block:last-child {
        padding-right: 0; } }
  .region-footer button {
    width: 100%;
    padding: 16px 8px;
    padding: 1.6rem 0.8rem;
    font-size: 18px;
    font-size: 1.8rem; }

.footer-columns {
  background-color: #493843; }

.footer__wrapper {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
  padding: 1.6rem;
  color: white; }
  @media (min-width: 64em) {
    .footer__wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch; } }
  .footer__wrapper .layout__section {
    width: 100%; }
    @media (min-width: 64em) {
      .footer__wrapper .layout__section {
        width: 50%; }
        .footer__wrapper .layout__section:nth-child(2n-1) {
          padding-right: 0.8rem; }
        .footer__wrapper .layout__section:nth-child(2n-2) {
          padding-left: 0.8rem; } }
  @media (min-width: 48em) {
    .footer__wrapper .region {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch; } }
  .footer__wrapper .region .block {
    text-align: center; }
    @media (min-width: 48em) {
      .footer__wrapper .region .block {
        width: 50%;
        text-align: left; }
        .footer__wrapper .region .block:nth-child(2n-1) {
          padding-right: 0.8rem; }
        .footer__wrapper .region .block:nth-child(2n-2) {
          padding-left: 0.8rem; } }
  .footer__wrapper .footer-right__section--bottom .block {
    width: 100%; }
    .footer__wrapper .footer-right__section--bottom .block:nth-child(2n-1), .footer__wrapper .footer-right__section--bottom .block:nth-child(2n-2) {
      padding-right: 0;
      padding-left: 0; }

.tabs a,
.tabs a.is-active {
  color: white;
  background-color: #c75842;
  border: 0;
  text-transform: uppercase;
  transition: background ease-in-out 250ms; }
  .tabs a:hover, .tabs a:focus,
  .tabs a.is-active:hover,
  .tabs a.is-active:focus {
    color: white;
    background-color: #a93a24; }

.block-system-main-block .block h2 {
  background-color: #493843;
  background-image: url("../assets/dist/images/block-title-background.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  color: white;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem; }
  @media (min-width: 64em) {
    .block-system-main-block .block h2 {
      margin-top: 0; } }

.block-system-main-block .block h2.linked-block__title {
  margin-bottom: 0; }

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

.linked-block__link:hover, .linked-block__link:focus {
  text-decoration: none; }

.linked-title-block {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

.linked-title-block__link {
  display: block; }
  .linked-title-block__link:hover, .linked-title-block__link:focus {
    text-decoration: none; }

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

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

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

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

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

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

.region-search {
  background-color: #659296; }
  @media (min-width: 48em) {
    .region-search select,
    .region-search input {
      height: 3.2rem;
      max-height: 3.2rem;
      min-height: 3.2rem; } }

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

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

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

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

.search-selector,
.lm-search-block .form--inline .form-submit {
  color: black;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1; }
  @media (min-width: 27.5em) {
    .search-selector,
    .lm-search-block .form--inline .form-submit {
      padding: 0.4rem; } }

.lm-search-block .form--inline .form-submit:hover, .lm-search-block .form--inline .form-submit:focus {
  color: black;
  background-color: white; }

.search-selector {
  height: 100%;
  background-image: url("../assets/dist/icons/catalog-arrow.svg");
  min-height: 43px;
  min-height: 4.3rem; }
  @media (min-width: 48em) {
    .search-selector {
      min-height: 3.2rem; } }

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

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

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

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

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

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

.lm-search-block.lm-search-block--account-button {
  overflow: visible; }

.my-account {
  padding: 0;
  background-color: #e35305;
  color: white; }
  @media (min-width: 48em) {
    .my-account {
      background-color: white; } }
  .my-account:hover, .my-account:focus {
    background-color: #e35305; }
    @media (min-width: 48em) {
      .my-account:hover, .my-account:focus {
        background-color: white; } }

div.lm-search-block--account-button .my-account a.btn.btn-primary.btn-flat {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 43px;
  min-height: 4.3rem;
  text-transform: uppercase;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 43px;
  line-height: 4.3rem;
  background-color: transparent;
  border: 0; }
  @media (min-width: 48em) {
    div.lm-search-block--account-button .my-account a.btn.btn-primary.btn-flat {
      min-height: 3.2rem;
      padding: 0.4rem;
      line-height: 1;
      color: black; } }
  div.lm-search-block--account-button .my-account a.btn.btn-primary.btn-flat:hover, div.lm-search-block--account-button .my-account a.btn.btn-primary.btn-flat:focus {
    color: black;
    text-decoration: none; }

div.lm-search-block--account-button .my-account .dropdown-menu {
  right: 0;
  left: auto; }

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

.navigation__toggle {
  background-color: #659296;
  margin-top: 0; }
  .navigation__toggle:hover, .navigation__toggle:focus {
    background-color: #477478; }

.menu__menu-item {
  border-bottom: 3px solid #2b1a25; }
  @media (min-width: 64em) {
    .menu__menu-item {
      border-bottom: 0; } }

.menu__menu-item--level-0 .menu__menu-link {
  background-color: #493843; }
  .menu__menu-item--level-0 .menu__menu-link:hover, .menu__menu-item--level-0 .menu__menu-link:focus {
    background-color: #3a2934; }
  @media (min-width: 64em) {
    .menu__menu-item--level-0 .menu__menu-link {
      background-color: transparent; }
      .menu__menu-item--level-0 .menu__menu-link:hover, .menu__menu-item--level-0 .menu__menu-link:focus {
        background-color: transparent; } }

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

.menu__menu-item--level-2 .menu__menu-link {
  background-color: #2b1a25; }
  .menu__menu-item--level-2 .menu__menu-link:hover, .menu__menu-item--level-2 .menu__menu-link:focus {
    background-color: #3a2934; }
  @media (min-width: 64em) {
    .menu__menu-item--level-2 .menu__menu-link {
      background-color: transparent; }
      .menu__menu-item--level-2 .menu__menu-link:hover, .menu__menu-item--level-2 .menu__menu-link:focus {
        background-color: transparent; } }

@media (min-width: 64em) {
  .region-navigation {
    margin-bottom: 0; } }

.region-navigation .menu__menu-item--level-0 .menu__menu-link {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700; }

.layout__section--navigation .menu .menu__menu-item--expanded::before {
  line-height: 47px;
  line-height: 4.7rem; }
  @media (min-width: 64em) {
    .layout__section--navigation .menu .menu__menu-item--expanded::before {
      height: initial; } }

@media (min-width: 64em) {
  .region-navigation {
    background-color: #493843; }
  .menu__menu-item--level-0 .menu__menu-link.is-active,
  .menu__menu-item:hover > .menu__menu-link, .menu__menu-item:focus > .menu__menu-link {
    border-bottom: none; }
  .menu {
    font-size: 1.8rem; }
    .menu .menu__menu-item--level-0 {
      padding: 0; }
      .menu .menu__menu-item--level-0 .menu__menu-link {
        padding: 1.6rem;
        line-height: 1; }
      .menu .menu__menu-item--level-0:last-child .menu__menu-link {
        border-right: 0; }
  .menu .menu__child {
    text-transform: none;
    background-color: white;
    border: 2px solid #493843;
    font-size: 1.6rem; }
    .menu .menu__child .menu__menu-item--level-1 {
      padding: 0;
      min-width: 200px; } }
    @media (min-width: 64em) and (min-width: 64em) {
      .menu .menu__child .menu__menu-item--level-1 .menu__menu-link {
        padding: 0.4rem 0.8rem; } }

@media (min-width: 64em) {
    .menu .menu__child li {
      border-bottom: 2px solid #e0e0e0; }
      .menu .menu__child li:last-child {
        border-bottom: none; }
    .menu .menu__child .menu__menu-link {
      color: #493843;
      line-height: inherit;
      font-weight: bold; }
  .layout__section--navigation .menu .menu__child:hover,
  .layout__section--navigation .menu .menu__child:focus {
    background-color: white; }
  .layout__section--navigation .menu .menu__child .menu__menu-item--expanded::before,
  .layout__section--navigation .menu .menu__child .menu__menu-item--expanded:hover::before,
  .layout__section--navigation .menu .menu__child .menu__menu-item--expanded:focus::before {
    background-color: transparent;
    box-shadow: 4px -4px 0 0 white, 6px -6px 0 0 #767b91; }
  .menu .menu .menu {
    box-shadow: none; }
    .menu .menu .menu .menu__menu-item--level-2 {
      padding: 0; } }

@media (min-width: 64em) {
  .region-navigation .menu--level-1 .menu__menu-item:hover .menu--level-2,
  .region-navigation .menu--level-1 .menu__menu-item:focus .menu--level-2 {
    top: -2px; } }

@media (min-width: 64em) {
  .layout__section--navigation .menu .menu__menu-item--expanded > .menu {
    z-index: 21; } }

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

.site-logo {
  display: block; }
  .site-logo img {
    height: 110px; }
    @media (min-width: 48em) {
      .site-logo img {
        height: 120px; } }

.blog-block .views-row,
.blog-block .views-row:first-child {
  float: none;
  width: 100%;
  padding: 0; }

.blog-block .views-row {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  .blog-block .views-row .blog__title a {
    color: #c75842; }
    .blog-block .views-row .blog__title a:hover, .blog-block .views-row .blog__title a:focus {
      color: #c75842; }
  .blog-block .views-row .blog__featured-image {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

.blog-block .views-row:first-child .blog__featured-image {
  position: relative !important;
  width: auto;
  height: auto;
  overflow: visible;
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  @media (min-width: 64em) {
    .blog-block .views-row:first-child .blog__featured-image {
      margin-bottom: 0; } }
  .blog-block .views-row:first-child .blog__featured-image img {
    margin: 0 auto; }

.blog-link {
  margin: 0; }
  .blog-link a {
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    background-color: #c75842;
    font-size: 18px;
    font-size: 1.8rem; }
    .blog-link a:hover, .blog-link a:focus {
      background-color: #a93a24; }

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

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

@media (min-width: 64em) {
  .blog-block .views-row:first-child .blog__info {
    width: 66.666%;
    padding-left: 0.4rem; } }

.blog__button {
  background-color: #c75842;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem; }
  .blog__button:hover, .blog__button:focus {
    background-color: #a93a24; }

.node--type-blog-entry .field--name-field-bl-featured {
  display: block; }

@media (min-width: 48em) {
  .blog--full .blog__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; } }

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

@media (min-width: 48em) {
  .blog--full .blog__info {
    padding-left: 1.6rem;
    width: 66.666%; } }

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

.database {
  border: 2px solid #767b91; }

.database-attachment .view-content {
  margin: 8px 0;
  margin: 0.8rem 0; }

.database-attachment a {
  font-size: 18px;
  font-size: 1.8rem;
  padding-right: 4px;
  padding-right: 0.4rem; }

.database__title {
  text-align: center; }

.l-collapsing-filter .view-content {
  width: 100%; }
  @media (min-width: 64em) {
    .l-collapsing-filter .view-content {
      width: 75%;
      float: right;
      padding-left: 1.6rem; } }

.l-collapsing-filter.collapsed .view-content {
  width: 100%; }
  @media (min-width: 64em) {
    .l-collapsing-filter.collapsed .view-content {
      padding-left: 0;
      clear: left; } }

.menu-toggle__filter {
  background-color: #c75842;
  text-transform: uppercase; }
  .menu-toggle__filter:hover, .menu-toggle__filter:focus {
    background-color: #c75842; }

.view-filters {
  margin-right: 0;
  background-color: #c75842; }
  .view-filters button,
  .view-filters html input[type="button"],
  .view-filters input[type="reset"],
  .view-filters input[type="submit"] {
    background-color: white;
    color: black;
    border-radius: 4px; }
    .view-filters button:hover, .view-filters button:focus,
    .view-filters html input[type="button"]:hover,
    .view-filters html input[type="button"]:focus,
    .view-filters input[type="reset"]:hover,
    .view-filters input[type="reset"]:focus,
    .view-filters input[type="submit"]:hover,
    .view-filters input[type="submit"]:focus {
      background-color: white;
      color: black; }

.faq-section__title {
  background-color: #c75842;
  font-weight: bold;
  text-transform: uppercase; }

.faq-section__content-wrapper {
  border-color: #c75842; }

.reports-block li {
  background-color: #a93a24;
  font-weight: bold; }

.reports-block a {
  background-color: #c75842; }
  .reports-block a:hover, .reports-block a:focus {
    background-color: #a93a24;
    color: white; }

.reports-page li a {
  color: #493843; }
  .reports-page li a:hover, .reports-page li a:focus {
    color: #493843;
    text-decoration: underline; }

.reports-page .views-row {
  background-color: #c75842; }
  .reports-page .views-row:hover, .reports-page .views-row:focus {
    background-color: #a93a24; }

.quick-link__link {
  background-color: transparent;
  font-size: 18px;
  font-size: 1.8rem;
  color: #c75842;
  padding: 0; }
  .quick-link__link:hover, .quick-link__link:focus {
    color: #c75842;
    text-decoration: underline;
    background-color: transparent; }

.main-slider {
  margin-bottom: 0; }

ul.main-slider__slides {
  padding-top: 4px; }

button.slick-prev,
button.slick-next {
  bottom: 4px;
  bottom: 0.4rem; }
  @media (min-width: 48em) {
    button.slick-prev,
    button.slick-next {
      bottom: 1.6rem; } }

button.slick-prev {
  left: 16px;
  left: 1.6rem; }

button.slick-next {
  right: 16px;
  right: 1.6rem; }

.staff__header {
  background-color: #c75842;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem; }

.opportunity__top {
  background-color: #493843; }

.career-opportunity__item {
  border-color: #493843;
  width: 100%; }

.opportunity__button {
  background-color: #c75842;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem; }
  .opportunity__button:hover, .opportunity__button:focus {
    background-color: #a93a24;
    text-decoration: none; }

.lc-event--upcoming {
  margin-bottom: 8px;
  margin-bottom: 0.8rem; }
  .lc-event--upcoming .event-card {
    padding: 4px;
    padding: 0.4rem; }

.event-card {
  border-bottom: 2px solid #efefef; }

.lc-date-icon__item {
  border: 0;
  font-weight: bold; }

.lc-date-icon__item--month {
  background-color: transparent;
  color: black;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem; }

.lc-date-icon__item--day {
  line-height: 1;
  padding-bottom: 0;
  font-size: 32px;
  font-size: 3.2rem; }

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

.lc-event__info {
  font-weight: 300; }
  .lc-event__info .lc-event__title {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem; }
  .lc-event__info .lc-event__link {
    color: black; }
    .lc-event__info .lc-event__link:hover, .lc-event__info .lc-event__link:focus {
      color: black;
      text-decoration: underline; }

.node--type-lc-closing {
  color: #c75842; }
  .node--type-lc-closing .lc-event__link {
    color: #c75842; }
    .node--type-lc-closing .lc-event__link:hover, .node--type-lc-closing .lc-event__link:focus {
      color: #a93a24; }

.lc-event__month-details .lc-event__container {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  .lc-event__month-details .lc-event__container .lc-event__event-details {
    padding: 0; }

.block-lc-calendar-upcoming-block {
  padding-bottom: 16px;
  padding-bottom: 1.6rem; }
  .block-lc-calendar-upcoming-block .calendar__wrap--header {
    display: none; }
  .block-lc-calendar-upcoming-block .lc-event__event-details {
    padding: 8px;
    padding: 0.8rem;
    padding-left: 16px;
    padding-left: 1.6rem;
    margin: 0; }
  .block-lc-calendar-upcoming-block .lc-event--upcoming:last-child .event-card {
    border: 0; }
  .block-lc-calendar-upcoming-block .calendar__links {
    width: 100%; }
    .block-lc-calendar-upcoming-block .calendar__links .button {
      display: block;
      background-color: #c75842;
      color: white;
      padding: 8px 16px;
      padding: 0.8rem 1.6rem;
      text-transform: uppercase;
      transition: background ease-in-out 250ms;
      margin-top: 8px;
      margin-top: 0.8rem;
      font-size: 18px;
      font-size: 1.8rem; }
      .block-lc-calendar-upcoming-block .calendar__links .button:hover, .block-lc-calendar-upcoming-block .calendar__links .button:focus {
        background-color: #a93a24;
        text-decoration: none; }

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

.calendar--month {
  background-color: white;
  font-size: 12px;
  font-size: 1.2rem; }
  .calendar--month .mobile-hide {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

.calendar__month-pager .calendar__pager--left,
.calendar__month-pager .calendar__pager--right {
  background-color: #493843; }
  .calendar__month-pager .calendar__pager--left:hover, .calendar__month-pager .calendar__pager--left:focus,
  .calendar__month-pager .calendar__pager--right:hover,
  .calendar__month-pager .calendar__pager--right:focus {
    background-color: #675661; }

.color-coding .lc-checkbox-wrapper {
  border-left: 5px solid;
  border-left-color: var(--color);
  margin-bottom: 5px !important; }
  .color-coding .lc-checkbox-wrapper .form-item {
    border: 0; }

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

.ie10 .block-lc-calendar-upcoming-block .calendar__wrap--header,
.ie11 .block-lc-calendar-upcoming-block .calendar__wrap--header {
  display: none; }

.ie10 .calendar--month .node--view-mode-teaser.event-card--sparse,
.ie11 .calendar--month .node--view-mode-teaser.event-card--sparse {
  flex-wrap: nowrap; }

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

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

.lc-event-actions__container a {
  background-color: #493843;
  transition: all ease-in-out 250ms; }
  .lc-event-actions__container a:hover, .lc-event-actions__container a:focus {
    background-color: #675661; }

.white-popup .mfp-close {
  background-color: #675661;
  width: 62px;
  height: 62px; }
  .white-popup .mfp-close:hover, .white-popup .mfp-close:focus {
    background-color: #493843; }

.lc-event__menu-tasks {
  float: none; }

.page-node-type-lc-closing .lc-event__subtitle,
.page-node-type-lc-event .lc-event__subtitle,
.page-node-type-lc-reservation .lc-event__subtitle {
  font-size: 18px;
  font-size: 1.8rem; }

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

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

.page-node-type-lc-closing .lc-event__sidebar .lc-event-info,
.page-node-type-lc-event .lc-event__sidebar .lc-event-info,
.page-node-type-lc-reservation .lc-event__sidebar .lc-event-info {
  padding: 0;
  font-weight: bold;
  line-height: 1.3; }
  .page-node-type-lc-closing .lc-event__sidebar .lc-event-info .lc-event__subtitle,
  .page-node-type-lc-event .lc-event__sidebar .lc-event-info .lc-event__subtitle,
  .page-node-type-lc-reservation .lc-event__sidebar .lc-event-info .lc-event__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    color: #c75842; }

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

.page-node-type-lc-closing .lc-event__sidebar .lc-repeating-dates__toggle,
.page-node-type-lc-closing .lc-event__sidebar .lc-repeating-dates__link,
.page-node-type-lc-event .lc-event__sidebar .lc-repeating-dates__toggle,
.page-node-type-lc-event .lc-event__sidebar .lc-repeating-dates__link,
.page-node-type-lc-reservation .lc-event__sidebar .lc-repeating-dates__toggle,
.page-node-type-lc-reservation .lc-event__sidebar .lc-repeating-dates__link {
  background-color: #767b91; }
  .page-node-type-lc-closing .lc-event__sidebar .lc-repeating-dates__toggle:hover, .page-node-type-lc-closing .lc-event__sidebar .lc-repeating-dates__toggle:focus,
  .page-node-type-lc-closing .lc-event__sidebar .lc-repeating-dates__link:hover,
  .page-node-type-lc-closing .lc-event__sidebar .lc-repeating-dates__link:focus,
  .page-node-type-lc-event .lc-event__sidebar .lc-repeating-dates__toggle:hover,
  .page-node-type-lc-event .lc-event__sidebar .lc-repeating-dates__toggle:focus,
  .page-node-type-lc-event .lc-event__sidebar .lc-repeating-dates__link:hover,
  .page-node-type-lc-event .lc-event__sidebar .lc-repeating-dates__link:focus,
  .page-node-type-lc-reservation .lc-event__sidebar .lc-repeating-dates__toggle:hover,
  .page-node-type-lc-reservation .lc-event__sidebar .lc-repeating-dates__toggle:focus,
  .page-node-type-lc-reservation .lc-event__sidebar .lc-repeating-dates__link:hover,
  .page-node-type-lc-reservation .lc-event__sidebar .lc-repeating-dates__link:focus {
    background-color: #585d73; }

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

.page-node-type-lc-closing .lc-event__sidebar .lc-event-location,
.page-node-type-lc-event .lc-event__sidebar .lc-event-location,
.page-node-type-lc-reservation .lc-event__sidebar .lc-event-location {
  margin-top: 24px;
  margin-top: 2.4rem; }
  .page-node-type-lc-closing .lc-event__sidebar .lc-event-location .lc-event__subtitle,
  .page-node-type-lc-event .lc-event__sidebar .lc-event-location .lc-event__subtitle,
  .page-node-type-lc-reservation .lc-event__sidebar .lc-event-location .lc-event__subtitle {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  .page-node-type-lc-closing .lc-event__sidebar .lc-event-location .lc-address__name,
  .page-node-type-lc-event .lc-event__sidebar .lc-event-location .lc-address__name,
  .page-node-type-lc-reservation .lc-event__sidebar .lc-event-location .lc-address__name {
    position: relative !important;
    width: auto;
    height: auto;
    overflow: visible;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 16px;
    margin-top: 1.6rem; }

@media (min-width: 48em) {
  .page-node-type-lc-closing .lc-event__content,
  .page-node-type-lc-event .lc-event__content,
  .page-node-type-lc-reservation .lc-event__content {
    padding-top: 0; } }

.page-node-type-lc-closing .lc-event__content .lc-event-actions__list,
.page-node-type-lc-event .lc-event__content .lc-event-actions__list,
.page-node-type-lc-reservation .lc-event__content .lc-event-actions__list {
  margin: 0; }

.page-node-type-lc-closing .lc-event__content .lc-event-actions__item,
.page-node-type-lc-event .lc-event__content .lc-event-actions__item,
.page-node-type-lc-reservation .lc-event__content .lc-event-actions__item {
  flex-grow: 1;
  margin-top: 0; }

.page-node-type-lc-closing .lc-event__content .lc-event-actions__item a,
.page-node-type-lc-event .lc-event__content .lc-event-actions__item a,
.page-node-type-lc-reservation .lc-event__content .lc-event-actions__item a {
  background-color: #c75842;
  text-transform: uppercase;
  transition: all ease-in-out 250ms;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem; }
  .page-node-type-lc-closing .lc-event__content .lc-event-actions__item a:hover, .page-node-type-lc-closing .lc-event__content .lc-event-actions__item a:focus,
  .page-node-type-lc-event .lc-event__content .lc-event-actions__item a:hover,
  .page-node-type-lc-event .lc-event__content .lc-event-actions__item a:focus,
  .page-node-type-lc-reservation .lc-event__content .lc-event-actions__item a:hover,
  .page-node-type-lc-reservation .lc-event__content .lc-event-actions__item a:focus {
    background-color: #a93a24; }

.page-node-type-lc-closing .lc-event__content .lc-event-actions__icon,
.page-node-type-lc-event .lc-event__content .lc-event-actions__icon,
.page-node-type-lc-reservation .lc-event__content .lc-event-actions__icon {
  width: 100%;
  background-repeat: no-repeat; }
  @media (min-width: 27.5em) {
    .page-node-type-lc-closing .lc-event__content .lc-event-actions__icon,
    .page-node-type-lc-event .lc-event__content .lc-event-actions__icon,
    .page-node-type-lc-reservation .lc-event__content .lc-event-actions__icon {
      width: 16px; } }

.page-node-type-lc-closing .lc-event__content .lc-event__categories,
.page-node-type-lc-event .lc-event__content .lc-event__categories,
.page-node-type-lc-reservation .lc-event__content .lc-event__categories {
  color: #c75842;
  font-weight: bold; }
  .page-node-type-lc-closing .lc-event__content .lc-event__categories .lc-event__label,
  .page-node-type-lc-event .lc-event__content .lc-event__categories .lc-event__label,
  .page-node-type-lc-reservation .lc-event__content .lc-event__categories .lc-event__label {
    color: black; }

.page-node-type-lc-closing .lc-event__content .lc-messages,
.page-node-type-lc-event .lc-event__content .lc-messages,
.page-node-type-lc-reservation .lc-event__content .lc-messages {
  background-color: #efefef;
  padding: 16px 8px;
  padding: 1.6rem 0.8rem;
  font-weight: bold; }

.page-node-type-lc-closing .lc-event__content .lc-messages__message,
.page-node-type-lc-event .lc-event__content .lc-messages__message,
.page-node-type-lc-reservation .lc-event__content .lc-messages__message {
  background-color: transparent; }

.page-node-type-lc-closing .node--type-lc-closing {
  color: inherit;
  border: 0; }

.ie10 .page-node-type-lc-closing .lc-event-info,
.ie10 .page-node-type-lc-event .lc-event-info,
.ie10 .page-node-type-lc-reservation .lc-event-info,
.ie11 .page-node-type-lc-closing .lc-event-info,
.ie11 .page-node-type-lc-event .lc-event-info,
.ie11 .page-node-type-lc-reservation .lc-event-info {
  width: 100%; }

.ie10 .page-node-type-lc-closing .lc-event__image a,
.ie10 .page-node-type-lc-event .lc-event__image a,
.ie10 .page-node-type-lc-reservation .lc-event__image a,
.ie11 .page-node-type-lc-closing .lc-event__image a,
.ie11 .page-node-type-lc-event .lc-event__image a,
.ie11 .page-node-type-lc-reservation .lc-event__image a {
  width: 100%; }

.lc-registration-ui-registration-form input {
  width: 100%; }

.block-lc-branch-select.contextual-region {
  position: initial; }
  @media (min-width: 64em) {
    .block-lc-branch-select.contextual-region {
      position: relative; } }

.block-lc-branch-select h2 {
  margin: 0 0 8px;
  margin: 0 0 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem; }
  @media (min-width: 48em) {
    .block-lc-branch-select h2 {
      text-align: right; } }

.lc-branch-select__wrapper {
  width: 100%;
  display: flex; }
  @media (min-width: 64em) {
    .lc-branch-select__wrapper {
      justify-content: flex-end; } }

.lc-branch-select__content-container {
  display: flex;
  flex-wrap: wrap; }

.lc-branch-select__wrapper--tabs .lc-branch-select__header {
  margin-top: 0;
  background-color: transparent;
  border-bottom: 3px solid #493843;
  padding: 0;
  display: flex;
  width: 100%; }

ul#lc-branch-selector-tabs {
  margin: 0;
  display: flex; }

li.lc-branch-select__tab {
  margin: 0; }

button.lc-branch-select__tab-item {
  background-color: #efefef;
  color: #493843;
  border-bottom: 0;
  border-right: 2px solid #d1d1d1;
  padding: 8px;
  padding: 0.8rem;
  text-transform: none;
  font-size: 14px;
  font-size: 1.4rem; }
  button.lc-branch-select__tab-item:hover, button.lc-branch-select__tab-item:focus {
    background-color: #493843;
    color: white; }

.lc-branch-select__wrapper--tabs .lc-branch-select__content {
  border: none;
  width: 100%; }

.lc-branch-select__branch.active-branch {
  border: 2px solid #493843;
  padding: 16px;
  padding: 1.6rem;
  font-weight: lighter;
  font-size: 15px; }

.lc-branch-select__map-link {
  color: #e35305;
  text-transform: uppercase; }
  .lc-branch-select__map-link a {
    text-transform: none;
    color: #e35305; }

.lc-branch-select__address,
.lc-branch-select__hours {
  padding: 0;
  margin: 0; }

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

.js-hours-toggle,
.hours-toggle__icon,
.hours-toggle__icon::before,
.hours-toggle__icon::after {
  background-color: #493843;
  font-weight: bold; }
  .js-hours-toggle:hover, .js-hours-toggle:focus,
  .hours-toggle__icon:hover,
  .hours-toggle__icon:focus,
  .hours-toggle__icon::before:hover,
  .hours-toggle__icon::before:focus,
  .hours-toggle__icon::after:hover,
  .hours-toggle__icon::after:focus {
    background-color: #493843; }

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

.announcement__content {
  border: 2px solid #493843; }
  .announcement__content .field--name-body {
    padding: 16px;
    padding: 1.6rem; }

.announcement__title {
  background-color: #493843;
  color: white;
  margin: 0;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem; }

.lc-reservation-options__link a {
  background-color: #c75842; }
  .lc-reservation-options__link a:hover, .lc-reservation-options__link a:focus {
    background-color: #a93a24; }

.lc-available-rooms__row {
  border-color: #767b91;
  border-radius: 0; }

.lc-available-rooms__image {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }
  .lc-available-rooms__image img {
    margin: 0 auto; }

.lc-available-rooms__room .buttons {
  margin-top: 16px;
  margin-top: 1.6rem; }

.lc-available-rooms__room .button {
  color: white;
  padding: 8px;
  padding: 0.8rem;
  background-color: #c75842;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  transition: background ease-in-out 250ms; }
  .lc-available-rooms__room .button:hover, .lc-available-rooms__room .button:focus {
    background-color: #a93a24; }

.lc-available-rooms__room .lc_room__room {
  color: white; }
  .lc-available-rooms__room .lc_room__room:hover, .lc-available-rooms__room .lc_room__room:focus {
    color: white;
    text-decoration: none; }

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

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

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

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

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

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

.lc-room__room-openings .form-actions {
  padding-top: 10px;
  padding-top: 1rem;
  font-weight: bold; }

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

.lc-form__header .lc-form__toggle {
  background-color: #c75842;
  text-transform: uppercase; }
  .lc-form__header .lc-form__toggle:hover, .lc-form__header .lc-form__toggle:focus {
    background-color: #c75842; }

.lc-form__filters {
  background-color: #c75842;
  color: black; }
  .lc-form__filters label,
  .lc-form__filters .fieldset-legend {
    color: white; }
  .lc-form__filters label.option {
    color: black; }
  .lc-form__filters button,
  .lc-form__filters html input[type="button"],
  .lc-form__filters input[type="reset"],
  .lc-form__filters input[type="submit"] {
    background-color: white;
    color: black;
    border-radius: 4px;
    margin: 0; }
    .lc-form__filters button:hover, .lc-form__filters button:focus,
    .lc-form__filters html input[type="button"]:hover,
    .lc-form__filters html input[type="button"]:focus,
    .lc-form__filters input[type="reset"]:hover,
    .lc-form__filters input[type="reset"]:focus,
    .lc-form__filters input[type="submit"]:hover,
    .lc-form__filters input[type="submit"]:focus {
      background-color: white;
      color: black; }

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