/* Minification failed. Returning unminified contents.
(205,60): run-time error CSS1030: Expected identifier, found ':'
(205,74): run-time error CSS1031: Expected selector, found ')'
(205,74): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
[hdmtype="homepagegatheringslider"] {
  background-color: #000;
  color: #fff;
  position: relative;
}

.is-admin [hdmtype="homepagegatheringslider"] .cover-link {
  pointer-events: none;
}

[hdmtype="homepagegatheringslider"] .position-container {
  position: absolute;
  top: 50%;
  z-index: 3;
  left: calc(50% - 3.5rem);
  width: calc(90% - 7rem);
  max-width: 24em;
  transform: translate(-50%, -50%);
  transition: all 750ms ease;
}

@media screen and (max-width: 1023px) {
  [hdmtype="homepagegatheringslider"] .position-container {
    left: 46%;
    width: 45%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  [hdmtype="homepagegatheringslider"] .position-container {
    left: 46%;
    width: 45%;
    text-align: center;
  }
}

[hdmtype="homepagegatheringslider"] .copy {
  color: white;
}

[hdmtype="homepagegatheringslider"] .copy .cta-link {
  color: inherit;
}

@media (hover: hover) {
  [hdmtype="homepagegatheringslider"] .cover-link {
    cursor: url("/components/homepagegatheringslider/images/view-cursor.png") 50 50, auto;
  }
}

[hdmtype="homepagegatheringslider"].flex-cols {
  margin: inherit;
  height: 960px;
  /* IPAD Portrait */
}

[hdmtype="homepagegatheringslider"].flex-cols .h1 {
  text-align: left;
}

@media screen and (max-width: 1440px) {
  [hdmtype="homepagegatheringslider"].flex-cols {
    height: 800px;
  }
}

@media screen and (max-width: 1023px) {
  [hdmtype="homepagegatheringslider"].flex-cols {
    flex-direction: column;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  [hdmtype="homepagegatheringslider"].flex-cols {
    flex-direction: column;
    height: 1500px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  [hdmtype="homepagegatheringslider"].flex-cols {
    flex-direction: column;
    height: 1800px;
  }
}

@media only screen and (min-device-width: 680px) and (max-device-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  [hdmtype="homepagegatheringslider"].flex-cols {
    flex-direction: column;
    height: 1500px !important;
  }
}

[hdmtype="homepagegatheringslider"].flex-cols .col-1-2 {
  position: relative;
  overflow: hidden;
  transition: width .35s ease-in-out;
  /* IPAD Portrait */
}

@media screen and (max-width: 1023px) {
  [hdmtype="homepagegatheringslider"].flex-cols .col-1-2 {
    width: 100%;
    height: 50%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  [hdmtype="homepagegatheringslider"].flex-cols .col-1-2 {
    width: 100%;
    height: 50%;
  }
}

[hdmtype="homepagegatheringslider"].flex-cols .col-1-2.hover {
  width: calc(50% + 7rem);
  /* IPAD Portrait */
}

@media screen and (max-width: 1023px) {
  [hdmtype="homepagegatheringslider"].flex-cols .col-1-2.hover {
    width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  [hdmtype="homepagegatheringslider"].flex-cols .col-1-2.hover {
    width: 100%;
  }
}

[hdmtype="homepagegatheringslider"].flex-cols .col-1-2.unhover {
  width: calc(50% - 7rem);
  /* IPAD Portrait */
}

@media screen and (max-width: 1023px) {
  [hdmtype="homepagegatheringslider"].flex-cols .col-1-2.unhover {
    width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  [hdmtype="homepagegatheringslider"].flex-cols .col-1-2.unhover {
    width: 100%;
  }
}

[hdmtype="homepagegatheringslider"].flex-cols .col-1-2:nth-child(2) figure {
  left: auto;
  right: 0;
}

[hdmtype="homepagegatheringslider"].flex-cols .col-1-2:nth-child(2) .position-container {
  left: calc(50% + 3.5rem);
  /* IPAD Portrait */
}

@media screen and (max-width: 1023px) {
  [hdmtype="homepagegatheringslider"].flex-cols .col-1-2:nth-child(2) .position-container {
    left: 46%;
    width: 45%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  [hdmtype="homepagegatheringslider"].flex-cols .col-1-2:nth-child(2) .position-container {
    left: 46%;
    width: 45%;
    text-align: center;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  [hdmtype="homepagegatheringslider"].flex-cols .col-1-2:nth-child(2) .position-container {
    left: 45% !important;
  }
}

[hdmtype="homepagegatheringslider"].flex-cols .col-1-2:has(:focus-visible) .cta-link {
  outline: 2px solid #e3ac7c;
}

[hdmtype="homepagegatheringslider"].flex-cols figure {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw + 7rem);
  height: 100%;
  /* IPAD Portrait */
}

@media screen and (max-width: 1023px) {
  [hdmtype="homepagegatheringslider"].flex-cols figure {
    width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  [hdmtype="homepagegatheringslider"].flex-cols figure {
    width: 100%;
  }
}

[hdmtype="homepagegatheringslider"].flex-cols figure::before {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
