@charset "UTF-8";
@import url("//hello.myfonts.net/count/31fd7d");
/**
 * @file toolbar.theme.css
 */
.toolbar * {
  font-family: "Source Sans Pro", "Lucida Grande", Verdana, sans-serif;
  /* Set base font size to 13px based on root ems. */
  font-size: 0.8125rem;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-touch-callout: none;
  -o-touch-callout: none;
  -webkit-touch-callout: none;
  touch-callout: none; }

.toolbar .toolbar-item {
  padding: 1em 1.3333em;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em; }

.toolbar .toolbar-item:hover,
.toolbar .toolbar-item:focus {
  text-decoration: underline; }

/**
 * Toolbar bar.
 */
.toolbar .toolbar-bar {
  color: #ddd;
  background-color: #0f0f0f;
  box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.3333);
  /* LTR */ }

[dir="rtl"] .toolbar .toolbar-bar {
  box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.3333); }

.toolbar .toolbar-bar .toolbar-item {
  color: #fff; }

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item {
  font-weight: bold; }

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:hover,
.toolbar .toolbar-bar .toolbar-tab > .toolbar-item:focus {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%); }

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%); }

/**
 * Toolbar tray.
 */
.toolbar .toolbar-tray {
  background-color: #fff; }

.toolbar-horizontal .toolbar-tray > .toolbar-lining {
  padding-right: 5em;
  /* LTR */ }

[dir="rtl"] .toolbar-horizontal .toolbar-tray > .toolbar-lining {
  padding-right: 0;
  padding-left: 5em; }

.toolbar .toolbar-tray-vertical {
  border-right: 1px solid #aaa;
  /* LTR */
  background-color: #f5f5f5;
  box-shadow: -1px 0 5px 2px rgba(0, 0, 0, 0.3333);
  /* LTR */ }

[dir="rtl"] .toolbar .toolbar-tray-vertical {
  border-right: 0 none;
  border-left: 1px solid #aaa;
  box-shadow: 1px 0 5px 2px rgba(0, 0, 0, 0.3333); }

.toolbar-horizontal .toolbar-tray {
  border-bottom: 1px solid #aaa;
  box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.3333);
  /* LTR */ }

[dir="rtl"] .toolbar-horizontal .toolbar-tray {
  box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.3333); }

.toolbar .toolbar-tray-horizontal .toolbar-tray {
  background-color: #f5f5f5; }

.toolbar-tray a {
  padding: 1em 1.3333em;
  cursor: pointer;
  text-decoration: none;
  color: #565656; }

.toolbar-tray a:hover,
.toolbar-tray a:active,
.toolbar-tray a:focus,
.toolbar-tray a.is-active {
  text-decoration: underline;
  color: #000; }

.toolbar .toolbar-menu {
  background-color: #fff; }

.toolbar-horizontal .toolbar-tray .menu-item + .menu-item {
  border-left: 1px solid #ddd;
  /* LTR */ }

[dir="rtl"] .toolbar-horizontal .toolbar-tray .menu-item + .menu-item {
  border-right: 1px solid #ddd;
  border-left: 0 none; }

.toolbar-horizontal .toolbar-tray .menu-item:last-child {
  border-right: 1px solid #ddd;
  /* LTR */ }

[dir="rtl"] .toolbar-horizontal .toolbar-tray .menu-item:last-child {
  border-left: 1px solid #ddd; }

.toolbar .toolbar-tray-vertical .menu-item + .menu-item {
  border-top: 1px solid #ddd; }

.toolbar .toolbar-tray-vertical .menu-item:last-child {
  border-bottom: 1px solid #ddd; }

.toolbar .toolbar-tray-vertical .menu-item .menu-item {
  border: 0 none; }

.toolbar .toolbar-tray-vertical .toolbar-menu ul ul {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.toolbar .toolbar-tray-vertical .menu-item:last-child > ul {
  border-bottom: 0; }

.toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu {
  margin-left: 0.25em;
  /* LTR */ }

[dir="rtl"] .toolbar .toolbar-tray-vertical .toolbar-menu .toolbar-menu .toolbar-menu .toolbar-menu {
  margin-right: 0.25em;
  margin-left: 0; }

.toolbar .toolbar-menu .toolbar-menu a {
  color: #434343; }

/**
 * Orientation toggle.
 */
.toolbar .toolbar-toggle-orientation {
  height: 100%;
  padding: 0;
  background-color: #f5f5f5; }

.toolbar-horizontal .toolbar-tray .toolbar-toggle-orientation {
  border-left: 1px solid #c9c9c9;
  /* LTR */ }

[dir="rtl"] .toolbar-horizontal .toolbar-tray .toolbar-toggle-orientation {
  border-right: 1px solid #c9c9c9;
  border-left: 0 none; }

.toolbar .toolbar-toggle-orientation > .toolbar-lining {
  float: right;
  /* LTR */ }

[dir="rtl"] .toolbar .toolbar-toggle-orientation > .toolbar-lining {
  float: left; }

.toolbar .toolbar-toggle-orientation button {
  display: inline-block;
  cursor: pointer; }

#toolbar-bar {
  z-index: 901; }

.toolbar-fixed .mega-menu {
  top: 39px; }

.toolbar-tray-open .mega-menu {
  top: 79px; }

.toolbar-vertical .mob-menu, .toolbar-vertical .mob-menu__nav {
  top: 40px; }

.toolbar-horizontal {
  padding-top: 160px !important; }
  .toolbar-horizontal.toolbar-tray-open {
    padding-top: 200px !important; }
  .toolbar-horizontal.community-alert-shown {
    padding-top: 204px !important; }
    .toolbar-horizontal.community-alert-shown.toolbar-tray-open {
      padding-top: 244px !important; }

.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul {
  display: block;
  margin: -40px 0 0 197px !important; }

[dir="rtl"] .toolbar-tray-horizontal ul li.menu-item--expanded .menu-item.hover-intent ul {
  display: block;
  margin: -40px 197px 0 0 !important; }

#drupal-live-announce.visually-hidden {
  bottom: 0; }

.path-user div.main-container {
  max-width: 1300px;
  padding: 0 20px;
  margin: 40px auto; }
  .path-user div.main-container form#user-login-form {
    max-width: 320px; }
    .path-user div.main-container form#user-login-form .description {
      font-size: 12px;
      margin-bottom: 20px;
      margin-top: -10px;
      opacity: 0.4; }
    .path-user div.main-container form#user-login-form button[type=submit] {
      position: relative;
      padding-right: 20px; }
      .path-user div.main-container form#user-login-form button[type=submit] svg {
        position: absolute;
        right: 0;
        top: 0; }

.mega-menu__left ul li span {
  font-size: 13px;
  font-weight: 600;
  color: #fff; }

.mega-menu {
  background: white; }

#block-gtranslate {
  display: none; }

.mega-menu__white > ul strong a {
  display: block;
  line-height: 17px;
  color: #002b49;
  font-weight: 400;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s; }
  .mega-menu__white > ul strong a:hover {
    color: #00b8de; }

.mega-menu__error {
  position: static;
  opacity: 1;
  visibility: visible; }
  .mega-menu__error div, .mega-menu__error p, .mega-menu__error strong {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px; }

.mega-menu__error div span a {
  line-height: 15px; }

.mega-menu__wrapper > ul {
  width: 280px !important; }

.mega-menu__wrapper .mega-menu__white > ul {
  padding-bottom: 0 !important; }

.mega-menu__left > ul {
  flex-grow: 1; }
  .mega-menu__left > ul > div {
    display: flex;
    margin-left: auto;
    z-index: 999; }

.link--bold {
  font-weight: bold; }

.mega-menu__search.active {
  padding: 0 !important; }
  .mega-menu__search.active > .row.column, .mega-menu__search.active > .column.block-entity-fieldnodebody, .mega-menu__search.active > .column.paragraph--type--cta {
    padding: 30px 0 40px 0 !important; }

#panels-ipe-tray {
  display: none; }

.full-width {
  width: 100%;
  position: relative;
  margin: 0;
  max-width: 100%; }

.region-content {
  width: 100%; }

@media screen and (max-width: 768px) {
  .row .row, .block-entity-fieldnodebody .row, .paragraph--type--cta .row, .row .block-entity-fieldnodebody, .block-entity-fieldnodebody .block-entity-fieldnodebody, .paragraph--type--cta .block-entity-fieldnodebody, .row .paragraph--type--cta, .block-entity-fieldnodebody .paragraph--type--cta, .paragraph--type--cta .paragraph--type--cta {
    max-width: 100%;
    margin: 0; } }
.row__body {
  margin-bottom: 60px; }
  .row__body p:last-child {
    margin-bottom: 0; }

.field--name-body ul, .field--name-field-events-body-content ul {
  list-style: disc;
  margin-left: 1em !important;
  margin-bottom: 1em !important; }
.field--name-body .field__label, .field--name-field-events-body-content .field__label {
  display: none; }

#panels-ipe-tray {
  z-index: 991; }
  #panels-ipe-tray .ipe-tab-title {
    font-family: inherit !important;
    font-size: inherit !important; }

#visually-hidden-override {
  position: static !important;
  visibility: visible;
  display: block;
  overflow: auto;
  min-height: 42px;
  clip: auto;
  width: auto;
  height: auto;
  word-wrap: normal;
  margin-left: auto !important;
  margin-right: auto !important; }

.no-sidebar {
  width: 100%; }

.alert.alert-success.alert-dismissible {
  position: static; }

.main-container {
  padding: 0;
  overflow: hidden; }
  .main-container .col-sm-12 {
    padding: 0; }

@media screen and (max-width: 768px) {
  .block-cop-feedback-widget-block.clearfix .help-box span {
    width: 100%;
    text-align: center; }
  .block-cop-feedback-widget-block.clearfix .help-box__link {
    justify-content: center; } }

@media screen and (max-width: 768px) {
  .living .help-box span {
    width: 100%;
    text-align: center; }
  .living .help-box__link {
    justify-content: center; } }

.anchor ul {
  max-width: 1250px;
  margin: 0 auto !important; }

.mega-menu__result {
  min-height: 375px; }
  .mega-menu__result .loading-btn.anim img:first-of-type {
    opacity: 1 !important;
    visibility: visible !important; }
  .mega-menu__result li {
    transition: 0.2s; }

.facet-search .block-facet--cop-links {
  margin-top: 0; }

select.select2 {
  height: 60px;
  margin: 0; }

.block-views-blocksearch-block-1 header {
  margin: 20px 0; }

.mega-menu__element {
  max-height: 300px; }

.mega-menu__wrapper {
  flex-wrap: nowrap; }
  .mega-menu__wrapper > ul {
    height: 300px; }
  .mega-menu__wrapper .mega-menu__white > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 300px;
    flex-wrap: wrap; }
    .mega-menu__wrapper .mega-menu__white > ul strong {
      padding-right: 43px; }

.mega-menu__white > ul strong {
  margin-bottom: 22px; }
  .mega-menu__white > ul strong > a {
    margin-bottom: 0; }
  .mega-menu__white > ul strong.has-children {
    margin-bottom: 7px; }
    .mega-menu__white > ul strong.has-children + li {
      margin-bottom: 22px; }

.article-content p a, .article-content table a {
  color: #002b49;
  transition: .2s;
  text-decoration: underline; }
  .article-content p a:hover, .article-content table a:hover {
    color: #00b8de; }

.field--type-link a {
  color: #002b49;
  transition: .2s;
  text-decoration: underline; }
  .field--type-link a:hover {
    color: #00b8de; }

.row--no-margin {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.field--name-body ol, .field--name-field-events-body-content ol {
  list-style: disc;
  margin-left: 1em !important;
  margin-bottom: 1em !important; }

.button-cta--inline {
  cursor: pointer; }
  .button-cta--inline:hover a {
    color: white; }
  .button-cta--inline a:hover {
    color: white; }

.field--name-field-body ul {
  list-style: disc;
  margin-left: 1em !important;
  margin-bottom: 1em !important; }
.field--name-field-body ol {
  list-style: decimal; }
.field--name-field-body p:last-child {
  margin-bottom: 0; }

.latest-news__text ul li a span {
  color: #00b8de; }

.menu_link_content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }

.block-entity-fieldnodefield-related-content-link {
  width: 100%; }
  .block-entity-fieldnodefield-related-content-link h2.block-title {
    display: none; }

.button-cta {
  padding: 15px; }

.field-section-title {
  display: flex;
  align-items: baseline;
  align-content: baseline;
  flex-direction: column; }
  @media (min-width: 36em) {
    .field-section-title {
      flex-direction: row; } }
  @media (min-width: 36em) {
    .field-section-title .paragraph-title {
      margin: 0 16px 0 0; } }

.field--name-field-html ul {
  list-style-type: disc;
  margin-left: 1em !important;
  margin-bottom: 1em !important; }
.field--name-field-html ol {
  list-style-type: decimal;
  margin-left: 1em !important;
  margin-bottom: 1em !important; }

.slick-list, .slick-track {
  height: 100% !important; }

.slideshow-item {
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
  align-items: flex-end;
  display: flex !important; }

.want__img {
  padding-bottom: 0; }

.info__box > a {
  transition: .2s; }
.info__box > a:hover, .info__box > a:focus {
  transition: .2s; }
  .info__box > a:hover h2, .info__box > a:focus h2 {
    color: #00b8de;
    transition: .2s; }

.content-form {
  margin-top: 1em; }
  .content-form .control-label::after {
    top: 3px !important; }

.paragraph--type--gallery {
  margin-bottom: 3em; }

.blue-box p {
  color: white; }

p strong {
  font-weight: bold !important; }

.mega-menu {
  z-index: 10000; }

#toolbar-bar {
  z-index: 1000000; }

iframe[data-name="pb-iframe-player"] {
  height: auto !important; }

.default-top {
  padding-top: 0; }
  @media (min-width: 36em) {
    .default-top {
      padding-top: 3em; } }

.small-article iframe {
  height: 335px;
  margin-bottom: 2em; }

.mega-menu__white > ul strong:last-child a {
  font-weight: bold; }

.messages__wrapper .alert {
  position: static; }

.field--name-field-body h1 strong, .field--name-field-body h2 strong, .field--name-field-body h3 strong, .field--name-field-body h4 strong, .field--name-field-body h5 strong, .field--name-field-body h6 strong {
  font-weight: bold; }

.article-content h1 strong, .article-content h2 strong, .article-content h3 strong, .article-content h4 strong, .article-content h5 strong, .article-content h6 strong {
  font-weight: bold; }

.article-content h4 {
  font-size: 16px; }

.block-entity-fieldnodefield-migration-source {
  display: none; }

@media (max-width: 768px) {
  .desktop-only {
    background-image: none; } }

@media (max-width: 768px) {
  .parent-bg__box {
    z-index: 10000;
    width: 100%;
    height: auto;
    transform: none;
    left: 0;
    top: 0; } }

.want__list--content {
  display: none;
  padding-top: 25px; }
  .want__list--opened .want__list--content {
    display: block; }
  @media (min-width: 40em) {
    .want__list--content {
      display: block;
      padding-top: 0; } }

.want__list--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }
  .want__list--header h2 {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .want__list--header {
      cursor: default; }
      .want__list--header h2 {
        margin-bottom: 25px; }
      .want__list--header .accordion--arrow {
        display: none; } }

.accordion--arrow {
  transition: .2s; }
  .want__list--opened .accordion--arrow {
    transform: rotate(180deg); }

.news .form-group {
  width: 100%; }
.news--no-padding {
  padding-top: 0;
  padding-bottom: 0; }

.news-box__info p {
  min-height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden; }

.news-box__info .blue-box, .news-box__info .blue-box:hover {
  color: #333f48; }

.field--name-field-body .blue-box {
  margin-bottom: 1em; }

.news-box__info h3 span {
  width: 100%;
  font-weight: 700;
  line-height: 25px;
  color: #002b49;
  margin-bottom: 10px;
  font-size: 1.125rem; }

.child-news {
  margin-top: 60px;
  position: relative; }
  .child-news .row.column, .child-news .column.block-entity-fieldnodebody, .child-news .column.paragraph--type--cta {
    max-width: 1250px !important;
    margin-right: auto !important;
    margin-left: auto !important; }

@media (max-width: 767px) {
  .news-bg__box {
    height: auto;
    padding: 30px 15px 30px 30px; } }
.category-info__bg {
  position: relative;
  z-index: 1;
  min-height: 280px; }
  .category-info__bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 280px;
    object-fit: cover; }
.category-info__box {
  display: block; }
@media screen and (min-width: 768px) {
  .category-info {
    display: flex;
    align-items: center; }
    .category-info__box {
      bottom: inherit;
      top: inherit;
      height: auto;
      z-index: 2; } }

.news-bg__info {
  position: relative;
  z-index: 1; }
@media screen and (min-width: 768px) {
  .news-bg {
    display: flex;
    align-items: center; }
    .news-bg__box {
      bottom: inherit;
      top: inherit;
      height: auto;
      z-index: 2; } }

@media (min-width: 640px) and (max-width: 1024px) {
  .block-region-right.row, .block-region-right.block-entity-fieldnodebody, .block-region-right.paragraph--type--cta {
    margin-top: 40px; }

  .block-cop-feedback-widget-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0; } }
.views-exposed-form .fieldset-wrapper .form-item input.form-radio {
  display: none; }

.view-news-listing.view-id-news_listing.view-display-id-block_1 .views-row {
  margin-bottom: 30px; }

.newsletter-success {
  display: flex;
  flex-direction: column; }
  .newsletter-success h2, .newsletter-success p {
    color: white; }
  .newsletter-success h2 {
    font-weight: bold; }
  .newsletter-success p {
    margin: 0; }

.subscribe-box {
  margin-bottom: 30px; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
footer {
  margin-top: auto; }
  footer .footer {
    padding-top: 3rem; }
    @media (max-width: 640px) {
      footer .footer {
        padding: 1rem 0 0 0 !important; } }
  footer .row, footer .block-entity-fieldnodebody, footer .paragraph--type--cta {
    flex-wrap: nowrap;
    flex-direction: column; }
    @media (min-width: 1200px) {
      footer .row, footer .block-entity-fieldnodebody, footer .paragraph--type--cta {
        flex-direction: row; }
        footer .row > div, footer .block-entity-fieldnodebody > div, footer .paragraph--type--cta > div {
          width: 33.33%;
          flex: 1; } }

.footer__country p {
  margin: 0; }

.footer__top {
  margin-top: 1rem; }

.footer__nav {
  display: block;
  border: none;
  margin-bottom: 1rem;
  padding-bottom: 0 !important;
  padding-left: 1rem !important;
  max-width: none; }
  @media (min-width: 1200px) {
    .footer__nav {
      border-right: 1px solid #d0d0ce;
      padding-left: 45px !important; } }
  .footer__nav .region-footer-social .title-wrapper .block-title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    color: #002b49;
    font-weight: bold;
    font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif; }
  .footer__nav .region-footer-social .field--name-field-socia .field--item {
    margin-top: 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center; }
    .footer__nav .region-footer-social .field--name-field-socia .field--item a {
      display: inline-flex;
      align-items: center; }
      .footer__nav .region-footer-social .field--name-field-socia .field--item a svg {
        height: 20px;
        margin-right: 8px; }

.footer__social {
  margin-top: 15px !important; }

.footer__bottom {
  padding: 10px 0; }
  @media screen and (max-width: 1200px) {
    .footer__bottom {
      padding: 10px 0 50px; } }

.footer__info-company {
  display: block;
  border: none;
  margin-bottom: 1rem;
  padding-bottom: 0 !important;
  padding-left: 1rem !important;
  max-width: none; }
  @media (min-width: 1200px) {
    .footer__info-company {
      border-right: 1px solid #d0d0ce; } }
  .footer__info-company .field--name-field-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 16px;
    color: #002b49;
    font-weight: bold; }
  .footer__info-company .field--name-field-contact-details .field--item .paragraph--type--contact-details {
    flex-wrap: wrap; }
    @media (max-width: 640px) {
      .footer__info-company .field--name-field-contact-details .field--item .paragraph--type--contact-details {
        flex-wrap: nowrap; }
        .footer__info-company .field--name-field-contact-details .field--item .paragraph--type--contact-details .field--name-field-title {
          display: none; }
        .footer__info-company .field--name-field-contact-details .field--item .paragraph--type--contact-details svg {
          margin-right: 0.5rem;
          transform: translateY(3px); } }
    .footer__info-company .field--name-field-contact-details .field--item .paragraph--type--contact-details svg {
      flex-shrink: 0; }
  .footer__info-company .field--name-field-contact-details .field--item .field--name-field-title {
    margin: 0 4px 0 0;
    font-weight: normal; }

.footer__other-link {
  padding-left: 1rem;
  max-width: none;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 0; }
  @media (max-width: 640px) {
    .footer__other-link {
      padding-left: 1rem !important; } }
  @media (min-width: 1200px) {
    .footer__other-link {
      padding-left: 45px; } }
  .footer__other-link ul {
    margin: 0 !important; }
    .footer__other-link ul li:first-of-type {
      margin-top: 0;
      margin-bottom: 0.75rem;
      font-size: 16px;
      color: #002b49;
      font-weight: bold;
      line-height: 1.4; }
    .footer__other-link ul li:not(:first-of-type) {
      margin: 1rem 0; }
    .footer__other-link ul li a {
      line-height: 1.5; }

.top-bg__box h1 span {
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
  color: #002b49; }

.help {
  z-index: 991; }

.tabs {
  border: none;
  margin: 1em 0; }
  .tabs ul {
    display: flex; }
  .tabs li {
    margin-right: 1em; }

.facet-item__status {
  display: none; }

.help-box button, .help-box .form-type-checkbox label {
  padding: 5px 25px;
  border: 1px solid #a2aaad;
  background-color: #fff;
  color: #696969;
  font-size: 15px;
  font-weight: 600;
  line-height: unset; }
  .help-box button .ajax-throbber, .help-box .form-type-checkbox label .ajax-throbber {
    display: none !important; }
  .help-box button, .help-box button label, .help-box button div, .help-box .form-type-checkbox label, .help-box .form-type-checkbox label label, .help-box .form-type-checkbox label div {
    cursor: pointer;
    color: #696969;
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    font-size: 15px;
    line-height: unset; }
    .help-box button:hover, .help-box button label:hover, .help-box button div:hover, .help-box .form-type-checkbox label:hover, .help-box .form-type-checkbox label label:hover, .help-box .form-type-checkbox label div:hover {
      color: #fff; }
  .help-box button:hover, .help-box .form-type-checkbox label:hover {
    border: 1px solid #00b8de;
    background-color: #00b8de;
    color: #fff; }
    .help-box button:hover label, .help-box .form-type-checkbox label:hover label {
      color: #fff; }
  .help-box button:first-of-type, .help-box .form-type-checkbox label:first-of-type {
    margin-right: 15px; }
  .help-box button .line, .help-box button svg, .help-box .form-type-checkbox label .line, .help-box .form-type-checkbox label svg {
    display: none; }

.article-content li {
  color: #333f48;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px; }

@media screen and (max-width: 1024px) {
  .article-content .row, .article-content .block-entity-fieldnodebody, .article-content .paragraph--type--cta {
    padding: 0 40px; } }
@media screen and (max-width: 768px) {
  .article-content .row, .article-content .block-entity-fieldnodebody, .article-content .paragraph--type--cta {
    padding: 0 10px; } }

@media (max-width: 768px) {
  .parent-bg__info,
  .category-bg__info {
    position: relative;
    z-index: 1; } }
.living .content {
  padding: 0 20px;
  color: #333F48; }
  .living .content h2 {
    margin-bottom: 25px; }
  .living .content span.link {
    margin-bottom: 40px;
    color: #333F48; }
  .living .content .form input {
    margin-bottom: 20px; }
  .living .content .form > span {
    margin-bottom: 8px; }
  .living .content .form .date {
    margin-bottom: 20px; }
    .living .content .form .date input {
      max-width: 185px; }
  .living .content .form .time {
    max-width: 390px; }
    .living .content .form .time .ui-slider {
      height: 3px;
      background: #D0D0CE;
      border-color: #D0D0CE;
      box-shadow: none;
      margin: 8px 5px; }
    .living .content .form .time .ui-slider-horizontal .ui-slider-handle span {
      width: 38px;
      color: #a2aaad;
      font-size: 14px; }
    .living .content .form .time .ui-slider-horizontal .ui-slider-handle.ui-state-focus span, .living .content .form .time .ui-slider-horizontal .ui-slider-handle.ui-state-hover span {
      color: #00b8de; }
  .living .content .form .form__img {
    margin-bottom: 40px; }
    .living .content .form .form__img ul li {
      font-size: 15px; }
  .living .content .form .btn-blue--animate {
    min-width: 170px; }

.datepicker--day-name {
  color: #fff;
  background: #002b49;
  padding: 5px 0; }

.field--name-field-venue-entity .field--name-name {
  display: none; }

.view-id-upcoming_events .news-box__info, .view-id-upcoming_events .event-box__info, .view-id-discover_parramatta_events .news-box__info, .view-id-discover_parramatta_events .event-box__info {
  position: static; }
.view-id-upcoming_events h3, .view-id-discover_parramatta_events h3 {
  min-height: inherit;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.view-id-upcoming_events p, .view-id-discover_parramatta_events p {
  margin-bottom: 50px; }
.view-id-upcoming_events .arrow, .view-id-discover_parramatta_events .arrow {
  position: absolute;
  bottom: 40px; }
.view-id-upcoming_events .news-box, .view-id-upcoming_events .event-box, .view-id-discover_parramatta_events .news-box, .view-id-discover_parramatta_events .event-box {
  height: 100%;
  min-height: auto; }
  @media screen and (min-width: 769px) {
    .view-id-upcoming_events .news-box, .view-id-upcoming_events .event-box, .view-id-discover_parramatta_events .news-box, .view-id-discover_parramatta_events .event-box {
      min-height: 430px; } }

.view-id-discover_parramatta_events .views-row {
  margin-bottom: 30px; }
.view-id-discover_parramatta_events .event-box__tag {
  min-height: 25px; }
@media screen and (min-width: 769px) {
  .view-id-discover_parramatta_events h3 {
    min-height: 48px; } }
.view-id-discover_parramatta_events .events__box > .view-filters {
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important; }
@media (max-width: 1040px) {
  .view-id-discover_parramatta_events .form--inline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .view-id-discover_parramatta_events .form--inline > *:not(.btn-blue--animate) input {
    width: 100%;
    max-width: 100%; }
  .view-id-discover_parramatta_events .form--inline a {
    margin-top: 0; } }

.events > .events__info > .row, .events > .events__info > .block-entity-fieldnodebody, .events > .events__info > .paragraph--type--cta {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }

.event-tag .news.events > .views-element-container,
.event-tag .news.events > .row,
.event-tag .news.events > .block-entity-fieldnodebody,
.event-tag .news.events > .paragraph--type--cta {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }
  .event-tag .news.events > .views-element-container:after,
  .event-tag .news.events > .row:after,
  .event-tag .news.events > .block-entity-fieldnodebody:after,
  .event-tag .news.events > .paragraph--type--cta:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    background: #f9f9f9; }
  .event-tag .news.events > .views-element-container:before,
  .event-tag .news.events > .row:before,
  .event-tag .news.events > .block-entity-fieldnodebody:before,
  .event-tag .news.events > .paragraph--type--cta:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: -100%;
    background: #f9f9f9; }
@media screen and (max-width: 1024px) and (min-width: 640px) {
  .event-tag .news .row .column:nth-child(3), .event-tag .news .block-entity-fieldnodebody .column:nth-child(3), .event-tag .news .paragraph--type--cta .column:nth-child(3) {
    display: none; } }

@media screen and (min-width: 64em) {
  .view-upcoming-events .view-content.row, .view-upcoming-events .view-content.block-entity-fieldnodebody, .view-upcoming-events .view-content.paragraph--type--cta {
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 1024px) and (min-width: 640px) {
  .view-upcoming-events .row .column:nth-child(3), .view-upcoming-events .block-entity-fieldnodebody .column:nth-child(3), .view-upcoming-events .paragraph--type--cta .column:nth-child(3) {
    display: none; } }
@media screen and (max-width: 768px) {
  .view-upcoming-events .row .views-row, .view-upcoming-events .block-entity-fieldnodebody .views-row, .view-upcoming-events .paragraph--type--cta .views-row {
    margin-bottom: 30px; } }

.living .news.events > .views-element-container,
.living .news.events > .row,
.living .news.events > .block-entity-fieldnodebody,
.living .news.events > .paragraph--type--cta {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }

.events-full {
  max-width: 1250px !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.event-box__info h3 span {
  width: 100%;
  font-weight: 700;
  line-height: 25px;
  color: #002b49;
  margin-bottom: 10px;
  font-size: 1.125rem; }

.event-box__info p {
  min-height: auto; }
  @media screen and (min-width: 769px) {
    .event-box__info p {
      min-height: 64px; } }

@media (max-width: 1040px) {
  .events__box > *:not(.btn-blue--animate) {
    width: 100% !important;
    max-width: 100% !important; } }
#views-exposed-form-discover-parramatta-events-default label {
  display: none; }
#views-exposed-form-discover-parramatta-events-default .form--inline {
  width: 100%;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 640px) {
    #views-exposed-form-discover-parramatta-events-default .form--inline {
      display: block; } }
#views-exposed-form-discover-parramatta-events-default .form-item-field-dp-event-start-date-value {
  display: inline-block;
  max-width: 310px;
  flex: 1;
  position: relative;
  margin-right: 10px; }
#views-exposed-form-discover-parramatta-events-default img {
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none; }
#views-exposed-form-discover-parramatta-events-default .form-item-discover-parramatta-keywords-filter {
  margin-right: 10px;
  flex: 1; }
#views-exposed-form-discover-parramatta-events-default .view-filters, #views-exposed-form-discover-parramatta-events-default .views-exposed-form {
  width: 100%; }
#views-exposed-form-discover-parramatta-events-default .form-actions {
  flex: 1; }
@media screen and (max-width: 640px) {
  #views-exposed-form-discover-parramatta-events-default .form-item {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%; } }

.form-item-field-dp-event-end-date-value {
  display: none; }

.form-item-discover-parramatta-tags-filter {
  max-width: 360px;
  flex: 1; }

#datepicker-selector, #edit-discover-parramatta-keywords-filter {
  margin: 0 !important; }

.events__box .view-filters {
  width: 100%; }
@media (max-width: 1199px) {
  .events__box a {
    margin-top: 0; } }
@media (max-width: 768px) {
  .events__box a {
    max-width: 100%; } }

.events-full .views-infinite-scroll-content-wrapper {
  max-width: 1250px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  width: 100%; }

.events-page .pager__item .loading-btn {
  margin: 5px 0; }
.events-page .news--no-padding {
  padding-bottom: 60px; }

.page-node-type-discover-parramatta-event .page-header {
  display: none; }
.page-node-type-discover-parramatta-event h3 time {
  color: #a2aaad;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline-block; }
.page-node-type-discover-parramatta-event .field--name-field-events-body-content strong {
  font-weight: 700; }

#map {
  margin-top: 20px;
  height: 320px;
  width: 100%; }

#result-message {
  display: none;
  margin-top: 1em; }

.page-node-type-landing-page .page-header {
  display: none; }

.select2-container--open .select2-dropdown--below {
  border-radius: 0 !important; }

.events__sort-box input:first-of-type {
  margin-bottom: 0; }

.view-empty {
  margin-top: 3em; }

.field--name-field-dp-event-end-date, .field--name-field-dp-event-start-date {
  display: inline; }

#edit-field-dp-event-calculated-dates-value-min, #edit-field-dp-event-calculated-dates-value-max {
  display: none; }

.event-main-content .events-button {
  font-weight: 600;
  cursor: pointer;
  min-width: 155px;
  height: 40px;
  background-color: #00b8de;
  font-size: 15px;
  line-height: 36px;
  color: #fff;
  display: table;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: .2s; }
  .event-main-content .events-button:hover {
    background-color: #002b49;
    color: #fff; }

.event-content.phive-event .events-button {
  border: none;
  color: #002b49;
  background-color: white;
  cursor: pointer;
  line-height: 1.22;
  padding: 14px 26px 15px 26px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-flex;
  font-size: 16px;
  min-width: 10.625rem;
  border-radius: 25px;
  text-decoration: none !important;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: normal;
  width: auto;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: white !important;
  background: transparent; }
  .event-content.phive-event .events-button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(99deg, #c8102e, #ff7e00);
    z-index: -1;
    transition: opacity 0.25s linear;
    opacity: 1; }
  .event-content.phive-event .events-button::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
    z-index: -2; }
  .event-content.phive-event .events-button:hover {
    color: white;
    border-color: transparent; }
    .event-content.phive-event .events-button:hover::before {
      opacity: 0; }

.event-page-header {
  padding: 30px 0 40px; }
.event-page-header-wrap {
  background-color: #f9f9f9;
  border-left: 10px solid #00b8de;
  padding: 50px 35px; }
  @media screen and (max-width: 768px) {
    .event-page-header-wrap {
      padding: 40px 25px; } }
  .event-page-header-wrap .meta-data h3 {
    color: #a2aaad;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: inline-block; }
  .event-page-header-wrap h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 46px;
    color: #002b49;
    margin: 0; }
.event-page-content {
  margin-bottom: 60px; }
.event-main-content .intro .img-holder {
  margin-bottom: 30px; }
.event-sidebar .ticket-block {
  display: flex;
  align-items: center;
  border: 1px solid #d0d0ce;
  background-color: #f9f9f9;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #002b49;
  padding: 25px;
  margin: 0 0 20px; }
  .event-sidebar .ticket-block:hover {
    border-color: #00b8de;
    background-color: #00b8de;
    color: #fff; }
    .event-sidebar .ticket-block:hover i {
      background: url(/themes/custom/cop/styleguide-2020/images/icons/buy-white.svg) no-repeat;
      background-size: contain;
      transition: all .3s ease; }
  .event-sidebar .ticket-block i {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background: url(/themes/custom/cop/styleguide-2020/images/icons/buy-blue.svg) no-repeat;
    background-size: contain;
    transition: all .3s ease; }
.event-sidebar .event-info {
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  background: #f9f9f9;
  row-gap: 12px; }
  .event-sidebar .event-info-row {
    display: flex;
    flex-direction: column;
    margin-top: 15px; }
    .event-sidebar .event-info-row .title {
      display: flex;
      align-items: center;
      margin-bottom: 5px; }
    .event-sidebar .event-info-row i {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 6px; }
    .event-sidebar .event-info-row span {
      word-break: break-all; }
    .event-sidebar .event-info-row.event-time i {
      background: url(/themes/custom/cop/styleguide-2020/images/icons/time-clock.svg) no-repeat;
      background-size: contain; }
    .event-sidebar .event-info-row.event-address i {
      background: url(/themes/custom/cop/styleguide-2020/images/icons/pin-star.svg) no-repeat;
      background-size: contain; }
    .event-sidebar .event-info-row.event-cost i {
      background: url(/themes/custom/cop/styleguide-2020/images/icons/hand.svg) no-repeat;
      background-size: contain; }
    .event-sidebar .event-info-row.event-contact i {
      background: url(/themes/custom/cop/styleguide-2020/images/icons/telefon.svg) no-repeat;
      background-size: contain; }
    .event-sidebar .event-info-row.event-email i {
      margin-top: 6px;
      background: url(/themes/custom/cop/styleguide-2020/images/icons/mail.svg) no-repeat;
      background-size: contain; }
    .event-sidebar .event-info-row.event-website i {
      background: url(/themes/custom/cop/styleguide-2020/images/icons/cursor.svg) no-repeat;
      background-size: contain; }

.events-data-overview {
  padding-bottom: 50px; }
  .events-data-overview .events-filters {
    display: flex;
    min-height: 350px;
    padding: 100px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .events-data-overview .events-filters {
        padding: 30px 0; } }
    .events-data-overview .events-filters-toggle {
      display: none;
      background-color: grey;
      padding: 20px 0; }
      @media screen and (max-width: 767px) {
        .events-data-overview .events-filters-toggle {
          display: flex; } }
      .events-data-overview .events-filters-toggle .container {
        justify-content: flex-end; }
      .events-data-overview .events-filters-toggle a {
        display: inline-block;
        font-size: 1.8rem;
        line-height: 1.2em;
        color: #000;
        text-decoration: none;
        cursor: pointer; }
        .events-data-overview .events-filters-toggle a:hover {
          text-decoration: none;
          color: #000; }
        .events-data-overview .events-filters-toggle a:after {
          content: '';
          background-image: url("/themes/custom/atparramatta/images/graphics/arrow-down/solid-pink.svg");
          height: 16px;
          width: 15px;
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          position: relative;
          top: -2px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 10px;
          transition: all .3s ease-in-out; }
        .events-data-overview .events-filters-toggle a.active:after {
          transform: rotateX(-180deg); }
    .events-data-overview .events-filters #cop-events-search-form-wrapper {
      width: 100%; }
    .events-data-overview .events-filters .cop-events-search-form {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%; }
    .events-data-overview .events-filters .form-item-min,
    .events-data-overview .events-filters .form-item-max {
      display: none; }
    .events-data-overview .events-filters .js-form-item {
      width: calc((100% - 280px) / 3);
      padding-right: 20px;
      margin: 0; }
      @media screen and (max-width: 1023px) {
        .events-data-overview .events-filters .js-form-item {
          width: 50%;
          margin-bottom: 10px; }
          .events-data-overview .events-filters .js-form-item:nth-child(even) {
            padding-right: 0; } }
      @media screen and (max-width: 767px) {
        .events-data-overview .events-filters .js-form-item {
          width: 100%;
          padding: 0; } }
    .events-data-overview .events-filters input[type="text"] {
      background: #fff;
      color: #a2aaad;
      height: 60px;
      border: 1px solid #a2aaad;
      background-color: #fff;
      padding: 17px 18px;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .events-data-overview .events-filters input[type="text"] {
          height: 50px; } }
      .events-data-overview .events-filters input[type="text"]::-webkit-input-placeholder {
        color: #a2aaad; }
      .events-data-overview .events-filters input[type="text"]:-moz-placeholder {
        color: #a2aaad; }
      .events-data-overview .events-filters input[type="text"]::-moz-placeholder {
        color: #a2aaad; }
      .events-data-overview .events-filters input[type="text"]:-ms-input-placeholder {
        color: #a2aaad; }
    .events-data-overview .events-filters .js-form-item-date-range {
      cursor: pointer; }
      .events-data-overview .events-filters .js-form-item-date-range input {
        background: #fff url(/themes/custom/cop/styleguide-2020/images/icons/events-calendar.svg) no-repeat;
        background-size: 20px;
        background-position: 95% center; }
    .events-data-overview .events-filters .multi-select-container {
      display: flex;
      align-items: center;
      height: 60px;
      color: #a2aaad;
      background-color: #fff;
      border: 1px solid #a2aaad;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .events-data-overview .events-filters .multi-select-container {
          height: 50px; } }
      .events-data-overview .events-filters .multi-select-container span.multi-select-button {
        width: 100%;
        height: 100%;
        padding: 17px 18px;
        padding-right: 25px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (max-width: 767px) {
          .events-data-overview .events-filters .multi-select-container span.multi-select-button {
            padding: 10px 18px;
            padding-right: 25px; } }
      .events-data-overview .events-filters .multi-select-container .multi-select-menu {
        position: absolute;
        top: 100%;
        margin-top: 0; }
      .events-data-overview .events-filters .multi-select-container .multi-select-menuitem {
        padding: 15px 18px; }
        .events-data-overview .events-filters .multi-select-container .multi-select-menuitem input {
          display: inline-block;
          position: static;
          vertical-align: text-top;
          margin: 2px 0 0 !important; }
    .events-data-overview .events-filters button[type="submit"] {
      width: 280px;
      height: 60px;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .events-data-overview .events-filters button[type="submit"] {
          width: 100%; } }
      .events-data-overview .events-filters button[type="submit"] svg {
        display: none; }
  .events-data-overview .events-results-wrapper {
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
    /* .views-infinite-scroll-content-wrapper{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -15px;
    } */ }
    .events-data-overview .events-results-wrapper .col {
      display: flex;
      flex-direction: column;
      width: 33.33%;
      padding: 0 15px 30px; }
      @media (max-width: 991px) {
        .events-data-overview .events-results-wrapper .col {
          width: 50%; } }
      @media (max-width: 579px) {
        .events-data-overview .events-results-wrapper .col {
          width: 100%; } }
      .events-data-overview .events-results-wrapper .col a {
        display: block;
        height: 100%;
        position: relative;
        background: #f9f9f9; }
        .events-data-overview .events-results-wrapper .col a:before {
          position: absolute;
          content: '';
          width: 5px;
          height: 100%;
          opacity: 0;
          z-index: 5;
          background-color: #00b8de; }
        .events-data-overview .events-results-wrapper .col a:hover:before {
          opacity: 1; }
        .events-data-overview .events-results-wrapper .col a:hover .image-block img {
          transform: scale(1.15);
          transition: all .6s ease; }
        .events-data-overview .events-results-wrapper .col a:hover .content-block .arrow .line {
          width: 32px;
          background-color: #00b8de; }
        .events-data-overview .events-results-wrapper .col a:hover .content-block .arrow svg * {
          fill: #00b8de; }
      .events-data-overview .events-results-wrapper .col .image-block {
        display: flex;
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden; }
        .events-data-overview .events-results-wrapper .col .image-block img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          transition: all .6s ease; }
      .events-data-overview .events-results-wrapper .col .content-block {
        padding: 25px 25px 30px; }
        .events-data-overview .events-results-wrapper .col .content-block .event-taxonomy {
          font-size: 15px;
          line-height: 25px;
          color: #a2aaad; }
        .events-data-overview .events-results-wrapper .col .content-block .event-title {
          font-weight: 700;
          color: #002b49;
          margin-bottom: 10px;
          font-size: 1.125rem;
          line-height: 25px; }
        .events-data-overview .events-results-wrapper .col .content-block .event-date {
          font-size: 15px;
          line-height: 25px;
          color: #a2aaad;
          margin-bottom: 10px; }
        .events-data-overview .events-results-wrapper .col .content-block .event-description {
          color: #333f48;
          margin-bottom: 40px; }
        .events-data-overview .events-results-wrapper .col .content-block .arrow {
          position: absolute;
          bottom: 30px; }
          .events-data-overview .events-results-wrapper .col .content-block .arrow .line {
            border-radius: 3px;
            display: block;
            height: 2px;
            width: 22px;
            background-color: #333f48;
            transition: .2s; }
          .events-data-overview .events-results-wrapper .col .content-block .arrow svg {
            position: absolute;
            right: 0;
            height: 18px;
            top: 0;
            bottom: 0;
            margin: auto; }

.daterangepicker thead {
  background: none; }
.daterangepicker tbody tr:nth-child(even) {
  background: none; }

.page-node-type-landing-page .js-quickedit-page-title {
  display: none; }

.parks-and-rec-filters input[type="checkbox"] {
  display: none; }

.view-parks-and-recreation {
  width: 100%; }
  .view-parks-and-recreation .views-row {
    margin-bottom: 30px; }
  .view-parks-and-recreation legend .fieldset-legend {
    color: #002b49;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
    display: block; }
  .view-parks-and-recreation legend {
    margin-bottom: 0; }
  .view-parks-and-recreation .btn-danger, .view-parks-and-recreation #edit-actions {
    display: none; }
  .view-parks-and-recreation .submit a {
    margin: 24px 0 0; }
  .view-parks-and-recreation .bef-exposed-form {
    width: 100%; }
    .view-parks-and-recreation .bef-exposed-form .form--inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .view-parks-and-recreation .bef-exposed-form .form--inline .form-actions {
        display: none; }
  .view-parks-and-recreation #map {
    width: calc(100% - 30px);
    margin: 0 auto;
    height: 960px; }

.m-auto {
  margin: auto !important; }

.map__radio {
  align-content: flex-start !important; }
  .map__radio .form-item {
    width: 100% !important; }

.locate__text {
  display: flex; }

.map__filter .page-node-type-landing-page .form-item-park-name {
  width: 401px; }

.gm-ui-hover-effect {
  opacity: 1; }

.map .gm-style .gm-style-iw-c {
  box-shadow: none !important; }
.map .gm-style-iw.gm-style-iw-c button {
  display: block !important;
  top: -3px !important;
  right: 0 !important;
  opacity: 1 !important; }
  .map .gm-style-iw.gm-style-iw-c button img {
    display: none !important; }
  .map .gm-style-iw.gm-style-iw-c button:after {
    content: '×';
    color: #fff;
    font-size: 18px; }

.info__window {
  background: #00B8DE;
  color: #fff;
  padding: 25px 20px 22px; }
  .info__window-content h3 {
    font-family: "Parramatta",sans-serif;
    font-size: 16px;
    line-height: 115%;
    font-weight: bold;
    margin-bottom: 5px; }
  .info__window-content-description > p {
    margin: 0; }
  .info__window-content-description.text-overflow > p {
    margin: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 200px; }
  .info__window-content-description a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline; }
  .info__window-content-link a {
    display: flex;
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px; }
    .info__window-content-link a p {
      display: inline; }
    .info__window-content-link a > span {
      font-weight: bold; }
    .info__window-content-link a .arrow {
      position: relative;
      display: flex;
      align-items: center;
      margin-top: 0;
      margin-left: 10px;
      color: #333f48;
      font-size: 15px;
      font-weight: 700;
      line-height: 22px;
      -webkit-transition: .2s;
      transition: .2s; }
    .info__window-content-link a:hover .line {
      width: 32px; }
    .info__window-content-link a .line {
      border-radius: 3px;
      margin-right: -8px;
      display: block;
      height: 2px;
      width: 22px;
      background-color: #fff;
      -webkit-transition: .2s;
      transition: .2s; }
    .info__window-content-link a svg * {
      fill: #fff; }

.map__radio {
  max-height: none; }

@media (min-width: 769px) {
  [id*=edit-field-location-target-id] .form-checkboxes {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 769px) {
  [id*=edit-field-features-facilities-target-id] .form-checkboxes {
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 769px) {
  .form-checkboxes.map__radio {
    height: 162px;
    display: block;
    overflow: scroll;
    width: 195px; }
    .form-checkboxes.map__radio .select {
      width: 100%; } }

@media (min-width: 769px) {
  .map__locate.column {
    max-width: 70%;
    flex: 0 0 auto; } }

@media (min-width: 769px) {
  .map__facilities.column {
    flex: 0 0 auto; } }

.news-box__info:hover a, .news-box__info:hover span, .news-box__info:hover .arrow, .news-box__info:hover svg * {
  color: #333f48 !important; }

.news-box:hover .line {
  width: 22px;
  background-color: #333f48; }

.news-box__info a:hover, .news-box__info a:hover * {
  color: #00b8de; }
.news-box__info a:hover .line {
  width: 32px;
  background-color: #00b8de; }

.map-page .news:not(.bottom) .news-box:hover .news-box__link > span {
  color: #333f48 !important; }

.news-box:hover svg * {
  fill: #333f48 !important; }

.map-page .news:not(.bottom) .news-box:hover .news-box__link:hover > span {
  color: #00b8de !important; }

.news-box:hover .news-box__link:hover svg * {
  fill: #00b8de !important; }

.news-box {
  height: 100%; }
  .news-box .news-box__info, .news-box .news-box__bottom {
    flex-grow: 1; }

.view-content.news.zoom .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap; }

.view-parks-and-recreation {
  padding-top: 0; }

.map__reset img {
  display: none; }

@media (min-width: 992px) {
  .map__top-filter.column {
    justify-content: flex-end; }
    .map__top-filter.column .map__button {
      margin-right: 20px; } }

.map .view-content {
  width: 100%; }

.map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  max-height: none !important; }

div.blue-box a:hover,
div.gray-box a:hover {
  transition: all 300ms ease-in-out; }

div.blue-box a,
div.gray-box a {
  transition: all 700ms ease-in-out; }

.request-lists {
  list-style: none;
  margin: 0;
  padding: 0; }

.request-lists li {
  margin-bottom: 24px; }

.request-lists table tr:first-child td {
  border-top: none; }

.blue-box ~ table tr td,
.request-lists table tr td {
  padding: 25px 10px; }

/* .blue-box ~ table tr td:first-child{width: 16%;} */
.request-lists table tr td:first-child {
  width: 25%; }

.blue-box ~ table .btn-action,
.request-lists table .btn-action {
  border: 1px solid #27598d;
  color: #27598d;
  background: #f2f2f2;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600; }

.blue-box ~ table .btn-action:hover,
.request-lists table .btn-action:hover {
  background: #27598d;
  color: #f2f2f2; }

.request-lists .btn-open {
  display: block;
  padding: 18px 10px 18px 56px;
  background: #fff;
  border: 1px solid #002c49;
  color: #002c49;
  position: relative;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px; }

.request-lists .btn-open:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMiAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMS41IiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHJ4PSIxNSIgc3Ryb2tlPSIjMDAyQzQ5IiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTI1LjMzMzYgMTYuMTY3VjE2LjgzMzZDMjUuMzMzNiAxNy4yMDE4IDI1LjAzNTIgMTcuNTAwMyAyNC42NjcgMTcuNTAwM0gxNy4wMDAzVjI1LjE2N0MxNy4wMDAzIDI1LjUzNTEgMTYuNzAxOCAyNS44MzM2IDE2LjMzMzYgMjUuODMzNkgxNS42NjdDMTUuMjk4OCAyNS44MzM2IDE1LjAwMDMgMjUuNTM1MSAxNS4wMDAzIDI1LjE2N1YxNy41MDAzSDcuMzMzNjZDNi45NjU0NyAxNy41MDAzIDYuNjY2OTkgMTcuMjAxOCA2LjY2Njk5IDE2LjgzMzZWMTYuMTY3QzYuNjY2OTkgMTUuNzk4OCA2Ljk2NTQ3IDE1LjUwMDMgNy4zMzM2NiAxNS41MDAzSDE1LjAwMDNWNy44MzM2NUMxNS4wMDAzIDcuNDY1NDYgMTUuMjk4OCA3LjE2Njk5IDE1LjY2NyA3LjE2Njk5SDE2LjMzMzZDMTYuNzAxOCA3LjE2Njk5IDE3LjAwMDMgNy40NjU0NiAxNy4wMDAzIDcuODMzNjVWMTUuNTAwM0gyNC42NjdDMjUuMDM1MiAxNS41MDAzIDI1LjMzMzYgMTUuNzk4OCAyNS4zMzM2IDE2LjE2N1oiIGZpbGw9IiMwMDJDNDkiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  left: 10px;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  top: 50%; }

.request-lists .active .btn-open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #002b49;
  color: #fff; }

.request-lists .active .btn-open:after {
  background-color: #73f7fc;
  color: #002b49;
  transform: translateY(-50%) rotate(45deg); }

.request-lists .btn-open:hover::after {
  background-color: #73f7fc;
  color: #002b49; }

.request-lists .content-box {
  display: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 1px solid #002b49;
  border-top: none;
  overflow: hidden; }
  .request-lists .content-box > table {
    border: none;
    margin-bottom: 0; }
    .request-lists .content-box > table > tbody {
      border: none; }
  .request-lists .content-box p:last-of-type {
    margin-bottom: 0; }

div.blue-box,
div.gray-box {
  background: #d5d3d0;
  color: #002b49 !important;
  padding: 15px;
  font-weight: 600;
  border-radius: 16px;
  font-size: 18px; }
  div.blue-box *,
  div.gray-box * {
    color: #002b49 !important; }
  div.blue-box a,
  div.gray-box a {
    color: #002b49 !important;
    text-decoration: underline !important; }

table strong {
  font-weight: bold; }
table ol,
table ul {
  list-style: disc;
  margin-left: 1em !important;
  margin-bottom: 1em !important; }

.accordion-desc {
  padding-top: 1em; }

.table-wrapper {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #002b49 #fff;
  margin-bottom: 1rem; }
  .table-wrapper::-webkit-scrollbar-track {
    background-color: #fff; }
  .table-wrapper::-webkit-scrollbar {
    height: 8px; }
  .table-wrapper::-webkit-scrollbar-thumb {
    background-color: #002b49;
    border-radius: 20px; }

.accordion-internal-referen-fields--item {
  display: flex;
  padding: 1.5rem 1rem; }
  .accordion-internal-referen-fields--item:nth-child(even) {
    background-color: #f2f2f2; }
  .accordion-internal-referen-fields--item .left-col {
    width: 25%;
    padding-right: 24px;
    flex-shrink: 0; }
  .accordion-internal-referen-fields--item .right-col {
    width: 75%; }
    .accordion-internal-referen-fields--item .right-col.full-width {
      width: 100%; }
  .accordion-internal-referen-fields--item .btn-action, .accordion-internal-referen-fields--item .btn.btn-primary {
    color: #fff;
    background: #002b49;
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 1rem;
    text-align: center; }
    .accordion-internal-referen-fields--item .btn-action:hover, .accordion-internal-referen-fields--item .btn.btn-primary:hover {
      background-color: #00b8de; }

ol.flex-control-nav.flex-control-paging {
  z-index: 99; }

.infographics {
  font: 15px/18px 'proximanova-light';
  max-width: 930px;
  min-width: 330px;
  margin: 80px 0;
  padding-left: 40px;
  padding-right: 5px; }

.block-wrap {
  border: 3px dotted black;
  border-radius: 30px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.infographics .panel-1 {
  position: relative; }

.infographics .block1 {
  width: 230px;
  height: 230px;
  position: absolute;
  left: -3%;
  top: -110px;
  background: #1b4064; }

.infographics .block {
  border-radius: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  display: block; }

.infographics .page-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1000; }

.infographics .page-link a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; }

.infographics .text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  overflow-wrap: break-word;
  border-radius: 100%;
  display: table;
  height: 100%;
  z-index: 10;
  width: 100%; }

.infographics .block2 {
  width: 315px;
  height: 315px;
  margin: 70px auto 50px;
  background: #9a8dc3;
  left: -20px; }

.infographics .block2:before {
  position: absolute;
  content: '';
  width: 325px;
  height: 1px;
  bottom: 63px;
  right: -284px;
  border-bottom: 3px dotted #000;
  z-index: -1; }

.infographics .block2 .text-wrap .holder {
  padding: 30px 30px 20px; }

.infographics span {
  text-transform: uppercase;
  font: 25px/24px 'didot';
  font-weight: normal;
  display: block;
  margin-bottom: 15px; }

.infographics p {
  margin: 0; }

.infographics .block3 {
  position: absolute;
  top: 85px;
  width: 150px;
  height: 150px;
  right: 30px;
  background: #696a6d; }

.infographics .block3:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 150px;
  left: -150px;
  top: 50%;
  background: #000;
  z-index: -1; }

.infographics .block3 .text-wrap .holder {
  padding: 50px 10px; }

.infographics .text-wrap .holder {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 30px 25px 20px; }

.infographics .block3 span {
  font-size: 21px;
  line-height: 20px; }

.infographics span.ad {
  margin-bottom: 0; }

.infographics span {
  text-transform: uppercase;
  font: 25px/24px 'didot';
  font-weight: normal;
  display: block;
  margin-bottom: 15px; }

.infographics .block4 {
  width: 215px;
  height: 150px;
  border-radius: 0;
  background: #97999c;
  color: #000;
  margin: 0 auto 50px;
  left: -20px; }

.infographics span.ad {
  margin-bottom: 0; }

.infographics span {
  text-transform: uppercase;
  font: 25px/24px 'didot';
  font-weight: normal;
  display: block;
  margin-bottom: 15px; }

.infographics .panel-2 {
  position: relative; }

.infographics .panel-2:before {
  content: '';
  position: absolute;
  width: 1px;
  border-right: 3px dotted black;
  height: 540px;
  bottom: 370px;
  right: 15px; }

.infographics .panel-2 .block {
  width: 245px;
  height: 245px;
  background: #d1d3d4;
  color: #000;
  margin: 0 auto;
  left: -20px; }
  .infographics .panel-2 .block p {
    color: black; }

.infographics .panel-2 .block .text-wrap .holder {
  padding: 30px 17px 20px; }

.infographics .panel-2 .block6 {
  margin: -15px auto;
  background: none;
  z-index: 5; }

.infographics .panel-2 .block7 {
  position: absolute;
  top: 110px;
  left: auto;
  right: 30px; }

.infographics .panel-2 .block8 {
  width: 140px;
  height: 140px;
  background: #58595b;
  color: #fff;
  margin-bottom: -70px; }

.infographics .panel-2 .block9 {
  position: absolute;
  top: 200px;
  left: -63px;
  color: #fff;
  background: #9a8dc3;
  width: 125px;
  height: 125px; }

.infographics .panel-2 .block9 span {
  font: bold 14px/15px 'proximanova-light'; }

.block-social-sharing-block ul.social-links li a {
  text-indent: 0;
  margin-right: 8px; }

section.block-entity-fieldnodefield-image ul.slides {
  background: #fff;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: -30px; }

section.block-entity-fieldnodefield-image ul.slides li .flex-caption {
  display: none; }

section.block-entity-fieldnodefield-image .flexslider {
  margin-bottom: 0; }

.tdbackcolor3 {
  background-color: #ff3f33;
  color: white; }

.tdbackcolor2 {
  background-color: #ffb233; }

.tdbackcolor1 {
  background-color: #e9ff33; }

.infographics .block1 {
  position: absolute; }

.infographics .block4:after {
  position: absolute;
  content: '';
  left: 50%;
  background: #000;
  width: 1px;
  top: -55px;
  bottom: -55px;
  z-index: -1; }

.infographics .panel-2 .block6 {
  margin: -15px auto;
  background: none;
  z-index: 5; }

.infographics .panel-2 .block6:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  background: #a7a9ac;
  opacity: 0.6; }

.infographics .panel-2 .block7:after {
  content: '';
  position: absolute;
  width: 400px;
  left: -140px;
  top: 50%;
  border-top: 3px dotted #000;
  z-index: -1; }

.infographics .page-link a:hover {
  text-decoration: none;
  border: none; }

/* ==== screen 1277 ==== */
@media (max-width: 1277px) {
  .infographics .block1 {
    width: 190px;
    height: 190px; }

  .infographics .block2 {
    width: 260px;
    height: 260px;
    left: -30px; }

  .infographics .block3 {
    width: 125px;
    height: 125px;
    top: 60px; }

  .infographics .block4 {
    width: 200px;
    height: 140px;
    left: -30px; }

  .infographics .panel-2 .block {
    width: 215px;
    height: 215px;
    left: -30px; }

  .infographics .panel-2 .block {
    width: 215px;
    height: 215px;
    left: -30px; }

  .infographics .panel-2 .block7 {
    left: auto;
    right: 30px;
    top: 98px; }

  .infographics .panel-2 .block8 {
    width: 120px;
    height: 120px; }

  .infographics .panel-2 .block9 {
    width: 115px;
    height: 115px;
    font-size: 13px;
    left: -58px; }

  .infographics .text-wrap .holder {
    padding: 30px 15px 20px; }

  .infographics span {
    font-size: 19px;
    line-height: 22px; }

  .infographics .block3 span {
    font-size: 16px;
    line-height: 18px; }

  .infographics .block3 span {
    font-size: 16px;
    line-height: 18px; }

  .infographics .block2:before {
    width: 300px;
    right: -200px; }

  .infographics .panel-2:before {
    bottom: 317px;
    height: 509px; }

  .infographics .panel-2 .block7:after {
    width: 370px; } }
/* ==== screen 991 ==== */
@media (max-width: 991px) {
  .infographics .text-wrap .holder {
    padding: 30px 25px 20px; }

  .infographics {
    font-size: 15px;
    line-height: 18px;
    max-width: 530px;
    margin: 135px auto 330px; }

  .infographics span {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px; }

  .infographics .block3 {
    width: 145px;
    height: 145px;
    top: 600px;
    right: 5px; }

  .infographics .block3:before {
    display: none; }

  .infographics .block3 .text-wrap .holder {
    padding: 40px 10px; }

  .infographics .block1 {
    width: 230px;
    height: 230px;
    position: relative;
    top: 0;
    margin: -115px auto 40px;
    left: -15px; }

  .infographics .block2 {
    width: 310px;
    height: 310px;
    left: 0;
    margin: 0 auto 200px; }

  .infographics .block2:before {
    width: 60px;
    height: 150px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    right: 10px;
    bottom: -95px; }

  .infographics .block1 {
    width: 230px;
    height: 230px;
    position: relative;
    top: 0;
    margin: -115px auto 40px;
    left: -15px; }

  .infographics .block4 {
    width: 215px;
    height: 150px;
    left: -20px; }

  .infographics .block4:after {
    top: -255px; }

  .infographics .panel-2 .block {
    width: 240px;
    height: 240px;
    left: -15px; }

  .infographics .panel-2 .block {
    width: 240px;
    height: 240px;
    left: -15px; }

  .infographics .panel-2 .block7 {
    top: auto;
    bottom: -270px; }

  .infographics .panel-2 .block7:after {
    display: none; }

  .infographics .panel-2 .block8 {
    width: 135px;
    height: 135px; }

  .infographics .panel-2 .block9 {
    width: 100px;
    height: 100px;
    left: -50px;
    top: -355px; }

  .infographics .panel-2:before {
    width: 194px;
    height: 790px;
    z-index: -1;
    bottom: 350px;
    border-top: 3px dotted #000;
    border-bottom: 3px dotted #000; }

  .infographics .panel-2 .block .text-wrap .holder {
    padding: 25px 9px; }

  .infographics .panel-2 .block .text-wrap .holder {
    padding: 25px 9px; }

  .infographics .panel-2:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 510px;
    z-index: -1;
    bottom: -163px;
    right: 15px;
    border-right: 3px dotted #000;
    border-bottom: 3px dotted #000; }

  .infographics .panel-2 .block9 span {
    font: bold 12px/15px 'proximanova-light'; } }
.block-social-sharing-block .social-media-sharing {
  vertical-align: top; }

.block-social-sharing-block ul.social-links li a {
  font-size: 0; }

.ui-timepicker-wrapper {
  background: #fff;
  width: 100%;
  max-width: 200px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  height: 200px;
  overflow-y: scroll; }
  .ui-timepicker-wrapper ul.ui-timepicker-list {
    list-style: none;
    padding: 0; }
  .ui-timepicker-wrapper li {
    padding: 10px 20px; }
    .ui-timepicker-wrapper li:hover {
      background: #bababa; }

.infographics p {
  color: white; }

.infographics {
  width: 100vw;
  position: relative; }

.infographics p, .infographics a {
  font: 15px/18px 'proximanova-light' !important; }

.facet-search .js-pager__items.pager {
  padding: 30px 0; }

.facet-search .views-row {
  margin-top: 30px; }

.mob-menu__bottom .mega-menu__search--mob {
  visibility: visible; }
  .mob-menu__bottom .mega-menu__search--mob > .row.column, .mob-menu__bottom .mega-menu__search--mob > .column.block-entity-fieldnodebody, .mob-menu__bottom .mega-menu__search--mob > .column.paragraph--type--cta {
    opacity: 1;
    visibility: visible; }
  .mob-menu__bottom .mega-menu__search--mob .mega-menu__form {
    transition-delay: 200ms;
    opacity: 1;
    visibility: visible; }

.mega-menu__result-mob {
  position: relative;
  transition: .2s;
  display: none;
  max-height: 375px;
  overflow: auto;
  margin-top: 40px; }
  .mega-menu__result-mob ul li {
    margin-bottom: 25px;
    position: relative;
    transition: .2s; }
    .mega-menu__result-mob ul li:hover {
      padding-left: 15px; }
      .mega-menu__result-mob ul li:hover:before {
        transition-delay: 100ms;
        width: 5px; }
    .mega-menu__result-mob ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      content: "";
      display: block;
      width: 0;
      background-color: #00b8de;
      transition: .2s; }
    .mega-menu__result-mob ul li a {
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      .mega-menu__result-mob ul li a strong {
        color: #333f48;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 25px;
        font-weight: 400; }
      .mega-menu__result-mob ul li a span {
        color: #a2aaad;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 25px; }

.loader-mob {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s; }
  .loader-mob .loading-btn {
    margin: 0; }
  .loader-mob.hidden {
    opacity: 0;
    visibility: hidden; }

.mega-menu__search--mob {
  position: absolute;
  background: white;
  z-index: 999999;
  left: 0;
  top: 100%;
  right: 0;
  padding: 30px 0 40px 0;
  visibility: hidden; }
  .mega-menu__search--mob:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0;
    height: 100%;
    background-color: #fff;
    transition: .2s; }

.mega-menu__search--mob {
  display: none; }
  .mega-menu__search--mob.active {
    display: block; }

.mega-menu__result-mob.active {
  min-height: 35px; }

.mob-menu__search img {
  display: none;
  width: 20px;
  height: 20px;
  object-fit: contain; }

.mob-menu__search.active svg {
  display: none; }
.mob-menu__search.active img {
  display: block; }

.mega-menu__result-mob.active .loading-btn.anim img:first-of-type {
  opacity: 1;
  visibility: visible; }

.loader-mob {
  height: 35px;
  overflow: hidden; }

.mob-menu {
  z-index: 10001 !important; }

.mob-menu__nav {
  z-index: 9999999; }

.submenu-toggle {
  top: 50%;
  transform: translateY(-50%); }

iframe[src="https://parracity.maps.arcgis.com/apps/webappviewer/index.html?id=a0f67c9bae2e4602ba1de816120d6ec3&z=15"] {
  width: 100% !important; }

.mega-menu__nav > li.search:not(.line):hover .mega-menu__search {
  visibility: hidden !important; }

.mega-menu__nav > li.search:not(.line):hover > div > div,
.mega-menu__nav > li.search:not(.line):hover .mega-menu__search .mega-menu__form {
  visibility: hidden !important;
  opacity: 0 !important; }

.mega-menu__nav > li.search.line .mega-menu__search:before {
  max-height: 100% !important;
  bottom: 0 !important;
  visibility: visible; }

.mega-menu__nav > li.search:hover .mega-menu__search {
  visibility: hidden !important; }

.mega-menu__nav > li.search.line .mega-menu__search .mega-menu__form {
  transition-delay: 200ms;
  opacity: 1;
  visibility: visible; }

.search-link {
  width: 50px; }
  .search-link a {
    display: flex;
    justify-content: center; }
  .search-link.line #magnifying-glass {
    display: none; }
  .search-link.line #cross-icon {
    display: block;
    opacity: 1; }

#cross-icon {
  height: 30px;
  width: 30px;
  display: none;
  opacity: 0;
  transition: all .2s ease-in; }

.no-pointer-events {
  pointer-events: none; }

.mega-menu__search.active {
  visibility: visible;
  background: white; }

.alert__cookie > span * {
  margin-bottom: 0; }

.messages__wrapper .alert {
  border-radius: 5px;
  padding: 1em;
  display: flex;
  align-items: baseline;
  margin-top: 1em; }
  .messages__wrapper .alert-info, .messages__wrapper .alert-success {
    background-color: #00b8de; }
  .messages__wrapper .alert-warning, .messages__wrapper .alert-error {
    background-color: #FF7E00; }
  .messages__wrapper .alert .sr-only {
    display: none; }
  .messages__wrapper .alert * {
    color: #000; }
  .messages__wrapper .alert button {
    margin-right: .5em; }
  .messages__wrapper .alert p:last-child {
    margin-bottom: 0; }

.form-type-radio, .radios--wrapper {
  display: flex;
  flex-direction: column; }

.map__list input[type="radio"], .map__list input[type="checkbox"] {
  display: inline-block; }

.paragraph--type--form {
  /* need to cancel out some fixed pos directives in main.css */ }
  .paragraph--type--form .select {
    display: flex;
    align-items: baseline; }
  .paragraph--type--form .form-item {
    margin: 1em 0; }
  .paragraph--type--form [type=text], .paragraph--type--form [type=password], .paragraph--type--form [type=date], .paragraph--type--form [type=datetime], .paragraph--type--form [type=datetime-local], .paragraph--type--form [type=month], .paragraph--type--form [type=week],
  .paragraph--type--form [type=email], .paragraph--type--form [type=number], .paragraph--type--form [type=search], .paragraph--type--form [type=tel], .paragraph--type--form [type=time], .paragraph--type--form [type=url], .paragraph--type--form [type=color], .paragraph--type--form textarea {
    margin-bottom: .5em; }
  .paragraph--type--form .webform-element-description, .paragraph--type--form .description {
    font-size: 14px;
    color: #A2AAAD; }
  .paragraph--type--form .alert {
    position: relative;
    bottom: auto; }
  .paragraph--type--form .alert-danger {
    background-color: #ff7e00;
    color: white;
    padding: 0 4px;
    border-radius: 5px; }
  .paragraph--type--form .form-submit {
    font-weight: 600;
    cursor: pointer;
    min-width: 155px;
    height: 40px;
    background-color: #00b8de;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    display: table;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    padding: 0 10px;
    /* match padding w. webflow link buttons */ }
    .paragraph--type--form .form-submit svg {
      display: none; }

.form-item .content-form {
  margin: 0; }
.form-item .form .select {
  margin: 0; }

@media (min-width: 1000px) {
  iframe[src="http://nar-dev.cityofparramatta.nsw.gov.au/namechange.aspx"],
  iframe[src="http://nar-dev.cityofparramatta.nsw.gov.au/addressvalidation.aspx"],
  iframe[src="http://nar-dev.cityofparramatta.nsw.gov.au/bookingfacility.aspx"] {
    width: 1000px; } }

.form-item-message {
  margin-top: 1rem; }

/* inline text links in form labels ie. TOS */
label a {
  color: #002b49;
  transition: .2s;
  text-decoration: underline; }
label a:hover {
  color: #00b8de; }

/* TOS contents - good for both webform TOS and more element types */
.webform-terms-of-service-details--content,
.webform-element-more--content {
  font-size: 14px;
  color: #333f48; }
  .webform-terms-of-service-details--content ol,
  .webform-element-more--content ol {
    list-style: decimal; }
  .webform-terms-of-service-details--content table, .webform-terms-of-service-details--content p, .webform-terms-of-service-details--content ul, .webform-terms-of-service-details--content li,
  .webform-element-more--content table,
  .webform-element-more--content p,
  .webform-element-more--content ul,
  .webform-element-more--content li {
    font-size: 14px !important;
    color: #333f48; }
  .webform-terms-of-service-details--content li,
  .webform-element-more--content li {
    margin-bottom: 1rem; }
  .webform-terms-of-service-details--content h3,
  .webform-element-more--content h3 {
    margin-top: 6px; }

.webform-element-more--link {
  margin-top: 10px; }

.webform-element-more--content {
  border: 1px solid #dbd9d1;
  padding: 10px; }

/* webform wizard buttons side by side */
.webflow-submit-buttons {
  display: inline-block; }
  .webflow-submit-buttons .webform-button--previous, .webflow-submit-buttons .webform-button--next {
    float: left;
    margin-right: 10px; }

/* vertical-space between buttons on multi-page forms etc  */
.paragraph--type--form .form-submit {
  margin-top: 10px; }

/* Required field indicator*/
.form-required:before {
  content: '*';
  padding: 0 10px;
  color: #ff7e00;
  font-size: 18px; }

.webform-required {
  margin-top: 6px;
  color: #0a0a0a;
  border: #ff7e00 2px solid;
  border-radius: 5px; }

/* enumerate form errors */
.messages__wrapper .alert {
  margin-bottom: 1em; }
.messages__wrapper * {
  color: #fff !important; }

/* inline cofirmation message */
.webform-confirmation__message {
  color: #fff;
  background-color: #00b8de;
  margin: 20px 0;
  border-radius: 5px;
  padding: 20px 10px; }

/* target specific forms: */
/* 
community care form (v2).
hide summary validation alert in favour of inline form alerts 
*/
.multistep-form .messages__wrapper .alert {
  display: none; }

/* classes/mods for the duty planner booking webflow forms */
/* copy presentation of webform buttons for styling up custom webform button links */
.fullwidth-form {
  width: 80%;
  margin: 0 auto; }

.multistep-form .multistep-form-body {
  min-height: 180px;
  margin-top: 40px; }

a.multistep-form-button {
  font-weight: 600;
  cursor: pointer;
  min-width: 170px;
  height: 40px;
  background-color: #00b8de;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  display: table;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: .2s;
  margin: auto;
  padding: 9px 10px 0;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 19px !important; }

a.multistep-form-button:hover {
  text-decoration: none !important;
  color: #fff !important; }

.paragraph--type--contact-details {
  display: flex;
  margin: 16px 0;
  transition: .2s;
  align-items: center;
  cursor: pointer; }
  .paragraph--type--contact-details:hover a {
    color: #00b8de; }
  .paragraph--type--contact-details svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    transition: .2s; }

.field--name-field-contact-icon {
  display: flex;
  align-items: center; }
  .field--name-field-contact-icon .field--item {
    margin: 0 15px 0 0; }
    .field--name-field-contact-icon .field--item:hover svg path {
      fill: #00b8de; }
    .field--name-field-contact-icon .field--item:hover a {
      color: #00b8de; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

ul.slick-dots {
  bottom: initial;
  top: 10px;
  z-index: 9999;
  background: transparent; }
  ul.slick-dots button {
    border-radius: 100%;
    height: 10px;
    width: 10px;
    background: rgba(255, 255, 255, 0.5); }
    ul.slick-dots button::before {
      content: "";
      display: none; }
  ul.slick-dots .slick-active button {
    background: white; }

.parent-bg__box {
  height: auto;
  position: absolute;
  bottom: initial;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }

.page-node-type-page .parent-bg__info {
  position: relative;
  z-index: 1;
  min-height: 280px; }
  .page-node-type-page .parent-bg__info img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 280px;
    object-fit: cover; }
@media (min-width: 1284px) {
  .page-node-type-page .parent-bg__box {
    left: calc((100% - 1220px) / 2); } }
@media (min-width: 1024px) {
  .page-node-type-page .article-content > .row > .large-6, .page-node-type-page .article-content > .block-entity-fieldnodebody > .large-6, .page-node-type-page .article-content > .paragraph--type--cta > .large-6 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
    .page-node-type-page .article-content > .row > .large-6.large-offset-1, .page-node-type-page .article-content > .block-entity-fieldnodebody > .large-6.large-offset-1, .page-node-type-page .article-content > .paragraph--type--cta > .large-6.large-offset-1 {
      margin-left: 0; } }

body.page-node-type-article .category-info__box {
  max-width: 765px !important; }
  @media (min-width: 1284px) {
    body.page-node-type-article .category-info__box {
      left: calc((100% - 1220px) / 2); } }
@media (min-width: 1024px) {
  body.page-node-type-article .article-content > .row > .large-6, body.page-node-type-article .article-content > .block-entity-fieldnodebody > .large-6, body.page-node-type-article .article-content > .paragraph--type--cta > .large-6 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
    body.page-node-type-article .article-content > .row > .large-6.large-offset-1, body.page-node-type-article .article-content > .block-entity-fieldnodebody > .large-6.large-offset-1, body.page-node-type-article .article-content > .paragraph--type--cta > .large-6.large-offset-1 {
      margin-left: 0; } }

.blue-box * {
  color: white !important; }

.field--name-body ul li a {
  color: #A2AAAD;
  text-decoration: underline;
  transition: .2s; }
  .field--name-body ul li a:hover {
    color: #00B8DE; }

.field--name-field-row .field--item {
  padding: 1em 0; }
  @media (min-width: 36em) {
    .field--name-field-row .field--item.field-section-title {
      padding-bottom: 0; } }
  .field--name-field-row .field--item:last-child {
    padding-bottom: 0; }

.paragraph-title {
  margin-top: 40px;
  margin-bottom: 0 !important; }

.paragraph--type-content {
  padding-top: 0;
  width: 100%; }

.article-content .field--name-field-body ul li a {
  text-decoration: underline; }

.event-tag .sidebar__item span {
  word-break: break-word; }

iframe[src="https://businesspapers.parracity.nsw.gov.au/BusinessPapersFrameless.asp"] {
  height: auto; }

.btn.btn-primary {
  font-weight: 600;
  cursor: pointer;
  min-width: 155px;
  height: 40px;
  background-color: #00b8de;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  display: table;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  display: inline;
  padding: 10px 1em;
  text-decoration: none; }
  .btn.btn-primary:hover {
    background-color: #002b49;
    color: #fff; }

.field--name-field-image-with-cta-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .field--name-field-image-with-cta-item {
      flex-direction: row; } }
  @media (min-width: 768px) {
    .field--name-field-image-with-cta-item > .field--item {
      flex-basis: calc(50% - 5px);
      padding: 0; } }
  .field--name-field-image-with-cta-item img {
    width: 100%;
    height: 300px;
    object-fit: cover; }
  .field--name-field-image-with-cta-item .field--name-field-image-with-cta-image .field--item {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center; }

.paragraph--type--image-with-cta-section .field--name-field-section-title {
  font-weight: 800;
  letter-spacing: 0;
  line-height: 34px;
  color: #002b49;
  font-size: 1.75rem;
  margin: 0;
  padding: 0; }

iframe[src="http://nar-dev.cityofparramatta.nsw.gov.au/addressvalidation.aspx"] {
  height: 750px; }

iframe[src="http://nar-dev.cityofparramatta.nsw.gov.au/namechange.aspx"] {
  height: 1200px; }

iframe[src="http://nar-dev.cityofparramatta.nsw.gov.au/bookingfacility.aspx"] {
  height: 1300px; }

.field--name-body ol {
  list-style: decimal !important; }

.ie11-alert {
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  top: 0 !important;
  display: none; }
  .ie11-alert a {
    margin-left: 3px !important; }
  .ie11-alert .cross-icon {
    cursor: pointer; }

.embedded-entity {
  /* margin: 0 0 2rem; */ }

ol li a {
  text-decoration: underline; }

.popup {
  width: 80%;
  max-width: 840px;
  background: #002B49;
  color: white;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 52px 34px 86px;
  z-index: 99999999;
  background-image: url("../styleguide-2020/images/popup/popup-circle.png");
  background-size: 235px;
  background-repeat: no-repeat;
  background-position: right bottom;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  @media (max-width: 767px) {
    .popup {
      height: calc(100vh - 40px);
      overflow: hidden auto; } }
  .popup--shadow {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    background: rgba(0, 43, 73, 0.3);
    display: block;
    top: 0;
    left: 0; }
  .popup-close {
    background-image: url("../styleguide-2020/images/popup/popup-close.png");
    height: 20px;
    width: 20px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer; }
  .popup-logo {
    background-image: url("../styleguide-2020/images/popup/popup-logo.png");
    background-size: contain;
    width: 240px;
    height: 60px;
    background-repeat: no-repeat; }
    @media (max-width: 425px) {
      .popup-logo {
        height: 30px; } }
  .popup-search {
    background-image: url("../styleguide-2020/images/popup/popup-search.png");
    height: 16px;
    width: 16px;
    display: inline-block;
    margin: 0 6px 0 7px;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: bottom; }
  .popup h2 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 35px;
    display: block;
    max-width: 470px;
    margin-bottom: 30px; }
  .popup p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 0; }
    .popup p:first-child {
      max-width: 435px; }
    .popup p:last-child {
      max-width: 455px;
      margin-bottom: 0; }

#floodwarning .clear {
  clear: both;
  float: none; }

.floodwarningHeader {
  background: #ccc;
  width: 99%; }
  .floodwarningHeader h2 {
    font-family: Arial; }
    .floodwarningHeader h2 span {
      background: red;
      display: inline-block;
      width: 40px;
      height: 40px;
      text-align: center;
      color: #fff;
      line-height: 40px;
      font-family: Arial; }

.views-field-field-ewn-flood-warning-title a {
  color: #fff;
  display: block;
  padding-left: 10px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 0px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px; }
  .views-field-field-ewn-flood-warning-title a.No {
    background: #2a5a8b; }
  .views-field-field-ewn-flood-warning-title a.Minor {
    background: #e7ac31; }
  .views-field-field-ewn-flood-warning-title a.Major {
    background: #fc0d1c; }
  .views-field-field-ewn-flood-warning-title a.Moderate {
    background: #fd7f03; }
  .views-field-field-ewn-flood-warning-title a.Public {
    background: #68d068;
    color: #000; }
  .views-field-field-ewn-flood-warning-title a:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 20px;
    top: 12px; }
  .views-field-field-ewn-flood-warning-title a:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 0px; }
  .views-field-field-ewn-flood-warning-title a span.ext {
    display: none; }

.flood-warning-title {
  font-size: inherit; }
  .flood-warning-title.No {
    color: #2a5a8b; }
  .flood-warning-title.Minor {
    color: #e7ac31; }
  .flood-warning-title.Major {
    color: #fc0d1c; }
  .flood-warning-title.Moderate {
    color: #fd7f03; }
  .flood-warning-title.Public {
    color: #68d068; }

.floodItems h4 {
  margin-bottom: 0px;
  margin-top: 5px;
  text-transform: none;
  font-family: Arial;
  font-weight: normal;
  padding-left: 10px; }
  .floodItems h4.No {
    color: #2a5a8b; }
  .floodItems h4.Minor {
    color: #e7ac31; }
  .floodItems h4.Major {
    color: #fc0d1c; }
  .floodItems h4.Moderate {
    color: #fd7f03; }
  .floodItems h4.Public {
    color: #68d068; }
.floodItems .item-list ul {
  padding: 0;
  margin: 0;
  font-size: 0; }
  .floodItems .item-list ul li {
    width: 49%;
    background: #f2f2f2;
    margin-bottom: 10px;
    font-size: 0px;
    display: inline-block;
    white-space: normal; }
    .floodItems .item-list ul li:nth-child(2n-1) {
      margin-right: 10px; }

@media (max-width: 530px) {
  .floodwarningHeader {
    width: 100%; }

  .floodItems .item-list ul li {
    width: 100%; }
    .floodItems .item-list ul li:nth-child(2n-1) {
      margin-right: 0px; } }
.floodwarningHeader h2 {
  display: flex;
  align-items: center; }
.floodwarningHeader span {
  margin-right: 5px; }

.upcoming-events {
  padding: 50px 0;
  background: #f9f9f9; }
  .upcoming-events h2 {
    font-weight: 800;
    color: #002b49; }
  .upcoming-events .events-results-wrapper {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .upcoming-events .events-results-wrapper .col {
      display: flex;
      flex-direction: column;
      width: 33.33%;
      padding: 0 15px 30px; }
      @media (max-width: 991px) {
        .upcoming-events .events-results-wrapper .col {
          width: 50%; } }
      @media (max-width: 579px) {
        .upcoming-events .events-results-wrapper .col {
          width: 100%; } }
      .upcoming-events .events-results-wrapper .col a {
        display: block;
        height: 100%;
        position: relative;
        background: #f9f9f9; }
        .upcoming-events .events-results-wrapper .col a:before {
          position: absolute;
          content: '';
          width: 5px;
          height: 100%;
          opacity: 0;
          z-index: 5;
          background-color: #00b8de; }
        .upcoming-events .events-results-wrapper .col a:hover:before {
          opacity: 1; }
        .upcoming-events .events-results-wrapper .col a:hover .image-block img {
          transform: scale(1.15);
          transition: all .6s ease; }
        .upcoming-events .events-results-wrapper .col a:hover .content-block .arrow .line {
          width: 32px;
          background-color: #00b8de; }
        .upcoming-events .events-results-wrapper .col a:hover .content-block .arrow svg * {
          fill: #00b8de; }
      .upcoming-events .events-results-wrapper .col .image-block {
        display: flex;
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden; }
        .upcoming-events .events-results-wrapper .col .image-block img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          transition: all .6s ease; }
      .upcoming-events .events-results-wrapper .col .content-block {
        padding: 25px 25px 30px; }
        .upcoming-events .events-results-wrapper .col .content-block .event-taxonomy {
          font-size: 15px;
          line-height: 25px;
          color: #a2aaad; }
        .upcoming-events .events-results-wrapper .col .content-block .event-title {
          font-weight: 700;
          color: #002b49;
          margin-bottom: 10px;
          font-size: 1.125rem;
          line-height: 25px; }
        .upcoming-events .events-results-wrapper .col .content-block .event-date {
          font-size: 15px;
          line-height: 25px;
          color: #a2aaad;
          margin-bottom: 10px; }
        .upcoming-events .events-results-wrapper .col .content-block .event-description {
          color: #333f48;
          margin-bottom: 40px; }
        .upcoming-events .events-results-wrapper .col .content-block .arrow {
          position: absolute;
          bottom: 30px; }
          .upcoming-events .events-results-wrapper .col .content-block .arrow .line {
            border-radius: 3px;
            display: block;
            height: 2px;
            width: 22px;
            background-color: #333f48;
            transition: .2s; }
          .upcoming-events .events-results-wrapper .col .content-block .arrow svg {
            position: absolute;
            right: 0;
            height: 18px;
            top: 0;
            bottom: 0;
            margin: auto; }
  .upcoming-events .btn-holder {
    display: flex;
    justify-content: center; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
html {
  scroll-behavior: smooth; }

.dialog-off-canvas-main-canvas {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column; }
  .dialog-off-canvas-main-canvas > .footer-container {
    margin-top: auto; }

.h1, .phive-updates h1, body.path-pac .body-copy__content h1,
body.page-node-type-pac-homepage .body-copy__content h1,
body.page-node-type-pac-page .body-copy__content h1,
body.phive-page .body-copy__content h1,
.path-phive .body-copy__content h1,
.page-node-type-phive-page .body-copy__content h1,
.page-node-type-phive-homepage .body-copy__content h1,
.page-node-type-events-data.phive-page .body-copy__content h1,
.page-node-type-phive-venue .body-copy__content h1, body.path-pac .phive-updates h1,
body.page-node-type-pac-homepage .phive-updates h1,
body.page-node-type-pac-page .phive-updates h1 {
  color: #002b49;
  font-family: parramatta-bold, DidotLT-Roman, Georgia, Times New Roman, Times, serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  width: auto;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 4rem ; }
  @media screen and (max-width: 90rem) {
    .h1, .phive-updates h1, body.path-pac .body-copy__content h1,
    body.page-node-type-pac-homepage .body-copy__content h1,
    body.page-node-type-pac-page .body-copy__content h1,
    body.phive-page .body-copy__content h1,
    .path-phive .body-copy__content h1,
    .page-node-type-phive-page .body-copy__content h1,
    .page-node-type-phive-homepage .body-copy__content h1,
    .page-node-type-events-data.phive-page .body-copy__content h1,
    .page-node-type-phive-venue .body-copy__content h1, body.path-pac .phive-updates h1,
    body.page-node-type-pac-homepage .phive-updates h1,
    body.page-node-type-pac-page .phive-updates h1 {
      font-size: calc( 3rem + 1 * ( (100vw - 30rem) / 60 ) ) ; } }
  @media screen and (max-width: 30rem) {
    .h1, .phive-updates h1, body.path-pac .body-copy__content h1,
    body.page-node-type-pac-homepage .body-copy__content h1,
    body.page-node-type-pac-page .body-copy__content h1,
    body.phive-page .body-copy__content h1,
    .path-phive .body-copy__content h1,
    .page-node-type-phive-page .body-copy__content h1,
    .page-node-type-phive-homepage .body-copy__content h1,
    .page-node-type-events-data.phive-page .body-copy__content h1,
    .page-node-type-phive-venue .body-copy__content h1, body.path-pac .phive-updates h1,
    body.page-node-type-pac-homepage .phive-updates h1,
    body.page-node-type-pac-page .phive-updates h1 {
      font-size: 3rem ; } }
  @media (min-width: 1278px) {
    .h1, .phive-updates h1, body.path-pac .body-copy__content h1,
    body.page-node-type-pac-homepage .body-copy__content h1,
    body.page-node-type-pac-page .body-copy__content h1,
    body.phive-page .body-copy__content h1,
    .path-phive .body-copy__content h1,
    .page-node-type-phive-page .body-copy__content h1,
    .page-node-type-phive-homepage .body-copy__content h1,
    .page-node-type-events-data.phive-page .body-copy__content h1,
    .page-node-type-phive-venue .body-copy__content h1, body.path-pac .phive-updates h1,
    body.page-node-type-pac-homepage .phive-updates h1,
    body.page-node-type-pac-page .phive-updates h1 {
      line-height: 1; } }

.h2, .phive-updates h2, body.path-pac .body-copy__content h2,
body.page-node-type-pac-homepage .body-copy__content h2,
body.page-node-type-pac-page .body-copy__content h2,
body.phive-page .body-copy__content h2,
.path-phive .body-copy__content h2,
.page-node-type-phive-page .body-copy__content h2,
.page-node-type-phive-homepage .body-copy__content h2,
.page-node-type-events-data.phive-page .body-copy__content h2,
.page-node-type-phive-venue .body-copy__content h2, body.path-pac .phive-updates h2,
body.page-node-type-pac-homepage .phive-updates h2,
body.page-node-type-pac-page .phive-updates h2 {
  color: #002b49;
  font-family: parramatta-bold, DidotLT-Roman, Georgia, Times New Roman, Times, serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.3;
  width: auto;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2.75rem ; }
  @media screen and (max-width: 90rem) {
    .h2, .phive-updates h2, body.path-pac .body-copy__content h2,
    body.page-node-type-pac-homepage .body-copy__content h2,
    body.page-node-type-pac-page .body-copy__content h2,
    body.phive-page .body-copy__content h2,
    .path-phive .body-copy__content h2,
    .page-node-type-phive-page .body-copy__content h2,
    .page-node-type-phive-homepage .body-copy__content h2,
    .page-node-type-events-data.phive-page .body-copy__content h2,
    .page-node-type-phive-venue .body-copy__content h2, body.path-pac .phive-updates h2,
    body.page-node-type-pac-homepage .phive-updates h2,
    body.page-node-type-pac-page .phive-updates h2 {
      font-size: calc( 2.49975rem + 0.25025 * ( (100vw - 30rem) / 60 ) ) ; } }
  @media screen and (max-width: 30rem) {
    .h2, .phive-updates h2, body.path-pac .body-copy__content h2,
    body.page-node-type-pac-homepage .body-copy__content h2,
    body.page-node-type-pac-page .body-copy__content h2,
    body.phive-page .body-copy__content h2,
    .path-phive .body-copy__content h2,
    .page-node-type-phive-page .body-copy__content h2,
    .page-node-type-phive-homepage .body-copy__content h2,
    .page-node-type-events-data.phive-page .body-copy__content h2,
    .page-node-type-phive-venue .body-copy__content h2, body.path-pac .phive-updates h2,
    body.page-node-type-pac-homepage .phive-updates h2,
    body.page-node-type-pac-page .phive-updates h2 {
      font-size: 2.49975rem ; } }
  @media (min-width: 1278px) {
    .h2, .phive-updates h2, body.path-pac .body-copy__content h2,
    body.page-node-type-pac-homepage .body-copy__content h2,
    body.page-node-type-pac-page .body-copy__content h2,
    body.phive-page .body-copy__content h2,
    .path-phive .body-copy__content h2,
    .page-node-type-phive-page .body-copy__content h2,
    .page-node-type-phive-homepage .body-copy__content h2,
    .page-node-type-events-data.phive-page .body-copy__content h2,
    .page-node-type-phive-venue .body-copy__content h2, body.path-pac .phive-updates h2,
    body.page-node-type-pac-homepage .phive-updates h2,
    body.page-node-type-pac-page .phive-updates h2 {
      line-height: 1.3; } }

.h3, .phive-updates h3, body.path-pac .body-copy__content h3,
body.page-node-type-pac-homepage .body-copy__content h3,
body.page-node-type-pac-page .body-copy__content h3,
body.phive-page .body-copy__content h3,
.path-phive .body-copy__content h3,
.page-node-type-phive-page .body-copy__content h3,
.page-node-type-phive-homepage .body-copy__content h3,
.page-node-type-events-data.phive-page .body-copy__content h3,
.page-node-type-phive-venue .body-copy__content h3, body.path-pac .phive-updates h3,
body.page-node-type-pac-homepage .phive-updates h3,
body.page-node-type-pac-page .phive-updates h3 {
  color: #002b49;
  font-family: parramatta-bold, DidotLT-Roman, Georgia, Times New Roman, Times, serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.3;
  width: auto;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2.25rem ; }
  @media screen and (max-width: 90rem) {
    .h3, .phive-updates h3, body.path-pac .body-copy__content h3,
    body.page-node-type-pac-homepage .body-copy__content h3,
    body.page-node-type-pac-page .body-copy__content h3,
    body.phive-page .body-copy__content h3,
    .path-phive .body-copy__content h3,
    .page-node-type-phive-page .body-copy__content h3,
    .page-node-type-phive-homepage .body-copy__content h3,
    .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-phive-venue .body-copy__content h3, body.path-pac .phive-updates h3,
    body.page-node-type-pac-homepage .phive-updates h3,
    body.page-node-type-pac-page .phive-updates h3 {
      font-size: calc( 1.9998rem + 0.2502 * ( (100vw - 30rem) / 60 ) ) ; } }
  @media screen and (max-width: 30rem) {
    .h3, .phive-updates h3, body.path-pac .body-copy__content h3,
    body.page-node-type-pac-homepage .body-copy__content h3,
    body.page-node-type-pac-page .body-copy__content h3,
    body.phive-page .body-copy__content h3,
    .path-phive .body-copy__content h3,
    .page-node-type-phive-page .body-copy__content h3,
    .page-node-type-phive-homepage .body-copy__content h3,
    .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-phive-venue .body-copy__content h3, body.path-pac .phive-updates h3,
    body.page-node-type-pac-homepage .phive-updates h3,
    body.page-node-type-pac-page .phive-updates h3 {
      font-size: 1.9998rem ; } }
  @media (min-width: 1278px) {
    .h3, .phive-updates h3, body.path-pac .body-copy__content h3,
    body.page-node-type-pac-homepage .body-copy__content h3,
    body.page-node-type-pac-page .body-copy__content h3,
    body.phive-page .body-copy__content h3,
    .path-phive .body-copy__content h3,
    .page-node-type-phive-page .body-copy__content h3,
    .page-node-type-phive-homepage .body-copy__content h3,
    .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-phive-venue .body-copy__content h3, body.path-pac .phive-updates h3,
    body.page-node-type-pac-homepage .phive-updates h3,
    body.page-node-type-pac-page .phive-updates h3 {
      line-height: 1.2; } }

.h4, .phive-updates h4, body.path-pac .body-copy__content h4,
body.page-node-type-pac-homepage .body-copy__content h4,
body.page-node-type-pac-page .body-copy__content h4,
body.phive-page .body-copy__content h4,
.path-phive .body-copy__content h4,
.page-node-type-phive-page .body-copy__content h4,
.page-node-type-phive-homepage .body-copy__content h4,
.page-node-type-events-data.phive-page .body-copy__content h4,
.page-node-type-phive-venue .body-copy__content h4, body.path-pac .phive-updates h4,
body.page-node-type-pac-homepage .phive-updates h4,
body.page-node-type-pac-page .phive-updates h4 {
  color: #002b49;
  font-family: parramatta-bold, DidotLT-Roman, Georgia, Times New Roman, Times, serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.3;
  width: auto;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.75rem ; }
  @media screen and (max-width: 90rem) {
    .h4, .phive-updates h4, body.path-pac .body-copy__content h4,
    body.page-node-type-pac-homepage .body-copy__content h4,
    body.page-node-type-pac-page .body-copy__content h4,
    body.phive-page .body-copy__content h4,
    .path-phive .body-copy__content h4,
    .page-node-type-phive-page .body-copy__content h4,
    .page-node-type-phive-homepage .body-copy__content h4,
    .page-node-type-events-data.phive-page .body-copy__content h4,
    .page-node-type-phive-venue .body-copy__content h4, body.path-pac .phive-updates h4,
    body.page-node-type-pac-homepage .phive-updates h4,
    body.page-node-type-pac-page .phive-updates h4 {
      font-size: calc( 1.499925rem + 0.250075 * ( (100vw - 30rem) / 60 ) ) ; } }
  @media screen and (max-width: 30rem) {
    .h4, .phive-updates h4, body.path-pac .body-copy__content h4,
    body.page-node-type-pac-homepage .body-copy__content h4,
    body.page-node-type-pac-page .body-copy__content h4,
    body.phive-page .body-copy__content h4,
    .path-phive .body-copy__content h4,
    .page-node-type-phive-page .body-copy__content h4,
    .page-node-type-phive-homepage .body-copy__content h4,
    .page-node-type-events-data.phive-page .body-copy__content h4,
    .page-node-type-phive-venue .body-copy__content h4, body.path-pac .phive-updates h4,
    body.page-node-type-pac-homepage .phive-updates h4,
    body.page-node-type-pac-page .phive-updates h4 {
      font-size: 1.499925rem ; } }
  @media (min-width: 1278px) {
    .h4, .phive-updates h4, body.path-pac .body-copy__content h4,
    body.page-node-type-pac-homepage .body-copy__content h4,
    body.page-node-type-pac-page .body-copy__content h4,
    body.phive-page .body-copy__content h4,
    .path-phive .body-copy__content h4,
    .page-node-type-phive-page .body-copy__content h4,
    .page-node-type-phive-homepage .body-copy__content h4,
    .page-node-type-events-data.phive-page .body-copy__content h4,
    .page-node-type-phive-venue .body-copy__content h4, body.path-pac .phive-updates h4,
    body.page-node-type-pac-homepage .phive-updates h4,
    body.page-node-type-pac-page .phive-updates h4 {
      line-height: 1.36; } }

body.path-pac .h3, .phive-updates body.path-pac h3, body.path-pac .body-copy__content h3,
body.page-node-type-pac-homepage .body-copy__content body.path-pac h3,
body.page-node-type-pac-page .body-copy__content body.path-pac h3,
body.phive-page .body-copy__content body.path-pac h3,
.path-phive .body-copy__content body.path-pac h3,
.page-node-type-phive-page .body-copy__content body.path-pac h3,
.page-node-type-phive-homepage .body-copy__content body.path-pac h3,
.page-node-type-events-data.phive-page .body-copy__content body.path-pac h3,
.page-node-type-phive-venue .body-copy__content body.path-pac h3, body.path-pac .phive-updates h3,
body.path-pac .page-node-type-events-data.phive-page .body-copy__content h3,
.page-node-type-events-data.phive-page body.path-pac .body-copy__content h3,
body.page-node-type-pac-homepage .h3,
.phive-updates body.page-node-type-pac-homepage h3,
body.path-pac .body-copy__content body.page-node-type-pac-homepage h3,
body.page-node-type-pac-homepage .body-copy__content h3,
body.page-node-type-pac-page .body-copy__content body.page-node-type-pac-homepage h3,
body.phive-page .body-copy__content body.page-node-type-pac-homepage h3,
.path-phive .body-copy__content body.page-node-type-pac-homepage h3,
.page-node-type-phive-page .body-copy__content body.page-node-type-pac-homepage h3,
.page-node-type-phive-homepage .body-copy__content body.page-node-type-pac-homepage h3,
.page-node-type-events-data.phive-page .body-copy__content body.page-node-type-pac-homepage h3,
.page-node-type-phive-venue .body-copy__content body.page-node-type-pac-homepage h3,
body.page-node-type-pac-homepage .phive-updates h3,
body.page-node-type-pac-homepage .page-node-type-events-data.phive-page .body-copy__content h3,
.page-node-type-events-data.phive-page body.page-node-type-pac-homepage .body-copy__content h3,
body.page-node-type-pac-page .h3,
.phive-updates body.page-node-type-pac-page h3,
body.path-pac .body-copy__content body.page-node-type-pac-page h3,
body.page-node-type-pac-homepage .body-copy__content body.page-node-type-pac-page h3,
body.page-node-type-pac-page .body-copy__content h3,
body.phive-page .body-copy__content body.page-node-type-pac-page h3,
.path-phive .body-copy__content body.page-node-type-pac-page h3,
.page-node-type-phive-page .body-copy__content body.page-node-type-pac-page h3,
.page-node-type-phive-homepage .body-copy__content body.page-node-type-pac-page h3,
.page-node-type-events-data.phive-page .body-copy__content body.page-node-type-pac-page h3,
.page-node-type-phive-venue .body-copy__content body.page-node-type-pac-page h3,
body.page-node-type-pac-page .phive-updates h3,
body.page-node-type-pac-page .page-node-type-events-data.phive-page .body-copy__content h3,
.page-node-type-events-data.phive-page body.page-node-type-pac-page .body-copy__content h3 {
  color: #002b49;
  font-family: parramatta-bold, DidotLT-Roman, Georgia, Times New Roman, Times, serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.3;
  width: auto;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2.625rem ; }
  @media screen and (max-width: 90rem) {
    body.path-pac .h3, .phive-updates body.path-pac h3, body.path-pac .body-copy__content h3,
    body.page-node-type-pac-homepage .body-copy__content body.path-pac h3,
    body.page-node-type-pac-page .body-copy__content body.path-pac h3,
    body.phive-page .body-copy__content body.path-pac h3,
    .path-phive .body-copy__content body.path-pac h3,
    .page-node-type-phive-page .body-copy__content body.path-pac h3,
    .page-node-type-phive-homepage .body-copy__content body.path-pac h3,
    .page-node-type-events-data.phive-page .body-copy__content body.path-pac h3,
    .page-node-type-phive-venue .body-copy__content body.path-pac h3, body.path-pac .phive-updates h3,
    body.path-pac .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-events-data.phive-page body.path-pac .body-copy__content h3,
    body.page-node-type-pac-homepage .h3,
    .phive-updates body.page-node-type-pac-homepage h3,
    body.path-pac .body-copy__content body.page-node-type-pac-homepage h3,
    body.page-node-type-pac-homepage .body-copy__content h3,
    body.page-node-type-pac-page .body-copy__content body.page-node-type-pac-homepage h3,
    body.phive-page .body-copy__content body.page-node-type-pac-homepage h3,
    .path-phive .body-copy__content body.page-node-type-pac-homepage h3,
    .page-node-type-phive-page .body-copy__content body.page-node-type-pac-homepage h3,
    .page-node-type-phive-homepage .body-copy__content body.page-node-type-pac-homepage h3,
    .page-node-type-events-data.phive-page .body-copy__content body.page-node-type-pac-homepage h3,
    .page-node-type-phive-venue .body-copy__content body.page-node-type-pac-homepage h3,
    body.page-node-type-pac-homepage .phive-updates h3,
    body.page-node-type-pac-homepage .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-events-data.phive-page body.page-node-type-pac-homepage .body-copy__content h3,
    body.page-node-type-pac-page .h3,
    .phive-updates body.page-node-type-pac-page h3,
    body.path-pac .body-copy__content body.page-node-type-pac-page h3,
    body.page-node-type-pac-homepage .body-copy__content body.page-node-type-pac-page h3,
    body.page-node-type-pac-page .body-copy__content h3,
    body.phive-page .body-copy__content body.page-node-type-pac-page h3,
    .path-phive .body-copy__content body.page-node-type-pac-page h3,
    .page-node-type-phive-page .body-copy__content body.page-node-type-pac-page h3,
    .page-node-type-phive-homepage .body-copy__content body.page-node-type-pac-page h3,
    .page-node-type-events-data.phive-page .body-copy__content body.page-node-type-pac-page h3,
    .page-node-type-phive-venue .body-copy__content body.page-node-type-pac-page h3,
    body.page-node-type-pac-page .phive-updates h3,
    body.page-node-type-pac-page .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-events-data.phive-page body.page-node-type-pac-page .body-copy__content h3 {
      font-size: calc( 2.386125rem + 0.238875 * ( (100vw - 30rem) / 60 ) ) ; } }
  @media screen and (max-width: 30rem) {
    body.path-pac .h3, .phive-updates body.path-pac h3, body.path-pac .body-copy__content h3,
    body.page-node-type-pac-homepage .body-copy__content body.path-pac h3,
    body.page-node-type-pac-page .body-copy__content body.path-pac h3,
    body.phive-page .body-copy__content body.path-pac h3,
    .path-phive .body-copy__content body.path-pac h3,
    .page-node-type-phive-page .body-copy__content body.path-pac h3,
    .page-node-type-phive-homepage .body-copy__content body.path-pac h3,
    .page-node-type-events-data.phive-page .body-copy__content body.path-pac h3,
    .page-node-type-phive-venue .body-copy__content body.path-pac h3, body.path-pac .phive-updates h3,
    body.path-pac .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-events-data.phive-page body.path-pac .body-copy__content h3,
    body.page-node-type-pac-homepage .h3,
    .phive-updates body.page-node-type-pac-homepage h3,
    body.path-pac .body-copy__content body.page-node-type-pac-homepage h3,
    body.page-node-type-pac-homepage .body-copy__content h3,
    body.page-node-type-pac-page .body-copy__content body.page-node-type-pac-homepage h3,
    body.phive-page .body-copy__content body.page-node-type-pac-homepage h3,
    .path-phive .body-copy__content body.page-node-type-pac-homepage h3,
    .page-node-type-phive-page .body-copy__content body.page-node-type-pac-homepage h3,
    .page-node-type-phive-homepage .body-copy__content body.page-node-type-pac-homepage h3,
    .page-node-type-events-data.phive-page .body-copy__content body.page-node-type-pac-homepage h3,
    .page-node-type-phive-venue .body-copy__content body.page-node-type-pac-homepage h3,
    body.page-node-type-pac-homepage .phive-updates h3,
    body.page-node-type-pac-homepage .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-events-data.phive-page body.page-node-type-pac-homepage .body-copy__content h3,
    body.page-node-type-pac-page .h3,
    .phive-updates body.page-node-type-pac-page h3,
    body.path-pac .body-copy__content body.page-node-type-pac-page h3,
    body.page-node-type-pac-homepage .body-copy__content body.page-node-type-pac-page h3,
    body.page-node-type-pac-page .body-copy__content h3,
    body.phive-page .body-copy__content body.page-node-type-pac-page h3,
    .path-phive .body-copy__content body.page-node-type-pac-page h3,
    .page-node-type-phive-page .body-copy__content body.page-node-type-pac-page h3,
    .page-node-type-phive-homepage .body-copy__content body.page-node-type-pac-page h3,
    .page-node-type-events-data.phive-page .body-copy__content body.page-node-type-pac-page h3,
    .page-node-type-phive-venue .body-copy__content body.page-node-type-pac-page h3,
    body.page-node-type-pac-page .phive-updates h3,
    body.page-node-type-pac-page .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-events-data.phive-page body.page-node-type-pac-page .body-copy__content h3 {
      font-size: 2.386125rem ; } }
  @media (min-width: 1278px) {
    body.path-pac .h3, .phive-updates body.path-pac h3, body.path-pac .body-copy__content h3,
    body.page-node-type-pac-homepage .body-copy__content body.path-pac h3,
    body.page-node-type-pac-page .body-copy__content body.path-pac h3,
    body.phive-page .body-copy__content body.path-pac h3,
    .path-phive .body-copy__content body.path-pac h3,
    .page-node-type-phive-page .body-copy__content body.path-pac h3,
    .page-node-type-phive-homepage .body-copy__content body.path-pac h3,
    .page-node-type-events-data.phive-page .body-copy__content body.path-pac h3,
    .page-node-type-phive-venue .body-copy__content body.path-pac h3, body.path-pac .phive-updates h3,
    body.path-pac .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-events-data.phive-page body.path-pac .body-copy__content h3,
    body.page-node-type-pac-homepage .h3,
    .phive-updates body.page-node-type-pac-homepage h3,
    body.path-pac .body-copy__content body.page-node-type-pac-homepage h3,
    body.page-node-type-pac-homepage .body-copy__content h3,
    body.page-node-type-pac-page .body-copy__content body.page-node-type-pac-homepage h3,
    body.phive-page .body-copy__content body.page-node-type-pac-homepage h3,
    .path-phive .body-copy__content body.page-node-type-pac-homepage h3,
    .page-node-type-phive-page .body-copy__content body.page-node-type-pac-homepage h3,
    .page-node-type-phive-homepage .body-copy__content body.page-node-type-pac-homepage h3,
    .page-node-type-events-data.phive-page .body-copy__content body.page-node-type-pac-homepage h3,
    .page-node-type-phive-venue .body-copy__content body.page-node-type-pac-homepage h3,
    body.page-node-type-pac-homepage .phive-updates h3,
    body.page-node-type-pac-homepage .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-events-data.phive-page body.page-node-type-pac-homepage .body-copy__content h3,
    body.page-node-type-pac-page .h3,
    .phive-updates body.page-node-type-pac-page h3,
    body.path-pac .body-copy__content body.page-node-type-pac-page h3,
    body.page-node-type-pac-homepage .body-copy__content body.page-node-type-pac-page h3,
    body.page-node-type-pac-page .body-copy__content h3,
    body.phive-page .body-copy__content body.page-node-type-pac-page h3,
    .path-phive .body-copy__content body.page-node-type-pac-page h3,
    .page-node-type-phive-page .body-copy__content body.page-node-type-pac-page h3,
    .page-node-type-phive-homepage .body-copy__content body.page-node-type-pac-page h3,
    .page-node-type-events-data.phive-page .body-copy__content body.page-node-type-pac-page h3,
    .page-node-type-phive-venue .body-copy__content body.page-node-type-pac-page h3,
    body.page-node-type-pac-page .phive-updates h3,
    body.page-node-type-pac-page .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-events-data.phive-page body.page-node-type-pac-page .body-copy__content h3 {
      line-height: 1.3; } }

.phive-updates p, body.path-pac .body-copy__content p,
body.page-node-type-pac-homepage .body-copy__content p,
body.page-node-type-pac-page .body-copy__content p,
body.phive-page .body-copy__content p,
.path-phive .body-copy__content p,
.page-node-type-phive-page .body-copy__content p,
.page-node-type-phive-homepage .body-copy__content p,
.page-node-type-events-data.phive-page .body-copy__content p,
.page-node-type-phive-venue .body-copy__content p {
  font-size: 1.125rem;
  color: #002b49;
  line-height: 1.6875rem; }
  .phive-updates p a, body.path-pac .body-copy__content p a,
  body.page-node-type-pac-homepage .body-copy__content p a,
  body.page-node-type-pac-page .body-copy__content p a,
  body.phive-page .body-copy__content p a,
  .path-phive .body-copy__content p a,
  .page-node-type-phive-page .body-copy__content p a,
  .page-node-type-phive-homepage .body-copy__content p a,
  .page-node-type-events-data.phive-page .body-copy__content p a,
  .page-node-type-phive-venue .body-copy__content p a {
    color: #ff7e00;
    text-decoration: underline; }
    .phive-updates p a:hover, body.path-pac .body-copy__content p a:hover,
    body.page-node-type-pac-homepage .body-copy__content p a:hover,
    body.page-node-type-pac-page .body-copy__content p a:hover,
    body.phive-page .body-copy__content p a:hover,
    .path-phive .body-copy__content p a:hover,
    .page-node-type-phive-page .body-copy__content p a:hover,
    .page-node-type-phive-homepage .body-copy__content p a:hover,
    .page-node-type-events-data.phive-page .body-copy__content p a:hover,
    .page-node-type-phive-venue .body-copy__content p a:hover {
      color: #e67100; }
.phive-updates ul, body.path-pac .body-copy__content ul,
body.page-node-type-pac-homepage .body-copy__content ul,
body.page-node-type-pac-page .body-copy__content ul,
body.phive-page .body-copy__content ul,
.path-phive .body-copy__content ul,
.page-node-type-phive-page .body-copy__content ul,
.page-node-type-phive-homepage .body-copy__content ul,
.page-node-type-events-data.phive-page .body-copy__content ul,
.page-node-type-phive-venue .body-copy__content ul {
  list-style-type: disc;
  margin-left: 1em !important;
  margin-bottom: 1em !important; }
  .phive-updates ul.paragraph-list-items__list, body.path-pac .body-copy__content ul.paragraph-list-items__list,
  body.page-node-type-pac-homepage .body-copy__content ul.paragraph-list-items__list,
  body.page-node-type-pac-page .body-copy__content ul.paragraph-list-items__list,
  body.phive-page .body-copy__content ul.paragraph-list-items__list,
  .path-phive .body-copy__content ul.paragraph-list-items__list,
  .page-node-type-phive-page .body-copy__content ul.paragraph-list-items__list,
  .page-node-type-phive-homepage .body-copy__content ul.paragraph-list-items__list,
  .page-node-type-events-data.phive-page .body-copy__content ul.paragraph-list-items__list,
  .page-node-type-phive-venue .body-copy__content ul.paragraph-list-items__list {
    margin-bottom: 0 !important; }
  .phive-updates ul > li, body.path-pac .body-copy__content ul > li,
  body.page-node-type-pac-homepage .body-copy__content ul > li,
  body.page-node-type-pac-page .body-copy__content ul > li,
  body.phive-page .body-copy__content ul > li,
  .path-phive .body-copy__content ul > li,
  .page-node-type-phive-page .body-copy__content ul > li,
  .page-node-type-phive-homepage .body-copy__content ul > li,
  .page-node-type-events-data.phive-page .body-copy__content ul > li,
  .page-node-type-phive-venue .body-copy__content ul > li {
    transform: translateX(8px);
    font-size: 1.125rem;
    color: #002b49;
    line-height: 1.625rem; }
    .phive-updates ul > li:not(:last-of-type), body.path-pac .body-copy__content ul > li:not(:last-of-type),
    body.page-node-type-pac-homepage .body-copy__content ul > li:not(:last-of-type),
    body.page-node-type-pac-page .body-copy__content ul > li:not(:last-of-type),
    body.phive-page .body-copy__content ul > li:not(:last-of-type),
    .path-phive .body-copy__content ul > li:not(:last-of-type),
    .page-node-type-phive-page .body-copy__content ul > li:not(:last-of-type),
    .page-node-type-phive-homepage .body-copy__content ul > li:not(:last-of-type),
    .page-node-type-events-data.phive-page .body-copy__content ul > li:not(:last-of-type),
    .page-node-type-phive-venue .body-copy__content ul > li:not(:last-of-type) {
      margin-bottom: 1rem; }
    .phive-updates ul > li::marker, body.path-pac .body-copy__content ul > li::marker,
    body.page-node-type-pac-homepage .body-copy__content ul > li::marker,
    body.page-node-type-pac-page .body-copy__content ul > li::marker,
    body.phive-page .body-copy__content ul > li::marker,
    .path-phive .body-copy__content ul > li::marker,
    .page-node-type-phive-page .body-copy__content ul > li::marker,
    .page-node-type-phive-homepage .body-copy__content ul > li::marker,
    .page-node-type-events-data.phive-page .body-copy__content ul > li::marker,
    .page-node-type-phive-venue .body-copy__content ul > li::marker {
      font-size: 1.5rem;
      color: #ff7e00; }

a.phive-button {
  border: none;
  color: #002b49;
  background-color: white;
  cursor: pointer;
  line-height: 1.22;
  padding: 14px 26px 15px 26px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-flex;
  font-size: 16px;
  min-width: 10.625rem;
  border-radius: 25px;
  text-decoration: none !important;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: normal;
  width: auto;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: white !important;
  background: transparent; }
  a.phive-button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(99deg, #c8102e, #ff7e00);
    z-index: -1;
    transition: opacity 0.25s linear;
    opacity: 1; }
  a.phive-button::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
    z-index: -2; }
  a.phive-button:hover {
    color: white;
    border-color: transparent; }
    a.phive-button:hover::before {
      opacity: 0; }

a.pac-button {
  border: none;
  color: white;
  background-color: #3500d7;
  cursor: pointer;
  line-height: 1.22;
  padding: 14px 26px 15px 26px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-flex;
  font-size: 16px;
  min-width: 10.625rem;
  border-radius: 25px;
  text-decoration: none !important;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: normal;
  width: auto;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  z-index: 2;
  padding: 0.6875rem 2.375rem 0.75rem 2.375rem;
  border: 2px solid #3500d7;
  color: white !important; }
  a.pac-button:hover {
    background-color: white !important;
    color: #3500d7 !important; }

body.page-node-type-pac-homepage .page-header,
body.page-node-type-home-page .page-header {
  display: none; }
body.page-node-type-pac-homepage .pac-homepage > .content,
body.page-node-type-pac-homepage .home-page > .content,
body.page-node-type-home-page .pac-homepage > .content,
body.page-node-type-home-page .home-page > .content {
  margin-top: 0; }

body.path-pac .phive-updates h1, body.path-pac .body-copy__content h1,
body.path-pac .page-node-type-events-data.phive-page .body-copy__content h1,
.page-node-type-events-data.phive-page body.path-pac .body-copy__content h1,
body.page-node-type-pac-homepage .phive-updates h1,
body.page-node-type-pac-homepage .body-copy__content h1,
body.page-node-type-pac-homepage .page-node-type-events-data.phive-page .body-copy__content h1,
.page-node-type-events-data.phive-page body.page-node-type-pac-homepage .body-copy__content h1,
body.page-node-type-pac-page .phive-updates h1,
body.page-node-type-pac-page .body-copy__content h1,
body.page-node-type-pac-page .page-node-type-events-data.phive-page .body-copy__content h1,
.page-node-type-events-data.phive-page body.page-node-type-pac-page .body-copy__content h1 {
  color: #3500d7; }
body.path-pac .phive-updates h2, body.path-pac .body-copy__content h2,
body.path-pac .page-node-type-events-data.phive-page .body-copy__content h2,
.page-node-type-events-data.phive-page body.path-pac .body-copy__content h2,
body.page-node-type-pac-homepage .phive-updates h2,
body.page-node-type-pac-homepage .body-copy__content h2,
body.page-node-type-pac-homepage .page-node-type-events-data.phive-page .body-copy__content h2,
.page-node-type-events-data.phive-page body.page-node-type-pac-homepage .body-copy__content h2,
body.page-node-type-pac-page .phive-updates h2,
body.page-node-type-pac-page .body-copy__content h2,
body.page-node-type-pac-page .page-node-type-events-data.phive-page .body-copy__content h2,
.page-node-type-events-data.phive-page body.page-node-type-pac-page .body-copy__content h2 {
  color: #3500d7; }
body.path-pac .phive-updates h3, body.path-pac .body-copy__content h3,
body.path-pac .page-node-type-events-data.phive-page .body-copy__content h3,
.page-node-type-events-data.phive-page body.path-pac .body-copy__content h3,
body.page-node-type-pac-homepage .phive-updates h3,
body.page-node-type-pac-homepage .body-copy__content h3,
body.page-node-type-pac-homepage .page-node-type-events-data.phive-page .body-copy__content h3,
.page-node-type-events-data.phive-page body.page-node-type-pac-homepage .body-copy__content h3,
body.page-node-type-pac-page .phive-updates h3,
body.page-node-type-pac-page .body-copy__content h3,
body.page-node-type-pac-page .page-node-type-events-data.phive-page .body-copy__content h3,
.page-node-type-events-data.phive-page body.page-node-type-pac-page .body-copy__content h3 {
  color: #3500d7; }
body.path-pac .phive-updates h4, body.path-pac .body-copy__content h4,
body.path-pac .page-node-type-events-data.phive-page .body-copy__content h4,
.page-node-type-events-data.phive-page body.path-pac .body-copy__content h4,
body.page-node-type-pac-homepage .phive-updates h4,
body.page-node-type-pac-homepage .body-copy__content h4,
body.page-node-type-pac-homepage .page-node-type-events-data.phive-page .body-copy__content h4,
.page-node-type-events-data.phive-page body.page-node-type-pac-homepage .body-copy__content h4,
body.page-node-type-pac-page .phive-updates h4,
body.page-node-type-pac-page .body-copy__content h4,
body.page-node-type-pac-page .page-node-type-events-data.phive-page .body-copy__content h4,
.page-node-type-events-data.phive-page body.page-node-type-pac-page .body-copy__content h4 {
  color: #3500d7; }
body.path-pac .phive-updates p, body.path-pac .body-copy__content p,
body.path-pac .page-node-type-events-data.phive-page .body-copy__content p,
.page-node-type-events-data.phive-page body.path-pac .body-copy__content p,
body.page-node-type-pac-homepage .phive-updates p,
body.page-node-type-pac-homepage .body-copy__content p,
body.page-node-type-pac-homepage .page-node-type-events-data.phive-page .body-copy__content p,
.page-node-type-events-data.phive-page body.page-node-type-pac-homepage .body-copy__content p,
body.page-node-type-pac-page .phive-updates p,
body.page-node-type-pac-page .body-copy__content p,
body.page-node-type-pac-page .page-node-type-events-data.phive-page .body-copy__content p,
.page-node-type-events-data.phive-page body.page-node-type-pac-page .body-copy__content p {
  color: #002b49; }
  body.path-pac .phive-updates p a, body.path-pac .body-copy__content p a,
  body.path-pac .page-node-type-events-data.phive-page .body-copy__content p a,
  .page-node-type-events-data.phive-page body.path-pac .body-copy__content p a,
  body.page-node-type-pac-homepage .phive-updates p a,
  body.page-node-type-pac-homepage .body-copy__content p a,
  body.page-node-type-pac-homepage .page-node-type-events-data.phive-page .body-copy__content p a,
  .page-node-type-events-data.phive-page body.page-node-type-pac-homepage .body-copy__content p a,
  body.page-node-type-pac-page .phive-updates p a,
  body.page-node-type-pac-page .body-copy__content p a,
  body.page-node-type-pac-page .page-node-type-events-data.phive-page .body-copy__content p a,
  .page-node-type-events-data.phive-page body.page-node-type-pac-page .body-copy__content p a {
    color: #3500d7;
    text-decoration: underline; }
    body.path-pac .phive-updates p a:hover, body.path-pac .body-copy__content p a:hover,
    body.page-node-type-pac-homepage .phive-updates p a:hover,
    body.page-node-type-pac-homepage .body-copy__content p a:hover,
    body.page-node-type-pac-page .phive-updates p a:hover,
    body.page-node-type-pac-page .body-copy__content p a:hover {
      color: #2f00be; }
body.path-pac .phive-updates ul > li, body.path-pac .body-copy__content ul > li,
body.path-pac .page-node-type-events-data.phive-page .body-copy__content ul > li,
.page-node-type-events-data.phive-page body.path-pac .body-copy__content ul > li,
body.page-node-type-pac-homepage .phive-updates ul > li,
body.page-node-type-pac-homepage .body-copy__content ul > li,
body.page-node-type-pac-homepage .page-node-type-events-data.phive-page .body-copy__content ul > li,
.page-node-type-events-data.phive-page body.page-node-type-pac-homepage .body-copy__content ul > li,
body.page-node-type-pac-page .phive-updates ul > li,
body.page-node-type-pac-page .body-copy__content ul > li,
body.page-node-type-pac-page .page-node-type-events-data.phive-page .body-copy__content ul > li,
.page-node-type-events-data.phive-page body.page-node-type-pac-page .body-copy__content ul > li {
  color: #002b49; }
  body.path-pac .phive-updates ul > li::marker, body.path-pac .body-copy__content ul > li::marker,
  body.path-pac .page-node-type-events-data.phive-page .body-copy__content ul > li::marker,
  .page-node-type-events-data.phive-page body.path-pac .body-copy__content ul > li::marker,
  body.page-node-type-pac-homepage .phive-updates ul > li::marker,
  body.page-node-type-pac-homepage .body-copy__content ul > li::marker,
  body.page-node-type-pac-homepage .page-node-type-events-data.phive-page .body-copy__content ul > li::marker,
  .page-node-type-events-data.phive-page body.page-node-type-pac-homepage .body-copy__content ul > li::marker,
  body.page-node-type-pac-page .phive-updates ul > li::marker,
  body.page-node-type-pac-page .body-copy__content ul > li::marker,
  body.page-node-type-pac-page .page-node-type-events-data.phive-page .body-copy__content ul > li::marker,
  .page-node-type-events-data.phive-page body.page-node-type-pac-page .body-copy__content ul > li::marker {
    color: #00fbfe; }

.field--name-field-html {
  width: 100%; }

.event-page-content .body-copy__content {
  padding-right: 0 !important; }

body.path-pac .body-copy__content,
body.page-node-type-pac-homepage .body-copy__content,
body.page-node-type-pac-page .body-copy__content,
body.phive-page .body-copy__content,
.path-phive .body-copy__content,
.page-node-type-phive-page .body-copy__content,
.page-node-type-phive-homepage .body-copy__content,
.page-node-type-events-data.phive-page .body-copy__content,
.page-node-type-phive-venue .body-copy__content {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem; }
  @media (min-width: 1278px) {
    body.path-pac .body-copy__content,
    body.page-node-type-pac-homepage .body-copy__content,
    body.page-node-type-pac-page .body-copy__content,
    body.phive-page .body-copy__content,
    .path-phive .body-copy__content,
    .page-node-type-phive-page .body-copy__content,
    .page-node-type-phive-homepage .body-copy__content,
    .page-node-type-events-data.phive-page .body-copy__content,
    .page-node-type-phive-venue .body-copy__content {
      margin-top: 5rem;
      margin-bottom: 5rem; } }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.paragraph-banner__info {
  padding: 2rem 2rem 2.375rem 2rem;
  background: linear-gradient(99deg, #c8102e, #ff7e00); }
  .paragraph-banner__info-content {
    max-width: 67.875rem;
    color: white;
    margin: auto; }
.paragraph-banner__title h1 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1;
  font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif;
  font-weight: bold; }
  @media (min-width: 768px) {
    .paragraph-banner__title h1 {
      margin-bottom: 0.625rem;
      font-size: 4rem; } }
  @media (min-width: 1278px) {
    .paragraph-banner__title h1 {
      font-size: 5.5rem; } }
.paragraph-banner__intro {
  margin-bottom: 1.25rem; }
  .paragraph-banner__intro p {
    font-size: 1rem;
    line-height: 1.7;
    word-spacing: -0.25rem; }
    @media (min-width: 768px) {
      .paragraph-banner__intro p {
        font-size: 1.1875rem;
        line-height: 1.5; } }
.paragraph-banner__cta a {
  border: none;
  color: #002b49;
  background-color: white;
  cursor: pointer;
  line-height: 1.22;
  padding: 14px 26px 15px 26px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-flex;
  font-size: 16px;
  min-width: 10.625rem;
  border-radius: 25px;
  text-decoration: none !important;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: normal;
  width: auto;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  color: white;
  background: transparent;
  border: 1px solid white; }
  .paragraph-banner__cta a:hover {
    background-color: white;
    color: #002b49; }
.paragraph-banner__image img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1600/ 460;
  min-height: 17.625rem; }
  @media (min-width: 1278px) {
    .paragraph-banner__image img {
      min-height: 24.625rem; } }
.paragraph-banner__image.has-video {
  position: relative; }
.paragraph-banner__play-icon {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease; }
  .paragraph-banner__play-icon:hover {
    transform: translate(-50%, -50%) scale(1.05); }
  .paragraph-banner__play-icon svg,
  .paragraph-banner__play-icon img {
    width: 3.75rem;
    height: 3.75rem; }
.paragraph-banner__video {
  display: none; }

.hero-banner-video-player {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .hero-banner-video-player.is-open {
    opacity: 1;
    visibility: visible; }
  .hero-banner-video-player button.close {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 2;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease;
    cursor: pointer; }
    .hero-banner-video-player button.close::before, .hero-banner-video-player button.close::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1px;
      height: 100%;
      background-color: white;
      transform: translate(-50%, -50%) rotate(45deg); }
    .hero-banner-video-player button.close::after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .hero-banner-video-player button.close:hover {
      transform: scale(1.1); }
  .hero-banner-video-player .field--name-field-media-image {
    width: 100%; }
  .hero-banner-video-player .video-embed-field-responsive-video {
    display: flex; }
    .hero-banner-video-player .video-embed-field-responsive-video:after {
      display: none; }
  .hero-banner-video-player iframe,
  .hero-banner-video-player video {
    position: absolute;
    width: calc(100% - 32px);
    max-width: 75rem;
    height: auto;
    margin: auto;
    aspect-ratio: 16/ 9;
    opacity: 0;
    transition: opacity 0.3s ease; }
    .hero-banner-video-player iframe.iframe-loaded,
    .hero-banner-video-player video.iframe-loaded {
      opacity: 1; }

.field--name-field-banner-items .slick-dots {
  top: auto;
  max-width: 69.875rem;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 0 16px;
  top: 18rem;
  bottom: auto;
  line-height: 1;
  text-align: left;
  padding-bottom: 14px;
  z-index: 2; }
  @media (min-width: 1000px) {
    .field--name-field-banner-items .slick-dots {
      top: calc(100vw * 0.2875); } }
  .field--name-field-banner-items .slick-dots > li {
    width: 1rem;
    height: 1rem;
    margin: 0 0.125rem; }
    .field--name-field-banner-items .slick-dots > li button {
      width: 0.75rem;
      height: 0.75rem;
      background-color: #e0e0e0;
      transition: background-color 0.3s ease; }
    .field--name-field-banner-items .slick-dots > li.slick-active button {
      background-color: #c8102e; }
.field--name-field-banner-items .slick-arrow {
  background-color: #c8102e;
  width: 48px;
  height: 48px;
  z-index: 2;
  opacity: 1;
  top: 8.75rem;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  @media (min-width: 1000px) {
    .field--name-field-banner-items .slick-arrow {
      top: 37%; } }
  @media (min-width: 1278px) {
    .field--name-field-banner-items .slick-arrow {
      width: 64px;
      height: 64px; } }
  .field--name-field-banner-items .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden; }
  .field--name-field-banner-items .slick-arrow::before {
    content: "";
    position: absolute;
    opacity: 1;
    background: url("../images/chevron-left.svg") no-repeat;
    transform: translate(-50%, -50%) rotate(180deg);
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%; }
  .field--name-field-banner-items .slick-arrow.slick-next {
    right: 0; }
    @media (min-width: 1278px) {
      .field--name-field-banner-items .slick-arrow.slick-next {
        right: 14px; } }
  .field--name-field-banner-items .slick-arrow.slick-prev {
    left: 0; }
    @media (min-width: 1278px) {
      .field--name-field-banner-items .slick-arrow.slick-prev {
        left: 14px; } }
    .field--name-field-banner-items .slick-arrow.slick-prev::before {
      transform: translate(-50%, -50%); }

body.path-pac .paragraph-banner__info,
body.page-node-type-pac-homepage .paragraph-banner__info,
body.page-node-type-pac-page .paragraph-banner__info {
  background: #00fbfe;
  color: #3500d7;
  position: relative; }
  @media (min-width: 1278px) {
    body.path-pac .paragraph-banner__info,
    body.page-node-type-pac-homepage .paragraph-banner__info,
    body.page-node-type-pac-page .paragraph-banner__info {
      padding: 4.125rem 2rem 4.875rem 2rem; }
      body.path-pac .paragraph-banner__info::after,
      body.page-node-type-pac-homepage .paragraph-banner__info::after,
      body.page-node-type-pac-page .paragraph-banner__info::after {
        content: "";
        position: absolute;
        width: 15rem;
        height: 100%;
        right: 0;
        top: 0;
        background: url("../images/wave.svg") repeat;
        background-size: 25%; } }
body.path-pac .paragraph-banner__title h1,
body.page-node-type-pac-homepage .paragraph-banner__title h1,
body.page-node-type-pac-page .paragraph-banner__title h1 {
  margin-bottom: 1rem;
  color: #3500d7; }
  @media (min-width: 768px) {
    body.path-pac .paragraph-banner__title h1,
    body.page-node-type-pac-homepage .paragraph-banner__title h1,
    body.page-node-type-pac-page .paragraph-banner__title h1 {
      font-size: 4rem; } }
  @media (min-width: 1278px) {
    body.path-pac .paragraph-banner__title h1,
    body.page-node-type-pac-homepage .paragraph-banner__title h1,
    body.page-node-type-pac-page .paragraph-banner__title h1 {
      margin-bottom: 1.625rem;
      font-size: 5rem;
      width: calc(100vw - 480px); } }
  @media (min-width: 1580px) {
    body.path-pac .paragraph-banner__title h1,
    body.page-node-type-pac-homepage .paragraph-banner__title h1,
    body.page-node-type-pac-page .paragraph-banner__title h1 {
      width: 100%; } }
body.path-pac .paragraph-banner__intro,
body.page-node-type-pac-homepage .paragraph-banner__intro,
body.page-node-type-pac-page .paragraph-banner__intro {
  max-width: 46.875rem;
  margin-bottom: 2rem;
  color: #3500d7; }
body.path-pac .paragraph-banner__cta a,
body.page-node-type-pac-homepage .paragraph-banner__cta a,
body.page-node-type-pac-page .paragraph-banner__cta a {
  border: none;
  color: white;
  background-color: #3500d7;
  cursor: pointer;
  line-height: 1.22;
  padding: 14px 26px 15px 26px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-flex;
  font-size: 16px;
  min-width: 10.625rem;
  border-radius: 25px;
  text-decoration: none !important;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: normal;
  width: auto;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  z-index: 2;
  padding: 0.6875rem 2.375rem 0.75rem 2.375rem;
  border: 2px solid #3500d7;
  color: white !important; }
  body.path-pac .paragraph-banner__cta a:hover,
  body.page-node-type-pac-homepage .paragraph-banner__cta a:hover,
  body.page-node-type-pac-page .paragraph-banner__cta a:hover {
    background-color: white !important;
    color: #3500d7 !important; }
body.path-pac .field--name-field-banner-items .slick-dots > li button,
body.page-node-type-pac-homepage .field--name-field-banner-items .slick-dots > li button,
body.page-node-type-pac-page .field--name-field-banner-items .slick-dots > li button {
  background-color: #b2feff; }
body.path-pac .field--name-field-banner-items .slick-dots > li.slick-active button,
body.page-node-type-pac-homepage .field--name-field-banner-items .slick-dots > li.slick-active button,
body.page-node-type-pac-page .field--name-field-banner-items .slick-dots > li.slick-active button {
  background-color: #00fbfe; }
body.path-pac .field--name-field-banner-items .slick-arrow,
body.page-node-type-pac-homepage .field--name-field-banner-items .slick-arrow,
body.page-node-type-pac-page .field--name-field-banner-items .slick-arrow {
  background-color: #00fbfe;
  width: 2.625rem;
  height: 2.625rem; }
  @media (min-width: 1278px) {
    body.path-pac .field--name-field-banner-items .slick-arrow,
    body.page-node-type-pac-homepage .field--name-field-banner-items .slick-arrow,
    body.page-node-type-pac-page .field--name-field-banner-items .slick-arrow {
      width: 3rem;
      height: 3rem; } }
  body.path-pac .field--name-field-banner-items .slick-arrow.slick-disabled,
  body.page-node-type-pac-homepage .field--name-field-banner-items .slick-arrow.slick-disabled,
  body.page-node-type-pac-page .field--name-field-banner-items .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden; }
  body.path-pac .field--name-field-banner-items .slick-arrow::before,
  body.page-node-type-pac-homepage .field--name-field-banner-items .slick-arrow::before,
  body.page-node-type-pac-page .field--name-field-banner-items .slick-arrow::before {
    content: "";
    background: url("../images/chevron-left-blue.svg") center no-repeat; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.phive-banner
+ div
> .field--item:first-of-type
> .feature-block__wrapper.half-width-text {
  background-color: #f9f9f9;
  padding-top: 0 !important;
  padding-bottom: 1rem !important;
  position: relative; }
  .phive-banner
  + div
  > .field--item:first-of-type
  > .feature-block__wrapper.half-width-text::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    height: 80px;
    background: #f9f9f9; }
  @media (min-width: 1278px) {
    .phive-banner
    + div
    > .field--item:first-of-type
    > .feature-block__wrapper.half-width-text {
      padding-top: 0 !important;
      padding-bottom: 1rem !important; }
      .phive-banner
      + div
      > .field--item:first-of-type
      > .feature-block__wrapper.half-width-text .feature-block__content {
        transform: translateY(-50px); } }

.field--name-field-hero-banner
+ div
> .field--item:last-of-type
> .feature-block__wrapper {
  margin-bottom: 0rem !important; }
  @media (min-width: 1278px) {
    .field--name-field-hero-banner
    + div
    > .field--item:last-of-type
    > .feature-block__wrapper {
      margin-bottom: 0rem !important; } }

.feature-block__wrapper:not(.half-width-text) {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem; }
  @media (min-width: 1278px) {
    .feature-block__wrapper:not(.half-width-text) {
      margin-top: 5rem;
      margin-bottom: 5rem; } }
  .feature-block__wrapper:not(.half-width-text) .feature-block__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 0; }
    @media (max-width: 767px) {
      .feature-block__wrapper:not(.half-width-text) .feature-block__content::before {
        z-index: -1; } }
.feature-block__wrapper.half-width-text {
  background-color: #f9f9f9;
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important; }
  @media (min-width: 1278px) {
    .feature-block__wrapper.half-width-text {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important; } }
.feature-block__content {
  position: relative; }
  @media (max-width: 1277px) {
    .feature-block__content.half {
      padding: 0 !important; } }
.feature-block__image {
  width: 100%; }
  @media (max-width: 767px) {
    .feature-block__image:not(.half) {
      height: 100%;
      position: absolute;
      z-index: -2; }
      .feature-block__image:not(.half) * {
        height: 100%; } }
  .feature-block__image img {
    max-height: 43.75rem;
    object-fit: cover;
    object-position: center;
    width: 100%; }
    @media (min-width: 1278px) {
      .feature-block__image img {
        min-height: 37.5rem; } }
.feature-block__info--wrapper {
  position: absolute; }
  .feature-block__info--wrapper:not(.half) {
    top: 0;
    left: 50%;
    padding-bottom: 3rem;
    padding-top: 3rem;
    color: white;
    transform: translateX(-50%); }
    @media (min-width: 1278px) {
      .feature-block__info--wrapper:not(.half) {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
    @media (max-width: 767px) {
      .feature-block__info--wrapper:not(.half) {
        top: auto;
        left: auto;
        transform: none;
        position: static; } }
    .feature-block__info--wrapper:not(.half) .feature-block__title {
      color: white;
      margin-bottom: 1.5rem; }
      @media (min-width: 1278px) {
        .feature-block__info--wrapper:not(.half) .feature-block__title {
          margin-bottom: 1.625rem; } }
    .feature-block__info--wrapper:not(.half) .feature-block__intro {
      color: white; }
      .feature-block__info--wrapper:not(.half) .feature-block__intro p {
        font-size: 1.5rem;
        line-height: 1.3; }
        @media (min-width: 1278px) {
          .feature-block__info--wrapper:not(.half) .feature-block__intro p {
            font-size: 1.75rem;
            line-height: 1.2; } }
        .feature-block__info--wrapper:not(.half) .feature-block__intro p:last-of-type {
          margin-bottom: 0; }
  .feature-block__info--wrapper.half {
    position: static;
    padding: 2rem 1.25rem;
    background-color: white; }
    @media (min-width: 1278px) {
      .feature-block__info--wrapper.half {
        position: absolute;
        bottom: -1rem;
        right: 0;
        width: 50%;
        padding: 1.5rem 2rem 2rem 1.5rem; } }
.feature-block__intro {
  margin-bottom: 1.5rem; }
.feature-block__title {
  margin-bottom: 1rem; }
.feature-block__cta a {
  border: none;
  color: #002b49;
  background-color: white;
  cursor: pointer;
  line-height: 1.22;
  padding: 14px 26px 15px 26px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-flex;
  font-size: 16px;
  min-width: 10.625rem;
  border-radius: 25px;
  text-decoration: none !important;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: normal;
  width: auto;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: white !important;
  background: transparent; }
  .feature-block__cta a::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(99deg, #c8102e, #ff7e00);
    z-index: -1;
    transition: opacity 0.25s linear;
    opacity: 1; }
  .feature-block__cta a::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
    z-index: -2; }
  .feature-block__cta a:hover {
    color: white;
    border-color: transparent; }
    .feature-block__cta a:hover::before {
      opacity: 0; }

body.path-pac .feature-block__wrapper:not(.half-width-text) .feature-block__content::before,
body.page-node-type-pac-homepage .feature-block__wrapper:not(.half-width-text) .feature-block__content::before,
body.page-node-type-pac-page .feature-block__wrapper:not(.half-width-text) .feature-block__content::before {
  background-color: rgba(13, 37, 163, 0.66);
  z-index: 1; }
body.path-pac .feature-block__wrapper.half-width-text::after,
body.page-node-type-pac-homepage .feature-block__wrapper.half-width-text::after,
body.page-node-type-pac-page .feature-block__wrapper.half-width-text::after {
  display: none; }
@media (min-width: 1278px) {
  body.path-pac .feature-block__info--wrapper,
  body.page-node-type-pac-homepage .feature-block__info--wrapper,
  body.page-node-type-pac-page .feature-block__info--wrapper {
    position: absolute; } }
body.path-pac .feature-block__info--wrapper .feature-block__info,
body.page-node-type-pac-homepage .feature-block__info--wrapper .feature-block__info,
body.page-node-type-pac-page .feature-block__info--wrapper .feature-block__info {
  z-index: 2; }
body.path-pac .feature-block__info--wrapper.half .feature-block__title,
body.page-node-type-pac-homepage .feature-block__info--wrapper.half .feature-block__title,
body.page-node-type-pac-page .feature-block__info--wrapper.half .feature-block__title {
  color: #3500d7; }
body.path-pac .feature-block__info--wrapper.half .feature-block__cta a,
body.page-node-type-pac-homepage .feature-block__info--wrapper.half .feature-block__cta a,
body.page-node-type-pac-page .feature-block__info--wrapper.half .feature-block__cta a {
  border: none;
  color: white;
  background-color: #3500d7;
  cursor: pointer;
  line-height: 1.22;
  padding: 14px 26px 15px 26px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-flex;
  font-size: 16px;
  min-width: 10.625rem;
  border-radius: 25px;
  text-decoration: none !important;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: normal;
  width: auto;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  z-index: 2;
  padding: 0.6875rem 2.375rem 0.75rem 2.375rem;
  border: 2px solid #3500d7;
  color: white !important; }
  body.path-pac .feature-block__info--wrapper.half .feature-block__cta a:hover,
  body.page-node-type-pac-homepage .feature-block__info--wrapper.half .feature-block__cta a:hover,
  body.page-node-type-pac-page .feature-block__info--wrapper.half .feature-block__cta a:hover {
    background-color: white !important;
    color: #3500d7 !important; }
body.path-pac .feature-block__info--wrapper:not(.half),
body.page-node-type-pac-homepage .feature-block__info--wrapper:not(.half),
body.page-node-type-pac-page .feature-block__info--wrapper:not(.half) {
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  z-index: 2; }
  @media (max-width: 767px) {
    body.path-pac .feature-block__info--wrapper:not(.half),
    body.page-node-type-pac-homepage .feature-block__info--wrapper:not(.half),
    body.page-node-type-pac-page .feature-block__info--wrapper:not(.half) {
      top: auto;
      left: auto;
      transform: none;
      position: static; } }
  body.path-pac .feature-block__info--wrapper:not(.half) .feature-block__title,
  body.page-node-type-pac-homepage .feature-block__info--wrapper:not(.half) .feature-block__title,
  body.page-node-type-pac-page .feature-block__info--wrapper:not(.half) .feature-block__title {
    color: #002b49;
    font-family: parramatta-bold, DidotLT-Roman, Georgia, Times New Roman, Times, serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.3;
    width: auto;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 2.25rem ;
    color: white;
    margin-bottom: 1.25rem; }
    @media screen and (max-width: 90rem) {
      body.path-pac .feature-block__info--wrapper:not(.half) .feature-block__title,
      body.page-node-type-pac-homepage .feature-block__info--wrapper:not(.half) .feature-block__title,
      body.page-node-type-pac-page .feature-block__info--wrapper:not(.half) .feature-block__title {
        font-size: calc( 1.9998rem + 0.2502 * ( (100vw - 30rem) / 60 ) ) ; } }
    @media screen and (max-width: 30rem) {
      body.path-pac .feature-block__info--wrapper:not(.half) .feature-block__title,
      body.page-node-type-pac-homepage .feature-block__info--wrapper:not(.half) .feature-block__title,
      body.page-node-type-pac-page .feature-block__info--wrapper:not(.half) .feature-block__title {
        font-size: 1.9998rem ; } }
    @media (min-width: 1278px) {
      body.path-pac .feature-block__info--wrapper:not(.half) .feature-block__title,
      body.page-node-type-pac-homepage .feature-block__info--wrapper:not(.half) .feature-block__title,
      body.page-node-type-pac-page .feature-block__info--wrapper:not(.half) .feature-block__title {
        line-height: 1.2; } }
    @media (min-width: 1278px) {
      body.path-pac .feature-block__info--wrapper:not(.half) .feature-block__title,
      body.page-node-type-pac-homepage .feature-block__info--wrapper:not(.half) .feature-block__title,
      body.page-node-type-pac-page .feature-block__info--wrapper:not(.half) .feature-block__title {
        margin-bottom: 2rem; } }
  body.path-pac .feature-block__info--wrapper:not(.half) .feature-block__intro,
  body.page-node-type-pac-homepage .feature-block__info--wrapper:not(.half) .feature-block__intro,
  body.page-node-type-pac-page .feature-block__info--wrapper:not(.half) .feature-block__intro {
    color: white;
    margin-bottom: 1.5rem; }
    @media (min-width: 1278px) {
      body.path-pac .feature-block__info--wrapper:not(.half) .feature-block__intro,
      body.page-node-type-pac-homepage .feature-block__info--wrapper:not(.half) .feature-block__intro,
      body.page-node-type-pac-page .feature-block__info--wrapper:not(.half) .feature-block__intro {
        margin-bottom: 2.625rem;
        max-width: 21.375rem; } }
    body.path-pac .feature-block__info--wrapper:not(.half) .feature-block__intro p,
    body.page-node-type-pac-homepage .feature-block__info--wrapper:not(.half) .feature-block__intro p,
    body.page-node-type-pac-page .feature-block__info--wrapper:not(.half) .feature-block__intro p {
      font-size: 1rem;
      line-height: normal; }
      @media (min-width: 1278px) {
        body.path-pac .feature-block__info--wrapper:not(.half) .feature-block__intro p,
        body.page-node-type-pac-homepage .feature-block__info--wrapper:not(.half) .feature-block__intro p,
        body.page-node-type-pac-page .feature-block__info--wrapper:not(.half) .feature-block__intro p {
          font-size: 1rem;
          line-height: normal; } }
body.path-pac .feature-block__cta a,
body.page-node-type-pac-homepage .feature-block__cta a,
body.page-node-type-pac-page .feature-block__cta a {
  border: none;
  color: #3500d7;
  background-color: white;
  cursor: pointer;
  line-height: 1.22;
  padding: 14px 26px 15px 26px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-flex;
  font-size: 16px;
  min-width: 10.625rem;
  border-radius: 25px;
  text-decoration: none !important;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: normal;
  width: auto;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  z-index: 2;
  padding: 0.75rem 2.5rem 0.875rem 2.5rem;
  color: #3500d7 !important; }
  body.path-pac .feature-block__cta a:hover,
  body.page-node-type-pac-homepage .feature-block__cta a:hover,
  body.page-node-type-pac-page .feature-block__cta a:hover {
    color: white !important;
    background-color: #3500d7 !important; }
    body.path-pac .feature-block__cta a:hover::before,
    body.page-node-type-pac-homepage .feature-block__cta a:hover::before,
    body.page-node-type-pac-page .feature-block__cta a:hover::before {
      display: none; }
  body.path-pac .feature-block__cta a::before, body.path-pac .feature-block__cta a::after,
  body.page-node-type-pac-homepage .feature-block__cta a::before,
  body.page-node-type-pac-homepage .feature-block__cta a::after,
  body.page-node-type-pac-page .feature-block__cta a::before,
  body.page-node-type-pac-page .feature-block__cta a::after {
    display: none; }

.page-node-type-phive-venue .feature-block__content .feature-block__info--wrapper:not(.half) {
  left: 1rem;
  transform: none; }
  .page-node-type-phive-venue .feature-block__content .feature-block__info--wrapper:not(.half) .feature-block__info {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .page-node-type-phive-venue .feature-block__content .feature-block__info--wrapper:not(.half) .field--name-field-body p {
    color: #fff !important; }
.page-node-type-phive-venue .feature-block__wrapper.half-width-text {
  background-color: transparent; }
  .page-node-type-phive-venue .feature-block__wrapper.half-width-text .feature-block__info--wrapper.half {
    bottom: 0;
    padding-top: 1rem !important;
    padding-bottom: 1.5rem !important; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.block-accordion__wrapper,
.block-vertical-spacing {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem; }
  @media (min-width: 1278px) {
    .block-accordion__wrapper,
    .block-vertical-spacing {
      margin-top: 5rem;
      margin-bottom: 5rem; } }

.block-accordion__title-wrapper h2 {
  margin-bottom: 1.25rem; }

.block-accordion__intro {
  font-size: 1.125rem; }

.accordion,
.block-small {
  border: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  max-width: 50.5rem;
  flex-direction: column; }

.accordion-item:not(:last-of-type) {
  margin-bottom: 0.5rem; }
.accordion-item__wrapper {
  margin-bottom: 0; }
.accordion-item .accordion-term {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.25rem 3.125rem 1.25rem 1rem;
  margin: 0;
  border: 0;
  background: #f9f9f9;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  z-index: 2; }
  .accordion-item .accordion-term__content {
    z-index: 1;
    width: 100%; }
    .accordion-item .accordion-term__content p {
      line-height: 1.75rem;
      font-size: 1.125rem;
      color: #002b49;
      margin-bottom: 0;
      transition: color 0.3s ease, font-weight 0.3s ease; }
    .accordion-item .accordion-term__content > span.icon {
      position: absolute;
      top: 50%;
      right: 1rem;
      width: 1.25rem;
      height: 1.25rem;
      transform: translateY(-50%);
      margin: 0; }
      .accordion-item .accordion-term__content > span.icon::before {
        content: "";
        position: absolute;
        width: 1.25rem;
        height: 0.25rem;
        background-color: #ff7e00;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: background-color 0.3s ease; }
      .accordion-item .accordion-term__content > span.icon::after {
        content: "";
        position: absolute;
        height: 1.25rem;
        width: 0.25rem;
        background-color: #ff7e00;
        right: 50%;
        top: 0;
        transform: translateX(50%);
        transition: opacity 0.3s ease, transform 0.3s ease; }
  .accordion-item .accordion-term::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(99deg, #c8102e, #ff7e00);
    z-index: -1;
    transition: opacity 0.25s linear;
    opacity: 0; }
  .accordion-item .accordion-term.is-active::after {
    opacity: 1; }
  .accordion-item .accordion-term.is-active .accordion-term__content > p {
    font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif;
    word-spacing: 3px;
    color: white; }
  .accordion-item .accordion-term.is-active .accordion-term__content > span.icon::after {
    transform: rotate(90deg);
    opacity: 0; }
  .accordion-item .accordion-term.is-active .accordion-term__content > span.icon::before {
    background: white; }
.accordion-item .accordion-def {
  display: none;
  width: 100%;
  margin: 0; }
  .accordion-item .accordion-def .dl-def__wrap {
    padding: 2rem 2.1875rem 0.5rem 2.1875rem; }

body.path-pac .accordion-item .accordion-term,
body.page-node-type-pac-homepage .accordion-item .accordion-term,
body.page-node-type-pac-page .accordion-item .accordion-term {
  padding: 1.25rem 3.125rem 1.5rem 1rem; }
  body.path-pac .accordion-item .accordion-term__content > span.icon::before, body.path-pac .accordion-item .accordion-term__content > span.icon::after,
  body.page-node-type-pac-homepage .accordion-item .accordion-term__content > span.icon::before,
  body.page-node-type-pac-homepage .accordion-item .accordion-term__content > span.icon::after,
  body.page-node-type-pac-page .accordion-item .accordion-term__content > span.icon::before,
  body.page-node-type-pac-page .accordion-item .accordion-term__content > span.icon::after {
    background-color: #3500d7; }
  body.path-pac .accordion-item .accordion-term::after,
  body.page-node-type-pac-homepage .accordion-item .accordion-term::after,
  body.page-node-type-pac-page .accordion-item .accordion-term::after {
    background: #00fbfe; }
  body.path-pac .accordion-item .accordion-term.is-active::after,
  body.page-node-type-pac-homepage .accordion-item .accordion-term.is-active::after,
  body.page-node-type-pac-page .accordion-item .accordion-term.is-active::after {
    opacity: 1; }
  body.path-pac .accordion-item .accordion-term.is-active .accordion-term__content > p,
  body.page-node-type-pac-homepage .accordion-item .accordion-term.is-active .accordion-term__content > p,
  body.page-node-type-pac-page .accordion-item .accordion-term.is-active .accordion-term__content > p {
    color: #3500d7; }
  body.path-pac .accordion-item .accordion-term.is-active .accordion-term__content > span.icon::before,
  body.page-node-type-pac-homepage .accordion-item .accordion-term.is-active .accordion-term__content > span.icon::before,
  body.page-node-type-pac-page .accordion-item .accordion-term.is-active .accordion-term__content > span.icon::before {
    background: #3500d7; }

.paragraph--type--paragraph-accordion .accordion-desc ul,
.paragraph--type--paragraph-accordion .accordion-internal-referen-fields--item ul {
  list-style: disc;
  margin-left: 2.25rem !important;
  margin-bottom: 1rem !important;
  margin-top: 1.5rem !important; }
.paragraph--type--paragraph-accordion .accordion-desc ol,
.paragraph--type--paragraph-accordion .accordion-internal-referen-fields--item ol {
  list-style: decimal !important;
  margin-left: 2.25rem !important;
  margin-bottom: 1rem !important;
  margin-top: 1.5rem !important; }
.paragraph--type--paragraph-accordion .accordion-desc ul li, .paragraph--type--paragraph-accordion .accordion-desc ol li,
.paragraph--type--paragraph-accordion .accordion-internal-referen-fields--item ul li,
.paragraph--type--paragraph-accordion .accordion-internal-referen-fields--item ol li {
  margin-bottom: 8px; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.venue-content {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 1278px) {
    .venue-content {
      margin-top: 5rem;
      margin-bottom: 5rem; } }
  .venue-content__container {
    display: flex !important; }
  .venue-content__left {
    width: 100%; }
    @media (min-width: 1278px) {
      .venue-content__left {
        margin-right: auto;
        max-width: 46.875rem; } }
  .venue-content__right {
    width: 100%; }
    @media (min-width: 1278px) {
      .venue-content__right {
        margin-left: 2rem;
        width: 21.25rem; } }
    .venue-content__right-details {
      background-color: #f9f9f9;
      padding: 2rem 1.5rem;
      margin-bottom: 1.25rem; }
    .venue-content__right-downloads {
      background-color: #f9f9f9;
      padding: 2rem 1.5rem; }
      .venue-content__right-downloads .venue-content__label {
        margin-bottom: 1rem; }
      .venue-content__right-downloads a {
        display: block; }
  .venue-content__item {
    font-size: 1.125rem;
    color: #002b49;
    line-height: 1.5; }
    .venue-content__item:not(:last-of-type) {
      margin-bottom: 1rem; }
    .venue-content__item.link {
      margin-top: 2rem; }
      .venue-content__item.link a {
        border: none;
        color: #002b49;
        background-color: white;
        cursor: pointer;
        line-height: 1.22;
        padding: 14px 26px 15px 26px;
        font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
        font-weight: bold;
        display: inline-flex;
        font-size: 16px;
        min-width: 10.625rem;
        border-radius: 25px;
        text-decoration: none !important;
        justify-content: center;
        white-space: nowrap;
        margin: 0;
        letter-spacing: normal;
        width: auto;
        transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
        position: relative;
        overflow: hidden;
        z-index: 2;
        color: white !important;
        background: transparent; }
        .venue-content__item.link a::before {
          position: absolute;
          content: "";
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: linear-gradient(99deg, #c8102e, #ff7e00);
          z-index: -1;
          transition: opacity 0.25s linear;
          opacity: 1; }
        .venue-content__item.link a::after {
          position: absolute;
          content: "";
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
          z-index: -2; }
        .venue-content__item.link a:hover {
          color: white;
          border-color: transparent; }
          .venue-content__item.link a:hover::before {
            opacity: 0; }
  .venue-content__label {
    margin-bottom: 0.1875rem;
    font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif;
    font-weight: bold; }
  .venue-content__value a {
    color: #ff7e00;
    text-decoration: underline;
    word-break: break-word;
    font-size: 1.0625rem; }
    .venue-content__value a:not(:last-of-type) {
      margin-bottom: 1rem; }
    @media (min-width: 1278px) {
      .venue-content__value a[href^="tel:"] {
        color: #002b49;
        text-decoration: none;
        pointer-events: none; } }
    .venue-content__value a:hover {
      color: #e67100; }
  .venue-content.event-content .venue-content__value a[href^="tel:"] {
    color: #ff7e00;
    text-decoration: underline;
    pointer-events: all; }
  .venue-content .block-content.body-copy__content, .venue-content .paragraph-list-items__wrapper {
    margin: 2rem 0; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.phive-banner {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  color: white; }
  @media (min-width: 1278px) {
    .phive-banner {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .phive-banner.venue-banner {
    background: linear-gradient(98deg, #ff7e00, #ffd100 109%); }
  .phive-banner.events-banner {
    background: linear-gradient(98deg, #ff7e00, #ffd100 109%); }
  .phive-banner.fcp-banner {
    background: linear-gradient(99deg, #c8102e, #ff7e00); }
  @media (min-width: 1278px) {
    .phive-banner.has-video + .phive-banner__video {
      transform: translateY(-40px);
      margin-bottom: -2.5rem; } }
  @media (max-width: 1277px) {
    .phive-banner.has-video + .phive-banner__video .column {
      padding: 0 !important; } }
  .phive-banner.has-video + .phive-banner__video img {
    width: 100%; }
  .phive-banner__title {
    color: white;
    margin-bottom: 1.5rem; }
  .phive-banner__intro p {
    color: white;
    font-size: 1.125rem;
    line-height: 1.5;
    max-width: 55.625rem; }
    .phive-banner__intro p a {
      color: inherit;
      text-decoration: underline;
      line-height: inherit;
      font-size: inherit; }
    .phive-banner__intro p:last-of-type {
      margin-bottom: 0; }

.page-404 .phive-banner,
.page-404 .cop-404 {
  display: none; }

body.path-pac .phive-banner,
body.page-node-type-pac-homepage .phive-banner,
body.page-node-type-pac-page .phive-banner {
  color: #3500d7;
  position: relative; }
  @media (min-width: 1278px) {
    body.path-pac .phive-banner::after,
    body.page-node-type-pac-homepage .phive-banner::after,
    body.page-node-type-pac-page .phive-banner::after {
      content: "";
      position: absolute;
      width: 15rem;
      height: 100%;
      right: 0;
      top: 0;
      background: url("../images/wave.svg") repeat;
      background-size: 25%; } }
  body.path-pac .phive-banner.venue-banner, body.path-pac .phive-banner.events-banner, body.path-pac .phive-banner.fcp-banner,
  body.page-node-type-pac-homepage .phive-banner.venue-banner,
  body.page-node-type-pac-homepage .phive-banner.events-banner,
  body.page-node-type-pac-homepage .phive-banner.fcp-banner,
  body.page-node-type-pac-page .phive-banner.venue-banner,
  body.page-node-type-pac-page .phive-banner.events-banner,
  body.page-node-type-pac-page .phive-banner.fcp-banner {
    background: #00fbfe; }
  body.path-pac .phive-banner__title,
  body.page-node-type-pac-homepage .phive-banner__title,
  body.page-node-type-pac-page .phive-banner__title {
    margin-bottom: 1rem;
    color: #3500d7; }
    @media (min-width: 1278px) {
      body.path-pac .phive-banner__title,
      body.page-node-type-pac-homepage .phive-banner__title,
      body.page-node-type-pac-page .phive-banner__title {
        margin-bottom: 1.625rem; } }
  body.path-pac .phive-banner__intro p,
  body.page-node-type-pac-homepage .phive-banner__intro p,
  body.page-node-type-pac-page .phive-banner__intro p {
    color: #3500d7;
    max-width: 46.875rem; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.media-gallery__title-wrapper.highlighted {
  position: relative;
  padding: 2rem 1.25rem 1rem 1.25rem !important;
  background: linear-gradient(99deg, #c8102e, #ff7e00);
  max-width: 100%;
  margin-right: 0;
  width: calc(100% - calc((100% - 1250px) / 2 + 16px)); }
  .media-gallery__title-wrapper.highlighted.orange-to-yellow-gradient-background {
    background: linear-gradient(98deg, #ff7e00, #ffd100 109%); }
  @media (min-width: 1278px) {
    .media-gallery__title-wrapper.highlighted {
      margin-left: calc((100% - 1250px) / 2 + 16px);
      padding: 2.5rem 6.875rem !important; } }
  .media-gallery__title-wrapper.highlighted .media-gallery__title {
    margin-bottom: 0;
    color: white; }
  .media-gallery__title-wrapper.highlighted::after {
    content: "";
    position: absolute;
    background: inherit;
    width: 100%;
    height: 5.625rem;
    top: 100%;
    left: 0;
    z-index: -1; }
.media-gallery__item {
  margin: 0 0.5rem;
  position: relative;
  height: auto !important; }
  .media-gallery__item .media {
    height: 100%; }
    .media-gallery__item .media * {
      width: 100%;
      height: 100%; }
      .media-gallery__item .media *.contextual {
        width: auto;
        height: auto; }
  .media-gallery__item img {
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .media-gallery__item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    color: #4a4949;
    font-size: 0.8125rem;
    padding: 0.25rem 0.5rem;
    user-select: text; }
    @media (min-width: 1278px) {
      .media-gallery__item .caption {
        padding: 0.75rem 1rem;
        font-size: 1rem; } }
  .media-gallery__item .info-card {
    background-color: #ff7e00;
    color: white;
    padding: 1.5rem;
    height: auto; }
    @media (min-width: 1278px) {
      .media-gallery__item .info-card {
        position: absolute;
        right: 1rem;
        bottom: -1rem;
        width: 55%; } }
    .media-gallery__item .info-card__title {
      color: white;
      margin-bottom: 1rem; }
    .media-gallery__item .info-card__intro {
      margin-bottom: 0; }
      .media-gallery__item .info-card__intro p {
        color: white;
        font-size: 1.125rem;
        word-spacing: -4px; }
        .media-gallery__item .info-card__intro p:last-of-type {
          margin-bottom: 0; }
    .media-gallery__item .info-card__cta {
      margin-top: 1rem;
      margin-bottom: 1rem; }
      .media-gallery__item .info-card__cta a {
        font-size: 1rem;
        text-decoration: none;
        font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        color: white;
        letter-spacing: 1.2px;
        line-height: 1.5;
        position: relative; }
        .media-gallery__item .info-card__cta a::after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 10px solid white;
          transform: translate(6px, 8px);
          transition: transform 0.3s ease; }
        .media-gallery__item .info-card__cta a:hover::after {
          transform: translate(9px, 8px); }
.media-gallery__content.book-a-venue .slick-dots {
  display: none !important; }
@media (max-width: 1277px) {
  .media-gallery__content.book-a-venue .media-gallery__item .media * {
    height: auto; } }
.media-gallery__content.book-a-venue .media-gallery__title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 1278px) {
    .media-gallery__content.book-a-venue .media-gallery__title-wrapper {
      padding-right: calc((100% - 1250px) / 2 + 46px) !important; } }
  .media-gallery__content.book-a-venue .media-gallery__title-wrapper .media-gallery__cta a {
    border: none;
    color: #002b49;
    background-color: white;
    cursor: pointer;
    line-height: 1.22;
    padding: 14px 26px 15px 26px;
    font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-flex;
    font-size: 16px;
    min-width: 10.625rem;
    border-radius: 25px;
    text-decoration: none !important;
    justify-content: center;
    white-space: nowrap;
    margin: 0;
    letter-spacing: normal;
    width: auto;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2; }
    .media-gallery__content.book-a-venue .media-gallery__title-wrapper .media-gallery__cta a::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
      z-index: -1;
      transition: opacity 0.25s linear;
      opacity: 0; }
    .media-gallery__content.book-a-venue .media-gallery__title-wrapper .media-gallery__cta a:hover {
      color: white; }
      .media-gallery__content.book-a-venue .media-gallery__title-wrapper .media-gallery__cta a:hover::before {
        opacity: 1; }
.media-gallery__content.highlighted {
  padding: 0 !important; }
  @media (max-width: 1277px) {
    .media-gallery__content.highlighted .media-gallery__items {
      padding: 0 20px; }
      .media-gallery__content.highlighted .media-gallery__items .media-gallery__item {
        margin: 0 !important; }
      .media-gallery__content.highlighted .media-gallery__items .slick-prev {
        left: 1.5rem; }
      .media-gallery__content.highlighted .media-gallery__items .slick-next {
        right: 1.5rem; }
      .media-gallery__content.highlighted .media-gallery__items .slick-dots {
        width: calc(100% - 40px); } }
  @media (min-width: 1278px) {
    .media-gallery__content.highlighted .slick-list {
      transform: translateX(42px);
      overflow: visible; } }
  @media (min-width: 1278px) {
    .media-gallery__content.highlighted .slick-next {
      transform: translate(0, -50%) !important; } }
  @media (min-width: 1278px) {
    .media-gallery__content.highlighted .slick-prev {
      transform: translate(80px, -50%) !important; } }
  @media (min-width: 1278px) {
    .media-gallery__content.highlighted .slick-dots {
      transform: translateX(42px); } }
@media (min-width: 768px) {
  .media-gallery__content.half-cards .slick-arrow.slick-next {
    left: 636px;
    right: auto; } }
@media (min-width: 1278px) {
  .media-gallery__content.half-cards .slick-arrow.slick-next {
    left: auto;
    right: calc((100% - 1250px) / 2 + 16px + 540px); } }
@media (min-width: 768px) {
  .media-gallery__content.half-cards .slick-list {
    transform: translateX(calc(((100% - 1250px + 540px) / 2 + 8px) * -1));
    overflow: visible; } }
@media (min-width: 1278px) {
  .media-gallery__content.half-cards .slick-list {
    transform: translateX(-270px); } }
@media (min-width: 768px) {
  .media-gallery__content.half-cards .slick-dots {
    width: 45rem; } }
@media (min-width: 1278px) {
  .media-gallery__content.half-cards .slick-dots {
    width: 100%;
    transform: translateX(-280px); } }
.media-gallery__content.half-cards.highlighted .media-gallery__item {
  margin: 0 0.5rem;
  position: relative;
  height: auto !important; }
  @media (min-width: 1278px) {
    .media-gallery__content.half-cards.highlighted .media-gallery__item .info-card {
      position: static;
      width: 80%;
      height: auto;
      margin-left: auto;
      transform: translateY(-72px);
      margin-bottom: -4rem; } }
  .media-gallery__content.half-cards.highlighted .media-gallery__item .info-card__title {
    color: white;
    font-size: 1.875rem; }
  .media-gallery__content.half-cards.highlighted .media-gallery__item .info-card__intro p {
    font-size: 1rem;
    word-spacing: normal; }
  .media-gallery__content.half-cards.highlighted .media-gallery__item .media * {
    max-height: 20.5rem; }
@media (min-width: 768px) {
  .media-gallery__content.half-cards.highlighted .slick-list {
    transform: translateX(calc(((100% - 1250px + 540px) / 2 + 8px) * -1));
    overflow: visible; } }
@media (min-width: 1278px) {
  .media-gallery__content.half-cards.highlighted .slick-list {
    transform: translateX(-288px); } }
.media-gallery__content.half-cards.highlighted .media-gallery__item {
  margin: 0 !important; }
  @media (min-width: 768px) {
    .media-gallery__content.half-cards.highlighted .media-gallery__item {
      margin: 0 8px !important; } }
.media-gallery__content.half-cards.highlighted .slick-next {
  top: 10.625rem; }
  @media (min-width: 768px) {
    .media-gallery__content.half-cards.highlighted .slick-next {
      transform: translate(-26px, -50%) !important; } }
  @media (min-width: 1278px) {
    .media-gallery__content.half-cards.highlighted .slick-next {
      transform: translate(-54px, -50%) !important; } }
.media-gallery__content.half-cards.highlighted .slick-prev {
  top: 10.625rem; }
  @media (min-width: 768px) {
    .media-gallery__content.half-cards.highlighted .slick-prev {
      transform: translate(52px, -50%) !important; } }
  @media (min-width: 1278px) {
    .media-gallery__content.half-cards.highlighted .slick-prev {
      transform: translate(20px, -50%) !important; } }
@media (min-width: 768px) {
  .media-gallery__content.half-cards.highlighted .slick-dots {
    width: 45rem; } }
@media (min-width: 1278px) {
  .media-gallery__content.half-cards.highlighted .slick-dots {
    width: 100%;
    transform: translateX(-228px); } }
.media-gallery__content.half-cards.highlighted.book-a-venue {
  margin-bottom: -2rem; }
  .media-gallery__content.half-cards.highlighted.book-a-venue .slick-arrow {
    width: 42px;
    height: 42px; }
    @media (min-width: 1278px) {
      .media-gallery__content.half-cards.highlighted.book-a-venue .slick-arrow {
        width: 3rem;
        height: 3rem; } }
    .media-gallery__content.half-cards.highlighted.book-a-venue .slick-arrow::before {
      width: 0.875rem; }
.media-gallery__wrapper {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  padding-bottom: 1rem; }
  @media (min-width: 1278px) {
    .media-gallery__wrapper {
      padding-bottom: 2rem;
      margin-bottom: 5rem;
      margin-top: 5rem; } }
  .media-gallery__wrapper .slick-track {
    display: flex !important; }
  .media-gallery__wrapper .slick-dots {
    bottom: -1.5rem;
    top: auto; }
    @media (min-width: 1278px) {
      .media-gallery__wrapper .slick-dots {
        bottom: -2.375rem; } }
    .media-gallery__wrapper .slick-dots > li {
      width: 1rem;
      height: 1rem;
      margin: 0 0.125rem; }
      .media-gallery__wrapper .slick-dots > li button {
        width: 0.75rem;
        height: 0.75rem;
        background-color: #e0e0e0;
        transition: background-color 0.3s ease; }
      .media-gallery__wrapper .slick-dots > li.slick-active button {
        background-color: #c8102e; }
  .media-gallery__wrapper .slick-arrow {
    background-color: #c8102e;
    width: 48px;
    height: 48px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease; }
    @media (min-width: 1278px) {
      .media-gallery__wrapper .slick-arrow {
        width: 64px;
        height: 64px; } }
    .media-gallery__wrapper .slick-arrow.slick-disabled {
      opacity: 0;
      visibility: hidden; }
    .media-gallery__wrapper .slick-arrow::before {
      content: "";
      position: absolute;
      opacity: 1;
      background: url("../images/chevron-left.svg") no-repeat;
      transform: translate(-50%, -50%) rotate(180deg);
      width: 16px;
      height: 16px;
      top: 50%;
      left: 50%; }
    .media-gallery__wrapper .slick-arrow.slick-next {
      right: 0.5rem;
      transform: translate(50%, -50%); }
      @media (min-width: 1278px) {
        .media-gallery__wrapper .slick-arrow.slick-next {
          right: calc((100% - 1250px) / 2 + 16px); } }
    .media-gallery__wrapper .slick-arrow.slick-prev {
      left: 0.5rem;
      transform: translate(-50%, -50%); }
      @media (min-width: 1278px) {
        .media-gallery__wrapper .slick-arrow.slick-prev {
          left: calc((100% - 1250px) / 2 + 16px); } }
      .media-gallery__wrapper .slick-arrow.slick-prev::before {
        transform: translate(-50%, -50%); }

body.path-pac .media-gallery__title-wrapper.highlighted,
body.page-node-type-pac-homepage .media-gallery__title-wrapper.highlighted,
body.page-node-type-pac-page .media-gallery__title-wrapper.highlighted {
  padding: 2rem 1.25rem 1rem 1.25rem !important;
  background: #3500d7; }
  @media (min-width: 1278px) {
    body.path-pac .media-gallery__title-wrapper.highlighted,
    body.page-node-type-pac-homepage .media-gallery__title-wrapper.highlighted,
    body.page-node-type-pac-page .media-gallery__title-wrapper.highlighted {
      padding: 2.5rem 3.25rem !important; } }
body.path-pac .media-gallery__item,
body.page-node-type-pac-homepage .media-gallery__item,
body.page-node-type-pac-page .media-gallery__item {
  margin: 0 0.5rem;
  position: relative;
  height: auto !important; }
  body.path-pac .media-gallery__item .info-card,
  body.page-node-type-pac-homepage .media-gallery__item .info-card,
  body.page-node-type-pac-page .media-gallery__item .info-card {
    background-color: #3500d7; }
    @media (min-width: 1278px) {
      body.path-pac .media-gallery__item .info-card,
      body.page-node-type-pac-homepage .media-gallery__item .info-card,
      body.page-node-type-pac-page .media-gallery__item .info-card {
        position: static;
        width: 80%;
        height: auto;
        margin-left: auto;
        transform: translateY(-72px);
        margin-bottom: -4rem; } }
    body.path-pac .media-gallery__item .info-card__title,
    body.page-node-type-pac-homepage .media-gallery__item .info-card__title,
    body.page-node-type-pac-page .media-gallery__item .info-card__title {
      color: white;
      font-size: 1.875rem; }
    body.path-pac .media-gallery__item .info-card__intro p,
    body.page-node-type-pac-homepage .media-gallery__item .info-card__intro p,
    body.page-node-type-pac-page .media-gallery__item .info-card__intro p {
      font-size: 1rem;
      word-spacing: normal; }
  body.path-pac .media-gallery__item .media *,
  body.page-node-type-pac-homepage .media-gallery__item .media *,
  body.page-node-type-pac-page .media-gallery__item .media * {
    max-height: 20.5rem; }
body.path-pac .media-gallery__content.book-a-venue .media-gallery__title-wrapper .media-gallery__cta a,
body.page-node-type-pac-homepage .media-gallery__content.book-a-venue .media-gallery__title-wrapper .media-gallery__cta a,
body.page-node-type-pac-page .media-gallery__content.book-a-venue .media-gallery__title-wrapper .media-gallery__cta a {
  border: none;
  color: #3500d7;
  background-color: white;
  cursor: pointer;
  line-height: 1.22;
  padding: 14px 26px 15px 26px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-flex;
  font-size: 16px;
  min-width: 10.625rem;
  border-radius: 25px;
  text-decoration: none !important;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: normal;
  width: auto;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  z-index: 2;
  padding: 0.75rem 2.5rem 0.875rem 2.5rem;
  color: #3500d7 !important; }
  body.path-pac .media-gallery__content.book-a-venue .media-gallery__title-wrapper .media-gallery__cta a:hover,
  body.page-node-type-pac-homepage .media-gallery__content.book-a-venue .media-gallery__title-wrapper .media-gallery__cta a:hover,
  body.page-node-type-pac-page .media-gallery__content.book-a-venue .media-gallery__title-wrapper .media-gallery__cta a:hover {
    color: white !important;
    background-color: #3500d7 !important; }
    body.path-pac .media-gallery__content.book-a-venue .media-gallery__title-wrapper .media-gallery__cta a:hover::before,
    body.page-node-type-pac-homepage .media-gallery__content.book-a-venue .media-gallery__title-wrapper .media-gallery__cta a:hover::before,
    body.page-node-type-pac-page .media-gallery__content.book-a-venue .media-gallery__title-wrapper .media-gallery__cta a:hover::before {
      display: none; }
body.path-pac .media-gallery__content:not(.highlighted) .media-gallery__title-wrapper .media-gallery__title,
body.page-node-type-pac-homepage .media-gallery__content:not(.highlighted) .media-gallery__title-wrapper .media-gallery__title,
body.page-node-type-pac-page .media-gallery__content:not(.highlighted) .media-gallery__title-wrapper .media-gallery__title {
  color: #3500d7;
  margin-left: -0.75rem; }
  @media (min-width: 1278px) {
    body.path-pac .media-gallery__content:not(.highlighted) .media-gallery__title-wrapper .media-gallery__title,
    body.page-node-type-pac-homepage .media-gallery__content:not(.highlighted) .media-gallery__title-wrapper .media-gallery__title,
    body.page-node-type-pac-page .media-gallery__content:not(.highlighted) .media-gallery__title-wrapper .media-gallery__title {
      margin-left: 0;
      padding-left: 3.25rem; } }
body.path-pac .media-gallery__content.highlighted,
body.page-node-type-pac-homepage .media-gallery__content.highlighted,
body.page-node-type-pac-page .media-gallery__content.highlighted {
  padding: 0 !important; }
  @media (min-width: 1278px) {
    body.path-pac .media-gallery__content.highlighted .slick-list,
    body.page-node-type-pac-homepage .media-gallery__content.highlighted .slick-list,
    body.page-node-type-pac-page .media-gallery__content.highlighted .slick-list {
      transform: translateX(42px);
      overflow: visible; } }
  body.path-pac .media-gallery__content.highlighted .slick-next,
  body.page-node-type-pac-homepage .media-gallery__content.highlighted .slick-next,
  body.page-node-type-pac-page .media-gallery__content.highlighted .slick-next {
    top: 10.625rem; }
    @media (min-width: 1278px) {
      body.path-pac .media-gallery__content.highlighted .slick-next,
      body.page-node-type-pac-homepage .media-gallery__content.highlighted .slick-next,
      body.page-node-type-pac-page .media-gallery__content.highlighted .slick-next {
        transform: translate(-54px, -50%) !important; } }
  body.path-pac .media-gallery__content.highlighted .slick-prev,
  body.page-node-type-pac-homepage .media-gallery__content.highlighted .slick-prev,
  body.page-node-type-pac-page .media-gallery__content.highlighted .slick-prev {
    top: 10.625rem; }
    @media (min-width: 1278px) {
      body.path-pac .media-gallery__content.highlighted .slick-prev,
      body.page-node-type-pac-homepage .media-gallery__content.highlighted .slick-prev,
      body.page-node-type-pac-page .media-gallery__content.highlighted .slick-prev {
        transform: translate(20px, -50%) !important; } }
  @media (min-width: 1278px) {
    body.path-pac .media-gallery__content.highlighted .slick-dots,
    body.page-node-type-pac-homepage .media-gallery__content.highlighted .slick-dots,
    body.page-node-type-pac-page .media-gallery__content.highlighted .slick-dots {
      transform: translateX(42px); } }
body.path-pac .media-gallery__content.half-cards .slick-dots,
body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-dots,
body.page-node-type-pac-page .media-gallery__content.half-cards .slick-dots {
  display: block !important; }
body.path-pac .media-gallery__content.half-cards .info-card__cta,
body.page-node-type-pac-homepage .media-gallery__content.half-cards .info-card__cta,
body.page-node-type-pac-page .media-gallery__content.half-cards .info-card__cta {
  margin: 0; }
  body.path-pac .media-gallery__content.half-cards .info-card__cta .field--item,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .info-card__cta .field--item,
  body.page-node-type-pac-page .media-gallery__content.half-cards .info-card__cta .field--item {
    margin-top: 1rem;
    margin-bottom: 0; }
@media (min-width: 768px) {
  body.path-pac .media-gallery__content.half-cards .slick-arrow.slick-next,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-arrow.slick-next,
  body.page-node-type-pac-page .media-gallery__content.half-cards .slick-arrow.slick-next {
    left: 636px;
    right: auto; } }
@media (min-width: 1278px) {
  body.path-pac .media-gallery__content.half-cards .slick-arrow.slick-next,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-arrow.slick-next,
  body.page-node-type-pac-page .media-gallery__content.half-cards .slick-arrow.slick-next {
    left: auto;
    right: calc((100% - 1250px) / 2 + 16px + 540px); } }
@media (min-width: 768px) {
  body.path-pac .media-gallery__content.half-cards .slick-list,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-list,
  body.page-node-type-pac-page .media-gallery__content.half-cards .slick-list {
    transform: translateX(calc(((100% - 1250px + 540px) / 2 + 8px) * -1));
    overflow: visible; } }
@media (min-width: 1278px) {
  body.path-pac .media-gallery__content.half-cards .slick-list,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-list,
  body.page-node-type-pac-page .media-gallery__content.half-cards .slick-list {
    transform: translateX(-288px); } }
@media (min-width: 768px) {
  body.path-pac .media-gallery__content.half-cards .slick-dots,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-dots,
  body.page-node-type-pac-page .media-gallery__content.half-cards .slick-dots {
    width: 45rem; } }
@media (min-width: 1278px) {
  body.path-pac .media-gallery__content.half-cards .slick-dots,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-dots,
  body.page-node-type-pac-page .media-gallery__content.half-cards .slick-dots {
    width: 100%;
    transform: translateX(-280px); } }
@media (min-width: 1278px) {
  body.path-pac .media-gallery__content.half-cards .slick-list,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-list,
  body.page-node-type-pac-page .media-gallery__content.half-cards .slick-list {
    transform: translateX(-288px); } }
@media (min-width: 768px) {
  body.path-pac .media-gallery__content.half-cards .slick-next,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-next,
  body.page-node-type-pac-page .media-gallery__content.half-cards .slick-next {
    transform: translate(-26px, -50%) !important; } }
@media (min-width: 1278px) {
  body.path-pac .media-gallery__content.half-cards .slick-next,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-next,
  body.page-node-type-pac-page .media-gallery__content.half-cards .slick-next {
    transform: translate(-54px, -50%) !important; } }
@media (min-width: 768px) {
  body.path-pac .media-gallery__content.half-cards .slick-prev,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-prev,
  body.page-node-type-pac-page .media-gallery__content.half-cards .slick-prev {
    transform: translate(52px, -50%) !important; } }
@media (min-width: 1278px) {
  body.path-pac .media-gallery__content.half-cards .slick-prev,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-prev,
  body.page-node-type-pac-page .media-gallery__content.half-cards .slick-prev {
    transform: translate(20px, -50%) !important; } }
@media (min-width: 768px) {
  body.path-pac .media-gallery__content.half-cards .slick-dots,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-dots,
  body.page-node-type-pac-page .media-gallery__content.half-cards .slick-dots {
    width: 45rem; } }
@media (min-width: 1278px) {
  body.path-pac .media-gallery__content.half-cards .slick-dots,
  body.page-node-type-pac-homepage .media-gallery__content.half-cards .slick-dots,
  body.page-node-type-pac-page .media-gallery__content.half-cards .slick-dots {
    width: 100%;
    transform: translateX(-288px); } }
body.path-pac .media-gallery__wrapper .slick-track,
body.page-node-type-pac-homepage .media-gallery__wrapper .slick-track,
body.page-node-type-pac-page .media-gallery__wrapper .slick-track {
  display: flex !important; }
body.path-pac .media-gallery__wrapper .slick-dots > li button,
body.page-node-type-pac-homepage .media-gallery__wrapper .slick-dots > li button,
body.page-node-type-pac-page .media-gallery__wrapper .slick-dots > li button {
  background-color: rgba(0, 251, 254, 0.3); }
body.path-pac .media-gallery__wrapper .slick-dots > li.slick-active button,
body.page-node-type-pac-homepage .media-gallery__wrapper .slick-dots > li.slick-active button,
body.page-node-type-pac-page .media-gallery__wrapper .slick-dots > li.slick-active button {
  background-color: #00fbfe; }
body.path-pac .media-gallery__wrapper .slick-arrow,
body.page-node-type-pac-homepage .media-gallery__wrapper .slick-arrow,
body.page-node-type-pac-page .media-gallery__wrapper .slick-arrow {
  background-color: #00fbfe;
  width: 2.625rem;
  height: 2.625rem; }
  @media (min-width: 1278px) {
    body.path-pac .media-gallery__wrapper .slick-arrow,
    body.page-node-type-pac-homepage .media-gallery__wrapper .slick-arrow,
    body.page-node-type-pac-page .media-gallery__wrapper .slick-arrow {
      width: 3rem;
      height: 3rem; } }
  body.path-pac .media-gallery__wrapper .slick-arrow::before,
  body.page-node-type-pac-homepage .media-gallery__wrapper .slick-arrow::before,
  body.page-node-type-pac-page .media-gallery__wrapper .slick-arrow::before {
    background: url("../images/chevron-left-blue.svg") center no-repeat; }

.paragraph--type--media figure {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column; }
  .paragraph--type--media figure figcaption {
    margin-top: 4px;
    font-size: 14px; }
.paragraph--type--media .att-media__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%; }
  .paragraph--type--media .att-media__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.page-node-type-phive-venue .paragraph-book-a-venue .media-gallery__title-wrapper {
  gap: 1rem;
  width: 100%; }
  @media screen and (min-width: 1278px) {
    .page-node-type-phive-venue .paragraph-book-a-venue .media-gallery__title-wrapper {
      padding-right: 2rem !important;
      padding-left: 2.5rem !important; } }
@media screen and (min-width: 1278px) {
  .page-node-type-phive-venue .paragraph-book-a-venue .media-gallery__items.slick-initialized .slick-arrow.slick-prev {
    left: -10px; }
  .page-node-type-phive-venue .paragraph-book-a-venue .media-gallery__items.slick-initialized .slick-arrow.slick-next {
    transform: translate(64px, -50%) !important; }
  .page-node-type-phive-venue .paragraph-book-a-venue .media-gallery__items.slick-initialized .slick-list {
    transform: none;
    overflow: hidden; }
    .page-node-type-phive-venue .paragraph-book-a-venue .media-gallery__items.slick-initialized .slick-list .slick-track {
      display: block !important; }
  .page-node-type-phive-venue .paragraph-book-a-venue .media-gallery__items.slick-initialized .media-gallery__item .media .info-card {
    max-height: unset; } }
.page-node-type-phive-venue .paragraph-book-a-venue .media-gallery__content.listings-display .media-gallery__listings.row .media-gallery__item, .page-node-type-phive-venue .paragraph-book-a-venue .media-gallery__content.listings-display .media-gallery__listings.block-entity-fieldnodebody .media-gallery__item, .page-node-type-phive-venue .paragraph-book-a-venue .media-gallery__content.listings-display .media-gallery__listings.paragraph--type--cta .media-gallery__item {
  opacity: 1 !important;
  margin: 0 !important;
  transform: none; }

.media-gallery__content.listings-display .media-gallery__cta a {
  border: none;
  color: #002b49;
  background-color: white;
  cursor: pointer;
  line-height: 1.22;
  padding: 14px 26px 15px 26px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-flex;
  font-size: 16px;
  min-width: 10.625rem;
  border-radius: 25px;
  text-decoration: none !important;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: normal;
  width: auto;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .media-gallery__content.listings-display .media-gallery__cta a::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
    z-index: -1;
    transition: opacity 0.25s linear;
    opacity: 0; }
  .media-gallery__content.listings-display .media-gallery__cta a:hover {
    color: white; }
    .media-gallery__content.listings-display .media-gallery__cta a:hover::before {
      opacity: 1; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.mega-menu__bg.phive-menu .logo {
  width: 15.625rem;
  position: relative; }
  .mega-menu__bg.phive-menu .logo a.logo-cop {
    position: absolute;
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2; }
  @media (min-width: 1278px) {
    .mega-menu__bg.phive-menu .logo {
      margin-right: auto;
      margin-left: 1.5rem; }
      .mega-menu__bg.phive-menu .logo a.logo-cop {
        width: 5rem; } }
.mega-menu__bg.phive-menu .mega-menu__search {
  background: none; }
  .mega-menu__bg.phive-menu .mega-menu__search::before {
    display: none; }
  .mega-menu__bg.phive-menu .mega-menu__search > .row.column, .mega-menu__bg.phive-menu .mega-menu__search > .column.block-entity-fieldnodebody, .mega-menu__bg.phive-menu .mega-menu__search > .column.paragraph--type--cta {
    background: #f9f9f9;
    padding: 2rem !important;
    max-width: 1220px; }
  .mega-menu__bg.phive-menu .mega-menu__search form {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .mega-menu__bg.phive-menu .mega-menu__search form input[type="text"] {
      width: calc(100% - 202px);
      padding: 1.0625rem 1.25rem 1.1875rem 3.125rem;
      font-size: 1rem;
      background: white url("../images/loupe.svg") no-repeat 16px center; }
      .mega-menu__bg.phive-menu .mega-menu__search form input[type="text"]:focus {
        background: white url("../images/loupe-active.svg") no-repeat 16px center; }
    .mega-menu__bg.phive-menu .mega-menu__search form button {
      border: none;
      color: #002b49;
      background-color: white;
      cursor: pointer;
      line-height: 1.22;
      padding: 14px 26px 15px 26px;
      font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
      font-weight: bold;
      display: inline-flex;
      font-size: 16px;
      min-width: 10.625rem;
      border-radius: 25px;
      text-decoration: none !important;
      justify-content: center;
      white-space: nowrap;
      margin: 0;
      letter-spacing: normal;
      width: auto;
      transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
      position: relative;
      overflow: hidden;
      z-index: 2;
      color: white !important;
      background: transparent; }
      .mega-menu__bg.phive-menu .mega-menu__search form button::before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(99deg, #c8102e, #ff7e00);
        z-index: -1;
        transition: opacity 0.25s linear;
        opacity: 1; }
      .mega-menu__bg.phive-menu .mega-menu__search form button::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
        z-index: -2; }
      .mega-menu__bg.phive-menu .mega-menu__search form button:hover {
        color: white;
        border-color: transparent; }
        .mega-menu__bg.phive-menu .mega-menu__search form button:hover::before {
          opacity: 0; }
      .mega-menu__bg.phive-menu .mega-menu__search form button .arrow {
        display: none; }
.mega-menu__bg.phive-menu .mega-menu__nav > li > a:after {
  background-color: #ff7e00; }
.mega-menu__bg.phive-menu .mega-menu__element {
  height: 17.125rem; }
.mega-menu__bg.phive-menu .mega-menu__wrapper {
  align-items: stretch;
  overflow: hidden; }
.mega-menu__bg.phive-menu .dropdown-link:hover .mega-menu__grey::before {
  height: 100%; }
.mega-menu__bg.phive-menu .mega-menu__grey {
  position: relative;
  width: 30.25rem;
  padding: 2rem; }
  .mega-menu__bg.phive-menu .mega-menu__grey::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f9f9f9;
    z-index: -1;
    transition: all 0.3s; }
  .mega-menu__bg.phive-menu .mega-menu__grey .title {
    margin-bottom: 1rem; }
  .mega-menu__bg.phive-menu .mega-menu__grey .description {
    color: #002b49;
    line-height: 1.6; }
.mega-menu__bg.phive-menu .mega-menu__white {
  display: flex;
  padding: 2rem; }
  .mega-menu__bg.phive-menu .mega-menu__white > ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    height: 210px; }
    .mega-menu__bg.phive-menu .mega-menu__white > ul > li {
      max-width: 18.75rem; }
      .mega-menu__bg.phive-menu .mega-menu__white > ul > li:not(:last-of-type) {
        margin-bottom: 1rem;
        margin-right: 3.75rem; }
      .mega-menu__bg.phive-menu .mega-menu__white > ul > li > a {
        font-size: 1.125rem;
        color: #002b49 !important;
        font-weight: bold !important;
        transition: color 0.3s ease;
        line-height: 1.4; }
        .mega-menu__bg.phive-menu .mega-menu__white > ul > li > a:hover {
          color: #ff7e00 !important; }
      .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 {
        position: relative; }
        .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2:not(:last-of-type) {
          margin-bottom: 0.875rem; }
        .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 > .dropdown-chevron {
          position: relative;
          cursor: pointer;
          user-select: none;
          padding: 0.125rem; }
          .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 > .dropdown-chevron svg {
            transition: transform 0.3s ease;
            margin-bottom: 0.125rem; }
            .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 > .dropdown-chevron svg path {
              transition: stroke 0.3s ease; }
          .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 > .dropdown-chevron.is-open svg {
            transform: rotate(180deg); }
            .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 > .dropdown-chevron.is-open svg path {
              stroke: #ff7e00; }
        .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 ul {
          padding: 0;
          display: none; }
          .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 ul li {
            margin-top: 0.5rem;
            margin-bottom: 0; }
            .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 ul li a {
              font-size: 1rem;
              color: #002b49 !important;
              transition: all 0.3s ease;
              line-height: 1.6;
              text-decoration: underline;
              text-decoration-color: transparent; }
              .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 ul li a:hover {
                text-decoration-color: #ff7e00;
                color: #ff7e00 !important; }

body.path-pac #block-primarymenu,
body.page-node-type-pac-homepage #block-primarymenu,
body.page-node-type-pac-page #block-primarymenu,
body[class*="town-hall"] #block-primarymenu,
body[class*="artists-studios"] #block-primarymenu,
.path-pas #block-primarymenu,
body.phive-page #block-primarymenu,
.path-phive #block-primarymenu,
.page-node-type-phive-page #block-primarymenu,
.page-node-type-phive-homepage #block-primarymenu,
.page-node-type-events-data.phive-page #block-primarymenu,
.page-node-type-phive-venue #block-primarymenu {
  display: none; }
@media (min-width: 1278px) {
  body.path-pac .mob-menu__nav.phive,
  body.page-node-type-pac-homepage .mob-menu__nav.phive,
  body.page-node-type-pac-page .mob-menu__nav.phive,
  body[class*="town-hall"] .mob-menu__nav.phive,
  body[class*="artists-studios"] .mob-menu__nav.phive,
  .path-pas .mob-menu__nav.phive,
  body.phive-page .mob-menu__nav.phive,
  .path-phive .mob-menu__nav.phive,
  .page-node-type-phive-page .mob-menu__nav.phive,
  .page-node-type-phive-homepage .mob-menu__nav.phive,
  .page-node-type-events-data.phive-page .mob-menu__nav.phive,
  .page-node-type-phive-venue .mob-menu__nav.phive {
    display: none !important; }
  body.path-pac .go-to-phive,
  body.page-node-type-pac-homepage .go-to-phive,
  body.page-node-type-pac-page .go-to-phive,
  body[class*="town-hall"] .go-to-phive,
  body[class*="artists-studios"] .go-to-phive,
  .path-pas .go-to-phive,
  body.phive-page .go-to-phive,
  .path-phive .go-to-phive,
  .page-node-type-phive-page .go-to-phive,
  .page-node-type-phive-homepage .go-to-phive,
  .page-node-type-events-data.phive-page .go-to-phive,
  .page-node-type-phive-venue .go-to-phive {
    display: none; }
  body.path-pac .mob-menu__burger-desktop,
  body.page-node-type-pac-homepage .mob-menu__burger-desktop,
  body.page-node-type-pac-page .mob-menu__burger-desktop,
  body[class*="town-hall"] .mob-menu__burger-desktop,
  body[class*="artists-studios"] .mob-menu__burger-desktop,
  .path-pas .mob-menu__burger-desktop,
  body.phive-page .mob-menu__burger-desktop,
  .path-phive .mob-menu__burger-desktop,
  .page-node-type-phive-page .mob-menu__burger-desktop,
  .page-node-type-phive-homepage .mob-menu__burger-desktop,
  .page-node-type-events-data.phive-page .mob-menu__burger-desktop,
  .page-node-type-phive-venue .mob-menu__burger-desktop {
    width: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    body.path-pac .mob-menu__burger-desktop .close,
    body.page-node-type-pac-homepage .mob-menu__burger-desktop .close,
    body.page-node-type-pac-page .mob-menu__burger-desktop .close,
    body[class*="town-hall"] .mob-menu__burger-desktop .close,
    body[class*="artists-studios"] .mob-menu__burger-desktop .close,
    .path-pas .mob-menu__burger-desktop .close,
    body.phive-page .mob-menu__burger-desktop .close,
    .path-phive .mob-menu__burger-desktop .close,
    .page-node-type-phive-page .mob-menu__burger-desktop .close,
    .page-node-type-phive-homepage .mob-menu__burger-desktop .close,
    .page-node-type-events-data.phive-page .mob-menu__burger-desktop .close,
    .page-node-type-phive-venue .mob-menu__burger-desktop .close {
      display: none; }
    body.path-pac .mob-menu__burger-desktop.is-open .open,
    body.page-node-type-pac-homepage .mob-menu__burger-desktop.is-open .open,
    body.page-node-type-pac-page .mob-menu__burger-desktop.is-open .open,
    body[class*="town-hall"] .mob-menu__burger-desktop.is-open .open,
    body[class*="artists-studios"] .mob-menu__burger-desktop.is-open .open,
    .path-pas .mob-menu__burger-desktop.is-open .open,
    body.phive-page .mob-menu__burger-desktop.is-open .open,
    .path-phive .mob-menu__burger-desktop.is-open .open,
    .page-node-type-phive-page .mob-menu__burger-desktop.is-open .open,
    .page-node-type-phive-homepage .mob-menu__burger-desktop.is-open .open,
    .page-node-type-events-data.phive-page .mob-menu__burger-desktop.is-open .open,
    .page-node-type-phive-venue .mob-menu__burger-desktop.is-open .open {
      display: none; }
    body.path-pac .mob-menu__burger-desktop.is-open .close,
    body.page-node-type-pac-homepage .mob-menu__burger-desktop.is-open .close,
    body.page-node-type-pac-page .mob-menu__burger-desktop.is-open .close,
    body[class*="town-hall"] .mob-menu__burger-desktop.is-open .close,
    body[class*="artists-studios"] .mob-menu__burger-desktop.is-open .close,
    .path-pas .mob-menu__burger-desktop.is-open .close,
    body.phive-page .mob-menu__burger-desktop.is-open .close,
    .path-phive .mob-menu__burger-desktop.is-open .close,
    .page-node-type-phive-page .mob-menu__burger-desktop.is-open .close,
    .page-node-type-phive-homepage .mob-menu__burger-desktop.is-open .close,
    .page-node-type-events-data.phive-page .mob-menu__burger-desktop.is-open .close,
    .page-node-type-phive-venue .mob-menu__burger-desktop.is-open .close {
      display: block; }
  body.path-pac .mob-menu__nav,
  body.page-node-type-pac-homepage .mob-menu__nav,
  body.page-node-type-pac-page .mob-menu__nav,
  body[class*="town-hall"] .mob-menu__nav,
  body[class*="artists-studios"] .mob-menu__nav,
  .path-pas .mob-menu__nav,
  body.phive-page .mob-menu__nav,
  .path-phive .mob-menu__nav,
  .page-node-type-phive-page .mob-menu__nav,
  .page-node-type-phive-homepage .mob-menu__nav,
  .page-node-type-events-data.phive-page .mob-menu__nav,
  .page-node-type-phive-venue .mob-menu__nav {
    right: auto;
    top: 7.5rem;
    width: 21.875rem;
    opacity: 0;
    left: calc((100% - 1220px) / 2);
    pointer-events: none; }
    body.path-pac .mob-menu__nav.show,
    body.page-node-type-pac-homepage .mob-menu__nav.show,
    body.page-node-type-pac-page .mob-menu__nav.show,
    body[class*="town-hall"] .mob-menu__nav.show,
    body[class*="artists-studios"] .mob-menu__nav.show,
    .path-pas .mob-menu__nav.show,
    body.phive-page .mob-menu__nav.show,
    .path-phive .mob-menu__nav.show,
    .page-node-type-phive-page .mob-menu__nav.show,
    .page-node-type-phive-homepage .mob-menu__nav.show,
    .page-node-type-events-data.phive-page .mob-menu__nav.show,
    .page-node-type-phive-venue .mob-menu__nav.show {
      opacity: 1;
      pointer-events: all; } }
@media (max-width: 1277px) {
  body.path-pac .mob-menu__nav,
  body.page-node-type-pac-homepage .mob-menu__nav,
  body.page-node-type-pac-page .mob-menu__nav,
  body[class*="town-hall"] .mob-menu__nav,
  body[class*="artists-studios"] .mob-menu__nav,
  .path-pas .mob-menu__nav,
  body.phive-page .mob-menu__nav,
  .path-phive .mob-menu__nav,
  .page-node-type-phive-page .mob-menu__nav,
  .page-node-type-phive-homepage .mob-menu__nav,
  .page-node-type-events-data.phive-page .mob-menu__nav,
  .page-node-type-phive-venue .mob-menu__nav {
    top: 3.125rem;
    border-top: 1px solid #f9f9f9; }
    body.path-pac .mob-menu__nav .go-to-phive,
    body.page-node-type-pac-homepage .mob-menu__nav .go-to-phive,
    body.page-node-type-pac-page .mob-menu__nav .go-to-phive,
    body[class*="town-hall"] .mob-menu__nav .go-to-phive,
    body[class*="artists-studios"] .mob-menu__nav .go-to-phive,
    .path-pas .mob-menu__nav .go-to-phive,
    body.phive-page .mob-menu__nav .go-to-phive,
    .path-phive .mob-menu__nav .go-to-phive,
    .page-node-type-phive-page .mob-menu__nav .go-to-phive,
    .page-node-type-phive-homepage .mob-menu__nav .go-to-phive,
    .page-node-type-events-data.phive-page .mob-menu__nav .go-to-phive,
    .page-node-type-phive-venue .mob-menu__nav .go-to-phive {
      position: relative;
      padding: 0.75rem 1.875rem;
      margin-top: 0.5rem;
      font-size: 1.125rem;
      cursor: pointer;
      align-self: flex-start; }
      body.path-pac .mob-menu__nav .go-to-phive::after,
      body.page-node-type-pac-homepage .mob-menu__nav .go-to-phive::after,
      body.page-node-type-pac-page .mob-menu__nav .go-to-phive::after,
      body[class*="town-hall"] .mob-menu__nav .go-to-phive::after,
      body[class*="artists-studios"] .mob-menu__nav .go-to-phive::after,
      .path-pas .mob-menu__nav .go-to-phive::after,
      body.phive-page .mob-menu__nav .go-to-phive::after,
      .path-phive .mob-menu__nav .go-to-phive::after,
      .page-node-type-phive-page .mob-menu__nav .go-to-phive::after,
      .page-node-type-phive-homepage .mob-menu__nav .go-to-phive::after,
      .page-node-type-events-data.phive-page .mob-menu__nav .go-to-phive::after,
      .page-node-type-phive-venue .mob-menu__nav .go-to-phive::after {
        content: "";
        position: absolute;
        width: 0.4375rem;
        height: 0.4375rem;
        border-left: 1px solid #002b49;
        border-top: 1px solid #002b49;
        transform: rotate(-45deg);
        top: 1.1875rem;
        left: 1.25rem; }
    body.path-pac .mob-menu__nav.phive,
    body.page-node-type-pac-homepage .mob-menu__nav.phive,
    body.page-node-type-pac-page .mob-menu__nav.phive,
    body[class*="town-hall"] .mob-menu__nav.phive,
    body[class*="artists-studios"] .mob-menu__nav.phive,
    .path-pas .mob-menu__nav.phive,
    body.phive-page .mob-menu__nav.phive,
    .path-phive .mob-menu__nav.phive,
    .page-node-type-phive-page .mob-menu__nav.phive,
    .page-node-type-phive-homepage .mob-menu__nav.phive,
    .page-node-type-events-data.phive-page .mob-menu__nav.phive,
    .page-node-type-phive-venue .mob-menu__nav.phive {
      background-color: white;
      padding-top: 2rem;
      display: flex;
      flex-direction: column; }
      body.path-pac .mob-menu__nav.phive .vertical.menu > li,
      body.page-node-type-pac-homepage .mob-menu__nav.phive .vertical.menu > li,
      body.page-node-type-pac-page .mob-menu__nav.phive .vertical.menu > li,
      body[class*="town-hall"] .mob-menu__nav.phive .vertical.menu > li,
      body[class*="artists-studios"] .mob-menu__nav.phive .vertical.menu > li,
      .path-pas .mob-menu__nav.phive .vertical.menu > li,
      body.phive-page .mob-menu__nav.phive .vertical.menu > li,
      .path-phive .mob-menu__nav.phive .vertical.menu > li,
      .page-node-type-phive-page .mob-menu__nav.phive .vertical.menu > li,
      .page-node-type-phive-homepage .mob-menu__nav.phive .vertical.menu > li,
      .page-node-type-events-data.phive-page .mob-menu__nav.phive .vertical.menu > li,
      .page-node-type-phive-venue .mob-menu__nav.phive .vertical.menu > li {
        margin-bottom: 0.5rem; }
        body.path-pac .mob-menu__nav.phive .vertical.menu > li > .description,
        body.page-node-type-pac-homepage .mob-menu__nav.phive .vertical.menu > li > .description,
        body.page-node-type-pac-page .mob-menu__nav.phive .vertical.menu > li > .description,
        body[class*="town-hall"] .mob-menu__nav.phive .vertical.menu > li > .description,
        body[class*="artists-studios"] .mob-menu__nav.phive .vertical.menu > li > .description,
        .path-pas .mob-menu__nav.phive .vertical.menu > li > .description,
        body.phive-page .mob-menu__nav.phive .vertical.menu > li > .description,
        .path-phive .mob-menu__nav.phive .vertical.menu > li > .description,
        .page-node-type-phive-page .mob-menu__nav.phive .vertical.menu > li > .description,
        .page-node-type-phive-homepage .mob-menu__nav.phive .vertical.menu > li > .description,
        .page-node-type-events-data.phive-page .mob-menu__nav.phive .vertical.menu > li > .description,
        .page-node-type-phive-venue .mob-menu__nav.phive .vertical.menu > li > .description {
          display: none; }
      body.path-pac .mob-menu__nav.phive .vertical.menu li.is-open > a,
      body.page-node-type-pac-homepage .mob-menu__nav.phive .vertical.menu li.is-open > a,
      body.page-node-type-pac-page .mob-menu__nav.phive .vertical.menu li.is-open > a,
      body[class*="town-hall"] .mob-menu__nav.phive .vertical.menu li.is-open > a,
      body[class*="artists-studios"] .mob-menu__nav.phive .vertical.menu li.is-open > a,
      .path-pas .mob-menu__nav.phive .vertical.menu li.is-open > a,
      body.phive-page .mob-menu__nav.phive .vertical.menu li.is-open > a,
      .path-phive .mob-menu__nav.phive .vertical.menu li.is-open > a,
      .page-node-type-phive-page .mob-menu__nav.phive .vertical.menu li.is-open > a,
      .page-node-type-phive-homepage .mob-menu__nav.phive .vertical.menu li.is-open > a,
      .page-node-type-events-data.phive-page .mob-menu__nav.phive .vertical.menu li.is-open > a,
      .page-node-type-phive-venue .mob-menu__nav.phive .vertical.menu li.is-open > a {
        font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif; }
      body.path-pac .mob-menu__nav.phive .vertical.menu a,
      body.page-node-type-pac-homepage .mob-menu__nav.phive .vertical.menu a,
      body.page-node-type-pac-page .mob-menu__nav.phive .vertical.menu a,
      body[class*="town-hall"] .mob-menu__nav.phive .vertical.menu a,
      body[class*="artists-studios"] .mob-menu__nav.phive .vertical.menu a,
      .path-pas .mob-menu__nav.phive .vertical.menu a,
      body.phive-page .mob-menu__nav.phive .vertical.menu a,
      .path-phive .mob-menu__nav.phive .vertical.menu a,
      .page-node-type-phive-page .mob-menu__nav.phive .vertical.menu a,
      .page-node-type-phive-homepage .mob-menu__nav.phive .vertical.menu a,
      .page-node-type-events-data.phive-page .mob-menu__nav.phive .vertical.menu a,
      .page-node-type-phive-venue .mob-menu__nav.phive .vertical.menu a {
        display: inline-block;
        padding-right: 0;
        font-size: 1.125rem;
        padding-left: 1.25rem; }
        body.path-pac .mob-menu__nav.phive .vertical.menu a + button,
        body.page-node-type-pac-homepage .mob-menu__nav.phive .vertical.menu a + button,
        body.page-node-type-pac-page .mob-menu__nav.phive .vertical.menu a + button,
        body[class*="town-hall"] .mob-menu__nav.phive .vertical.menu a + button,
        body[class*="artists-studios"] .mob-menu__nav.phive .vertical.menu a + button,
        .path-pas .mob-menu__nav.phive .vertical.menu a + button,
        body.phive-page .mob-menu__nav.phive .vertical.menu a + button,
        .path-phive .mob-menu__nav.phive .vertical.menu a + button,
        .page-node-type-phive-page .mob-menu__nav.phive .vertical.menu a + button,
        .page-node-type-phive-homepage .mob-menu__nav.phive .vertical.menu a + button,
        .page-node-type-events-data.phive-page .mob-menu__nav.phive .vertical.menu a + button,
        .page-node-type-phive-venue .mob-menu__nav.phive .vertical.menu a + button {
          height: 1.25rem;
          width: 1.25rem;
          transform: translateY(-4px);
          position: relative;
          cursor: pointer; }
          body.path-pac .mob-menu__nav.phive .vertical.menu a + button::after,
          body.page-node-type-pac-homepage .mob-menu__nav.phive .vertical.menu a + button::after,
          body.page-node-type-pac-page .mob-menu__nav.phive .vertical.menu a + button::after,
          body[class*="town-hall"] .mob-menu__nav.phive .vertical.menu a + button::after,
          body[class*="artists-studios"] .mob-menu__nav.phive .vertical.menu a + button::after,
          .path-pas .mob-menu__nav.phive .vertical.menu a + button::after,
          body.phive-page .mob-menu__nav.phive .vertical.menu a + button::after,
          .path-phive .mob-menu__nav.phive .vertical.menu a + button::after,
          .page-node-type-phive-page .mob-menu__nav.phive .vertical.menu a + button::after,
          .page-node-type-phive-homepage .mob-menu__nav.phive .vertical.menu a + button::after,
          .page-node-type-events-data.phive-page .mob-menu__nav.phive .vertical.menu a + button::after,
          .page-node-type-phive-venue .mob-menu__nav.phive .vertical.menu a + button::after {
            content: "";
            position: absolute;
            width: 0.5rem;
            height: 0.5rem;
            left: 50%;
            border-right: 1px solid #002b49;
            border-bottom: 1px solid #002b49;
            right: 50%;
            transform: translate(-4px, -6px) rotate(45deg);
            transition: transform 0.2s ease, border-color 0.2s ease; }
          body.path-pac .mob-menu__nav.phive .vertical.menu a + button.is-open::after,
          body.page-node-type-pac-homepage .mob-menu__nav.phive .vertical.menu a + button.is-open::after,
          body.page-node-type-pac-page .mob-menu__nav.phive .vertical.menu a + button.is-open::after,
          body[class*="town-hall"] .mob-menu__nav.phive .vertical.menu a + button.is-open::after,
          body[class*="artists-studios"] .mob-menu__nav.phive .vertical.menu a + button.is-open::after,
          .path-pas .mob-menu__nav.phive .vertical.menu a + button.is-open::after,
          body.phive-page .mob-menu__nav.phive .vertical.menu a + button.is-open::after,
          .path-phive .mob-menu__nav.phive .vertical.menu a + button.is-open::after,
          .page-node-type-phive-page .mob-menu__nav.phive .vertical.menu a + button.is-open::after,
          .page-node-type-phive-homepage .mob-menu__nav.phive .vertical.menu a + button.is-open::after,
          .page-node-type-events-data.phive-page .mob-menu__nav.phive .vertical.menu a + button.is-open::after,
          .page-node-type-phive-venue .mob-menu__nav.phive .vertical.menu a + button.is-open::after {
            transform: translate(-4px, -2px) rotate(-135deg);
            border-color: #ff7e00; }
      body.path-pac .mob-menu__nav.phive .vertical.menu ul,
      body.page-node-type-pac-homepage .mob-menu__nav.phive .vertical.menu ul,
      body.page-node-type-pac-page .mob-menu__nav.phive .vertical.menu ul,
      body[class*="town-hall"] .mob-menu__nav.phive .vertical.menu ul,
      body[class*="artists-studios"] .mob-menu__nav.phive .vertical.menu ul,
      .path-pas .mob-menu__nav.phive .vertical.menu ul,
      body.phive-page .mob-menu__nav.phive .vertical.menu ul,
      .path-phive .mob-menu__nav.phive .vertical.menu ul,
      .page-node-type-phive-page .mob-menu__nav.phive .vertical.menu ul,
      .page-node-type-phive-homepage .mob-menu__nav.phive .vertical.menu ul,
      .page-node-type-events-data.phive-page .mob-menu__nav.phive .vertical.menu ul,
      .page-node-type-phive-venue .mob-menu__nav.phive .vertical.menu ul {
        display: none; }
        body.path-pac .mob-menu__nav.phive .vertical.menu ul a,
        body.page-node-type-pac-homepage .mob-menu__nav.phive .vertical.menu ul a,
        body.page-node-type-pac-page .mob-menu__nav.phive .vertical.menu ul a,
        body[class*="town-hall"] .mob-menu__nav.phive .vertical.menu ul a,
        body[class*="artists-studios"] .mob-menu__nav.phive .vertical.menu ul a,
        .path-pas .mob-menu__nav.phive .vertical.menu ul a,
        body.phive-page .mob-menu__nav.phive .vertical.menu ul a,
        .path-phive .mob-menu__nav.phive .vertical.menu ul a,
        .page-node-type-phive-page .mob-menu__nav.phive .vertical.menu ul a,
        .page-node-type-phive-homepage .mob-menu__nav.phive .vertical.menu ul a,
        .page-node-type-events-data.phive-page .mob-menu__nav.phive .vertical.menu ul a,
        .page-node-type-phive-venue .mob-menu__nav.phive .vertical.menu ul a {
          font-size: 1rem;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; }
      body.path-pac .mob-menu__nav.phive .separator,
      body.page-node-type-pac-homepage .mob-menu__nav.phive .separator,
      body.page-node-type-pac-page .mob-menu__nav.phive .separator,
      body[class*="town-hall"] .mob-menu__nav.phive .separator,
      body[class*="artists-studios"] .mob-menu__nav.phive .separator,
      .path-pas .mob-menu__nav.phive .separator,
      body.phive-page .mob-menu__nav.phive .separator,
      .path-phive .mob-menu__nav.phive .separator,
      .page-node-type-phive-page .mob-menu__nav.phive .separator,
      .page-node-type-phive-homepage .mob-menu__nav.phive .separator,
      .page-node-type-events-data.phive-page .mob-menu__nav.phive .separator,
      .page-node-type-phive-venue .mob-menu__nav.phive .separator {
        width: calc(100% - 40px);
        height: 1px;
        background: #e0dbdb;
        padding: 0 1.25rem;
        margin: auto;
        margin-top: 0.75rem;
        margin-bottom: 0.5rem; }
      body.path-pac .mob-menu__nav.phive .go-to-para,
      body.page-node-type-pac-homepage .mob-menu__nav.phive .go-to-para,
      body.page-node-type-pac-page .mob-menu__nav.phive .go-to-para,
      body[class*="town-hall"] .mob-menu__nav.phive .go-to-para,
      body[class*="artists-studios"] .mob-menu__nav.phive .go-to-para,
      .path-pas .mob-menu__nav.phive .go-to-para,
      body.phive-page .mob-menu__nav.phive .go-to-para,
      .path-phive .mob-menu__nav.phive .go-to-para,
      .page-node-type-phive-page .mob-menu__nav.phive .go-to-para,
      .page-node-type-phive-homepage .mob-menu__nav.phive .go-to-para,
      .page-node-type-events-data.phive-page .mob-menu__nav.phive .go-to-para,
      .page-node-type-phive-venue .mob-menu__nav.phive .go-to-para {
        position: relative;
        padding: 0.75rem 1.25rem;
        margin-top: 0.5rem;
        font-size: 1.125rem;
        cursor: pointer;
        align-self: flex-start; }
        body.path-pac .mob-menu__nav.phive .go-to-para::after,
        body.page-node-type-pac-homepage .mob-menu__nav.phive .go-to-para::after,
        body.page-node-type-pac-page .mob-menu__nav.phive .go-to-para::after,
        body[class*="town-hall"] .mob-menu__nav.phive .go-to-para::after,
        body[class*="artists-studios"] .mob-menu__nav.phive .go-to-para::after,
        .path-pas .mob-menu__nav.phive .go-to-para::after,
        body.phive-page .mob-menu__nav.phive .go-to-para::after,
        .path-phive .mob-menu__nav.phive .go-to-para::after,
        .page-node-type-phive-page .mob-menu__nav.phive .go-to-para::after,
        .page-node-type-phive-homepage .mob-menu__nav.phive .go-to-para::after,
        .page-node-type-events-data.phive-page .mob-menu__nav.phive .go-to-para::after,
        .page-node-type-phive-venue .mob-menu__nav.phive .go-to-para::after {
          content: "";
          position: absolute;
          width: 0.4375rem;
          height: 0.4375rem;
          border-right: 1px solid #002b49;
          border-bottom: 1px solid #002b49;
          transform: rotate(-45deg);
          top: 1.25rem;
          right: 0.5rem; }
      body.path-pac .mob-menu__nav.phive .description-wrapper.show,
      body.page-node-type-pac-homepage .mob-menu__nav.phive .description-wrapper.show,
      body.page-node-type-pac-page .mob-menu__nav.phive .description-wrapper.show,
      body[class*="town-hall"] .mob-menu__nav.phive .description-wrapper.show,
      body[class*="artists-studios"] .mob-menu__nav.phive .description-wrapper.show,
      .path-pas .mob-menu__nav.phive .description-wrapper.show,
      body.phive-page .mob-menu__nav.phive .description-wrapper.show,
      .path-phive .mob-menu__nav.phive .description-wrapper.show,
      .page-node-type-phive-page .mob-menu__nav.phive .description-wrapper.show,
      .page-node-type-phive-homepage .mob-menu__nav.phive .description-wrapper.show,
      .page-node-type-events-data.phive-page .mob-menu__nav.phive .description-wrapper.show,
      .page-node-type-phive-venue .mob-menu__nav.phive .description-wrapper.show {
        background: #f9f9f9;
        flex-grow: 1;
        padding: 2.375rem 2rem;
        margin-top: 2.5rem; }
  body.path-pac .mob-menu__close.active,
  body.page-node-type-pac-homepage .mob-menu__close.active,
  body.page-node-type-pac-page .mob-menu__close.active,
  body[class*="town-hall"] .mob-menu__close.active,
  body[class*="artists-studios"] .mob-menu__close.active,
  .path-pas .mob-menu__close.active,
  body.phive-page .mob-menu__close.active,
  .path-phive .mob-menu__close.active,
  .page-node-type-phive-page .mob-menu__close.active,
  .page-node-type-phive-homepage .mob-menu__close.active,
  .page-node-type-events-data.phive-page .mob-menu__close.active,
  .page-node-type-phive-venue .mob-menu__close.active {
    width: 50px; }
  body.path-pac .mob-menu__logo,
  body.page-node-type-pac-homepage .mob-menu__logo,
  body.page-node-type-pac-page .mob-menu__logo,
  body[class*="town-hall"] .mob-menu__logo,
  body[class*="artists-studios"] .mob-menu__logo,
  .path-pas .mob-menu__logo,
  body.phive-page .mob-menu__logo,
  .path-phive .mob-menu__logo,
  .page-node-type-phive-page .mob-menu__logo,
  .page-node-type-phive-homepage .mob-menu__logo,
  .page-node-type-events-data.phive-page .mob-menu__logo,
  .page-node-type-phive-venue .mob-menu__logo {
    position: relative;
    display: flex;
    align-items: center; }
    body.path-pac .mob-menu__logo .logo-phive,
    body.page-node-type-pac-homepage .mob-menu__logo .logo-phive,
    body.page-node-type-pac-page .mob-menu__logo .logo-phive,
    body[class*="town-hall"] .mob-menu__logo .logo-phive,
    body[class*="artists-studios"] .mob-menu__logo .logo-phive,
    .path-pas .mob-menu__logo .logo-phive,
    body.phive-page .mob-menu__logo .logo-phive,
    .path-phive .mob-menu__logo .logo-phive,
    .page-node-type-phive-page .mob-menu__logo .logo-phive,
    .page-node-type-phive-homepage .mob-menu__logo .logo-phive,
    .page-node-type-events-data.phive-page .mob-menu__logo .logo-phive,
    .page-node-type-phive-venue .mob-menu__logo .logo-phive {
      display: block; }
    body.path-pac .mob-menu__logo .logo-cop,
    body.page-node-type-pac-homepage .mob-menu__logo .logo-cop,
    body.page-node-type-pac-page .mob-menu__logo .logo-cop,
    body[class*="town-hall"] .mob-menu__logo .logo-cop,
    body[class*="artists-studios"] .mob-menu__logo .logo-cop,
    .path-pas .mob-menu__logo .logo-cop,
    body.phive-page .mob-menu__logo .logo-cop,
    .path-phive .mob-menu__logo .logo-cop,
    .page-node-type-phive-page .mob-menu__logo .logo-cop,
    .page-node-type-phive-homepage .mob-menu__logo .logo-cop,
    .page-node-type-events-data.phive-page .mob-menu__logo .logo-cop,
    .page-node-type-phive-venue .mob-menu__logo .logo-cop {
      position: absolute;
      z-index: 2;
      height: 100%;
      width: 2.5rem;
      left: 0;
      top: 0; }
  body.path-pac .mega-menu__search--mob,
  body.page-node-type-pac-homepage .mega-menu__search--mob,
  body.page-node-type-pac-page .mega-menu__search--mob,
  body[class*="town-hall"] .mega-menu__search--mob,
  body[class*="artists-studios"] .mega-menu__search--mob,
  .path-pas .mega-menu__search--mob,
  body.phive-page .mega-menu__search--mob,
  .path-phive .mega-menu__search--mob,
  .page-node-type-phive-page .mega-menu__search--mob,
  .page-node-type-phive-homepage .mega-menu__search--mob,
  .page-node-type-events-data.phive-page .mega-menu__search--mob,
  .page-node-type-phive-venue .mega-menu__search--mob {
    background: none;
    padding: 0; }
    body.path-pac .mega-menu__search--mob::before,
    body.page-node-type-pac-homepage .mega-menu__search--mob::before,
    body.page-node-type-pac-page .mega-menu__search--mob::before,
    body[class*="town-hall"] .mega-menu__search--mob::before,
    body[class*="artists-studios"] .mega-menu__search--mob::before,
    .path-pas .mega-menu__search--mob::before,
    body.phive-page .mega-menu__search--mob::before,
    .path-phive .mega-menu__search--mob::before,
    .page-node-type-phive-page .mega-menu__search--mob::before,
    .page-node-type-phive-homepage .mega-menu__search--mob::before,
    .page-node-type-events-data.phive-page .mega-menu__search--mob::before,
    .page-node-type-phive-venue .mega-menu__search--mob::before {
      display: none; }
    body.path-pac .mega-menu__search--mob > .row.column, body.path-pac .mega-menu__search--mob > .column.block-entity-fieldnodebody, body.path-pac .mega-menu__search--mob > .column.paragraph--type--cta,
    body.page-node-type-pac-homepage .mega-menu__search--mob > .row.column,
    body.page-node-type-pac-homepage .mega-menu__search--mob > .column.block-entity-fieldnodebody,
    body.page-node-type-pac-homepage .mega-menu__search--mob > .column.paragraph--type--cta,
    body.page-node-type-pac-page .mega-menu__search--mob > .row.column,
    body.page-node-type-pac-page .mega-menu__search--mob > .column.block-entity-fieldnodebody,
    body.page-node-type-pac-page .mega-menu__search--mob > .column.paragraph--type--cta,
    body[class*="town-hall"] .mega-menu__search--mob > .row.column,
    body[class*="town-hall"] .mega-menu__search--mob > .column.block-entity-fieldnodebody,
    body[class*="town-hall"] .mega-menu__search--mob > .column.paragraph--type--cta,
    body[class*="artists-studios"] .mega-menu__search--mob > .row.column,
    body[class*="artists-studios"] .mega-menu__search--mob > .column.block-entity-fieldnodebody,
    body[class*="artists-studios"] .mega-menu__search--mob > .column.paragraph--type--cta,
    .path-pas .mega-menu__search--mob > .row.column,
    .path-pas .mega-menu__search--mob > .column.block-entity-fieldnodebody,
    .path-pas .mega-menu__search--mob > .column.paragraph--type--cta,
    body.phive-page .mega-menu__search--mob > .row.column,
    body.phive-page .mega-menu__search--mob > .column.block-entity-fieldnodebody,
    body.phive-page .mega-menu__search--mob > .column.paragraph--type--cta,
    .path-phive .mega-menu__search--mob > .row.column,
    .path-phive .mega-menu__search--mob > .column.block-entity-fieldnodebody,
    .path-phive .mega-menu__search--mob > .column.paragraph--type--cta,
    .page-node-type-phive-page .mega-menu__search--mob > .row.column,
    .page-node-type-phive-page .mega-menu__search--mob > .column.block-entity-fieldnodebody,
    .page-node-type-phive-page .mega-menu__search--mob > .column.paragraph--type--cta,
    .page-node-type-phive-homepage .mega-menu__search--mob > .row.column,
    .page-node-type-phive-homepage .mega-menu__search--mob > .column.block-entity-fieldnodebody,
    .page-node-type-phive-homepage .mega-menu__search--mob > .column.paragraph--type--cta,
    .page-node-type-events-data.phive-page .mega-menu__search--mob > .row.column,
    .page-node-type-events-data.phive-page .mega-menu__search--mob > .column.block-entity-fieldnodebody,
    .page-node-type-events-data.phive-page .mega-menu__search--mob > .column.paragraph--type--cta,
    .page-node-type-phive-venue .mega-menu__search--mob > .row.column,
    .page-node-type-phive-venue .mega-menu__search--mob > .column.block-entity-fieldnodebody,
    .page-node-type-phive-venue .mega-menu__search--mob > .column.paragraph--type--cta {
      background: #f9f9f9;
      padding: 1rem !important; }
    body.path-pac .mega-menu__search--mob form,
    body.page-node-type-pac-homepage .mega-menu__search--mob form,
    body.page-node-type-pac-page .mega-menu__search--mob form,
    body[class*="town-hall"] .mega-menu__search--mob form,
    body[class*="artists-studios"] .mega-menu__search--mob form,
    .path-pas .mega-menu__search--mob form,
    body.phive-page .mega-menu__search--mob form,
    .path-phive .mega-menu__search--mob form,
    .page-node-type-phive-page .mega-menu__search--mob form,
    .page-node-type-phive-homepage .mega-menu__search--mob form,
    .page-node-type-events-data.phive-page .mega-menu__search--mob form,
    .page-node-type-phive-venue .mega-menu__search--mob form {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      body.path-pac .mega-menu__search--mob form input[type="text"],
      body.page-node-type-pac-homepage .mega-menu__search--mob form input[type="text"],
      body.page-node-type-pac-page .mega-menu__search--mob form input[type="text"],
      body[class*="town-hall"] .mega-menu__search--mob form input[type="text"],
      body[class*="artists-studios"] .mega-menu__search--mob form input[type="text"],
      .path-pas .mega-menu__search--mob form input[type="text"],
      body.phive-page .mega-menu__search--mob form input[type="text"],
      .path-phive .mega-menu__search--mob form input[type="text"],
      .page-node-type-phive-page .mega-menu__search--mob form input[type="text"],
      .page-node-type-phive-homepage .mega-menu__search--mob form input[type="text"],
      .page-node-type-events-data.phive-page .mega-menu__search--mob form input[type="text"],
      .page-node-type-phive-venue .mega-menu__search--mob form input[type="text"] {
        width: calc(100% - 182px);
        padding: 1.0625rem 1.25rem 1.1875rem 3.125rem;
        font-size: 1rem;
        height: 3rem;
        background: white url("../images/loupe.svg") no-repeat 16px center; }
        body.path-pac .mega-menu__search--mob form input[type="text"]:focus,
        body.page-node-type-pac-homepage .mega-menu__search--mob form input[type="text"]:focus,
        body.page-node-type-pac-page .mega-menu__search--mob form input[type="text"]:focus,
        body[class*="town-hall"] .mega-menu__search--mob form input[type="text"]:focus,
        body[class*="artists-studios"] .mega-menu__search--mob form input[type="text"]:focus,
        .path-pas .mega-menu__search--mob form input[type="text"]:focus,
        body.phive-page .mega-menu__search--mob form input[type="text"]:focus,
        .path-phive .mega-menu__search--mob form input[type="text"]:focus,
        .page-node-type-phive-page .mega-menu__search--mob form input[type="text"]:focus,
        .page-node-type-phive-homepage .mega-menu__search--mob form input[type="text"]:focus,
        .page-node-type-events-data.phive-page .mega-menu__search--mob form input[type="text"]:focus,
        .page-node-type-phive-venue .mega-menu__search--mob form input[type="text"]:focus {
          background: white url("../images/loupe-active.svg") no-repeat 16px center; }
      body.path-pac .mega-menu__search--mob form button,
      body.page-node-type-pac-homepage .mega-menu__search--mob form button,
      body.page-node-type-pac-page .mega-menu__search--mob form button,
      body[class*="town-hall"] .mega-menu__search--mob form button,
      body[class*="artists-studios"] .mega-menu__search--mob form button,
      .path-pas .mega-menu__search--mob form button,
      body.phive-page .mega-menu__search--mob form button,
      .path-phive .mega-menu__search--mob form button,
      .page-node-type-phive-page .mega-menu__search--mob form button,
      .page-node-type-phive-homepage .mega-menu__search--mob form button,
      .page-node-type-events-data.phive-page .mega-menu__search--mob form button,
      .page-node-type-phive-venue .mega-menu__search--mob form button {
        border: none;
        color: #002b49;
        background-color: white;
        cursor: pointer;
        line-height: 1.22;
        padding: 14px 26px 15px 26px;
        font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
        font-weight: bold;
        display: inline-flex;
        font-size: 16px;
        min-width: 10.625rem;
        border-radius: 25px;
        text-decoration: none !important;
        justify-content: center;
        white-space: nowrap;
        margin: 0;
        letter-spacing: normal;
        width: auto;
        transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
        position: relative;
        overflow: hidden;
        z-index: 2;
        color: white !important;
        background: transparent; }
        body.path-pac .mega-menu__search--mob form button::before,
        body.page-node-type-pac-homepage .mega-menu__search--mob form button::before,
        body.page-node-type-pac-page .mega-menu__search--mob form button::before,
        body[class*="town-hall"] .mega-menu__search--mob form button::before,
        body[class*="artists-studios"] .mega-menu__search--mob form button::before,
        .path-pas .mega-menu__search--mob form button::before,
        body.phive-page .mega-menu__search--mob form button::before,
        .path-phive .mega-menu__search--mob form button::before,
        .page-node-type-phive-page .mega-menu__search--mob form button::before,
        .page-node-type-phive-homepage .mega-menu__search--mob form button::before,
        .page-node-type-events-data.phive-page .mega-menu__search--mob form button::before,
        .page-node-type-phive-venue .mega-menu__search--mob form button::before {
          position: absolute;
          content: "";
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: linear-gradient(99deg, #c8102e, #ff7e00);
          z-index: -1;
          transition: opacity 0.25s linear;
          opacity: 1; }
        body.path-pac .mega-menu__search--mob form button::after,
        body.page-node-type-pac-homepage .mega-menu__search--mob form button::after,
        body.page-node-type-pac-page .mega-menu__search--mob form button::after,
        body[class*="town-hall"] .mega-menu__search--mob form button::after,
        body[class*="artists-studios"] .mega-menu__search--mob form button::after,
        .path-pas .mega-menu__search--mob form button::after,
        body.phive-page .mega-menu__search--mob form button::after,
        .path-phive .mega-menu__search--mob form button::after,
        .page-node-type-phive-page .mega-menu__search--mob form button::after,
        .page-node-type-phive-homepage .mega-menu__search--mob form button::after,
        .page-node-type-events-data.phive-page .mega-menu__search--mob form button::after,
        .page-node-type-phive-venue .mega-menu__search--mob form button::after {
          position: absolute;
          content: "";
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
          z-index: -2; }
        body.path-pac .mega-menu__search--mob form button:hover,
        body.page-node-type-pac-homepage .mega-menu__search--mob form button:hover,
        body.page-node-type-pac-page .mega-menu__search--mob form button:hover,
        body[class*="town-hall"] .mega-menu__search--mob form button:hover,
        body[class*="artists-studios"] .mega-menu__search--mob form button:hover,
        .path-pas .mega-menu__search--mob form button:hover,
        body.phive-page .mega-menu__search--mob form button:hover,
        .path-phive .mega-menu__search--mob form button:hover,
        .page-node-type-phive-page .mega-menu__search--mob form button:hover,
        .page-node-type-phive-homepage .mega-menu__search--mob form button:hover,
        .page-node-type-events-data.phive-page .mega-menu__search--mob form button:hover,
        .page-node-type-phive-venue .mega-menu__search--mob form button:hover {
          color: white;
          border-color: transparent; }
          body.path-pac .mega-menu__search--mob form button:hover::before,
          body.page-node-type-pac-homepage .mega-menu__search--mob form button:hover::before,
          body.page-node-type-pac-page .mega-menu__search--mob form button:hover::before,
          body[class*="town-hall"] .mega-menu__search--mob form button:hover::before,
          body[class*="artists-studios"] .mega-menu__search--mob form button:hover::before,
          .path-pas .mega-menu__search--mob form button:hover::before,
          body.phive-page .mega-menu__search--mob form button:hover::before,
          .path-phive .mega-menu__search--mob form button:hover::before,
          .page-node-type-phive-page .mega-menu__search--mob form button:hover::before,
          .page-node-type-phive-homepage .mega-menu__search--mob form button:hover::before,
          .page-node-type-events-data.phive-page .mega-menu__search--mob form button:hover::before,
          .page-node-type-phive-venue .mega-menu__search--mob form button:hover::before {
            opacity: 0; }
        body.path-pac .mega-menu__search--mob form button .arrow,
        body.page-node-type-pac-homepage .mega-menu__search--mob form button .arrow,
        body.page-node-type-pac-page .mega-menu__search--mob form button .arrow,
        body[class*="town-hall"] .mega-menu__search--mob form button .arrow,
        body[class*="artists-studios"] .mega-menu__search--mob form button .arrow,
        .path-pas .mega-menu__search--mob form button .arrow,
        body.phive-page .mega-menu__search--mob form button .arrow,
        .path-phive .mega-menu__search--mob form button .arrow,
        .page-node-type-phive-page .mega-menu__search--mob form button .arrow,
        .page-node-type-phive-homepage .mega-menu__search--mob form button .arrow,
        .page-node-type-events-data.phive-page .mega-menu__search--mob form button .arrow,
        .page-node-type-phive-venue .mega-menu__search--mob form button .arrow {
          display: none; } }
body.path-pac .phive-menu-overlay,
body.page-node-type-pac-homepage .phive-menu-overlay,
body.page-node-type-pac-page .phive-menu-overlay,
body[class*="town-hall"] .phive-menu-overlay,
body[class*="artists-studios"] .phive-menu-overlay,
.path-pas .phive-menu-overlay,
body.phive-page .phive-menu-overlay,
.path-phive .phive-menu-overlay,
.page-node-type-phive-page .phive-menu-overlay,
.page-node-type-phive-homepage .phive-menu-overlay,
.page-node-type-events-data.phive-page .phive-menu-overlay,
.page-node-type-phive-venue .phive-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(50, 50, 50, 0.4);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  body.path-pac .phive-menu-overlay.show,
  body.page-node-type-pac-homepage .phive-menu-overlay.show,
  body.page-node-type-pac-page .phive-menu-overlay.show,
  body[class*="town-hall"] .phive-menu-overlay.show,
  body[class*="artists-studios"] .phive-menu-overlay.show,
  .path-pas .phive-menu-overlay.show,
  body.phive-page .phive-menu-overlay.show,
  .path-phive .phive-menu-overlay.show,
  .page-node-type-phive-page .phive-menu-overlay.show,
  .page-node-type-phive-homepage .phive-menu-overlay.show,
  .page-node-type-events-data.phive-page .phive-menu-overlay.show,
  .page-node-type-phive-venue .phive-menu-overlay.show {
    opacity: 1;
    visibility: visible; }

.mob-menu__nav .accordion-menu > li button::before {
  transition: transform 0.3s ease, top 0.3s ease; }

.mob-menu__nav .accordion-menu > li.select > button::before {
  transform: rotate(180deg);
  top: 4px; }

@media (max-width: 1277px) {
  body.path-pac .mob-menu__nav.phive .vertical.menu a + button.is-open::after,
  body.page-node-type-pac-homepage .mob-menu__nav.phive .vertical.menu a + button.is-open::after,
  body.page-node-type-pac-page .mob-menu__nav.phive .vertical.menu a + button.is-open::after {
    border-color: #3500d7; }
  body.path-pac .mega-menu__search--mob form input[type="text"]:focus,
  body.page-node-type-pac-homepage .mega-menu__search--mob form input[type="text"]:focus,
  body.page-node-type-pac-page .mega-menu__search--mob form input[type="text"]:focus {
    background: white url("../images/loupe-active-blue.svg") no-repeat 16px center; }
  body.path-pac .mega-menu__search--mob form button,
  body.page-node-type-pac-homepage .mega-menu__search--mob form button,
  body.page-node-type-pac-page .mega-menu__search--mob form button {
    border: none;
    color: white;
    background-color: #3500d7;
    cursor: pointer;
    line-height: 1.22;
    padding: 14px 26px 15px 26px;
    font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-flex;
    font-size: 16px;
    min-width: 10.625rem;
    border-radius: 25px;
    text-decoration: none !important;
    justify-content: center;
    white-space: nowrap;
    margin: 0;
    letter-spacing: normal;
    width: auto;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    z-index: 2;
    padding: 0.6875rem 2.375rem 0.75rem 2.375rem;
    border: 2px solid #3500d7;
    color: white !important; }
    body.path-pac .mega-menu__search--mob form button:hover,
    body.page-node-type-pac-homepage .mega-menu__search--mob form button:hover,
    body.page-node-type-pac-page .mega-menu__search--mob form button:hover {
      background-color: white !important;
      color: #3500d7 !important; }
    body.path-pac .mega-menu__search--mob form button::before, body.path-pac .mega-menu__search--mob form button::after,
    body.page-node-type-pac-homepage .mega-menu__search--mob form button::before,
    body.page-node-type-pac-homepage .mega-menu__search--mob form button::after,
    body.page-node-type-pac-page .mega-menu__search--mob form button::before,
    body.page-node-type-pac-page .mega-menu__search--mob form button::after {
      display: none; } }
body.path-pac .mega-menu__bg.phive-menu .mega-menu__search form input[type="text"]:focus,
body.page-node-type-pac-homepage .mega-menu__bg.phive-menu .mega-menu__search form input[type="text"]:focus,
body.page-node-type-pac-page .mega-menu__bg.phive-menu .mega-menu__search form input[type="text"]:focus {
  background: white url("../images/loupe-active-blue.svg") no-repeat 16px center; }
body.path-pac .mega-menu__bg.phive-menu .mega-menu__search form button,
body.page-node-type-pac-homepage .mega-menu__bg.phive-menu .mega-menu__search form button,
body.page-node-type-pac-page .mega-menu__bg.phive-menu .mega-menu__search form button {
  border: none;
  color: white;
  background-color: #3500d7;
  cursor: pointer;
  line-height: 1.22;
  padding: 14px 26px 15px 26px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-flex;
  font-size: 16px;
  min-width: 10.625rem;
  border-radius: 25px;
  text-decoration: none !important;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: normal;
  width: auto;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  z-index: 2;
  padding: 0.6875rem 2.375rem 0.75rem 2.375rem;
  border: 2px solid #3500d7;
  color: white !important; }
  body.path-pac .mega-menu__bg.phive-menu .mega-menu__search form button:hover,
  body.page-node-type-pac-homepage .mega-menu__bg.phive-menu .mega-menu__search form button:hover,
  body.page-node-type-pac-page .mega-menu__bg.phive-menu .mega-menu__search form button:hover {
    background-color: white !important;
    color: #3500d7 !important; }
  body.path-pac .mega-menu__bg.phive-menu .mega-menu__search form button::before, body.path-pac .mega-menu__bg.phive-menu .mega-menu__search form button::after,
  body.page-node-type-pac-homepage .mega-menu__bg.phive-menu .mega-menu__search form button::before,
  body.page-node-type-pac-homepage .mega-menu__bg.phive-menu .mega-menu__search form button::after,
  body.page-node-type-pac-page .mega-menu__bg.phive-menu .mega-menu__search form button::before,
  body.page-node-type-pac-page .mega-menu__bg.phive-menu .mega-menu__search form button::after {
    display: none; }
body.path-pac .mega-menu__bg.phive-menu .mega-menu__nav > li > a:after,
body.page-node-type-pac-homepage .mega-menu__bg.phive-menu .mega-menu__nav > li > a:after,
body.page-node-type-pac-page .mega-menu__bg.phive-menu .mega-menu__nav > li > a:after {
  background-color: #3500d7; }
body.path-pac .mega-menu__bg.phive-menu .mega-menu__white > ul > li > a:hover,
body.page-node-type-pac-homepage .mega-menu__bg.phive-menu .mega-menu__white > ul > li > a:hover,
body.page-node-type-pac-page .mega-menu__bg.phive-menu .mega-menu__white > ul > li > a:hover {
  color: #3500d7 !important; }
body.path-pac .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 > .dropdown-chevron.is-open svg path,
body.page-node-type-pac-homepage .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 > .dropdown-chevron.is-open svg path,
body.page-node-type-pac-page .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 > .dropdown-chevron.is-open svg path {
  stroke: #3500d7; }
body.path-pac .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 ul li a:hover,
body.page-node-type-pac-homepage .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 ul li a:hover,
body.page-node-type-pac-page .mega-menu__bg.phive-menu .mega-menu__white > ul > li.dropdown-level-2 ul li a:hover {
  text-decoration-color: #3500d7;
  color: #3500d7 !important; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.block-downloads__item {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1rem;
  margin-bottom: 0.5rem; }
  .block-downloads__item-title {
    line-height: normal;
    font-size: 1.125rem;
    color: #002b49;
    font-weight: bold; }
  .block-downloads__item-link {
    display: flex;
    align-items: center;
    align-self: flex-start;
    margin-left: 1.25rem;
    font-size: 1.125rem;
    color: #002b49 !important;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.3s ease; }
    .block-downloads__item-link:hover {
      text-decoration-color: #002b49; }
    .block-downloads__item-link svg {
      margin-right: 1rem; }

body.path-pac .block-downloads__title,
body.page-node-type-pac-homepage .block-downloads__title,
body.page-node-type-pac-page .block-downloads__title {
  color: #3500d7 !important; }
body.path-pac .block-downloads__item-link,
body.page-node-type-pac-homepage .block-downloads__item-link,
body.page-node-type-pac-page .block-downloads__item-link {
  color: #3500d7 !important; }
  body.path-pac .block-downloads__item-link:hover,
  body.page-node-type-pac-homepage .block-downloads__item-link:hover,
  body.page-node-type-pac-page .block-downloads__item-link:hover {
    text-decoration-color: #3500d7; }
  body.path-pac .block-downloads__item-link svg *,
  body.page-node-type-pac-homepage .block-downloads__item-link svg *,
  body.page-node-type-pac-page .block-downloads__item-link svg * {
    fill: #3500d7; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.paragraph-4-banner__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #f9f9f9;
  display: flex; }
  @media (min-width: 1278px) {
    .paragraph-4-banner__wrapper {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .paragraph-4-banner__wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    display: block !important; }
  .paragraph-4-banner__wrapper::-webkit-scrollbar:horizontal {
    height: 6px; }
    @media (min-width: 1278px) {
      .paragraph-4-banner__wrapper::-webkit-scrollbar:horizontal {
        height: 10px; } }
  .paragraph-4-banner__wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #c8102e 0%, #c8102e 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 20px; }
    @media (min-width: 1278px) {
      .paragraph-4-banner__wrapper::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #c8102e 0%, #c8102e 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); } }
  .paragraph-4-banner__wrapper::-webkit-scrollbar-track {
    background-color: transparent;
    display: block !important; }
.paragraph-4-banner__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -3; }
  .paragraph-4-banner__image * {
    width: 100%;
    height: 100%; }
  .paragraph-4-banner__image img {
    object-fit: cover;
    object-position: center; }
.paragraph-4-banner__content {
  display: flex;
  flex-grow: 1;
  z-index: 1;
  margin: auto;
  position: relative; }
  .paragraph-4-banner__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
    pointer-events: none; }
  .paragraph-4-banner__content .contextual {
    display: none; }
  .paragraph-4-banner__content .banner-item {
    width: 25%;
    min-width: 21.875rem;
    aspect-ratio: 20 / 21;
    position: relative; }
    .paragraph-4-banner__content .banner-item:not(:last-of-type) {
      border-right: 1px solid white; }
    .paragraph-4-banner__content .banner-item:hover + .banner-item-image-hover {
      opacity: 1; }
    .paragraph-4-banner__content .banner-item:hover .banner-item-info .field--name-field-body > p {
      opacity: 1;
      transform: translateY(0); }
    .paragraph-4-banner__content .banner-item-link, .paragraph-4-banner__content .banner-item-image-hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .paragraph-4-banner__content .banner-item-link *, .paragraph-4-banner__content .banner-item-image-hover * {
        width: 100%;
        height: 100%; }
      .paragraph-4-banner__content .banner-item-link img, .paragraph-4-banner__content .banner-item-image-hover img {
        object-fit: cover;
        object-position: center; }
    .paragraph-4-banner__content .banner-item-link {
      z-index: 2; }
      .paragraph-4-banner__content .banner-item-link > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .paragraph-4-banner__content .banner-item-image-hover {
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
      z-index: -2; }
    .paragraph-4-banner__content .banner-item-info {
      padding: 0 1rem;
      position: absolute;
      height: 8.5rem;
      bottom: 0;
      left: 0; }
      @media (min-width: 1600px) {
        .paragraph-4-banner__content .banner-item-info {
          padding: 0 3.125rem; } }
      .paragraph-4-banner__content .banner-item-info > h4,
      .paragraph-4-banner__content .banner-item-info > .field--name-field-body > p {
        color: white !important;
        margin-bottom: 4px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        /* autoprefixer: off */ }
      .paragraph-4-banner__content .banner-item-info .field--name-field-body > p {
        margin-bottom: 0;
        line-height: 25px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        /* autoprefixer: off */
        overflow: hidden;
        text-overflow: ellipsis;
        opacity: 0;
        transform: translateY(-8px);
        transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s; }

body.path-pac .paragraph-4-banner__wrapper::-webkit-scrollbar-thumb,
body.page-node-type-pac-homepage .paragraph-4-banner__wrapper::-webkit-scrollbar-thumb,
body.page-node-type-pac-page .paragraph-4-banner__wrapper::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3500d7 0%, #3500d7 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%); }
  @media (min-width: 1278px) {
    body.path-pac .paragraph-4-banner__wrapper::-webkit-scrollbar-thumb,
    body.page-node-type-pac-homepage .paragraph-4-banner__wrapper::-webkit-scrollbar-thumb,
    body.page-node-type-pac-page .paragraph-4-banner__wrapper::-webkit-scrollbar-thumb {
      background: linear-gradient(180deg, #3500d7 0%, #3500d7 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); } }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.paragraph-table__wrapper {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem; }
  @media (min-width: 1278px) {
    .paragraph-table__wrapper {
      margin-top: 5rem;
      margin-bottom: 5rem; } }
  .paragraph-table__wrapper .field--name-field-table {
    max-width: 100%; }
  .paragraph-table__wrapper .tablefield-wrapper {
    overflow-x: auto !important;
    scrollbar-width: thin; }
    .paragraph-table__wrapper .tablefield-wrapper::-webkit-scrollbar-track {
      background-color: #f9f9f9;
      border-radius: 8px; }
    .paragraph-table__wrapper .tablefield-wrapper::-webkit-scrollbar {
      height: 0.75rem; }
    .paragraph-table__wrapper .tablefield-wrapper::-webkit-scrollbar-thumb {
      background-color: #002b49;
      border-radius: 8px; }
  .paragraph-table__wrapper table caption {
    color: #002b49;
    font-family: parramatta-bold, DidotLT-Roman, Georgia, Times New Roman, Times, serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.3;
    width: auto;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 2.25rem ;
    max-width: calc(100vw - 48px);
    text-align: left;
    padding: 0;
    margin-bottom: 1.25rem;
    position: sticky;
    left: 0; }
    @media screen and (max-width: 90rem) {
      .paragraph-table__wrapper table caption {
        font-size: calc( 1.9998rem + 0.2502 * ( (100vw - 30rem) / 60 ) ) ; } }
    @media screen and (max-width: 30rem) {
      .paragraph-table__wrapper table caption {
        font-size: 1.9998rem ; } }
    @media (min-width: 1278px) {
      .paragraph-table__wrapper table caption {
        line-height: 1.2; } }
    @media (min-width: 850px) {
      .paragraph-table__wrapper table caption {
        max-width: 50rem; } }
  .paragraph-table__wrapper table thead,
  .paragraph-table__wrapper table tbody {
    border: 0; }
  .paragraph-table__wrapper table tr {
    border: 0; }
    .paragraph-table__wrapper table tr.even {
      background-color: #f9f9f9; }
    .paragraph-table__wrapper table tr.odd:hover {
      background-color: white; }
    .paragraph-table__wrapper table tr th,
    .paragraph-table__wrapper table tr td {
      border: 0;
      width: 12.375rem;
      min-width: 12.375rem;
      padding: 1rem 1.5rem 1rem 0;
      font-size: 1.125rem;
      line-height: 1.5;
      color: #002b49; }
      .paragraph-table__wrapper table tr th.col_0,
      .paragraph-table__wrapper table tr td.col_0 {
        padding: 1rem 1rem 1rem 2rem;
        min-width: 13.75rem;
        width: 13.75rem; }
    .paragraph-table__wrapper table tr th {
      background-color: #002b49;
      color: white;
      font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif;
      font-weight: bold; }

body.path-pac table img,
body.page-node-type-pac-homepage table img,
body.page-node-type-pac-page table img {
  max-width: initial; }
body.path-pac .paragraph-table__wrapper .tablefield-wrapper::-webkit-scrollbar-thumb,
body.page-node-type-pac-homepage .paragraph-table__wrapper .tablefield-wrapper::-webkit-scrollbar-thumb,
body.page-node-type-pac-page .paragraph-table__wrapper .tablefield-wrapper::-webkit-scrollbar-thumb {
  background-color: #00fbfe; }
body.path-pac .paragraph-table__wrapper table tr th,
body.path-pac .paragraph-table__wrapper table tr td,
body.page-node-type-pac-homepage .paragraph-table__wrapper table tr th,
body.page-node-type-pac-homepage .paragraph-table__wrapper table tr td,
body.page-node-type-pac-page .paragraph-table__wrapper table tr th,
body.page-node-type-pac-page .paragraph-table__wrapper table tr td {
  color: #3500d7; }
body.path-pac .paragraph-table__wrapper table tr th,
body.page-node-type-pac-homepage .paragraph-table__wrapper table tr th,
body.page-node-type-pac-page .paragraph-table__wrapper table tr th {
  background-color: #00fbfe;
  color: #3500d7; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.phive-menu-links__wrapper {
  background-color: #f9f9f9; }
@media (max-width: 1277px) {
  .phive-menu-links__content {
    height: 3.75rem;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    padding: 1rem 1.25rem 1.0625rem 1.25rem !important;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    .phive-menu-links__content::before {
      content: "Go to..";
      color: #4a4949; }
    .phive-menu-links__content::after {
      content: "";
      position: absolute;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 7px solid #ff7e00;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      transition: transform 0.3s ease; }
    .phive-menu-links__content.is-open::after {
      transform: translateY(-50%) rotate(180deg); } }
@media (max-width: 1277px) {
  .phive-menu-links__content ul {
    display: none;
    background: #f9f9f9;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #d4d4d4; }
    .phive-menu-links__content ul li:nth-child(even) a {
      background-color: white; } }
@media (min-width: 1278px) {
  .phive-menu-links__content ul {
    display: flex;
    max-width: 100%;
    overflow-x: scroll; }
    .phive-menu-links__content ul::-webkit-scrollbar {
      -webkit-appearance: none; }
    .phive-menu-links__content ul::-webkit-scrollbar:horizontal {
      height: 4px; }
    .phive-menu-links__content ul::-webkit-scrollbar-thumb {
      background: #d4d4d4;
      border-radius: 10px; }
    .phive-menu-links__content ul::-webkit-scrollbar-track {
      background-color: transparent; }
    .phive-menu-links__content ul li:not(:last-of-type) {
      margin-right: 6rem; }
    .phive-menu-links__content ul li:first-of-type a {
      padding-left: 0; } }
.phive-menu-links__content ul li a {
  display: block;
  color: #4a4949;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  padding: 0.75rem 1.25rem;
  transition: color 0.3s ease;
  white-space: nowrap; }
  @media (min-width: 1278px) {
    .phive-menu-links__content ul li a {
      padding: 1rem 0.5rem; } }
  .phive-menu-links__content ul li a:hover {
    color: #ff7e00; }

@media (max-width: 1277px) {
  body.path-pac .phive-menu-links__content::after,
  body.page-node-type-pac-homepage .phive-menu-links__content::after,
  body.page-node-type-pac-page .phive-menu-links__content::after {
    border-top: 7px solid #3500d7; }
  body.path-pac .phive-menu-links__content::before,
  body.page-node-type-pac-homepage .phive-menu-links__content::before,
  body.page-node-type-pac-page .phive-menu-links__content::before {
    color: #3500d7; } }
body.path-pac .phive-menu-links__content li a,
body.page-node-type-pac-homepage .phive-menu-links__content li a,
body.page-node-type-pac-page .phive-menu-links__content li a {
  color: #3500d7; }
  body.path-pac .phive-menu-links__content li a:hover,
  body.page-node-type-pac-homepage .phive-menu-links__content li a:hover,
  body.page-node-type-pac-page .phive-menu-links__content li a:hover {
    color: #3500d7; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.related-content__wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f9f9f9; }
.related-content__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem; }
  .related-content__header a {
    border: none;
    color: #002b49;
    background-color: white;
    cursor: pointer;
    line-height: 1.22;
    padding: 14px 26px 15px 26px;
    font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-flex;
    font-size: 16px;
    min-width: 10.625rem;
    border-radius: 25px;
    text-decoration: none !important;
    justify-content: center;
    white-space: nowrap;
    margin: 0;
    letter-spacing: normal;
    width: auto;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
    color: white !important;
    background: transparent;
    margin-bottom: 1rem; }
    .related-content__header a::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(99deg, #c8102e, #ff7e00);
      z-index: -1;
      transition: opacity 0.25s linear;
      opacity: 1; }
    .related-content__header a::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
      z-index: -2; }
    .related-content__header a:hover {
      color: white;
      border-color: transparent; }
      .related-content__header a:hover::before {
        opacity: 0; }
.related-content__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
.related-content__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .related-content__card {
      width: calc((100% - 32px) / 2);
      margin-bottom: 2rem; } }
  @media (min-width: 1278px) {
    .related-content__card {
      width: calc((100% - 32px * 2) / 3);
      margin-bottom: 0; }
      .related-content__card:nth-of-type(2):last-of-type {
        margin-right: auto;
        margin-left: 2rem; } }
  .related-content__card:hover .related-content__card-image img {
    transform: scale(1.05); }
  .related-content__card-link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .related-content__card-image {
    aspect-ratio: 383 / 160;
    overflow: hidden; }
    .related-content__card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: transform 0.3s ease; }
  .related-content__card-info {
    background-color: white;
    padding: 1rem 1rem 1.625rem 1rem;
    flex-grow: 1; }
  .related-content__card-title {
    font-size: 1.375rem;
    line-height: 1.2;
    font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif;
    margin-bottom: 0.5rem; }
  .related-content__card-body {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden; }

body.path-pac .related-content__header a,
body.page-node-type-pac-homepage .related-content__header a,
body.page-node-type-pac-page .related-content__header a {
  border: none;
  color: white;
  background-color: #3500d7;
  cursor: pointer;
  line-height: 1.22;
  padding: 14px 26px 15px 26px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-flex;
  font-size: 16px;
  min-width: 10.625rem;
  border-radius: 25px;
  text-decoration: none !important;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: normal;
  width: auto;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  z-index: 2;
  padding: 0.6875rem 2.375rem 0.75rem 2.375rem;
  border: 2px solid #3500d7;
  color: white !important; }
  body.path-pac .related-content__header a:hover,
  body.page-node-type-pac-homepage .related-content__header a:hover,
  body.page-node-type-pac-page .related-content__header a:hover {
    background-color: white !important;
    color: #3500d7 !important; }
  body.path-pac .related-content__header a::before, body.path-pac .related-content__header a::after,
  body.page-node-type-pac-homepage .related-content__header a::before,
  body.page-node-type-pac-homepage .related-content__header a::after,
  body.page-node-type-pac-page .related-content__header a::before,
  body.page-node-type-pac-page .related-content__header a::after {
    display: none; }
body.path-pac .related-content__card-title,
body.page-node-type-pac-homepage .related-content__card-title,
body.page-node-type-pac-page .related-content__card-title {
  color: #3500d7; }
body.path-pac .related-content__card-body p,
body.page-node-type-pac-homepage .related-content__card-body p,
body.page-node-type-pac-page .related-content__card-body p {
  margin-bottom: 0; }
  body.path-pac .related-content__card-body p ~ p,
  body.page-node-type-pac-homepage .related-content__card-body p ~ p,
  body.page-node-type-pac-page .related-content__card-body p ~ p {
    display: none; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.image-left-right__wrapper {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem; }
  @media (min-width: 1278px) {
    .image-left-right__wrapper {
      margin-top: 5rem;
      margin-bottom: 5rem; } }
@media (min-width: 1278px) {
  .image-left-right__content {
    display: flex !important; }
    .image-left-right__content.right {
      flex-direction: row-reverse; }
      .image-left-right__content.right .image-left-right__info {
        padding: 2rem 2rem 2rem 0; }
        .image-left-right__content.right .image-left-right__info::after {
          right: 100%;
          left: auto; } }
@media (max-width: 1277px) {
  .image-left-right__content {
    padding: 0 !important; } }
.image-left-right__image {
  width: 100%; }
  .image-left-right__image img {
    width: 100%; }
  @media (min-width: 1278px) {
    .image-left-right__image {
      width: 55%; } }
.image-left-right__info {
  padding: 2.375rem 1.25rem;
  background-color: #002b49;
  position: relative; }
  @media (min-width: 1278px) {
    .image-left-right__info {
      width: 45%;
      padding: 2rem 1.5rem 2rem 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .image-left-right__info::after {
        content: "";
        background: inherit;
        height: 100%;
        position: absolute;
        left: 100%;
        width: calc((100vw - 1250px) / 2 + 60px); } }
.image-left-right__title {
  color: white !important;
  margin-bottom: 1.25rem !important; }
.image-left-right__body {
  color: white; }
  .image-left-right__body p {
    color: white; }
    .image-left-right__body p:last-of-type {
      margin-bottom: 1.25rem; }
  .image-left-right__body li {
    color: white !important; }
.image-left-right__link a {
  font-size: 1rem;
  text-decoration: none;
  font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: white;
  letter-spacing: 1.2px;
  line-height: 1.5;
  position: relative;
  transition: color 0.3s ease; }
  .image-left-right__link a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ff7e00;
    transform: translate(6px, 8px);
    transition: transform 0.3s ease; }
  .image-left-right__link a:hover {
    color: #ff7e00; }
    .image-left-right__link a:hover::after {
      transform: translate(9px, 8px); }

body.path-pac .image-left-right__info,
body.page-node-type-pac-homepage .image-left-right__info,
body.page-node-type-pac-page .image-left-right__info {
  background-color: #00fbfe; }
body.path-pac .image-left-right__title,
body.page-node-type-pac-homepage .image-left-right__title,
body.page-node-type-pac-page .image-left-right__title {
  color: #3500d7 !important; }
body.path-pac .image-left-right__body,
body.page-node-type-pac-homepage .image-left-right__body,
body.page-node-type-pac-page .image-left-right__body {
  color: #3500d7; }
  body.path-pac .image-left-right__body p,
  body.page-node-type-pac-homepage .image-left-right__body p,
  body.page-node-type-pac-page .image-left-right__body p {
    color: #3500d7; }
  body.path-pac .image-left-right__body li,
  body.page-node-type-pac-homepage .image-left-right__body li,
  body.page-node-type-pac-page .image-left-right__body li {
    color: #3500d7 !important; }
body.path-pac .image-left-right__link a,
body.page-node-type-pac-homepage .image-left-right__link a,
body.page-node-type-pac-page .image-left-right__link a {
  color: #3500d7; }
  body.path-pac .image-left-right__link a::after,
  body.page-node-type-pac-homepage .image-left-right__link a::after,
  body.page-node-type-pac-page .image-left-right__link a::after {
    border-left: 10px solid #3500d7; }
  body.path-pac .image-left-right__link a:hover,
  body.page-node-type-pac-homepage .image-left-right__link a:hover,
  body.page-node-type-pac-page .image-left-right__link a:hover {
    color: #3500d7; }
body.path-pac .image-left-right__content.dark-blue .image-left-right__info,
body.page-node-type-pac-homepage .image-left-right__content.dark-blue .image-left-right__info,
body.page-node-type-pac-page .image-left-right__content.dark-blue .image-left-right__info {
  background-color: #3500d7; }
body.path-pac .image-left-right__content.dark-blue .image-left-right__title,
body.page-node-type-pac-homepage .image-left-right__content.dark-blue .image-left-right__title,
body.page-node-type-pac-page .image-left-right__content.dark-blue .image-left-right__title {
  color: white !important; }
body.path-pac .image-left-right__content.dark-blue .image-left-right__info,
body.page-node-type-pac-homepage .image-left-right__content.dark-blue .image-left-right__info,
body.page-node-type-pac-page .image-left-right__content.dark-blue .image-left-right__info {
  color: white; }
  body.path-pac .image-left-right__content.dark-blue .image-left-right__info p,
  body.page-node-type-pac-homepage .image-left-right__content.dark-blue .image-left-right__info p,
  body.page-node-type-pac-page .image-left-right__content.dark-blue .image-left-right__info p {
    color: white; }
  body.path-pac .image-left-right__content.dark-blue .image-left-right__info li,
  body.page-node-type-pac-homepage .image-left-right__content.dark-blue .image-left-right__info li,
  body.page-node-type-pac-page .image-left-right__content.dark-blue .image-left-right__info li {
    color: white !important; }
body.path-pac .image-left-right__content.dark-blue .image-left-right__link a,
body.page-node-type-pac-homepage .image-left-right__content.dark-blue .image-left-right__link a,
body.page-node-type-pac-page .image-left-right__content.dark-blue .image-left-right__link a {
  color: white; }
  body.path-pac .image-left-right__content.dark-blue .image-left-right__link a::after,
  body.page-node-type-pac-homepage .image-left-right__content.dark-blue .image-left-right__link a::after,
  body.page-node-type-pac-page .image-left-right__content.dark-blue .image-left-right__link a::after {
    border-left: 10px solid white; }
  body.path-pac .image-left-right__content.dark-blue .image-left-right__link a:hover,
  body.page-node-type-pac-homepage .image-left-right__content.dark-blue .image-left-right__link a:hover,
  body.page-node-type-pac-page .image-left-right__content.dark-blue .image-left-right__link a:hover {
    color: white; }
body.path-pac .image-left-right__content.no-background .image-left-right__info,
body.page-node-type-pac-homepage .image-left-right__content.no-background .image-left-right__info,
body.page-node-type-pac-page .image-left-right__content.no-background .image-left-right__info {
  background-color: white; }
body.path-pac .image-left-right__content.no-background .image-left-right__title,
body.page-node-type-pac-homepage .image-left-right__content.no-background .image-left-right__title,
body.page-node-type-pac-page .image-left-right__content.no-background .image-left-right__title {
  color: #3500d7 !important; }
body.path-pac .image-left-right__content.no-background .image-left-right__info,
body.page-node-type-pac-homepage .image-left-right__content.no-background .image-left-right__info,
body.page-node-type-pac-page .image-left-right__content.no-background .image-left-right__info {
  color: #3500d7; }
  body.path-pac .image-left-right__content.no-background .image-left-right__info p,
  body.page-node-type-pac-homepage .image-left-right__content.no-background .image-left-right__info p,
  body.page-node-type-pac-page .image-left-right__content.no-background .image-left-right__info p {
    color: #3500d7; }
  body.path-pac .image-left-right__content.no-background .image-left-right__info li,
  body.page-node-type-pac-homepage .image-left-right__content.no-background .image-left-right__info li,
  body.page-node-type-pac-page .image-left-right__content.no-background .image-left-right__info li {
    color: #3500d7 !important; }
body.path-pac .image-left-right__content.no-background .image-left-right__link a,
body.page-node-type-pac-homepage .image-left-right__content.no-background .image-left-right__link a,
body.page-node-type-pac-page .image-left-right__content.no-background .image-left-right__link a {
  color: #3500d7; }
  body.path-pac .image-left-right__content.no-background .image-left-right__link a::after,
  body.page-node-type-pac-homepage .image-left-right__content.no-background .image-left-right__link a::after,
  body.page-node-type-pac-page .image-left-right__content.no-background .image-left-right__link a::after {
    border-left: 10px solid #3500d7; }
  body.path-pac .image-left-right__content.no-background .image-left-right__link a:hover,
  body.page-node-type-pac-homepage .image-left-right__content.no-background .image-left-right__link a:hover,
  body.page-node-type-pac-page .image-left-right__content.no-background .image-left-right__link a:hover {
    color: #3500d7; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.block-webform {
  max-width: 50rem;
  width: 100%;
  position: relative; }
  .block-webform__content > div.row, .block-webform__content > div.block-entity-fieldnodebody, .block-webform__content > div.paragraph--type--cta {
    background-color: #002b49;
    padding: 3.75rem 2rem;
    align-items: center;
    justify-content: center; }
  @media (max-width: 1277px) {
    .block-webform__content {
      padding: 0 !important; } }
  .block-webform__title {
    color: white !important;
    margin-bottom: 2rem !important; }
  .block-webform form {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap; }
    .block-webform form > div:not(.form-item) {
      width: 100%; }
    .block-webform form .webform-confirmation {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: #002b49; }
      .block-webform form .webform-confirmation .webform-confirmation__message {
        margin-top: 0;
        text-align: center;
        background: url("../images/star.svg") no-repeat center bottom;
        padding-bottom: 3rem; }
        .block-webform form .webform-confirmation .webform-confirmation__message * {
          color: white; }
      .block-webform form .webform-confirmation .webform-confirmation__back a {
        color: white;
        text-decoration: underline; }
    .block-webform form > .form-item {
      width: 100%;
      margin: 0 0.625rem 1.25rem 0.625rem; }
    .block-webform form .fieldgroup .panel-body {
      margin: 0 -10px;
      display: flex;
      flex-wrap: wrap; }
    .block-webform form .form-item {
      width: 100%;
      margin: 0 0.625rem 1.25rem 0.625rem; }
      .block-webform form .form-item .panel-heading {
        color: white;
        font-size: 1.125rem;
        line-height: 1.6875rem; }
        .block-webform form .form-item .panel-heading .panel-title.form-required::before {
          display: none; }
        .block-webform form .form-item .panel-heading .panel-title.form-required::after {
          content: "*";
          color: #ff7e00; }
      .block-webform form .form-item .webform-element-description {
        display: none; }
      .block-webform form .form-item label {
        color: white;
        font-size: 1.125rem;
        line-height: 1.6875rem;
        margin-bottom: 4px; }
      .block-webform form .form-item input[type="tel"],
      .block-webform form .form-item input[type="email"],
      .block-webform form .form-item input[type="text"],
      .block-webform form .form-item input[type="date"],
      .block-webform form .form-item textarea {
        border: 0;
        padding: 0.875rem 1rem;
        color: #4a4949;
        font-size: 1.125rem;
        line-height: 1.6875rem;
        margin-bottom: 0; }
        .block-webform form .form-item input[type="tel"]:focus,
        .block-webform form .form-item input[type="email"]:focus,
        .block-webform form .form-item input[type="text"]:focus,
        .block-webform form .form-item input[type="date"]:focus,
        .block-webform form .form-item textarea:focus {
          box-shadow: none; }
      .block-webform form .form-item input[type="tel"],
      .block-webform form .form-item input[type="email"],
      .block-webform form .form-item input[type="text"],
      .block-webform form .form-item input[type="date"] {
        height: 3.5rem; }
      .block-webform form .form-item.form-type-tel, .block-webform form .form-item.form-type-email, .block-webform form .form-item.form-type-textfield, .block-webform form .form-item.form-type-date, .block-webform form .form-item.js-form-type-select {
        width: 100%; }
        @media (min-width: 1278px) {
          .block-webform form .form-item.form-type-tel, .block-webform form .form-item.form-type-email, .block-webform form .form-item.form-type-textfield, .block-webform form .form-item.form-type-date, .block-webform form .form-item.js-form-type-select {
            width: calc(50% - 20px); } }
      .block-webform form .form-item.form-type-textarea {
        display: block !important; }
      .block-webform form .form-item.form-type-tel, .block-webform form .form-item.form-type-email, .block-webform form .form-item.form-type-textfield, .block-webform form .form-item.form-type-date, .block-webform form .form-item.form-type-textarea {
        position: relative; }
        .block-webform form .form-item.form-type-tel label, .block-webform form .form-item.form-type-email label, .block-webform form .form-item.form-type-textfield label, .block-webform form .form-item.form-type-date label, .block-webform form .form-item.form-type-textarea label {
          color: #fff;
          cursor: text; }
          .block-webform form .form-item.form-type-tel label.form-required::before, .block-webform form .form-item.form-type-email label.form-required::before, .block-webform form .form-item.form-type-textfield label.form-required::before, .block-webform form .form-item.form-type-date label.form-required::before, .block-webform form .form-item.form-type-textarea label.form-required::before {
            display: none; }
          .block-webform form .form-item.form-type-tel label.form-required::after, .block-webform form .form-item.form-type-email label.form-required::after, .block-webform form .form-item.form-type-textfield label.form-required::after, .block-webform form .form-item.form-type-date label.form-required::after, .block-webform form .form-item.form-type-textarea label.form-required::after {
            content: "*";
            color: #ff7e00; }
        .block-webform form .form-item.form-type-tel.filled label, .block-webform form .form-item.form-type-email.filled label, .block-webform form .form-item.form-type-textfield.filled label, .block-webform form .form-item.form-type-date.filled label, .block-webform form .form-item.form-type-textarea.filled label {
          opacity: 0; }
      .block-webform form .form-item.form-type-select label {
        display: none; }
      .block-webform form .form-item.form-type-select .select2 {
        height: 3.5rem;
        border: 0;
        color: #4a4949;
        font-size: 1.125rem;
        line-height: 1.6875rem; }
        .block-webform form .form-item.form-type-select .select2 .selection {
          display: block;
          height: 100%; }
          .block-webform form .form-item.form-type-select .select2 .selection .select2-selection {
            border-radius: 0;
            height: 100%;
            padding: 0.875rem 1rem; }
          .block-webform form .form-item.form-type-select .select2 .selection .select2-selection__rendered {
            padding-left: 0;
            font-size: 1.125rem;
            line-height: 1.6875rem; }
          .block-webform form .form-item.form-type-select .select2 .selection .select2-selection__arrow {
            top: 50%;
            transform: translateY(-50%);
            right: 8px; }
            .block-webform form .form-item.form-type-select .select2 .selection .select2-selection__arrow::after {
              display: none; }
            .block-webform form .form-item.form-type-select .select2 .selection .select2-selection__arrow b {
              border-color: #ff7e00 transparent transparent transparent;
              border-width: 8px 5px 0 5px;
              transition: transform 0.3s ease; }
        .block-webform form .form-item.form-type-select .select2.select2-container--open .select2-selection__arrow {
          transform: translateY(-50%) rotate(180deg); }
      .block-webform form .form-item.webform-type-radios legend,
      .block-webform form .form-item.webform-type-radios legend span {
        color: white;
        font-size: 1.125rem;
        line-height: 1.6875rem; }
      .block-webform form .form-item.webform-type-radios legend span.form-required::before {
        display: none; }
      .block-webform form .form-item.webform-type-radios legend span.form-required::after {
        content: "*";
        color: #ff7e00; }
      .block-webform form .form-item.webform-type-radios .js-webform-radios {
        display: flex;
        flex-wrap: wrap; }
      .block-webform form .form-item.webform-type-radios .form-type-radio {
        margin-bottom: 0.75rem;
        margin-right: 2.5rem; }
      .block-webform form .form-item.webform-type-radios label.control-label {
        display: flex;
        align-items: center;
        font-size: 1rem;
        line-height: 1.5rem;
        cursor: pointer; }
      .block-webform form .form-item.webform-type-radios input[type="radio"] {
        /* Add if not using autoprefixer */
        -webkit-appearance: none;
        /* Remove most all native input styles */
        appearance: none;
        /* For iOS < 15 */
        background-color: #002b49;
        /* Not removed via appearance */
        margin: 0;
        font: inherit;
        color: currentColor;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid currentColor;
        border-radius: 50%;
        transform: translateY(-1px);
        display: grid;
        place-content: center;
        margin-right: 0.75rem;
        margin-top: 0.1875rem; }
      .block-webform form .form-item.webform-type-radios input[type="radio"]::before {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em #ff7e00; }
      .block-webform form .form-item.webform-type-radios input[type="radio"]:checked::before {
        transform: scale(1); }
    .block-webform form .form-actions {
      margin: 0 0.625rem; }
      .block-webform form .form-actions button {
        border: none;
        color: #002b49;
        background-color: white;
        cursor: pointer;
        line-height: 1.22;
        padding: 14px 26px 15px 26px;
        font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
        font-weight: bold;
        display: inline-flex;
        font-size: 16px;
        min-width: 10.625rem;
        border-radius: 25px;
        text-decoration: none !important;
        justify-content: center;
        white-space: nowrap;
        margin: 0;
        letter-spacing: normal;
        width: auto;
        transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
        position: relative;
        overflow: hidden;
        z-index: 2;
        color: white !important;
        background: transparent; }
        .block-webform form .form-actions button::before {
          position: absolute;
          content: "";
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: linear-gradient(99deg, #c8102e, #ff7e00);
          z-index: -1;
          transition: opacity 0.25s linear;
          opacity: 1; }
        .block-webform form .form-actions button::after {
          position: absolute;
          content: "";
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
          z-index: -2; }
        .block-webform form .form-actions button:hover {
          color: white;
          border-color: transparent; }
          .block-webform form .form-actions button:hover::before {
            opacity: 0; }
        .block-webform form .form-actions button svg,
        .block-webform form .form-actions button span {
          display: none; }

.page-node-type-phive-page .select2-dropdown .select2-search--dropdown {
  display: none; }
.page-node-type-phive-page .select2-dropdown .select2-results .select2-results__option {
  padding: 0.6875rem 1rem;
  background-color: white;
  color: #4a4949; }
  .page-node-type-phive-page .select2-dropdown .select2-results .select2-results__option:hover {
    color: #4a4949 !important;
    background-color: white; }
  .page-node-type-phive-page .select2-dropdown .select2-results .select2-results__option:nth-of-type(odd) {
    background-color: #4a4949 !important;
    color: white !important; }
    .page-node-type-phive-page .select2-dropdown .select2-results .select2-results__option:nth-of-type(odd):hover {
      color: white !important;
      background-color: #4a4949; }

body.path-pac .block-webform,
body.page-node-type-pac-homepage .block-webform,
body.page-node-type-pac-page .block-webform {
  max-width: 100%;
  width: 100%;
  position: relative; }
  body.path-pac .block-webform__wrapper,
  body.page-node-type-pac-homepage .block-webform__wrapper,
  body.page-node-type-pac-page .block-webform__wrapper {
    background-color: #00fbfe; }
  body.path-pac .block-webform__content > div.row, body.path-pac .block-webform__content > div.block-entity-fieldnodebody, body.path-pac .block-webform__content > div.paragraph--type--cta,
  body.page-node-type-pac-homepage .block-webform__content > div.row,
  body.page-node-type-pac-homepage .block-webform__content > div.block-entity-fieldnodebody,
  body.page-node-type-pac-homepage .block-webform__content > div.paragraph--type--cta,
  body.page-node-type-pac-page .block-webform__content > div.row,
  body.page-node-type-pac-page .block-webform__content > div.block-entity-fieldnodebody,
  body.page-node-type-pac-page .block-webform__content > div.paragraph--type--cta {
    background-color: #00fbfe;
    padding: 3.75rem 2rem;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1277px) {
      body.path-pac .block-webform__content > div.row, body.path-pac .block-webform__content > div.block-entity-fieldnodebody, body.path-pac .block-webform__content > div.paragraph--type--cta,
      body.page-node-type-pac-homepage .block-webform__content > div.row,
      body.page-node-type-pac-homepage .block-webform__content > div.block-entity-fieldnodebody,
      body.page-node-type-pac-homepage .block-webform__content > div.paragraph--type--cta,
      body.page-node-type-pac-page .block-webform__content > div.row,
      body.page-node-type-pac-page .block-webform__content > div.block-entity-fieldnodebody,
      body.page-node-type-pac-page .block-webform__content > div.paragraph--type--cta {
        padding: 3.75rem 1.25rem;
        margin-left: -0.75rem; } }
  @media (max-width: 1277px) {
    body.path-pac .block-webform__content,
    body.page-node-type-pac-homepage .block-webform__content,
    body.page-node-type-pac-page .block-webform__content {
      padding: 0 !important; } }
  body.path-pac .block-webform__title,
  body.page-node-type-pac-homepage .block-webform__title,
  body.page-node-type-pac-page .block-webform__title {
    color: #3500d7 !important; }
  body.path-pac .block-webform form,
  body.page-node-type-pac-homepage .block-webform form,
  body.page-node-type-pac-page .block-webform form {
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    body.path-pac .block-webform form .webform-confirmation,
    body.page-node-type-pac-homepage .block-webform form .webform-confirmation,
    body.page-node-type-pac-page .block-webform form .webform-confirmation {
      background: #00fbfe; }
      body.path-pac .block-webform form .webform-confirmation .webform-confirmation__message,
      body.page-node-type-pac-homepage .block-webform form .webform-confirmation .webform-confirmation__message,
      body.page-node-type-pac-page .block-webform form .webform-confirmation .webform-confirmation__message {
        color: #3500d7;
        background: url("../images/star-blue.svg") no-repeat center bottom;
        padding-bottom: 4rem; }
        body.path-pac .block-webform form .webform-confirmation .webform-confirmation__message *,
        body.page-node-type-pac-homepage .block-webform form .webform-confirmation .webform-confirmation__message *,
        body.page-node-type-pac-page .block-webform form .webform-confirmation .webform-confirmation__message * {
          color: #3500d7; }
      body.path-pac .block-webform form .webform-confirmation .webform-confirmation__back a,
      body.page-node-type-pac-homepage .block-webform form .webform-confirmation .webform-confirmation__back a,
      body.page-node-type-pac-page .block-webform form .webform-confirmation .webform-confirmation__back a {
        color: #3500d7; }
    body.path-pac .block-webform form > div:not(.form-item),
    body.page-node-type-pac-homepage .block-webform form > div:not(.form-item),
    body.page-node-type-pac-page .block-webform form > div:not(.form-item) {
      width: 100%; }
    body.path-pac .block-webform form > .form-item,
    body.page-node-type-pac-homepage .block-webform form > .form-item,
    body.page-node-type-pac-page .block-webform form > .form-item {
      width: 100%;
      margin: 0 0.625rem 0.75rem 0.625rem; }
    body.path-pac .block-webform form .fieldgroup .panel-heading,
    body.page-node-type-pac-homepage .block-webform form .fieldgroup .panel-heading,
    body.page-node-type-pac-page .block-webform form .fieldgroup .panel-heading {
      display: none; }
    body.path-pac .block-webform form fieldset.checkboxes--wrapper legend,
    body.page-node-type-pac-homepage .block-webform form fieldset.checkboxes--wrapper legend,
    body.page-node-type-pac-page .block-webform form fieldset.checkboxes--wrapper legend {
      margin-bottom: 0;
      color: #3500d7; }
      body.path-pac .block-webform form fieldset.checkboxes--wrapper legend span,
      body.page-node-type-pac-homepage .block-webform form fieldset.checkboxes--wrapper legend span,
      body.page-node-type-pac-page .block-webform form fieldset.checkboxes--wrapper legend span {
        margin-bottom: 0; }
    body.path-pac .block-webform form fieldset.checkboxes--wrapper .js-webform-checkboxes,
    body.page-node-type-pac-homepage .block-webform form fieldset.checkboxes--wrapper .js-webform-checkboxes,
    body.page-node-type-pac-page .block-webform form fieldset.checkboxes--wrapper .js-webform-checkboxes {
      display: flex;
      flex-wrap: wrap; }
      body.path-pac .block-webform form fieldset.checkboxes--wrapper .js-webform-checkboxes .form-item,
      body.page-node-type-pac-homepage .block-webform form fieldset.checkboxes--wrapper .js-webform-checkboxes .form-item,
      body.page-node-type-pac-page .block-webform form fieldset.checkboxes--wrapper .js-webform-checkboxes .form-item {
        margin-left: 0;
        margin-right: 1rem;
        width: auto; }
    body.path-pac .block-webform form .form-item,
    body.page-node-type-pac-homepage .block-webform form .form-item,
    body.page-node-type-pac-page .block-webform form .form-item {
      width: 100%;
      margin-bottom: 0 0.75rem 0.75rem 0.625rem; }
      body.path-pac .block-webform form .form-item.fieldgroup,
      body.page-node-type-pac-homepage .block-webform form .form-item.fieldgroup,
      body.page-node-type-pac-page .block-webform form .form-item.fieldgroup {
        margin-bottom: 0; }
      body.path-pac .block-webform form .form-item label,
      body.page-node-type-pac-homepage .block-webform form .form-item label,
      body.page-node-type-pac-page .block-webform form .form-item label {
        color: #3500d7;
        font-size: 0.75rem;
        line-height: normal; }
      body.path-pac .block-webform form .form-item input[type="tel"],
      body.path-pac .block-webform form .form-item input[type="date"],
      body.path-pac .block-webform form .form-item input[type="url"],
      body.path-pac .block-webform form .form-item input[type="time"],
      body.path-pac .block-webform form .form-item input[type="email"],
      body.path-pac .block-webform form .form-item input[type="text"],
      body.path-pac .block-webform form .form-item textarea,
      body.page-node-type-pac-homepage .block-webform form .form-item input[type="tel"],
      body.page-node-type-pac-homepage .block-webform form .form-item input[type="date"],
      body.page-node-type-pac-homepage .block-webform form .form-item input[type="url"],
      body.page-node-type-pac-homepage .block-webform form .form-item input[type="time"],
      body.page-node-type-pac-homepage .block-webform form .form-item input[type="email"],
      body.page-node-type-pac-homepage .block-webform form .form-item input[type="text"],
      body.page-node-type-pac-homepage .block-webform form .form-item textarea,
      body.page-node-type-pac-page .block-webform form .form-item input[type="tel"],
      body.page-node-type-pac-page .block-webform form .form-item input[type="date"],
      body.page-node-type-pac-page .block-webform form .form-item input[type="url"],
      body.page-node-type-pac-page .block-webform form .form-item input[type="time"],
      body.page-node-type-pac-page .block-webform form .form-item input[type="email"],
      body.page-node-type-pac-page .block-webform form .form-item input[type="text"],
      body.page-node-type-pac-page .block-webform form .form-item textarea {
        border: 0;
        padding: 0.5rem 1rem;
        color: #3500d7;
        font-size: 1rem;
        line-height: normal;
        margin-bottom: 0; }
        body.path-pac .block-webform form .form-item input[type="tel"]:focus,
        body.path-pac .block-webform form .form-item input[type="date"]:focus,
        body.path-pac .block-webform form .form-item input[type="url"]:focus,
        body.path-pac .block-webform form .form-item input[type="time"]:focus,
        body.path-pac .block-webform form .form-item input[type="email"]:focus,
        body.path-pac .block-webform form .form-item input[type="text"]:focus,
        body.path-pac .block-webform form .form-item textarea:focus,
        body.page-node-type-pac-homepage .block-webform form .form-item input[type="tel"]:focus,
        body.page-node-type-pac-homepage .block-webform form .form-item input[type="date"]:focus,
        body.page-node-type-pac-homepage .block-webform form .form-item input[type="url"]:focus,
        body.page-node-type-pac-homepage .block-webform form .form-item input[type="time"]:focus,
        body.page-node-type-pac-homepage .block-webform form .form-item input[type="email"]:focus,
        body.page-node-type-pac-homepage .block-webform form .form-item input[type="text"]:focus,
        body.page-node-type-pac-homepage .block-webform form .form-item textarea:focus,
        body.page-node-type-pac-page .block-webform form .form-item input[type="tel"]:focus,
        body.page-node-type-pac-page .block-webform form .form-item input[type="date"]:focus,
        body.page-node-type-pac-page .block-webform form .form-item input[type="url"]:focus,
        body.page-node-type-pac-page .block-webform form .form-item input[type="time"]:focus,
        body.page-node-type-pac-page .block-webform form .form-item input[type="email"]:focus,
        body.page-node-type-pac-page .block-webform form .form-item input[type="text"]:focus,
        body.page-node-type-pac-page .block-webform form .form-item textarea:focus {
          box-shadow: none; }
      body.path-pac .block-webform form .form-item input[type="tel"],
      body.path-pac .block-webform form .form-item input[type="date"],
      body.path-pac .block-webform form .form-item input[type="url"],
      body.path-pac .block-webform form .form-item input[type="time"],
      body.path-pac .block-webform form .form-item input[type="email"],
      body.path-pac .block-webform form .form-item input[type="text"],
      body.page-node-type-pac-homepage .block-webform form .form-item input[type="tel"],
      body.page-node-type-pac-homepage .block-webform form .form-item input[type="date"],
      body.page-node-type-pac-homepage .block-webform form .form-item input[type="url"],
      body.page-node-type-pac-homepage .block-webform form .form-item input[type="time"],
      body.page-node-type-pac-homepage .block-webform form .form-item input[type="email"],
      body.page-node-type-pac-homepage .block-webform form .form-item input[type="text"],
      body.page-node-type-pac-page .block-webform form .form-item input[type="tel"],
      body.page-node-type-pac-page .block-webform form .form-item input[type="date"],
      body.page-node-type-pac-page .block-webform form .form-item input[type="url"],
      body.page-node-type-pac-page .block-webform form .form-item input[type="time"],
      body.page-node-type-pac-page .block-webform form .form-item input[type="email"],
      body.page-node-type-pac-page .block-webform form .form-item input[type="text"] {
        height: 2.8125rem; }
      body.path-pac .block-webform form .form-item.form-type-tel, body.path-pac .block-webform form .form-item.form-type-email, body.path-pac .block-webform form .form-item.form-type-url, body.path-pac .block-webform form .form-item.form-type-time, body.path-pac .block-webform form .form-item.form-type-date, body.path-pac .block-webform form .form-item.form-type-textfield, body.path-pac .block-webform form .form-item.form-type-textarea,
      body.page-node-type-pac-homepage .block-webform form .form-item.form-type-tel,
      body.page-node-type-pac-homepage .block-webform form .form-item.form-type-email,
      body.page-node-type-pac-homepage .block-webform form .form-item.form-type-url,
      body.page-node-type-pac-homepage .block-webform form .form-item.form-type-time,
      body.page-node-type-pac-homepage .block-webform form .form-item.form-type-date,
      body.page-node-type-pac-homepage .block-webform form .form-item.form-type-textfield,
      body.page-node-type-pac-homepage .block-webform form .form-item.form-type-textarea,
      body.page-node-type-pac-page .block-webform form .form-item.form-type-tel,
      body.page-node-type-pac-page .block-webform form .form-item.form-type-email,
      body.page-node-type-pac-page .block-webform form .form-item.form-type-url,
      body.page-node-type-pac-page .block-webform form .form-item.form-type-time,
      body.page-node-type-pac-page .block-webform form .form-item.form-type-date,
      body.page-node-type-pac-page .block-webform form .form-item.form-type-textfield,
      body.page-node-type-pac-page .block-webform form .form-item.form-type-textarea {
        position: relative;
        width: 100%;
        margin-bottom: 0.75rem; }
        @media (min-width: 768px) {
          body.path-pac .block-webform form .form-item.form-type-tel, body.path-pac .block-webform form .form-item.form-type-email, body.path-pac .block-webform form .form-item.form-type-url, body.path-pac .block-webform form .form-item.form-type-time, body.path-pac .block-webform form .form-item.form-type-date, body.path-pac .block-webform form .form-item.form-type-textfield, body.path-pac .block-webform form .form-item.form-type-textarea,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-tel,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-email,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-url,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-time,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-date,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-textfield,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-textarea,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-tel,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-email,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-url,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-time,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-date,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-textfield,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-textarea {
            width: calc(50% - 20px); } }
        body.path-pac .block-webform form .form-item.form-type-tel label, body.path-pac .block-webform form .form-item.form-type-email label, body.path-pac .block-webform form .form-item.form-type-url label, body.path-pac .block-webform form .form-item.form-type-time label, body.path-pac .block-webform form .form-item.form-type-date label, body.path-pac .block-webform form .form-item.form-type-textfield label, body.path-pac .block-webform form .form-item.form-type-textarea label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-tel label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-email label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-url label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-time label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-date label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-textfield label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-textarea label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-tel label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-email label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-url label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-time label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-date label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-textfield label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-textarea label {
          position: static;
          color: #3500d7;
          cursor: pointer;
          margin-bottom: 0.3125rem; }
          body.path-pac .block-webform form .form-item.form-type-tel label.form-required::before, body.path-pac .block-webform form .form-item.form-type-email label.form-required::before, body.path-pac .block-webform form .form-item.form-type-url label.form-required::before, body.path-pac .block-webform form .form-item.form-type-time label.form-required::before, body.path-pac .block-webform form .form-item.form-type-date label.form-required::before, body.path-pac .block-webform form .form-item.form-type-textfield label.form-required::before, body.path-pac .block-webform form .form-item.form-type-textarea label.form-required::before,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-tel label.form-required::before,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-email label.form-required::before,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-url label.form-required::before,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-time label.form-required::before,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-date label.form-required::before,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-textfield label.form-required::before,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-textarea label.form-required::before,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-tel label.form-required::before,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-email label.form-required::before,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-url label.form-required::before,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-time label.form-required::before,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-date label.form-required::before,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-textfield label.form-required::before,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-textarea label.form-required::before {
            display: none; }
          body.path-pac .block-webform form .form-item.form-type-tel label.form-required::after, body.path-pac .block-webform form .form-item.form-type-email label.form-required::after, body.path-pac .block-webform form .form-item.form-type-url label.form-required::after, body.path-pac .block-webform form .form-item.form-type-time label.form-required::after, body.path-pac .block-webform form .form-item.form-type-date label.form-required::after, body.path-pac .block-webform form .form-item.form-type-textfield label.form-required::after, body.path-pac .block-webform form .form-item.form-type-textarea label.form-required::after,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-tel label.form-required::after,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-email label.form-required::after,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-url label.form-required::after,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-time label.form-required::after,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-date label.form-required::after,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-textfield label.form-required::after,
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-textarea label.form-required::after,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-tel label.form-required::after,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-email label.form-required::after,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-url label.form-required::after,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-time label.form-required::after,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-date label.form-required::after,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-textfield label.form-required::after,
          body.page-node-type-pac-page .block-webform form .form-item.form-type-textarea label.form-required::after {
            display: none; }
        body.path-pac .block-webform form .form-item.form-type-tel.filled label, body.path-pac .block-webform form .form-item.form-type-email.filled label, body.path-pac .block-webform form .form-item.form-type-url.filled label, body.path-pac .block-webform form .form-item.form-type-time.filled label, body.path-pac .block-webform form .form-item.form-type-date.filled label, body.path-pac .block-webform form .form-item.form-type-textfield.filled label, body.path-pac .block-webform form .form-item.form-type-textarea.filled label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-tel.filled label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-email.filled label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-url.filled label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-time.filled label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-date.filled label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-textfield.filled label,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-textarea.filled label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-tel.filled label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-email.filled label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-url.filled label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-time.filled label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-date.filled label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-textfield.filled label,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-textarea.filled label {
          opacity: 1; }
      body.path-pac .block-webform form .form-item.form-type-checkbox label,
      body.page-node-type-pac-homepage .block-webform form .form-item.form-type-checkbox label,
      body.page-node-type-pac-page .block-webform form .form-item.form-type-checkbox label {
        display: inline-block; }
      body.path-pac .block-webform form .form-item.form-type-checkbox input[type="checkbox"],
      body.page-node-type-pac-homepage .block-webform form .form-item.form-type-checkbox input[type="checkbox"],
      body.page-node-type-pac-page .block-webform form .form-item.form-type-checkbox input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0; }
        body.path-pac .block-webform form .form-item.form-type-checkbox input[type="checkbox"] :focus-visible + .checkbox-text,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-checkbox input[type="checkbox"] :focus-visible + .checkbox-text,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-checkbox input[type="checkbox"] :focus-visible + .checkbox-text {
          outline: black solid 2px; }
        body.path-pac .block-webform form .form-item.form-type-checkbox input[type="checkbox"] ~ .checkbox-text,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-checkbox input[type="checkbox"] ~ .checkbox-text,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-checkbox input[type="checkbox"] ~ .checkbox-text {
          position: relative;
          cursor: pointer;
          font-size: inherit;
          line-height: inherit;
          color: #3500d7; }
          body.path-pac .block-webform form .form-item.form-type-checkbox input[type="checkbox"] ~ .checkbox-text:not(:last-of-type),
          body.page-node-type-pac-homepage .block-webform form .form-item.form-type-checkbox input[type="checkbox"] ~ .checkbox-text:not(:last-of-type),
          body.page-node-type-pac-page .block-webform form .form-item.form-type-checkbox input[type="checkbox"] ~ .checkbox-text:not(:last-of-type) {
            margin-bottom: 0.75rem; }
        body.path-pac .block-webform form .form-item.form-type-checkbox input[type="checkbox"] ~ .checkbox-text::before,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-checkbox input[type="checkbox"] ~ .checkbox-text::before,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-checkbox input[type="checkbox"] ~ .checkbox-text::before {
          content: "";
          margin-right: 0.5rem;
          display: inline-block;
          vertical-align: bottom;
          width: 1rem;
          height: 1rem;
          background: white;
          border: 0;
          border-radius: 0;
          transition: background-color 0.3s ease; }
        body.path-pac .block-webform form .form-item.form-type-checkbox input[type="checkbox"]:disabled ~ .checkbox-text,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-checkbox input[type="checkbox"]:disabled ~ .checkbox-text,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-checkbox input[type="checkbox"]:disabled ~ .checkbox-text {
          color: #b8b8b8;
          cursor: auto; }
        body.path-pac .block-webform form .form-item.form-type-checkbox input[type="checkbox"]:disabled ~ .checkbox-text::before,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-checkbox input[type="checkbox"]:disabled ~ .checkbox-text::before,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-checkbox input[type="checkbox"]:disabled ~ .checkbox-text::before {
          box-shadow: none;
          background: #ddd; }
        body.path-pac .block-webform form .form-item.form-type-checkbox input[type="checkbox"]:checked ~ .checkbox-text::after,
        body.page-node-type-pac-homepage .block-webform form .form-item.form-type-checkbox input[type="checkbox"]:checked ~ .checkbox-text::after,
        body.page-node-type-pac-page .block-webform form .form-item.form-type-checkbox input[type="checkbox"]:checked ~ .checkbox-text::after {
          content: "";
          position: absolute;
          z-index: 2;
          top: 0.125rem;
          left: 0.3125rem;
          border-radius: 0;
          border-color: transparent;
          width: 0.375rem;
          height: 0.5625rem;
          background: transparent;
          transform: rotate(45deg);
          border-bottom: 2px solid #3500d7;
          border-right: 2px solid #3500d7; }
    body.path-pac .block-webform form .form-required:before,
    body.page-node-type-pac-homepage .block-webform form .form-required:before,
    body.page-node-type-pac-page .block-webform form .form-required:before {
      display: none; }
    body.path-pac .block-webform form .form-actions,
    body.page-node-type-pac-homepage .block-webform form .form-actions,
    body.page-node-type-pac-page .block-webform form .form-actions {
      margin: 0 0.625rem; }
      body.path-pac .block-webform form .form-actions button,
      body.page-node-type-pac-homepage .block-webform form .form-actions button,
      body.page-node-type-pac-page .block-webform form .form-actions button {
        border: none;
        color: white;
        background-color: #3500d7;
        cursor: pointer;
        line-height: 1.22;
        padding: 14px 26px 15px 26px;
        font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
        font-weight: bold;
        display: inline-flex;
        font-size: 16px;
        min-width: 10.625rem;
        border-radius: 25px;
        text-decoration: none !important;
        justify-content: center;
        white-space: nowrap;
        margin: 0;
        letter-spacing: normal;
        width: auto;
        transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
        z-index: 2;
        padding: 0.6875rem 2.375rem 0.75rem 2.375rem;
        border: 2px solid #3500d7;
        color: white !important;
        min-width: 0 !important; }
        body.path-pac .block-webform form .form-actions button:hover,
        body.page-node-type-pac-homepage .block-webform form .form-actions button:hover,
        body.page-node-type-pac-page .block-webform form .form-actions button:hover {
          background-color: white !important;
          color: #3500d7 !important; }
        body.path-pac .block-webform form .form-actions button::before,
        body.page-node-type-pac-homepage .block-webform form .form-actions button::before,
        body.page-node-type-pac-page .block-webform form .form-actions button::before {
          display: none; }
        body.path-pac .block-webform form .form-actions button::after,
        body.page-node-type-pac-homepage .block-webform form .form-actions button::after,
        body.page-node-type-pac-page .block-webform form .form-actions button::after {
          display: none; }
        body.path-pac .block-webform form .form-actions button svg,
        body.path-pac .block-webform form .form-actions button span,
        body.page-node-type-pac-homepage .block-webform form .form-actions button svg,
        body.page-node-type-pac-homepage .block-webform form .form-actions button span,
        body.page-node-type-pac-page .block-webform form .form-actions button svg,
        body.page-node-type-pac-page .block-webform form .form-actions button span {
          display: none; }

body.page-node-type-pac-homepage .block-webform {
  min-height: 0 !important; }
  body.page-node-type-pac-homepage .block-webform > .field--name-field-webform {
    margin-top: -0.75rem; }
    body.page-node-type-pac-homepage .block-webform > .field--name-field-webform > span {
      display: none; }
  body.page-node-type-pac-homepage .block-webform__wrapper {
    margin-bottom: -3.75rem; }
    @media (min-width: 1278px) {
      body.page-node-type-pac-homepage .block-webform__wrapper {
        margin-bottom: -5rem; } }
    body.page-node-type-pac-homepage .block-webform__wrapper form > .js-form-item-description {
      color: #3500d7; }
      body.page-node-type-pac-homepage .block-webform__wrapper form > .js-form-item-description h3 {
        color: #3500d7;
        margin-bottom: 2rem; }
      @media (min-width: 768px) {
        body.page-node-type-pac-homepage .block-webform__wrapper form > .js-form-item-description {
          max-width: 17.5rem; } }
    @media (min-width: 768px) {
      body.page-node-type-pac-homepage .block-webform__wrapper form > .form-wrapper {
        max-width: 42.5rem;
        margin-left: auto; } }
    body.page-node-type-pac-homepage .block-webform__wrapper form .form-item.form-type-email {
      width: 100% !important; }
    @media (min-width: 768px) {
      body.page-node-type-pac-homepage .block-webform__wrapper form button {
        margin-left: 1rem !important; } }
    body.page-node-type-pac-homepage .block-webform__wrapper form .form-type-checkbox {
      margin-top: 1rem; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.phive-search-results {
  background-color: #f9f9f9; }
  .phive-search-results .views-element-container {
    max-width: 78.125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-right: auto;
    margin-left: auto; }
  .phive-search-results .view-phive-content-search,
  .phive-search-results .view-pac-content-search {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem; }
    @media (min-width: 1278px) {
      .phive-search-results .view-phive-content-search,
      .phive-search-results .view-pac-content-search {
        margin-top: 5rem;
        margin-bottom: 5rem; } }
  .phive-search-results .view-filters {
    display: none; }
  .phive-search-results .view-header .search-term {
    margin-bottom: 2rem; }
    @media (min-width: 1278px) {
      .phive-search-results .view-header .search-term {
        margin-bottom: 3.125rem; } }
    .phive-search-results .view-header .search-term span {
      font-size: inherit;
      line-height: inherit; }
  .phive-search-results .view-header .results-summary {
    margin-bottom: 0.75rem; }
  .phive-search-results .view-content {
    background-color: white;
    padding: 0 2rem; }
    @media (min-width: 1278px) {
      .phive-search-results .view-content {
        padding: 0 3.5rem; } }
    .phive-search-results .view-content .views-row:not(:last-of-type) {
      border-bottom: 1px solid #f0f0f0; }
    .phive-search-results .view-content .views-row .search-result-item {
      padding: 2rem 0;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 920px) {
        .phive-search-results .view-content .views-row .search-result-item {
          flex-direction: column; }
          .phive-search-results .view-content .views-row .search-result-item .search-result-item__image {
            width: 25rem;
            min-width: 25rem;
            height: 10rem;
            margin: 2rem auto 0 auto !important; } }
      @media (min-width: 1278px) {
        .phive-search-results .view-content .views-row .search-result-item {
          padding: 3.5rem 0; } }
      .phive-search-results .view-content .views-row .search-result-item__type {
        font-size: 0.875rem;
        color: #ff7e00;
        margin-bottom: 1.25rem; }
      .phive-search-results .view-content .views-row .search-result-item__title {
        margin-bottom: 0; }
        .phive-search-results .view-content .views-row .search-result-item__title a {
          text-decoration: underline;
          text-decoration-color: transparent; }
        .phive-search-results .view-content .views-row .search-result-item__title:hover a {
          color: #ff7e00;
          text-decoration-color: #ff7e00; }
      .phive-search-results .view-content .views-row .search-result-item__intro {
        font-size: 1.125rem;
        color: #002b49;
        line-height: 1.6875rem;
        margin-top: 1rem; }
      .phive-search-results .view-content .views-row .search-result-item .search-result-item__image {
        width: 17.5rem;
        min-width: 17.5rem;
        height: 10rem;
        margin-left: 2rem; }
        .phive-search-results .view-content .views-row .search-result-item .search-result-item__image * {
          width: 100%;
          height: 100%; }
        .phive-search-results .view-content .views-row .search-result-item .search-result-item__image img {
          object-fit: cover; }
        @media (min-width: 1278px) {
          .phive-search-results .view-content .views-row .search-result-item .search-result-item__image {
            width: 23.75rem;
            min-width: 23.75rem;
            margin-left: 3.75rem; } }
  .phive-search-results .pager-nav {
    margin-top: 2rem; }
    @media (min-width: 1278px) {
      .phive-search-results .pager-nav {
        margin-top: 3.75rem; } }
    .phive-search-results .pager-nav .pager__item--first,
    .phive-search-results .pager-nav .pager__item--last {
      display: none; }
    .phive-search-results .pager-nav .pager__item {
      font-size: 1rem; }
      .phive-search-results .pager-nav .pager__item a:hover {
        background: transparent; }
      .phive-search-results .pager-nav .pager__item.is-active {
        font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif; }
        .phive-search-results .pager-nav .pager__item.is-active a {
          text-decoration: underline;
          text-decoration-thickness: 2px;
          text-underline-offset: 2px; }

body.path-pac .phive-search-results .view-content .views-row .search-result-item__type,
body.page-node-type-pac-homepage .phive-search-results .view-content .views-row .search-result-item__type,
body.page-node-type-pac-page .phive-search-results .view-content .views-row .search-result-item__type {
  color: #3500d7; }
body.path-pac .phive-search-results .view-content .views-row .search-result-item__image,
body.page-node-type-pac-homepage .phive-search-results .view-content .views-row .search-result-item__image,
body.page-node-type-pac-page .phive-search-results .view-content .views-row .search-result-item__image {
  color: transparent;
  line-height: 0; }
  body.path-pac .phive-search-results .view-content .views-row .search-result-item__image > div:not(:first-of-type),
  body.page-node-type-pac-homepage .phive-search-results .view-content .views-row .search-result-item__image > div:not(:first-of-type),
  body.page-node-type-pac-page .phive-search-results .view-content .views-row .search-result-item__image > div:not(:first-of-type) {
    display: none; }
body.path-pac .phive-search-results .view-content .views-row .search-result-item__title,
body.page-node-type-pac-homepage .phive-search-results .view-content .views-row .search-result-item__title,
body.page-node-type-pac-page .phive-search-results .view-content .views-row .search-result-item__title {
  margin-bottom: 0; }
  body.path-pac .phive-search-results .view-content .views-row .search-result-item__title a,
  body.page-node-type-pac-homepage .phive-search-results .view-content .views-row .search-result-item__title a,
  body.page-node-type-pac-page .phive-search-results .view-content .views-row .search-result-item__title a {
    color: #3500d7; }
    body.path-pac .phive-search-results .view-content .views-row .search-result-item__title a > span,
    body.page-node-type-pac-homepage .phive-search-results .view-content .views-row .search-result-item__title a > span,
    body.page-node-type-pac-page .phive-search-results .view-content .views-row .search-result-item__title a > span {
      font-size: inherit;
      line-height: inherit; }
      body.path-pac .phive-search-results .view-content .views-row .search-result-item__title a > span:not(:first-of-type),
      body.page-node-type-pac-homepage .phive-search-results .view-content .views-row .search-result-item__title a > span:not(:first-of-type),
      body.page-node-type-pac-page .phive-search-results .view-content .views-row .search-result-item__title a > span:not(:first-of-type) {
        display: none; }
  body.path-pac .phive-search-results .view-content .views-row .search-result-item__title:hover a,
  body.page-node-type-pac-homepage .phive-search-results .view-content .views-row .search-result-item__title:hover a,
  body.page-node-type-pac-page .phive-search-results .view-content .views-row .search-result-item__title:hover a {
    color: #3500d7;
    text-decoration-color: #3500d7; }
body.path-pac .phive-search-results .view-content .views-row .search-result-item__intro > p:not(:first-of-type),
body.page-node-type-pac-homepage .phive-search-results .view-content .views-row .search-result-item__intro > p:not(:first-of-type),
body.page-node-type-pac-page .phive-search-results .view-content .views-row .search-result-item__intro > p:not(:first-of-type) {
  display: none; }

#block-subscribepopupblock.form-showing .subscribe-popup-image,
#block-subscribepopupblock.form-showing .heading,
#block-subscribepopupblock.form-showing .description,
#block-subscribepopupblock-phive.form-showing .subscribe-popup-image,
#block-subscribepopupblock-phive.form-showing .heading,
#block-subscribepopupblock-phive.form-showing .description,
#block-subscribepopuplinkblock-phive.form-showing .subscribe-popup-image,
#block-subscribepopuplinkblock-phive.form-showing .heading,
#block-subscribepopuplinkblock-phive.form-showing .description,
#block-subscribepopuplinkblock.form-showing .subscribe-popup-image,
#block-subscribepopuplinkblock.form-showing .heading,
#block-subscribepopuplinkblock.form-showing .description,
#block-subscribepopuplinkblock-2.form-showing .subscribe-popup-image,
#block-subscribepopuplinkblock-2.form-showing .heading,
#block-subscribepopuplinkblock-2.form-showing .description,
#block-subscribepopupblock-pth.form-showing .subscribe-popup-image,
#block-subscribepopupblock-pth.form-showing .heading,
#block-subscribepopupblock-pth.form-showing .description {
  display: none; }
#block-subscribepopupblock.form-showing iframe,
#block-subscribepopupblock-phive.form-showing iframe,
#block-subscribepopuplinkblock-phive.form-showing iframe,
#block-subscribepopuplinkblock.form-showing iframe,
#block-subscribepopuplinkblock-2.form-showing iframe,
#block-subscribepopupblock-pth.form-showing iframe {
  opacity: 1;
  visibility: visible;
  position: static;
  pointer-events: all; }
#block-subscribepopupblock.form-showing .form-block-holder,
#block-subscribepopupblock-phive.form-showing .form-block-holder,
#block-subscribepopuplinkblock-phive.form-showing .form-block-holder,
#block-subscribepopuplinkblock.form-showing .form-block-holder,
#block-subscribepopuplinkblock-2.form-showing .form-block-holder,
#block-subscribepopupblock-pth.form-showing .form-block-holder {
  display: block; }
#block-subscribepopupblock.form-showing .subscribe-popup-content,
#block-subscribepopupblock-phive.form-showing .subscribe-popup-content,
#block-subscribepopuplinkblock-phive.form-showing .subscribe-popup-content,
#block-subscribepopuplinkblock.form-showing .subscribe-popup-content,
#block-subscribepopuplinkblock-2.form-showing .subscribe-popup-content,
#block-subscribepopupblock-pth.form-showing .subscribe-popup-content {
  padding: 0; }
#block-subscribepopupblock.form-showing .subscribe-popup,
#block-subscribepopupblock-phive.form-showing .subscribe-popup,
#block-subscribepopuplinkblock-phive.form-showing .subscribe-popup,
#block-subscribepopuplinkblock.form-showing .subscribe-popup,
#block-subscribepopuplinkblock-2.form-showing .subscribe-popup,
#block-subscribepopupblock-pth.form-showing .subscribe-popup {
  background-color: #fff;
  padding: 1rem; }
#block-subscribepopupblock.form-showing .btn-close,
#block-subscribepopupblock-phive.form-showing .btn-close,
#block-subscribepopuplinkblock-phive.form-showing .btn-close,
#block-subscribepopuplinkblock.form-showing .btn-close,
#block-subscribepopuplinkblock-2.form-showing .btn-close,
#block-subscribepopupblock-pth.form-showing .btn-close {
  background: #002b49 url("../styleguide-2020/images/icons/close-white.svg") no-repeat center; }
#block-subscribepopupblock .subscribe-popup-image,
#block-subscribepopupblock-phive .subscribe-popup-image,
#block-subscribepopuplinkblock-phive .subscribe-popup-image,
#block-subscribepopuplinkblock .subscribe-popup-image,
#block-subscribepopuplinkblock-2 .subscribe-popup-image,
#block-subscribepopupblock-pth .subscribe-popup-image {
  position: relative;
  clip-path: ellipse(75% 100% at 50% 0%);
  overflow: hidden; }
  #block-subscribepopupblock .subscribe-popup-image::after,
  #block-subscribepopupblock-phive .subscribe-popup-image::after,
  #block-subscribepopuplinkblock-phive .subscribe-popup-image::after,
  #block-subscribepopuplinkblock .subscribe-popup-image::after,
  #block-subscribepopuplinkblock-2 .subscribe-popup-image::after,
  #block-subscribepopupblock-pth .subscribe-popup-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    pointer-events: none; }
  @media screen and (max-width: 768px) {
    #block-subscribepopupblock .subscribe-popup-image,
    #block-subscribepopupblock-phive .subscribe-popup-image,
    #block-subscribepopuplinkblock-phive .subscribe-popup-image,
    #block-subscribepopuplinkblock .subscribe-popup-image,
    #block-subscribepopuplinkblock-2 .subscribe-popup-image,
    #block-subscribepopupblock-pth .subscribe-popup-image {
      display: none; } }
  #block-subscribepopupblock .subscribe-popup-image img,
  #block-subscribepopupblock-phive .subscribe-popup-image img,
  #block-subscribepopuplinkblock-phive .subscribe-popup-image img,
  #block-subscribepopuplinkblock .subscribe-popup-image img,
  #block-subscribepopuplinkblock-2 .subscribe-popup-image img,
  #block-subscribepopupblock-pth .subscribe-popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 3;
    clip-path: ellipse(75% 100% at 50% 0%);
    transform: translateY(-16px);
    pointer-events: none; }
#block-subscribepopupblock .subscribe-popup,
#block-subscribepopupblock-phive .subscribe-popup,
#block-subscribepopuplinkblock-phive .subscribe-popup,
#block-subscribepopuplinkblock .subscribe-popup,
#block-subscribepopuplinkblock-2 .subscribe-popup,
#block-subscribepopupblock-pth .subscribe-popup {
  border-radius: 20px;
  background: #73f7fc;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 470px;
  max-width: calc(100% - 40px);
  overflow-x: hidden;
  bottom: 20px;
  right: 20px;
  z-index: 101; }
#block-subscribepopupblock .subscribe-popup-block,
#block-subscribepopupblock-phive .subscribe-popup-block,
#block-subscribepopuplinkblock-phive .subscribe-popup-block,
#block-subscribepopuplinkblock .subscribe-popup-block,
#block-subscribepopuplinkblock-2 .subscribe-popup-block,
#block-subscribepopupblock-pth .subscribe-popup-block {
  position: relative; }
#block-subscribepopupblock .btn-close,
#block-subscribepopupblock-phive .btn-close,
#block-subscribepopuplinkblock-phive .btn-close,
#block-subscribepopuplinkblock .btn-close,
#block-subscribepopuplinkblock-2 .btn-close,
#block-subscribepopupblock-pth .btn-close {
  all: unset;
  position: absolute;
  z-index: 4;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff url("../styleguide-2020/images/icons/close.svg") no-repeat center; }
  @media screen and (max-width: 500px) {
    #block-subscribepopupblock .btn-close,
    #block-subscribepopupblock-phive .btn-close,
    #block-subscribepopuplinkblock-phive .btn-close,
    #block-subscribepopuplinkblock .btn-close,
    #block-subscribepopuplinkblock-2 .btn-close,
    #block-subscribepopupblock-pth .btn-close {
      top: 12px;
      right: 12px; } }
#block-subscribepopupblock .form-block-holder,
#block-subscribepopupblock-phive .form-block-holder,
#block-subscribepopuplinkblock-phive .form-block-holder,
#block-subscribepopuplinkblock .form-block-holder,
#block-subscribepopuplinkblock-2 .form-block-holder,
#block-subscribepopupblock-pth .form-block-holder {
  max-height: calc(100vh - 220px);
  display: none;
  overflow-y: auto; }
  #block-subscribepopupblock .form-block-holder::-webkit-scrollbar,
  #block-subscribepopupblock-phive .form-block-holder::-webkit-scrollbar,
  #block-subscribepopuplinkblock-phive .form-block-holder::-webkit-scrollbar,
  #block-subscribepopuplinkblock .form-block-holder::-webkit-scrollbar,
  #block-subscribepopuplinkblock-2 .form-block-holder::-webkit-scrollbar,
  #block-subscribepopupblock-pth .form-block-holder::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px; }
  #block-subscribepopupblock .form-block-holder::-webkit-scrollbar-thumb,
  #block-subscribepopupblock-phive .form-block-holder::-webkit-scrollbar-thumb,
  #block-subscribepopuplinkblock-phive .form-block-holder::-webkit-scrollbar-thumb,
  #block-subscribepopuplinkblock .form-block-holder::-webkit-scrollbar-thumb,
  #block-subscribepopuplinkblock-2 .form-block-holder::-webkit-scrollbar-thumb,
  #block-subscribepopupblock-pth .form-block-holder::-webkit-scrollbar-thumb {
    background: #02b8de;
    border-radius: 10px; }
  #block-subscribepopupblock .form-block-holder::-webkit-scrollbar-track,
  #block-subscribepopupblock-phive .form-block-holder::-webkit-scrollbar-track,
  #block-subscribepopuplinkblock-phive .form-block-holder::-webkit-scrollbar-track,
  #block-subscribepopuplinkblock .form-block-holder::-webkit-scrollbar-track,
  #block-subscribepopuplinkblock-2 .form-block-holder::-webkit-scrollbar-track,
  #block-subscribepopupblock-pth .form-block-holder::-webkit-scrollbar-track {
    background-color: transparent; }
#block-subscribepopupblock .subscribe-popup-content,
#block-subscribepopupblock-phive .subscribe-popup-content,
#block-subscribepopuplinkblock-phive .subscribe-popup-content,
#block-subscribepopuplinkblock .subscribe-popup-content,
#block-subscribepopuplinkblock-2 .subscribe-popup-content,
#block-subscribepopupblock-pth .subscribe-popup-content {
  padding: 40px 32px;
  text-align: left;
  color: #002b49; }
  #block-subscribepopupblock .subscribe-popup-content .heading,
  #block-subscribepopupblock-phive .subscribe-popup-content .heading,
  #block-subscribepopuplinkblock-phive .subscribe-popup-content .heading,
  #block-subscribepopuplinkblock .subscribe-popup-content .heading,
  #block-subscribepopuplinkblock-2 .subscribe-popup-content .heading,
  #block-subscribepopupblock-pth .subscribe-popup-content .heading {
    font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    margin-top: 8px;
    font-size: 28px;
    margin-right: 24px;
    line-height: 1.4; }
  #block-subscribepopupblock .subscribe-popup-content .description p,
  #block-subscribepopupblock-phive .subscribe-popup-content .description p,
  #block-subscribepopuplinkblock-phive .subscribe-popup-content .description p,
  #block-subscribepopuplinkblock .subscribe-popup-content .description p,
  #block-subscribepopuplinkblock-2 .subscribe-popup-content .description p,
  #block-subscribepopupblock-pth .subscribe-popup-content .description p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px; }
  #block-subscribepopupblock .subscribe-popup-content .buttons,
  #block-subscribepopupblock-phive .subscribe-popup-content .buttons,
  #block-subscribepopuplinkblock-phive .subscribe-popup-content .buttons,
  #block-subscribepopuplinkblock .subscribe-popup-content .buttons,
  #block-subscribepopuplinkblock-2 .subscribe-popup-content .buttons,
  #block-subscribepopupblock-pth .subscribe-popup-content .buttons {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    @media screen and (min-width: 500px) {
      #block-subscribepopupblock .subscribe-popup-content .buttons,
      #block-subscribepopupblock-phive .subscribe-popup-content .buttons,
      #block-subscribepopuplinkblock-phive .subscribe-popup-content .buttons,
      #block-subscribepopuplinkblock .subscribe-popup-content .buttons,
      #block-subscribepopuplinkblock-2 .subscribe-popup-content .buttons,
      #block-subscribepopupblock-pth .subscribe-popup-content .buttons {
        flex-direction: row;
        align-items: center;
        column-gap: 40px; } }
  #block-subscribepopupblock .subscribe-popup-content .btn-opener,
  #block-subscribepopupblock-phive .subscribe-popup-content .btn-opener,
  #block-subscribepopuplinkblock-phive .subscribe-popup-content .btn-opener,
  #block-subscribepopuplinkblock .subscribe-popup-content .btn-opener,
  #block-subscribepopuplinkblock-2 .subscribe-popup-content .btn-opener,
  #block-subscribepopupblock-pth .subscribe-popup-content .btn-opener {
    color: white;
    background-color: #002b49;
    padding: 12px 40px;
    font-size: 15px;
    font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
    line-height: 20px;
    cursor: pointer; }
    @media screen and (min-width: 500px) {
      #block-subscribepopupblock .subscribe-popup-content .btn-opener,
      #block-subscribepopupblock-phive .subscribe-popup-content .btn-opener,
      #block-subscribepopuplinkblock-phive .subscribe-popup-content .btn-opener,
      #block-subscribepopuplinkblock .subscribe-popup-content .btn-opener,
      #block-subscribepopuplinkblock-2 .subscribe-popup-content .btn-opener,
      #block-subscribepopupblock-pth .subscribe-popup-content .btn-opener {
        width: 242px; } }
  #block-subscribepopupblock .subscribe-popup-content .btn-opt-out,
  #block-subscribepopupblock-phive .subscribe-popup-content .btn-opt-out,
  #block-subscribepopuplinkblock-phive .subscribe-popup-content .btn-opt-out,
  #block-subscribepopuplinkblock .subscribe-popup-content .btn-opt-out,
  #block-subscribepopuplinkblock-2 .subscribe-popup-content .btn-opt-out,
  #block-subscribepopupblock-pth .subscribe-popup-content .btn-opt-out {
    text-decoration: underline;
    font-size: 18px;
    line-height: 25px;
    color: #002b49;
    cursor: pointer; }
#block-subscribepopupblock iframe,
#block-subscribepopupblock-phive iframe,
#block-subscribepopuplinkblock-phive iframe,
#block-subscribepopuplinkblock iframe,
#block-subscribepopuplinkblock-2 iframe,
#block-subscribepopupblock-pth iframe {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease; }

.body-copy iframe {
  max-width: 100%; }

#block-subscribepopuplinkblock .subscribe-popup {
  width: 420px;
  border-radius: 20px;
  background-color: #3500d7;
  box-shadow: 0px 4px 20px rgba(54, 4, 209, 0.4); }
#block-subscribepopuplinkblock .btn-close {
  background-color: #3500d7;
  background-image: url("../styleguide-2020/images/icons/close-white.svg");
  z-index: 5; }
#block-subscribepopuplinkblock .subscribe-popup-image {
  clip-path: none; }
  #block-subscribepopuplinkblock .subscribe-popup-image img {
    clip-path: none;
    transform: none; }
#block-subscribepopuplinkblock .subscribe-popup-content {
  position: relative;
  z-index: 4;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  text-align: center; }
  #block-subscribepopuplinkblock .subscribe-popup-content .description p {
    font-size: 17px;
    text-align: center; }
  @media screen and (min-width: 768px) {
    #block-subscribepopuplinkblock .subscribe-popup-content {
      padding-top: 16px; }
      #block-subscribepopuplinkblock .subscribe-popup-content::before {
        content: "";
        position: absolute;
        background: url("../images/popup-wave.svg") no-repeat;
        background-position: left;
        width: 100%;
        height: 100px;
        top: -67px;
        left: 0;
        right: 0;
        z-index: -1; } }
  #block-subscribepopuplinkblock .subscribe-popup-content .heading {
    margin-bottom: 12px;
    color: #fff;
    text-align: center; }
  #block-subscribepopuplinkblock .subscribe-popup-content .cta_link {
    border: none;
    color: #3500d7;
    background-color: white;
    cursor: pointer;
    line-height: 1.22;
    padding: 14px 26px 15px 26px;
    font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-flex;
    font-size: 16px;
    min-width: 10.625rem;
    border-radius: 25px;
    text-decoration: none !important;
    justify-content: center;
    white-space: nowrap;
    margin: 0;
    letter-spacing: normal;
    width: auto;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    z-index: 2;
    padding: 0.75rem 2.5rem 0.875rem 2.5rem;
    color: #3500d7 !important;
    min-width: 140px;
    font-size: 18px;
    padding: 10px 32px;
    border: 2px solid white; }
    #block-subscribepopuplinkblock .subscribe-popup-content .cta_link:hover {
      color: white !important;
      background-color: #3500d7 !important; }
      #block-subscribepopuplinkblock .subscribe-popup-content .cta_link:hover::before {
        display: none; }

#block-subscribepopuplinkblock-2 .cta_link {
  color: white;
  background-color: #002b49;
  padding: 12px 40px;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  line-height: 20px;
  cursor: pointer; }

.phive-page #block-subscribepopupblock-phive .subscribe-popup,
.phive-page #block-subscribepopuplinkblock-phive .subscribe-popup {
  background-color: #fff; }
.phive-page #block-subscribepopupblock-phive .btn-close,
.phive-page #block-subscribepopuplinkblock-phive .btn-close {
  background-color: #c8102e;
  background-image: url("../styleguide-2020/images/icons/close-white.svg");
  z-index: 5;
  top: 8px;
  right: 8px; }
.phive-page #block-subscribepopupblock-phive .subscribe-popup-image,
.phive-page #block-subscribepopuplinkblock-phive .subscribe-popup-image {
  clip-path: none;
  aspect-ratio: 465/190;
  border-bottom: 8px solid #c8102e; }
  .phive-page #block-subscribepopupblock-phive .subscribe-popup-image img,
  .phive-page #block-subscribepopuplinkblock-phive .subscribe-popup-image img {
    clip-path: none;
    transform: none; }
.phive-page #block-subscribepopupblock-phive .subscribe-popup-content,
.phive-page #block-subscribepopuplinkblock-phive .subscribe-popup-content {
  padding: 24px; }
  .phive-page #block-subscribepopupblock-phive .subscribe-popup-content h2.heading,
  .phive-page #block-subscribepopuplinkblock-phive .subscribe-popup-content h2.heading {
    margin-top: 0;
    margin-bottom: 16px;
    color: #000; }
.phive-page #block-subscribepopupblock-phive .description,
.phive-page #block-subscribepopuplinkblock-phive .description {
  color: #000; }
  .phive-page #block-subscribepopupblock-phive .description a.cta_link,
  .phive-page #block-subscribepopuplinkblock-phive .description a.cta_link {
    border: none;
    color: #002b49;
    background-color: white;
    cursor: pointer;
    line-height: 1.22;
    padding: 14px 26px 15px 26px;
    font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-flex;
    font-size: 16px;
    min-width: 10.625rem;
    border-radius: 25px;
    text-decoration: none !important;
    justify-content: center;
    white-space: nowrap;
    margin: 0;
    letter-spacing: normal;
    width: auto;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
    color: white !important;
    background: transparent; }
    .phive-page #block-subscribepopupblock-phive .description a.cta_link::before,
    .phive-page #block-subscribepopuplinkblock-phive .description a.cta_link::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(99deg, #c8102e, #ff7e00);
      z-index: -1;
      transition: opacity 0.25s linear;
      opacity: 1; }
    .phive-page #block-subscribepopupblock-phive .description a.cta_link::after,
    .phive-page #block-subscribepopuplinkblock-phive .description a.cta_link::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
      z-index: -2; }
    .phive-page #block-subscribepopupblock-phive .description a.cta_link:hover,
    .phive-page #block-subscribepopuplinkblock-phive .description a.cta_link:hover {
      color: white;
      border-color: transparent; }
      .phive-page #block-subscribepopupblock-phive .description a.cta_link:hover::before,
      .phive-page #block-subscribepopuplinkblock-phive .description a.cta_link:hover::before {
        opacity: 0; }
.phive-page #block-subscribepopupblock-phive .buttons button.btn-opener,
.phive-page #block-subscribepopuplinkblock-phive .buttons button.btn-opener {
  border: none;
  color: #002b49;
  background-color: white;
  cursor: pointer;
  line-height: 1.22;
  padding: 14px 26px 15px 26px;
  font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-flex;
  font-size: 16px;
  min-width: 10.625rem;
  border-radius: 25px;
  text-decoration: none !important;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: normal;
  width: auto;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: white !important;
  background: transparent; }
  .phive-page #block-subscribepopupblock-phive .buttons button.btn-opener::before,
  .phive-page #block-subscribepopuplinkblock-phive .buttons button.btn-opener::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(99deg, #c8102e, #ff7e00);
    z-index: -1;
    transition: opacity 0.25s linear;
    opacity: 1; }
  .phive-page #block-subscribepopupblock-phive .buttons button.btn-opener::after,
  .phive-page #block-subscribepopuplinkblock-phive .buttons button.btn-opener::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
    z-index: -2; }
  .phive-page #block-subscribepopupblock-phive .buttons button.btn-opener:hover,
  .phive-page #block-subscribepopuplinkblock-phive .buttons button.btn-opener:hover {
    color: white;
    border-color: transparent; }
    .phive-page #block-subscribepopupblock-phive .buttons button.btn-opener:hover::before,
    .phive-page #block-subscribepopuplinkblock-phive .buttons button.btn-opener:hover::before {
      opacity: 0; }
.phive-page #block-subscribepopupblock-phive .buttons button.btn-opt-out,
.phive-page #block-subscribepopuplinkblock-phive .buttons button.btn-opt-out {
  color: #000; }

#block-subscribepopupblock-pth .subscribe-popup {
  background-color: #85ad96;
  border-bottom: 8px solid #00254A;
  border-radius: 0; }
  @media screen and (min-width: 768px) {
    #block-subscribepopupblock-pth .subscribe-popup {
      max-width: 430px; } }
  #block-subscribepopupblock-pth .subscribe-popup .subscribe-popup-block .subscribe-popup-image {
    clip-path: none;
    aspect-ratio: 402/197; }
    #block-subscribepopupblock-pth .subscribe-popup .subscribe-popup-block .subscribe-popup-image img {
      clip-path: none;
      transform: none; }
  #block-subscribepopupblock-pth .subscribe-popup .subscribe-popup-block .subscribe-popup-content {
    padding: 20px 24px 10px 24px; }
    #block-subscribepopupblock-pth .subscribe-popup .subscribe-popup-block .subscribe-popup-content h2.heading {
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 8px;
      color: #002b49;
      font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
      font-size: 35px;
      font-style: normal;
      font-weight: 500;
      line-height: 120%; }
    #block-subscribepopupblock-pth .subscribe-popup .subscribe-popup-block .subscribe-popup-content .description {
      color: #00254a;
      font-size: 18px !important;
      font-style: normal;
      font-weight: 400;
      line-height: 23px; }
      #block-subscribepopupblock-pth .subscribe-popup .subscribe-popup-block .subscribe-popup-content .description p:last-of-type {
        margin-bottom: 8px; }
    #block-subscribepopupblock-pth .subscribe-popup .subscribe-popup-block .subscribe-popup-content .buttons .btn-opener {
      color: white;
      background: linear-gradient(180deg, #294D66 0%, #002B49 100%);
      border-radius: 30px;
      text-transform: none;
      padding: 0.75rem 1.5rem;
      margin: 1rem 0;
      display: inline-block;
      height: auto;
      text-align: center;
      transition: none;
      font-size: 16px !important; }
      #block-subscribepopupblock-pth .subscribe-popup .subscribe-popup-block .subscribe-popup-content .buttons .btn-opener:before, #block-subscribepopupblock-pth .subscribe-popup .subscribe-popup-block .subscribe-popup-content .buttons .btn-opener:after {
        content: none; }
    #block-subscribepopupblock-pth .subscribe-popup .subscribe-popup-block .subscribe-popup-content .buttons .opt-out {
      flex-shrink: 0; }
      #block-subscribepopupblock-pth .subscribe-popup .subscribe-popup-block .subscribe-popup-content .buttons .opt-out button {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        color: #00254A; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.whats-on__wrapper {
  padding: 3rem 0;
  background-color: #f9f9f9; }
  @media (min-width: 1278px) {
    .whats-on__wrapper {
      padding: 4.5rem 0 5rem 0; } }
.whats-on__title-wrapper {
  position: relative;
  padding: 2rem 1.25rem 1rem 1.25rem !important;
  background: linear-gradient(98deg, #ff7e00, #ffd100 109%);
  max-width: 100%;
  margin-right: 0;
  width: calc(100% - calc((100% - 1250px) / 2 + 16px)); }
  @media (min-width: 1278px) {
    .whats-on__title-wrapper {
      margin-left: calc((100% - 1250px) / 2 + 16px);
      padding: 2.5rem 6.875rem !important; } }
  .whats-on__title-wrapper .whats-on__title {
    margin-bottom: 0;
    color: white; }
  .whats-on__title-wrapper::after {
    content: "";
    position: absolute;
    background: inherit;
    width: 100%;
    height: 5.625rem;
    top: 100%;
    left: 0;
    z-index: 0; }
.whats-on__title-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 1278px) {
    .whats-on__title-wrapper {
      padding-right: calc((100% - 1250px) / 2 + 46px) !important; } }
  .whats-on__title-wrapper .whats-on__cta a {
    border: none;
    color: #002b49;
    background-color: white;
    cursor: pointer;
    line-height: 1.22;
    padding: 14px 26px 15px 26px;
    font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-flex;
    font-size: 16px;
    min-width: 10.625rem;
    border-radius: 25px;
    text-decoration: none !important;
    justify-content: center;
    white-space: nowrap;
    margin: 0;
    letter-spacing: normal;
    width: auto;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2; }
    .whats-on__title-wrapper .whats-on__cta a::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
      z-index: -1;
      transition: opacity 0.25s linear;
      opacity: 0; }
    .whats-on__title-wrapper .whats-on__cta a:hover {
      color: white; }
      .whats-on__title-wrapper .whats-on__cta a:hover::before {
        opacity: 1; }
.whats-on__content {
  padding: 0 !important; }
.whats-on__items > .card__wrapper {
  display: flex;
  z-index: 2;
  background-color: white; }
  @media (max-width: 1277px) {
    .whats-on__items > .card__wrapper {
      margin-right: 1.25rem;
      margin-left: 1.25rem; }
      .whats-on__items > .card__wrapper:not(:last-of-type) {
        margin-bottom: 1rem; } }
  .whats-on__items > .card__wrapper > div {
    width: 100%;
    height: 100%; }
  .whats-on__items > .card__wrapper .card__image img {
    object-fit: cover;
    object-position: center; }
  @media (min-width: 1278px) {
    .whats-on__items > .card__wrapper:nth-child(1) {
      width: 42.75rem; }
      .whats-on__items > .card__wrapper:nth-child(1) .card__image img {
        aspect-ratio: 684 / 430; } }
  .whats-on__items > .card__wrapper:nth-child(1) .card__image {
    margin-bottom: 0.75rem;
    position: relative; }
  @media (min-width: 1278px) {
    .whats-on__items > .card__wrapper:nth-child(1) .card__title {
      font-size: 2.25rem;
      line-height: 1.2; } }
  .whats-on__items > .card__wrapper:nth-child(1) .card__link {
    margin-top: 1rem; }
  .whats-on__items > .card__wrapper:not(:nth-child(1)) .card {
    width: 100%; }
    @media (min-width: 1278px) {
      .whats-on__items > .card__wrapper:not(:nth-child(1)) .card {
        width: 24rem; }
        .whats-on__items > .card__wrapper:not(:nth-child(1)) .card .card__image img {
          aspect-ratio: 384 / 160; } }
    @media (min-width: 1278px) {
      .whats-on__items > .card__wrapper:not(:nth-child(1)) .card .card__info {
        padding: 1rem; } }
    .whats-on__items > .card__wrapper:not(:nth-child(1)) .card .card__intro {
      -webkit-line-clamp: 4; }
      @media (min-width: 1278px) {
        .whats-on__items > .card__wrapper:not(:nth-child(1)) .card .card__intro {
          -webkit-line-clamp: 2; } }
    .whats-on__items > .card__wrapper:not(:nth-child(1)) .card .card__link {
      margin-top: 0.5rem; }
@media (min-width: 1278px) {
  .whats-on__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 81.125rem;
    margin-left: calc((100% - 1250px) / 2 + 16px);
    padding: 0 6.875rem !important; }
    .whats-on__items > .card__wrapper:nth-child(1) {
      grid-area: 1 / 1 / 3 / 2; }
    .whats-on__items > .card__wrapper:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3; }
    .whats-on__items > .card__wrapper:nth-child(3) {
      grid-area: 2 / 2 / 3 / 3; } }

.card.card-event {
  border: 0;
  margin: 0;
  position: relative;
  height: 100%;
  background-color: white;
  overflow: visible;
  display: block; }
  .card.card-event:hover::before {
    transform: translate(8px, 8px); }
  .card.card-event:hover .card__link span::after {
    transform: translate(9px, 8px); }
  .card.card-event:hover .card__image img {
    transform: scale(1.05); }
  .card.card-event::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #ffd100;
    transition: transform 0.15s ease-in-out; }
  .card.card-event > div {
    z-index: 2; }
  .card.card-event > a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-decoration: none;
    z-index: 3; }
  .card.card-event .card__image {
    margin-bottom: 0;
    overflow: hidden; }
    .card.card-event .card__image img {
      width: 100%;
      aspect-ratio: 335 / 210;
      object-fit: cover;
      transition: transform 0.3s ease-in-out; }
      @media (min-width: 1278px) {
        .card.card-event .card__image img {
          aspect-ratio: 390 / 160; } }
  .card.card-event .card__info {
    padding: 1.5rem 1rem; }
    @media (min-width: 1278px) {
      .card.card-event .card__info {
        padding: 2rem 1rem 1.5rem 1rem; } }
  .card.card-event .card__info-top {
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap; }
    .card.card-event .card__info-top .card__date {
      margin-bottom: 0.5rem;
      margin-right: 1.5rem;
      position: relative; }
      .card.card-event .card__info-top .card__date::after {
        content: "";
        position: absolute;
        height: 0.875rem;
        width: 1px;
        top: 0.125rem;
        right: -0.75rem;
        background-color: #ff7e00; }
    .card.card-event .card__info-top .card__type {
      color: #4a4949;
      font-size: 1rem;
      line-height: 1;
      margin-bottom: 0.5rem; }
  .card.card-event .card__date {
    color: #4a4949;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 1rem; }
  .card.card-event .card__title {
    font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif;
    color: #002b49;
    font-size: 1.375rem;
    line-height: 1.2;
    margin-bottom: 0.75rem; }
  .card.card-event .card__intro {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #002b49; }
    @media (min-width: 1278px) {
      .card.card-event .card__intro {
        -webkit-line-clamp: 3; } }
    .card.card-event .card__intro p:last-of-type {
      margin-bottom: 0; }
  .card.card-event .card__link {
    margin-top: 1.5rem; }
    .card.card-event .card__link span {
      font-size: 1rem;
      text-decoration: none;
      font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      color: #002b49;
      letter-spacing: 1.2px;
      line-height: 1.5; }
      .card.card-event .card__link span::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #ff7e00;
        transform: translate(6px, 8px);
        transition: transform 0.3s ease; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.ui-datepicker {
  z-index: 5 !important; }

.events-banner ~ .events-banner {
  display: none; }

.events-listing {
  background-color: #f9f9f9;
  padding-bottom: 4.75rem; }
  .events-listing .news {
    background-color: transparent; }
  .events-listing .loading-btn {
    border: none;
    color: #002b49;
    background-color: white;
    cursor: pointer;
    line-height: 1.22;
    padding: 14px 26px 15px 26px;
    font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-flex;
    font-size: 16px;
    min-width: 10.625rem;
    border-radius: 25px;
    text-decoration: none !important;
    justify-content: center;
    white-space: nowrap;
    margin: 0;
    letter-spacing: normal;
    width: auto;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
    color: white !important;
    background: transparent;
    overflow: hidden;
    margin-top: 2.5rem; }
    .events-listing .loading-btn::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(99deg, #c8102e, #ff7e00);
      z-index: -1;
      transition: opacity 0.25s linear;
      opacity: 1; }
    .events-listing .loading-btn::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
      z-index: -2; }
    .events-listing .loading-btn:hover {
      color: white;
      border-color: transparent; }
      .events-listing .loading-btn:hover::before {
        opacity: 0; }
    .events-listing .loading-btn img {
      display: none; }
  .events-listing .events-results-phive2 .events-results-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    margin: 0;
    padding-top: 0; }
    @media (min-width: 768px) {
      .events-listing .events-results-phive2 .events-results-wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1278px) {
      .events-listing .events-results-phive2 .events-results-wrapper {
        grid-template-columns: repeat(3, 1fr); } }
    .events-listing .events-results-phive2 .events-results-wrapper .card-event.phive-only {
      display: block; }
    .events-listing .events-results-phive2 .events-results-wrapper .card__wrapper > div {
      width: 100%;
      height: 100%; }
    .events-listing .events-results-phive2 .events-results-wrapper .col {
      display: none !important; }
  .events-listing .phive-events-filters {
    padding: 0;
    min-height: auto; }
    .events-listing .phive-events-filters #cop-events-search-form-wrapper {
      z-index: 10; }
    .events-listing .phive-events-filters form#cop-events-search-form {
      background-color: #c8102e;
      padding: 1rem;
      margin-bottom: 3rem;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap; }
      @media (min-width: 768px) {
        .events-listing .phive-events-filters form#cop-events-search-form {
          margin-bottom: 0.875rem;
          flex-direction: row; } }
      .events-listing .phive-events-filters form#cop-events-search-form .form-split {
        display: block;
        width: 100%;
        color: white;
        text-align: left;
        font-size: 18px;
        line-height: 1.5;
        margin-top: 16px;
        cursor: pointer;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: white'></polygon></svg>");
        background-size: 0.75rem;
        background-position: right 16px center;
        background-origin: content-box;
        background-repeat: no-repeat; }
        .events-listing .phive-events-filters form#cop-events-search-form .form-split + * {
          margin-top: 1rem; }
        .events-listing .phive-events-filters form#cop-events-search-form .form-split.showing {
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="32 24 0 24 16 0 32 24" style="fill: white"></polygon></svg>'); }
        .events-listing .phive-events-filters form#cop-events-search-form .form-split ~ * {
          display: none; }
      @media (min-width: 768px) {
        .events-listing .phive-events-filters form#cop-events-search-form .form-split {
          display: none; }
          .events-listing .phive-events-filters form#cop-events-search-form .form-split ~ * {
            display: block !important;
            margin-top: 0; } }
      @media (min-width: 1278px) {
        .events-listing .phive-events-filters form#cop-events-search-form {
          transform: translateY(-42px);
          padding: 1.625rem 2rem;
          margin-left: calc((100% - 1250px) / 2 + 16px); } }
      .events-listing .phive-events-filters form#cop-events-search-form .form-item {
        display: none;
        margin-bottom: 0.5rem;
        padding-right: 0; }
        @media (min-width: 768px) {
          .events-listing .phive-events-filters form#cop-events-search-form .form-item {
            margin-right: 1rem;
            margin-bottom: 0;
            display: block; } }
        @media (min-width: 1278px) {
          .events-listing .phive-events-filters form#cop-events-search-form .form-item {
            margin-right: 1.5rem;
            max-width: 320px; } }
        .events-listing .phive-events-filters form#cop-events-search-form .form-item.form-item-keywords {
          display: block !important;
          opacity: 1 !important; }
        .events-listing .phive-events-filters form#cop-events-search-form .form-item.js-form-item-min, .events-listing .phive-events-filters form#cop-events-search-form .form-item.js-form-item-max {
          display: none !important; }
      .events-listing .phive-events-filters form#cop-events-search-form .multi-select-container {
        height: 3rem;
        z-index: 5; }
        .events-listing .phive-events-filters form#cop-events-search-form .multi-select-container .multi-select-button {
          padding: 0.625rem 1rem; }
          .events-listing .phive-events-filters form#cop-events-search-form .multi-select-container .multi-select-button::after {
            top: 1.25rem;
            border-color: black transparent transparent transparent; }
        .events-listing .phive-events-filters form#cop-events-search-form .multi-select-container .multi-select-menuitem {
          padding: 0.5rem 1rem;
          cursor: pointer;
          background-color: white;
          transition: background-color 0.3s ease; }
          .events-listing .phive-events-filters form#cop-events-search-form .multi-select-container .multi-select-menuitem:hover {
            background-color: #fafafa; }
          .events-listing .phive-events-filters form#cop-events-search-form .multi-select-container .multi-select-menuitem:not(:last-of-type) {
            border-bottom: 1px solid #fafafa; }
      .events-listing .phive-events-filters form#cop-events-search-form input[type="text"] {
        margin-bottom: 0;
        height: 48px;
        border: 0;
        padding: 0.75rem 1.5rem 0.75rem 1rem;
        color: #4a4949;
        font-size: 16px;
        line-height: 1.5;
        box-shadow: none;
        background: white url("../images/loupe.svg") no-repeat right 16px center; }
        .events-listing .phive-events-filters form#cop-events-search-form input[type="text"]#edit-event-date-range {
          background: white url("../images/events-calendar-dark.svg") no-repeat right 14px center; }
      .events-listing .phive-events-filters form#cop-events-search-form .form-type-select select,
      .events-listing .phive-events-filters form#cop-events-search-form input[type="text"].hasDatepicker {
        margin-bottom: 0;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%0, 0, 0%29'></polygon></svg>");
        background-size: 0.75rem;
        background-position: right -8px center;
        background-origin: content-box;
        background-repeat: no-repeat;
        padding: 0.75rem 1.5rem 0.75rem 1rem;
        height: 48px;
        border: 0;
        color: #4a4949;
        font-size: 16px;
        line-height: 1.5;
        box-shadow: none;
        cursor: pointer; }
        .events-listing .phive-events-filters form#cop-events-search-form .form-type-select select::placeholder,
        .events-listing .phive-events-filters form#cop-events-search-form input[type="text"].hasDatepicker::placeholder {
          color: #4a4949; }
      .events-listing .phive-events-filters form#cop-events-search-form button {
        border: none;
        color: #002b49;
        background-color: white;
        cursor: pointer;
        line-height: 1.22;
        padding: 14px 26px 15px 26px;
        font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
        font-weight: bold;
        display: inline-flex;
        font-size: 16px;
        min-width: 10.625rem;
        border-radius: 25px;
        text-decoration: none !important;
        justify-content: center;
        white-space: nowrap;
        margin: 0;
        letter-spacing: normal;
        width: auto;
        transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
        position: relative;
        overflow: hidden;
        z-index: 2;
        height: auto; }
        .events-listing .phive-events-filters form#cop-events-search-form button::before {
          position: absolute;
          content: "";
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: linear-gradient(101deg, #a032ff -16%, #ff008d 120%);
          z-index: -1;
          transition: opacity 0.25s linear;
          opacity: 0; }
        .events-listing .phive-events-filters form#cop-events-search-form button:hover {
          color: white; }
          .events-listing .phive-events-filters form#cop-events-search-form button:hover::before {
            opacity: 1; }
        @media (min-width: 1278px) {
          .events-listing .phive-events-filters form#cop-events-search-form button {
            margin-left: 1.5rem; } }
        .events-listing .phive-events-filters form#cop-events-search-form button svg,
        .events-listing .phive-events-filters form#cop-events-search-form button span {
          display: none; }

.card-event.phive-only,
.card-event.pas-only {
  display: none; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.quick-links__wrapper {
  background-color: #f9f9f9;
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important; }
  @media (min-width: 1278px) {
    .quick-links__wrapper {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important; } }
.quick-links__content .field--name-field-quick-links-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: -0.5rem; }
  .quick-links__content .field--name-field-quick-links-cards > .field--item,
  .quick-links__content .field--name-field-quick-links-cards > .more-less {
    margin: 0.5rem;
    width: calc((100% - (16px * 2)) / 2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease; }
    @media (min-width: 575px) {
      .quick-links__content .field--name-field-quick-links-cards > .field--item,
      .quick-links__content .field--name-field-quick-links-cards > .more-less {
        width: calc((100% - (16px * 3)) / 3); } }
    @media (min-width: 768px) {
      .quick-links__content .field--name-field-quick-links-cards > .field--item,
      .quick-links__content .field--name-field-quick-links-cards > .more-less {
        width: calc((100% - (16px * 4)) / 4); } }
    @media (min-width: 1278px) {
      .quick-links__content .field--name-field-quick-links-cards > .field--item,
      .quick-links__content .field--name-field-quick-links-cards > .more-less {
        width: calc((100% - (16px * 6)) / 6); } }
    .quick-links__content .field--name-field-quick-links-cards > .field--item.show,
    .quick-links__content .field--name-field-quick-links-cards > .more-less.show {
      opacity: 1;
      visibility: visible; }
  .quick-links__content .field--name-field-quick-links-cards > .more-less {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d0d0ce;
    cursor: pointer;
    background: transparent; }
    .quick-links__content .field--name-field-quick-links-cards > .more-less span {
      margin: 0;
      font-size: 1.0625rem;
      font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif;
      color: #00b8de;
      padding-right: 1.5rem;
      position: relative;
      line-height: 1;
      transition: transform 0.15s ease; }
      .quick-links__content .field--name-field-quick-links-cards > .more-less span::before, .quick-links__content .field--name-field-quick-links-cards > .more-less span::after {
        content: "";
        position: absolute;
        width: 1rem;
        height: 0.125rem;
        background: #00b8de;
        right: 0;
        top: 50%; }
      .quick-links__content .field--name-field-quick-links-cards > .more-less span::after {
        height: 1rem;
        width: 0.125rem;
        right: 0.4375rem;
        top: 0.125rem;
        opacity: 0;
        transition: opacity 0.3s ease; }
    .quick-links__content .field--name-field-quick-links-cards > .more-less:not(.more):hover span {
      transform: scale(0.95); }
    .quick-links__content .field--name-field-quick-links-cards > .more-less.more span::after {
      opacity: 1; }
    .quick-links__content .field--name-field-quick-links-cards > .more-less.more:hover span {
      transform: scale(1.05); }
  .quick-links__content .field--name-field-quick-links-cards > .field--item {
    position: relative; }
    .quick-links__content .field--name-field-quick-links-cards > .field--item::after {
      content: "";
      border-radius: 5px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      opacity: 0;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .quick-links__content .field--name-field-quick-links-cards > .field--item:hover::after {
      opacity: 1; }
    .quick-links__content .field--name-field-quick-links-cards > .field--item:nth-of-type(n + 13) {
      display: none; }
    .quick-links__content .field--name-field-quick-links-cards > .field--item > .paragraph {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      background-color: white;
      flex-direction: column;
      height: 100%;
      position: relative;
      padding: 1.5rem 1rem; }
      .quick-links__content .field--name-field-quick-links-cards > .field--item > .paragraph img {
        width: 3.125rem;
        height: 3.125rem;
        object-fit: contain; }
      .quick-links__content .field--name-field-quick-links-cards > .field--item > .paragraph .field--name-field-title {
        text-align: center;
        font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif;
        margin-top: 0.75rem; }
      .quick-links__content .field--name-field-quick-links-cards > .field--item > .paragraph .field--type-link a {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }

body.path-pac .quick-links__content .field--name-field-quick-links-cards > .field--item,
body.page-node-type-pac-homepage .quick-links__content .field--name-field-quick-links-cards > .field--item,
body.page-node-type-pac-page .quick-links__content .field--name-field-quick-links-cards > .field--item {
  color: #3500d7; }
  body.path-pac .quick-links__content .field--name-field-quick-links-cards > .field--item:nth-of-type(n + 7),
  body.page-node-type-pac-homepage .quick-links__content .field--name-field-quick-links-cards > .field--item:nth-of-type(n + 7),
  body.page-node-type-pac-page .quick-links__content .field--name-field-quick-links-cards > .field--item:nth-of-type(n + 7) {
    display: none; }
body.path-pac .quick-links__content .field--name-field-quick-links-cards > .more-less span,
body.page-node-type-pac-homepage .quick-links__content .field--name-field-quick-links-cards > .more-less span,
body.page-node-type-pac-page .quick-links__content .field--name-field-quick-links-cards > .more-less span {
  color: #3500d7; }
  body.path-pac .quick-links__content .field--name-field-quick-links-cards > .more-less span::before, body.path-pac .quick-links__content .field--name-field-quick-links-cards > .more-less span::after,
  body.page-node-type-pac-homepage .quick-links__content .field--name-field-quick-links-cards > .more-less span::before,
  body.page-node-type-pac-homepage .quick-links__content .field--name-field-quick-links-cards > .more-less span::after,
  body.page-node-type-pac-page .quick-links__content .field--name-field-quick-links-cards > .more-less span::before,
  body.page-node-type-pac-page .quick-links__content .field--name-field-quick-links-cards > .more-less span::after {
    background: #3500d7; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.paragraph-membership__wrapper {
  padding: 0 1rem; }
  @media (min-width: 1150px) {
    .paragraph-membership__wrapper {
      padding: 0 1.5rem; } }
.paragraph-membership__content-intro {
  margin-bottom: 3.375rem; }
.paragraph-membership__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -1.25rem; }
  @media (min-width: 1150px) {
    .paragraph-membership__items {
      flex-wrap: nowrap; } }
  @media (min-width: 1150px) {
    .paragraph-membership__items.count-3 > .paragraph-membership__item {
      flex: 0 0 calc((100% - 40px) / 3); } }
  @media (min-width: 1150px) {
    .paragraph-membership__items.count-4 > .paragraph-membership__item {
      flex: 0 0 calc((100% - 60px) / 4); } }
.paragraph-membership__item {
  width: 100%;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .paragraph-membership__item {
      flex: 0 0 calc((100% - 20px) / 2); } }
  .paragraph-membership__item *,
  .paragraph-membership__item p {
    font-family: "parramatta-regular", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif; }
  .paragraph-membership__item-header {
    position: relative;
    overflow: hidden;
    padding: 2rem 1.5rem 3.5rem 1.5rem; }
    .paragraph-membership__item-header::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 24.25rem;
      height: 13.625rem;
      min-width: 101%;
      z-index: 0; }
    .paragraph-membership__item-header * {
      color: #3500d7 !important; }
    .paragraph-membership__item-header > * {
      position: relative;
      z-index: 2; }
  .paragraph-membership__item:nth-child(1) .paragraph-membership__item-header {
    background-color: #3500d7; }
    .paragraph-membership__item:nth-child(1) .paragraph-membership__item-header::before {
      background: white url("../images/membership-bg-1.svg") no-repeat;
      background-size: cover;
      background-position: left bottom 1px; }
    .paragraph-membership__item:nth-child(1) .paragraph-membership__item-header * {
      color: #fff !important; }
  .paragraph-membership__item:nth-child(2) .paragraph-membership__item-header {
    background-color: #00fbfe; }
    .paragraph-membership__item:nth-child(2) .paragraph-membership__item-header::before {
      background: white url("../images/membership-bg-2.svg") no-repeat;
      background-size: cover;
      background-position: left bottom 1px; }
  .paragraph-membership__item:nth-child(3) .paragraph-membership__item-header {
    background-color: #acffff; }
    .paragraph-membership__item:nth-child(3) .paragraph-membership__item-header::before {
      background: white url("../images/membership-bg-3.svg") no-repeat;
      background-size: cover;
      background-position: left bottom 1px; }
  .paragraph-membership__item:nth-child(4) .paragraph-membership__item-header {
    background-color: #d6ffff; }
    .paragraph-membership__item:nth-child(4) .paragraph-membership__item-header::before {
      background: white url("../images/membership-bg-4.svg") no-repeat;
      background-size: cover;
      background-position: left bottom 1px; }
  .paragraph-membership__item-release-heading {
    font-size: 1rem;
    line-height: 0.875rem;
    margin-bottom: 0.5rem; }
    .paragraph-membership__item-release-heading * {
      font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif; }
  .paragraph-membership__item-membership-heading {
    margin-bottom: 0.5rem; }
  .paragraph-membership__item-terms {
    margin-bottom: 2rem; }
    .paragraph-membership__item-terms *,
    .paragraph-membership__item-terms p {
      margin-bottom: 0.5rem;
      font-size: 0.875rem;
      line-height: 1; }
  .paragraph-membership__item-price-heading, .paragraph-membership__item-price-frequency {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 0.5rem; }
  .paragraph-membership__item-price {
    font-size: 3.375rem;
    line-height: 1;
    margin-bottom: 0.5rem; }
    .paragraph-membership__item-price * {
      font-family: "parramatta-bold", "DidotLT-Roman", Georgia, "Times New Roman", Times, serif; }
  .paragraph-membership__item-price-frequency {
    margin-bottom: 0; }
  .paragraph-membership__item-content {
    padding: 0 1.5rem; }
    .paragraph-membership__item-content * {
      color: #002b49; }
  .paragraph-membership__item-features {
    margin-bottom: 1.5rem; }
    .paragraph-membership__item-features .field--item {
      margin: 0.5rem 0;
      padding-left: 2rem;
      position: relative;
      font-size: 1.125rem;
      line-height: 1.5; }
      .paragraph-membership__item-features .field--item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.125rem;
        background: url("../images/check-1.svg") no-repeat;
        background-size: contain;
        width: 1.5rem;
        height: 1.5rem; }
  .paragraph-membership__item-details p {
    line-height: 1.5;
    margin-bottom: 1rem; }
    .paragraph-membership__item-details p:last-of-type {
      margin-bottom: 0; }
  .paragraph-membership__item-footer {
    padding: 1.5rem 1.5rem 2rem 1.5rem; }
  .paragraph-membership__item-button.primary-button a {
    border: none;
    color: white;
    background-color: #3500d7;
    cursor: pointer;
    line-height: 1.22;
    padding: 14px 26px 15px 26px;
    font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-flex;
    font-size: 16px;
    min-width: 10.625rem;
    border-radius: 25px;
    text-decoration: none !important;
    justify-content: center;
    white-space: nowrap;
    margin: 0;
    letter-spacing: normal;
    width: auto;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    z-index: 2;
    padding: 0.6875rem 2.375rem 0.75rem 2.375rem;
    border: 2px solid #3500d7;
    color: white !important; }
    .paragraph-membership__item-button.primary-button a:hover {
      background-color: white !important;
      color: #3500d7 !important; }
  .paragraph-membership__item-button.outline-button a {
    border: none;
    color: #3500d7;
    background-color: white;
    cursor: pointer;
    line-height: 1.22;
    padding: 14px 26px 15px 26px;
    font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-flex;
    font-size: 16px;
    min-width: 10.625rem;
    border-radius: 25px;
    text-decoration: none !important;
    justify-content: center;
    white-space: nowrap;
    margin: 0;
    letter-spacing: normal;
    width: auto;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    z-index: 2;
    padding: 0.75rem 2.5rem 0.875rem 2.5rem;
    color: #3500d7 !important;
    border: 2px solid #3500d7 !important;
    padding-top: 0.6875rem;
    padding-bottom: 0.75rem; }
    .paragraph-membership__item-button.outline-button a:hover {
      color: white !important;
      background-color: #3500d7 !important; }
      .paragraph-membership__item-button.outline-button a:hover::before {
        display: none; }
  .paragraph-membership__item-button.disabled-button a {
    border: none;
    color: #3500d7;
    background-color: white;
    cursor: pointer;
    line-height: 1.22;
    padding: 14px 26px 15px 26px;
    font-family: "parramatta-bold", "ProximaNova-regular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-flex;
    font-size: 16px;
    min-width: 10.625rem;
    border-radius: 25px;
    text-decoration: none !important;
    justify-content: center;
    white-space: nowrap;
    margin: 0;
    letter-spacing: normal;
    width: auto;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    z-index: 2;
    padding: 0.75rem 2.5rem 0.875rem 2.5rem;
    color: #3500d7 !important;
    pointer-events: none;
    border: 2px solid #6c6c6c !important;
    color: #6c6c6c !important;
    padding: 0.6875rem 1.5rem 0.75rem 1.5rem; }
    .paragraph-membership__item-button.disabled-button a:hover {
      color: white !important;
      background-color: #3500d7 !important; }
      .paragraph-membership__item-button.disabled-button a:hover::before {
        display: none; }

/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
@font-face {
  font-family: 'parramatta';
  src: url("../fonts/parramatta/parramatta.eot?umsi76");
  src: url("../fonts/parramatta/parramatta.eot?umsi76#iefix") format("embedded-opentype"), url("../fonts/parramatta/parramatta.ttf?umsi76") format("truetype"), url("../fonts/parramatta/parramatta.woff?umsi76") format("woff"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-regular';
  src: url("../fonts/parramatta/Parramatta-Regular.otf") format("opentype"), url("../fonts/parramatta/parramatta.svg?umsi76#parramatta") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'parramatta-bold';
  src: url("../fonts/parramatta/Parramatta-Bold.eot");
  src: url("../fonts/parramatta/Parramatta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parramatta/Parramatta-Bold.woff2") format("woff2"), url("../fonts/parramatta/Parramatta-Bold.woff") format("woff"), url("../fonts/parramatta/Parramatta-Bold.ttf") format("truetype"), url("../fonts/parramatta/Parramatta-Bold.svg#Parramatta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'parramatta-semibold';
  src: url("../fonts/parramatta/Parramatta-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_0_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_0_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_1_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_1_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'DidotLT-Roman';
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot");
  src: url("../fonts/sitefont/didot/31FD7D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/didot/31FD7D_2_0.woff2") format("woff2"), url("../fonts/sitefont/didot/31FD7D_2_0.woff") format("woff"), url("../fonts/sitefont/didot/31FD7D_2_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_6_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_C_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_12_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_12_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot");
  src: url("../fonts/sitefont/proximanova/31FD7D_19_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sitefont/proximanova/31FD7D_19_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* stylelint-disable */
.paragraph-list-items__list {
  display: flex;
  flex-wrap: wrap; }
  .paragraph-list-items__list li {
    width: 100%; }
    @media (min-width: 480px) {
      .paragraph-list-items__list li {
        width: 50%; } }
    @media (min-width: 768px) {
      .paragraph-list-items__list li {
        width: calc(100% / 3); } }

.page-node-type-phive-page .paragraph-list-items__wrapper {
  padding: 0 0.9375rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem; }
  @media (min-width: 1278px) {
    .page-node-type-phive-page .paragraph-list-items__wrapper {
      margin-top: 5rem;
      margin-bottom: 5rem; } }

.pa-container {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto; }

.pa-text-intro {
  font-size: 16px;
  color: #000; }
  @media (min-width: 768px) {
    .pa-text-intro {
      font-size: 18px; } }

.pa-button-link, .pa-button-link-blue, .pa-button-link-white, .full-width-promotion-block__cta a, .homepage-hero-banner-item__cta a, .promotion-block-and-embed-form .promotion-block__cta a, .paragraph-latest-news-feed .block-header .button-view-all {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #00b8de;
  display: flex;
  align-items: center; }
  .pa-button-link:hover, .pa-button-link-blue:hover, .pa-button-link-white:hover, .full-width-promotion-block__cta a:hover, .homepage-hero-banner-item__cta a:hover, .promotion-block-and-embed-form .promotion-block__cta a:hover, .paragraph-latest-news-feed .block-header .button-view-all:hover {
    color: #00b8de;
    text-decoration: underline; }
  @media (min-width: 768px) {
    .pa-button-link, .pa-button-link-blue, .pa-button-link-white, .full-width-promotion-block__cta a, .homepage-hero-banner-item__cta a, .promotion-block-and-embed-form .promotion-block__cta a, .paragraph-latest-news-feed .block-header .button-view-all {
      font-size: 18px; } }
  .pa-button-link:after, .pa-button-link-blue:after, .pa-button-link-white:after, .full-width-promotion-block__cta a:after, .homepage-hero-banner-item__cta a:after, .promotion-block-and-embed-form .promotion-block__cta a:after, .paragraph-latest-news-feed .block-header .button-view-all:after {
    content: '';
    display: inline-block;
    background-image: url("/themes/custom/cop/images/arrow-right-teal.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 22px;
    height: 16px;
    margin-left: 5px; }

.pa-button-link-blue {
  color: #0055a3; }
  .pa-button-link-blue:hover {
    color: #0055a3;
    text-decoration: underline; }
  .pa-button-link-blue:after {
    background-image: url("/themes/custom/cop/images/arrow-right-blue.svg"); }

.pa-button-link-white, .full-width-promotion-block__cta a {
  color: #fff; }
  .pa-button-link-white:hover, .full-width-promotion-block__cta a:hover {
    color: #fff;
    text-decoration: underline; }
  .pa-button-link-white:after, .full-width-promotion-block__cta a:after {
    background-image: url("/themes/custom/cop/images/arrow-right-white.svg"); }

.heading-1,
.heading-2,
.promotion-block-and-embed-form .form-embed h2,
.heading-3,
.paragraph-latest-news-feed .col-wrap .event-title {
  font-family: "Parramatta", sans-serif;
  font-weight: bold; }

.heading-1 {
  font-size: 32px;
  line-height: 1.15; }
  @media (min-width: 1200px) {
    .heading-1 {
      font-size: 40px; } }

.heading-2, .promotion-block-and-embed-form .form-embed h2 {
  font-size: 24px;
  line-height: 1.21; }
  @media (min-width: 1200px) {
    .heading-2, .promotion-block-and-embed-form .form-embed h2 {
      font-size: 28px; } }

.heading-3, .paragraph-latest-news-feed .col-wrap .event-title {
  font-size: 16px;
  line-height: 1.4; }
  @media (min-width: 1200px) {
    .heading-3, .paragraph-latest-news-feed .col-wrap .event-title {
      font-size: 18px; } }

#web-messenger-container {
  max-height: calc(100% - 80px); }

.news-box__bg.default-background {
  background-position: left center; }

.homepage-hero-banner-item {
  background-color: #002b49;
  display: flex;
  flex-direction: column; }
  @media (min-width: 920px) {
    .homepage-hero-banner-item {
      min-height: 620px;
      flex-direction: row; }
      .homepage-hero-banner-item .homepage-hero-banner-item__content {
        padding-left: 3rem; } }
  @media (min-width: 1250px) {
    .homepage-hero-banner-item {
      flex-direction: row; }
      .homepage-hero-banner-item .homepage-hero-banner-item__content {
        padding-right: calc((100vw - 1250px) / 2 + 1rem); } }
  @media (min-width: 1440px) {
    .homepage-hero-banner-item {
      flex-direction: row; }
      .homepage-hero-banner-item .homepage-hero-banner-item__content {
        padding-left: 5rem; } }
  .homepage-hero-banner-item__image {
    width: 100%;
    aspect-ratio: 375/220;
    position: relative;
    overflow: hidden;
    min-height: 220px;
    clip-path: ellipse(75% 100% at 50% 0%); }
    @media (min-width: 920px) {
      .homepage-hero-banner-item__image {
        width: 54.5%;
        clip-path: ellipse(100% 125% at 0% 50%); } }
    .homepage-hero-banner-item__image::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      pointer-events: none; }
    .homepage-hero-banner-item__image div,
    .homepage-hero-banner-item__image a {
      display: block;
      height: 100%; }
    .homepage-hero-banner-item__image a {
      pointer-events: none; }
    .homepage-hero-banner-item__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      z-index: 3;
      clip-path: ellipse(75% 100% at 50% 0%);
      transform: translateY(-16px);
      pointer-events: none; }
      @media (min-width: 920px) {
        .homepage-hero-banner-item__image img {
          clip-path: ellipse(100% 125% at 0% 50%);
          transform: translateX(-28px); } }
  .homepage-hero-banner-item__content {
    padding-top: 2rem;
    padding-bottom: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    position: relative;
    z-index: 1; }
  .homepage-hero-banner-item__title, .homepage-hero-banner-item__intro {
    color: #fff !important; }
  .homepage-hero-banner-item__title {
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .homepage-hero-banner-item__title {
        margin-bottom: 1.25rem; } }
  .homepage-hero-banner-item__cta {
    margin-top: 1.5rem; }
  .homepage-hero-banner-item__video {
    display: none; }
  .homepage-hero-banner-item__play-icon {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    height: 50px !important; }
    .homepage-hero-banner-item__play-icon:hover {
      transform: translate(-50%, -50%) scale(1.05); }
    .homepage-hero-banner-item__play-icon svg {
      width: 50px; }

.homepage-hero-banner-carousel {
  background-color: #002b49;
  position: relative; }
  .homepage-hero-banner-carousel .swiper-pagination,
  .homepage-hero-banner-carousel .swiper-button-prev,
  .homepage-hero-banner-carousel .swiper-button-next {
    position: relative; }
  .homepage-hero-banner-carousel .swiper-button-prev,
  .homepage-hero-banner-carousel .swiper-button-next {
    width: 36px;
    height: 36px;
    aspect-ratio: 1/1;
    background-color: #00b2d0;
    border-radius: 100%;
    flex-shrink: 0;
    transform: translateY(4px); }
    @media (min-width: 920px) {
      .homepage-hero-banner-carousel .swiper-button-prev,
      .homepage-hero-banner-carousel .swiper-button-next {
        width: 48px;
        height: 48px; } }
    .homepage-hero-banner-carousel .swiper-button-prev:after,
    .homepage-hero-banner-carousel .swiper-button-next:after {
      color: white;
      font-size: 16px; }
  .homepage-hero-banner-carousel .swiper-pagination {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    /* Style the play/pause icons */
    /* Style the progress animation */ }
    .homepage-hero-banner-carousel .swiper-pagination .swiper-pagination-bullet {
      background-color: #fff;
      opacity: 1;
      margin: 0 8px !important;
      transition: margin 0.2s ease-in-out, opacity 0.2s ease-in;
      width: 8px;
      height: 8px;
      transform: rotate(45deg); }
      .homepage-hero-banner-carousel .swiper-pagination .swiper-pagination-bullet::before {
        content: "";
        border: 0 solid rgba(255, 255, 255, 0.5); }
      .homepage-hero-banner-carousel .swiper-pagination .swiper-pagination-bullet::after {
        content: "";
        transform: rotate(-45deg);
        border: 0 solid transparent; }
      .homepage-hero-banner-carousel .swiper-pagination .swiper-pagination-bullet:not(.ready) {
        opacity: 0; }
    .homepage-hero-banner-carousel .swiper-pagination .swiper-pagination-bullet-active {
      background-color: transparent;
      width: 32px;
      height: 32px;
      opacity: 1; }
      .homepage-hero-banner-carousel .swiper-pagination .swiper-pagination-bullet-active::before, .homepage-hero-banner-carousel .swiper-pagination .swiper-pagination-bullet-active::after {
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .homepage-hero-banner-carousel .swiper-pagination .swiper-pagination-bullet-active.ready::before {
      background-image: url("/themes/custom/cop/styleguide-2020/images/icons/pause-icon.svg");
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: center;
      border-width: 2px;
      border-top-color: white;
      border-right-color: white;
      border-bottom-color: white;
      border-radius: 50%;
      transform: none;
      transition: border-top-color 1s cubic-bezier(1, 0, 1, 0), border-right-color 1s cubic-bezier(1, 0, 1, 0) 1s, border-bottom-color 1s cubic-bezier(1, 0, 1, 0) 2s; }
    .homepage-hero-banner-carousel .swiper-pagination .swiper-pagination-bullet-active.ready::after {
      border-radius: 50%;
      border-top: 2px solid white;
      border-left-width: 2px;
      border-right-width: 2px;
      transform: rotate(270deg);
      transition: transform 4s linear, border-left-width 0s linear 3.5s; }
    .homepage-hero-banner-carousel .swiper-pagination .swiper-pagination-bullet-active.pagination-dot-paused::before {
      background-image: url("/themes/custom/cop/styleguide-2020/images/icons/play-icon.svg");
      background-size: 11px;
      background-position: 7px 10px;
      border: 2px solid rgba(255, 255, 255, 0.5);
      transition: none; }
    .homepage-hero-banner-carousel .swiper-pagination .swiper-pagination-bullet-active.pagination-dot-paused::after {
      border-color: transparent;
      transition: none;
      transform: rotate(-45deg); }
  .homepage-hero-banner-carousel .slider-controls {
    position: absolute;
    left: 0;
    bottom: 2rem; }
    .homepage-hero-banner-carousel .slider-controls .slide-control-wrap {
      display: flex;
      align-items: center;
      width: fit-content; }
    @media (min-width: 920px) {
      .homepage-hero-banner-carousel .slider-controls {
        width: calc(45.5% - 3rem);
        left: unset;
        right: 1rem; } }
    @media (min-width: 1440px) {
      .homepage-hero-banner-carousel .slider-controls {
        width: calc(45.5% - 5rem); } }

#homepage-banner-video-player {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  #homepage-banner-video-player.is-open {
    opacity: 1;
    visibility: visible; }
    #homepage-banner-video-player.is-open .homepage-hero-banner-item__video {
      display: block;
      width: 100%;
      height: 100%; }
  #homepage-banner-video-player button.close {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 2;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease;
    cursor: pointer; }
    @media (max-width: 1200px) {
      #homepage-banner-video-player button.close {
        top: 5rem; } }
    #homepage-banner-video-player button.close::before, #homepage-banner-video-player button.close::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1px;
      height: 100%;
      background-color: white;
      transform: translate(-50%, -50%) rotate(45deg); }
    #homepage-banner-video-player button.close::after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    #homepage-banner-video-player button.close:hover {
      transform: scale(1.1); }
  #homepage-banner-video-player div {
    height: 100%; }
  #homepage-banner-video-player .field--name-field-media-image {
    width: 100%; }
  #homepage-banner-video-player .video-embed-field-responsive-video {
    display: flex; }
    #homepage-banner-video-player .video-embed-field-responsive-video:after {
      display: none; }
  #homepage-banner-video-player iframe,
  #homepage-banner-video-player video {
    position: absolute;
    width: calc(100% - 32px);
    max-width: 75rem;
    height: auto;
    margin: auto;
    aspect-ratio: 16/ 9;
    opacity: 0;
    transition: opacity 0.3s ease; }
    #homepage-banner-video-player iframe.iframe-loaded,
    #homepage-banner-video-player video.iframe-loaded {
      opacity: 1; }

.promotion-block-and-embed-form {
  background-color: #fbfbfb;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 920px) {
    .promotion-block-and-embed-form {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .promotion-block-and-embed-form__wrapper {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 920px) {
      .promotion-block-and-embed-form__wrapper {
        display: flex;
        justify-content: space-between; } }
  .promotion-block-and-embed-form .promotion-block {
    background-color: white;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 4rem; }
    @media (min-width: 920px) {
      .promotion-block-and-embed-form .promotion-block {
        width: calc(50% - 20px);
        margin-bottom: 0; } }
    .promotion-block-and-embed-form .promotion-block__content {
      padding: 1rem; }
    .promotion-block-and-embed-form .promotion-block__image {
      width: 100%;
      aspect-ratio: 612/217;
      overflow: hidden; }
      @media (min-width: 640px) {
        .promotion-block-and-embed-form .promotion-block__image {
          min-height: 202px; } }
      .promotion-block-and-embed-form .promotion-block__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .promotion-block-and-embed-form .promotion-block__title {
      margin-bottom: 16px;
      color: black; }
    .promotion-block-and-embed-form .promotion-block__cta {
      position: absolute;
      bottom: 2rem; }
  .promotion-block-and-embed-form .form-embed {
    background-color: white;
    padding: 1rem; }
    .promotion-block-and-embed-form .form-embed h2 {
      font-weight: 800;
      color: black; }
    .promotion-block-and-embed-form .form-embed p {
      font-size: 1.125rem;
      color: black; }
      .promotion-block-and-embed-form .form-embed p:last-of-type {
        margin-bottom: 0; }
    @media (min-width: 920px) {
      .promotion-block-and-embed-form .form-embed {
        width: calc(50% - 20px); } }

.full-width-promotion-block {
  display: flex;
  flex-direction: column; }
  .full-width-promotion-block.pink {
    background-color: #ff018c; }
  .full-width-promotion-block.navy {
    background-color: #002b49; }
  .full-width-promotion-block.aqua {
    background-color: #00b8de; }
  @media (min-width: 920px) {
    .full-width-promotion-block {
      flex-direction: row; }
      .full-width-promotion-block.media-left .full-width-promotion-block__content {
        padding-left: 3rem; }
      .full-width-promotion-block.media-right {
        flex-direction: row-reverse; }
        .full-width-promotion-block.media-right .full-width-promotion-block__image {
          clip-path: ellipse(100% 125% at 100% 50%); }
        .full-width-promotion-block.media-right .full-width-promotion-block__content {
          padding-right: 3rem; } }
  @media (min-width: 1250px) {
    .full-width-promotion-block {
      flex-direction: row; }
      .full-width-promotion-block.media-left .full-width-promotion-block__content {
        padding-right: calc((100vw - 1250px) / 2 + 1rem); }
      .full-width-promotion-block.media-right .full-width-promotion-block__content {
        padding-left: calc((100vw - 1250px) / 2 + 1rem); } }
  @media (min-width: 1440px) {
    .full-width-promotion-block {
      flex-direction: row; }
      .full-width-promotion-block.media-left .full-width-promotion-block__content {
        padding-left: 5rem; }
      .full-width-promotion-block.media-right .full-width-promotion-block__content {
        padding-right: 5rem; } }
  .full-width-promotion-block__image {
    width: 100%;
    aspect-ratio: 375/220;
    overflow: hidden;
    position: relative;
    min-height: 220px;
    clip-path: ellipse(75% 100% at 50% 0%); }
    @media (min-width: 920px) {
      .full-width-promotion-block__image {
        width: 54.5%;
        clip-path: ellipse(100% 125% at 0% 50%); } }
    .full-width-promotion-block__image div,
    .full-width-promotion-block__image a {
      display: block;
      height: 100%; }
    .full-width-promotion-block__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .full-width-promotion-block__content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1; }
  .full-width-promotion-block__title, .full-width-promotion-block__intro {
    color: #fff !important; }
  .full-width-promotion-block__title {
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .full-width-promotion-block__title {
        margin-bottom: 1.5rem; } }
  .full-width-promotion-block__cta {
    margin-top: 1.5rem; }

.paragraph-latest-news-feed {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 1024px) {
    .paragraph-latest-news-feed {
      margin-top: 3rem;
      margin-bottom: 3rem; } }
  .paragraph-latest-news-feed__wrapper {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 1024px) {
      .paragraph-latest-news-feed__wrapper {
        display: flex; } }
  .paragraph-latest-news-feed .whats-on-events {
    width: 100%;
    margin-bottom: 2rem; }
    @media (min-width: 1024px) {
      .paragraph-latest-news-feed .whats-on-events {
        margin-bottom: 0;
        width: 65%;
        padding-right: 40px;
        border-right: 1px solid #e9e9e9; } }
    .paragraph-latest-news-feed .whats-on-events .swiper-slide {
      height: auto; }
      .paragraph-latest-news-feed .whats-on-events .swiper-slide > a {
        height: 100%; }
  .paragraph-latest-news-feed .group-latest-updates {
    flex: 1; }
    @media (min-width: 1024px) {
      .paragraph-latest-news-feed .group-latest-updates {
        padding-left: 40px; } }
  .paragraph-latest-news-feed .block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem; }
    .paragraph-latest-news-feed .block-header h2 {
      margin-bottom: 0;
      margin-right: 1.5rem;
      color: #000; }
  .paragraph-latest-news-feed .col-wrap {
    display: block;
    color: #0055a3; }
    .paragraph-latest-news-feed .col-wrap .event-title {
      display: inline;
      color: #0055a3; }
  .paragraph-latest-news-feed a.col-wrap:hover .event-title {
    text-decoration: underline; }
  .paragraph-latest-news-feed .tags {
    margin-bottom: 4px;
    font-size: 15px;
    color: #757575; }
    .paragraph-latest-news-feed .tags span {
      margin-bottom: 0; }
    .paragraph-latest-news-feed .tags .event-date {
      display: inline-block; }
  @media (min-width: 1024px) {
    .paragraph-latest-news-feed .whats-on-items-listing .swiper-wrapper {
      flex-direction: column; } }
  .paragraph-latest-news-feed .whats-on-items-listing .col {
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9; }
    @media (min-width: 1024px) {
      .paragraph-latest-news-feed .whats-on-items-listing .col {
        flex-direction: row-reverse;
        margin-bottom: 1.5rem; } }
    .paragraph-latest-news-feed .whats-on-items-listing .col:hover .event-title {
      text-decoration: underline; }
    .paragraph-latest-news-feed .whats-on-items-listing .col:hover .image-block img {
      transform: scale(1.1); }
  .paragraph-latest-news-feed .whats-on-items-listing .image-block {
    width: 100%;
    aspect-ratio: 310/203;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .paragraph-latest-news-feed .whats-on-items-listing .image-block {
        aspect-ratio: none;
        width: 40%; } }
    .paragraph-latest-news-feed .whats-on-items-listing .image-block img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.7s; }
  .paragraph-latest-news-feed .whats-on-items-listing .content-block {
    padding: 1rem;
    flex: 1; }
    @media (min-width: 1024px) {
      .paragraph-latest-news-feed .whats-on-items-listing .content-block {
        padding-right: 3rem; } }
    .paragraph-latest-news-feed .whats-on-items-listing .content-block .event-description {
      font-size: 16px;
      line-height: 1.5;
      color: #333f48; }
  .paragraph-latest-news-feed .update-item {
    margin-bottom: 1.5rem; }
    .paragraph-latest-news-feed .update-item:last-of-type {
      margin-bottom: 0; }
  .paragraph-latest-news-feed .on-exhibition {
    margin-top: 2rem; }

.quick-links-home {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9; }
  @media (min-width: 768px) {
    .quick-links-home {
      padding-bottom: 3rem; } }
  .quick-links-home__wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 768px) {
      .quick-links-home__wrapper {
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 1rem; } }
  .quick-links-home .quick-link-item {
    background-color: #fff;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: 0.3s; }
    @media (min-width: 768px) {
      .quick-links-home .quick-link-item {
        flex-direction: column;
        justify-content: flex-start;
        min-width: 185px;
        flex: 0 0 calc(16.66% - 14px); } }
    .quick-links-home .quick-link-item:hover {
      box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2); }
      .quick-links-home .quick-link-item:hover h3 {
        text-decoration: underline; }
    .quick-links-home .quick-link-item h3 {
      margin-bottom: 0;
      color: #002b49;
      font-size: 16px;
      text-align: center; }
    .quick-links-home .quick-link-item__icon {
      width: 36px;
      height: 36px; }
      @media (min-width: 768px) {
        .quick-links-home .quick-link-item__icon {
          width: 52px;
          height: 52px; } }
      .quick-links-home .quick-link-item__icon img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .quick-links-home .button-more-less {
    border: 1px solid #00b8de;
    background-color: #00b8de;
    color: white;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    padding: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s; }
    @media (min-width: 768px) {
      .quick-links-home .button-more-less {
        border: 1px solid #dbdbdb;
        background-color: transparent;
        color: #00b8de;
        flex: 0 0 calc(16.66% - 20px);
        min-width: 190px;
        min-height: 120px;
        justify-content: center; }
        .quick-links-home .button-more-less:hover {
          background-color: #00b8de;
          color: #fff;
          border-color: #00b8de;
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2); } }
    .quick-links-home .button-more-less .button-text {
      font-weight: bold;
      font-family: "Parramatta", sans-serif; }
    .quick-links-home .button-more-less .plus-minus {
      font-size: 1.5rem; }
      @media (min-width: 768px) {
        .quick-links-home .button-more-less .plus-minus {
          transform: translate(4px, -2px); } }
    .quick-links-home .button-more-less span {
      margin-bottom: 0; }

.home-page-search-form {
  padding-top: 2rem;
  background-color: #f9f9f9; }
  @media (min-width: 768px) {
    .home-page-search-form {
      padding-top: 3rem; } }
  .home-page-search-form__wrapper {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 768px) {
      .home-page-search-form__wrapper {
        display: flex;
        align-items: center; } }
  .home-page-search-form__title {
    width: fit-content;
    color: black !important; }
    @media (min-width: 768px) {
      .home-page-search-form__title {
        margin-right: 4rem;
        margin-bottom: 0 !important; } }
  .home-page-search-form__search_block {
    flex: 1; }
    .home-page-search-form__search_block form .form--inline {
      position: relative;
      display: flex;
      align-items: center; }
      .home-page-search-form__search_block form .form--inline .form-item {
        flex: 1; }
        .home-page-search-form__search_block form .form--inline .form-item .input-group {
          margin-bottom: 0; }
        .home-page-search-form__search_block form .form--inline .form-item input {
          margin: 0;
          padding: 20px 48px 24px 16px;
          box-shadow: none;
          border: 1px solid #dbdbdb; }
          @media (min-width: 768px) {
            .home-page-search-form__search_block form .form--inline .form-item input {
              padding: 20px 32px 24px 32px; } }
          @media (min-width: 1024px) {
            .home-page-search-form__search_block form .form--inline .form-item input {
              font-size: 18px;
              height: 64px; } }
          .home-page-search-form__search_block form .form--inline .form-item input:focus {
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
            border: solid 1px #757575; }
      .home-page-search-form__search_block form .form--inline .form-actions {
        position: absolute;
        right: 1rem; }
        @media (min-width: 1024px) {
          .home-page-search-form__search_block form .form--inline .form-actions {
            position: relative;
            right: unset; } }
        .home-page-search-form__search_block form .form--inline .form-actions button {
          font-size: 0;
          width: 24px;
          height: 24px;
          background-image: url("/themes/custom/cop/images/search-teal.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          cursor: pointer; }
          @media (min-width: 1024px) {
            .home-page-search-form__search_block form .form--inline .form-actions button {
              font-size: 18px;
              font-weight: bold;
              width: 185px;
              height: 64px;
              background-color: #00b8de;
              background-image: none;
              color: white;
              padding: 12px 16px 12px 16px;
              transition: 0.3s; }
              .home-page-search-form__search_block form .form--inline .form-actions button:hover {
                background-color: #002b49; }
              .home-page-search-form__search_block form .form--inline .form-actions button .line {
                width: 24px;
                height: 15px;
                background-image: url("/themes/custom/cop/images/arrow-right-white.svg");
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                margin: 0; } }
          .home-page-search-form__search_block form .form--inline .form-actions button svg {
            display: none; }

.ui-autocomplete.search-api-autocomplete-search {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #757575;
  padding-top: 0.75rem;
  padding-bottom: 1rem; }
  .ui-autocomplete.search-api-autocomplete-search .ui-menu-item:hover {
    background-color: #fff; }
  .ui-autocomplete.search-api-autocomplete-search .search-api-autocomplete-suggestion {
    padding-left: 1rem;
    font-size: 16px;
    font-family: "Parramatta", sans-serif;
    color: #002b49; }
    .ui-autocomplete.search-api-autocomplete-search .search-api-autocomplete-suggestion:hover {
      background-color: #fff;
      color: #00b8de; }
    @media (min-width: 768px) {
      .ui-autocomplete.search-api-autocomplete-search .search-api-autocomplete-suggestion {
        padding-left: 2rem;
        font-size: 18px; } }

.search-api-autocomplete-search .ui-menu-item-wrapper.ui-state-active .search-api-autocomplete-suggestion {
  background-color: #fff;
  color: #00b8de; }

.block-cop-fogo-fogo-a-z-list {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto; }

.fogo-a-z-list {
  padding-left: 1rem;
  max-width: 800px; }
  .fogo-a-z-list .fogo-description {
    color: #002b49;
    font-family: "Helvetica Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px; }
  .fogo-a-z-list .alphabet-links {
    overflow-x: auto;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 24px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    scrollbar-width: thin;
    scrollbar-color: #002b49 #fff; }
    .fogo-a-z-list .alphabet-links::-webkit-scrollbar-track {
      background-color: #fff; }
    .fogo-a-z-list .alphabet-links::-webkit-scrollbar {
      height: 8px; }
    .fogo-a-z-list .alphabet-links::-webkit-scrollbar-thumb {
      background-color: #002b49;
      border-radius: 20px; }
    .fogo-a-z-list .alphabet-links .alphabet-item {
      padding: 16px 8px;
      color: #01244a;
      display: inline-block;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: -0.36px; }
      .fogo-a-z-list .alphabet-links .alphabet-item.has-link:hover {
        background-color: #01244a;
        color: #fff; }
      .fogo-a-z-list .alphabet-links .alphabet-item.no-link {
        opacity: 0.2; }

.view-a-z-fogo-list {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto; }
  .view-a-z-fogo-list .view-content {
    margin-top: 48px;
    max-width: 800px;
    padding-left: 1rem;
    padding-right: 1rem; }
  .view-a-z-fogo-list .item-list {
    margin-bottom: 64px; }
    .view-a-z-fogo-list .item-list > h3 {
      color: #01244A;
      font-family: "Helvetica Neue";
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      padding-bottom: 8px;
      border-bottom: 1px solid #D5D3D0; }
    .view-a-z-fogo-list .item-list ul li {
      margin-top: 24px; }
      .view-a-z-fogo-list .item-list ul li:not(:last-child) {
        margin-bottom: 24px; }
      .view-a-z-fogo-list .item-list ul li span {
        color: #333F48;
        font-family: Parramatta;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        display: inline-block;
        padding-left: 32px;
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-position: 0 center; }
      .view-a-z-fogo-list .item-list ul li .fogo-included {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_208_2304)'%3E%3Crect width='24' height='24' fill='white'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM11.003 16L18.073 8.929L16.659 7.515L11.003 13.172L8.174 10.343L6.76 11.757L11.003 16Z' fill='%2342B02B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_208_2304'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
      .view-a-z-fogo-list .item-list ul li .fogo-excluded {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_208_2285)'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 10.586L9.172 7.757L7.757 9.172L10.586 12L7.757 14.828L9.172 16.243L12 13.414L14.828 16.243L16.243 14.828L13.414 12L16.243 9.172L14.828 7.757L12 10.586Z' fill='%23A2AAAD'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_208_2285'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }

.block-rainfall-alarm {
  border-top-width: 5px;
  border-top-style: solid;
  padding: 20px 20px 25px 20px;
  margin-bottom: 25px;
  display: none; }
  .block-rainfall-alarm#block-cop-lakeparramattarainfallalarmgood {
    border-top-color: #00783b;
    background: rgba(0, 120, 59, 0.1); }
  .block-rainfall-alarm#block-cop-lakeparramattarainfallalarmpoor {
    border-top-color: #ff7e00;
    background: rgba(255, 126, 0, 0.1); }
  .block-rainfall-alarm__heading {
    color: #002b49;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* 138.889% */
    margin-bottom: 20px; }
  .block-rainfall-alarm__sub-heading {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
    .block-rainfall-alarm__sub-heading .sub-heading-icon {
      margin-right: 8px;
      pointer-events: none; }
      .block-rainfall-alarm__sub-heading .sub-heading-icon img {
        max-width: 27px;
        height: 24px;
        object-fit: contain; }
    .block-rainfall-alarm__sub-heading .sub-heading-text {
      color: #002b49;
      font-family: "Helvetica Neue";
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 25px;
      /* 138.889% */
      text-transform: uppercase; }
  .block-rainfall-alarm__body {
    color: #333f48;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; }
    .block-rainfall-alarm__body p, .block-rainfall-alarm__body span {
      font-size: inherit !important;
      line-height: inherit !important; }
    .block-rainfall-alarm__body p:last-of-type {
      margin-bottom: 0 !important; }
  .block-rainfall-alarm__last-updated {
    padding-top: 20px;
    border-top: 1px solid #d0d0ce;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #333F48;
    line-height: 18px; }
    .block-rainfall-alarm__last-updated .last-updated-value {
      text-align: right;
      font-size: inherit;
      line-height: inherit;
      margin-left: 4px; }

.alarm-error-message {
  padding: 20px 20px 25px 20px;
  margin-bottom: 25px;
  border-top: 5px solid #002b49;
  background-color: #f9f9f9; }
  .alarm-error-message .alarm-error-message-heading {
    color: #002b49;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* 138.889% */
    margin-bottom: 16px; }
  .alarm-error-message .alarm-error-message-text {
    font-size: 13px; }

@font-face {
  font-family: 'blimone';
  src: url("../fonts/blimone/Blimone-Medium.eot");
  src: url("../fonts/blimone/Blimone-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/blimone/Blimone-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'blimone';
  src: url("../fonts/blimone/Blimone-ExtraBold.eot");
  src: url("../fonts/blimone/Blimone-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/blimone/Blimone-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

body[class*="town-hall"] h1, body[class*="town-hall"] .h1, body[class*="town-hall"] .phive-updates h1, .phive-updates body[class*="town-hall"] h1, body[class*="town-hall"] body.path-pac .body-copy__content h1, body.path-pac .body-copy__content body[class*="town-hall"] h1,
body[class*="town-hall"] body.page-node-type-pac-homepage .body-copy__content h1,
body.page-node-type-pac-homepage .body-copy__content body[class*="town-hall"] h1,
body[class*="town-hall"] body.page-node-type-pac-page .body-copy__content h1,
body.page-node-type-pac-page .body-copy__content body[class*="town-hall"] h1,
body[class*="town-hall"] body.phive-page .body-copy__content h1,
body.phive-page .body-copy__content body[class*="town-hall"] h1,
body[class*="town-hall"] .path-phive .body-copy__content h1,
.path-phive .body-copy__content body[class*="town-hall"] h1,
body[class*="town-hall"] .page-node-type-phive-page .body-copy__content h1,
.page-node-type-phive-page .body-copy__content body[class*="town-hall"] h1,
body[class*="town-hall"] .page-node-type-phive-homepage .body-copy__content h1,
.page-node-type-phive-homepage .body-copy__content body[class*="town-hall"] h1,
body[class*="town-hall"] .page-node-type-events-data.phive-page .body-copy__content h1,
.page-node-type-events-data.phive-page .body-copy__content body[class*="town-hall"] h1,
body[class*="town-hall"] .page-node-type-phive-venue .body-copy__content h1,
.page-node-type-phive-venue .body-copy__content body[class*="town-hall"] h1 {
  font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: 700; }
body[class*="town-hall"] h2, body[class*="town-hall"] .h2, body[class*="town-hall"] .phive-updates h2, .phive-updates body[class*="town-hall"] h2, body[class*="town-hall"] body.path-pac .body-copy__content h2, body.path-pac .body-copy__content body[class*="town-hall"] h2,
body[class*="town-hall"] body.page-node-type-pac-homepage .body-copy__content h2,
body.page-node-type-pac-homepage .body-copy__content body[class*="town-hall"] h2,
body[class*="town-hall"] body.page-node-type-pac-page .body-copy__content h2,
body.page-node-type-pac-page .body-copy__content body[class*="town-hall"] h2,
body[class*="town-hall"] body.phive-page .body-copy__content h2,
body.phive-page .body-copy__content body[class*="town-hall"] h2,
body[class*="town-hall"] .path-phive .body-copy__content h2,
.path-phive .body-copy__content body[class*="town-hall"] h2,
body[class*="town-hall"] .page-node-type-phive-page .body-copy__content h2,
.page-node-type-phive-page .body-copy__content body[class*="town-hall"] h2,
body[class*="town-hall"] .page-node-type-phive-homepage .body-copy__content h2,
.page-node-type-phive-homepage .body-copy__content body[class*="town-hall"] h2,
body[class*="town-hall"] .page-node-type-events-data.phive-page .body-copy__content h2,
.page-node-type-events-data.phive-page .body-copy__content body[class*="town-hall"] h2,
body[class*="town-hall"] .page-node-type-phive-venue .body-copy__content h2,
.page-node-type-phive-venue .body-copy__content body[class*="town-hall"] h2 {
  font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #002b49; }
  @media (min-width: 1278px) {
    body[class*="town-hall"] h2, body[class*="town-hall"] .h2, body[class*="town-hall"] .phive-updates h2, .phive-updates body[class*="town-hall"] h2, body[class*="town-hall"] body.path-pac .body-copy__content h2, body.path-pac .body-copy__content body[class*="town-hall"] h2,
    body[class*="town-hall"] body.page-node-type-pac-homepage .body-copy__content h2,
    body.page-node-type-pac-homepage .body-copy__content body[class*="town-hall"] h2,
    body[class*="town-hall"] body.page-node-type-pac-page .body-copy__content h2,
    body.page-node-type-pac-page .body-copy__content body[class*="town-hall"] h2,
    body[class*="town-hall"] body.phive-page .body-copy__content h2,
    body.phive-page .body-copy__content body[class*="town-hall"] h2,
    body[class*="town-hall"] .path-phive .body-copy__content h2,
    .path-phive .body-copy__content body[class*="town-hall"] h2,
    body[class*="town-hall"] .page-node-type-phive-page .body-copy__content h2,
    .page-node-type-phive-page .body-copy__content body[class*="town-hall"] h2,
    body[class*="town-hall"] .page-node-type-phive-homepage .body-copy__content h2,
    .page-node-type-phive-homepage .body-copy__content body[class*="town-hall"] h2,
    body[class*="town-hall"] .page-node-type-events-data.phive-page .body-copy__content h2,
    .page-node-type-events-data.phive-page .body-copy__content body[class*="town-hall"] h2,
    body[class*="town-hall"] .page-node-type-phive-venue .body-copy__content h2,
    .page-node-type-phive-venue .body-copy__content body[class*="town-hall"] h2 {
      font-size: 3.25rem; } }
body[class*="town-hall"] h3, body[class*="town-hall"] .h3, body[class*="town-hall"] .phive-updates h3, .phive-updates body[class*="town-hall"] h3, body[class*="town-hall"] body.path-pac .body-copy__content h3, body.path-pac .body-copy__content body[class*="town-hall"] h3,
body[class*="town-hall"] body.page-node-type-pac-homepage .body-copy__content h3,
body.page-node-type-pac-homepage .body-copy__content body[class*="town-hall"] h3,
body[class*="town-hall"] body.page-node-type-pac-page .body-copy__content h3,
body.page-node-type-pac-page .body-copy__content body[class*="town-hall"] h3,
body[class*="town-hall"] body.phive-page .body-copy__content h3,
body.phive-page .body-copy__content body[class*="town-hall"] h3,
body[class*="town-hall"] .path-phive .body-copy__content h3,
.path-phive .body-copy__content body[class*="town-hall"] h3,
body[class*="town-hall"] .page-node-type-phive-page .body-copy__content h3,
.page-node-type-phive-page .body-copy__content body[class*="town-hall"] h3,
body[class*="town-hall"] .page-node-type-phive-homepage .body-copy__content h3,
.page-node-type-phive-homepage .body-copy__content body[class*="town-hall"] h3,
body[class*="town-hall"] .page-node-type-events-data.phive-page .body-copy__content h3,
.page-node-type-events-data.phive-page .body-copy__content body[class*="town-hall"] h3,
body[class*="town-hall"] .page-node-type-phive-venue .body-copy__content h3,
.page-node-type-phive-venue .body-copy__content body[class*="town-hall"] h3 {
  font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #002b49; }
  @media (min-width: 1278px) {
    body[class*="town-hall"] h3, body[class*="town-hall"] .h3, body[class*="town-hall"] .phive-updates h3, .phive-updates body[class*="town-hall"] h3, body[class*="town-hall"] body.path-pac .body-copy__content h3, body.path-pac .body-copy__content body[class*="town-hall"] h3,
    body[class*="town-hall"] body.page-node-type-pac-homepage .body-copy__content h3,
    body.page-node-type-pac-homepage .body-copy__content body[class*="town-hall"] h3,
    body[class*="town-hall"] body.page-node-type-pac-page .body-copy__content h3,
    body.page-node-type-pac-page .body-copy__content body[class*="town-hall"] h3,
    body[class*="town-hall"] body.phive-page .body-copy__content h3,
    body.phive-page .body-copy__content body[class*="town-hall"] h3,
    body[class*="town-hall"] .path-phive .body-copy__content h3,
    .path-phive .body-copy__content body[class*="town-hall"] h3,
    body[class*="town-hall"] .page-node-type-phive-page .body-copy__content h3,
    .page-node-type-phive-page .body-copy__content body[class*="town-hall"] h3,
    body[class*="town-hall"] .page-node-type-phive-homepage .body-copy__content h3,
    .page-node-type-phive-homepage .body-copy__content body[class*="town-hall"] h3,
    body[class*="town-hall"] .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-events-data.phive-page .body-copy__content body[class*="town-hall"] h3,
    body[class*="town-hall"] .page-node-type-phive-venue .body-copy__content h3,
    .page-node-type-phive-venue .body-copy__content body[class*="town-hall"] h3 {
      font-size: 2.25rem; } }
body[class*="town-hall"] h4, body[class*="town-hall"] .h4, body[class*="town-hall"] .phive-updates h4, .phive-updates body[class*="town-hall"] h4, body[class*="town-hall"] body.path-pac .body-copy__content h4, body.path-pac .body-copy__content body[class*="town-hall"] h4,
body[class*="town-hall"] body.page-node-type-pac-homepage .body-copy__content h4,
body.page-node-type-pac-homepage .body-copy__content body[class*="town-hall"] h4,
body[class*="town-hall"] body.page-node-type-pac-page .body-copy__content h4,
body.page-node-type-pac-page .body-copy__content body[class*="town-hall"] h4,
body[class*="town-hall"] body.phive-page .body-copy__content h4,
body.phive-page .body-copy__content body[class*="town-hall"] h4,
body[class*="town-hall"] .path-phive .body-copy__content h4,
.path-phive .body-copy__content body[class*="town-hall"] h4,
body[class*="town-hall"] .page-node-type-phive-page .body-copy__content h4,
.page-node-type-phive-page .body-copy__content body[class*="town-hall"] h4,
body[class*="town-hall"] .page-node-type-phive-homepage .body-copy__content h4,
.page-node-type-phive-homepage .body-copy__content body[class*="town-hall"] h4,
body[class*="town-hall"] .page-node-type-events-data.phive-page .body-copy__content h4,
.page-node-type-events-data.phive-page .body-copy__content body[class*="town-hall"] h4,
body[class*="town-hall"] .page-node-type-phive-venue .body-copy__content h4,
.page-node-type-phive-venue .body-copy__content body[class*="town-hall"] h4 {
  font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #002b49; }
  @media (min-width: 1278px) {
    body[class*="town-hall"] h4, body[class*="town-hall"] .h4, body[class*="town-hall"] .phive-updates h4, .phive-updates body[class*="town-hall"] h4, body[class*="town-hall"] body.path-pac .body-copy__content h4, body.path-pac .body-copy__content body[class*="town-hall"] h4,
    body[class*="town-hall"] body.page-node-type-pac-homepage .body-copy__content h4,
    body.page-node-type-pac-homepage .body-copy__content body[class*="town-hall"] h4,
    body[class*="town-hall"] body.page-node-type-pac-page .body-copy__content h4,
    body.page-node-type-pac-page .body-copy__content body[class*="town-hall"] h4,
    body[class*="town-hall"] body.phive-page .body-copy__content h4,
    body.phive-page .body-copy__content body[class*="town-hall"] h4,
    body[class*="town-hall"] .path-phive .body-copy__content h4,
    .path-phive .body-copy__content body[class*="town-hall"] h4,
    body[class*="town-hall"] .page-node-type-phive-page .body-copy__content h4,
    .page-node-type-phive-page .body-copy__content body[class*="town-hall"] h4,
    body[class*="town-hall"] .page-node-type-phive-homepage .body-copy__content h4,
    .page-node-type-phive-homepage .body-copy__content body[class*="town-hall"] h4,
    body[class*="town-hall"] .page-node-type-events-data.phive-page .body-copy__content h4,
    .page-node-type-events-data.phive-page .body-copy__content body[class*="town-hall"] h4,
    body[class*="town-hall"] .page-node-type-phive-venue .body-copy__content h4,
    .page-node-type-phive-venue .body-copy__content body[class*="town-hall"] h4 {
      font-size: 1.625rem; } }
body[class*="town-hall"] h5, body[class*="town-hall"] .h5 {
  font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #002b49; }
  @media (min-width: 1278px) {
    body[class*="town-hall"] h5, body[class*="town-hall"] .h5 {
      font-size: 1.375rem; } }
body[class*="town-hall"] .field--item p, body[class*="town-hall"] .field--item li {
  font-size: 0.875rem;
  line-height: 1.425;
  font-style: normal;
  font-weight: 400;
  color: #002b49;
  font-family: "parramatta-regular", "ProximaNova-regular", Helvetica, Arial, sans-serif; }
  @media (min-width: 1278px) {
    body[class*="town-hall"] .field--item p, body[class*="town-hall"] .field--item li {
      font-size: 1rem;
      line-height: 1.625; } }
  body[class*="town-hall"] .field--item p a, body[class*="town-hall"] .field--item li a {
    color: #002b49;
    text-decoration: underline; }
    body[class*="town-hall"] .field--item p a:hover, body[class*="town-hall"] .field--item li a:hover {
      color: #002b49; }
body[class*="town-hall"] .field--item ol li {
  list-style-type: decimal; }
body[class*="town-hall"] .main-container {
  border-bottom: 1px solid #D9D9D9; }
body[class*="town-hall"] .page-header, body[class*="town-hall"] .cop-404 {
  display: none !important; }
body[class*="town-hall"] .body-copy__wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  body[class*="town-hall"] .body-copy__wrapper p, body[class*="town-hall"] .body-copy__wrapper li {
    color: #002b49; }
  body[class*="town-hall"] .body-copy__wrapper li::marker {
    color: #002b49; }
body[class*="town-hall"] .related-content__wrapper {
  background: rgba(0, 43, 73, 0.05);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative; }
  @media (min-width: 1278px) {
    body[class*="town-hall"] .related-content__wrapper {
      padding-top: 5.625rem;
      padding-bottom: 5.625rem; } }
body[class*="town-hall"] .media-gallery__title-wrapper.listings-display {
  background: none;
  text-align: center;
  margin: 0;
  width: 100%; }
  body[class*="town-hall"] .media-gallery__title-wrapper.listings-display h2, body[class*="town-hall"] .media-gallery__title-wrapper.listings-display h3 {
    width: 100%;
    color: #002b49;
    text-align: center; }
body[class*="town-hall"] .media-gallery__content.listings-display {
  margin-top: -2.5rem; }
  body[class*="town-hall"] .media-gallery__content.listings-display .media-gallery__listings {
    margin-bottom: 2rem; }
    body[class*="town-hall"] .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item {
      width: 600px;
      max-width: 100%;
      margin: 0 12px !important; }
      @media (max-width: 1278px) {
        body[class*="town-hall"] .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item {
          padding-bottom: 2rem; }
          body[class*="town-hall"] .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item .media {
            height: auto; } }
    @media (min-width: 1278px) {
      body[class*="town-hall"] .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item:first-of-type {
        margin-top: 0; }
      body[class*="town-hall"] .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item:last-of-type {
        margin-bottom: -4rem; }
      body[class*="town-hall"] .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item:nth-of-type(2n) {
        position: relative;
        top: 10rem;
        margin-top: 0; } }
    body[class*="town-hall"] .media-gallery__content.listings-display .media-gallery__listings .info-card {
      right: 0;
      width: 100%;
      top: 80%;
      bottom: auto; }
      @media (min-width: 1278px) {
        body[class*="town-hall"] .media-gallery__content.listings-display .media-gallery__listings .info-card {
          width: 80%;
          margin-bottom: 0; } }
body[class*="town-hall"] .image-left-right__link a,
body[class*="town-hall"] .feature-block__cta a,
body[class*="town-hall"] .block-webform form .form-actions button,
body[class*="town-hall"] .button-cta--inline {
  color: white;
  background: linear-gradient(180deg, #294D66 0%, #002b49);
  border-radius: 30px;
  text-transform: none;
  padding: 0.75rem 1.5rem;
  margin: 1rem 0;
  display: inline-block;
  height: auto;
  text-align: center;
  transition: none; }
  body[class*="town-hall"] .image-left-right__link a:hover,
  body[class*="town-hall"] .feature-block__cta a:hover,
  body[class*="town-hall"] .block-webform form .form-actions button:hover,
  body[class*="town-hall"] .button-cta--inline:hover {
    color: #002b49;
    background: linear-gradient(180deg, #98C5AB 0%, #85AD96); }
  body[class*="town-hall"] .image-left-right__link a:before, body[class*="town-hall"] .image-left-right__link a:after,
  body[class*="town-hall"] .feature-block__cta a:before,
  body[class*="town-hall"] .feature-block__cta a:after,
  body[class*="town-hall"] .block-webform form .form-actions button:before,
  body[class*="town-hall"] .block-webform form .form-actions button:after,
  body[class*="town-hall"] .button-cta--inline:before,
  body[class*="town-hall"] .button-cta--inline:after {
    content: none; }
body[class*="town-hall"] .block-downloads__items {
  flex-wrap: wrap;
  display: flex;
  margin: 0 -1%; }
  body[class*="town-hall"] .block-downloads__items .block-downloads__item {
    border: 1px solid #002b49;
    margin: 1%;
    background: transparent; }
    @media (min-width: 1278px) {
      body[class*="town-hall"] .block-downloads__items .block-downloads__item {
        width: 48%; } }
    body[class*="town-hall"] .block-downloads__items .block-downloads__item svg path {
      fill: #002b49; }
body[class*="town-hall"] .accordion-item {
  background: rgba(0, 43, 73, 0.05); }
  body[class*="town-hall"] .accordion-item .accordion-term {
    background: #002b49;
    padding: 1rem 3.25rem 1rem 1.5rem; }
    body[class*="town-hall"] .accordion-item .accordion-term:after {
      background: #002b49; }
    body[class*="town-hall"] .accordion-item .accordion-term .accordion-term__content p {
      font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
      font-size: 2.25rem;
      color: white; }
    body[class*="town-hall"] .accordion-item .accordion-term .accordion-term__content > span.icon::before, body[class*="town-hall"] .accordion-item .accordion-term .accordion-term__content span.icon::after {
      background: white; }
    body[class*="town-hall"] .accordion-item .accordion-term.is-active {
      background: transparent; }
      body[class*="town-hall"] .accordion-item .accordion-term.is-active:after {
        background: none; }
      body[class*="town-hall"] .accordion-item .accordion-term.is-active .accordion-term__content > span.icon::before, body[class*="town-hall"] .accordion-item .accordion-term.is-active .accordion-term__content span.icon::after {
        background: #002b49; }
      body[class*="town-hall"] .accordion-item .accordion-term.is-active .accordion-term__content > p {
        color: #002b49;
        font-family: "parramatta-regular", "ProximaNova-regular", Helvetica, Arial, sans-serif; }
body[class*="town-hall"] .block-webform form .form-item.form-type-select .select2 .selection .select2-selection__arrow b {
  border-color: #002b49 transparent transparent transparent; }
body[class*="town-hall"] .block-webform__wrapper {
  background: linear-gradient(180deg, #F5E8CD 0%, #EBD9B5); }
  body[class*="town-hall"] .block-webform__wrapper .block-webform__content > div.row, body[class*="town-hall"] .block-webform__wrapper .block-webform__content > div.block-entity-fieldnodebody, body[class*="town-hall"] .block-webform__wrapper .block-webform__content > div.paragraph--type--cta {
    color: #002b49;
    background: linear-gradient(180deg, #F5E8CD 0%, #EBD9B5); }
  body[class*="town-hall"] .block-webform__wrapper .block-webform__content form .form-item .panel-heading,
  body[class*="town-hall"] .block-webform__wrapper .block-webform__content .block-webform__title,
  body[class*="town-hall"] .block-webform__wrapper .block-webform__content .block-webform form .form-item label {
    color: #002b49 !important;
    padding-bottom: .5rem;
    position: static;
    opacity: 1;
    display: block; }
  body[class*="town-hall"] .block-webform__wrapper .block-webform__content input[type="tel"],
  body[class*="town-hall"] .block-webform__wrapper .block-webform__content input[type="email"],
  body[class*="town-hall"] .block-webform__wrapper .block-webform__content input[type="text"],
  body[class*="town-hall"] .block-webform__wrapper .block-webform__content input[type="date"],
  body[class*="town-hall"] .block-webform__wrapper .block-webform__content textarea {
    color: #002b49; }
body[class*="town-hall"] .block-webform form .webform-confirmation {
  position: relative; }

.town-hall-banner__intro {
  display: none; }

body[class*="town-hall"] .phive-banner__intro {
  display: none; }
body[class*="town-hall"] .town-hall-banner {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
  background: linear-gradient(180deg, #695C52 0%, #493E35); }
  @media (min-width: 1438px) {
    body[class*="town-hall"] .town-hall-banner {
      padding-top: 5.625rem;
      padding-bottom: 5.625rem; } }
  @media (min-width: 1278px) {
    body[class*="town-hall"] .town-hall-banner.has-video + .town-hall-banner__video {
      transform: translateY(-40px);
      margin-bottom: -2.5rem; } }
  @media (max-width: 1278px) {
    body[class*="town-hall"] .town-hall-banner.has-video + .town-hall-banner__video .column {
      padding: 0 !important; } }
  body[class*="town-hall"] .town-hall-banner.has-video + .town-hall-banner__video img {
    width: 100%; }
  body[class*="town-hall"] .town-hall-banner__title {
    color: white;
    text-transform: uppercase; }
  body[class*="town-hall"] .town-hall-banner__intro {
    display: block; }
    body[class*="town-hall"] .town-hall-banner__intro p {
      color: white;
      font-size: 1.125rem;
      line-height: 1.5;
      max-width: 55.625rem; }
      body[class*="town-hall"] .town-hall-banner__intro p a {
        color: inherit;
        text-decoration: underline;
        line-height: inherit;
        font-size: inherit; }
      body[class*="town-hall"] .town-hall-banner__intro p:last-of-type {
        margin-bottom: 0; }
body[class*="town-hall"] .paragraph-banner__wrapper {
  position: relative;
  margin-top: -4rem; }
  body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__info {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    background: white; }
    body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__info h1 {
      margin: 0; }
    body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__info * {
      word-spacing: 0;
      color: #002b49; }
  body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__intro, body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__title, body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__cta {
    margin: 0;
    padding: 1rem; }
    @media (min-width: 1278px) {
      body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__intro, body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__title, body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__cta {
        padding: 1.5rem; } }
    body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__intro + .paragraph-banner__intro, body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__intro + .paragraph-banner__cta, body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__title + .paragraph-banner__intro, body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__title + .paragraph-banner__cta, body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__cta + .paragraph-banner__intro, body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__cta + .paragraph-banner__cta {
      padding-top: 0; }
  @media (min-width: 1438px) {
    body[class*="town-hall"] .paragraph-banner__wrapper .paragraph-banner__image img {
      min-height: 34.375rem; } }
body[class*="town-hall"] .field--name-field-banner-items .paragraph-banner__title h1 {
  letter-spacing: 0;
  font-size: 2.875rem; }
  @media (min-width: 1278px) {
    body[class*="town-hall"] .field--name-field-banner-items .paragraph-banner__title h1 {
      font-size: 5.375rem; } }
body[class*="town-hall"] .field--name-field-banner-items .paragraph-banner__intro p {
  max-width: 70vw;
  font-size: 1rem;
  line-height: 1.625;
  word-spacing: normal; }
  @media (min-width: 768px) {
    body[class*="town-hall"] .field--name-field-banner-items .paragraph-banner__intro p {
      font-size: 1rem; } }
body[class*="town-hall"] .field--name-field-banner-items .paragraph-banner__info {
  background: linear-gradient(180deg, #695C52 0%, #493E35);
  padding: 1rem;
  position: relative;
  width: 100%; }
  body[class*="town-hall"] .field--name-field-banner-items .paragraph-banner__info * {
    color: white; }
  body[class*="town-hall"] .field--name-field-banner-items .paragraph-banner__info a {
    color: #695C52;
    background: white; }
    body[class*="town-hall"] .field--name-field-banner-items .paragraph-banner__info a:hover {
      background: transparent;
      color: white; }
  @media (min-width: 1438px) {
    body[class*="town-hall"] .field--name-field-banner-items .paragraph-banner__info {
      padding: 1.5rem; } }
@media (min-width: 1438px) {
  body[class*="town-hall"] .field--name-field-banner-items .paragraph-banner__image img {
    min-height: 34.375rem; } }
body[class*="town-hall"] .field--name-field-banner-items .slick-arrow {
  transition: background 0.3s ease-in-out;
  background: linear-gradient(180deg, #294D66 0%, #002b49);
  width: 36px;
  height: 36px; }
  @media (min-width: 768px) {
    body[class*="town-hall"] .field--name-field-banner-items .slick-arrow {
      top: 33%; } }
  @media (min-width: 1278px) {
    body[class*="town-hall"] .field--name-field-banner-items .slick-arrow {
      width: 50px;
      height: 50px; } }
  body[class*="town-hall"] .field--name-field-banner-items .slick-arrow:hover {
    background: linear-gradient(180deg, #98C5AB 0%, #85AD96); }
body[class*="town-hall"] .field--name-field-banner-items .slick-arrow.slick-prev {
  left: 0; }
body[class*="town-hall"] .field--name-field-banner-items .slick-arrow.slick-next {
  right: 0; }
body[class*="town-hall"] .field--name-field-banner-items .slick-dots {
  max-width: none;
  top: 35%;
  padding: 1rem 4rem; }
  @media (min-width: 768px) {
    body[class*="town-hall"] .field--name-field-banner-items .slick-dots {
      top: 45%; } }
  @media (min-width: 1278px) {
    body[class*="town-hall"] .field--name-field-banner-items .slick-dots {
      top: 40%; } }
  @media (min-width: 1438px) {
    body[class*="town-hall"] .field--name-field-banner-items .slick-dots {
      top: 50%; } }
body[class*="town-hall"] .field--name-field-banner-items .slick-dots > li.slick-active button {
  background-color: #002b49; }
body[class*="town-hall"] .page-404 .phive-banner {
  display: block !important; }

.breadcrumb {
  display: flex;
  background: none;
  font-size: .75rem;
  margin: 0;
  padding: 1rem 0;
  color: white;
  position: absolute;
  z-index: 9; }
  @media (min-width: 1278px) {
    .breadcrumb {
      font-size: 16px;
      padding: 2rem 0; } }
  .breadcrumb a {
    color: white;
    text-decoration: none; }
    .breadcrumb a:hover {
      text-decoration: underline; }
  .breadcrumb .active {
    color: white; }
  .breadcrumb li + li:before {
    content: "\203A";
    padding: 0 .5rem 0 1rem; }
  .breadcrumb > li {
    list-style: none !important; }
    .breadcrumb > li:first-child {
      display: none; }
    .breadcrumb > li:nth-child(2):before {
      content: none; }

.town-hall-banner + div > .field--item:first-of-type
> .feature-block__wrapper.half-width-text {
  padding-top: 0 !important;
  padding-bottom: 1rem !important;
  position: relative;
  background: white; }
  @media (min-width: 1278px) {
    .town-hall-banner + div > .field--item:first-of-type
    > .feature-block__wrapper.half-width-text {
      padding-top: 0 !important;
      padding-bottom: 1rem !important; }
      .town-hall-banner + div > .field--item:first-of-type
      > .feature-block__wrapper.half-width-text .feature-block__content {
        transform: translateY(-50px); } }

body[class*="town-hall"] .feature-block__info--wrapper {
  bottom: 0;
  right: .5rem;
  padding: 0; }
body[class*="town-hall"] .feature-block__intro {
  padding: 1rem; }
  @media (min-width: 1278px) {
    body[class*="town-hall"] .feature-block__intro {
      padding: 2rem; } }
body[class*="town-hall"] .feature-block__title {
  margin: 0;
  padding: 1rem; }
  @media (min-width: 1278px) {
    body[class*="town-hall"] .feature-block__title {
      padding: 2rem; } }
  body[class*="town-hall"] .feature-block__title + .feature-block__intro {
    padding-top: 0; }
body[class*="town-hall"] .feature-block__intro {
  margin: 0; }

body[class*="town-hall"] .image-left-right__wrapper {
  position: relative;
  overflow: hidden; }
  body[class*="town-hall"] .image-left-right__wrapper img {
    position: relative; }
  body[class*="town-hall"] .image-left-right__wrapper .contextual-region {
    position: static; }
  body[class*="town-hall"] .image-left-right__wrapper .left img {
    left: -1rem; }
  body[class*="town-hall"] .image-left-right__wrapper .right img {
    right: -1rem; }
  @media (min-width: 1278px) {
    body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content .image-left-right__info {
      padding: 3rem 2.5rem 3rem 5rem; } }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content .image-left-right__info:after {
    content: none; }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content .image-left-right__title {
    font-size: 2rem; }
    @media (min-width: 1278px) {
      body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content .image-left-right__title {
        font-size: 3.25rem; } }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content .image-left-right__link a {
    letter-spacing: normal; }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content .image-left-right__body p, body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content .image-left-right__body li {
    color: white !important; }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content .image-left-right__image {
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.background-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    right: 0;
    left: 0; }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content .body-copy__content ul > li::marker {
    color: #002b49 !important;
    font-size: 1rem; }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.sand .image-left-right__title,
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.sand .image-left-right__body p,
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.sand .image-left-right__body li,
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.sand ul > li::marker, body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.no-background .image-left-right__title,
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.no-background .image-left-right__body p,
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.no-background .image-left-right__body li,
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.no-background ul > li::marker {
    color: #002b49 !important; }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.sand .image-left-right__image, body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.sand .image-left-right__info {
    background: linear-gradient(180deg, #F5E8CD 0%, #EBD9B5); }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.dark-blue .image-left-right__image, body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.dark-blue .image-left-right__info {
    background: linear-gradient(180deg, #294D66 0%, #002b49); }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.dark-blue .image-left-right__link a {
    color: #002b49;
    background: white;
    transition: none; }
    body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.dark-blue .image-left-right__link a:hover {
      color: #002b49;
      background: linear-gradient(180deg, #98C5AB 0%, #85AD96); }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.no-background .image-left-right__info {
    background: none; }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.centered-image {
    justify-content: center; }
    body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.centered-image .field--name-image {
      display: flex; }
    body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.centered-image .img-responsive {
      width: auto;
      margin: auto; }
  body[class*="town-hall"] .image-left-right__wrapper .image-left-right__content.centered-image.sand:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #F5E8CD 0%, #EBD9B5);
    z-index: -1; }

body[class*="town-hall"] .media-gallery__title-wrapper .media-gallery__title {
  font-size: 2rem; }
  @media (min-width: 1278px) {
    body[class*="town-hall"] .media-gallery__title-wrapper .media-gallery__title {
      font-size: 3.25rem; } }
body[class*="town-hall"] .media-gallery__title-wrapper.highlighted {
  background: linear-gradient(180deg, #294D66 0%, #002b49); }
  body[class*="town-hall"] .media-gallery__title-wrapper.highlighted:after {
    background: #002b49; }
body[class*="town-hall"] .media-gallery__title-wrapper.no-background {
  background: none; }
  body[class*="town-hall"] .media-gallery__title-wrapper.no-background:after {
    display: none; }
  body[class*="town-hall"] .media-gallery__title-wrapper.no-background .media-gallery__title {
    color: #002b49; }
body[class*="town-hall"] .media-gallery__title-wrapper.listings-display {
  background: none;
  text-align: center;
  margin: 0;
  width: 100%; }
  body[class*="town-hall"] .media-gallery__title-wrapper.listings-display:after {
    display: none; }
  body[class*="town-hall"] .media-gallery__title-wrapper.listings-display h2, body[class*="town-hall"] .media-gallery__title-wrapper.listings-display h3 {
    width: 100%;
    color: #002b49;
    text-align: center; }
body[class*="town-hall"] .media-gallery__item .info-card {
  background: linear-gradient(180deg, #294D66 0%, #002b49); }
  body[class*="town-hall"] .media-gallery__item .info-card__intro p {
    color: white;
    font-size: 1rem;
    line-height: 1.625; }
    @media (max-width: 1278px) {
      body[class*="town-hall"] .media-gallery__item .info-card__intro p {
        font-size: 0.875rem !important; } }
  body[class*="town-hall"] .media-gallery__item .info-card__cta {
    margin: 0.75rem 0 0; }
    body[class*="town-hall"] .media-gallery__item .info-card__cta a {
      text-decoration: none;
      letter-spacing: normal; }
      body[class*="town-hall"] .media-gallery__item .info-card__cta a:hover {
        text-decoration: underline; }
body[class*="town-hall"] .media-gallery__wrapper .slick-arrow {
  background: linear-gradient(180deg, #294D66 0%, #002b49); }
  body[class*="town-hall"] .media-gallery__wrapper .slick-arrow:hover {
    background: linear-gradient(180deg, #98C5AB 0%, #85AD96); }
body[class*="town-hall"] .media-gallery__wrapper .slick-dots {
  display: block !important; }
  body[class*="town-hall"] .media-gallery__wrapper .slick-dots .slick-active button {
    background-color: #002b49; }

.mega-menu__bg.town-hall-menu .logo {
  width: 15.625rem;
  position: relative; }
  @media (min-width: 1278px) {
    .mega-menu__bg.town-hall-menu .logo {
      margin-right: auto;
      margin-left: 1.5rem; } }
  .mega-menu__bg.town-hall-menu .logo a {
    padding: 0 2rem; }
.mega-menu__bg.town-hall-menu .mega-menu__nav > li > a:after {
  background-color: #85AD96; }
.mega-menu__bg.town-hall-menu .mega-menu__white > ul > li > a:hover {
  color: #002b49 !important; }
.mega-menu__bg.town-hall-menu .mega-menu__white > ul > li.dropdown-level-2 > .dropdown-chevron.is-open svg {
  transform: rotate(180deg); }
  .mega-menu__bg.town-hall-menu .mega-menu__white > ul > li.dropdown-level-2 > .dropdown-chevron.is-open svg path {
    stroke: #002b49; }
.mega-menu__bg.town-hall-menu .mega-menu__white > ul > li.dropdown-level-2 ul li a:hover {
  text-decoration-color: #002b49;
  color: #002b49 !important; }

body[class*="town-hall"] #block-primarymenu {
  display: none; }
body[class*="town-hall"] .mob-menu__burger-desktop {
  width: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  body[class*="town-hall"] .mob-menu__burger-desktop .close {
    display: none; }
  body[class*="town-hall"] .mob-menu__burger-desktop.is-open .open {
    display: none; }
  body[class*="town-hall"] .mob-menu__burger-desktop.is-open .close {
    display: block; }

.mega-menu__bg.town-hall-menu .mega-menu__search form button:before,
.town-hall .mega-menu__search--mob form button:before {
  background: linear-gradient(180deg, #294D66 0%, #002b49) !important; }
.mega-menu__bg.town-hall-menu .mega-menu__search form button:after,
.town-hall .mega-menu__search--mob form button:after {
  background: #002b49 !important; }

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(50, 50, 50, 0.4);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .menu-overlay.show {
    opacity: 1;
    visibility: visible; }

body[class*="town-hall"] .mega-menu__bg.phive-menu .mega-menu__search form input[type="text"]:focus {
  background: white url("../images/loupe-th-active.svg") no-repeat 16px center; }

.town-hall-search-results .breadcrumb {
  display: none; }

.town-hall-search-results {
  background-color: white; }
  .town-hall-search-results .views-element-container {
    max-width: 78.125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-right: auto;
    margin-left: auto; }
  .town-hall-search-results .view-townhall-content-search,
  .town-hall-search-results .view-pac-content-search {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem; }
    @media (min-width: 1278px) {
      .town-hall-search-results .view-townhall-content-search,
      .town-hall-search-results .view-pac-content-search {
        margin-top: 5rem;
        margin-bottom: 5rem; } }
  .town-hall-search-results .view-filters {
    display: none; }
  .town-hall-search-results .view-header .search-term {
    text-align: center;
    margin-bottom: 2rem; }
    @media (min-width: 1278px) {
      .town-hall-search-results .view-header .search-term {
        margin-bottom: 3rem; } }
    .town-hall-search-results .view-header .search-term span {
      font-size: inherit;
      line-height: inherit; }
  .town-hall-search-results .view-header .results-summary {
    margin-bottom: 0.75rem; }
  .town-hall-search-results .view-content .views-row {
    padding: 0 2rem;
    background-color: #f9f9f9;
    margin-bottom: 1rem; }
    @media (min-width: 1278px) {
      .town-hall-search-results .view-content .views-row {
        padding: 0 3.5rem; } }
    .town-hall-search-results .view-content .views-row .search-result-item {
      padding: 2rem 0;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 920px) {
        .town-hall-search-results .view-content .views-row .search-result-item {
          flex-direction: column; }
          .town-hall-search-results .view-content .views-row .search-result-item .search-result-item__image {
            width: 25rem;
            min-width: 25rem;
            height: 10rem;
            margin: 2rem auto 0 auto !important; } }
      @media (min-width: 1278px) {
        .town-hall-search-results .view-content .views-row .search-result-item {
          padding: 3.5rem 0; } }
      .town-hall-search-results .view-content .views-row .search-result-item__type {
        font-size: 1rem;
        color: #002b49;
        margin-bottom: 1.25rem;
        text-transform: uppercase;
        font-weight: bold; }
      .town-hall-search-results .view-content .views-row .search-result-item__title {
        margin-bottom: 0; }
        .town-hall-search-results .view-content .views-row .search-result-item__title a {
          text-decoration: underline;
          text-decoration-color: transparent; }
        .town-hall-search-results .view-content .views-row .search-result-item__title:hover a {
          color: #002b49;
          text-decoration-color: #002b49; }
      .town-hall-search-results .view-content .views-row .search-result-item__intro {
        font-size: 1.125rem;
        color: #002b49;
        line-height: 1.6875rem;
        margin-top: 1rem; }
      .town-hall-search-results .view-content .views-row .search-result-item .search-result-item__image {
        width: 17.5rem;
        min-width: 17.5rem;
        height: 10rem;
        margin-left: 2rem; }
        .town-hall-search-results .view-content .views-row .search-result-item .search-result-item__image * {
          width: 100%;
          height: 100%; }
        .town-hall-search-results .view-content .views-row .search-result-item .search-result-item__image img {
          object-fit: cover; }
        @media (min-width: 1278px) {
          .town-hall-search-results .view-content .views-row .search-result-item .search-result-item__image {
            width: 23.75rem;
            min-width: 23.75rem;
            margin-left: 3.75rem; } }
  .town-hall-search-results .pager-nav {
    margin-top: 2rem; }
    @media (min-width: 1278px) {
      .town-hall-search-results .pager-nav {
        margin-top: 3.75rem; } }
    .town-hall-search-results .pager-nav .pager__item--first,
    .town-hall-search-results .pager-nav .pager__item--last {
      display: none; }
    .town-hall-search-results .pager-nav .pager__item {
      font-size: 1rem; }
      .town-hall-search-results .pager-nav .pager__item a:hover {
        background: transparent; }
      .town-hall-search-results .pager-nav .pager__item.is-active {
        font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif; }
        .town-hall-search-results .pager-nav .pager__item.is-active a {
          text-decoration: underline;
          text-decoration-thickness: 2px;
          text-underline-offset: 2px; }

@font-face {
  font-family: 'blimone';
  src: url("../fonts/blimone/Blimone-Medium.eot");
  src: url("../fonts/blimone/Blimone-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/blimone/Blimone-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'blimone';
  src: url("../fonts/blimone/Blimone-ExtraBold.eot");
  src: url("../fonts/blimone/Blimone-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/blimone/Blimone-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
body[class*="artists-studios"] h1, body[class*="artists-studios"] .h1, body[class*="artists-studios"] .phive-updates h1, .phive-updates body[class*="artists-studios"] h1, body[class*="artists-studios"] body.path-pac .body-copy__content h1, body.path-pac .body-copy__content body[class*="artists-studios"] h1,
body[class*="artists-studios"] body.page-node-type-pac-homepage .body-copy__content h1,
body.page-node-type-pac-homepage .body-copy__content body[class*="artists-studios"] h1,
body[class*="artists-studios"] body.page-node-type-pac-page .body-copy__content h1,
body.page-node-type-pac-page .body-copy__content body[class*="artists-studios"] h1,
body[class*="artists-studios"] body.phive-page .body-copy__content h1,
body.phive-page .body-copy__content body[class*="artists-studios"] h1,
body[class*="artists-studios"] .path-phive .body-copy__content h1,
.path-phive .body-copy__content body[class*="artists-studios"] h1,
body[class*="artists-studios"] .page-node-type-phive-page .body-copy__content h1,
.page-node-type-phive-page .body-copy__content body[class*="artists-studios"] h1,
body[class*="artists-studios"] .page-node-type-phive-homepage .body-copy__content h1,
.page-node-type-phive-homepage .body-copy__content body[class*="artists-studios"] h1,
body[class*="artists-studios"] .page-node-type-events-data.phive-page .body-copy__content h1,
.page-node-type-events-data.phive-page .body-copy__content body[class*="artists-studios"] h1,
body[class*="artists-studios"] .page-node-type-phive-venue .body-copy__content h1,
.page-node-type-phive-venue .body-copy__content body[class*="artists-studios"] h1, .path-pas h1, .path-pas .h1, .path-pas .phive-updates h1, .phive-updates .path-pas h1, .path-pas body.path-pac .body-copy__content h1, body.path-pac .body-copy__content .path-pas h1,
.path-pas body.page-node-type-pac-homepage .body-copy__content h1,
body.page-node-type-pac-homepage .body-copy__content .path-pas h1,
.path-pas body.page-node-type-pac-page .body-copy__content h1,
body.page-node-type-pac-page .body-copy__content .path-pas h1,
.path-pas body.phive-page .body-copy__content h1,
body.phive-page .body-copy__content .path-pas h1,
.path-pas .path-phive .body-copy__content h1,
.path-phive .body-copy__content .path-pas h1,
.path-pas .page-node-type-phive-page .body-copy__content h1,
.page-node-type-phive-page .body-copy__content .path-pas h1,
.path-pas .page-node-type-phive-homepage .body-copy__content h1,
.page-node-type-phive-homepage .body-copy__content .path-pas h1,
.path-pas .page-node-type-events-data.phive-page .body-copy__content h1,
.page-node-type-events-data.phive-page .body-copy__content .path-pas h1,
.path-pas .page-node-type-phive-venue .body-copy__content h1,
.page-node-type-phive-venue .body-copy__content .path-pas h1, .path-pas body.path-pac .phive-updates h1, body.path-pac .phive-updates .path-pas h1,
.path-pas body.page-node-type-pac-homepage .phive-updates h1,
body.page-node-type-pac-homepage .phive-updates .path-pas h1,
.path-pas body.page-node-type-pac-page .phive-updates h1,
body.page-node-type-pac-page .phive-updates .path-pas h1 {
  font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] h1, body[class*="artists-studios"] .h1, body[class*="artists-studios"] .phive-updates h1, .phive-updates body[class*="artists-studios"] h1, body[class*="artists-studios"] body.path-pac .body-copy__content h1, body.path-pac .body-copy__content body[class*="artists-studios"] h1,
    body[class*="artists-studios"] body.page-node-type-pac-homepage .body-copy__content h1,
    body.page-node-type-pac-homepage .body-copy__content body[class*="artists-studios"] h1,
    body[class*="artists-studios"] body.page-node-type-pac-page .body-copy__content h1,
    body.page-node-type-pac-page .body-copy__content body[class*="artists-studios"] h1,
    body[class*="artists-studios"] body.phive-page .body-copy__content h1,
    body.phive-page .body-copy__content body[class*="artists-studios"] h1,
    body[class*="artists-studios"] .path-phive .body-copy__content h1,
    .path-phive .body-copy__content body[class*="artists-studios"] h1,
    body[class*="artists-studios"] .page-node-type-phive-page .body-copy__content h1,
    .page-node-type-phive-page .body-copy__content body[class*="artists-studios"] h1,
    body[class*="artists-studios"] .page-node-type-phive-homepage .body-copy__content h1,
    .page-node-type-phive-homepage .body-copy__content body[class*="artists-studios"] h1,
    body[class*="artists-studios"] .page-node-type-events-data.phive-page .body-copy__content h1,
    .page-node-type-events-data.phive-page .body-copy__content body[class*="artists-studios"] h1,
    body[class*="artists-studios"] .page-node-type-phive-venue .body-copy__content h1,
    .page-node-type-phive-venue .body-copy__content body[class*="artists-studios"] h1, .path-pas h1, .path-pas .h1, .path-pas .phive-updates h1, .phive-updates .path-pas h1, .path-pas body.path-pac .body-copy__content h1, body.path-pac .body-copy__content .path-pas h1,
    .path-pas body.page-node-type-pac-homepage .body-copy__content h1,
    body.page-node-type-pac-homepage .body-copy__content .path-pas h1,
    .path-pas body.page-node-type-pac-page .body-copy__content h1,
    body.page-node-type-pac-page .body-copy__content .path-pas h1,
    .path-pas body.phive-page .body-copy__content h1,
    body.phive-page .body-copy__content .path-pas h1,
    .path-pas .path-phive .body-copy__content h1,
    .path-phive .body-copy__content .path-pas h1,
    .path-pas .page-node-type-phive-page .body-copy__content h1,
    .page-node-type-phive-page .body-copy__content .path-pas h1,
    .path-pas .page-node-type-phive-homepage .body-copy__content h1,
    .page-node-type-phive-homepage .body-copy__content .path-pas h1,
    .path-pas .page-node-type-events-data.phive-page .body-copy__content h1,
    .page-node-type-events-data.phive-page .body-copy__content .path-pas h1,
    .path-pas .page-node-type-phive-venue .body-copy__content h1,
    .page-node-type-phive-venue .body-copy__content .path-pas h1, .path-pas body.path-pac .phive-updates h1, body.path-pac .phive-updates .path-pas h1,
    .path-pas body.page-node-type-pac-homepage .phive-updates h1,
    body.page-node-type-pac-homepage .phive-updates .path-pas h1,
    .path-pas body.page-node-type-pac-page .phive-updates h1,
    body.page-node-type-pac-page .phive-updates .path-pas h1 {
      font-size: 5.375rem; } }
body[class*="artists-studios"] h2, body[class*="artists-studios"] .h2, body[class*="artists-studios"] .phive-updates h2, .phive-updates body[class*="artists-studios"] h2, body[class*="artists-studios"] body.path-pac .body-copy__content h2, body.path-pac .body-copy__content body[class*="artists-studios"] h2,
body[class*="artists-studios"] body.page-node-type-pac-homepage .body-copy__content h2,
body.page-node-type-pac-homepage .body-copy__content body[class*="artists-studios"] h2,
body[class*="artists-studios"] body.page-node-type-pac-page .body-copy__content h2,
body.page-node-type-pac-page .body-copy__content body[class*="artists-studios"] h2,
body[class*="artists-studios"] body.phive-page .body-copy__content h2,
body.phive-page .body-copy__content body[class*="artists-studios"] h2,
body[class*="artists-studios"] .path-phive .body-copy__content h2,
.path-phive .body-copy__content body[class*="artists-studios"] h2,
body[class*="artists-studios"] .page-node-type-phive-page .body-copy__content h2,
.page-node-type-phive-page .body-copy__content body[class*="artists-studios"] h2,
body[class*="artists-studios"] .page-node-type-phive-homepage .body-copy__content h2,
.page-node-type-phive-homepage .body-copy__content body[class*="artists-studios"] h2,
body[class*="artists-studios"] .page-node-type-events-data.phive-page .body-copy__content h2,
.page-node-type-events-data.phive-page .body-copy__content body[class*="artists-studios"] h2,
body[class*="artists-studios"] .page-node-type-phive-venue .body-copy__content h2,
.page-node-type-phive-venue .body-copy__content body[class*="artists-studios"] h2, .path-pas h2, .path-pas .h2, .path-pas .phive-updates h2, .phive-updates .path-pas h2, .path-pas body.path-pac .body-copy__content h2, body.path-pac .body-copy__content .path-pas h2,
.path-pas body.page-node-type-pac-homepage .body-copy__content h2,
body.page-node-type-pac-homepage .body-copy__content .path-pas h2,
.path-pas body.page-node-type-pac-page .body-copy__content h2,
body.page-node-type-pac-page .body-copy__content .path-pas h2,
.path-pas body.phive-page .body-copy__content h2,
body.phive-page .body-copy__content .path-pas h2,
.path-pas .path-phive .body-copy__content h2,
.path-phive .body-copy__content .path-pas h2,
.path-pas .page-node-type-phive-page .body-copy__content h2,
.page-node-type-phive-page .body-copy__content .path-pas h2,
.path-pas .page-node-type-phive-homepage .body-copy__content h2,
.page-node-type-phive-homepage .body-copy__content .path-pas h2,
.path-pas .page-node-type-events-data.phive-page .body-copy__content h2,
.page-node-type-events-data.phive-page .body-copy__content .path-pas h2,
.path-pas .page-node-type-phive-venue .body-copy__content h2,
.page-node-type-phive-venue .body-copy__content .path-pas h2, .path-pas body.path-pac .phive-updates h2, body.path-pac .phive-updates .path-pas h2,
.path-pas body.page-node-type-pac-homepage .phive-updates h2,
body.page-node-type-pac-homepage .phive-updates .path-pas h2,
.path-pas body.page-node-type-pac-page .phive-updates h2,
body.page-node-type-pac-page .phive-updates .path-pas h2 {
  font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #002b49;
  line-height: 1.2;
  margin-top: 1rem; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] h2, body[class*="artists-studios"] .h2, body[class*="artists-studios"] .phive-updates h2, .phive-updates body[class*="artists-studios"] h2, body[class*="artists-studios"] body.path-pac .body-copy__content h2, body.path-pac .body-copy__content body[class*="artists-studios"] h2,
    body[class*="artists-studios"] body.page-node-type-pac-homepage .body-copy__content h2,
    body.page-node-type-pac-homepage .body-copy__content body[class*="artists-studios"] h2,
    body[class*="artists-studios"] body.page-node-type-pac-page .body-copy__content h2,
    body.page-node-type-pac-page .body-copy__content body[class*="artists-studios"] h2,
    body[class*="artists-studios"] body.phive-page .body-copy__content h2,
    body.phive-page .body-copy__content body[class*="artists-studios"] h2,
    body[class*="artists-studios"] .path-phive .body-copy__content h2,
    .path-phive .body-copy__content body[class*="artists-studios"] h2,
    body[class*="artists-studios"] .page-node-type-phive-page .body-copy__content h2,
    .page-node-type-phive-page .body-copy__content body[class*="artists-studios"] h2,
    body[class*="artists-studios"] .page-node-type-phive-homepage .body-copy__content h2,
    .page-node-type-phive-homepage .body-copy__content body[class*="artists-studios"] h2,
    body[class*="artists-studios"] .page-node-type-events-data.phive-page .body-copy__content h2,
    .page-node-type-events-data.phive-page .body-copy__content body[class*="artists-studios"] h2,
    body[class*="artists-studios"] .page-node-type-phive-venue .body-copy__content h2,
    .page-node-type-phive-venue .body-copy__content body[class*="artists-studios"] h2, .path-pas h2, .path-pas .h2, .path-pas .phive-updates h2, .phive-updates .path-pas h2, .path-pas body.path-pac .body-copy__content h2, body.path-pac .body-copy__content .path-pas h2,
    .path-pas body.page-node-type-pac-homepage .body-copy__content h2,
    body.page-node-type-pac-homepage .body-copy__content .path-pas h2,
    .path-pas body.page-node-type-pac-page .body-copy__content h2,
    body.page-node-type-pac-page .body-copy__content .path-pas h2,
    .path-pas body.phive-page .body-copy__content h2,
    body.phive-page .body-copy__content .path-pas h2,
    .path-pas .path-phive .body-copy__content h2,
    .path-phive .body-copy__content .path-pas h2,
    .path-pas .page-node-type-phive-page .body-copy__content h2,
    .page-node-type-phive-page .body-copy__content .path-pas h2,
    .path-pas .page-node-type-phive-homepage .body-copy__content h2,
    .page-node-type-phive-homepage .body-copy__content .path-pas h2,
    .path-pas .page-node-type-events-data.phive-page .body-copy__content h2,
    .page-node-type-events-data.phive-page .body-copy__content .path-pas h2,
    .path-pas .page-node-type-phive-venue .body-copy__content h2,
    .page-node-type-phive-venue .body-copy__content .path-pas h2, .path-pas body.path-pac .phive-updates h2, body.path-pac .phive-updates .path-pas h2,
    .path-pas body.page-node-type-pac-homepage .phive-updates h2,
    body.page-node-type-pac-homepage .phive-updates .path-pas h2,
    .path-pas body.page-node-type-pac-page .phive-updates h2,
    body.page-node-type-pac-page .phive-updates .path-pas h2 {
      font-size: 3.25rem; } }
body[class*="artists-studios"] h3, body[class*="artists-studios"] .h3, body[class*="artists-studios"] .phive-updates h3, .phive-updates body[class*="artists-studios"] h3, body[class*="artists-studios"] body.path-pac .body-copy__content h3, body.path-pac .body-copy__content body[class*="artists-studios"] h3,
body[class*="artists-studios"] body.page-node-type-pac-homepage .body-copy__content h3,
body.page-node-type-pac-homepage .body-copy__content body[class*="artists-studios"] h3,
body[class*="artists-studios"] body.page-node-type-pac-page .body-copy__content h3,
body.page-node-type-pac-page .body-copy__content body[class*="artists-studios"] h3,
body[class*="artists-studios"] body.phive-page .body-copy__content h3,
body.phive-page .body-copy__content body[class*="artists-studios"] h3,
body[class*="artists-studios"] .path-phive .body-copy__content h3,
.path-phive .body-copy__content body[class*="artists-studios"] h3,
body[class*="artists-studios"] .page-node-type-phive-page .body-copy__content h3,
.page-node-type-phive-page .body-copy__content body[class*="artists-studios"] h3,
body[class*="artists-studios"] .page-node-type-phive-homepage .body-copy__content h3,
.page-node-type-phive-homepage .body-copy__content body[class*="artists-studios"] h3,
body[class*="artists-studios"] .page-node-type-events-data.phive-page .body-copy__content h3,
.page-node-type-events-data.phive-page .body-copy__content body[class*="artists-studios"] h3,
body[class*="artists-studios"] .page-node-type-phive-venue .body-copy__content h3,
.page-node-type-phive-venue .body-copy__content body[class*="artists-studios"] h3, .path-pas h3, .path-pas .h3, .path-pas .phive-updates h3, .phive-updates .path-pas h3, .path-pas body.path-pac .body-copy__content h3, body.path-pac .body-copy__content .path-pas h3,
.path-pas body.page-node-type-pac-homepage .body-copy__content h3,
body.page-node-type-pac-homepage .body-copy__content .path-pas h3,
.path-pas body.page-node-type-pac-page .body-copy__content h3,
body.page-node-type-pac-page .body-copy__content .path-pas h3,
.path-pas body.phive-page .body-copy__content h3,
body.phive-page .body-copy__content .path-pas h3,
.path-pas .path-phive .body-copy__content h3,
.path-phive .body-copy__content .path-pas h3,
.path-pas .page-node-type-phive-page .body-copy__content h3,
.page-node-type-phive-page .body-copy__content .path-pas h3,
.path-pas .page-node-type-phive-homepage .body-copy__content h3,
.page-node-type-phive-homepage .body-copy__content .path-pas h3,
.path-pas .page-node-type-events-data.phive-page .body-copy__content h3,
.page-node-type-events-data.phive-page .body-copy__content .path-pas h3,
.path-pas .page-node-type-phive-venue .body-copy__content h3,
.page-node-type-phive-venue .body-copy__content .path-pas h3, .path-pas body.path-pac .phive-updates h3, body.path-pac .phive-updates .path-pas h3,
.path-pas body.page-node-type-pac-homepage .phive-updates h3,
body.page-node-type-pac-homepage .phive-updates .path-pas h3,
.path-pas body.page-node-type-pac-page .phive-updates h3,
body.page-node-type-pac-page .phive-updates .path-pas h3 {
  font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #002b49;
  line-height: 1.2; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] h3, body[class*="artists-studios"] .h3, body[class*="artists-studios"] .phive-updates h3, .phive-updates body[class*="artists-studios"] h3, body[class*="artists-studios"] body.path-pac .body-copy__content h3, body.path-pac .body-copy__content body[class*="artists-studios"] h3,
    body[class*="artists-studios"] body.page-node-type-pac-homepage .body-copy__content h3,
    body.page-node-type-pac-homepage .body-copy__content body[class*="artists-studios"] h3,
    body[class*="artists-studios"] body.page-node-type-pac-page .body-copy__content h3,
    body.page-node-type-pac-page .body-copy__content body[class*="artists-studios"] h3,
    body[class*="artists-studios"] body.phive-page .body-copy__content h3,
    body.phive-page .body-copy__content body[class*="artists-studios"] h3,
    body[class*="artists-studios"] .path-phive .body-copy__content h3,
    .path-phive .body-copy__content body[class*="artists-studios"] h3,
    body[class*="artists-studios"] .page-node-type-phive-page .body-copy__content h3,
    .page-node-type-phive-page .body-copy__content body[class*="artists-studios"] h3,
    body[class*="artists-studios"] .page-node-type-phive-homepage .body-copy__content h3,
    .page-node-type-phive-homepage .body-copy__content body[class*="artists-studios"] h3,
    body[class*="artists-studios"] .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-events-data.phive-page .body-copy__content body[class*="artists-studios"] h3,
    body[class*="artists-studios"] .page-node-type-phive-venue .body-copy__content h3,
    .page-node-type-phive-venue .body-copy__content body[class*="artists-studios"] h3, .path-pas h3, .path-pas .h3, .path-pas .phive-updates h3, .phive-updates .path-pas h3, .path-pas body.path-pac .body-copy__content h3, body.path-pac .body-copy__content .path-pas h3,
    .path-pas body.page-node-type-pac-homepage .body-copy__content h3,
    body.page-node-type-pac-homepage .body-copy__content .path-pas h3,
    .path-pas body.page-node-type-pac-page .body-copy__content h3,
    body.page-node-type-pac-page .body-copy__content .path-pas h3,
    .path-pas body.phive-page .body-copy__content h3,
    body.phive-page .body-copy__content .path-pas h3,
    .path-pas .path-phive .body-copy__content h3,
    .path-phive .body-copy__content .path-pas h3,
    .path-pas .page-node-type-phive-page .body-copy__content h3,
    .page-node-type-phive-page .body-copy__content .path-pas h3,
    .path-pas .page-node-type-phive-homepage .body-copy__content h3,
    .page-node-type-phive-homepage .body-copy__content .path-pas h3,
    .path-pas .page-node-type-events-data.phive-page .body-copy__content h3,
    .page-node-type-events-data.phive-page .body-copy__content .path-pas h3,
    .path-pas .page-node-type-phive-venue .body-copy__content h3,
    .page-node-type-phive-venue .body-copy__content .path-pas h3, .path-pas body.path-pac .phive-updates h3, body.path-pac .phive-updates .path-pas h3,
    .path-pas body.page-node-type-pac-homepage .phive-updates h3,
    body.page-node-type-pac-homepage .phive-updates .path-pas h3,
    .path-pas body.page-node-type-pac-page .phive-updates h3,
    body.page-node-type-pac-page .phive-updates .path-pas h3 {
      font-size: 2rem; } }
body[class*="artists-studios"] h4, body[class*="artists-studios"] .h4, body[class*="artists-studios"] .phive-updates h4, .phive-updates body[class*="artists-studios"] h4, body[class*="artists-studios"] body.path-pac .body-copy__content h4, body.path-pac .body-copy__content body[class*="artists-studios"] h4,
body[class*="artists-studios"] body.page-node-type-pac-homepage .body-copy__content h4,
body.page-node-type-pac-homepage .body-copy__content body[class*="artists-studios"] h4,
body[class*="artists-studios"] body.page-node-type-pac-page .body-copy__content h4,
body.page-node-type-pac-page .body-copy__content body[class*="artists-studios"] h4,
body[class*="artists-studios"] body.phive-page .body-copy__content h4,
body.phive-page .body-copy__content body[class*="artists-studios"] h4,
body[class*="artists-studios"] .path-phive .body-copy__content h4,
.path-phive .body-copy__content body[class*="artists-studios"] h4,
body[class*="artists-studios"] .page-node-type-phive-page .body-copy__content h4,
.page-node-type-phive-page .body-copy__content body[class*="artists-studios"] h4,
body[class*="artists-studios"] .page-node-type-phive-homepage .body-copy__content h4,
.page-node-type-phive-homepage .body-copy__content body[class*="artists-studios"] h4,
body[class*="artists-studios"] .page-node-type-events-data.phive-page .body-copy__content h4,
.page-node-type-events-data.phive-page .body-copy__content body[class*="artists-studios"] h4,
body[class*="artists-studios"] .page-node-type-phive-venue .body-copy__content h4,
.page-node-type-phive-venue .body-copy__content body[class*="artists-studios"] h4, .path-pas h4, .path-pas .h4, .path-pas .phive-updates h4, .phive-updates .path-pas h4, .path-pas body.path-pac .body-copy__content h4, body.path-pac .body-copy__content .path-pas h4,
.path-pas body.page-node-type-pac-homepage .body-copy__content h4,
body.page-node-type-pac-homepage .body-copy__content .path-pas h4,
.path-pas body.page-node-type-pac-page .body-copy__content h4,
body.page-node-type-pac-page .body-copy__content .path-pas h4,
.path-pas body.phive-page .body-copy__content h4,
body.phive-page .body-copy__content .path-pas h4,
.path-pas .path-phive .body-copy__content h4,
.path-phive .body-copy__content .path-pas h4,
.path-pas .page-node-type-phive-page .body-copy__content h4,
.page-node-type-phive-page .body-copy__content .path-pas h4,
.path-pas .page-node-type-phive-homepage .body-copy__content h4,
.page-node-type-phive-homepage .body-copy__content .path-pas h4,
.path-pas .page-node-type-events-data.phive-page .body-copy__content h4,
.page-node-type-events-data.phive-page .body-copy__content .path-pas h4,
.path-pas .page-node-type-phive-venue .body-copy__content h4,
.page-node-type-phive-venue .body-copy__content .path-pas h4, .path-pas body.path-pac .phive-updates h4, body.path-pac .phive-updates .path-pas h4,
.path-pas body.page-node-type-pac-homepage .phive-updates h4,
body.page-node-type-pac-homepage .phive-updates .path-pas h4,
.path-pas body.page-node-type-pac-page .phive-updates h4,
body.page-node-type-pac-page .phive-updates .path-pas h4 {
  font-family: "parramatta-regular", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #002b49;
  line-height: 1.3; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] h4, body[class*="artists-studios"] .h4, body[class*="artists-studios"] .phive-updates h4, .phive-updates body[class*="artists-studios"] h4, body[class*="artists-studios"] body.path-pac .body-copy__content h4, body.path-pac .body-copy__content body[class*="artists-studios"] h4,
    body[class*="artists-studios"] body.page-node-type-pac-homepage .body-copy__content h4,
    body.page-node-type-pac-homepage .body-copy__content body[class*="artists-studios"] h4,
    body[class*="artists-studios"] body.page-node-type-pac-page .body-copy__content h4,
    body.page-node-type-pac-page .body-copy__content body[class*="artists-studios"] h4,
    body[class*="artists-studios"] body.phive-page .body-copy__content h4,
    body.phive-page .body-copy__content body[class*="artists-studios"] h4,
    body[class*="artists-studios"] .path-phive .body-copy__content h4,
    .path-phive .body-copy__content body[class*="artists-studios"] h4,
    body[class*="artists-studios"] .page-node-type-phive-page .body-copy__content h4,
    .page-node-type-phive-page .body-copy__content body[class*="artists-studios"] h4,
    body[class*="artists-studios"] .page-node-type-phive-homepage .body-copy__content h4,
    .page-node-type-phive-homepage .body-copy__content body[class*="artists-studios"] h4,
    body[class*="artists-studios"] .page-node-type-events-data.phive-page .body-copy__content h4,
    .page-node-type-events-data.phive-page .body-copy__content body[class*="artists-studios"] h4,
    body[class*="artists-studios"] .page-node-type-phive-venue .body-copy__content h4,
    .page-node-type-phive-venue .body-copy__content body[class*="artists-studios"] h4, .path-pas h4, .path-pas .h4, .path-pas .phive-updates h4, .phive-updates .path-pas h4, .path-pas body.path-pac .body-copy__content h4, body.path-pac .body-copy__content .path-pas h4,
    .path-pas body.page-node-type-pac-homepage .body-copy__content h4,
    body.page-node-type-pac-homepage .body-copy__content .path-pas h4,
    .path-pas body.page-node-type-pac-page .body-copy__content h4,
    body.page-node-type-pac-page .body-copy__content .path-pas h4,
    .path-pas body.phive-page .body-copy__content h4,
    body.phive-page .body-copy__content .path-pas h4,
    .path-pas .path-phive .body-copy__content h4,
    .path-phive .body-copy__content .path-pas h4,
    .path-pas .page-node-type-phive-page .body-copy__content h4,
    .page-node-type-phive-page .body-copy__content .path-pas h4,
    .path-pas .page-node-type-phive-homepage .body-copy__content h4,
    .page-node-type-phive-homepage .body-copy__content .path-pas h4,
    .path-pas .page-node-type-events-data.phive-page .body-copy__content h4,
    .page-node-type-events-data.phive-page .body-copy__content .path-pas h4,
    .path-pas .page-node-type-phive-venue .body-copy__content h4,
    .page-node-type-phive-venue .body-copy__content .path-pas h4, .path-pas body.path-pac .phive-updates h4, body.path-pac .phive-updates .path-pas h4,
    .path-pas body.page-node-type-pac-homepage .phive-updates h4,
    body.page-node-type-pac-homepage .phive-updates .path-pas h4,
    .path-pas body.page-node-type-pac-page .phive-updates h4,
    body.page-node-type-pac-page .phive-updates .path-pas h4 {
      font-size: 1.625rem; } }
body[class*="artists-studios"] h5, body[class*="artists-studios"] .h5, .path-pas h5, .path-pas .h5 {
  font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #002b49;
  line-height: 1.2; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] h5, body[class*="artists-studios"] .h5, .path-pas h5, .path-pas .h5 {
      font-size: 1.375rem; } }
body[class*="artists-studios"] .main-container p, body[class*="artists-studios"] .main-container li, body[class*="artists-studios"] .main-container figcaption, .path-pas .main-container p, .path-pas .main-container li, .path-pas .main-container figcaption {
  font-family: "parramatta-regular", "ProximaNova-regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  word-spacing: 0; }
body[class*="artists-studios"] .field--item p, body[class*="artists-studios"] .field--item li, .path-pas .field--item p, .path-pas .field--item li {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #002b49; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .field--item p, body[class*="artists-studios"] .field--item li, .path-pas .field--item p, .path-pas .field--item li {
      font-size: 1rem; } }
  body[class*="artists-studios"] .field--item p a, body[class*="artists-studios"] .field--item li a, .path-pas .field--item p a, .path-pas .field--item li a {
    color: #002b49;
    text-decoration: underline; }
    body[class*="artists-studios"] .field--item p a:hover, body[class*="artists-studios"] .field--item li a:hover, .path-pas .field--item p a:hover, .path-pas .field--item li a:hover {
      color: #002b49; }
body[class*="artists-studios"] .field--item ol li, .path-pas .field--item ol li {
  list-style-type: decimal; }
body[class*="artists-studios"] .main-container, .path-pas .main-container {
  border-bottom: 1px solid #D9D9D9; }
body[class*="artists-studios"] .page-header, body[class*="artists-studios"] .cop-404, .path-pas .page-header, .path-pas .cop-404 {
  display: none !important; }
body[class*="artists-studios"] .body-copy__wrapper, .path-pas .body-copy__wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  body[class*="artists-studios"] .body-copy__wrapper p, body[class*="artists-studios"] .body-copy__wrapper li, .path-pas .body-copy__wrapper p, .path-pas .body-copy__wrapper li {
    color: #002b49; }
  body[class*="artists-studios"] .body-copy__wrapper li::marker, .path-pas .body-copy__wrapper li::marker {
    color: #002b49; }
body[class*="artists-studios"] .related-content__wrapper, .path-pas .related-content__wrapper {
  background: url("../images/wave-moss.svg") no-repeat top center;
  background-size: cover;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .related-content__wrapper, .path-pas .related-content__wrapper {
      padding-top: 15rem;
      padding-bottom: 10rem; } }
  @media (min-width: 1438px) {
    body[class*="artists-studios"] .related-content__wrapper, .path-pas .related-content__wrapper {
      padding-top: 18.75rem;
      padding-bottom: 12.5rem; } }
body[class*="artists-studios"] .related-content__card-title, .path-pas .related-content__card-title {
  font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif; }
body[class*="artists-studios"] .related-content__card--full, .path-pas .related-content__card--full {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  body[class*="artists-studios"] .related-content__card--full .related-content__card-info, .path-pas .related-content__card--full .related-content__card-info {
    padding: 2rem; }
  @media (min-width: 1438px) {
    body[class*="artists-studios"] .related-content__card--full .related-content__card-image,
    body[class*="artists-studios"] .related-content__card--full .related-content__card-info, .path-pas .related-content__card--full .related-content__card-image,
    .path-pas .related-content__card--full .related-content__card-info {
      width: 50%;
      aspect-ratio: auto; } }
body[class*="artists-studios"] .related-content__cta, .path-pas .related-content__cta {
  margin: 2rem auto;
  text-align: center; }
body[class*="artists-studios"] .image-left-right__link a,
body[class*="artists-studios"] .media-gallery__content .media-gallery__cta a,
body[class*="artists-studios"] .feature-block__cta a,
body[class*="artists-studios"] .related-content__cta a,
body[class*="artists-studios"] .block-webform form .form-actions button,
body[class*="artists-studios"] .button-cta--inline, .path-pas .image-left-right__link a,
.path-pas .media-gallery__content .media-gallery__cta a,
.path-pas .feature-block__cta a,
.path-pas .related-content__cta a,
.path-pas .block-webform form .form-actions button,
.path-pas .button-cta--inline {
  color: white;
  background: #002b49;
  border: 1px solid #002b49;
  text-transform: none;
  padding: 0.75rem 2rem;
  margin: 1rem 0;
  display: inline-block;
  height: auto;
  text-align: center;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-weight: 600; }
  body[class*="artists-studios"] .image-left-right__link a:hover,
  body[class*="artists-studios"] .media-gallery__content .media-gallery__cta a:hover,
  body[class*="artists-studios"] .feature-block__cta a:hover,
  body[class*="artists-studios"] .related-content__cta a:hover,
  body[class*="artists-studios"] .block-webform form .form-actions button:hover,
  body[class*="artists-studios"] .button-cta--inline:hover, .path-pas .image-left-right__link a:hover,
  .path-pas .media-gallery__content .media-gallery__cta a:hover,
  .path-pas .feature-block__cta a:hover,
  .path-pas .related-content__cta a:hover,
  .path-pas .block-webform form .form-actions button:hover,
  .path-pas .button-cta--inline:hover {
    color: #002b49 !important;
    background: white; }
  body[class*="artists-studios"] .image-left-right__link a:before, body[class*="artists-studios"] .image-left-right__link a:after,
  body[class*="artists-studios"] .media-gallery__content .media-gallery__cta a:before,
  body[class*="artists-studios"] .media-gallery__content .media-gallery__cta a:after,
  body[class*="artists-studios"] .feature-block__cta a:before,
  body[class*="artists-studios"] .feature-block__cta a:after,
  body[class*="artists-studios"] .related-content__cta a:before,
  body[class*="artists-studios"] .related-content__cta a:after,
  body[class*="artists-studios"] .block-webform form .form-actions button:before,
  body[class*="artists-studios"] .block-webform form .form-actions button:after,
  body[class*="artists-studios"] .button-cta--inline:before,
  body[class*="artists-studios"] .button-cta--inline:after, .path-pas .image-left-right__link a:before, .path-pas .image-left-right__link a:after,
  .path-pas .media-gallery__content .media-gallery__cta a:before,
  .path-pas .media-gallery__content .media-gallery__cta a:after,
  .path-pas .feature-block__cta a:before,
  .path-pas .feature-block__cta a:after,
  .path-pas .related-content__cta a:before,
  .path-pas .related-content__cta a:after,
  .path-pas .block-webform form .form-actions button:before,
  .path-pas .block-webform form .form-actions button:after,
  .path-pas .button-cta--inline:before,
  .path-pas .button-cta--inline:after {
    content: none; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .image-left-right__link a,
    body[class*="artists-studios"] .media-gallery__content .media-gallery__cta a,
    body[class*="artists-studios"] .feature-block__cta a,
    body[class*="artists-studios"] .related-content__cta a,
    body[class*="artists-studios"] .block-webform form .form-actions button,
    body[class*="artists-studios"] .button-cta--inline, .path-pas .image-left-right__link a,
    .path-pas .media-gallery__content .media-gallery__cta a,
    .path-pas .feature-block__cta a,
    .path-pas .related-content__cta a,
    .path-pas .block-webform form .form-actions button,
    .path-pas .button-cta--inline {
      padding: 0.75rem 2.5rem; } }
body[class*="artists-studios"] .block-downloads__items, .path-pas .block-downloads__items {
  flex-wrap: wrap;
  display: flex;
  margin: 0 -1%; }
  body[class*="artists-studios"] .block-downloads__items .block-downloads__item, .path-pas .block-downloads__items .block-downloads__item {
    border: 1px solid #002b49;
    margin: 1%;
    background: transparent; }
    @media (min-width: 1278px) {
      body[class*="artists-studios"] .block-downloads__items .block-downloads__item, .path-pas .block-downloads__items .block-downloads__item {
        width: 48%; } }
    body[class*="artists-studios"] .block-downloads__items .block-downloads__item svg path, .path-pas .block-downloads__items .block-downloads__item svg path {
      fill: #002b49; }
body[class*="artists-studios"] .accordion-item, .path-pas .accordion-item {
  background: #ece8d2; }
  body[class*="artists-studios"] .accordion-item .accordion-term, .path-pas .accordion-item .accordion-term {
    background: rgba(199, 185, 120, 0.5);
    transition: 0.2s ease-in-out background;
    padding: 1rem 3.25rem 1rem 1.5rem; }
    body[class*="artists-studios"] .accordion-item .accordion-term:after, .path-pas .accordion-item .accordion-term:after {
      display: none; }
    body[class*="artists-studios"] .accordion-item .accordion-term .accordion-term__content p, .path-pas .accordion-item .accordion-term .accordion-term__content p {
      font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
      word-spacing: 0;
      font-size: 2rem; }
      @media (min-width: 1278px) {
        body[class*="artists-studios"] .accordion-item .accordion-term .accordion-term__content p, .path-pas .accordion-item .accordion-term .accordion-term__content p {
          font-size: 2.25rem; } }
    body[class*="artists-studios"] .accordion-item .accordion-term .accordion-term__content > span.icon, .path-pas .accordion-item .accordion-term .accordion-term__content > span.icon {
      right: 1.5rem; }
    body[class*="artists-studios"] .accordion-item .accordion-term .accordion-term__content > span.icon::before, body[class*="artists-studios"] .accordion-item .accordion-term .accordion-term__content span.icon::after, .path-pas .accordion-item .accordion-term .accordion-term__content > span.icon::before, .path-pas .accordion-item .accordion-term .accordion-term__content span.icon::after {
      transition: none;
      background: #002b49; }
    body[class*="artists-studios"] .accordion-item .accordion-term.is-active, .path-pas .accordion-item .accordion-term.is-active {
      background: #ece8d2; }
      body[class*="artists-studios"] .accordion-item .accordion-term.is-active .accordion-term__content > p, .path-pas .accordion-item .accordion-term.is-active .accordion-term__content > p {
        color: #002b49; }
  body[class*="artists-studios"] .accordion-item .accordion-def .dl-def__wrap, .path-pas .accordion-item .accordion-def .dl-def__wrap {
    padding: 1rem 1.5rem; }
body[class*="artists-studios"] .mega-menu__top .logo img, .path-pas .mega-menu__top .logo img {
  max-height: 50px; }
body[class*="artists-studios"] .body-copy img, .path-pas .body-copy img {
  margin: 2rem 0; }
body[class*="artists-studios"] .body-copy figure, .path-pas .body-copy figure {
  position: relative; }
  body[class*="artists-studios"] .body-copy figure figcaption, .path-pas .body-copy figure figcaption {
    padding: .5rem 1rem;
    background: white;
    position: absolute;
    right: 0;
    bottom: 2rem;
    font-size: 14px; }
    @media (min-width: 1278px) {
      body[class*="artists-studios"] .body-copy figure figcaption, .path-pas .body-copy figure figcaption {
        max-width: 50%; } }
body[class*="artists-studios"] .block-webform__wrapper, .path-pas .block-webform__wrapper {
  background: linear-gradient(180deg, #F5E8CD 0%, #EBD9B5); }
  body[class*="artists-studios"] .block-webform__wrapper .block-webform__content > div.row, body[class*="artists-studios"] .block-webform__wrapper .block-webform__content > div.block-entity-fieldnodebody, body[class*="artists-studios"] .block-webform__wrapper .block-webform__content > div.paragraph--type--cta, .path-pas .block-webform__wrapper .block-webform__content > div.row, .path-pas .block-webform__wrapper .block-webform__content > div.block-entity-fieldnodebody, .path-pas .block-webform__wrapper .block-webform__content > div.paragraph--type--cta {
    color: #002b49;
    background: linear-gradient(180deg, #F5E8CD 0%, #EBD9B5); }
  body[class*="artists-studios"] .block-webform__wrapper .block-webform__content form .form-item .panel-heading,
  body[class*="artists-studios"] .block-webform__wrapper .block-webform__content .block-webform__title,
  body[class*="artists-studios"] .block-webform__wrapper .block-webform__content .block-webform form .form-item label, .path-pas .block-webform__wrapper .block-webform__content form .form-item .panel-heading,
  .path-pas .block-webform__wrapper .block-webform__content .block-webform__title,
  .path-pas .block-webform__wrapper .block-webform__content .block-webform form .form-item label {
    color: #002b49 !important;
    padding-bottom: .5rem;
    position: static;
    opacity: 1;
    display: block; }
  body[class*="artists-studios"] .block-webform__wrapper .block-webform__content input[type="tel"],
  body[class*="artists-studios"] .block-webform__wrapper .block-webform__content input[type="email"],
  body[class*="artists-studios"] .block-webform__wrapper .block-webform__content input[type="text"],
  body[class*="artists-studios"] .block-webform__wrapper .block-webform__content input[type="date"],
  body[class*="artists-studios"] .block-webform__wrapper .block-webform__content textarea, .path-pas .block-webform__wrapper .block-webform__content input[type="tel"],
  .path-pas .block-webform__wrapper .block-webform__content input[type="email"],
  .path-pas .block-webform__wrapper .block-webform__content input[type="text"],
  .path-pas .block-webform__wrapper .block-webform__content input[type="date"],
  .path-pas .block-webform__wrapper .block-webform__content textarea {
    color: #002b49; }
body[class*="artists-studios"] .block-webform form .form-item.form-type-select .select2 .selection .select2-selection__arrow b, .path-pas .block-webform form .form-item.form-type-select .select2 .selection .select2-selection__arrow b {
  border-color: #002b49 transparent transparent transparent; }
body[class*="artists-studios"] .block-webform form .webform-confirmation, .path-pas .block-webform form .webform-confirmation {
  position: relative; }
body[class*="artists-studios"] .events-results-pas .viewsreference--view-title, .path-pas .events-results-pas .viewsreference--view-title {
  display: none; }
body[class*="artists-studios"] .pas-events-filters .form-item-category, .path-pas .pas-events-filters .form-item-category {
  display: none; }
body[class*="artists-studios"] .events-data-overview .events-filters .js-form-item, .path-pas .events-data-overview .events-filters .js-form-item {
  width: calc((100% - 280px) / 2); }
body[class*="artists-studios"] .events-data-overview .events-filters button[type="submit"], .path-pas .events-data-overview .events-filters button[type="submit"] {
  background: #c7b978;
  color: #002b49; }
body[class*="artists-studios"] .events-results-wrapper,
body[class*="artists-studios"] .news-cards-wrapper, .path-pas .events-results-wrapper,
.path-pas .news-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  margin: 2rem 0 0;
  padding-top: 0; }
  @media (min-width: 768px) {
    body[class*="artists-studios"] .events-results-wrapper,
    body[class*="artists-studios"] .news-cards-wrapper, .path-pas .events-results-wrapper,
    .path-pas .news-cards-wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .events-results-wrapper,
    body[class*="artists-studios"] .news-cards-wrapper, .path-pas .events-results-wrapper,
    .path-pas .news-cards-wrapper {
      grid-template-columns: repeat(3, 1fr); } }
  body[class*="artists-studios"] .events-results-wrapper .card-event.pas-only,
  body[class*="artists-studios"] .news-cards-wrapper .card-event.pas-only, .path-pas .events-results-wrapper .card-event.pas-only,
  .path-pas .news-cards-wrapper .card-event.pas-only {
    display: block; }
    body[class*="artists-studios"] .events-results-wrapper .card-event.pas-only:hover::before,
    body[class*="artists-studios"] .news-cards-wrapper .card-event.pas-only:hover::before, .path-pas .events-results-wrapper .card-event.pas-only:hover::before,
    .path-pas .news-cards-wrapper .card-event.pas-only:hover::before {
      content: none; }
    body[class*="artists-studios"] .events-results-wrapper .card-event.pas-only .card__info,
    body[class*="artists-studios"] .news-cards-wrapper .card-event.pas-only .card__info, .path-pas .events-results-wrapper .card-event.pas-only .card__info,
    .path-pas .news-cards-wrapper .card-event.pas-only .card__info {
      padding: 1.5rem; }
    body[class*="artists-studios"] .events-results-wrapper .card-event.pas-only .card__type li,
    body[class*="artists-studios"] .news-cards-wrapper .card-event.pas-only .card__type li, .path-pas .events-results-wrapper .card-event.pas-only .card__type li,
    .path-pas .news-cards-wrapper .card-event.pas-only .card__type li {
      background: #ece8d2;
      padding: .5rem 1rem;
      margin-right: 0.5rem;
      display: inline-block;
      margin-bottom: .5rem;
      font-size: 14px;
      border-radius: 3rem; }
    body[class*="artists-studios"] .events-results-wrapper .card-event.pas-only .card__info-top,
    body[class*="artists-studios"] .news-cards-wrapper .card-event.pas-only .card__info-top, .path-pas .events-results-wrapper .card-event.pas-only .card__info-top,
    .path-pas .news-cards-wrapper .card-event.pas-only .card__info-top {
      display: block; }
    body[class*="artists-studios"] .events-results-wrapper .card-event.pas-only .card__date,
    body[class*="artists-studios"] .news-cards-wrapper .card-event.pas-only .card__date, .path-pas .events-results-wrapper .card-event.pas-only .card__date,
    .path-pas .news-cards-wrapper .card-event.pas-only .card__date {
      display: block;
      font-size: 14px;
      margin: .5rem 0; }
      body[class*="artists-studios"] .events-results-wrapper .card-event.pas-only .card__date:after,
      body[class*="artists-studios"] .news-cards-wrapper .card-event.pas-only .card__date:after, .path-pas .events-results-wrapper .card-event.pas-only .card__date:after,
      .path-pas .news-cards-wrapper .card-event.pas-only .card__date:after {
        display: none; }
    body[class*="artists-studios"] .events-results-wrapper .card-event.pas-only .card__title,
    body[class*="artists-studios"] .news-cards-wrapper .card-event.pas-only .card__title, .path-pas .events-results-wrapper .card-event.pas-only .card__title,
    .path-pas .news-cards-wrapper .card-event.pas-only .card__title {
      font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
      font-size: 2.25rem;
      margin: 1rem 0; }
    body[class*="artists-studios"] .events-results-wrapper .card-event.pas-only .card__info,
    body[class*="artists-studios"] .news-cards-wrapper .card-event.pas-only .card__info, .path-pas .events-results-wrapper .card-event.pas-only .card__info,
    .path-pas .news-cards-wrapper .card-event.pas-only .card__info {
      font-family: "parramatta-regular", "ProximaNova-regular", Helvetica, Arial, sans-serif; }
    body[class*="artists-studios"] .events-results-wrapper .card-event.pas-only .card__link span,
    body[class*="artists-studios"] .news-cards-wrapper .card-event.pas-only .card__link span, .path-pas .events-results-wrapper .card-event.pas-only .card__link span,
    .path-pas .news-cards-wrapper .card-event.pas-only .card__link span {
      letter-spacing: normal;
      font-family: "parramatta-regular", "ProximaNova-regular", Helvetica, Arial, sans-serif; }
      body[class*="artists-studios"] .events-results-wrapper .card-event.pas-only .card__link span:after,
      body[class*="artists-studios"] .news-cards-wrapper .card-event.pas-only .card__link span:after, .path-pas .events-results-wrapper .card-event.pas-only .card__link span:after,
      .path-pas .news-cards-wrapper .card-event.pas-only .card__link span:after {
        width: 15px;
        height: 15px;
        background: url("../images/brush.svg") no-repeat top center;
        background-size: contain;
        border: none; }
    body[class*="artists-studios"] .events-results-wrapper .card-event.pas-only .card__image img,
    body[class*="artists-studios"] .news-cards-wrapper .card-event.pas-only .card__image img, .path-pas .events-results-wrapper .card-event.pas-only .card__image img,
    .path-pas .news-cards-wrapper .card-event.pas-only .card__image img {
      aspect-ratio: 390 / 200; }
  body[class*="artists-studios"] .events-results-wrapper .card__wrapper > div,
  body[class*="artists-studios"] .news-cards-wrapper .card__wrapper > div, .path-pas .events-results-wrapper .card__wrapper > div,
  .path-pas .news-cards-wrapper .card__wrapper > div {
    width: 100%;
    height: 100%; }
  body[class*="artists-studios"] .events-results-wrapper .col, body[class*="artists-studios"] .events-results-wrapper .phive-only,
  body[class*="artists-studios"] .news-cards-wrapper .col,
  body[class*="artists-studios"] .news-cards-wrapper .phive-only, .path-pas .events-results-wrapper .col, .path-pas .events-results-wrapper .phive-only,
  .path-pas .news-cards-wrapper .col,
  .path-pas .news-cards-wrapper .phive-only {
    display: none !important; }

.pas-event .venue-content__right-details {
  background: #ece8d2; }
.pas-event .pas-banner__video img {
  max-height: 500px;
  object-fit: cover; }
.pas-event .venue-content.event-content .venue-content__value a {
  color: #002b49; }

.pas-banner__intro {
  display: none; }

body[class*="artists-studios"] .phive-banner__intro, .path-pas .phive-banner__intro {
  display: none; }
body[class*="artists-studios"] .pas-banner, .path-pas .pas-banner {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
  background: linear-gradient(180deg, #F14EA2 0%, #F27B73); }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .pas-banner, .path-pas .pas-banner {
      padding-top: 5.625rem;
      padding-bottom: 5.625rem; } }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .pas-banner.has-video + .pas-banner__video, .path-pas .pas-banner.has-video + .pas-banner__video {
      transform: translateY(-40px);
      margin-bottom: -2.5rem; } }
  @media (max-width: 1278px) {
    body[class*="artists-studios"] .pas-banner.has-video + .pas-banner__video .column, .path-pas .pas-banner.has-video + .pas-banner__video .column {
      padding: 0 !important; } }
  body[class*="artists-studios"] .pas-banner.has-video + .pas-banner__video img, .path-pas .pas-banner.has-video + .pas-banner__video img {
    width: 100%; }
  body[class*="artists-studios"] .pas-banner__title, .path-pas .pas-banner__title {
    color: white; }
  body[class*="artists-studios"] .pas-banner__intro, .path-pas .pas-banner__intro {
    display: block; }
    body[class*="artists-studios"] .pas-banner__intro p, .path-pas .pas-banner__intro p {
      color: #002b49;
      font-size: 1.125rem;
      line-height: 1.6;
      max-width: 55.625rem; }
      body[class*="artists-studios"] .pas-banner__intro p a, .path-pas .pas-banner__intro p a {
        color: inherit;
        text-decoration: underline;
        line-height: inherit;
        font-size: inherit; }
      body[class*="artists-studios"] .pas-banner__intro p:last-of-type, .path-pas .pas-banner__intro p:last-of-type {
        margin-bottom: 0; }
  body[class*="artists-studios"] .pas-banner__sound, .path-pas .pas-banner__sound {
    margin: 1rem 0; }
    body[class*="artists-studios"] .pas-banner__sound button, .path-pas .pas-banner__sound button {
      cursor: pointer;
      font-weight: 500;
      color: #002b49; }
      body[class*="artists-studios"] .pas-banner__sound button img, .path-pas .pas-banner__sound button img {
        height: 20px;
        width: 20px; }
    body[class*="artists-studios"] .pas-banner__sound audio, .path-pas .pas-banner__sound audio {
      display: none; }
    body[class*="artists-studios"] .pas-banner__sound .field--label, .path-pas .pas-banner__sound .field--label {
      display: none; }
body[class*="artists-studios"] .paragraph-banner__wrapper, .path-pas .paragraph-banner__wrapper {
  position: relative; }
  body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__info, .path-pas .paragraph-banner__wrapper .paragraph-banner__info {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    background: white; }
    body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__info h1, .path-pas .paragraph-banner__wrapper .paragraph-banner__info h1 {
      margin: 0; }
    body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__info *, .path-pas .paragraph-banner__wrapper .paragraph-banner__info * {
      word-spacing: 0;
      text-transform: none; }
  body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__intro, body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__title, body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__cta, .path-pas .paragraph-banner__wrapper .paragraph-banner__intro, .path-pas .paragraph-banner__wrapper .paragraph-banner__title, .path-pas .paragraph-banner__wrapper .paragraph-banner__cta {
    margin: 0;
    padding: 1rem; }
    @media (min-width: 1278px) {
      body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__intro, body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__title, body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__cta, .path-pas .paragraph-banner__wrapper .paragraph-banner__intro, .path-pas .paragraph-banner__wrapper .paragraph-banner__title, .path-pas .paragraph-banner__wrapper .paragraph-banner__cta {
        padding: 1.5rem; } }
    body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__intro + .paragraph-banner__intro, body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__intro + .paragraph-banner__cta, body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__title + .paragraph-banner__intro, body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__title + .paragraph-banner__cta, body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__cta + .paragraph-banner__intro, body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__cta + .paragraph-banner__cta, .path-pas .paragraph-banner__wrapper .paragraph-banner__intro + .paragraph-banner__intro, .path-pas .paragraph-banner__wrapper .paragraph-banner__intro + .paragraph-banner__cta, .path-pas .paragraph-banner__wrapper .paragraph-banner__title + .paragraph-banner__intro, .path-pas .paragraph-banner__wrapper .paragraph-banner__title + .paragraph-banner__cta, .path-pas .paragraph-banner__wrapper .paragraph-banner__cta + .paragraph-banner__intro, .path-pas .paragraph-banner__wrapper .paragraph-banner__cta + .paragraph-banner__cta {
      padding-top: 0; }
  body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__image img, .path-pas .paragraph-banner__wrapper .paragraph-banner__image img {
    object-position: calc(50% - 50%) 40%; }
    @media (min-width: 1438px) {
      body[class*="artists-studios"] .paragraph-banner__wrapper .paragraph-banner__image img, .path-pas .paragraph-banner__wrapper .paragraph-banner__image img {
        aspect-ratio: 16/5;
        min-height: 34.375rem; } }
body[class*="artists-studios"] .paragraph-4-banner__wrapper, .path-pas .paragraph-4-banner__wrapper {
  background: none; }
  body[class*="artists-studios"] .paragraph-4-banner__wrapper .banner-item-image-hover, .path-pas .paragraph-4-banner__wrapper .banner-item-image-hover {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.25) 100%); }
  body[class*="artists-studios"] .paragraph-4-banner__wrapper .banner-item-info, .path-pas .paragraph-4-banner__wrapper .banner-item-info {
    transition: .3s ease-in-out padding;
    padding-bottom: 1rem;
    min-height: 6rem;
    height: auto; }
    body[class*="artists-studios"] .paragraph-4-banner__wrapper .banner-item-info h4, .path-pas .paragraph-4-banner__wrapper .banner-item-info h4 {
      font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif;
      font-size: 1.5rem; }
      @media (min-width: 1278px) {
        body[class*="artists-studios"] .paragraph-4-banner__wrapper .banner-item-info h4, .path-pas .paragraph-4-banner__wrapper .banner-item-info h4 {
          font-size: 2.25rem; } }
  body[class*="artists-studios"] .paragraph-4-banner__wrapper .banner-item:hover .banner-item-info, .path-pas .paragraph-4-banner__wrapper .banner-item:hover .banner-item-info {
    padding-bottom: 2rem; }
  body[class*="artists-studios"] .paragraph-4-banner__wrapper::-webkit-scrollbar-thumb, .path-pas .paragraph-4-banner__wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #F14EA2 0%, #F27B73);
    border-radius: 0; }
body[class*="artists-studios"] .field--name-field-banner-items .paragraph-banner__title h1, .path-pas .field--name-field-banner-items .paragraph-banner__title h1 {
  letter-spacing: 0;
  font-size: 2.875rem; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .field--name-field-banner-items .paragraph-banner__title h1, .path-pas .field--name-field-banner-items .paragraph-banner__title h1 {
      font-size: 5.375rem; } }
body[class*="artists-studios"] .field--name-field-banner-items .paragraph-banner__intro p, .path-pas .field--name-field-banner-items .paragraph-banner__intro p {
  max-width: 70vw;
  font-size: 1rem;
  line-height: 1.6;
  word-spacing: normal; }
  @media (min-width: 768px) {
    body[class*="artists-studios"] .field--name-field-banner-items .paragraph-banner__intro p, .path-pas .field--name-field-banner-items .paragraph-banner__intro p {
      font-size: 1rem; } }
body[class*="artists-studios"] .field--name-field-banner-items .paragraph-banner__info, .path-pas .field--name-field-banner-items .paragraph-banner__info {
  background: linear-gradient(180deg, #F14EA2 0%, #F27B73);
  padding: 1rem;
  position: relative;
  width: 100%; }
  body[class*="artists-studios"] .field--name-field-banner-items .paragraph-banner__info *, .path-pas .field--name-field-banner-items .paragraph-banner__info * {
    color: white; }
  body[class*="artists-studios"] .field--name-field-banner-items .paragraph-banner__info a, .path-pas .field--name-field-banner-items .paragraph-banner__info a {
    color: #c7b978;
    background: white; }
    body[class*="artists-studios"] .field--name-field-banner-items .paragraph-banner__info a:hover, .path-pas .field--name-field-banner-items .paragraph-banner__info a:hover {
      background: transparent;
      color: white; }
  @media (min-width: 1438px) {
    body[class*="artists-studios"] .field--name-field-banner-items .paragraph-banner__info, .path-pas .field--name-field-banner-items .paragraph-banner__info {
      padding: 1.5rem; } }
@media (min-width: 1438px) {
  body[class*="artists-studios"] .field--name-field-banner-items .paragraph-banner__image img, .path-pas .field--name-field-banner-items .paragraph-banner__image img {
    min-height: 34.375rem; } }
body[class*="artists-studios"] .field--name-field-banner-items .slick-arrow, .path-pas .field--name-field-banner-items .slick-arrow {
  transition: background 0.3s ease-in-out;
  background: linear-gradient(180deg, #294D66 0%, #002b49);
  width: 36px;
  height: 36px; }
  @media (min-width: 768px) {
    body[class*="artists-studios"] .field--name-field-banner-items .slick-arrow, .path-pas .field--name-field-banner-items .slick-arrow {
      top: 33%; } }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .field--name-field-banner-items .slick-arrow, .path-pas .field--name-field-banner-items .slick-arrow {
      width: 50px;
      height: 50px; } }
  body[class*="artists-studios"] .field--name-field-banner-items .slick-arrow:hover, .path-pas .field--name-field-banner-items .slick-arrow:hover {
    background: #F27B73; }
body[class*="artists-studios"] .field--name-field-banner-items .slick-arrow.slick-prev, .path-pas .field--name-field-banner-items .slick-arrow.slick-prev {
  left: 0; }
body[class*="artists-studios"] .field--name-field-banner-items .slick-arrow.slick-next, .path-pas .field--name-field-banner-items .slick-arrow.slick-next {
  right: 0; }
body[class*="artists-studios"] .field--name-field-banner-items .slick-dots, .path-pas .field--name-field-banner-items .slick-dots {
  max-width: none;
  top: 35%;
  padding: 1rem 4rem; }
  @media (min-width: 768px) {
    body[class*="artists-studios"] .field--name-field-banner-items .slick-dots, .path-pas .field--name-field-banner-items .slick-dots {
      top: 45%; } }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .field--name-field-banner-items .slick-dots, .path-pas .field--name-field-banner-items .slick-dots {
      top: 40%; } }
  @media (min-width: 1438px) {
    body[class*="artists-studios"] .field--name-field-banner-items .slick-dots, .path-pas .field--name-field-banner-items .slick-dots {
      top: 50%; } }
body[class*="artists-studios"] .field--name-field-banner-items .slick-dots > li.slick-active button, .path-pas .field--name-field-banner-items .slick-dots > li.slick-active button {
  background-color: #002b49; }
body[class*="artists-studios"] .page-404 .phive-banner, .path-pas .page-404 .phive-banner {
  display: block !important; }

body[class*="artists-studios"] .breadcrumb li, body[class*="artists-studios"] .breadcrumb a, body[class*="artists-studios"] .breadcrumb .active, .path-pas .breadcrumb li, .path-pas .breadcrumb a, .path-pas .breadcrumb .active {
  color: #002b49; }

.pas-banner + div > .field--item:first-of-type > .feature-block__wrapper.half-width-text {
  padding-top: 0 !important;
  padding-bottom: 1rem !important;
  position: relative;
  background: white; }
  @media (min-width: 1278px) {
    .pas-banner + div > .field--item:first-of-type > .feature-block__wrapper.half-width-text {
      padding-top: 0 !important;
      padding-bottom: 1rem !important; }
      .pas-banner + div > .field--item:first-of-type > .feature-block__wrapper.half-width-text .feature-block__content {
        transform: translateY(-50px); } }

body[class*="artists-studios"] .feature-block__info--wrapper, .path-pas .feature-block__info--wrapper {
  bottom: 0;
  right: .5rem;
  padding: 0; }
body[class*="artists-studios"] .feature-block__intro, .path-pas .feature-block__intro {
  padding: 1rem; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .feature-block__intro, .path-pas .feature-block__intro {
      padding: 2rem; } }
body[class*="artists-studios"] .feature-block__title, .path-pas .feature-block__title {
  margin: 0;
  padding: 1rem; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .feature-block__title, .path-pas .feature-block__title {
      padding: 2rem; } }
  body[class*="artists-studios"] .feature-block__title + .feature-block__intro, .path-pas .feature-block__title + .feature-block__intro {
    padding-top: 0; }
body[class*="artists-studios"] .feature-block__intro, .path-pas .feature-block__intro {
  margin: 0; }

body[class*="artists-studios"] .events-listing, .path-pas .events-listing {
  background: none; }
  body[class*="artists-studios"] .events-listing .pas-events-filters, .path-pas .events-listing .pas-events-filters {
    padding: 0;
    min-height: auto;
    margin-top: -3rem;
    position: relative;
    display: none; }
    body[class*="artists-studios"] .events-listing .pas-events-filters form, .path-pas .events-listing .pas-events-filters form {
      background: #002b49;
      padding: 2rem; }
body[class*="artists-studios"] #views-exposed-form-pas-news-page,
body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page, .path-pas #views-exposed-form-pas-news-page,
.path-pas #views-exposed-form-pas-opportunities-page {
  padding: 0;
  min-height: auto;
  margin: -3rem auto 1rem;
  position: relative;
  max-width: 1220px;
  background: #002b49; }
  body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline,
  body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline, .path-pas #views-exposed-form-pas-news-page .form-inline,
  .path-pas #views-exposed-form-pas-opportunities-page .form-inline {
    width: 100%;
    padding: 2rem; }
    body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .bef-link, body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .btn-default,
    body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .bef-link,
    body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .btn-default, .path-pas #views-exposed-form-pas-news-page .form-inline .bef-link, .path-pas #views-exposed-form-pas-news-page .form-inline .btn-default,
    .path-pas #views-exposed-form-pas-opportunities-page .form-inline .bef-link,
    .path-pas #views-exposed-form-pas-opportunities-page .form-inline .btn-default {
      display: block;
      background: #ece8d2;
      padding: .6rem 1.6rem;
      margin: 0 0.5rem;
      border-radius: 3rem;
      min-height: 46px;
      font-size: 1rem; }
      @media (min-width: 1278px) {
        body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .bef-link, body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .btn-default,
        body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .bef-link,
        body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .btn-default, .path-pas #views-exposed-form-pas-news-page .form-inline .bef-link, .path-pas #views-exposed-form-pas-news-page .form-inline .btn-default,
        .path-pas #views-exposed-form-pas-opportunities-page .form-inline .bef-link,
        .path-pas #views-exposed-form-pas-opportunities-page .form-inline .btn-default {
          font-size: 1.125rem; } }
      body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .bef-link:hover, body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .bef-link.bef-link--selected, body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .btn-default:hover, body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .btn-default.bef-link--selected,
      body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .bef-link:hover,
      body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .bef-link.bef-link--selected,
      body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .btn-default:hover,
      body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .btn-default.bef-link--selected, .path-pas #views-exposed-form-pas-news-page .form-inline .bef-link:hover, .path-pas #views-exposed-form-pas-news-page .form-inline .bef-link.bef-link--selected, .path-pas #views-exposed-form-pas-news-page .form-inline .btn-default:hover, .path-pas #views-exposed-form-pas-news-page .form-inline .btn-default.bef-link--selected,
      .path-pas #views-exposed-form-pas-opportunities-page .form-inline .bef-link:hover,
      .path-pas #views-exposed-form-pas-opportunities-page .form-inline .bef-link.bef-link--selected,
      .path-pas #views-exposed-form-pas-opportunities-page .form-inline .btn-default:hover,
      .path-pas #views-exposed-form-pas-opportunities-page .form-inline .btn-default.bef-link--selected {
        background: #c7b978;
        color: #002b49; }
    body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .form-item,
    body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .form-item, .path-pas #views-exposed-form-pas-news-page .form-inline .form-item,
    .path-pas #views-exposed-form-pas-opportunities-page .form-inline .form-item {
      width: 100%;
      display: flex; }
      body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .form-item label,
      body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .form-item label, .path-pas #views-exposed-form-pas-news-page .form-inline .form-item label,
      .path-pas #views-exposed-form-pas-opportunities-page .form-inline .form-item label {
        align-self: center;
        margin: .25rem 1rem 0 0;
        color: white;
        font-weight: 600;
        font-size: 1.125rem; }
        @media (min-width: 1278px) {
          body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .form-item label,
          body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .form-item label, .path-pas #views-exposed-form-pas-news-page .form-inline .form-item label,
          .path-pas #views-exposed-form-pas-opportunities-page .form-inline .form-item label {
            font-size: 1.25rem; } }
      body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .form-item ul li:first-child,
      body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .form-item ul li:first-child, .path-pas #views-exposed-form-pas-news-page .form-inline .form-item ul li:first-child,
      .path-pas #views-exposed-form-pas-opportunities-page .form-inline .form-item ul li:first-child {
        position: relative; }
        body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .form-item ul li:first-child a,
        body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .form-item ul li:first-child a, .path-pas #views-exposed-form-pas-news-page .form-inline .form-item ul li:first-child a,
        .path-pas #views-exposed-form-pas-opportunities-page .form-inline .form-item ul li:first-child a {
          color: #ece8d2; }
          body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .form-item ul li:first-child a.bef-link--selected, body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .form-item ul li:first-child a:hover,
          body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .form-item ul li:first-child a.bef-link--selected,
          body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .form-item ul li:first-child a:hover, .path-pas #views-exposed-form-pas-news-page .form-inline .form-item ul li:first-child a.bef-link--selected, .path-pas #views-exposed-form-pas-news-page .form-inline .form-item ul li:first-child a:hover,
          .path-pas #views-exposed-form-pas-opportunities-page .form-inline .form-item ul li:first-child a.bef-link--selected,
          .path-pas #views-exposed-form-pas-opportunities-page .form-inline .form-item ul li:first-child a:hover {
            color: #c7b978; }
        body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .form-item ul li:first-child:after,
        body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .form-item ul li:first-child:after, .path-pas #views-exposed-form-pas-news-page .form-inline .form-item ul li:first-child:after,
        .path-pas #views-exposed-form-pas-opportunities-page .form-inline .form-item ul li:first-child:after {
          pointer-events: none;
          content: "All";
          color: #002b49;
          position: absolute;
          left: 0;
          width: 100%;
          text-align: center;
          top: .75rem;
          font-size: 1.125rem; }
      body[class*="artists-studios"] #views-exposed-form-pas-news-page .form-inline .form-item ul li,
      body[class*="artists-studios"] #views-exposed-form-pas-opportunities-page .form-inline .form-item ul li, .path-pas #views-exposed-form-pas-news-page .form-inline .form-item ul li,
      .path-pas #views-exposed-form-pas-opportunities-page .form-inline .form-item ul li {
        display: inline-block; }

@font-face {
  font-family: 'blimone';
  src: url("../fonts/blimone/Blimone-Medium.eot");
  src: url("../fonts/blimone/Blimone-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/blimone/Blimone-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'blimone';
  src: url("../fonts/blimone/Blimone-ExtraBold.eot");
  src: url("../fonts/blimone/Blimone-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/blimone/Blimone-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
body[class*="artists-studios"] .image-left-right__wrapper, .path-pas .image-left-right__wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .image-left-right__wrapper, .path-pas .image-left-right__wrapper {
      margin-top: 6rem;
      margin-bottom: 6rem; } }
  body[class*="artists-studios"] .image-left-right__wrapper img, .path-pas .image-left-right__wrapper img {
    position: relative; }
  body[class*="artists-studios"] .image-left-right__wrapper .contextual-region, .path-pas .image-left-right__wrapper .contextual-region {
    position: static; }
  body[class*="artists-studios"] .image-left-right__wrapper .left img, .path-pas .image-left-right__wrapper .left img {
    left: -1rem; }
  body[class*="artists-studios"] .image-left-right__wrapper .right img, .path-pas .image-left-right__wrapper .right img {
    right: -1rem; }
  @media (max-width: 1278px) {
    body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content, .path-pas .image-left-right__wrapper .image-left-right__content {
      max-width: 600px;
      margin: auto; } }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content .image-left-right__info, .path-pas .image-left-right__wrapper .image-left-right__content .image-left-right__info {
      padding: 3rem 2.5rem 3rem 5rem; } }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content .image-left-right__info:after, .path-pas .image-left-right__wrapper .image-left-right__content .image-left-right__info:after {
    content: none; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.right .image-left-right__info, .path-pas .image-left-right__wrapper .image-left-right__content.right .image-left-right__info {
      padding: 3rem 5rem 3rem 2.5rem; } }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content .image-left-right__title, .path-pas .image-left-right__wrapper .image-left-right__content .image-left-right__title {
    font-size: 2rem; }
    @media (min-width: 1278px) {
      body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content .image-left-right__title, .path-pas .image-left-right__wrapper .image-left-right__content .image-left-right__title {
        font-size: 3.25rem; } }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content .image-left-right__link a, .path-pas .image-left-right__wrapper .image-left-right__content .image-left-right__link a {
    letter-spacing: normal; }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content .image-left-right__body p, body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content .image-left-right__body li, .path-pas .image-left-right__wrapper .image-left-right__content .image-left-right__body p, .path-pas .image-left-right__wrapper .image-left-right__content .image-left-right__body li {
    color: white !important; }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content .image-left-right__image, .path-pas .image-left-right__wrapper .image-left-right__content .image-left-right__image {
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.background-image img, .path-pas .image-left-right__wrapper .image-left-right__content.background-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    right: 0;
    left: 0; }
    @media (max-width: 1278px) {
      body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.background-image img, .path-pas .image-left-right__wrapper .image-left-right__content.background-image img {
        min-height: 300px; } }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content .body-copy__content ul > li::marker, .path-pas .image-left-right__wrapper .image-left-right__content .body-copy__content ul > li::marker {
    color: #002b49 !important;
    font-size: 1rem; }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.sand .image-left-right__title,
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.sand .image-left-right__body p,
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.sand .image-left-right__body li,
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.sand ul > li::marker, body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.no-background .image-left-right__title,
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.no-background .image-left-right__body p,
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.no-background .image-left-right__body li,
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.no-background ul > li::marker, body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.artists-gradient .image-left-right__title,
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.artists-gradient .image-left-right__body p,
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.artists-gradient .image-left-right__body li,
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.artists-gradient ul > li::marker, .path-pas .image-left-right__wrapper .image-left-right__content.sand .image-left-right__title,
  .path-pas .image-left-right__wrapper .image-left-right__content.sand .image-left-right__body p,
  .path-pas .image-left-right__wrapper .image-left-right__content.sand .image-left-right__body li,
  .path-pas .image-left-right__wrapper .image-left-right__content.sand ul > li::marker, .path-pas .image-left-right__wrapper .image-left-right__content.no-background .image-left-right__title,
  .path-pas .image-left-right__wrapper .image-left-right__content.no-background .image-left-right__body p,
  .path-pas .image-left-right__wrapper .image-left-right__content.no-background .image-left-right__body li,
  .path-pas .image-left-right__wrapper .image-left-right__content.no-background ul > li::marker, .path-pas .image-left-right__wrapper .image-left-right__content.artists-gradient .image-left-right__title,
  .path-pas .image-left-right__wrapper .image-left-right__content.artists-gradient .image-left-right__body p,
  .path-pas .image-left-right__wrapper .image-left-right__content.artists-gradient .image-left-right__body li,
  .path-pas .image-left-right__wrapper .image-left-right__content.artists-gradient ul > li::marker {
    color: #002b49 !important; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.artists-gradient .image-left-right__image, .path-pas .image-left-right__wrapper .image-left-right__content.artists-gradient .image-left-right__image {
      width: 50%; } }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.artists-gradient .image-left-right__info, .path-pas .image-left-right__wrapper .image-left-right__content.artists-gradient .image-left-right__info {
    background-color: transparent;
    background-image: url("../images/gradient-curve-right-small.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 2.5rem 2.5rem 2.5rem; }
    @media (min-width: 1278px) {
      body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.artists-gradient .image-left-right__info, .path-pas .image-left-right__wrapper .image-left-right__content.artists-gradient .image-left-right__info {
        width: 50%;
        padding: 4rem 4rem 4rem 8rem;
        background-position: left;
        background-image: url("../images/gradient-curve-right.png"); } }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.artists-gradient.right .image-left-right__info, .path-pas .image-left-right__wrapper .image-left-right__content.artists-gradient.right .image-left-right__info {
    background-image: url("../images/gradient-curve-left-small.png"); }
    @media (min-width: 1278px) {
      body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.artists-gradient.right .image-left-right__info, .path-pas .image-left-right__wrapper .image-left-right__content.artists-gradient.right .image-left-right__info {
        padding: 4rem 8rem 4rem 4rem;
        background-position: right;
        background-image: url("../images/gradient-curve-left.png"); } }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.artists-gradient.background-image img, .path-pas .image-left-right__wrapper .image-left-right__content.artists-gradient.background-image img {
      max-width: unset;
      width: 110%; }
    body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.artists-gradient.background-image.left img, .path-pas .image-left-right__wrapper .image-left-right__content.artists-gradient.background-image.left img {
      right: -10%; }
    body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.artists-gradient.background-image.right img, .path-pas .image-left-right__wrapper .image-left-right__content.artists-gradient.background-image.right img {
      left: -10%; } }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.sand .image-left-right__image, body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.sand .image-left-right__info, .path-pas .image-left-right__wrapper .image-left-right__content.sand .image-left-right__image, .path-pas .image-left-right__wrapper .image-left-right__content.sand .image-left-right__info {
    background: linear-gradient(180deg, #F5E8CD 0%, #EBD9B5); }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.dark-blue .image-left-right__image, body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.dark-blue .image-left-right__info, .path-pas .image-left-right__wrapper .image-left-right__content.dark-blue .image-left-right__image, .path-pas .image-left-right__wrapper .image-left-right__content.dark-blue .image-left-right__info {
    background: linear-gradient(180deg, #294D66 0%, #002b49); }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.dark-blue .image-left-right__link a, .path-pas .image-left-right__wrapper .image-left-right__content.dark-blue .image-left-right__link a {
    color: #002b49;
    background: white;
    transition: none; }
    body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.dark-blue .image-left-right__link a:hover, .path-pas .image-left-right__wrapper .image-left-right__content.dark-blue .image-left-right__link a:hover {
      color: #002b49;
      background: linear-gradient(180deg, #98C5AB 0%, #85AD96); }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.no-background .image-left-right__info, .path-pas .image-left-right__wrapper .image-left-right__content.no-background .image-left-right__info {
    background: white; }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.centered-image, .path-pas .image-left-right__wrapper .image-left-right__content.centered-image {
    justify-content: center; }
    body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.centered-image .field--name-image, .path-pas .image-left-right__wrapper .image-left-right__content.centered-image .field--name-image {
      display: flex; }
    body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.centered-image .img-responsive, .path-pas .image-left-right__wrapper .image-left-right__content.centered-image .img-responsive {
      width: auto;
      margin: auto; }
  body[class*="artists-studios"] .image-left-right__wrapper .image-left-right__content.centered-image.sand:after, .path-pas .image-left-right__wrapper .image-left-right__content.centered-image.sand:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #F5E8CD 0%, #EBD9B5);
    z-index: -1; }

body[class*="artists-studios"] .media-gallery__title-wrapper .media-gallery__title, .path-pas .media-gallery__title-wrapper .media-gallery__title {
  font-size: 2rem; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .media-gallery__title-wrapper .media-gallery__title, .path-pas .media-gallery__title-wrapper .media-gallery__title {
      font-size: 3.25rem; } }
body[class*="artists-studios"] .media-gallery__title-wrapper.highlighted, .path-pas .media-gallery__title-wrapper.highlighted {
  background: linear-gradient(180deg, #F14EA2 0%, #F27B73); }
  body[class*="artists-studios"] .media-gallery__title-wrapper.highlighted:after, .path-pas .media-gallery__title-wrapper.highlighted:after {
    background: #F27B73; }
body[class*="artists-studios"] .media-gallery__title-wrapper.no-background, .path-pas .media-gallery__title-wrapper.no-background {
  background: none; }
  body[class*="artists-studios"] .media-gallery__title-wrapper.no-background:after, .path-pas .media-gallery__title-wrapper.no-background:after {
    display: none; }
  body[class*="artists-studios"] .media-gallery__title-wrapper.no-background .media-gallery__title, .path-pas .media-gallery__title-wrapper.no-background .media-gallery__title {
    color: #002b49; }
body[class*="artists-studios"] .media-gallery__title-wrapper.listings-display, .path-pas .media-gallery__title-wrapper.listings-display {
  background: none;
  text-align: center;
  margin: 0;
  width: 100%; }
  body[class*="artists-studios"] .media-gallery__title-wrapper.listings-display:after, .path-pas .media-gallery__title-wrapper.listings-display:after {
    display: none; }
  body[class*="artists-studios"] .media-gallery__title-wrapper.listings-display h2, body[class*="artists-studios"] .media-gallery__title-wrapper.listings-display h3, .path-pas .media-gallery__title-wrapper.listings-display h2, .path-pas .media-gallery__title-wrapper.listings-display h3 {
    width: 100%;
    color: #002b49;
    text-align: center; }
body[class*="artists-studios"] .media-gallery__content.half-cards.highlighted .caption, .path-pas .media-gallery__content.half-cards.highlighted .caption {
  color: #002b49; }
body[class*="artists-studios"] .media-gallery__content.half-cards.highlighted .info-card, .path-pas .media-gallery__content.half-cards.highlighted .info-card {
  background: #002b49; }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .media-gallery__content.half-cards.highlighted .info-card__title, .path-pas .media-gallery__content.half-cards.highlighted .info-card__title {
      font-size: 2rem; } }
  body[class*="artists-studios"] .media-gallery__content.half-cards.highlighted .info-card__intro p, .path-pas .media-gallery__content.half-cards.highlighted .info-card__intro p {
    color: white; }
    @media (max-width: 1278px) {
      body[class*="artists-studios"] .media-gallery__content.half-cards.highlighted .info-card__intro p, .path-pas .media-gallery__content.half-cards.highlighted .info-card__intro p {
        font-size: 0.875rem !important; } }
  body[class*="artists-studios"] .media-gallery__content.half-cards.highlighted .info-card__cta, .path-pas .media-gallery__content.half-cards.highlighted .info-card__cta {
    margin: 0.75rem 0 0; }
    body[class*="artists-studios"] .media-gallery__content.half-cards.highlighted .info-card__cta a, .path-pas .media-gallery__content.half-cards.highlighted .info-card__cta a {
      text-decoration: none;
      letter-spacing: normal;
      color: #c7b978;
      padding-right: 1rem; }
      body[class*="artists-studios"] .media-gallery__content.half-cards.highlighted .info-card__cta a:after, .path-pas .media-gallery__content.half-cards.highlighted .info-card__cta a:after {
        width: 15px;
        height: 15px;
        background: url("../images/brush.svg") no-repeat top center;
        background-size: contain;
        border: none; }
      body[class*="artists-studios"] .media-gallery__content.half-cards.highlighted .info-card__cta a:hover, .path-pas .media-gallery__content.half-cards.highlighted .info-card__cta a:hover {
        text-decoration: underline; }
body[class*="artists-studios"] .media-gallery__wrapper .slick-arrow, .path-pas .media-gallery__wrapper .slick-arrow {
  background: #c7b978;
  transition: background-color .2s ease; }
  body[class*="artists-studios"] .media-gallery__wrapper .slick-arrow:before, .path-pas .media-gallery__wrapper .slick-arrow:before {
    transform: translate(-50%, -50%);
    background: url("../images/brush-b-r.svg") no-repeat center center; }
  body[class*="artists-studios"] .media-gallery__wrapper .slick-arrow.slick-prev:before, .path-pas .media-gallery__wrapper .slick-arrow.slick-prev:before {
    background: url("../images/brush-b-l.svg") no-repeat center center; }
  body[class*="artists-studios"] .media-gallery__wrapper .slick-arrow:hover, .path-pas .media-gallery__wrapper .slick-arrow:hover {
    background: #ece8d2; }
body[class*="artists-studios"] .media-gallery__wrapper .slick-dots, .path-pas .media-gallery__wrapper .slick-dots {
  display: block !important; }
  body[class*="artists-studios"] .media-gallery__wrapper .slick-dots .slick-active button, .path-pas .media-gallery__wrapper .slick-dots .slick-active button {
    background-color: #002b49; }
@media (min-width: 1278px) {
  body[class*="artists-studios"] .media-gallery__wrapper, .path-pas .media-gallery__wrapper {
    padding-bottom: 6rem; } }
body[class*="artists-studios"] .media-gallery__content.listings-display, .path-pas .media-gallery__content.listings-display {
  margin-top: -2.5rem; }
  body[class*="artists-studios"] .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item, .path-pas .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item {
    width: 600px;
    max-width: 100%;
    margin: 0 12px !important; }
    @media (max-width: 1278px) {
      body[class*="artists-studios"] .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item, .path-pas .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item {
        margin: 0 auto !important;
        padding-bottom: 2rem; }
        body[class*="artists-studios"] .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item .media, .path-pas .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item .media {
          height: auto; } }
  @media (min-width: 1278px) {
    body[class*="artists-studios"] .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item:first-of-type, .path-pas .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item:first-of-type {
      margin-top: 0; }
    body[class*="artists-studios"] .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item:last-of-type, .path-pas .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item:last-of-type {
      margin-bottom: -4rem; }
    body[class*="artists-studios"] .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item:nth-of-type(2n), .path-pas .media-gallery__content.listings-display .media-gallery__listings .media-gallery__item:nth-of-type(2n) {
      position: relative;
      top: 10rem;
      margin-top: 0; } }
  body[class*="artists-studios"] .media-gallery__content.listings-display .media-gallery__listings .info-card, .path-pas .media-gallery__content.listings-display .media-gallery__listings .info-card {
    right: 0;
    width: 100%;
    top: 80%;
    bottom: auto; }
    @media (min-width: 1278px) {
      body[class*="artists-studios"] .media-gallery__content.listings-display .media-gallery__listings .info-card, .path-pas .media-gallery__content.listings-display .media-gallery__listings .info-card {
        width: 80%;
        margin-bottom: 0; } }

.mega-menu__bg.pas-menu .logo {
  width: 15.625rem;
  position: relative; }
  @media (min-width: 1199px) {
    .mega-menu__bg.pas-menu .logo {
      margin-right: auto;
      margin-left: 1.5rem; } }
  .mega-menu__bg.pas-menu .logo a {
    padding: 0 2rem; }
.mega-menu__bg.pas-menu .mega-menu__nav > li > a:after {
  background-color: #c7b978; }
.mega-menu__bg.pas-menu .mega-menu__white > ul > li > a:hover {
  color: #c7b978 !important; }
.mega-menu__bg.pas-menu .mega-menu__white > ul > li.dropdown-level-2 > .dropdown-chevron.is-open svg {
  transform: rotate(180deg); }
  .mega-menu__bg.pas-menu .mega-menu__white > ul > li.dropdown-level-2 > .dropdown-chevron.is-open svg path {
    stroke: #002b49; }
.mega-menu__bg.pas-menu .mega-menu__white > ul > li.dropdown-level-2 ul li a:hover {
  text-decoration-color: #002b49;
  color: #002b49 !important; }

body[class*="artists-studios"] #block-primarymenu, .path-pas #block-primarymenu {
  display: none; }
body[class*="artists-studios"] .mob-menu__burger-desktop, .path-pas .mob-menu__burger-desktop {
  width: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  body[class*="artists-studios"] .mob-menu__burger-desktop .close, .path-pas .mob-menu__burger-desktop .close {
    display: none; }
  body[class*="artists-studios"] .mob-menu__burger-desktop.is-open .open, .path-pas .mob-menu__burger-desktop.is-open .open {
    display: none; }
  body[class*="artists-studios"] .mob-menu__burger-desktop.is-open .close, .path-pas .mob-menu__burger-desktop.is-open .close {
    display: block; }

.mega-menu__bg.artists-studios-menu .mega-menu__search form button:before,
.pas .mega-menu__search--mob form button:before {
  background: linear-gradient(180deg, #294D66 0%, #002b49) !important; }
.mega-menu__bg.artists-studios-menu .mega-menu__search form button:after,
.pas .mega-menu__search--mob form button:after {
  background: #002b49 !important; }

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(50, 50, 50, 0.4);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .menu-overlay.show {
    opacity: 1;
    visibility: visible; }

body[class*="artists-studios"] .mega-menu__bg.phive-menu .mega-menu__search form input[type="text"]:focus, .path-pas .mega-menu__bg.phive-menu .mega-menu__search form input[type="text"]:focus {
  background: white url("../images/loupe-th-active.svg") no-repeat 16px center; }
body[class*="artists-studios"] .artists-studios-search-results .breadcrumb, .path-pas .artists-studios-search-results .breadcrumb {
  display: none; }
body[class*="artists-studios"] .artists-studios-search-results, .path-pas .artists-studios-search-results {
  background-color: white; }
  body[class*="artists-studios"] .artists-studios-search-results .views-element-container, .path-pas .artists-studios-search-results .views-element-container {
    max-width: 78.125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-right: auto;
    margin-left: auto; }
  body[class*="artists-studios"] .artists-studios-search-results .view-pas-content-search,
  body[class*="artists-studios"] .artists-studios-search-results .view-pac-content-search, .path-pas .artists-studios-search-results .view-pas-content-search,
  .path-pas .artists-studios-search-results .view-pac-content-search {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem; }
    @media (min-width: 1278px) {
      body[class*="artists-studios"] .artists-studios-search-results .view-pas-content-search,
      body[class*="artists-studios"] .artists-studios-search-results .view-pac-content-search, .path-pas .artists-studios-search-results .view-pas-content-search,
      .path-pas .artists-studios-search-results .view-pac-content-search {
        margin-top: 5rem;
        margin-bottom: 5rem; } }
  body[class*="artists-studios"] .artists-studios-search-results .view-filters, .path-pas .artists-studios-search-results .view-filters {
    display: none; }
  body[class*="artists-studios"] .artists-studios-search-results .view-header .search-term, .path-pas .artists-studios-search-results .view-header .search-term {
    text-align: center;
    margin-bottom: 2rem; }
    @media (min-width: 1278px) {
      body[class*="artists-studios"] .artists-studios-search-results .view-header .search-term, .path-pas .artists-studios-search-results .view-header .search-term {
        margin-bottom: 3rem; } }
    body[class*="artists-studios"] .artists-studios-search-results .view-header .search-term span, .path-pas .artists-studios-search-results .view-header .search-term span {
      font-size: inherit;
      line-height: inherit; }
  body[class*="artists-studios"] .artists-studios-search-results .view-header .results-summary, .path-pas .artists-studios-search-results .view-header .results-summary {
    margin-bottom: 0.75rem; }
  body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row, .path-pas .artists-studios-search-results .view-content .views-row {
    background: #ece8d2;
    padding: 0 2rem;
    margin-top: 1rem; }
    @media (min-width: 1278px) {
      body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row, .path-pas .artists-studios-search-results .view-content .views-row {
        padding: 0 3.5rem; } }
    body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row .search-result-item, .path-pas .artists-studios-search-results .view-content .views-row .search-result-item {
      padding: 2rem 0;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 920px) {
        body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row .search-result-item, .path-pas .artists-studios-search-results .view-content .views-row .search-result-item {
          flex-direction: column; }
          body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row .search-result-item .search-result-item__image, .path-pas .artists-studios-search-results .view-content .views-row .search-result-item .search-result-item__image {
            width: 25rem;
            min-width: 25rem;
            height: 10rem;
            margin: 2rem auto 0 auto !important; } }
      @media (min-width: 1278px) {
        body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row .search-result-item, .path-pas .artists-studios-search-results .view-content .views-row .search-result-item {
          padding: 3.5rem 0; } }
      body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row .search-result-item__type, .path-pas .artists-studios-search-results .view-content .views-row .search-result-item__type {
        font-size: 1rem;
        color: #002b49;
        margin-bottom: 1.25rem;
        font-weight: bold; }
      body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row .search-result-item__title, .path-pas .artists-studios-search-results .view-content .views-row .search-result-item__title {
        margin-bottom: 0; }
        body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row .search-result-item__title a, .path-pas .artists-studios-search-results .view-content .views-row .search-result-item__title a {
          text-decoration: underline;
          text-decoration-color: transparent; }
        body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row .search-result-item__title:hover a, .path-pas .artists-studios-search-results .view-content .views-row .search-result-item__title:hover a {
          color: #002b49;
          text-decoration-color: #002b49; }
      body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row .search-result-item__intro, .path-pas .artists-studios-search-results .view-content .views-row .search-result-item__intro {
        font-size: 1.125rem;
        color: #002b49;
        line-height: 1.6;
        margin-top: 1rem; }
      body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row .search-result-item .search-result-item__image, .path-pas .artists-studios-search-results .view-content .views-row .search-result-item .search-result-item__image {
        width: 17.5rem;
        min-width: 17.5rem;
        height: 10rem;
        margin-left: 2rem; }
        body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row .search-result-item .search-result-item__image *, .path-pas .artists-studios-search-results .view-content .views-row .search-result-item .search-result-item__image * {
          width: 100%;
          height: 100%; }
        body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row .search-result-item .search-result-item__image img, .path-pas .artists-studios-search-results .view-content .views-row .search-result-item .search-result-item__image img {
          object-fit: cover; }
        @media (min-width: 1278px) {
          body[class*="artists-studios"] .artists-studios-search-results .view-content .views-row .search-result-item .search-result-item__image, .path-pas .artists-studios-search-results .view-content .views-row .search-result-item .search-result-item__image {
            width: 23.75rem;
            min-width: 23.75rem;
            margin-left: 3.75rem; } }
  body[class*="artists-studios"] .artists-studios-search-results .pager-nav, .path-pas .artists-studios-search-results .pager-nav {
    margin-top: 2rem; }
    @media (min-width: 1278px) {
      body[class*="artists-studios"] .artists-studios-search-results .pager-nav, .path-pas .artists-studios-search-results .pager-nav {
        margin-top: 3.75rem; } }
    body[class*="artists-studios"] .artists-studios-search-results .pager-nav .pager__item--first,
    body[class*="artists-studios"] .artists-studios-search-results .pager-nav .pager__item--last, .path-pas .artists-studios-search-results .pager-nav .pager__item--first,
    .path-pas .artists-studios-search-results .pager-nav .pager__item--last {
      display: none; }
    body[class*="artists-studios"] .artists-studios-search-results .pager-nav .pager__item, .path-pas .artists-studios-search-results .pager-nav .pager__item {
      font-size: 1rem; }
      body[class*="artists-studios"] .artists-studios-search-results .pager-nav .pager__item a:hover, .path-pas .artists-studios-search-results .pager-nav .pager__item a:hover {
        background: transparent; }
      body[class*="artists-studios"] .artists-studios-search-results .pager-nav .pager__item.is-active, .path-pas .artists-studios-search-results .pager-nav .pager__item.is-active {
        font-family: "blimone", "ProximaNova-regular", Helvetica, Arial, sans-serif; }
        body[class*="artists-studios"] .artists-studios-search-results .pager-nav .pager__item.is-active a, .path-pas .artists-studios-search-results .pager-nav .pager__item.is-active a {
          text-decoration: underline;
          text-decoration-thickness: 2px;
          text-underline-offset: 2px; }

.page-alert-dashboard {
  background-color: #F9F9F9; }
  .page-alert-dashboard .category-info__box {
    max-width: 765px !important; }
    @media (min-width: 1284px) {
      .page-alert-dashboard .category-info__box {
        left: calc((100% - 1220px) / 2); } }

.hero-cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-bottom: 24px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .hero-cards-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1024px) {
    .hero-cards-container {
      grid-template-columns: repeat(var(--num-cards, 4), 1fr); } }

.alert-dashboard-hero-card {
  height: 100%;
  width: 100%; }
  .alert-dashboard-hero-card .ajax-throbber {
    display: none !important; }
  .alert-dashboard-hero-card > a.hero-card-link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    color: white;
    background-color: #01244a;
    padding: 24px 32px 24px 16px;
    text-decoration: none;
    position: relative;
    height: 100%; }
    .alert-dashboard-hero-card > a.hero-card-link.no-stats {
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .alert-dashboard-hero-card > a.hero-card-link.no-stats .card-label {
        margin-top: 12px;
        text-align: center;
        display: block; }
    .alert-dashboard-hero-card > a.hero-card-link::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: #73f7fc;
      transition: height 0.2s ease; }
    .alert-dashboard-hero-card > a.hero-card-link:hover {
      box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.14); }
      .alert-dashboard-hero-card > a.hero-card-link:hover::after {
        height: 8px; }
      .alert-dashboard-hero-card > a.hero-card-link:hover .card-label {
        text-decoration: underline; }
  .alert-dashboard-hero-card .hero-card-icon {
    margin-right: .5rem;
    flex-shrink: 0; }
    .alert-dashboard-hero-card .hero-card-icon img {
      width: 64px;
      height: 64px; }
      @media screen and (min-width: 1024px) {
        .alert-dashboard-hero-card .hero-card-icon img {
          width: 82px;
          height: 82px; } }
  .alert-dashboard-hero-card .col-2 {
    text-align: right; }
    .alert-dashboard-hero-card .col-2 .count {
      color: #fff;
      text-align: center;
      font-size: 64px;
      font-style: normal;
      font-weight: 700;
      line-height: 0.9; }
      @media screen and (min-width: 1024px) {
        .alert-dashboard-hero-card .col-2 .count {
          font-size: 96px; } }
    .alert-dashboard-hero-card .col-2 .card-label {
      color: #fff;
      text-align: right;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 1;
      margin-top: 6px; }
  .alert-dashboard-hero-card:hover {
    background-color: #013063; }

.paragraph--type--card-rows {
  margin-bottom: 24px; }
  .paragraph--type--card-rows .alert-cards-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px; }
    @media screen and (min-width: 768px) {
      .paragraph--type--card-rows .alert-cards-container {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 1024px) {
      .paragraph--type--card-rows .alert-cards-container {
        grid-template-columns: repeat(var(--num-cards, 4), 1fr); } }
    @media screen and (min-width: 768px) {
      .paragraph--type--card-rows .alert-cards-container.num-items-2 .alert-dashboard-card .card-link {
        justify-content: center; } }
    @media screen and (min-width: 768px) {
      .paragraph--type--card-rows .alert-cards-container.num-items-3 {
        grid-template-columns: repeat(3, 1fr); } }

.alert-dashboard-card {
  height: 100%; }
  .alert-dashboard-card a.card-link {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 24px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none; }
    .alert-dashboard-card a.card-link:hover {
      box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09); }
      .alert-dashboard-card a.card-link:hover .hero-card-icon {
        background-color: #73f7fc; }
      .alert-dashboard-card a.card-link:hover .card-label {
        text-decoration: underline; }
    .alert-dashboard-card a.card-link .hero-card-icon {
      width: 48px;
      height: 48px;
      flex-shrink: 0;
      margin-right: 12px;
      background-color: #fff;
      transition: 0.3s;
      border-radius: 100%; }
      .alert-dashboard-card a.card-link .hero-card-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .alert-dashboard-card a.card-link .card-label {
      color: #002b49;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 1;
      margin-top: 6px; }

body.page-node-type-alert-dashboard .ui-dialog {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 10000 !important;
  padding: 0 !important;
  max-width: 90% !important;
  margin-top: 50px;
  max-height: 90vh;
  position: fixed !important; }
  @media screen and (min-height: 700px) and (min-width: 1024px) {
    body.page-node-type-alert-dashboard .ui-dialog {
      top: 50% !important;
      transform: translateY(-50%) !important;
      width: 1000px !important; } }
body.page-node-type-alert-dashboard .ui-widget-overlay {
  background: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important; }
body.page-node-type-alert-dashboard .ui-dialog-content {
  height: auto !important;
  padding-bottom: 16px; }
body.page-node-type-alert-dashboard .custom-popup {
  padding: 16px;
  font-family: Parramatta;
  font-size: 16px; }
  body.page-node-type-alert-dashboard .custom-popup .custom-popup-footer {
    padding-left: 8px; }
body.page-node-type-alert-dashboard .field--name-field-popup-content a, body.page-node-type-alert-dashboard .custom-popup a {
  color: #01244A;
  text-decoration: underline; }
  body.page-node-type-alert-dashboard .field--name-field-popup-content a:hover, body.page-node-type-alert-dashboard .custom-popup a:hover {
    color: #00b8de; }
body.page-node-type-alert-dashboard .ui-dialog-titlebar {
  padding: 16px 24px;
  border-radius: 0 !important;
  border: none !important;
  background-color: #01244A !important;
  font-weight: bold !important;
  color: #fff; }
  body.page-node-type-alert-dashboard .ui-dialog-titlebar .ui-dialog-title {
    margin: 0;
    white-space: normal !important;
    overflow: visible !important;
    font-weight: 700;
    font-size: 32px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      body.page-node-type-alert-dashboard .ui-dialog-titlebar .ui-dialog-title {
        font-size: 18px; } }
  body.page-node-type-alert-dashboard .ui-dialog-titlebar .header-count {
    color: #01244A;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 8px;
    background-color: #73F7FC;
    border-radius: 32px;
    margin-left: 8px; }
    @media screen and (max-width: 1024px) {
      body.page-node-type-alert-dashboard .ui-dialog-titlebar .header-count {
        font-size: 16px; } }
  body.page-node-type-alert-dashboard .ui-dialog-titlebar .ui-dialog-titlebar-close {
    right: 16px !important;
    cursor: pointer; }
    body.page-node-type-alert-dashboard .ui-dialog-titlebar .ui-dialog-titlebar-close::after {
      content: '✕';
      color: #fff; }
body.page-node-type-alert-dashboard .table-responsive, body.page-node-type-alert-dashboard .field--name-field-popup-content, body.page-node-type-alert-dashboard .custom-popup {
  overflow: auto;
  max-height: calc(80vh - 250px); }
  body.page-node-type-alert-dashboard .table-responsive::-webkit-scrollbar, body.page-node-type-alert-dashboard .field--name-field-popup-content::-webkit-scrollbar, body.page-node-type-alert-dashboard .custom-popup::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  body.page-node-type-alert-dashboard .table-responsive::-webkit-scrollbar-track, body.page-node-type-alert-dashboard .field--name-field-popup-content::-webkit-scrollbar-track, body.page-node-type-alert-dashboard .custom-popup::-webkit-scrollbar-track {
    background: transparent; }
  body.page-node-type-alert-dashboard .table-responsive::-webkit-scrollbar-thumb, body.page-node-type-alert-dashboard .field--name-field-popup-content::-webkit-scrollbar-thumb, body.page-node-type-alert-dashboard .custom-popup::-webkit-scrollbar-thumb {
    background: #DBDBDB;
    border-radius: 10px; }
  body.page-node-type-alert-dashboard .table-responsive table thead, body.page-node-type-alert-dashboard .field--name-field-popup-content table thead, body.page-node-type-alert-dashboard .custom-popup table thead {
    background-color: transparent !important;
    border: none !important; }
  body.page-node-type-alert-dashboard .table-responsive table tbody, body.page-node-type-alert-dashboard .field--name-field-popup-content table tbody, body.page-node-type-alert-dashboard .custom-popup table tbody {
    border: none !important; }
  body.page-node-type-alert-dashboard .table-responsive table tr:nth-child(even), body.page-node-type-alert-dashboard .field--name-field-popup-content table tr:nth-child(even), body.page-node-type-alert-dashboard .custom-popup table tr:nth-child(even) {
    border-bottom: 1px solid #E9E9E9 !important;
    border-top: 1px solid #E9E9E9 !important;
    background-color: #FBFBFB; }
  body.page-node-type-alert-dashboard .table-responsive table th, body.page-node-type-alert-dashboard .field--name-field-popup-content table th, body.page-node-type-alert-dashboard .custom-popup table th {
    color: #01244A; }
  body.page-node-type-alert-dashboard .table-responsive table th, body.page-node-type-alert-dashboard .table-responsive table td, body.page-node-type-alert-dashboard .field--name-field-popup-content table th, body.page-node-type-alert-dashboard .field--name-field-popup-content table td, body.page-node-type-alert-dashboard .custom-popup table th, body.page-node-type-alert-dashboard .custom-popup table td {
    padding: 8px !important;
    font-size: 16px;
    font-family: Parramatta;
    max-width: 280px; }
    @media screen and (min-width: 768px) {
      body.page-node-type-alert-dashboard .table-responsive table th[headers^="view-field-ewn-flood-area-title-table-column--"], body.page-node-type-alert-dashboard .table-responsive table td[headers^="view-field-ewn-flood-area-title-table-column--"], body.page-node-type-alert-dashboard .field--name-field-popup-content table th[headers^="view-field-ewn-flood-area-title-table-column--"], body.page-node-type-alert-dashboard .field--name-field-popup-content table td[headers^="view-field-ewn-flood-area-title-table-column--"], body.page-node-type-alert-dashboard .custom-popup table th[headers^="view-field-ewn-flood-area-title-table-column--"], body.page-node-type-alert-dashboard .custom-popup table td[headers^="view-field-ewn-flood-area-title-table-column--"] {
        width: 20%; } }
    body.page-node-type-alert-dashboard .table-responsive table th[headers^="view-field-ewn-flood-area-title-table-column--"] h4, body.page-node-type-alert-dashboard .table-responsive table td[headers^="view-field-ewn-flood-area-title-table-column--"] h4, body.page-node-type-alert-dashboard .field--name-field-popup-content table th[headers^="view-field-ewn-flood-area-title-table-column--"] h4, body.page-node-type-alert-dashboard .field--name-field-popup-content table td[headers^="view-field-ewn-flood-area-title-table-column--"] h4, body.page-node-type-alert-dashboard .custom-popup table th[headers^="view-field-ewn-flood-area-title-table-column--"] h4, body.page-node-type-alert-dashboard .custom-popup table td[headers^="view-field-ewn-flood-area-title-table-column--"] h4 {
      font-family: Parramatta !important;
      font-size: 16px !important; }
      body.page-node-type-alert-dashboard .table-responsive table th[headers^="view-field-ewn-flood-area-title-table-column--"] h4 .flood-warning-title, body.page-node-type-alert-dashboard .table-responsive table td[headers^="view-field-ewn-flood-area-title-table-column--"] h4 .flood-warning-title, body.page-node-type-alert-dashboard .field--name-field-popup-content table th[headers^="view-field-ewn-flood-area-title-table-column--"] h4 .flood-warning-title, body.page-node-type-alert-dashboard .field--name-field-popup-content table td[headers^="view-field-ewn-flood-area-title-table-column--"] h4 .flood-warning-title, body.page-node-type-alert-dashboard .custom-popup table th[headers^="view-field-ewn-flood-area-title-table-column--"] h4 .flood-warning-title, body.page-node-type-alert-dashboard .custom-popup table td[headers^="view-field-ewn-flood-area-title-table-column--"] h4 .flood-warning-title {
        color: #333333 !important; }
    @media screen and (min-width: 768px) {
      body.page-node-type-alert-dashboard .table-responsive table th[headers^="view-field-ewn-flood-url-table-column--"], body.page-node-type-alert-dashboard .table-responsive table td[headers^="view-field-ewn-flood-url-table-column--"], body.page-node-type-alert-dashboard .field--name-field-popup-content table th[headers^="view-field-ewn-flood-url-table-column--"], body.page-node-type-alert-dashboard .field--name-field-popup-content table td[headers^="view-field-ewn-flood-url-table-column--"], body.page-node-type-alert-dashboard .custom-popup table th[headers^="view-field-ewn-flood-url-table-column--"], body.page-node-type-alert-dashboard .custom-popup table td[headers^="view-field-ewn-flood-url-table-column--"] {
        width: 20%; } }
    body.page-node-type-alert-dashboard .table-responsive table th[headers^="view-field-ewn-flood-url-table-column--"] a, body.page-node-type-alert-dashboard .table-responsive table td[headers^="view-field-ewn-flood-url-table-column--"] a, body.page-node-type-alert-dashboard .field--name-field-popup-content table th[headers^="view-field-ewn-flood-url-table-column--"] a, body.page-node-type-alert-dashboard .field--name-field-popup-content table td[headers^="view-field-ewn-flood-url-table-column--"] a, body.page-node-type-alert-dashboard .custom-popup table th[headers^="view-field-ewn-flood-url-table-column--"] a, body.page-node-type-alert-dashboard .custom-popup table td[headers^="view-field-ewn-flood-url-table-column--"] a {
      text-decoration: underline;
      color: #01244A; }
      body.page-node-type-alert-dashboard .table-responsive table th[headers^="view-field-ewn-flood-url-table-column--"] a:hover, body.page-node-type-alert-dashboard .table-responsive table td[headers^="view-field-ewn-flood-url-table-column--"] a:hover, body.page-node-type-alert-dashboard .field--name-field-popup-content table th[headers^="view-field-ewn-flood-url-table-column--"] a:hover, body.page-node-type-alert-dashboard .field--name-field-popup-content table td[headers^="view-field-ewn-flood-url-table-column--"] a:hover, body.page-node-type-alert-dashboard .custom-popup table th[headers^="view-field-ewn-flood-url-table-column--"] a:hover, body.page-node-type-alert-dashboard .custom-popup table td[headers^="view-field-ewn-flood-url-table-column--"] a:hover {
        color: #00b8de; }
    @media screen and (min-width: 1024px) {
      body.page-node-type-alert-dashboard .table-responsive table th:nth-child(3), body.page-node-type-alert-dashboard .table-responsive table td:nth-child(3), body.page-node-type-alert-dashboard .field--name-field-popup-content table th:nth-child(3), body.page-node-type-alert-dashboard .field--name-field-popup-content table td:nth-child(3), body.page-node-type-alert-dashboard .custom-popup table th:nth-child(3), body.page-node-type-alert-dashboard .custom-popup table td:nth-child(3) {
        min-width: 280px; } }
    @media screen and (min-width: 1024px) {
      body.page-node-type-alert-dashboard .table-responsive table th, body.page-node-type-alert-dashboard .table-responsive table td, body.page-node-type-alert-dashboard .field--name-field-popup-content table th, body.page-node-type-alert-dashboard .field--name-field-popup-content table td, body.page-node-type-alert-dashboard .custom-popup table th, body.page-node-type-alert-dashboard .custom-popup table td {
        padding-right: 24px !important; } }
body.page-node-type-alert-dashboard .ui-dialog-buttonpane {
  display: none; }
body.page-node-type-alert-dashboard .view-alert-statistics .view-content, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 .view-content {
  margin-bottom: 16px; }
@media screen and (min-width: 1024px) {
  body.page-node-type-alert-dashboard .view-alert-statistics .pager-nav, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 .pager-nav {
    float: left; } }
body.page-node-type-alert-dashboard .view-alert-statistics .pager-nav .pagination, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 .pager-nav .pagination {
  display: flex; }
  body.page-node-type-alert-dashboard .view-alert-statistics .pager-nav .pagination .pager__item, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 .pager-nav .pagination .pager__item {
    font-family: Parramatta;
    font-size: 15px;
    display: block; }
    body.page-node-type-alert-dashboard .view-alert-statistics .pager-nav .pagination .pager__item.pager__item--last, body.page-node-type-alert-dashboard .view-alert-statistics .pager-nav .pagination .pager__item.pager__item--first, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 .pager-nav .pagination .pager__item.pager__item--last, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 .pager-nav .pagination .pager__item.pager__item--first {
      display: none !important; }
body.page-node-type-alert-dashboard .view-alert-statistics form, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 form {
  margin-top: 8px; }
  body.page-node-type-alert-dashboard .view-alert-statistics form .js-form-item-combine, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 form .js-form-item-combine {
    width: 100%; }
    body.page-node-type-alert-dashboard .view-alert-statistics form .js-form-item-combine label, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 form .js-form-item-combine label {
      display: none; }
    body.page-node-type-alert-dashboard .view-alert-statistics form .js-form-item-combine input, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 form .js-form-item-combine input {
      color: #0A0A0A;
      font-size: 16px;
      font-family: Parramatta;
      border: 1px solid #CACACA;
      border-radius: 0;
      height: 56px;
      width: 100%;
      padding-left: 48px;
      background-position: 16px center;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      box-shadow: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6671 18.6075L14.7626 13.6963C17.2289 10.4867 16.9826 5.84958 14.0228 2.91441C12.4065 1.29625 10.3234 0.5 8.21364 0.5C6.10387 0.5 4.02067 1.29515 2.40443 2.91441C-0.801477 6.12392 -0.801477 11.3364 2.40443 14.5459C4.02078 16.1641 6.10387 16.9603 8.21364 16.9603C9.96701 16.9603 11.7216 16.4116 13.1742 15.2864L18.1057 20.171C18.3252 20.3907 18.5991 20.5 18.8999 20.5C19.174 20.5 19.4759 20.3907 19.6942 20.171C20.1063 19.7595 20.106 19.0458 19.6671 18.6075ZM8.24025 14.7387C6.6239 14.7387 5.14347 14.1075 3.99281 12.9834C1.66353 10.6515 1.66353 6.83874 3.99281 4.47887C5.11678 3.35363 6.6239 2.72353 8.24025 2.72353C9.8566 2.72353 11.3371 3.35473 12.4878 4.47887C13.6385 5.6041 14.2412 7.11297 14.2412 8.73114C14.2412 10.3493 13.6107 11.8315 12.4878 12.9834C11.3638 14.1354 9.82986 14.7387 8.24025 14.7387Z' fill='%23002C49'/%3E%3C/svg%3E"); }
      body.page-node-type-alert-dashboard .view-alert-statistics form .js-form-item-combine input::placeholder, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 form .js-form-item-combine input::placeholder {
        color: #0A0A0A; }
body.page-node-type-alert-dashboard .view-alert-statistics .view-footer, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 .view-footer {
  font-family: Parramatta;
  font-size: 16px; }
  @media screen and (min-width: 1024px) {
    body.page-node-type-alert-dashboard .view-alert-statistics .view-footer, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 .view-footer {
      float: right;
      max-width: 570px; } }
  body.page-node-type-alert-dashboard .view-alert-statistics .view-footer a, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 .view-footer a {
    text-decoration: underline;
    color: #01244A; }
    body.page-node-type-alert-dashboard .view-alert-statistics .view-footer a:hover, body.page-node-type-alert-dashboard .view-ewn-alerts-block.view-display-id-page_1 .view-footer a:hover {
      color: #00b8de; }

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