.hide {
  display: none !important; }

@media screen and (max-width: 370px) {
  .mobile-hide {
    display: none; } }

@media screen and (min-width: 1250px) {
  .desktop-hide {
    display: none; } }

/*Paths*/
/*Paths*/
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@-webkit-keyframes aniWiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  3% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); }
  6% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg); }
  9% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes aniWiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  3% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); }
  6% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg); }
  9% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

.ani--wiggle {
  -webkit-animation: aniWiggle 4s infinite;
          animation: aniWiggle 4s infinite; }

.ani--bounce {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
  display: block; }

@-webkit-keyframes aniWiggleDelay {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  12% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); }
  15% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg); }
  18% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes aniWiggleDelay {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  12% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); }
  15% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg); }
  18% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

.ani--wiggle--delay {
  -webkit-animation: aniWiggleDelay 4s infinite;
          animation: aniWiggleDelay 4s infinite; }

[data-aos="fade-up"] {
  opacity: 0;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

[data-aos="fade-up"].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

/*flexbox*/
/*CSS3 Columns*/
html {
  overflow-x: hidden; }

html {
  font-size: 16px; }
  @media screen and (min-width: 481px) {
    html {
      font-size: calc(16px + 2 * ((100vw - 481px) / 869)); } }
  @media screen and (min-width: 1350px) {
    html {
      font-size: 18px; } }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #414141;
  line-height: 1;
  width: 100%;
  margin: 0; }

.page-container, .container, .wp-block-group__inner-container, .wp-block-columns .wp-block-column:only-child {
  max-width: 1580px;
  width: 100%;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative; }
  @media (min-width: 370px) {
    .page-container, .container, .wp-block-group__inner-container, .wp-block-columns .wp-block-column:only-child {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  @media (min-width: 782px) {
    .page-container, .container, .wp-block-group__inner-container, .wp-block-columns .wp-block-column:only-child {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media (min-width: 1150px) {
    .page-container, .container, .wp-block-group__inner-container, .wp-block-columns .wp-block-column:only-child {
      padding-left: 40px !important;
      padding-right: 40px !important; } }
  @media (min-width: 1250px) {
    .page-container, .container, .wp-block-group__inner-container, .wp-block-columns .wp-block-column:only-child {
      padding-left: 55px !important;
      padding-right: 55px !important; } }

.wp-block-group__inner-container {
  padding: 1.25rem 0; }

.page-container {
  padding-bottom: 3.75rem; }

@media (min-width: 1025px) {
  .fixed-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.inner-container {
  width: 100%; }
  @media (min-width: 1025px) {
    .inner-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 68.2%;
              flex: 1 0 68.2%;
      max-width: 68.2%; } }

h1.page-title {
  width: 100%;
  display: block;
  color: #39B54A;
  font-weight: 600 !important; }

.breadcrumb + h1.page-title {
  margin-top: -1rem !important; }

h1.page-title + h2 {
  margin-top: -.5rem !important; }

/* Target common bookmark elements */
h1[id], h2[id], h3[id], h4[id], h5[id], h6[id],
section[id], div[id] {
  scroll-margin-top: 100px; }

/*spacing*/
h1,
h4,
.h1,
.h4,
h5, .h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #414141;
  padding: 0;
  width: 100%;
  display: block; }

h1,
h2,
.h1,
.h2 {
  margin: 1.875rem 0 1.25rem !important;
  line-height: 1.1; }

h2,
.h2,
h3,
.h3,
h6,
.h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #414141;
  padding: 0;
  width: 100%;
  display: block; }

h3,
.h3,
h4,
.h4,
h5,
.h5 {
  line-height: 1.1;
  margin: 1.25rem 0 1.25rem; }

h6,
.h6 {
  margin: 0.625rem 0 0.625rem; }

a {
  text-decoration: none;
  color: inherit;
  color: #39B54A; }
  a:active, a:focus {
    outline: none; }

ol,
ul {
  margin: 1.25rem 0 1.25rem;
  padding: 0; }
  ol li,
  ul li {
    line-height: 1.4;
    margin: 0 0 0 1.2rem;
    padding: 0 0 0.3rem 0; }

dl {
  margin: 1.25rem 0 1.25rem; }
  dl dt {
    font-weight: bold;
    margin-top: 0.3rem; }
  dl dd {
    margin: 0; }

hr {
  border-bottom: 1px solid #39B54A;
  border-left: none;
  border-right: none;
  border-top: none; }

sub,
sup {
  font-size: 45%;
  line-height: 0;
  position: relative;
  vertical-align: middle; }

sup {
  top: -0.55rem; }

sub {
  bottom: -0.3rem; }

small {
  font-size: 70%; }

p small {
  font-size: 92.5%;
  line-height: 1; }

h1,
.h1 {
  font-size: 2.9rem; }

h2,
.h2 {
  font-size: 2.1rem; }

h3,
.h3 {
  font-size: 1.7rem; }

h4,
.h4 {
  font-size: 1.45rem; }

h5,
.h5 {
  font-size: 1.2rem; }

h6,
.h6 {
  font-size: 1.05rem; }

p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.55;
  margin: 1.25rem 0 1.25rem;
  padding: 0;
  /*&+p,&+ul{
    margin-top:-$article-spacing/2
  }*/ }
  p + h2,
  p + h3 {
    padding-top: 0.625rem; }
  p + h4,
  p + h5 {
    padding-top: 0.625rem; }

p:first-child {
  margin-top: 0; }

.p2,
p.p2 {
  font-size: 0.9rem !important;
  line-height: 1.45;
  margin: 0.625rem 0 0.625rem;
  padding: 0; }

p.h3,
p.h4,
p.h5 {
  line-height: 1.7; }

address {
  font-style: normal; }

button {
  -webkit-appearance: none; }

.btn__icon {
  float: left;
  width: 1.5rem;
  height: 1.5rem;
  margin: .5rem;
  margin: -.5rem .5rem -.5rem -.5rem; }

.btn {
  background-color: transparent;
  color: #000;
  text-align: center;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: .75rem 2rem .775rem !important;
  font-size: 21px !important;
  margin: 1.25rem 0;
  text-align: center;
  border: none;
  border-radius: 0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  outline: none;
  text-transform: uppercase;
  line-height: .975; }
  .btn.disabled {
    opacity: .35;
    cursor: default; }
  @media (min-width: 1025px) {
    .btn:not([disabled]):hover {
      opacity: .75; } }

.btn--primary {
  background-color: #39B54A;
  color: #fff; }
  .btn--primary:focus, .btn--primary:active, .btn--primary:visited {
    color: #fff; }

.btn--outline-white {
  background-color: transparent;
  color: #fff; }
  .btn--outline-white:focus, .btn--outline-white:active, .btn--outline-white:visited {
    color: #fff; }

.btn--outline {
  background-color: transparent;
  color: #39B54A; }
  .btn--outline:focus, .btn--outline:active, .btn--outline:visited {
    color: #39B54A; }

.btn--sm {
  padding: .5rem 1.5rem !important;
  font-size: 21px !important; }

.btn--md {
  padding: .75rem 2rem .775rem !important;
  font-size: 21px !important; }

.btn--lg {
  padding: .8rem 2.4rem !important;
  font-size: 23px !important; }

.btn--xl {
  padding: 16px 2.5rem !important;
  font-size: 1.1rem; }

/*================ Button variations ================*/
.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #414141;
  text-align: left;
  text-transform: initial;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: bold !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem .1rem !important; }
  .btn--link.active {
    color: #39B54A !important; }
  .btn--link .icon {
    vertical-align: middle; }

.btn--has-icon-after .icon {
  margin-left: 10px; }

.btn--has-icon-before .icon {
  margin-right: 10px; }

@media (max-width: 579px) {
  .btn-block-mobile, .btn--block-mobile .wp-block-button__link {
    display: block;
    width: 100%; } }

.btn-block, .btn-block .wp-block-button__link {
  width: 100%;
  display: block; }

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 450px) {
    .btn-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .btn-group span {
    color: #fff;
    padding: 0.625rem 1.25rem;
    display: inline-block; }

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  padding: .4rem 0;
  height: 62px; }
  @media (min-width: 1025px) {
    .header {
      height: auto; }
      .header .menu-button {
        display: none; } }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
  .header .logo {
    position: relative;
    z-index: 1;
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .header .logo img {
      width: 8rem;
      aspect-ratio: 100 / 39; }
      @media (min-width: 1025px) {
        .header .logo img {
          width: 10rem; } }

.header .search-icon {
  opacity: 0.75;
  background: url(/wp-content/themes/ecomatters-theme/graphics/icons/search-24px.svg) center no-repeat;
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: 1rem;
  display: inline-block; }
  @media (min-width: 1025px) {
    .header .search-icon {
      margin: 0 0 0 .5rem; } }

.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  height: 0vh;
  overflow: hidden;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background-color: white; }
  @media (min-width: 1025px) {
    .header nav {
      overflow: inherit;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: auto;
      padding: 0;
      top: 0;
      height: auto;
      position: relative;
      visibility: visible;
      opacity: 1;
      margin-left: auto; } }
  .header nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
    .header nav > ul li {
      margin: 0;
      padding: 0;
      list-style: none; }
    @media (min-width: 1025px) {
      .header nav > ul {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .header nav > ul a.nav-link {
      display: block;
      text-align: left;
      color: #414141;
      line-height: 1.2;
      padding-top: 0.875rem;
      padding-bottom: 0.875rem;
      padding-left: 15px;
      position: relative; }
      @media (min-width: 1025px) {
        .header nav > ul a.nav-link {
          width: auto;
          border: none;
          padding: 0.58333rem 0.29167rem;
          display: inline-block; }
          .header nav > ul a.nav-link:hover {
            color: #39B54A; } }
      @media (min-width: 1350px) {
        .header nav > ul a.nav-link {
          padding: 0.4375rem 0.4375rem; } }
      @media (min-width: 1950px) {
        .header nav > ul a.nav-link {
          padding: 0.4375rem 0.58333rem; } }
    .header nav > ul li {
      border-top: 1px solid #eee; }
      @media (min-width: 1025px) {
        .header nav > ul li {
          border: none; } }
    .header nav > ul > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      transition: all 0.15s ease;
      position: relative;
      text-align: center;
      font-size: 1.3rem; }
      .header nav > ul > li:focus ul.sub-menu {
        display: block; }
      .header nav > ul > li li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease; }
      @media (min-width: 1025px) {
        .header nav > ul > li {
          padding: 0;
          border: none;
          display: inline-block;
          width: auto; }
          .header nav > ul > li li {
            display: block; }
          .header nav > ul > li:hover > ul.sub-menu {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0); }
            .header nav > ul > li:hover > ul.sub-menu li:hover ul.sub-menu {
              opacity: 1;
              visibility: visible;
              -webkit-transform: translateY(0);
                  -ms-transform: translateY(0);
                      transform: translateY(0); } }
      @media (min-width: 1025px) {
        .header nav > ul > li {
          font-size: .925rem;
          font-weight: bold; } }
      @media (min-width: 1350px) {
        .header nav > ul > li {
          font-size: .95rem; } }
      .header nav > ul > li.give-btn {
        margin-left: 15px;
        margin-right: 15px; }
        @media (min-width: 1025px) {
          .header nav > ul > li.give-btn {
            margin: 0 0.10938rem; } }
        @media (min-width: 1350px) {
          .header nav > ul > li.give-btn {
            margin: 0 0.4375rem; } }
        .header nav > ul > li.give-btn > a.nav-dropdown {
          display: none; }
        .header nav > ul > li.give-btn > a.nav-link {
          background-color: #39B54A;
          color: #fff;
          width: 100%;
          text-align: center;
          margin: 0.875rem 0; }
          .header nav > ul > li.give-btn > a.nav-link:focus, .header nav > ul > li.give-btn > a.nav-link:active, .header nav > ul > li.give-btn > a.nav-link:visited {
            color: #fff; }
          @media (min-width: 1025px) {
            .header nav > ul > li.give-btn > a.nav-link {
              margin: 0;
              padding: 0.58333rem 0.875rem; } }
          @media (min-width: 1350px) {
            .header nav > ul > li.give-btn > a.nav-link {
              padding: 0.58333rem 1.4rem; } }
          .header nav > ul > li.give-btn > a.nav-link:hover {
            background-color: #039347;
            color: #fff; }
            .header nav > ul > li.give-btn > a.nav-link:hover:focus, .header nav > ul > li.give-btn > a.nav-link:hover:active, .header nav > ul > li.give-btn > a.nav-link:hover:visited {
              color: #fff; }
        .header nav > ul > li.give-btn.menu-item-has-children > a.nav-dropdown:after {
          background: url(/wp-content/themes/ecomatters-theme/graphics/icons/expand_more-24px-white.svg) center center; }
        @media (min-width: 1025px) {
          .header nav > ul > li.give-btn.menu-item-has-children > a.nav-link:after {
            background-image: url(/wp-content/themes/ecomatters-theme/graphics/icons/expand_more-24px-white.svg); } }
    .header nav > ul .nav-dropdown {
      display: none; }
      @media (min-width: 1025px) {
        .header nav > ul .nav-dropdown {
          display: none !important; } }
    .header nav > ul li.menu-item-has-children > a.nav-dropdown {
      opacity: 0.75;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 15px; }
      .header nav > ul li.menu-item-has-children > a.nav-dropdown:after {
        content: '';
        background: url(/wp-content/themes/ecomatters-theme/graphics/icons/expand_more-24px.svg) center center;
        background-repeat: no-repeat;
        margin-left: auto;
        background-size: 36px 36px;
        height: 36px;
        width: 36px;
        -webkit-transition: -webkit-transform 0.15s ease;
        transition: -webkit-transform 0.15s ease;
        -o-transition: transform 0.15s ease;
        transition: transform 0.15s ease;
        transition: transform 0.15s ease, -webkit-transform 0.15s ease; }
      @media (min-width: 1025px) {
        .header nav > ul li.menu-item-has-children > a.nav-dropdown {
          display: none; } }
    .header nav > ul li.menu-item-has-children > a.nav-link:after {
      content: ' ';
      opacity: 0.75;
      background-image: url(/wp-content/themes/ecomatters-theme/graphics/icons/chevron_right-24px.svg);
      margin-left: auto;
      display: none;
      background-size: 20px 20px;
      height: 20px;
      width: 20px;
      margin: -.5rem -.25rem -.25rem 0; }
      @media (min-width: 1025px) {
        .header nav > ul li.menu-item-has-children > a.nav-link:after {
          float: none;
          margin-top: 0;
          display: inline-block;
          background-image: url(/wp-content/themes/ecomatters-theme/graphics/icons/expand_more-24px.svg); } }

.header nav ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 15px;
  background-color: #f4f4f4;
  max-height: 0;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-box-shadow: inset 0px 2px 7px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 2px 7px rgba(0, 0, 0, 0.2); }
  .header nav ul.sub-menu li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .header nav ul.sub-menu li {
    position: relative;
    border-top: 1px solid #e7e7e7; }
  @media (min-width: 1025px) {
    .header nav ul.sub-menu {
      overflow: visible;
      max-height: initial;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateY(-0.3rem);
          -ms-transform: translateY(-0.3rem);
              transform: translateY(-0.3rem);
      padding: 5px 0;
      background-color: #fff;
      -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
      position: absolute;
      border: 1px solid #ddd;
      z-index: 2;
      min-width: 10rem;
      text-align: left; }
      .header nav ul.sub-menu li.menu-item-has-children > a.nav-link:after {
        float: right;
        margin-top: 0;
        background-image: url(/wp-content/themes/ecomatters-theme/graphics/icons/chevron_right-24px.svg) !important; }
      .header nav ul.sub-menu ul.sub-menu {
        left: 100%;
        top: 0; }
      .header nav ul.sub-menu li {
        border-top: none;
        font-size: .925rem;
        font-weight: normal; }
        .header nav ul.sub-menu li a {
          white-space: nowrap;
          width: 100%;
          display: block;
          padding: 0.4375rem 0.875rem; }
          .header nav ul.sub-menu li a:hover {
            color: white;
            background-color: #039347; } }

.open-menu nav {
  height: calc(100vh - 62px);
  overflow-y: auto; }
  .open-menu nav > ul {
    height: auto; }

.open-menu {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  height: 100%; }

.header nav .open-nav > ul.sub-menu {
  max-height: 40rem; }

.header nav .open-nav > a.nav-dropdown:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

footer {
  width: 100%;
  clear: both;
  background-color: #414141;
  color: white;
  padding: 2.5rem 0; }
  footer a {
    color: #eee; }
    footer a:hover {
      color: #fff; }
  footer h4 {
    color: white;
    margin: 0 0 .6rem; }
  footer p {
    font-size: 0.9rem !important;
    line-height: 1.45;
    margin: 0.625rem 0 0.625rem;
    padding: 0;
    margin: 0; }
  footer p + p {
    margin-top: .6rem; }
  footer .btn {
    margin: 1rem 0 0;
    display: block; }
  footer .footer-push-btm {
    margin-top: 2rem; }
  footer .logo-img {
    width: 100%;
    max-width: 280px;
    margin: 1.5rem 0; }
  footer .logo-text {
    fill: white; }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer .footer-col {
    width: 100%; }
  @media (min-width: 1025px) {
    footer .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    footer .footer-col {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 30%;
              flex: 1 1 30%;
      max-width: 30%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  footer .footer-credit {
    margin-top: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1025px) {
      footer .footer-credit {
        margin-top: 2.25rem; }
        footer .footer-credit p {
          margin-top: 0; } }
    footer .footer-credit small {
      font-size: .825rem; }
  footer hr {
    border-bottom: 1px solid #39B54A;
    margin: 1.5rem 0; }

.wp-block-columns {
  margin-bottom: 1.25rem; }

.wp-block-image {
  margin: 1.25rem 0; }
  .wp-block-image figure {
    max-width: initial;
    height: auto;
    text-align: center; }
    .wp-block-image figure.alignright, .wp-block-image figure.alignleft {
      padding: 0; }
    .wp-block-image figure.aligncenter {
      margin: 0 auto;
      text-align: center; }
      .wp-block-image figure.aligncenter img {
        margin: 0 auto; }
    .wp-block-image figure.alignright {
      float: none;
      margin: 0.25rem 0 0.25rem; }
    .wp-block-image figure.alignleft {
      float: none; }
    @media (min-width: 450px) {
      .wp-block-image figure.alignright {
        float: right;
        margin: 0.3rem 0 0.3rem 0.5rem; }
      .wp-block-image figure.alignleft {
        float: left;
        margin: 0.3rem 0.5rem 0.3rem 0; } }
  .wp-block-image img {
    height: auto;
    display: block; }

figcaption {
  opacity: .9;
  margin: 0.3125rem 0 0.625rem !important;
  font-size: 0.75rem;
  display: block;
  text-align: center; }

.wp-block-button {
  margin: 0; }
  .wp-block-button a {
    background-color: transparent;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: .75rem 2rem .775rem !important;
    font-size: 21px !important;
    margin: 1.25rem 0;
    text-align: center;
    border: none;
    border-radius: 0 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    outline: none;
    text-transform: uppercase;
    line-height: .975;
    background-color: #39B54A;
    color: #fff; }
    .wp-block-button a.disabled {
      opacity: .35;
      cursor: default; }
    @media (min-width: 1025px) {
      .wp-block-button a:not([disabled]):hover {
        opacity: .75; } }
    .wp-block-button a:focus, .wp-block-button a:active, .wp-block-button a:visited {
      color: #fff; }
  .wp-block-button.is-style-tertiary a {
    background-color: #414141;
    color: #fff; }
    .wp-block-button.is-style-tertiary a:focus, .wp-block-button.is-style-tertiary a:active, .wp-block-button.is-style-tertiary a:visited {
      color: #fff; }

.wp-block-embed {
  text-align: center;
  padding: 0 !important;
  margin: 0; }
  .wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; }
    .wp-block-embed .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-width: 100%;
      border: 0; }

/*div:not(.wp-block-column){
  &>.wp-block-embed-youtube{
      overflow: hidden;
      .wp-block-embed__wrapper {
        margin-top: -58px;
        margin-bottom: -41px;
      }
  }
}*/
.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .wp-block-buttons > .wp-block-button {
    margin: 0; }

.is-content-justification-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.is-content-justification-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.is-content-justification-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.wp-block-table {
  padding: 0;
  margin: 1.25rem 0; }
  .wp-block-table table {
    border-collapse: collapse; }
  .wp-block-table th, .wp-block-table td {
    border: 1px solid #999;
    padding: 1%; }
  .wp-block-table thead th {
    border-bottom: 3px solid #999 !important; }
  .wp-block-table tfoot td {
    border-top: 3px solid #999 !important; }

@media (min-width: 782px) {
  .page-template-default .wp-block-column[style="flex-basis:33.33%"]:not(:first-child) {
    margin-left: 4%;
    margin-top: -1rem; } }

@media (min-width: 1278px) {
  .page-template-default .wp-block-column[style="flex-basis:33.33%"]:not(:first-child) {
    margin-left: 8%;
    margin-top: -2rem; } }

@media (max-width: 782px) {
  .wp-block-column[style="flex-basis:33.33%"], .wp-block-column[style="flex-basis:66.66%"] {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; } }

.has-large-font-size {
  font-size: 1.15rem !important;
  line-height: 1.6;
  margin: 1.25rem 0 1.25rem;
  padding: 0;
  /*&+p,&+ul{
    margin-top:-$article-spacing/2
  }*/ }

.has-small-font-size {
  font-size: 0.9rem !important;
  line-height: 1.45;
  margin: 0.625rem 0 0.625rem;
  padding: 0; }

.wp-block-separator {
  border: none;
  height: 1px;
  margin: 0; }

.wp-block-quote {
  border-left: 2px solid #414141;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  padding-left: 1.25rem; }
  .wp-block-quote p {
    margin-bottom: 0.625rem; }
  .wp-block-quote cite {
    font-size: 90%; }

/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  z-index: 999;
  pointer-events: all;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border-radius: none;
  border: none;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
  cursor: pointer; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  height: 4px;
  background: #000; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  content: "";
  -webkit-transition-timing-function: linear, linear;
       -o-transition-timing-function: linear, linear;
          transition-timing-function: linear, linear; }

.c-hamburger span::before {
  top: -9px; }

.c-hamburger span::after {
  bottom: -9px; }

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger span::before,
.c-hamburger span::after {
  -webkit-transition-duration: 0.15s, 0.15s;
       -o-transition-duration: 0.15s, 0.15s;
          transition-duration: 0.15s, 0.15s;
  -webkit-transition-delay: 0.15s, 0s;
       -o-transition-delay: 0.15s, 0s;
          transition-delay: 0.15s, 0s; }

.c-hamburger span::before {
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transition-property: top, -webkit-transform; }

.c-hamburger span::after {
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
  -webkit-transition-property: bottom, -webkit-transform; }

/* active state, i.e. menu open */
.open-menu .c-hamburger span {
  background: none !important; }

.open-menu .c-hamburger span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.open-menu .c-hamburger span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.open-menu .c-hamburger span:before,
.open-menu .c-hamburger span:after {
  -webkit-transition-delay: 0s, 0.15s;
       -o-transition-delay: 0s, 0.15s;
          transition-delay: 0s, 0.15s; }

ol.list-xl {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #39B54A;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 1rem 0; }
  ol.list-xl li {
    margin: 0;
    padding: 0;
    list-style: none; }

ol.list-xl li {
  counter-increment: my-awesome-counter;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4; }

ol.list-xl li::before {
  content: counter(my-awesome-counter) ".";
  font-weight: bold;
  font-size: 2.5rem;
  margin-right: 1rem;
  line-height: 1; }

/*.form-group {
    margin: .2em 0;
    display: flex;
    flex-flow: row wrap;
    label {
        @include flex(0 1 4em);
    }
    input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
        @include flex(1);
        min-width: 50px;
    }
    .btn {
        margin: 0;
    }
    .form-group{
        @include flex(0 0 50%;)
    }
}*/
.form-bordered {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-color: #fff;
  border: 10px solid #ccc;
  margin-bottom: 20px;
  padding: 1% 4%; }

/* form specific formatting */
.form-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-group input[type="color"], .form-group input[type="date"], .form-group input[type="datetime"], .form-group input[type="datetime-local"], .form-group input[type="email"], .form-group input[type="month"], .form-group input[type="number"], .form-group input[type="password"], .form-group input[type="search"], .form-group input[type="tel"], .form-group input[type="text"], .form-group input[type="time"], .form-group input[type="url"], .form-group input[type="week"], .form-group input:not([type]), .form-group textarea,
  .form-group .select-holder {
    -webkit-box-flex: 1  ;
        -ms-flex: 1  ;
            flex: 1  ;
    display: block;
    margin: 0; }
  .form-group .btn {
    width: 100%; }
  .form-group p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%  ;
            flex: 0 0 100%  ;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin: 0 0 .2em;
    font-size: 13px; }
  .form-group input[type=text].unit-input {
    width: 100px;
    padding-left: 10px;
    padding-right: 5px;
    margin-right: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto  ;
            flex: 0 0 auto  ;
    max-width: auto;
    width: 100%; }

.form-group label {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  display: block !important;
  line-height: 1.2 !important;
  width: 100% !important;
  margin: 1rem 0 .4rem !important; }

.form-group label.right-inline {
  text-align: left;
  padding-right: 0;
  padding-left: 0; }

.form-group label.checkbox,
.form-group label.radio {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

/*@include media($mobile) {*/
.form-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .form-group .btn {
    margin: !important;
    width: auto;
    height: 100% !important; }

.form-group label {
  line-height: 1.2;
  margin: 0; }
  .form-group label small {
    display: block;
    margin: 2px 0 0 4px; }

.form-group label.right-inline {
  text-align: right;
  padding-right: 8px;
  padding-left: 10px;
  width: 150px; }

/*}*/
/*input[required]{
    background-image: radial-gradient(#F00 15%, transparent 16%);
    background-size: 2em 2em;
    background-position: right center;
    background-repeat: no-repeat;
}*/
.gform_wrapper .top_label .gfield_label, .input-heading,
.label,
label {
  line-height: 1.15 !important;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #414141;
  margin: .75rem 0 .3rem; }
  .gform_wrapper .top_label .gfield_label strong, .input-heading strong,
  .label strong,
  label strong {
    color: #333; }
  .gform_wrapper .top_label .gfield_label small, .input-heading small,
  .label small,
  label small {
    font-size: 90%;
    font-weight: normal; }

label + p {
  margin-top: 0; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  display: block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: normal;
  border-radius: 0;
  min-width: 10px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  border: 1px solid #aaa;
  margin-bottom: .1rem;
  background-color: #f9f9f9;
  margin-top: .2rem;
  border-radius: 0;
  padding: .8em .8rem !important;
  font-size: 16px !important;
  height: 46px;
  line-height: normal !important; }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999; }
  input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
    color: #999; }
  input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #999; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999; }
  input[type="color"]:placeholder, input[type="date"]:placeholder, input[type="datetime"]:placeholder, input[type="datetime-local"]:placeholder, input[type="email"]:placeholder, input[type="month"]:placeholder, input[type="number"]:placeholder, input[type="password"]:placeholder, input[type="search"]:placeholder, input[type="tel"]:placeholder, input[type="text"]:placeholder, input[type="time"]:placeholder, input[type="url"]:placeholder, input[type="week"]:placeholder, input:not([type]):placeholder, textarea:placeholder {
    color: #999; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
    border: 1px solid #9d9d9d; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
    outline: none;
    border: 1px solid #39B54A;
    background-color: #fff; }
  input[type="color"]:disabled, input[type="color"][readonly], input[type="date"]:disabled, input[type="date"][readonly], input[type="datetime"]:disabled, input[type="datetime"][readonly], input[type="datetime-local"]:disabled, input[type="datetime-local"][readonly], input[type="email"]:disabled, input[type="email"][readonly], input[type="month"]:disabled, input[type="month"][readonly], input[type="number"]:disabled, input[type="number"][readonly], input[type="password"]:disabled, input[type="password"][readonly], input[type="search"]:disabled, input[type="search"][readonly], input[type="tel"]:disabled, input[type="tel"][readonly], input[type="text"]:disabled, input[type="text"][readonly], input[type="time"]:disabled, input[type="time"][readonly], input[type="url"]:disabled, input[type="url"][readonly], input[type="week"]:disabled, input[type="week"][readonly], input:not([type]):disabled, input:not([type])[readonly], textarea:disabled, textarea[readonly] {
    cursor: not-allowed;
    opacity: 0.5; }
  input[type="color"] select, input[type="date"] select, input[type="datetime"] select, input[type="datetime-local"] select, input[type="email"] select, input[type="month"] select, input[type="number"] select, input[type="password"] select, input[type="search"] select, input[type="tel"] select, input[type="text"] select, input[type="time"] select, input[type="url"] select, input[type="week"] select, input:not([type]) select, textarea select {
    padding: .8em .8rem !important;
    font-size: 16px !important;
    height: 46px;
    line-height: normal !important;
    border: none; }

.select-holder, .ginput_container_select, #billing_state_field .select2-container {
  display: block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: normal;
  border-radius: 0;
  min-width: 10px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  border: 1px solid #aaa;
  margin-bottom: .1rem;
  background-color: #f9f9f9;
  margin-top: .2rem;
  border-radius: 0;
  padding: .8em .8rem !important;
  font-size: 16px !important;
  height: 46px;
  line-height: normal !important;
  padding: 0 !important;
  -webkit-transition: all 260ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 260ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 260ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-appearance: none;
  display: inline-block;
  min-width: 140px;
  cursor: pointer;
  margin: 0;
  position: relative;
  width: 100%; }
  .select-holder::-webkit-input-placeholder, .ginput_container_select::-webkit-input-placeholder, #billing_state_field .select2-container::-webkit-input-placeholder {
    color: #999; }
  .select-holder:-moz-placeholder, .ginput_container_select:-moz-placeholder, #billing_state_field .select2-container:-moz-placeholder {
    color: #999; }
  .select-holder::-moz-placeholder, .ginput_container_select::-moz-placeholder, #billing_state_field .select2-container::-moz-placeholder {
    color: #999; }
  .select-holder:-ms-input-placeholder, .ginput_container_select:-ms-input-placeholder, #billing_state_field .select2-container:-ms-input-placeholder {
    color: #999; }
  .select-holder:placeholder, .ginput_container_select:placeholder, #billing_state_field .select2-container:placeholder {
    color: #999; }
  .select-holder:hover, .ginput_container_select:hover, #billing_state_field .select2-container:hover {
    border: 1px solid #9d9d9d; }
  .select-holder:focus, .ginput_container_select:focus, #billing_state_field .select2-container:focus {
    outline: none;
    border: 1px solid #39B54A;
    background-color: #fff; }
  .select-holder:disabled, .select-holder[readonly], .ginput_container_select:disabled, .ginput_container_select[readonly], #billing_state_field .select2-container:disabled, #billing_state_field .select2-container[readonly] {
    cursor: not-allowed;
    opacity: 0.5; }
  .select-holder select, .ginput_container_select select, #billing_state_field .select2-container select {
    padding: .8em .8rem !important;
    font-size: 16px !important;
    height: 46px;
    line-height: normal !important;
    border: none; }
  .select-holder[disabled], .select-holder[readonly], .ginput_container_select[disabled], .ginput_container_select[readonly], #billing_state_field .select2-container[disabled], #billing_state_field .select2-container[readonly] {
    cursor: not-allowed;
    opacity: 0.5; }
  .select-holder select, .ginput_container_select select, #billing_state_field .select2-container select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0px;
    color: #333;
    cursor: pointer;
    height: auto;
    position: relative;
    width: 100% !important;
    z-index: 10; }
  .select-holder::-ms-expand, .ginput_container_select::-ms-expand, #billing_state_field .select2-container::-ms-expand {
    display: none; }

input[type="color"].input-xs, input[type="date"].input-xs, input[type="datetime"].input-xs, input[type="datetime-local"].input-xs, input[type="email"].input-xs, input[type="month"].input-xs, input[type="number"].input-xs, input[type="password"].input-xs, input[type="search"].input-xs, input[type="tel"].input-xs, input[type="text"].input-xs, input[type="time"].input-xs, input[type="url"].input-xs, input[type="week"].input-xs, input:not([type]).input-xs, textarea.input-xs {
  padding: .375em .5em;
  font-size: 16px;
  height: 33px;
  line-height: normal; }

input[type="color"].input-sm, input[type="date"].input-sm, input[type="datetime"].input-sm, input[type="datetime-local"].input-sm, input[type="email"].input-sm, input[type="month"].input-sm, input[type="number"].input-sm, input[type="password"].input-sm, input[type="search"].input-sm, input[type="tel"].input-sm, input[type="text"].input-sm, input[type="time"].input-sm, input[type="url"].input-sm, input[type="week"].input-sm, input:not([type]).input-sm, textarea.input-sm {
  padding: .55em .8em;
  font-size: 16px;
  height: 40px;
  line-height: normal; }

input[type="color"].input-lg, input[type="date"].input-lg, input[type="datetime"].input-lg, input[type="datetime-local"].input-lg, input[type="email"].input-lg, input[type="month"].input-lg, input[type="number"].input-lg, input[type="password"].input-lg, input[type="search"].input-lg, input[type="tel"].input-lg, input[type="text"].input-lg, input[type="time"].input-lg, input[type="url"].input-lg, input[type="week"].input-lg, input:not([type]).input-lg, textarea.input-lg {
  padding: .775em 1.2em;
  font-size: 1rem !important;
  height: 55px;
  line-height: normal; }

input[type="color"].input-xl, input[type="date"].input-xl, input[type="datetime"].input-xl, input[type="datetime-local"].input-xl, input[type="email"].input-xl, input[type="month"].input-xl, input[type="number"].input-xl, input[type="password"].input-xl, input[type="search"].input-xl, input[type="tel"].input-xl, input[type="text"].input-xl, input[type="time"].input-xl, input[type="url"].input-xl, input[type="week"].input-xl, input:not([type]).input-xl, textarea.input-xl {
  padding: .85em 1.2em;
  font-size: 19px;
  height: 58px;
  line-height: normal; }

.select-holder.select-lg select {
  padding: .775em 1.2em;
  font-size: 1rem !important;
  height: 55px;
  line-height: normal; }

/* I use form--complex for forms that have more complex layouts than simple left/right label and field alignment etc */
.form--complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.form__object--fillspace {
  /* This element will receive priority of size. 
     All other elements will be sized at the size dictated by their display type */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .form__object--fillspace + .form__object--fillspace-gap {
    margin-left: .5em; }
  .form__object--fillspace .btn {
    margin: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.form-cell {
  -webkit-box-flex: 1  ;
      -ms-flex: 1  ;
          flex: 1  ; }

@media (min-width: 580px) {
  .form-row .form-cell {
    padding: 0 3% 0 0; } }

.form-row .form-cell:last-child {
  padding: 0 0 0 0; }

textarea {
  resize: vertical;
  height: 5em; }

/*
.checkbox input[type=checkbox]{
  position: absolute;
  visibility: hidden;
  &:disabled {
    opacity: 0.65;
  }
}

label.checkbox{
    padding:5px 0 2px 32px;
    position: relative;
    &:hover:after {
        border: 1px solid #999;
    }
}

label.checkbox input:checked:before {
    content:'\2713';
    font-size:25px;
    left:0;
    top:0;
    position:absolute;
    z-index:2;
    visibility: visible;
    color: #333;
}

label.checkbox input:after {
  visibility: visible;
  position:absolute;
  left:0;
  top:0;
  width:24px;
  height:24px;
  background-color: #f9f9f9;
  border: 1px solid #aaa;
  content:'';
  &:disabled {
    cursor: not-allowed;
    opacity: 0.65;
  }
}
*/
.social-media {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-media li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .social-media li {
    margin: 0 0.35rem 1.5rem 0;
    display: inline-block !important; }
    @media (min-width: 1025px) {
      .social-media li {
        margin: 0 .35rem 0 0; } }
    .social-media li a {
      width: 2.25rem;
      height: 2.25rem;
      display: block; }
    .social-media li svg {
      fill: #fff;
      width: 100%;
      height: 100%; }

.breadcrumb {
  margin: 1.5rem 0 1rem !important;
  position: relative;
  width: 100%;
  display: block;
  clear: both; }
  .breadcrumb ol, .breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumb ol li, .breadcrumb ul li {
      margin: 0;
      padding: 0;
      list-style: none; }
  .breadcrumb > ol li {
    display: inline-block;
    color: #999;
    font-size: .85rem; }
    .breadcrumb > ol li a {
      color: #39B54A !important;
      font-size: .85rem; }
    .breadcrumb > ol li:after {
      content: '';
      display: inline-block;
      border-top: solid 1px #999;
      border-right: solid 1px #999;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      height: .36em;
      width: .36em;
      margin: 0 .3rem .1rem .1rem; }
  .breadcrumb > ol ul.post-categories {
    display: inline-block; }

.searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: auto; }
  .searchform label {
    display: none; }
  .searchform input[type=search] {
    margin: 0; }
  .searchform .searchsubmit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
    background-color: transparent;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: .75rem 2rem .775rem !important;
    font-size: 21px !important;
    margin: 1.25rem 0;
    text-align: center;
    border: none;
    border-radius: 0 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    outline: none;
    text-transform: uppercase;
    line-height: .975;
    background-color: #414141;
    color: #fff;
    padding: .5rem 1.5rem !important;
    font-size: 21px !important;
    margin: 0; }
    .searchform .searchsubmit.disabled {
      opacity: .35;
      cursor: default; }
    @media (min-width: 1025px) {
      .searchform .searchsubmit:not([disabled]):hover {
        opacity: .75; } }
    .searchform .searchsubmit:focus, .searchform .searchsubmit:active, .searchform .searchsubmit:visited {
      color: #fff; }

.search-holder {
  padding-left: inherit;
  padding-right: inherit;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  width: auto;
  z-index: 99999;
  -webkit-transform: translateY(-4rem);
      -ms-transform: translateY(-4rem);
          transform: translateY(-4rem);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  background-color: #fff; }
  @media (min-width: 1025px) {
    .search-holder {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  .search-holder .searchform {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.search-holder .searchform .searchsubmit {
  background-color: #39B54A;
  color: #fff; }
  .search-holder .searchform .searchsubmit:focus, .search-holder .searchform .searchsubmit:active, .search-holder .searchform .searchsubmit:visited {
    color: #fff; }

.show-search .search-holder {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.btn-close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  max-width: 60px;
  background-color: transparent;
  color: #000;
  text-align: center;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: .75rem 2rem .775rem !important;
  font-size: 21px !important;
  margin: 1.25rem 0;
  text-align: center;
  border: none;
  border-radius: 0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  outline: none;
  text-transform: uppercase;
  line-height: .975;
  background-color: #414141;
  color: #fff;
  padding: .5rem 1.5rem !important;
  font-size: 21px !important;
  margin: 0;
  padding: 0  !important; }
  .btn-close.disabled {
    opacity: .35;
    cursor: default; }
  @media (min-width: 1025px) {
    .btn-close:not([disabled]):hover {
      opacity: .75; } }
  .btn-close:focus, .btn-close:active, .btn-close:visited {
    color: #fff; }
  .btn-close svg {
    fill: white; }

.bg--gray {
  background-color: #F1F1F1; }

.bg--primary {
  background-color: #39B54A; }

.bg--secondary {
  background-color: #039347; }

.bg--tertiary {
  background-color: #414141; }

.has-primary-background-color {
  background: #39B54A !important; }

.has-secondary-background-color {
  background: #039347 !important; }

.has-tertiary-background-color {
  background: #414141 !important; }

.has-light-gray-background-color {
  background: #f1f1f1 !important; }

.logo-set {
  margin: -.5rem 0 0 0; }
  .logo-set figure {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none !important; }
  @media (min-width: 1150px) {
    .logo-set .wp-block-column:not(:first-child) {
      margin-left: 0; }
    .logo-set .wp-block-column figure:nth-child(1n) {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .logo-set .wp-block-column:nth-child(4n+1) figure {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .logo-set .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .logo-set .wp-block-column .wp-block-image {
      width: 100%; }
    .logo-set .wp-block-column img {
      overflow: hidden;
      -o-object-fit: contain;
         object-fit: contain;
      height: 2.75rem;
      -o-object-position: center;
         object-position: center; }
      @media (min-width: 782px) {
        .logo-set .wp-block-column img {
          margin: 0; } }

.home-set {
  margin-bottom: 0; }
  @media (min-width: 600px) and (max-width: 781px) {
    .home-set .wp-block-column:not(:only-child) {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  .home-set p {
    max-width: 15rem;
    margin-left: auto;
    margin-right: auto; }

p + .logo-set {
  margin: -1.25rem 0 0 0; }

.inner-container img {
  max-width: 100%;
  height: auto; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.m-0 {
  margin: 0px !important; }

.p-0 {
  padding: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.m-1 {
  margin: 2px !important; }

.p-1 {
  padding: 2px !important; }

.mt-1 {
  margin-top: 2px !important; }

.pt-1 {
  padding-top: 2px !important; }

.mb-1 {
  margin-bottom: 2px !important; }

.pb-1 {
  padding-bottom: 2px !important; }

.ml-1 {
  margin-left: 2px !important; }

.pl-1 {
  padding-left: 2px !important; }

.mr-1 {
  margin-right: 2px !important; }

.pr-1 {
  padding-right: 2px !important; }

.m-2 {
  margin: 4px !important; }

.p-2 {
  padding: 4px !important; }

.mt-2 {
  margin-top: 4px !important; }

.pt-2 {
  padding-top: 4px !important; }

.mb-2 {
  margin-bottom: 4px !important; }

.pb-2 {
  padding-bottom: 4px !important; }

.ml-2 {
  margin-left: 4px !important; }

.pl-2 {
  padding-left: 4px !important; }

.mr-2 {
  margin-right: 4px !important; }

.pr-2 {
  padding-right: 4px !important; }

.m-5 {
  margin: 10px !important; }

.p-5 {
  padding: 10px !important; }

.mt-5 {
  margin-top: 10px !important; }

.pt-5 {
  padding-top: 10px !important; }

.mb-5 {
  margin-bottom: 10px !important; }

.pb-5 {
  padding-bottom: 10px !important; }

.ml-5 {
  margin-left: 10px !important; }

.pl-5 {
  padding-left: 10px !important; }

.mr-5 {
  margin-right: 10px !important; }

.pr-5 {
  padding-right: 10px !important; }

.m-10 {
  margin: 20px !important; }

.p-10 {
  padding: 20px !important; }

.mt-10 {
  margin-top: 20px !important; }

.pt-10 {
  padding-top: 20px !important; }

.mb-10 {
  margin-bottom: 20px !important; }

.pb-10 {
  padding-bottom: 20px !important; }

.ml-10 {
  margin-left: 20px !important; }

.pl-10 {
  padding-left: 20px !important; }

.mr-10 {
  margin-right: 20px !important; }

.pr-10 {
  padding-right: 20px !important; }

.m-15 {
  margin: 30px !important; }

.p-15 {
  padding: 30px !important; }

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

.pt-15 {
  padding-top: 30px !important; }

.mb-15 {
  margin-bottom: 30px !important; }

.pb-15 {
  padding-bottom: 30px !important; }

.ml-15 {
  margin-left: 30px !important; }

.pl-15 {
  padding-left: 30px !important; }

.mr-15 {
  margin-right: 30px !important; }

.pr-15 {
  padding-right: 30px !important; }

.m-100 {
  margin: 200px !important; }

.p-100 {
  padding: 200px !important; }

.mt-100 {
  margin-top: 200px !important; }

.pt-100 {
  padding-top: 200px !important; }

.mb-100 {
  margin-bottom: 200px !important; }

.pb-100 {
  padding-bottom: 200px !important; }

.ml-100 {
  margin-left: 200px !important; }

.pl-100 {
  padding-left: 200px !important; }

.mr-100 {
  margin-right: 200px !important; }

.pr-100 {
  padding-right: 200px !important; }

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

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

.text-underline {
  text-decoration: underline; }

.nf-form-cont .nf-form-fields-required {
  font-size: 12px;
  margin-bottom: .5rem; }

.nf-form-cont .nf-form-content {
  padding: 0; }
  .nf-form-cont .nf-form-content input[type=button].ninja-forms-field {
    background-color: transparent;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: .75rem 2rem .775rem !important;
    font-size: 21px !important;
    margin: 1.25rem 0;
    text-align: center;
    border: none;
    border-radius: 0 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    outline: none;
    text-transform: uppercase;
    line-height: .975;
    background-color: #39B54A;
    color: #fff; }
    .nf-form-cont .nf-form-content input[type=button].ninja-forms-field.disabled {
      opacity: .35;
      cursor: default; }
    @media (min-width: 1025px) {
      .nf-form-cont .nf-form-content input[type=button].ninja-forms-field:not([disabled]):hover {
        opacity: .75; } }
    .nf-form-cont .nf-form-content input[type=button].ninja-forms-field:focus, .nf-form-cont .nf-form-content input[type=button].ninja-forms-field:active, .nf-form-cont .nf-form-content input[type=button].ninja-forms-field:visited {
      color: #fff; }

.nf-pass.field-wrap .nf-field-element:after {
  display: none !important; }

.nf-form-cont h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem; }

body .listcheckbox-container .nf-field-element label:after {
  top: 0; }

body .listcheckbox-container .nf-field-element label:before {
  top: -4px; }

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  color: #414141; }

ul.heateor_sss_follow_ul,
ul.heateor_sss_sharing_ul {
  padding: 0;
  margin: -.2rem 0 1rem -8px !important; }

.heateor_sss_vertical_sharing {
  display: none !important; }

.heateorSssGoogleGmailBackground {
  display: none; }

.heateor_sss_horizontal_sharing .heateorSssEmailSvg,
#heateor_sss_rearrange .heateorSssEmailSvg,
.heateorSssSharingRound .heateorSssGoogleGmailSvg,
#heateor_sss_rearrange .heateorSssGoogleGmailSvg {
  background: url(/wp-content/themes/ecomatters-theme/graphics/icons/mail-icon.svg?v=2) no-repeat center !important;
  background-size: 60% !important; }

.gform_confirmation_message .heateor_sss_sharing_container {
  display: inline-block; }

.heateor_sss_horizontal_sharing .heateorSssSharing:hover {
  border-color: #39B54A !important; }

.heateorSssSharing,
.heateorSssSharingButton {
  margin: 0 2px 0 0 !important; }

.heateor_sss_horizontal_sharing .heateorSssSharing,
.heateor_sss_standard_follow_icons_container .heateorSssSharing {
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  opacity: 1; }
  .heateor_sss_horizontal_sharing .heateorSssSharing:hover,
  .heateor_sss_standard_follow_icons_container .heateorSssSharing:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .9; }

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  visibility: hidden; }

.modal-close {
  cursor: pointer;
  position: absolute;
  top: .5rem;
  right: 1rem;
  padding: 2px;
  background: #fff;
  font-size: 40px;
  line-height: 1;
  z-index: 9999;
  border: 0;
  outline: none; }

.modal-container {
  max-width: 600px;
  max-height: 420px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  z-index: 9999999;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 4rem 2rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4rem 2rem rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 0 2%;
  overflow-y: auto;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.no-scroll {
  overflow-y: scroll;
  position: fixed;
  width: 100%; }

.show-modal-signup .modal-bg {
  opacity: 1;
  visibility: visible;
  z-index: 9999999; }

.modal-vega .modal-container {
  max-width: 520px;
  max-height: 510px; }

.modal-vega .modal-content {
  max-height: 510px;
  overflow: hidden; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination .btn {
    padding: .5rem .5rem !important; }
    @media (min-width: 782px) {
      .pagination .btn {
        padding: .5rem 1rem !important; } }
  .pagination .current {
    border-bottom: 3px solid #000; }
    .pagination .current .btn {
      background-color: #414141;
      color: #fff; }
      .pagination .current .btn:focus, .pagination .current .btn:active, .pagination .current .btn:visited {
        color: #fff; }

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

#instafeed {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  margin-top: -15px; }

#instafeed .instagram {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 2px 1px;
  overflow: hidden; }
  @media (min-width: 350px) {
    #instafeed .instagram {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%; } }
  @media (min-width: 400px) {
    #instafeed .instagram {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; } }
  @media (min-width: 1025px) {
    #instafeed .instagram {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%; } }
  @media (min-width: 1250px) {
    #instafeed .instagram {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66%;
              flex: 0 0 16.66%; } }
  @media (min-width: 1950px) {
    #instafeed .instagram {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%; } }

#instafeed a {
  display: block;
  margin: 0;
  position: relative;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  overflow: hidden; }

#instafeed a:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

#instafeed img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  height: 100%;
  z-index: 1;
  width: 100%;
  position: absolute;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

#instafeed a:hover {
  opacity: .7; }
  #instafeed a:hover:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  #instafeed a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

#instafeed a:before {
  z-index: 2;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  background-image: url(/wp-content/themes/ecomatters-theme/graphics/icons/instagram.svg);
  background-size: 48px 48px;
  height: 48px;
  width: 48px;
  opacity: 0; }

aside {
  margin: 2rem 0; }
  @media (min-width: 1025px) {
    aside {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 28%;
              flex: 1 0 28%;
      position: relative;
      padding-left: 4%;
      max-width: 28%;
      border-left: 1px solid #F1F1F1; } }
  aside h4, aside p {
    margin: 1.25rem 0 1.25rem; }
  aside.no-sidebar {
    border-left: none; }

@media (min-width: 782px) {
  .page-template-default .wp-block-column[style="flex-basis:33.33%"]:not(:first-child) {
    margin-left: 4%;
    margin-top: -1rem; } }

@media (min-width: 1278px) {
  .page-template-default .wp-block-column[style="flex-basis:33.33%"]:not(:first-child) {
    margin-left: 7%;
    margin-top: -2rem; } }

@media (max-width: 782px) {
  .wp-block-column[style="flex-basis:33.33%"], .wp-block-column[style="flex-basis:66.66%"] {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; } }

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 0; } }

.tribe-events .tribe-events-c-top-bar__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tribe-events .tribe-events-c-top-bar__nav-list-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 15px; }

.tribe-events .tribe-events-c-top-bar__nav-list-item > * {
  vertical-align: middle; }

.tribe-events .tribe-events-c-top-bar__nav-link {
  display: block;
  line-height: 0; }

.tribe-events .tribe-events-c-top-bar__nav-link-icon-svg {
  height: 19px;
  width: 11px; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button {
  display: block !important;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  visibility: visible; }

.tribe-events .tribe-events-c-top-bar__datepicker {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker {
  margin: 0;
  padding: 0; }

.tribe-events .tribe-events-c-top-bar__datepicker-separator {
  white-space: pre; }

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-mobile {
  display: none !important;
  visibility: hidden; }

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  display: block !important;
  visibility: visible; }

.tribe-events .tribe-events-c-top-bar__datepicker-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }

.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
  display: none; }

.tribe-events .tribe-events-c-top-bar__datepicker-container {
  bottom: 0;
  left: 0;
  max-width: calc(100% + 29px);
  position: absolute;
  width: 363px; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-container {
  max-width: none;
  min-width: 363px; }

.tribe-events .tribe-events-header--has-event-search .tribe-events-c-top-bar__datepicker-container {
  max-width: calc(100% + 66px); }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-top-bar__datepicker-container {
  max-width: none; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__actions {
  display: block !important;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
  visibility: visible; }

#top .main_color .tribe-events .tribe-events-c-top-bar__datepicker-input, #top.tribe-theme-enfold .tribe-events .tribe-events-c-top-bar__datepicker-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.entry-content-wrapper .tribe-events .tribe-events-c-top-bar__nav-list-item {
  padding-right: 15px; }

.tribe-theme-avada .tribe-events .tribe-events-c-top-bar__datepicker-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.tribe-events .tribe-events-c-view-selector {
  position: relative;
  width: 29px; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector {
  width: auto; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button {
  height: 100%;
  padding: 20px 24px; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-icon {
  display: none !important;
  visibility: hidden; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-text {
  clip: auto;
  height: auto;
  margin: 0;
  position: static;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__content {
  left: 0;
  padding: 8px;
  right: auto;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  width: auto; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-link {
  padding: 4px 32px 4px 16px; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-icon, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__button {
  display: none !important;
  visibility: hidden; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  display: block;
  height: 100%;
  padding: 0 12px;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
  margin: 0 12px; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
  height: 100%;
  padding: 20px 0;
  position: relative; }

.tribe-events .tribe-events-c-view-selector__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  position: relative;
  width: 100%; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__button {
  padding: 8px; }

.tribe-events .tribe-events-c-view-selector__button-icon {
  display: block;
  height: 21px;
  width: 21px; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__button-icon {
  height: 23px;
  width: 23px; }

.tribe-events .tribe-events-c-view-selector__button-icon-caret-svg {
  display: none; }

@-webkit-keyframes aniFade {
  0% {
    opacity: .25; }
  50% {
    opacity: .75; }
  100% {
    opacity: .25; } }

@keyframes aniFade {
  0% {
    opacity: .25; }
  50% {
    opacity: .75; }
  100% {
    opacity: .25; } }

.tribe-common-c-loader__dot--first {
  -webkit-animation: aniFade 1s linear 0s infinite;
          animation: aniFade 1s linear 0s infinite; }

.tribe-common-c-loader__dot--second {
  -webkit-animation: aniFade 1s linear .1s infinite;
          animation: aniFade 1s linear .1s infinite; }

.tribe-common-c-loader__dot--third {
  -webkit-animation: aniFade 1s linear .2s infinite;
          animation: aniFade 1s linear .2s infinite; }

[class*="DatePickerInput-"] input[type=text] {
  padding: 0 !important; }

.home-icon figure {
  max-height: 5rem; }

/*.js-modal-signup{
  max-width:20rem;
}*/
.newsletter-set .wp-block-group__inner-container {
  max-width: 55rem; }
  .newsletter-set .wp-block-group__inner-container .wp-block-button__link {
    margin-bottom: 0; }
    @media (min-width: 1025px) {
      .newsletter-set .wp-block-group__inner-container .wp-block-button__link {
        margin: 0; } }

.home h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase; }

.page-hero {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
  height: 0; }
  .page-hero img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 1000px; }

/*.single-post .page-hero{
    padding-top:$sixteen-by-nine; 
}*/
.page .page-hero {
  max-height: 10rem;
  height: 50vw;
  padding-top: 0; }
  .page .page-hero img {
    -o-object-position: top;
       object-position: top;
    max-width: 1920px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }
  @media (min-width: 481px) {
    .page .page-hero {
      max-height: 15rem; } }
  @media (min-width: 1025px) {
    .page .page-hero {
      max-height: 20rem; } }
  @media (min-width: 1350px) {
    .page .page-hero {
      max-height: 22rem; } }
  @media (min-width: 1950px) {
    .page .page-hero {
      max-height: 35rem; } }

.item-seperator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.7rem 0 0 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: bold; }
  .item-seperator:after {
    background-color: #d5d5d5;
    content: "";
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 1px;
    margin-left: 20px; }

.item-parent-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .item-parent-list:after {
    content: '';
    width: 100%; }
    @media (min-width: 782px) {
      .item-parent-list:after {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32%;
                flex: 0 0 32%;
        display: block; } }
  .item-parent-list .item-btn {
    margin-top: auto; }
  .item-parent-list .btn {
    margin: 1rem 0 .5rem;
    width: 100%; }
  .item-parent-list .item-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #f4f4f4; }
    @media (min-width: 782px) {
      .item-parent-list .item-list {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32%;
                flex: 0 0 32%; } }
    .item-parent-list .item-list .item-img-wrap {
      max-width: 100%;
      -webkit-box-flex: inherit;
          -ms-flex: inherit;
              flex: inherit;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .item-parent-list .item-list .item-img-wrap .item-img {
        height: auto; }
    .item-parent-list .item-list .item-title {
      margin-top: 1.4rem !important; }
    .item-parent-list .item-list .item-content .item-inner {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 7% 0 7%; }
  .item-parent-list .item-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .item-parent-list .item-desc p, .item-parent-list .item-desc li {
      font-size: .925rem; }

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1.4rem 0 !important;
  background: #fff; }
  @media (min-width: 782px) {
    .item-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .item-list--featured {
    outline: 4px solid #414141; }
    .item-list--featured .tribe-events-calendar-list__event-datetime-featured-icon, .item-list--featured .tribe-events-calendar-list__event-datetime-featured-text {
      display: none !important; }
  .item-list .item-title {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0.7rem 0 0 0 !important; }
    .item-list .item-title a {
      color: #414141; }
      .item-list .item-title a:hover {
        color: #000; }
  .item-list .item-desc {
    padding: 0.7rem 0 0 0; }
    @media (min-width: 782px) {
      .item-list .item-desc {
        padding: 0.7rem 0; } }
    .item-list .item-desc p {
      margin: 0; }
      .item-list .item-desc p a {
        color: #414141;
        text-decoration: underline; }
        .item-list .item-desc p a:hover {
          color: #000; }
  .item-list .item-eventinfo {
    border-bottom: 2px solid #39B54A;
    padding: 0.7rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .item-list .item-eventinfo > * {
      display: block;
      margin: 0;
      padding: 0.23333rem 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .item-list .item-eventinfo > *:first-child {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
    .item-list .item-eventinfo > .item-cost {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      text-align: right;
      margin-left: auto; }
    @media (min-width: 400px) {
      .item-list .item-eventinfo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .item-list .item-eventinfo > * {
          padding: 0; }
        .item-list .item-eventinfo > *:first-child {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 36%;
                  flex: 0 0 36%;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .item-list .item-eventinfo > .item-cost {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
    .item-list .item-eventinfo .recurring-info {
      display: none; }
  .item-list .item-address {
    font-style: normal; }
  .item-list .item-img-wrap {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    background-color: #eaeaea; }
    @media (min-width: 782px) {
      .item-list .item-img-wrap {
        max-width: 33%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 33%;
                flex: 1 0 33%; } }
  .item-list .item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .item-list .item-btn a.btn {
      display: block;
      width: 100%; }
  .item-list .item-img {
    width: 100%;
    overflow: hidden;
    margin: 0;
    background-color: #eee;
    position: relative;
    padding-top: 56.25%;
    display: block;
    height: 100%; }
    .item-list .item-img:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .item-list .item-img img {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      max-width: inherit !important;
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      left: 0;
      top: 0; }
      @media (min-width: 1350px) {
        .item-list .item-img img {
          max-width: 485px !important;
          max-height: 272px !important; } }
  .item-list .item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%; }
    .item-list .item-content header, .item-list .item-content .item-header {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      color: #414141;
      padding: 0.7rem 1rem 0.7rem 1rem;
      background-color: #39B54A;
      font-weight: bold; }
      @media (min-width: 782px) {
        .item-list .item-content header, .item-list .item-content .item-header {
          padding: 0.7rem 4% 0.7rem 4%; } }
      .item-list .item-content header p, .item-list .item-content header a, .item-list .item-content header .item-categories, .item-list .item-content .item-header p, .item-list .item-content .item-header a, .item-list .item-content .item-header .item-categories {
        margin: 0;
        font-weight: bold;
        color: #414141; }
      .item-list .item-content header p, .item-list .item-content .item-header p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .item-list .item-content header .item-recurring, .item-list .item-content .item-header .item-recurring {
        font-size: .825rem;
        margin: 0 0 0 .5rem;
        font-weight: normal;
        color: #414141;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .item-list .item-content header .item-recurring:hover, .item-list .item-content .item-header .item-recurring:hover {
          text-decoration: underline; }
    .item-list .item-content .item-inner {
      padding: 0 1rem 1rem 1rem; }
      @media (min-width: 782px) {
        .item-list .item-content .item-inner {
          padding: 0 4% 0 4%; } }

.tribe-common .item-list .tribe-common-c-svgicon--recurring path {
  fill: #414141;
  stroke: #414141; }

.related-posts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background-color: #F1F1F1;
  padding: 2.5rem 0 2.5rem; }
  .related-posts h3 {
    margin-bottom: 0 !important; }
  .related-posts .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.widget {
  border-bottom: 1px solid #39B54A;
  padding: 1.25rem 0; }

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  margin: 0; }
  .widget ul li {
    margin: 0;
    padding: 0;
    list-style: none; }

.widget_archive ul li {
  float: left;
  width: 50%; }

.widget_archive ul li a {
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 15px;
  letter-spacing: -0.5px;
  color: #222222; }

h4.widget-title {
  margin-top: 0;
  margin-bottom: 1rem; }

.widget_categories form {
  display: block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: normal;
  border-radius: 0;
  min-width: 10px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  border: 1px solid #aaa;
  margin-bottom: .1rem;
  background-color: #f9f9f9;
  margin-top: .2rem;
  border-radius: 0;
  padding: .8em .8rem !important;
  font-size: 16px !important;
  height: 46px;
  line-height: normal !important;
  padding: 0 !important;
  -webkit-transition: all 260ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 260ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 260ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-appearance: none;
  display: inline-block;
  min-width: 140px;
  cursor: pointer;
  margin: 0;
  position: relative;
  width: 100%; }
  .widget_categories form label {
    display: none; }
  .widget_categories form::-webkit-input-placeholder {
    color: #999; }
  .widget_categories form:-moz-placeholder {
    color: #999; }
  .widget_categories form::-moz-placeholder {
    color: #999; }
  .widget_categories form:-ms-input-placeholder {
    color: #999; }
  .widget_categories form:placeholder {
    color: #999; }
  .widget_categories form:hover {
    border: 1px solid #9d9d9d; }
  .widget_categories form:focus {
    outline: none;
    border: 1px solid #39B54A;
    background-color: #fff; }
  .widget_categories form:disabled, .widget_categories form[readonly] {
    cursor: not-allowed;
    opacity: 0.5; }
  .widget_categories form select {
    padding: .8em .8rem !important;
    font-size: 16px !important;
    height: 46px;
    line-height: normal !important;
    border: none; }
  .widget_categories form[disabled], .widget_categories form[readonly] {
    cursor: not-allowed;
    opacity: 0.5; }
  .widget_categories form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0px;
    color: #333;
    cursor: pointer;
    height: auto;
    position: relative;
    width: 100% !important;
    z-index: 10; }
  .widget_categories form::-ms-expand {
    display: none; }

.all-btn {
  margin: 0 auto; }

.single-post .wp-caption {
  max-width: 100%;
  color: #888; }

.events-venue-map {
  width: 100%;
  margin-top: .5rem; }
  @media (min-width: 580px) {
    .events-venue-map {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      margin: 0; } }
  .events-venue-map > div {
    height: 220px !important; }

.event-ticket-btn a {
  background-color: transparent;
  color: #000;
  text-align: center;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: .75rem 2rem .775rem !important;
  font-size: 21px !important;
  margin: 1.25rem 0;
  text-align: center;
  border: none;
  border-radius: 0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  outline: none;
  text-transform: uppercase;
  line-height: .975;
  background-color: #39B54A;
  color: #fff;
  width: 100%;
  display: block; }
  .event-ticket-btn a.disabled {
    opacity: .35;
    cursor: default; }
  @media (min-width: 1025px) {
    .event-ticket-btn a:not([disabled]):hover {
      opacity: .75; } }
  .event-ticket-btn a:focus, .event-ticket-btn a:active, .event-ticket-btn a:visited {
    color: #fff; }

.page-title + .event-section {
  padding-top: 0;
  margin-top: -.5rem; }

.event-section {
  padding: 1.25rem 0;
  border-bottom: 1px solid #eaeaea; }
  @media (min-width: 580px) {
    .event-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .event-section .event-ticket-btn a {
    margin: .5rem 0; }
    @media (min-width: 580px) {
      .event-section .event-ticket-btn a {
        margin: 0; } }
  .event-section h4 {
    margin-top: 0;
    padding-top: 0; }
  .event-section p {
    margin: 0; }

.event-section--sm {
  padding: 0.625rem 0 0.625rem; }

.event-section:last-child {
  border-bottom: 0; }

.tribe-events-single-event-description {
  border-bottom: 1px solid #eee; }

.event-organizer {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.organizer-img {
  display: block; }
  .organizer-img img {
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    width: 100%;
    max-height: 5rem;
    max-width: 14rem;
    height: 100%; }

.tribe-events-view--all .events-cal-btns, .tribe-events-view--all .events-topbar {
  display: none !important; }

.tribe-events .events-datepicker .datepicker {
  margin-top: -16px; }

.tribe-events .datepicker .day.active {
  background-color: #039347; }
  .tribe-events .datepicker .day.active:hover {
    background-color: #039347; }

.events-topbar, .tribe-events-header__top-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  border-top: 2px solid #39B54A !important;
  border-bottom: 2px solid #39B54A !important;
  margin-bottom: .2rem !important; }
  .events-topbar button.btn--link, .tribe-events-header__top-bar button.btn--link {
    color: #39B54A; }
    .events-topbar button.btn--link svg, .events-topbar button.btn--link path, .tribe-events-header__top-bar button.btn--link svg, .tribe-events-header__top-bar button.btn--link path {
      fill: #39B54A !important; }
    .events-topbar button.btn--link svg.tribe-common-c-svgicon, .tribe-events-header__top-bar button.btn--link svg.tribe-common-c-svgicon {
      display: block !important;
      margin: 0 0 -.2rem .2rem; }
  .events-topbar .btn--link, .tribe-events-header__top-bar .btn--link {
    font-size: 1rem;
    margin-right: .6rem; }
    @media (min-width: 370px) {
      .events-topbar .btn--link, .tribe-events-header__top-bar .btn--link {
        margin-right: 1rem; } }
    @media (min-width: 1250px) {
      .events-topbar .btn--link, .tribe-events-header__top-bar .btn--link {
        margin-right: 1.2rem; } }

body .tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
  font-size: 1rem;
  margin-right: .6rem; }
  @media (min-width: 370px) {
    body .tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
      margin-right: 1rem; } }
  @media (min-width: 1250px) {
    body .tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
      margin-right: 1.2rem; } }

.events-cal-btns {
  clear: both;
  width: 100%; }
  .events-cal-btns ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .events-cal-btns ul li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .events-cal-btns ul li {
      display: inline-block;
      margin: .4rem .25rem; }
      .events-cal-btns ul li:first-child {
        margin-left: 0; }
      .events-cal-btns ul li a {
        position: relative;
        border: 2px solid #39B54A;
        padding: .375rem 1rem;
        display: block;
        font-weight: bold;
        color: #414141 !important; }
        .events-cal-btns ul li a.active {
          color: white !important;
          background-color: #39B54A; }

.event-time, .event-cost {
  font-size: 1.15rem;
  padding-bottom: .1rem;
  line-height: 1.25; }

.event-time strong {
  display: block; }
  @media (min-width: 400px) {
    .event-time strong {
      display: inline-block; }
      .event-time strong:after {
        content: ' - ';
        display: inline-block; } }

.event-cost {
  padding: .5rem 0 0; }
  @media (min-width: 580px) {
    .event-cost {
      text-align: center;
      padding: 0 0 .1rem; } }

.event-cal-links {
  padding-top: .5rem;
  font-size: .9rem; }

.recurring-event-icon, .tribe-common .tribe-common-c-svgicon {
  width: 16px !important;
  line-height: 1;
  margin-right: .3rem; }

.recurring-info {
  font-size: 0.8rem;
  line-height: 1.35;
  margin: 0.625rem 0 0.625rem;
  padding: 0;
  margin: 0; }
  .recurring-info p {
    font-size: 0.8rem;
    line-height: 1.35;
    margin: 0.625rem 0 0.625rem;
    padding: 0;
    margin: 0; }

.recurring-info + p {
  display: none; }

.tribe-events-view--all .item-list .item-content .item-recurring {
  display: none; }

.tribe-events-view--all h1.page-title:after {
  content: " More Dates";
  font-size: 50%;
  margin-left: .2rem;
  display: block; }

.tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium {
  display: none; }

.tribe-events-calendar-list-nav.tribe-events-c-nav {
  padding: 0 0 2.5rem !important; }
  .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__next, .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__prev {
    background-color: transparent;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: .75rem 2rem .775rem !important;
    font-size: 21px !important;
    margin: 1.25rem 0;
    text-align: center;
    border: none;
    border-radius: 0 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    outline: none;
    text-transform: uppercase;
    line-height: .975;
    background-color: #39B54A;
    color: #fff;
    line-height: .8; }
    .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__next.disabled, .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__prev.disabled {
      opacity: .35;
      cursor: default; }
    @media (min-width: 1025px) {
      .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__next:not([disabled]):hover, .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__prev:not([disabled]):hover {
        opacity: .75; } }
    .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__next:focus, .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__next:active, .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__next:visited, .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__prev:focus, .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__prev:active, .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__prev:visited {
      color: #fff; }
    .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__next:hover, .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__prev:hover {
      fill: white; }
    .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__next svg, .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__next path, .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__prev svg, .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__prev path {
      width: 12px !important;
      fill: white; }
    .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__next:disabled, .tribe-events-calendar-list-nav.tribe-events-c-nav .tribe-events-c-nav__prev:disabled {
      opacity: 0; }

.tribe-events .tribe-events-c-nav__list-item--today {
  display: none !important; }

.event-cat-desc {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: -.5rem 0 0 !important;
  padding: 0 0 .5rem !important; }

.tribe-events-content {
  padding: 1.25rem 0; }

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  /* <-- this is the fix */ }

.tribe-events-notices {
  border: 1px solid var(--tec-color-border-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .75rem;
  margin: 1rem 0 -0.5rem;
  background: #414141;
  color: #fff; }
  .tribe-events-notices li {
    color: #fff; }

body .tribe_event_series-template-default .tribe-common-l-container.tribe-events-l-container {
  padding: 0;
  margin: 0; }

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  padding: 0;
  margin: 0; }

body .tribe-events-series-relationship-single-marker.tribe-common {
  display: none;
  font-size: .85rem;
  margin: .2rem 0 -.5rem; }
  body .tribe-events-series-relationship-single-marker.tribe-common .tec_series_marker__title {
    color: #39B54A; }

body .tribe-common-l-container.tribe-events-l-container {
  padding: 0;
  margin: 0; }

.for-search {
  display: none; }

.search-results .for-search {
  display: inline-block; }

.page-numbers {
  margin: 0 2px;
  background-color: transparent;
  color: #000;
  text-align: center;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: .75rem 2rem .775rem !important;
  font-size: 21px !important;
  margin: 1.25rem 0;
  text-align: center;
  border: none;
  border-radius: 0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  outline: none;
  text-transform: uppercase;
  line-height: .975;
  background-color: #39B54A;
  color: #fff;
  line-height: 1; }
  .page-numbers.disabled {
    opacity: .35;
    cursor: default; }
  @media (min-width: 1025px) {
    .page-numbers:not([disabled]):hover {
      opacity: .75; } }
  .page-numbers:focus, .page-numbers:active, .page-numbers:visited {
    color: #fff; }
  .page-numbersa:hover {
    fill: white; }
  .page-numbers svg, .page-numbers path {
    width: 12px !important;
    fill: white; }
  .page-numbers:disabled {
    opacity: 0; }
  .page-numbers .tribe-events-c-nav__next-icon-svg {
    margin-left: 12px; }
  .page-numbers .tribe-events-c-nav__prev-icon-svg {
    margin-right: 12px; }

.pagination .current {
  border-bottom: none;
  opacity: .6;
  cursor: default !important; }

.events-cal-btns a[data-cat*=arts] {
  padding-left: 2.65rem;
  padding-right: .5rem;
  border: 2px solid #22A9E1; }
  .events-cal-btns a[data-cat*=arts]:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    background: url(/wp-content/themes/ecomatters-theme/graphics/icons/climate.svg) center no-repeat;
    background-color: #22A9E1;
    background-size: 30px 30px;
    height: 2.15rem;
    width: 2.15rem; }
  .events-cal-btns a[data-cat*=arts].active {
    background-color: #22A9E1; }

.item-list[data-cat*=arts] .item-content header, .item-list[data-cat*=arts] .item-content .item-header {
  background-color: #22A9E1; }
  .item-list[data-cat*=arts] .item-content header:after, .item-list[data-cat*=arts] .item-content .item-header:after {
    display: inline-block;
    content: ' ';
    margin: -0.7rem 0;
    background: url(/wp-content/themes/ecomatters-theme/graphics/icons/climate.svg) center no-repeat;
    background-size: 30px 30px;
    height: 2.15rem;
    width: 2.15rem; }
    @media (min-width: 1025px) {
      .item-list[data-cat*=arts] .item-content header:after, .item-list[data-cat*=arts] .item-content .item-header:after {
        background-size: 38px 38px; } }
  .item-list[data-cat*=arts] .item-content header p, .item-list[data-cat*=arts] .item-content .item-header p {
    color: #fff; }

.events-cal-btns a[data-cat*=clean-transport] {
  padding-left: 2.65rem;
  padding-right: .5rem;
  border: 2px solid #c6202d; }
  .events-cal-btns a[data-cat*=clean-transport]:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    background: url(/wp-content/themes/ecomatters-theme/graphics/icons/bicycle.svg) center no-repeat;
    background-color: #c6202d;
    background-size: 30px 30px;
    height: 2.15rem;
    width: 2.15rem; }
  .events-cal-btns a[data-cat*=clean-transport].active {
    background-color: #c6202d; }

.item-list[data-cat*=clean-transport] .item-content header, .item-list[data-cat*=clean-transport] .item-content .item-header {
  background-color: #c6202d; }
  .item-list[data-cat*=clean-transport] .item-content header:after, .item-list[data-cat*=clean-transport] .item-content .item-header:after {
    display: inline-block;
    content: ' ';
    margin: -0.7rem 0;
    background: url(/wp-content/themes/ecomatters-theme/graphics/icons/bicycle.svg) center no-repeat;
    background-size: 30px 30px;
    height: 2.15rem;
    width: 2.15rem; }
    @media (min-width: 1025px) {
      .item-list[data-cat*=clean-transport] .item-content header:after, .item-list[data-cat*=clean-transport] .item-content .item-header:after {
        background-size: 38px 38px; } }
  .item-list[data-cat*=clean-transport] .item-content header p, .item-list[data-cat*=clean-transport] .item-content .item-header p {
    color: #fff; }

.events-cal-btns a[data-cat*=explore-nature] {
  padding-left: 2.65rem;
  padding-right: .5rem;
  border: 2px solid #01984a; }
  .events-cal-btns a[data-cat*=explore-nature]:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    background: url(/wp-content/themes/ecomatters-theme/graphics/icons/binoculars.svg) center no-repeat;
    background-color: #01984a;
    background-size: 30px 30px;
    height: 2.15rem;
    width: 2.15rem; }
  .events-cal-btns a[data-cat*=explore-nature].active {
    background-color: #01984a; }

.item-list[data-cat*=explore-nature] .item-content header, .item-list[data-cat*=explore-nature] .item-content .item-header {
  background-color: #01984a; }
  .item-list[data-cat*=explore-nature] .item-content header:after, .item-list[data-cat*=explore-nature] .item-content .item-header:after {
    display: inline-block;
    content: ' ';
    margin: -0.7rem 0;
    background: url(/wp-content/themes/ecomatters-theme/graphics/icons/binoculars.svg) center no-repeat;
    background-size: 30px 30px;
    height: 2.15rem;
    width: 2.15rem; }
    @media (min-width: 1025px) {
      .item-list[data-cat*=explore-nature] .item-content header:after, .item-list[data-cat*=explore-nature] .item-content .item-header:after {
        background-size: 38px 38px; } }
  .item-list[data-cat*=explore-nature] .item-content header p, .item-list[data-cat*=explore-nature] .item-content .item-header p {
    color: #fff; }

.events-cal-btns a[data-cat*=makers] {
  padding-left: 2.65rem;
  padding-right: .5rem;
  border: 2px solid #1087c9; }
  .events-cal-btns a[data-cat*=makers]:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    background: url(/wp-content/themes/ecomatters-theme/graphics/icons/hand.svg) center no-repeat;
    background-color: #1087c9;
    background-size: 30px 30px;
    height: 2.15rem;
    width: 2.15rem; }
  .events-cal-btns a[data-cat*=makers].active {
    background-color: #1087c9; }

.item-list[data-cat*=makers] .item-content header, .item-list[data-cat*=makers] .item-content .item-header {
  background-color: #1087c9; }
  .item-list[data-cat*=makers] .item-content header:after, .item-list[data-cat*=makers] .item-content .item-header:after {
    display: inline-block;
    content: ' ';
    margin: -0.7rem 0;
    background: url(/wp-content/themes/ecomatters-theme/graphics/icons/hand.svg) center no-repeat;
    background-size: 30px 30px;
    height: 2.15rem;
    width: 2.15rem; }
    @media (min-width: 1025px) {
      .item-list[data-cat*=makers] .item-content header:after, .item-list[data-cat*=makers] .item-content .item-header:after {
        background-size: 38px 38px; } }
  .item-list[data-cat*=makers] .item-content header p, .item-list[data-cat*=makers] .item-content .item-header p {
    color: #fff; }

.events-cal-btns a[data-cat*=foodies-fix] {
  padding-left: 2.65rem;
  padding-right: .5rem;
  border: 2px solid #ef3a34; }
  .events-cal-btns a[data-cat*=foodies-fix]:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    background: url(/wp-content/themes/ecomatters-theme/graphics/icons/cutlery.svg) center no-repeat;
    background-color: #ef3a34;
    background-size: 30px 30px;
    height: 2.15rem;
    width: 2.15rem; }
  .events-cal-btns a[data-cat*=foodies-fix].active {
    background-color: #ef3a34; }

.item-list[data-cat*=foodies-fix] .item-content header, .item-list[data-cat*=foodies-fix] .item-content .item-header {
  background-color: #ef3a34; }
  .item-list[data-cat*=foodies-fix] .item-content header:after, .item-list[data-cat*=foodies-fix] .item-content .item-header:after {
    display: inline-block;
    content: ' ';
    margin: -0.7rem 0;
    background: url(/wp-content/themes/ecomatters-theme/graphics/icons/cutlery.svg) center no-repeat;
    background-size: 30px 30px;
    height: 2.15rem;
    width: 2.15rem; }
    @media (min-width: 1025px) {
      .item-list[data-cat*=foodies-fix] .item-content header:after, .item-list[data-cat*=foodies-fix] .item-content .item-header:after {
        background-size: 38px 38px; } }
  .item-list[data-cat*=foodies-fix] .item-content header p, .item-list[data-cat*=foodies-fix] .item-content .item-header p {
    color: #fff; }

.events-cal-btns a[data-cat*=living] {
  padding-left: 2.65rem;
  padding-right: .5rem;
  border: 2px solid #fbaf1a; }
  .events-cal-btns a[data-cat*=living]:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    background: url(/wp-content/themes/ecomatters-theme/graphics/icons/lightbulb.svg) center no-repeat;
    background-color: #fbaf1a;
    background-size: 30px 30px;
    height: 2.15rem;
    width: 2.15rem; }
  .events-cal-btns a[data-cat*=living].active {
    background-color: #fbaf1a; }

.item-list[data-cat*=living] .item-content header, .item-list[data-cat*=living] .item-content .item-header {
  background-color: #fbaf1a; }
  .item-list[data-cat*=living] .item-content header:after, .item-list[data-cat*=living] .item-content .item-header:after {
    display: inline-block;
    content: ' ';
    margin: -0.7rem 0;
    background: url(/wp-content/themes/ecomatters-theme/graphics/icons/lightbulb.svg) center no-repeat;
    background-size: 30px 30px;
    height: 2.15rem;
    width: 2.15rem; }
    @media (min-width: 1025px) {
      .item-list[data-cat*=living] .item-content header:after, .item-list[data-cat*=living] .item-content .item-header:after {
        background-size: 38px 38px; } }
  .item-list[data-cat*=living] .item-content header p, .item-list[data-cat*=living] .item-content .item-header p {
    color: #fff; }

.item-list[data-cat*='ecofest-west'] .item-recurring {
  color: white !important; }
  .item-list[data-cat*='ecofest-west'] .item-recurring .tribe-common-c-svgicon--recurring path {
    fill: white;
    stroke: white; }

.page .tribe-events .tribe-common-l-container.tribe-events-l-container {
  padding: 0;
  max-width: 100%; }

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-color: var(--swiper-theme-color);
    */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* Navigation font end */
:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 8px;
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-top: auto;
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-border-radius: 50%;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

:root {
  /*
    --swiper-scrollbar-border-radius: 10px;
    --swiper-scrollbar-top: auto;
    --swiper-scrollbar-bottom: 4px;
    --swiper-scrollbar-left: auto;
    --swiper-scrollbar-right: 4px;
    --swiper-scrollbar-sides-offset: 1%;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
    --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
    --swiper-scrollbar-size: 4px;
    */ }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none; }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.swiper-wrapper {
  height: auto;
  min-height: 25rem;
  max-height: 550px; }
  @media (min-width: 1350px) {
    .swiper-wrapper {
      min-height: 29rem; } }
  @media (min-width: 1950px) {
    .swiper-wrapper {
      min-height: 31rem; } }
  .swiper-wrapper .wp-block-button a {
    padding: .8rem 2.4rem !important;
    font-size: 23px !important; }
  .swiper-wrapper .wp-block-social-links {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .swiper-wrapper .wp-block-social-links .wp-social-link a {
    padding: 0; }
  .swiper-wrapper .wp-block-social-links .wp-social-link svg {
    color: #f1f1f1 !important;
    width: 3rem;
    height: 3rem; }
  .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto; }
  .swiper-wrapper .bg-image {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .swiper-wrapper .bg-image img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100% !important;
      width: 100%;
      display: block;
      max-width: 100% !important; }

.swiper-container {
  height: auto; }

.swiper-wrapper .slide-content {
  color: white;
  max-width: 1100px;
  width: 100%;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto !important;
  margin-right: auto !important;
  /*position: absolute;
    top:0;*/
  grid-area: 1 / 1;
  z-index: 2;
  height: 100%; }
  @media (min-width: 370px) {
    .swiper-wrapper .slide-content {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  @media (min-width: 782px) {
    .swiper-wrapper .slide-content {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media (min-width: 1150px) {
    .swiper-wrapper .slide-content {
      padding-left: 40px !important;
      padding-right: 40px !important; } }
  @media (min-width: 1250px) {
    .swiper-wrapper .slide-content {
      padding-left: 55px !important;
      padding-right: 55px !important; } }

.swiper-wrapper .slide-content p {
  font-size: 3.1rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.05;
  padding: 0;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
  margin-bottom: .5rem; }
  @media (min-width: 1025px) {
    .swiper-wrapper .slide-content p {
      font-size: 3.95rem; } }
  @media (min-width: 1350px) {
    .swiper-wrapper .slide-content p {
      font-size: 4.3rem; } }
  .swiper-wrapper .slide-content p a {
    color: white; }

.swiper-wrapper .slide-content svg {
  -webkit-filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0.4)); }

.slide-content > * {
  opacity: 0; }

.swiper-slide-active .slide-content > * {
  -webkit-animation: fadeInFancy;
          animation: fadeInFancy;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.wp-block-eedee-block-gutenslider.content-change {
  max-height: 27rem; }
  @media (min-width: 1350px) {
    .wp-block-eedee-block-gutenslider.content-change {
      max-height: 30rem; } }
  @media (min-width: 1950px) {
    .wp-block-eedee-block-gutenslider.content-change {
      max-height: 32rem; } }
  .wp-block-eedee-block-gutenslider.content-change .wp-block-button a {
    padding: .8rem 2.4rem !important;
    font-size: 23px !important; }
  .wp-block-eedee-block-gutenslider.content-change .wp-block-social-links {
    font-size: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .wp-block-eedee-block-gutenslider.content-change .wp-block-social-links .wp-social-link a {
    padding: 0; }
  .wp-block-eedee-block-gutenslider.content-change .wp-block-social-links .wp-social-link svg {
    width: 3rem;
    height: 3rem; }

.wp-block-eedee-block-gutenslider.content-change.adaptive-height .eedee-background-div {
  max-height: 27rem; }
  @media (min-width: 1350px) {
    .wp-block-eedee-block-gutenslider.content-change.adaptive-height .eedee-background-div {
      max-height: 30rem; } }
  @media (min-width: 1950px) {
    .wp-block-eedee-block-gutenslider.content-change.adaptive-height .eedee-background-div {
      max-height: 32rem; } }

.swiper-slide-active .slide-content :nth-child(1) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

.swiper-slide-active .slide-content :nth-child(2) {
  -webkit-animation-delay: .75s;
          animation-delay: .75s; }

.swiper-slide-active .slide-content :nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.swiper-slide-active .slide-content :nth-child(4) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s; }

@-webkit-keyframes fadeInFancy {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInFancy {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.swiper-pagination-bullet {
  --swiper-pagination-color: #eee;
  --swiper-pagination-bullet-inactive-color:white; }

/*# sourceMappingURL=app.bundle.css.map*/