@charset "UTF-8";
/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

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

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 00-base/mixins/library/vendors/material-design-icons/_material-icons.scss */
.search-form.block {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media (min-width: 38em) {
    .search-form.block {
      padding: 0 0.8em; } }
  @media (min-width: 56em) {
    .search-form.block {
      -ms-flex: 1;
          flex: 1; } }
  .path-frontpage .search-form.block {
    -ms-flex-order: 1;
        order: 1; }
    @media (min-width: 48em) {
      .path-frontpage .search-form.block {
        -ms-flex: 1;
            flex: 1; } }
    @media (min-width: 56em) {
      .path-frontpage .search-form.block {
        -ms-flex: 0 0 56%;
            flex: 0 0 56%; } }
  .search-form.block label {
    position: absolute;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent; }
  .search-form.block form .form--inline {
    display: -ms-flexbox;
    display: flex;
    padding: 0.8em 1.5625em;
    border: 1px solid #577679; }
    .search-form.block form .form--inline .form-item-search {
      -ms-flex: 1;
          flex: 1; }
    .search-form.block form .form--inline .form-actions {
      text-align: right;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px; }
    .search-form.block form .form--inline input.form-text {
      outline: none;
      border: none;
      width: 100%; }
    .search-form.block form .form--inline button[type="submit"] {
      background: transparent;
      border: none;
      outline: none;
      padding: 0; }
      .search-form.block form .form--inline button[type="submit"] .button-label {
        font: 0/0 serif;
        text-shadow: none;
        color: transparent; }
  .search-form.block .form-item {
    margin: 0;
    padding: 0; }
  .search-form.block .form-actions {
    margin: 0;
    padding: 0; }

.messages {
  border-width: 1px;
  border-style: solid;
  padding: 0.8em 2.44141em;
  margin: 2.44141em 0;
  position: relative; }
  .messages.status {
    background-color: #f8fff0;
    border-color: #be7;
    color: #234600; }
  .messages.warning {
    background-color: #fffce5;
    border-color: #ed5;
    color: #840; }
  .messages.error {
    background-color: #fef5f1;
    border-color: #ed541d;
    color: #8c2e0b; }

.user-login-form {
  padding: 0.64em 0 1.5625em 0; }
  .user-login-form .form-item label {
    display: block;
    overflow: hidden; }
  .user-login-form input {
    margin-bottom: 0.4096em;
    max-width: 100%; }
  .user-login-form .form-actions {
    margin-bottom: 0; }
  .user-login-form .form-submit {
    border: 1px solid transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 1em;
    overflow: hidden;
    padding: 0.512em 1em;
    text-decoration: none;
    border-radius: 2px;
    transition: background-color .3s ease-out, border-color .3s ease-out;
    margin-right: 1em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    transition: all 0.4s ease-in-out;
    background-color: #3d6e99;
    color: #fff;
    display: block;
    position: relative;
    font-size: 0.8em;
    text-align: center;
    text-transform: uppercase;
    padding: 1em;
    border-radius: 3px;
    margin-bottom: 0; }
    @media (min-width: 38em) {
      .user-login-form .form-submit {
        padding: 0.8em 2.44141em; } }
    @media (min-width: 62em) {
      .user-login-form .form-submit {
        padding: 0.64em 3.05176em; } }
    .user-login-form .form-submit:hover {
      text-decoration: none; }
    .user-login-form .form-submit:hover {
      text-decoration: none;
      background-color: #5088b9;
      transform: translateY(-2px); }

.webform-submission-form {
  padding: 1.5625em; }
  @media (min-width: 38em) {
    .webform-submission-form {
      padding: 2.44141em; } }
  @media (min-width: 62em) {
    .webform-submission-form {
      max-width: 70%; } }
  .webform-submission-form label:not(.option) {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .webform-submission-form .form-text, .webform-submission-form .form-email {
    width: 100%; }
  .webform-submission-form #edit-email--description {
    display: inline-block; }
  .webform-submission-form .form-item-subscribe {
    line-height: 1.25em; }
  .webform-submission-form .description {
    margin: 0;
    padding: 0;
    margin-top: 1em; }
  .webform-submission-form .form-actions {
    margin-bottom: 0; }
  .webform-submission-form .form-submit {
    border: 1px solid transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 1em;
    overflow: hidden;
    padding: 0.512em 1em;
    text-decoration: none;
    border-radius: 2px;
    transition: background-color .3s ease-out, border-color .3s ease-out;
    margin-right: 1em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    transition: all 0.4s ease-in-out;
    background-color: #3d6e99;
    color: #fff;
    display: block;
    position: relative;
    font-size: 0.8em;
    text-align: center;
    text-transform: uppercase;
    padding: 1em;
    border-radius: 3px; }
    @media (min-width: 38em) {
      .webform-submission-form .form-submit {
        padding: 0.8em 2.44141em; } }
    @media (min-width: 62em) {
      .webform-submission-form .form-submit {
        padding: 0.64em 3.05176em; } }
    .webform-submission-form .form-submit:hover {
      text-decoration: none; }
    .webform-submission-form .form-submit:hover {
      text-decoration: none;
      background-color: #5088b9;
      transform: translateY(-2px); }

.toolbar .toolbar-menu li {
  margin-bottom: 0; }

.layout-container {
  position: relative;
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 1.5625em; }
  .layout-container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 38em) and (max-width: 55.9375em) {
    .layout-container {
      padding: 0 2.44141em; } }
  @media (min-width: 56em) {
    .layout-container {
      padding: 0 0.8em; } }
  @media (min-width: 62em) {
    .layout-container {
      padding: 0 2.44141em; } }

#header {
  background-color: white; }
  @media (max-width: 37.9375em) {
    .path-frontpage #header .region--masthead-secondary {
      margin-left: -1.5625em;
      margin-right: -1.5625em; } }
  @media (min-width: 38em) and (max-width: 55.9375em) {
    .path-frontpage #header .region--masthead-secondary {
      margin-left: -2.44141em;
      margin-right: -2.44141em; } }
  @media (min-width: 56em) and (max-width: 61.9375em) {
    .path-frontpage #header .region--masthead-secondary {
      margin-left: -0.8em;
      margin-right: -0.8em; } }
  @media (min-width: 62em) and (max-width: 83.125em) {
    .path-frontpage #header .region--masthead-secondary {
      margin-left: -2.44141em;
      margin-right: -2.44141em; } }

.region--masthead-actions {
  background-color: #fafbfb; }
  .region--masthead-actions .region-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    @media (min-width: 48em) {
      .region--masthead-actions .region-inner {
        -ms-flex-pack: end;
            justify-content: flex-end;
        margin-left: -0.8em;
        margin-right: -0.8em; } }

.region--masthead-primary {
  width: 100%;
  padding: 1em 0 0; }
  .region--masthead-primary .region-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (min-width: 38em) {
      .region--masthead-primary .region-inner {
        -ms-flex-align: stretch;
            align-items: stretch; } }

.region--masthead-secondary {
  background-color: #00529b; }

.region--content-prefix {
  position: relative;
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 1.5625em; }
  .region--content-prefix:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 38em) and (max-width: 55.9375em) {
    .region--content-prefix {
      padding: 0 6.38298%; } }
  @media (min-width: 56em) {
    .region--content-prefix {
      padding: 0 0.8em; } }
  @media (min-width: 62em) {
    .region--content-prefix {
      padding: 0 2.44141em; } }

.section-content > .layout-container {
  margin-bottom: 2.44141em;
  margin-top: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 56em) {
    .section-content > .layout-container {
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap; } }

#main.column {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media (min-width: 56em) {
    #main.column {
      -ms-flex: 1;
          flex: 1; } }
  .path-frontpage #main.column {
    background-color: #fff; }
  .path-frontpage #main.column > .layout-content {
    padding-top: 1.5625em;
    padding-bottom: 1.5625em; }

@media (min-width: 56em) {
  body:not(.path-frontpage) .layout-sidebar-second {
    margin-top: calc(48px + 0.85em); } }

@media (min-width: 56em) {
  body:not(.path-frontpage).user-logged-in .layout-sidebar-second {
    margin-top: calc(48px + 40px + 3.3em); } }

.layout-sidebar-second {
  margin-top: 1.95312em;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media (min-width: 56em) {
    .layout-sidebar-second {
      -ms-flex: 0 0 18.18989em;
          flex: 0 0 18.18989em;
      margin-top: 0;
      padding-left: 1.5625em; } }
  @media (min-width: 62em) {
    .layout-sidebar-second {
      -ms-flex: 0 0 22.73737em;
          flex: 0 0 22.73737em; } }
  .layout-sidebar-second .block:not(.block-views-blocksidebar-second-block-cta):not(.block-views-blockevents-block-event-call-to-action):not(.menu--account):not(.block-clear-search-facets-link) {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 1.95312em 2.44141em;
    margin-bottom: 1.5625em; }
    @media (min-width: 56em) and (max-width: 81.6875em) {
      .layout-sidebar-second .block:not(.block-views-blocksidebar-second-block-cta):not(.block-views-blockevents-block-event-call-to-action):not(.menu--account):not(.block-clear-search-facets-link) {
        padding: 1.95312em 1.5625em; } }
    .layout-sidebar-second .block:not(.block-views-blocksidebar-second-block-cta):not(.block-views-blockevents-block-event-call-to-action):not(.menu--account):not(.block-clear-search-facets-link) h2 {
      background-color: #00529b;
      color: white;
      text-transform: uppercase;
      font-size: 1.25em;
      font-weight: 500;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      margin-top: -1.5625em;
      margin-bottom: 1.5625em;
      margin-left: -1.95312em;
      margin-right: -1.95312em;
      padding: 0.8em 1.95312em; }
      @media (min-width: 56em) and (max-width: 81.6875em) {
        .layout-sidebar-second .block:not(.block-views-blocksidebar-second-block-cta):not(.block-views-blockevents-block-event-call-to-action):not(.menu--account):not(.block-clear-search-facets-link) h2 {
          margin-top: -1.5625em;
          margin-left: -1.25em;
          margin-right: -1.25em;
          padding: 0.8em 1.25em; } }

@media (min-width: 56em) {
  .path-about-us:not(.path-node) .layout-sidebar-second {
    margin-top: 61px !important; } }

@media (min-width: 56em) {
  .path-search .layout-sidebar-second {
    margin-top: 73px !important; } }

.region--footer-first {
  padding-top: 1.5625em;
  padding-bottom: 1.5625em;
  background-color: #3d6e99;
  color: white; }
  @media (min-width: 38em) {
    .region--footer-first {
      padding-top: 2.44141em;
      padding-bottom: 2.44141em; } }
  .region--footer-first .first-footer-content {
    margin-left: -1em;
    margin-right: -1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    .region--footer-first .first-footer-content .block-simple-blockfooter-logo {
      margin-bottom: 0;
      -ms-flex: 1 0 25%;
      flex: 0 0 10%; }
    .region--footer-first .first-footer-content .menu--footer-menu {
      margin-left: 0.8em; }
    @media (min-width: 62em) {
      .region--footer-first .first-footer-content .block-simple-blockfooter-address {
        padding: 0;
        min-width: auto; } }
    @media (min-width: 72.9375em) {
      .region--footer-first .first-footer-content .block-simple-blockfooter-address {
        padding: 0 1em; } }
  .region--footer-first div#block-mailchimpblock {
    width: 100%;
    padding: 0 50px; }
    @media (min-width: 62em) {
      .region--footer-first div#block-mailchimpblock {
        width: 300px;
        padding: 0; } }
    @media (min-width: 72.9375em) {
      .region--footer-first div#block-mailchimpblock {
        width: 400px; } }
    @media (min-width: 62em) {
      .region--footer-first div#block-mailchimpblock #mc_embed_signup input.email {
        width: 60%; } }

.region--footer-second {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #fafbfb; }
  .region--footer-second .second-footer-content {
    margin-left: -0.64em;
    margin-right: -0.64em; }
    @media (min-width: 81.75em) {
      .region--footer-second .second-footer-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }

.card, .webform-submission-form {
  border: 1px solid #dde4e4;
  border-radius: 2px;
  margin-bottom: 2.44141em;
  line-height: 1.5625em;
  overflow: hidden; }
  @media (min-width: 56em) {
    .no-sidebars .card, .no-sidebars .webform-submission-form {
      margin-left: auto;
      margin-right: auto;
      max-width: 85%; } }
  @media (min-width: 62em) {
    .no-sidebars .card, .no-sidebars .webform-submission-form {
      max-width: 75%; } }
  @media (min-width: 81.75em) {
    .no-sidebars .card, .no-sidebars .webform-submission-form {
      max-width: 65%; } }

.card__inner {
  position: relative; }

.card__title {
  padding: 0.8em 1.5625em;
  padding-bottom: 0; }
  @media (min-width: 38em) {
    .card__title {
      padding: 0.8em 1.25em;
      padding-bottom: 0; } }

.card__title-text {
  margin-bottom: 0; }

.card__supporting-text {
  padding: 0.8em 1.5625em; }
  .card__supporting-text:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 38em) {
    .card__supporting-text {
      padding: 0.8em 1.25em; } }
  .card__supporting-text p:last-child {
    margin-bottom: 0; }

@media (min-width: 29em) {
  .card__supporting-text-image {
    max-width: 37.03704%;
    margin-top: 1em;
    margin-bottom: 1em;
    table-layout: fixed; } }

.card__actions {
  padding: 0.64em; }

.card__button {
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  padding: 0.16777em 0.8em;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 0.8em;
  vertical-align: bottom; }

.card--default {
  background-color: white;
  color: #616262; }
  .card--default .card__supporting-text {
    border-bottom: 1px solid #f2f4f5; }
  @media (min-width: 29em) {
    .card--default .card__supporting-text-image--left {
      float: left;
      margin-right: 1.95312em; }
    .card--default .card__supporting-text-image--right {
      float: right;
      margin-left: 1.95312em; }
    .card--default .card__supporting-text-image--center {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  .card--default .card__button {
    color: #D32F2F; }
    .card--default .card__button:hover, .card--default .card__button:focus {
      background-color: #f2f4f5;
      color: #17191A; }

.card--accordion .card__actions {
  border-bottom: 1px solid #577679;
  padding: 0; }
  .card--accordion .card__actions:last-child {
    border-bottom: none; }

.card--accordion .card__toggle {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  border: none;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0.64em;
  transition: background-color 0.3s ease-out; }
  .card--accordion .card__toggle:hover {
    background-color: #f2f4f5; }
  .card--accordion .card__toggle:before {
    transition: transform 0.3s ease-out;
    color: rgba(0, 0, 0, 0.54);
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: bottom;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga'; }
  .card--accordion .card__toggle .material-icons {
    display: none !important;
    position: absolute; }
  .card--accordion .card__toggle--inactive {
    background-color: white; }
    .card--accordion .card__toggle--inactive:before {
      content: "expand_more"; }
  .card--accordion .card__toggle--active {
    background-color: #00529b;
    color: white; }
    .card--accordion .card__toggle--active:before {
      content: "expand_less";
      color: white; }
    .card--accordion .card__toggle--active:hover {
      background-color: black; }

/* 25-patterns/_patterns.buttons.scss */
.btn {
  border: 1px solid transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1em;
  overflow: hidden;
  padding: 0.512em 1em;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color .3s ease-out, border-color .3s ease-out;
  margin-right: 1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none; }
  @media (min-width: 38em) {
    .btn {
      padding: 0.8em 2.44141em; } }
  @media (min-width: 62em) {
    .btn {
      padding: 0.64em 3.05176em; } }
  .btn:hover {
    text-decoration: none; }

.btn-primary {
  transition: all 0.4s ease-in-out;
  background-color: #3d6e99;
  color: #fff;
  display: block;
  position: relative;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  padding: 1em;
  border-radius: 3px; }
  .btn-primary:hover {
    text-decoration: none;
    background-color: #5088b9;
    transform: translateY(-2px); }

.btn-secondary {
  border: 1px solid #b1bb1c;
  color: #17191A; }
  .btn-secondary:hover {
    background-color: #b1bb1c; }
  .btn-secondary:focus {
    background-color: #17191A;
    border-color: #17191A;
    color: white; }

.btn-flat {
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  padding: 0.16777em 0.8em;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 0.8em;
  vertical-align: bottom; }

.ckeditor-accordion-container > dl {
  border: none; }
  .ckeditor-accordion-container > dl dt {
    margin-bottom: 0.8em; }
    .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle::after {
      background-color: #17191A; }
    .ckeditor-accordion-container > dl dt:hover > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt:hover > .ckeditor-accordion-toggle::after, .ckeditor-accordion-container > dl dt.active > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt.active > .ckeditor-accordion-toggle::after {
      background-color: white; }
    .ckeditor-accordion-container > dl dt a {
      background-color: #bfd4e6;
      color: #17191A;
      border-radius: 3px;
      border-bottom: none;
      text-decoration: none;
      transition: background-color 0.3s ease-out, color 0.3s ease-out; }
      .ckeditor-accordion-container > dl dt a:hover {
        background-color: #3d6e99;
        text-decoration: none;
        color: white; }
    .ckeditor-accordion-container > dl dt.active > a {
      background-color: #3d6e99;
      color: white; }
  .ckeditor-accordion-container > dl dd {
    padding: 1em;
    margin-bottom: 0.8em;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1); }

/* 25-patterns/_patterns.content-styles.scss */
.headline-type {
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 700; }
  .headline-type b, .headline-type strong {
    font-weight: 400; }

.small-type {
  margin-bottom: 1.5625em;
  color: #17191A;
  font-size: 0.8em;
  font-weight: 700; }

.highlight-type {
  font-weight: 700; }

.align-left,
.align-right,
.align-center {
  max-width: 37.03704%;
  margin-top: 1em;
  margin-bottom: 1em;
  table-layout: fixed; }

.align-left {
  float: left;
  margin-right: 1.95312em; }

.align-right {
  float: right;
  margin-left: 1.95312em; }

.align-center {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.highlight-box {
  position: relative;
  color: white;
  line-height: 1.5625em;
  border-radius: 3px;
  margin: 1.95312em 1em;
  padding: 1.25em;
  background-color: #00529b;
  z-index: 1; }
  .highlight-box a {
    color: white; }
  @media (min-width: 38em) {
    .highlight-box {
      margin: 1.95312em 3.05176em;
      padding: 1.5625em; } }

.highlight-title {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  border-radius: 3px 3px 3px 3px;
  margin: 1em 0; }
  @media (min-width: 38em) {
    .highlight-title {
      float: right;
      width: 40%;
      max-width: 350px;
      min-width: 250px;
      margin: 0.64em 0 0.64em 1em; } }
  .highlight-title h3 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    background-color: #D73E00;
    color: #fff;
    display: block;
    width: 100%;
    padding: 1em 1.95312em;
    border-radius: 3px 3px 0 0; }
  .highlight-title .content-area {
    padding: 1.25em 1.95312em; }

/* 20-patterns/elements/_elements.scss */
* {
  min-height: 0;
  min-width: 0; }

html {
  font-size: 87.5%;
  font-weight: 300;
  color: #17191A;
  overflow-y: scroll;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 38em) {
    html {
      font-size: 100%; } }

body {
  background-color: #fafbfb;
  overflow: hidden; }

html, button, input, select, textarea {
  font-family: "Heebo", Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
pre,
table,
fieldset,
form details,
blockquote,
object,
iframe,
pre,
address,
code,
dl,
dt,
dd,
embed,
audio,
video {
  font-size: 1em;
  line-height: 1.5625em;
  margin: 0 0 1em 0; }

strong, b {
  font-weight: 700; }

em {
  font-style: italic; }

p {
  font-weight: 300; }

a {
  color: #00529b;
  transition: color 0.3s ease-out;
  font-weight: 500;
  text-decoration: none; }
  a:hover {
    color: #80a9cd; }

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }
  h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
    font-weight: 400; }

h1 {
  font-size: 1.95312em;
  margin-bottom: 0.32768em;
  line-height: 1.25em;
  font-weight: 800; }
  @media (min-width: 38em) {
    h1 {
      font-size: 2.44141em; } }
  h1 a {
    color: black; }

h2 {
  margin-bottom: 0.512em;
  line-height: 1.25em;
  font-weight: 400;
  font-size: 1.5625em;
  color: #393e40; }
  @media (min-width: 38em) {
    h2 {
      font-size: 1.95312em; } }
  h2 a {
    color: #17191A; }

.accented {
  position: relative;
  padding-left: 30px; }
  .accented::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #b1bb1c; }

h3 {
  font-size: 1em;
  margin-bottom: 0.512em;
  line-height: 1.25em; }
  @media (min-width: 38em) {
    h3 {
      font-size: 1.25em; } }

h4 {
  font-size: 1em;
  margin-bottom: 0.512em;
  line-height: 1.25em; }
  @media (min-width: 38em) {
    h4 {
      font-size: 1.25em; } }

h5 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0; }

h6 {
  margin-bottom: 0;
  font-weight: 700; }
  h6.no-js {
    display: block; }

sup, sub {
  text-transform: uppercase;
  font-weight: 700; }
  @media (min-width: 38em) {
    sup, sub {
      font-size: 0.64em; } }

blockquote {
  margin: 1.95312em; }
  @media (min-width: 38em) {
    blockquote {
      margin: 1.95312em 3.05176em; } }
  blockquote p {
    font-weight: 400;
    border-top: 2px solid #b1bb1c;
    border-bottom: 2px solid #b1bb1c;
    padding: 1.5625em 0;
    letter-spacing: 0.13422em; }
    blockquote p:last-child {
      margin-bottom: 0; }

figure {
  margin: 0;
  padding: 0;
  margin-bottom: 1em; }
  figure img {
    width: 100%; }
  figure figcaption {
    margin-top: 0.64em; }
    @media (min-width: 38em) {
      figure figcaption {
        font-size: 0.8em; } }

label {
  margin-bottom: 0.64em;
  font-weight: 700; }

input,
textarea {
  margin: 0; }

textarea {
  vertical-align: top; }

.table-container {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  overflow: auto;
  margin-bottom: 1.5625em; }

table {
  width: 100%;
  border: 3px solid #fff;
  margin-bottom: 0; }
  table p, table ul {
    margin: 0;
    padding: 0; }
  table tbody {
    border: none; }
  table th, table td {
    padding: 0.8em 0.512em;
    border: none;
    vertical-align: top;
    font-size: 0.8em; }
    @media (min-width: 48em) {
      table th, table td {
        font-size: 1em;
        line-height: 1.25em; } }
  table td.is-active {
    background-color: rgba(30, 134, 73, 0.1); }
  table tr.odd {
    background-color: white; }
  table tr:nth-child(odd) {
    background-color: white; }
    table tr:nth-child(odd) td:not(:last-child) {
      border-right: 1px solid #f2f4f5; }
  table tr.even {
    background-color: #f2f4f5; }
  table tr:nth-child(even) {
    background-color: #f2f4f5; }
    table tr:nth-child(even) td:not(:last-child) {
      border-right: 1px solid #fff; }
  table tr i {
    color: #b1bb1c; }
  table th,
  table thead th {
    text-align: left;
    line-height: 1.5625em;
    background: #00529b;
    color: white;
    font-weight: 500; }
    table th:not(:last-child),
    table thead th:not(:last-child) {
      border-right: 1px solid #fff; }
  table thead th.is-active {
    background-color: #004a8c; }
  table thead th a {
    color: #fff; }
    table thead th a .tablesort {
      color: #fff;
      background-image: none;
      padding-left: 0.4096em; }
      table thead th a .tablesort::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900; }
      table thead th a .tablesort.tablesort--asc::before {
        content: '\f0d7'; }
      table thead th a .tablesort.tablesort--desc::before {
        content: '\f0d8'; }
  table caption {
    caption-side: bottom;
    margin-top: 0.64em; }

ul li, ol li {
  margin: 0 0 0.512em 0; }

ul {
  padding-left: 1em; }
  ul li {
    list-style: disc; }

ol {
  padding-left: 1.25em; }
  ol li {
    list-style: decimal; }

img {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-out; }

a img {
  transform: rotate(0);
  -webkit-backface-visibility: hidden; }

a img:hover {
  opacity: .75; }

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

select {
  border: 0;
  -webkit-clip-path: rect(0, 0, 0, 0);
          clip-path: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.inline-image-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px; }

.inline-image-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px; }

.node__content .field__label,
.node__content .views-label,
.view-sidebar-second .field__label,
.view-sidebar-second .views-label {
  color: #17191A;
  padding-bottom: 1em; }

.path-node .field--name-field-banner {
  margin-bottom: 1.5625em; }

.path-node .image-container {
  margin-bottom: 1.5625em; }
  .path-node .image-container .field--name-field-banner {
    margin-bottom: 0; }

.path-node .field--name-field-link a {
  border: 1px solid transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1em;
  overflow: hidden;
  padding: 0.512em 1em;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color .3s ease-out, border-color .3s ease-out;
  margin-right: 1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  transition: all 0.4s ease-in-out;
  background-color: #3d6e99;
  color: #fff;
  display: block;
  position: relative;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  padding: 1em;
  border-radius: 3px;
  display: inline-block; }
  @media (min-width: 38em) {
    .path-node .field--name-field-link a {
      padding: 0.8em 2.44141em; } }
  @media (min-width: 62em) {
    .path-node .field--name-field-link a {
      padding: 0.64em 3.05176em; } }
  .path-node .field--name-field-link a:hover {
    text-decoration: none; }
  .path-node .field--name-field-link a:hover {
    text-decoration: none;
    background-color: #5088b9;
    transform: translateY(-2px); }

.page-title {
  text-transform: uppercase; }

body.node--type-page .page-title, body.node--type-unit .page-title {
  display: block; }

body.node--type-page.path-frontpage.node--type-page .page-title, body.node--type-unit.path-frontpage.node--type-page .page-title {
  visibility: hidden;
  height: 0;
  margin-bottom: 0; }

body.node--type-page #block-de-theme-page-title .page-title, body.node--type-unit #block-de-theme-page-title .page-title {
  display: none; }

.icon-text-hidden {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
.dk-selected {
  line-height: 40px;
  vertical-align: middle; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  padding-left: 1em;
  padding-right: 1em;
  border: 0;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    outline: none; }

.dk-select {
  display: block;
  width: 100%; }

.dk-selected {
  padding-right: 2.1em; }

.form-type-textfield label,
.form-type-textarea label,
.form-type-email label,
.form-type-password label {
  display: block; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.4096em; }

.region:not(.region--masthead-primary) .views-exposed-form {
  width: 100%; }
  .region:not(.region--masthead-primary) .views-exposed-form .form--inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .region:not(.region--masthead-primary) .views-exposed-form .js-form-item,
  .region:not(.region--masthead-primary) .views-exposed-form .form-actions {
    -ms-flex: 100%;
        flex: 100%;
    width: 100%;
    margin-right: 0; }
    @media (min-width: 29em) {
      .region:not(.region--masthead-primary) .views-exposed-form .js-form-item,
      .region:not(.region--masthead-primary) .views-exposed-form .form-actions {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        min-width: 150px; }
        .region:not(.region--masthead-primary) .views-exposed-form .js-form-item:nth-child(odd),
        .region:not(.region--masthead-primary) .views-exposed-form .form-actions:nth-child(odd) {
          padding-right: 1.5625em; }
        .region:not(.region--masthead-primary) .views-exposed-form .js-form-item:nth-child(even),
        .region:not(.region--masthead-primary) .views-exposed-form .form-actions:nth-child(even) {
          padding-left: 1.5625em; } }
    @media (min-width: 73em) {
      .region:not(.region--masthead-primary) .views-exposed-form .js-form-item,
      .region:not(.region--masthead-primary) .views-exposed-form .form-actions {
        -ms-flex: 1;
            flex: 1;
        width: auto;
        max-width: 300px; }
        .region:not(.region--masthead-primary) .views-exposed-form .js-form-item:nth-child(odd),
        .region:not(.region--masthead-primary) .views-exposed-form .form-actions:nth-child(odd) {
          padding-right: 2.44141em; }
        .region:not(.region--masthead-primary) .views-exposed-form .js-form-item:nth-child(even),
        .region:not(.region--masthead-primary) .views-exposed-form .form-actions:nth-child(even) {
          padding-left: 0;
          padding-right: 2.44141em; }
        .region:not(.region--masthead-primary) .views-exposed-form .js-form-item:last-child,
        .region:not(.region--masthead-primary) .views-exposed-form .form-actions:last-child {
          padding-right: 0; } }
    .region:not(.region--masthead-primary) .views-exposed-form .js-form-item label,
    .region:not(.region--masthead-primary) .views-exposed-form .form-actions label {
      display: block;
      margin-bottom: 0.64em; }
  .region:not(.region--masthead-primary) .views-exposed-form .js-form-type-textfield input,
  .region:not(.region--masthead-primary) .views-exposed-form .js-form-type-entity-autocomplete input {
    display: block;
    width: 100%;
    height: 40px; }
    .region:not(.region--masthead-primary) .views-exposed-form .js-form-type-textfield input.form-autocomplete,
    .region:not(.region--masthead-primary) .views-exposed-form .js-form-type-entity-autocomplete input.form-autocomplete {
      background-position: right 8px center;
      padding-right: 33px; }
  .region:not(.region--masthead-primary) .views-exposed-form .js-form-type-entity-autocomplete {
    position: relative; }
    .region:not(.region--masthead-primary) .views-exposed-form .js-form-type-entity-autocomplete input + .description {
      font-size: 0.8em;
      margin-top: 0.4096em; }
  .region:not(.region--masthead-primary) .views-exposed-form .form-actions {
    -ms-flex-item-align: end;
        align-self: flex-end; }
    @media (min-width: 73em) {
      .region:not(.region--masthead-primary) .views-exposed-form .form-actions {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        min-width: 0; } }

input[type="submit"] {
  border: 1px solid transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1em;
  overflow: hidden;
  padding: 0.512em 1em;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color .3s ease-out, border-color .3s ease-out;
  margin-right: 1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  transition: all 0.4s ease-in-out;
  background-color: #3d6e99;
  color: #fff;
  display: block;
  position: relative;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  padding: 1em;
  border-radius: 3px;
  display: inline-block;
  height: 40px;
  min-width: 100px; }
  @media (min-width: 38em) {
    input[type="submit"] {
      padding: 0.8em 2.44141em; } }
  @media (min-width: 62em) {
    input[type="submit"] {
      padding: 0.64em 3.05176em; } }
  input[type="submit"]:hover {
    text-decoration: none; }
  input[type="submit"]:hover {
    text-decoration: none;
    background-color: #5088b9;
    transform: translateY(-2px); }

.ui-autocomplete {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 0;
  transform: translateY(-7px); }
  .ui-autocomplete li {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background-image: none !important;
    background-color: transparent !important; }
    .ui-autocomplete li:not(:last-child) {
      border-bottom: 1px solid #f2f4f5 !important; }
    .ui-autocomplete li a {
      transition: all 0.3s ease;
      display: block;
      padding: 0.26214em 0.64em;
      font-size: 0.8em; }
      .ui-autocomplete li a:hover {
        color: rgba(0, 82, 155, 0.75);
        background-color: rgba(0, 82, 155, 0.05); }

.paragraph {
  margin-bottom: 2.44141em; }
  .paragraph.paragraph--type--text p:last-child, .paragraph.paragraph--type--quote p:last-child {
    margin-bottom: 0; }
  .paragraph.paragraph--type--text {
    margin-bottom: 1em; }
  .paragraph.paragraph--type--gallery {
    position: relative;
    display: block; }
    .paragraph.paragraph--type--gallery .slick-slider {
      padding-left: 35px;
      padding-right: 35px; }
    .paragraph.paragraph--type--gallery .slick__arrow {
      position: static;
      height: 100%; }
    .paragraph.paragraph--type--gallery .slick-arrow {
      transition: all 0.3s;
      width: 30px;
      height: 100%;
      top: 0;
      margin: 0;
      transform: none;
      background-color: #fff;
      border-radius: 0;
      border: 1px solid #cecfd0; }
      .paragraph.paragraph--type--gallery .slick-arrow::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #393e40; }
      .paragraph.paragraph--type--gallery .slick-arrow:hover, .paragraph.paragraph--type--gallery .slick-arrow:focus {
        border-color: #577679; }
      .paragraph.paragraph--type--gallery .slick-arrow.slick-prev {
        left: 0; }
        .paragraph.paragraph--type--gallery .slick-arrow.slick-prev::before {
          content: '\f053'; }
      .paragraph.paragraph--type--gallery .slick-arrow.slick-next {
        right: 0; }
        .paragraph.paragraph--type--gallery .slick-arrow.slick-next::before {
          content: '\f054'; }

/* 20-patterns/_patterns.responsive-tables.scss */
.table-responsive {
  overflow-y: hidden;
  cursor: ew-resize; }

.table-controls {
  text-align: right;
  border-bottom: 1px solid #f2f4f5;
  padding-bottom: 0.26214em; }
  .table-controls .instruction {
    color: #577679;
    text-transform: uppercase;
    font-size: 0.8em;
    margin-right: 0.8em; }
  .table-controls .material-icons {
    vertical-align: middle;
    font-size: 18px;
    margin-right: 0.13422em; }

button.tabledrag-toggle-weight {
  font-size: 0.8em; }

.styleguide-header {
  clear: both;
  margin-top: 3.05176em;
  margin-bottom: 1em;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #17191A;
  border-bottom: 1px solid #577679; }
  .styleguide-header:nth-child(1) {
    margin-top: 0; }

.video-embed-field-responsive-video,
.field--type-video-embed-field {
  margin-bottom: 1em; }

.menu--account .menu {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0; }

.menu--account li {
  -ms-flex: 1;
      flex: 1;
  list-style: none; }
  .menu--account li a {
    transition: all 0.4s ease-in-out;
    background-color: #3d6e99;
    color: #fff;
    display: block;
    position: relative;
    font-size: 0.8em;
    text-align: center;
    text-transform: uppercase;
    padding: 1em;
    border-radius: 3px; }
    .menu--account li a:hover {
      text-decoration: none;
      background-color: #5088b9;
      transform: translateY(-2px); }
  .menu--account li:first-child:not(:only-child) {
    padding-right: 0.4096em; }
  .menu--account li:nth-child(2) {
    padding-left: 0.4096em; }

.block-clear-search-facets-link a.clear-filters {
  border: 1px solid transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1em;
  overflow: hidden;
  padding: 0.512em 1em;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color .3s ease-out, border-color .3s ease-out;
  margin-right: 1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  transition: all 0.4s ease-in-out;
  background-color: #3d6e99;
  color: #fff;
  display: block;
  position: relative;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  padding: 1em;
  border-radius: 3px;
  margin-right: 0;
  margin-bottom: 1.25em;
  display: inline-block; }
  @media (min-width: 38em) {
    .block-clear-search-facets-link a.clear-filters {
      padding: 0.8em 2.44141em; } }
  @media (min-width: 62em) {
    .block-clear-search-facets-link a.clear-filters {
      padding: 0.64em 3.05176em; } }
  .block-clear-search-facets-link a.clear-filters:hover {
    text-decoration: none; }
  .block-clear-search-facets-link a.clear-filters:hover {
    text-decoration: none;
    background-color: #5088b9;
    transform: translateY(-2px); }

#block-emergencywaittimes {
  margin-bottom: .5em; }
  #block-emergencywaittimes > .field--name-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    #block-emergencywaittimes > .field--name-body:after {
      display: none; }
    #block-emergencywaittimes > .field--name-body > a {
      display: -ms-flexbox;
      display: flex;
      border-top-left-radius: .4em;
      border-top-right-radius: .4em;
      margin-top: 0;
      -ms-flex: 0 0 49.5%;
          flex: 0 0 49.5%; }
      #block-emergencywaittimes > .field--name-body > a i {
        color: white;
        font-size: 2.5em;
        display: inline-block;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin: 10px; }
      #block-emergencywaittimes > .field--name-body > a p {
        display: inline-block;
        color: #17191A;
        font-size: 12px;
        -ms-flex: 1;
            flex: 1;
        margin: 0;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex; }
        @media (min-width: 29em) {
          #block-emergencywaittimes > .field--name-body > a p {
            font-size: 16px;
            margin-left: .75em; } }
        @media (min-width: 56em) {
          #block-emergencywaittimes > .field--name-body > a p {
            font-size: 18px; } }
        @media (min-width: 48em) {
          #block-emergencywaittimes > .field--name-body > a p {
            font-size: 22px; } }
      #block-emergencywaittimes > .field--name-body > a:nth-of-type(1) {
        background-color: #b1bb1c; }
      #block-emergencywaittimes > .field--name-body > a:nth-of-type(2) {
        background-color: #61b4e4; }

.block-facets .facet-item {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  padding-left: 1.95312em; }
  .block-facets .facet-item:not(:last-child) {
    margin-bottom: 1em; }
  .block-facets .facet-item input {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    margin-right: 0.4096em;
    width: 20px;
    height: 20px; }
    .block-facets .facet-item input:checked ~ label::after {
      background-color: #c1c949; }
    .block-facets .facet-item input:not(:checked):hover ~ label::after,
    .block-facets .facet-item input:not(:checked):focus ~ label::after {
      background-color: #cecfd0; }
    .block-facets .facet-item input:checked:hover ~ label::after,
    .block-facets .facet-item input:checked:focus ~ label::after {
      background-color: #9fa819; }
  .block-facets .facet-item label {
    font-weight: 400;
    cursor: pointer; }
    .block-facets .facet-item label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      margin-right: 0.64em;
      border: 2px solid #00529b;
      border-radius: 100%; }
    .block-facets .facet-item label::after {
      transition: all 0.3s ease-out;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      margin: 0 4px;
      border-radius: 100%;
      background-color: #fff; }

.block-simple-blockfooter-affiliation {
  -ms-flex: 100%;
      flex: 100%;
  padding: 0 1em; }
  @media (min-width: 29em) {
    .block-simple-blockfooter-affiliation {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }
  @media (min-width: 38em) {
    .block-simple-blockfooter-affiliation {
      text-align: center;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }
  .block-simple-blockfooter-affiliation p:first-of-type {
    margin-bottom: 0.32768em; }
  .block-simple-blockfooter-affiliation img {
    max-width: 165px; }
    @media (min-width: 48em) {
      .block-simple-blockfooter-affiliation img {
        max-width: 200px; } }

.block-footer-social-media {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  padding: 0.8em 1em; }
  .block-footer-social-media .field--name-body ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #779ab8;
    padding-top: 1.5625em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .block-footer-social-media .field--name-body ul li {
      list-style-image: none;
      list-style-type: none;
      list-style: none;
      margin-left: 0; }
    @media (min-width: 38em) {
      .block-footer-social-media .field--name-body ul {
        border: none;
        padding-top: 0; } }
    .block-footer-social-media .field--name-body ul li {
      padding-right: 1.25em;
      margin-bottom: 0;
      display: inline-block; }
      .block-footer-social-media .field--name-body ul li a {
        color: white;
        transition: color .3s ease-out; }
        .block-footer-social-media .field--name-body ul li a:hover {
          color: #61b4e4; }
      .block-footer-social-media .field--name-body ul li .fa,
      .block-footer-social-media .field--name-body ul li .fas,
      .block-footer-social-media .field--name-body ul li .fab {
        font-size: 1.25em; }
      .block-footer-social-media .field--name-body ul li:last-child {
        padding-right: 0; }

.block-simple-blockfooter-logo {
  width: 240px;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.55em;
  padding-right: 1.25em; }
  .block-simple-blockfooter-logo p {
    margin-bottom: 0;
    max-width: 200px; }
  .block-simple-blockfooter-logo ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    font-size: 1em;
    padding-right: 1.25em; }
    .block-simple-blockfooter-logo ul li {
      margin-top: 20px;
      margin-right: 20px; }

#block-header-social-media-and-donate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  -ms-flex-order: 1;
      order: 1;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 0.512em; }
  @media (min-width: 56em) {
    #block-header-social-media-and-donate {
      -ms-flex: 1;
          flex: 1;
      margin-bottom: 0.512em;
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  @media (min-width: 48em) {
    #block-header-social-media-and-donate {
      -ms-flex: none;
          flex: none;
      -ms-flex-order: 2;
          order: 2;
      padding: 0 0.8em;
      margin-bottom: 0; } }
  #block-header-social-media-and-donate .field--name-body {
    display: -ms-flexbox;
    display: flex; }
  #block-header-social-media-and-donate .field--name-body ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    #block-header-social-media-and-donate .field--name-body ul li {
      list-style-image: none;
      list-style-type: none;
      list-style: none;
      margin-left: 0; }
    #block-header-social-media-and-donate .field--name-body ul li {
      margin: 0;
      padding: 0;
      display: inline-block;
      margin-right: 1.25em; }
      #block-header-social-media-and-donate .field--name-body ul li .fa,
      #block-header-social-media-and-donate .field--name-body ul li .fas,
      #block-header-social-media-and-donate .field--name-body ul li .fab {
        font-size: 1.25em; }
      #block-header-social-media-and-donate .field--name-body ul li .fa-facebook-f {
        color: #4460a0; }
      #block-header-social-media-and-donate .field--name-body ul li .fa-twitter {
        color: #00aaec; }
      #block-header-social-media-and-donate .field--name-body ul li .fa-youtube {
        color: #ce1312; }
      #block-header-social-media-and-donate .field--name-body ul li .fa-instagram {
        color: transparent;
        background: -webkit-linear-gradient(#9640b5, #f92b88, #feb54f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #f92b88; }
      #block-header-social-media-and-donate .field--name-body ul li .fa-linkedin-in {
        color: #007ebb; }
  #block-header-social-media-and-donate p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0;
    background-color: #b1bb1c;
    border-bottom: 2px solid #b1bb1c;
    transition: background-color .3s ease-out; }
    @media (min-width: 48em) {
      #block-header-social-media-and-donate p {
        border-radius: 2px;
        border-bottom-color: transparent; } }
    #block-header-social-media-and-donate p:hover {
      background-color: #17191A; }
      #block-header-social-media-and-donate p:hover a {
        color: white; }
    #block-header-social-media-and-donate p a {
      border: 1px solid transparent;
      border: none;
      cursor: pointer;
      display: inline-block;
      position: relative;
      font-size: 1em;
      overflow: hidden;
      padding: 0.512em 1em;
      text-decoration: none;
      border-radius: 2px;
      transition: background-color .3s ease-out, border-color .3s ease-out;
      margin-right: 1em;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      outline: none;
      color: #17191A;
      text-transform: uppercase;
      font-size: 0.8em;
      padding: 0.512em 1.95312em !important;
      margin: 0;
      display: block; }
      @media (min-width: 38em) {
        #block-header-social-media-and-donate p a {
          padding: 0.8em 2.44141em; } }
      @media (min-width: 62em) {
        #block-header-social-media-and-donate p a {
          padding: 0.64em 3.05176em; } }
      #block-header-social-media-and-donate p a:hover {
        text-decoration: none; }

.block-views-blocksidebar-second-block-location-and-contact-info .views-field {
  padding-top: 0.32768em;
  padding-bottom: 0.32768em; }

.block-views-blocksidebar-second-block-location-and-contact-info .views-field-description__value p:last-child {
  margin-bottom: 0; }

.block-views-blocksidebar-second-block-other-resources .views-row,
#block-views-block-sidebar-second-block-other-resources .views-row {
  background-color: transparent;
  padding-top: 0.512em;
  padding-bottom: 0.512em; }
  .block-views-blocksidebar-second-block-other-resources .views-row:not(:last-child),
  #block-views-block-sidebar-second-block-other-resources .views-row:not(:last-child) {
    border-bottom: 2px solid #f2f4f5; }

.sidebar.layout-sidebar-second #block-views-block-sidebar-second-block-other-resources,
.sidebar.layout-sidebar-second .block-views-blocksidebar-second-block-other-resources {
  background-color: transparent;
  box-shadow: none;
  padding: 0; }
  .sidebar.layout-sidebar-second #block-views-block-sidebar-second-block-other-resources .views-row,
  .sidebar.layout-sidebar-second .block-views-blocksidebar-second-block-other-resources .views-row {
    border: 0;
    position: relative; }
    .sidebar.layout-sidebar-second #block-views-block-sidebar-second-block-other-resources .views-row:before,
    .sidebar.layout-sidebar-second .block-views-blocksidebar-second-block-other-resources .views-row:before {
      font-family: 'Font Awesome 5 Free';
      content: '\f15b';
      color: #00529b;
      display: block;
      position: absolute;
      left: 0;
      font-size: 20px;
      font-weight: 900;
      line-height: 21px;
      vertical-align: middle; }
      @media (min-width: 38em) {
        .sidebar.layout-sidebar-second #block-views-block-sidebar-second-block-other-resources .views-row:before,
        .sidebar.layout-sidebar-second .block-views-blocksidebar-second-block-other-resources .views-row:before {
          line-height: 23px; } }
    .sidebar.layout-sidebar-second #block-views-block-sidebar-second-block-other-resources .views-row.external-link:before,
    .sidebar.layout-sidebar-second .block-views-blocksidebar-second-block-other-resources .views-row.external-link:before {
      font-family: 'Font Awesome 5 Free';
      content: '\f360';
      color: #00529b;
      display: block;
      position: absolute;
      left: 0;
      font-size: 20px;
      font-weight: 900;
      line-height: 21px;
      vertical-align: middle; }
      @media (min-width: 38em) {
        .sidebar.layout-sidebar-second #block-views-block-sidebar-second-block-other-resources .views-row.external-link:before,
        .sidebar.layout-sidebar-second .block-views-blocksidebar-second-block-other-resources .views-row.external-link:before {
          line-height: 23px; } }
    .sidebar.layout-sidebar-second #block-views-block-sidebar-second-block-other-resources .views-row .field-content,
    .sidebar.layout-sidebar-second .block-views-blocksidebar-second-block-other-resources .views-row .field-content {
      border-bottom: 2px solid #cecfd0;
      margin-left: 1.95312em;
      padding-bottom: 0.512em; }
  .sidebar.layout-sidebar-second #block-views-block-sidebar-second-block-other-resources > h2,
  .sidebar.layout-sidebar-second .block-views-blocksidebar-second-block-other-resources > h2 {
    background-color: transparent;
    color: #393e40;
    font-size: 1.5625em;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0.32768em;
    padding-top: 1.5625em; }
    @media (min-width: 56em) {
      .sidebar.layout-sidebar-second #block-views-block-sidebar-second-block-other-resources > h2,
      .sidebar.layout-sidebar-second .block-views-blocksidebar-second-block-other-resources > h2 {
        margin-bottom: 0.10737em;
        font-size: 1.95312em; } }

.block-views-blockquick-links-block-quick-links {
  margin-bottom: 1em; }
  .block-views-blockquick-links-block-quick-links .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .block-views-blockquick-links-block-quick-links .view-content .views-row {
      -ms-flex-align: center;
          align-items: center;
      border-top-left-radius: .4em;
      border-top-right-radius: .4em;
      background-color: #00529b;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: .25em;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
      min-height: 120px; }
      @media (min-width: 48em) {
        .block-views-blockquick-links-block-quick-links .view-content .views-row {
          -ms-flex: 0 0 32%;
              flex: 0 0 32%;
          min-width: 140px; } }
      @media (min-width: 73em) {
        .block-views-blockquick-links-block-quick-links .view-content .views-row {
          -ms-flex: 0 0 16%;
              flex: 0 0 16%; } }
      .block-views-blockquick-links-block-quick-links .view-content .views-row .views-field-nothing {
        width: 100%;
        height: 100%; }
        .block-views-blockquick-links-block-quick-links .view-content .views-row .views-field-nothing .field-content {
          height: 100%;
          display: block; }
          .block-views-blockquick-links-block-quick-links .view-content .views-row .views-field-nothing .field-content a {
            display: block;
            padding: 1.5em;
            height: 100%; }
            .block-views-blockquick-links-block-quick-links .view-content .views-row .views-field-nothing .field-content a .quicklink-icon {
              -ms-flex-align: center;
                  align-items: center;
              display: -ms-flexbox;
              display: flex;
              -ms-flex: 0 0 50px;
                  flex: 0 0 50px;
              color: white;
              text-align: center;
              -ms-flex-pack: center;
                  justify-content: center; }
              .block-views-blockquick-links-block-quick-links .view-content .views-row .views-field-nothing .field-content a .quicklink-icon i {
                font-size: 3em; }
            .block-views-blockquick-links-block-quick-links .view-content .views-row .views-field-nothing .field-content a .quicklink-title {
              color: white;
              text-align: center;
              vertical-align: middle;
              font-size: 12px;
              margin-top: 1em; }
              @media (min-width: 56em) {
                .block-views-blockquick-links-block-quick-links .view-content .views-row .views-field-nothing .field-content a .quicklink-title {
                  font-size: 14px; } }

.block-views-blockreferral-forms-block-random-referral-forms .view-content {
  margin-bottom: 1.5625em; }

.block-views-blockreferral-forms-block-random-referral-forms .views-row {
  background-color: transparent;
  padding-top: 0.8em;
  padding-bottom: 0.8em; }
  .block-views-blockreferral-forms-block-random-referral-forms .views-row:not(:last-child) {
    border-bottom: 2px solid #f2f4f5; }
  .block-views-blockreferral-forms-block-random-referral-forms .views-row:last-child {
    border-bottom: 2px solid #f2f4f5; }

.block-views-blockreferral-forms-block-random-referral-forms .views-field-field-area-of-practice {
  font-size: 0.8em;
  color: #577679; }

.block-views-blockreferral-forms-block-random-referral-forms .more-link {
  text-align: left; }
  .block-views-blockreferral-forms-block-random-referral-forms .more-link a {
    position: relative;
    width: 100%;
    display: block;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 1.95312em; }
    .block-views-blockreferral-forms-block-random-referral-forms .more-link a::after {
      transition: all 0.3s ease-in-out;
      content: '\f105';
      font-family: 'Font Awesome\ 5 Free';
      font-size: 1.95312em;
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translate(0%, -50%); }
    .block-views-blockreferral-forms-block-random-referral-forms .more-link a:hover::after {
      transform: translate(5px, -50%); }

.block-simple-blockfooter-address {
  -ms-flex: 100%;
      flex: 100%;
  margin-bottom: 1.95312em;
  padding: 0 1em;
  min-width: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px; }
  @media (min-width: 29em) {
    .block-simple-blockfooter-address {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin-bottom: 1em; } }
  @media (min-width: 38em) {
    .block-simple-blockfooter-address {
      margin-bottom: 0; } }
  @media (min-width: 62em) {
    .block-simple-blockfooter-address {
      margin-bottom: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      margin-top: 0; } }
  .block-simple-blockfooter-address ul {
    margin: 0;
    padding: 0; }
    .block-simple-blockfooter-address ul li {
      list-style-image: none;
      list-style-type: none;
      list-style: none;
      margin-left: 0; }
    .block-simple-blockfooter-address ul li {
      font-weight: 500;
      margin-bottom: 0;
      line-height: 1.25em; }
      @media (min-width: 38em) {
        .block-simple-blockfooter-address ul li {
          font-size: 0.8em; } }
      .block-simple-blockfooter-address ul li a {
        color: #fff;
        text-decoration: underline; }

.block-simple-blockfooter-copyright {
  padding: 0 0.64em;
  text-align: center; }
  @media (min-width: 81.75em) {
    .block-simple-blockfooter-copyright {
      text-align: right; } }
  .block-simple-blockfooter-copyright p {
    font-size: 0.8em;
    margin-bottom: 0;
    color: #676F73;
    text-transform: uppercase;
    font-weight: 500; }
  .block-simple-blockfooter-copyright a {
    text-transform: uppercase;
    text-decoration: none;
    color: #676F73;
    font-weight: 500;
    border-right: 2px solid #bcc8c9;
    padding-right: 0.8em;
    margin-right: 0.8em; }
    .block-simple-blockfooter-copyright a:hover {
      text-decoration: underline; }

.block-simple-blockfooter-logo {
  padding: 0 1em;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin-bottom: 0; }
  @media (min-width: 29em) {
    .block-simple-blockfooter-logo {
      margin: 0 0 1em 0; } }
  @media (min-width: 38em) {
    .block-simple-blockfooter-logo {
      margin-bottom: 0;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%; } }
  .block-simple-blockfooter-logo p {
    margin-bottom: 0;
    max-width: 200px; }
  .block-simple-blockfooter-logo svg:not(:root),
  .block-simple-blockfooter-logo img {
    width: 100%; }
  .block-simple-blockfooter-logo ul {
    margin: 0;
    padding: 0; }
    .block-simple-blockfooter-logo ul li {
      list-style-image: none;
      list-style-type: none;
      list-style: none;
      margin-left: 0; }
    .block-simple-blockfooter-logo ul li {
      font-weight: 500;
      margin-bottom: 0;
      line-height: 1.25em; }
      @media (min-width: 38em) {
        .block-simple-blockfooter-logo ul li {
          font-size: 0.8em; } }
      .block-simple-blockfooter-logo ul li a {
        color: #fff;
        text-decoration: underline; }

.block-simple-blockfooter-seal-logo {
  -ms-flex: 100%;
      flex: 100%;
  padding: 0 1em;
  margin-bottom: 20px; }
  @media (min-width: 29em) {
    .block-simple-blockfooter-seal-logo {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }
  @media (min-width: 38em) {
    .block-simple-blockfooter-seal-logo {
      text-align: center; } }
  @media (min-width: 48em) {
    .block-simple-blockfooter-seal-logo {
      margin-bottom: 0; } }
  .block-simple-blockfooter-seal-logo img {
    max-width: 160px; }
    @media (min-width: 48em) {
      .block-simple-blockfooter-seal-logo img {
        max-width: 170px; } }

#block-views-block-featured-story-featured-story {
  margin-top: 2em; }
  #block-views-block-featured-story-featured-story > h2 {
    color: #00529b;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  #block-views-block-featured-story-featured-story .view-featured-story .view-content .node__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    #block-views-block-featured-story-featured-story .view-featured-story .view-content .node__content > a {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      overflow: hidden;
      max-height: 300px; }
      @media (min-width: 48em) {
        #block-views-block-featured-story-featured-story .view-featured-story .view-content .node__content > a {
          -ms-flex: 0 0 48%;
              flex: 0 0 48%; } }
    #block-views-block-featured-story-featured-story .view-featured-story .view-content .node__content .field--name-field-teaser-image {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      overflow: hidden;
      max-height: 300px; }
      @media (min-width: 48em) {
        #block-views-block-featured-story-featured-story .view-featured-story .view-content .node__content .field--name-field-teaser-image {
          -ms-flex: 0 0 48%;
              flex: 0 0 48%; } }
      @media (min-width: 48em) {
        #block-views-block-featured-story-featured-story .view-featured-story .view-content .node__content .field--name-field-teaser-image img {
          transform: scale(1.5); } }
      @media (min-width: 56em) {
        #block-views-block-featured-story-featured-story .view-featured-story .view-content .node__content .field--name-field-teaser-image img {
          transform: scale(1); } }
      @media (min-width: 62em) {
        #block-views-block-featured-story-featured-story .view-featured-story .view-content .node__content .field--name-field-teaser-image img {
          margin-top: -10%; } }
    #block-views-block-featured-story-featured-story .view-featured-story .view-content .node__content .content-container {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      padding-left: 0;
      max-width: none;
      margin-top: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (min-width: 48em) {
        #block-views-block-featured-story-featured-story .view-featured-story .view-content .node__content .content-container {
          -ms-flex: 0 0 48%;
              flex: 0 0 48%; } }
      #block-views-block-featured-story-featured-story .view-featured-story .view-content .node__content .content-container h2 {
        margin-top: .5em; }
        @media (min-width: 48em) {
          #block-views-block-featured-story-featured-story .view-featured-story .view-content .node__content .content-container h2 {
            margin-top: 0; } }
  #block-views-block-featured-story-featured-story .view-featured-story .more-link {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em; }
    #block-views-block-featured-story-featured-story .view-featured-story .more-link a {
      position: relative;
      width: 100%;
      display: block;
      font-size: 0.8em;
      font-weight: 700;
      text-transform: uppercase;
      padding-right: 1.95312em;
      font-size: 1.25em;
      text-transform: lowercase;
      color: #393e40; }
      #block-views-block-featured-story-featured-story .view-featured-story .more-link a::after {
        transition: all 0.3s ease-in-out;
        content: '\f105';
        font-family: 'Font Awesome\ 5 Free';
        font-size: 1.95312em;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translate(0%, -50%); }
      #block-views-block-featured-story-featured-story .view-featured-story .more-link a:hover::after {
        transform: translate(5px, -50%); }
      #block-views-block-featured-story-featured-story .view-featured-story .more-link a:after {
        margin-left: 1em;
        right: auto; }
      #block-views-block-featured-story-featured-story .view-featured-story .more-link a:hover {
        color: #00529b; }

.view-display-id-all_stories .view-content .views-row {
  margin-top: 1em; }
  .view-display-id-all_stories .view-content .views-row .node--type-article .node__content .field--name-field-teaser-image {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    overflow: hidden; }
    @media (min-width: 48em) {
      .view-display-id-all_stories .view-content .views-row .node--type-article .node__content .field--name-field-teaser-image {
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; } }
    .view-display-id-all_stories .view-content .views-row .node--type-article .node__content .field--name-field-teaser-image img {
      margin-top: -20%; }
      @media (min-width: 48em) {
        .view-display-id-all_stories .view-content .views-row .node--type-article .node__content .field--name-field-teaser-image img {
          margin: 0; } }
  .view-display-id-all_stories .view-content .views-row .node--type-article .node__content .content-container {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding-left: 0;
    max-width: none; }
    @media (min-width: 48em) {
      .view-display-id-all_stories .view-content .views-row .node--type-article .node__content .content-container {
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
        padding-left: 1em; } }
    .view-display-id-all_stories .view-content .views-row .node--type-article .node__content .content-container h2 {
      margin-top: .5em;
      margin-bottom: .2em; }
      @media (min-width: 48em) {
        .view-display-id-all_stories .view-content .views-row .node--type-article .node__content .content-container h2 {
          margin-top: 0; } }

.block-system-branding-block {
  position: relative;
  z-index: 10;
  padding: 0 1em;
  -ms-flex: 0 0 170px;
      flex: 0 0 170px;
  max-width: 170px;
  -ms-flex-order: 0;
      order: 0;
  transition: max-width .5s ease-out; }
  @media (min-width: 29em) {
    .block-system-branding-block {
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
      max-width: 200px; } }
  @media (min-width: 56em) {
    .block-system-branding-block {
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
      max-width: 250px; } }
  .block-system-branding-block a {
    display: block; }
  .block-system-branding-block img {
    width: 100%; }

.cta-primary {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  transition: box-shadow 0.4s ease-in-out;
  border-radius: 5px;
  border: 3px solid #fff;
  padding: 0; }
  .cta-primary:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
    .cta-primary:hover a {
      text-decoration: none;
      background-color: #447bab; }
      .cta-primary:hover a::after {
        transform: translate(0, -50%);
        opacity: 1; }
  .cta-primary a {
    transition: background-color 0.4s ease-in-out;
    background-color: #3d6e99;
    color: white;
    display: block;
    position: relative;
    padding: 1em 2.44141em;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px; }
    .cta-primary a::after {
      transition: transform 0.5s cubic-bezier(0, 0, 0.33, 1), opacity 0.3s cubic-bezier(0, 0, 0.33, 1);
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f061';
      font-size: 1.25em;
      position: absolute;
      top: 50%;
      right: 1em;
      transform: translate(-100%, -50%);
      opacity: 0; }

.block-views-blockhappenings-block-happenings {
  margin-bottom: 2.44141em; }
  .block-views-blockhappenings-block-happenings .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: -1em;
    margin-right: -1em; }
  .block-views-blockhappenings-block-happenings .views-row {
    -ms-flex: 100%;
        flex: 100%;
    padding-top: 0; }
    @media (min-width: 48em) {
      .block-views-blockhappenings-block-happenings .views-row {
        -ms-flex: 50%;
            flex: 50%; } }
    @media (min-width: 62em) {
      .block-views-blockhappenings-block-happenings .views-row {
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
        max-width: 33%; } }
    @media (max-width: 37.9375em) {
      .block-views-blockhappenings-block-happenings .views-row:not(:first-child) {
        margin-top: 1.95312em; } }
    @media (min-width: 38em) and (max-width: 47.9375em) {
      .block-views-blockhappenings-block-happenings .views-row:not(:last-child):not(:first-child) {
        margin-top: 1.95312em; }
      .block-views-blockhappenings-block-happenings .views-row:not(:last-child) .content-wrapper {
        -ms-flex-direction: row;
            flex-direction: row;
        padding-top: 2.44141em; }
      .block-views-blockhappenings-block-happenings .views-row:not(:last-child) .image-container {
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
        margin-right: 0;
        margin-left: 0; } }
  @media (min-width: 38em) and (max-width: 47.9375em) and (min-width: 48em) {
    .block-views-blockhappenings-block-happenings .views-row:not(:last-child) .image-container {
      -ms-flex: 0 0 53%;
          flex: 0 0 53%; } }
    @media (min-width: 38em) and (max-width: 47.9375em) {
        .block-views-blockhappenings-block-happenings .views-row:not(:last-child) .image-container .placeholder-image {
          background-size: 3.8147em; }
      .block-views-blockhappenings-block-happenings .views-row:not(:last-child) .content-container {
        -ms-flex: 1;
            flex: 1;
        padding-left: 2.44141em; }
        .block-views-blockhappenings-block-happenings .views-row:not(:last-child) .content-container .title-field a {
          padding-top: 0; }
        .block-views-blockhappenings-block-happenings .views-row:not(:last-child) .content-container > *:nth-last-child(2) {
          margin-bottom: 1.5625em; }
        .block-views-blockhappenings-block-happenings .views-row:not(:last-child) .content-container .more-link {
          position: static;
          width: 100%; } }
    @media (min-width: 38em) and (max-width: 61.9375em) {
      .block-views-blockhappenings-block-happenings .views-row:last-child:not(:first-child) {
        margin-top: 1.95312em; }
      .block-views-blockhappenings-block-happenings .views-row:last-child .content-wrapper {
        -ms-flex-direction: row;
            flex-direction: row;
        padding-top: 2.44141em; }
      .block-views-blockhappenings-block-happenings .views-row:last-child .image-container {
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
        margin-right: 0;
        margin-left: 0; } }
  @media (min-width: 38em) and (max-width: 61.9375em) and (min-width: 48em) {
    .block-views-blockhappenings-block-happenings .views-row:last-child .image-container {
      -ms-flex: 0 0 53%;
          flex: 0 0 53%; } }
    @media (min-width: 38em) and (max-width: 61.9375em) {
        .block-views-blockhappenings-block-happenings .views-row:last-child .image-container .placeholder-image {
          background-size: 3.8147em; }
      .block-views-blockhappenings-block-happenings .views-row:last-child .content-container {
        -ms-flex: 1;
            flex: 1;
        padding-left: 2.44141em; }
        .block-views-blockhappenings-block-happenings .views-row:last-child .content-container .title-field a {
          padding-top: 0; }
        .block-views-blockhappenings-block-happenings .views-row:last-child .content-container > *:nth-last-child(2) {
          margin-bottom: 1.5625em; }
        .block-views-blockhappenings-block-happenings .views-row:last-child .content-container .more-link {
          position: static;
          width: 100%; } }
    .block-views-blockhappenings-block-happenings .views-row .views-field-nothing-2 {
      padding: 0 1em; }
  .block-views-blockhappenings-block-happenings .views-field,
  .block-views-blockhappenings-block-happenings .field-content,
  .block-views-blockhappenings-block-happenings .content-wrapper {
    height: 100%; }
  .block-views-blockhappenings-block-happenings .content-wrapper {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2.44141em;
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .block-views-blockhappenings-block-happenings .image-container {
    -ms-flex: 100%;
        flex: 100%;
    padding: 0;
    margin-left: -2.44141em;
    margin-right: -2.44141em; }
    .block-views-blockhappenings-block-happenings .image-container img {
      display: block;
      width: 100%; }
  .block-views-blockhappenings-block-happenings .placeholder-image:only-child {
    width: 100%;
    padding-bottom: 66.625%;
    background-color: #E9EFF2;
    background-image: url("../../src/img/msh-icon-grey.svg");
    background-repeat: no-repeat;
    background-size: 7.45058em;
    background-position: 46% center; }
    .block-views-blockhappenings-block-happenings .placeholder-image:only-child.document {
      background-image: url("../../src/img/document-icon.svg");
      background-position: center; }
  .block-views-blockhappenings-block-happenings .title-field a {
    display: block;
    font-size: 1.5625em;
    margin-bottom: 0.512em;
    color: #00529b;
    font-weight: 700;
    line-height: 1.25em;
    padding: 1em 0 0.512em 0; }
    .block-views-blockhappenings-block-happenings .title-field a:hover {
      color: #80a9cd; }
  .block-views-blockhappenings-block-happenings .content-container {
    -ms-flex: 100%;
        flex: 100%;
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .block-views-blockhappenings-block-happenings .content-container > *:nth-last-child(2) {
      -ms-flex-positive: 1;
          flex-grow: 1;
      margin-bottom: 4.76837em; }
  .block-views-blockhappenings-block-happenings .views-field-field-event-start-date,
  .block-views-blockhappenings-block-happenings .views-field-nothing {
    padding-left: 1.95312em;
    position: relative; }
    .block-views-blockhappenings-block-happenings .views-field-field-event-start-date .field-content:before,
    .block-views-blockhappenings-block-happenings .views-field-nothing .field-content:before {
      content: '';
      display: block;
      position: absolute;
      width: 16px;
      height: 28px;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-size: 16px; }
  .block-views-blockhappenings-block-happenings .views-field-field-event-start-date {
    margin-bottom: 0.512em; }
    .block-views-blockhappenings-block-happenings .views-field-field-event-start-date .field-content:before {
      background-image: url("../img/icons/calendar.svg"); }
  .block-views-blockhappenings-block-happenings .views-field-nothing {
    margin-bottom: 1.25em; }
    .block-views-blockhappenings-block-happenings .views-field-nothing .field-content:before {
      background-image: url("../img/icons/map-marker.svg"); }
  .block-views-blockhappenings-block-happenings .more-link {
    position: absolute;
    bottom: 2.44141em;
    left: 2.44141em;
    right: 2.44141em;
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .block-views-blockhappenings-block-happenings .more-link a {
      border: 1px solid transparent;
      border: none;
      cursor: pointer;
      display: inline-block;
      position: relative;
      font-size: 1em;
      overflow: hidden;
      padding: 0.512em 1em;
      text-decoration: none;
      border-radius: 2px;
      transition: background-color .3s ease-out, border-color .3s ease-out;
      margin-right: 1em;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      outline: none;
      transition: all 0.4s ease-in-out;
      background-color: #3d6e99;
      color: #fff;
      display: block;
      position: relative;
      font-size: 0.8em;
      text-align: center;
      text-transform: uppercase;
      padding: 1em;
      border-radius: 3px;
      background-color: #00529b;
      color: white;
      width: 100%;
      text-transform: uppercase;
      text-align: center;
      font-size: 0.8em;
      padding-top: 1.25em !important;
      padding-bottom: 1.25em !important; }
      @media (min-width: 38em) {
        .block-views-blockhappenings-block-happenings .more-link a {
          padding: 0.8em 2.44141em; } }
      @media (min-width: 62em) {
        .block-views-blockhappenings-block-happenings .more-link a {
          padding: 0.64em 3.05176em; } }
      .block-views-blockhappenings-block-happenings .more-link a:hover {
        text-decoration: none; }
      .block-views-blockhappenings-block-happenings .more-link a:hover {
        text-decoration: none;
        background-color: #5088b9;
        transform: translateY(-2px); }

#block-views-block-partners-recognitions-and-partnerships,
#block-views-block-recognitions-and-partnerships-block {
  margin-bottom: 1em; }
  #block-views-block-partners-recognitions-and-partnerships > h2,
  #block-views-block-recognitions-and-partnerships-block > h2 {
    color: #00529b;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  #block-views-block-partners-recognitions-and-partnerships .view-content,
  #block-views-block-recognitions-and-partnerships-block .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    #block-views-block-partners-recognitions-and-partnerships .view-content .views-row,
    #block-views-block-recognitions-and-partnerships-block .view-content .views-row {
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
      max-width: 15%;
      min-width: 150px;
      margin-bottom: 1em; }

#block-mailchimpsignup {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  padding: 0 1em; }
  @media (min-width: 56em) {
    #block-mailchimpsignup {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      margin: 0 1em;
      padding: 0; } }
  #block-mailchimpsignup #mc_embed_signup {
    margin-bottom: 1.25em; }
    @media (min-width: 56em) {
      #block-mailchimpsignup #mc_embed_signup #mc-embedded-subscribe-form {
        text-align: left; } }
    #block-mailchimpsignup #mc_embed_signup #mc-embedded-subscribe-form label {
      display: block; }
    #block-mailchimpsignup #mc_embed_signup #mc-embedded-subscribe-form #mce-EMAIL {
      display: inline-block;
      color: black;
      height: 42px; }
    #block-mailchimpsignup #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe {
      background-color: white;
      color: #17191A;
      display: inline-block;
      padding: 0; }
      #block-mailchimpsignup #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe:hover {
        color: #fff;
        background-color: #17191A; }

.block-views-blockevents-block-event-call-to-action .views-row:not(:last-child) {
  margin-bottom: 1.5625em; }

.block-views-blockevents-block-event-call-to-action .field-content {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  transition: box-shadow 0.4s ease-in-out;
  border-radius: 5px;
  border: 3px solid #fff;
  padding: 0; }
  .block-views-blockevents-block-event-call-to-action .field-content:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
    .block-views-blockevents-block-event-call-to-action .field-content:hover a {
      text-decoration: none;
      background-color: #447bab; }
      .block-views-blockevents-block-event-call-to-action .field-content:hover a::after {
        transform: translate(0, -50%);
        opacity: 1; }
  .block-views-blockevents-block-event-call-to-action .field-content a {
    transition: background-color 0.4s ease-in-out;
    background-color: #3d6e99;
    color: white;
    display: block;
    position: relative;
    padding: 1em 2.44141em;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px; }
    .block-views-blockevents-block-event-call-to-action .field-content a::after {
      transition: transform 0.5s cubic-bezier(0, 0, 0.33, 1), opacity 0.3s cubic-bezier(0, 0, 0.33, 1);
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f061';
      font-size: 1.25em;
      position: absolute;
      top: 50%;
      right: 1em;
      transform: translate(-100%, -50%);
      opacity: 0; }

.event-info {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1.25em;
  padding: 1.5625em 2.44141em; }
  @media (min-width: 38em) {
    .event-info {
      display: -ms-flexbox;
      display: flex; } }
  .event-info .event-date,
  .event-info .field--name-field-location {
    font-weight: 700; }
    @media (min-width: 38em) {
      .event-info .event-date,
      .event-info .field--name-field-location {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%; } }
    .event-info .event-date:only-child,
    .event-info .field--name-field-location:only-child {
      margin-bottom: 0; }
      @media (min-width: 38em) {
        .event-info .event-date:only-child,
        .event-info .field--name-field-location:only-child {
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          max-width: 100%; } }
  .event-info .field--name-field-event-start-date,
  .event-info .field--name-field-event-end-date,
  .event-info .date,
  .event-info .time,
  .event-info .field--name-field-location {
    padding: 0 1em 0 1.95312em;
    position: relative; }
    .event-info .field--name-field-event-start-date:before,
    .event-info .field--name-field-event-end-date:before,
    .event-info .date:before,
    .event-info .time:before,
    .event-info .field--name-field-location:before {
      font-family: 'Font Awesome 5 Free';
      content: '';
      color: #ff5f00;
      display: block;
      position: absolute;
      left: 0;
      font-size: 1.25em;
      font-weight: 900;
      line-height: 21px;
      vertical-align: middle; }
      @media (min-width: 38em) {
        .event-info .field--name-field-event-start-date:before,
        .event-info .field--name-field-event-end-date:before,
        .event-info .date:before,
        .event-info .time:before,
        .event-info .field--name-field-location:before {
          line-height: 23px; } }
  .event-info .event-date {
    margin-bottom: 1em; }
    @media (min-width: 38em) {
      .event-info .event-date {
        margin-bottom: 0; } }
    .event-info .event-date .field {
      display: inline-block; }
    .event-info .event-date .field--name-field-event-start-date:before,
    .event-info .event-date .date:before {
      content: '\f073'; }
    .event-info .event-date .date {
      display: inline-block; }
    .event-info .event-date .time {
      display: block;
      width: 100%;
      margin-top: 1em; }
      .event-info .event-date .time:before {
        content: '\f017';
        top: auto;
        display: inline-block; }

.field--name-field-image-caption {
  background-color: #17191A;
  color: #fff;
  margin: 0 auto 1em auto;
  padding: 1em;
  border-top: 1px solid #fff;
  font-style: italic; }
  .field--name-field-image-caption p {
    margin-bottom: 0; }

#google_translate_element {
  -ms-flex-order: 3;
      order: 3;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-top: 0.32768em;
  padding-bottom: 0.32768em; }
  @media (min-width: 56em) {
    #google_translate_element {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 48em) {
    #google_translate_element {
      padding-right: 0.8em; } }
  #google_translate_element .goog-te-gadget,
  #google_translate_element .goog-te-gadget-simple {
    font-size: 1em; }
  #google_translate_element .goog-te-gadget-simple {
    display: block;
    line-height: 28px;
    background-color: transparent;
    border: none;
    text-align: right; }
    @media (min-width: 38em) {
      #google_translate_element .goog-te-gadget-simple {
        line-height: 34px; } }
    #google_translate_element .goog-te-gadget-simple img {
      display: none; }
    #google_translate_element .goog-te-gadget-simple a {
      font-family: "Heebo", Helvetica, sans-serif;
      color: #17191A;
      text-transform: uppercase;
      padding-left: 0.64em;
      margin-right: 0; }
      #google_translate_element .goog-te-gadget-simple a:hover {
        color: #577679; }
      #google_translate_element .goog-te-gadget-simple a span:first-child {
        padding-right: 0.64em;
        font-size: 0.8em; }
      #google_translate_element .goog-te-gadget-simple a span:last-child {
        text-align: left;
        padding-left: 0.64em;
        padding-right: 0.64em;
        text-indent: -9999px;
        display: inline-block;
        line-height: 0; }
        #google_translate_element .goog-te-gadget-simple a span:last-child::after {
          font-family: 'Font Awesome 5 Free';
          content: '\f078';
          font-weight: 900;
          text-indent: 0;
          display: block; }

.goog-te-menu-frame {
  width: 100%; }
  .goog-te-menu-frame body {
    overflow: auto !important; }

.breadcrumb {
  padding-top: 1.5625em;
  padding-bottom: 0; }
  .breadcrumb li {
    text-transform: uppercase;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 700;
    margin-right: 0.64em; }
    .breadcrumb li:not(:first-child)::before {
      content: '|';
      display: inline-block;
      color: #cecfd0;
      font-size: 1.25em;
      font-weight: 400;
      margin-right: 0.64em; }
    .breadcrumb li a {
      font-weight: 700; }
    .breadcrumb li em {
      font-style: normal; }

.region:not(.region--sidebar-second) .menu--footer {
  margin-bottom: 1em;
  padding: 0 0.64em; }
  @media (min-width: 62em) {
    .region:not(.region--sidebar-second) .menu--footer {
      text-align: left; } }
  @media (min-width: 81.75em) {
    .region:not(.region--sidebar-second) .menu--footer {
      -ms-flex: 1;
          flex: 1;
      margin-bottom: 0; } }
  .region:not(.region--sidebar-second) .menu--footer .menu {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .region:not(.region--sidebar-second) .menu--footer .menu li {
      list-style-image: none;
      list-style-type: none;
      list-style: none;
      margin-left: 0; }
  .region:not(.region--sidebar-second) .menu--footer .menu-item {
    margin: 0;
    padding: 0;
    -ms-flex: 100%;
        flex: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1em;
    padding-bottom: 1em;
    padding-top: 1em; }
    .region:not(.region--sidebar-second) .menu--footer .menu-item:not(:last-child) {
      border-bottom: 1px solid #e6e8e9; }
    @media (min-width: 48em) {
      .region:not(.region--sidebar-second) .menu--footer .menu-item {
        -ms-flex-pack: center;
            justify-content: center;
        text-align: center;
        margin-right: 0.512em;
        padding-right: 0.512em;
        padding-top: 0;
        padding-bottom: 0;
        border-right: 2px solid #bcc8c9; }
        .region:not(.region--sidebar-second) .menu--footer .menu-item:not(:last-child) {
          border-bottom: 0; } }
    @media (min-width: 48em) {
      .region:not(.region--sidebar-second) .menu--footer .menu-item {
        -ms-flex: 1 auto;
            flex: 1 auto; } }
    .region:not(.region--sidebar-second) .menu--footer .menu-item a {
      text-transform: uppercase;
      text-decoration: none;
      color: #393e40;
      font-size: 0.8em;
      font-weight: 700; }
      .region:not(.region--sidebar-second) .menu--footer .menu-item a:hover {
        text-decoration: underline; }
    .region:not(.region--sidebar-second) .menu--footer .menu-item:last-child {
      border-right: none;
      padding-right: 0;
      margin-right: 0; }

.region--masthead-primary .menu--main {
  position: relative;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  padding: 0 1.25em;
  margin: 1em auto 0;
  display: none;
  -ms-flex-order: 2;
      order: 2; }
  @media (min-width: 56em) {
    .region--masthead-primary .menu--main {
      background-color: #f2f4f5;
      position: relative;
      z-index: 99; }
      .region--masthead-primary .menu--main:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        background-color: #f2f4f5;
        z-index: -1; } }
  @media (min-width: 56em) {
    .region--masthead-primary .menu--main {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: stretch;
          align-items: stretch; } }
  .region--masthead-primary .menu--main::before {
    transition: z-index 0.3s step-end 0.3s, opacity 0.3s cubic-bezier(0.57, 0, 0.2, 1) 0.3s;
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 3.05176em;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1; }
    @media (max-width: 55.9375em) {
      .region--masthead-primary .menu--main::before {
        display: none; } }
  .region--masthead-primary .menu--main .menu {
    margin: 0;
    padding: 0; }
    .region--masthead-primary .menu--main .menu li {
      list-style-image: none;
      list-style-type: none;
      list-style: none;
      margin-left: 0; }
    @media (min-width: 56em) {
      .region--masthead-primary .menu--main .menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
            flex: 1;
        -ms-flex-align: center;
            align-items: center;
        text-align: center;
        margin-left: -0.512em;
        margin-right: -0.512em; } }
    .region--masthead-primary .menu--main .menu li {
      margin-bottom: 0;
      line-height: 1.25em; }
      @media (min-width: 56em) {
        .region--masthead-primary .menu--main .menu li {
          display: -ms-flexbox;
          display: flex;
          -ms-flex: 1;
              flex: 1;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: end;
              align-items: flex-end;
          padding: 0 0.512em; } }
      @media (min-width: 56em) {
        .region--masthead-primary .menu--main .menu li:hover > a {
          background-color: #fff; } }
      .region--masthead-primary .menu--main .menu li:last-child {
        margin-right: 0; }
      .region--masthead-primary .menu--main .menu li.menu-item--active-trail > a {
        font-weight: 500;
        color: #00529b;
        border-color: #00529b;
        background-color: #fff; }
      .region--masthead-primary .menu--main .menu li:not(.menu-item--active-trail) a:hover,
      .region--masthead-primary .menu--main .menu li:not(.menu-item--active-trail) a:focus {
        color: rgba(23, 25, 26, 0.5);
        border-color: #00529b; }
        @media (min-width: 56em) {
          .region--masthead-primary .menu--main .menu li:not(.menu-item--active-trail) a:hover,
          .region--masthead-primary .menu--main .menu li:not(.menu-item--active-trail) a:focus {
            border-color: transparent; } }
      .region--masthead-primary .menu--main .menu li .menu-item .menu {
        display: none; }
      .region--masthead-primary .menu--main .menu li a {
        transition: all 0.2s ease-in-out;
        -ms-flex: 1;
            flex: 1;
        display: block;
        color: #17191A;
        text-decoration: none;
        font-weight: 400;
        border-bottom: 2px solid #f2f4f5;
        padding: 0.512em 0;
        margin-right: 1.95312em;
        margin-bottom: 0.512em; }
        @media (min-width: 56em) {
          .region--masthead-primary .menu--main .menu li a {
            -ms-flex: 1;
                flex: 1;
            border-bottom: 2px solid transparent;
            margin-right: 0;
            margin-bottom: 0;
            padding-top: 1.5625em;
            padding-bottom: 1.5625em; } }
  .region--masthead-primary .menu--main .menu-item--expanded {
    position: relative;
    cursor: pointer; }
    @media only screen and (max-width: 896px) {
      .region--masthead-primary .menu--main .menu-item--expanded::before {
        transition: all 0.5s ease-in-out;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 1.25em;
        color: #00529b;
        position: absolute;
        right: 0; } }
  .region--masthead-primary .menu--main ul.menu li.menu-item--expanded {
    position: relative; }
    @media (min-width: 56em) {
      .region--masthead-primary .menu--main ul.menu li.menu-item--expanded:hover ul.menu {
        display: block; } }
    .region--masthead-primary .menu--main ul.menu li.menu-item--expanded ul.menu {
      padding: 0 0.8em 0 1em;
      box-sizing: border-box;
      list-style: none;
      display: none; }
      @media (min-width: 56em) {
        .region--masthead-primary .menu--main ul.menu li.menu-item--expanded ul.menu {
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 99; } }
      .region--masthead-primary .menu--main ul.menu li.menu-item--expanded ul.menu li {
        display: block;
        padding-left: 0; }
        .region--masthead-primary .menu--main ul.menu li.menu-item--expanded ul.menu li.menu-item--active-trail a {
          font-weight: 500;
          color: #00529b;
          border-color: #fff;
          background-color: #fff;
          position: relative; }
          .region--masthead-primary .menu--main ul.menu li.menu-item--expanded ul.menu li.menu-item--active-trail a:after {
            content: '';
            display: block;
            background-color: #00529b;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 4px; }
          @media (min-width: 56em) {
            .region--masthead-primary .menu--main ul.menu li.menu-item--expanded ul.menu li.menu-item--active-trail a:hover {
              color: #fff; } }
        .region--masthead-primary .menu--main ul.menu li.menu-item--expanded ul.menu li a {
          padding: 1em 1.25em;
          text-align: left;
          min-width: 250px;
          margin-bottom: 0; }
          @media (min-width: 56em) {
            .region--masthead-primary .menu--main ul.menu li.menu-item--expanded ul.menu li a {
              box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
              background-color: #00529b;
              border-color: #fff;
              border-style: solid;
              border-width: 0px 0px 2px 0px;
              color: #fff;
              font-weight: 700;
              padding: 1.25em 1.5625em; } }
          @media (min-width: 56em) {
            .region--masthead-primary .menu--main ul.menu li.menu-item--expanded ul.menu li a:hover {
              background-color: #4d86b9; } }

header .menu--secondary-navigation {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 0.512em;
  margin-bottom: 0.512em;
  -ms-flex-order: 1;
      order: 1; }
  @media (min-width: 48em) {
    header .menu--secondary-navigation {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      padding: 0 0.8em;
      -ms-flex-order: 1;
          order: 1;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  header .menu--secondary-navigation ul {
    margin: 0;
    padding: 0; }
    header .menu--secondary-navigation ul li {
      display: inline-block;
      margin: 0;
      margin-right: 1em;
      margin-bottom: 0.512em; }
      header .menu--secondary-navigation ul li:last-child {
        margin-right: 0; }
      header .menu--secondary-navigation ul li a {
        text-decoration: none;
        text-transform: uppercase;
        color: #393e40;
        font-weight: 500;
        font-size: 0.8em; }
        @media (min-width: 38em) and (max-width: 47.9375em) {
          header .menu--secondary-navigation ul li a {
            font-size: 0.8em; } }
        header .menu--secondary-navigation ul li a:hover {
          color: #17191A;
          text-decoration: underline; }

.region--sidebar-second .navigation .menu {
  -ms-flex: 100%;
      flex: 100%;
  -ms-flex-order: 3;
      order: 3;
  padding-left: 0;
  margin-bottom: 0; }
  .region--sidebar-second .navigation .menu .menu {
    padding-top: 0.64em;
    padding-bottom: 0.64em;
    padding-left: 1.25em; }

.region--sidebar-second .navigation .menu-item {
  list-style: none;
  margin-bottom: 0; }
  .region--sidebar-second .navigation .menu-item a {
    transition: all 0.2s ease-in-out;
    display: block;
    color: #17191A;
    font-weight: 400;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border-style: solid;
    border-width: 0;
    border-color: transparent; }
    .region--sidebar-second .navigation .menu-item a:hover, .region--sidebar-second .navigation .menu-item a:focus {
      padding-left: 0.8em;
      color: rgba(23, 25, 26, 0.5);
      border-bottom-color: #00529b; }
  .region--sidebar-second .navigation .menu-item:not(:last-child) a {
    border-color: #f2f4f5; }
    .region--sidebar-second .navigation .menu-item:not(:last-child) a:hover, .region--sidebar-second .navigation .menu-item:not(:last-child) a:focus {
      border-color: #00529b; }
  .region--sidebar-second .navigation .menu-item.menu-item--expanded {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    cursor: pointer; }
    .region--sidebar-second .navigation .menu-item.menu-item--expanded:not(:last-child)::before {
      border-bottom: 2px solid #f2f4f5; }
    .region--sidebar-second .navigation .menu-item.menu-item--expanded::before {
      transition: all 0.5s ease-in-out;
      content: '\f107';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 1.25em;
      color: #00529b;
      -ms-flex: 30px;
          flex: 30px;
      max-width: 30px;
      -ms-flex-order: 2;
          order: 2;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      text-align: center; }
    .region--sidebar-second .navigation .menu-item.menu-item--expanded.active.menu-item--active-trail::before {
      color: white; }
    .region--sidebar-second .navigation .menu-item.menu-item--expanded.active:last-child > a {
      border-bottom-color: #f2f4f5; }
      .region--sidebar-second .navigation .menu-item.menu-item--expanded.active:last-child > a:hover, .region--sidebar-second .navigation .menu-item.menu-item--expanded.active:last-child > a:focus {
        border-bottom-color: #00529b; }
      .region--sidebar-second .navigation .menu-item.menu-item--expanded.active:last-child > a.is-active {
        border-bottom-color: #00529b; }
    .region--sidebar-second .navigation .menu-item.menu-item--expanded > a {
      -ms-flex: 1;
          flex: 1;
      -ms-flex-order: 1;
          order: 1; }
  .region--sidebar-second .navigation .menu-item.menu-item--active-trail::before {
    border-color: #00529b; }
  .region--sidebar-second .navigation .menu-item.menu-item--active-trail > a.is-active {
    color: #00529b;
    font-weight: 500;
    border-left-color: #00529b;
    border-bottom-color: #00529b;
    padding-left: 0.8em; }

.region--sidebar-second .navigation > .menu > .menu-item > a {
  -ms-flex: calc(100% - 30px);
      flex: calc(100% - 30px);
  -ms-flex-order: 1;
      order: 1;
  border-bottom-width: 2px; }

.region--sidebar-second .navigation > .menu > .menu-item.menu-item--active-trail > a.is-active {
  border-left-width: 4px; }

.region--sidebar-second .navigation > .menu > .menu-item > .menu {
  padding-top: 0.64em;
  padding-bottom: 0.64em;
  padding-left: 1.25em; }
  .region--sidebar-second .navigation > .menu > .menu-item > .menu .menu-item:not(:last-child) > a {
    border-bottom-width: 1px; }
  .region--sidebar-second .navigation > .menu > .menu-item > .menu .menu-item > a {
    font-size: 0.8em;
    line-height: 1.5625em;
    border-bottom-width: 1px; }
  .region--sidebar-second .navigation > .menu > .menu-item > .menu .menu-item--active-trail > a.is-active {
    border-left-width: 2px; }
  .region--sidebar-second .navigation > .menu > .menu-item > .menu .menu-item--expanded::before {
    border-bottom-width: 1px; }

.region--sidebar-second .navigation > .menu > .menu-item > .menu > .menu-item > .menu .menu-item a {
  font-size: 0.8em; }

.region--sidebar-second #block-main-navigation-second-level > .menu.child-active > .menu-item:not(.menu-item--active-trail) {
  display: none; }

.menu-tools {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 2;
      order: 2;
  -ms-flex: 1;
      flex: 1;
  text-align: right;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0 1em; }
  @media (min-width: 56em) {
    .menu-tools {
      display: none; } }
  .menu-tools .menu-btn {
    outline: none;
    border: 1px solid #00529b;
    border-radius: 3px;
    color: #00529b;
    background-color: white;
    padding: 0.4096em 0.8em;
    transition: background-color .3s ease-out, border-color .3s ease-out, color .3s ease-out; }
    @media (min-width: 48em) {
      .menu-tools .menu-btn:hover {
        background-color: #00529b;
        color: white; } }
    .menu-tools .menu-btn.active {
      background-color: #00529b;
      border-color: #00529b;
      color: white; }
      @media (min-width: 48em) {
        .menu-tools .menu-btn.active:hover {
          background-color: #61b4e4;
          border-color: #61b4e4; } }
  .menu-tools .menu-label {
    font: 0/0 serif;
    text-shadow: none;
    color: transparent; }

.pager {
  margin: 1em 0; }
  .pager .prev-container,
  .pager .pager__item-container,
  .pager .next-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 0.5em;
    margin-right: 0.5em; }
  .pager .pager__item-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .pager .pager__item-container .pager__item {
      margin-bottom: 1em; }
  .pager .pager__items {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 29em) {
      .pager .pager__items {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .pager .pager__items li {
      list-style: none; }
  .pager .pager__item {
    margin: 0;
    padding: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 0.5em;
    margin-left: 0.5em; }
    .pager .pager__item a {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
      display: block;
      width: 2em;
      line-height: 2em;
      text-decoration: none;
      background-color: #fff;
      border-radius: 2px;
      vertical-align: middle;
      text-align: center; }
      @media (min-width: 73em) {
        .pager .pager__item a {
          width: 3em;
          line-height: 3em; } }
      .pager .pager__item a:hover {
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    .pager .pager__item.is-active {
      width: 2em;
      line-height: 2em;
      background-color: #00529b;
      color: white;
      border-radius: 2px;
      vertical-align: middle;
      text-align: center; }
      @media (min-width: 73em) {
        .pager .pager__item.is-active {
          width: 3em;
          line-height: 3em; } }
      .pager .pager__item.is-active a {
        background-color: #00529b;
        color: white;
        box-shadow: none; }
  .pager .prev-container:not(:last-child),
  .pager .next-container:not(:last-child) {
    margin-bottom: 1em; }
  .pager .pager__item--first a::before,
  .pager .pager__item--previous a::before,
  .pager .pager__item--next a::before,
  .pager .pager__item--last a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.5625em;
    display: block; }
  .pager .pager__item--first span:not(.visually-hidden),
  .pager .pager__item--previous span:not(.visually-hidden),
  .pager .pager__item--next span:not(.visually-hidden),
  .pager .pager__item--last span:not(.visually-hidden) {
    border: 0;
    -webkit-clip-path: rect(0, 0, 0, 0);
            clip-path: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .pager .pager__item--first a::before {
    content: '\f100'; }
  .pager .pager__item--previous a::before {
    content: '\f104'; }
  .pager .pager__item--next a::before {
    content: '\f105'; }
  .pager .pager__item--last a::before {
    content: '\f101'; }
  .pager .pager__item--ellipsis {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    width: 2em;
    line-height: 2em;
    text-decoration: none;
    background-color: #fff;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center; }
    @media (min-width: 73em) {
      .pager .pager__item--ellipsis {
        width: 3em;
        line-height: 3em; } }

/* 10-drupal/system/_tabs.scss */
#block-de-theme-local-tasks {
  border-bottom: 2px solid #f2f4f5;
  margin-bottom: 1.25em; }
  @media (min-width: 62em) {
    #block-de-theme-local-tasks {
      border-bottom: 5px solid #dadcdd; } }

ul.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -0.26214em;
  margin-right: -0.26214em;
  margin-bottom: 1em;
  margin-top: 1.25em; }
  ul.tabs > li {
    display: block;
    float: left; }
    ul.tabs > li:last-child {
      margin-right: 0; }
  @media (min-width: 62em) {
    ul.tabs {
      display: block;
      margin-left: -0.16777em;
      margin-right: -0.16777em;
      margin-bottom: 0; } }
  ul.tabs li {
    margin: 0;
    padding: 0;
    -ms-flex: 0 0 33.333333333%;
        flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
    padding: 0.512em 0.26214em 0 0.26214em; }
    @media (min-width: 38em) {
      ul.tabs li {
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 62em) {
      ul.tabs li {
        padding: 0 0.16777em;
        max-width: auto; } }
    ul.tabs li.is-active a {
      background-color: #dadcdd;
      color: black; }
  ul.tabs a {
    width: 100%;
    display: block;
    float: left;
    padding: 0.32768em 0.64em;
    background-color: #f2f4f5;
    color: #17191A;
    line-height: 1.5625em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease-out; }
    ul.tabs a.active {
      background-color: black;
      color: white; }
    ul.tabs a:hover {
      background-color: #dadcdd;
      color: #17191A; }
  ul.tabs li:last-child a {
    margin-right: 0; }

.menu--footer-menu h2#block-footermenuside-menu {
  font-size: 1em;
  color: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500; }

.menu--footer-menu .menu {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (100%)[1];
      grid-template-columns: repeat(1, 100%);
  width: 100%;
  margin-top: 20px; }
  .menu--footer-menu .menu li {
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    margin-left: 0; }
  @media (min-width: 38em) {
    .menu--footer-menu .menu {
      -ms-grid-columns: (70%)[2];
          grid-template-columns: repeat(2, 70%);
      margin-left: -15%; } }
  @media (min-width: 62em) {
    .menu--footer-menu .menu {
      margin: 0; } }

.menu--footer-menu .menu-item--expanded .menu {
  display: unset; }

.menu--footer-menu .menu-item a {
  color: white;
  font-weight: 300;
  text-align: left; }

.menu--footer-menu ul .menu-item--expanded span {
  border-bottom: 1px solid white;
  margin-bottom: 1em;
  padding-right: 10px;
  font-weight: bold; }

.menu--footer-menu ul .menu-item--expanded .menu-item:first-child {
  margin-top: 1em; }

.block-views-blockhomepage-slider-block-homepage-slider {
  background-color: #004A86;
  display: block; }
  @media (min-width: 48em) {
    .block-views-blockhomepage-slider-block-homepage-slider {
      max-height: 499px;
      overflow: hidden; } }
  .block-views-blockhomepage-slider-block-homepage-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .block-views-blockhomepage-slider-block-homepage-slider .slick-track::before, .block-views-blockhomepage-slider-block-homepage-slider .slick-track::after {
      width: 100%; }
  .block-views-blockhomepage-slider-block-homepage-slider .slick-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto; }
  .block-views-blockhomepage-slider-block-homepage-slider .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .block-views-blockhomepage-slider-block-homepage-slider .slick-dots {
    border: 0;
    -webkit-clip-path: rect(0, 0, 0, 0);
            clip-path: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .block-views-blockhomepage-slider-block-homepage-slider .slick-dots button {
      color: #fff; }
  .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .node__content {
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 100%; }
      @media (max-width: 47.9375em) {
        .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .node__content {
          -ms-flex-flow: column;
              flex-flow: column; } }
      @media (min-width: 48em) {
        .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .node__content {
          min-height: 400px; } }
    .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .content-container {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      width: 100%;
      max-width: 1200px;
      padding: 2.44141em 1.5625em 4.76837em 1.5625em; }
      @media (min-width: 29em) {
        .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .content-container {
          padding-left: 3.8147em;
          padding-right: 3.8147em;
          bottom: 0; } }
      @media (min-width: 48em) {
        .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .content-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          position: absolute;
          top: calc(50% - 29px);
          z-index: 1;
          left: 0;
          right: 0;
          transform: translateY(-50%);
          padding-top: 0;
          padding-bottom: 0; } }
      @media (min-width: 48em) {
        .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .content-container .content-wrapper {
          max-width: 443px; } }
      .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .content-container h2 {
        color: #fff;
        font-size: 1.95312em;
        font-weight: 700;
        margin-bottom: 0.16777em;
        opacity: 0; }
        @media (min-width: 48em) {
          .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .content-container h2 {
            font-size: 2.44141em; } }
      .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .content-container .field--name-field-body {
        color: #fff;
        margin-bottom: 1.5625em;
        opacity: 0; }
      .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .content-container .field--name-field-link {
        opacity: 0; }
        .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .content-container .field--name-field-link a {
          transition: all 0.3s ease-in-out;
          background-color: #b1bb1c;
          border: 2px solid #b1bb1c;
          color: #17191A;
          padding: 0.64em 1em;
          border-radius: 3px;
          font-weight: 700;
          text-transform: uppercase; }
          .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .content-container .field--name-field-link a:hover, .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .content-container .field--name-field-link a:focus {
            background-color: rgba(23, 25, 26, 0);
            color: #c8cf60; }
          .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .content-container .field--name-field-link a:focus {
            outline: none; }
    @media (max-width: 47.9375em) {
      .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .field--name-field-image {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }
    .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .field--name-field-image img {
      width: 100%; }
      @media (min-width: 48em) {
        .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .field--name-field-image img {
          height: calc(100vw * 0.375);
          min-height: 400px;
          min-width: 100vw;
          width: auto;
          max-width: none;
          position: relative;
          transform: translateX(-50%);
          left: 50%; } }
      @media (min-width: 66.6875em) {
        .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .field--name-field-image img {
          transform: translateX(0);
          position: static; } }
      @media (min-width: 83.125em) {
        .block-views-blockhomepage-slider-block-homepage-slider .node--type-homepage-slider .field--name-field-image img {
          height: auto;
          width: 100%;
          max-width: 100%;
          min-width: 0;
          margin: 0; } }

@keyframes animate-in {
  from {
    transform: translateY(50px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
  .block-views-blockhomepage-slider-block-homepage-slider .slick-active .node--type-homepage-slider h2 {
    animation: animate-in 0.5s cubic-bezier(0.57, 0, 0.2, 1) 0.3s 1 alternate;
    animation-fill-mode: forwards; }
  .block-views-blockhomepage-slider-block-homepage-slider .slick-active .node--type-homepage-slider .field--name-field-body {
    animation: animate-in 0.5s cubic-bezier(0.57, 0, 0.2, 1) 0.4s 1 alternate;
    animation-fill-mode: forwards; }
  .block-views-blockhomepage-slider-block-homepage-slider .slick-active .node--type-homepage-slider .field--name-field-link {
    animation: animate-in 0.5s cubic-bezier(0.57, 0, 0.2, 1) 0.5s 1 alternate;
    animation-fill-mode: forwards; }
  @media (max-width: 47.9375em) {
    .block-views-blockhomepage-slider-block-homepage-slider .slick-slide .node--type-homepage-slider .content-container {
      border-width: 5px;
      border-style: solid; }
    .block-views-blockhomepage-slider-block-homepage-slider .slick-slide:nth-child(odd) .node--type-homepage-slider .content-container {
      border-color: #b1bb1c; }
      .block-views-blockhomepage-slider-block-homepage-slider .slick-slide:nth-child(odd) .node--type-homepage-slider .content-container .field--name-field-link a {
        background-color: transparent;
        border-color: #c8cf60;
        color: #e8ebbb; }
    .block-views-blockhomepage-slider-block-homepage-slider .slick-slide:nth-child(even) .node--type-homepage-slider .content-container {
      border-color: #61b4e4; }
      .block-views-blockhomepage-slider-block-homepage-slider .slick-slide:nth-child(even) .node--type-homepage-slider .content-container .field--name-field-link a {
        background-color: transparent;
        border-color: #90cbec;
        color: #d0e9f7; }
    .block-views-blockhomepage-slider-block-homepage-slider .slick-slide:last-child .node--type-homepage-slider .content-container {
      border-color: #ff5f00; }
      .block-views-blockhomepage-slider-block-homepage-slider .slick-slide:last-child .node--type-homepage-slider .content-container .field--name-field-link a {
        background-color: transparent;
        border-color: #ff8f4d;
        color: #ffcfb3; } }

.view-acquia-search .view-content {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: 1.5625em;
  padding: 2.44141em; }

.view-acquia-search .views-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 29em) {
    .view-acquia-search .views-row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .view-acquia-search .views-row h6 {
    font-size: 1.5625em;
    line-height: 1.25em;
    margin-bottom: 0.20972em; }
    .view-acquia-search .views-row h6 a {
      color: #17191A; }
      .view-acquia-search .views-row h6 a:hover {
        color: #80a9cd; }
  .view-acquia-search .views-row:not(:last-child) {
    border-bottom: 1px solid #f2f4f5;
    padding-bottom: 1.95312em;
    margin-bottom: 1.95312em; }
  .view-acquia-search .views-row p {
    margin-bottom: 0;
    display: inline; }

.view-acquia-search .views-field-field-image {
  position: relative;
  -ms-flex: 100%;
      flex: 100%; }
  @media (min-width: 29em) {
    .view-acquia-search .views-field-field-image {
      -ms-flex: 30%;
          flex: 30%;
      max-width: 150px;
      padding-right: 1.5625em; } }
  .view-acquia-search .views-field-field-image img {
    width: 100%; }

.view-acquia-search .content-wrap {
  -ms-flex: 100%;
      flex: 100%;
  margin-top: 1.5625em; }
  @media (min-width: 29em) {
    .view-acquia-search .content-wrap {
      width: 70%;
      margin-top: 0; } }

.region:not(.region--sidebar-second) .view-referral-forms .view-filters {
  margin-bottom: 1em; }

.region:not(.region--sidebar-second) .view-referral-forms .view-content {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  border-radius: 5px;
  padding: 2.44141em; }

.region:not(.region--sidebar-second) .view-referral-forms .views-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 100%;
      flex: 100%;
  padding-bottom: 1.5625em; }
  @media (max-width: 72.9375em) {
    .region:not(.region--sidebar-second) .view-referral-forms .views-row:not(:first-child) {
      border-top: 1px solid #f2f4f5;
      padding-top: 1.5625em; }
    .region:not(.region--sidebar-second) .view-referral-forms .views-row:last-child {
      padding-bottom: 0; } }
  @media (min-width: 73em) {
    .region:not(.region--sidebar-second) .view-referral-forms .views-row {
      -ms-flex: 50%;
          flex: 50%; }
      .region:not(.region--sidebar-second) .view-referral-forms .views-row:not(:nth-child(-n+2)) {
        padding-top: 1.5625em;
        border-top: 1px solid #f2f4f5; }
      .region:not(.region--sidebar-second) .view-referral-forms .views-row:nth-child(odd) {
        border-right: 1px solid #f2f4f5;
        padding-right: 2.44141em; }
      .region:not(.region--sidebar-second) .view-referral-forms .views-row:nth-child(even) {
        padding-left: 2.44141em; } }

.region:not(.region--sidebar-second) .view-referral-forms .views-field-title {
  -ms-flex: 100%;
      flex: 100%;
  font-size: 1.25em;
  margin-bottom: 0.64em; }
  .region:not(.region--sidebar-second) .view-referral-forms .views-field-title a {
    vertical-align: middle; }
    .region:not(.region--sidebar-second) .view-referral-forms .views-field-title a::before {
      content: '\f15c';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      padding-right: 0.64em; }

.region:not(.region--sidebar-second) .view-referral-forms .views-field-field-type-of-document,
.region:not(.region--sidebar-second) .view-referral-forms .views-field-field-area-of-practice {
  -ms-flex: 100%;
      flex: 100%; }
  @media (min-width: 29em) {
    .region:not(.region--sidebar-second) .view-referral-forms .views-field-field-type-of-document,
    .region:not(.region--sidebar-second) .view-referral-forms .views-field-field-area-of-practice {
      -ms-flex: 50%;
          flex: 50%; } }
  @media (max-width: 72.9375em) {
    .region:not(.region--sidebar-second) .view-referral-forms .views-field-field-type-of-document,
    .region:not(.region--sidebar-second) .view-referral-forms .views-field-field-area-of-practice {
      max-width: 250px; } }
  .region:not(.region--sidebar-second) .view-referral-forms .views-field-field-type-of-document .field__label,
  .region:not(.region--sidebar-second) .view-referral-forms .views-field-field-area-of-practice .field__label {
    color: #577679;
    display: block;
    font-size: 0.64em;
    text-transform: uppercase;
    margin-bottom: 0.26214em; }
  .region:not(.region--sidebar-second) .view-referral-forms .views-field-field-type-of-document .field__item,
  .region:not(.region--sidebar-second) .view-referral-forms .views-field-field-area-of-practice .field__item {
    font-size: 0.8em; }

.region:not(.region--sidebar-second) .view-referral-forms .views-field-field-type-of-document {
  margin-bottom: 1em; }
  @media (min-width: 29em) {
    .region:not(.region--sidebar-second) .view-referral-forms .views-field-field-type-of-document {
      padding-right: 0.64em;
      margin-bottom: 0; } }

@media (min-width: 29em) {
  .region:not(.region--sidebar-second) .view-referral-forms .views-field-field-area-of-practice {
    padding-left: 0.64em; } }

.region:not(.region--sidebar-second) .view-referral-forms .views-field-edit-node {
  -ms-flex: 100%;
      flex: 100%;
  margin-top: 0.64em;
  text-align: right; }
  @media (min-width: 29em) and (max-width: 72.9375em) {
    .region:not(.region--sidebar-second) .view-referral-forms .views-field-edit-node {
      text-align: left; } }
  @media (min-width: 73em) {
    .region:not(.region--sidebar-second) .view-referral-forms .views-field-edit-node {
      text-align: right; } }

.view-staff .view-filters,
.view-taxonomy-term .view-filters {
  margin-bottom: 1.5625em; }

.view-staff .view-content,
.view-taxonomy-term .view-content {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #fff;
  padding: 1.95312em; }
  .view-staff .view-content .views-row,
  .view-taxonomy-term .view-content .views-row {
    width: 100%; }
    @media (max-width: 76.6875em) {
      .view-staff .view-content .views-row:not(:first-child),
      .view-taxonomy-term .view-content .views-row:not(:first-child) {
        margin-top: 1.5625em;
        padding-top: 1.5625em;
        border-top: 1px solid #cecfd0; } }
    @media (min-width: 76.75em) {
      .view-staff .view-content .views-row,
      .view-taxonomy-term .view-content .views-row {
        width: 50%; }
        .view-staff .view-content .views-row:not(:nth-child(-n+2)),
        .view-taxonomy-term .view-content .views-row:not(:nth-child(-n+2)) {
          margin-top: 1.5625em; }
          .view-staff .view-content .views-row:not(:nth-child(-n+2)) .node__content,
          .view-taxonomy-term .view-content .views-row:not(:nth-child(-n+2)) .node__content {
            padding-top: 1.5625em;
            border-top: 1px solid #cecfd0; }
        .view-staff .view-content .views-row:nth-child(odd),
        .view-taxonomy-term .view-content .views-row:nth-child(odd) {
          padding-right: 1.25em; }
        .view-staff .view-content .views-row:nth-child(even),
        .view-taxonomy-term .view-content .views-row:nth-child(even) {
          padding-left: 1.25em; } }

.view-staff .feed-icons,
.view-taxonomy-term .feed-icons {
  margin-top: 1em; }

@media (min-width: 73em) {
  .region:not(.region--masthead-primary) .view-display-id-block_professional_staff_directory .views-exposed-form .js-form-type-textfield {
    min-width: 300px; } }

@media (min-width: 73em) {
  .region:not(.region--masthead-primary) .view-display-id-block_professional_staff_directory .views-exposed-form .js-form-type-select {
    min-width: 185px; } }

.block-views-blocknews-block-whats-new > h2 {
  margin-bottom: 1.5625em;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700; }
  @media (min-width: 29em) {
    .block-views-blocknews-block-whats-new > h2 {
      margin-bottom: 1.25em; } }

.block + .block-views-blocknews-block-whats-new {
  padding-top: 2.44141em;
  margin-top: 1.25em;
  border-top: 1px solid #f2f4f5; }

.view-news .views-row {
  padding-bottom: 1.95312em; }
  .view-news .views-row:not(:first-child) {
    padding-top: 2.44141em; }
    @media (min-width: 29em) {
      .view-news .views-row:not(:first-child) {
        padding-top: 1.95312em; } }
  .view-news .views-row:not(:last-child) {
    border-bottom: 1px solid #f2f4f5; }

.path-about-us .view-news .view-content {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 2.44141em; }

@media (max-width: 55.9375em) {
  .block-views-blockevents-block-featured-event {
    margin-top: 1.5625em; } }

.view-display-id-block_events_landing_page .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -0.512em;
  margin-right: -0.512em; }

.view-display-id-block_events_landing_page .views-row {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  padding: 0.512em;
  max-width: 491px; }
  @media (min-width: 29em) {
    .view-display-id-block_events_landing_page .views-row {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  @media (min-width: 81.75em) {
    .view-display-id-block_events_landing_page .views-row {
      -ms-flex: 0 0 33.3333333%;
          flex: 0 0 33.3333333%; } }

.view-workbench-dashboard .views-exposed-form {
  margin-bottom: 1.5625em; }
  @media (min-width: 73em) {
    .view-workbench-dashboard .views-exposed-form {
      margin-bottom: 0; } }
  @media (min-width: 29em) {
    .view-workbench-dashboard .views-exposed-form .form-actions {
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
      padding-top: calc(24px + 0.64em); } }

.field--name-field-paragraphs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .field--name-field-paragraphs > .field__item {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin: 5px; }
    .field--name-field-paragraphs > .field__item .paragraph--type--cta {
      background-position: center;
      background-size: cover;
      border-top-left-radius: .5em;
      border-top-right-radius: .5em;
      margin-bottom: 0;
      text-align: center;
      position: relative;
      height: 100%; }
      .field--name-field-paragraphs > .field__item .paragraph--type--cta a {
        color: white; }
        .field--name-field-paragraphs > .field__item .paragraph--type--cta a .field--name-field-title {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          background-color: rgba(0, 82, 155, 0.8);
          border-top-left-radius: .5em;
          border-top-right-radius: .5em;
          padding: 3em 1.5em;
          height: 100%;
          transition: all ease 0.3s;
          text-transform: uppercase; }
          .field--name-field-paragraphs > .field__item .paragraph--type--cta a .field--name-field-title:hover {
            background-color: rgba(0, 82, 155, 0.6); }

.paragraph--type--multi .field--name-field-multi-column-ctas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .paragraph--type--multi .field--name-field-multi-column-ctas > .field__item {
    -ms-flex: 1;
        flex: 1;
    margin: 5px;
    min-width: 200px; }

.path-error-404 {
  background-color: #89CBE2; }
  .path-error-404 .block-system-breadcrumb-block,
  .path-error-404 .sidebar,
  .path-error-404 #header,
  .path-error-404 #footer,
  .path-error-404 #page-content-prefix {
    display: none; }
  .path-error-404 .section-content {
    transition: all 0.3s ease;
    background-color: #89CBE2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    text-transform: uppercase; }
    .path-error-404 .section-content .layout-container {
      transition: all 0.3s ease;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      max-width: none;
      min-height: 100vh;
      margin-bottom: 0;
      margin-top: 0;
      padding-left: 0;
      padding-right: 0;
      border-bottom: 40px solid #6798aa;
      background-image: url("../../src/img/error404-ambulance.svg");
      background-repeat: no-repeat;
      background-position: center 100%;
      background-size: 170px; }
      @media (min-width: 29em) {
        .path-error-404 .section-content .layout-container {
          background-position: 270px 100%;
          background-size: calc(100% - 300px); } }
      @media (min-width: 38em) {
        .path-error-404 .section-content .layout-container {
          background-position: 350px 100%;
          background-size: calc(100% - 400px); } }
      @media (min-width: 48em) {
        .path-error-404 .section-content .layout-container {
          background-position: 400px 100%;
          background-size: calc(100% - 450px); } }
      @media (min-width: 62em) {
        .path-error-404 .section-content .layout-container {
          background-position: right 100px top 100%;
          background-size: 600px; } }
    .path-error-404 .section-content #main {
      display: block;
      -ms-flex: none;
          flex: none;
      padding-top: 1.5625em;
      padding-bottom: 1.5625em;
      padding-left: 2.44141em; }
    .path-error-404 .section-content h1 {
      color: #184F63; }
      @media (min-width: 81.75em) {
        .path-error-404 .section-content h1 {
          font-size: 3.8147em; } }
    .path-error-404 .section-content h2 {
      color: #184F63;
      font-weight: 700;
      font-size: 1.95312em; }
      @media (min-width: 38em) {
        .path-error-404 .section-content h2 {
          font-size: 2.44141em; } }
      @media (min-width: 81.75em) {
        .path-error-404 .section-content h2 {
          font-size: 3.8147em; } }
    .path-error-404 .section-content .content-wrap {
      max-width: 250px; }
      @media (min-width: 38em) {
        .path-error-404 .section-content .content-wrap {
          max-width: 350px; } }
      @media (min-width: 81.75em) {
        .path-error-404 .section-content .content-wrap {
          max-width: 450px; } }
      .path-error-404 .section-content .content-wrap a {
        transition: all 0.3s ease;
        font-size: 1.5625em;
        color: #184F63;
        border: 2px solid #184F63;
        padding: 0.64em;
        display: inline-block;
        border-radius: 5px; }
        @media (min-width: 48em) {
          .path-error-404 .section-content .content-wrap a:hover, .path-error-404 .section-content .content-wrap a:focus {
            background-color: #184F63;
            color: #89CBE2; } }

.node--type-article.node--view-mode-teaser .node__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.node--type-article.node--view-mode-teaser .field--name-field-teaser-image {
  position: relative;
  -ms-flex: 100%;
      flex: 100%; }
  @media (min-width: 29em) {
    .node--type-article.node--view-mode-teaser .field--name-field-teaser-image {
      -ms-flex: 30%;
          flex: 30%; } }
  .node--type-article.node--view-mode-teaser .field--name-field-teaser-image img {
    width: 100%; }

.node--type-article.node--view-mode-teaser .content-container {
  -ms-flex: 100%;
      flex: 100%;
  margin-top: 1.5625em; }
  @media (min-width: 29em) {
    .node--type-article.node--view-mode-teaser .content-container {
      width: 70%;
      max-width: 70%;
      padding-left: 1.5625em;
      margin-top: 0; } }

.node--type-article.node--view-mode-teaser h2 {
  font-size: 1.5625em; }

.node--type-article.node--view-mode-teaser .field--name-field-teaser-body p {
  margin-bottom: 0.8em; }

.node--type-article.node--view-mode-teaser .node__links li {
  padding: 0; }

.block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px; }
  @media (min-width: 29em) and (max-width: 55.9375em) {
    .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .node__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .field--name-field-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    border: 3px solid #fff; }
    @media (min-width: 29em) and (max-width: 55.9375em) {
      .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .field--name-field-image {
        -ms-flex: 40%;
            flex: 40%;
        position: relative;
        border-radius: 0px;
        border: none;
        margin-left: 1.5625em;
        margin-top: 1.5625em;
        margin-bottom: 1.5625em; } }
    @media (min-width: 29em) and (max-width: 55.9375em) {
      .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .field--name-field-image img {
        border-radius: 5px; } }
  .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .content-container {
    padding: 1.5625em 1.5625em; }
    @media (min-width: 29em) and (max-width: 55.9375em) {
      .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .content-container {
        -ms-flex: 60%;
            flex: 60%; } }
    @media (min-width: 81.75em) {
      .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .content-container {
        padding: 1.5625em 2.44141em; } }
    .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .content-container h2 {
      font-size: 1.5625em; }
    .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .content-container .field--name-field-body {
      margin-bottom: 1em; }
      @media (min-width: 29em) {
        .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .content-container .field--name-field-body p {
          font-size: 0.8em; } }
  .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .node-readmore {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    transition: box-shadow 0.4s ease-in-out;
    border-radius: 5px;
    border: 3px solid #fff;
    padding: 0; }
    .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .node-readmore:hover {
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
      .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .node-readmore:hover a {
        text-decoration: none;
        background-color: #447bab; }
        .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .node-readmore:hover a::after {
          transform: translate(0, -50%);
          opacity: 1; }
    .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .node-readmore a {
      transition: background-color 0.4s ease-in-out;
      background-color: #3d6e99;
      color: white;
      display: block;
      position: relative;
      padding: 1em 2.44141em;
      text-align: center;
      text-transform: uppercase;
      border-radius: 3px; }
      .block-views-blocksidebar-second-block-cta .node--type-cta-promotions.node--view-mode-teaser .node-readmore a::after {
        transition: transform 0.5s cubic-bezier(0, 0, 0.33, 1), opacity 0.3s cubic-bezier(0, 0, 0.33, 1);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f061';
        font-size: 1.25em;
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translate(-100%, -50%);
        opacity: 0; }

@media (min-width: 73em) {
  .node--type-document .node__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.node--type-document .node__content .field {
  margin-bottom: 1em;
  padding-bottom: 1em; }
  @media (min-width: 73em) {
    .node--type-document .node__content .field {
      -ms-flex: calc(50% - 2em);
          flex: calc(50% - 2em); }
      .node--type-document .node__content .field:nth-child(odd):not(:last-child) {
        padding-right: 1em;
        margin-right: 1em;
        border-right: 1px solid #cecfd0; } }

.node--type-document .node__content .field__label {
  padding-bottom: 0.64em;
  margin-bottom: 0.64em;
  border-bottom: 1px dashed #cecfd0; }

.node--type-document .node__content .field__item a {
  color: #577679;
  font-weight: 400;
  text-decoration: underline; }
  .node--type-document .node__content .field__item a:hover {
    text-decoration: none; }

.node--type-document .node__content .field--name-field-file .field__item .file {
  background: transparent;
  display: inline-block;
  padding-left: 0; }

.node--type-document .node__content .field--name-field-file .field__item a {
  border: 1px solid transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1em;
  overflow: hidden;
  padding: 0.512em 1em;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color .3s ease-out, border-color .3s ease-out;
  margin-right: 1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  transition: all 0.4s ease-in-out;
  background-color: #3d6e99;
  color: #fff;
  display: block;
  position: relative;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  padding: 1em;
  border-radius: 3px;
  font-size: 1em;
  text-transform: none;
  padding-left: 2.44141em;
  background-image: url("../img/icons/file.svg");
  background-repeat: no-repeat;
  background-position: 1em;
  background-size: 1em; }
  @media (min-width: 38em) {
    .node--type-document .node__content .field--name-field-file .field__item a {
      padding: 0.8em 2.44141em; } }
  @media (min-width: 62em) {
    .node--type-document .node__content .field--name-field-file .field__item a {
      padding: 0.64em 3.05176em; } }
  .node--type-document .node__content .field--name-field-file .field__item a:hover {
    text-decoration: none; }
  .node--type-document .node__content .field--name-field-file .field__item a:hover {
    text-decoration: none;
    background-color: #5088b9;
    transform: translateY(-2px); }

.node--type-document .node__content .field--name-field-area-of-practice .field__item {
  display: inline-block;
  margin-bottom: 0.512em; }
  .node--type-document .node__content .field--name-field-area-of-practice .field__item:not(:last-child):not(:only-child) {
    margin-right: 0.16777em; }
    .node--type-document .node__content .field--name-field-area-of-practice .field__item:not(:last-child):not(:only-child)::after {
      content: ','; }

.view-emergency-banner .views-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5625em 2.44141em;
  background-color: #EBFFF1; }
  @media (min-width: 38em) {
    .view-emergency-banner .views-row {
      padding: 1em 2.44141em; } }
  @media (min-width: 81.75em) {
    .view-emergency-banner .views-row {
      padding: 1em 1em; } }
  .view-emergency-banner .views-row::before, .view-emergency-banner .views-row::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100vw - 1330px / 2);
    background-color: #EBFFF1; }
  .view-emergency-banner .views-row::before {
    left: 0;
    transform: translateX(-100%); }
  .view-emergency-banner .views-row::after {
    right: 0;
    transform: translateX(100%); }
  .view-emergency-banner .views-row .views-field-title {
    padding-right: 0.8em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 100%;
        flex: 100%;
    padding-bottom: 0.64em; }
    @media (min-width: 48em) {
      .view-emergency-banner .views-row .views-field-title {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        padding-bottom: 0; } }
    .view-emergency-banner .views-row .views-field-title::before {
      content: '\f071';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 1.95312em;
      padding-right: 0.512em; }
    .view-emergency-banner .views-row .views-field-title a {
      transition: all 0.3s ease-in-out;
      color: #17191A;
      text-transform: uppercase; }
      .view-emergency-banner .views-row .views-field-title a::after {
        content: ':'; }
      .view-emergency-banner .views-row .views-field-title a:hover {
        opacity: 0.5; }
  @media (min-width: 48em) {
    .view-emergency-banner .views-row .views-field-field-body {
      -ms-flex: 1;
          flex: 1; } }
  .view-emergency-banner .views-row .views-field-field-body p:last-child {
    margin-bottom: 0; }

.view-emergency-banner .low-level-information-banner {
  background-color: #EBFFF1; }
  .view-emergency-banner .low-level-information-banner::before, .view-emergency-banner .low-level-information-banner::after {
    background-color: #EBFFF1; }
  .view-emergency-banner .low-level-information-banner .views-field-title::before {
    color: #1E8649; }

.view-emergency-banner .warning-banner {
  background-color: #FFF1E6; }
  .view-emergency-banner .warning-banner::before, .view-emergency-banner .warning-banner::after {
    background-color: #FFF1E6; }
  .view-emergency-banner .warning-banner .views-field-title::before {
    color: #FF5F00; }

.view-emergency-banner .critical-banner {
  background-color: #FFEDED; }
  .view-emergency-banner .critical-banner::before, .view-emergency-banner .critical-banner::after {
    background-color: #FFEDED; }
  .view-emergency-banner .critical-banner .views-field-title::before {
    color: #FF0000; }

.path-node.node--type-emergency-banner .field--name-field-of-type {
  display: inline-block;
  background-color: #f2f4f5;
  color: #17191A;
  padding: 0.4096em 1em;
  border-radius: 3px;
  border: 1px solid #fff; }

.node--type-event.node--view-mode-teaser {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden; }
  .node--type-event.node--view-mode-teaser .field--name-field-banner {
    margin-bottom: 0; }
  .node--type-event.node--view-mode-teaser .content-container {
    padding: 2.44141em; }
    @media (min-width: 29em) {
      .node--type-event.node--view-mode-teaser .content-container {
        padding: 1.5625em; } }
    @media (min-width: 48em) {
      .node--type-event.node--view-mode-teaser .content-container {
        padding: 2.44141em; } }
    .node--type-event.node--view-mode-teaser .content-container .field--name-field-event-start-date {
      text-transform: uppercase;
      font-size: 0.8em;
      font-weight: 700;
      color: #577679;
      margin-bottom: 0.64em; }
      @media (min-width: 29em) {
        .node--type-event.node--view-mode-teaser .content-container .field--name-field-event-start-date {
          font-size: 0.64em; } }
      @media (min-width: 48em) {
        .node--type-event.node--view-mode-teaser .content-container .field--name-field-event-start-date {
          font-size: 0.8em; } }
      @media (min-width: 62em) {
        .node--type-event.node--view-mode-teaser .content-container .field--name-field-event-start-date {
          font-size: 0.64em; } }
      @media (min-width: 73em) {
        .node--type-event.node--view-mode-teaser .content-container .field--name-field-event-start-date {
          font-size: 0.8em; } }
    .node--type-event.node--view-mode-teaser .content-container h2 {
      margin-bottom: 0;
      font-size: 1.25em; }
      .node--type-event.node--view-mode-teaser .content-container h2 a {
        color: #00529b;
        font-weight: 700; }
        .node--type-event.node--view-mode-teaser .content-container h2 a:hover {
          color: #61b4e4; }

.node--type-event.node--view-mode-teaser-featured {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 3px; }
  @media (min-width: 76.75em) {
    .node--type-event.node--view-mode-teaser-featured {
      box-shadow: none; } }
  .node--type-event.node--view-mode-teaser-featured .node__content {
    position: relative;
    width: 100%; }
    @media (min-width: 76.75em) {
      .node--type-event.node--view-mode-teaser-featured .node__content {
        height: 400px; } }
  .node--type-event.node--view-mode-teaser-featured .image-container {
    position: relative;
    margin-bottom: 0;
    overflow: hidden; }
    @media (min-width: 42.8125em) {
      .node--type-event.node--view-mode-teaser-featured .image-container {
        height: 400px; } }
    @media (min-width: 56em) {
      .node--type-event.node--view-mode-teaser-featured .image-container {
        height: auto; } }
    @media (min-width: 65.0625em) {
      .node--type-event.node--view-mode-teaser-featured .image-container {
        height: 400px; } }
    @media (min-width: 76.75em) {
      .node--type-event.node--view-mode-teaser-featured .image-container {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%); } }
    @media (min-width: 42.8125em) {
      .node--type-event.node--view-mode-teaser-featured .image-container img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
    @media (min-width: 56em) {
      .node--type-event.node--view-mode-teaser-featured .image-container img {
        position: static;
        transform: none; } }
    @media (min-width: 65.0625em) {
      .node--type-event.node--view-mode-teaser-featured .image-container img {
        position: absolute;
        transform: translate(-50%, -50%); } }
  .node--type-event.node--view-mode-teaser-featured .content-container {
    background-color: #fff;
    position: relative;
    padding: 2.44141em 3.8147em 2.44141em 4.76837em; }
    @media (min-width: 29em) {
      .node--type-event.node--view-mode-teaser-featured .content-container {
        padding: 2.44141em 3.8147em 2.44141em 5.96046em; } }
    @media (min-width: 76.75em) {
      .node--type-event.node--view-mode-teaser-featured .content-container {
        position: absolute;
        top: 70%;
        transform: translateY(-50%);
        max-width: 480px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; } }
    .node--type-event.node--view-mode-teaser-featured .content-container:before {
      font-family: 'Font Awesome 5 Free';
      content: '\f073';
      font-weight: 900;
      font-size: 1.5625em;
      color: #ff5f00;
      position: absolute;
      left: 1.1em;
      top: 1.95312em;
      transform: translateY(-50%); }
      @media (min-width: 29em) {
        .node--type-event.node--view-mode-teaser-featured .content-container:before {
          left: 1.95312em;
          top: 1.95312em; } }
    .node--type-event.node--view-mode-teaser-featured .content-container .field--name-field-event-start-date {
      text-transform: uppercase;
      font-size: 0.8em;
      font-weight: 700;
      color: #577679;
      margin-bottom: 0.64em; }
    .node--type-event.node--view-mode-teaser-featured .content-container h2 {
      margin-bottom: 0;
      font-size: 1.25em; }
      @media (min-width: 29em) {
        .node--type-event.node--view-mode-teaser-featured .content-container h2 {
          font-size: 1.5625em; } }
      .node--type-event.node--view-mode-teaser-featured .content-container h2 a {
        color: #00529b;
        font-weight: 700; }
        .node--type-event.node--view-mode-teaser-featured .content-container h2 a:hover {
          color: #61b4e4; }

.node.node--type-event:not(.node--view-mode-teaser-featured) .field--name-field-banner {
  width: 100%; }
  .node.node--type-event:not(.node--view-mode-teaser-featured) .field--name-field-banner img {
    width: 100%; }

.node.node--type-event:not(.node--view-mode-teaser-featured) .field--name-field-location {
  padding-right: 0; }
  .node.node--type-event:not(.node--view-mode-teaser-featured) .field--name-field-location .field__label {
    border: 0;
    -webkit-clip-path: rect(0, 0, 0, 0);
            clip-path: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .node.node--type-event:not(.node--view-mode-teaser-featured) .field--name-field-location:before {
    content: '\f041'; }

.node.node--type-event:not(.node--view-mode-teaser-featured) .field--name-body {
  border-bottom: 1px solid #a9abac;
  margin-bottom: 1em; }
  .node.node--type-event:not(.node--view-mode-teaser-featured) .field--name-body p:last-child {
    margin-bottom: 1.5625em; }

.node.node--type-event:not(.node--view-mode-teaser-featured) .field--name-field-categories .field__item {
  display: inline-block;
  background-color: #f2f4f5;
  color: #17191A;
  padding: 0.4096em 1em;
  border-radius: 3px;
  border: 1px solid #fff; }

.node--type-staff-directory .node__content .field--type-entity-reference,
.node--type-staff-directory .node__content .field--type-boolean {
  margin-bottom: 1em; }

.node--type-staff-directory .node__content .field--type-list-string,
.node--type-staff-directory .node__content .field--type-string {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1em; }

.node--type-staff-directory .node__content .field__items a,
.node--type-staff-directory .node__content .field__item a {
  color: #393e40;
  font-weight: 400;
  text-decoration: underline; }
  .node--type-staff-directory .node__content .field__items a:hover,
  .node--type-staff-directory .node__content .field__item a:hover {
    text-decoration: none; }

.node--type-staff-directory .node__content .field--name-field-suffix {
  -ms-flex: 100%;
      flex: 100%;
  padding-left: 0.4096em; }

.node--type-staff-directory .node__content .field--name-field-type-of-professional .field__item {
  display: inline-block; }
  .node--type-staff-directory .node__content .field--name-field-type-of-professional .field__item:last-child:after {
    display: none; }
  .node--type-staff-directory .node__content .field--name-field-type-of-professional .field__item:after {
    content: '/';
    display: inline-block;
    margin-left: 0.26214em; }

.node--type-staff-directory .node__content .field--name-field-phone-number {
  text-transform: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-color: inherit; }

.node--type-staff-directory .node__content .field--name-body .field__label {
  text-transform: uppercase;
  font-size: 1em;
  color: #393e40;
  font-weight: 700;
  margin-bottom: 1em; }

.path-node.node--type-homepage-slider .field--name-field-image {
  margin-bottom: 1em; }

.path-frontpage .block-views-blocknews-block-whats-new {
  background-color: #f2f4f5;
  margin: 0 auto;
  padding: 1em;
  position: relative; }
  .path-frontpage .block-views-blocknews-block-whats-new:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-color: #f2f4f5;
    z-index: -1; }
  .path-frontpage .block-views-blocknews-block-whats-new > h2 {
    text-align: center;
    color: #00529b;
    font-size: 1.95312em; }
  .path-frontpage .block-views-blocknews-block-whats-new .more-link {
    text-align: center; }
    .path-frontpage .block-views-blocknews-block-whats-new .more-link a {
      position: relative;
      width: 100%;
      display: block;
      font-size: 0.8em;
      font-weight: 700;
      text-transform: uppercase;
      padding-right: 1.95312em;
      font-size: 1.25em;
      text-transform: lowercase;
      color: #393e40; }
      .path-frontpage .block-views-blocknews-block-whats-new .more-link a::after {
        transition: all 0.3s ease-in-out;
        content: '\f105';
        font-family: 'Font Awesome\ 5 Free';
        font-size: 1.95312em;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translate(0%, -50%); }
      .path-frontpage .block-views-blocknews-block-whats-new .more-link a:hover::after {
        transform: translate(5px, -50%); }
      .path-frontpage .block-views-blocknews-block-whats-new .more-link a:after {
        margin-left: 1em;
        right: auto; }
      .path-frontpage .block-views-blocknews-block-whats-new .more-link a:hover {
        color: #00529b; }
  .path-frontpage .block-views-blocknews-block-whats-new .view-news .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 56em) {
      .path-frontpage .block-views-blocknews-block-whats-new .view-news .view-content {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .path-frontpage .block-views-blocknews-block-whats-new .view-news .view-content .views-row {
      padding-top: 0; }
      @media (min-width: 56em) {
        .path-frontpage .block-views-blocknews-block-whats-new .view-news .view-content .views-row {
          -ms-flex: 1 0 45%;
              flex: 1 0 45%; } }
      @media (min-width: 56em) {
        .path-frontpage .block-views-blocknews-block-whats-new .view-news .view-content .views-row:first-child {
          margin-right: 1.25em; } }
      .path-frontpage .block-views-blocknews-block-whats-new .view-news .view-content .views-row > article {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        .path-frontpage .block-views-blocknews-block-whats-new .view-news .view-content .views-row > article > h2 {
          -ms-flex-order: 2;
              order: 2;
          font-size: 1.25em; }
        .path-frontpage .block-views-blocknews-block-whats-new .view-news .view-content .views-row > article .node__content {
          padding-bottom: 1.5625em; }

.region--masthead-primary .menu--main .menu .search-icon,
.region--masthead-primary .menu--main .search-icon,
.region--masthead-primary .menu-tools .menu .search-icon,
.region--masthead-primary .menu-tools .search-icon {
  display: none; }

.region--masthead-primary .menu-tools .search-icon {
  margin-right: 1em; }

.block-views-exposed-filter-blockacquia-search-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  -ms-flex-order: 3;
      order: 3;
  opacity: 1;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media (min-width: 56em) {
    .block-views-exposed-filter-blockacquia-search-page {
      -ms-flex-order: 1;
          order: 1;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px; } }
  @media (min-width: 56em) and (max-width: 62em) {
    .block-views-exposed-filter-blockacquia-search-page {
      margin-right: 0.8em; } }
  @media (min-width: 62em) {
    .block-views-exposed-filter-blockacquia-search-page {
      margin-right: 2.44141em; } }
  .block-views-exposed-filter-blockacquia-search-page form label {
    border: 0;
    -webkit-clip-path: rect(0, 0, 0, 0);
            clip-path: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .block-views-exposed-filter-blockacquia-search-page form#views-exposed-form-acquia-search-page {
    width: 100%; }
    .block-views-exposed-filter-blockacquia-search-page form#views-exposed-form-acquia-search-page .form-item-search {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin-right: 0;
      float: none;
      position: relative; }
      @media (min-width: 56em) {
        .block-views-exposed-filter-blockacquia-search-page form#views-exposed-form-acquia-search-page .form-item-search {
          -ms-flex: 0 0 350px;
              flex: 0 0 350px; } }
      .block-views-exposed-filter-blockacquia-search-page form#views-exposed-form-acquia-search-page .form-item-search::before {
        content: '';
        width: 15px;
        height: 15px;
        background-image: url("../../src/img/icons/search.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 16px;
        left: 15px; }
  .block-views-exposed-filter-blockacquia-search-page form input[name="search"] {
    color: #393e40;
    border: 1px solid #577679;
    border-radius: 0;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
    height: 50px;
    padding-left: 2.5em;
    padding-right: 0;
    box-shadow: none; }
    .block-views-exposed-filter-blockacquia-search-page form input[name="search"]::-ms-clear {
      display: none;
      width: 0;
      height: 0; }
    .block-views-exposed-filter-blockacquia-search-page form input[name="search"]::-ms-reveal {
      display: none;
      width: 0;
      height: 0; }
    .block-views-exposed-filter-blockacquia-search-page form input[name="search"]:focus {
      box-shadow: none; }
  .block-views-exposed-filter-blockacquia-search-page form .form-actions {
    display: none; }

.region--sidebar-second .menu--main .menu .search-icon,
.region--sidebar-second .menu--main .search-icon,
.region--sidebar-second .menu-tools .menu .search-icon,
.region--sidebar-second .menu-tools .search-icon {
  display: none; }

.path-search .region--masthead-primary .search-icon {
  display: none !important; }

.path-search .block-views-exposed-filter-blockacquia-search-page {
  position: static;
  width: 100%;
  transition: none;
  opacity: 1;
  -ms-flex-order: 3;
      order: 3;
  margin-top: 1em;
  max-height: none; }
  .path-search .block-views-exposed-filter-blockacquia-search-page .form-actions input {
    margin-left: 1em;
    margin-right: 1em; }

.node--type-staff-directory.path-node .page-title {
  border: 0;
  -webkit-clip-path: rect(0, 0, 0, 0);
          clip-path: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.node--type-staff-directory.path-node .node__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .node--type-staff-directory.path-node .node__content .image-container {
    -ms-flex: 30%;
        flex: 30%; }
    @media (min-width: 29em) {
      .node--type-staff-directory.path-node .node__content .image-container {
        padding-right: 1.5625em; } }
    @media (min-width: 38em) {
      .node--type-staff-directory.path-node .node__content .image-container {
        max-width: 290px; } }
  .node--type-staff-directory.path-node .node__content .field--name-field-image {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 3px; }
    @media (min-width: 29em) {
      .node--type-staff-directory.path-node .node__content .field--name-field-image {
        width: 100%;
        height: 0;
        padding-top: 100%; } }
    @media (min-width: 38em) {
      .node--type-staff-directory.path-node .node__content .field--name-field-image {
        max-width: 290px; } }
    .node--type-staff-directory.path-node .node__content .field--name-field-image::after {
      content: '';
      background-image: url("../../src/img/default-user-image-no-shadow.svg");
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      border-radius: 5px;
      border: 2px solid #fff; }
    .node--type-staff-directory.path-node .node__content .field--name-field-image img {
      position: absolute; }
  .node--type-staff-directory.path-node .node__content .content-container {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%; }
    .node--type-staff-directory.path-node .node__content .content-container .field--name-field-referral-forms .field__label {
      text-transform: uppercase;
      font-size: 1em;
      color: #393e40;
      font-weight: 700;
      margin-bottom: 1em;
      padding-bottom: 0; }
    .node--type-staff-directory.path-node .node__content .content-container .field--name-field-referral-forms .field__items a {
      color: #00529b;
      transition: color 0.3s ease-out;
      font-weight: 500;
      text-decoration: none; }
      .node--type-staff-directory.path-node .node__content .content-container .field--name-field-referral-forms .field__items a::before {
        content: '\f15c';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        padding-right: 0.64em; }
      .node--type-staff-directory.path-node .node__content .content-container .field--name-field-referral-forms .field__items a:hover {
        color: #80a9cd; }
  .node--type-staff-directory.path-node .node__content .title-container {
    padding-bottom: 0.64em;
    border-bottom: 1px solid #E9EFF2; }
    @media (min-width: 29em) {
      .node--type-staff-directory.path-node .node__content .title-container {
        padding-bottom: 0;
        border-bottom: 0; } }
    @media (min-width: 29em) {
      .node--type-staff-directory.path-node .node__content .title-container h2 {
        margin-bottom: 0.16777em; } }
    @media (min-width: 38em) {
      .node--type-staff-directory.path-node .node__content .title-container h2 {
        font-size: 2.44141em; } }
    @media (min-width: 81.75em) {
      .node--type-staff-directory.path-node .node__content .title-container h2 {
        font-size: 3.05176em; } }
  .node--type-staff-directory.path-node .node__content .field--name-field-suffix {
    display: block;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding-left: 0; }
  .node--type-staff-directory.path-node .node__content .field--name-field-area-of-practice,
  .node--type-staff-directory.path-node .node__content .field--name-field-languages-spoken,
  .node--type-staff-directory.path-node .node__content .field--name-field-department,
  .node--type-staff-directory.path-node .node__content .field--name-field-accepts-patients,
  .node--type-staff-directory.path-node .node__content .field--name-field-type-of-professional,
  .node--type-staff-directory.path-node .node__content .field--name-field-address,
  .node--type-staff-directory.path-node .node__content .field--name-field-phone-number,
  .node--type-staff-directory.path-node .node__content .field--name-field-fax {
    margin-bottom: 1.25em; }
    .node--type-staff-directory.path-node .node__content .field--name-field-area-of-practice .field__item,
    .node--type-staff-directory.path-node .node__content .field--name-field-languages-spoken .field__item,
    .node--type-staff-directory.path-node .node__content .field--name-field-department .field__item,
    .node--type-staff-directory.path-node .node__content .field--name-field-accepts-patients .field__item,
    .node--type-staff-directory.path-node .node__content .field--name-field-type-of-professional .field__item,
    .node--type-staff-directory.path-node .node__content .field--name-field-address .field__item,
    .node--type-staff-directory.path-node .node__content .field--name-field-phone-number .field__item,
    .node--type-staff-directory.path-node .node__content .field--name-field-fax .field__item {
      font-size: 1.25em; }
  .node--type-staff-directory.path-node .node__content .field--name-body {
    -ms-flex: 100%;
        flex: 100%;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    width: 100%; }
    .node--type-staff-directory.path-node .node__content .field--name-body .field__label {
      padding-bottom: 0; }
  .node--type-staff-directory.path-node .node__content .field--name-field-accepts-patients .field__label {
    color: #93397f; }
  .node--type-staff-directory.path-node .node__content .field--name-field-accepts-patients .field__item {
    border: 0;
    -webkit-clip-path: rect(0, 0, 0, 0);
            clip-path: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.node--type-staff-directory .node__links .links {
  display: block;
  margin-top: 0.8em; }
  .node--type-staff-directory .node__links .links li.node-readmore {
    padding: 0; }
    .node--type-staff-directory .node__links .links li.node-readmore a {
      transition: all 0.4s ease-in-out;
      background-color: #3d6e99;
      color: #fff;
      display: block;
      position: relative;
      font-size: 0.8em;
      text-align: center;
      text-transform: uppercase;
      padding: 1em;
      border-radius: 3px;
      display: inline; }
      .node--type-staff-directory .node__links .links li.node-readmore a:hover {
        text-decoration: none;
        background-color: #5088b9;
        transform: translateY(-2px); }

@media (min-width: 29em) {
  .node--type-staff-directory .node__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; } }

.node--type-staff-directory .node__content .field--name-field-image {
  display: block;
  width: 100%;
  max-width: 180px;
  min-width: 60px;
  margin: 1.95312em auto 1.95312em auto; }
  @media (min-width: 29em) {
    .node--type-staff-directory .node__content .field--name-field-image {
      margin: 0;
      padding-right: 1em; } }
  .node--type-staff-directory .node__content .field--name-field-image .field__item {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 3px; }
    .node--type-staff-directory .node__content .field--name-field-image .field__item::after {
      content: '';
      background-image: url("../../src/img/default-user-image-no-shadow.svg");
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      border-radius: 5px;
      border: 2px solid #fff; }
  .node--type-staff-directory .node__content .field--name-field-image a img {
    transition: all 0.3s ease-in-out; }
  .node--type-staff-directory .node__content .field--name-field-image a img:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    opacity: 1; }
  .node--type-staff-directory .node__content .field--name-field-image img {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-radius: 5px;
    border: 2px solid #fff; }

.node--type-staff-directory .node__content .content-container {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin: 0 auto 1.5625em auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (min-width: 29em) {
    .node--type-staff-directory .node__content .content-container {
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
      max-width: calc(100% - 60px - 1em);
      margin: 0; } }
  @media (min-width: 76.75em) {
    .node--type-staff-directory .node__content .content-container {
      -ms-flex: 0 0 287px;
          flex: 0 0 287px; } }

.node--type-staff-directory .node__content .title-container {
  width: 100%;
  text-align: center;
  margin-bottom: 1.5625em; }
  @media (min-width: 29em) {
    .node--type-staff-directory .node__content .title-container {
      text-align: left;
      margin-bottom: 0; } }
  @media (min-width: 62em) {
    .node--type-staff-directory .node__content .title-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: start; } }
  .node--type-staff-directory .node__content .title-container h2 {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    font-size: 1.95312em;
    font-weight: 700;
    margin-bottom: 0.16777em; }
    @media (min-width: 29em) {
      .node--type-staff-directory .node__content .title-container h2 {
        font-size: 1.5625em; } }
    @media (min-width: 62em) {
      .node--type-staff-directory .node__content .title-container h2 {
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
        padding-right: .5em; } }
    .node--type-staff-directory .node__content .title-container h2 a {
      color: #17191A; }
      .node--type-staff-directory .node__content .title-container h2 a:hover {
        color: #577679;
        text-decoration: none; }
  @media (min-width: 62em) {
    .node--type-staff-directory .node__content .title-container .node__links {
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; } }

.node--type-staff-directory .node__content .field--name-field-area-of-practice,
.node--type-staff-directory .node__content .field--name-field-languages-spoken,
.node--type-staff-directory .node__content .field--name-field-department,
.node--type-staff-directory .node__content .field--name-field-accepts-patients,
.node--type-staff-directory .node__content .field--name-field-type-of-professional,
.node--type-staff-directory .node__content .field--name-field-address,
.node--type-staff-directory .node__content .field--name-field-phone-number,
.node--type-staff-directory .node__content .field--name-field-fax {
  float: left;
  width: 50%;
  margin-bottom: 0;
  padding-right: 1em; }
  .node--type-staff-directory .node__content .field--name-field-area-of-practice a,
  .node--type-staff-directory .node__content .field--name-field-languages-spoken a,
  .node--type-staff-directory .node__content .field--name-field-department a,
  .node--type-staff-directory .node__content .field--name-field-accepts-patients a,
  .node--type-staff-directory .node__content .field--name-field-type-of-professional a,
  .node--type-staff-directory .node__content .field--name-field-address a,
  .node--type-staff-directory .node__content .field--name-field-phone-number a,
  .node--type-staff-directory .node__content .field--name-field-fax a {
    transition: all 0.3s;
    color: #00529b;
    text-decoration: none; }
    .node--type-staff-directory .node__content .field--name-field-area-of-practice a:hover,
    .node--type-staff-directory .node__content .field--name-field-languages-spoken a:hover,
    .node--type-staff-directory .node__content .field--name-field-department a:hover,
    .node--type-staff-directory .node__content .field--name-field-accepts-patients a:hover,
    .node--type-staff-directory .node__content .field--name-field-type-of-professional a:hover,
    .node--type-staff-directory .node__content .field--name-field-address a:hover,
    .node--type-staff-directory .node__content .field--name-field-phone-number a:hover,
    .node--type-staff-directory .node__content .field--name-field-fax a:hover {
      opacity: 0.5; }
  .node--type-staff-directory .node__content .field--name-field-area-of-practice:nth-child(-n+2):not(:nth-last-child(-n+2)),
  .node--type-staff-directory .node__content .field--name-field-languages-spoken:nth-child(-n+2):not(:nth-last-child(-n+2)),
  .node--type-staff-directory .node__content .field--name-field-department:nth-child(-n+2):not(:nth-last-child(-n+2)),
  .node--type-staff-directory .node__content .field--name-field-accepts-patients:nth-child(-n+2):not(:nth-last-child(-n+2)),
  .node--type-staff-directory .node__content .field--name-field-type-of-professional:nth-child(-n+2):not(:nth-last-child(-n+2)),
  .node--type-staff-directory .node__content .field--name-field-address:nth-child(-n+2):not(:nth-last-child(-n+2)),
  .node--type-staff-directory .node__content .field--name-field-phone-number:nth-child(-n+2):not(:nth-last-child(-n+2)),
  .node--type-staff-directory .node__content .field--name-field-fax:nth-child(-n+2):not(:nth-last-child(-n+2)) {
    margin-bottom: 0.64em; }
  .node--type-staff-directory .node__content .field--name-field-area-of-practice .field__label,
  .node--type-staff-directory .node__content .field--name-field-languages-spoken .field__label,
  .node--type-staff-directory .node__content .field--name-field-department .field__label,
  .node--type-staff-directory .node__content .field--name-field-accepts-patients .field__label,
  .node--type-staff-directory .node__content .field--name-field-type-of-professional .field__label,
  .node--type-staff-directory .node__content .field--name-field-address .field__label,
  .node--type-staff-directory .node__content .field--name-field-phone-number .field__label,
  .node--type-staff-directory .node__content .field--name-field-fax .field__label {
    color: #577679;
    font-size: 0.8em;
    font-weight: 700;
    padding-bottom: 0; }
  .node--type-staff-directory .node__content .field--name-field-area-of-practice .field__items,
  .node--type-staff-directory .node__content .field--name-field-languages-spoken .field__items,
  .node--type-staff-directory .node__content .field--name-field-department .field__items,
  .node--type-staff-directory .node__content .field--name-field-accepts-patients .field__items,
  .node--type-staff-directory .node__content .field--name-field-type-of-professional .field__items,
  .node--type-staff-directory .node__content .field--name-field-address .field__items,
  .node--type-staff-directory .node__content .field--name-field-phone-number .field__items,
  .node--type-staff-directory .node__content .field--name-field-fax .field__items {
    line-height: 100%; }
  .node--type-staff-directory .node__content .field--name-field-area-of-practice .field__item,
  .node--type-staff-directory .node__content .field--name-field-languages-spoken .field__item,
  .node--type-staff-directory .node__content .field--name-field-department .field__item,
  .node--type-staff-directory .node__content .field--name-field-accepts-patients .field__item,
  .node--type-staff-directory .node__content .field--name-field-type-of-professional .field__item,
  .node--type-staff-directory .node__content .field--name-field-address .field__item,
  .node--type-staff-directory .node__content .field--name-field-phone-number .field__item,
  .node--type-staff-directory .node__content .field--name-field-fax .field__item {
    font-size: 0.8em;
    display: inline-block;
    line-height: normal;
    font-weight: 400; }
    .node--type-staff-directory .node__content .field--name-field-area-of-practice .field__item:not(:last-child)::after,
    .node--type-staff-directory .node__content .field--name-field-languages-spoken .field__item:not(:last-child)::after,
    .node--type-staff-directory .node__content .field--name-field-department .field__item:not(:last-child)::after,
    .node--type-staff-directory .node__content .field--name-field-accepts-patients .field__item:not(:last-child)::after,
    .node--type-staff-directory .node__content .field--name-field-type-of-professional .field__item:not(:last-child)::after,
    .node--type-staff-directory .node__content .field--name-field-address .field__item:not(:last-child)::after,
    .node--type-staff-directory .node__content .field--name-field-phone-number .field__item:not(:last-child)::after,
    .node--type-staff-directory .node__content .field--name-field-fax .field__item:not(:last-child)::after {
      content: ',';
      display: inline-block;
      padding-right: 0.16777em;
      padding-left: 0.16777em; }

.node--type-staff-directory.node--view-mode-teaser .field--name-field-area-of-practice:nth-child(odd),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-languages-spoken:nth-child(odd),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-department:nth-child(odd),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-accepts-patients:nth-child(odd),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-type-of-professional:nth-child(odd),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-address:nth-child(odd),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-phone-number:nth-child(odd) {
  padding-left: 0.4096em;
  padding-right: 0;
  text-align: right; }
  @media (min-width: 29em) {
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-area-of-practice:nth-child(odd),
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-languages-spoken:nth-child(odd),
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-department:nth-child(odd),
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-accepts-patients:nth-child(odd),
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-type-of-professional:nth-child(odd),
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-address:nth-child(odd),
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-phone-number:nth-child(odd) {
      text-align: left; } }

.node--type-staff-directory.node--view-mode-teaser .field--name-field-area-of-practice:nth-child(even),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-languages-spoken:nth-child(even),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-department:nth-child(even),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-accepts-patients:nth-child(even),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-type-of-professional:nth-child(even),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-address:nth-child(even),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-phone-number:nth-child(even) {
  padding-right: 0.4096em; }

.node--type-staff-directory.node--view-mode-teaser .field--name-field-accepts-patients .field__label {
  color: #93397f; }

.node--type-staff-directory.node--view-mode-teaser .field--name-field-accepts-patients .field__item {
  border: 0;
  -webkit-clip-path: rect(0, 0, 0, 0);
          clip-path: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.node--type-staff-directory.node--view-mode-teaser .field--name-field-area-of-practice:nth-child(odd),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-languages-spoken:nth-child(odd),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-department:nth-child(odd),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-accepts-patients:nth-child(odd),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-type-of-professional:nth-child(odd),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-address:nth-child(odd),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-phone-number:nth-child(odd) {
  padding-left: 0.4096em;
  padding-right: 0;
  text-align: right; }
  @media (min-width: 29em) {
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-area-of-practice:nth-child(odd),
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-languages-spoken:nth-child(odd),
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-department:nth-child(odd),
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-accepts-patients:nth-child(odd),
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-type-of-professional:nth-child(odd),
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-address:nth-child(odd),
    .node--type-staff-directory.node--view-mode-teaser .field--name-field-phone-number:nth-child(odd) {
      text-align: left; } }

.node--type-staff-directory.node--view-mode-teaser .field--name-field-area-of-practice:nth-child(even),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-languages-spoken:nth-child(even),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-department:nth-child(even),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-accepts-patients:nth-child(even),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-type-of-professional:nth-child(even),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-address:nth-child(even),
.node--type-staff-directory.node--view-mode-teaser .field--name-field-phone-number:nth-child(even) {
  padding-right: 0.4096em; }

.node--type-staff-directory.node--view-mode-teaser .field--name-field-accepts-patients .field__label {
  color: #93397f; }

.node--type-staff-directory.node--view-mode-teaser .field--name-field-accepts-patients .field__item {
  border: 0;
  -webkit-clip-path: rect(0, 0, 0, 0);
          clip-path: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.node--type-unit .field--name-field-paragraphs .paragraph {
  margin-bottom: 0; }

.node--type-unit .location-and-contact-info {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0 2.44141em 1em;
  margin-bottom: 1.5625em;
  text-align: center; }
  .node--type-unit .location-and-contact-info > h2 {
    background-color: #1E8649;
    margin-bottom: 0;
    font-size: 1.25em;
    color: white;
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 500;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 1em;
    margin-left: -1.95312em;
    margin-right: -1.95312em;
    padding: 0.8em 1.95312em; }
    @media (min-width: 56em) and (max-width: 81.6875em) {
      .node--type-unit .location-and-contact-info > h2 {
        margin-left: -1.25em;
        margin-right: -1.25em;
        padding: 1.25em 1.25em 0.8em; } }
  .node--type-unit .location-and-contact-info .field--name-field-location-name {
    margin-bottom: 0;
    font-size: 1.25em;
    font-weight: 700;
    color: #393e40; }
  .node--type-unit .location-and-contact-info .field__label {
    font-weight: 300;
    display: inline; }
    .node--type-unit .location-and-contact-info .field__label:after {
      content: ':'; }
  .node--type-unit .location-and-contact-info .field__item {
    display: inline; }
  .node--type-unit .location-and-contact-info .field--name-field-hours-of-operation .field__label,
  .node--type-unit .location-and-contact-info .field--name-field-hours-of-operation .field__item {
    display: block; }
  .node--type-unit .location-and-contact-info .field--label-above {
    padding: 0.26214em 0; }

.node--type-unit .physician-section .field--name-field-section-title {
  font-size: 1.5625em;
  font-weight: 400;
  margin: 0.8em 0 1em; }
  .node--type-unit .physician-section .field--name-field-section-title:before {
    background-color: #b1bb1c;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.512em; }

.node--type-unit .physician-section .physician-grid {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1.95312em;
  border-radius: 0; }

.node--type-unit .physician-section .field--name-field-physician {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 56em) {
    .node--type-unit .physician-section .field--name-field-physician {
      margin-left: -1.56em;
      margin-right: -1.56em; } }
  .node--type-unit .physician-section .field--name-field-physician > .field__item {
    width: 100%; }
    @media (min-width: 56em) {
      .node--type-unit .physician-section .field--name-field-physician > .field__item {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        width: 50%; } }
    .node--type-unit .physician-section .field--name-field-physician > .field__item:not(:nth-child(-n+2)) {
      margin-top: 1.5625em; }
      .node--type-unit .physician-section .field--name-field-physician > .field__item:not(:nth-child(-n+2)) > article > .node__content {
        border-top: 1px solid #cecfd0;
        padding-top: 1.5625em; }
    @media (min-width: 56em) {
      .node--type-unit .physician-section .field--name-field-physician > .field__item > article > .node__content {
        margin-left: 1.25em;
        margin-right: 1.25em; } }

/* _print.scss */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: "Times"; }
  a,
  a:visited {
    text-decoration: underline; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
    font-size: 12pt; }
    pre *,
    blockquote * {
      font-size: 12pt; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr {
    border-bottom: 1px solid #ebebeb !important; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  html, body {
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    font-family: Georgia, ‘Times New Roman’, serif;
    font-size: 10pt;
    line-height: 16pt; }
  * {
    font-size: 10pt !important;
    line-height: 16pt !important; }
  body {
    padding: 1em; }
  main,
  .layout-container,
  .region,
  .block {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important; }
  .site-name {
    font-weight: 700; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  dl,
  pre,
  table,
  fieldset,
  form details,
  blockquote,
  object,
  iframe,
  pre,
  address,
  code,
  dl,
  dt,
  dd,
  embed,
  label,
  audio,
  video {
    font: inherit;
    font-size: 100%;
    vertical-align: baseline; }
  h1, h2, h3, h4, h5, h6 {
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    text-indent: 0 !important;
    margin-bottom: 0.64em;
    margin-top: 0.64em; }
  ul, ol {
    margin: 0;
    padding: 0; }
    ul li, ol li {
      list-style-position: inside; }
  ul li {
    list-style-type: disc; }
  ol li {
    list-style-type: decimal; }
  table th {
    text-align: left; }
  h1,
  #page-title {
    font-weight: bold;
    font-size: 16pt !important; }
  h2 {
    font-weight: bold;
    font-size: 12pt !important; }
    h2 a {
      font-size: 12pt !important; }
  h3 {
    font-weight: bold;
    font-size: 11pt !important; }
    h3 a {
      font-size: 11pt !important; }
  h4 {
    font-weight: bold;
    text-transform: uppercase; }
  h5, h6 {
    font-weight: bold; }
  .highlight-box {
    border: 1px solid black;
    border-radius: 0; }
  .highlight-type {
    font-weight: 700; }
  .search-form.block,
  #block-mainnavigation,
  #block-de-theme-local-tasks,
  #block-views-blockheader-image-block-1,
  .block-background-header,
  .region--masthead-actions {
    display: none !important; }
  #header {
    padding-bottom: 0;
    margin-bottom: 18px; }
  #masthead > .layout-container {
    display: block; }
  .region--masthead-actions {
    border: 1px solid blue; }
    .region--masthead-actions .region-inner {
      display: block; }
  .region--masthead-primary .region-inner {
    display: block; }
  .section-content > .layout-container {
    display: block; }
  h1.page-title .field--name-title {
    font-size: 48px !important;
    text-transform: capitalize; }
  .feed-icons,
  .pager,
  .video-embed-field-responsive-video,
  #block-homepagesliderblock,
  #block-socialsharinglinks,
  .sidebar,
  #block-views-block-categories-block-1,
  #block-views-block-header-image-block-1,
  footer {
    display: none !important; }
  .block-views-blockhomepage-slider-block-homepage-slider,
  .region--masthead-primary .menu--main,
  .view-filters {
    display: none !important; } }

.shariff-button .fa {
  font-family: 'Font Awesome 5 Brands'; }

/*# sourceMappingURL=maps/de_theme.css.map */
