/*
Theme Name: Indy Arts Council
Theme URI:
Description: Custom theme for Indy Arts Council and 2nd Street
Author: Joe Blackburn
Version: 1.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

.sans {
  font-family: "greycliff-cf", Arial, Verdana, sans-serif; }

.alt {
  font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif; }

.white {
  color: #fff; }

.black {
  color: #000; }

.blue {
  color: #3D80E7; }

.dk-blue {
  color: #071A35; }

.grey {
  color: #58595B; }

.lt-grey {
  color: #AAACAE; }

.vlt-grey {
  color: #EBE9E6; }

.vdk-grey {
  color: #191919; }

.gold {
  color: #DDAC42; }

.pink {
  color: #D35278; }

.orange {
  color: #E47841; }

.white-bg {
  background: #fff; }

.black-bg {
  background: #000; }

.blue-bg {
  background: #3D80E7; }

.dk-blue-bg {
  background: #071A35; }

.grey-bg {
  background: #58595B; }

.lt-grey-bg {
  background: #AAACAE; }

.vlt-grey-bg {
  background: #EBE9E6; }

.vdk-grey-bg {
  background: #191919; }

.gold-bg {
  background: #DDAC42; }

.pink-bg {
  background: #D35278; }

.orange-bg {
  background: #E47841; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.light {
  font-weight: 300; }

.medium {
  font-weight: 500; }

.semi {
  font-weight: 600; }

.xbold {
  font-weight: 800; }

.xxbold {
  font-weight: 900; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.space {
  letter-spacing: .05em; }

.xspace {
  letter-spacing: .1em; }

.fleft {
  float: left; }

.fright {
  float: right; }

.plain a, a.plain {
  text-decoration: none; }

a {
  color: #3D80E7;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

a:hover {
  color: #58595B; }

.rel {
  position: relative; }

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.inline {
  display: inline-block; }

ul.inline > li {
  display: inline;
  float: left; }

ul.ilb > li,
.ilb {
  display: inline-block;
  vertical-align: top; }

ul.ilb {
  display: block; }

li.vmiddle,
.vmiddle {
  vertical-align: middle; }

li.vbottom,
.vbottom {
  vertical-align: bottom; }

.reverse {
  direction: rtl; }

.dfix {
  direction: ltr; }

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

img.fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block; }

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-wrap .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

.cover {
  background: var(--wpr-bg-78344bd2-9b63-4de6-93f0-dc4f677e76ad) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.flex-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-bottom .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto; }

.grid.row {
  grid-auto-rows: 1fr; }

.grid.grid2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid.grid4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* !Font Size Functions - - - - - */
/* !Page Defaults - - - - - */
.text a {
  text-decoration: underline;
  color: #58595B; }

.text a:hover {
  color: #3D80E7; }

.text.dk-blue a {
  color: #071A35; }

.text.dk-blue a:hover {
  color: #fff; }

.text.white a {
  color: #fff; }

.text.white a:hover {
  color: rgba(255, 255, 255, 0.5); }

.text {
  line-height: 1.6em;
  font-size: 1em; }

.text.two-col {
  column-count: 2;
  column-gap: 30px; }

.text.small-text {
  font-size: 0.875em; }

.text.vsmall-text {
  font-size: 0.75em; }

.text.mid-text {
  font-size: 1.125em; }

.text.large-text {
  font-size: 1.25em; }

.text.vlarge-text {
  font-size: 1.5625em; }

.text p {
  margin: 15px 0; }

.header-text p:first-child,
.text p:first-child {
  margin-top: 0; }

.header-text p:last-child,
.text p:last-child {
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal; }

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%; }

.text img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
  display: inline-block; }

.text img.alignright {
  float: right;
  margin: 0 0 30px 30px;
  display: inline-block; }

.text ul {
  margin: 30px 0;
  padding: 0; }

.text ul li {
  position: relative;
  margin: 0 0 0 20px; }

.text ul li + li {
  margin-top: 5px; }

.text ul li:marker {
  color: inherit;
  font-size: 1em; }

.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
  margin: 30px 0 10px 0;
  font-weight: bold;
  color: #071A35;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  line-height: 1.4em; }

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text ul:first-child {
  margin-top: 0; }

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text h5:last-child,
.text ul:last-child {
  margin-bottom: 0; }

.text blockquote {
  margin: 50px 0;
  padding: 10px 0 10px 30px;
  border-left: 2px solid #3D80E7;
  color: #000;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: left;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif; }

/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 16px-font-size;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  color: #58595B;
  line-height: 1.6em;
  background: #071A35; }

#container {
  background: #fff; }

/* !Header - - - - - */
header {
  height: 51px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100100;
  background: #3D80E7;
  border-bottom: 1px solid #fff; }

a.logo {
  width: 168px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  text-indent: -9999px;
  background: var(--wpr-bg-eb284497-03b8-44ad-afd6-1898aaee13d1) no-repeat left center; }

#container {
  padding-top: 50px; }

/* !Page Blocks - - - - - */
.inner {
  padding: 0 30px;
  max-width: 760px;
  margin: 0 auto; }

.inner.skinny {
  max-width: 660px; }

.inner.post {
  max-width: 840px; }

.inner.mid {
  max-width: 960px; }

.inner.wide {
  max-width: 1010px; }

.inner.vwide {
  max-width: 1160px; }

.inner.vvwide {
  max-width: 1220px; }

.max {
  max-width: 1400px;
  margin: 0 auto; }

.inner.max {
  max-width: 1460px; }

.page-block {
  position: relative; }

.page-block + .page-block {
  margin-top: 90px; }

.page-block.home-header + .page-block.explore-bar {
  margin-top: 0; }

.page-block.bg,
.block-pad,
.block-pad-top {
  padding: 90px 0; }

.small-block-pad {
  padding: 60px 0; }

.page-block.bg + .page-block.bg {
  margin-top: 0; }

.page-block.big-section-pad,
.page-block.bg.big-section-pad,
.big-block-pad {
  padding: 130px 0; }

.vbig-block-pad {
  padding: 220px 0; }

.page-block:last-child {
  padding-bottom: 90px; }

.page-block:first-child {
  padding-top: 90px; }

.block-pad-top {
  padding-top: 90px; }

.block-pad-bottom {
  padding-bottom: 90px; }

.page-block.bg.no-pad,
.page-block.bg.no-pad:last-child {
  padding: 0; }

/* !Headlines - - - - - */
.big-title,
.title,
.mid-title,
.small-title,
.page-headline,
.alt-title,
.vbig-title,
.home-headline,
.alt-col-title,
.pub-title,
.guide-title,
.event-title,
.alt-subhead {
  font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .025em;
  font-size: 5.25em;
  line-height: 1em; }

.title {
  font-size: 4em; }

.vbig-title {
  font-size: 6.25em;
  line-height: 1em;
  text-transform: none;
  letter-spacing: normal; }

.mid-title {
  font-size: 3em;
  line-height: 1.15em; }

.guide-title {
  font-size: 3.5em;
  line-height: 1.1em; }

.small-title {
  font-size: 2.625em;
  line-height: 1.2em; }

.page-headline {
  font-size: 7.5em;
  line-height: .9em;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal; }

.home-headline {
  font-size: 7.8125em;
  line-height: .9em;
  font-weight: 600;
  letter-spacing: normal; }

.alt-title {
  font-size: 1.1875em;
  line-height: 1.4em; }

.pub-title {
  font-size: 2.125em;
  line-height: 1.3em; }

.alt-col-title {
  font-size: 1.875em;
  line-height: 1.3em; }

.event-title {
  font-size: 1.5625em;
  line-height: 1.3em; }

.alt-subhead {
  font-size: 0.9375em;
  line-height: 1.4em;
  font-weight: bold; }

.small-label,
.mid-label,
.big-label {
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  font-size: 0.75em;
  line-height: 1.4em;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase; }

.mid-label {
  font-size: 0.875em; }

.big-label {
  font-size: 1em; }

.small-label.medium {
  font-weight: 500; }

.headline,
.mid-headline,
.vbig-headline,
.small-sub,
.sub,
.small-headline,
.big-headline,
.col-title,
.tiny-label,
.grid-title,
.time-sub {
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: 800;
  font-size: 2.8125em;
  line-height: 1.15em; }

.big-headline {
  font-size: 4em;
  line-height: 1em; }

.mid-headline {
  font-size: 2.25em;
  line-height: 1.15em; }

.vbig-headline {
  font-size: 5.5em;
  line-height: 1em; }

.sub {
  font-size: 1.75em;
  line-height: 1.3em; }

.time-sub {
  font-size: 1.25em;
  line-height: 1.3em; }

.small-headline {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.3em; }

.small-headline.upper {
  text-transform: uppercase; }

.small-sub {
  font-size: 1.25em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: bold; }

.grid-title {
  font-size: 1.5625em;
  line-height: 1.4em;
  font-weight: 900; }

.col-title {
  font-size: 1.1875em;
  line-height: 1.4em; }

.tiny-label {
  font-size: 0.75em;
  line-height: 1.4em;
  font-weight: 900;
  text-transform: uppercase; }

.mid-headline.semi,
.headline.semi {
  font-weight: 600; }

.headline.white b,
.headline.white strong {
  color: #071A35;
  font-weight: 800; }

.dk-blue-bg .headline.white b,
.dk-blue-bg .headline.white strong {
  color: #3D80E7; }

.adv-video-block.dk-blue-bg .headline.white b,
.adv-video-block.dk-blue-bg .headline.white strong {
  color: #DDAC42; }

/* !Buttons + Links - - - - - */
a.angle-link {
  display: block;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  color: #071A35;
  font-weight: 800;
  font-size: 1em;
  line-height: 1.4em;
  padding: 5px 30px 5px 0;
  background: var(--wpr-bg-c63e3014-e867-4c7f-beb1-c546c17f9fa3) no-repeat right 2px top 12px; }

a.angle-link:hover {
  color: #3D80E7; }

a.angle-arrow.border {
  border-bottom: 1px solid #AAACAE;
  padding-top: 12px;
  padding-bottom: 10px;
  background-position: right 12px; }

.button,
input.gform_button {
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: 800;
  color: #071A35;
  background: #3D80E7;
  font-size: 1.0625em;
  line-height: 1.3em;
  padding: 15px 20px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.button.small {
  padding: 7px 12px 9px 12px;
  font-size: 0.8125em; }

.button.mid {
  padding: 11px 16px 12px 16px;
  font-size: 1em; }

.button.dk-blue-bg {
  color: #fff;
  background: #071A35; }

.button:hover,
input.gform_button:hover,
.button.gold-bg,
.button.dk-blue-bg:hover {
  color: #071A35;
  background: #DDAC42; }

.button.gold-bg:hover,
.button.orange-bg {
  color: #071A35;
  background: #E47841; }

.button.gold-bg.alt-hover:hover {
  background: #3D80E7;
  color: #071A35; }

.button.pink-bg {
  color: #071A35;
  background: #D35278; }

.button.orange-bg:hover,
.button.pink-bg:hover {
  color: #071A35;
  background: #DDAC42; }

.button.blue-bg {
  background: #3D80E7;
  color: #fff; }

.button.blue-bg:hover {
  background: #071A35;
  color: #fff; }

.button.orange-bg {
  background: #E47841;
  color: #071A35; }

.button.orange-bg:hover {
  background: #071A35;
  color: #fff; }

.button.block {
  display: block;
  text-align: center; }

.button.arrow {
  display: inline-grid;
  column-gap: 10px;
  grid-template-columns: 1fr 16px; }

.button.arrow.guide-back,
.mobile-guide-back .button.arrow {
  display: inline-flex; }

.button.arrow.swap {
  grid-template-columns: 16px 1fr; }

.button.arrow svg {
  width: 16px;
  height: 9px;
  position: relative;
  top: 7px; }

.button.arrow.swap svg {
  top: 6px; }

.button.arrow polygon {
  fill: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.button.trans {
  background: transparent;
  color: #071A35; }

.button.trans.white-hover:hover,
.dk-blue-bg .button.trans:hover {
  background: #fff; }

.orange-bg .button.trans.arrow:hover polygon {
  fill: #E47841; }

.gold-bg .button.trans.arrow:hover polygon {
  fill: #DDAC42; }

.blue-bg .button.trans.arrow:hover polygon {
  fill: #3D80E7; }

.pink-bg .button.trans.arrow:hover polygon {
  fill: #D35278; }

.dk-blue-bg .button.trans.arrow polygon {
  fill: #fff; }

.dk-blue-bg .button.trans.arrow:hover polygon {
  fill: #071A35; }

.dk-blue-bg .button.trans {
  color: #fff; }

.dk-blue-bg .button.trans:hover {
  color: #071A35; }

.button.white-bg {
  background: #fff;
  color: #071A35; }

.button.white-bg:hover {
  background: #071A35;
  color: #fff; }

.button.white-bg.alt-hover:hover,
.button.arrow.white-bg.alt-hover:hover {
  background: #3D80E7;
  color: #071A35; }

a.text-link {
  font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #E47841;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3em;
  display: inline-block; }

a.text-link:hover,
a.text-link.dk-blue {
  color: #071A35; }

a.text-link.white {
  color: #fff; }

a.text-link.white:hover,
a.text-link.light-hover:hover {
  color: #3D80E7; }

a.text-link.dk-blue:hover {
  color: #fff; }

.button.arrow.white-bg {
  background: #fff;
  color: #071A35; }

.button.arrow.gold-bg {
  background: #DDAC42;
  color: #071A35; }

.button.arrow.gold-bg:hover,
.button.arrow.white-bg:hover {
  background: #071A35;
  color: #fff; }

.button.arrow.gold-bg.alt-hover:hover {
  background: #3D80E7;
  color: #071A35; }

.button.arrow.white-bg polygon {
  fill: #DDAC42; }

.button.arrow.gold-bg polygon,
.button.arrow.white-bg:hover polygon {
  fill: #fff; }

/* !Spacing - - - - - */
.small-label + .mid-label {
  margin-top: 5px; }

.small-label + .profile-text,
.alt-title + .text,
.small-headline + .alt-subhead {
  margin-top: 10px; }

.tiny-label + .grid-title,
.mid-label + .mid-title {
  margin-top: 15px; }

.small-label + .big-headline,
.headline + .mid-label,
.big-title + .big-label,
.big-label + .big-title {
  margin-top: 20px; }

.grid-title + .text {
  margin-top: 25px; }

.big-label + .mid-headline,
.big-label + .text,
.mid-headline + .text,
.mid-title + .text,
ul.cat-list + .text,
.mobile-artist-info + .text,
.big-label + .mid-title,
.big-headline + .text,
.small-label + .text,
.text + .button,
.big-headline + .button,
.small-headline + .text,
.text + a.text-link,
.small-headline + a.text-link,
.small-headline + .text,
.vbig-headline + .small-sub,
.sub + a.text-link,
.sub + .text,
.sub + .button,
.adv-video + .text,
.headline + .text,
.alt-col-title + .text,
.alt-subhead + .text {
  margin-top: 30px; }

.artist-name + .text,
.profile-image + .header-cats,
.mid-label + .time-sub,
.button.margin-top {
  margin-top: 35px; }

.mid-label + .headline {
  margin-top: 40px; }

/* !Accordion - - - - - */
a.acc-toggle {
  display: block;
  position: relative;
  padding: 15px 30px 12px 0;
  font-weight: bold;
  color: #071A35;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 900;
  text-transform: uppercase; }

a.acc-toggle:after {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  top: 22px;
  right: 2px;
  z-index: 1;
  background: var(--wpr-bg-0242b898-9478-4a3a-907f-7ab3bbe9ded4) no-repeat center;
  transform-origin: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

a.acc-toggle.ui-state-active:after {
  transform: rotate(180deg); }

.acc-item {
  border-bottom: 1px solid #071A35; }

.acc-content {
  padding: 15px 0 30px 0; }

/* !Artist Header - - - - - */
.artist-col-wrap {
  display: grid;
  grid-template-columns: 250px minmax(50%, 1fr); }

.artist-col-wrap.block {
  display: block; }

.artist-left-col + .artist-right-col {
  padding-left: 50px; }

.profile-image {
  border-radius: 120%;
  overflow: hidden;
  border: 10px solid #EBE9E6;
  background: #EBE9E6; }

ul.info-list li {
  font-size: 0.875em;
  line-height: 1.3em; }

ul.info-list li + li {
  margin-top: 5px; }

.header-cats .acc-content {
  padding-top: 0; }

.mobile-artist-info,
.mobile-artist-header-image {
  display: none; }

.artist-name {
  border-bottom: 1px solid #071A35;
  padding-bottom: 10px;
  margin-bottom: 10px; }

ul.cat-list li {
  margin: 10px 10px 0 0; }

.secondary-name {
  margin-bottom: 20px; }

.cat-button {
  display: inline-block;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  color: #071A35;
  background: #EBE9E6;
  border-radius: 4px;
  font-size: 0.75em;
  line-height: 1.3em;
  padding: 8px 12px;
  font-weight: bold;
  text-transform: uppercase; }

ul.profile-list.grid {
  grid-column-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(117px, 1fr)); }

ul.profile-list li {
  margin-top: 35px; }

.profile-text {
  font-weight: 800;
  color: #071A35;
  font-size: 1.0625em;
  line-height: 1.4em; }

.profile-text a {
  color: #071A35;
  display: block; }

.profile-text a:hover {
  color: #3D80E7; }

a.social {
  display: inline-block;
  vertical-align: middle; }

a.social {
  margin: 0 7px 7px 0; }

a.social svg {
  display: block; }

a.social circle,
a.social path {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

a.social:hover circle {
  fill: #071A35; }

a.social:hover path {
  fill: #fff; }

.social-wrap {
  margin-top: 10px; }

.mobile-artist-info.header-cats {
  margin-top: 30px; }

.mobile-artist-header-image {
  height: 200px;
  position: relative;
  z-index: 1; }

.mobile-artist-header-image img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.mobile-artist-header-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(7, 26, 53, 0.8); }

/* !Gallery Module - - - - - */
.gallery-block .mid-headline {
  margin-bottom: 70px; }

.gallery-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 100800;
  background: #fff;
  padding: 25px; }

.grid-outer {
  width: calc(100% + 60px);
  padding: 15px;
  margin-left: -30px;
  position: relative;
  z-index: 10; }

.grid-item,
.grid-sizer {
  width: 33.33%; }

.grid-item a {
  display: block;
  padding: 15px; }

.grid-image-wrap {
  position: relative; }

.gallery-view-info {
  height: 95px;
  padding-bottom: 25px;
  position: relative;
  z-index: 100200; }

.gallery-view-info .gallery-count {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 10;
  top: auto;
  right: auto;
  text-align: left; }

a.gallery-close {
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  padding-right: 29px;
  line-height: 20px;
  font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  z-index: 10;
  font-size: 0.875em;
  background: var(--wpr-bg-3e641709-21c8-495d-b79a-a7255cb4e899) no-repeat right center; }

a.gallery-close:hover {
  color: #071A35; }

.gallery-view-info a.slick-next {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 22px;
  height: 30px; }

.gallery-view-info a.slick-prev {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 22px;
  height: 30px; }

.gallery-view-info a.slick-next polygon,
.gallery-view-info a.slick-prev polygon {
  fill: #3D80E7; }

.gallery-bottom-cycle-wrap,
.port-gallery-cycle {
  position: fixed;
  bottom: 0dvh;
  left: 0;
  width: 100vw;
  height: calc(100dvh - 145px);
  z-index: 101; }

.gallery-view,
.gallery-bottom-cycle-wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.gallery-open .gallery-view,
.gallery-bottom-cycle-wrap.loaded {
  visibility: visible;
  opacity: 1; }

.port-gallery-cycle .slick-track,
.port-gallery-cycle .slick-list,
.port-gallery-cycle .slick-slide,
.port-gallery-slide {
  min-height: calc(100dvh - 145px);
  height: calc(100dvh - 145px);
  width: 100vw; }

.port-gallery-slide {
  padding: 0 25px 25px 25px; }

.port-gallery-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%; }

.current-count {
  font-size: 200%;
  position: relative;
  top: -5px; }

/* !Artist Info Block - - - - - */
.small-label.margin-bottom {
  margin-bottom: 40px; }

ul.feature-list li {
  border-bottom: 1px solid #AAACAE; }

ul.feature-list li + li {
  margin-top: 10px; }

/* !Half Box - - - - - */
.box-left,
.box-right {
  width: 50%; }

.box-left {
  padding: 70px 40px; }

.box-max {
  max-width: 435px;
  margin: 0 auto; }

.box-max .mid-label.border {
  border-bottom: 1px solid #3D80E7;
  padding-bottom: 6px; }

.box-max .mid-label.dk-blue.border {
  border-color: #071A35; }

.box-max .mid-label.white.border {
  border-color: #fff; }

.half-box.dk-blue-bg .box-arrows path {
  fill: #3D80E7; }

/* !Clients - - - - - */
ul.client-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px; }

.client-name {
  font-size: 1.0625em;
  line-height: 1.4em;
  font-weight: 800;
  color: #071A35; }

.client-name.normal {
  font-weight: normal; }

/* !Video - - - - - */
.video-box {
  padding: 25px; }

.video-top {
  margin-bottom: 35px; }

/* !Directory Landing - - - - - */
.page-block.directory-top.bg {
  padding: 120px 0; }

.page-block.grid-block.bg {
  padding: 0; }

ul.directory-grid {
  padding: 50px 30px;
  grid-gap: 50px;
  max-width: 1160px;
  margin: 0 auto; }

a.grid-box {
  height: 100%;
  display: block;
  border: 1px solid #071A35; }

.grid-cats {
  background: #fff;
  border-bottom: 1px solid #071A35;
  padding: 5px; }

ul.cat-list.small li {
  margin: 0;
  padding: 5px; }

.small .cat-button {
  font-size: 0.5625em;
  padding: 4px 8px;
  display: block; }

.all-label {
  font-size: 0.5625em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #3D80E7;
  line-height: 19px;
  display: block; }

.grid-name {
  padding: 25px;
  border-bottom: 1px solid #071A35;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.grid-name .small-title {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.grid-name.pub .small-title {
  font-size: 1.75em; }

.grid-name.art .small-title {
  font-size: 2.375em; }

a.grid-box:hover .grid-name {
  background: #071A35; }

a.grid-box:hover .small-title {
  color: #fff; }

.grid-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px; }

a.grid-box {
  min-height: 100%;
  display: flex;
  flex-direction: column; }

.grid-name {
  flex-grow: 1;
  display: flex;
  align-items: center; }

.grid-image:after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); }

img.fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block; }

.old-image img.fill,
.profile-image img.fill,
.old-pub-art-image img.fill {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.artist-id {
  z-index: 10;
  font-size: 0.625em;
  line-height: 1.4em;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  flex-grow: 1; }

.grid-more .button {
  display: inline-flex; }

/* !Image Header - - - - - */
.image-header-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.image-header-left {
  padding: 60px 40px; }

.image-header-max {
  max-width: 450px;
  margin: 0 auto; }

/* !Color Header - - - - - */
.header-left {
  width: 300px;
  padding-right: 60px; }

.header-right {
  width: calc(100% - 300px); }

.header-right:last-child {
  width: 100%; }

.page-headline + .header-content-wrap {
  margin-top: 55px; }

.color-header:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  background: var(--wpr-bg-7ddcb0fc-5dcc-48fd-89df-d4b878c953fe) no-repeat center;
  animation: pulse 2s infinite linear;
  z-index: 101; }

.color-header.dk-blue-bg:after {
  background-image: var(--wpr-bg-1eb865a1-f141-422b-b6a5-3953fb370f0d); }

@keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#crumbs {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 0.875em;
  line-height: 1.3em;
  font-weight: 500;
  color: #fff;
  max-width: calc(100% - 80px); }

.crumb-sep {
  padding: 0 8px; }

/* !Alternating Rows - - - - - */
.alt-rows-block {
  counter-reset: section; }

.alt-row:nth-child(even) {
  direction: rtl; }

.alt-rows-block.swap .alt-row:nth-child(odd) {
  direction: rtl; }

.alt-rows-block.swap .alt-row:nth-child(even) {
  direction: ltr; }

.alt-row {
  position: relative;
  z-index: 100;
  max-width: 1400px;
  margin: 0 auto;
  counter-increment: section;
  z-index: counter(section); }

.alt-row + .alt-row {
  margin-top: -30px;
  counter-increment: section;
  z-index: counter(section); }

.alt-image {
  width: calc(50% + 30px); }

.alt-content {
  padding: 90px 40px;
  width: calc(50% - 30px); }

.alt-max {
  max-width: 400px;
  margin: 0 auto; }

/* !Intro - - - - - */
.line-under {
  position: relative;
  padding-bottom: 35px; }

.line-under:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  background: #E47841; }

.intro-icon {
  position: absolute;
  bottom: -90px;
  left: 50%;
  margin: 0 0 -52px -52px;
  transform-origin: center;
  width: 104px;
  height: 104px;
  z-index: 20; }

.post-icon.intro-icon {
  left: auto;
  right: 140px;
  margin: 0 0 -52px 0;
  bottom: 0; }

.has-image .post-icon.intro-icon {
  bottom: auto;
  top: 0;
  margin: -52px 0 0 0; }

/* !Image Overlay - - - - - */
.over {
  position: relative;
  z-index: 10; }

.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.image-overlay-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(228, 120, 65, 0.9); }

.image-overlay-block.none-overlay:before {
  display: none; }

.image-overlay-block.blue-overlay:before {
  background: rgba(61, 128, 231, 0.9); }

.image-overlay-block.gold-overlay:before {
  background: rgba(221, 172, 66, 0.9); }

.image-overlay-block.pink-overlay:before {
  background: rgba(211, 82, 120, 0.9); }

.image-overlay-block.dk-blue-overlay:before {
  background: rgba(7, 26, 53, 0.9); }

.image-overlay-block.dk-blue-overlay .headline.white b,
.image-overlay-block.dk-blue-overlay .headline.white strong {
  color: #3D80E7; }

/* !Columns - - - - - */
ul.col-list {
  grid-gap: 70px; }

.columns-block .has-number {
  position: relative;
  padding-left: 30px; }

.columns-block .has-number:before {
  content: attr(data-number);
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
  font-size: 60%;
  line-height: 1em;
  color: #3D80E7;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em; }

.columns-block .alt-col-title.has-number:before {
  color: #071A35;
  font-size: 50%;
  top: 15px; }

/* !Text + Sidebar - - - - - */
.text-left {
  width: 200px;
  padding-right: 60px; }

.text-right {
  width: calc(100% - 200px); }

ul.sidebar-list li + li {
  margin-top: 35px; }

/* !Alternate Accordion - - - - - */
.show-number .acc-toggle,
.show-number .acc-content {
  padding-left: 45px;
  position: relative; }

.show-number .acc-content {
  padding-top: 0; }

.acc-toggle.big {
  font-size: 1.625em;
  font-weight: 800;
  text-transform: none;
  position: relative;
  padding-right: 0;
  padding-bottom: 20px; }

.acc-toggle.big:after {
  display: none; }

.show-number .acc-toggle.big:before {
  content: attr(data-number);
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1;
  font-size: 60%;
  line-height: 1em;
  color: #3D80E7;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em; }

.acc-wrap.border {
  border-top: 3px solid #071A35; }

.acc-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 25px; }

/* !Advanced Video - - - - - */
.video-content-wrap {
  display: grid;
  grid-template-columns: 1fr 55.1%;
  grid-gap: 70px;
  grid-auto-flow: column;
  direction: rtl; }

.avd-video + .video-caption {
  margin-top: 25px; }

/* !Stats - - - - - */
.big-title + .stats-wrap {
  margin-top: 90px; }

.stats-number {
  width: 360px; }

.stats-text {
  width: calc(100% - 360px);
  padding-left: 60px; }

ul.stat-list li {
  padding-bottom: 25px; }

ul.stat-list li + li {
  padding-top: 25px;
  border-top: 1px dashed #fff; }

.stat-wrap {
  display: flex;
  align-items: center; }

.stat-number {
  font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 5em;
  padding-right: 20px;
  line-height: 1em; }

.stat-label {
  font-weight: 800;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.3em;
  flex-grow: 1; }

/* !Image / Video - - - - - */
.iv-wrap {
  display: grid;
  grid-template-columns: 2fr minmax(360px, 1fr); }

.iv-right {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px; }

.iv-max {
  max-width: 280px;
  margin: 0 auto; }

a.video-link {
  display: block; }

.iv-screen {
  padding: 40px;
  max-width: 280px; }

.video-button {
  max-width: 80px;
  margin: 0 0 20px 0; }

.video-button circle,
.video-button polygon {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

a.video-link:hover .video-button circle {
  opacity: 1;
  fill: #DDAC42; }

a.video-link:hover .video-button polygon {
  fill: #fff; }

/* !Collage Block - - - - - */
.collage-block {
  display: grid;
  grid-template-columns: minmax(200px, 30%) 1fr; }

.grid-flex {
  display: flex;
  flex-direction: column;
  height: 100%; }

.grid-bottom-left {
  flex-grow: 1;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

.grid-bottom-left .text {
  max-width: 280px;
  margin: 0 auto; }

/* !Guide Module - - - - - */
.guide-wrap {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center; }

.guide-wrap .inner.vvwide {
  width: 100%; }

.guide-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(25, 25, 25, 0.7);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.guide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.guide-right {
  width: calc(100% - 130px);
  padding-left: 60px; }

.guide-content {
  max-width: 800px; }

.guide-left {
  width: 130px;
  text-align: right; }

.round-image {
  border: 6px solid #fff;
  border-radius: 120%;
  overflow: hidden;
  background: #fff;
  max-width: 130px;
  margin: 0 auto; }

.guide-left .round-image {
  margin-bottom: 35px; }

.guide-label {
  position: relative;
  padding-top: 15px; }

.guide-label:before {
  content: "";
  width: 10000px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #fff; }

/* !People - - - - - */
.people-bar {
  padding: 15px 25px; }

ul.people-grid {
  grid-gap: 30px;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 30px; }

.person-wrap {
  height: 100%; }

.person-content {
  padding: 40px 20px; }

.person-title {
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 10px; }

.pronouns {
  font-size: 0.875em;
  line-height: 1.4em;
  margin-top: 5px; }

ul.people-filters {
  display: inline-flex;
  gap: 15px;
  margin: 0 auto; }

ul.people-filters a {
  color: #071A35;
  background: #fff;
  font-size: 0.8125em;
  line-height: 1.3em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 11px 20px 14px 20px;
  border-radius: 4px;
  display: block; }

ul.people-filters a:hover {
  background: #071A35;
  color: #fff; }

ul.people-filters a.active {
  background: #E47841;
  color: #fff; }

ul.people-grid li.hide {
  display: none; }

ul.person-social {
  width: calc(100% - 20px);
  height: 22px;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 101;
  justify-content: flex-end; }

a.email circle,
a.email path {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

a.linkedin circle {
  fill: #3D80E7;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

a.linkedin:hover circle,
a.email:hover circle {
  fill: #DDAC42; }

a.linkedin path,
a.email path {
  fill: #fff; }

/* !Wide Gallery - - - - - */
.wide-gallery-top,
.time-header {
  padding: 0 80px 20px 40px; }

.wide-pad {
  padding: 0 5px; }

.wide-gallery img {
  height: 500px;
  width: auto; }

/* !Small Gallery - - - - - */
.small-gallery-top {
  padding-bottom: 20px; }

.small-gallery-wrap button.slick-prev,
.image-header-gallery button.slick-prev {
  position: absolute;
  top: 150px;
  right: 0;
  width: 36px;
  height: 30px;
  z-index: 10;
  background: var(--wpr-bg-a8e8ca57-8134-422b-b99f-bd3d37f40bb7) no-repeat center #DDAC42;
  border: none;
  text-indent: -9999px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.small-gallery-wrap button.slick-next,
.image-header-gallery button.slick-next {
  position: absolute;
  top: 150px;
  right: -36px;
  width: 36px;
  height: 30px;
  z-index: 10;
  background: var(--wpr-bg-6ac4ec55-a0bc-4815-8695-a44b03d7172c) no-repeat center #DDAC42;
  border: none;
  text-indent: -9999px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.small-gallery-wrap button.slick-prev:hover,
.small-gallery-wrap button.slick-next:hover,
.image-header-gallery button.slick-prev:hover,
.image-header-gallery button.slick-next:hover {
  background-color: #3D80E7; }

/* !Half Box Slider - - - - - */
.half-box-slider .box-left {
  padding-top: 140px; }

.half-box-slider.no-controls .box-left {
  padding-top: 70px; }

.box-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding: 40px;
  z-index: 101; }

.box-count {
  max-width: 435px;
  margin: 0 auto;
  position: relative;
  padding-right: 80px; }

.current-count {
  font-size: 1.0625em;
  line-height: 1.3em;
  position: relative;
  top: 2px; }

.box-controls a.slick-next,
.box-controls a.slick-prev {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(0, -50%); }

.box-controls a.slick-prev {
  right: 42px; }

.box-controls a.slick-next polygon,
.box-controls a.slick-prev polygon {
  fill: #3D80E7;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.box-controls a.slick-next:hover polygon,
.box-controls a.slick-prev:hover polygon,
.half-box-slider.dk-blue-bg .box-controls a.slick-next polygon,
.half-box-slider.dk-blue-bg .box-controls a.slick-prev polygon {
  fill: #fff; }

.half-box-slider.dk-blue-bg .box-controls a.slick-next:hover polygon,
.half-box-slider.dk-blue-bg .box-controls a.slick-prev:hover polygon {
  fill: #DDAC42; }

/* !Message - - - - - */
.message-controls {
  position: absolute;
  bottom: 40px;
  right: 40px; }

.message-count {
  border-top: 1px solid #fff;
  padding-top: 8px;
  width: 130px; }

.message-arrows a.slick-next,
.message-arrows a.slick-prev {
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
  display: block; }

.message-arrows a.slick-prev {
  right: 20px; }

.message-arrows a.slick-next:hover,
.message-arrows a.slick-prev:hover {
  opacity: .6; }

.message-panel {
  padding-left: 120px; }

.message-cycle message-panel:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50px;
  z-index: 1;
  width: 40px;
  height: 2px;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply; }

.message-block.dk-blue-bg .message-cycle .message-panel:before {
  background: #3D80E7; }

.message-cycle .message-panel:after {
  content: attr(data-number);
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  font-weight: bold;
  transform: translate(0, -50%);
  text-transform: uppercase;
  letter-spacing: .05em; }

.message-block.dk-blue-bg .message-cycle .message-panel:after {
  color: #3D80E7;
  mix-blend-mode: normal; }

.message-panel.no-number:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: .4;
  background: var(--wpr-bg-e429b7a2-c76b-46ed-a651-a52616c64ff2) no-repeat center;
  background-size: 100% auto; }

.message-block.dk-blue-bg .message-panel.no-number:after {
  background-image: var(--wpr-bg-c5efa16f-ca0c-4108-bb0f-541563a002d6);
  mix-blend-mode: normal;
  opacity: 1; }

.message-block.dk-blue-bg .message-cycle .message-panel:after {
  color: #3D80E7; }

.message-subhead {
  font-size: 1.7rem;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 5px; }

.message-subhead.blue {
  color: #3D80E7;
  mix-blend-mode: normal; }

/* !Testimonials - - - - - */
.test-label {
  margin-bottom: 65px; }

.round-image + .test-name {
  margin-top: 25px; }

.test-block .round-image {
  border-color: #EBE9E6; }

.test-block.vlt-grey-bg .round-image {
  border-color: #fff; }

.test-name {
  font-size: 1.1875em;
  color: #071A35;
  font-weight: 800; }

.test-dots {
  margin-top: 15px;
  text-align: center; }

ul.slick-dots,
ul.tab-dots {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }

ul.tab-dots {
  display: inline-flex; }

ul.slick-dots li button,
ul.tab-dots li {
  width: 9px;
  height: 9px;
  border-radius: 120%;
  overflow: hidden;
  text-indent: -9999px;
  background: #AAACAE;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

ul.tab-dots li {
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  background: #fff; }

ul.slick-dots li.slick-active button {
  background: #58595B; }

ul.tab-dots li.active {
  background: #fff; }

ul.tab-dots li + li {
  margin-left: 7px; }

ul.slick-dots li {
  padding: 0 5px; }

.test-bottom-wrap {
  padding: 0 30px;
  max-width: 500px;
  margin: 35px auto 0 auto; }

.test-bottom-wrap .text {
  margin-top: 15px; }

.test-bottom-wrap button.slick-prev,
.test-bottom-wrap button.slick-next,
.logo-controls button.slick-prev,
.logo-controls button.slick-next,
.wide-gallery-top button.slick-prev,
.wide-gallery-top button.slick-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 65px;
  transform: translate(0, -50%);
  z-index: 10;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.test-bottom-wrap button.slick-prev,
.logo-controls button.slick-prev,
.wide-gallery-top button.slick-prev {
  background: var(--wpr-bg-0af33c1a-c059-45b9-992f-d4b16fab8772) no-repeat center;
  left: 0; }

.wide-gallery-top button.slick-prev {
  top: calc(50% - 8px);
  left: auto;
  right: 50px; }

.test-bottom-wrap button.slick-next,
.logo-controls button.slick-next,
.wide-gallery-top button.slick-next {
  background: var(--wpr-bg-8d0465aa-0a81-4742-993f-d4381603c434) no-repeat center;
  right: 0; }

.wide-gallery-top button.slick-next {
  top: calc(50% - 8px);
  left: auto;
  right: 20px; }

.test-bottom-wrap button.slick-prev:hover,
.test-bottom-wrap button.slick-next:hover,
.logo-controls button.slick-prev:hover,
.logo-controls button.slick-next:hover,
.wide-gallery-top button.slick-prev:hover,
.wide-galler-top button.slick-next:hover {
  opacity: .6; }

/* !Timeline - - - - - */
.timeline-block {
  overflow: hidden; }

.time-cycle-wrap {
  width: calc(100vw + 100px);
  padding-left: 40px; }

.time-header {
  margin-bottom: 40px; }

.time-header:after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 40px;
  background: #AAACAE; }

.time-wrap {
  background: #EBE9E6;
  height: 100%;
  border-right: 40px solid #fff; }

.time-content {
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  height: 100%; }

.time-image + .time-content {
  display: block;
  height: auto; }

.time-cycle .slick-track {
  display: flex !important;
  align-items: stretch; }

.time-cycle .slick-slide {
  display: block;
  height: inherit !important; }

/* !Logos - - - - - */
.logo-left {
  text-align: right;
  width: 130px; }

.logo-right {
  width: calc(100% - 130px);
  padding-left: 60px; }

.small-headline + .logo-controls {
  margin-top: 25px; }

.logo-controls button.slick-prev,
.logo-controls button.slick-next {
  position: static;
  display: inline-block;
  transform: none;
  vertical-align: middle; }

.logo-controls button.slick-prev {
  margin: 0 0 0 auto; }

.logo-controls button.slick-next {
  margin-right: -10px; }

.logo-pad {
  padding: 0 8px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.logo-pad img {
  display: block;
  object-fit: contain;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px; }

.logo-cycle .slick-track {
  display: flex; }

.logo-cycle .slick-slide {
  display: flex;
  height: inherit !important;
  align-items: center;
  justify-content: center; }

/* !Tabs - - - - - */
.tab-wrap {
  display: grid;
  grid-template-columns: 36.1% 63.9%; }

.tab-left {
  height: 100%;
  background: #071A35;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  text-align: center; }

.tab-title {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  color: #3D80E7;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.resp-tab-active .tab-title,
.tab-title:hover {
  color: #fff; }

ul.tab-nav li {
  position: relative;
  padding: 0 40px; }

ul.tab-nav li:before {
  content: "";
  width: 0;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  transform: translate(0, -50%);
  background: var(--wpr-bg-c7dee6a1-a1d6-48b3-8087-c35feb220c95) no-repeat right center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

ul.tab-nav li.resp-tab-active:before {
  width: 18px; }

ul.tab-nav li + li {
  margin-top: 50px; }

ul.tab-nav {
  width: 100%; }

.tab-pad {
  padding: 80px 40px; }

.tab-max {
  max-width: 600px;
  margin: 0 auto; }

.tab-header {
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 45px;
  display: flex; }

.tab-header .mid-label {
  flex-grow: 1;
  padding-right: 25px; }

.tab-text + .tab-grid {
  margin-top: 50px; }

.tab-row {
  display: grid;
  grid-template-columns: 1fr 1fr 110px;
  padding: 15px 0;
  border-bottom: 1px dashed #fff; }

.tab-row:first-child {
  border-top: 1px dashed #fff; }

.tab-name {
  padding-right: 20px;
  font-size: 1.25em;
  line-height: 1.4em; }

.tab-small-text {
  padding-right: 20px;
  font-size: 0.9375em;
  line-height: 1.4em;
  padding-top: 2px; }

a.resp-accordion,
.resp-tab-content {
  display: none; }

.tab-cta {
  text-align: right; }

.tabs-label {
  padding: 15px 40px; }

a.resp-accordion {
  background: #071A35 !important;
  color: #fff;
  padding: 15px 60px 15px 30px;
  position: relative;
  border-top: 1px solid #fff; }

a.resp-accordion:first-child {
  border: none; }

a.resp-accordion:before {
  content: "";
  width: 18px;
  height: 8px;
  position: absolute;
  top: 28px;
  right: 30px;
  background: var(--wpr-bg-85dc22c0-1b18-4e5c-a44e-f03c775cbe8f) no-repeat center;
  transform-origin: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

a.resp-accordion.resp-tab-active {
  color: #3D80E7; }

a.resp-accordion.resp-tab-active:before {
  transform: rotate(180deg); }

/* !Nav - - - - - */
a.nav-toggle {
  width: 60px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100500; }

a.nav-toggle.active {
  top: 30px;
  right: 30px; }

a.nav-toggle div {
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

a.nav-toggle div:nth-child(1) {
  transform: translate(-50%, -9px); }

a.nav-toggle div:nth-child(3) {
  transform: translate(-50%, 7px); }

a.nav-toggle.active div:nth-child(2) {
  opacity: 0; }

a.nav-toggle.active div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg); }

a.nav-toggle.active div:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg); }

a.nav-toggle:before {
  content: "Close";
  position: absolute;
  top: 0;
  width: 0;
  right: calc(100% - 8px);
  z-index: 1;
  color: #071A35;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  opacity: 0;
  text-align: right;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

a.nav-toggle.active:before {
  opacity: 1;
  z-index: 10;
  width: 50px; }

.nav-wrap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 100200;
  border: 12px solid #fff;
  overflow: scroll;
  padding: 100px 0 60px 0;
  background: #3D80E7;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.nav-wrap a.logo {
  position: fixed;
  top: 40px;
  left: 30px;
  transform: none;
  background-image: var(--wpr-bg-1e3f7dd2-7849-4d10-8aed-bdc051bfdcf0); }

.nav-active .nav-wrap {
  visibility: visible;
  opacity: 1; }

.nav-active #container,
.nav-active body,
.nav-active html {
  overflow: hidden;
  min-height: 100dvh;
  height: 100%; }

.nav-social {
  position: fixed;
  bottom: 0dvh;
  right: 30px;
  transform: translate(0, -35px);
  z-index: 100300; }

.nav-top,
.nav-bottom {
  display: grid;
  grid-template-columns: 58.8% 1fr;
  grid-gap: 40px; }

.nav-bottom,
.nav-middle {
  margin-top: 45px; }

.nav-middle {
  padding-left: 100px; }

.small-nav-grid {
  max-width: 450px;
  grid-gap: 10px;
  padding-left: 100px; }

ul.small-nav a {
  display: block;
  font-size: 0.9375em;
  line-height: 1.4em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: bold; }

ul.small-nav li + li {
  margin-top: 10px; }

.subnav-wrap {
  height: 100%;
  padding-left: 40px;
  border-left: 1px solid transparent;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.subnav-wrap.active {
  border-color: #fff; }

ul.mid-nav {
  display: none; }

ul.mid-nav li + li {
  margin-top: 25px; }

ul.mid-nav a.sub-link {
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.4em; }

ul.nav a {
  display: block;
  font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .025em;
  font-size: 5.75em;
  line-height: 1em;
  color: #071A35;
  padding-left: 100px;
  position: relative; }

ul.nav li + li {
  margin-top: 5px; }

ul.nav a:hover,
ul.nav li#current a,
ul.nav a.active {
  color: #fff; }

ul.small-nav a:hover,
ul.small-nav li#current a,
ul.mid-nav a.sub-link:hover,
ul.mid-nav li#current a {
  color: #071A35; }

ul.nav a:before {
  content: "";
  width: 0;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translate(0, -50%);
  z-index: 1;
  background: var(--wpr-bg-6dcf2ebb-6f18-42ef-9f1f-8fa7f6f16f09) no-repeat right center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

ul.nav li#current a:before,
ul.nav a:hover:before,
ul.nav a.active:before {
  width: 12px; }

.nav-social a.social.facebook circle {
  fill: #fff; }

.nav-social a.social.facebook:hover circle {
  fill: #071A35; }

.nav-flex {
  min-height: 100%;
  display: flex;
  align-items: center; }

.nav-vert {
  width: 100%; }

.button.explore {
  background: rgba(0, 0, 0, 0.15);
  color: #071A35;
  padding: 15px 30px 15px 20px; }

.button.explore:hover {
  background: #071A35;
  color: #fff; }

.button.explore svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

#searchform {
  position: relative;
  padding-right: 70px; }

#searchform input[type=text] {
  border: none;
  border-bottom: 1px solid rgba(7, 26, 53, 0.5);
  padding-left: 30px;
  height: 40px;
  color: #071A35;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  font-size: 1.0625em;
  line-height: 1.3em;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%; }

#searchform ::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(7, 26, 53, 0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

#searchform :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: rgba(7, 26, 53, 0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

#searchform ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: rgba(7, 26, 53, 0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

#searchform :-ms-input-placeholder {
  opacity: 1;
  color: rgba(7, 26, 53, 0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

#searchform :focus::-webkit-input-placeholder {
  color: transparent; }

#searchform :focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

#searchform :focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

#searchform :focus:-ms-input-placeholder {
  color: transparent; }

input.search-button {
  width: 30px;
  height: 40px;
  background: var(--wpr-bg-36da2c57-6178-4f68-a1f8-599c0d75a66a) no-repeat left center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border: none;
  text-indent: -9999px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

input.search-button:hover {
  opacity: .5; }

/* !Header Nav - - - - - */
header {
  padding: 0 60px 0 198px; }

.page-template-homepage header {
  padding-left: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.scrolled .page-template-homepage header {
  padding-left: 198px; }

.page-template-homepage header a.logo,
.page-template-homepage header ul.header-nav {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.scrolled .page-template-homepage header a.logo,
.scrolled .page-template-homepage header ul.header-nav {
  visibility: visible;
  opacity: 1; }

.page-template-homepage header a.explore-nav {
  border-left-color: #071A35; }

.scrolled .page-template-homepage header a.explore-nav {
  border-left-color: #fff; }

.header-nav-wrap {
  display: flex;
  padding-left: 30px;
  position: relative;
  z-index: 10; }

.page-template-homepage .header-nav-wrap {
  padding-left: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.scrolled .page-template-homepage .header-nav-wrap {
  padding-left: 30px; }

.search-wrap {
  flex-grow: 1;
  padding-left: 10px; }

.search-wrap #searchform {
  padding-right: 0;
  max-width: 300px;
  padding-left: 10px; }

.search-wrap input.search-button {
  left: 15px; }

.search-wrap #searchform input[type=text] {
  height: 50px;
  border: none; }

.search-wrap #searchform input[type=text]:focus {
  outline-offset: -2px; }

.search-wrap input.search-button {
  height: 50px; }

ul.header-nav {
  display: flex; }

ul.header-nav a {
  display: block;
  line-height: 50px;
  margin-left: 30px;
  font-size: 1.0625em;
  font-weight: bold;
  color: #071A35;
  position: relative; }

ul.header-nav a.line:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 12px);
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

ul.header-nav a.line:hover:before,
ul.header-nav li#current a.line:before {
  width: 100%; }

ul.header-nav a.gold-bg {
  background: #DDAC42;
  padding: 0 30px;
  font-weight: 900;
  text-transform: uppercase; }

ul.header-nav a:hover {
  color: #fff; }

ul.header-nav a.gold-bg:hover {
  color: #fff;
  background: #071A35; }

.home-nav ul.header-nav a:before {
  background: #3D80E7; }

a.explore-nav {
  display: inline-block;
  line-height: 50px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.0625em;
  background: #071A35;
  padding: 0 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative; }

a.explore-nav svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px; }

a.explore-nav rect {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

a.explore-nav:hover {
  color: #3D80E7; }

a.explore-nav:hover rect {
  fill: #3D80E7; }

a.explore-nav:after {
  content: "";
  width: 22px;
  height: 0;
  background: var(--wpr-bg-b6636b05-1984-45bf-a794-8ae1a5f78db3) no-repeat center bottom;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

/* a.explore-nav:hover:after,
a.explore-nav#current:after
{ height: 10px;} */
/* !Homepage Intro - - - - - */
.home-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  padding: 10px 0 0 0;
  position: absolute;
  bottom: 70px;
  left: 30px;
  z-index: 1;
  width: 180px;
  border-top: 1px solid #fff; }

.current-count {
  font-size: 1.375em;
  line-height: 1.3em; }

.total-count {
  font-size: 0.875em;
  line-height: 1.4em;
  margin-left: 8px; }

.controls-left span {
  display: inline-block;
  vertical-align: bottom; }

.home-controls a.slick-prev {
  position: absolute;
  top: calc(50% + 10px);
  right: 32px;
  width: 30px;
  height: 30px;
  transform: translate(0, -50%);
  z-index: 10;
  text-align: center; }

.home-controls a.slick-next {
  position: absolute;
  top: calc(50% + 10px);
  right: -8px;
  width: 30px;
  height: 30px;
  transform: translate(0, -50%);
  z-index: 10;
  text-align: center; }

.home-header-nav {
  padding: 40px 60px 0 40px;
  display: flex;
  align-items: flex-end; }

.home-nav {
  flex-grow: 1;
  text-align: right;
  padding-left: 60px; }

a.home-header-logo {
  display: block;
  max-width: 272px; }

.home-nav ul.header-nav a {
  color: #fff; }

.home-nav ul.header-nav a:hover {
  color: #3D80E7; }

.home-nav ul.header-nav {
  justify-content: flex-end; }

.home-header-top-pad {
  padding: 140px 0 200px 0; }

.home-header-bottom-left {
  width: 62.1%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: -40px; }

.home-header-bottom-right {
  width: 37.9%; }

.home-header-bottom-pad {
  padding: 150px 40px; }

.page-block.home-header:first-child {
  padding-top: 0; }

.home-caption {
  position: absolute;
  width: 170px;
  position: absolute;
  bottom: 30px;
  left: 50px; }

.home-caption:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 5px;
  right: calc(100% + 20px);
  border-radius: 120%;
  overflow: hidden;
  background: #fff;
  z-index: 2; }

.home-caption:after {
  content: "";
  width: 10000px;
  height: 1px;
  position: absolute;
  top: 7px;
  right: calc(100% + 22px);
  z-index: 1;
  background: #fff; }

.home-header-max {
  max-width: 400px;
  margin: 0 auto; }

ul.button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.text + ul.button-list {
  margin-top: 40px; }

.home-caption .text {
  margin-top: 10px; }

.home-header:last-child {
  padding-bottom: 80px; }

.page-block.home-header {
  padding-top: 0; }

.svg-headline {
  max-width: 650px;
  margin: 0 auto; }

.home-vert {
  width: 40px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 101; }

.home-vert-text {
  writing-mode: vertical-lr;
  max-height: calc(100% - 120px);
  font-size: 0.6875em;
  line-height: 1.3em;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: .05em;
  padding-bottom: 20px; }

.home-arrow {
  animation: pulse 2s infinite linear; }

/* !News Header - - - - - */
.news-left {
  width: 50%;
  padding-right: 35px; }

.news-right {
  width: 50%;
  padding-left: 35px; }

.grid-post-image a,
a.hover-zoom {
  display: block;
  position: relative;
  overflow: hidden; }

.grid-post-image a img,
a.hover-zoom img.zoom {
  transform-origin: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.grid-post-image a:hover img,
a.hover-zoom:hover img.zoom {
  transform: scale(1.1); }

.grid-post-image + .grid-post-content {
  margin-top: 35px; }

.grid-title.dk-blue a {
  color: #071A35; }

.grid-title.dk-blue a:hover {
  color: #3D80E7; }

.text + ul.news-feature-list {
  margin-top: 35px; }

ul.news-feature-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

ul.news-feature-list a {
  padding: 15px 0 15px 40px;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  color: #fff; }

ul.news-feature-list a:hover {
  color: #3D80E7; }

ul.news-feature-list .grid-title {
  flex-grow: 1;
  flex-basis: calc(100% - 150px); }

.news-cat {
  padding-left: 20px;
  flex-basis: 150px;
  text-align: right; }

ul.news-feature-list a:before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  font-size: 0.875em;
  font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #3D80E7;
  transform: translate(0, -50%); }

.news-intro .mid-title + .text {
  margin-top: 15px; }

.news-cycle .slick-prev,
.news-cycle .slick-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  transform: translate(0, -50%);
  z-index: 101;
  border: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.news-cycle .slick-prev {
  background: var(--wpr-bg-28754416-ee95-4670-acac-e080bbc65ffe) no-repeat center;
  left: 0; }

.news-cycle .slick-next {
  background: url(../../../../../../themes/arts_council_custom/images/small-arrow-right.svg) no-repeat center;
  right: 0; }

.news-cycle .slick-prev:hover,
.news-cycle .slick-next:hover {
  background-color: rgba(7, 26, 53, 0.3); }

ul.post-grid {
  grid-gap: 70px; }

/* !Blog Bar - - - - - */
a.search-toggle {
  display: block;
  width: 40px;
  height: 30px;
  text-align: right; }

a.search-toggle svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto; }

.blog-bar-grid {
  border-bottom: 1px solid #AAACAE;
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: end; }

.guide-bar .blog-bar-grid {
  display: block; }

.blog-bar {
  margin-bottom: 70px; }

.search-bar-wrap {
  padding-top: 30px;
  display: none; }

.search-bar-wrap #searchform {
  padding-right: 0; }

.search-bar-wrap #searchform input[type=text] {
  background: #EBE9E6;
  border: none;
  padding: 5px 15px 5px 30px; }

.search-bar-wrap #searchform input.search-button {
  background: var(--wpr-bg-a5b188d6-355a-4ace-b628-b1bbc43d0199) no-repeat center; }

a.search-toggle path {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

a.search-toggle:hover path {
  fill: #3D80E7; }

a.cat-toggle {
  display: none; }

ul.blog-cat-list a {
  display: block;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 0.8125em;
  font-weight: bold;
  color: #AAACAE;
  margin-right: 20px; }

ul.blog-cat-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px; }

ul.blog-cat-list a:hover,
ul.blog-cat-list a.active {
  color: #3D80E7; }

/* !Pagination - - - - - */
.post-nav {
  padding-top: 70px;
  text-align: center; }

/* !Related Posts - - - - - */
.related-title {
  font-size: 0.9375em;
  line-height: 1.4em;
  padding-bottom: 40px; }

.related-title.has-border {
  margin-bottom: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #AAACAE; }

/* !Single Post. - - - - - */
.post-header-content .big-title {
  padding-bottom: 80px;
  background: var(--wpr-bg-47fa9acf-631e-470b-aad4-0fc2474820f0) no-repeat left bottom; }

.post-header-content .big-label {
  margin-bottom: 20px; }

.page-block.post-block-header,
.page-block.post-block-header:first-child {
  padding: 0; }

/* !Wide Image - - - - - */
.wide-image-max {
  max-width: 1320px;
  margin: 0 auto; }

.wide-image {
  max-width: 1070px;
  margin: 0 auto 0 0; }

.wide-image.right {
  margin: 0 0 0 auto; }

/* !Quote Block - - - - - */
.quote-block {
  overflow: hidden; }

.quote-text {
  position: relative;
  font-size: 2.875em;
  line-height: 1.3em;
  padding-top: 30px; }

.quote-text:before {
  content: "";
  width: 10000px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #DDAC42; }

.quote-label {
  font-size: 1.0625em;
  line-height: 1.4em; }

.quote-text + .quote-label {
  margin-top: 30px; }

/* !Post List Module - - - - - */
ul.post-text-list {
  padding-left: 130px; }

ul.post-text-list:first-child {
  margin-top: -40px; }

ul.post-text-list li {
  position: relative;
  padding: 40px 0; }

ul.post-text-list li + li {
  border-top: 1px dashed #AAACAE; }

ul.post-text-list li:before {
  content: attr(data-number);
  position: absolute;
  top: 40px;
  left: -130px;
  font-weight: bold;
  font-size: 4.375em;
  line-height: 1em;
  color: #3D80E7;
  font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif; }

/* !Feature Columns - - - - - */
.col-image a {
  display: block;
  position: relative; }

.col-image a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(7, 26, 53, 0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.col-image a:hover:before {
  background: rgba(7, 26, 53, 0.3); }

.col-image {
  margin-bottom: 30px; }

/* !Form Fields - - - - - */
.gfield {
  margin-bottom: 20px;
  clear: both; }

input.medium,
input.large,
input.small,
select,
textarea,
.ginput_complex input,
.ginput_product_price_wrapper input[type=text],
.gfield--type-product input[type=number],
input.datepicker {
  background: #EBE9E6;
  border-radius: 4px;
  height: 40px;
  font-size: 1em;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  color: #071A35;
  padding: 5px 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%; }

select {
  background: var(--wpr-bg-1d573f76-43ce-4f4f-aced-24d482931946) no-repeat right 15px center #EBE9E6;
  padding-right: 30px; }

.dark-form input.medium,
.dark-form input.large,
.dark-form input.small,
.dark-form textarea,
.dark-form select,
.dark-form .ginput_complex input,
.dark-form .ginput_product_price_wrapper input[type=text],
.dark-form .gfield--type-product input[type=number],
.dark-form input.datepicker {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  color: #fff; }

.dark-form select {
  background: var(--wpr-bg-8cf0defb-57e0-4017-bf5b-e46c626a6961) no-repeat right 15px center;
  padding-right: 30px; }

.dark-form textarea,
.vlt-grey-bg textarea {
  border: 1px solid #fff; }

textarea,
.dark-form textarea,
.vlt-grey-bg textarea {
  resize: none;
  height: 150px;
  padding: 15px; }

.vlt-grey-bg .text input.medium,
.vlt-grey-bg .text input.large,
.vlt-grey-bg .text input.small,
.vlt-grey-bg .text select,
.vlt-grey-bg .text textarea,
.vlt-grey-bg .text .ginput_complex input,
.vlt-grey-bg .text .ginput_product_price_wrapper input[type=text],
.vlt-grey-bg .text .gfield--type-product input[type=number],
.alt-form input.datepicker {
  background-color: #fff; }

.gform_validation_container {
  display: none !important; }

.gfield_label,
.ginput_complex label,
.ginput_container_creditcard legend {
  color: #071A35;
  font-size: 0.8125em;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.3em;
  padding-bottom: 10px;
  display: none; }

.dark-form .gfield_label,
.dark-form .ginput_complex label {
  color: #E47841; }

.show-label .gfield_label,
.show-label .ginput_complex label,
.text .gfield_label,
.ginput_container_creditcard legend,
.ginput_complex label {
  display: block; }

.ginput_complex input + label {
  padding-top: 10px;
  padding-bottom: 0; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #071A35;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #071A35;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #071A35;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

:-ms-input-placeholder {
  opacity: 1;
  color: #071A35;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

.dark-form ::-webkit-input-placeholder {
  color: #fff; }

.dark-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

.dark-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.dark-form :-ms-input-placeholder {
  color: #fff; }

.dark-form :focus::-webkit-input-placeholder {
  color: transparent; }

.dark-form :focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

.dark-form :focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

.dark-form :focus:-ms-input-placeholder {
  color: transparent; }

.gform_submission_error {
  padding-bottom: 20px;
  font-weight: bold;
  color: #E47841 !important;
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: bold;
  padding-bottom: 30px; }

.validation_message,
.gfield_validation_message {
  padding-top: 5px;
  color: #E47841;
  font-style: italic;
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.4em;
  clear: both; }

.gform_confirmation_message {
  color: #3D80E7;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.4em; }

.orange-bg .gform_submission_error,
.pink-bg .gform_submission_error,
.gold-bg .gform_submission_error,
.blue-bg .gform_submission_error,
.orange-bg .validation_message,
.pink-bg .validation_message,
.gold-bg .validation_message,
.blue-bg .validation_message,
.orange-bg .gform_confirmation_message,
.pink-bg .gform_confirmation_message,
.gold-bg .gform_confirmation_message,
.blue-bg .gform_confirmation_message {
  color: #fff !important; }

fieldset {
  padding: 0;
  margin: 0;
  border: none; }

.gfield_radio,
.gfield_checkbox,
.gfield--type-consent {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: inline-block;
  width: 100%; }

fieldset.gfield--type-choice {
  clear: both; }

fieldset.gfield--type-choice legend {
  padding-top: 20px; }

.gfield_radio .gchoice,
.gfield_checkbox .gchoice,
.gfield--type-consent {
  text-align: left;
  width: calc(50% - 4px);
  display: inline-block;
  padding: 0 25px 0 34px;
  margin: 15px 0 0 0;
  position: relative;
  vertical-align: top; }

.gfield--type-consent {
  width: 100%;
  margin-bottom: 20px; }

.gfield_radio label,
.gfield_checkbox label,
.gfield--type-consent label {
  font-size: 0.875em;
  display: block;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  color: #071A35; }

.dark-form .gfield_radio label,
.dark-form .gfield_checkbox label,
.dark-form .gfield--type-consent label {
  color: #fff; }

.gfield_radio input,
.gfield_checkbox input,
.gfield--type-consent input {
  width: 22px;
  height: 22px;
  border: 3px solid #EBE9E6;
  background: #EBE9E6;
  border-radius: 120%;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1; }

.woocommerce-terms-and-conditions-wrapper input[type=checkbox] {
  top: 1px; }

.woocommerce-form-login__rememberme,
.remember_me label {
  position: relative;
  padding-left: 34px;
  top: 0; }

.remember_me label {
  margin-top: 20px; }

.dark-form .gfield_radio input,
.dark-form .gfield_checkbox input,
.dark-form .offset input[type=checkbox],
.vlt-grey-bg .text .gfield_radio input,
.vlt-grey-bg .text .gfield_checkbox input,
.vlt-grey-bg .text .gfield--type-consent input,
.dark-form .gfield--type-consent input {
  border-color: #fff;
  background-color: #fff; }

.gfield_checkbox input,
.offset input[type=checkbox],
.woocommerce input#rememberme,
.woocommerce-terms-and-conditions-wrapper input[type=checkbox],
.remember_me input[type=checkbox],
.gfield--type-consent input {
  border-radius: 4px; }

.woocommerce input#rememberme {
  padding: 0;
  margin: 0; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
#loginform .sensei-login-submit a {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px; }

.gfield_radio input:checked,
.dark-form .gfield_radio input:checked {
  background: #071A35; }

.gfield_checkbox input:checked,
.offset input[type=checkbox],
.dark-form .gfield_checkbox input:checked,
.dark-form .offset input[type=checkbox],
.woocommerce input#rememberme:checked,
.woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked,
.remember_me input[type=checkbox]:checked,
.gfield--type-consent input:checked {
  background: var(--wpr-bg-c4ba3995-267c-4506-8eb4-6fbff7a44ac7) no-repeat center #EBE9E6; }

.dark-form .gfield_checkbox input:checked,
.dark-form .offset input[type=checkbox],
.vlt-grey-bg .text input:checked,
.vlt-grey-bg .text input[type=checkbox],
.vlt-grey-bg .gfield--type-consent input,
.dark-form .gfield--type-consent input {
  background-color: #fff; }

.gfield:first-child .gsection_title {
  margin-top: 0; }

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start; }

.gfield {
  flex-basis: 100%; }

.gfield--width-half {
  flex-basis: calc(50% - 10px); }

.ginput_complex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }

.gfield--type-time .ginput_complex {
  gap: 10px; }

.hour_minute_colon {
  width: 3px;
  position: relative;
  top: 46x; }

.screen-reader-text {
  display: none; }

.gfield--type-time .ginput_container {
  flex-basis: calc(33.33% - 11px); }

.ginput_complex.ginput_container_address span:nth-child(1),
.ginput_complex.ginput_container_address span:nth-child(2) {
  flex-basis: 100%; }

.ginput_complex.ginput_container_address span:nth-child(3) {
  flex-basis: 40%; }

.ginput_complex.ginput_container_address span:nth-child(4) {
  flex-basis: calc(30% - 20px); }

.ginput_complex.ginput_container_address span:nth-child(5) {
  flex-basis: calc(30% - 20px); }

.ginput_complex.ginput_container_address span:nth-child(6) {
  flex-basis: 100%; }

.gfield_description:last-child {
  margin-top: 5px; }

legend + .gfield_description {
  margin-top: 0; }

.gform_wrapper {
  text-align: left; }

.dark-form .gform_ajax_spinner {
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.gfield_required_text,
.gfield--input-type-consent legend {
  display: none !important; }

.gfield_required:after {
  content: " *";
  color: #E47841;
  font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-indent: 0;
  font-size: 180%;
  position: relative;
  top: 5px; }

h3.gsection_title,
.text h3.gsection_title {
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: 800;
  border-bottom: 1px solid #071A35;
  color: #071A35;
  font-size: 1.875em;
  padding-bottom: 10px;
  line-height: 1.3em;
  margin: 50px 0 30px 0; }

.dark-form .gsection_title {
  color: #fff;
  border-color: #fff; }

.gfield:first-child .gsection_title {
  margin-top: 0; }

.gfield_description:last-child {
  margin-top: 5px; }

legend + .gfield_description {
  margin-top: 0; }

.text .gform_wrapper {
  margin-top: 40px; }

.text .gform_wrapper:first-child {
  margin-top: 0; }

.gform_drop_area {
  border: 1px dashed #071A35;
  padding: 40px 20px;
  margin: 5px 0;
  text-align: center; }

.dark-form .gform_drop_area {
  border-color: #fff; }

.gform_drop_instructions {
  display: block;
  margin-bottom: 15px;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em; }

#extensions_message {
  display: block;
  margin-top: 3px; }

.ginput_preview {
  font-size: 0.9375em;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 8px; }

.ginput_preview button {
  width: 16px;
  height: 16px;
  z-index: 9;
  margin-right: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  border: none;
  padding: 0;
  text-indent: -9999px;
  background: var(--wpr-bg-2954a632-4707-4e53-8ed9-5f571c08706d) no-repeat; }

.gform_footer img {
  display: block;
  margin: 10px auto 0 auto;
  width: 24px;
  height: 24px;
  clear: both; }

.ginput_product_price_wrapper {
  font-size: 0.8888rem;
  line-height: 1.4em;
  margin-bottom: 10px;
  border: none;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  margin: 0;
  font-weight: 500; }

.ginput_product_price_wrapper .gform-field-label {
  margin-bottom: 5px; }

.ginput_product_price_wrapper input[type=text] {
  font-size: 0.8888rem;
  line-height: 1.4em;
  border: none;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  margin: 0; }

.gfield--type-product input[type=number] {
  margin-left: 10px;
  max-width: 90px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px; }

.gfield--type-product .ginput_quantity_label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 0 0 !important; }

.gfield--type-total {
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  color: #071A35;
  margin: 40px 0; }

.gfield--type-total .gfield_label {
  font-size: 1.875em;
  line-height: 1.3em;
  font-weight: bold;
  display: inline-block;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  vertical-align: top;
  padding: 0 15px 0 0;
  color: #071A35;
  position: relative;
  top: 1px;
  text-transform: capitalize; }

.ginput_container_total {
  font-weight: bold;
  display: inline-block;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  vertical-align: top; }

input.ginput_total {
  border: none;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  font-size: 1.875em;
  line-height: 1.3em;
  font-weight: bold;
  color: #071A35;
  background: none;
  padding: 0; }

.ginput_container_creditcard {
  max-width: 475px; }

.ginput_container_creditcard span {
  display: block;
  width: 100%;
  float: none; }

.ginput_container_creditcard span + span {
  margin-top: 20px; }

.ginput_cardinfo_left {
  margin-bottom: 20px; }

.gform_card_icon_container,
.ginput_container_creditcard span.ginput_card_security_code_icon {
  display: none; }

/* !Datepicker - - - - - */
.ui-datepicker {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -9999px;
  left: -9999px;
  transform: translate(0, 15px);
  width: 250px; }

.ui-datepicker-title {
  padding: 10px 0; }

table.ui-datepicker-calendar td {
  padding: 4px 5px;
  text-align: center;
  color: #EBE9E6; }

table.ui-datepicker-calendar th {
  color: #191919; }

.ui-datepicker-title select {
  width: calc(50% - 8px);
  margin: 0 0 0 8px;
  background-color: #EBE9E6;
  font-size: 0.72215rem;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  padding-right: 25px;
  font-weight: bold; }

.ui-datepicker-title select:first-child {
  margin: 0 8px 0 0; }

a.ui-datepicker-prev {
  width: 50%;
  padding: 0 5px 3px 15px;
  line-height: 20px;
  font-weight: bold;
  background: var(--wpr-bg-a288eef3-0ae2-45f9-b4f9-b493f6dc5ee0) no-repeat left 5px;
  display: inline-block;
  text-transform: uppercase;
  color: #191919; }

a.ui-datepicker-next {
  width: 50%;
  padding: 0 15px 3px 5px;
  text-align: right;
  line-height: 20px;
  font-weight: bold;
  background: var(--wpr-bg-a4c13335-a2ab-423b-a685-36f3dbdcb6c9) no-repeat right 5px;
  display: inline-block;
  text-transform: uppercase;
  color: #191919; }

a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover {
  color: #E47841; }

a.ui-datepicker-prev span {
  padding-left: 10px;
  background: #fff;
  margin-left: -8px; }

a.ui-datepicker-next span {
  padding-right: 10px;
  background: #fff;
  margin-right: -8px; }

.ui-datepicker-calendar {
  width: 100%; }

table.ui-datepicker-calendar td a {
  color: #AAACAE;
  font-weight: bold;
  display: block; }

table.ui-datepicker-calendar td.ui-datepicker-today a,
table.ui-datepicker-calendar td a:hover {
  color: #3D80E7; }

.ginput_container_date span,
.gfield--type-date .screen-reader-text {
  display: none; }

/* !File Select Button - - - - - */
input::file-selector-button {
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: 800;
  padding: 7px 12px 9px 12px;
  font-size: 0.8125em;
  line-height: 1.3em;
  color: #071A35;
  background: #DDAC42;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

input::file-selector-button:hover {
  background: #3D80E7;
  color: #fff; }

input[type="file"] {
  background: transparent !important;
  padding: 15px 0;
  height: auto; }

/* !Hide Captcha Badge - - - - - */
.grecaptcha-logo,
.grecaptcha-badge {
  visibility: hidden !important; }

/* !Footer - - - - - */
.footer-grid {
  display: grid;
  grid-template-columns: 250px 1fr; }

.footer-right {
  display: grid;
  grid-template-columns: 2fr 2fr 3fr;
  grid-gap: 40px;
  padding-left: 100px; }

.footer-section {
  margin-top: 20px; }

.footer-section:first-child {
  margin-top: 0; }

.footer-text {
  font-size: 0.75em;
  line-height: 1.5em;
  color: #58595B; }

.footer-text a {
  color: #58595B;
  display: block; }

.footer-text a:hover {
  color: #071A35; }

.footer-bottom {
  padding: 15px 30px;
  font-size: 0.625em;
  line-height: 1.3em; }

.footer-sep {
  padding: 0 8px;
  position: relative;
  top: -1px; }

.footer-bottom a:hover {
  color: #DDAC42; }

.footer-signup input[type=text],
.footer-signup input[type=email] {
  background: #fff;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 40px;
  font-size: 1em;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  color: #071A35;
  padding: 5px 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%; }

.footer-signup ::-webkit-input-placeholder {
  opacity: 1;
  color: #58595B;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.footer-signup :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #58595B;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.footer-signup ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #58595B;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.footer-signup :-ms-input-placeholder {
  opacity: 1;
  color: #58595B;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.footer-signup :focus::-webkit-input-placeholder {
  color: transparent; }

.footer-signup :focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

.footer-signup :focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

.footer-signup :focus:-ms-input-placeholder {
  color: transparent; }

.footer-signup .gfield_label {
  display: none; }

.footer-top {
  padding: 100px 0; }

#gform_fields_1 {
  display: flex;
  gap: 0; }

#gform_fields_1 #field_submit {
  flex-basis: 80px;
  width: 80px; }

#field_1_1.gfield--width-half {
  flex-basis: calc(100% - 80px); }

.footer-signup input[type=submit] {
  height: 40px;
  line-height: 40px;
  flex-basis: 80px;
  width: 80px;
  font-weight: 900;
  font-size: 0.6875em;
  padding: 0 15px;
  background: #DDAC42;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.footer-signup input[type=submit]:hover {
  background: #071A35; }

.gform_submission_error {
  padding-bottom: 20px;
  font-weight: bold;
  color: #E47841;
  font-size: 1.0625em;
  line-height: 1.4em;
  font-weight: 800;
  padding-bottom: 30px; }

.validation_message {
  padding-top: 5px;
  color: #E47841;
  font-style: italic;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.4em; }

#field_submit img {
  display: block;
  margin: 25px auto 0 auto;
  width: 24px;
  height: 24px; }

.gform_confirmation_message {
  color: #3D80E7;
  font-weight: 800;
  font-size: 1.25em;
  line-height: 1.4em; }

.gform_ajax_spinner {
  margin: 20px auto 0 auto;
  border: 4px solid rgba(7, 26, 53, 0.2);
  border-left: 4px solid #071A35;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* !Resources Landing - - - - - */
.res-grid-row {
  display: grid;
  padding: 0;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: min-content min-content min-content;
  grid-column-gap: 25px;
  grid-auto-flow: row;
  grid-template-areas: "col1 col2 col3" "row1 row1 row1" "row2 row2 row2" "row3 row3 row3"; }

.res-grid-box-1 {
  grid-area: col1; }

.res-grid-box-2 {
  grid-area: col2; }

.res-grid-box-3 {
  grid-area: col3; }

.res-grid-slide-1 {
  grid-area: row1; }

.res-grid-slide-2 {
  grid-area: row2; }

.res-grid-slide-3 {
  grid-area: row3; }

.res-grid-box {
  height: 100%;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.res-grid-box-pad {
  padding: 35px 30px;
  height: 100%;
  background: #E47841;
  position: relative;
  cursor: pointer; }

.res-grid-row:nth-child(4n+1) .res-grid-box:nth-of-type(3n+2) .res-grid-box-pad {
  background: #D35278; }

.res-grid-row:nth-child(4n+1) .res-grid-box:nth-of-type(3n+3) .res-grid-box-pad {
  background: #3D80E7; }

.res-grid-row:nth-child(4n+2) .res-grid-box:nth-of-type(3n+1) .res-grid-box-pad {
  background: #DDAC42; }

.res-grid-row:nth-child(4n+2) .res-grid-box:nth-of-type(3n+2) .res-grid-box-pad {
  background: #E47841; }

.res-grid-row:nth-child(4n+2) .res-grid-box:nth-of-type(3n+3) .res-grid-box-pad {
  background: #D35278; }

.res-grid-row:nth-child(4n+3) .res-grid-box:nth-of-type(3n+1) .res-grid-box-pad {
  background: #3D80E7; }

.res-grid-row:nth-child(4n+3) .res-grid-box:nth-of-type(3n+2) .res-grid-box-pad {
  background: #DDAC42; }

.res-grid-row:nth-child(4n+3) .res-grid-box:nth-of-type(3n+3) .res-grid-box-pad {
  background: #E47841; }

.res-grid-row:nth-child(4n+4) .res-grid-box:nth-of-type(3n+1) .res-grid-box-pad {
  background: #D35278; }

.res-grid-row:nth-child(4n+4) .res-grid-box:nth-of-type(3n+2) .res-grid-box-pad {
  background: #3D80E7; }

.res-grid-row:nth-child(4n+4) .res-grid-box:nth-of-type(3n+3) .res-grid-box-pad {
  background: #DDAC42; }

.res-grid-slide {
  padding: 80px 0 60px 0;
  color: #071A35;
  display: none;
  position: relative; }

.res-grid-row + .res-grid-row {
  padding-top: 25px; }

.filtering .res-grid-box {
  opacity: .3; }

.res-grid-box.active {
  opacity: 1; }

.res-grid-slide-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 0;
  background: var(--wpr-bg-eb882996-67c9-448a-9ed1-94a0471602d5) no-repeat center #071A35;
  border-radius: 120%;
  overflow: hidden;
  z-index: 101;
  opacity: 0;
  text-indent: -9999px; }

.active .res-grid-slide-close {
  opacity: 1; }

.res-grid-slide-close:hover {
  background-color: #3D80E7; }

.res-grid-slide-content {
  display: grid;
  grid-template-columns: 40% 60%; }

.res-grid-slide-footer {
  padding-top: 25px; }

.res-grid-slide-content.block {
  display: block; }

.res-grid-left {
  padding-right: 40px; }

ul.share-list {
  display: flex;
  align-items: center; }

ul.share-list .tiny-label {
  padding-right: 6px;
  line-height: 30px; }

ul.share-list a {
  display: block;
  margin-left: 8px;
  width: 30px;
  height: 30px; }

ul.share-list svg {
  width: 30px;
  height: 30px; }

ul.share-list circle {
  fill: rgba(61, 128, 231, 0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

ul.share-list path {
  fill: #3D80E7;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

ul.share-list a:hover circle {
  fill: #3D80E7; }

ul.share-list a:hover path {
  fill: #fff; }

.dark-border .tab-row {
  border-color: rgba(7, 26, 53, 0.5); }

.dark-border a.text-link:hover {
  color: #3D80E7; }

.text + .tab-grid.dark-border {
  margin-top: 30px; }

.res-toggle {
  margin-top: 30px; }

.single .res-grid-slide-footer {
  margin-top: 40px; }

/* !Bar Blocks - - - - - */
.bar-block {
  padding: 10px 25px; }

/* !Single Public Art - - - - - */
.map-icon {
  background: var(--wpr-bg-acb9cb60-eb04-4b87-86b9-a21757ed10ec) no-repeat center bottom; }

.mobile-public-top {
  display: none;
  padding-bottom: 40px; }

.mobile-public-top ul.cat-list {
  text-align: left; }

.public-left {
  width: 43.2%; }

.public-right {
  width: 56.8%;
  padding-left: 60px; }

* + .pub-map,
.single-event * + .pub-gallery-wrap {
  margin-top: 25px; }

#pubMap {
  height: 360px; }

.thumb-pad {
  padding-right: 3px;
  opacity: .4;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.slick-current .thumb-pad {
  opacity: 1; }

.pub-gallery-bottom {
  margin-top: 15px;
  width: calc(100% + 3px); }

.desk-pub-top {
  margin-bottom: 50px; }

.public-info-left {
  flex-basis: 180px;
  padding-right: 30px; }

.public-info {
  display: flex;
  flex-direction: row-reverse; }

.public-info-right.has-sidebar {
  flex-basis: calc(100% - 180px); }

.extra-text {
  display: none;
  padding-top: 30px; }

a.extra-toggle {
  display: block;
  margin-top: 30px;
  padding-left: 15px;
  background: var(--wpr-bg-572e96c9-7930-42b5-9438-96891ee22b0f) no-repeat left center;
  z-index: 1;
  color: #3D80E7; }

a.extra-toggle:hover {
  color: #071A35; }

a.extra-toggle.active {
  background-image: var(--wpr-bg-a87b01b0-7b84-4dc4-98bb-2c59d73f699c); }

a.extra-toggle .less,
a.extra-toggle.active .more {
  display: none; }

a.extra-toggle.active .less {
  display: inline-block; }

.public-artists {
  margin-top: 70px; }

ul.pub-art-list {
  border-top: 1px solid #071A35;
  margin-top: 10px; }

ul.pub-art-list li {
  border-bottom: 1px dashed #AAACAE;
  padding: 15px 0;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  grid-column-gap: 25px; }

.pub-art-last {
  flex-grow: 1;
  text-align: right; }

.public-artists + ul.share-list {
  margin-top: 50px; }

.pub-profile-image.profile-image {
  width: 80px;
  border-width: 5px;
  margin-top: 0; }

.pub-gallery-cycle .slick-prev,
.pub-gallery-cycle .slick-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: -9999px;
  border: none;
  z-index: 10;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.pub-gallery-cycle .slick-prev {
  left: 0;
  background: var(--wpr-bg-4ef0634c-0155-4f28-ae27-0323fcfb7938) no-repeat center; }

.pub-gallery-cycle .slick-next {
  right: 0;
  background: url(../../../../../../themes/arts_council_custom/images/white-slide-arrow-right.svg) no-repeat center; }

.pub-gallery-cycle .slick-prev:hover,
.pub-gallery-cycle .slick-next:hover {
  background-color: rgba(7, 26, 53, 0.3); }

.pub-title + ul.cat-list {
  margin-top: 10px; }

.public-info + ul.share-list {
  margin-top: 40px; }

/* !Related Block - - - - - */
.related-block ul.directory-grid {
  padding-top: 0; }

/* !Guides Landing - - - - - */
.guide-grid-screen {
  padding: 30px;
  text-align: center;
  background: rgba(7, 26, 53, 0.6); }

ul.guide-grid {
  grid-gap: 30px; }

/* !Single Guide - - - - - */
.single-guide-left {
  width: 55%;
  position: sticky;
  position: -webkit-sticky;
  top: 51px;
  left: 0;
  height: calc(100dvh - 51px); }

.single-guide-right {
  padding: 50px;
  overflow: scroll;
  background: #fff;
  width: 45%; }

#guideMap {
  width: 100%;
  height: 100%; }

.guide-intro {
  padding: 50px 0; }

.guide-author-image {
  border: 5px solid #EBE9E6;
  border-radius: 120%;
  overflow: hidden;
  max-width: 85px;
  margin: -42px auto 20px auto; }

.guide-author {
  position: relative;
  z-index: 20; }

.guide-author-name {
  font-sizE: 1.5em;
  line-height: 1.4em; }

.tiny-label + .guide-author-name {
  margin-top: 5px; }

.guide-section {
  padding: 50px 0;
  border-top: 1px dashed #AAACAE; }

.guide-section-title {
  padding-left: 60px;
  position: relative; }

.guide-section-title:before {
  content: attr(data-number);
  width: 40px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #071A35;
  padding-top: 3px;
  line-height: 37px;
  text-align: center;
  font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  z-index: 1;
  border-radius: 120%;
  overflow: hidden;
  color: #fff;
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.number-icon {
  width: 40px;
  height: 40px;
  display: block;
  background: #071A35;
  padding-top: 3px;
  line-height: 37px;
  text-align: center;
  font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  z-index: 1;
  border-radius: 120%;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.guide-section.active .guide-section-title:before,
.number-icon.active {
  background: #D35278; }

.guide-intro .text {
  margin-top: 10px; }

a.guide-back {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1010; }

.guide-sections {
  padding-bottom: 70dvh; }

.guide-bottom-bar {
  position: absolute;
  bottom: 0dvh;
  right: 0vw;
  z-index: 100;
  width: 45vw;
  padding: 15px 20px 15px 50px;
  background: var(--wpr-bg-a763aa2d-231c-497d-b451-1d7f108a479f) no-repeat 25px center #071A35;
  font-size: 0.875em;
  line-height: 1.2em;
  transform: translate(100%, 0); }

.guide-buttons {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.mobile-guide-back {
  display: none;
  padding-bottom: 40px; }

.single-guide-top .grid-post-image > a {
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-top: -50px; }

/* !Guides Module - - - - - */
.mid-label + .guide-grid {
  margin-top: 30px; }

/* !Resources Module - - - - - */
.title-bar {
  padding: 25px 0; }

/* !Explore Block - - - - - */
ul.explore-top,
ul.explore-bottom {
  grid-gap: 30px; }

.mid-label + ul.explore-top,
ul.explore-top + ul.explore-bottom {
  margin-top: 30px; }

.explore-screen {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 80%);
  padding: 25px; }

.box-sub {
  font-size: 0.875em;
  line-height: 1.3em;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.small-headline + .box-sub {
  margin-top: 5px; }

a.explore-image-wrap {
  display: block;
  position: relative; }

a.explore-image-wrap:before {
  content: attr(data-number);
  width: 30px;
  position: absolute;
  top: 25px;
  left: 25px;
  color: #fff;
  font-weight: 900;
  font-size: 1.0625em;
  line-height: 1em;
  z-index: 101; }

.explore-bar {
  padding: 15px 25px; }

a.explore-image-wrap ul.slick-dots {
  position: absolute;
  bottom: 8px;
  right: 10px;
  z-index: 20;
  justify-content: flex-end;
  height: 6px; }

a.explore-image-wrap ul.slick-dots li button {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5); }

a.explore-image-wrap ul.slick-dots li.slick-active button {
  background: white; }

a.explore-image-wrap ul.slick-dots li {
  padding: 0 3px; }

a.explore-image-wrap:hover .box-sub {
  color: #fff; }

/* !Featured Artists - - - - - */
.featured-artists .related-title {
  padding-bottom: 0; }

/* !Single Person Bar - - - - - */
.person-bar {
  display: grid;
  grid-template-columns: 250px 1fr; }

.person-bar-content {
  display: flex;
  padding: 40px 50px;
  gap: 40px; }

.person-bar-info {
  flex-basis: 40%; }

.person-bar-text {
  flex-basis: 60%; }

.person-bar ul.person-social {
  position: static;
  width: 100%;
  margin-top: 30px;
  justify-content: flex-start; }

.person-title-bar {
  padding-bottom: 15px; }

.person-bar-image {
  height: 100%; }

/* !Image Header Gallery - - - - - */
.image-header-gallery button.slick-next {
  right: auto;
  left: 0; }

.image-header-gallery button.slick-prev {
  right: auto;
  left: -36px; }

/* !Search Results - - - - - */
ol.search-list {
  margin: 50px 0;
  padding-left: 20px; }

ol.search-list li + li {
  margin-top: 35px; }

/* !Mobile Subnav - - - - - */
a.back {
  display: none;
  font-weight: bold;
  color: #3D80E7;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: "greycliff-cf", Arial, Verdana, sans-serif;
  margin-bottom: 25px; }

a.back svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px; }

a.back:hover {
  color: #fff; }

/* !Instagram Handle on Gallery Module - - - - - */
a.ig-handle {
  display: inline-block;
  background: #EBE9E6;
  border-radius: 4px;
  padding: 9px 17px 7px 12px;
  color: #58595B;
  font-size: 1em;
  line-height: 1.3em;
  margin: 30px auto 0 auto; }

a.ig-handle svg {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 2px;
  position: relative;
  top: -2px; }

a.ig-handle circle {
  fill: transparent; }

a.ig-handle path {
  fill: #58595B;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.vlt-grey-bg a.ig-handle {
  background-color: #fff; }

a.ig-handle:hover {
  color: #071A35;
  background: #3D80E7 !important; }

a.ig-handle:hover path {
  fill: #071A35; }

.gallery-block .mid-headline {
  margin-bottom: 0; }

.gallery-top {
  margin-bottom: 50px; }

/* !Connect - - - - - */
.text + .dark-form {
  margin-top: 45px; }

ul.connect-links {
  margin-top: 30px; }

ul.connect-links li + li {
  margin-top: 15px; }

ul.connect-links a {
  display: block;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.3em; }

ul.connect-links a:hover {
  color: #DDAC42; }

ul.connect-links svg {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -3px; }

ul.connect-links polygon {
  fill: #DDAC42;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.connect-wrap {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-auto-rows: 1fr; }

.connect-left {
  height: 100%; }

.connect-max {
  max-width: 800px;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 40% 1fr;
  grid-gap: 60px; }

.connect-right {
  padding: 150px 40px; }

.connect-right .footer-text {
  font-size: 1em; }

.connect-right .footer-text,
.connect-right .footer-text a {
  color: #AAACAE; }

.connect-right .footer-section {
  margin-top: 30px; }

.connect-right .footer-text a:hover {
  color: #3D80E7; }

.connect-left .home-caption:before,
.connect-left .home-caption:after {
  background: #fff; }

/* !Search Forms - - - - - */
.search-form-wrap {
  margin-top: 50px; }

#directorySearch input.medium {
  height: 50px;
  padding-right: 130px;
  background: #fff; }

#directorySearch input.search-form-button {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 4px;
  background: #E47841;
  color: #071A35;
  font-weight: bold;
  border: none;
  padding: 0 25px 2px 25px;
  line-height: 38px;
  height: 40px;
  text-align: center;
  font-family: "greycliff-cf", Arial, Verdana, sans-serif;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

#directorySearch input.search-form-button:hover {
  background: #3D80E7; }

.filter-bar {
  padding: 15px 30px;
  display: flex;
  gap: 30px;
  align-items: center; }

.filter-bar-left {
  flex-grow: 1; }

ul.filter-list {
  display: inline-flex;
  gap: 15px;
  align-items: center; }

.filter-label {
  font-size: 0.875em;
  position: relative;
  top: -1px; }

.res-grid-block {
  padding-top: 90px; }

.filter-bar.vlt-grey-bg select {
  background-color: #fff; }

.filter-bar-map {
  padding-left: 10px; }

.filter-bar-map svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  position: relative;
  top: -2px; }

.filter-bar-map a {
  color: #071A35;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.3em; }

.filter-bar-map a:hover {
  color: #3D80E7; }

ul.bar-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; }

/* !Explore Bar - - - - - */
.explore-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; }

.explore-text {
  font-weight: 900;
  font-size: 3em;
  line-height: 1em;
  color: #071A35; }

.explore-flex select {
  width: 250px; }

.select-set {
  display: none; }

.select-set0 {
  display: block; }

/* !Events filter Bar - - - - - */
.events-filter-bar select {
  max-width: 250px; }

/* !Events Landing - - - - - */
a.event-list-link {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: 160px 200px 1fr; }

a.event-list-link:hover {
  background: #fff; }

.single-event a.event-list-link:hover {
  background: #EBE9E6; }

.event-row {
  border: 1px solid #071A35; }

.event-row + .event-row {
  margin-top: 25px; }

a.add-calendar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  z-index: 101;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  font-size: 0.75em;
  font-weight: bold;
  color: #071A35;
  text-align: center;
  display: block; }

a.add-calendar:hover {
  color: #3D80E7; }

.event-date-box {
  padding: 40px 20px 50px 20px; }

.event-date,
.event-time {
  font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5625em;
  line-height: 1.3em; }

.event-time {
  font-weight: normal;
  font-size: 1.25em; }

.event-date-box,
.event-image-box,
.event-content-box {
  height: 100%;
  position: relative; }

.event-image-box:before,
.event-image-box:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #071A35; }

.event-image-box:after {
  left: auto;
  right: 0; }

.event-title + .text {
  margin-top: 5px; }

.event-list-cats {
  font-size: 0.6875em;
  line-height: 1.3em; }

.event-list-cats li + li {
  margin-top: 5px; }

.event-content-box {
  display: grid;
  grid-template-columns: 1fr 120px;
  grid-gap: 30px;
  padding: 30px; }

.no-events {
  font-size: 1.5625em;
  line-height: 1.3em; }

/* !Single Event - - - - - */
.single-event .public-info {
  display: block; }

.event-side-section + .event-side-section,
.event-share {
  margin-top: 35px; }

.extra-event-info {
  margin-top: 70px; }

.single-event .text + a.button,
.event-side-section + .text {
  margin-top: 45px; }

.single-event .text + a.button + a.button {
  margin-top: 10px; }

a.venue-address {
  color: #58595B;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px; }

* + a.venue-address,
.venue-title {
  margin-top: 30px; }

a.venue-address:hover {
  color: #E47841; }

.single-event .desk-pub-top {
  margin-bottom: 40px; }

/* !Accessibility Focus - - - - - */
* :focus-visible,
a.main:focus-visible,
a.nav-toggle:focus-visible,
a.search-toggle:focus-visible {
  outline: 2px solid #DDAC42;
  outline-offset: 4px; }

.gold-bg :focus-visible,
.gold-bg a.main:focus-visible,
.gold-bg a.nav-toggle:focus-visible,
.gold-bg a.search-toggle:focus-visible,
.orange-overlay :focus-visible,
.orange-overlay a.main:focus-visible,
.orange-overlay a.nav-toggle:focus-visible,
.orange-overlay a.search-toggle:focus-visible,
.gold-overlay :focus-visible,
.gold-overlay a.main:focus-visible,
.gold-overlay a.nav-toggle:focus-visible,
.gold-overlay a.search-toggle:focus-visible {
  outline-color: #071A35; }

/* !Pagination - - - - - */
.artist-pagination {
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px; }

.page-numbers {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 25px;
  position: relative;
  color: #58595B;
  text-align: center;
  border-radius: 120%;
  padding-left: 1px;
  transition: all 0.35s ease-in-out; }

span.page-numbers {
  width: auto; }

a.page-numbers {
  cursor: pointer; }

a.page-numbers:hover {
  background: rgba(88, 89, 91, 0.2); }

.page-numbers.current {
  color: #071A35;
  background: #DDAC42;
  width: 40px; }

.page-numbers:before {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: -13px;
  background: rgba(88, 89, 91, 0.2);
  transform: translate(0, -50%); }

.artist-pagination a.next:before,
span.page-numbers:first-child:before,
.artist-pagination + a.page-numbers:before,
.artist-pagination a.prev:before,
.artist-pagination a.next:before {
  display: none; }

.artist-pagination a.next.page-numbers,
.artist-pagination a.prev.page-numbers {
  margin-left: 30px;
  background: var(--wpr-bg-0cc72f63-7b33-413c-92b3-200ac5ded203) no-repeat right center;
  padding-right: 20px;
  width: auto;
  color: #3D80E7; }

.artist-pagination a.next.page-numbers:hover,
.artist-pagination a.prev.page-numbers:hover {
  color: #071A35; }

.artist-pagination a.prev.page-numbers {
  margin: 0 30px 0 0;
  background: url(../../../../../../themes/arts_council_custom/images/page-arrow-left.svg) no-repeat left center;
  padding: 0 0 0 20px; }

/* !Resource Expiration - - - - - */
.exp-date {
  margin-top: 10px; }

.col-title.exp-date {
  margin: 0 0 25px 0; }

/* !Resource Accordion - - - - - */
* + .resource-accordion {
  margin-top: 50px; }

.resource-accordion .acc-toggle {
  padding-left: 30px; }

.resource-accordion .acc-toggle:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 27px;
  left: 5px;
  z-index: 1;
  background: var(--wpr-bg-aa7c56a3-9fd6-4856-9732-1a40f06a3870) no-repeat center;
  background-size: 12px 12px;
  transition: all 0.35s ease-in-out; }

.resource-accordion .acc-toggle.ui-state-active:after {
  background-image: var(--wpr-bg-b1ab1538-d434-4d34-b5f7-07f80fa44538); }

/* !Cookie Banner - - - - - */
.cook-banner {
  position: sticky;
  position: -webkit-sticky;
  bottom: -1px;
  left: 0;
  width: 100vw;
  padding: 30px 80px 30px 0;
  z-index: 10001; }

.cook-hide .cook-banner {
  display: none; }

.cook-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 50px; }

.cook-text {
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: 500; }

.cook-text a {
  color: #DDAC42;
  text-decoration: underline; }

.cook-text a:hover {
  color: #fff; }

.cook-right {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center; }

a.decline {
  font-size: 0.8125em;
  line-height: 1.4em;
  border-bottom: 1px solid #DDAC42;
  color: #DDAC42;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em; }

a.decline:hover {
  color: #D35278;
  border-color: #D35278; }

/* !Upcoming Events - - - - - */
.mid-label + .events-list-wrap {
  margin-top: 35px; }

/* !Neighborhood Filter - - - - - */
.multi-select .filter-select-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }

/* !Media Queries - - - - - */
@media only screen and (max-width: 1399px) {
  ul.people-filters a {
    font-size: 0.625em;
    padding: 7px 12px 8px 12px; }
  ul.people-filters {
    gap: 5px; } }

@media only screen and (max-width: 1200px) {
  .search-wrap form,
  .connect-left {
    display: none; }
  .page-headline {
    font-size: 6.25em; }
  .page-block.big-section-pad,
  .page-block.bg.big-section-pad,
  .big-block-pad {
    padding: 90px 0; }
  .page-block.color-header.big-section-pad {
    padding-bottom: 90px; }
  .footer-grid {
    display: block; }
  .footer-right {
    margin-top: 35px;
    padding-left: 0; }
  .footer-left {
    max-width: 250px; }
  .image-header-gallery button.slick-prev,
  .image-header-gallery button.slick-next {
    top: 50px; }
  .vbig-title {
    font-size: 5.625em; }
  .message-block.page-block.extra-pad {
    padding-bottom: 130px !important; }
  ul.nav a,
  .nav-middle,
  .small-nav-grid {
    padding-left: 50px; }
  ul.nav a {
    font-size: 4.375em; }
  .home-header-bottom-pad {
    padding: 50px 30px; }
  .connect-wrap {
    display: block; }
  .connect-max {
    max-width: none; }
  .connect-right {
    padding: 65px 30px; }
  .explore-text {
    font-size: 2.25em; }
  .guide-title {
    font-size: 2.5em; } }

@media only screen and (max-width: 1100px) {
  .page-block + .page-block {
    margin-top: 65px; }
  .page-block.big-section-pad,
  .page-block.bg.big-section-pad,
  .big-block-pad,
  .page-block.bg,
  .footer-top {
    padding: 65px 0; }
  .block-pad,
  .block-pad-top {
    padding: 50px 0; }
  .page-block:last-child {
    padding-bottom: 65px; }
  .page-block:first-child {
    padding-top: 65px; }
  .gallery-block .mid-headline {
    margin-bottom: 45px; }
  ul.directory-grid {
    padding: 50px 30px;
    grid-gap: 30px; }
  .small-title {
    font-size: 2.375em; }
  .page-headline {
    font-size: 5.625em; }
  .footer-left {
    max-width: 200px; }
  .intro-icon {
    bottom: -65px;
    width: 60px;
    height: 60px;
    margin: 0 0 -30px -30px; }
  .post-icon.intro-icon {
    margin: 0 0 -30px 0;
    right: 30px; }
  .has-image .post-icon.intro-icon {
    margin: -30px 0 0 0;
    right: 30px; }
  .vbig-headline {
    font-size: 4.0625em; }
  .vbig-title {
    font-size: 5em; }
  .event-content-box {
    display: block; }
  .event-list-cats {
    margin-top: 25px; }
  a.event-list-link {
    grid-template-columns: 180px 280px 1fr; } }

@media only screen and (max-width: 1023px) {
  /* Style adjustments for viewports that meet the condition */
  a.explore-nav,
  .search-wrap,
  ul.header-nav,
  .people-bar,
  .tab-left,
  .blog-bar,
  .home-header-nav,
  .nav-social,
  ul.nav a:before,
  .nav-wrap a.logo,
  .single-guide-left,
  .desk-pub-top {
    display: none; }
  .artist-col-wrap {
    grid-template-columns: 200px minmax(50%, 1fr); }
  .small-label.margin-bottom {
    margin-bottom: 10px; }
  .box-left,
  .box-right,
  .image-header-cols,
  .header-right,
  .header-left {
    display: block;
    width: 100%; }
  .box-left,
  .half-box-slider.no-controls .box-left {
    padding: 45px 30px; }
  .half-box-slider .box-left {
    padding-top: 80px; }
  .box-controls {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px; }
  .box-left {
    position: relative; }
  .box-count {
    max-width: none; }
  .box-max {
    max-width: none; }
  .grid-outer {
    padding: 25px;
    width: calc(100% + 60px);
    margin-left: -30px; }
  .grid-item a {
    padding: 5px; }
  .mid-title,
  .headline {
    font-size: 2.25em; }
  .mid-headline {
    font-size: 1.75em; }
  .title {
    font-size: 3.75em; }
  .big-title {
    font-size: 4.375em; }
  .artist-left-col + .artist-right-col {
    padding-left: 50px; }
  .page-block + .page-block {
    margin-top: 45px; }
  .page-block.bg + .page-block.bg {
    margin-top: 0; }
  .page-block.big-section-pad,
  .page-block.bg.big-section-pad,
  .big-block-pad,
  .page-block.bg,
  .footer-top,
  .block-pad,
  .block-pad-top {
    padding: 45px 0; }
  .page-block:last-child {
    padding-bottom: 45px; }
  .page-block:first-child {
    padding-top: 45px; }
  .gallery-block .mid-headline {
    margin-bottom: 25px; }
  .small-title {
    font-size: 2.125em; }
  .grid-name.art .small-title {
    font-size: 2.125em; }
  .res-grid-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-template-areas: "col1" "row1" "col2" "row2" "col3" "row3"; }
  .res-grid-box {
    padding-top: 25px; }
  .res-grid-box:first-child {
    padding: 0; }
  .image-header-max {
    max-width: none; }
  .image-header-left {
    padding: 0 30px 45px 30px; }
  .image-header-block + .color-header {
    margin-top: 0; }
  .header-left {
    margin-top: 45px; }
  .page-block.big-section-pad,
  .page-block.bg.big-section-pad,
  .big-block-pad,
  .page-block.bg,
  .block-pad,
  .block-pad-top {
    padding: 65px 0; }
  .big-headline {
    font-size: 2.8125em;
    line-height: 1.2em; }
  .page-headline {
    font-size: 4.375em;
    line-height: 1em; }
  .text.mid-text {
    font-size: 1em; }
  .text.large-text {
    font-size: 1.125em; }
  .text.vlarge-text {
    font-size: 1.25em; }
  .button,
  input.gform_button {
    font-size: 1em; }
  .guide-title {
    font-size: 2.5em; }
  .person-bar-content {
    display: block;
    padding: 30px 25px; }
  .person-bar-text {
    margin-top: 35px; }
  ul.people-grid.grid4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 870px; }
  ul.col-list {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .alt-image,
  .alt-content,
  .stats-text,
  .stats-number,
  .text-right,
  .text-left,
  .public-left,
  .public-right,
  .single-event .public-right {
    width: 100%;
    display: block;
    padding: 0; }
  .alt-row:nth-child(even),
  .alt-rows-block.swap .alt-row:nth-child(odd),
  .alt-rows-block.swap .alt-row:nth-child(even) {
    direction: ltr; }
  .alt-image {
    max-width: 700px;
    margin: 0 auto 35px auto; }
  .single-event .public-right {
    margin-top: 0; }
  .alt-row + .alt-row,
  .stats-number,
  .big-title + .stats-wrap,
  .text-left,
  .video-left,
  .public-right,
  .single-event .public-left {
    margin-top: 45px; }
  .alt-max {
    max-width: none;
    padding: 0 30px; }
  .intro-icon {
    bottom: -45px;
    width: 50px;
    height: 50px;
    margin: 0 0 -25px -25px; }
  .post-icon.intro-icon {
    margin: 0 0 -25px 0; }
  .has-image .post-icon.intro-icon {
    margin: -25px 0 0 0; }
  .acc-toggle.big {
    font-size: 1.125em; }
  .person-bar {
    background: none;
    display: block; }
  .person-bar-image {
    width: 150px;
    height: 150px;
    border-radius: 120%;
    overflow: hidden;
    z-index: 101;
    margin: 0 auto -115px auto;
    outline: 6px solid #fff; }
  .person-bar-content {
    padding: 140px 20px 35px 20px;
    text-align: center;
    background: #EBE9E6; }
  .person-title-bar {
    text-align: center;
    padding-bottom: 30px; }
  .person-bar ul.person-social {
    justify-content: center;
    margin-top: 20px; }
  .person-bar-text {
    margin-top: 20px; }
  .page-block.color-header {
    padding-bottom: 90px !important; }
  .small-gallery-wrap button.slick-prev,
  .image-header-gallery button.slick-prev {
    right: auto;
    left: 0;
    transform: translate(0, -50%);
    top: 50%; }
  .small-gallery-wrap button.slick-next,
  .image-header-gallery button.slick-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%);
    top: 50%; }
  .video-content-wrap,
  .iv-wrap {
    display: block; }
  .collage-block {
    display: block;
    width: 100%; }
  .grid-bottom-left {
    padding: 35px 30px; }
  .grid-flex {
    display: block;
    height: auto; }
  .grid-bottom-left .text,
  .iv-max {
    max-width: none;
    text-align: left; }
  .iv-right {
    display: block;
    padding: 35px 30px;
    text-align: left; }
  .iv-screen {
    padding: 30px;
    max-width: 350px; }
  .video-button {
    max-width: 40px; }
  .video-button svg {
    width: 40px;
    height: auto; }
  .tab-wrap {
    display: block; }
  .tab-pad {
    padding: 40px 30px; }
  .tab-max {
    max-width: none; }
  a.resp-accordion {
    display: block; }
  .tabs-label {
    padding-left: 30px;
    padding-right: 30px; }
  ul.post-grid.grid.grid2 {
    grid-gap: 40px; }
  .guide-wrap.vbig-block-pad {
    padding: 70px 0; }
  .vbig-headline {
    font-size: 3.4375em; }
  .small-sub {
    font-size: 1.0625em; }
  .vbig-title {
    font-size: 4.0625em; }
  .message-panel {
    padding-left: 0;
    padding-top: 50px; }
  .message-cycle .message-panel:after {
    top: 0;
    font-size: 1.111rem;
    transform: none; }
  .message-panel.no-number:after {
    width: 40px;
    height: 40px; }
  .message-panel.no-number {
    padding-top: 70px; }
  .message-subhead {
    font-size: 1.2221rem; }
  .news-left,
  .news-right,
  .home-header-bottom-left,
  .home-header-bottom-right {
    width: 100%;
    display: block;
    padding: 0; }
  .news-left {
    max-width: 515px;
    margin: 0 auto 40px auto; }
  .page-template-homepage header {
    padding-left: 198px; }
  .page-template-homepage header a.logo,
  .page-template-homepage header ul.header-nav {
    visibility: visible;
    opacity: 1; }
  .page-template-homepage header a.explore-nav {
    border-left-color: #fff; }
  .page-template-homepage .header-nav-wrap {
    padding-left: 30px; }
  .home-header-bottom-left {
    margin-top: 0; }
  .home-header-bottom-pad {
    padding: 35px 30px; }
  .page-block.home-header.bg {
    padding-bottom: 0; }
  .home-header-max {
    max-width: none; }
  .home-controls {
    bottom: 30px; }
  .nav-wrap {
    border: none;
    padding: 90px 0 30px 0; }
  ul.nav a {
    font-size: 3.125em; }
  .nav-top,
  .nav-bottom {
    display: block;
    width: 100%;
    padding: 0; }
  .nav-bottom,
  .nav-middle {
    margin-top: 30px; }
  ul.nav a {
    font-size: 2.5em; }
  ul.nav a,
  .nav-middle,
  .small-nav-grid,
  .nav-search {
    padding-left: 30px; }
  .small-nav-grid {
    padding-right: 30px; }
  ul.nav li + li {
    margin-top: 10px; }
  .button.explore {
    padding: 10px 25px 10px 15px; }
  a.nav-toggle.active {
    top: 0;
    right: 0; }
  .nav-wrap a.logo {
    top: 11px;
    left: 30px; }
  .nav-search {
    margin-top: 30px; }
  .button.explore svg {
    margin-right: 13px; }
  .subnav-wrap {
    display: flex;
    position: fixed;
    top: 0;
    left: calc(100vw + 15px);
    z-index: 200000;
    background: #071A35;
    width: calc(100vw - 15px);
    min-height: 100dvh;
    height: 100%;
    padding: 90px 30px 30px 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .sub-active .subnav-wrap {
    left: 15px; }
  ul.mid-nav a.sub-link {
    font-size: 2.5em;
    line-height: 1em;
    color: #fff;
    font-family: "rajdhani", "greycliff-cf", Arial, Verdana, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em; }
  ul.mid-nav a.sub-link:hover,
  ul.mid-nav li#current a {
    color: #3D80E7; }
  a.back {
    display: block; }
  .subnav-wrap.active {
    border: none; }
  ul.mid-nav li + li {
    margin-top: 10px; }
  ul.mid-nav {
    display: block !important;
    left: 150vw;
    position: absolute;
    top: 80px;
    opacity: 0;
    width: calc(100vw - 95px);
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    transition-delay: .35s; }
  ul.mid-nav.active {
    left: 30px;
    opacity: 1; }
  .nav-flex {
    display: block;
    padding: 15px 0 0 0; }
  .sub-active a.nav-toggle:before {
    color: #fff; }
  #searchform {
    padding-right: 30px; }
  a.sub-toggle span {
    position: relative;
    padding-right: 15px;
    background: var(--wpr-bg-7eb19aa0-6153-47bb-81a4-5778905ca8d7) no-repeat right center; }
  .single-guide-right {
    width: 100%;
    height: auto;
    padding: 0 30px;
    overflow: visible;
    background: none; }
  .single-guide-top .grid-post-image > a {
    display: block;
    width: calc(100% + 60px);
    margin-left: -30px; }
  .single-guide-block.vlt-grey-bg {
    background: none; }
  .guide-sections {
    padding-bottom: 0; }
  .mobile-public-top,
  .public-info {
    display: block; }
  .public-info-right.has-sidebar,
  .public-info-left {
    width: 100%; }
  .public-info-left {
    padding-right: 0;
    margin-top: 45px; }
  #pubMap {
    height: 250px; }
  .explore-flex {
    display: block;
    max-width: 250px;
    margin: 0 auto; }
  .explore-flex select {
    width: 100%; }
  .explore-text {
    text-align: center;
    font-size: 1.75em; }
  select.explore-select,
  .explore-text,
  .select-sets {
    margin-top: 15px; }
  .explore-text:first-child {
    margin-top: 0; }
  .mobile-guide-back {
    display: block; }
  .filter-bar-right {
    min-width: 170px; } }

@media only screen and (max-width: 900px) {
  .event-image-box:before,
  .event-image-box:after {
    display: none; }
  a.event-list-link {
    display: block; }
  .event-date-box {
    padding: 25px;
    font-size: 120%; }
  .event-content-box {
    padding: 35px 25px 50px 25px; }
  a.add-calendar {
    width: 100%; }
  .filter-bar.events-filter-bar,
  .filter-bar.mulit-select,
  .filter-bar.standard {
    display: block; }
  .events-filter-bar ul.filter-list,
  .filter-bar.mulit-select ul.filter-list {
    display: block;
    width: 100%; }
  .events-filter-bar ul.filter-list li:first-child,
  .filter-bar.mulit-select ul.filter-list li:first-child {
    text-align: center; }
  .events-filter-bar ul.filter-list select,
  .filter-bar.mulit-select ul.filter-list select {
    max-width: none;
    width: 100%;
    margin-top: 15px; }
  .events-filter-bar a.button,
  .filter-bar.mulit-select a.button {
    display: block;
    text-align: center;
    margin-top: 15px; }
  .event-image-box {
    border-top: 1px solid #071A35;
    border-bottom: 1px solid #071A35; }
  .event-image-box img.fill {
    object-fit: fill;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
  .cook-grid {
    display: block; }
  .cook-right {
    margin-top: 30px;
    justify-content: flex-start; }
  .multi-select .filter-select-wrap {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0; }
  .filter-bar.standard .filter-bar-right {
    margin-top: 15px; }
  ul.bar-buttons {
    justify-content: center; }
  .filter-bar.standard ul.filter-list li.filter-select-wrap {
    flex-grow: 1; } }

@media only screen and (max-width: 850px) {
  .home-vert-text {
    display: none; }
  .small-title {
    font-size: 1.75em; }
  .grid-name.art .small-title {
    font-size: 1.75em; }
  .grid-name {
    padding: 20px 15px; }
  ul.directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-title {
    font-size: 2.25em; }
  ul.explore-top.grid.grid2,
  ul.explore-bottom.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .vbig-headline {
    font-size: 3.125em; }
  .guide-right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
    display: block; }
  .guide-content .reverse {
    direction: ltr; }
  .guide-left .round-image {
    width: 100px;
    margin-left: auto;
    margin-right: 0; }
  .vbig-title {
    font-size: 3.125em; }
  ul.news-feature-list a {
    display: block; }
  .news-cat {
    padding-left: 0;
    margin-top: 15px;
    text-align: left; }
  ul.news-feature-list a:before {
    top: 32px; }
  .page-block.directory-top.bg {
    padding: 70px 0; } }

@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  .text img.alignleft,
  .text img.alignright {
    margin: 10px auto;
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto; }
  .guide-title {
    font-size: 1.875em; }
  .stat-number {
    font-size: 3.125em; }
  .stat-label {
    font-size: 1.125em; }
  .vbig-headline {
    font-size: 2.5em; }
  .vbig-title {
    font-size: 2.5em; } }

@media only screen and (max-width: 767px) {
  /* Style adjustments for viewports that meet the condition */
  ul.profile-list,
  .page-numbers:before {
    display: none; }
  ul.cat-list {
    text-align: center;
    width: calc(100% + 10px);
    margin-left: -5px; }
  ul.cat-list li {
    margin: 0;
    padding: 5px; }
  .mobile-artist-header-image,
  .mobile-artist-info {
    display: block; }
  .mobile-artist-info ul.profile-list {
    display: grid; }
  .artist-header.page-block {
    padding-top: 0; }
  .artist-col-wrap {
    display: block; }
  .artist-left-col + .artist-right-col {
    padding-left: 0;
    margin-top: 45px; }
  .profile-image {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    position: relative;
    z-index: 101; }
  .artist-name {
    text-align: center;
    border: none;
    padding: 0; }
  .secondary-name {
    text-align: center; }
  .mobile-artist-info ul.cat-list {
    margin-top: 30px; }
  .cat-button {
    font-size: 0.6875em;
    padding: 6px 10px; }
  ul.info-list li {
    font-size: 0.75em; }
  .title {
    font-size: 3.125em; }
  .profile-text,
  .client-name {
    font-size: 1em; }
  .mid-headline {
    font-size: 1.75em; }
  .mid-title,
  .headline {
    font-size: 2.25em; }
  .big-title {
    font-size: 3.125em; }
  ul.client-list.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-box {
    padding: 10px; }
  .grid-item,
  .grid-sizer {
    width: 100%; }
  .page .grid-item {
    display: none; }
  .page .grid-item:nth-child(1),
  .page .grid-item:nth-child(2),
  .page .grid-item:nth-child(3),
  .page .grid-item:nth-child(4),
  .page .grid-item:nth-child(5) {
    display: block; }
  .gallery-top {
    margin-bottom: 20px; }
  .text blockquote {
    font-size: 1.125em;
    padding-left: 20px; }
  .big-headline {
    font-size: 2.25em;
    line-height: 1.3em; }
  .page-headline {
    font-size: 3.4375em;
    line-height: 1.1em; }
  .page-headline + .header-content-wrap {
    margin-top: 45px; }
  .text.large-text,
  .text.vlarge-text {
    font-size: 1.0625em; }
  ul.guide-grid.grid.grid2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .footer-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 35px; }
  .footer-text {
    font-size: 0.6875em; }
  .footer-left {
    margin-left: auto;
    margin-right: auto; }
  .footer-col3 {
    grid-column: 1 / 3; }
  ul.people-grid.grid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 575px;
    grid-gap: 15px;
    grid-auto-rows: auto; }
  .person-content {
    padding: 20px 15px; }
  .person-content .small-sub {
    font-size: 0.9375em; }
  .person-title {
    font-size: 0.75em; }
  .pronouns {
    font-size: 0.75em; }
  .tab-row {
    display: block; }
  .tab-row > div + div {
    margin-top: 10px; }
  .tab-cta {
    text-align: left; }
  ul.post-grid.grid.grid2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .vbig-title {
    font-size: 2.25em; }
  .connect-max {
    display: block; }
  .connect-info-right {
    margin-top: 40px; }
  ul.gform_fields li.right,
  .text ul.gform_fields li.right,
  .gfield.right,
  ul.gform_fields li.left,
  .text ul.gform_fields li.left,
  .gfield.left {
    width: 100%;
    float: none;
    padding: 0; }
  .ginput_complex.ginput_container_address span:nth-child(1),
  .ginput_complex.ginput_container_address span:nth-child(2),
  .ginput_complex.ginput_container_address span:nth-child(3),
  .ginput_complex.ginput_container_address span:nth-child(4),
  .ginput_complex.ginput_container_address span:nth-child(5) {
    width: 100%;
    float: none;
    padding: 0 !important;
    margin-bottom: 20px;
    display: block; }
  .ginput_complex.ginput_container_address span:last-child {
    margin-bottom: 0 !important; }
  .res-grid-slide-content {
    display: block; }
  .res-grid-right {
    margin-top: 30px; }
  ul.pub-art-list li {
    grid-template-columns: 80px 1fr;
    grid-column-gap: 25px; }
  ul.pub-art-list .profile-image {
    grid-area: 1 / 1 / 3 / 2; }
  .pub-art-name {
    grid-area: 1 / 2 / 2 / 3; }
  .pub-art-last {
    grid-area: 2 / 2 / 3 / 3;
    text-align: left; }
  .page-numbers {
    margin-left: 5px; }
  .artist-pagination a.next.page-numbers {
    margin-left: 10px; }
  .artist-pagination a.prev.page-numbers {
    margin-right: 10px; }
  ul.small-nav a {
    font-size: 0.875em; } }

@media only screen and (max-width: 600px) {
  .time-header:after,
  ul.filter-list li.filter-bar-map {
    display: none; }
  ul.directory-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .big-title {
    font-size: 2.5em; }
  .page-headline {
    font-size: 3.125em;
    line-height: 1.2em; }
  .page-block.bg,
  .block-pad,
  .block-pad-top {
    padding: 45px 0; }
  .mid-title,
  .headline {
    font-size: 1.875em; }
  .time-cycle-wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px; }
  .wide-gallery-top,
  .time-header {
    padding-left: 0;
    max-width: calc(100vw - 60px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #58595B; }
  .time-wrap,
  .wide-gallery-top {
    border: none; }
  .wide-gallery-top button.slick-next {
    right: -10px; }
  .wide-gallery-top button.slick-prev {
    right: 20px; }
  .wide-gallery img {
    height: 350px; }
  .footer-bottom {
    font-size: 0.5625em;
    letter-spacing: .05em; }
  .footer-sep {
    padding: 0 3px; }
  .filter-bar {
    display: block; }
  .filter-bar-left {
    width: 100%; }
  .filter-bar-right {
    margin-top: 15px;
    width: 100%; }
  .filter-bar-right a.button {
    display: block;
    text-align: center; }
  ul.filter-list li.filter-select-wrap {
    flex-grow: 1; }
  ul.filter-list {
    display: grid;
    grid-template-columns: 65px 1fr;
    grid-gap: 0; }
  .page-numbers,
  .page-numbers.current,
  .artist-pagination a.next.page-numbers,
  .artist-pagination a.prev.page-numbers {
    width: 36px;
    height: 36px;
    line-height: 36px; }
  .artist-pagination a.next.page-numbers {
    margin-left: 5px;
    width: 20px;
    text-indent: -9999px;
    padding: 0;
    background-position: center; }
  .artist-pagination a.prev.page-numbers {
    margin-right: 5px;
    width: 20px;
    text-indent: -9999px;
    padding: 0;
    background-position: center; } }

/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
