@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Roboto:300,400,500,700&display=swap");
@import "../../../../core/themes/classy/css/components/form.css";
@import "../../../../core/themes/seven/css/components/dropbutton.component.css";
*, *:before, *:after {
  box-sizing: border-box;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a img {
  border: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

html {
  box-sizing: border-box;
}

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

body, html {
  position: relative;
  height: 100%;
}

body {
  /*	 @include background(#FFFFFF);*/
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

h1 {
  color: #111;
  font-size: 1.5em;
}

h2 {
  font-size: 1.25em;
  color: #333;
}

h3 {
  font-size: 1.125em;
  color: #333;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.75em;
}

h6 {
  font-size: 0.75em;
}

a {
  color: #980a36;
  text-decoration-color: #980a36;
  text-underline-offset: 4px;
}
a.action {
  border-bottom-color: #CCC;
}

p {
  line-height: 1.5;
}
p.important {
  padding: 20px;
  background-color: #111;
  width: 80%;
  margin: 20px auto;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

ul.inline li, ul.inline dd, dl.inline li, dl.inline dd, ol.inline li, ol.inline dd {
  display: inline-block;
}

hr {
  border: none;
  border-top: 4px dotted #C0C0C0;
  margin-top: 20px;
  margin-bottom: 20px;
}
hr.blue {
  border-top: 4px solid #056585;
  position: relative;
  right: 20%;
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.red {
  position: relative;
  right: 20%;
  border-top: 4px solid #980a36;
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

picture {
  display: block;
}

ol.styled {
  counter-reset: mi-counter;
  list-style-type: none !important;
}
ol.styled li {
  counter-increment: mi-counter;
  position: relative;
}
ol.styled li:before {
  content: counter(mi-counter);
  color: #FFF;
  position: absolute;
  left: -34px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  top: 4px;
  background: rgb(19, 164, 221);
  border-radius: 50%;
  text-align: center;
}

ul.styled,
ol.styled {
  /*	@include at-query($min,$postSmall){
  		margin: 0 auto !important;
  		width: 50%;
  	}*/
}

/* a {
	text-decoration: none;
	border-bottom: 1px solid $base;
} */
/*.gray-background { @include background(#F9F9F9); margin-top: $gutter * 2; margin-bottom: $gutter * 2; padding: $gutter;}*/
.vertical-space {
  padding-top: 60px;
  padding-bottom: 60px;
}

.vertical-space--little {
  padding-top: 20px;
  padding-bottom: 20px;
}

.vertical-space--medium {
  padding-top: 40px;
  padding-bottom: 40px;
}

.horizontal-space {
  padding-left: 20px;
  padding-right: 20px;
}

.horizontal-space--large {
  padding-left: 40px;
  padding-right: 40px;
}

.space-right {
  padding-right: 60px;
}

.space-right--little {
  padding-right: 20px;
}

.space-right--medium {
  padding-right: 40px;
}

.space-left {
  padding-left: 60px;
}

.space-left--little {
  padding-left: 20px;
}

.space-left--medium {
  padding-left: 40px !important;
}

.margin-bottom-spacing {
  margin-bottom: 60px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.small {
  font-size: 90%;
}

.emphasis {
  font-size: 120%;
}

.col-two {
  float: left;
  width: 50%;
  padding-right: 2rem;
}
.col-two.col-two-float-right {
  float: right;
}
.col-two.col-two-last {
  padding-right: 0;
}
.col-two.col-two-two {
  width: 75%;
}
.col-two.col-two-one {
  width: 25%;
}
.col-two.col-two-sixty-five {
  width: 65%;
}
.col-two.col-two-thirty-five {
  width: 35%;
}

.col-three {
  float: left;
  width: 33.33%;
  padding-right: 2rem;
}

.col-four {
  float: left;
  width: 25%;
  padding-right: 2rem;
}

.col-color-accent {
  background: rgb(19, 164, 221);
  color: #FFF;
  padding: 1em;
}
.col-color-accent h1, .col-color-accent h2, .col-color-accent h3 {
  color: inherit;
}

.button {
  color: #980a36;
  background: #FFF;
  border-color: #980a36;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #980a36;
  padding: 8px 32px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}
a.button {
  display: inline-block;
}
a.button:link, a.button:visited {
  border-bottom: 1px solid #980a36;
}

/* Force clearfix on grids */
.grid, .grid--full, .grid--rev,
.grid-uniform {
  *zoom: 1;
}
.grid:after, .grid--full:after, .grid--rev:after,
.grid-uniform:after {
  content: "";
  display: table;
  clear: both;
}

/* Manual grid__item clearfix */
.grid__item.clear {
  clear: both;
}

/*============================================================================
  Drop relative positioning into silent classes which can't take advantage of
  the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid, .grid--full, .grid--rev,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px;
  letter-spacing: -0.31em;
}

/* Opera hack */
.opera:-o-prefocus,
.grid,
.grid--full,
.grid--rev {
  word-spacing: -0.43em;
}

.grid__item {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: normal;
  word-spacing: normal;
}

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle;
}

.grid--bottom > .grid__item {
  vertical-align: bottom;
}

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -10px;
}
.grid--narrow > .grid__item {
  padding-left: 10px;
}

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -40px;
}
.grid--wide > .grid__item {
  padding-left: 40px;
}

/*============================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
==============================================================================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Helper show/hide classes around our breakpoints ================*/
/*================ Our regular, non-responsive width and helper classes ================*/
/** Whole */
.one-whole {
  width: 100%;
}

/* Halves */
.one-half {
  width: 50%;
}

/* Thirds */
.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

/* Quarters */
.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

/* Fifths */
.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

/* Sixths */
.one-sixth {
  width: 16.666%;
}

.two-sixths {
  width: 33.333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.666%;
}

.five-sixths {
  width: 83.333%;
}

/* Eighths */
.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

/* Tenths */
.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

/* Twelfths */
.one-twelfth {
  width: 8.333%;
}

.two-twelfths {
  width: 16.666%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.333%;
}

.five-twelfths {
  width: 41.666%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.333%;
}

.eight-twelfths {
  width: 66.666%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

/*================ Our responsive classes, if we have enabled them ================*/
@media only screen and (max-width: 480px) {
  /** Whole */
  .small--one-whole {
    width: 100%;
  }
  /* Halves */
  .small--one-half {
    width: 50%;
  }
  /* Thirds */
  .small--one-third {
    width: 33.333%;
  }
  .small--two-thirds {
    width: 66.666%;
  }
  /* Quarters */
  .small--one-quarter {
    width: 25%;
  }
  .small--two-quarters {
    width: 50%;
  }
  .small--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .small--one-fifth {
    width: 20%;
  }
  .small--two-fifths {
    width: 40%;
  }
  .small--three-fifths {
    width: 60%;
  }
  .small--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .small--one-sixth {
    width: 16.666%;
  }
  .small--two-sixths {
    width: 33.333%;
  }
  .small--three-sixths {
    width: 50%;
  }
  .small--four-sixths {
    width: 66.666%;
  }
  .small--five-sixths {
    width: 83.333%;
  }
  /* Eighths */
  .small--one-eighth {
    width: 12.5%;
  }
  .small--two-eighths {
    width: 25%;
  }
  .small--three-eighths {
    width: 37.5%;
  }
  .small--four-eighths {
    width: 50%;
  }
  .small--five-eighths {
    width: 62.5%;
  }
  .small--six-eighths {
    width: 75%;
  }
  .small--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .small--one-tenth {
    width: 10%;
  }
  .small--two-tenths {
    width: 20%;
  }
  .small--three-tenths {
    width: 30%;
  }
  .small--four-tenths {
    width: 40%;
  }
  .small--five-tenths {
    width: 50%;
  }
  .small--six-tenths {
    width: 60%;
  }
  .small--seven-tenths {
    width: 70%;
  }
  .small--eight-tenths {
    width: 80%;
  }
  .small--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .small--one-twelfth {
    width: 8.333%;
  }
  .small--two-twelfths {
    width: 16.666%;
  }
  .small--three-twelfths {
    width: 25%;
  }
  .small--four-twelfths {
    width: 33.333%;
  }
  .small--five-twelfths {
    width: 41.666%;
  }
  .small--six-twelfths {
    width: 50%;
  }
  .small--seven-twelfths {
    width: 58.333%;
  }
  .small--eight-twelfths {
    width: 66.666%;
  }
  .small--nine-twelfths {
    width: 75%;
  }
  .small--ten-twelfths {
    width: 83.333%;
  }
  .small--eleven-twelfths {
    width: 91.666%;
  }
  .small--show {
    display: block !important;
  }
  .small--hide {
    display: none !important;
  }
  .small--text-left {
    text-align: left !important;
  }
  .small--text-right {
    text-align: right !important;
  }
  .small--text-center {
    text-align: center !important;
  }
  .small--left {
    float: left !important;
  }
  .small--right {
    float: right !important;
  }
  .grid-uniform .small--one-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--three-sixths:nth-child(2n+1),
  .grid-uniform .small--two-eighths:nth-child(4n+1),
  .grid-uniform .small--four-eighths:nth-child(2n+1),
  .grid-uniform .small--five-tenths:nth-child(2n+1),
  .grid-uniform .small--one-twelfth:nth-child(12n+1),
  .grid-uniform .small--two-twelfths:nth-child(6n+1),
  .grid-uniform .small--three-twelfths:nth-child(4n+1),
  .grid-uniform .small--four-twelfths:nth-child(3n+1),
  .grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  /** Whole */
  .medium--one-whole {
    width: 100%;
  }
  /* Halves */
  .medium--one-half {
    width: 50%;
  }
  /* Thirds */
  .medium--one-third {
    width: 33.333%;
  }
  .medium--two-thirds {
    width: 66.666%;
  }
  /* Quarters */
  .medium--one-quarter {
    width: 25%;
  }
  .medium--two-quarters {
    width: 50%;
  }
  .medium--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .medium--one-fifth {
    width: 20%;
  }
  .medium--two-fifths {
    width: 40%;
  }
  .medium--three-fifths {
    width: 60%;
  }
  .medium--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .medium--one-sixth {
    width: 16.666%;
  }
  .medium--two-sixths {
    width: 33.333%;
  }
  .medium--three-sixths {
    width: 50%;
  }
  .medium--four-sixths {
    width: 66.666%;
  }
  .medium--five-sixths {
    width: 83.333%;
  }
  /* Eighths */
  .medium--one-eighth {
    width: 12.5%;
  }
  .medium--two-eighths {
    width: 25%;
  }
  .medium--three-eighths {
    width: 37.5%;
  }
  .medium--four-eighths {
    width: 50%;
  }
  .medium--five-eighths {
    width: 62.5%;
  }
  .medium--six-eighths {
    width: 75%;
  }
  .medium--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .medium--one-tenth {
    width: 10%;
  }
  .medium--two-tenths {
    width: 20%;
  }
  .medium--three-tenths {
    width: 30%;
  }
  .medium--four-tenths {
    width: 40%;
  }
  .medium--five-tenths {
    width: 50%;
  }
  .medium--six-tenths {
    width: 60%;
  }
  .medium--seven-tenths {
    width: 70%;
  }
  .medium--eight-tenths {
    width: 80%;
  }
  .medium--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .medium--one-twelfth {
    width: 8.333%;
  }
  .medium--two-twelfths {
    width: 16.666%;
  }
  .medium--three-twelfths {
    width: 25%;
  }
  .medium--four-twelfths {
    width: 33.333%;
  }
  .medium--five-twelfths {
    width: 41.666%;
  }
  .medium--six-twelfths {
    width: 50%;
  }
  .medium--seven-twelfths {
    width: 58.333%;
  }
  .medium--eight-twelfths {
    width: 66.666%;
  }
  .medium--nine-twelfths {
    width: 75%;
  }
  .medium--ten-twelfths {
    width: 83.333%;
  }
  .medium--eleven-twelfths {
    width: 91.666%;
  }
  .medium--show {
    display: block !important;
  }
  .medium--hide {
    display: none !important;
  }
  .medium--text-left {
    text-align: left !important;
  }
  .medium--text-right {
    text-align: right !important;
  }
  .medium--text-center {
    text-align: center !important;
  }
  .medium--left {
    float: left !important;
  }
  .medium--right {
    float: right !important;
  }
  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%;
  }
  /* Halves */
  .medium-down--one-half {
    width: 50%;
  }
  /* Thirds */
  .medium-down--one-third {
    width: 33.333%;
  }
  .medium-down--two-thirds {
    width: 66.666%;
  }
  /* Quarters */
  .medium-down--one-quarter {
    width: 25%;
  }
  .medium-down--two-quarters {
    width: 50%;
  }
  .medium-down--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .medium-down--one-fifth {
    width: 20%;
  }
  .medium-down--two-fifths {
    width: 40%;
  }
  .medium-down--three-fifths {
    width: 60%;
  }
  .medium-down--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%;
  }
  .medium-down--two-sixths {
    width: 33.333%;
  }
  .medium-down--three-sixths {
    width: 50%;
  }
  .medium-down--four-sixths {
    width: 66.666%;
  }
  .medium-down--five-sixths {
    width: 83.333%;
  }
  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%;
  }
  .medium-down--two-eighths {
    width: 25%;
  }
  .medium-down--three-eighths {
    width: 37.5%;
  }
  .medium-down--four-eighths {
    width: 50%;
  }
  .medium-down--five-eighths {
    width: 62.5%;
  }
  .medium-down--six-eighths {
    width: 75%;
  }
  .medium-down--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .medium-down--one-tenth {
    width: 10%;
  }
  .medium-down--two-tenths {
    width: 20%;
  }
  .medium-down--three-tenths {
    width: 30%;
  }
  .medium-down--four-tenths {
    width: 40%;
  }
  .medium-down--five-tenths {
    width: 50%;
  }
  .medium-down--six-tenths {
    width: 60%;
  }
  .medium-down--seven-tenths {
    width: 70%;
  }
  .medium-down--eight-tenths {
    width: 80%;
  }
  .medium-down--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.333%;
  }
  .medium-down--two-twelfths {
    width: 16.666%;
  }
  .medium-down--three-twelfths {
    width: 25%;
  }
  .medium-down--four-twelfths {
    width: 33.333%;
  }
  .medium-down--five-twelfths {
    width: 41.666%;
  }
  .medium-down--six-twelfths {
    width: 50%;
  }
  .medium-down--seven-twelfths {
    width: 58.333%;
  }
  .medium-down--eight-twelfths {
    width: 66.666%;
  }
  .medium-down--nine-twelfths {
    width: 75%;
  }
  .medium-down--ten-twelfths {
    width: 83.333%;
  }
  .medium-down--eleven-twelfths {
    width: 91.666%;
  }
  .medium-down--show {
    display: block !important;
  }
  .medium-down--hide {
    display: none !important;
  }
  .medium-down--text-left {
    text-align: left !important;
  }
  .medium-down--text-right {
    text-align: right !important;
  }
  .medium-down--text-center {
    text-align: center !important;
  }
  .medium-down--left {
    float: left !important;
  }
  .medium-down--right {
    float: right !important;
  }
  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  /** Whole */
  .large--one-whole {
    width: 100%;
  }
  /* Halves */
  .large--one-half {
    width: 50%;
  }
  /* Thirds */
  .large--one-third {
    width: 33.333%;
  }
  .large--two-thirds {
    width: 66.666%;
  }
  /* Quarters */
  .large--one-quarter {
    width: 25%;
  }
  .large--two-quarters {
    width: 50%;
  }
  .large--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .large--one-fifth {
    width: 20%;
  }
  .large--two-fifths {
    width: 40%;
  }
  .large--three-fifths {
    width: 60%;
  }
  .large--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .large--one-sixth {
    width: 16.666%;
  }
  .large--two-sixths {
    width: 33.333%;
  }
  .large--three-sixths {
    width: 50%;
  }
  .large--four-sixths {
    width: 66.666%;
  }
  .large--five-sixths {
    width: 83.333%;
  }
  /* Eighths */
  .large--one-eighth {
    width: 12.5%;
  }
  .large--two-eighths {
    width: 25%;
  }
  .large--three-eighths {
    width: 37.5%;
  }
  .large--four-eighths {
    width: 50%;
  }
  .large--five-eighths {
    width: 62.5%;
  }
  .large--six-eighths {
    width: 75%;
  }
  .large--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .large--one-tenth {
    width: 10%;
  }
  .large--two-tenths {
    width: 20%;
  }
  .large--three-tenths {
    width: 30%;
  }
  .large--four-tenths {
    width: 40%;
  }
  .large--five-tenths {
    width: 50%;
  }
  .large--six-tenths {
    width: 60%;
  }
  .large--seven-tenths {
    width: 70%;
  }
  .large--eight-tenths {
    width: 80%;
  }
  .large--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .large--one-twelfth {
    width: 8.333%;
  }
  .large--two-twelfths {
    width: 16.666%;
  }
  .large--three-twelfths {
    width: 25%;
  }
  .large--four-twelfths {
    width: 33.333%;
  }
  .large--five-twelfths {
    width: 41.666%;
  }
  .large--six-twelfths {
    width: 50%;
  }
  .large--seven-twelfths {
    width: 58.333%;
  }
  .large--eight-twelfths {
    width: 66.666%;
  }
  .large--nine-twelfths {
    width: 75%;
  }
  .large--ten-twelfths {
    width: 83.333%;
  }
  .large--eleven-twelfths {
    width: 91.666%;
  }
  .large--show {
    display: block !important;
  }
  .large--hide {
    display: none !important;
  }
  .large--text-left {
    text-align: left !important;
  }
  .large--text-right {
    text-align: right !important;
  }
  .large--text-center {
    text-align: center !important;
  }
  .large--left {
    float: left !important;
  }
  .large--right {
    float: right !important;
  }
  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
/*============================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
==============================================================================*/
[class*=push--] {
  position: relative;
}

/* Whole */
.push--one-whole {
  left: 100%;
}

/* Halves */
.push--one-half {
  left: 50%;
}

/* Thirds */
.push--one-third {
  left: 33.333%;
}

.push--two-thirds {
  left: 66.666%;
}

/* Quarters */
.push--one-quarter {
  left: 25%;
}

.push--two-quarters {
  left: 50%;
}

.push--three-quarters {
  left: 75%;
}

/* Fifths */
.push--one-fifth {
  left: 20%;
}

.push--two-fifths {
  left: 40%;
}

.push--three-fifths {
  left: 60%;
}

.push--four-fifths {
  left: 80%;
}

/* Sixths */
.push--one-sixth {
  left: 16.666%;
}

.push--two-sixths {
  left: 33.333%;
}

.push--three-sixths {
  left: 50%;
}

.push--four-sixths {
  left: 66.666%;
}

.push--five-sixths {
  left: 83.333%;
}

/* Eighths */
.push--one-eighth {
  left: 12.5%;
}

.push--two-eighths {
  left: 25%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--four-eighths {
  left: 50%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--six-eighths {
  left: 75%;
}

.push--seven-eighths {
  left: 87.5%;
}

/* Tenths */
.push--one-tenth {
  left: 10%;
}

.push--two-tenths {
  left: 20%;
}

.push--three-tenths {
  left: 30%;
}

.push--four-tenths {
  left: 40%;
}

.push--five-tenths {
  left: 50%;
}

.push--six-tenths {
  left: 60%;
}

.push--seven-tenths {
  left: 70%;
}

.push--eight-tenths {
  left: 80%;
}

.push--nine-tenths {
  left: 90%;
}

/* Twelfths */
.push--one-twelfth {
  left: 8.333%;
}

.push--two-twelfths {
  left: 16.666%;
}

.push--three-twelfths {
  left: 25%;
}

.push--four-twelfths {
  left: 33.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--six-twelfths {
  left: 50%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eight-twelfths {
  left: 66.666%;
}

.push--nine-twelfths {
  left: 75%;
}

.push--ten-twelfths {
  left: 83.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* Whole */
  .push--medium--one-whole {
    left: 100%;
  }
  /* Halves */
  .push--medium--one-half {
    left: 50%;
  }
  /* Thirds */
  .push--medium--one-third {
    left: 33.333%;
  }
  .push--medium--two-thirds {
    left: 66.666%;
  }
  /* Quarters */
  .push--medium--one-quarter {
    left: 25%;
  }
  .push--medium--two-quarters {
    left: 50%;
  }
  .push--medium--three-quarters {
    left: 75%;
  }
  /* Fifths */
  .push--medium--one-fifth {
    left: 20%;
  }
  .push--medium--two-fifths {
    left: 40%;
  }
  .push--medium--three-fifths {
    left: 60%;
  }
  .push--medium--four-fifths {
    left: 80%;
  }
  /* Sixths */
  .push--medium--one-sixth {
    left: 16.666%;
  }
  .push--medium--two-sixths {
    left: 33.333%;
  }
  .push--medium--three-sixths {
    left: 50%;
  }
  .push--medium--four-sixths {
    left: 66.666%;
  }
  .push--medium--five-sixths {
    left: 83.333%;
  }
  /* Eighths */
  .push--medium--one-eighth {
    left: 12.5%;
  }
  .push--medium--two-eighths {
    left: 25%;
  }
  .push--medium--three-eighths {
    left: 37.5%;
  }
  .push--medium--four-eighths {
    left: 50%;
  }
  .push--medium--five-eighths {
    left: 62.5%;
  }
  .push--medium--six-eighths {
    left: 75%;
  }
  .push--medium--seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .push--medium--one-tenth {
    left: 10%;
  }
  .push--medium--two-tenths {
    left: 20%;
  }
  .push--medium--three-tenths {
    left: 30%;
  }
  .push--medium--four-tenths {
    left: 40%;
  }
  .push--medium--five-tenths {
    left: 50%;
  }
  .push--medium--six-tenths {
    left: 60%;
  }
  .push--medium--seven-tenths {
    left: 70%;
  }
  .push--medium--eight-tenths {
    left: 80%;
  }
  .push--medium--nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .push--medium--one-twelfth {
    left: 8.333%;
  }
  .push--medium--two-twelfths {
    left: 16.666%;
  }
  .push--medium--three-twelfths {
    left: 25%;
  }
  .push--medium--four-twelfths {
    left: 33.333%;
  }
  .push--medium--five-twelfths {
    left: 41.666%;
  }
  .push--medium--six-twelfths {
    left: 50%;
  }
  .push--medium--seven-twelfths {
    left: 58.333%;
  }
  .push--medium--eight-twelfths {
    left: 66.666%;
  }
  .push--medium--nine-twelfths {
    left: 75%;
  }
  .push--medium--ten-twelfths {
    left: 83.333%;
  }
  .push--medium--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (max-width: 768px) {
  /* Whole */
  .push--medium-down--one-whole {
    left: 100%;
  }
  /* Halves */
  .push--medium-down--one-half {
    left: 50%;
  }
  /* Thirds */
  .push--medium-down--one-third {
    left: 33.333%;
  }
  .push--medium-down--two-thirds {
    left: 66.666%;
  }
  /* Quarters */
  .push--medium-down--one-quarter {
    left: 25%;
  }
  .push--medium-down--two-quarters {
    left: 50%;
  }
  .push--medium-down--three-quarters {
    left: 75%;
  }
  /* Fifths */
  .push--medium-down--one-fifth {
    left: 20%;
  }
  .push--medium-down--two-fifths {
    left: 40%;
  }
  .push--medium-down--three-fifths {
    left: 60%;
  }
  .push--medium-down--four-fifths {
    left: 80%;
  }
  /* Sixths */
  .push--medium-down--one-sixth {
    left: 16.666%;
  }
  .push--medium-down--two-sixths {
    left: 33.333%;
  }
  .push--medium-down--three-sixths {
    left: 50%;
  }
  .push--medium-down--four-sixths {
    left: 66.666%;
  }
  .push--medium-down--five-sixths {
    left: 83.333%;
  }
  /* Eighths */
  .push--medium-down--one-eighth {
    left: 12.5%;
  }
  .push--medium-down--two-eighths {
    left: 25%;
  }
  .push--medium-down--three-eighths {
    left: 37.5%;
  }
  .push--medium-down--four-eighths {
    left: 50%;
  }
  .push--medium-down--five-eighths {
    left: 62.5%;
  }
  .push--medium-down--six-eighths {
    left: 75%;
  }
  .push--medium-down--seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .push--medium-down--one-tenth {
    left: 10%;
  }
  .push--medium-down--two-tenths {
    left: 20%;
  }
  .push--medium-down--three-tenths {
    left: 30%;
  }
  .push--medium-down--four-tenths {
    left: 40%;
  }
  .push--medium-down--five-tenths {
    left: 50%;
  }
  .push--medium-down--six-tenths {
    left: 60%;
  }
  .push--medium-down--seven-tenths {
    left: 70%;
  }
  .push--medium-down--eight-tenths {
    left: 80%;
  }
  .push--medium-down--nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .push--medium-down--one-twelfth {
    left: 8.333%;
  }
  .push--medium-down--two-twelfths {
    left: 16.666%;
  }
  .push--medium-down--three-twelfths {
    left: 25%;
  }
  .push--medium-down--four-twelfths {
    left: 33.333%;
  }
  .push--medium-down--five-twelfths {
    left: 41.666%;
  }
  .push--medium-down--six-twelfths {
    left: 50%;
  }
  .push--medium-down--seven-twelfths {
    left: 58.333%;
  }
  .push--medium-down--eight-twelfths {
    left: 66.666%;
  }
  .push--medium-down--nine-twelfths {
    left: 75%;
  }
  .push--medium-down--ten-twelfths {
    left: 83.333%;
  }
  .push--medium-down--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  /* Whole */
  .push--large--one-whole {
    left: 100%;
  }
  /* Halves */
  .push--large--one-half {
    left: 50%;
  }
  /* Thirds */
  .push--large--one-third {
    left: 33.333%;
  }
  .push--large--two-thirds {
    left: 66.666%;
  }
  /* Quarters */
  .push--large--one-quarter {
    left: 25%;
  }
  .push--large--two-quarters {
    left: 50%;
  }
  .push--large--three-quarters {
    left: 75%;
  }
  /* Fifths */
  .push--large--one-fifth {
    left: 20%;
  }
  .push--large--two-fifths {
    left: 40%;
  }
  .push--large--three-fifths {
    left: 60%;
  }
  .push--large--four-fifths {
    left: 80%;
  }
  /* Sixths */
  .push--large--one-sixth {
    left: 16.666%;
  }
  .push--large--two-sixths {
    left: 33.333%;
  }
  .push--large--three-sixths {
    left: 50%;
  }
  .push--large--four-sixths {
    left: 66.666%;
  }
  .push--large--five-sixths {
    left: 83.333%;
  }
  /* Eighths */
  .push--large--one-eighth {
    left: 12.5%;
  }
  .push--large--two-eighths {
    left: 25%;
  }
  .push--large--three-eighths {
    left: 37.5%;
  }
  .push--large--four-eighths {
    left: 50%;
  }
  .push--large--five-eighths {
    left: 62.5%;
  }
  .push--large--six-eighths {
    left: 75%;
  }
  .push--large--seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .push--large--one-tenth {
    left: 10%;
  }
  .push--large--two-tenths {
    left: 20%;
  }
  .push--large--three-tenths {
    left: 30%;
  }
  .push--large--four-tenths {
    left: 40%;
  }
  .push--large--five-tenths {
    left: 50%;
  }
  .push--large--six-tenths {
    left: 60%;
  }
  .push--large--seven-tenths {
    left: 70%;
  }
  .push--large--eight-tenths {
    left: 80%;
  }
  .push--large--nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .push--large--one-twelfth {
    left: 8.333%;
  }
  .push--large--two-twelfths {
    left: 16.666%;
  }
  .push--large--three-twelfths {
    left: 25%;
  }
  .push--large--four-twelfths {
    left: 33.333%;
  }
  .push--large--five-twelfths {
    left: 41.666%;
  }
  .push--large--six-twelfths {
    left: 50%;
  }
  .push--large--seven-twelfths {
    left: 58.333%;
  }
  .push--large--eight-twelfths {
    left: 66.666%;
  }
  .push--large--nine-twelfths {
    left: 75%;
  }
  .push--large--ten-twelfths {
    left: 83.333%;
  }
  .push--large--eleven-twelfths {
    left: 91.666%;
  }
}
/*============================================================================
  PULL
    - Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/
.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media screen and (min-width: 1024px) {
  .large--border-top {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 4px solid #F9F9F9;
  }
  .large--border-right {
    padding-right: 20px;
    border-right: 4px solid #F9F9F9;
  }
  .large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
@media screen and (min-width: 481px) {
  .medium-up--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .medium-up--display-table--cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.grid--tight {
  width: initial;
}
.grid--tight .grid__item {
  width: initial;
}

.align-center {
  text-align: center !important;
}

.vertical-align-center {
  vertical-align: middle;
}

.contextual {
  letter-spacing: initial;
}

.nc-icon {
  display: inline-block;
  /* icon primary color */
  color: #353535;
  fill: #353535;
}

.nc-icon use {
  /* icon secondary color */
  color: #980a36;
}

.nc-icon-color-base {
  color: #980a36;
  fill: #980a36;
}
.nc-icon-color-base use {
  color: #980a36;
}

.nc-icon-color-accent {
  color: #980a36;
  fill: #980a36;
}

.nc-icon-color-inverse {
  color: #FFF;
  fill: #FFF;
}

.nc-icon.outline, .nc-align-to-text.outline {
  stroke: #444444;
  fill: none;
}

.nc-icon.outline.stroke-1, .nc-align-to-text.outline.stroke-1 {
  stroke-width: 1px;
}

.nc-icon.outline.stroke-2, .nc-align-to-text.outline.stroke-2 {
  stroke-width: 2px;
}

.nc-icon.outline.stroke-3, .nc-align-to-text.outline.stroke-3 {
  stroke-width: 3px;
}

.nc-icon.outline.stroke-4, .nc-align-to-text.outline.stroke-4 {
  stroke-width: 4px;
}

.nc-icon.outline.stroke-1 use,
.nc-icon.outline.stroke-3 use,
.nc-align-to-text.outline.stroke-1 use,
.nc-align-to-text.outline.stroke-3 use {
  -webkit-transform: translateX(0.5px) translateY(0.5px);
  -moz-transform: translateX(0.5px) translateY(0.5px);
  -ms-transform: translateX(0.5px) translateY(0.5px);
  -o-transform: translateX(0.5px) translateY(0.5px);
  transform: translateX(0.5px) translateY(0.5px);
}

/* --------------------------------

Icon basic style

-------------------------------- */
.nc-icon.grid-16 {
  height: 16px;
  width: 16px;
}

.nc-icon.grid-24 {
  height: 24px;
  width: 24px;
}

.nc-icon.grid-32 {
  height: 32px;
  width: 32px;
}

.nc-icon.grid-48 {
  height: 48px;
  width: 48px;
}

.nc-icon.grid-64 {
  height: 64px;
  width: 64px;
}

.nc-align-to-text {
  /* scale and align icon to the text element */
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  position: relative;
  top: -0.0625em;
}

.nc-icon.glyph,
.nc-align-to-text.glyph {
  fill: currentColor;
  stroke: none;
}

.dialog-off-canvas-main-canvas,
.layout-container {
  height: 100%;
}

.layout-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.layout-container > * {
  flex-shrink: 0;
}
.layout-container > main[role=main] {
  flex-shrink: initial;
  flex-grow: 1;
}

body:not(.page-frontpage) .layout-container > header > div {
  width: 100%;
}
body:not(.page-frontpage) .layout-container > main .layout-content {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 767px) {
  body:not(.page-frontpage) .layout-container > footer > div {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11111;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.sticky #block-pc-site-branding img {
  max-height: 40px;
  width: auto;
  transition: all 0.3s ease;
}

header[role=banner] {
  background: #FFF;
  transition: all 0.3s ease;
  /* position: relative; */
}
header[role=banner] > div {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
header[role=banner] > div > div:first-of-type {
  flex: 1;
}
header[role=banner] > div > div:first-of-type img {
  transition: all ease-in-out 0.3s;
}
header[role=banner] > div div.main-menu-container {
  flex-grow: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  header[role=banner] > div div.main-menu-container nav {
    display: none;
  }
}
header[role=banner] > div div.main-menu-container nav.mobile-open {
  display: block;
}
header[role=banner] div.mobile-friendly--container {
  text-align: right;
  display: none;
}
@media screen and (max-width: 768px) {
  header[role=banner] div.mobile-friendly--container {
    display: block;
    flex: 2;
  }
}

@media screen and (max-width: 768px) {
  body.page-frontpage .layout-container > header[role=banner] img {
    height: 50px;
  }
}

#block-views-block-banners {
  border-top: 0 !important;
}

.menu-pulldowns {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  position: relative;
}
.menu-pulldowns > ul.menu-option {
  display: flex;
  align-items: center;
}
.menu-pulldowns > ul.menu-option > li {
  display: inline-block;
}
.menu-pulldowns > ul.menu-option > li {
  position: relative;
  margin: 0 10px 0 4px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.menu-pulldowns > ul.menu-option > li:before {
  content: "";
  margin-left: 0px;
  margin-right: 0;
  border-right: 1px solid #B0B0B0;
  position: absolute;
  background-color: #B0B0B0;
  right: -8px;
  height: 90%;
  width: 1px;
  top: 3px;
}
.menu-pulldowns > ul.menu-option > li:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-left: 1em;
  position: relative;
  top: 0;
  right: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.menu-pulldowns > ul.menu-option > li.directory:after{
    content:normal !important;
  }
 .menu-pulldowns > ul.menu-option > li.directory a{
    text-decoration: transparent !important;
  }
.menu-pulldowns > ul.menu-option > li:last-child:before {
  display: none;
}
.menu-pulldowns > ul.menu-option > li:last-child:after {
  display: none;
}
.menu-pulldowns ul.menu-option li span {
  height: initial;
  font-size: 16px;
  line-height: 1;
  position: relative;
  /* font-family: "Roboto", sans-serif; */
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 1px;
  color: #111111;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.menu-pulldowns ul.menu-option li span:hover {
  cursor: pointer;
}
.menu-pulldowns ul.menu-option li span:after {
  display: none;
  position: absolute;
  content: "";
  height: 0px;
  width: 1px;
  border-top: 10px solid transparent;
  border-bottom: 6px solid #980a36;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -2px;
  left: 40%;
}
.menu-pulldowns ul.menu-option li .menu-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 26px;
  display: flex;
  gap: 10px;
  flex-direction: row;
  border: 0;
  border-top: 0;
  background: #FFF;
  padding: 0;
  z-index: 10;
  width: 220px;
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.menu-pulldowns ul.menu-option li .menu-content > div {
  flex: 1;
}
.menu-pulldowns ul.menu-option li .menu-content h3 {
  color: #980a36;
  font-weight: 400;
}
.menu-pulldowns ul.menu-option li .menu-content ul.menu {
  /* -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; */
  display: flex;
  flex-direction: column;
}
.menu-pulldowns ul.menu-option li .menu-content ul.menu li {
  display: flex;
  align-items: center;
}
.menu-pulldowns ul.menu-option li .menu-content ul.menu li:hover .secondary {
  visibility: visible;
  opacity: 1;
}
.menu-pulldowns ul.menu-option li .menu-content ul.menu li a {
  width: 100%;
  font-size: 16px;
  padding: 12px 16px;
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s ease;
}
.menu-pulldowns ul.menu-option li .menu-content ul.menu li a:hover {
  background-color: rgba(217, 0, 62, 0.8) !important;
  color: white;
}
.menu-pulldowns ul.menu-option li .menu-content ul.menu .secondary {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 98%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  border: 0;
  border-top: 0;
  background: #FFF;
  padding: 0;
  z-index: 10;
  width: 220px;
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.menu-pulldowns ul.menu-option li .menu-content ul.menu li.menu-item--expanded:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-left: 1em;
  position: absolute;
  top: 18px;
  right: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.menu-pulldowns ul.menu-option li span:hover + .menu-content {
  visibility: visible;
  opacity: 1;
}
.menu-pulldowns ul.menu-option li span:hover:after {
  display: block;
}
.menu-pulldowns ul.menu-option li.active .menu-content {
  visibility: visible;
  opacity: 1;
}
.menu-pulldowns ul.menu-option li.active span:after {
  display: none;
}
.menu-pulldowns ul.menu-option li:hover .menu-content {
  visibility: visible;
  opacity: 1;
}
.menu-pulldowns ul.menu-option li:last-child span {
  border-right: none;
}
.menu-pulldowns ul.menu-option li:nth-child(6) .secondary {
  left: -98% !important;
}

#block-pc-main-menu {
  line-height: 2;
}
#block-pc-main-menu .search-block-form input.form-search {
  width: 100%;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #CCC;
  background: #F9F9F9;
  border-radius: 0;
  font-size: 24px;
}
#block-pc-main-menu .search-block-form .form-actions {
  display: none;
}

div.mm-panel--opened > div:not(.mm-navbar) {
  padding: 20px;
}
div.mm-panel--opened > div:not(.mm-navbar) ul {
  margin-left: 10px;
  margin-top: 10px;
}
div.mm-panel--opened > div:not(.mm-navbar) ul li {
  margin-bottom: 10px;
}
div.mm-panel--opened > div:not(.mm-navbar) ul li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1em;
  line-height: 0.05em;
  vertical-align: -0.075em;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #980a36;
  margin-right: 4px;
}

@media screen and (min-width: 481px) {
  #block-pc-account-menu {
    padding-right: 20px;
  }
  #block-pc-account-menu ul.menu {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
#block-pc-account-menu ul.menu li.menu-item {
  display: inline-block;
}
#block-pc-account-menu ul.menu li.menu-item a {
  margin-left: 5px;
  font-size: 1em;
  font-weight: 400;
  white-space: nowrap;
  color: #FFF;
  text-decoration: none;
}
#block-pc-account-menu ul.menu li.menu-item a[data-drupal-link-system-path=user] {
  border: 1px solid white;
  border-radius: 8px;
}
#block-pc-account-menu ul.menu li.menu-item a svg use {
  fill: #FFF;
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  #block-pc-account-menu ul.menu li.menu-item a {
    margin-left: 5px;
    font-size: 1em;
  }
}
#block-pc-account-menu a[data-drupal-link-system-path="user/login"] {
  margin-left: 5px;
  border: 1px solid white;
  border-radius: 8px;
  font-size: 1.1875em;
  font-weight: 400;
  white-space: nowrap;
  padding: 0.4rem 0.4rem;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #block-pc-account-menu a[data-drupal-link-system-path="user/login"] {
    margin-left: 20px;
    font-size: 1.25em;
    padding: 0.2rem 0.8rem;
  }
}
#block-pc-account-menu a[data-drupal-link-system-path="user/login"]:after {
  display: none !important;
}

nav.breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
}
nav.breadcrumb ol li {
  display: inline-block;
  text-transform: capitalize;
  line-height: 1.75;
  font-size: 0.9375em;
}
nav.breadcrumb ol li a {
  text-decoration: none;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #CCC;
}
nav.breadcrumb ol li a:hover {
  border-bottom-color: #444;
}
nav.breadcrumb ol li:after {
  content: "›";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
nav.breadcrumb ol li:last-of-type:after {
  display: none;
}

main {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
}
main .layout-content {
  position: relative;
  padding-bottom: 20px;
}
main form {
  padding-top: 0;
}
main .layout-content {
  padding-top: 20px;
}
main .layout-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
main .layout-content figure {
  display: table;
}
main .layout-content figure img {
  box-shadow: 0px -4px #DDD;
  border-radius: 12px;
}
main .layout-content figure.align-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
main .layout-content figure.align-right {
  margin-left: 20px;
  margin-bottom: 20px;
}
main .layout-content figure figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: center;
  font-size: 0.875em;
}
main .layout-content h1 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}
main .layout-content h1 a {
  color: inherit;
}
main .layout-content h1.no-bottom-margin {
  margin-bottom: 0;
}
main .layout-content h2 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;
}
main .layout-content h2 a {
  color: inherit;
}
main .layout-content h3 {
  font-weight: normal;
}
main .layout-content a {
  text-decoration: none;
  color: #980a36;
  font-weight: 400;
}
main .layout-content a:link, main .layout-content a:visited {
  border-bottom: 1px solid rgb(240.7714285714, 20.2285714286, 89);
}
main .layout-content a.action {
  display: inline-block;
  border-bottom-color: #CCC;
  margin-top: 20px;
  font-size: 1.125em;
}
@media screen and (max-width: 480px) {
  main .layout-content iframe {
    max-width: 100%;
  }
}
main .layout-content input, main .layout-content select, main .layout-content textarea, main .layout-content label {
  font-size: 1em;
}
main .layout-content p {
  font-size: 1em;
  margin-bottom: 10px;
}
main .layout-content p a {
  font-weight: normal;
  border-bottom: 1px solid rgba(19, 164, 221, 0.4);
}
main .layout-content ul:not(.grid):not(.grid--rev):not(.grid--full):not(.unformatted), main .layout-content ol {
  margin-left: 1rem;
}
main .layout-content ol {
  list-style-type: decimal;
}
main .layout-content ol.lower-alpha {
  list-style-type: lower-alpha;
}
main .layout-content .strong {
  font-weight: 700;
}
main .layout-content .stronger {
  font-weight: 900;
}
main .layout-content ul:not(.grid):not(.grid--rev):not(.grid--full):not(.unformatted) {
  font-size: 1rem;
  list-style-type: circle;
}
main .layout-content ul:not(.grid):not(.grid--rev):not(.grid--full):not(.unformatted).large {
  font-size: 1.25rem;
}
main .layout-content ul:not(.grid):not(.grid--rev):not(.grid--full):not(.unformatted).no-icon {
  list-style-type: none;
  margin-left: 0;
}
main .layout-content ul:not(.grid):not(.grid--rev):not(.grid--full):not(.unformatted).no-icon li {
  margin-left: 0;
}
main .layout-content ul:not(.grid):not(.grid--rev):not(.grid--full):not(.unformatted).no-icon .no-icon li {
  margin-left: 1.2rem;
}
main .layout-content ul:not(.grid):not(.grid--rev):not(.grid--full):not(.unformatted) li {
  margin-left: 1.2rem;
}
main .layout-content .inverse {
  color: #FFF;
}
main .layout-content .inverse h1 {
  color: inherit;
}

div[data-drupal-messages],
div[aria-label="Status message"] {
  padding: 1em;
  background-color: blanchedalmond;
  color: #000;
  padding: 20px;
  text-align: center;
  border-top: 1px dotted rgb(19, 164, 221);
  border-bottom: 1px dotted rgb(19, 164, 221);
}
div[data-drupal-messages] a,
div[aria-label="Status message"] a {
  color: #000;
  text-decoration: none;
}

body.page-frontpage {
  background: #FFF;
}
body.page-frontpage main div.layout-content {
  padding-bottom: 0;
  background: #13A4DD;
  border-top: 6px solid #1196CA;
  background-repeat: no-repeat;
  background-image: url("/themes/pc/images/bg-rose.png");
}
body.page-frontpage main div.layout-content article {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
  min-height: 600px;
  display: flex;
  padding-top: 60px;
}
body.page-frontpage main div.layout-content article h2 {
  color: #FFF;
}
body.page-frontpage main div.layout-content article img {
  margin-bottom: 20px;
  margin-left: 20px;
  border-top: 6px solid #1196CA;
  border-radius: 16px;
}
body.page-frontpage main div.layout-content div.front-blue-swirl {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 0;
}

body.page-blog .blog-items {
  display: block;
}
@media screen and (min-width: 768px) {
  body.page-blog .blog-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(200px, 1fr) 1fr;
  }
}
body.page-blog .blog-items .views-row {
  border-bottom: 3px solid #AAA;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  body.page-blog .blog-items .views-row {
    border-right: 2px solid #DDD;
  }
}
body.page-blog .blog-items .views-row:nth-child(odd) {
  border-right: none;
}
body.page-blog .blog-items .views-row:last-of-type {
  grid-column: span 2;
  border-right: none;
}
body.page-blog .blog-items .views-row h2 {
  font-weight: 700;
  line-height: 26px;
  color: #980A36;
}
body.page-blog .blog-items .views-row div.views-field-field-image img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
body.page-blog .blog-items .views-row div.read-more {
  text-align: right;
}
body.page-blog .blog-items nav {
  padding: 20px;
  background: #EEE;
  grid-column: span 2;
  text-align: center;
}
body.page-blog .blog-items nav ul {
  display: inline-block;
}
body.page-blog .blog-items nav ul li {
  display: inline;
}

/* Enhanced Blog Pagination Styles */
body.page-blog .blog-items nav ul {
  list-style-type: none !important;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-left: 0 !important;
  padding: 0;
}

body.page-blog .blog-items nav ul li {
  display: inline-block !important;
  margin-left: 0 !important;
}

body.page-blog .blog-items nav ul li a,
body.page-blog .blog-items nav ul li button {
  background: linear-gradient(#FFF, #e5e5e5);
  border-radius: 4px;
  padding: 0.4em 1em;
  color: #333333 !important;
  border: 1px solid #C0C0C0 !important;
  border-bottom: 1px solid #999 !important;
  text-decoration: none;
  display: inline-block;
  min-width: 30px;
  text-align: center;
}

body.page-blog .blog-items nav ul li a:hover,
body.page-blog .blog-items nav ul li button:hover {
  color: #000 !important;
  box-shadow: inset 0 0 10px rgba(100, 100, 100, 0.1);
  border: 1px solid #999 !important;
  border-bottom: 1px solid #666 !important;
}

body.page-blog .blog-items nav ul li a:active,
body.page-blog .blog-items nav ul li button:active {
  color: #000 !important;
  box-shadow: inset 0 0 10px rgba(50, 50, 50, 0.3);
}

/* Current page styling */
body.page-blog .blog-items nav ul li.is-active a,
body.page-blog .blog-items nav ul li.pager__item--current {
  background: #333;
  color: #FFF !important;
  border-color: #333 !important;
}

body.page-about-mission #block-topswirl {
  display: none;
}

body.page-directory,
body.path-taxonomy {
  background: #F9F9F9;
}

article.node--type-directory {
  background: #FFF;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
article.node--type-directory div.logo {
  float: right;
}

article.media.media--type-image.media--view-mode-caption-left.align-left {
  margin-right: 10px;
  margin-bottom: 10px;
}

#block-pc-page-title h1 {
  font-weight: 600;
  line-height: 2;
  color: #980a36;
  border-bottom: 2px solid rgb(226.5, 133.5, 162.5);
  margin-bottom: 20px;
}

#block-breadcrumbs nav {
  margin-left: 0;
}
#block-breadcrumbs nav ol {
  margin-left: 0;
}

#block-pc-primary-local-tasks {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#block-pc-primary-local-tasks ul {
  border-bottom: 2px solid rgb(101.8285714286, 6.1714285714, 36);
  padding-left: 1em;
  margin-bottom: 2em;
  margin-top: 1em;
}
#block-pc-primary-local-tasks ul li {
  display: inline;
  margin: 0;
}
#block-pc-primary-local-tasks ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  background-color: rgb(149.9142857143, 9.0857142857, 53);
  color: #FFF;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

#block-banner {
  position: absolute;
  top: 0;
}

#block-views-block-banners {
  border-top: 6px #CCCCCC solid;
  position: relative;
  /** Keeps decent fallback for when slick-theme.css is disabled, even if dup. */
}
#block-views-block-banners .slick-slide {
  max-height: 640px;
}
#block-views-block-banners .slide__description {
  color: #ffffff;
  background: #980a36;
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.875em;
}
@media screen and (min-width: 768px) {
  #block-views-block-banners .slide__description {
    font-size: 1.25em;
  }
}
#block-views-block-banners .slide__title {
  font-size: 0.875em;
}
@media screen and (min-width: 768px) {
  #block-views-block-banners .slide__title {
    font-size: 1.25em;
  }
}
#block-views-block-banners .slide__title a {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  background: rgb(19, 164, 221);
  text-decoration: none;
  margin-top: 10px;
}
#block-views-block-banners .slide__caption {
  position: absolute;
  bottom: 20%;
  left: 1em;
}
@media screen and (min-width: 768px) {
  #block-views-block-banners .slide__caption {
    left: 4em;
    bottom: 25%;
  }
}
#block-views-block-banners .slick-prev {
  left: 0;
}
#block-views-block-banners .slick-next {
  right: 0;
}
#block-views-block-banners .slick__arrow {
  bottom: auto;
  height: 2px;
  left: 0;
  margin-top: -1px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
#block-views-block-banners .slick-arrow {
  border: 0;
  border-radius: 50%;
  font-size: 0;
  height: 42px;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
}
#block-views-block-banners .slick-arrow:active,
#block-views-block-banners .slick-arrow:focus {
  box-shadow: none;
  outline: 0;
}
#block-views-block-banners .slick-arrow::before,
#block-views-block-banners .slick-arrow::after {
  pointer-events: none;
}
#block-views-block-banners .slick-arrow::before {
  color: #FFF;
  font-size: 36px;
  font-size: 2.25rem;
}
#block-views-block-banners .slick-arrow:hover::before {
  color: #37465b;
}
#block-views-block-banners div.bannerupcomingswirls svg {
  max-height: 40px;
}
@media screen and (min-width: 768px) {
  #block-views-block-banners div.bannerupcomingswirls svg {
    max-height: 90px;
  }
}

#block-views-block-upcoming {
  background-color: #980A36;
  width: 100%;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  color: #FFF;
  line-height: 1.5;
  padding: 40px;
  padding-top: 0;
}
#block-views-block-upcoming .calendar-upcoming {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #block-views-block-upcoming .calendar-upcoming {
    flex-direction: row;
  }
}
#block-views-block-upcoming ul.calendar-widget-element li {
  display: inline-block;
  margin-right: 1rem;
}
@media only screen and (max-width: 768px) {
  #block-views-block-upcoming ul.calendar-widget-element li {
    margin-bottom: 1rem;
  }
}
#block-views-block-upcoming .views-row {
  display: flex;
  flex-direction: row;
}
#block-views-block-upcoming div.date {
  display: inline-block;
  margin-right: 0.6rem;
}
#block-views-block-upcoming div.date span.month {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 90%;
}
#block-views-block-upcoming div.date span.day {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
  border-radius: 6px;
}
#block-views-block-upcoming div.details div.time {
  display: block;
  text-transform: uppercase;
  font-size: 90%;
  color: #AAA;
}
#block-views-block-upcoming div.details div.title a {
  color: #FFF;
  text-decoration-color: rgba(255, 255, 255, 0.2);
}
#block-views-block-upcoming ul {
  margin-left: 0;
}
#block-views-block-upcoming ul li {
  margin-left: 0;
}

#block-views-block-blog-and-ads {
  margin-top: 50px;
  margin-bottom: 50px;
}
#block-views-block-blog-and-ads > div:not(.contextual) {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #block-views-block-blog-and-ads > div:not(.contextual) > div {
    display: grid;
    grid-template-areas: "header sidebar" "content sidebar";
    grid-template-rows: 100px 318px;
    grid-template-columns: 1fr 500px;
    grid-gap: 20px;
  }
}
#block-views-block-blog-and-ads > div:not(.contextual) header {
  grid-area: header;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #EEE;
}
#block-views-block-blog-and-ads > div:not(.contextual) .views-row {
  grid-area: content;
}
#block-views-block-blog-and-ads > div:not(.contextual) footer {
  grid-area: sidebar;
  position: relative;
  display: flex;
  padding-left: 20px;
  border-left: 2px solid #EEE;
}
#block-views-block-blog-and-ads > div:not(.contextual) .views-row h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #980A36;
  margin-bottom: 10px;
}
#block-views-block-blog-and-ads > div:not(.contextual) .views-row .views-field-body {
  line-height: 1.5;
}
#block-views-block-blog-and-ads > div:not(.contextual) .views-row .read-more {
  margin-top: 10px;
  text-align: right;
}
#block-views-block-blog-and-ads .views-row .views-field-field-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#block-views-block-blog-and-ads .views-row .views-field-field-image img {
  max-width: 150px;
  height: auto;
  border-top: 6px solid #DDDDDD;
  border-radius: 16px;
}

.front-page-ads-slider {
  padding-top: 30px;
  z-index: 2;
  background: #FFF;
  width: 500px;
  height: 460px;
  overflow: hidden;
}
.front-page-ads-slider img {
  max-width: 100%;
  height: auto;
}
.front-page-ads-slider .file-image {
  box-shadow: none !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.front-page-ads-slider:hover .views-slideshow-controls-top {
  display: block;
}
.front-page-ads-slider .ads-front-page .view-id-sponsors {
  padding: 1rem 0.6rem;
  border-bottom: 1px dotted #C0C0C0;
}
.front-page-ads-slider .view-id-sponsors .view-header {
  border-bottom: 1px dotted #C0C0C0;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.front-page-ads-slider .view-id-sponsors .view-header a {
  border: 1px solid #c60c46;
  display: inline-block;
  padding: 6px;
  color: #c60c46;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.front-page-ads-slider .view-id-front_ads {
  list-style-type: none;
  width: 300px;
  margin: 0 !important;
  margin-bottom: 0.8em !important;
}
.front-page-ads-slider .view-id-front_ads p, .front-page-ads-slider .view-id-front_ads a {
  line-height: 1.5;
}
.front-page-ads-slider table.views-slideshow-table-content {
  margin: 0;
  padding: 0;
  width: 300px;
  height: inherit;
}
.front-page-ads-slider table.views-slideshow-table-content tr td.content {
  overflow: hidden;
}
.front-page-ads-slider .skin-default {
  display: flex;
  flex-direction: column-reverse;
}
.front-page-ads-slider .skin-default .views_slideshow_cycle_main {
  flex: 1;
}
.front-page-ads-slider .views-slideshow-controls-top .views_slideshow_pager_field_item {
  display: block;
  cursor: pointer;
  background: white;
  font-size: 10px;
  text-align: center;
  color: #333;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 10px;
  height: 10px;
  border: 0;
  margin: 0 2px;
}
.front-page-ads-slider .views-slideshow-controls-top .views_slideshow_pager_field_item.active {
  background-position: 0 100%;
}
.front-page-ads-slider .front-ads-item {
  width: 450px;
}

#block-frontpagevideos {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 20px;
  padding-bottom: 40px;
  background: #FFF;
}
#block-frontpagevideos > div {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#block-frontpagevideos #vimeo-player {
  margin: 0 auto;
}
#block-frontpagevideos #vimeo-player #vimeo-player_display {
  position: initial !important;
}
#block-frontpagevideos #vimeo-player #vimeo-player_playlist {
  background: #FFF !important;
}
#block-frontpagevideos #vimeo-player #vimeo-player_playlist li.selected {
  opacity: 0.6;
}
#block-frontpagevideos #vimeo-player #vimeo-player_playlist span.title {
  color: inherit;
}
#block-frontpagevideos #vimeo-player #vimeo-player_playlist span.byline {
  display: none;
  color: inherit;
}
#block-frontpagevideos #vimeo-player #vimeo-player_playlist span.desc {
  display: none;
}
#block-frontpagevideos #vimeo-player #vimeo-player_playlist span.duration {
  color: inherit;
}
@media only screen and (max-width: 768px) {
  #block-frontpagevideos #vimeo-player {
    width: auto !important;
    height: auto !important;
  }
  #block-frontpagevideos #vimeo-player #vimeo-player_playlist {
    position: initial !important;
    width: auto !important;
    height: 320px !important;
    top: 270px !important;
    left: initial !important;
  }
  #block-frontpagevideos #vimeo-player #vimeo-player_playlist #vimeo-player_playlist_wrap {
    width: 100% !important;
  }
  #block-frontpagevideos #vimeo-player #vimeo-player_display {
    width: auto !important;
  }
  #block-frontpagevideos #vimeo-player #vimeo-player_display iframe {
    max-width: 100%;
  }
}

#block-views-block-testimonials-block-testimonials {
  background: #EEE;
  border-top: 6px solid #CCCCCC;
  padding: 60px 20px;
}
#block-views-block-testimonials-block-testimonials .views-row {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
#block-views-block-testimonials-block-testimonials .views-row div.quote {
  position: absolute;
  top: 0;
  left: 0;
  color: #777;
}
#block-views-block-testimonials-block-testimonials .views-row .views-field-field-body {
  font-size: 120%;
  font-weight: 300;
  font-style: italic;
  position: relative;
  padding-left: 2em;
}
#block-views-block-testimonials-block-testimonials .views-row .views-field-title {
  text-align: right;
  font-size: 120%;
}

#block-missionvision {
  margin-bottom: 40px;
}

#block-missionvisionhighlight figure {
  display: table;
}
#block-missionvisionhighlight figure img {
  box-shadow: 0px -4px #DDD;
  border-radius: 12px;
}
#block-missionvisionhighlight figure.align-left {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#block-missionvisionhighlight figure.align-right {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
#block-missionvisionhighlight figure figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: center;
  font-size: 0.875em;
}

#block-applicationformembership {
  margin-bottom: 20px;
}
#block-applicationformembership .app-form-header {
  background-position: center 20px;
  background-size: contain;
  border-bottom: 4px solid #1196CA;
  border-top: 4px solid #980a36;
  padding-bottom: 50px;
  padding-top: 50px;
}
#block-applicationformembership h2 {
  color: #980a36;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.5em;
}
#block-applicationformembership p {
  margin-bottom: 10px;
}

#block-missionvisionhighlight p {
  margin-bottom: 10px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/libraries/slick/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "←";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "→";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
/*  content: "â€¢";*/
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

body.path-user form.user-form,
body.path-user form.user-login-form,
body.path-user form.contact-message-personal-form,
body.path-user #block-pyw-page-title,
body.path-user form.user-pass {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

body.page-node-type-pages main {
  margin-bottom: 50px;
}

.sponsors .views-row {
  display: flex;
  width: 350px;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
  color: #333;
}
.sponsors .views-field-field-level {
  flex: 1;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.sponsors span.Silver {
  color: silver;
  font-weight: bold;
}
.sponsors span.Gold {
  color: goldenrod;
  font-weight: bold;
}
.sponsors span.Bronze {
  color: brown;
  font-weight: bold;
}
.sponsors span.Diamond {
  color: turquoise;
  font-weight: bold;
}
.sponsors span.Platinum {
  color: #333;
  font-weight: bold;
}

.ads-area {
  border: 1px solid #EEE;
  padding: 10px;
  background: #FFF;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.ads-area .front-page-ads-slider {
  padding-top: 0;
}
.ads-area .sponsors {
  align-items: center;
  justify-content: center;
  min-height: 80px;
  margin-bottom: 20px;
  border-bottom: 2px solid #EEE;
}
@media screen and (min-width: 768px) {
  .ads-area .sponsors {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .ads-area {
    float: right;
    padding: 20px;
    max-width: 540px;
  }
}

body.page-directory main .views-element-container div.item-list {
  column-count: 1;
}
@media screen and (min-width: 768px) {
  body.page-directory main .views-element-container div.item-list {
    column-count: 2;
  }
}

form label {
  display: block;
}
form label .form-required {
  color: #980a36;
}
form input, form select, form textarea {
  max-width: 100%;
  padding: 6.6666666667px;
  border-radius: 4px;
  border: 1px solid #999999;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.05);
  outline: none;
  transition: all 0.2s ease-in-out;
  font-family: Lato, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
form input:focus, form select:focus, form textarea:focus {
  box-shadow: inset 0 0 16px rgba(198, 12, 70, 0.14);
  border-color: #980a36;
}
form input[type=submit], form select[type=submit], form textarea[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
form input[type=submit]:hover, form select[type=submit]:hover, form textarea[type=submit]:hover {
  cursor: pointer;
}
form input[type=image], form select[type=image], form textarea[type=image] {
  border: none;
  background: none;
  box-shadow: none;
}
form .webform-button--submit {
  color: #FFF;
  background-color: #980a36;
}
form .form-actions .form-submit {
  margin-right: 0.2rem;
}

/* Force clearfix on grids */
.grid, .grid--rev, .grid--full,
.grid-uniform {
  *zoom: 1;
}
.grid:after, .grid--rev:after, .grid--full:after,
.grid-uniform:after {
  content: "";
  display: table;
  clear: both;
}

/* Manual grid__item clearfix */
.grid__item.clear {
  clear: both;
}

/*============================================================================
  Drop relative positioning into silent classes which can't take advantage of
  the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid, .grid--rev, .grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px;
  letter-spacing: -0.31em;
}

/* Opera hack */
.opera:-o-prefocus,
.grid,
.grid--rev,
.grid--full {
  word-spacing: -0.43em;
}

.grid__item {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: normal;
  word-spacing: normal;
}

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle;
}

.grid--bottom > .grid__item {
  vertical-align: bottom;
}

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -10px;
}
.grid--narrow > .grid__item {
  padding-left: 10px;
}

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -40px;
}
.grid--wide > .grid__item {
  padding-left: 40px;
}

/*============================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
==============================================================================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Helper show/hide classes around our breakpoints ================*/
/*================ Our regular, non-responsive width and helper classes ================*/
/** Whole */
.one-whole {
  width: 100%;
}

/* Halves */
.one-half {
  width: 50%;
}

/* Thirds */
.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

/* Quarters */
.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

/* Fifths */
.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

/* Sixths */
.one-sixth {
  width: 16.666%;
}

.two-sixths {
  width: 33.333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.666%;
}

.five-sixths {
  width: 83.333%;
}

/* Eighths */
.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

/* Tenths */
.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

/* Twelfths */
.one-twelfth {
  width: 8.333%;
}

.two-twelfths {
  width: 16.666%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.333%;
}

.five-twelfths {
  width: 41.666%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.333%;
}

.eight-twelfths {
  width: 66.666%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

/*================ Our responsive classes, if we have enabled them ================*/
@media only screen and (max-width: 480px) {
  /** Whole */
  .small--one-whole {
    width: 100%;
  }
  /* Halves */
  .small--one-half {
    width: 50%;
  }
  /* Thirds */
  .small--one-third {
    width: 33.333%;
  }
  .small--two-thirds {
    width: 66.666%;
  }
  /* Quarters */
  .small--one-quarter {
    width: 25%;
  }
  .small--two-quarters {
    width: 50%;
  }
  .small--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .small--one-fifth {
    width: 20%;
  }
  .small--two-fifths {
    width: 40%;
  }
  .small--three-fifths {
    width: 60%;
  }
  .small--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .small--one-sixth {
    width: 16.666%;
  }
  .small--two-sixths {
    width: 33.333%;
  }
  .small--three-sixths {
    width: 50%;
  }
  .small--four-sixths {
    width: 66.666%;
  }
  .small--five-sixths {
    width: 83.333%;
  }
  /* Eighths */
  .small--one-eighth {
    width: 12.5%;
  }
  .small--two-eighths {
    width: 25%;
  }
  .small--three-eighths {
    width: 37.5%;
  }
  .small--four-eighths {
    width: 50%;
  }
  .small--five-eighths {
    width: 62.5%;
  }
  .small--six-eighths {
    width: 75%;
  }
  .small--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .small--one-tenth {
    width: 10%;
  }
  .small--two-tenths {
    width: 20%;
  }
  .small--three-tenths {
    width: 30%;
  }
  .small--four-tenths {
    width: 40%;
  }
  .small--five-tenths {
    width: 50%;
  }
  .small--six-tenths {
    width: 60%;
  }
  .small--seven-tenths {
    width: 70%;
  }
  .small--eight-tenths {
    width: 80%;
  }
  .small--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .small--one-twelfth {
    width: 8.333%;
  }
  .small--two-twelfths {
    width: 16.666%;
  }
  .small--three-twelfths {
    width: 25%;
  }
  .small--four-twelfths {
    width: 33.333%;
  }
  .small--five-twelfths {
    width: 41.666%;
  }
  .small--six-twelfths {
    width: 50%;
  }
  .small--seven-twelfths {
    width: 58.333%;
  }
  .small--eight-twelfths {
    width: 66.666%;
  }
  .small--nine-twelfths {
    width: 75%;
  }
  .small--ten-twelfths {
    width: 83.333%;
  }
  .small--eleven-twelfths {
    width: 91.666%;
  }
  .small--show {
    display: block !important;
  }
  .small--hide {
    display: none !important;
  }
  .small--text-left {
    text-align: left !important;
  }
  .small--text-right {
    text-align: right !important;
  }
  .small--text-center {
    text-align: center !important;
  }
  .small--left {
    float: left !important;
  }
  .small--right {
    float: right !important;
  }
  .grid-uniform .small--one-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--three-sixths:nth-child(2n+1),
  .grid-uniform .small--two-eighths:nth-child(4n+1),
  .grid-uniform .small--four-eighths:nth-child(2n+1),
  .grid-uniform .small--five-tenths:nth-child(2n+1),
  .grid-uniform .small--one-twelfth:nth-child(12n+1),
  .grid-uniform .small--two-twelfths:nth-child(6n+1),
  .grid-uniform .small--three-twelfths:nth-child(4n+1),
  .grid-uniform .small--four-twelfths:nth-child(3n+1),
  .grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  /** Whole */
  .medium--one-whole {
    width: 100%;
  }
  /* Halves */
  .medium--one-half {
    width: 50%;
  }
  /* Thirds */
  .medium--one-third {
    width: 33.333%;
  }
  .medium--two-thirds {
    width: 66.666%;
  }
  /* Quarters */
  .medium--one-quarter {
    width: 25%;
  }
  .medium--two-quarters {
    width: 50%;
  }
  .medium--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .medium--one-fifth {
    width: 20%;
  }
  .medium--two-fifths {
    width: 40%;
  }
  .medium--three-fifths {
    width: 60%;
  }
  .medium--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .medium--one-sixth {
    width: 16.666%;
  }
  .medium--two-sixths {
    width: 33.333%;
  }
  .medium--three-sixths {
    width: 50%;
  }
  .medium--four-sixths {
    width: 66.666%;
  }
  .medium--five-sixths {
    width: 83.333%;
  }
  /* Eighths */
  .medium--one-eighth {
    width: 12.5%;
  }
  .medium--two-eighths {
    width: 25%;
  }
  .medium--three-eighths {
    width: 37.5%;
  }
  .medium--four-eighths {
    width: 50%;
  }
  .medium--five-eighths {
    width: 62.5%;
  }
  .medium--six-eighths {
    width: 75%;
  }
  .medium--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .medium--one-tenth {
    width: 10%;
  }
  .medium--two-tenths {
    width: 20%;
  }
  .medium--three-tenths {
    width: 30%;
  }
  .medium--four-tenths {
    width: 40%;
  }
  .medium--five-tenths {
    width: 50%;
  }
  .medium--six-tenths {
    width: 60%;
  }
  .medium--seven-tenths {
    width: 70%;
  }
  .medium--eight-tenths {
    width: 80%;
  }
  .medium--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .medium--one-twelfth {
    width: 8.333%;
  }
  .medium--two-twelfths {
    width: 16.666%;
  }
  .medium--three-twelfths {
    width: 25%;
  }
  .medium--four-twelfths {
    width: 33.333%;
  }
  .medium--five-twelfths {
    width: 41.666%;
  }
  .medium--six-twelfths {
    width: 50%;
  }
  .medium--seven-twelfths {
    width: 58.333%;
  }
  .medium--eight-twelfths {
    width: 66.666%;
  }
  .medium--nine-twelfths {
    width: 75%;
  }
  .medium--ten-twelfths {
    width: 83.333%;
  }
  .medium--eleven-twelfths {
    width: 91.666%;
  }
  .medium--show {
    display: block !important;
  }
  .medium--hide {
    display: none !important;
  }
  .medium--text-left {
    text-align: left !important;
  }
  .medium--text-right {
    text-align: right !important;
  }
  .medium--text-center {
    text-align: center !important;
  }
  .medium--left {
    float: left !important;
  }
  .medium--right {
    float: right !important;
  }
  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%;
  }
  /* Halves */
  .medium-down--one-half {
    width: 50%;
  }
  /* Thirds */
  .medium-down--one-third {
    width: 33.333%;
  }
  .medium-down--two-thirds {
    width: 66.666%;
  }
  /* Quarters */
  .medium-down--one-quarter {
    width: 25%;
  }
  .medium-down--two-quarters {
    width: 50%;
  }
  .medium-down--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .medium-down--one-fifth {
    width: 20%;
  }
  .medium-down--two-fifths {
    width: 40%;
  }
  .medium-down--three-fifths {
    width: 60%;
  }
  .medium-down--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%;
  }
  .medium-down--two-sixths {
    width: 33.333%;
  }
  .medium-down--three-sixths {
    width: 50%;
  }
  .medium-down--four-sixths {
    width: 66.666%;
  }
  .medium-down--five-sixths {
    width: 83.333%;
  }
  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%;
  }
  .medium-down--two-eighths {
    width: 25%;
  }
  .medium-down--three-eighths {
    width: 37.5%;
  }
  .medium-down--four-eighths {
    width: 50%;
  }
  .medium-down--five-eighths {
    width: 62.5%;
  }
  .medium-down--six-eighths {
    width: 75%;
  }
  .medium-down--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .medium-down--one-tenth {
    width: 10%;
  }
  .medium-down--two-tenths {
    width: 20%;
  }
  .medium-down--three-tenths {
    width: 30%;
  }
  .medium-down--four-tenths {
    width: 40%;
  }
  .medium-down--five-tenths {
    width: 50%;
  }
  .medium-down--six-tenths {
    width: 60%;
  }
  .medium-down--seven-tenths {
    width: 70%;
  }
  .medium-down--eight-tenths {
    width: 80%;
  }
  .medium-down--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.333%;
  }
  .medium-down--two-twelfths {
    width: 16.666%;
  }
  .medium-down--three-twelfths {
    width: 25%;
  }
  .medium-down--four-twelfths {
    width: 33.333%;
  }
  .medium-down--five-twelfths {
    width: 41.666%;
  }
  .medium-down--six-twelfths {
    width: 50%;
  }
  .medium-down--seven-twelfths {
    width: 58.333%;
  }
  .medium-down--eight-twelfths {
    width: 66.666%;
  }
  .medium-down--nine-twelfths {
    width: 75%;
  }
  .medium-down--ten-twelfths {
    width: 83.333%;
  }
  .medium-down--eleven-twelfths {
    width: 91.666%;
  }
  .medium-down--show {
    display: block !important;
  }
  .medium-down--hide {
    display: none !important;
  }
  .medium-down--text-left {
    text-align: left !important;
  }
  .medium-down--text-right {
    text-align: right !important;
  }
  .medium-down--text-center {
    text-align: center !important;
  }
  .medium-down--left {
    float: left !important;
  }
  .medium-down--right {
    float: right !important;
  }
  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  /** Whole */
  .large--one-whole {
    width: 100%;
  }
  /* Halves */
  .large--one-half {
    width: 50%;
  }
  /* Thirds */
  .large--one-third {
    width: 33.333%;
  }
  .large--two-thirds {
    width: 66.666%;
  }
  /* Quarters */
  .large--one-quarter {
    width: 25%;
  }
  .large--two-quarters {
    width: 50%;
  }
  .large--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .large--one-fifth {
    width: 20%;
  }
  .large--two-fifths {
    width: 40%;
  }
  .large--three-fifths {
    width: 60%;
  }
  .large--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .large--one-sixth {
    width: 16.666%;
  }
  .large--two-sixths {
    width: 33.333%;
  }
  .large--three-sixths {
    width: 50%;
  }
  .large--four-sixths {
    width: 66.666%;
  }
  .large--five-sixths {
    width: 83.333%;
  }
  /* Eighths */
  .large--one-eighth {
    width: 12.5%;
  }
  .large--two-eighths {
    width: 25%;
  }
  .large--three-eighths {
    width: 37.5%;
  }
  .large--four-eighths {
    width: 50%;
  }
  .large--five-eighths {
    width: 62.5%;
  }
  .large--six-eighths {
    width: 75%;
  }
  .large--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .large--one-tenth {
    width: 10%;
  }
  .large--two-tenths {
    width: 20%;
  }
  .large--three-tenths {
    width: 30%;
  }
  .large--four-tenths {
    width: 40%;
  }
  .large--five-tenths {
    width: 50%;
  }
  .large--six-tenths {
    width: 60%;
  }
  .large--seven-tenths {
    width: 70%;
  }
  .large--eight-tenths {
    width: 80%;
  }
  .large--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .large--one-twelfth {
    width: 8.333%;
  }
  .large--two-twelfths {
    width: 16.666%;
  }
  .large--three-twelfths {
    width: 25%;
  }
  .large--four-twelfths {
    width: 33.333%;
  }
  .large--five-twelfths {
    width: 41.666%;
  }
  .large--six-twelfths {
    width: 50%;
  }
  .large--seven-twelfths {
    width: 58.333%;
  }
  .large--eight-twelfths {
    width: 66.666%;
  }
  .large--nine-twelfths {
    width: 75%;
  }
  .large--ten-twelfths {
    width: 83.333%;
  }
  .large--eleven-twelfths {
    width: 91.666%;
  }
  .large--show {
    display: block !important;
  }
  .large--hide {
    display: none !important;
  }
  .large--text-left {
    text-align: left !important;
  }
  .large--text-right {
    text-align: right !important;
  }
  .large--text-center {
    text-align: center !important;
  }
  .large--left {
    float: left !important;
  }
  .large--right {
    float: right !important;
  }
  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}
/*============================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
==============================================================================*/
[class*=push--] {
  position: relative;
}

/* Whole */
.push--one-whole {
  left: 100%;
}

/* Halves */
.push--one-half {
  left: 50%;
}

/* Thirds */
.push--one-third {
  left: 33.333%;
}

.push--two-thirds {
  left: 66.666%;
}

/* Quarters */
.push--one-quarter {
  left: 25%;
}

.push--two-quarters {
  left: 50%;
}

.push--three-quarters {
  left: 75%;
}

/* Fifths */
.push--one-fifth {
  left: 20%;
}

.push--two-fifths {
  left: 40%;
}

.push--three-fifths {
  left: 60%;
}

.push--four-fifths {
  left: 80%;
}

/* Sixths */
.push--one-sixth {
  left: 16.666%;
}

.push--two-sixths {
  left: 33.333%;
}

.push--three-sixths {
  left: 50%;
}

.push--four-sixths {
  left: 66.666%;
}

.push--five-sixths {
  left: 83.333%;
}

/* Eighths */
.push--one-eighth {
  left: 12.5%;
}

.push--two-eighths {
  left: 25%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--four-eighths {
  left: 50%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--six-eighths {
  left: 75%;
}

.push--seven-eighths {
  left: 87.5%;
}

/* Tenths */
.push--one-tenth {
  left: 10%;
}

.push--two-tenths {
  left: 20%;
}

.push--three-tenths {
  left: 30%;
}

.push--four-tenths {
  left: 40%;
}

.push--five-tenths {
  left: 50%;
}

.push--six-tenths {
  left: 60%;
}

.push--seven-tenths {
  left: 70%;
}

.push--eight-tenths {
  left: 80%;
}

.push--nine-tenths {
  left: 90%;
}

/* Twelfths */
.push--one-twelfth {
  left: 8.333%;
}

.push--two-twelfths {
  left: 16.666%;
}

.push--three-twelfths {
  left: 25%;
}

.push--four-twelfths {
  left: 33.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--six-twelfths {
  left: 50%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eight-twelfths {
  left: 66.666%;
}

.push--nine-twelfths {
  left: 75%;
}

.push--ten-twelfths {
  left: 83.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* Whole */
  .push--medium--one-whole {
    left: 100%;
  }
  /* Halves */
  .push--medium--one-half {
    left: 50%;
  }
  /* Thirds */
  .push--medium--one-third {
    left: 33.333%;
  }
  .push--medium--two-thirds {
    left: 66.666%;
  }
  /* Quarters */
  .push--medium--one-quarter {
    left: 25%;
  }
  .push--medium--two-quarters {
    left: 50%;
  }
  .push--medium--three-quarters {
    left: 75%;
  }
  /* Fifths */
  .push--medium--one-fifth {
    left: 20%;
  }
  .push--medium--two-fifths {
    left: 40%;
  }
  .push--medium--three-fifths {
    left: 60%;
  }
  .push--medium--four-fifths {
    left: 80%;
  }
  /* Sixths */
  .push--medium--one-sixth {
    left: 16.666%;
  }
  .push--medium--two-sixths {
    left: 33.333%;
  }
  .push--medium--three-sixths {
    left: 50%;
  }
  .push--medium--four-sixths {
    left: 66.666%;
  }
  .push--medium--five-sixths {
    left: 83.333%;
  }
  /* Eighths */
  .push--medium--one-eighth {
    left: 12.5%;
  }
  .push--medium--two-eighths {
    left: 25%;
  }
  .push--medium--three-eighths {
    left: 37.5%;
  }
  .push--medium--four-eighths {
    left: 50%;
  }
  .push--medium--five-eighths {
    left: 62.5%;
  }
  .push--medium--six-eighths {
    left: 75%;
  }
  .push--medium--seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .push--medium--one-tenth {
    left: 10%;
  }
  .push--medium--two-tenths {
    left: 20%;
  }
  .push--medium--three-tenths {
    left: 30%;
  }
  .push--medium--four-tenths {
    left: 40%;
  }
  .push--medium--five-tenths {
    left: 50%;
  }
  .push--medium--six-tenths {
    left: 60%;
  }
  .push--medium--seven-tenths {
    left: 70%;
  }
  .push--medium--eight-tenths {
    left: 80%;
  }
  .push--medium--nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .push--medium--one-twelfth {
    left: 8.333%;
  }
  .push--medium--two-twelfths {
    left: 16.666%;
  }
  .push--medium--three-twelfths {
    left: 25%;
  }
  .push--medium--four-twelfths {
    left: 33.333%;
  }
  .push--medium--five-twelfths {
    left: 41.666%;
  }
  .push--medium--six-twelfths {
    left: 50%;
  }
  .push--medium--seven-twelfths {
    left: 58.333%;
  }
  .push--medium--eight-twelfths {
    left: 66.666%;
  }
  .push--medium--nine-twelfths {
    left: 75%;
  }
  .push--medium--ten-twelfths {
    left: 83.333%;
  }
  .push--medium--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (max-width: 768px) {
  /* Whole */
  .push--medium-down--one-whole {
    left: 100%;
  }
  /* Halves */
  .push--medium-down--one-half {
    left: 50%;
  }
  /* Thirds */
  .push--medium-down--one-third {
    left: 33.333%;
  }
  .push--medium-down--two-thirds {
    left: 66.666%;
  }
  /* Quarters */
  .push--medium-down--one-quarter {
    left: 25%;
  }
  .push--medium-down--two-quarters {
    left: 50%;
  }
  .push--medium-down--three-quarters {
    left: 75%;
  }
  /* Fifths */
  .push--medium-down--one-fifth {
    left: 20%;
  }
  .push--medium-down--two-fifths {
    left: 40%;
  }
  .push--medium-down--three-fifths {
    left: 60%;
  }
  .push--medium-down--four-fifths {
    left: 80%;
  }
  /* Sixths */
  .push--medium-down--one-sixth {
    left: 16.666%;
  }
  .push--medium-down--two-sixths {
    left: 33.333%;
  }
  .push--medium-down--three-sixths {
    left: 50%;
  }
  .push--medium-down--four-sixths {
    left: 66.666%;
  }
  .push--medium-down--five-sixths {
    left: 83.333%;
  }
  /* Eighths */
  .push--medium-down--one-eighth {
    left: 12.5%;
  }
  .push--medium-down--two-eighths {
    left: 25%;
  }
  .push--medium-down--three-eighths {
    left: 37.5%;
  }
  .push--medium-down--four-eighths {
    left: 50%;
  }
  .push--medium-down--five-eighths {
    left: 62.5%;
  }
  .push--medium-down--six-eighths {
    left: 75%;
  }
  .push--medium-down--seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .push--medium-down--one-tenth {
    left: 10%;
  }
  .push--medium-down--two-tenths {
    left: 20%;
  }
  .push--medium-down--three-tenths {
    left: 30%;
  }
  .push--medium-down--four-tenths {
    left: 40%;
  }
  .push--medium-down--five-tenths {
    left: 50%;
  }
  .push--medium-down--six-tenths {
    left: 60%;
  }
  .push--medium-down--seven-tenths {
    left: 70%;
  }
  .push--medium-down--eight-tenths {
    left: 80%;
  }
  .push--medium-down--nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .push--medium-down--one-twelfth {
    left: 8.333%;
  }
  .push--medium-down--two-twelfths {
    left: 16.666%;
  }
  .push--medium-down--three-twelfths {
    left: 25%;
  }
  .push--medium-down--four-twelfths {
    left: 33.333%;
  }
  .push--medium-down--five-twelfths {
    left: 41.666%;
  }
  .push--medium-down--six-twelfths {
    left: 50%;
  }
  .push--medium-down--seven-twelfths {
    left: 58.333%;
  }
  .push--medium-down--eight-twelfths {
    left: 66.666%;
  }
  .push--medium-down--nine-twelfths {
    left: 75%;
  }
  .push--medium-down--ten-twelfths {
    left: 83.333%;
  }
  .push--medium-down--eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  /* Whole */
  .push--large--one-whole {
    left: 100%;
  }
  /* Halves */
  .push--large--one-half {
    left: 50%;
  }
  /* Thirds */
  .push--large--one-third {
    left: 33.333%;
  }
  .push--large--two-thirds {
    left: 66.666%;
  }
  /* Quarters */
  .push--large--one-quarter {
    left: 25%;
  }
  .push--large--two-quarters {
    left: 50%;
  }
  .push--large--three-quarters {
    left: 75%;
  }
  /* Fifths */
  .push--large--one-fifth {
    left: 20%;
  }
  .push--large--two-fifths {
    left: 40%;
  }
  .push--large--three-fifths {
    left: 60%;
  }
  .push--large--four-fifths {
    left: 80%;
  }
  /* Sixths */
  .push--large--one-sixth {
    left: 16.666%;
  }
  .push--large--two-sixths {
    left: 33.333%;
  }
  .push--large--three-sixths {
    left: 50%;
  }
  .push--large--four-sixths {
    left: 66.666%;
  }
  .push--large--five-sixths {
    left: 83.333%;
  }
  /* Eighths */
  .push--large--one-eighth {
    left: 12.5%;
  }
  .push--large--two-eighths {
    left: 25%;
  }
  .push--large--three-eighths {
    left: 37.5%;
  }
  .push--large--four-eighths {
    left: 50%;
  }
  .push--large--five-eighths {
    left: 62.5%;
  }
  .push--large--six-eighths {
    left: 75%;
  }
  .push--large--seven-eighths {
    left: 87.5%;
  }
  /* Tenths */
  .push--large--one-tenth {
    left: 10%;
  }
  .push--large--two-tenths {
    left: 20%;
  }
  .push--large--three-tenths {
    left: 30%;
  }
  .push--large--four-tenths {
    left: 40%;
  }
  .push--large--five-tenths {
    left: 50%;
  }
  .push--large--six-tenths {
    left: 60%;
  }
  .push--large--seven-tenths {
    left: 70%;
  }
  .push--large--eight-tenths {
    left: 80%;
  }
  .push--large--nine-tenths {
    left: 90%;
  }
  /* Twelfths */
  .push--large--one-twelfth {
    left: 8.333%;
  }
  .push--large--two-twelfths {
    left: 16.666%;
  }
  .push--large--three-twelfths {
    left: 25%;
  }
  .push--large--four-twelfths {
    left: 33.333%;
  }
  .push--large--five-twelfths {
    left: 41.666%;
  }
  .push--large--six-twelfths {
    left: 50%;
  }
  .push--large--seven-twelfths {
    left: 58.333%;
  }
  .push--large--eight-twelfths {
    left: 66.666%;
  }
  .push--large--nine-twelfths {
    left: 75%;
  }
  .push--large--ten-twelfths {
    left: 83.333%;
  }
  .push--large--eleven-twelfths {
    left: 91.666%;
  }
}
/*============================================================================
  PULL
    - Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/
.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media screen and (min-width: 1024px) {
  .large--border-top {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 4px solid #F9F9F9;
  }
  .large--border-right {
    padding-right: 20px;
    border-right: 4px solid #F9F9F9;
  }
  .large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
@media screen and (min-width: 481px) {
  .medium-up--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .medium-up--display-table--cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.grid--tight {
  width: initial;
}
.grid--tight .grid__item {
  width: initial;
}

.align-center {
  text-align: center !important;
}

.vertical-align-center {
  vertical-align: middle;
}

.contextual {
  letter-spacing: initial;
}

footer[role=contentinfo] {
  background: #333333;
  color: #FFF;
  position: relative;
  line-height: 1.5;
  width: 100%;
}
footer[role=contentinfo] > div {
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  footer[role=contentinfo] > div {
    flex-direction: row;
  }
}
footer[role=contentinfo] a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFF;
}
footer[role=contentinfo] #block-footer table {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
footer[role=contentinfo] #block-footer table td {
  padding-right: 20px;
}
footer[role=contentinfo] #block-footer p.copyright {
  font-size: 0.75em;
  color: #EEE;
}
footer[role=contentinfo] #block-footer .social-media {
  margin-top: 20px;
}
footer[role=contentinfo] #block-footer .social-media a {
  border-bottom: none;
  margin-right: 10px;
}
footer[role=contentinfo] #block-mainnavigation {
  flex: 1;
}
@media screen and (min-width: 768px) {
  footer[role=contentinfo] #block-mainnavigation ul {
    column-count: 2;
  }
}
footer[role=contentinfo] #block-mainnavigation ul li {
  margin: 0;
  padding: 0;
  margin-right: 1rem;
}
footer[role=contentinfo] #block-mainnavigation ul li a {
  font-size: 1em;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
footer[role=contentinfo] #block-mainnavigation ul li.menu-item--expanded ul {
  list-style-type: square;
  margin-left: 20px;
  color: #CCC;
}
footer[role=contentinfo] #block-mainnavigation ul li.menu-item--expanded ul li a {
  color: #DDD;
}
footer[role=contentinfo] #block-mainnavigation-menu,
footer[role=contentinfo] nav,
footer[role=contentinfo] #block-footercontent {
  color: #FFF;
}

.path-events nav.pager {
  text-align: right;
  line-height: 3;
}
.path-events ul.js-pager__items {
  list-style-type: none !important;
  display: flex;
  justify-content: space-between;
  text-align: right;
  margin-left: 0 !important;
}
.path-events ul.js-pager__items li {
  margin-left: 0 !important;
}
.path-events ul.js-pager__items .pager__item--previous a,
.path-events ul.js-pager__items .pager__item--next a, .path-events ul.js-pager__items button {
  background: linear-gradient(#FFF, #e5e5e5);
  border-radius: 4px;
  margin-left: 0 !important;
  padding: 0.4em 1em;
  color: #333333 !important;
  border: 1px solid #C0C0C0 !important;
  border-bottom: 1px solid #999 !important;
}
.path-events ul.js-pager__items .pager__item--previous a:hover,
.path-events ul.js-pager__items .pager__item--next a:hover, .path-events ul.js-pager__items button:hover {
  color: #000 !important;
  box-shadow: inset 0 0 10px rgba(100, 100, 100, 0.1);
  border: 1px solid #999 !important;
  border-bottom: 1px solid #666 !important;
}
.path-events ul.js-pager__items .pager__item--previous a:active,
.path-events ul.js-pager__items .pager__item--next a:active, .path-events ul.js-pager__items button:active {
  color: #000 !important;
  box-shadow: inset 0 0 10px rgba(50, 50, 50, 0.3);
}
.path-events .views-element-container header h3 {
  color: #222;
  font-weight: normal;
  font-family: Geneva;
  line-height: 30px;
  font-size: 1.8em;
  text-align: center;
}
.path-events .field-name-field-calendar-when {
  font-weight: bold;
  font-size: 12pt;
}
.path-events .back-to-calendar {
  margin-bottom: 1em;
}
.path-events .views-field-field-ads-image a:link,
.path-events .views-field-field-ads-image a:visited {
  border-bottom: none !important;
}
.path-events .date-prev a,
.path-events .date-prev a:link,
.path-events .date-prev a:visited,
.path-events .date-next a,
.path-events .date-next a:link,
.path-events .date-next a:visited,
.path-events .button a,
.path-events .button a:link,
.path-events .button a:visited {
  background: linear-gradient(#FFF, #e5e5e5);
  border-radius: 4px;
  padding: 0.4em 1em;
  color: #333333 !important;
  border: 1px solid #C0C0C0 !important;
  border-bottom: 1px solid #999 !important;
}
.path-events .date-prev a:hover,
.path-events .date-prev a:link:hover,
.path-events .date-prev a:visited:hover,
.path-events .date-next a:hover,
.path-events .date-next a:link:hover,
.path-events .date-next a:visited:hover,
.path-events .button a:hover,
.path-events .button a:link:hover,
.path-events .button a:visited:hover {
  color: #000 !important;
  box-shadow: inset 0 0 10px rgba(100, 100, 100, 0.1);
  border: 1px solid #999 !important;
  border-bottom: 1px solid #666 !important;
}
.path-events .date-prev a:active,
.path-events .date-prev a:link:active,
.path-events .date-prev a:visited:active,
.path-events .date-next a:active,
.path-events .date-next a:link:active,
.path-events .date-next a:visited:active,
.path-events .button a:active,
.path-events .button a:link:active,
.path-events .button a:visited:active {
  color: #000 !important;
  box-shadow: inset 0 0 10px rgba(50, 50, 50, 0.3);
}
.path-events .date-prev a {
  margin-right: 1em;
}
.path-events .view .date-nav-wrapper .date-prev,
.path-events .view .date-nav-wrapper .date-next {
  background: none repeat scroll 0 0 #FFF;
}
.path-events .maps-view-full {
  position: absolute;
  margin: 0;
  font-size: 0.8em !important;
  bottom: -1px;
  right: -1px;
  background-color: #00ffff;
}
.path-events .calendar-calendar .month-view .full td.single-day div.monthview,
.path-events .calendar-calendar .week-view .full td.single-day div.weekview,
.path-events .calendar-calendar .day-view .full td.single-day div.dayview {
  background-color: #FFF;
}
.path-events .calendar-calendar .month-view .full td.single-day div.monthview a,
.path-events .calendar-calendar .week-view .full td.single-day div.weekview a,
.path-events .calendar-calendar .day-view .full td.single-day div.dayview a {
  font-size: 100%;
  border-bottom-style: none !important;
}
.path-events .calendar-calendar .month-view .full td.single-day div.monthview a:hover,
.path-events .calendar-calendar .week-view .full td.single-day div.weekview a:hover,
.path-events .calendar-calendar .day-view .full td.single-day div.dayview a:hover {
  border-bottom-style: solid !important;
}
.path-events .calendar-calendar .month-view .full td.multi-day div.monthview a,
.path-events .calendar-calendar .week-view .full td.multi-day div.weekview a,
.path-events .calendar-calendar .day-view .full td.multi-day div.dayview a {
  color: #FFF !important;
  border-bottom-width: 0px !important;
}
.path-events .calendar-calendar .month-view .full td.multi-day div.monthview a:hover,
.path-events .calendar-calendar .week-view .full td.multi-day div.weekview a:hover,
.path-events .calendar-calendar .day-view .full td.multi-day div.dayview a:hover {
  color: #FFF !important;
  border-bottom-width: 1px !important;
}
.path-events .calendar-calendar td span.date-display-single, .path-events .calendar-calendar td span.date-display-start, .path-events .calendar-calendar td span.date-display-end, .path-events .calendar-calendar td span.date-display-separator {
  font-weight: normal;
}
.path-events .view .date-nav-wrapper .date-heading h3 {
  color: #222;
  font-weight: normal;
  font-family: Geneva;
  line-height: 30px;
  font-size: 1.8em;
}
.path-events .view .date-nav-wrapper .date-nav {
  margin-bottom: 0px;
}
.path-events table.calendar-node-event {
  border-spacing: 10px 20px;
  border-collapse: separate;
}
.path-events table.calendar-node-event tbody tr th,
.path-events table.calendar-node-event tbody tr td {
  vertical-align: top;
}
.path-events table.calendar-node-event tbody tr td p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/**
 * @file
 * Override of misc/vertical-tabs.css.
 */
.vertical-tabs {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  background: #e6e5e1;
}

.vertical-tabs__menu {
  float: left; /* LTR */
  width: 240px;
  margin: 0 -100% -1px 0; /* LTR */
  margin-left: 1px !important;
  padding: 0;
  border-bottom: 1px solid #ccc;
  line-height: 1;
  list-style-type: none !important;
}

[dir=rtl] .vertical-tabs__menu {
  float: right;
  margin: 0 0 -1px -100%;
}

.vertical-tabs__menu-item {
  margin-left: 0 !important;
  position: relative;
}

.vertical-tabs__menu-item.is-selected {
  z-index: 1;
  overflow-x: hidden;
  width: 100%;
  border-right: 1px solid #fcfcfa; /* LTR */
  box-shadow: 0 5px 5px -5px hsla(0, 0%, 0%, 0.3);
  border-bottom: 1px solid #b3b2ad;
}

.vertical-tabs__menu-item.first {
  margin-top: 20px;
}

.vertical-tabs__menu-item.last {
  border-bottom: none;
}

[dir=rtl] .vertical-tabs__menu-item.is-selected {
  border-left: 1px solid #fcfcfa;
  border-right: none;
}

.vertical-tabs__menu-item:focus,
.vertical-tabs__menu-item:active {
  z-index: 2;
}

.vertical-tabs__menu-item a {
  display: block;
  padding: 10px 15px 15px;
  border-bottom: 1px solid #b3b2ad;
  background-color: #f2f2f0;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.vertical-tabs__menu-item:last-child a {
  border-bottom: 0;
}

.vertical-tabs__menu-item.is-selected a,
.vertical-tabs__menu-item a:hover,
.vertical-tabs__menu-item a:focus {
  background: #fcfcfa;
  text-shadow: none;
}

.vertical-tabs__menu-item a:focus {
  outline: none;
}

.vertical-tabs__menu-item a:focus .vertical-tabs__menu-item-title {
  text-decoration: underline;
}

.vertical-tabs__menu-item a:active .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item.is-selected a:focus .vertical-tabs__menu-item-title {
  text-decoration: none;
}

.vertical-tabs__menu-item.is-selected a {
  color: #004f80;
  padding-left: 11px; /* LTR */
  border-bottom: none;
  text-decoration: none;
}

[dir=rtl] .vertical-tabs__menu-item.is-selected a {
  padding-left: 15px;
  padding-right: 11px;
}

.vertical-tabs__menu-item.is-selected a:hover,
.vertical-tabs__menu-item.is-selected a:focus {
  color: #007ecc;
}

[data-vertical-tabs-panes] {
  background-color: #fcfcfa;
}

.vertical-tabs__panes {
  margin: 0 0 0 240px; /* LTR */
  padding: 10px 15px 10px 15px;
  border-left: 1px solid #a6a5a1; /* LTR */
}

[dir=rtl] .vertical-tabs__panes {
  margin: 0 240px 0 0;
  border-left: none;
  border-right: 1px solid #a6a5a1;
}

.vertical-tabs__panes:after {
  content: "";
  display: table;
  clear: both;
}

.vertical-tabs__pane {
  margin: 0;
  padding: 0;
  border: 0;
  color: #595959;
}

.vertical-tabs__menu-item-summary {
  display: block;
  padding-top: 0.4em;
  color: #666;
}

.vertical-tabs__pane > summary {
  display: none;
}

.vertical-tabs__panes {
  padding: 1em;
}

.dropbutton-wrapper {
  margin-right: 0.4em;
}

ul.contextual-links li a {
  border-bottom: none;
}

#block-pc-local-tasks {
  color: #FFF;
  text-align: right;
  padding: 10px;
  border-bottom: 1px solid #EEE;
  background: #FFF;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#block-pc-local-tasks ul {
  text-align: right;
}
#block-pc-local-tasks ul li {
  display: inline;
  margin-left: 0;
}
#block-pc-local-tasks ul li a {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #666666;
  padding: 0.4rem 0.6rem;
  text-decoration: none;
  min-width: 60px;
  text-align: center;
  color: #333;
}
#block-pc-local-tasks ul li a.is-active {
  border-color: rgb(19, 164, 221);
  color: rgb(19, 164, 221);
}
#block-pc-local-tasks ul li a:hover {
  border-color: rgb(40.8, 40.8, 40.8);
  color: #FFF;
  background: rgb(40.8, 40.8, 40.8);
}
/* Fix for js-pager__items pagination display */
ul.pager__items,
ul.js-pager__items {
  list-style-type: none !important;
  display: flex !important;
  justify-content: center;
  gap: 5px;
  margin-left: 0 !important;
  padding: 0;
}

ul.pager__items li,
ul.js-pager__items li {
  display: inline-block !important;
  margin-left: 0 !important;
}

ul.pager__items li a,
ul.pager__items li button,
ul.js-pager__items li a,
ul.js-pager__items li button {
  background: linear-gradient(#FFF, #e5e5e5);
  border-radius: 4px;
  padding: 0.4em 1em;
  color: #333333 !important;
  border: 1px solid #C0C0C0 !important;
  border-bottom: 1px solid #999 !important;
  text-decoration: none;
  display: inline-block;
  min-width: 30px;
  text-align: center;
}

ul.pager__items li a:hover,
ul.js-pager__items li a:hover {
  color: #000 !important;
  box-shadow: inset 0 0 10px rgba(100, 100, 100, 0.1);
  border: 1px solid #999 !important;
}

/* H2 styling for page title block - match H1 color */
#block-pc-page-title h2 {
  color: #980a36;
  font-weight: 600;
}

/* Center align slider buttons */
.slide__title {
  text-align: center;
}

/* Grid layout for blog feed page */
.blog-items {
  display: block;
}

@media screen and (min-width: 768px) {
  .blog-items {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(200px, 1fr) 1fr;
    gap: 0;
  }
}


/* Corrected Blog Grid - Keep each post intact */
@media screen and (min-width: 768px) {
  .blog-items {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
  
  /* Each blog post row stays together as a unit */
  .blog-items .views-row {
    display: block;
    border-right: none !important;
  }
  
  /* Pagination spans full width below the grid */
  .blog-items nav {
    grid-column: 1 / -1 !important;
    margin-top: 20px;
  }
}

/* Card styling for blog post rows */
.blog-items .views-row {
  border: 1px solid #DDDDDD !important;
  padding: 24px !important;
  border-radius: 12px;
  background: #FFFFFF;
}

/* Mobile spacing for blog items */
@media screen and (max-width: 767px) {
  .blog-items .views-row {
    margin-bottom: 20px !important;
  }
  
  .blog-items .views-row:last-of-type {
    margin-bottom: 0 !important;
  }
}

/* Add spacing below blog post body content */
.views-field-body .field-content {
  padding-bottom: 24px;
  padding-top: 24px;
}

/* Improve underline spacing for all H2 elements site-wide */
h2 a {
  text-underline-offset: 4px;
}


/* Improve underline spacing for views title field structure */
h2.views-field-title .field-content a {
  text-underline-offset: 4px;
}



/* Fix Bootstrap grid - force proper 3-column layout */
.row .col-md-6:nth-child(3) {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row .col-md-6:nth-child(1),
.row .col-md-6:nth-child(2) {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* Consistent spacing for all author containers */
.author-container {
  margin-top: 3em !important;
}

/* Consistent styling for author images */
.author-image img,
.author-info img {
  max-width: 100%;
  height: auto;
}

/* Responsive behavior - stack on mobile */
@media (max-width: 767px) {
  .row .col-md-6:nth-child(1),
  .row .col-md-6:nth-child(2),
  .row .col-md-6:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

/* Fix author section layout - stack images above text */
.author-container .author-image {
  margin-bottom: 15px;
}

.author-container .author-image drupal-media,
.author-container .author-info drupal-media {
  display: block !important;
  float: none !important;
  margin: 0 auto 15px auto !important;
  text-align: center;
}

.author-container .author-image img,
.author-container .author-info img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* Ensure text content starts below images */
.author-container .author-info {
  clear: both;
}

/* Fix staff section image and text alignment */
.author-image {
  text-align: center;
  margin-bottom: 20px;
}

.author-image drupal-media {
  display: block !important;
  float: none !important;
  margin: 0 auto !important;
}

.author-info {
  text-align: left;
  clear: both;
}

.author-info h3,
.author-info p {
  text-align: left;
}

/* Override any inherited alignment */
#chamberstaff .author-container {
  text-align: left;
}

#chamberstaff .author-image {
  text-align: center !important;
}

/* Override specific Drupal media alignment classes in staff section */
#chamberstaff article.media.align-left,
#chamberstaff figure.align-left,
#chamberstaff .align-left {
  float: none !important;
  margin-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  text-align: center !important;
}

#chamberstaff article.media.media--type-image.media--view-mode-caption-left.align-left {
  float: none !important;
  margin-right: 0 !important;
  margin-left: auto !important;
  display: block !important;
  text-align: center !important;
}
/* Cache reset - 1758748291 */
