.card.card-image .field--name-field-link, .card.page-card .field--name-field-link, .card .card-image .field--name-field-link, .event-display .field--name-field-link a, .favorite-branch-link, .favorite-branch {
  transition: all .25s;
  padding: .6em 1.2em;
  text-align: center;
  margin: .5em 0;
  display: inline-block;
  width: auto;
  color: #000;
  border-radius: 6px;
  box-shadow: 2px 2px 2px #949494;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #000;
  letter-spacing: .1em;
  background: #eaeaea;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.card.card-image .field--name-field-link:hover, .card.page-card .field--name-field-link:hover, .card .card-image .field--name-field-link:hover, .event-display .field--name-field-link a:hover, .favorite-branch-link:hover, .favorite-branch:hover {
  background: #fff;
  box-shadow: 2px 2px 5px #949494;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #1f1f1f;
  background-color: #949494;
  position: relative;
  width: 100%;
  left: 0 !important;
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

body.js-nav {
  transform: translate3d(250px, 0, 0) scale3d(1, 1, 1);
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #006099;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #006099;
}

a:active {
  color: #de1219;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
}

h1,
h2,
h3 {
  font-family: "Source Serif Pro", serif;
}

h1,
.paragraph--type--card-group .card-group-title {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ffc423;
  color: #1f1f1f;
}

small {
  font-size: 0.875rem;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 2px solid #949494;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.5rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

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

p,
pre {
  margin: 0.9375rem 0;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
.card.card-image .field--name-field-link,
.card.page-card .field--name-field-link,
.card .card-image .field--name-field-link,
.event-display .field--name-field-link a,
.favorite-branch-link,
.favorite-branch,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
.card.card-image .field--name-field-link,
.card.page-card .field--name-field-link,
.card .card-image .field--name-field-link,
.event-display .field--name-field-link a,
.favorite-branch-link,
.favorite-branch,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #1f1f1f;
}

.button::-moz-focus-inner,
.card.card-image .field--name-field-link::-moz-focus-inner,
.card.page-card .field--name-field-link::-moz-focus-inner,
.card .card-image .field--name-field-link::-moz-focus-inner,
.event-display .field--name-field-link a::-moz-focus-inner,
.favorite-branch-link::-moz-focus-inner,
.favorite-branch::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
.card.card-image .field--name-field-link:-moz-focusring,
.card.page-card .field--name-field-link:-moz-focusring,
.card .card-image .field--name-field-link:-moz-focusring,
.event-display .field--name-field-link a:-moz-focusring,
.favorite-branch-link:-moz-focusring,
.favorite-branch:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
.card.card-image .field--name-field-link:hover,
.card.page-card .field--name-field-link:hover,
.card .card-image .field--name-field-link:hover,
.event-display .field--name-field-link a:hover,
.favorite-branch-link:hover,
.favorite-branch:hover,
.card.card-image .field--name-field-link:focus,
.card.page-card .field--name-field-link:focus,
.card .card-image .field--name-field-link:focus,
.event-display .field--name-field-link a:focus,
.favorite-branch-link:focus,
.favorite-branch:focus,
.card.card-image .field--name-field-link:active,
.card.page-card .field--name-field-link:active,
.card .card-image .field--name-field-link:active,
.event-display .field--name-field-link a:active,
.favorite-branch-link:active,
.favorite-branch:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #1f1f1f;
}

[disabled].button, .card.card-image [disabled].field--name-field-link, .card.page-card [disabled].field--name-field-link, .card .card-image [disabled].field--name-field-link, .event-display .field--name-field-link a[disabled], [disabled].favorite-branch-link, [disabled].favorite-branch,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #404040;
}

[disabled].button:hover, .card.card-image [disabled].field--name-field-link:hover, .card.page-card [disabled].field--name-field-link:hover, .card .card-image [disabled].field--name-field-link:hover, .event-display .field--name-field-link a[disabled]:hover, [disabled].favorite-branch-link:hover, [disabled].favorite-branch:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus, .card.card-image [disabled].field--name-field-link:focus, .card.page-card [disabled].field--name-field-link:focus, .card .card-image [disabled].field--name-field-link:focus, .event-display .field--name-field-link a[disabled]:focus, [disabled].favorite-branch-link:focus, [disabled].favorite-branch:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active, .card.card-image [disabled].field--name-field-link:active, .card.page-card [disabled].field--name-field-link:active, .card .card-image [disabled].field--name-field-link:active, .event-display .field--name-field-link a[disabled]:active, [disabled].favorite-branch-link:active, [disabled].favorite-branch:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #404040;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid #949494;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.paragraph--type--card-group {
  margin-bottom: 1em;
}

.paragraph--type--card-group .cards-row {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
  min-height: 0;
}

.paragraph--type--card-group .card-group-title {
  margin-bottom: .4em;
  text-align: center;
  color: #fff;
}

.card-group {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
  min-height: 0;
}

.card {
  position: relative;
  flex: 1;
  padding: 0 10px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-grow: 0;
}

.card p {
  line-height: 1.4;
  font-size: 98%;
}

.card h2 {
  font-size: 1.3rem;
}

.card .margin-wrap {
  margin-bottom: 0;
  width: 99%;
  height: 100%;
  position: relative;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
}

.card.column-4 {
  width: 100%;
  flex-basis: auto;
}

.card.column-3 {
  width: 100%;
  flex-basis: auto;
}

@media (min-width: 960px) {
  .card.column-3 {
    width: 75%;
    flex-basis: auto;
  }
}

.card.column-2 {
  width: 100%;
  flex-basis: auto;
}

@media (min-width: 555px) {
  .card.column-2 {
    width: 50%;
    flex-basis: auto;
  }
}

.card.column-1 {
  width: 100%;
  flex-basis: auto;
}

@media (min-width: 555px) {
  .card.column-1 {
    width: 50%;
    flex-basis: auto;
  }
}

@media (min-width: 960px) {
  .card.column-1 {
    width: 25%;
    flex-basis: auto;
  }
}

@media (min-width: 555px) {
  .view-id-locations .card.column-1 {
    width: 50%;
    flex-basis: auto;
  }
}

@media (min-width: 960px) {
  .view-id-locations .card.column-1 {
    width: 33%;
    flex-basis: auto;
  }
}

@media (min-width: 1200px) {
  .view-id-locations .card.column-1 {
    width: 25%;
    flex-basis: auto;
  }
}

.card.column-4, .card.column-3, .card.column-2, .card.column-1 {
  margin: 0 0 1.5em;
}

.card.card-image h2, .card.page-card h2, .card .card-image h2 {
  margin: 0;
  line-height: 1.25;
}

.card.card-image .field--name-field-link, .card.page-card .field--name-field-link, .card .card-image .field--name-field-link {
  border: 1px solid #000;
  width: 100%;
  margin: 0 0 1.3em;
  padding: .6em 1.2em;
  font-size: .9em;
}

.card.card-image .field--name-field-link a, .card.page-card .field--name-field-link a, .card .card-image .field--name-field-link a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

.card.card-image .field--name-field-link:hover, .card.page-card .field--name-field-link:hover, .card .card-image .field--name-field-link:hover {
  background: #fff;
}

.layout-3col__full .card.card-image .inner,
.layout-3col__left-content .card.card-image .inner, .layout-3col__full .card.page-card .inner,
.layout-3col__left-content .card.page-card .inner, .layout-3col__full .card .card-image .inner,
.layout-3col__left-content .card .card-image .inner {
  margin-bottom: 5em;
}

.layout-3col__full .card.card-image .inner.nolink,
.layout-3col__left-content .card.card-image .inner.nolink, .layout-3col__full .card.page-card .inner.nolink,
.layout-3col__left-content .card.page-card .inner.nolink, .layout-3col__full .card .card-image .inner.nolink,
.layout-3col__left-content .card .card-image .inner.nolink {
  margin-bottom: 0;
}

.layout-3col__full .card.card-image.column-4 figure,
.layout-3col__full .card.card-image.column-4 .inner, .layout-3col__full .card.card-image.column-3 figure,
.layout-3col__full .card.card-image.column-3 .inner, .layout-3col__full .card.card-image.column-2 figure,
.layout-3col__full .card.card-image.column-2 .inner, .layout-3col__full .card.card-image.column-1 figure,
.layout-3col__full .card.card-image.column-1 .inner,
.layout-3col__left-content .card.card-image.column-4 figure,
.layout-3col__left-content .card.card-image.column-4 .inner,
.layout-3col__left-content .card.card-image.column-3 figure,
.layout-3col__left-content .card.card-image.column-3 .inner,
.layout-3col__left-content .card.card-image.column-2 figure,
.layout-3col__left-content .card.card-image.column-2 .inner,
.layout-3col__left-content .card.card-image.column-1 figure,
.layout-3col__left-content .card.card-image.column-1 .inner, .layout-3col__full .card.page-card.column-4 figure,
.layout-3col__full .card.page-card.column-4 .inner, .layout-3col__full .card.page-card.column-3 figure,
.layout-3col__full .card.page-card.column-3 .inner, .layout-3col__full .card.page-card.column-2 figure,
.layout-3col__full .card.page-card.column-2 .inner, .layout-3col__full .card.page-card.column-1 figure,
.layout-3col__full .card.page-card.column-1 .inner,
.layout-3col__left-content .card.page-card.column-4 figure,
.layout-3col__left-content .card.page-card.column-4 .inner,
.layout-3col__left-content .card.page-card.column-3 figure,
.layout-3col__left-content .card.page-card.column-3 .inner,
.layout-3col__left-content .card.page-card.column-2 figure,
.layout-3col__left-content .card.page-card.column-2 .inner,
.layout-3col__left-content .card.page-card.column-1 figure,
.layout-3col__left-content .card.page-card.column-1 .inner, .layout-3col__full .card .card-image.column-4 figure,
.layout-3col__full .card .card-image.column-4 .inner, .layout-3col__full .card .card-image.column-3 figure,
.layout-3col__full .card .card-image.column-3 .inner, .layout-3col__full .card .card-image.column-2 figure,
.layout-3col__full .card .card-image.column-2 .inner, .layout-3col__full .card .card-image.column-1 figure,
.layout-3col__full .card .card-image.column-1 .inner,
.layout-3col__left-content .card .card-image.column-4 figure,
.layout-3col__left-content .card .card-image.column-4 .inner,
.layout-3col__left-content .card .card-image.column-3 figure,
.layout-3col__left-content .card .card-image.column-3 .inner,
.layout-3col__left-content .card .card-image.column-2 figure,
.layout-3col__left-content .card .card-image.column-2 .inner,
.layout-3col__left-content .card .card-image.column-1 figure,
.layout-3col__left-content .card .card-image.column-1 .inner {
  width: 100%;
  float: none;
  padding: 1.1em;
}

.layout-3col__full .card.card-image.column-4 figure, .layout-3col__full .card.card-image.column-3 figure, .layout-3col__full .card.card-image.column-2 figure, .layout-3col__full .card.card-image.column-1 figure,
.layout-3col__left-content .card.card-image.column-4 figure,
.layout-3col__left-content .card.card-image.column-3 figure,
.layout-3col__left-content .card.card-image.column-2 figure,
.layout-3col__left-content .card.card-image.column-1 figure, .layout-3col__full .card.page-card.column-4 figure, .layout-3col__full .card.page-card.column-3 figure, .layout-3col__full .card.page-card.column-2 figure, .layout-3col__full .card.page-card.column-1 figure,
.layout-3col__left-content .card.page-card.column-4 figure,
.layout-3col__left-content .card.page-card.column-3 figure,
.layout-3col__left-content .card.page-card.column-2 figure,
.layout-3col__left-content .card.page-card.column-1 figure, .layout-3col__full .card .card-image.column-4 figure, .layout-3col__full .card .card-image.column-3 figure, .layout-3col__full .card .card-image.column-2 figure, .layout-3col__full .card .card-image.column-1 figure,
.layout-3col__left-content .card .card-image.column-4 figure,
.layout-3col__left-content .card .card-image.column-3 figure,
.layout-3col__left-content .card .card-image.column-2 figure,
.layout-3col__left-content .card .card-image.column-1 figure {
  margin: 0;
  padding-bottom: 50%;
  /* 4:3 */
  padding-top: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 6px 6px 0 0;
}

.layout-3col__full .card.card-image.column-4 .text, .layout-3col__full .card.card-image.column-3 .text, .layout-3col__full .card.card-image.column-2 .text, .layout-3col__full .card.card-image.column-1 .text,
.layout-3col__left-content .card.card-image.column-4 .text,
.layout-3col__left-content .card.card-image.column-3 .text,
.layout-3col__left-content .card.card-image.column-2 .text,
.layout-3col__left-content .card.card-image.column-1 .text, .layout-3col__full .card.page-card.column-4 .text, .layout-3col__full .card.page-card.column-3 .text, .layout-3col__full .card.page-card.column-2 .text, .layout-3col__full .card.page-card.column-1 .text,
.layout-3col__left-content .card.page-card.column-4 .text,
.layout-3col__left-content .card.page-card.column-3 .text,
.layout-3col__left-content .card.page-card.column-2 .text,
.layout-3col__left-content .card.page-card.column-1 .text, .layout-3col__full .card .card-image.column-4 .text, .layout-3col__full .card .card-image.column-3 .text, .layout-3col__full .card .card-image.column-2 .text, .layout-3col__full .card .card-image.column-1 .text,
.layout-3col__left-content .card .card-image.column-4 .text,
.layout-3col__left-content .card .card-image.column-3 .text,
.layout-3col__left-content .card .card-image.column-2 .text,
.layout-3col__left-content .card .card-image.column-1 .text {
  width: 50%;
  padding: 0 .5em 0 0;
}

@media (min-width: 666px) {
  .layout-3col__full .card.card-image.column-4.has-image figure,
  .layout-3col__left-content .card.card-image.column-4.has-image figure, .layout-3col__full .card.page-card.column-4.has-image figure,
  .layout-3col__left-content .card.page-card.column-4.has-image figure, .layout-3col__full .card .card-image.column-4.has-image figure,
  .layout-3col__left-content .card .card-image.column-4.has-image figure {
    width: 50%;
    float: right;
    position: absolute;
    margin: 0;
    margin-left: 50%;
    padding-bottom: 0;
    /* 4:3 */
    padding-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0 6px 6px 0;
    height: 100%;
  }
  .layout-3col__full .card.card-image.column-4.has-image .inner,
  .layout-3col__left-content .card.card-image.column-4.has-image .inner, .layout-3col__full .card.page-card.column-4.has-image .inner,
  .layout-3col__left-content .card.page-card.column-4.has-image .inner, .layout-3col__full .card .card-image.column-4.has-image .inner,
  .layout-3col__left-content .card .card-image.column-4.has-image .inner {
    width: 50%;
  }
  .layout-3col__full .card.card-image.column-4.has-image .text,
  .layout-3col__left-content .card.card-image.column-4.has-image .text, .layout-3col__full .card.page-card.column-4.has-image .text,
  .layout-3col__left-content .card.page-card.column-4.has-image .text, .layout-3col__full .card .card-image.column-4.has-image .text,
  .layout-3col__left-content .card .card-image.column-4.has-image .text {
    width: 50%;
    padding: 0 .5em 0 0;
  }
}

.layout-3col__full .card.card-image.column-1 figure,
.layout-3col__left-content .card.card-image.column-1 figure, .layout-3col__full .card.page-card.column-1 figure,
.layout-3col__left-content .card.page-card.column-1 figure, .layout-3col__full .card .card-image.column-1 figure,
.layout-3col__left-content .card .card-image.column-1 figure {
  padding-bottom: 50%;
}

@media (min-width: 960px) {
  .layout-3col__full .card.card-image.column-1 figure,
  .layout-3col__left-content .card.card-image.column-1 figure, .layout-3col__full .card.page-card.column-1 figure,
  .layout-3col__left-content .card.page-card.column-1 figure, .layout-3col__full .card .card-image.column-1 figure,
  .layout-3col__left-content .card .card-image.column-1 figure {
    padding-bottom: 86.5%;
  }
}

@media (min-width: 666px) {
  .layout-3col__full .card.card-image.column-3 figure, .layout-3col__full .card.page-card.column-3 figure, .layout-3col__full .card .card-image.column-3 figure {
    width: 50%;
    float: right;
    margin: 0;
    padding-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0 6px 6px 0;
    height: 100%;
  }
  .layout-3col__full .card.card-image.column-3 .inner, .layout-3col__full .card.page-card.column-3 .inner, .layout-3col__full .card .card-image.column-3 .inner {
    width: 50%;
    position: absolute;
  }
  .layout-3col__full .card.card-image.column-3 .text, .layout-3col__full .card.page-card.column-3 .text, .layout-3col__full .card .card-image.column-3 .text {
    width: 50%;
    padding: 0 .5em 0 0;
  }
}

@media (min-width: 960px) {
  .layout-3col__full .card.card-image.column-3 figure, .layout-3col__full .card.page-card.column-3 figure, .layout-3col__full .card .card-image.column-3 figure {
    position: absolute;
    margin-left: 50%;
  }
}

.layout-3col__left-content .card.card-image.column-4, .layout-3col__left-content .card.page-card.column-4, .layout-3col__left-content .card .card-image.column-4 {
  width: 100%;
  flex-basis: auto;
}

.layout-3col__left-content .card.card-image.column-3, .layout-3col__left-content .card.page-card.column-3, .layout-3col__left-content .card .card-image.column-3 {
  width: 100%;
  flex-basis: auto;
}

@media (min-width: 555px) {
  .layout-3col__left-content .card.card-image.column-3, .layout-3col__left-content .card.page-card.column-3, .layout-3col__left-content .card .card-image.column-3 {
    width: 75%;
    flex-basis: auto;
  }
}

.layout-3col__left-content .card.card-image.column-2, .layout-3col__left-content .card.page-card.column-2, .layout-3col__left-content .card .card-image.column-2 {
  width: 100%;
  flex-basis: auto;
}

@media (min-width: 555px) {
  .layout-3col__left-content .card.card-image.column-2, .layout-3col__left-content .card.page-card.column-2, .layout-3col__left-content .card .card-image.column-2 {
    width: 50%;
    flex-basis: auto;
  }
}

.layout-3col__left-content .card.card-image.column-1, .layout-3col__left-content .card.page-card.column-1, .layout-3col__left-content .card .card-image.column-1 {
  width: 100%;
  flex-basis: auto;
}

@media (min-width: 555px) {
  .layout-3col__left-content .card.card-image.column-1, .layout-3col__left-content .card.page-card.column-1, .layout-3col__left-content .card .card-image.column-1 {
    width: 50%;
    flex-basis: auto;
  }
}

@media (min-width: 960px) {
  .layout-3col__left-content .card.card-image.column-1, .layout-3col__left-content .card.page-card.column-1, .layout-3col__left-content .card .card-image.column-1 {
    width: 25%;
    flex-basis: auto;
  }
}

.layout-3col__left-content .card.card-image.column-3 figure,
.layout-3col__left-content .card.card-image.column-3 .inner, .layout-3col__left-content .card.page-card.column-3 figure,
.layout-3col__left-content .card.page-card.column-3 .inner, .layout-3col__left-content .card .card-image.column-3 figure,
.layout-3col__left-content .card .card-image.column-3 .inner {
  width: 100%;
  float: none;
}

.layout-3col__left-content .card.card-image.column-3 figure, .layout-3col__left-content .card.page-card.column-3 figure, .layout-3col__left-content .card .card-image.column-3 figure {
  margin: 0;
  padding-bottom: 50%;
  /* 4:3 */
  padding-top: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 6px 6px 0 0;
}

.layout-3col__left-content .card.card-image.column-3 .text, .layout-3col__left-content .card.page-card.column-3 .text, .layout-3col__left-content .card .card-image.column-3 .text {
  width: 50%;
  padding: 0 .5em 0 0;
}

.card.card-image.bg-image figure,
.card.card-image.bg-image .inner, .card.page-card.bg-image figure,
.card.page-card.bg-image .inner, .card .card-image.bg-image figure,
.card .card-image.bg-image .inner {
  float: none !important;
  border-radius: 6px !important;
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0 !important;
}

.card.card-image.bg-image .inner, .card.page-card.bg-image .inner, .card .card-image.bg-image .inner {
  padding: 0 !important;
}

.card.card-image.bg-image figure, .card.page-card.bg-image figure, .card .card-image.bg-image figure {
  padding-bottom: 70% !important;
}

@media (min-width: 555px) {
  .card.card-image.bg-image.column-4 figure,
  .card.card-image.bg-image.column-4 .inner, .card.page-card.bg-image.column-4 figure,
  .card.page-card.bg-image.column-4 .inner, .card .card-image.bg-image.column-4 figure,
  .card .card-image.bg-image.column-4 .inner {
    padding-bottom: 35% !important;
  }
}

.card.card-image.bg-image.overlay figure, .card.page-card.bg-image.overlay figure, .card .card-image.bg-image.overlay figure {
  padding-bottom: 2% !important;
}

.card.card-image.bg-image.overlay .inner, .card.page-card.bg-image.overlay .inner, .card .card-image.bg-image.overlay .inner {
  padding: 1em !important;
}

.card.card-image.bg-image a, .card.page-card.bg-image a, .card .card-image.bg-image a {
  color: #000;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  text-decoration: none;
}

.card.card-image.bg-image.overlay-white .overlay,
.card.card-image.bg-image.overlay-white figure, .card.page-card.bg-image.overlay-white .overlay,
.card.page-card.bg-image.overlay-white figure, .card .card-image.bg-image.overlay-white .overlay,
.card .card-image.bg-image.overlay-white figure {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  position: absolute;
}

.card.card-image.bg-image.overlay-white .overlay, .card.page-card.bg-image.overlay-white .overlay, .card .card-image.bg-image.overlay-white .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card.card-image.bg-image.overlay-white .inner, .card.page-card.bg-image.overlay-white .inner, .card .card-image.bg-image.overlay-white .inner {
  position: relative;
  top: 0;
}

.card.card-image.bg-image.overlay-blue, .card.page-card.bg-image.overlay-blue, .card .card-image.bg-image.overlay-blue {
  color: #fff;
}

.card.card-image.bg-image.overlay-blue .overlay, .card.page-card.bg-image.overlay-blue .overlay, .card .card-image.bg-image.overlay-blue .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006099;
  opacity: .8;
  border-radius: 6px;
}

.card.card-image.bg-image.overlay-blue .inner, .card.page-card.bg-image.overlay-blue .inner, .card .card-image.bg-image.overlay-blue .inner {
  position: relative;
  top: -100%;
}

.card.card-image.bg-image.overlay-blue a, .card.page-card.bg-image.overlay-blue a, .card .card-image.bg-image.overlay-blue a {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}

.card .block-sharethis {
  position: absolute;
  bottom: -.5em;
  left: 1em;
  height: 50px;
}

.card .block-sharethis p {
  margin: 0;
}

.card .block-sharethis .icon--social-share {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 28px;
  background-repeat: no-repeat;
  background-position: 3px;
  background-size: 28px;
}

.card .block-sharethis .sharethis-wrapper {
  background: #fff;
  padding: 0 .5em;
  border-radius: 3px;
  display: none;
  float: right;
}

.card .link-wrap {
  position: absolute;
  bottom: 2em;
  left: 1.1em;
}

.branch-wrap .card .inner {
  height: 100%;
}

.branch-wrap .card .branch-info figure {
  width: 100%;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  border-radius: 6px 6px 0 0;
}

.branch-wrap .card .branch-info h2 {
  margin: 0;
  font-size: 2.2em;
}

@media (min-width: 1024px) {
  .branch-wrap .card .field--name-field-address {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}

.branch-wrap .card .field--name-field-address iframe {
  border-radius: 6px 0 0 6px;
}

@media (min-width: 1024px) {
  .branch-wrap .card .hours {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 0 0 0 1.2em;
  }
}

.mylibrary .branch-wrap .card .hours {
  position: relative;
}

@media (min-width: 1024px) {
  .mylibrary .branch-wrap .card .hours {
    right: -50%;
  }
}

.mylibrary .branch-wrap .card .hours h2 {
  margin: 0;
}

.branch-wrap .card .hours h3 {
  margin: 1em 0 .5em;
}

.branch-wrap .card .hours .holiday {
  margin: 1em 0 0;
}

.branch-wrap .card .hours .holiday p:first-child {
  margin-top: 0;
}

.card.paragraph--type--card-embed-content .inner {
  width: 100%;
}

.card.paragraph--type--card-embed-content .view-embed {
  width: 100%;
  height: 100%;
}

.card.paragraph--type--card-embed-content .view-embed .views-element-container {
  width: 100%;
  height: 100%;
  font-size: 98%;
}

.card.paragraph--type--card-embed-content .view-embed .viewsreference--view-title {
  font-family: "Source Serif Pro", serif;
  font-size: 1.5rem;
  margin: 0 0 .5em;
  line-height: 2.25rem;
  font-weight: 400;
}

.card.paragraph--type--card-embed-content .view-embed .views-row {
  width: 100%;
  height: 100%;
  margin: 0 0 1.5em;
}

.card.paragraph--type--card-embed-content .view-embed a {
  color: #000;
  font-weight: bold;
}

.card .view-did-you-know {
  width: 100%;
  height: 100%;
  min-height: 230px;
}

.card .view-did-you-know .view-content {
  width: 100%;
  height: 100%;
}

.card .view-did-you-know figure {
  background-image: url("/themes/custom/mcpl_zen/images/did-you-know.png");
  background-size: cover;
  border-radius: 6px;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 92%;
  background-position: center;
}

.card .view-did-you-know .overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  border-radius: 6px;
}

.card .view-did-you-know a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 300 !important;
  position: relative;
  z-index: 500;
}

.card .view-did-you-know .button {
  position: relative;
  bottom: 0;
}

@media (min-width: 1024px) {
  .branch-map-hours .inner {
    position: absolute !important;
    width: 100% !important;
    font-size: .9em;
  }
}

@media (min-width: 1070px) {
  .branch-map-hours .inner {
    position: absolute !important;
    width: 100% !important;
    font-size: 1em;
  }
}

.view-user-interests .view-content,
.view-events-solr .view-content,
.view-blog-solr .view-content,
.view-search-title .view-content,
.view-search.view-display-id-page_1 .view-content,
.view-blogs.view-display-id-page_1 .view-content,
.view-research-database.view-display-id-page_1 .view-content,
.view-service .view-content,
.view-search-content .view-content,
.view-search-title .view-content,
.event-series .view-content {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
  min-height: 0;
}

.not-slider {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}

.locations-results-wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
  min-height: 0;
}

.locations-results-wrapper img {
  border-radius: 6px 6px 0 0;
  width: 100%;
}

.is-path-locations .view-display-id-locations_list,
.is-path-locations .view-display-id-page_1 {
  margin: 1.5em 0 0;
}

.is-path-locations .view-display-id-locations_list .view-content a,
.is-path-locations .view-display-id-page_1 .view-content a {
  width: 100%;
  height: 100%;
}

.is-path-locations .view-display-id-locations_list .view-content .field--name-field-address,
.is-path-locations .view-display-id-page_1 .view-content .field--name-field-address {
  margin: 1em 0;
}

.is-path-locations .view-display-id-locations_list .view-content .field--type-office-hours,
.is-path-locations .view-display-id-page_1 .view-content .field--type-office-hours {
  font-size: .9em;
}

.event-card,
.blog-card,
.db-card,
.service-card,
.page-card,
.featured-card {
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

.event-card p,
.blog-card p,
.db-card p,
.service-card p,
.page-card p,
.featured-card p {
  line-height: 1.4;
  font-size: 98%;
}

.event-card h2,
.blog-card h2,
.db-card h2,
.service-card h2,
.page-card h2,
.featured-card h2 {
  font-size: 1.3rem;
  margin: 0 0 .5em;
  line-height: 1.85rem;
}

.event-card time,
.blog-card time,
.db-card time,
.service-card time,
.page-card time,
.featured-card time {
  display: block;
}

.event-card .button,
.blog-card .button,
.db-card .button,
.service-card .button,
.page-card .button,
.featured-card .button {
  font-size: .9em;
  border: 1px solid #000;
}

.event-card .inner,
.blog-card .inner,
.db-card .inner,
.service-card .inner,
.page-card .inner,
.featured-card .inner {
  padding: 1.1em !important;
}

.card-image.bg-image figure {
  border-radius: 6px 6px 6px 6px !important;
  padding-bottom: 70% !important;
}

.db-card,
.page-card {
  padding: 0 0 6em;
}

.db-card .button,
.page-card .button {
  margin: 2em 0;
  position: absolute;
  left: 1.1em;
  bottom: 2em;
}

.db-card h2 a,
.page-card h2 a {
  text-decoration: underline;
  color: #000;
  margin: 0 0 .5em;
}

.db-card .niche,
.page-card .niche {
  display: block;
}

.blog-card img,
.db-card img,
.service-card img,
.page-card img,
.card-image img {
  border-radius: 6px 6px 0 0;
}

.branch-card article {
  height: 100%;
  padding-bottom: 4em;
}

.branch-card .button {
  position: absolute;
  bottom: .5em;
  left: 1.5em;
}

.branch-card .inner p {
  display: none;
}

.branch-card .inner p:first-of-type {
  display: block;
}

.event-card .inner {
  padding-bottom: 4em !important;
}

.event-card a.details {
  text-decoration: none;
}

.event-card .date,
.event-card .time,
.event-card .location,
.event-card .virtual-event,
.event-card .square-one-icon,
.event-card .story-center-icon,
.is-page-node-type-event .date,
.is-page-node-type-event .time,
.is-page-node-type-event .location,
.is-page-node-type-event .virtual-event,
.is-page-node-type-event .square-one-icon,
.is-page-node-type-event .story-center-icon {
  background-size: 18px;
  background-position: left;
  background-repeat: no-repeat;
  padding: 0 0 0 1.5em;
  margin: 0 0 .5em;
}

.event-card .details,
.is-page-node-type-event .details {
  margin-right: 2em;
}

.event-card .date,
.is-page-node-type-event .date {
  background-image: url("/themes/custom/mcpl_zen/images/calendar.svg");
}

.event-card .time,
.is-page-node-type-event .time {
  background-image: url("/themes/custom/mcpl_zen/images/clock.png");
}

.event-card .location,
.is-page-node-type-event .location {
  background-image: url("/themes/custom/mcpl_zen/images/pin.svg");
}

.event-card .virtual-event,
.is-page-node-type-event .virtual-event {
  background-image: url("/themes/custom/mcpl_zen/images/connection.svg");
}

.event-card .square-one-icon,
.is-page-node-type-event .square-one-icon {
  background-image: url("/themes/custom/mcpl_zen/images/squareone-icon.svg");
}

.event-card .story-center-icon,
.is-page-node-type-event .story-center-icon {
  background-image: url("/themes/custom/mcpl_zen/images/storycenter-icon.svg");
}

.event-card .event-status,
.is-page-node-type-event .event-status {
  font-weight: 500;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  top: -1em;
  right: 1.5em;
  padding: .25em .5em;
}

.event-card .event-status.canceled,
.is-page-node-type-event .event-status.canceled {
  background: #de1219;
}

.event-card .event-status.full,
.is-page-node-type-event .event-status.full {
  background: #f68224;
  color: #1f1f1f;
}

.event-card .event-status.virtual,
.is-page-node-type-event .event-status.virtual {
  background: #8dc63f;
  color: #1f1f1f;
  background-image: url("/themes/custom/mcpl_zen/images/connection.svg");
  padding-left: 2em;
  background-size: 18px;
  background-position: .5em;
  background-repeat: no-repeat;
}

.event-card .event-status.registration,
.is-page-node-type-event .event-status.registration {
  color: #404040;
}

.event-card.virtual {
  background-color: #d9ecbf;
  border-radius: 6px;
  border: 1px solid #8dc63f;
}

.slick-slide .event-card .event-status,
.is-page-node-type-event .event-status,
.view-search-title .event-card .event-status {
  position: relative;
  top: 0;
  right: 0;
  margin: 0.5em 0;
}

.biblio-list a {
  text-decoration: none;
  color: #000;
}

.biblio-list a.see-all {
  text-transform: uppercase;
  text-align: right;
  font-weight: 600;
  letter-spacing: .01em;
  display: block;
  margin: -2.5em 0 .5em;
  font-size: .9em;
}

.view-all-card .thumbnail {
  height: 75%;
  width: 75%;
  border: 1px solid #949494;
}

.view-all-card .thumbnail h3 {
  text-align: center;
  height: 100%;
  width: 100% !important;
  padding: 4em 0 0 0;
}

.list-view .event-card .date,
.list-view .event-card .time,
.list-view .event-card .location,
.list-view .event-card .virtual-event,
.list-view .event-card .event-status,
.list-view .event-card .details,
.list-view .event-card .square-one-icon,
.list-view .event-card .story-center-icon,
.list-view .is-page-node-type-event .date,
.list-view .is-page-node-type-event .time,
.list-view .is-page-node-type-event .location,
.list-view .is-page-node-type-event .virtual-event,
.list-view .is-page-node-type-event .event-status,
.list-view .is-page-node-type-event .details,
.list-view .is-page-node-type-event .square-one-icon,
.list-view .is-page-node-type-event .story-center-icon {
  display: inline-block;
  margin-right: 2em;
  white-space: nowrap;
}

.list-view .event-card .inner,
.list-view .is-page-node-type-event .inner {
  padding-bottom: 1.5em !important;
}

.event-series-list .date {
  display: inline;
}

.event-series-list .box {
  box-shadow: 0 0 0 0 !important;
}

.box .box {
  box-shadow: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}

.event-display .field--name-field-link a {
  padding: .6em !important;
}

.database-atoz {
  padding: 1rem;
}

.database-atoz h3, .database-atoz br {
  margin-bottom: .25rem;
}

.database-atoz p {
  margin-top: 0;
}

.database-atoz .index-letter {
  font-size: 2.5rem;
}

.database-atoz .return {
  text-align: right;
  width: 100%;
  display: block;
}

.database-atoz .database-menu {
  font-size: 1.25rem !important;
}

.database-atoz .database-menu a {
  padding-right: .5rem !important;
}

.list-view .block-sharethis {
  display: none;
}

.list-toggle {
  margin-bottom: .5em;
}

.list-toggle span {
  display: inline;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  cursor: pointer;
  margin: 0 1.25em .25em 0;
}

.list-toggle span.active {
  border-bottom: 2px solid #000;
}

.contrast-dark .list-toggle {
  color: #fff;
}

.contrast-dark .list-toggle span.active {
  border-bottom: 2px solid #fff;
}

.event-series .views-row:not(.card) {
  width: 100%;
}

.is-page-node-type-event .field--label-inline,
.is-page-node-type-event .event-status {
  clear: both;
}

.is-page-node-type-event .simple-gmap-link {
  display: inline;
}

.yellow .box {
  background-color: #ffc423;
}

.yellow .box a, .yellow .box a:visited, .yellow .box a:hover, .yellow .box a:focus {
  color: #1f1f1f;
  font-weight: 500;
}

.green .box {
  background-color: #8dc63f;
}

.green .box a, .green .box a:visited, .green .box a:hover, .green .box a:focus {
  color: #1f1f1f;
  font-weight: 500;
}

.blog-card,
.service-card {
  padding: 0 0 6em;
}

.blog-card h2 > a,
.service-card h2 > a {
  color: #000;
  margin: 0 0 .5em;
}

.blog-card .button,
.service-card .button {
  position: absolute;
  left: 1.1em;
  bottom: 3em;
}

.service-status, .field--name-field-status {
  font-weight: 500;
  border-radius: 6px;
  display: inline-block;
  top: -1em;
  right: 1.5em;
  padding: .25em .5em;
  background: #f68224;
  color: #2e2e2e;
}

.featured-card .link-wrap {
  margin: 0 0 .8em;
}

.link-info {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.favorite-branch-link {
  border: 1px solid #000;
  margin: 0 0 1.3em;
  padding: .6em;
  font-size: .9em;
}

.favorite-branch-link a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

.favorite-branch-link:hover {
  background: #fff;
}

.favorite-branch {
  border: 1px solid #000;
  margin: 0 0 1.3em;
  padding: .6em;
  font-size: .9em;
}

.view-research-databases.view-display-id-attachment_2 {
  padding: 0 1.5em;
}

.view-research-databases.view-display-id-attachment_2 .view-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.location a, a.branch-card {
  text-decoration: none;
  color: #000;
}

.paragraph--type--featured-card .box .field--name-field-featured-embed-view {
  height: 100%;
}

.paragraph--type--featured-card .box .field--name-field-featured-embed-view .views-element-container {
  height: 100%;
}

.paragraph--type--featured-card .box .field--name-field-featured-embed-view .views-element-container .view-featured-card-view {
  height: 100%;
}

/*# sourceMappingURL=card.css.map */
