/******************************************************************
Site Name: Xtheme
Author: Upanup Studios
Stylesheet: Main Stylesheet
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  width: 100%;
  float: left;
  clear: left;
}
/* Locally-hosted BC Sans font */
@font-face {
  font-family: "bcsans";
  src: url("/themes/custom/rbcm/fonts/BcSansFont_Web/2023_03_14_BCSans-Light_2g.woff2") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "bcsans";
  src: url("/themes/custom/rbcm/fonts/BcSansFont_Web/2023_01_01_BCSans-LightItalic_2f.woff2") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "bcsans";
  src: url("/themes/custom/rbcm/fonts/BcSansFont_Web/2023_03_14_BCSans-Light_2g.woff2") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "bcsans";
  src: url("/themes/custom/rbcm/fonts/BcSansFont_Web/2023_01_01_BCSans-LightItalic_2f.woff2") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "bcsans";
  src: url("/themes/custom/rbcm/fonts/BcSansFont_Web/2023_01_01_BCSans-Regular_2f.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "bcsans";
  src: url("/themes/custom/rbcm/fonts/BcSansFont_Web/2023_01_01_BCSans-Italic_2f.woff2") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "bcsans";
  src: url("/themes/custom/rbcm/fonts/BcSansFont_Web/2023_01_01_BCSans-Regular_2f.woff2") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "bcsans";
  src: url("/themes/custom/rbcm/fonts/BcSansFont_Web/2023_01_01_BCSans-Italic_2f.woff2") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "bcsans";
  src: url("/themes/custom/rbcm/fonts/BcSansFont_Web/2023_01_01_BCSans-Bold_2f.woff2") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "bcsans";
  src: url("/themes/custom/rbcm/fonts/BcSansFont_Web/2023_01_01_BCSans-BoldItalic_2f.woff2") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "bcsans";
  src: url("/themes/custom/rbcm/fonts/BcSansFont_Web/2023_01_01_BCSans-Bold_2f.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "bcsans";
  src: url("/themes/custom/rbcm/fonts/BcSansFont_Web/2023_01_01_BCSans-BoldItalic_2f.woff2") format("woff");
  font-weight: 700;
  font-style: italic;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-icon {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.visually-hidden--visible {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}
html {
  font-size: 1rem;
  overflow-x: hidden;
}
body {
  font-family: 'bcsans', sans-serif;
  line-height: 1.5;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img,
iframe {
  max-width: 100%;
}
img {
  height: auto!important;
}
table {
  margin: 0 0 2rem;
  font-family: 'bcsans', sans-serif;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.5em;
  background: #f1f1f1;
  width: 100%;
}
table thead {
  border: 0;
}
table tbody {
  border: 0;
}
table tfoot {
  border: 0;
}
table tr {
  background-color: #fcfcfc;
  border: 0;
}
table tr:nth-child(odd) {
  background-color: #f6f6f6;
}
table th {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.125em;
  font-weight: 400;
  background: #fff;
  color: #222;
  text-align: center;
  border-bottom: 3px solid #ccc;
}
table td {
  padding: 0.5rem 1rem;
  vertical-align: top;
}
/* [ SCROLLABLE ] ----------*/
.scrollable {
  float: left;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.scrollable table {
  margin: 0;
}
.scrollable > div {
  overflow-x: auto;
}
.scrollable > div::-webkit-scrollbar {
  height: 12px;
}
.scrollable > div::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0;
}
.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #cccccc;
}
.scrollable > div:focus {
  outline: none;
}
.scrollable:focus-within {
  outline: 2px dotted #222;
  outline-offset: 0rem;
}
.scrollable.has-scroll > div:after {
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: '';
  height: 100%;
  left: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50px;
}
.scrollable + * {
  clear: both;
}
/* [ BLOCKQUOTE ] ----------*/
blockquote {
  border-left: 2px solid #444;
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: 0.5rem 0rem 0.5rem 1rem;
  position: relative;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
/* [ LIST ] ----------*/
ul,
ol {
  margin-top: 0;
  padding-left: 1.25rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul[type="1"],
ol[type="1"] {
  list-style-type: decimal;
}
ul[type="a"],
ol[type="a"] {
  list-style-type: lower-alpha;
}
ul[type="i"],
ol[type="i"] {
  list-style-type: lower-roman;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
/* [ LINKS ] ----------*/
a {
  color: #4175BE;
  text-decoration: none;
  outline: none;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #2e4970;
  text-decoration: underline;
}
a:hover:focus {
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: 2px dotted #222;
  outline-offset: 4px;
}
a:active {
  color: #222;
  text-decoration: underline;
}
a:active:focus {
  outline: none;
}
/* [ HEADINGS ] ----------*/
h1,
.h1 {
  font-family: 'bcsans', sans-serif;
  font-size: 1.875rem;
  font-weight: 200;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
h1.page-title,
.h1.page-title {
  font-size: 2.625rem;
  line-height: 3rem;
}
h2,
.h2 {
  font-family: 'bcsans', sans-serif;
  font-size: 1.75rem;
  font-weight: 200;
  line-height: 2.25rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
h3,
.h3 {
  font-family: 'bcsans', sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.875rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
h4,
.h4 {
  font-family: inherit;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
  margin: 1.33em 0;
}
h5,
.h5 {
  font-family: inherit;
  font-size: 0.83em;
  font-weight: 500;
  line-height: 1.1;
  margin: 1.67em 0;
}
h6,
.h6 {
  font-family: inherit;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.1;
  margin: 2.33em 0;
}
p {
  hyphens: auto;
  line-height: 1.875rem;
  word-break: break-word;
}
p,
ul,
ol,
table {
  margin: 0 0 2rem;
}
hr {
  border-color: #222;
}
#skip-link {
  margin: 0;
}
::selection {
  background: #222;
  color: #fff;
  text-shadow: none;
}
.t-breadcrumbs {
  clear: both;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 48rem) {
  .t-breadcrumbs {
    padding: 0 1rem;
  }
}
.a-breadcrumb__nav {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #777;
  padding: 0.5rem 0.9375rem;
  margin-bottom: 1.25rem;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
}
.a-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.a-breadcrumb__list-item {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.a-breadcrumb__list-item + .a-breadcrumb__list-item:before {
  color: #777;
  content: '>';
  font-weight: 400;
  padding: 0 0.25rem;
}
.a-button,
.button,
.cc_btn {
  appearance: none;
  background-color: #4175BE;
  border: 0;
  border-radius: 0rem;
  box-shadow: 3px 3px 0px 0px #2e4970;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'bcsans', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 0.25rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s ease-in-out;
}
.a-button:hover,
.button:hover,
.cc_btn:hover {
  box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.a-button:hover:focus,
.button:hover:focus,
.cc_btn:hover:focus {
  outline: none;
}
.a-button:focus,
.button:focus,
.cc_btn:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
  text-decoration: none;
}
.a-button:active,
.button:active,
.cc_btn:active {
  background-color: #2e4970;
  box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.a-button:active:focus,
.button:active:focus,
.cc_btn:active:focus {
  outline: none;
}
.a-button[disabled],
.button[disabled],
.cc_btn[disabled],
.a-button--disabled,
.button--disabled,
.cc_btn--disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #222;
  cursor: default;
}
.a-button[disabled]:hover,
.button[disabled]:hover,
.cc_btn[disabled]:hover,
.a-button--disabled:hover,
.button--disabled:hover,
.cc_btn--disabled:hover,
.a-button[disabled]:active,
.button[disabled]:active,
.cc_btn[disabled]:active,
.a-button--disabled:active,
.button--disabled:active,
.cc_btn--disabled:active {
  background-color: #ccc;
  border-color: #ccc;
  color: #222;
  cursor: default;
  text-decoration: none;
}
.a-button__icon,
.button__icon,
.cc_btn__icon {
  margin-left: 0.47rem;
}
.a-button--green,
.button--green,
.cc_btn--green {
  background-color: #4f8636;
}
.a-button--green:active,
.button--green:active,
.cc_btn--green:active {
  background-color: #222;
}
.a-carousel-control {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #4175BE;
  font-size: 1.25rem;
  height: 2rem;
  padding: 0;
  position: relative;
  text-align: center;
  transition: background-color 0.2s, color 0.2s ease-in-out;
  width: 2rem;
}
.a-carousel-control:before {
  left: 50%;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.a-carousel-control:hover {
  background-color: #4175BE;
  color: #fff;
}
.a-carousel-control:hover:focus {
  outline: none;
}
.a-carousel-control:focus {
  outline: 2px dashed #222;
  outline-offset: 0.235rem;
}
.a-carousel-control:active {
  background-color: #222;
  color: #fff;
}
.a-carousel-control:active:focus {
  outline: none;
}
.a-carousel-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0 -0.75rem 0 0;
  max-width: 100%;
  gap: 0.75rem;
}
.a-carousel-nav__item {
  flex: 0 0 auto;
}
.a-carousel-nav__item.tns-nav-active > .a-carousel-nav__item-button {
  background-color: #4f8636;
  color: #fff;
}
.a-carousel-nav__item-button {
  appearance: none;
  background-color: #fff;
  border: 3px solid #4f8636;
  padding: 0;
  width: 2.05rem;
  height: 2.05rem;
  color: #2e4970;
  display: inline-block;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.a-carousel-nav__item-button:hover {
  color: #fff;
  background-color: #4f8636;
}
.a-carousel-nav__item-button:hover:focus {
  outline: none;
}
.a-carousel-nav__item-button:focus {
  outline: 2px dashed #4175BE;
  outline-offset: 0.235rem;
}
.a-carousel-nav__item-button:active:focus {
  outline: none;
}
@media only screen and (max-width: 64rem) {
  .a-carousel-nav {
    justify-content: center;
    margin: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  border: 0;
  color: #222;
  display: block;
  font-size: 1rem;
  font-family: 'bcsans', sans-serif;
  font-weight: 400;
  line-height: inherit;
  margin-bottom: 1rem;
  padding: 0;
  width: 100%;
}
label {
  display: inline-block;
  font-family: 'bcsans', sans-serif;
  font-weight: 400;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
.form-item {
  max-width: 100%;
}
.form-item label,
.form-item legend {
  clear: both;
  color: #222;
  display: block;
  margin: 0 0 0.5rem 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="decimal"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="time"],
input[type="number"],
input[type="url"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  border: 2px solid #222;
  border-radius: 3px;
  font-family: 'bcsans', sans-serif;
  padding: 0.5rem;
  max-width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="decimal"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #4175BE;
  outline: 2px solid #4175BE;
  outline-offset: 0;
}
input[type="submit"],
button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select {
  background: url(../images/select-bg.png), #fff;
  background-position: calc(100% - 1.5rem) 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
  line-height: normal;
  padding: 0.5rem 3rem 0.5rem 0.5rem;
}
.form-type-checkbox {
  display: block;
  margin: 0 !important;
  position: relative;
  width: 100%;
}
.form-type-checkbox label.option {
  background-color: transparent;
  color: #222;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem 0.5rem 2.5rem;
  position: relative;
}
.form-type-checkbox label.option:after {
  color: #222;
  content: "\f0c8";
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 1.25rem;
  font-weight: 400;
  left: 0.75rem;
  position: absolute;
  top: 0.35rem;
}
select::-ms-expand {
  display: none;
}
input[type=checkbox] {
  appearance: none;
  border: 0;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}
input[type=checkbox]:focus ~ label.option {
  outline: 2px dotted #222;
  outline-offset: 0rem;
}
input[type=checkbox]:hover:focus,
input[type=checkbox]:active:focus {
  outline: none;
}
input[type=checkbox]:checked ~ label.option:after {
  content: "\f14a";
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-weight: 400;
  letter-spacing: 5px;
}
.form-type-radio {
  display: block;
  margin: 0 !important;
  position: relative;
  width: 100%;
}
.form-type-radio label.option {
  background-color: transparent;
  color: #222;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem 0.5rem 2.5rem;
  position: relative;
}
.form-type-radio label.option:after {
  color: #222;
  content: "\f111";
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 1.25rem;
  font-weight: 400;
  left: 0.75rem;
  position: absolute;
  top: 0.35rem;
}
input[type=radio] {
  appearance: none;
  border: 0;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}
input[type=radio]:focus ~ label.option {
  outline: 2px dotted #222;
  outline-offset: 0rem;
}
input[type=radio]:hover:focus,
input[type=radio]:active:focus {
  outline: none;
}
input[type=radio]:checked ~ label.option:after {
  content: "\f192";
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-weight: 400;
  letter-spacing: 5px;
}
button {
  font-family: 'bcsans', sans-serif;
}
.form-text::-moz-placeholder {
  color: #222;
  opacity: 1;
}
.form-text:-ms-input-placeholder {
  color: #222;
}
.form-text::-webkit-input-placeholder {
  color: #222;
}
.form-text::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-text[disabled],
.form-text[readonly],
fieldset[disabled] .form-text {
  background-color: #ccc;
  opacity: 1;
}
.form-text[disabled],
fieldset[disabled] .form-text {
  cursor: not-allowed;
}
textarea.form-text {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.form-item > .description {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}
.captcha {
  display: block;
  clear: both;
}
.a-logo {
  margin-top: 2.5rem;
}
.a-logo img {
  display: block;
  max-width: 250px;
}
.a-menu-link-wrapper {
  display: block;
  padding: 1rem;
  position: relative;
}
.a-menu-link-wrapper--parent {
  padding-right: 3.5rem;
}
.a-menu-link-wrapper__trigger {
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0rem;
  color: inherit;
  height: 2rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: background-color 0.2s, color 0.2s ease-in-out;
  width: 2rem;
}
@media only screen and (max-width: 64rem) {
  .a-menu-link-wrapper__trigger {
    border-left: 1px solid #222;
    height: 100%;
    right: 0;
    width: 2.5rem;
  }
}
.a-menu-link-wrapper__trigger:before,
.a-menu-link-wrapper__trigger:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.a-menu-link-wrapper__trigger:before {
  content: '\f067';
  font-weight: 400;
  opacity: 1;
}
.a-menu-link-wrapper__trigger:after {
  content: '\f068';
  font-weight: 400;
  transform: translate(-50%, 200%);
}
.a-menu-link-wrapper__trigger:hover {
  background-color: #4175BE;
  color: #fff;
}
.a-menu-link-wrapper__trigger:hover:focus {
  outline: none;
}
.a-menu-link-wrapper__trigger:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
}
.a-menu-link-wrapper__trigger:active {
  background-color: #222;
  color: #fff;
}
.a-menu-link-wrapper__trigger:active:focus {
  outline: none;
}
.a-menu-link-wrapper__trigger[aria-expanded="true"]:before {
  opacity: 0;
  transform: translate(-50%, -200%);
}
.a-menu-link-wrapper__trigger[aria-expanded="true"]:after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.a-menu-link-wrapper__link {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.a-menu-link-wrapper__link.is-active {
  padding-left: 1rem;
  position: relative;
}
@media only screen and (max-width: 64rem) {
  .a-menu-link-wrapper__link.is-active {
    padding-left: 0;
  }
}
.a-menu-link-wrapper__link.is-active:before {
  background-color: #4175BE;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
@media only screen and (max-width: 64rem) {
  .a-menu-link-wrapper__link.is-active:before {
    left: -1rem;
  }
}
.a-menu-trigger {
  display: none;
}
@media only screen and (max-width: 64rem) {
  .a-menu-trigger {
    display: block;
  }
  .a-menu-trigger--header {
    margin-right: 1rem;
  }
}
.messages {
  border: 0;
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
  float: left;
  width: 100%;
  margin: 1.5rem 0;
  background: #fff;
  word-break: break-word;
  hyphens: auto;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  color: #222;
  border-radius: 3px;
  overflow: hidden;
}
.messages [role="alert"] {
  display: inline-block;
}
.messages:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 1rem;
}
.messages:after {
  content: '';
  width: 0.25rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.messages--info:after {
  background: #4175BE;
}
.messages--info:before {
  content: '\f058';
  color: #4175BE;
}
.messages--error:after {
  background: #DF3B37;
}
.messages--error:before {
  content: '\f057';
  color: #DF3B37;
}
.messages--warning:after {
  background: #ff6600;
}
.messages--warning:before {
  content: '\f05a';
  color: #ff6600;
}
.messages--status:after {
  background: #4f8636;
}
.messages--status:before {
  content: '\f058';
  color: #4f8636;
}
.a-search-result__title {
  margin-bottom: 4px;
}
.a-search-result__snippet {
  margin-bottom: 0;
}
.a-search-trigger {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #222;
  display: inline-block;
  padding: 2.5rem;
  position: relative;
  transition: color 0.2s ease-in-out;
  z-index: 0;
}
.a-search-trigger::before {
  content: '\f002';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
}
.a-search-trigger::after {
  background-color: transparent;
  content: '';
  height: 4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease-in-out;
  width: 4rem;
  z-index: 0;
}
.a-search-trigger:hover {
  color: #fff;
}
.a-search-trigger:hover::after {
  background-color: #4f8636;
}
.a-search-trigger:hover:focus {
  outline: none;
}
.a-search-trigger:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
}
.a-search-trigger:active {
  color: #fff;
}
.a-search-trigger:active::after {
  background-color: #222;
}
.a-search-trigger:active:focus {
  outline: none;
}
.a-skip-link:focus {
  background-color: #fff;
  outline: 2px dotted #222;
  outline-offset: 4px;
  padding: 4px;
  z-index: 1000;
}
.a-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0;
}
.a-social__list {
  list-style: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
@media only screen and (max-width: 48rem) {
  .a-social__list {
    margin: 0;
  }
}
.a-social__list-item {
  display: inline-block;
  margin: 0 0 0.5rem 1rem;
  padding: 0;
}
@media only screen and (max-width: 48rem) {
  .a-social__list-item {
    margin: 0 1.25rem 1rem 0;
  }
}
.a-social__link {
  box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 1.25rem;
}
.a-social__link:hover,
.a-social__link:active {
  box-shadow: 0px 2px 0px 0px #ffffff;
  color: #fff;
  text-decoration: none;
}
.m-accordion {
  display: block;
  width: 100%;
}
.m-accordion__trigger {
  appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 2px dashed #f3f3f3;
  color: #4175BE;
  font-family: 'bcsans', sans-serif;
  font-weight: 200;
  margin-top: 0;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  text-align: left;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  width: 100%;
}
.m-accordion__trigger::after {
  background-color: transparent;
  border-radius: 50%;
  content: '\f424';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 1.5rem;
  height: 2rem;
  line-height: 2rem;
  position: absolute;
  right: 1rem;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  width: 2rem;
}
.m-accordion__trigger:hover {
  background-color: #f3f3f3;
  color: #2e4970;
  text-decoration: underline;
}
.m-accordion__trigger:hover:focus {
  outline: none;
}
.m-accordion__trigger:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
}
.m-accordion__trigger:active {
  color: #222;
  text-decoration: underline;
}
.m-accordion__trigger:active:focus {
  outline: none;
}
.m-accordion__trigger.is-open {
  background-color: #f3f3f3;
  z-index: 1;
}
.m-accordion__trigger.is-open:after {
  content: '\f422';
}
.m-accordion__content {
  background-color: #fcfcfc;
  display: none;
  padding: 2rem 1rem 0rem 1rem;
  position: relative;
  width: 100%;
}
.ajax-progress,
.ajax-progress-throbber {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  vertical-align: middle;
  text-align: center;
}
.ajax-progress-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/ajax-loader.gif');
  background-size: 100px;
  background-position: center;
  color: #000;
  z-index: 501;
}
.m-alert__title {
  display: block;
  margin: 0 0 1rem;
}
.m-alert__level {
  display: block;
  margin: 0 0 1rem;
}
.m-alert__timestamp {
  display: block;
  margin: 0 0 1rem;
}
.m-alert .views-field-body {
  display: block;
  margin: 0;
  max-width: 75ch;
}
.m-carousel-slide {
  position: relative;
  z-index: 0;
}
.m-carousel-slide__image-container {
  position: relative;
}
.m-carousel-slide__image-container:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(transparent, rgba(34, 34, 34, 0.5));
}
@media only screen and (max-width: 48rem) {
  .m-carousel-slide {
    overflow: hidden;
  }
}
.m-carousel-slide img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 48rem) {
  .m-carousel-slide img {
    height: 15rem !important;
    object-fit: cover;
    width: auto;
  }
}
.m-carousel-slide__subheading {
  text-align: center;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.m-carousel-slide__heading {
  font-family: 'bcsans', sans-serif;
  font-size: 1.875rem;
  font-weight: 200;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 0;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}
.m-carousel-slide__heading.page-title {
  font-size: 2.625rem;
  line-height: 3rem;
}
.m-carousel-slide__content-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #222;
  clear: both;
  display: block;
  padding: 1.5rem 0 0.25rem;
  width: 100%;
  background-image: url(/themes/custom/rbcmccp/images/hero-texture.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 48rem) {
  .m-carousel-slide__content-wrapper {
    padding: 1rem 0;
  }
}
.m-carousel-slide__content-wrapper > *:last-child {
  margin-bottom: 0;
}
.m-carousel {
  position: relative;
  z-index: 0;
}
.m-carousel__scrolldown {
  display: flex;
  justify-content: center;
}
.m-carousel__scrolldown button {
  appearance: none;
  border: 0;
  padding: 0;
  background-color: #fff;
  color: #2e4970;
  border-radius: 100%;
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.35rem;
  box-shadow: none;
}
.m-carousel__scrolldown button > span {
  font-size: 1.5rem;
  font-weight: 300;
}
.m-carousel__scrolldown button:hover {
  color: #fff;
  background-color: #2e4970;
}
.m-carousel__scrolldown button:focus {
  outline: 2px dashed #4f8636;
}
@media only screen and (max-width: 64rem) {
  .m-carousel__scrolldown {
    display: none;
  }
}
.m-carousel__ctas {
  white-space: nowrap;
}
.m-carousel__ctas .button {
  background-color: #4175BE;
  color: #2e4970;
}
.m-carousel__ctas .button:hover {
  background-color: #2e4970;
  color: #fff;
}
.m-carousel__ctas .button:active {
  color: #2e4970;
}
.m-carousel__ctas .button:first-of-type {
  margin-right: 1.9rem;
}
@media only screen and (max-width: 64rem) {
  .m-carousel__ctas .button {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .m-carousel__ctas .button:first-of-type {
    margin-right: auto;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 64rem) {
  .m-carousel__ctas {
    white-space: unset;
    padding: 1.5rem 0 1rem 0;
  }
}
.m-carousel__ctas-controls {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  max-width: 1310px;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 64rem) {
  .m-carousel__ctas-controls {
    position: unset;
    transform: none;
    padding: 8px 24px;
  }
}
.a-carousel__autoplay {
  appearance: none;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 3px solid #4f8636;
  background-color: #fff;
  width: 44px;
  height: 44px;
  z-index: 2;
  transition: color 0.2s, background-color 0.2s ease-in-out;
}
@media only screen and (max-width: 64rem) {
  .a-carousel__autoplay-container {
    width: unset !important;
  }
}
.a-carousel__autoplay:hover {
  background-color: #4f8636;
  color: #fff;
}
.a-carousel__autoplay:hover:focus {
  outline: none;
}
.a-carousel__autoplay:focus {
  outline: 2px dashed #4175BE;
  outline-offset: 0.235rem;
}
.a-carousel__autoplay:active {
  background-color: #222;
  color: #fff;
}
.a-carousel__autoplay:active:focus {
  outline: none;
}
.cc_banner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 48rem) {
  .cc_banner {
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.cc_banner-wrapper {
  background-color: #fff;
  border-top: 1px solid #444;
  bottom: 0;
  left: 0;
  max-height: 60vh;
  overflow: hidden auto;
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.cc_logo {
  display: none;
}
.cc_message {
  margin: 0;
  padding: 0 2rem 0 0;
}
@media only screen and (max-width: 48rem) {
  .cc_message {
    margin: 0 0 1rem 0;
    padding: 0;
    width: 100%;
  }
}
.m-figure img {
  display: block;
}
.m-figure figcaption {
  border-left: 2px solid #444;
  clear: both;
  display: block;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
}
.m-flyout-feature__heading {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 400;
  margin-top: 1.875rem;
}
.m-flyout-feature__heading a {
  font-weight: inherit;
}
.m-menu--footer .m-menu {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.m-menu--footer .m-menu .m-menu__item {
  display: inline-block;
  margin: 0 1.5rem 1rem 0;
}
.m-menu--footer .m-menu .m-menu__item:last-child {
  margin: 0;
}
.m-menu--footer .m-menu .m-menu__item-link {
  color: #fff;
}
.m-menu-wrapper--header {
  margin-right: 2rem;
}
@media only screen and (max-width: 64rem) {
  .m-menu-wrapper--header {
    background-color: #ccc;
    width: 100%;
    z-index: 1;
  }
}
.m-menu-wrapper--header .m-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 64rem) {
  .m-menu-wrapper--header .m-menu {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
}
.m-menu-wrapper--header .m-menu__item {
  margin: 0 0 0 1.5rem;
}
@media only screen and (max-width: 64rem) {
  .m-menu-wrapper--header .m-menu__item {
    border-bottom: 1px solid #222;
    margin: 0;
    padding: 0.5rem 1.25rem;
    width: 100%;
  }
  .m-menu-wrapper--header .m-menu__item:last-child {
    border-bottom: 0;
  }
}
.m-menu-wrapper--header .m-menu__item:first-child {
  margin: 0;
}
.m-menu-wrapper--main .m-menu {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-menu-wrapper--main .m-menu__item {
  display: block;
  margin: 0;
}
.m-menu-wrapper--main .m-menu__item-link {
  display: none;
}
.m-menu-wrapper--main .m-menu__item-link-button {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #222;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375rem;
  padding: 2.5rem;
  transition: color 0.2s ease-in-out;
}
.m-menu-wrapper--main .m-menu__item-link-button:hover {
  color: #4f8636;
}
.m-menu-wrapper--main .m-menu__item-link-button:hover:focus {
  outline: none;
}
.m-menu-wrapper--main .m-menu__item-link-button:focus {
  outline: 2px dotted #222;
  outline-offset: -0.5rem;
}
.m-menu-wrapper--main .m-menu__item-link-button:active {
  color: #222;
}
.m-menu-wrapper--main .m-menu__item-link-button:active:focus {
  outline: none;
}
.m-menu-wrapper--main .m-menu__item-link-button::after {
  color: #ccc;
  content: '\232A';
  margin-left: 0.5rem;
}
.m-menu-wrapper--main .m-menu__item-link-button--active {
  color: #4f8636;
}
.m-menu-wrapper--main .m-menu__item-link-button--active:hover,
.m-menu-wrapper--main .m-menu__item-link-button--active:active {
  color: #222;
}
.m-menu-wrapper--main nav > .m-menu {
  display: flex;
}
.t-sidebar {
  position: relative;
  z-index: 0;
}
.t-sidebar--no-nav .block-menu {
  display: none !important;
}
.t-sidebar .block-menu {
  display: block;
}
.t-sidebar .block-menu .m-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.125rem;
}
.t-sidebar .block-menu .m-menu__title {
  font-size: 1.75rem;
  margin: 0 0 1rem 0;
}
.t-sidebar .block-menu .m-menu__section-trigger {
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}
@media only screen and (max-width: 64rem) {
  .t-sidebar .block-menu .m-menu__section-trigger {
    display: block;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 0.5rem 3rem 0.5rem 0.5rem;
    margin: 0;
    background: #4175BE;
    color: #fff;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: left;
    transition: background-color 0.2s ease-in-out;
  }
  .t-sidebar .block-menu .m-menu__section-trigger::after {
    content: '\f0c9';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .t-sidebar .block-menu .m-menu__section-trigger[aria-expanded="true"]::after {
    content: '\f00d';
  }
  .t-sidebar .block-menu .m-menu__section-trigger:hover {
    text-decoration: underline;
  }
  .t-sidebar .block-menu .m-menu__section-trigger:hover:focus {
    outline: none;
  }
  .t-sidebar .block-menu .m-menu__section-trigger:focus {
    outline: 2px dotted #222;
    outline-offset: 4px;
  }
  .t-sidebar .block-menu .m-menu__section-trigger:active {
    background-color: #2e4970;
    text-decoration: underline;
  }
  .t-sidebar .block-menu .m-menu__section-trigger:active:focus {
    outline: none;
  }
}
.t-sidebar .block-menu .m-menu .m-menu__item {
  display: block;
  margin: 0.25rem 0;
  width: 100%;
}
.t-sidebar .block-menu .m-menu .m-menu__item-link-wrapper {
  display: block;
  position: relative;
}
.t-sidebar .block-menu .m-menu .m-menu__item--active-trail > .m-menu {
  display: block;
  padding-left: 2rem;
}
.t-sidebar .block-menu .m-menu .m-menu__item a {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 200;
  background-color: transparent;
  color: #444;
  display: block;
  padding: 0.25rem;
  transition: background-color 0.2s, color 0.2s ease-in-out;
}
.t-sidebar .block-menu .m-menu .m-menu__item a:hover {
  color: #4175BE;
}
.t-sidebar .block-menu .m-menu .m-menu__item a:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
}
.t-sidebar .block-menu .m-menu .m-menu__item a:focus:hover {
  outline: none;
}
.t-sidebar .block-menu .m-menu .m-menu__item a:active {
  color: #222;
  text-decoration: underline;
}
.t-sidebar .block-menu .m-menu .m-menu__item a:active:focus {
  outline: none;
}
.t-sidebar .block-menu .m-menu .m-menu__item a.is-active {
  background: #4175BE;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 1.125rem;
  padding-left: 1rem;
}
.t-sidebar .block-menu > .m-menu {
  display: block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 48rem) {
  .t-sidebar .block-menu > .m-menu {
    display: none;
  }
}
.t-sidebar .block-menu > .m-menu .m-menu {
  padding-left: 0;
}
.t-sidebar .block-menu > .m-menu > .m-menu__item {
  display: none;
}
.t-sidebar .block-menu > .m-menu > .m-menu__item.m-menu__item--active-trail {
  display: block;
}
.t-sidebar .block-menu > .m-menu > .m-menu__item.m-menu__item--active-trail > .m-menu__item-link-wrapper {
  display: none;
}
.t-sidebar .block-menu > .m-menu > .m-menu__item.m-menu__item--active-trail > .m-menu {
  padding-left: 0;
}
.t-sidebar .block-menu > .m-menu > .m-menu__item.m-menu__item--active-trail > .m-menu > .m-menu__item > .m-menu > .m-menu__item a {
  font-size: 1.125rem;
}
.m-mobile-triggers {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
.m-mobile-triggers__trigger {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #555;
  display: inline-block;
  font-size: 1.375rem;
  height: 3.75rem;
  position: relative;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  width: 3.75rem;
}
.m-mobile-triggers__trigger:hover {
  background-color: #4f8636;
  color: #fff;
}
.m-mobile-triggers__trigger:hover:focus {
  outline: none;
}
.m-mobile-triggers__trigger:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
}
.m-mobile-triggers__trigger:active {
  background-color: #222;
  color: #fff;
}
.m-mobile-triggers__trigger:active:focus {
  outline: none;
}
.pager {
  font-family: 'bcsans', sans-serif;
  font-weight: 200;
  clear: both;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pager__items {
  display: inline-block;
  padding-left: 0;
  margin: 1rem auto 0 auto;
}
.pager__item {
  float: left;
  display: block;
  margin: 0;
  padding: 0.5rem;
}
.pager__item--ellipsis {
  line-height: 1.5;
  text-decoration: none;
  color: #222;
}
.pager__item > span {
  float: left;
  padding: 0.3125rem 0.875rem;
}
.pager__item a {
  position: relative;
  float: left;
  padding: 0.3125rem 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  color: #4175BE;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.pager__item a:hover,
.pager__item a:focus,
.pager__item a:active {
  z-index: 2;
  color: #2e4970;
  background-color: #eee;
}
.pager__item.is-active a {
  color: #fff;
  background: #4175BE;
  border-color: #4175BE;
}
.pager__item.is-active a:hover,
.pager__item.is-active a:focus,
.pager__item.is-active a:active {
  text-decoration: underline;
}
.pager__item:first-child a,
.pager__item:first-child span {
  margin-left: 0;
}
[data-drupal-selector="views-exposed-form-search-page-1"] .form--inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
[data-drupal-selector="views-exposed-form-search-page-1"] .form--inline .form-item,
[data-drupal-selector="views-exposed-form-search-page-1"] .form--inline .form-actions {
  margin-top: 0;
}
[data-drupal-selector="views-exposed-form-search-page-1"] .form--inline .form-actions {
  clear: none;
  display: inline-block;
}
.m-search-form form {
  display: block;
  position: relative;
  width: 100%;
}
.m-search-form form .form-item {
  margin: 0;
}
.m-search-form form .form-item label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.m-search-form form .form-item label:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}
.m-search-form form .form-item input {
  padding-right: 4.5rem;
}
.m-search-form form .form-item input::-moz-placeholder {
  color: #222;
  opacity: 1;
}
.m-search-form form .form-item input:-ms-input-placeholder {
  color: #222;
}
.m-search-form form .form-item input::-webkit-input-placeholder {
  color: #222;
}
@media only screen and (max-width: 64rem) {
  .m-search-form form .form-item input {
    width: 100%;
  }
}
.m-search-form form .form-item.form-type-select {
  display: none;
}
.m-search-form form .form-actions {
  background-color: #4175BE;
  height: calc(100% - 4px);
  margin: 0;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 3rem;
  transition: background-color 0.2s ease-in-out;
}
.m-search-form form .form-actions input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.m-search-form form .form-actions:before {
  color: #fff;
  content: '\f002';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.2s ease-in-out;
}
.m-search-form form .form-actions:hover {
  background-color: #2e4970;
}
.m-search-form form .form-actions:hover:focus-within {
  background-color: #2e4970;
  outline: none;
}
.m-search-form form .form-actions:active {
  background-color: #222;
}
.m-search-form form .form-actions:active:focus-within {
  background-color: #222;
  outline: none;
}
.m-search-form form .form-actions:focus-within {
  outline: 2px dotted #222;
  outline-offset: 4px;
}
@media only screen and (max-width: 64rem) {
  .m-search-form form .form-actions:focus-within {
    outline-offset: 0;
  }
}
.m-social-links__list {
  font-size: 1.625rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 48rem) {
  .m-social-links__list {
    justify-content: center;
  }
}
.m-social-links__list-item {
  margin: 0 0.5em 0 0;
}
.tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  zoom: 1;
}
.tabs ul:before,
.tabs ul:after {
  content: "";
  display: table;
}
.tabs ul:after {
  clear: both;
}
.tabs ul > li {
  display: inline-block;
}
.tabs ul > li > a {
  appearance: none;
  background-color: #4175BE;
  border: 0;
  border-radius: 0rem;
  box-shadow: 3px 3px 0px 0px #2e4970;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'bcsans', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 0.25rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s ease-in-out;
  margin: 0 0.5rem 0.5rem 0;
}
.tabs ul > li > a:hover {
  box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.tabs ul > li > a:hover:focus {
  outline: none;
}
.tabs ul > li > a:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
  text-decoration: none;
}
.tabs ul > li > a:active {
  background-color: #2e4970;
  box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.tabs ul > li > a:active:focus {
  outline: none;
}
.tabs ul > li > a[disabled],
.tabs ul > li > a--disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #222;
  cursor: default;
}
.tabs ul > li > a[disabled]:hover,
.tabs ul > li > a--disabled:hover,
.tabs ul > li > a[disabled]:active,
.tabs ul > li > a--disabled:active {
  background-color: #ccc;
  border-color: #ccc;
  color: #222;
  cursor: default;
  text-decoration: none;
}
.tabs ul > li > a__icon {
  margin-left: 0.47rem;
}
.tabs ul > li > a--green {
  background-color: #4f8636;
}
.tabs ul > li > a--green:active {
  background-color: #222;
}
.tabs ul > li.is-active > a,
.tabs ul > li.is-active > a:hover,
.tabs ul > li.is-active > a:focus,
.tabs ul > li.is-active > a:active {
  color: #444;
  background-color: #fff;
  border: 1px solid #222;
  cursor: default;
}
@media print {
  nav.tabs {
    display: none;
  }
}
.m-textbox {
  background-color: #fff;
  border-bottom: #4f8636 0.5rem solid;
  margin-bottom: 6.25rem;
  margin-top: 6.25rem;
  max-width: 500px;
  padding: 2.5rem 2.5rem 1.5rem;
}
@media only screen and (max-width: 48rem) {
  .m-textbox {
    margin: auto;
    padding: 1rem;
    text-size-adjust: 65%;
    align-content: center;
    max-width: none;
  }
}
.m-textbox__footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-textbox__footer > * {
  margin: 0;
  padding: 0 1rem 0 0;
}
.m-textbox__footer > *:nth-child(even) {
  padding-right: 0;
}
@media only screen and (max-width: 48rem) {
  .m-textbox__footer {
    display: flex;
    flex-flow: wrap;
  }
}
.m-top-nav-buttons {
  bottom: 1rem;
  position: absolute;
  right: 5rem;
}
.m-top-nav-buttons .field--name-body a {
  margin: 0 0 0 1rem;
}
.o-accordion-group__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.o-accordion-group__list-row {
  margin: 0;
}
.views-field-field-faqs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.views-field-field-faqs ul li {
  margin: 0;
}
.field--name-field-accordion > .field__item {
  margin-bottom: 2rem;
}
.field--name-field-accordion-item > .field-item {
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 64rem) {
  .o-alerts-banner {
    border-bottom: 1px solid #222;
  }
}
.o-alerts-banner__header {
  border-bottom: 1px solid #222;
  padding: 0.5rem 0;
}
.o-alerts-banner__header > .t-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.o-alerts-banner__controls-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
.o-alerts-banner__heading {
  margin: 0 1rem 0 0;
}
.o-alerts-banner__heading:before {
  display: none;
}
.o-alerts-banner__carousel-wrapper {
  padding: 2rem 0;
}
.o-alerts-banner .views-row > span {
  display: inline-block;
  margin: 0 1rem 1rem 0;
}
.o-alerts-banner .views-row > span .views-label {
  font-weight: 700;
}
.o-content-rows {
  clear: both;
  display: block;
  width: 100%;
}
.o-content-rows__row {
  clear: both;
  display: block;
  margin: 0 0 2rem 0;
  width: 100%;
}
.o-grid-view .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% + 1rem);
}
.o-grid-view .view-content .views-row {
  padding-right: 1rem;
  padding-top: 1rem;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  width: 100%;
}
.o-grid-view .view-content .views-row:nth-child(1),
.o-grid-view .view-content .views-row:nth-child(2),
.o-grid-view .view-content .views-row:nth-child(3) {
  padding-top: 0;
}
@media only screen and (max-width: 48rem) {
  .o-grid-view .view-content .views-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.o-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.o-grid .a-tile {
  flex: 0 0 8rem;
  margin: 0 1rem 1rem 0;
}
.o-grid .m-card {
  flex: 0 0 31rem;
  margin: 0 2rem 2rem 0;
}
.o-list-view .views-row {
  border-bottom: 1px solid #eee;
  clear: both;
  display: block;
  padding: 0 0 1.5rem 0;
  margin: 0 0 1.5rem 0;
  width: 100%;
}
.o-list-view--simple .views-row {
  padding: 0.5rem 0;
  margin: 0 0 0.5rem 0;
}
.o-menu__flyout {
  display: none;
  background-color: #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: #4f8636 4px solid;
  box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  max-width: 80vw;
  min-width: 37.5rem;
  overflow: hidden;
  padding: 1.875rem;
  position: absolute;
  width: 100vw;
  z-index: 1000;
}
.o-menu__flyout[aria-hidden="false"] {
  display: block;
}
.o-menu__flyout-close {
  appearance: none;
  background-color: #4f8636;
  border: 0;
  color: #fff;
  height: 2.75rem;
  position: absolute;
  right: -4px;
  top: -4px;
  transition: background-color 0.2s ease-in-out;
  width: 2.75rem;
  z-index: 1;
}
.o-menu__flyout-close:hover {
  background-color: #222;
}
.o-menu__flyout-close:hover:focus {
  outline: none;
}
.o-menu__flyout-close:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
}
.o-menu__flyout-close:active {
  background-color: #555;
}
.o-menu__flyout-close:active:focus {
  outline: none;
}
.o-menu__flyout-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
.o-menu__flyout-wrapper > * {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 67.5rem) {
  .o-menu__flyout-wrapper > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.o-menu__flyout-wrapper [data-flyout-id] {
  display: none;
}
.o-menu__flyout-menu {
  flex: 1 1 42.5rem;
}
.o-menu__flyout-menu nav .m-menu {
  margin: 0;
  max-width: 50%;
  padding: 0;
}
.o-menu__flyout-menu nav .m-menu__item-link {
  color: #222;
  display: inline-block;
  font-weight: 200;
}
.o-menu__flyout-menu nav .m-menu__item-link:hover {
  color: #222;
}
.o-menu__flyout-menu nav .m-menu__item-link-wrapper {
  width: 100%;
}
.o-menu__flyout-menu nav .m-menu__item-link-button {
  display: none;
}
.o-menu__flyout-menu nav .m-menu__item .collection-tag {
  display: inline-block;
  clear: both;
  color: #777;
  cursor: default;
  font-size: 0.875rem;
  transform: none;
}
.o-menu__flyout-menu nav .m-menu__item .collection-tag::after {
  content: '\232a';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-weight: inherit;
  margin-left: 0.5rem;
}
.o-menu__flyout-menu nav > .m-menu {
  max-width: 100%;
  position: relative;
}
.o-menu__flyout-menu nav > .m-menu > .m-menu__item > .m-menu__item-link-wrapper {
  display: none;
}
.o-menu__flyout-menu nav > .m-menu > .m-menu__item > .m-menu {
  border-right: 1px solid #ccc;
}
.o-menu__flyout-menu nav > .m-menu > .m-menu__item > .m-menu > .m-menu__item {
  min-height: 2.5rem;
  padding-right: 1rem;
}
.o-menu__flyout-menu nav > .m-menu > .m-menu__item > .m-menu > .m-menu__item--active > .m-menu__item-link-wrapper > .m-menu__item-link {
  color: #222 !important;
}
.o-menu__flyout-menu nav > .m-menu > .m-menu__item > .m-menu > .m-menu__item--active > .m-menu {
  display: block !important;
}
.o-menu__flyout-menu nav > .m-menu > .m-menu__item > .m-menu > .m-menu__item > .m-menu__item-link-wrapper > .m-menu__item-link {
  color: #4f8636;
  font-weight: 400;
  font-size: 1.25rem;
  padding-right: 4rem;
}
.o-menu__flyout-menu nav > .m-menu > .m-menu__item > .m-menu > .m-menu__item > .m-menu__item-link-wrapper > .m-menu__item-link:hover {
  color: #222;
}
.o-menu__flyout-menu nav > .m-menu > .m-menu__item > .m-menu > .m-menu__item > .m-menu__item-link-wrapper--parent > .m-menu__item-link {
  position: relative;
  width: 100%;
}
.o-menu__flyout-menu nav > .m-menu > .m-menu__item > .m-menu > .m-menu__item > .m-menu__item-link-wrapper--parent > .m-menu__item-link::after {
  content: "\232A";
  position: absolute;
  right: 1rem;
}
.o-menu__flyout-menu nav > .m-menu > .m-menu__item > .m-menu > .m-menu__item--active > .m-menu__item-link {
  color: #222;
}
.o-menu__flyout-menu nav > .m-menu > .m-menu__item > .m-menu > .m-menu__item > .m-menu {
  border-left: 1px solid #ccc;
  display: none;
  left: 50%;
  margin-left: -1px;
  padding-left: 1rem;
  position: absolute;
  top: 0;
}
.o-menu__flyout-menu nav > .m-menu > .m-menu__item > .m-menu > .m-menu__item > .m-menu > .m-menu__item {
  margin-bottom: 0.5rem;
}
.o-menu__flyout-feature {
  display: none;
  flex: 0 1 auto;
}
@media only screen and (min-width: 67.5rem) {
  .o-menu__flyout-feature {
    display: block;
  }
}
.o-mobile-menu__wrapper {
  display: none;
  width: 100%;
}
.o-mobile-menu__search form .form-item,
.o-mobile-menu__search [data-drupal-selector^=views-exposed-form-search-page-] form .form-item {
  width: 100%;
}
.o-related-links {
  margin: 0 0 2rem;
  padding: 1.5rem 1.5rem 1rem;
  background-color: #fff;
  border: 1px solid #444;
}
.o-related-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.o-related-links__list-row {
  margin: 0 0 0.5rem;
}
.search-results {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.search-results li {
  border-bottom: 1px solid #222;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
#block-views-block-upcoming-events-block-1 > h2 {
  text-align: center;
}
#block-views-block-upcoming-events-block-1 .view-header {
  margin: 0 0 2.5rem 0;
  text-align: center;
}
#block-views-block-upcoming-events-block-1 .view-header h3 {
  font-weight: 200;
}
#block-views-block-upcoming-events-block-1 .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#block-views-block-upcoming-events-block-1 .view-content > * {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 200;
  margin-right: 4%;
  width: 22%;
}
#block-views-block-upcoming-events-block-1 .view-content > * a {
  font-weight: 200;
}
#block-views-block-upcoming-events-block-1 .view-content > *:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 48rem) {
  #block-views-block-upcoming-events-block-1 .view-content > * {
    padding: 1rem;
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
}
.view-filters .form--inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.view-filters .form--inline > * {
  margin: 0 1rem 1rem 0;
}
.view-filters .form--inline > *:last-child {
  margin: 0 0 1rem 0;
}
.view-filters .form--inline > * .button {
  padding: 1rem 1.5rem;
}
.toolbar-menu {
  margin: 0;
  max-width: 100%;
}
.toolbar-menu li {
  margin: 0;
}
#block-views-block-content-status-block-1 {
  border: 1px solid #222;
  margin: 0 0 2rem 0;
  padding: 1rem;
}
#block-views-block-content-status-block-1 > * {
  max-width: 75ch;
}
#block-views-block-content-status-block-1 > * .views-field-field-content-notes .field-content > *:last-child {
  margin: 0;
}
.facets-widget-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.facets-widget-links ul li {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.facets-widget-links ul li a {
  border: 1px solid #ececec;
  padding: 0.125rem 0.25rem;
  margin: 0;
  border-radius: 4px;
  line-height: 2rem;
}
.facets-widget-links ul li a.is-active {
  background-color: #4175BE;
  color: #fff;
}
.facets-widget-links ul li a:hover {
  background-color: #4175BE;
  color: #fff;
}
.search-results.views-row {
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
}
.search-results.views-row .search-result__title {
  font-size: 1.5rem;
}
.cc_container,
.t-container {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}
.t-content {
  font-family: 'Neuton', serif;
  font-size: 1.375em;
  line-height: 1.363em;
  float: left;
  margin: 0 0 1rem 0;
  padding: 0 1rem 0 0;
  width: 50%;
}
@media print {
  .t-content {
    width: 100%;
  }
}
.t-content--75 {
  width: 75%;
}
.t-content--100 {
  width: 100%;
}
.t-content--100 > .region > * {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}
.t-content--100 > .region > *#block-views-block-publications-books-block-3,
.t-content--100 > .region > *#block-views-block-landing-page-projects-block-1--2 {
  max-width: 100%;
}
.t-content--no-margin {
  margin: 0;
}
.t-content__inner {
  float: none;
  margin: 0 auto;
}
@media only screen and (max-width: 68.75rem) {
  .t-content__inner {
    padding: 0 0 0 1rem;
  }
}
@media only screen and (max-width: 68.75rem) {
  .t-content {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 48rem) {
  .t-content {
    margin: 0;
    width: 100% !important;
  }
}
.t-content + div {
  position: initial !important;
}
.field--name-field-body2 {
  float: left;
  width: 100%;
}
.t-footer {
  background-color: #efefef;
  clear: both;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 48rem) {
  .t-footer {
    padding: 1.5rem 0;
  }
}
@media print {
  .t-footer {
    display: none;
  }
}
.t-footer p {
  line-height: 1.5rem;
}
.t-footer > .t-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 48rem) {
  .t-footer > .t-container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
}
.t-footer__block {
  flex: 0 0 auto;
  font-weight: 200;
  padding: 3rem 1.5rem;
  max-width: 33%;
}
@media only screen and (max-width: 48rem) {
  .t-footer__block {
    max-width: 75%;
  }
}
.t-footer__block:last-child {
  text-align: right;
}
@media only screen and (max-width: 48rem) {
  .t-footer__block:last-child {
    text-align: center;
  }
}
.t-footer__block--logo-block {
  padding: 0;
}
.t-footer__block--logo-block > .region {
  padding: 3rem 0;
}
.t-footer__block .block > h2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
  text-transform: none;
}
.t-footer__block #block-views-block-admission-prices-block-2 .views-field {
  display: inline-block;
  padding: 0;
  margin: 0 0 0.25rem 0;
}
.t-footer__block #block-views-block-admission-prices-block-2 .views-field-title {
  min-width: 11.25rem;
  padding-right: 2rem;
}
.t-footer__block ol li,
.t-footer__block ul li {
  margin-bottom: 0 0 4px 0;
}
.t-footer__logo {
  height: 100%;
}
.t-footer__logo a {
  background-color: #555;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.t-footer__logo a img {
  display: block;
  max-width: 130px;
}
.t-footer .m-social-links a {
  color: #777;
}
.t-footer .m-social-links a:hover {
  color: #4175BE;
}
.t-footer .m-social-links a:active {
  color: #222;
}
.t-header {
  background-color: #fff;
  border: 0;
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  z-index: 100;
}
.t-header__row--top {
  position: relative;
}
.t-header__row--top > .t-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.t-header__row--bottom {
  padding: 1rem 0;
}
@media only screen and (max-width: 64rem) {
  .t-header__row--bottom {
    position: relative;
  }
  .t-header__row--bottom > .t-container {
    justify-content: space-between;
  }
}
.t-header__row--bottom > .t-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.t-header__menu-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
@media print {
  .t-header__menu-wrapper {
    display: none;
  }
}
.t-header--mobile {
  display: none;
}
.t-header--mobile .a-logo {
  margin: 0;
}
.t-header--mobile .t-header__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.t-header--mobile .t-header__hours {
  font-size: 0.875rem;
  flex: 1 1 auto;
  margin: 0 0 0 1.25rem;
}
.t-header--mobile .t-header__hours .office-hours,
.t-header--mobile .t-header__hours .office-hours__item {
  display: inline;
  width: auto;
}
.t-header--mobile .t-header__mobile-search {
  background-color: #fff;
  display: none;
  padding: 2rem 1rem;
}
.t-header--mobile .t-header__mobile-search[aria-hidden="false"] {
  display: block;
}
.t-header--mobile .t-header__mobile-search form {
  display: block;
  position: relative;
  width: 100%;
}
.t-header--mobile .t-header__mobile-search form .form-item {
  margin: 0;
  position: relative;
  width: 100%;
}
.t-header--mobile .t-header__mobile-search form .form-item label {
  font-family: 'bcsans', sans-serif;
  font-size: 1.75rem;
  font-weight: 200;
  line-height: 2.25rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.t-header--mobile .t-header__mobile-search form .form-item input {
  background-position-x: calc(100% - 8rem);
  background-position-y: center;
  font-size: 1.375rem;
  line-height: 2.5rem;
  padding: 0 10rem 0 0.625rem;
  width: 100%;
}
.t-header--mobile .t-header__mobile-search form .form-item input:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.t-header--mobile .t-header__mobile-search form [data-drupal-selector="edit-actions"] {
  margin: 0;
  position: absolute;
  right: 1rem;
  bottom: 0.6rem;
}
.t-header--mobile .t-header__mobile-search form [data-drupal-selector="edit-reset"] {
  display: none;
}
@media only screen and (max-width: 64rem) {
  .t-header--desktop {
    display: none;
  }
  .t-header--mobile {
    display: block;
  }
}
.t-hero {
  clear: both;
  display: block;
  margin: 0 auto 1rem auto;
  padding-bottom: 1rem;
  position: relative;
  width: 100%;
}
.t-hero img {
  display: block;
}
.t-hero--100 > .t-container {
  max-width: 1920px;
}
.t-hero .t-container {
  position: relative;
}
.t-hero__caption {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  padding: 0.25rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.75rem;
  max-width: 98%;
}
.t-home-row {
  clear: both;
  display: block;
  padding: 2.5rem;
  width: 100%;
}
.t-home-row--hero {
  background-position: center;
  background-size: cover;
  height: 100% !important;
  min-height: calc(100vh - 170px) !important;
  position: relative !important;
  width: 100% !important;
}
.t-home-row--hero .m-textbox h2,
.t-home-row--hero .m-textbox h3 {
  line-height: 100%;
  text-transform: uppercase;
}
.t-home-row--hero .m-textbox[data-font-size="medium"] h2 {
  font-size: 2.5rem;
}
.t-home-row--hero .m-textbox[data-font-size="medium"] h3 {
  font-size: 1.5rem;
}
.t-home-row--hero .m-textbox[data-font-size="large"] h2 {
  font-size: 3.75rem;
}
.t-home-row--hero .m-textbox[data-font-size="large"] h3 {
  font-size: 2rem;
}
.t-home-row--carousel {
  padding: 0;
}
.t-home-row--territorial {
  background-color: #222;
  color: #fff;
  text-align: center;
}
.t-home-row--territorial #block-territorial-acknowledgement {
  margin: 0 auto;
  max-width: 52.5rem;
}
.t-home-row--social {
  background-color: #4f8636;
  color: #fff;
}
.t-home-row--social .m-social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.t-home-row--social .m-social-links__heading {
  margin: 0 0.5rem 0 0;
}
.t-home-row--social .m-social-links__list {
  font-size: 1.75rem;
  margin: 0 0 0 0.5rem;
}
.t-home-row--social .m-social-links__list a {
  color: #fff;
}
.t-home-row--social .m-social-links__list a:hover,
.t-home-row--social .m-social-links__list a:active {
  color: #222;
}
.t-home-row--welcome {
  background-color: #222;
  color: #fff;
  font-weight: 200;
}
.t-home-row--welcome a {
  font-weight: 200;
}
.t-home-row--welcome .block {
  margin: 0 auto;
  max-width: 52.5rem;
  text-align: center;
}
.t-home-row--welcome .block .field > *:last-child {
  margin-bottom: 0;
}
.t-home-row--learning {
  background-position: center;
  background-size: cover;
  height: 100% !important;
  position: relative !important;
  width: 100% !important;
}
.t-home-row--learning .m-textbox h2 {
  color: #4f8636;
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.t-home-row--learning .m-textbox > *:last-child {
  margin-bottom: 0;
}
.t-home-row--newsletter {
  background-color: #222;
  color: #fff;
}
.t-home-row--newsletter .wrapper.col-100 {
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .t-home-row--newsletter .wrapper.col-100 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .t-home-row--newsletter .wrapper.col-100 > * {
    flex: 0 0 50;
    max-width: 50%;
    width: 100%;
  }
  .t-home-row--newsletter .wrapper.col-100 > *:nth-child(2) {
    padding-left: 1rem;
  }
}
.t-home-row--newsletter .wrapper.col-100 form .email-form {
  float: left;
  width: 70%;
}
.t-home-row--newsletter .wrapper.col-100 form #ci_email {
  height: 3rem;
  margin: 0;
  padding: 0 1rem;
  line-height: 1.5rem;
  font-size: 1.5rem;
  width: 100%;
  background: #fff;
  color: #222;
  outline: none;
  border: 0;
}
.t-home-row--newsletter .wrapper.col-100 form #ci_email ::placeholder {
  color: #222;
  opacity: 1;
}
.t-home-row--newsletter .wrapper.col-100 form #ci_email:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.t-home-row--newsletter .wrapper.col-100 form input[type="submit"] {
  display: block;
  float: left;
  margin: auto 0;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  font-size: 1.375rem;
  font-weight: 200;
  text-transform: uppercase;
  color: #4175BE;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  transition: background-color 1s ease, color 1s ease;
}
.t-home-row--newsletter .wrapper.col-100 form input[type="submit"]:hover {
  background-color: #4175BE;
  color: #fff;
}
.t-home-row--newsletter .wrapper.col-100 form input[type="submit"]:hover:focus {
  outline: none;
}
.t-home-row--newsletter .wrapper.col-100 form input[type="submit"]:focus {
  outline: 2px dotted #fff;
  outline-offset: 4px;
}
.t-home-row--newsletter .wrapper.col-100 form input[type="submit"]:active {
  background-color: #2e4970;
  color: #fff;
}
.t-home-row--newsletter .wrapper.col-100 form input[type="submit"]:active:focus {
  outline: none;
}
.t-main {
  clear: both;
  display: block;
  width: 100%;
}
.t-main__content {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.t-notification-banner {
  background: #4f8636;
  box-shadow: inset 0px -2px 8px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 700;
  padding: 1rem 0;
  text-align: center;
}
.t-notification-banner a {
  color: #fff;
}
.t-notification-banner a:hover {
  color: #fff;
}
.t-notification-banner a:hover:focus {
  outline: none;
}
.t-notification-banner a:focus {
  outline: 2px dotted #fff;
  outline-offset: 4px;
}
.t-notification-banner a:active {
  color: #fff;
}
.t-notification-banner a:active:focus {
  outline: none;
}
.t-notification-banner .views-field-body > div > *:last-child {
  margin-bottom: 0;
}
.t-search-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  height: 0;
  width: 100%;
  transition: height 0.2s ease-in-out;
}
.t-search-overlay--active {
  height: 100%;
  opacity: 1;
}
.t-search-overlay--visible {
  visibility: visible;
}
.t-search-overlay__modal {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.t-search-overlay__modal-header {
  margin: 0 0 1rem 0;
  padding: 0 3rem;
  position: relative;
  text-align: center;
}
.t-search-overlay__modal-header h2 {
  color: #fff;
  margin: 0;
  max-width: 100%;
}
.t-search-overlay__close {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 1.25rem;
  height: 2.5rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  width: 2.5rem;
}
.t-search-overlay__close:hover {
  background-color: #4f8636;
  color: #fff;
}
.t-search-overlay__close:hover:focus {
  outline: none;
}
.t-search-overlay__close:focus {
  outline: 2px dotted #fff;
  outline-offset: 4px;
}
.t-search-overlay__close:active {
  background-color: #222;
  color: #fff;
}
.t-search-overlay__close:active:focus {
  outline: none;
}
.t-search-overlay__form form .form--inline {
  position: relative;
}
.t-search-overlay__form form .form-item {
  margin: 0;
  position: relative;
  width: 100%;
}
.t-search-overlay__form form .form-item label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.t-search-overlay__form form .form-item input {
  border: 0;
  border-radius: 3px;
  background-position-x: calc(100% - 8rem);
  background-position-y: center;
  font-size: 1.375rem;
  line-height: 2.5rem;
  padding: 0 10rem 0 0.625rem;
  width: 100%;
}
.t-search-overlay__form form .form-item input:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.t-search-overlay__form form [data-drupal-selector="edit-actions"] {
  margin: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.t-search-overlay__form form [data-drupal-selector="edit-reset"] {
  display: none;
}
.t-sidebar {
  float: left;
  margin: 0;
  padding: 0 1rem 1rem 1rem;
  width: 25%;
}
@media only screen and (max-width: 48rem) {
  .t-sidebar {
    width: 100%;
  }
}
@media print {
  .t-sidebar {
    display: none;
  }
}
.t-sidebar .region > * {
  margin-bottom: 2rem;
}
.t-sidebar--hidden,
.t-sidebar--no-nav {
  display: none;
}
.t-sidebar--secondary {
  padding: 0;
}
@media only screen and (max-width: 48rem) {
  .t-sidebar--secondary {
    width: 100%;
  }
}
.t-sidebar--secondary .region-sidebar__second {
  position: relative;
  margin-top: 3.875rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.t-sidebar--secondary .region-sidebar__second #block-views-block-basic-page-sidebar-block-1 {
  width: 98%;
  border: 1px solid #f1f1f1;
  background: #fafafa;
  padding: 0.5rem 0.5rem 0;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25);
}
.t-sidebar--secondary .region-sidebar__second #block-views-block-basic-page-sidebar-block-1 .views-field-field-sidebar-title {
  padding: 0 0.5rem;
}
.t-sidebar--secondary .region-sidebar__second #block-views-block-basic-page-sidebar-block-1 .views-field-field-sidebar-title .field-content {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 200;
  margin: 0 0 1rem;
  font-family: 'bcsans', sans-serif;
}
.t-sidebar--secondary .region-sidebar__second #block-views-block-basic-page-sidebar-block-1 .views-field-field-sidebar-content > .field-content > * {
  margin: 0 0 1rem;
  font-family: 'bcsans', sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}
#block-views-block-blog-block-1 img,
#block-views-block-blog-block-3 img {
  display: block;
}
#block-views-block-blog-block-1 h2,
#block-views-block-blog-block-3 h2 {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
#block-views-block-blog-block-1 .blog-posted-on,
#block-views-block-blog-block-3 .blog-posted-on {
  font-family: 'bcsans', sans-serif;
  font-size: 0.875rem;
  font-weight: 200;
  margin: 0 0 1rem;
}
#block-views-block-blog-block-1 .views-row {
  border: 1px solid #eee;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
  display: block;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}
#block-views-block-blog-block-1 .views-row p {
  width: 80%;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin: 0 0 1rem;
}
#block-views-block-blog-block-1 .views-row .views-field-field-excerpt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  width: 85%;
  height: 100%;
  min-height: 22.125rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(252, 252, 252, 0.95)), to(rgba(252, 252, 252, 0)));
  background: -o-linear-gradient(left, rgba(252, 252, 252, 0.95) 55%, rgba(252, 252, 252, 0) 100%);
  background: linear-gradient(to right, rgba(252, 252, 252, 0.95) 55%, rgba(252, 252, 252, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
@media only screen and (max-width: 68.75rem) {
  #block-views-block-blog-block-1 .views-row .views-field-field-excerpt {
    bottom: auto;
    height: auto;
    left: auto;
    min-height: auto;
    position: static;
    width: 100%;
  }
}
#block-views-block-blog-block-3 .view-content {
  margin-bottom: 1rem;
}
#block-views-block-blog-block-3 .views-field-field-excerpt {
  min-height: 14.5rem;
}
#block-views-block-blog-block-2 {
  font-family: 'bcsans', sans-serif;
  font-size: 1rem;
}
.view-display-id-page_1 .view-content .views-row h2 {
  margin: 0;
  padding: 1rem 0 0;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.view-display-id-page_1 .view-content .views-row .blog-posted-on {
  font-family: 'bcsans', sans-serif;
  font-size: 0.875rem;
  font-weight: 200;
  margin: 0 0 1rem;
}
.view-display-id-page_1 .view-content .views-row .views-field-field-hero {
  float: right;
  padding: 0 0 0 1rem;
}
.view-display-id-page_1 .view-content .views-row .views-field-field-hero img {
  display: block;
}
#block-views-block-publications-books-block-1 {
  font-family: 'bcsans', sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 200;
}
#block-views-block-publications-books-block-1 .view-content {
  background-color: #fafafa;
  padding: 1rem;
}
#block-views-block-publications-books-block-1 .view-content .views-field-field-image {
  float: right;
  margin: 0 0 0.5rem 0.5rem;
}
#block-views-block-publications-books-block-3 .view-footer {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}
#block-views-block-publications-books-block-5 {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .booksellers-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .booksellers-columns__column {
    flex: 0 0 33.333%;
    margin-bottom: 1rem;
    max-width: 33.333%;
    padding-right: 1rem;
    width: 100%;
  }
  .booksellers-columns__column:last-child {
    padding-right: 0;
  }
}
#block-publicationlinks {
  font-family: 'bcsans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#block-publicationlinks .field a {
  margin-right: 2rem;
}
#block-views-block-events-1-block-2 > div {
  padding: 1rem 1rem 0;
  border: #ececec 1px solid;
  margin: 0 0 1rem;
  font-family: 'bcsans', sans-serif;
  font-weight: 200;
}
#block-views-block-events-1-block-2 > div .views-row .field-content {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
#block-views-block-events-1-block-2 > div .views-row .views-field {
  margin: 0 0 1rem;
}
#block-views-block-events-1-block-2 .view-header .field-content {
  display: block;
  padding: 0.5rem;
  margin: 0 0 1rem;
  background: #DF3B37;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
#block-views-block-events-1-block-2 .view-content .views-field-field-link {
  padding: 0 0 1rem;
  border-bottom: 1px solid #ececec;
}
#block-views-block-events-1-block-2 .view-content .views-field-field-link a {
  appearance: none;
  background-color: #4175BE;
  border: 0;
  border-radius: 0rem;
  box-shadow: 3px 3px 0px 0px #2e4970;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'bcsans', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 0.25rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s ease-in-out;
  text-align: center;
  width: 100%;
}
#block-views-block-events-1-block-2 .view-content .views-field-field-link a:hover {
  box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
#block-views-block-events-1-block-2 .view-content .views-field-field-link a:hover:focus {
  outline: none;
}
#block-views-block-events-1-block-2 .view-content .views-field-field-link a:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
  text-decoration: none;
}
#block-views-block-events-1-block-2 .view-content .views-field-field-link a:active {
  background-color: #2e4970;
  box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
#block-views-block-events-1-block-2 .view-content .views-field-field-link a:active:focus {
  outline: none;
}
#block-views-block-events-1-block-2 .view-content .views-field-field-link a[disabled],
#block-views-block-events-1-block-2 .view-content .views-field-field-link a--disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #222;
  cursor: default;
}
#block-views-block-events-1-block-2 .view-content .views-field-field-link a[disabled]:hover,
#block-views-block-events-1-block-2 .view-content .views-field-field-link a--disabled:hover,
#block-views-block-events-1-block-2 .view-content .views-field-field-link a[disabled]:active,
#block-views-block-events-1-block-2 .view-content .views-field-field-link a--disabled:active {
  background-color: #ccc;
  border-color: #ccc;
  color: #222;
  cursor: default;
  text-decoration: none;
}
#block-views-block-events-1-block-2 .view-content .views-field-field-link a__icon {
  margin-left: 0.47rem;
}
#block-views-block-events-1-block-2 .view-content .views-field-field-link a--green {
  background-color: #4f8636;
}
#block-views-block-events-1-block-2 .view-content .views-field-field-link a--green:active {
  background-color: #222;
}
body.visit-calendar .t-sidebar {
  display: none;
}
body.visit-calendar .t-content {
  width: 100%;
}
[id^="block-views-block-event-series-block-"] .view-content,
[id^="block-rbcm-views-block-event-series-block-"] .view-content,
.view.view-event-series.view-id-event_series .view-content,
.view-id-traveling_exhibitions .view-content {
  float: left;
  width: 100%;
}
[id^="block-views-block-event-series-block-"] .view-content .views-row,
[id^="block-rbcm-views-block-event-series-block-"] .view-content .views-row,
.view.view-event-series.view-id-event_series .view-content .views-row,
.view-id-traveling_exhibitions .view-content .views-row {
  font-family: 'bcsans', sans-serif;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.375rem;
  border-bottom: 1px solid #444;
  margin: 0 0 2rem;
  padding: 0 0 2rem 0;
}
[id^="block-views-block-event-series-block-"] .view-content .views-row:last-child,
[id^="block-rbcm-views-block-event-series-block-"] .view-content .views-row:last-child,
.view.view-event-series.view-id-event_series .view-content .views-row:last-child,
.view-id-traveling_exhibitions .view-content .views-row:last-child {
  padding-right: 1rem;
}
[id^="block-views-block-event-series-block-"] .view-content .views-row .views-field-field-hero,
[id^="block-rbcm-views-block-event-series-block-"] .view-content .views-row .views-field-field-hero,
.view.view-event-series.view-id-event_series .view-content .views-row .views-field-field-hero,
.view-id-traveling_exhibitions .view-content .views-row .views-field-field-hero {
  float: right;
  margin: 0 0 1rem 1rem;
}
[id^="block-views-block-event-series-block-"] .view-content .views-row .views-field-title h3,
[id^="block-rbcm-views-block-event-series-block-"] .view-content .views-row .views-field-title h3,
.view.view-event-series.view-id-event_series .view-content .views-row .views-field-title h3,
.view-id-traveling_exhibitions .view-content .views-row .views-field-title h3 {
  margin: 0 0 0.5rem;
}
[id^="block-views-block-event-series-block-"] .view-content .views-row .views-field-field-cost,
[id^="block-rbcm-views-block-event-series-block-"] .view-content .views-row .views-field-field-cost,
.view.view-event-series.view-id-event_series .view-content .views-row .views-field-field-cost,
.view-id-traveling_exhibitions .view-content .views-row .views-field-field-cost {
  margin: 0 0 1rem;
}
[id^="block-views-block-event-series-block-"] .view-content .views-row .views-field-field-when,
[id^="block-rbcm-views-block-event-series-block-"] .view-content .views-row .views-field-field-when,
.view.view-event-series.view-id-event_series .view-content .views-row .views-field-field-when,
.view-id-traveling_exhibitions .view-content .views-row .views-field-field-when {
  display: inline-block;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #444;
}
[id^="block-views-block-event-series-block-"] .view-content .views-row .views-field-field-when .date-repeat-instance,
[id^="block-rbcm-views-block-event-series-block-"] .view-content .views-row .views-field-field-when .date-repeat-instance,
.view.view-event-series.view-id-event_series .view-content .views-row .views-field-field-when .date-repeat-instance,
.view-id-traveling_exhibitions .view-content .views-row .views-field-field-when .date-repeat-instance {
  display: inline;
}
[id^="block-views-block-exhibitions-not-grouped-block-"] .view-content .views-row {
  position: relative;
  min-height: 13.75rem;
  overflow: hidden;
  margin: 0 0 1rem;
  padding: 0 1rem 0 0;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 48rem) {
  [id^="block-views-block-exhibitions-not-grouped-block-"] .view-content .views-row {
    padding-right: 0;
    width: 100%;
  }
}
[id^="block-views-block-exhibitions-not-grouped-block-"] .view-content .views-row .views-field-field-image,
[id^="block-views-block-exhibitions-not-grouped-block-"] .view-content .views-row .views-field-field-landing-page-image {
  position: absolute;
  line-height: 0;
  max-width: 26.625rem;
}
[id^="block-views-block-exhibitions-not-grouped-block-"] .view-content .views-row .views-field-nothing {
  position: absolute;
  padding: 1rem;
  float: left;
  width: 100%;
  height: 13.75rem;
  max-width: 26.625rem;
  background: rgba(51, 51, 51, 0.85);
}
@media only screen and (max-width: 48rem) {
  [id^="block-views-block-exhibitions-not-grouped-block-"] .view-content .views-row .views-field-nothing {
    max-width: 100%;
  }
}
[id^="block-views-block-exhibitions-not-grouped-block-"] .view-content .views-row .views-field-nothing h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}
@media only screen and (max-width: 48rem) {
  [id^="block-views-block-exhibitions-not-grouped-block-"] .view-content .views-row .views-field-nothing h2 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}
[id^="block-views-block-exhibitions-not-grouped-block-"] .view-content .views-row .views-field-nothing h2 a {
  color: #fff !important;
}
[id^="block-views-block-exhibitions-not-grouped-block-"] .view-content .views-row .views-field-nothing p {
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.85);
  font-family: 'bcsans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media only screen and (max-width: 48rem) {
  [id^="block-views-block-exhibitions-not-grouped-block-"] .view-content .views-row .views-field-nothing p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
#block-views-block-featured-collections-block-1 {
  float: left;
  width: 100%;
}
.p-type--lobby_screen_slide {
  margin-top: 0px !important;
}
.p-type--lobby_screen_slide .admin-menu {
  display: none !important;
}
.p-type--lobby_screen_slide #block-system-main {
  display: none;
}
.p-type--lobby_screen_slide h1 {
  font-size: 120px;
  line-height: 100%;
  color: #4f8636;
  margin: 0;
  padding: 0;
}
.p-type--lobby_screen_slide h1.page-title {
  display: none;
}
.p-type--lobby_screen_slide #block-rbcm-local-tasks {
  display: none;
}
.p-type--lobby_screen_slide #slide-content {
  position: relative;
  width: 1080px;
  height: 1920px;
  margin: 0;
  padding: 0;
  float: none;
  background: url("../images/lobby-screens/whats-on-bg-1080.jpg");
}
.p-type--lobby_screen_slide #slide-content #block-views-block-events-1-block-4 {
  padding: 96px 0 0 96px;
  position: relative;
}
.p-type--lobby_screen_slide #slide-content #block-views-block-events-1-block-4::before {
  content: '';
  width: 225px;
  height: 626px;
  float: right;
  margin: 0 0 48px 48px;
}
.p-type--lobby_screen_slide #slide-content .block-views .view-header h2 {
  font-size: 35px;
  line-height: 72px;
  color: #4f8535;
  font-weight: 400 !important;
  margin: 0;
  padding: 0;
}
.p-type--lobby_screen_slide #slide-content .block-views .view-header h3 {
  font-size: 36px;
  line-height: 48px;
  margin: 48px 0 16px;
  padding: 0;
  font-weight: 100 !important;
  color: #4f8535;
}
.p-type--lobby_screen_slide #slide-content .block-views .view-content h1 {
  font-size: 36px;
  line-height: 48px;
  margin: 48px 0 0;
  padding: 0;
  font-weight: 100 !important;
  color: #4f8535;
}
.p-type--lobby_screen_slide #slide-content .block-views .view-content .views-field-title {
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 100;
  margin: 0 0 24px;
}
.view-job-postings .views-row {
  border: 1px solid #ececec;
  font-weight: 200;
  margin: 0 0 1rem;
  padding: 1rem;
}
.view-job-postings .views-row h3 {
  margin: 0;
}
.view-job-postings .views-row .views-field-field-date-time {
  margin: 0 0 0.5rem;
  display: block;
  font-family: 'bcsans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.view-job-postings .views-row .views-field-field-file,
.view-job-postings .views-row .views-field-view-node {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: 'bcsans', sans-serif;
}
.view-job-postings .views-row .views-field-field-file {
  margin-right: 1rem;
}
.view-news-releases .views-field-field-date,
.view-news-releases .views-field-field-file {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
#block-newsletterwidgetsidebar {
  background-color: #4175BE;
  color: #fff;
  margin: 0;
}
#block-newsletterwidgetsidebar .wrapper {
  padding: 1rem 1rem 0;
  margin: 0;
  float: none;
  overflow: auto;
}
#block-newsletterwidgetsidebar .wrapper a {
  color: #fff;
  text-decoration: none;
}
#block-newsletterwidgetsidebar .wrapper p {
  font-weight: 200;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  margin: 0 0 1rem;
}
#block-newsletterwidgetsidebar .wrapper h3 {
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}
#block-newsletterwidgetsidebar .wrapper form:focus-within {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
#block-newsletterwidgetsidebar .wrapper form .fa-envelope-o {
  float: left;
  height: 2.25rem;
  line-height: 2.25rem;
  width: 2.25rem;
  color: #4175BE;
  background-color: #fff;
  text-align: center;
}
#block-newsletterwidgetsidebar .wrapper form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  width: 13.5rem;
}
#block-newsletterwidgetsidebar .wrapper form fieldset label {
  display: inline-block;
  font-family: 'bcsans', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
}
#block-newsletterwidgetsidebar .wrapper form fieldset div.email-form {
  float: left;
  width: 11.25rem;
  background: #fff;
}
#block-newsletterwidgetsidebar .wrapper form fieldset input#ci_email {
  float: left;
  height: 2.25rem;
  margin: 0;
  padding: 0 1rem;
  line-height: 1.875rem;
  font-size: 1rem;
  width: 100%;
  background: #fff;
  color: #222;
  outline: none;
  border: none;
  -webkit-appearance: menulist-text;
  -moz-appearance: menulist-text;
  appearance: menulist-text;
}
#block-newsletterwidgetsidebar .wrapper form fieldset .btn {
  float: left;
  background-color: #fff;
  color: #4175BE;
  border: none;
  border-radius: 0;
  height: 2.25rem;
  width: 2.25rem;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2.25rem;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
#block-newsletterwidgetsidebar .wrapper form fieldset .btn:hover {
  background: #2e4970;
  color: #fff;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
#block-newsletterwidgetsidebar .subscribe-small-text {
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0;
  padding: 1rem;
}
.region-newsletter-subscription {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.region-newsletter-subscription .block {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
.newsletter-popup__wrapper {
  display: none;
  background: #4175BE;
  position: absolute;
  max-width: 23.125rem;
  min-height: 16rem;
  right: 0;
  bottom: 1rem;
  margin: 0 auto;
  padding: 1rem;
  box-shadow: 4px 4px 0px #2d5285;
  opacity: 0.98;
  color: #fff;
}
.newsletter-popup__wrapper:hover {
  opacity: 1;
}
.newsletter-popup__close {
  appearance: none;
  background: transparent;
  background-color: transparent;
  border: 0;
  font-size: 1.375rem;
  line-height: 1.375rem;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.2s ease-in-out;
}
.newsletter-popup__close:hover {
  background-color: #2e4970;
}
.newsletter-popup__close:hover:focus {
  outline: none;
}
.newsletter-popup__close:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
}
.newsletter-popup__close:active {
  background-color: #222;
}
.newsletter-popup__close:active:focus {
  outline: none;
}
.newsletter-popup__content p {
  font-size: 1rem;
  line-height: 1.125rem;
  margin: 2rem 0;
}
.newsletter-popup__content p.subscribe-small-text {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-style: italic;
  margin: 0.5rem 0 0;
  padding: 0;
}
.newsletter-popup__content h3 {
  margin-bottom: 0.5rem;
}
.newsletter-popup__content form {
  width: 100%;
}
.newsletter-popup__content form:focus-within {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.newsletter-popup__content form .fa-envelope-o {
  float: left;
  height: 2.25rem;
  line-height: 2.25rem;
  width: 2.25rem;
  color: #4175BE;
  background-color: #fff;
  text-align: center;
}
.newsletter-popup__content form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  width: 13.5rem;
}
.newsletter-popup__content form fieldset label {
  display: inline-block;
  font-family: 'bcsans', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
}
.newsletter-popup__content form fieldset div.email-form {
  float: left;
  width: 11.25rem;
  background: #fff;
}
.newsletter-popup__content form fieldset input#ci_email {
  float: left;
  height: 2.25rem;
  margin: 0;
  padding: 0 1rem;
  line-height: 1.875rem;
  font-size: 1rem;
  width: 100%;
  background: #fff;
  color: #222;
  outline: none;
  border: none;
  -webkit-appearance: menulist-text;
  -moz-appearance: menulist-text;
  appearance: menulist-text;
}
.newsletter-popup__content form fieldset .btn {
  float: left;
  background-color: #fff;
  color: #4175BE;
  border: none;
  border-radius: 0;
  height: 2.25rem;
  width: 2.25rem;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2.25rem;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.newsletter-popup__content form fieldset .btn:hover {
  background: #2e4970;
  color: #fff;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_2,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_4,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_5 {
  margin: 0 0 0.5rem;
  background-color: #fafafa;
  font-family: 'bcsans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 200;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_2 .view-header p,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_4 .view-header p,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_5 .view-header p {
  margin: 0;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_2 .view-header button,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_4 .view-header button,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_5 .view-header button {
  appearance: none;
  background-color: #4175BE;
  border: 0;
  clear: both;
  color: #fff;
  display: block;
  font-weight: 400;
  padding: 0.5rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_2 .view-header button::after,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_4 .view-header button::after,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_5 .view-header button::after {
  content: '\f424';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_2 .view-header button[aria-expanded="true"]::after,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_4 .view-header button[aria-expanded="true"]::after,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_5 .view-header button[aria-expanded="true"]::after {
  content: '\f422';
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_2 .view-header button:hover,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_4 .view-header button:hover,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_5 .view-header button:hover {
  background-color: #2e4970;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_2 .view-header button:hover:focus,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_4 .view-header button:hover:focus,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_5 .view-header button:hover:focus {
  outline: none;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_2 .view-header button:focus,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_4 .view-header button:focus,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_5 .view-header button:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_2 .view-header button:active,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_4 .view-header button:active,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_5 .view-header button:active {
  background-color: #222;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_2 .view-header button:active:focus,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_4 .view-header button:active:focus,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_5 .view-header button:active:focus {
  outline: none;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_2 .view-content,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_4 .view-content,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_5 .view-content {
  display: none;
  padding: 1rem 0.5rem 0;
}
@media only screen and (min-width: 48rem) {
  .p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_4 .views-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_4 .views-row > * {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1rem 0 0;
    width: 100%;
  }
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_1 .view-content,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_1 .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 2rem;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_1 .view-content .views-row,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_1 .view-content .views-row {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 1rem 1rem 0;
  width: 100%;
}
@media only screen and (max-width: 64rem) {
  .p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_1 .view-content .views-row,
  .p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_1 .view-content .views-row {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 48rem) {
  .p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_1 .view-content .views-row,
  .p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_1 .view-content .views-row {
    flex-basis: auto;
    max-width: 100%;
    padding: 0 0 1rem 0;
  }
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_1 .view-content .views-row .object-thumbnail,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_1 .view-content .views-row .object-thumbnail {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
  position: relative;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_1 .view-content .views-row .object-thumbnail img,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_1 .view-content .views-row .object-thumbnail img {
  display: block;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_1 .view-content .views-row .object-thumbnail a,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_1 .view-content .views-row .object-thumbnail a {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 1rem;
  cursor: pointer;
  background: -moz-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #5a87c6), color-stop(60%, rgba(90, 135, 198, 0.8)));
  background: -webkit-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: -o-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: -ms-linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  background: linear-gradient(45deg, #5a87c6 0%, rgba(90, 135, 198, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87c6', endColorstr='#005a87c6', GradientType=1);
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_1 .view-content .views-row .object-thumbnail a .object-title-date-content,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_1 .view-content .views-row .object-thumbnail a .object-title-date-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_1 .view-content .views-row .object-thumbnail a .object-title-date-content h3,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_1 .view-content .views-row .object-thumbnail a .object-title-date-content h3 {
  color: #fff;
  font-family: 'bcsans', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_1 .view-content .views-row .object-thumbnail a .object-title-date-content .object-date,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_1 .view-content .views-row .object-thumbnail a .object-title-date-content .object-date {
  font-family: 'bcsans', sans-serif;
  font-size: 1rem;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_1 .view-content .views-row .object-thumbnail a:hover,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_1 .view-content .views-row .object-thumbnail a:hover,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac.view-display-id-block_1 .view-content .views-row .object-thumbnail a:focus,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection.view-display-id-block_1 .view-content .views-row .object-thumbnail a:focus {
  opacity: 1;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details {
  font-family: 'bcsans', sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1rem;
  margin: 0 0 1rem 0;
  padding: 1rem;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details[open],
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details[open] {
  background-color: #fcfcfc;
  padding-bottom: 0.5rem;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details[open] summary::after,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details[open] summary::after {
  content: '\f00d';
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details summary,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details summary {
  color: #4175BE;
  position: relative;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details summary:hover,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details summary:hover {
  color: #2e4970;
  text-decoration: underline;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details summary:hover:focus,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details summary:hover:focus {
  outline: none;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details summary:focus,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details summary:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details summary:active,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details summary:active {
  color: #222;
  text-decoration: underline;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details summary:active:focus,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details summary:active:focus {
  outline: none;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details summary::after,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details summary::after {
  content: '\f013';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  display: inline-block;
  margin-left: 0.5rem;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details > .details-wrapper,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details > .details-wrapper {
  padding: 0;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details ul,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details ul li,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details ul li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details ul li a,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details ul li a {
  display: inline;
  border: 1px solid #ececec;
  padding: 0.125rem 0.25rem;
  margin: 0;
  border-radius: 4px;
  line-height: 2rem;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details ul li a.bef-link--selected,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details ul li a.bef-link--selected {
  background-color: #4175BE;
  color: #fff;
}
.p-type--objects_of_interest_collection .view-objects-of-interest-collection-nptac .view-filters details ul li a:hover,
.p-type--objects_of_interest_collection .view-objects-of-interest-collection .view-filters details ul li a:hover {
  background-color: #4175BE;
  color: #fff;
}
.p-type--object_of_interest .t-content {
  width: 75%;
}
.p-type--object_of_interest .t-sidebar {
  display: none;
}
.p-type--object_of_interest .t-sidebar--secondary {
  border-left: 1px solid #ccc;
  display: block;
  font-family: 'Neuton', serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.25rem;
}
@media only screen and (max-width: 48rem) {
  .p-type--object_of_interest .t-sidebar--secondary {
    margin-left: 1rem;
  }
}
.p-type--object_of_interest .t-sidebar--secondary strong {
  font-weight: 400;
}
.p-type--object_of_interest .t-sidebar--secondary .views-field-field-text {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.p-type--object_of_interest .t-sidebar--secondary .block > h2 {
  font-family: 'bcsans', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.view-photo-gallery .view-content .field-content a,
.view-tiered-pages .views-field-field-images .field-content a {
  margin: 0 0 1rem 0;
  padding: 0 0.5rem 0 0;
  border: 0;
  background: #fff;
  width: 25%;
  float: left;
}
@media only screen and (max-width: 48rem) {
  .view-photo-gallery .view-content .field-content a,
  .view-tiered-pages .views-field-field-images .field-content a {
    width: 50%;
  }
}
@media only screen and (max-width: 32rem) {
  .view-photo-gallery .view-content .field-content a,
  .view-tiered-pages .views-field-field-images .field-content a {
    padding: 0;
    width: 100%;
  }
}
.views-field-field-images {
  display: flex;
  flex-direction: column;
}
.region-sitewide-popup {
  height: 100vh;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 1000;
  display: none;
  background-color: rgba(22, 22, 22, 0.8);
}
.region-sitewide-popup #container:target {
  visibility: visible;
  display: block;
}
.region-sitewide-popup #block-views-block-sitewide-pop-up-block-1 {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 25%;
  text-align: center;
  margin: 0 auto;
  box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.95);
}
.region-sitewide-popup .view {
  position: relative;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.region-sitewide-popup .view:hover {
  transform: scale(1.025);
}
.region-sitewide-popup .popup-container__button {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 14px;
  text-transform: lowercase;
  cursor: pointer;
  color: #fff;
  transition: none;
}
.region-sitewide-popup .popup-container__button .fas {
  line-height: 19px;
  vertical-align: middle;
}
.region-sitewide-popup .popup-container__button:hover {
  color: #fff;
}
#block-views-block-landing-page-items-block-1 .view-content,
#block-views-block-exhibitions-block-1 .view-content {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 48rem) {
  #block-views-block-landing-page-items-block-1 .view-content,
  #block-views-block-exhibitions-block-1 .view-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
#block-views-block-landing-page-items-block-1 .view-content .views-row,
#block-views-block-exhibitions-block-1 .view-content .views-row {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 1rem);
  min-height: 13.75rem;
  margin: 0 1rem 1rem 0;
  max-width: calc(50% - 1rem);
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 48rem) {
  #block-views-block-landing-page-items-block-1 .view-content .views-row,
  #block-views-block-exhibitions-block-1 .view-content .views-row {
    flex-basis: auto;
    margin: 0 0 1rem 0;
    max-width: 100%;
  }
}
#block-views-block-landing-page-items-block-1 .view-content .views-row h3,
#block-views-block-exhibitions-block-1 .view-content .views-row h3 {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'bcsans', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  height: 100%;
  left: 0;
  line-height: 1.875rem;
  margin: 0;
  padding: 1rem;
  position: absolute;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
#block-views-block-landing-page-items-block-1 .view-content .views-row h3::after,
#block-views-block-exhibitions-block-1 .view-content .views-row h3::after {
  background-color: rgba(102, 102, 102, 0.85);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  z-index: -1;
}
#block-views-block-landing-page-items-block-1 .view-content .views-row img,
#block-views-block-exhibitions-block-1 .view-content .views-row img {
  display: block;
  width: 100%;
}
#block-views-block-landing-page-items-block-1 .view-content .views-row a,
#block-views-block-exhibitions-block-1 .view-content .views-row a {
  display: block;
  height: 100%;
  width: 100%;
}
#block-views-block-landing-page-items-block-1 .view-content .views-row a:hover h3,
#block-views-block-exhibitions-block-1 .view-content .views-row a:hover h3 {
  text-decoration: underline;
}
#block-views-block-landing-page-items-block-1 .view-content .views-row a:hover h3::after,
#block-views-block-exhibitions-block-1 .view-content .views-row a:hover h3::after {
  background-color: rgba(51, 51, 51, 0.95);
}
#block-views-block-staff-directory-block-2 {
  width: 100%;
  float: left;
  margin: 0 0 2rem;
  font-family: 'bcsans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 200;
}
#block-views-block-staff-directory-block-2 .view-content .views-row {
  background-color: #f3f3f3;
  min-height: 9.4375rem;
  float: left;
  font-size: 1rem;
  clear: both;
  border-bottom: 1px solid #fff;
  padding: 0 0 0 1rem;
  width: 100%;
}
#block-views-block-staff-directory-block-2 .view-content .views-row:nth-child(even) {
  background-color: #fcfcfc;
}
#block-views-block-staff-directory-block-2 .view-content .views-field-field-image {
  float: right;
  line-height: 0;
}
#block-views-block-staff-directory-block-2 .view-content .views-field-title-1 {
  font-size: 1.125rem;
  padding-top: 1rem;
}
#block-views-block-staff-directory-block-2 .view-content .views-field-field-text3 {
  font-style: italic;
}
#block-views-block-staff-directory-block-2 .view-content .views-field-field-link {
  margin-bottom: 1rem;
}
#block-views-block-staff-directory-block-3--3 {
  font-family: 'bcsans', sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.375rem;
  margin: 0 0 2rem;
}
#block-views-block-staff-directory-block-3--3 .views-field-field-image {
  float: right;
  margin: 0 0 0.5rem 0.5rem;
}
#block-views-block-staff-directory-block-3--3 .views-field-title-1 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
#block-views-block-staff-directory-block-3--3 .views-field-field-text3 {
  margin: 0 0 1rem 0;
}
#ticket-options {
  margin-top: 2.75rem;
  padding: 0 1rem;
  min-height: 31.875rem;
}
#ticket-options .col-25 {
  float: left;
  margin: 0 0 1rem 0;
  padding: 0 1rem 0 0;
  width: 25%;
}
@media only screen and (max-width: 57.5rem) {
  #ticket-options .col-25.ticket-type {
    width: 50%;
  }
}
@media only screen and (max-width: 30.0625rem) {
  #ticket-options .col-25.ticket-type {
    width: 100%;
  }
}
#ticket-options .col-50 {
  float: left;
  margin: 0 0 1rem 0;
  padding: 0 1rem 0 0;
  width: 50%;
}
@media only screen and (max-width: 30.0625rem) {
  #ticket-options .col-50.ticket-type {
    width: 100%;
  }
}
#ticket-options .col-100 {
  float: left;
  margin: 0 0 1rem 0;
  padding: 0 1rem 0 0;
  width: 100%;
}
#ticket-options .ticket-wrapper {
  display: block;
  min-height: 28.8125rem;
  width: 100%;
  float: left;
  background: #fafafa;
  border: #ececec 1px solid;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  font-size: 3rem;
  cursor: pointer;
  color: #222;
  transition: all 0.15s linear;
}
#ticket-options .ticket-wrapper .fa-stack-2x {
  color: #4175BE;
}
#ticket-options .ticket-wrapper p {
  font-size: 1.375rem;
  hyphens: none;
}
#ticket-options .ticket-wrapper:hover {
  background: #4175BE;
  color: #fff;
  border-color: transparent;
  border-bottom: 5px solid #345e98;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.02, 1.02);
  transition: all 0.15s linear;
}
#ticket-options .ticket-wrapper:hover a {
  color: #fff;
  text-decoration: underline;
}
#ticket-options #tickets-galleries-imax {
  padding-right: 0;
}
@media only screen and (max-width: 57.5rem) {
  #ticket-options #tickets-galleries-imax {
    width: 100%;
  }
}
#ticket-options #tickets-galleries-imax .ticket-wrapper {
  min-height: auto;
}
#ticket-options #tickets-galleries-imax #tickets-combo {
  padding-right: 1rem;
}
#ticket-options #tickets-galleries-imax #tickets-combo .ticket-wrapper {
  font-size: 1rem;
}
#ticket-options #tickets-galleries-imax #tickets-combo .ticket-wrapper .fa-stack,
#ticket-options #tickets-galleries-imax #tickets-combo .ticket-wrapper h3 {
  display: inline-block;
  margin-bottom: 0;
}
#ticket-options #tickets-galleries-imax #tickets-combo .ticket-wrapper h3 {
  line-height: 2em;
}
#ticket-options.shop-online {
  min-height: 25.625rem;
}
#ticket-options.shop-online .ticket-wrapper {
  min-height: 23.75rem;
}
#block-views-block-around-the-museum-block-1--2 > h2,
#block-views-block-featured-collections-block-1 > h2 {
  font-size: 1.625rem;
  line-height: 2rem;
  margin: 0 0 1rem;
  font-weight: 200;
  text-transform: uppercase;
  color: #777;
}
#block-views-block-around-the-museum-block-1--2 .view-content,
#block-views-block-featured-collections-block-1 .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 48rem) {
  #block-views-block-around-the-museum-block-1--2 .view-content,
  #block-views-block-featured-collections-block-1 .view-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
#block-views-block-around-the-museum-block-1--2 .view-content .views-row,
#block-views-block-featured-collections-block-1 .view-content .views-row {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.333% - 1rem);
  min-height: 13.75rem;
  margin: 0 1rem 1rem 0;
  max-width: calc(33.333% - 1rem);
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 48rem) {
  #block-views-block-around-the-museum-block-1--2 .view-content .views-row,
  #block-views-block-featured-collections-block-1 .view-content .views-row {
    flex-basis: auto;
    margin: 0 0 1rem 0;
    max-width: 100%;
  }
}
#block-views-block-around-the-museum-block-1--2 .view-content .views-row a,
#block-views-block-featured-collections-block-1 .view-content .views-row a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'bcsans', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  height: 100%;
  left: 0;
  line-height: 1.875rem;
  padding: 1rem;
  position: absolute;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
#block-views-block-around-the-museum-block-1--2 .view-content .views-row a::after,
#block-views-block-featured-collections-block-1 .view-content .views-row a::after {
  background-color: rgba(51, 51, 51, 0.85);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#block-views-block-around-the-museum-block-1--2 .view-content .views-row img,
#block-views-block-featured-collections-block-1 .view-content .views-row img {
  display: block;
  width: 100%;
}
.o-addthis {
  clear: both;
  display: block;
  margin: 1rem 0;
  width: 100%;
}
.anchorific {
  max-width: 18.75rem;
  padding-left: 1rem;
  width: 98%;
}
.anchorific h4 {
  color: #777;
  font-family: 'bcsans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 200;
  margin: 0 0 1rem;
  text-align: right;
}
.anchorific ul {
  border-bottom: 0;
  border-top: 0;
  list-style-type: none;
  padding: 0 0.25rem 0 0;
  text-align: right;
}
.anchorific ul li a {
  border-right: 0.25rem solid transparent;
  color: #4175BE;
  display: block;
  font-family: 'bcsans', sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5rem;
  padding: 0 8px;
  margin: 0 0 8px;
  text-decoration: none;
}
.anchorific ul li a:hover {
  border-right: #4175BE 0.25rem solid;
  color: #777;
}
.anchorific li ul {
  display: none;
  list-style-type: none;
}
.anchorific li.active > a {
  border-right: #4175BE 0.25rem solid;
  color: #777;
}
.fc table {
  background: #fff;
  border-collapse: inherit;
  margin: 0;
}
.fc table thead td {
  border: 0;
}
.fc table tr:nth-child(2n) {
  background-color: transparent;
}
.fc table tr:nth-child(2n+1) {
  background-color: transparent;
}
.fc table th {
  border: 0;
  padding: 0.5rem;
  font-size: 1.1rem;
}
.fc table tbody td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.fc table .fc-row .fc-content-skeleton {
  padding: 0;
}
.fc table .fc-row .fc-content-skeleton .fc-day-number {
  font-size: 1.1rem;
}
.fc table .fc-row .fc-content-skeleton table,
.fc table .fc-row .fc-content-skeleton td {
  border-color: #ddd;
  background: #fff;
  padding: 0 4px 4px;
}
.fc .fc-scroller {
  height: auto !important;
  overflow: unset !important;
}
.fc-unthemed td.fc-today {
  background-color: #4f8636 !important;
  border: none;
  color: #fff !important;
  font-weight: 700;
}
.fc-unthemed td.fc-other-month {
  background: #fff;
}
.fc-unthemed td.fc-other-month.fc-today {
  color: #fff;
}
.fc-unthemed td.fc-future {
  background-color: #fff;
}
.fc-day-top.fc-other-month {
  opacity: 1;
  background: #dfdfdf !important;
  color: #a5a5a5 !important;
}
.fc-day-grid-event {
  font-size: 0.65em;
  line-height: 1.2;
  font-weight: 400;
  padding: 4px 8px;
  margin-bottom: 4px;
  border: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #2b6cc6;
  background: linear-gradient(140deg, #2e4970 0%, #4175BE 100%);
}
.fc-day-grid-event .fc-content {
  white-space: normal;
}
.fc-button {
  border-radius: 0rem;
  font-weight: 700;
}
.fc-button[disabled] {
  background-color: #4175BE;
  border-color: #ccc;
  color: #222;
  cursor: default;
  opacity: 1;
}
.fc-button[disabled]:hover,
.fc-button[disabled]:active {
  background-color: #4175BE;
  border-color: #2e4970;
  color: #222;
  cursor: default;
  text-decoration: none;
}
.fc-button-primary {
  background-color: #fff;
  border: 2px solid #4175BE;
  color: #4175BE;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, transform 0.2s ease-in-out;
}
.fc-button-primary:hover {
  background-color: #4175BE;
  border-color: #4175BE;
  color: #fff;
  text-decoration: none;
}
.fc-button-primary:hover:focus {
  outline: none;
}
.fc-button-primary:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
  text-decoration: none;
}
.fc-button-primary:active {
  background-color: #4175BE;
  border-color: #222;
  color: #fff;
  text-decoration: none;
}
.fc-button-primary:active:focus {
  outline: none;
}
.fc-list-view {
  border: 0;
}
.fc-list-item td {
  border: 0;
}
.fc-list-item-title a {
  color: #4175BE;
  transition: color 0.2s ease-in-out;
}
.fc-list-item-title a:hover {
  color: #2e4970;
}
.fc-list-item-title a:focus {
  outline: 2px dotted #222;
  outline-offset: 4px;
}
.fc-list-item-title a:active {
  color: #222;
}
.fc-list-item-marker {
  display: none;
}
nav#block-mobile-menu {
  width: 100%;
  max-width: 100%;
  --mm-navbar-size: 3.75rem;
  --mm-color-button: #777;
}
@media only screen and (min-width: 48rem) {
  nav#block-mobile-menu {
    display: none;
  }
}
.mm-navbar {
  height: 3.75rem;
}
.mm-panel,
.mm-navbar {
  background-color: #fff;
}
.mm-panel__title,
.mm-navbar__title {
  color: #222 !important;
  font-size: 1.25rem !important;
  font-weight: 400;
}
.mm-panel .mm-btn_prev::before,
.mm-navbar .mm-btn_prev::before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 1px;
}
.mm-listview {
  margin: 0.625rem 0;
}
.mm-listview .mm-listitem {
  border-color: rgba(0, 0, 0, 0);
  padding: 0;
}
.mm-listview .mm-btn::after,
.mm-listview .mm-btn::before {
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 1px;
}
.mm-listview ul li {
  padding-top: 0;
  padding-right: 0;
}
.mm-menu_offcanvas {
  width: 0;
}
.mm-menu_offcanvas.mm-menu_opened {
  width: 100%;
  transition: 0.5s;
}
.header-menu-close--mobile {
  appearance: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 2.375rem;
  font-size: 1.125rem;
  cursor: pointer;
  color: #777;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.slick-slider {
  margin: 1rem 0 0;
}
.slick-slider .slick-slide {
  width: 24.75remimportant;
  height: 20.25rem !important;
  opacity: 0.3;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.slick-slider .slick-slide h3 {
  margin: 0;
  padding: 0;
}
.slick-slider .slick-slide h3 a {
  color: #777;
  font-size: 1.625rem;
  line-height: 2rem;
}
.slick-slider .slick-slide p {
  font-size: 0.875rem;
  line-height: 1.75rem;
}
.slick-slider .slick-active {
  opacity: 1;
}
.slick-slider .slick-arrow {
  display: inline-block;
  position: absolute;
  z-index: 10;
  color: #fff;
  opacity: 0.9;
  font-size: 2.5remx;
  top: 6.875rem;
  cursor: pointer;
}
.slick-slider .slick-arrow:hover {
  opacity: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.slick-slider .slick-arrow.fa-chevron-left {
  left: 1rem;
}
.slick-slider .slick-arrow.fa-chevron-right {
  right: 1rem;
}
