@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  bottom: 50px;
  right: 75px;
  border: 0;
  background-color: transparent;
  font-size: 1.2rem;
  color: #fff;
  z-index: 998;
}
.slick-arrow.slick-prev {
  right: 115px;
}
.slick-arrow:hover {
  text-decoration: underline;
  cursor: pointer;
}

body, html {
  font-family: "Montserrat", sans-serif;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.4em;
}

h2 {
  font-size: 3.2rem;
  line-height: 1.4em;
  font-weight: 400;
}
h2 span {
  display: block;
  font-weight: 800;
  font-size: 1.4rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4em;
}

h5 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h6 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 1.5em 0 1em;
}

p, ul {
  font-size: 1.6rem;
  line-height: 1.6em;
  color: #000;
}
p:first-child, ul:first-child {
  margin-top: 0;
}
p:last-child, ul:last-child {
  margin-bottom: 0;
}

a {
  color: #EC008C;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#main-content {
  justify-content: space-between;
}
#main-content > * {
  width: 45%;
}

hr {
  margin: 6em 0;
  padding: 0;
  border: 0;
  height: 3px;
  width: 30%;
  display: block;
  background-color: #f1f1f1;
}

:focus {
  outline: 0;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 0 25px;
}
.flex.stretch {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex.top {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex.center > div {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  box-sizing: border-box;
}

.padd-top-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padd-bottom {
  padding-bottom: 100px;
}

.padd-top {
  padding-top: 100px;
}

.padd-left-right {
  padding-right: 50px;
  padding-left: 50px;
}

.padd-all {
  padding: 100px;
}

.h-50 {
  min-height: 50vh;
}

.h-75 {
  min-height: 75vh;
}

.h-25 {
  min-height: 25vh;
}

.fifty {
  width: 47%;
}

.thirty {
  width: 32%;
}

.sixty {
  width: 63%;
}

.twentyfive {
  width: 22%;
}

.seventyfive {
  width: 75%;
}

.grey-bg {
  border-top: 3px solid #f1f1f1;
  border-bottom: 3px solid #f1f1f1;
}

.dark-bg {
  background-color: #111;
  background-image: url(../img/grunge.jpg);
  background-size: cover;
  background-position: center center;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg ul, .dark-bg li {
  color: #fff;
}
.dark-bg .square-link {
  border-color: #EC008C;
  color: #fff;
}
.dark-bg .square-link:hover {
  background-color: #EC008C;
}

.grunge-bg {
  background-color: #111;
  background-image: url(../img/grunge-2.jpg);
  background-size: cover;
  background-position: center center;
}
.grunge-bg hr {
  opacity: 0.3;
}
.grunge-bg h1, .grunge-bg h2, .grunge-bg h3, .grunge-bg h4, .grunge-bg h5, .grunge-bg h6, .grunge-bg p, .grunge-bg ul, .grunge-bg li {
  color: #fff;
}
.grunge-bg .square-link {
  border-color: #EC008C;
  color: #fff;
}
.grunge-bg .square-link:hover {
  background-color: #EC008C;
}

.square-link {
  border: 3px solid #EC008C;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1em;
  display: inline-block;
  padding: 10px 15px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 1em;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.square-link:hover {
  color: #fff;
  background-color: #EC008C;
  text-decoration: none;
}

.caption {
  display: inline-block;
  font-weight: 800;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px;
  background-color: #fff;
  color: #000;
}

.intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.intro + .flex {
  margin-bottom: 100px;
}

.square-cta {
  display: block;
  border: 3px solid #000;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.square-cta img {
  display: block;
}
.square-cta strong {
  font-size: 2rem;
  display: block;
  font-weight: 400;
  line-height: 1em;
  color: #000;
}
.square-cta span {
  display: block;
  color: #000;
  font-weight: 800;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.square-cta:not(.pink):after {
  content: " ";
  display: block;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  position: absolute;
  top: 50px;
  left: 50px;
  background-color: #000;
  opacity: 0.65;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.square-cta:not(.pink) strong {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  left: 0;
  color: #fff;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.square-cta:not(.pink) strong span {
  color: #EC008C;
}
.square-cta:not(.pink):hover {
  padding: 0;
  background-color: #000;
  text-decoration: none;
}
.square-cta:not(.pink):hover:after, .square-cta:not(.pink):hover strong {
  opacity: 0;
}
.square-cta.pink {
  background-color: #EC008C;
  background-size: cover;
  background-position: center center;
  color: #fff;
  border: 0;
}
.square-cta.pink p {
  color: #fff;
}
.square-cta.pink div {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.square-cta.pink strong {
  font-size: 4rem;
  color: #fff;
}
.square-cta.pink:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EC008C;
  z-index: 1;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.square-cta.pink:hover .square-link {
  background-color: #000;
}
.square-cta:hover {
  text-decoration: none;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 82px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 82px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 82px 0px rgba(0, 0, 0, 0.46);
}

.side-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 4rem 0 0;
}
.side-list > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.side-list > li:before {
  display: none;
}
.side-list li {
  width: 30%;
}
.side-list a {
  display: block;
  padding: 25px;
  border: 3px solid #EC008C;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  height: 100%;
  box-sizing: border-box;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
}
.side-list a img {
  height: 100px;
  margin: 0 auto 20px;
  display: block;
}
.side-list a span {
  text-transform: none;
  font-size: 1.1rem;
  display: block;
  font-weight: normal;
  letter-spacing: 0;
}
.side-list a:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-box-shadow: 0px 0px 82px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 82px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 82px 0px rgba(0, 0, 0, 0.46);
  text-decoration: none;
}

.white-cta {
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.84);
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.84);
}
.white-cta h1, .white-cta h2, .white-cta h3, .white-cta h4, .white-cta h5, .white-cta h6, .white-cta p, .white-cta ul, .white-cta li {
  color: #000;
}
.white-cta .square-link {
  border-color: #000;
  color: #EC008C;
}
.white-cta .square-link:hover {
  background-color: #000;
  color: #fff;
}
.white-cta.pink-bg {
  background-color: #EC008C;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.24);
}
.white-cta.pink-bg h3, .white-cta.pink-bg p, .white-cta.pink-bg h4 {
  color: #fff;
}
.white-cta.pink-bg .square-link {
  color: #fff;
  border-color: #fff;
}

.pink {
  color: #EC008C !important;
}
.pink .square-link {
  color: #fff;
}

.zoom-cta {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 0;
  -webkit-transition: transform 0.3s ease-out 0s;
  -moz-transition: transform 0.3s ease-out 0s;
  -o-transition: transform 0.3s ease-out 0s;
  -ms-transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
}
.zoom-cta:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
.zoom-cta strong {
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
  z-index: 2;
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-size: 3rem;
}
.zoom-cta strong span {
  display: block;
  font-weight: 900;
  font-size: 1.3rem;
  color: #EC008C;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.zoom-cta:hover {
  text-decoration: none;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 82px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 82px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 82px 0px rgba(0, 0, 0, 0.46);
}
.zoom-cta:hover:after {
  opacity: 0;
}
.zoom-cta:hover strong {
  opacity: 0;
}

.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.social > li:before {
  display: none;
}
.social li {
  display: inline-block;
}
.social li a {
  display: block;
  padding: 0 5px 10px;
}
.social li:first-child a {
  padding-left: 0;
}
.social li img {
  width: 20px;
}

.quote {
  position: relative;
  font-family: serif;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.4em;
}
.quote:before {
  content: "“";
  font-family: "Montserrat", sans-serif;
  color: #EC008C;
  top: 4px;
  position: relative;
  left: -10px;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
}
.quote span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  margin-top: 1em;
  font-size: 1.2rem;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.slick-dots > li:before {
  display: none;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  border: 0;
  background-color: transparent;
  text-indent: -999px;
  overflow: hidden;
  background-color: #acacac;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 0;
  cursor: pointer;
  padding: 0;
  -webkit-transition: background 0.4s ease-out 0s;
  -moz-transition: background 0.4s ease-out 0s;
  -o-transition: background 0.4s ease-out 0s;
  -ms-transition: background 0.4s ease-out 0s;
  transition: background 0.4s ease-out 0s;
}
.slick-dots li.slick-active button {
  background-color: #EC008C;
}
.slick-dots li:hover button {
  background-color: #000;
}

#main-content .gform_wrapper .top_label .gfield_label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
#main-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #main-content textarea {
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #eee;
}
#main-content .gform_wrapper .gform_footer input.button, #main-content .gform_wrapper .gform_footer input[type=submit] {
  background-color: #EC008C;
  color: #fff;
  border: 0;
  padding: 20px;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
#main-content .gform_wrapper {
  background-color: #f1f1f1;
  padding: 25px 30px;
  margin-top: 40px;
}
#main-content .gform_wrapper textarea {
  height: 90px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body, html {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 62.5%;
}

#mobile-menu {
  display: none;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-items: center;
}
header:after {
  /*
  content: ' ';
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: .95;
  left: 0; 
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%); 
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); 
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); 
  */
}
header nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 20px;
  width: calc(100% - 70px);
  z-index: 2;
  position: relative;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
header nav ul > li:before {
  display: none;
}
header nav ul li {
  display: inline-block;
}
header nav > ul > li {
  -webkit-transition: background 0.3s ease-out 0s;
  -moz-transition: background 0.3s ease-out 0s;
  -o-transition: background 0.3s ease-out 0s;
  -ms-transition: background 0.3s ease-out 0s;
  transition: background 0.3s ease-out 0s;
  background-color: transparent;
  position: relative;
}
header nav > ul > li > a {
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  padding: 40px 20px;
  letter-spacing: 0.05em;
}
header nav > ul > li > a:hover {
  text-decoration: none;
}
header nav > ul > li > a br {
  display: none;
}
header nav > ul > li:hover {
  background-color: #f1f1f1;
}
header nav > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
header nav > ul > li:hover > a {
  color: #EC008C;
}
header nav > ul > li ul {
  display: block;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
  width: auto;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f1f1f1;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header nav > ul > li ul li {
  display: block;
}
header nav > ul > li ul li a {
  color: #000;
  white-space: nowrap;
  font-size: 1.4rem;
  display: block;
  padding: 10px 30px;
}
header nav > ul > li ul li a:hover {
  color: #EC008C;
}
header nav > ul > li.mobile-only {
  display: none;
}
header #logo {
  display: block;
  z-index: 2;
  position: relative;
  width: 50px;
  padding: 10px 10px 10px 40px;
}
header #logo strong {
  display: none;
}
header aside {
  padding-right: 20px;
  padding-left: 20px;
}
header aside a {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  padding: 40px 20px;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  padding: 40px 20px;
}
header aside a:hover {
  text-decoration: none;
}
header aside a br {
  display: none;
}
header aside a:hover {
  text-decoration: underline;
}
header aside ul li a {
  color: #EC008C;
}
header aside ul li:last-child a {
  padding: 10px 20px;
  margin-left: 20px;
  border: 3px solid #EC008C;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
header aside ul li:last-child a:hover {
  background-color: #000;
  border-color: #000;
}

#hero {
  position: relative;
  height: calc(100vh - 88px);
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
}
#hero .container {
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 100%;
}
#hero h4 {
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 20px;
  background-color: #000;
  display: inline-block;
  font-weight: 900;
  margin-top: 0;
}
#hero .content {
  z-index: 2;
  max-width: 1000px;
}
#hero .content img {
  width: 300px;
  display: block;
  background-color: #fff;
  padding: 20px;
}
#hero .content h1 {
  color: #000;
  font-size: 5rem;
  display: block;
  max-width: 1200px;
}
#hero .content h1 span {
  background-color: #fff;
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  line-height: 1em;
  position: relative;
  font-weight: 900;
  left: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
#hero .content h1 span:last-child {
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
}
#hero.out .content h1 span {
  left: -50%;
  opacity: 0;
}
#hero .caption {
  position: absolute;
  bottom: 25px;
  right: 50px;
}
#hero.donate {
  height: auto !important;
}
#hero.donate .container {
  min-height: 70vh;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#hero.donate > * {
  position: relative;
  z-index: 2;
}
#hero.donate .gfield_radio li {
  position: relative;
  padding-left: 40px !important;
  display: block;
  overflow: visible;
}
#hero.donate .gfield_radio li label:after {
  content: "";
  background: #eee;
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 3px;
  z-index: 0;
  border: 1px solid #000;
}
#hero.donate .gfield_radio li label:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 23px;
  border: solid #EC008C;
  border-width: 0 3px 3px 0;
  left: 10px;
  top: 10px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}
#hero.donate input[type=radio] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
}
#hero.donate input[type=radio] + label {
  cursor: pointer;
}
#hero.donate input[type=radio]:checked + label:before {
  opacity: 1;
  top: 3px;
}
#hero.donate input[type=radio]:checked + label:after {
  background-color: #000;
}
#hero.donate .form {
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
}
#hero.donate .form #field_5_3 {
  padding: 50px 50px 0;
  margin: 0;
}
#hero.donate .form #field_5_3 .gfield_label {
  display: none;
}
#hero.donate .form #field_5_3 .ginput_container_radio {
  margin-top: 0;
}
#hero.donate .form #field_5_3 .gfield_radio {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
#hero.donate .form #field_5_3 .gfield_radio > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#hero.donate .form #field_5_3 .gfield_radio > li:before {
  display: none;
}
#hero.donate .form #field_5_3 .gfield_radio li {
  color: #000;
  width: 33.3333%;
  line-height: 2.1em;
  display: block;
}
#hero.donate .form #field_5_5 {
  display: none;
}
#hero.donate .form #field_5_6 {
  padding: 30px 50px 0;
}
#hero.donate .form #field_5_6 .gfield_label {
  font-weight: normal;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.8em;
}
#hero.donate .form #field_5_6 .gfield_label span {
  display: none;
}
#hero.donate .form #field_5_6 .instruction {
  display: none;
}
#hero.donate .form #field_5_6 .ginput_container {
  position: relative;
}
#hero.donate .form #field_5_6 .ginput_container:before {
  content: "$";
  font-size: 2rem;
  color: #000;
  position: absolute;
  top: 19px;
  left: 20px;
}
#hero.donate .form #field_5_6 .ginput_container:after {
  content: "USD";
  font-size: 2rem;
  color: #000;
  position: absolute;
  top: 19px;
  right: 20px;
}
#hero.donate .form #field_5_6 .ginput_container input {
  padding-left: 40px;
}
#hero.donate .form #field_5_6 input, #hero.donate .form #field_5_4 input {
  padding: 15px 20px;
  border: 1px solid #000;
  font-size: 3rem;
  color: #EC008C;
  font-weight: bold;
  border-radius: 5px;
}
#hero.donate .form #field_5_4 {
  padding: 0 50px 30px;
}
#hero.donate .form #field_5_4 .gfield_label {
  display: none;
}
#hero.donate .form #field_5_4 input {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 3rem;
}
#hero.donate:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: " ";
  z-index: 1;
  opacity: 0.6;
}
#hero.donate .gform_wrapper {
  margin: 0;
}
#hero.donate .gform_wrapper .top_label .gfield_label {
  color: #000;
}
#hero.donate .gform_footer {
  margin: 20px 0 0;
  padding: 0;
  position: relative;
}
#hero.donate .gform_footer:after {
  top: 0;
  right: 50px;
  width: 50px;
  height: 100%;
  background: url(../img/paypal.png) no-repeat center center;
  content: " ";
  display: block;
  opacity: 0.4;
  z-index: 2;
  position: absolute;
  background-size: contain;
}
#hero.donate .gform_footer input {
  background-color: #EC008C;
  margin: 0;
  border: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 25px 110px 25px 50px;
  text-align: right;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
#hero.donate .gform_footer input:hover {
  background-color: #000;
  cursor: pointer;
}

.home #hero .container {
  display: block;
}
.home #hero .content {
  padding: 100px 0 0;
  height: 100%;
  box-sizing: border-box;
  display: block;
  max-width: none;
  width: 100%;
  position: relative;
}
.home #hero .content h1 {
  font-size: 3rem;
  text-align: right;
  position: absolute;
  bottom: 100px;
  right: 75px;
}

body:not(.home) #hero {
  height: 50vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}

body.single-artist #hero {
  height: 85vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}

#home-services .pink-bg {
  height: 100%;
  box-sizing: border-box;
}

footer {
  padding: 100px 50px;
  border-top: 2px solid #f1f1f1;
  box-sizing: border-box;
}
footer img {
  max-width: 250px;
}
footer .twentyfive:first-child {
  align-self: center;
}
footer h5 {
  margin-bottom: 1em;
}
footer p {
  font-size: 1.3rem;
}
footer form input[type=email] {
  border: 3px solid #000;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 10px;
}
footer form input[type=submit] {
  border: 0;
  background-color: #EC008C;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  padding: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
  text-transform: uppercase;
}

#sb_instagram {
  position: relative;
}
#sb_instagram #sbi_load {
  margin: 0;
  padding: 0 !important;
}
#sb_instagram .sbi_follow_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  border-radius: 0;
  margin-top: -16px;
  -webkit-box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
}

#brand-statement .seventyfive {
  text-align: center;
}
#brand-statement .seventyfive h2 {
  font-size: 2.5;
  font-weight: 900;
  text-transform: uppercase;
}

#home-tours .zoom-cta {
  height: 250px;
  margin-top: 40px;
}
#home-tours > .container > .flex > .fifty {
  width: 48.5%;
}

#pre-footer {
  background-color: #f1f1f1;
}
#pre-footer .quote {
  margin: 0;
  padding: 0;
  text-align: center;
}

#quote-slider {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
#quote-slider > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#quote-slider > li:before {
  display: none;
}
#quote-slider h6 {
  margin-top: 0;
  color: #acacac;
}
#quote-slider .twentyfive img {
  width: 75%;
}
#quote-slider li.slick-slide {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
#quote-slider li.slick-slide.slick-active {
  opacity: 1;
}

main article a {
  border-bottom: 2px solid #000;
}
main article a:hover {
  text-decoration: none;
  border-color: #EC008C;
}

#artists ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 0;
  margin: 0 -20px;
}
#artists ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#artists ul > li:before {
  display: none;
}
#artists ul li {
  position: absolute;
  display: block;
  opacity: 0;
  box-sizing: border-box;
  padding: 20px;
  width: 33.3333%;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
#artists ul li img {
  display: block;
}
#artists ul li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
  text-decoration: none;
  border-bottom: 0;
  -webkit-box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
}
#artists ul li a:hover {
  transform: scale(1.05) !important;
}
#artists ul li div {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  padding: 40px 40px 75px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
}
#artists ul li div strong {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  color: #EC008C;
}
#artists ul li div span {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  letter-spacing: 0.1em;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
#artists ul:before {
  content: "Loading - Images are large please wait!";
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
#artists ul.done:before {
  opacity: 0;
}
#artists ul.done li {
  opacity: 1;
}

#shop-pages .flex {
  min-height: 40vh;
}

#hero-slider {
  list-style: none;
  margin: 0;
  padding: 0;
  height: calc(100vh - 88px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f1f1f1;
}
#hero-slider > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#hero-slider > li:before {
  display: none;
}
#hero-slider .slick-list, #hero-slider .slick-track {
  height: 100%;
}
#hero-slider li {
  display: block;
  height: 100%;
  width: 100vw;
  background-size: cover;
  opacity: 0;
  background-position: center center;
  -webkit-transition: opacity 0.6s ease-out 0s;
  -moz-transition: opacity 0.6s ease-out 0s;
  -o-transition: opacity 0.6s ease-out 0s;
  -ms-transition: opacity 0.6s ease-out 0s;
  transition: opacity 0.6s ease-out 0s;
}
#hero-slider li img {
  max-height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
#hero-slider li.slick-active {
  opacity: 1;
}

#small-hero {
  padding: 150px 0 0;
}
#small-hero h1 {
  text-transform: uppercase;
  font-size: 5rem;
}
#small-hero h1 em {
  float: right;
  font-size: 1.3rem;
  font-style: normal;
  display: block;
}
#small-hero h1 em a {
  display: inline-block;
  margin-left: 25px;
  font-weight: bold;
}
#small-hero h1 span {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}

.mural-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.mural-list > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.mural-list > li:before {
  display: none;
}
.mural-list.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mural-list.wrap li {
  width: 50%;
}
.mural-list.single li {
  width: 100%;
}
.mural-list li {
  display: block;
  padding: 10px;
  box-sizing: border-box;
}
.mural-list li img {
  width: 100%;
  display: block;
}
.mural-list li a {
  display: block;
  position: relative;
  border-bottom: 0;
  -webkit-transition: transform 0.3s ease-out 0s;
  -moz-transition: transform 0.3s ease-out 0s;
  -o-transition: transform 0.3s ease-out 0s;
  -ms-transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
}
.mural-list li a strong {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+2,0.77+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.77) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.77) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.77) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#c4000000",GradientType=0 );
  /* IE6-9 */
}
.mural-list li a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
}

.single-mural main {
  overflow-x: hidden;
}

.mural-images {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 80vh;
}
.mural-images > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.mural-images > li:before {
  display: none;
}
.mural-images .slick-list {
  overflow: visible;
}
.mural-images .slick-track {
  height: 80vh;
}
.mural-images .slick-track li {
  height: 80vh;
}
.mural-images .slick-track li > div {
  height: 80vh;
  width: 100%;
}
.mural-images .slick-track li > div a {
  display: block;
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: none;
  box-sizing: border-box;
}
.mural-images .slick-track li > div img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
}
.mural-images .slick-arrow {
  background-color: #000;
  display: block;
  padding: 10px;
}
.mural-images .slick-arrow:hover {
  background-color: #EC008C;
}

.meta {
  margin-top: -1em;
}
.meta span {
  padding: 0 15px;
  opacity: 0.5;
  display: inline-block;
}

.mapboxgl-marker.places {
  border-radius: 50px;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.mapboxgl-marker.places:hover {
  -webkit-box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  z-index: 998;
  width: 40px;
  height: 40px;
  bottom: -5px;
  position: relative;
  right: -5px;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 400px;
  padding: 30px;
  z-index: 999;
}

.mapboxgl-ctrl-logo, .mapboxgl-ctrl-bottom-right {
  display: none !important;
}

.mapboxgl-popup-content {
  padding: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mapboxgl-popup-content img {
  max-width: 200px;
  top: 0;
  left: 0;
  display: block;
  max-height: 150px;
}
.mapboxgl-popup-content a {
  border-bottom: 0;
}
.mapboxgl-popup-content a:hover {
  text-decoration: underline;
}
.mapboxgl-popup-content .content {
  padding: 10px 30px;
}
.mapboxgl-popup-content .content span {
  margin-top: 20px;
  display: block;
  font-size: 1.1rem;
}
.mapboxgl-popup-content .content span a {
  border: 0;
}
.mapboxgl-popup-content .content span a:first-child {
  margin-right: 15px;
}
.mapboxgl-popup-content strong {
  font-size: 1.7rem;
  font-weight: bold;
  font: "Montserrat", sans-serif;
  display: block;
}
.mapboxgl-popup-content p {
  margin: 0;
  font-size: 1.2rem;
}
.mapboxgl-popup-content .mapboxgl-popup-close-button {
  font-size: 2rem;
}

#events {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#events > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#events > li:before {
  display: none;
}
#events li {
  width: auto;
  display: block;
  background-color: #f1f1f1;
  width: 48%;
  margin-bottom: 5%;
  -webkit-transition: transform 0.2s ease-out 0s;
  -moz-transition: transform 0.2s ease-out 0s;
  -o-transition: transform 0.2s ease-out 0s;
  -ms-transition: transform 0.2s ease-out 0s;
  transition: transform 0.2s ease-out 0s;
}
#events li a {
  display: flex;
  color: #000;
  text-decoration: none;
  align-items: stretch;
  position: relative;
  height: 100%;
}
#events li a h3 {
  margin-bottom: 20px;
  display: block;
  color: #000;
}
#events li a .short-date {
  display: block;
  background-color: #EC008C;
  margin: 4rem 0 4rem 4rem;
  padding: 2rem;
}
#events li a .short-date .mo-y {
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1em;
}
#events li a .short-date .day {
  display: block;
  font-weight: bold;
  margin-top: 15px;
  font-size: 3.5rem;
  text-align: center;
  color: #fff;
}
#events li a .deets {
  position: relative;
  padding: 4rem 4rem 8rem 2rem;
}
#events li a .meta {
  color: #000;
  opacity: 0.6;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3em;
  display: block;
  letter-spacing: 0.1em;
}
#events li a .learn {
  font-size: 1.4rem;
  color: #000;
  display: inline-block;
  position: absolute;
  bottom: 4rem;
  left: 2rem;
  border-bottom: 1px solid #EC008C;
}
#events li:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.white-popup {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 50px;
}
.white-popup .meta {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  margin-top: -1rem;
  display: block;
  color: #EC008C;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#sb_instagram .sbi_follow_btn a {
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 50%;
  width: 230px;
  padding: 15px 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ambassador ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ambassador ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.ambassador ul > li:before {
  display: none;
}
.ambassador ul li {
  display: block;
  width: 100%;
  margin-bottom: 2%;
}
.ambassador ul li a {
  display: block;
  background-color: #f1f1f1;
  border: 0;
  padding: 40px 30px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  -webkit-transition: transform 0.2s ease-out 0s;
  -moz-transition: transform 0.2s ease-out 0s;
  -o-transition: transform 0.2s ease-out 0s;
  -ms-transition: transform 0.2s ease-out 0s;
  transition: transform 0.2s ease-out 0s;
  padding-left: 100px;
}
.ambassador ul li a span {
  font-size: 2rem;
  color: #000;
}
.ambassador ul li a strong {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80px;
  text-align: center;
  font-size: 2rem;
  background-color: #EC008C;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.ambassador ul li a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 83px 0px rgba(0, 0, 0, 0.32);
  background-color: #000;
  z-index: 4;
}
.ambassador ul li a:hover span {
  color: #fff;
}

.tour-type .left {
  width: 35%;
}
.tour-type .right {
  width: 60%;
}

#three-icons img {
  height: 100px;
  display: block;
  margin: 0 auto 20px;
}

header {
  position: relative;
  background-color: #fff;
}
header #logo {
  padding-bottom: 0;
  margin-bottom: -10px;
  width: 45px;
}
header nav > ul > li > a {
  padding: 22px 20px;
}
header aside ul li a {
  padding: 20px 15px;
}

#child-pages .zoom-cta {
  min-height: 300px;
}

.page-id-13 #small-hero > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page-id-13 #small-hero > .container h1 {
  margin-bottom: 0;
}

#new-artist-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#new-artist-layout .sixty {
  background-color: #f1f1f1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
#new-artist-layout .sixty > div {
  position: absolute;
  bottom: 0;
  left: 0;
}
#new-artist-layout .sixty h1 {
  margin-bottom: 20px;
}
#new-artist-layout .sixty #line1 {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  font-size: 5rem;
  line-height: 1em;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
}
#new-artist-layout .sixty h4 {
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 20px;
  background-color: #000;
  display: inline-block;
  font-weight: 900;
  margin-top: 0;
}

#art-filter {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#art-filter > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#art-filter > li:before {
  display: none;
}
#art-filter li {
  font: normal bold 17px/1em "Montserrat", sans-serif;
  transition: color 0.3s;
}
#art-filter li.active {
  color: #EC008C;
  border-bottom: 2px solid #000;
}
#art-filter li:hover {
  cursor: pointer;
  color: #EC008C;
}
#art-filter strong {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
}

@media only screen and (max-width: 1600px) and (min-width: 1350px) {
  header #logo {
    padding-left: 25px;
  }
  header a {
    padding: 40px 20px;
  }
  header nav {
    padding-left: 0;
  }
  header aside {
    padding-left: 10px;
    padding-right: 10px;
  }
  header aside a {
    padding: 40px 15px;
  }
  header aside ul li:last-child a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 7px 15px;
  }
}
@media only screen and (max-width: 1350px) {
  header nav > ul > li > a {
    padding: 22px 10px;
  }
  header aside ul li a {
    padding: 20px 10px;
  }
  header aside ul li:last-child a {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1350px) {
  body, html {
    font-size: 55%;
  }

  #mobile-menu {
    display: block;
    font-size: 2rem;
    color: #fff;
    background-color: #EC008C;
    padding: 25px 25px;
    font-weight: bold;
    width: 80px;
    text-align: center;
    cursor: pointer;
    float: right;
  }
  #mobile-menu:hover {
    background-color: #000;
    color: #fff;
  }

  header #logo {
    padding-left: 30px;
  }
  header nav {
    font-size: 60%;
    display: block;
  }
  header nav > ul {
    position: absolute;
    top: 100%;
    padding: 15px 0 0;
    right: 0;
    display: none;
    background-color: #f1f1f1;
  }
  header nav > ul > li {
    display: block;
  }
  header nav > ul > li > a {
    padding: 10px 25px;
  }
  header nav > ul > li ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: block;
    background-color: transparent;
    padding: 0 0 10px;
  }
  header nav > ul > li ul li a {
    padding: 5px 35px;
    font-size: 1.2rem;
  }
  header nav > ul > li.mobile-only {
    display: block;
  }
  header nav > ul > li.mobile-only:last-child {
    background-color: #EC008C;
  }
  header nav > ul > li.mobile-only:last-child a {
    color: #fff;
    font-size: 1.8rem;
    padding: 25px;
  }
  header nav aside {
    display: none;
  }
  header.open #mobile-menu {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #000;
  }
  header.open nav > ul {
    display: block;
  }

  .square-cta {
    padding: 30px;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  #hero .caption {
    right: 30px;
  }

  .padd-top-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padd-bottom {
    padding-bottom: 50px;
  }

  footer {
    padding: 50px 30px;
  }

  .home #hero .content {
    padding: 50px 30px;
  }
  .home #hero .content img {
    margin-left: -30px;
  }
  .home #hero .content h1 {
    right: 30px;
  }

  .slick-arrow {
    right: 30px;
    bottom: 30px;
  }

  .slick-arrow.slick-prev {
    right: 70px;
    bottom: 30px;
  }

  .mural-images li {
    padding: 15px 0;
  }

  #small-hero {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 1215px) {
  footer .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .flex .twentyfive {
    width: 30%;
  }
  footer .flex .twentyfive:first-child {
    width: 100%;
    text-align: center;
  }
  footer .flex .twentyfive:first-child img {
    display: block;
    margin-bottom: 30px;
  }

  .padd-all {
    padding: 75px;
  }
}
@media only screen and (max-width: 1000px) {
  #artists ul li {
    width: 50%;
  }
  #artists ul li img {
    width: 100%;
  }

  body.single-artist #hero {
    height: auto;
    padding: 50px 0;
    min-height: 60vh;
    background-size: cover;
    background-position: center center;
  }

  .page-id-17 #main-content {
    display: block;
  }
  .page-id-17 #main-content > * {
    width: 100% !important;
  }
}
@media only screen and (max-width: 900px) {
  .home #hero {
    height: auto;
  }
  .home #hero .content img {
    width: 200px;
    padding: 30px;
  }
  .home #hero .content h1 {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 100px;
  }
  .home #hero .content h1 span {
    opacity: 0;
    display: inline;
    margin: 0;
    padding: 0;
  }

  #hero-slider {
    height: 100%;
  }

  .zoom-cta {
    min-height: 200px;
    padding: 30px;
  }

  .on-900 {
    display: block !important;
  }
  .on-900 > * {
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .on-900 > *:last-child {
    margin-bottom: 0;
  }

  .hide-900 {
    display: none !important;
  }

  #main-content > * {
    width: 47%;
  }

  footer {
    padding: 20px 0 0;
  }
  footer .flex .twentyfive {
    width: 47%;
    box-sizing: border-box;
    padding: 30px;
    margin: 0;
  }
  footer .flex .twentyfive:first-child {
    text-align: left;
    padding-bottom: 0;
  }
  footer .flex .twentyfive:first-child img {
    margin-bottom: 0;
  }
  footer .flex .twentyfive:last-child {
    width: 100%;
    padding: 30px;
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .flex .twentyfive:last-child h6, footer .flex .twentyfive:last-child h5 {
    margin: 0;
  }
  footer .flex .social a {
    padding-bottom: 0;
  }

  #small-hero h1 {
    font-size: 4rem;
  }

  #hero.donate {
    height: auto;
    padding: 50px 0;
  }
  #hero.donate .container {
    min-height: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #hero.donate .container .fifty {
    width: 100%;
  }
  #hero.donate .container .fifty:last-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
    text-align: center;
  }
  #hero.donate .container .fifty:last-child h2 {
    text-align: center !important;
    display: block;
    max-width: 650px;
    margin: 0 auto;
  }
  #hero.donate .container .fifty.form {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .padd-all {
    padding: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .padd-all {
    padding: 30px;
  }
}
@media only screen and (max-width: 650px) {
  #new-artist-layout {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #new-artist-layout .sixty, #new-artist-layout .thirty {
    width: 100%;
  }
  #new-artist-layout .sixty {
    padding-bottom: 400px;
  }

  #main-content {
    display: block;
  }
  #main-content > * {
    width: 100%;
    margin-bottom: 30px;
  }
  #main-content > *:last-child {
    margin-bottom: 0;
  }

  #hero h4 {
    padding: 10px;
    font-size: 1rem;
    margin-top: -2em;
  }

  #artists ul li {
    width: 100%;
  }

  #hero .content h1 {
    width: 100%;
    text-align: center;
  }
  #hero .content h1 span {
    font-size: 3rem;
  }

  footer {
    padding: 20px 0 0;
  }
  footer .flex .twentyfive:last-child {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  footer .flex .twentyfive:last-child h6 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  footer .flex .social {
    margin-left: 30px;
  }

  .on-650 {
    display: block;
  }
  .on-650 > * {
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 30px !important;
  }
  .on-650 > *:last-child {
    margin-bottom: 0 !important;
  }

  #brand-statement .seventyfive {
    width: 100%;
  }
  #brand-statement .seventyfive h2 {
    font-size: 2.5rem;
  }
  #brand-statement .seventyfive h2 br {
    display: none;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  h5 {
    font-size: 1.6rem;
  }

  h6 {
    font-size: 1rem;
  }

  #events li a .short-date {
    margin: 0 0;
  }
  #events li a .deets {
    padding: 1em 1em 3em 1em;
  }
  #events li a .deets .learn {
    bottom: 1em;
    left: 1em;
  }

  #hero.donate .form #field_5_3 {
    padding: 30px 30px 0;
  }
  #hero.donate .form #field_5_3 .gfield_radio li {
    width: auto;
  }
  #hero.donate .form #field_5_6 {
    padding: 20px 30px 0;
  }
  #hero.donate .form #field_5_4 {
    padding: 0 30px 20px;
  }
  #hero.donate .form input[type=text] {
    line-height: 1.15 !important;
  }
}
@media only screen and (max-width: 480px) {
  footer .flex .twentyfive {
    width: 100%;
  }

  .on-480 {
    display: block !important;
  }
  .on-480 > * {
    width: 100% !important;
    box-sizing: border-box;
  }

  #hero.donate .form #field_5_3 .gfield_radio {
    display: block;
  }
  #hero.donate .form #field_5_3 .gfield_radio li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  #hero.donate .form #field_5_3 .gfield_radio li:last-child {
    margin-bottom: 0;
  }
}

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