.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
}
.flex-row-wrap {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-column-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-align-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-justify-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-justify-space {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.translate-x {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translate-y {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.translate {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.transform-none {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.transition {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#top,
#header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.fl-builder-edit #top,
.fl-builder-edit #header {
  position: relative;
}
#top {
  top: 0;
}
#top * {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#top a {
  color: white;
  font-weight: 500;
  font-size: 16px;
}
#top a:hover {
  color: #e5eef7;
}
#top .left {
  width: -webkit-calc(100% - 130px) !important;
  width: -moz-calc(100% - 130px) !important;
  width: calc(100% - 130px) !important;
}
#top .left .fl-module-content {
  margin-right: 0;
}
#top .left a {
  float: left;
}
#top .left a:last-of-type {
  float: right;
}
#top .left a.tel:before,
#top .left a.email:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  display: inline;
  color: white;
  margin-right: 10px;
}
#top .left a.tel {
  margin-right: 25px;
}
#top .left a.tel:before {
  content: '\f095';
}
#top .left a.email:before {
  content: '\f0e0';
}
#top .right {
  max-width: 130px!important;
  width: 130px!important;
}
#top.fixed-header .fl-icon-group .fl-icon {
  margin-top: 5px;
  margin-bottom: 5px;
}
#header {
  top: 43px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#header a {
  font-weight: 500;
}
#header * {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#header ul#menu-header-menu ul.sub-menu li {
  line-height: 1.4;
}
#header ul#menu-header-menu ul.sub-menu li.current-menu-item a {
  background: white!important;
  color: #0073b0 !important;
}
#header ul#menu-header-menu ul.sub-menu li.current-menu-item a:hover {
  background: #0073b0 !important;
  color: white!important;
}
#header .fl-button-group-button a.fl-button {
  padding: 7px 24px;
}
#header.fixed-header {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  top: 33px;
  background: white;
}
#header.fixed-header img {
  width: 200px;
}
#header.fixed-header .fl-module-photo .fl-module-content {
  margin: 10px 20px;
}
#header.fixed-header .fl-module-button-group .fl-module-content {
  margin-top: 10px;
}
#header.fixed-header .fl-module-menu .fl-module-content {
  margin-bottom: 0;
}
body:not(.home):not(.single-tribe_events) #header ul#menu-header-menu {
  margin-right: 5px;
  margin-top: 10px;
}
body:not(.home):not(.single-tribe_events) #header ul#menu-header-menu > li {
  border-left: 0;
}
body:not(.home):not(.single-tribe_events) #header ul#menu-header-menu > li > div > a,
body:not(.home):not(.single-tribe_events) #header ul#menu-header-menu > li > a {
  padding: 15px 25px;
  background: white;
}
body:not(.home):not(.single-tribe_events) #header ul#menu-header-menu > li > div > a:hover,
body:not(.home):not(.single-tribe_events) #header ul#menu-header-menu > li > a:hover {
  background: #e5eef7;
}
body:not(.home):not(.single-tribe_events) #header ul#menu-header-menu > li:first-of-type > div > a,
body:not(.home):not(.single-tribe_events) #header ul#menu-header-menu > li:first-of-type > a {
  border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
}
body:not(.home):not(.single-tribe_events) #header ul#menu-header-menu > li:last-of-type > div > a,
body:not(.home):not(.single-tribe_events) #header ul#menu-header-menu > li:last-of-type > a {
  border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
}
body:not(.home):not(.single-tribe_events) #header img {
  -webkit-filter: drop-shadow(0 4px 15px #ffffff);
  filter: drop-shadow(0 4px 15px #ffffff);
}
body:not(.home):not(.single-tribe_events) #header.fixed-header ul#menu-header-menu {
  margin-top: 0;
  margin-right: 0;
}
body:not(.home):not(.single-tribe_events) #header.fixed-header ul#menu-header-menu > li {
  border-left: 0;
}
body:not(.home):not(.single-tribe_events) #header.fixed-header ul#menu-header-menu > li > div > a,
body:not(.home):not(.single-tribe_events) #header.fixed-header ul#menu-header-menu > li > a {
  padding-right: 5px;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
body:not(.home):not(.single-tribe_events) #header.fixed-header ul#menu-header-menu > li > div > a:hover,
body:not(.home):not(.single-tribe_events) #header.fixed-header ul#menu-header-menu > li > a:hover {
  background: white;
  color: #ce0404;
}
@media only screen and (min-width: 1056px) {
  #header ul#menu-header-menu span.fl-menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 1055px) {
  #header ul#menu-header-menu {
    background: white;
    left: auto;
    right: 40px;
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  #header ul#menu-header-menu li {
    text-align: left;
  }
  #header ul#menu-header-menu li a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px 25px!important;
  }
  #header ul#menu-header-menu ul.sub-menu {
    padding-left: 25px;
    padding-right: 25px;
  }
  #header ul#menu-header-menu ul.sub-menu li a {
    padding: 5px 10px 5px 20px!important;
  }
  #header ul#menu-header-menu span.fl-menu-toggle {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #top .fl-col-group-equal-height {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
  }
  #top .left,
  #top .right {
    max-width: 100%;
  }
  #header .fl-col-group-equal-height .fl-col {
    width: 50%!important;
  }
  #header,
  #top {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #header.nav-up,
  #top.nav-up {
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (max-width: 700px) {
  #top .right {
    display: none;
  }
  #top .left {
    width: 100%!important;
    padding: 5px;
  }
  #top .left .fl-module-html {
    margin-right: 20px;
    text-align: center;
  }
  #top .left a.email {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 590px) {
  #top .left a {
    float: none!important;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
  }
  #top .left a.list {
    display: none;
  }
}
@media only screen and (max-width: 510px) {
  #top .left a.tel,
  #top .left a.email {
    margin-left: 10px;
    margin-right: 10px;
  }
  #header .fl-col-group-equal-height > div.fl-col {
    width: 100%!important;
  }
  #header .fl-col-group-equal-height .fl-photo {
    text-align: center;
  }
  #header .fl-col-group-equal-height .fl-module-content {
    margin-left: 20px;
  }
  #header .fl-col-group-equal-height .fl-button-group {
    text-align: center;
  }
  #header .fl-col-group-equal-height .fl-button-group .fl-button-group-buttons {
    display: block;
  }
  #header .fl-col-group-equal-height .fl-button-group .fl-button-group-buttons .fl-button-group-button {
    display: inline-block;
  }
  #header .fl-col-group-equal-height .fl-module-button-group .fl-module-content {
    margin-top: 0;
  }
  #header .fl-col-group-equal-height .fl-menu-responsive-toggle-medium-mobile {
    position: absolute;
    right: 0;
    left: 20px;
    top: 30px;
  }
  #header .fl-col-group-equal-height .fl-menu-responsive-toggle-medium-mobile ul#menu-header-menu {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 0;
    height: -webkit-calc(100vh - 250px);
    height: -moz-calc(100vh - 250px);
    height: calc(100vh - 250px);
    overflow-y: auto;
  }
}
@media only screen and (max-width: 455px) {
  #header {
    top: 60px!important;
  }
}
body {
  font-family: "IBM Plex Sans", sans-serif;
  color: black;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body li,
body a {
  font-family: "IBM Plex Sans", sans-serif !important;
}
body h2 {
  font-weight: bold;
  line-height: 1.2;
  font-size: 40px;
}
body h3 {
  font-weight: bold;
  color: black;
  font-size: 35px;
}
body h4 {
  font-weight: bold;
  font-size: 23px;
}
body p,
body ul li,
body ol li {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
}
body ul li {
  margin-bottom: 10px;
}
body.home h2 {
  font-size: 60px;
  color: #0073b0;
}
body p a.keep-together,
body .keep-together p a {
  display: inline-block;
}
a {
  color: #0073b0;
}
a:hover {
  color: #ce0404;
}
.text-large p {
  font-size: 24px;
}
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text ul li,
.white-text a {
  color: white;
}
.white-text a {
  border-bottom: 2px solid white;
}
.white-text a:hover {
  color: #ffffff;
  border-bottom: 0;
}
.red-text h2,
.red-text h3,
.red-text h4,
.red-text h5,
.red-text h6,
.red-text p,
.red-text ul li,
.red-text a {
  color: #ce0404;
}
.red-text a {
  border-bottom: 2px solid #ce0404;
}
.red-text a:hover {
  color: #ce0404;
  border-bottom: 0;
}
body.home #fl-main-content,
body.page-id-411 #fl-main-content {
  padding-top: 200px;
}
#hero-secondary {
  position: relative;
}
#hero-secondary .fl-row-content-wrap {
  padding-top: 150px;
}
#hero-secondary .fl-row-content-wrap h1 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
#under-hero .fl-button-group-buttons {
  width: 100%;
}
#under-hero .fl-button-group-buttons .fl-button-group-button {
  width: 50%;
}
#under-hero .fl-button-group-buttons .fl-button-group-button .fl-button-wrap {
  width: 100%;
}
#under-hero .fl-button-group-buttons .fl-button-group-button .fl-button-wrap a.fl-button {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 15px;
}
#under-hero.three-buttons .fl-button-group-buttons .fl-button-group-button {
  width: 33.3%;
}
.slider-with-circle-photo .bx-viewport {
  height: auto!important;
}
.slider-with-circle-photo .fl-slide-foreground {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slider-with-circle-photo .fl-slide-photo,
.slider-with-circle-photo .fl-slide-mobile-photo {
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  top: 0;
  bottom: 0;
  margin: 30px 60px!important;
  overflow: hidden;
}
.slider-with-circle-photo .fl-slide-photo img,
.slider-with-circle-photo .fl-slide-mobile-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider-with-circle-photo .fl-slide-photo a,
.slider-with-circle-photo .fl-slide-mobile-photo a {
  cursor: pointer;
  pointer-events: none;
}
.slider-with-circle-photo .fl-slide-content {
  margin: 0!important;
}
.anchor {
  margin-top: -150px;
  padding-top: 150px;
  pointer-events: none;
}
.anchor .fl-module-content,
.anchor .fl-col-content,
.anchor .fl-row-content-wrap {
  pointer-events: all;
}
.fl-builder-edit .anchor {
  pointer-events: all;
  margin-top: 0;
  padding-top: 0;
}
#hero-home .fl-slide-content h2 {
  color: #0073b0;
  font-size: 60px;
  line-height: 1.2;
}
#hero-home .fl-slide-photo-wrap,
#hero-home .fl-slide-mobile-photo {
  position: relative;
}
#hero-home .fl-slide-photo-wrap:before,
#hero-home .fl-slide-mobile-photo:before {
  content: '';
  background-image: url('/wp-content/uploads/2024/06/Pawprint.svg');
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
}
#hero-home .fl-slide {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
}
#hero-home .slider-prev {
  left: -40px;
}
#hero-home .slider-next {
  right: -40px;
}
#hero-home-static .fl-module-photo {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#hero-home-static .fl-module-photo:before {
  content: '';
  background-image: url('/wp-content/uploads/2024/06/Pawprint.svg');
  background-size: contain;
  position: absolute;
  display: block;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  background-position: center;
  background-repeat: no-repeat;
}
.last-bottom-align .fl-col-content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.last-bottom-align .fl-col-content > div:last-of-type {
  margin-top: auto;
}
#rescues-slider .fl-slide {
  padding: 20px 60px;
}
#rescues-slider .fl-slide .fl-slide-photo-wrap {
  padding-left: 40px;
}
#meet-sponsors-row .fl-button-group-buttons {
  width: 100%;
}
#meet-sponsors-row .fl-button-group-buttons .fl-button-group-button {
  width: 100%;
}
#meet-sponsors-row .fl-button-group-buttons .fl-button-group-button .fl-button-wrap {
  width: 100%;
}
.fl-module-tabs .fl-tabs-labels a.fl-tabs-label {
  border: 2px solid #0073b0;
}
.fl-module-tabs .fl-tabs-labels > a {
  border-width: 2px 2px 2px 0!important;
}
.fl-module-tabs .fl-tabs-labels > a:first-of-type {
  border-width: 2px!important;
}
.fl-module-tabs .fl-tabs-panels {
  margin-top: -2px;
}
.fl-module-uabb-table-of-contents {
  position: sticky;
  top: 200px;
}
.fl-module-uabb-table-of-contents ul {
  padding-left: 27px!important;
  list-style: none;
}
.fl-module-uabb-table-of-contents ul li a {
  color: #ce0404;
}
.fl-module-uabb-table-of-contents ul li:before {
  content: '\f061';
  font-family: "Font Awesome 6 Free";
  color: #ce0404;
  margin-right: 7px;
  font-weight: 700;
  font-size: 18px;
  display: inline;
  margin-top: 1px;
  margin-left: -27px;
}
.fl-module-uabb-table-of-contents ul li:hover a {
  color: #0073b0;
}
.fl-module-uabb-table-of-contents ul li:hover:before {
  color: #0073b0;
}
.board-of-directors .fl-module-modal-popup .uabb-creative-button-wrap a.uabb-button.uabb-creative-button {
  border: 2px solid #0073b0 !important;
  background: white!important;
}
.board-of-directors .fl-module-modal-popup .uabb-creative-button-wrap a.uabb-button.uabb-creative-button span {
  color: #0073b0;
}
.board-of-directors .fl-module-modal-popup .uabb-creative-button-wrap a.uabb-button.uabb-creative-button:hover {
  border: 2px solid #ce0404 !important;
  background: #ce0404 !important;
}
.board-of-directors .fl-module-modal-popup .uabb-creative-button-wrap a.uabb-button.uabb-creative-button:hover span {
  color: white;
}
.uabb-modal .uabb-content .uabb-modal-text p {
  font-size: 17px;
}
.page-id-138 .uabb-modal .uabb-content .uabb-modal-text:last-of-type em {
  color: #0073b0;
}
.fl-module-uabb-timeline button.slick-arrow {
  bottom: 15px!important;
}
.fl-module-uabb-timeline button.slick-arrow i:hover {
  background: #ce0404;
}
.fl-module-uabb-timeline button.slick-disabled i {
  background: gray;
}
.fl-module-uabb-timeline button.slick-disabled i:hover {
  background: gray;
}
#store-tabs-0,
#store-tabs-1 {
  margin-top: -100px;
  padding-top: 100px;
}
body.cmplz-document article {
  margin-top: 200px;
}
body.cmplz-document article h1,
body.cmplz-document article h2 {
  font-weight: bold;
  color: black;
}
body.cmplz-document #fl-main-content .fl-content-full {
  width: 100%;
  max-width: 1100px;
}
body.cmplz-document #fl-main-content .fl-content-full #cmplz-document {
  max-width: 100%;
}
body.cmplz-document #fl-main-content .fl-content-full #cmplz-document p {
  font-size: 17px;
  font-weight: 400;
}
body.cmplz-document #fl-main-content .fl-content-full #cmplz-document p.cmplz-subtitle {
  font-size: 23px;
}
body.cmplz-document #fl-main-content .fl-content-full #cmplz-document h2 {
  font-size: 30px;
}
.mobile-not-full-width .fl-col {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#tribute-row .cfmm-bloom-search-container,
#tribute-row .cfmm-bloom-search-container-people {
  align-items: flex-start;
  margin-bottom: 20px;
}
#tribute-row .cfmm-bloom-search-container input,
#tribute-row .cfmm-bloom-search-container-people input {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 10px 15px;
  border: 1px solid gray;
  margin: auto;
}
#tribute-row .fl-module-html,
#tribute-row .fl-html,
#tribute-row .fl-module-content {
  height: 100%;
}
#tribute-row .fl-html {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#tribute-row .fl-html #pagingControls,
#tribute-row .fl-html #pagingControlsPeople {
  margin-top: auto;
  text-align: center;
  margin-bottom: 20px;
}
#tribute-row .fl-html #pagingControls a.btn,
#tribute-row .fl-html #pagingControlsPeople a.btn {
  background: transparent;
  border: 0;
  color: #0073b0;
  font-size: 14px;
  padding: 3px!important;
  font-weight: 500;
}
#tribute-row .fl-html #pagingControls a.btn:hover,
#tribute-row .fl-html #pagingControlsPeople a.btn:hover {
  color: #ce0404;
}
#tribute-row .fl-html #pagingControls a.btn-default,
#tribute-row .fl-html #pagingControlsPeople a.btn-default {
  color: black!important;
  pointer-events: none;
}
#tribute-row .fl-html #pagingControls a.disabled,
#tribute-row .fl-html #pagingControlsPeople a.disabled {
  color: black!important;
  pointer-events: none;
}
#tribute-row .dedication-container,
#tribute-row .dedication-container-people {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#tribute-row .dedication-container p.tribute-name,
#tribute-row .dedication-container-people p.tribute-name {
  font-weight: 500;
  line-height: 1.2;
  margin: 3px 0;
}
#tribute-row .dedication-container .col-md-6,
#tribute-row .dedication-container-people .col-md-6 {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1  0 50%;
  flex: 0 50%;
}
#tribute-row .dedication-container p.tribute-donor,
#tribute-row .dedication-container-people p.tribute-donor {
  line-height: 1.2;
}
.fl-page .fl-module-button-group a.fl-button,
.fl-page .fl-slide-cta-button a.fl-button,
.fl-page .fl-module-modal-popup a.fl-button,
.fl-page .fl-module-button a.fl-button,
.fl-page .fl-module-button-group a.uabb-button.uabb-creative-button,
.fl-page .fl-slide-cta-button a.uabb-button.uabb-creative-button,
.fl-page .fl-module-modal-popup a.uabb-button.uabb-creative-button,
.fl-page .fl-module-button a.uabb-button.uabb-creative-button {
  padding: 10px 24px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background-color: #0073b0;
  border: 0!important;
  font-weight: 500;
}
.fl-page .fl-module-button-group a.fl-button:hover,
.fl-page .fl-slide-cta-button a.fl-button:hover,
.fl-page .fl-module-modal-popup a.fl-button:hover,
.fl-page .fl-module-button a.fl-button:hover,
.fl-page .fl-module-button-group a.uabb-button.uabb-creative-button:hover,
.fl-page .fl-slide-cta-button a.uabb-button.uabb-creative-button:hover,
.fl-page .fl-module-modal-popup a.uabb-button.uabb-creative-button:hover,
.fl-page .fl-module-button a.uabb-button.uabb-creative-button:hover {
  background-color: #ce0404;
}
.fl-page .fl-module-button-group.red-button a.fl-button,
.fl-page .fl-slide-cta-button.red-button a.fl-button,
.fl-page .fl-module-modal-popup.red-button a.fl-button,
.fl-page .fl-module-button.red-button a.fl-button {
  background-color: #ce0404;
}
.fl-page .fl-module-button-group.red-button a.fl-button:hover,
.fl-page .fl-slide-cta-button.red-button a.fl-button:hover,
.fl-page .fl-module-modal-popup.red-button a.fl-button:hover,
.fl-page .fl-module-button.red-button a.fl-button:hover {
  background-color: #0073b0;
}
.fl-page .fl-module-button-group.white-button a.fl-button,
.fl-page .fl-slide-cta-button.white-button a.fl-button,
.fl-page .fl-module-modal-popup.white-button a.fl-button,
.fl-page .fl-module-button.white-button a.fl-button {
  background-color: white;
  border: 2px solid #0073b0 !important;
}
.fl-page .fl-module-button-group.white-button a.fl-button span,
.fl-page .fl-slide-cta-button.white-button a.fl-button span,
.fl-page .fl-module-modal-popup.white-button a.fl-button span,
.fl-page .fl-module-button.white-button a.fl-button span {
  color: #0073b0;
}
.fl-page .fl-module-button-group.white-button a.fl-button:hover,
.fl-page .fl-slide-cta-button.white-button a.fl-button:hover,
.fl-page .fl-module-modal-popup.white-button a.fl-button:hover,
.fl-page .fl-module-button.white-button a.fl-button:hover {
  background-color: #ce0404;
  border-color: #ce0404 !important;
}
.fl-page .fl-module-button-group.white-button a.fl-button:hover span,
.fl-page .fl-slide-cta-button.white-button a.fl-button:hover span,
.fl-page .fl-module-modal-popup.white-button a.fl-button:hover span,
.fl-page .fl-module-button.white-button a.fl-button:hover span {
  color: white;
}
.fl-page .button-text a.fl-button {
  background: transparent!important;
  border: 0!important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
}
.fl-page .button-text a.fl-button span {
  color: #0073b0;
  float: left;
  font-weight: 500;
  font-size: 18px;
}
.fl-page .button-text a.fl-button:hover span {
  color: #ce0404;
}
.fl-page .button-text a.fl-button:hover:after {
  color: #ce0404;
}
.fl-page .button-text a.fl-button:after {
  content: '\f061';
  font-family: "Font Awesome 6 Free";
  color: #0073b0;
  margin-left: 7px;
  font-weight: 700;
  font-size: 18px;
  float: left;
  display: block;
  margin-top: 1px;
}
.button-group-adopt .fl-button-group-buttons > div:last-of-type i.fas:before {
  content: url('/wp-content/uploads/2024/07/Rabbit-icon.svg');
  width: 28px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
#wishlist-buttons .fl-button-group-buttons > div:first-of-type i.fab:before {
  content: url('/wp-content/uploads/2024/07/Chewy-Logo.svg');
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea,
.gform_wrapper select {
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  border: 1px solid gray!importnat;
}
.gform_wrapper label,
.gform_wrapper legend {
  font-size: 16px!important;
}
.gform_wrapper .gfield_required_asterisk {
  color: #ce0404;
}
.gform_wrapper .four-column .gfield_checkbox {
  display: block;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  -o-column-gap: 10px;
  column-gap: 10px;
}
.gform_wrapper .four-column .gfield_checkbox .gchoice {
  margin-bottom: 10px;
  width: 100%;
}
.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper .gform_confirmation_message {
  font-size: 17px!important;
}
.gform_wrapper .gform_footer input[type="submit"] {
  padding: 7px 25px!important;
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  background-color: #ce0404 !important;
  border: 0!important;
  font-weight: 500;
  font-size: 16px!important;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #0073b0 !important;
}
form#donation-form,
form#registration-form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
form#donation-form select,
form#registration-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form#donation-form input[type=text],
form#registration-form input[type=text],
form#donation-form input[type=email],
form#registration-form input[type=email],
form#donation-form input[type=tel],
form#registration-form input[type=tel],
form#donation-form textarea,
form#registration-form textarea,
form#donation-form select,
form#registration-form select,
form#donation-form input[type=number],
form#registration-form input[type=number],
form#donation-form #card-element,
form#registration-form #card-element {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: white;
  border: 1px solid gray;
  width: 100%;
  padding: 6px 12px;
  max-width: 100%;
  box-sizing: border-box;
}
form#donation-form .registration-summary input#numberOfRegistrations,
form#registration-form .registration-summary input#numberOfRegistrations {
  width: fit-content;
}
form#donation-form .registration-summary th.tickets-column,
form#registration-form .registration-summary th.tickets-column,
form#donation-form .registration-summary td:has(#ticketQty),
form#registration-form .registration-summary td:has(#ticketQty),
form#donation-form .registration-summary td:has(#totalTicketQty),
form#registration-form .registration-summary td:has(#totalTicketQty) {
  display: none;
}
form#donation-form .registration-summary tr.additional-donation > td:first-of-type,
form#registration-form .registration-summary tr.additional-donation > td:first-of-type {
  display: none;
}
form#donation-form label,
form#registration-form label,
form#donation-form legend,
form#registration-form legend {
  font-size: 16px!important;
  font-weight: 500;
}
form#donation-form div.radio span.label,
form#registration-form div.radio span.label {
  padding-left: 20px;
  display: block;
}
form#donation-form .section.recurring,
form#registration-form .section.recurring {
  padding-left: 0;
}
form#donation-form .section.recurring label,
form#registration-form .section.recurring label {
  padding-left: 0;
}
form#donation-form .section.recurring span.label,
form#registration-form .section.recurring span.label {
  padding-left: 20px;
}
form#donation-form .section.contact,
form#registration-form .section.contact {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
form#donation-form .section.contact h3,
form#registration-form .section.contact h3 {
  width: 100%;
}
form#donation-form .section.contact .field,
form#registration-form .section.contact .field {
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-right: 20px;
}
form#donation-form input::-webkit-outer-spin-button,
form#registration-form input::-webkit-outer-spin-button,
form#donation-form input::-webkit-inner-spin-button,
form#registration-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form#donation-form input[type=number],
form#registration-form input[type=number] {
  -moz-appearance: textfield;
}
form#donation-form .section.billing-address .field,
form#registration-form .section.billing-address .field,
form#donation-form .section.custom-fields .field,
form#registration-form .section.custom-fields .field,
form#donation-form .section.comment .field,
form#registration-form .section.comment .field,
form#donation-form .section.payment .field,
form#registration-form .section.payment .field {
  padding-right: 20px;
}
form#donation-form .section.payment .field,
form#registration-form .section.payment .field {
  width: 100%;
}
form#donation-form .section.custom-fields select,
form#registration-form .section.custom-fields select,
form#donation-form .section.custom-fields input,
form#registration-form .section.custom-fields input {
  width: 100%;
}
form#donation-form .frequency,
form#registration-form .frequency,
form#donation-form .country,
form#registration-form .country,
form#donation-form .state,
form#registration-form .state,
form#donation-form .Transaction_65537,
form#registration-form .Transaction_65537,
form#donation-form .Transaction_69633,
form#registration-form .Transaction_69633,
form#donation-form .has-select,
form#registration-form .has-select {
  position: relative;
  padding-right: 20px;
}
form#donation-form .frequency select,
form#registration-form .frequency select,
form#donation-form .country select,
form#registration-form .country select,
form#donation-form .state select,
form#registration-form .state select,
form#donation-form .Transaction_65537 select,
form#registration-form .Transaction_65537 select,
form#donation-form .Transaction_69633 select,
form#registration-form .Transaction_69633 select,
form#donation-form .has-select select,
form#registration-form .has-select select {
  width: 100%;
}
form#donation-form .frequency:after,
form#registration-form .frequency:after,
form#donation-form .country:after,
form#registration-form .country:after,
form#donation-form .state:after,
form#registration-form .state:after,
form#donation-form .Transaction_65537:after,
form#registration-form .Transaction_65537:after,
form#donation-form .Transaction_69633:after,
form#registration-form .Transaction_69633:after,
form#donation-form .has-select:after,
form#registration-form .has-select:after {
  content: '\f078';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  margin-top: 38px;
  top: auto;
  bottom: 10px;
  pointer-events: none;
  font-weight: 700;
  right: 30px;
}
form#donation-form .true-impact,
form#registration-form .true-impact {
  padding-left: 0;
}
form#donation-form .true-impact span.label,
form#registration-form .true-impact span.label {
  padding-left: 20px;
}
form#donation-form #card-element,
form#registration-form #card-element {
  max-width: 100%;
}
form#donation-form input[type=submit],
form#registration-form input[type=submit] {
  padding: 10px 24px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background-color: #ce0404;
  border: 0!important;
  font-weight: 500;
  color: white;
  font-size: 15px;
  font-family: "IBM Plex Sans", sans-serif;
  margin-top: 40px;
}
form#donation-form input[type=submit]:hover,
form#registration-form input[type=submit]:hover {
  background-color: #0073b0;
}
@media only screen and (max-width: 900px) {
  .gform_wrapper .four-column .gfield_checkbox {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  form#donation-form .section.contact,
  form#registration-form .section.contact {
    display: block;
  }
  form#donation-form .section.contact .field,
  form#registration-form .section.contact .field {
    width: 100%;
  }
  form#donation-form .section.billing-address .field,
  form#registration-form .section.billing-address .field,
  form#donation-form .section.custom-fields .field,
  form#registration-form .section.custom-fields .field,
  form#donation-form .section.comment .field,
  form#registration-form .section.comment .field,
  form#donation-form .section.payment .field,
  form#registration-form .section.payment .field {
    padding-right: 0;
  }
  form#donation-form .frequency:after,
  form#registration-form .frequency:after,
  form#donation-form .country:after,
  form#registration-form .country:after,
  form#donation-form .state:after,
  form#registration-form .state:after,
  form#donation-form .Transaction_65537:after,
  form#registration-form .Transaction_65537:after,
  form#donation-form .Transaction_69633:after,
  form#registration-form .Transaction_69633:after {
    right: 15px!important;
  }
}
@media only screen and (max-width: 550px) {
  .gform_wrapper .four-column .gfield_checkbox {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
}
#footer-top .fl-col-group > div:first-of-type {
  width: 300px!important;
}
#footer-top .fl-col-group > div:last-of-type {
  width: 430px!important;
}
#footer-top .fl-col-group > div:nth-of-type(2) {
  width: -webkit-calc(100% - 730px) !important;
  width: -moz-calc(100% - 730px) !important;
  width: calc(100% - 730px) !important;
  padding: 0 0 0 20px;
}
#footer-menu a {
  color: white!important;
  line-height: 1.3;
}
#footer-menu a:hover {
  color: #e5eef7 !important;
}
#footer-menu li.hide-footer > div > a,
#footer-menu li.hide-footer > a {
  display: none;
}
#footer-menu ul.menu {
  display: block;
  width: 100%;
}
#footer-menu ul.menu > li {
  width: 25%;
  float: left;
}
#footer-menu ul.menu > li > div > a {
  font-weight: bold;
  padding-top: 0;
  padding-left: 10px;
}
#footer-menu ul.menu > li:last-of-type {
  margin-left: 25%;
  font-weight: bold;
  margin-top: 20px;
}
#footer-menu ul.menu > li:last-of-type a {
  padding-left: 10px;
}
#footer-menu ul.menu ul.sub-menu {
  display: block!important;
  position: relative;
  opacity: 1;
  visibility: visible;
  background: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  left: 0;
}
#footer-menu ul.menu ul.sub-menu a {
  padding: 5px 10px;
}
#footer-menu p a {
  display: inline-block;
}
@media only screen and (max-width: 1046px) {
  #footer-top .fl-col-group > div:first-of-type {
    width: 350px!important;
  }
  #footer-top .fl-col-group > div:nth-of-type(2),
  #footer-top .fl-col-group > div:last-of-type {
    width: -webkit-calc(100% - 350px) !important;
    width: -moz-calc(100% - 350px) !important;
    width: calc(100% - 350px) !important;
  }
  #footer-top .fl-col-group > div:last-of-type {
    margin-left: 350px;
  }
  #footer-top .fl-col-group > div:last-of-type .fl-button-group-buttons {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1000px) {
  #footer-menu .fl-col-group > div {
    width: 100%;
  }
  #footer-menu .fl-col-group > div p {
    text-align: center;
    width: fit-content;
    margin: auto;
    border-top: 2px solid white;
    padding-top: 20px;
  }
  #footer-menu .fl-col-group > div p br {
    display: none;
  }
  #footer-menu .fl-col-group > div p a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 850px) {
  #footer-menu ul.menu > li {
    width: 50%;
    margin-bottom: 40px;
  }
  #footer-menu ul.menu > li ul.sub-menu {
    padding-left: 0;
  }
  #footer-menu ul.menu > li:last-of-type {
    margin-left: 50%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 805px) {
  #footer-top .fl-col-group > div:first-of-type,
  #footer-top .fl-col-group > div:nth-of-type(2),
  #footer-top .fl-col-group > div:last-of-type {
    width: 100%!important;
    max-width: 100%;
    margin-left: 0;
    padding: 0;
  }
  #footer-top .fl-col-group > div:first-of-type p,
  #footer-top .fl-col-group > div:nth-of-type(2) p,
  #footer-top .fl-col-group > div:last-of-type p,
  #footer-top .fl-col-group > div:first-of-type .fl-module-icon,
  #footer-top .fl-col-group > div:nth-of-type(2) .fl-module-icon,
  #footer-top .fl-col-group > div:last-of-type .fl-module-icon {
    text-align: center;
  }
  #footer-top .fl-col-group > div:first-of-type .fl-button-group-buttons,
  #footer-top .fl-col-group > div:nth-of-type(2) .fl-button-group-buttons,
  #footer-top .fl-col-group > div:last-of-type .fl-button-group-buttons {
    justify-content: center;
  }
  #footer-top .fl-col-group .fl-module-button-group .fl-module-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-hours .fl-col {
    max-width: 100%;
  }
  #footer-hours .fl-col p {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  #footer-menu ul.menu > li {
    width: 100%;
  }
  #footer-menu ul.menu > li a {
    text-align: center;
  }
  #footer-menu ul.menu > li:last-of-type {
    margin-left: auto;
  }
}
@media only screen and (max-width: 461px) {
  #footer-top .fl-button-group-buttons {
    display: block;
  }
  #footer-top .fl-button-group-buttons .fl-button-group-button {
    text-align: center;
  }
}
body.single-tribe_events {
  background: white;
}
body.single-tribe_events .tribe-events-before-html {
  display: none;
}
body.single-tribe_events .tribe-events-event-image {
  max-height: 500px;
  overflow: hidden;
}
body.single-tribe_events .tribe-events-sub-nav {
  padding-left: 0;
}
section#tribe-events-pg-template {
  max-width: 100%;
  padding: 0;
}
#tribe-events-content {
  margin: 250px auto 0 auto;
  max-width: 1000px;
  padding-left: 40px;
  padding-right: 40px;
}
#tribe-events-content .fl-row-content-wrap {
  padding-left: 0;
  padding-right: 0;
}
#tribe-events-content h1 {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 36px;
}
#tribe-events-content .tribe-events-schedule {
  margin-top: 0;
}
#tribe-events-content .tribe-events-schedule h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
#tribe-events-content a {
  color: #0073b0;
}
#tribe-events-content a:hover {
  color: #ce0404;
}
#tribe-events-content .tribe-common-c-btn-border {
  border: 1px solid #ce0404;
  color: #ce0404;
}
#tribe-events-content .tribe-common-c-btn-border:hover {
  background: #ce0404;
  color: white;
}
#tribe-events-content p {
  font-family: "IBM Plex Sans", sans-serif !important;
}
#tribe-events-content .tribe-events-event-meta {
  width: 100%;
}
#tribe-events-content .tribe-events-event-meta h2.tribe-events-single-section-title {
  text-transform: none;
  font-size: 22px;
  font-family: "IBM Plex Sans", sans-serif !important;
  letter-spacing: 0;
}
#tribe-events-content .tribe-events-event-meta dl {
  font-size: 16px;
}
#tribe-events-content .tribe-events-venue-map {
  width: 100%;
}
#tribe-events-content .tribe-events-meta-group-gmap {
  margin-right: 0;
}
body.post-type-archive-tribe_events {
  background: white;
}
body.post-type-archive-tribe_events .tribe-common-l-container {
  max-width: 100%;
  padding: 0!important;
}
body.post-type-archive-tribe_events .button-event {
  background: #ce0404;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 5px 25px;
  color: white!important;
  font-size: 17px;
  margin-top: 20px;
  font-weight: 600;
  display: inline-block;
}
body.post-type-archive-tribe_events .button-event:hover {
  background: #0073b0;
}
body.post-type-archive-tribe_events header.tribe-events-header,
body.post-type-archive-tribe_events .tribe-events-calendar-list,
body.post-type-archive-tribe_events .tribe-events-calendar-list-nav,
body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container {
  max-width: 1100px;
  margin: auto!important;
}
body.post-type-archive-tribe_events header.tribe-events-header {
  margin-top: 100px!important;
  padding-left: 20px!important;
  padding-right: 20px!important;
}
body.post-type-archive-tribe_events header.tribe-events-header form {
  display: none!important;
}
body.post-type-archive-tribe_events header.tribe-events-header .tribe-events-header__events-bar {
  display: none;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list {
  padding-left: 20px;
  padding-right: 20px;
}
body.post-type-archive-tribe_events h3 {
  font-size: 40px!important;
}
body.post-type-archive-tribe_events h3.tribe-events-calendar-list__event-title a:hover {
  border: 0!important;
  color: #0073b0 !important;
}
body.post-type-archive-tribe_events address {
  font-size: 16px!important;
}
body.post-type-archive-tribe_events time.tribe-events-calendar-list__month-separator-text {
  color: #0073b0 !important;
  font-weight: bold!important;
  font-size: 30px!important;
}
body.post-type-archive-tribe_events .tribe-common-g-row .tribe-events-calendar-list__event-date-tag {
  min-width: 150px;
}
body.post-type-archive-tribe_events .tribe-common-g-row .tribe-events-calendar-list__event-wrapper {
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: calc(100% - 150px);
}
body.post-type-archive-tribe_events .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 300px;
}
body.post-type-archive-tribe_events .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details {
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px);
}
body.post-type-archive-tribe_events time.tribe-events-calendar-list__event-date-tag-datetime span.tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 25px!important;
  color: black!important;
  font-weight: bold;
}
body.post-type-archive-tribe_events time.tribe-events-calendar-list__event-date-tag-datetime span.tribe-events-calendar-list__event-date-tag-daynum {
  font-size: 50px!important;
}
body.post-type-archive-tribe_events .tribe-common-c-btn-border {
  border: 1px solid #ce0404;
  color: #ce0404;
}
body.post-type-archive-tribe_events .tribe-common-c-btn-border:hover {
  background: #ce0404 !important;
  color: white;
}
body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container {
  display: none;
}
body.post-type-archive-tribe_events nav.tribe-events-calendar-list-nav.tribe-events-c-nav {
  margin-bottom: 80px!important;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper a {
  height: 100%;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
body.single-tribe_events #cta .fl-module-content,
body.post-type-archive-tribe_events #cta .fl-module-content {
  margin: 20px!important;
}
body.single-tribe_events #cta h2,
body.post-type-archive-tribe_events #cta h2 {
  font-weight: bold;
  font-size: 40px;
}
#post-203 .tribe-events-event-image img {
  margin-top: -50px;
}
.post-type-archive #hero-secondary .fl-row-content-wrap {
  padding-top: 150px;
  background-image: url(/wp-content/uploads/2024/07/1pawsonparade1411.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  min-height: 500px;
}
.post-type-archive #hero-secondary .fl-row-content-wrap .fl-row-bg-overlay .fl-row-content {
  z-index: 2;
}
.post-type-archive #hero-secondary .fl-row-content-wrap .fl-row-bg-overlay .fl-row-content h1 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
.post-type-archive #hero-secondary .fl-row-content-wrap:after {
  background-color: rgba(255, 255, 255, 0.65);
}
.post-type-archive #hero-secondary .fl-row-content-wrap:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.post-type-archive #cta * {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.post-type-archive #cta .fl-row-content-wrap {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.post-type-archive #cta .fl-row-content-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.post-type-archive #cta .fl-row-content-wrap {
  background-image: url(/wp-content/uploads/2024/06/shelter5.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.post-type-archive #cta .fl-node-a85luh30pf1c .fl-row-content {
  max-width: 754px;
}
.post-type-archive #cta .fl-row-bg-overlay .fl-row-content {
  z-index: 2;
}
.post-type-archive #cta .fl-module-heading .fl-heading {
  font-size: 40px;
  text-align: center;
  text-shadow: 0px 0px 3px #0c0000;
}
.post-type-archive #cta #fl-button-group-button-zvgymst5q6lo-0 a.fl-button {
  background: #ffffff;
  border: 1px solid #f3f3f3;
}
.post-type-archive #cta #fl-button-group-button-zvgymst5q6lo-0 a.fl-button span {
  color: #0073b0 !important;
}
.post-type-archive #cta #fl-button-group-button-zvgymst5q6lo-0 a.fl-button:hover {
  background: #0073b0 !important;
}
.post-type-archive #cta #fl-button-group-button-zvgymst5q6lo-0 a.fl-button:hover span {
  color: white!important;
}
.post-type-archive #cta .fl-button-group .fl-button-group-buttons .fl-button-group-button a.fl-button {
  padding-right: 25px;
  padding-left: 25px;
  display: inline-block;
}
.post-type-archive #cta .fl-button-group .fl-button-group-buttons .fl-button-group-button a.fl-button br {
  display: none;
}
.post-type-archive #cta .fl-button-group .fl-button-group-buttons .fl-button-group-button a.fl-button:hover {
  background: #0073b0 !important;
}
.post-type-archive #cta .fl-button-group .fl-button-group-buttons .fl-button-group-button a.fl-button:hover span {
  color: white!important;
}
.post-type-archive #cta #fl-button-group-button-zvgymst5q6lo-1 a.fl-button {
  background: #ce0404;
  border: 1px solid #c20000;
}
.post-type-archive #cta .fl-button-group .fl-button-group-buttons .fl-button-group-button a.fl-button {
  padding-right: 25px;
  padding-left: 25px;
}
.post-type-archive #cta .fl-row-content-wrap,
.post-type-archive #cta .fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.post-type-archive #cta .fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.post-type-archive #cta .fl-row-content-wrap:after {
  background-color: rgba(0, 115, 176, 0.71);
}
.post-type-archive #cta .fl-row-content-wrap:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.post-type-archive #cta .fl-col-group {
  display: flex;
  justify-content: center;
}
.post-type-archive #cta .fl-col-group h2 span {
  color: white;
}
.post-type-archive #cta .fl-button-group-button {
  padding: 5px;
}
.post-type-archive #cta .fl-button-group-buttons {
  justify-content: center;
}
.post-type-archive #meet-sponsors-row .fl-button-group-buttons {
  width: 100%;
}
.post-type-archive #meet-sponsors-row .fl-button-group-buttons .fl-button-group-button {
  width: 100%;
}
.post-type-archive #meet-sponsors-row .fl-button-group-buttons .fl-button-group-button .fl-button-wrap {
  width: 100%;
}
.post-type-archive #meet-sponsors-row .fl-button-group .fl-button-group-buttons .fl-button-group-button a.fl-button {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-radius: 0;
}
.post-type-archive #meet-sponsors-row br {
  display: none;
}
.post-type-archive #meet-sponsors-row .fl-col {
  width: 100%;
}
@media only screen and (max-width: 941px) {
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper {
    margin-bottom: 20px!important;
  }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-details {
    width: 100%!important;
    margin-bottom: 40px;
  }
  body.post-type-archive-tribe_events .tribe-common-g-row {
    padding-right: 40px!important;
  }
}
@media only screen and (max-width: 500px) {
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-row {
    padding-left: 20px!important;
    padding-right: 20px!important;
    display: block;
  }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag {
    margin-bottom: 40px;
    width: 100%;
  }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper {
    width: 100%;
  }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-featured-image-wrapper {
    margin: auto;
  }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-row article {
    padding-right: 0!important;
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  body.single-tribe_events #tribe-events-content {
    margin-top: 290px;
  }
}
@media only screen and (max-width: 1170px) {
  #hero-home .fl-slide-content h2 {
    font-size: 50px;
  }
  #hero-home .fl-slide {
    padding-left: 60px;
    padding-right: 60px;
  }
  #hero-home .slider-prev {
    left: 0;
  }
  #hero-home .slider-next {
    right: 0;
  }
}
@media only screen and (max-width: 1150px) {
  #impact span.fl-number-int {
    font-size: 59px;
  }
}
@media only screen and (max-width: 1000px) {
  #hero-home .fl-slide-content h2 {
    font-size: 50px;
    line-height: 1.2;
  }
  #rescues-slider .fl-slide {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
  }
  #rescues-slider .fl-slide-photo {
    margin: 20px!important;
  }
  #rescues-slider .fl-slide-foreground {
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
  }
  #impact .fl-col-small {
    width: 50%;
    margin-bottom: 40px;
  }
  #impact .fl-col-small span.fl-number-int {
    font-size: 70px;
  }
}
@media only screen and (max-width: 915px) and (min-width: 768px) {
  .three-column .fl-col-content {
    padding-left: 0;
    padding-right: 0;
  }
  .three-column .fl-col-small .fl-module-button .fl-module-content {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 838px) and (min-width: 768px) {
  #location .fl-tabs-labels a.fl-tabs-label {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-full-width.fl-col {
    max-width: 100%!important;
  }
  #meet-sponsors-row .fl-row-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #under-hero .fl-row-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .anchor {
    margin-top: -25px;
    padding-top: 25px;
  }
  #hero-home .fl-slide-mobile-photo {
    max-width: 500px;
  }
  .slider-with-circle-photo .fl-slide {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .slider-with-circle-photo .fl-slide .fl-slide-mobile-photo {
    overflow: visible;
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .slider-with-circle-photo .fl-slide .fl-slide-mobile-photo a {
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
  }
  .slider-with-circle-photo .fl-slide .fl-slide-mobile-photo img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .slider-with-circle-photo .fl-slide .fl-slide-content-wrap {
    width: 100%;
  }
  .slider-with-circle-photo .fl-slide .fl-slide-content-wrap h2 {
    line-height: 1.2;
  }
  .slider-with-circle-photo .fl-slide .fl-button-left {
    text-align: center;
    margin-bottom: 50px;
  }
  .slider-with-circle-photo .fl-slide .fl-slide-text p {
    font-size: 17px!important;
  }
  #hero-home .fl-module-content {
    margin-right: 0;
    margin-left: 0;
  }
  #hero-home .fl-slide {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #hero-home .fl-slide .fl-slide-mobile-photo {
    padding: 20px;
  }
  #hero-home .fl-slide .fl-slide-mobile-photo:after {
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    width: auto;
    height: auto;
  }
  #hero-home .slider-prev {
    left: 0;
  }
  #hero-home .slider-next {
    right: 0;
  }
  .three-column .fl-col {
    max-width: 400px;
  }
  .fl-module-tabs .fl-tabs-panel-content {
    padding: 0;
  }
  .board-of-directors .fl-module-modal-popup {
    margin-bottom: 40px;
  }
  .uabb-modal-parent-wrapper .uabb-close-custom-top-right {
    top: 10px;
    right: 10px;
  }
  .uabb-modal-parent-wrapper .uabb-content .uabb-modal-text {
    margin-top: 0;
  }
}
@media only screen and (max-width: 650px) {
  #under-hero .fl-button-group-buttons {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: flex;
  }
  #under-hero .fl-button-group-buttons .fl-button-group-button {
    width: auto;
    flex: auto;
  }
  #under-hero.three-buttons .fl-button-group-buttons .fl-button-group-button {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  #under-hero .fl-button-group-buttons .fl-button-group-button {
    width: 100%;
  }
}
@media only screen and (max-width: 510px) {
  #hero-secondary .fl-row-content-wrap {
    padding-top: 200px;
    padding-left: 0;
    padding-right: 0;
  }
  #hero-secondary .fl-row-content-wrap h1 {
    font-size: 50px;
    line-height: 1.2;
  }
  #hero-home .fl-row-content-wrap,
  #hero-home-static .fl-row-content-wrap {
    padding-top: 80px;
  }
  #hero-home .fl-row-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #hero-home .fl-slide-content h2 {
    font-size: 35px;
  }
  #hero-home .fl-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fl-module-tabs .fl-tabs-panel-content .fl-row .fl-row-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .table-of-contents .uabb-parent-wrapper-toc {
    text-align: center;
  }
  .icon-questions .uabb-list-icon-wrap {
    display: block;
  }
  .icon-questions .uabb-callout-outter,
  .icon-questions .uabb-list-icon-text {
    width: 100%!important;
    margin-bottom: 10px;
  }
  .page-id-159 .uabb-modal-title-wrap h3.uabb-modal-title {
    font-size: 25px;
  }
  #tribute-row .dedication-container .col-md-6,
  #tribute-row .dedication-container-people .col-md-6 {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1  0 100%;
    flex: 0 100%;
    text-align: center;
  }
  #tribute-row .dedication-container .col-md-6 p,
  #tribute-row .dedication-container-people .col-md-6 p {
    text-align: center;
  }
}
@media only screen and (max-width: 360px) {
  .icon-questions h3 {
    font-size: 18px!important;
  }
}
