@charset "UTF-8";
@font-face {
  font-family: "GillSansMTPro-Book";
  src: url("inc/assets/fonts/GillSansMTPro-BookItalic.eot");
  src: url("inc/assets/fonts/GillSansMTPro-BookItalic.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/GillSansMTPro-BookItalic.woff") format("woff"), url("inc/assets/fonts/GillSansMTPro-BookItalic.ttf") format("truetype"), url("inc/assets/fonts/GillSansMTPro-BookItalic.svg#GillSansMTPro-BookItalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "GillSansMTPro-Book";
  src: url("inc/assets/fonts/GillSansMTPro-Book.eot");
  src: url("inc/assets/fonts/GillSansMTPro-Book.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/GillSansMTPro-Book.woff") format("woff"), url("inc/assets/fonts/GillSansMTPro-Book.ttf") format("truetype"), url("inc/assets/fonts/GillSansMTPro-Book.svg#GillSansMTPro-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GillSansMTPro-Bold";
  src: url("inc/assets/fonts/GillSansMTPro-Bold.eot");
  src: url("inc/assets/fonts/GillSansMTPro-Bold.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/GillSansMTPro-Bold.woff") format("woff"), url("inc/assets/fonts/GillSansMTPro-Bold.ttf") format("truetype"), url("inc/assets/fonts/GillSansMTPro-Bold.svg#GillSansMTPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GillSansMTPro-Medium";
  src: url("inc/assets/fonts/GillSansMTPro-Medium.eot");
  src: url("inc/assets/fonts/GillSansMTPro-Medium.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/GillSansMTPro-Medium.woff") format("woff"), url("inc/assets/fonts/GillSansMTPro-Medium.ttf") format("truetype"), url("inc/assets/fonts/GillSansMTPro-Medium.svg#GillSansMTPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GillSansMTPro-Heavy";
  src: url("inc/assets/fonts/GillSansMTPro-Heavy.eot");
  src: url("inc/assets/fonts/GillSansMTPro-Heavy.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/GillSansMTPro-Heavy.woff") format("woff"), url("inc/assets/fonts/GillSansMTPro-Heavy.ttf") format("truetype"), url("inc/assets/fonts/GillSansMTPro-Heavy.svg#GillSansMTPro-Heavy") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GillSansMTPro-MediumItalic";
  src: url("inc/assets/fonts/GillSansMTPro-MediumItalic.eot");
  src: url("inc/assets/fonts/GillSansMTPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/GillSansMTPro-MediumItalic.woff") format("woff"), url("inc/assets/fonts/GillSansMTPro-MediumItalic.ttf") format("truetype"), url("inc/assets/fonts/GillSansMTPro-MediumItalic.svg#GillSansMTPro-MediumItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Socicon";
  src: url("inc/assets/fonts/socicon.eot");
  src: url("inc/assets/fonts/socicon.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/socicon.woff") format("woff"), url("inc/assets/fonts/socicon.ttf") format("truetype"), url("inc/assets/fonts/socicon.svg#Socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GillSans";
  src: url("inc/assets/fonts/GillSans.eot");
  src: url("inc/assets/fonts/GillSans.eot?#iefix") format("embedded-opentype"), url("inc/assets/fonts/GillSans.woff") format("woff"), url("inc/assets/fonts/GillSans.ttf") format("truetype"), url("inc/assets/fonts/GillSans.svg#GillSans") format("svg");
  font-weight: normal;
  font-style: normal;
}
.navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://ww…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
  color: #FFF;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250, 250, 250, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  width: 2.5em;
  height: 2.5em;
}

/*********************
Custom 
*********************/
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "GillSansMTPro-Book", Verdana, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
body p {
  color: #333;
}

a {
  color: #46be57;
}
a:hover {
  color: #4B3574;
  text-decoration: none;
}

#page {
  position: relative;
}

#content.site-content {
  padding-bottom: 0;
}

#masthead, #sc-masthead {
  background: #4B3574;
}
#masthead .navbar, #sc-masthead .navbar {
  width: 100%;
  position: absolute;
  top: 1em;
  top: 2vw;
  left: 6.0797973401%;
  z-index: 102;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#masthead .navbar.sticky, #sc-masthead .navbar.sticky {
  position: fixed;
  padding-top: 0.5em;
  padding-top: 1vw;
}
#masthead .navbar.sticky #menu-main, #sc-masthead .navbar.sticky #menu-main {
  background-color: rgba(70, 190, 87, 0.85);
}
#masthead .navbar .navbar-brand, #sc-masthead .navbar .navbar-brand {
  display: none;
}
#masthead #support-btn, #sc-masthead #support-btn {
  width: auto;
  float: right;
  clear: none;
  margin-right: 6%;
  margin-top: -31.75%;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "GillSansMTPro-Bold", Verdana, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1em;
  position: relative;
  z-index: 101;
}
@media (max-width: 767px) {
  #masthead #support-btn, #sc-masthead #support-btn {
    margin-top: -1em;
    margin-bottom: 3em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
  }
}
#masthead #support-btn a, #sc-masthead #support-btn a {
  display: inline-block;
  color: #FFF;
  border: 2px solid #FFF;
  text-transform: uppercase;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-background-clip: padding-box;
  padding: 1em 1em 0.8em;
}
#masthead #support-btn a:hover, #sc-masthead #support-btn a:hover {
  color: #46be57;
  border-color: #46be57;
}
@media (max-width: 767px) {
  #masthead #support-btn a:hover, #sc-masthead #support-btn a:hover {
    color: #4B3574;
    border-color: #4B3574;
  }
}
#masthead #banner, #sc-masthead #banner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
#masthead #teaser, #sc-masthead #teaser {
  float: left;
  width: 49.8416719443%;
  height: auto;
  margin-top: 5.3%;
  margin-left: 6.3964534516%;
  z-index: 100;
}
#masthead #branding, #sc-masthead #branding {
  margin: 0;
  padding-top: 0;
  width: 100%;
}
#masthead #branding img, #sc-masthead #branding img {
  width: 100%;
  height: auto;
}
#masthead #announcement, #sc-masthead #announcement {
  position: absolute;
  left: 5.1298290057%;
  top: 34.25vw;
  z-index: 101;
  background: #46be57 url(inc/assets/images/green-texture.jpg) top left repeat;
  color: #FFF;
  padding: 1.7em 2em 1.25em;
  text-align: center;
  -moz-transform: rotate(-4.2deg) skew(-4.2deg, 0deg);
  -webkit-transform: rotate(-4.2deg) skew(-4.2deg, 0deg);
  -o-transform: rotate(-4.2deg) skew(-4.2deg, 0deg);
  -ms-transform: rotate(-4.2deg) skew(-4.2deg, 0deg);
  transform: rotate(-4.2deg) skew(-4.2deg, 0deg);
  font-size: 1.25vw;
  -webkit-box-shadow: -0.7em 2.065em 1.125em 0px #2b1f43;
  -moz-box-shadow: -0.7em 2.065em 1.125em 0px #2b1f43;
  box-shadow: -0.7em 2.065em 1.125em 0px #2b1f43;
}
#masthead #announcement a, #sc-masthead #announcement a {
  color: #FFF;
}
#masthead #announcement a:hover, #sc-masthead #announcement a:hover {
  color: #4B3574;
  text-decoration: underline;
}
#masthead #announcement h2, #masthead #announcement h3, #masthead #announcement h4, #sc-masthead #announcement h2, #sc-masthead #announcement h3, #sc-masthead #announcement h4 {
  margin: 0 0 0.7em;
}
#masthead #announcement h2, #sc-masthead #announcement h2 {
  font-size: 1.4em;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  padding-bottom: 0;
}
#masthead #announcement h3, #sc-masthead #announcement h3 {
  color: #4B3574;
  font-family: "GillSansMTPro-Book", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  font-size: 1.65em;
  letter-spacing: 0.025em;
}
#masthead #announcement h4, #sc-masthead #announcement h4 {
  color: #FFF;
  font-family: "GillSansMTPro-Bold", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
#masthead #announcement h5, #sc-masthead #announcement h5 {
  color: #FFF;
  font-family: "GillSansMTPro-Bold", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.07em;
}
#masthead .rev-quote, #sc-masthead .rev-quote {
  position: absolute;
  left: 5.1298290057%;
  top: 48vw;
  z-index: 101;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 1vw;
}
@media (max-width: 1000px) {
  #masthead .rev-quote, #sc-masthead .rev-quote {
    display: none;
  }
}
#masthead .rev-quote cite, #sc-masthead .rev-quote cite {
  display: block;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#masthead .rev-quote.right, #sc-masthead .rev-quote.right {
  left: 34.198860038%;
}

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

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: visible;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-content,
.entry-content,
.entry-summary {
  font-size: 1.125em;
  margin-top: 0;
}

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

#primary {
  margin: 0 auto;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  padding: 0.5rem 0.65rem;
}

/*********************
Home
*********************/
a.read-more {
  text-transform: uppercase;
  font-size: 0.857142857em;
  letter-spacing: 0.05em;
  font-family: "GillSansMTPro-Bold", Verdana, Helvetica, Arial, sans-serif;
}

.home-section {
  width: 100%;
}
.home-section h2 {
  margin-bottom: 0;
  font-size: 7.25rem;
  text-transform: lowercase;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .home-section h2 {
    font-size: 4rem;
    line-height: 1em;
  }
}
.home-section h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.275em;
  font-family: "GillSansMTPro-Book", Verdana, Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .home-section h3 {
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}

.home .entry-content {
  text-align: center;
  margin-bottom: 2em;
}
.home .entry-content p {
  font-size: 1.3125em;
  line-height: 1.666666667em;
}
.home .entry-content h2.fancy {
  font-size: 7.25rem;
  text-transform: lowercase;
  line-height: 1em;
  text-indent: -999em;
  background: url(inc/assets/images/about.svg) center top no-repeat;
  max-width: 376px;
  background-size: contain;
  margin: 0 auto;
  padding-bottom: 0.35em;
}
.home article.col-lg-11 {
  margin: auto;
}
.home #about {
  padding: 0;
}
.home #about .slides {
  overflow: auto;
  margin-bottom: 2.2em;
}
.home #about .slide {
  width: 25%;
  float: left;
  padding: 0 1em;
  margin-bottom: 2em;
  -webkit-transition: 250ms -webkit-filter linear;
  -moz-transition: 250ms -moz-filter linear;
  -moz-transition: 250ms filter linear;
  -ms-transition: 250ms -ms-filter linear;
  -o-transition: 250ms -o-filter linear;
  transition: 250ms filter linear, 250ms -webkit-filter linear;
  min-height: 254px;
}
@media (max-width: 1023px) {
  .home #about .slide {
    width: 50%;
    min-height: 0;
  }
}
.home #about .slide:hover a.img {
  background: #FFF;
}
.home #about .slide:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  mix-blend-mode: normal;
}
.home #about .slide:hover h3 a {
  color: #4B3574;
}
.home #about .slide h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.home #about .slide h3 a {
  -webkit-transition: 250ms color linear;
  -moz-transition: 250ms color linear;
  -moz-transition: 250ms color linear;
  -ms-transition: 250ms color linear;
  -o-transition: 250ms color linear;
  transition: 250ms color linear, 250ms color linear;
}
.home #about .slide h4 {
  margin-top: 0;
  font-weight: normal;
  text-transform: lowercase;
  font-size: 1.25rem;
  font-family: "GillSansMTPro-Book", Verdana, Helvetica, Arial, sans-serif;
}
.home #about .slide a.img {
  background: #4B3574;
  display: block;
  width: 90%;
  max-width: 152px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  margin: 0 auto 1em auto;
  border: 1px solid #FFF;
}
.home #about .slide img {
  display: block;
  height: auto;
  text-align: center;
  mix-blend-mode: screen;
  -webkit-filter: grayscale(100%) contrast(150%);
  filter: grayscale(100%) contrast(150%);
  opacity: 1;
}
.home #get-involved {
  padding: 4em 2em;
  background: #4B3574 url(inc/assets/images/get-involved-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #FFF;
}
.home #get-involved h2 {
  color: #48bd5e;
}
.home #get-involved h3, .home #get-involved h4 {
  color: #FFF;
}
.home #get-involved #signup {
  margin: 3.25em 0 2em;
  overflow: auto;
}
.home #get-involved #signup .ninja-forms-form-wrap {
  overflow: auto;
  max-width: 906px;
  margin: 0 auto;
}
.home #get-involved #signup .ninja-forms-form-wrap input[type=email] {
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-background-clip: padding-box;
  font-size: 1.25rem;
  line-height: 1.05em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #48bd5e;
  padding: 0.85em 24px 0.65em;
}
.home #get-involved #signup .ninja-forms-form-wrap input[type=email]::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #48bd5e;
  line-height: 1.3em;
}
.home #get-involved #signup .ninja-forms-form-wrap input[type=email]:-moz-placeholder {
  text-transform: uppercase;
  color: #48bd5e;
  line-height: 1.3em;
}
.home #get-involved #signup .ninja-forms-form-wrap input[type=email]:-ms-input-placeholder {
  text-transform: uppercase;
  color: #48bd5e;
  line-height: 1.3em;
}
.home #get-involved #signup .ninja-forms-form-wrap input[type=email]:-moz-placeholder {
  text-transform: uppercase;
  color: #48bd5e;
  line-height: 1.3em;
}
.home #get-involved #signup .ninja-forms-form-wrap input[type=button] {
  -moz-border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  border-radius: 0 24px 24px 0;
  -webkit-background-clip: padding-box;
  padding: 0.8em 36px 0.6em;
  font-family: "GillSansMTPro-Bold", Verdana, Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-size: 1.5rem;
  line-height: 0.875em;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .home #get-involved #signup .ninja-forms-form-wrap input[type=button] {
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
  }
}
.home #get-involved #signup .nf-field-container input, .home #get-involved #signup .nf-field-container textarea {
  border: none !important;
}
.home #get-involved #signup #nf-field-5-container {
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .home #get-involved #signup #nf-field-5-container {
    width: 100%;
  }
}

.home #get-involved #signup #nf-field-6-container {
  width: 100% !important;
  float: right;
  clear: none;
  margin-left: 0%;
}

@media (max-width: 767px) {
  .home #get-involved #signup #nf-field-6-container {
    width: 38%;
    margin-left: 0;
  }
}

.home #get-involved .list {
  padding: 0;
  margin: 3em 0 0;
}
.home #get-involved .list li {
  display: block;
  list-style-type: none;
  float: left;
  width: 30%;
  margin-right: 1%;
}
@media (max-width: 767px) {
  .home #get-involved .list li {
    float: none;
    width: 100%;
  }
}
.home #get-involved .list li .heateor_sss_sharing_ul {
  left: 20% !important;
}
.home #get-involved .list li .heateor_sss_sharing_ul li {
  display: inline-block;
}
.home #get-involved .list li ul li {
  width: auto;
}
.home #get-involved .list li h4 {
  font-size: 1.3125rem;
  font-weight: normal;
  font-family: "GillSansMTPro-Book", Verdana, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.142857143em;
}
.home #get-involved .list li .button {
  margin-top: 0.7em;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-background-clip: padding-box;
  padding: 0.8em 36px 0.6em;
  font-family: "GillSansMTPro-Bold", Verdana, Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-size: 1.5rem;
  line-height: 0.875em;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .home #get-involved .list li .button {
    margin-bottom: 2em;
  }
}
.home #get-involved .list li .hashtag {
  font-family: "GillSansMTPro-Bold", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 0.75em;
  color: #48bd5e;
  letter-spacing: 0.01em;
}
.home #get-involved .list li#share-story h4 {
  margin-bottom: 1.2em;
}
.home #get-involved .list li .social {
  margin-top: 2.2em;
}
.home #get-involved .list li .social ul {
  width: auto !important;
  display: inline-block;
  overflow: auto;
  margin: 0 auto !important;
  left: auto !important;
}
.home #resources {
  background: #4B3574;
  width: 100%;
  text-align: center;
  padding: 4em 2em;
}
.home #resources h2, .home #resources h3 {
  color: #FFF;
}

#contact {
  padding: 4em 2em;
}
#contact .form {
  margin: 3em auto;
}
#contact .form .nf-before-form-content {
  display: none;
}
#contact .form input[type=button] {
  border: none;
  padding: 0.8em 1.5em 0.6em;
  font-size: 1.5rem;
  line-height: 0.875em;
}

.button {
  padding: 1em 1.5em;
  background: #46be57;
  color: #FFF;
  text-align: center;
  display: inline-block;
  -webkit-appearance: none;
  border: none;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-background-clip: padding-box;
  padding: 0.8em 36px 0.6em;
  font-family: "GillSansMTPro-Bold", Verdana, Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-size: 1.5rem;
  line-height: 0.875em;
  letter-spacing: 0;
}
.button:hover {
  background: #4B3574;
  color: #FFF;
  cursor: pointer;
}

.nf-error-msg, .ninja-forms-req-symbol {
  color: #46be57 !important;
}

.nf-error .ninja-forms-field {
  border-color: #46be57 !important;
}

.nf-field-container.half {
  width: 48%;
  float: left;
  clear: none;
  margin-right: 4%;
}
.nf-field-container#nf-field-2-container {
  margin-right: 0;
}
.nf-field-container input[type=text], .nf-field-container input[type=email], .nf-field-container input[type=phone], .nf-field-container textarea, .nf-field-container select, .nf-field-container input.form-control[readonly], .nf-field-container input.datepicker {
  padding: 1em;
  border: 1px solid #ccc;
  font-size: 1em;
  background: #FFF;
  border-radius: 0;
}
.nf-field-container .nf-field-element textarea {
  height: 120px !important;
}

/*  Maps -------------------------------------------------------------------------- */
#map {
  padding: 3em 0;
}
@media (max-width: 767px) {
  #map {
    padding: 0;
  }
}

.mapplic-tooltip {
  background-color: #4B3574 !important;
  color: #FFF !important;
  padding: 21px !important;
  max-width: 324px !important;
  -webkit-font-smoothing: antialiased !important;
  text-align: left !important;
  box-sizing: border-box;
}
.mapplic-tooltip h4.mapplic-tooltip-title {
  color: #46be57 !important;
  text-transform: lowercase;
  font-size: 20px !important;
  font-weight: 300;
  line-height: 1.5em;
  max-width: 56%;
}
.mapplic-tooltip.mapplic-hovertip h4.mapplic-tooltip-title {
  max-width: none;
}
.mapplic-tooltip .mapplic-tooltip-content .info {
  background-color: #FFF;
  padding: 21px;
  position: absolute;
  right: -26%;
  top: 28px;
  width: 57%;
  color: #333;
}
.mapplic-tooltip .mapplic-tooltip-content a {
  color: #46be57 !important;
}
.mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-description {
  color: #FFF !important;
}
.mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-description .address {
  margin: 18px 0;
  max-width: 56%;
}
.mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-description .address h3 {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.5em;
  font-family: "GillSansMTPro-Bold";
  margin: 0;
}
.mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-description .address h3 + p {
  margin-top: 0 !important;
}
.mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-description .address p {
  color: #FFF !important;
}

.mapplic-tooltip-triangle {
  display: none !important;
}

.mapplic-pin {
  visibility: hidden;
}

.mapplic-clickable:not(g), g.mapplic-clickable > * {
  opacity: 1 !important;
}

/*  Footer -------------------------------------------------------------------------- */
h2#follow {
  margin: 1em 0 0em;
}

.follow {
  text-align: center;
  margin: 0 auto;
}
.follow a {
  display: inline-block;
  padding: 0 1em;
  font-size: 2em;
}

/*  Updates -------------------------------------------------------------------------- */
#updates {
  width: 100%;
  padding: 4em 0;
}
#updates h2.fancy {
  text-indent: -999em;
  background: url(inc/assets/images/updates.svg) center top no-repeat;
  background-size: contain;
  max-width: 462px;
  margin: 0 auto;
  /*padding-bottom: 0.35em;*/
}
#updates figure h3 {
  margin-bottom: 2em;
  font-family: "GillSansMTPro-Medium", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.075em;
  line-height: 1.333333333em;
}
#updates .stream {
  margin: 0 auto;
  overflow: auto;
}
#updates .stream .span3 {
  width: 30%;
  margin-right: 5%;
  float: left;
}
@media (max-width: 767px) {
  #updates .stream .span3 {
    float: none;
    width: 100%;
  }
}
#updates .stream .span3 img {
  display: inline-block;
}
#updates .stream .span3:nth-of-type(3n) {
  margin-right: 0;
}
#updates .stream .span3 h3 {
  margin-top: 1.5em;
}

#top-links {
  background: #46be57;
  color: #FFF;
}

#top-link .widget_ninja_forms_widget {
  width: 100%;
}

.centered {
  text-align: center;
}

.single h1.entry-title {
  font-size: 1.5rem;
  text-align: left;
  margin-top: 1.5em;
}

.archive h2.entry-title {
  font-size: 1.5rem;
  text-align: left;
  text-transform: lowercase;
  margin-top: 1.5em;
}

/*  Modal signup -------------------------------------------------------------------------- */
.wbounce-modal .wbounce-modal-sub {
  background-color: #46be57;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  padding: 9% 1%;
}
.wbounce-modal .wbounce-modal-sub .modal-title, .wbounce-modal .wbounce-modal-sub .modal-body, .wbounce-modal .wbounce-modal-sub .modal-footer {
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.wbounce-modal .wbounce-modal-sub .modal-title h3, .wbounce-modal .wbounce-modal-sub .modal-body h3, .wbounce-modal .wbounce-modal-sub .modal-footer h3 {
  font-size: 24px;
  color: #FFF;
}
.wbounce-modal .wbounce-modal-sub .modal-title p, .wbounce-modal .wbounce-modal-sub .modal-body p, .wbounce-modal .wbounce-modal-sub .modal-footer p {
  font-size: 18px;
  color: #4B3574;
}
.wbounce-modal .wbounce-modal-sub .modal-title .button, .wbounce-modal .wbounce-modal-sub .modal-body .button, .wbounce-modal .wbounce-modal-sub .modal-footer .button {
  border: none;
}
.wbounce-modal .wbounce-modal-sub .modal-footer {
  border-top: none;
  text-align: center;
  justify-content: center;
}
.wbounce-modal .wbounce-modal-sub .modal-footer p {
  font-size: 0.777777778em;
  text-align: center;
}
.wbounce-modal .wbounce-modal-sub .nf-form-cont {
  width: 70%;
  margin: 0 auto;
}
.wbounce-modal .wbounce-modal-sub .nf-form-cont #nf-field-7-container {
  width: 70%;
  float: left;
}
.wbounce-modal .wbounce-modal-sub .nf-form-cont #nf-field-8-container {
  width: 25%;
  float: right;
  clear: none;
}
.wbounce-modal .wbounce-modal-sub .nf-form-cont .nf-after-form {
  clear: both;
}

/*  Blog posts -------------------------------------------------------------------------- */
.single .hentry, .archive .hentry {
  margin-bottom: 2rem;
}
.single .post-thumbnail, .archive .post-thumbnail {
  text-align: center;
}
.single .post-thumbnail img, .archive .post-thumbnail img {
  margin: 0 auto;
}
.single .entry-footer, .archive .entry-footer {
  font-size: 0.875em;
  margin: 3em 0 0;
  color: #9a9a9a;
}
.single .post-navigation, .archive .post-navigation {
  border-top: 1px solid #9a9a9a;
}
.single .post-navigation .nav-previous a, .single .post-navigation .nav-next a, .archive .post-navigation .nav-previous a, .archive .post-navigation .nav-next a {
  border: none;
  padding: 0;
}
.single .post-navigation .nav-previous a:hover, .single .post-navigation .nav-next a:hover, .archive .post-navigation .nav-previous a:hover, .archive .post-navigation .nav-next a:hover {
  background: transparent;
}

.archive .hentry {
  margin-bottom: 4rem;
  border-bottom: 1px solid #9a9a9a;
}
.archive .hentry:last-of-type {
  border-bottom: none;
}
.archive .entry-footer {
  padding-bottom: 2em;
}

/*  Photo gallery -------------------------------------------------------------------------- */
.gallery {
  width: 100%;
  overflow: auto;
}
.gallery br {
  display: none;
}
.gallery img {
  width: 32%;
  margin: 0 1% 1% 0 !important;
  float: left;
  display: block !important;
}
.gallery img:nth-of-type(3n) {
  margin-right: 0 !important;
}

/*  Press -------------------------------------------------------------------------- */
.page-template-page-press .entry-content {
  text-align: left;
}
.page-template-page-press .entry-content h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.275em;
  font-family: "GillSansMTPro-Book", Verdana, Helvetica, Arial, sans-serif;
  text-align: left;
}
.page-template-page-press .entry-content #press-releases, .page-template-page-press .entry-content .press-releases {
  margin-bottom: 4em;
}
.page-template-page-press .entry-content #press-releases ul, .page-template-page-press .entry-content .press-releases ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.page-template-page-press .entry-content #press-releases ul li, .page-template-page-press .entry-content .press-releases ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75em 0;
}
.page-template-page-press .entry-content #press-releases ul li h3, .page-template-page-press .entry-content .press-releases ul li h3 {
  text-transform: none;
  font-family: "GillSansMTPro-Book", Verdana, Helvetica, Arial, sans-serif;
  margin: 0;
}
.page-template-page-press .entry-content blockquote#testimony {
  margin: 0 auto 4em;
  max-width: 75%;
  text-align: center;
}
.page-template-page-press .entry-content blockquote#testimony cite {
  font-size: 0.9em;
}
.page-template-page-press .entry-content blockquote#testimony img {
  margin: 0.25em auto 0;
  max-width: 150px;
}

/*  Screenings -------------------------------------------------------------------------- */
body.page-id-13291 .entry-content {
  margin-bottom: 4em;
}
body.page-id-13291 .entry-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
body.page-id-13291 .entry-content ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75em 0;
}
body.page-id-13291 .entry-content ul li span.date {
  padding-right: 0.5em;
}

/*  Screenings new -------------------------------------------------------------------------- */
.page-template-page-screenings #content, .page-template-page-host #content {
  color: #FFF;
  padding-bottom: 4.625rem;
}
.page-template-page-screenings #masthead.sc-masthead, .page-template-page-host #masthead.sc-masthead {
  background: transparent;
}
.page-template-page-screenings .entry-title, .page-template-page-host .entry-title {
  text-transform: lowercase;
  color: #3fc556;
  font-size: 4.5rem;
  margin-top: 3.375rem;
  margin-bottom: 1.8125rem;
}

@media (min-width: 992px) {
  .page-template-page-host #primary {
    max-width: 1104px;
  }
}
.page-template-page-host #content {
  background: #1d152b url(inc/assets/images/host-bg.jpg) center bottom no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}
.page-template-page-host #content .entry-title span.caps {
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .page-template-page-host #content .entry-title br {
    display: none;
  }
}
.page-template-page-host #content .entry-content p {
  color: #FFF;
}
.page-template-page-host #content .entry-content h3 {
  color: #3fc556;
  font-size: 1rem;
  margin-bottom: 0;
}
.page-template-page-host #content .entry-content .intro {
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 3.75rem;
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-host #content .entry-content .left, .page-template-page-host #content .entry-content .right {
  width: 47.1014493%;
}
@media (max-width: 767px) {
  .page-template-page-host #content .entry-content .left, .page-template-page-host #content .entry-content .right {
    width: 100%;
  }
}
.page-template-page-host #content .entry-content .left p, .page-template-page-host #content .entry-content .right p {
  font-size: 1.125rem;
}
.page-template-page-host #content .entry-content .left {
  float: left;
  clear: left;
}
@media (max-width: 767px) {
  .page-template-page-host #content .entry-content .left {
    float: none;
  }
}
.page-template-page-host #content .entry-content .left a.cta {
  margin-bottom: 36px;
}
.page-template-page-host #content .entry-content .right {
  float: right;
}
@media (max-width: 767px) {
  .page-template-page-host #content .entry-content .right {
    float: none;
  }
}
.page-template-page-host #content .entry-content .center {
  clear: both;
  text-align: center;
  padding-top: 3.75rem;
}
.page-template-page-host #content .entry-content blockquote {
  margin-left: 2em;
}
.page-template-page-host #content .entry-content .clients {
  padding-top: 36px;
}
.page-template-page-host #content .entry-content .clients img {
  max-width: 270px;
  max-height: 100px;
  height: auto;
  width: auto;
}
.page-template-page-host #content a.cta {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #140f1e;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-top: 1.1rem;
  padding-bottom: 0.9rem;
  line-height: 1em;
}
.page-template-page-host #content a.cta:hover {
  color: #FFF;
}
.page-template-page-host #host-popup.show {
  display: flex !important;
  align-content: space-around;
  justify-content: center;
}
.page-template-page-host #host-popup .modal-window {
  width: 80%;
  max-width: 1092px;
  background: #d1d0d4 url(inc/assets/images/host-form-bg.jpg) right bottom no-repeat;
  background-attachment: fixed;
  background-size: auto 100%;
  padding: 3.25rem;
  overflow: auto;
}
.page-template-page-host #host-popup .modal-window .inside-modal {
  text-align: center;
  max-width: 100%;
}
.page-template-page-host #host-popup .modal-window .inside-modal h2 {
  font-size: 3.375rem;
  text-transform: lowercase;
  color: #4B3574;
}
.page-template-page-host #host-popup .modal-window .inside-modal h2 .large {
  font-size: 5.5625rem;
  display: block;
  margin-top: -1rem;
}
.page-template-page-host #host-popup .modal-window .inside-modal .fsBody {
  text-align: left;
}
.page-template-page-host #host-popup .modal-window .inside-modal .fsBody .fsForm {
  border: none;
  background: transparent;
}
.page-template-page-host #host-popup .modal-window .inside-modal .fsSectionHeader {
  background: transparent;
  margin-bottom: 0;
}
.page-template-page-host #host-popup .modal-window .inside-modal .fsSectionHeader .fsSectionHeading {
  font-size: 2em;
  line-height: normal;
  text-transform: none;
}
.page-template-page-host #host-popup .modal-window .inside-modal .fsRowBody input.fsField {
  border-color: #595d64;
}
.page-template-page-host #host-popup .modal-window .nf-form-fields-required {
  display: none;
}
.page-template-page-host #host-popup .modal-window .nf-field-container {
  margin-bottom: 1.75rem;
}
.page-template-page-host #host-popup .modal-window .nf-field input, .page-template-page-host #host-popup .modal-window .nf-field textarea, .page-template-page-host #host-popup .modal-window .nf-field select {
  font-size: 0.75rem;
  color: #7f7f7f;
}
.page-template-page-host #host-popup .modal-window .nf-field input.button {
  padding: 0.8em 1.5em 0.6em;
  font-size: 1.5rem;
  line-height: 0.875em;
  color: #FFF;
}
.page-template-page-host #host-popup .modal-window #nf-field-17-container {
  float: none;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.page-template-page-host #host-popup .modal-window #nf-field-17-container select {
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
}
.page-template-page-host #host-popup .modal-window #nf-field-16-container, .page-template-page-host #host-popup .modal-window #nf-field-14-container {
  margin-right: 0 !important;
}

.page-template-page-screenings #content {
  background: #1d152b url(inc/assets/images/screenings-bg.jpg) center bottom no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}
.page-template-page-screenings .entry-content {
  height: 70vh;
  overflow: hidden;
}
.page-template-page-screenings .entry-content.faded {
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}
.page-template-page-screenings .load-more button#load-more {
  -webkit-appearance: none;
  border-radius: 0;
  background: transparent;
  padding: 0 1.5em 0 0;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #46be57;
  color: #FFF;
  position: relative;
}
.page-template-page-screenings .load-more button#load-more:after {
  content: "^";
  color: #3fc556;
  font-size: 1.5em;
  position: absolute;
  right: 0;
  bottom: -0.5em;
}
.page-template-page-screenings .load-more button#load-more:hover {
  color: #3fc556;
}
.page-template-page-screenings h3.sc-year {
  font-size: 0.75rem;
  font-weight: bold;
  color: #3fc556;
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}
.page-template-page-screenings h3.sc-year:before {
  content: " ";
  display: inline-block;
  height: 1px;
  width: 13px;
  background: #453d53;
  margin-right: 7px;
  margin-bottom: 4px;
}
.page-template-page-screenings h3.sc-year:after {
  content: " ";
  display: inline-block;
  height: 1px;
  width: calc(100% - 61px);
  background: #453d53;
  margin-left: 9px;
  margin-bottom: 4px;
}
.page-template-page-screenings ul.screenings {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: -12px;
}
.page-template-page-screenings ul.screenings li.sc {
  list-style: none;
  padding: 1.875rem 0 1.5625rem 0;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  align-content: center;
  border-bottom: 1px solid #453d53;
}
.page-template-page-screenings ul.screenings li.sc:last-of-type {
  border-bottom: none;
  padding-bottom: 0.9375rem;
}
.page-template-page-screenings ul.screenings li.sc .date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: stretch;
  justify-items: center;
  height: 100%;
  width: 17.4%;
  min-width: 7rem;
}
.page-template-page-screenings ul.screenings li.sc .date .start {
  align-self: flex-start;
}
.page-template-page-screenings ul.screenings li.sc .date .start, .page-template-page-screenings ul.screenings li.sc .date .end {
  font-size: 1rem;
  font-weight: 100;
  color: #FFF;
  letter-spacing: 0.02em;
}
.page-template-page-screenings ul.screenings li.sc .date .end {
  font-size: 1.5rem;
  align-self: flex-end;
  padding-left: 6px;
}
.page-template-page-screenings ul.screenings li.sc .date .end small {
  font-size: 1rem;
}
.page-template-page-screenings ul.screenings li.sc .date .slash {
  align-self: center;
  width: 1px;
  height: 4.125rem;
  transform: rotate(35deg);
  background-color: #3fc556;
  margin-top: -6px;
}
.page-template-page-screenings ul.screenings li.sc .sc-content {
  display: flex;
  flex-direction: column;
}
.page-template-page-screenings ul.screenings li.sc .sc-content h4 {
  align-self: flex-start;
}
.page-template-page-screenings ul.screenings li.sc .sc-content .sc-meta {
  align-self: baseline;
}
.page-template-page-screenings ul.screenings li.sc h4 {
  font-family: "GillSans", Verdana, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0.02em;
  margin: 0 0 0.2rem 0;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}
.page-template-page-screenings ul.screenings li.sc h4 a:hover {
  color: #FFF;
}
.page-template-page-screenings ul.screenings li.sc .sc-meta {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.2em;
}
.page-template-page-screenings ul.screenings li.sc .sc-meta .award {
  color: #9966ff;
}

/*  About Page -------------------------------------------------------------------------- */
.page-template-fullwidth section {
  margin: 0 auto 4em auto;
}
@media (max-width: 767px) {
  .page-template-fullwidth section#crew {
    padding: 0 15px;
  }
}
@media (min-width: 767px) {
  .page-template-fullwidth section#crew .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.page-template-fullwidth section#crew .flex div {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 4em;
}
@media (min-width: 767px) {
  .page-template-fullwidth section#crew .flex div {
    flex-basis: auto;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .page-template-fullwidth section#crew .flex div {
    width: 30%;
  }
}
.page-template-fullwidth section#crew .flex div p.img {
  background: #4B3574;
  display: block;
  width: 90%;
  max-width: 152px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  margin: 0 0 1.5em 0;
  border: 1px solid #FFF;
}
.page-template-fullwidth section#crew .flex div img {
  display: block;
  height: auto;
  text-align: center;
  mix-blend-mode: screen;
  -webkit-filter: grayscale(100%) contrast(150%);
  filter: grayscale(100%) contrast(150%);
  opacity: 1;
}
.page-template-fullwidth section#crew .flex div h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-family: "GillSansMTPro-Book", Verdana, Helvetica, Arial, sans-serif;
  color: #46be57;
}
.page-template-fullwidth section#crew .flex div h4 {
  margin-top: 0;
  margin-bottom: 0.9em;
  font-weight: normal;
  text-transform: lowercase;
  font-size: 1.25rem;
  font-family: "GillSansMTPro-Book", Verdana, Helvetica, Arial, sans-serif;
}
@media (min-width: 1024px) {
  .page-template-fullwidth section#crew #flex4 div {
    width: 48%;
  }
}

.entry-content h5 {
  margin-bottom: 0.5em;
}

div.select-text {
  width: 100%;
  height: auto;
  padding: 0.5em;
  border: 1px solid #CCC;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2);
  color: #666;
  margin-bottom: 1.5em;
}
div.select-text p {
  color: #666;
}
div.select-text p:last-of-type {
  margin-bottom: 0;
}

/*  Responsive tweaks-------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .half {
    width: 48%;
    margin-bottom: 3em;
  }
  .half.align-left {
    float: left;
  }
  .half.align-right {
    float: right;
  }
}
@media (max-width: 767px) {
  #masthead {
    background: #4B3574 !important;
  }
  #masthead #teaser {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 7%;
  }
  #masthead #announcement {
    position: relative;
    font-size: 1rem;
    top: auto;
    left: 0;
    -moz-transform: rotate(0deg) skew(0deg, 0deg);
    -webkit-transform: rotate(0deg) skew(0deg, 0deg);
    -o-transform: rotate(0deg) skew(0deg, 0deg);
    -ms-transform: rotate(0deg) skew(0deg, 0deg);
    transform: rotate(0deg) skew(0deg, 0deg);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  h1.entry-title {
    font-size: 4rem;
  }
}
@media (max-width: 960px) {
  .navbar-light {
    top: 0 !important;
  }
}
@media (max-width: 1199px) {
  .navbar-collapse {
    background-color: #46be57;
  }
}
#support {
  position: relative;
  z-index: 3;
  padding: 11.0625rem 0 9.6rem;
  background: transparent url(inc/assets/images/support-bkg2.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
#support .container {
  overflow: auto;
}
#support .left {
  float: left;
  text-align: center;
  width: 49%;
  border-right: 1px solid #4B3574;
  padding-right: 9.8214285714%;
}
@media (max-width: 768px) {
  #support .left {
    float: none;
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  #support .left br {
    display: none;
  }
}
#support .left p {
  margin: 0;
}
#support .left h3 {
  margin-top: 0;
}
#support .right {
  text-align: center;
  float: right;
  width: 49%;
  padding-left: 9.8214285714%;
}
@media (max-width: 768px) {
  #support .right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
#support p {
  font-size: 1.125rem;
}
#support h2 {
  color: #4B3574;
  margin-top: 0;
  margin-bottom: 3.125rem;
}
#support h3, #support h4 {
  color: #4B3574;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.125em;
}
#support #donate-more {
  margin-top: 2em;
}
#support #signup {
  margin: 1em 0 2em;
  overflow: auto;
}
#support #signup .ninja-forms-form-wrap {
  overflow: auto;
  max-width: 906px;
  margin: 0 auto;
}
#support #signup .ninja-forms-form-wrap input[type=email] {
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-background-clip: padding-box;
  font-size: 1.25rem;
  line-height: 1.05em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #48bd5e;
  padding: 0.85em 24px 0.65em;
}
#support #signup .ninja-forms-form-wrap input[type=email]::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #48bd5e;
  line-height: 1.3em;
}
#support #signup .ninja-forms-form-wrap input[type=email]:-moz-placeholder {
  text-transform: uppercase;
  color: #48bd5e;
  line-height: 1.3em;
}
#support #signup .ninja-forms-form-wrap input[type=email]:-ms-input-placeholder {
  text-transform: uppercase;
  color: #48bd5e;
  line-height: 1.3em;
}
#support #signup .ninja-forms-form-wrap input[type=email]:-moz-placeholder {
  text-transform: uppercase;
  color: #48bd5e;
  line-height: 1.3em;
}
#support #signup .ninja-forms-form-wrap input[type=button] {
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-background-clip: padding-box;
  padding: 0.8em 36px 0.6em;
  font-family: "GillSansMTPro-Bold", Verdana, Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-size: 1.5rem;
  line-height: 0.875em;
  letter-spacing: 0;
}
#support #signup .nf-field-container input, #support #signup .nf-field-container textarea {
  border: none !important;
}
#support #signup #nf-field-5-container {
  width: 85%;
  float: left;
}
@media (max-width: 767px) {
  #support #signup #nf-field-5-container {
    width: 60%;
  }
}
#support #signup #nf-field-6-container {
  width: 15%;
  float: right;
  clear: none;
}
@media (max-width: 767px) {
  #support #signup #nf-field-6-container {
    width: 38%;
  }
}

/*  Logo grid -------------------------------------------------------------------------- */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  align-items: center;
  justify-items: center;
}
.logo-grid img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 !important;
}

/*  Shop -------------------------------------------------------------------------- */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.shop-grid .product figure.image {
  background-repeat: none;
  background-size: 200%;
  padding-top: 133.33%;
  background-position: 0 0;
}
.shop-grid .product figure.image:hover {
  background-position: -100% 0;
}

.entry-content.product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.entry-content.product .description {
  width: 46%;
  display: sticky;
  top: 100px;
}
.entry-content.product .description figure.image {
  background-repeat: none;
  background-size: 200%;
  padding-top: 133.33%;
  background-position: 0 0;
}
.entry-content.product .description figure.image:hover {
  background-position: -100% 0;
}
.entry-content.product .form {
  width: 46%;
}
.entry-content.product .form h2.product-title {
  text-align: left;
  font-size: 2rem;
  text-transform: uppercase;
}
.entry-content.product .nf-field-container.lastname-container, .entry-content.product .nf-field-container.zip-container {
  margin-right: 0;
}

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