/*!
Theme Name: Sfspca
Description: Custom theme for Sfspca
Author: iiD
Author URI: ionutstaicu.com
Version: 61a1abef
*/
* {
  margin: 0;
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  color: #ed1850;
  text-decoration: none; }

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

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

p {
  margin-bottom: 1em; }
  p:last-child {
    margin-bottom: 0; }

img.alignleft {
  float: left;
  margin-right: 1.5em; }

img.alignright {
  float: right;
  margin-left: 1.5em; }

.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol,
.elementor-text-editor ul,
.elementor-text-editor ol {
  margin-left: 20px; }
  .elementor-widget-theme-post-content ul li,
  .elementor-widget-theme-post-content ol li,
  .elementor-text-editor ul li,
  .elementor-text-editor ol li {
    list-style-position: outside; }
    .elementor-widget-theme-post-content ul li + li,
    .elementor-widget-theme-post-content ol li + li,
    .elementor-text-editor ul li + li,
    .elementor-text-editor ol li + li {
      margin-top: 5px; }

.elementor-widget-theme-post-content h1,
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6,
.elementor-text-editor h1,
.elementor-text-editor h2,
.elementor-text-editor h3,
.elementor-text-editor h4,
.elementor-text-editor h5,
.elementor-text-editor h6 {
  line-height: 1.5; }

body {
  background: #f5f5f5;
  font: 400 18px Arial, Helvetica, Verdana;
  font-family: Open Sans, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-weight: 600; }

h1 {
  font-size: 4.56em; }

h2 {
  font-size: 4em; }

h3 {
  font-size: 3.33em; }

h4 {
  font-size: 2.67em; }

h5 {
  font-size: 1.67em; }

h6 {
  font-size: 1.33em; }

@-webkit-keyframes favorite {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  55% {
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes favorite {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  55% {
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

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

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

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

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

.carousel:not(.carousel-pre-init) .carousel__item:not(:first-child) {
  display: none; }

.carousel.flickity-resize {
  height: 100%; }
  .carousel.flickity-resize .carousel__item {
    min-height: 100%; }
  .carousel.flickity-resize.is-vertical-aligned .carousel__item {
    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; }
  .carousel.flickity-resize [data-youtube-id] {
    position: relative;
    height: 0;
    max-width: 100%;
    width: 100vw;
    padding-top: 56%; }
    .carousel.flickity-resize [data-youtube-id] > * {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.icon-story-count {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 34px;
  margin-right: 10px; }

.elementor-widget-ntz-button-group.button-align-middle .buttonGroup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.elementor-widget-ntz-button-group.button-align-bottom .buttonGroup {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.elementor-widget-ntz-button-group.button-align-top .buttonGroup {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.buttonGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .button-group-align-left .buttonGroup {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .button-group-align-left .buttonGroup .buttonGroup__item:first-child {
      margin-left: 0 !important; }
  .button-group-align-right .buttonGroup {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .button-group-align-right .buttonGroup .buttonGroup__item:last-child {
      margin-right: 0 !important; }
  .stack-buttons .buttonGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.buttonGroup .elementor-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media all and (max-width: 600px) {
    .buttonGroup .elementor-button {
      padding-left: 0.35em !important;
      padding-right: 0.35em !important; } }

.buttonGroup__icon {
  margin-right: 0.5em; }
  .buttonGroup__icon.icon-to-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0.5em;
    margin-right: 0; }

.elementor-element .elementor-widget-button .elementor-button,
body .elementor-cta__button.elementor-button,
#elementor .elementor-cta__button.elementor-button {
  color: #fff;
  border-width: 0; }

.elementor-cta__content .elementor-widget-button {
  margin-left: auto;
  margin-right: auto; }

.button-rounded-sligthly .elementor-button {
  border-radius: 10px !important; }

.button-rounded-moderated .elementor-button {
  border-radius: 20px !important; }

.menu-item.button a,
.button-rounded-heavily .elementor-button {
  border-radius: 30px !important; }

.button-padded-sligthly .elementor-button {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.button-padded-moderated .elementor-button {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.button-padded-heavily .elementor-button {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.menu-item.button.button-hallow a,
.elementor-button-hallow .elementor-button {
  border: 1px solid #8a888b !important;
  background-color: transparent !important;
  color: #ed1850 !important; }

.menu-item.button a {
  padding: 10px 20px;
  display: none;
  background: #ed1850;
  color: #fff;
  font-size: 11px;
  border: 1px solid #ed1850;
  will-change: background, color;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .menu-item.button a:hover {
    background: transparent;
    color: #ed1850; }
  @media all and (min-width: 768px) {
    .menu-item.button a {
      display: inline-block; } }

.elementor-image-gallery > .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ntz-font-size-s-2 .elementor-text-editor {
  font-size: 0.8em; }

.ntz-font-size-s-1 .elementor-text-editor {
  font-size: 0.9em; }

.ntz-font-size-s1 .elementor-text-editor {
  font-size: 1.1em; }

.ntz-font-size-s2 .elementor-text-editor {
  font-size: 1.3em; }

.siteHeader {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff; }
  body.admin-bar .siteHeader {
    top: 46px; }
    @media all and (min-width: 768px) {
      body.admin-bar .siteHeader {
        top: 32px; } }
  .siteHeader .siteHeader__innerWrap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media all and (min-width: 768px) {
      .siteHeader .siteHeader__innerWrap {
        padding: 0; } }
    .siteHeader .siteHeader__innerWrap .logo-wrapper {
      padding: 15px 0; }
      @media all and (min-width: 768px) {
        .siteHeader .siteHeader__innerWrap .logo-wrapper {
          margin-right: 30px; } }
      .siteHeader .siteHeader__innerWrap .logo-wrapper img {
        width: auto;
        height: 36px; }
        @media all and (min-width: 768px) {
          .siteHeader .siteHeader__innerWrap .logo-wrapper img {
            height: auto; } }
    .siteHeader .siteHeader__innerWrap .mobile-donate-button {
      display: inline-block;
      margin-right: 50px;
      border-radius: 18px;
      background-color: #d6083d;
      line-height: 32px;
      padding: 0 15px;
      color: #ffffff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.52px;
      text-transform: uppercase; }
      @media all and (min-width: 768px) {
        .siteHeader .siteHeader__innerWrap .mobile-donate-button {
          display: none; } }
    .siteHeader .siteHeader__innerWrap .desktop-search a i.fa {
      position: relative;
      top: 3px;
      color: #656b6f;
      font-size: 18px; }
      .siteHeader .siteHeader__innerWrap .desktop-search a i.fa:hover {
        color: #d6083d; }
    .siteHeader .siteHeader__innerWrap .nav-toggle {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 20px;
      width: 29px; }
      @media all and (min-width: 768px) {
        .siteHeader .siteHeader__innerWrap .nav-toggle {
          display: none; } }
      .siteHeader .siteHeader__innerWrap .nav-toggle a {
        display: block; }
        .siteHeader .siteHeader__innerWrap .nav-toggle a span {
          width: 100%;
          height: 3px;
          background: #202124;
          display: block;
          border-radius: 2px;
          position: relative;
          -webkit-transform-origin: 4px 0px;
                  transform-origin: 4px 0px;
          -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
          transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
          transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
          transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
          -webkit-transform-origin: 0% 0%;
                  transform-origin: 0% 0%; }
          .siteHeader .siteHeader__innerWrap .nav-toggle a span + span {
            margin-top: 4px; }
          .siteHeader .siteHeader__innerWrap .nav-toggle a span:nth-child(3) {
            -webkit-transform-origin: 0% 100%;
                    transform-origin: 0% 100%; }
          body.nav-open .siteHeader .siteHeader__innerWrap .nav-toggle a span:first-child {
            -webkit-transform: rotate(45deg) translate(-1px, -6px);
                    transform: rotate(45deg) translate(-1px, -6px); }
          body.nav-open .siteHeader .siteHeader__innerWrap .nav-toggle a span:nth-child(2) {
            opacity: 0;
            -webkit-transform: rotate(0deg) scale(0.2, 0.2);
                    transform: rotate(0deg) scale(0.2, 0.2); }
          body.nav-open .siteHeader .siteHeader__innerWrap .nav-toggle a span:nth-child(3) {
            -webkit-transform: rotate(-45deg) translate(2px, 2px);
                    transform: rotate(-45deg) translate(2px, 2px); }
    .siteHeader .siteHeader__innerWrap .mobile-search {
      border-bottom: 1px solid #cfcfcf; }
      .siteHeader .siteHeader__innerWrap .mobile-search input[type='text'] {
        border: 0;
        width: 100%;
        height: 40px;
        padding: 0 20px 0 50px;
        background: transparent; }
      .siteHeader .siteHeader__innerWrap .mobile-search:before {
        position: absolute;
        width: 40px;
        height: 40px;
        content: '\f002';
        color: #656b6f;
        font: normal normal normal 20px/1 FontAwesome;
        line-height: 40px;
        text-align: center; }
        .siteHeader .siteHeader__innerWrap .mobile-search:before:hover {
          color: #d6083d; }
      @media all and (min-width: 768px) {
        .siteHeader .siteHeader__innerWrap .mobile-search {
          display: none; } }
    @media all and (min-width: 768px) {
      .siteHeader .siteHeader__innerWrap .mobile-nav {
        display: none; } }
    .siteHeader .siteHeader__innerWrap .mobile-nav .nav-items > ul {
      display: none; }
      .siteHeader .siteHeader__innerWrap .mobile-nav .nav-items > ul:last-child {
        display: block; }
      .siteHeader .siteHeader__innerWrap .mobile-nav .nav-items > ul li {
        padding: 0 20px;
        border-bottom: 1px solid #cfcfcf; }
        .siteHeader .siteHeader__innerWrap .mobile-nav .nav-items > ul li:last-child {
          border-bottom: 0; }
        .siteHeader .siteHeader__innerWrap .mobile-nav .nav-items > ul li > ul {
          display: none; }
        .siteHeader .siteHeader__innerWrap .mobile-nav .nav-items > ul li a {
          line-height: 50px;
          color: #202124;
          display: block;
          position: relative;
          font-weight: 500; }
          .siteHeader .siteHeader__innerWrap .mobile-nav .nav-items > ul li a.go-back {
            padding: 0 20px; }
            .siteHeader .siteHeader__innerWrap .mobile-nav .nav-items > ul li a.go-back .fa {
              left: 0;
              right: auto; }
          .siteHeader .siteHeader__innerWrap .mobile-nav .nav-items > ul li a .fa {
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
    .siteHeader .siteHeader__innerWrap .navWrapper {
      width: 100%;
      background: #fff;
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 300ms linear;
      transition: all 300ms linear;
      border-top: 1px solid #cfcfcf; }
      @media all and (min-width: 768px) {
        .siteHeader .siteHeader__innerWrap .navWrapper {
          display: block; } }
      body.nav-open .siteHeader .siteHeader__innerWrap .navWrapper {
        opacity: 1;
        visibility: visible; }
      @media all and (min-width: 768px) {
        .siteHeader .siteHeader__innerWrap .navWrapper {
          border-top: 0;
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          float: none;
          background: none;
          position: relative;
          opacity: 1;
          visibility: visible;
          padding: 0; } }
      .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper {
        border-bottom: 1px solid #cfcfcf;
        padding: 10px 20px;
        display: none; }
        @media all and (min-width: 768px) {
          .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        @media all and (min-width: 768px) {
          .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper {
            border-bottom: 0;
            padding: 10px 0; } }
        .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper .primaryNav {
          font-size: 16px;
          font-weight: 600;
          line-height: 26px;
          display: none; }
          .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper .primaryNav ul {
            list-style: none; }
            @media all and (min-width: 768px) {
              .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper .primaryNav ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; } }
            .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper .primaryNav ul > li {
              margin: 5px 0; }
              @media all and (min-width: 768px) {
                .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper .primaryNav ul > li {
                  margin: 0 1em; } }
            @media all and (min-width: 768px) {
              .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper .primaryNav ul li:last-child {
                margin-right: 0; } }
            .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper .primaryNav ul li a {
              text-decoration: none;
              will-change: color;
              -webkit-transition: color 200ms ease-in-out;
              transition: color 200ms ease-in-out; }
              .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper .primaryNav ul li a:hover {
                color: #d6083d; }
            .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper .primaryNav ul li.current-menu-item a {
              color: #d6083d; }
          @media all and (min-width: 768px) {
            .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper .primaryNav {
              font-size: 13px;
              font-weight: 700;
              display: block; } }
          .siteHeader .siteHeader__innerWrap .navWrapper .primaryNavWrapper .primaryNav a {
            color: #202124; }
      .siteHeader .siteHeader__innerWrap .navWrapper .navExtras {
        display: none; }
        @media all and (min-width: 768px) {
          .siteHeader .siteHeader__innerWrap .navWrapper .navExtras {
            display: block; } }
        .siteHeader .siteHeader__innerWrap .navWrapper .navExtras ul {
          margin-left: 1em;
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .siteHeader .siteHeader__innerWrap .navWrapper .navExtras ul li {
            margin: 0 1em;
            font-size: 16px;
            font-weight: 600;
            line-height: 36px; }
            @media all and (min-width: 768px) {
              .siteHeader .siteHeader__innerWrap .navWrapper .navExtras ul li {
                font-size: 13px;
                font-weight: 700; } }
        .siteHeader .siteHeader__innerWrap .navWrapper .navExtras a {
          color: #202124;
          display: block;
          text-decoration: none; }
          .siteHeader .siteHeader__innerWrap .navWrapper .navExtras a.donate-button {
            border-radius: 18px;
            padding: 0 20px;
            background: #d6083d;
            color: #fff;
            font-size: 11px;
            border: 1px solid #d6083d;
            will-change: background, color;
            -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
            text-transform: uppercase; }
            .siteHeader .siteHeader__innerWrap .navWrapper .navExtras a.donate-button:hover {
              background: transparent;
              color: #d6083d; }
          .siteHeader .siteHeader__innerWrap .navWrapper .navExtras a:hover {
            color: #d6083d; }
          .siteHeader .siteHeader__innerWrap .navWrapper .navExtras a.language-switch {
            font-size: 13px; }
            .siteHeader .siteHeader__innerWrap .navWrapper .navExtras a.language-switch i.fa {
              margin-right: 5px;
              display: inline-block; }
      .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar {
        position: relative;
        padding: 20px 0;
        font-size: 13px;
        font-weight: 600;
        border-bottom: 1px solid #cfcfcf;
        display: none; }
        @media all and (min-width: 768px) {
          .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar {
            font-size: 16px;
            border-bottom: 0;
            display: block; } }
        .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper {
          position: relative;
          z-index: 5; }
          .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper.siteHeader__innerWrap {
            display: block; }
            @media all and (min-width: 768px) {
              .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper.siteHeader__innerWrap {
                padding: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: end;
                    -ms-flex-pack: end;
                        justify-content: flex-end; } }
          .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav {
            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;
            margin-left: 0; }
            .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul {
              list-style: none; }
              @media all and (min-width: 768px) {
                .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center; } }
              .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul > li {
                margin: 5px 0; }
                @media all and (min-width: 768px) {
                  .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul > li {
                    margin: 0 1em; } }
              @media all and (min-width: 768px) {
                .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li:last-child {
                  margin-right: 0; } }
              .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li a {
                text-decoration: none;
                will-change: color;
                -webkit-transition: color 200ms ease-in-out;
                transition: color 200ms ease-in-out; }
                .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li a:hover {
                  color: #d6083d; }
              .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li.current-menu-item a {
                color: #d6083d; }
            @media all and (min-width: 768px) {
              .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav {
                margin-left: 1em; } }
            .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul {
              margin: 0 -20px; }
              @media all and (min-width: 768px) {
                .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul {
                  margin: 0; } }
              .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li {
                padding: 5px 20px;
                display: inline-block;
                position: relative; }
                @media all and (min-width: 768px) {
                  .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li {
                    padding: 0;
                    display: block; } }
                .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li:hover > ul {
                  visibility: visible;
                  opacity: 1; }
                .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li ul {
                  position: absolute;
                  top: 100%;
                  left: -1em;
                  background: #fff;
                  min-width: 100%;
                  white-space: nowrap;
                  display: block;
                  visibility: hidden;
                  opacity: 0;
                  padding: 35px 0 15px; }
                  .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li ul li {
                    margin: 0;
                    position: static;
                    padding: 0 15px; }
                    .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li ul li a {
                      display: block;
                      padding: 0 15px;
                      line-height: 40px; }
                      .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li ul li a:hover {
                        background: #ccc;
                        color: #202124; }
                    .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li ul li:hover > ul {
                      opacity: 1;
                      visibility: visible; }
                    .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li ul li > ul {
                      visibility: hidden;
                      opacity: 0;
                      left: 100%;
                      top: 0;
                      height: 100%;
                      width: 250px; }
                      .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar .secondaryNavWrapper .secondaryNav ul li ul li > ul:before {
                        display: none; }
        .siteHeader .siteHeader__innerWrap .navWrapper .secondaryNavBar a {
          color: #202124; }

.desktop-search-wrap {
  display: none; }
  @media all and (min-width: 768px) {
    .desktop-search-wrap {
      opacity: 0;
      visibility: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: top;
          -ms-flex-align: top;
              align-items: top;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 999;
      height: 100vh;
      width: 100vw;
      -webkit-transition: all 300ms linear;
      transition: all 300ms linear;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.7)));
      background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)); } }
  body.desktop-search-open .desktop-search-wrap {
    opacity: 1;
    visibility: visible; }
  .desktop-search-wrap .input-container {
    width: 90%;
    width: 90vw;
    margin-top: 25vh;
    position: relative; }
    .desktop-search-wrap .input-container h3 {
      color: #fff;
      font-size: 24px;
      text-transform: uppercase;
      margin: 0 0 15px;
      letter-spacing: 0.25rem; }
    .desktop-search-wrap .input-container a.close {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 20px;
      color: #fff; }
    .desktop-search-wrap .input-container form {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .desktop-search-wrap .input-container form input[type='text'] {
        height: 80px;
        width: 100%;
        border: 1px solid #ccc;
        background: #fff;
        padding: 0 30px;
        font-size: 18px; }
        .desktop-search-wrap .input-container form input[type='text']::-webkit-input-placeholder {
          color: rgba(0, 0, 0, 0.2); }
        .desktop-search-wrap .input-container form input[type='text']::-ms-input-placeholder {
          color: rgba(0, 0, 0, 0.2); }
        .desktop-search-wrap .input-container form input[type='text']::placeholder {
          color: rgba(0, 0, 0, 0.2); }
        .desktop-search-wrap .input-container form input[type='text']:focus, .desktop-search-wrap .input-container form input[type='text']:active {
          outline: none; }
      .desktop-search-wrap .input-container form button {
        padding: 0 70px;
        background: #d6083d;
        border: 0;
        color: #fff;
        font-size: 18px;
        cursor: pointer; }

.hero__item,
.hero__item a {
  color: #fff; }

.hero__item.has-inverted-colors,
.hero__item.has-inverted-colors a {
  color: #222; }

.hero {
  position: relative; }

.hero__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.hero__image {
  background: no-repeat center center;
  background-size: cover; }

.hero__image,
.hero__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.hero__scrollMore {
  position: absolute;
  bottom: 5%;
  right: 5%; }
  .hero__scrollMore svg {
    stroke: #fff; }

.hero__contentWrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  z-index: 5; }

.hero__content {
  position: absolute;
  color: #fff;
  font-size: 15px;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }
  .has-inverted-colors .hero__content {
    color: #222; }
  @media all and (min-width: 768px) {
    .hero__content {
      font-size: 20px; } }

.hero__title {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px; }
  @media all and (min-width: 768px) {
    .hero__title {
      font-size: 72px; } }

.siblingsPages {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 10px solid #ed174e; }
  .siblingsPages:not(:last-child) {
    margin-bottom: 30px; }

.siblingsPages ul {
  list-style: none;
  padding-bottom: 30px; }

.siblingsPages__title {
  padding: 30px;
  font-size: 24px;
  font-weight: 700; }

.siblingsPages__item {
  line-height: 1;
  border-left: 6px solid transparent;
  color: #202124;
  font-size: 18px;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  margin-bottom: 1px; }
  .siblingsPages__item:hover, .siblingsPages__item.is-active {
    border-left-color: #ccc;
    color: #ed1850; }
  .siblingsPages__item a {
    padding: 10px 24px;
    color: currentColor;
    display: block; }

.elementor-grid[data-post-carousel].carousel-pre-init {
  display: block !important; }

.elementor-post__thumbnail {
  padding-top: 75%;
  border-radius: 15px; }
  .elementor-post__thumbnail > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.flickity-page-dots {
  bottom: auto;
  top: 100%;
  display: none; }
  @media all and (min-width: 768px) {
    .flickity-page-dots {
      display: block; } }

.flickity-page-dots .dot {
  background-color: transparent;
  border: 1px solid #4a4a4a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 13px;
  height: 13px; }
  .flickity-page-dots .dot.is-selected {
    background-color: #616161; }

.postCarousel__item .elementor-post__title {
  margin-bottom: 10px; }

.postCarousel__item .elementor-post__title a {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  color: #222328;
  font-size: 22px;
  line-height: 1.4; }

.postCarousel__item .elementor-post__meta-data {
  color: #8c8f94;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

.postCarousel__item .elementor-post__excerpt p {
  color: #202124;
  font-size: 14px; }

.postCarousel__item .elementor-post__excerpt {
  margin-bottom: 20px; }

.sfspca-featured-pets {
  margin-left: -20px;
  margin-right: -20px; }
  .sfspca-featured-pets .pet-items {
    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; }
    .sfspca-featured-pets .pet-items .pet-item {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      padding: 20px; }
      @media all and (min-width: 768px) {
        .sfspca-featured-pets .pet-items .pet-item {
          width: 30%; }
          .sfspca-featured-pets .pet-items .pet-item:nth-child(7n-6), .sfspca-featured-pets .pet-items .pet-item:nth-child(7n + 0) {
            width: 60%; }
          .sfspca-featured-pets .pet-items .pet-item:nth-child(7n-5) {
            width: 40%; }
          .sfspca-featured-pets .pet-items .pet-item:nth-child(7n-3) {
            width: 40%; }
          .sfspca-featured-pets .pet-items .pet-item:nth-child(7n-1) {
            width: 40%; } }
      .sfspca-featured-pets .pet-items .pet-item .pet-info {
        position: relative;
        padding: 30px;
        height: 350px;
        color: #fff;
        border-radius: 20px;
        overflow: hidden; }
        .sfspca-featured-pets .pet-items .pet-item .pet-info .pet-image {
          background-size: cover;
          background-position: center center;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
          will-change: transform;
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
          -webkit-transition: -webkit-transform 300ms ease-in-out;
          transition: -webkit-transform 300ms ease-in-out;
          transition: transform 300ms ease-in-out;
          transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
        .sfspca-featured-pets .pet-items .pet-item .pet-info h3 {
          color: #ffffff;
          font-size: 48px;
          font-weight: 600;
          line-height: 42px;
          letter-spacing: -0.3px;
          margin-bottom: 5px;
          position: relative;
          z-index: 2; }
        .sfspca-featured-pets .pet-items .pet-item .pet-info p {
          color: #ffffff;
          font-family: 'Open Sans';
          font-size: 17px;
          font-weight: 400;
          line-height: 21px;
          letter-spacing: 0.45px;
          margin: 0;
          position: relative;
          z-index: 2; }
        .sfspca-featured-pets .pet-items .pet-item .pet-info a {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          z-index: 10; }
        .sfspca-featured-pets .pet-items .pet-item .pet-info:hover .pet-image {
          -webkit-transform: scale(1);
                  transform: scale(1); }

.owl-carousel.adoption-popup {
  counter-reset: slideCount; }
  .owl-carousel.adoption-popup .slide-item .slide-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .owl-carousel.adoption-popup .slide-item .slide-row .slide-image {
      width: 45%;
      padding: 0 30px 0 10px; }
      .owl-carousel.adoption-popup .slide-item .slide-row .slide-image img {
        border-radius: 20px; }
    .owl-carousel.adoption-popup .slide-item .slide-row .slide-content {
      width: 55%;
      padding: 0 10px 0 30px; }
      .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-title {
        margin: 0 0 10px; }
        .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-title h3 {
          color: #ed1850;
          font-family: Nunito;
          font-size: 30px;
          font-weight: 700;
          line-height: 34px; }
          .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-title h3 span:before {
            counter-increment: slideCount;
            content: counter(slideCount) ".";
            display: inline-block;
            margin-right: 10px; }
      .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-text {
        color: #494949;
        font-family: 'Open Sans';
        font-size: 18px;
        line-height: 30px; }
        .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-text p,
        .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-text ul,
        .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-text ol {
          margin: 0; }
          .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-text p + p,
          .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-text p + ul,
          .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-text p + ol,
          .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-text ul + p,
          .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-text ul + ul,
          .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-text ul + ol,
          .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-text ol + p,
          .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-text ol + ul,
          .owl-carousel.adoption-popup .slide-item .slide-row .slide-content .slide-text ol + ol {
            margin: 20px 0 0; }
  .owl-carousel.adoption-popup .owl-nav button:active, .owl-carousel.adoption-popup .owl-nav button:focus {
    outline: none; }
  .owl-carousel.adoption-popup .owl-nav button.owl-next, .owl-carousel.adoption-popup .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 80px;
    color: #8c8c8c; }
  .owl-carousel.adoption-popup .owl-nav button.owl-next {
    left: auto;
    right: -40px; }
  .owl-carousel.adoption-popup .owl-dots {
    counter-reset: dots;
    text-align: center;
    position: absolute;
    bottom: -40px;
    width: 100%;
    left: 0; }
    .owl-carousel.adoption-popup .owl-dots button.owl-dot {
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      margin: 0 5px; }
      .owl-carousel.adoption-popup .owl-dots button.owl-dot:active, .owl-carousel.adoption-popup .owl-dots button.owl-dot:focus {
        outline: none; }
      .owl-carousel.adoption-popup .owl-dots button.owl-dot:before {
        counter-increment: dots;
        content: counter(dots);
        color: #202124; }
      .owl-carousel.adoption-popup .owl-dots button.owl-dot.active:before {
        color: #cb2026; }

.sfspca-event-calendar-wrap {
  position: relative; }
  .sfspca-event-calendar-wrap.loading .pre-loader {
    visibility: visible;
    opacity: 1; }
  .sfspca-event-calendar-wrap.loading .event-items {
    opacity: 0.5; }
  .sfspca-event-calendar-wrap .pre-loader {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .sfspca-event-calendar-wrap .pre-loader:after {
      content: '';
      width: 150px;
      height: 150px;
      background: #fff url(assets/dist/images/dog-loader.gif) center center no-repeat;
      background-repeat: no-repeat;
      position: absolute;
      left: 50%;
      top: 80px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border-radius: 10px;
      border: 1px solid #ddd; }
  .sfspca-event-calendar-wrap .event-filters .filter-dropdown {
    position: relative;
    display: block;
    padding: 0 70px 0 30px;
    border-radius: 50px;
    border: 1px solid #cad6e2;
    background: #fff;
    margin: 10px 0; }
    @media all and (min-width: 768px) {
      .sfspca-event-calendar-wrap .event-filters .filter-dropdown {
        display: inline-block;
        margin: 0; } }
    .sfspca-event-calendar-wrap .event-filters .filter-dropdown:hover {
      background: #f0f0f0;
      border-radius: 25px 25px 0 0; }
      .sfspca-event-calendar-wrap .event-filters .filter-dropdown:hover .filter-items {
        opacity: 1;
        visibility: visible; }
    .sfspca-event-calendar-wrap .event-filters .filter-dropdown:after {
      position: absolute;
      content: '';
      width: 6px;
      height: 6px;
      border: 1px solid transparent;
      border-right-color: #000;
      border-bottom-color: #000;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
    .sfspca-event-calendar-wrap .event-filters .filter-dropdown .filter-label {
      line-height: 50px;
      font-size: 15px;
      cursor: pointer;
      color: #222328; }
    .sfspca-event-calendar-wrap .event-filters .filter-dropdown .filter-items {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: 50%;
      top: 100%;
      min-width: 100%;
      white-space: nowrap;
      z-index: 999;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 14px;
      padding: 0; }
      .sfspca-event-calendar-wrap .event-filters .filter-dropdown .filter-items .filter-item {
        padding: 0 20px;
        line-height: 40px;
        background: #fff;
        cursor: pointer; }
        .sfspca-event-calendar-wrap .event-filters .filter-dropdown .filter-items .filter-item:first-child {
          border: 1px solid #ddd; }
        .sfspca-event-calendar-wrap .event-filters .filter-dropdown .filter-items .filter-item:last-child {
          border-radius: 0 0 25px 25px;
          border: 1px solid #ddd;
          border-top: 0;
          padding-bottom: 10px; }
        .sfspca-event-calendar-wrap .event-filters .filter-dropdown .filter-items .filter-item:not(:last-child) {
          border-bottom: 1px solid #fafafa; }
        .sfspca-event-calendar-wrap .event-filters .filter-dropdown .filter-items .filter-item:hover, .sfspca-event-calendar-wrap .event-filters .filter-dropdown .filter-items .filter-item.active {
          background: #f0f0f0; }
  .sfspca-event-calendar-wrap .filter-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0; }
    .sfspca-event-calendar-wrap .filter-tag .event-filtered-item {
      margin: 0 0 0.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      white-space: nowrap; }
      .sfspca-event-calendar-wrap .filter-tag .event-filtered-item span {
        display: inline-block; }
      .sfspca-event-calendar-wrap .filter-tag .event-filtered-item + span {
        margin-left: 1.5em; }
      .sfspca-event-calendar-wrap .filter-tag .event-filtered-item .delete-filter {
        margin-left: 5px;
        color: #fff;
        display: inline-block;
        line-height: 1;
        cursor: pointer;
        width: 17px;
        height: 17px;
        background: #9b9b9b;
        border-radius: 50%;
        text-align: center;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        font-size: 9px; }
        .sfspca-event-calendar-wrap .filter-tag .event-filtered-item .delete-filter .svg-icon {
          display: inline-block;
          width: 1em;
          height: 1em;
          position: relative;
          top: 4px; }
          .sfspca-event-calendar-wrap .filter-tag .event-filtered-item .delete-filter .svg-icon svg {
            fill: currentColor;
            width: 1em;
            height: 1em; }
  @media all and (min-width: 768px) {
    .sfspca-event-calendar-wrap .events-wrap .event-header,
    .sfspca-event-calendar-wrap .events-wrap .event-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .sfspca-event-calendar-wrap .events-wrap .event-header .col,
  .sfspca-event-calendar-wrap .events-wrap .event-item .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .sfspca-event-calendar-wrap .events-wrap .event-header .col:nth-child(1),
    .sfspca-event-calendar-wrap .events-wrap .event-item .col:nth-child(1) {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; }
  .sfspca-event-calendar-wrap .events-wrap .event-header {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    padding: 20px 0;
    border-bottom: 1px solid #cecece;
    text-align: center;
    display: none; }
    @media all and (min-width: 768px) {
      .sfspca-event-calendar-wrap .events-wrap .event-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .sfspca-event-calendar-wrap .events-wrap .event-header .event-detail {
      text-align: left; }
  .sfspca-event-calendar-wrap .events-wrap .event-item {
    padding: 20px 0;
    color: #4a4a4a;
    font-family: 'Nunito';
    font-size: 18px;
    font-weight: 600;
    line-height: 31px; }
    @media all and (min-width: 768px) {
      .sfspca-event-calendar-wrap .events-wrap .event-item {
        text-align: center; } }
    .sfspca-event-calendar-wrap .events-wrap .event-item .event-detail {
      text-align: left;
      color: #494949;
      font-family: 'Open Sans';
      font-size: 18px;
      line-height: 30px; }
      .sfspca-event-calendar-wrap .events-wrap .event-item .event-detail h3 {
        color: #ed1850;
        font-family: 'Nunito';
        font-size: 24px;
        font-weight: 600;
        line-height: 52px; }

.userContent.is-elementor {
  border: 5px dotted #ccc;
  text-align: center;
  padding: 20px; }

.userContent {
  max-width: 1200px;
  min-height: 300px;
  margin: 20px auto;
  position: relative; }
  .userContent:first-child {
    margin-top: 0; }

.userContent__existingFilters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .userContent__existingFilters > * {
    margin-right: 1.5em;
    margin-bottom: 0.5em; }

.userContent__deleteFilter {
  color: #fff;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: #9b9b9b;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 9px; }
  .userContent__deleteFilter .svg-icon {
    position: relative;
    top: 3px; }
    .userContent__deleteFilter .svg-icon,
    .userContent__deleteFilter .svg-icon svg {
      display: inline-block;
      width: 1em;
      height: 1em; }
    .userContent__deleteFilter .svg-icon svg {
      fill: currentColor; }
  .userContent__deleteFilter:hover {
    background: #686868;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }
  .userContent__deleteFilter:active {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px); }

.userContent__deleteFilter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap; }
  .userContent__deleteFilter__item .userContent__deleteFilter {
    margin-left: 5px; }

.userContent__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .userContent__filters fieldset,
  .userContent__filters .userContent__search {
    border: 0; }
    .userContent__filters fieldset:not(:last-child),
    .userContent__filters .userContent__search:not(:last-child) {
      margin-bottom: 20px; }
  @media all and (min-width: 700px) {
    .userContent__filters {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .userContent__filters fieldset,
      .userContent__filters .userContent__search {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 250px;
                flex: 0 1 250px;
        max-width: 250px;
        margin-bottom: 0 !important;
        margin-right: 20px; } }

.userContent__filter {
  position: relative;
  display: block;
  cursor: pointer; }
  .userContent__filter:after {
    content: '';
    border: 5px solid transparent;
    border-top-color: #ccc;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .userContent__filter:hover:after {
    border-top-color: #222; }
  .userContent__filter:hover {
    z-index: 99; }

.userContent__filtersDropdown {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
  text-align: left;
  min-width: 100%;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  left: -9999px;
  -webkit-transition: opacity 0.3s ease, left 0s linear 0.3s;
  transition: opacity 0.3s ease, left 0s linear 0.3s; }
  :hover > .userContent__filtersDropdown {
    opacity: 1;
    left: 50%;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .userContent__filtersDropdown > * {
    display: block;
    padding: 5px 25px;
    cursor: pointer;
    font-size: 12px; }
    .userContent__filtersDropdown > *:not(:last-child) {
      border-bottom: 1px solid #fafafa; }
    .userContent__filtersDropdown > *:hover {
      background: #f0f0f0; }
    .userContent__filtersDropdown > *.is-selected {
      color: #fff;
      background: #292c85; }

.userContent__filterTaxonomy {
  font-size: 0.88em; }

.userContent__search input,
.userContent__filters select,
.userContent__filter {
  border: 1px solid #cad6e2;
  background: #fff;
  border-radius: 15px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 14px;
  width: 100%;
  outline: none; }

.userContent__search {
  margin-right: 0 !important;
  margin-left: auto;
  width: 100%; }
  @media all and (min-width: 700px) {
    .userContent__search {
      -webkit-box-ordinal-group: 100;
          -ms-flex-order: 99;
              order: 99;
      width: auto; } }

@media all and (min-width: 600px) {
  .userContent:not([data-column-count='1']) .userContent__grid {
    margin-left: -20px; } }

.userContent__item {
  width: 100%; }

@media all and (min-width: 600px) {
  .userContent:not([data-column-count='1']) .userContent__item {
    width: calc(50% - 20px);
    margin-left: 20px; } }

@media all and (min-width: 1000px) {
  .userContent:not([data-column-count='1']) .userContent__item {
    margin-left: 20px; }
  .userContent[data-column-count='3'] .userContent__item {
    width: calc(33.333% - 20px); }
  .userContent[data-column-count='4'] .userContent__item {
    width: calc(25% - 20px); }
  .userContent[data-column-count='5'] .userContent__item {
    width: calc(20% - 20px); }
  .userContent[data-column-count='6'] .userContent__item {
    width: calc(16.67% - 20px); } }

.userContent__item {
  margin-bottom: 20px; }

.userContent__grid {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .userContent__grid:not(:first-child) {
    margin-top: 2em; }

.userContent__grid:after {
  content: '';
  display: none;
  width: 160px;
  height: 130px;
  padding: 50px;
  margin: auto;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
  bottom: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.8); }
  @media all and (min-width: 700px) {
    .userContent__grid:after {
      left: 20px; } }

.userContent.is-loading .userContent__grid:after {
  background: url("assets/dist/images/dog-loader.gif") no-repeat center center #fff;
  display: block; }

.userContent.is-loading-alt .userContent__grid:after,
.userContent.filter-sfspca-adoption-species-cats .userContent__grid:after {
  background-image: url("assets/dist/images/cat-loader.gif"); }

.userContent.is-loading .userContent__grid:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0); }
  @media all and (min-width: 700px) {
    .userContent.is-loading .userContent__grid:before {
      left: 20px; } }

.userContent.is-loading-filters .userContent__grid:after {
  position: absolute;
  top: 30px;
  bottom: auto; }

.userContent__item {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  position: relative; }

.userStory__social .svg-icon svg,
.featuredUserContent .svg-icon svg,
.userContent__item .svg-icon svg {
  width: 1em;
  height: 1em;
  color: currentColor;
  fill: currentColor;
  display: inline-block;
  vertical-align: top; }

.userStory__social .svg-icon.icon-pinterest-p svg,
.featuredUserContent .svg-icon.icon-pinterest-p svg,
.userContent__item .svg-icon.icon-pinterest-p svg {
  height: 1.4em; }

.userStory__social .svg-icon.icon-twitter svg,
.featuredUserContent .svg-icon.icon-twitter svg,
.userContent__item .svg-icon.icon-twitter svg {
  height: 1.68em; }

.userStory__social .svg-icon.icon-facebook2 svg,
.featuredUserContent .svg-icon.icon-facebook2 svg,
.userContent__item .svg-icon.icon-facebook2 svg {
  height: 1.75em; }

.userStory__social .svg-icon.icon-bookmark-o svg,
.featuredUserContent .svg-icon.icon-bookmark-o svg,
.userContent__item .svg-icon.icon-bookmark-o svg {
  height: 1.4em; }

.userStory__social .svg-icon.icon-play-circle svg,
.featuredUserContent .svg-icon.icon-play-circle svg,
.userContent__item .svg-icon.icon-play-circle svg {
  height: 1.17em; }

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

.userContent__inner {
  padding: 30px; }

.userContent__media {
  position: relative; }
  .userContent__media:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%); }
  .userContent__media img {
    display: block;
    width: 100%; }
  .userContent__media .userContent__inner {
    padding: 30px 30px 0; }
  .userContent__media .userContent__thumb + .userContent__inner {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 0 black; }
    .userContent__media .userContent__thumb + .userContent__inner > * {
      position: absolute; }
    .userContent__media .userContent__thumb + .userContent__inner .userContent__name {
      top: 30px; }
    .userContent__media .userContent__thumb + .userContent__inner .userContent__tags {
      bottom: 30px; }

.userContent__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ed1850;
  font-size: 60px; }

.userContent__name {
  font-size: 32px;
  margin-bottom: 10px; }

.userContent__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .userContent__tags > * {
    margin-right: 0.5em; }

.userContent__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 20; }

.userContent__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .userContent__social a {
    margin-left: 0.5em;
    display: block;
    font-size: 9px;
    width: 24px;
    height: 24px;
    background: #8b888c;
    border-radius: 50%;
    color: #fff;
    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; }

.userContent__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #202124;
  font-size: 15px;
  font-weight: 700;
  line-height: 1; }
  .userContent__action .svg-icon {
    color: #ed1850;
    margin-right: 0.5em; }

.userContent__title {
  color: #202124;
  font-size: 24px;
  margin-bottom: 20px; }

.userContent__excerpt {
  color: #494949;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px; }

.userContent__loadMore {
  margin-top: 50px;
  text-align: center;
  display: none; }
  .has-next-page .userContent__loadMore {
    display: block; }
  .is-loading .userContent__loadMore {
    display: none; }

.userContent__loadMore button {
  color: #f42267;
  font-size: 14px;
  border: 2px solid #f42267;
  border-radius: 25px;
  background-color: transparent;
  padding: 15px 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  outline: none; }
  .userContent__loadMore button:hover {
    background: #fff;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); }
  .userContent__loadMore button:active {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px); }

.featuredUserContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media all and (min-width: 900px) {
    .featuredUserContent {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .featuredUserContent .userContent__media + .userContent__inner {
    display: none; }

.featuredUserContent__bigStory {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-height: 552px;
  height: 50vw;
  width: 100%; }
  @media all and (min-width: 900px) {
    .featuredUserContent__bigStory {
      height: 35vw; } }

.featuredUserContent__smallStories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  @media all and (min-width: 900px) {
    .featuredUserContent__smallStories {
      margin-top: -20px;
      padding-left: 20px;
      width: 50%; } }

.featuredUserContent__smallStory {
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: calc(50% - 10px);
  height: 50vw; }
  @media all and (min-width: 900px) {
    .featuredUserContent__smallStory {
      max-width: calc(50% - 10px);
      height: 16.7vw;
      max-height: 265px; } }

.featuredUserContent {
  color: #fff;
  text-shadow: 1px 1px 0px #000; }
  .featuredUserContent .userContent__item {
    margin-bottom: 0;
    height: 100%;
    background: no-repeat center center;
    background-size: cover; }
  .featuredUserContent .userContent__media {
    height: 100%; }
  .featuredUserContent .userContent__tags {
    position: absolute;
    left: 20px;
    top: 20px; }
  .featuredUserContent .userContent__action {
    position: absolute;
    top: 20px;
    right: 20px;
    color: currentColor; }
  .featuredUserContent .userContent__title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: currentColor;
    margin: 0; }

.featuredUserContent__smallStory .userContent__title {
  font-size: 20px; }

body.pet-type-cats .support-our-pet .elementor-cta__bg-wrapper .elementor-cta__bg {
  background-image: url("assets/dist/images/cats-banner-bg.jpg") !important; }

.userContentSubmit__success,
.userContentSubmit,
.userContentSubmit__overlay {
  display: none; }

body.user-form-is-visible .userContentSubmit__overlay,
body.user-form-is-visible .userContentSubmit {
  display: block; }

body.user-form-is-success .userContentSubmit__overlay,
body.user-form-is-success .userContentSubmit__success {
  display: block; }

.userContentSubmit__overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

.userContentSubmit__success {
  font-size: 18px; }

.userContentSubmit__success,
.userContentSubmit {
  position: absolute;
  z-index: 1000;
  background: #fff;
  margin: 20px auto;
  line-height: 1.5;
  max-width: 970px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px; }
  @media all and (min-width: 640px) {
    .userContentSubmit__success,
    .userContentSubmit {
      padding: 60px 90px; } }
  .userContentSubmit__success h2,
  .userContentSubmit h2 {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 25px; }
    @media all and (min-width: 640px) {
      .userContentSubmit__success h2,
      .userContentSubmit h2 {
        font-size: 58px; } }
  .userContentSubmit__success h3,
  .userContentSubmit h3 {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 50px; }
    @media all and (min-width: 640px) {
      .userContentSubmit__success h3,
      .userContentSubmit h3 {
        font-size: 32px; } }

.userContentSubmit__close {
  position: absolute;
  top: 30px;
  right: 30px;
  line-height: 1;
  cursor: pointer;
  color: #444;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 25px;
  height: 25px; }
  .userContentSubmit__close:hover {
    color: #000; }

.userContentSubmit__intro {
  color: #8c8f94;
  font-size: 20px;
  margin-bottom: 50px; }
  .userContentSubmit__intro a {
    color: #0d6ca3; }

.userContentSubmit__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .userContentSubmit__grid.top-align {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .userContentSubmit__grid:not(.not-spaced) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .userContentSubmit__grid:not(:last-child) {
    margin-bottom: 50px; }
  .userContentSubmit__grid h4 {
    width: 100%;
    color: #8c8f94;
    font-size: 20px;
    margin-bottom: 25px; }

.userContentSubmit__gridCell {
  width: 100%;
  margin-bottom: 25px;
  position: relative; }
  @media all and (min-width: 640px) {
    .userContentSubmit__gridCell {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(50% - 10px);
              flex: 0 1 calc(50% - 10px);
      width: calc(50% - 10px);
      margin-bottom: 0; }
      .not-spaced .userContentSubmit__gridCell {
        width: auto; } }
  .userContentSubmit__gridCell.is-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%; }

.userContentSubmit select,
.userContentSubmit input[type='text'],
.userContentSubmit input[type='email'],
.userContentSubmit textarea {
  font-family: Open Sans, sans-serif;
  border-radius: 30px;
  border: 1px solid rgba(58, 61, 75, 0.1);
  -webkit-box-shadow: inset 0 0 3px rgba(58, 61, 75, 0.1);
          box-shadow: inset 0 0 3px rgba(58, 61, 75, 0.1);
  padding: 20px;
  display: block;
  width: 100%;
  outline: none;
  -webkit-transition: border 0.9s ease;
  transition: border 0.9s ease;
  font-size: 18px; }
  .userContentSubmit select:focus,
  .userContentSubmit input[type='text']:focus,
  .userContentSubmit input[type='email']:focus,
  .userContentSubmit textarea:focus {
    border-color: rgba(58, 61, 75, 0.3); }

.userContentSubmit textarea {
  height: 150px; }
  @media all and (min-width: 640px) {
    .userContentSubmit textarea {
      height: 350px; } }

.userContentSubmit .fauxLabel,
.userContentSubmit label {
  font-size: 18px; }

.userContentSubmit .fauxLabel {
  display: inline-block;
  margin-right: 1.5em; }

.userContentSubmit input[type='checkbox'],
.userContentSubmit input[type='radio'] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 22px;
  width: 22px;
  min-width: 22px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
  -webkit-appearance: none;
  position: relative; }

.userContentSubmit input[type='radio'] {
  border-radius: 50%; }

.userContentSubmit input[type='checkbox']:before,
.userContentSubmit input[type='radio']:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: '\2714 \fe0e';
  color: #ed1850;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 22px;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.5, -1, 0.04, 2);
  transition: all 0.3s cubic-bezier(0.5, -1, 0.04, 2);
  opacity: 0; }

.userContentSubmit input[type='radio']:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background: #ed1850; }

.userContentSubmit input[type='checkbox']:checked:before,
.userContentSubmit input[type='radio']:checked:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }

.userContentSubmit__closeButton,
.userContentSubmit button {
  font-family: Open Sans, sans-serif;
  background: #ed1850;
  border: 1px solid #ed1850;
  border-radius: 25px;
  color: #fff;
  border: 0;
  padding: 12px 24px;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  outline: none;
  margin: auto;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700; }
  @media all and (min-width: 640px) {
    .userContentSubmit__closeButton,
    .userContentSubmit button {
      display: inline-block;
      width: auto; } }
  .userContentSubmit__closeButton:hover,
  .userContentSubmit button:hover {
    background: #c30f3e; }
  .userContentSubmit__closeButton[disabled],
  .userContentSubmit button[disabled] {
    background: #fff; }
    .userContentSubmit__closeButton[disabled] > span,
    .userContentSubmit button[disabled] > span {
      display: none; }
    .userContentSubmit__closeButton[disabled]:before,
    .userContentSubmit button[disabled]:before {
      content: '';
      background: url("assets/dist/images/cat-loader-submit.gif") no-repeat center center;
      width: 64px;
      height: 51px;
      display: inline-block; }

.userContentSubmit__tooltip {
  position: relative;
  cursor: help;
  color: #0d6ca3;
  font-size: 18px; }

.userContentSubmit__tooltipIcon {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  background: #0d6ca3;
  color: #fff;
  display: inline-block;
  font-style: normal; }

.userContentSubmit__tooltipContent {
  position: absolute;
  bottom: 140%;
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 20px;
  background: #fefefe;
  color: #000;
  left: -9999%;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease, left 0s linear 0.13s;
  transition: opacity 0.1s ease, left 0s linear 0.13s;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
  .userContentSubmit__tooltipContent > div {
    max-height: 50vh;
    overflow: auto; }
  .userContentSubmit__tooltipContent ul {
    list-style-position: inside;
    margin-left: 1em; }
  .userContentSubmit__tooltipContent a {
    text-decoration: underline;
    color: #000;
    font-weight: 700; }
  .userContentSubmit__tooltipContent:after {
    content: '';
    position: absolute;
    top: 100%;
    border: 7px solid transparent;
    border-top-color: #ccc;
    left: 20%; }

.userContentSubmit__tooltip:hover .userContentSubmit__tooltipContent {
  opacity: 1;
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: block; }

.userContentSubmit__uploadButton {
  color: #ed1850;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 15px 30px;
  cursor: pointer;
  margin-right: 20px;
  font-weight: 700;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .userContentSubmit__uploadButton input[type='file'] {
    position: absolute;
    left: -20%;
    top: -20%;
    width: 200%;
    height: 200%;
    opacity: 0; }
  @media all and (min-width: 640px) {
    .userContentSubmit__uploadButton {
      display: inline-block;
      width: auto; } }
  .userContentSubmit__uploadButton:hover {
    background: #fafafa; }

.userContentFiles {
  padding-right: 1.5em;
  display: block; }
  .userContentFiles > span {
    display: block;
    word-break: break-all;
    font-size: .8em;
    font-style: italic;
    margin-top: .5em; }

.userContentSubmit .parsley-error {
  background: #f2dede; }

.userContentSubmit .parsley-success {
  background: #dff0d8; }

.userContentSubmit .parsley-errors-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -130%);
          transform: translate(0, -130%);
  background: #fff;
  border: 3px solid #f2dede;
  list-style: none;
  font-size: 12px;
  padding: 10px;
  border-radius: 15px;
  opacity: 0.95;
  width: 100%;
  font-weight: 700; }
  .userContentSubmit .parsley-errors-list.filled {
    display: block; }
  .userContentSubmit .parsley-errors-list:after {
    content: '';
    border: 10px solid transparent;
    border-top-color: #f2dede;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px; }

.progressBar {
  position: relative;
  max-width: 500px;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin: auto;
  border-radius: 30px;
  overflow: hidden;
  display: none; }
  .progressBar .bar {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    background: repeating-linear-gradient(45deg, #dff0d8, #dff0d8 10px, #c1e2b3 10px, #c1e2b3 20px); }
  .progressBar .percent {
    position: relative;
    z-index: 10;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 1px 0 #fff; }

.userStoryBreadcrumb {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.userStoryBreadcrumb__icon {
  margin-right: .5em; }

.userStoryBreadcrumb,
.userStoryBreadcrumb__description {
  color: #fff; }
  .is-dark-color .userStoryBreadcrumb, .is-dark-color
  .userStoryBreadcrumb__description {
    color: #444;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }

.userStoryBreadcrumb__description {
  margin-top: 1em;
  font-size: 18px; }

.userStory__media--video,
.userStory__media--video > div {
  width: 100%; }

.userStory__media--video [data-youtube-id] {
  width: 100%;
  height: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 56%; }
  .userStory__media--video [data-youtube-id] iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.userStory__petName {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 40px;
  color: #202124; }

.userStory__media {
  margin-bottom: 50px; }

.userStory__media--item > div {
  border-radius: 10px;
  overflow: hidden; }

.userStory__media--image {
  width: 100%; }
  .userStory__media--image img {
    display: block; }

.userStory__title {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 40px;
  color: #202124; }

.userStory__content {
  font-size: 20px;
  color: #494949;
  margin-bottom: 40px; }

.userStory__meta {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 700; }
  .userStory__meta:before {
    content: '';
    display: block;
    width: 70px;
    margin-bottom: 20px;
    height: 1px;
    background: #222328; }

.userStory__likeButton {
  white-space: nowrap;
  background: #ed1850;
  color: #fff;
  border-radius: 30px;
  padding: 0 30px 0 15px;
  display: inline-block;
  line-height: 40px;
  font-weight: 700; }
  .userStory__likeButton > * {
    display: inline-block;
    vertical-align: middle; }
  .userStory__likeButton .svg-icon {
    line-height: 1;
    margin-right: 5px;
    width: 16px; }
  .userStory__likeButton svg {
    width: 100%;
    fill: currentColor; }

.userStory__likeButton.is-voting {
  -webkit-perspective: 1000;
          perspective: 1000; }
  .userStory__likeButton.is-voting .svg-icon {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    -webkit-animation: spin 1s linear 0s 100;
            animation: spin 1s linear 0s 100; }

.userStory__likeButton.is-voted:not(.is-voting) .svg-icon {
  -webkit-animation: favorite 0.6s ease;
          animation: favorite 0.6s ease; }

.userStory__likeButton.is-unvoted:not(.is-voting) .svg-icon {
  -webkit-animation: unFavorite 0.2s ease 0s 3;
          animation: unFavorite 0.2s ease 0s 3; }

.userStory__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .userStory__share > * {
    margin-bottom: 1em; }

.userStory__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .userStory__social > span {
    color: #494949;
    font-size: 20px;
    font-weight: 700; }
  .userStory__social a {
    margin-left: .5em;
    display: block;
    font-size: 12px;
    width: 2.5em;
    height: 2.5em;
    background: #ed1850;
    border-radius: 50%;
    color: #fff;
    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; }

.userStory__media--audio {
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
  background-image: linear-gradient(180deg, #ffffff 0%, #ececec 100%); }
  .userStory__media--audio h3 {
    color: #ed1850;
    font-size: 16px;
    font-weight: 700; }
  .userStory__media--audio audio {
    display: block;
    width: 100%; }

#mongo-form {
  font-family: 'Nunito'; }
  #mongo-form .BBFormContainer {
    padding: 0; }
    #mongo-form .BBFormContainer .BBFormSection legend {
      display: none; }
    #mongo-form .BBFormContainer .BBFormSection .BBFormFieldContainer {
      margin: 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #mongo-form .BBFormContainer .BBFormSection .BBFormFieldContainer .BBFormFieldLabel {
        font-weight: 700;
        width: 100%;
        color: #999;
        font-size: 16px; }
      #mongo-form .BBFormContainer .BBFormSection .BBFormFieldContainer .BBFormTextbox,
      #mongo-form .BBFormContainer .BBFormSection .BBFormFieldContainer select,
      #mongo-form .BBFormContainer .BBFormSection .BBFormFieldContainer textarea {
        max-width: 100%;
        margin-right: 0;
        padding: 0 10px;
        height: 45px;
        border-radius: 0;
        border: 2px solid #ccc;
        font-weight: 700;
        font-size: 14px; }
      #mongo-form .BBFormContainer .BBFormSection .BBFormFieldContainer .BBFormSubmitbutton {
        width: 100%;
        background: #ed1850;
        height: 50px;
        padding: 0 20px;
        border-radius: 50px;
        font-size: 18px; }
    #mongo-form .BBFormContainer .BBFormSection .BBTwoFields,
    #mongo-form .BBFormContainer .BBFormSection .BBFieldExpiration {
      float: none; }
      #mongo-form .BBFormContainer .BBFormSection .BBTwoFields .BBFormTextbox,
      #mongo-form .BBFormContainer .BBFormSection .BBTwoFields select,
      #mongo-form .BBFormContainer .BBFormSection .BBFieldExpiration .BBFormTextbox,
      #mongo-form .BBFormContainer .BBFormSection .BBFieldExpiration select {
        width: 49%; }
        #mongo-form .BBFormContainer .BBFormSection .BBTwoFields .BBFormTextbox ~ .BBFormTextbox,
        #mongo-form .BBFormContainer .BBFormSection .BBTwoFields select ~ .BBFormTextbox,
        #mongo-form .BBFormContainer .BBFormSection .BBFieldExpiration .BBFormTextbox ~ .BBFormTextbox,
        #mongo-form .BBFormContainer .BBFormSection .BBFieldExpiration select ~ .BBFormTextbox {
          margin-left: auto; }
        #mongo-form .BBFormContainer .BBFormSection .BBTwoFields .BBFormTextbox ~ select,
        #mongo-form .BBFormContainer .BBFormSection .BBTwoFields select ~ select,
        #mongo-form .BBFormContainer .BBFormSection .BBFieldExpiration .BBFormTextbox ~ select,
        #mongo-form .BBFormContainer .BBFormSection .BBFieldExpiration select ~ select {
          margin-left: auto; }
  #mongo-form .BBFormRadioList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px; }
    #mongo-form .BBFormRadioList .BBFormRadioItem {
      width: 33.33333%;
      margin: 15px 0;
      padding: 0 5px; }
      #mongo-form .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel.BBFormRadioLabelGivingLevel {
        display: block;
        width: 100%;
        height: 45px;
        border-radius: 35px;
        font-size: 18px;
        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;
        padding: 0;
        background: #ed1850;
        color: #fff;
        border: 1px solid #ed1850; }
        #mongo-form .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel.BBFormRadioLabelGivingLevel .BBFormRadioDescription {
          display: none; }
        #mongo-form .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel.BBFormRadioLabelGivingLevel .BBFormRadioAmount {
          display: block;
          top: 0; }
        #mongo-form .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel.BBFormRadioLabelGivingLevel.BBFormRadioLabelGivingLevelOther {
          width: 100%; }
        #mongo-form .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel.BBFormRadioLabelGivingLevel.BBFormRadioLabelGivingLevelSelected, #mongo-form .BBFormRadioList .BBFormRadioItem .BBFormRadioLabel.BBFormRadioLabelGivingLevel:hover {
          background: #fff;
          color: #ed1850; }
      #mongo-form .BBFormRadioList .BBFormRadioItem:last-child {
        width: 100%; }
        #mongo-form .BBFormRadioList .BBFormRadioItem:last-child .BBFormRadioLabel {
          background: none;
          border: 0;
          position: relative; }
          #mongo-form .BBFormRadioList .BBFormRadioItem:last-child .BBFormRadioLabel.BBFormRadioLabelGivingLevelSelected .BBFormRadioDescriptionOther {
            top: 0; }
          #mongo-form .BBFormRadioList .BBFormRadioItem:last-child .BBFormRadioLabel.BBFormRadioLabelGivingLevelSelected .BBFormGiftOtherAmount {
            margin: 0; }
          #mongo-form .BBFormRadioList .BBFormRadioItem:last-child .BBFormRadioLabel .BBFormRadioAmount {
            display: block;
            top: 0;
            width: 100%; }
          #mongo-form .BBFormRadioList .BBFormRadioItem:last-child .BBFormRadioLabel .BBFormRadioDescriptionOther {
            -webkit-box-flex: 0;
                -ms-flex: 0;
                    flex: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0; }
          #mongo-form .BBFormRadioList .BBFormRadioItem:last-child .BBFormRadioLabel .BBFormGiftOtherAmount {
            width: 100%;
            max-width: 100%;
            display: block;
            height: 45px;
            border-radius: 0;
            border: 2px solid #ccc;
            font-weight: 700;
            font-size: 14px; }

.adoption__item {
  position: relative; }

.adoption__media {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%; }
  .adoption__media > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .adoption__media.coming-soon:before {
    display: none;
    content: 'Coming Soon';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 700; }

.adoption__item--top {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px; }

.adoption__item--name {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4); }

.adoption__item--bottom {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0 #000; }

.adoption__relatedCarousel .adoption__item--name {
  font-size: 28px; }

.adoption__relatedCarousel .adoption__item--bottom {
  font-size: 16px; }

.adoptionCarousel--item {
  width: 100%; }
  .adoptionCarousel--item > div {
    max-width: 100%;
    margin: auto;
    text-align: center; }

.adoption__relatedCarousel {
  padding-bottom: 30px; }

.carousel__item {
  width: 100%; }
  @media all and (min-width: 768px) {
    .adoption__relatedCarousel[data-carousel-size='2'] .carousel__item {
      width: 50%; } }
  @media all and (min-width: 768px) {
    .adoption__relatedCarousel[data-carousel-size='3'] .carousel__item {
      width: 33.333%; } }
  @media all and (min-width: 768px) {
    .adoption__relatedCarousel[data-carousel-size='4'] .carousel__item {
      width: 25%; } }
  @media all and (min-width: 768px) {
    .adoption__relatedCarousel[data-carousel-size='5'] .carousel__item {
      width: 20%; } }
  @media all and (min-width: 768px) {
    .adoption__relatedCarousel[data-carousel-size='6'] .carousel__item {
      width: 16.67%; } }

.adoption__relatedCarousel .adoption__item {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 10px; }

.adoptionFacts__table {
  width: 100%; }
  .adoptionFacts__table th {
    text-align: left;
    max-width: 40%;
    font-weight: 700; }
  .adoptionFacts__table th, .adoptionFacts__table td {
    vertical-align: top;
    padding: 5px; }

.sfspca-resources-wrap {
  position: relative;
  min-height: 300px; }
  .sfspca-resources-wrap.loading .pre-loader {
    visibility: visible;
    opacity: 1; }
  .sfspca-resources-wrap.loading .event-items {
    opacity: 0.5; }
  .sfspca-resources-wrap .pre-loader {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .sfspca-resources-wrap .pre-loader:after {
      content: '';
      width: 150px;
      height: 150px;
      background: #fff url(assets/dist/images/dog-loader.gif) center center no-repeat;
      background-repeat: no-repeat;
      position: absolute;
      left: 50%;
      top: 80px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border-radius: 10px;
      border: 1px solid #ddd; }
  .sfspca-resources-wrap .grid-filters .filter-dropdown {
    position: relative;
    display: block;
    padding: 0 70px 0 30px;
    border-radius: 50px;
    border: 1px solid #cad6e2;
    background: #fff;
    margin: 15px 0; }
    @media all and (min-width: 768px) {
      .sfspca-resources-wrap .grid-filters .filter-dropdown {
        display: inline-block;
        margin: 0; } }
    .sfspca-resources-wrap .grid-filters .filter-dropdown:hover {
      background: #f0f0f0;
      border-radius: 25px 25px 0 0; }
      .sfspca-resources-wrap .grid-filters .filter-dropdown:hover .filter-items {
        opacity: 1;
        visibility: visible; }
    .sfspca-resources-wrap .grid-filters .filter-dropdown:after {
      position: absolute;
      content: '';
      width: 6px;
      height: 6px;
      border: 1px solid transparent;
      border-right-color: #000;
      border-bottom-color: #000;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
    .sfspca-resources-wrap .grid-filters .filter-dropdown .filter-label {
      line-height: 50px;
      font-size: 15px;
      cursor: pointer;
      color: #222328; }
    .sfspca-resources-wrap .grid-filters .filter-dropdown .filter-items {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: 50%;
      top: 100%;
      min-width: 100%;
      white-space: nowrap;
      z-index: 999;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 14px;
      padding: 0; }
      .sfspca-resources-wrap .grid-filters .filter-dropdown .filter-items .filter-item {
        padding: 0 20px;
        line-height: 40px;
        background: #fff;
        cursor: pointer; }
        .sfspca-resources-wrap .grid-filters .filter-dropdown .filter-items .filter-item:first-child {
          border: 1px solid #ddd; }
        .sfspca-resources-wrap .grid-filters .filter-dropdown .filter-items .filter-item:last-child {
          border-radius: 0 0 25px 25px;
          border: 1px solid #ddd;
          border-top: 0;
          padding-bottom: 10px; }
        .sfspca-resources-wrap .grid-filters .filter-dropdown .filter-items .filter-item:not(:last-child) {
          border-bottom: 1px solid #fafafa; }
        .sfspca-resources-wrap .grid-filters .filter-dropdown .filter-items .filter-item:hover, .sfspca-resources-wrap .grid-filters .filter-dropdown .filter-items .filter-item.active {
          background: #f0f0f0; }
  .sfspca-resources-wrap .applied-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0; }
    .sfspca-resources-wrap .applied-filters .filtered-item {
      margin: 0 1.5em 0.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      white-space: nowrap; }
      .sfspca-resources-wrap .applied-filters .filtered-item span {
        display: inline-block; }
      .sfspca-resources-wrap .applied-filters .filtered-item .delete-filter {
        margin-left: 5px;
        color: #fff;
        display: inline-block;
        line-height: 1;
        cursor: pointer;
        width: 17px;
        height: 17px;
        background: #9b9b9b;
        border-radius: 50%;
        text-align: center;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        font-size: 9px; }
        .sfspca-resources-wrap .applied-filters .filtered-item .delete-filter .svg-icon {
          display: inline-block;
          width: 1em;
          height: 1em;
          position: relative;
          top: 4px; }
          .sfspca-resources-wrap .applied-filters .filtered-item .delete-filter .svg-icon svg {
            fill: currentColor;
            width: 1em;
            height: 1em; }
  .sfspca-resources-wrap .grid-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media all and (min-width: 768px) {
      .sfspca-resources-wrap .grid-items {
        margin-left: -15px;
        margin-right: -15px; } }
    .sfspca-resources-wrap .grid-items .no-items {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 15px;
      text-align: center; }
    .sfspca-resources-wrap .grid-items .grid-item {
      width: 100%;
      border-radius: 6px;
      padding: 15px 0; }
      @media all and (min-width: 768px) {
        .sfspca-resources-wrap .grid-items .grid-item {
          width: 33.33333%;
          padding: 15px; } }
      .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner {
        border: 1px solid rgba(151, 151, 151, 0.43);
        border-radius: 6px;
        padding: 30px; }
        .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-title {
          color: #202124;
          font-size: 24px;
          font-weight: 700; }
          .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-title a {
            color: #202124; }
        .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-content {
          color: #494949;
          font-family: 'Open Sans';
          font-size: 18px;
          line-height: 30px;
          margin: 15px 0; }
        .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-meta {
          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-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch; }
          .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-meta > * {
            -webkit-box-flex: 1;
                -ms-flex: auto;
                    flex: auto; }
          .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-meta .grid-category {
            color: #ed1850;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 1.15px; }
            .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-meta .grid-category span {
              display: block; }
              .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-meta .grid-category span + span {
                margin-top: 5px; }
          .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-meta .grid-social {
            text-align: right; }
            .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-meta .grid-social a {
              color: #8b888c;
              -webkit-transition: all linear 300ms;
              transition: all linear 300ms;
              display: inline-block; }
              .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-meta .grid-social a:hover.facebook {
                color: #3b5998; }
              .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-meta .grid-social a:hover.twitter {
                color: #00aced; }
              .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-meta .grid-social a svg {
                fill: currentColor;
                width: 24px;
                height: 24px; }
              .sfspca-resources-wrap .grid-items .grid-item .grid-item-inner .grid-meta .grid-social a + a {
                margin-left: 5px; }
  .sfspca-resources-wrap .grid-view-more {
    text-align: center;
    margin: 50px 0 0;
    display: none; }
    .sfspca-resources-wrap .grid-view-more a {
      display: inline-block;
      color: #f42267;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      border: 2px solid #f42267;
      border-radius: 25px;
      line-height: 50px;
      max-width: 100%;
      text-align: center;
      width: 250px;
      -webkit-transition: all linear 300ms;
      transition: all linear 300ms; }
      .sfspca-resources-wrap .grid-view-more a:hover {
        color: #fff;
        background: #f42267; }

.resource-download-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media all and (min-width: 768px) {
    .resource-download-wrap {
      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; } }
  .resource-download-wrap .resource-download a {
    background-color: #ed1850;
    color: #fff;
    border-radius: 30px;
    line-height: 40px;
    display: block;
    padding: 0 45px;
    text-transform: uppercase;
    border: 2px solid #ed1850;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    font-size: 16px;
    text-align: center;
    margin: 15px 0; }
    @media all and (min-width: 768px) {
      .resource-download-wrap .resource-download a {
        display: inline-block;
        line-height: 60px;
        font-size: 18px; } }
    .resource-download-wrap .resource-download a:hover {
      color: #ed1850;
      background: #fff; }
    @media all and (min-width: 768px) {
      .resource-download-wrap .resource-download a + a {
        margin-left: 10px; } }
  .resource-download-wrap .resource-share {
    padding: 0 20px;
    text-align: center; }
    .resource-download-wrap .resource-share a {
      color: #8b888c;
      -webkit-transition: all linear 300ms;
      transition: all linear 300ms;
      display: inline-block; }
      .resource-download-wrap .resource-share a:hover.facebook {
        color: #3b5998; }
      .resource-download-wrap .resource-share a:hover.twitter {
        color: #00aced; }
      .resource-download-wrap .resource-share a svg {
        fill: currentColor;
        width: 24px;
        height: 24px; }
      .resource-download-wrap .resource-share a + a {
        margin-left: 5px; }

@media print {
  .flickity-prev-next-button,
  .hidden-on-print {
    display: none !important; } }

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