@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/*
 Theme Name:   GP Child Theme
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Dickiebirds
 Author URI:   https://dickiebirds.studio/
 Template:     generatepress
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
 */
/* Add your custom styles below... */
/*
 * Media queries
 */
/*@include bp-babybear {
 display: none;
 } */
/*
 * FONTS
 */
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Poppins', sans-serif !important;
  color: #3c3c3c;
  letter-spacing: 0;
  background-color: #fff !important;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #8c4f93;
}
h1, h1 .fl-heading-text {
  font-size: 46px;
}
h2, h2 .fl-heading-text {
  font-size: 40px;
}
h3, h3 .fl-heading-text {
  font-size: 30px;
}
h4, h4 .fl-heading-text {
  font-size: 26px;
}
p, ul {
  font-size: 18px;
  line-height: 1.5;
}
.bigger-text p, .bigger-text ul {
  font-size: 20px;
}
@media all and (max-width: 1400px) {
  h1, h1 .fl-heading-text {
    font-size: 46px;
  }
  h2, h2 .fl-heading-text {
    font-size: 40px;
  }
  h3, h3 .fl-heading-text {
    font-size: 30px;
  }
  h4, h4 .fl-heading-text {
    font-size: 24px;
  }
  p, ul {
    font-size: 18px;
    line-height: 1.5;
  }
  .bigger-text p, .bigger-text ul {
    font-size: 20px;
  }
}
@media all and (max-width: 992px) {
  h1, h1 .fl-heading-text {
    font-size: 36px;
  }
  h2, h2 .fl-heading-text {
    font-size: 30px;
  }
  h3, h3 .fl-heading-text {
    font-size: 25px;
  }
  h4, h4 .fl-heading-text {
    font-size: 22px;
  }
  p, ul {
    font-size: 17px;
    line-height: 1.5;
  }
  .bigger-text p, .bigger-text ul {
    font-size: 19px;
  }
}
@media all and (max-width: 768px) {
  h1, h1 .fl-heading-text {
    font-size: 33px;
  }
  h2, h2 .fl-heading-text {
    font-size: 26px;
  }
  h3, h3 .fl-heading-text {
    font-size: 22px;
  }
  h4, h4 .fl-heading-text {
    font-size: 20px;
  }
  p, ul {
    font-size: 16px;
    line-height: 1.5;
  }
  .bigger-text p, .bigger-text ul {
    font-size: 18px;
  }
}
.fl-rich-text ul:not(.menu), .layout-content ul:not(.menu) {
  margin: 0px 0px 20px 30px !important;
  list-style: none !important;
}
.fl-rich-text ul:not(.menu) li, .layout-content ul:not(.menu) li {
  padding-bottom: 10px;
  position: relative;
}
.fl-rich-text ul:not(.menu) li:last-child, .layout-content ul:not(.menu) li:last-child {
  padding-bottom: 0px;
}
.fl-rich-text ul:not(.menu) li:before, .layout-content ul:not(.menu) li:before {
  top: 3px;
  font-size: 14px !important;
  color: #3f9a7a;
  position: absolute;
  left: -30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0c8";
  padding-right: 10px;
}
.fl-rich-text p:last-child {
  margin-bottom: 0 !important;
}
@media all and (max-width: 992px) {
  .fl-row-content {
    max-width: 880px !important;
  }
}
@media all and (max-width: 768px) {
  .fl-row-content {
    max-width: 600px !important;
  }
  .fl-row-content img {
    max-height: 420px;
    object-fit: cover;
  }
}
.white {
  color: #fff !important;
}
.white h1, .white h2, .white h3, .white h4 {
  color: #fff !important;
}
.white a {
  color: #fff;
}
.white a:hover {
  text-decoration: underline;
}
.white ul li::before {
  color: #fff !important;
}
.center {
  text-align: center !important;
}
.fl-button {
  font-family: 'Poppins', sans-serif !important;
  text-transform: normal !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 0px !important;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0) !important;
  min-width: 180px;
  padding: 16px 16px !important;
  display: block;
  text-align: center !important;
  font-size: 18px !important;
}
@media all and (max-width: 1400px) {
  .fl-button {
    font-size: 16px !important;
  }
}
@media all and (max-width: 768px) {
  .fl-button {
    font-size: 14px !important;
    min-width: 150px;
    padding: 16px 16px !important;
  }
}
.primary .fl-button {
  color: #fff !important;
  background: #3f9a7a !important;
  border-color: #3f9a7a !important;
  color: #fff !important;
}
.primary .fl-button span {
  color: #fff !important;
}
.primary .fl-button:hover {
  background: #d34476 !important;
  border-color: #d34476 !important;
  color: #fff !important;
}
.primary .fl-button:hover span {
  color: #fff !important;
}
.secondary .fl-button {
  color: #fff !important;
  background: #8c4f93 !important;
  border-color: #8c4f93 !important;
  color: #fff !important;
}
.secondary .fl-button span {
  color: #fff !important;
}
.secondary .fl-button:hover {
  background: #d34476 !important;
  border-color: #d34476 !important;
  color: #fff !important;
}
.secondary .fl-button:hover span {
  color: #fff !important;
}
.transparent .fl-button {
  min-width: auto;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.transparent .fl-button:hover {
  color: #333 !important;
  background-color: #fff !important;
}
.transparent-primary .fl-button {
  background: none !important;
  border-color: #3f9a7a !important;
  color: #3f9a7a !important;
}
.transparent-primary .fl-button span {
  color: #3f9a7a !important;
}
.transparent-primary .fl-button:hover {
  border-color: #3f9a7a !important;
  color: #fff !important;
  background: #3f9a7a !important;
}
.transparent-primary .fl-button:hover span {
  color: #fff !important;
}
.transparent-secondary .fl-button {
  background: none !important;
  border-color: #8c4f93 !important;
  color: #8c4f93 !important;
}
.transparent-secondary .fl-button:hover {
  border-color: #d34476;
  color: #fff !important;
  background: #d34476 !important;
}
.transparent-secondary .fl-button:hover span {
  color: #fff !important;
}
.white-btn .fl-button:hover {
  background: #3f9a7a !important;
}
.white-btn .fl-button:hover span {
  color: #fff !important;
}
.white-btn.white-btn-red .fl-button span {
  color: #ac3d60;
}
.white-btn.white-btn-blue .fl-button span {
  color: #3d8eb7;
}
.white-blue .fl-button, .white-red .fl-button, .white-green .fl-button, .white-purple .fl-button {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.white-blue .fl-button:hover, .white-red .fl-button:hover, .white-green .fl-button:hover, .white-purple .fl-button:hover {
  background: #3f9a7a !important;
  color: #fff !important;
}
.white-blue .fl-button:hover span, .white-red .fl-button:hover span, .white-green .fl-button:hover span, .white-purple .fl-button:hover span {
  color: #fff !important;
}
.white-blue .fl-button {
  color: #3d8eb7 !important;
}
.white-blue .fl-button span {
  color: #3d8eb7 !important;
}
.white-red .fl-button {
  color: #d34476 !important;
}
.white-red .fl-button span {
  color: #d34476 !important;
}
.white-green .fl-button {
  color: #3f9a7a !important;
}
.white-green .fl-button span {
  color: #3f9a7a !important;
}
.white-purple .fl-button {
  color: #8c4f93 !important;
}
.white-purple .fl-button span {
  color: #8c4f93 !important;
}
.dual-btn {
  margin-top: -5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dual-btn.center {
  justify-content: center;
}
.dual-btn div {
  margin-top: 5%;
}
.dual-btn div:first-child {
  margin-right: 5%;
}
.dual-btn div.link a {
  position: relative;
  font-family: 'Poppins', sans-serif;
  text-transform: normal;
  font-weight: 500;
  color: #3f9a7a;
}
.dual-btn div.link a:hover {
  color: #8c4f93;
}
.dual-btn div.link a:hover::after {
  right: -50px;
}
.dual-btn div.link a::after {
  transition: 0.3s;
  display: block;
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f061";
  right: -30px;
  height: 24px;
  width: 24px;
  top: 50%;
  transform: translate(0%, -50%);
}
.wp-block-button a {
  font-family: 'Poppins', sans-serif;
  background: #3f9a7a !important;
  border-color: #3f9a7a !important;
  color: #fff !important;
  padding: 12px 16px !important;
  letter-spacing: 1px !important;
  font-weight: 600 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 0px !important;
  min-width: 180px;
  font-size: 18px !important;
}
.wp-block-button a:hover {
  background: #d34476 !important;
  border-color: #d34476 !important;
  color: #fff !important;
}
@media all and (max-width: 1400px) {
  .wp-block-button a {
    font-size: 16px !important;
  }
}
@media all and (max-width: 768px) {
  .wp-block-button a {
    font-size: 14px !important;
    min-width: 150px;
  }
}
.banner {
  color: #fff;
}
.min-height .fl-row-content-wrap {
  display: flex;
  align-items: center;
  min-height: 550px;
}
@media all and (max-width: 992px) {
  .min-height .fl-row-content-wrap {
    min-height: 500px;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .min-height .fl-row-content-wrap {
    min-height: 400px;
    align-items: center;
  }
}
.overlay .fl-row-content-wrap:after, .gradient .fl-row-content-wrap:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.overlay .fl-row-content, .gradient .fl-row-content {
  z-index: 10;
}
.narrow-col {
  width: 100%;
}
.narrow-col .fl-col-content {
  max-width: 1000px;
  margin: 0 auto;
}
.general-img img {
  border-radius: 0px;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0);
}
.full-width-column-wrapper .fl-col-content {
  padding: 80px 80px;
  max-width: 800px;
}
@media all and (max-width: 1400px) {
  .full-width-column-wrapper .fl-col-content {
    padding: 60px 60px;
  }
}
@media all and (max-width: 1400px) {
  .full-width-column-wrapper .fl-col-content {
    padding: 40px 40px;
  }
}
#mega-menu-wrap-primary {
  margin-top: -1px !important;
  background: transparent;
}
#mega-menu-primary {
  display: flex !important;
  justify-content: space-between;
}
#mega-menu-primary .mega-current-menu-item a {
  background: #3f9a7a !important;
  color: #fff !important;
}
#mega-menu-primary a {
  line-height: 60px !important;
  height: 60px !important;
  padding: 0px 20px 0px 20px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  font-size: 26px !important;
  color: #3c3c3c !important;
}
@media all and (max-width: 1400px) {
  #mega-menu-primary a {
    font-size: 18px !important;
  }
}
#mega-menu-primary a:hover {
  background: transparent !important;
  color: #3f9a7a !important;
}
#site-navigation {
  border-top: 1px solid #3c3c3c;
}
#primary-menu .menu {
  display: flex;
  justify-content: center;
}
#primary-menu li.menu-btn {
  margin-left: 20px;
}
#primary-menu li.menu-btn a {
  border-radius: 0px;
  text-transform: normal;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0);
  background-color: #3f9a7a !important;
  border: 1px solid #3f9a7a !important;
  color: #fff !important;
}
#primary-menu li.menu-btn a:hover {
  background-color: #d34476 !important;
  border-color: #d34476 !important;
  color: #fff !important;
}
#primary-menu li a {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 18px !important;
}
#site-navigation {
  border-bottom: 1px solid #3c3c3c;
}
#mega-menu-wrap-primary .mega-menu-item.mega-current-menu-item .mega-menu-link, #mega-menu-wrap-primary .mega-menu-item.mega-current-page-ancestor .mega-menu-link {
  background-color: #3f9a7a !important;
  color: #fff !important;
}
#mega-menu-wrap-primary .mega-menu-item.mega-current-menu-item.mega-toggle-on li, #mega-menu-wrap-primary .mega-menu-item.mega-current-page-ancestor.mega-toggle-on li {
  border: 1px solid #3c3c3c;
}
#mega-menu-wrap-primary .mega-menu-item.mega-current-menu-item.mega-toggle-on li a, #mega-menu-wrap-primary .mega-menu-item.mega-current-page-ancestor.mega-toggle-on li a {
  color: #3c3c3c !important;
}
#mega-menu-wrap-primary .mega-menu-item.mega-toggle-on {
  background-color: #3f9a7a !important;
  color: #fff !important;
}
#mega-menu-wrap-primary .mega-menu-item.mega-toggle-on > a {
  background-color: #3f9a7a !important;
  color: #fff !important;
}
#mega-menu-wrap-primary .mega-menu-item.mega-toggle-on .mega-sub-menu {
  border: 1px solid #3c3c3c !important;
  border-top: none !important;
  margin-top: 1px !important;
  background-color: #fff !important;
}
#mega-menu-wrap-primary .mega-menu-item.mega-toggle-on .mega-sub-menu li {
  background-color: #fff !important;
  transition: 0.3s ease-in-out !important;
  min-height: 180px !important;
}
#mega-menu-wrap-primary .mega-menu-item.mega-toggle-on .mega-sub-menu li:hover {
  background-color: #eee !important;
}
#mega-menu-wrap-primary .mega-menu-item.mega-toggle-on .mega-sub-menu a {
  background-color: transparent !important;
}
#mega-menu-wrap-primary .mega-menu-item.mega-toggle-on .mega-sub-menu .mega-menu-item .mega-menu-link {
  text-transform: none !important;
  height: auto !important;
  line-height: 1.7 !important;
}
#mega-menu-wrap-primary .mega-menu-item.mega-toggle-on .mega-sub-menu .mega-menu-item .mega-menu-link p {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
  font-size: 18px !important;
  color: #3c3c3c !important;
  opacity: 1;
}
@media all and (max-width: 1400px) {
  #mega-menu-wrap-primary .mega-menu-item.mega-toggle-on .mega-sub-menu .mega-menu-item .mega-menu-link p {
    font-size: 16px !important;
  }
}
#mega-menu-wrap-primary .mega-menu-item.mega-toggle-on .mega-sub-menu .mega-menu-item .mega-menu-link span {
  display: block;
  line-height: 1.4 !important;
  padding: 10px 0px;
  font-size: 22px !important;
  color: #3f9a7a;
}
@media all and (max-width: 1400px) {
  #mega-menu-wrap-primary .mega-menu-item.mega-toggle-on .mega-sub-menu .mega-menu-item .mega-menu-link span {
    font-size: 18px !important;
  }
}
#secondary-navigation li a {
  font-family: 'Poppins', sans-serif !important;
  text-transform: normal !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0) !important;
  padding: 8px 20px !important;
  display: block;
  text-align: center !important;
  font-size: 18px !important;
}
@media all and (max-width: 1400px) {
  #secondary-navigation li a {
    font-size: 16px;
  }
}
#secondary-navigation .secondary-li-left {
  float: left;
}
#secondary-navigation .secondary-button a {
  color: #fff;
  background-color: #3f9a7a;
}
.site-header .pp-search-form__container input {
  border: 1px solid #8c4f93;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.site-header button {
  background: #8c4f93 !important;
}
.site-header button:hover {
  background: #3f9a7a !important;
}
.site-header .pp-search-form__container input {
  font-size: 18px !important;
}
@media all and (max-width: 1400px) {
  .site-header .pp-search-form__container input {
    font-size: 15px !important;
  }
}
.site-header .header-phone-number {
  font-family: 'Poppins', sans-serif;
  font-weight: 400 !important;
  color: #8c4f93;
  font-size: 30px;
  padding-top: 15px;
}
@media all and (max-width: 1400px) {
  .site-header .header-phone-number {
    font-size: 22px;
  }
}
.site-header .header-phone-number a {
  color: #8c4f93;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  #mega-menu-wrap-primary {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .header-phone-number {
    margin-bottom: 25px !important;
    margin-left: 25px !important;
  }
  .header-phone-number a {
    color: #8c4f93 !important;
    font-weight: 600;
  }
}
footer a, footer p {
  font-size: 18px;
}
@media all and (max-width: 1400px) {
  footer a, footer p {
    font-size: 15px;
  }
}
footer .icon-footer .fl-icon-wrap .fl-icon-text {
  height: auto !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.slideout-navigation .site-logo {
  margin: 30px 20px 20px 20px;
}
.image-left, .image-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-left img, .image-right img, .image-left article, .image-right article {
  width: 48%;
}
.image-right img {
  order: 2;
}
.image-right article {
  order: 1;
}
.subscribe .fl-form-field input {
  padding: 15px 20px !important;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #8c4f93;
  border-radius: 0 !important;
  color: #8c4f93 !important;
  font-weight: 500;
}
.subscribe .fl-form-field input::placeholder {
  color: #8c4f93 !important;
}
.subscribe.stack .fl-button {
  max-width: 240px;
}
@media all and (max-width: 992px) {
  .support-bar-row {
    position: static !important;
  }
}
.phone-cta h2::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
}
.phone-cta p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 26px !important;
}
@media all and (max-width: 450px) {
  .phone-cta p {
    font-size: 22px !important;
  }
}
.layout-content .fl-module-content p:last-child {
  margin-bottom: 0px !important;
}
.layout-content .scriptlesssocialsharing {
  margin: 0px !important;
}
#support-bar-row {
  position: fixed;
  left: 0;
  bottom: 0px;
  z-index: 9999;
  width: 100%;
}
#support-bar-row.static {
  position: static;
}
#support-bar-row .fl-row-content-wrap {
  padding: 5px;
}
@media all and (max-width: 768px) {
  #support-bar-row .fl-row-content-wrap {
    padding: 10px 0px;
  }
}
#support-bar-row .fl-row-content {
  max-width: 1300px;
}
.right {
  display: flex;
  align-items: center;
}
.support-bar {
  color: #fff;
  display: flex;
  align-items: center !important;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 992px) {
  .support-bar {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 768px) {
  .support-bar {
    justify-content: flex-start;
  }
}
.support-bar h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 1150px) {
  .support-bar h3 {
    max-width: 270px;
  }
}
@media all and (max-width: 992px) {
  .support-bar h3 {
    max-width: 100%;
    width: 100%;
  }
  .support-bar h3 br {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .support-bar h3 {
    text-align: left !important;
  }
}
.support-bar .support-checkbox {
  max-width: 250px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .support-bar .support-checkbox {
    display: none;
  }
}
.support-bar .support-checkbox form {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .support-bar .support-checkbox form {
    margin: 0px !important;
  }
}
.support-bar .support-checkbox form .none {
  position: absolute;
  top: 150%;
}
.support-bar .support-checkbox form input {
  display: none;
}
.support-bar .support-checkbox form input:checked + label::before {
  background-color: #fff;
}
.support-bar .support-checkbox form label {
  padding-right: 10px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}
.support-bar .support-checkbox form label:last-child {
  padding-right: 25px !important;
}
.support-bar .support-checkbox form label::before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 5px;
}
.support-bar .support-options {
  margin-right: 25px;
}
@media all and (max-width: 768px) {
  .support-bar .support-options {
    margin-bottom: 20px;
    display: none;
  }
}
.support-bar .support-options form .support-option-select {
  font-weight: 500;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  cursor: pointer;
}
.support-bar .support-options form .support-option-select option {
  background-color: #ac3d60;
  border: 1px solid #fff;
}
.support-bar .support-buttons {
  max-width: 350px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support-bar.full .fl-button {
  background: #fff !important;
  color: #ac3d60 !important;
  transition: 0.3s linear;
  padding: 5px 10px !important;
  font-size: 20px !important;
  line-height: 1.4;
}
.support-bar.full .fl-button:hover {
  background: #3f9a7a !important;
  color: #fff !important;
}
@media all and (max-width: 992px) {
  .support-bar h3 {
    max-width: 100%;
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .support-bar .support-checkbox {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .support-bar .support-checkbox form {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  .desctop-btn {
    display: none !important;
  }
}
.mobile-btn {
  display: none !important;
}
@media all and (max-width: 768px) {
  .mobile-btn {
    display: block !important;
  }
}
.sidebar-includes aside ul li {
  display: block;
  width: 100%;
}
.sidebar-includes aside ul li.current-menu-item {
  font-weight: 500;
}
.sidebar-includes aside ul li.current-menu-item a:hover {
  color: #3c3c3c;
}
.sidebar-includes aside ul li a {
  display: block;
  width: 100%;
  color: #3c3c3c;
}
.sidebar-includes aside ul li a:hover {
  color: #8c4f93;
}
.fl-post-grid-post {
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
}
.height-solution .fl-post-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.height-solution .fl-post-grid .fl-post-grid-post {
  height: 100%;
}
.column {
  height: 100%;
}
.column .fl-post-text {
  margin-top: -5px;
  padding: 20px;
  background: #f6f6f6;
  height: 100%;
}
.column .fl-post-text h3 {
  font-size: 28px !important;
}
@media all and (max-width: 1400px) {
  .column .fl-post-text h3 {
    font-size: 26px !important;
  }
}
.column .fl-post-text p {
  min-height: 110px;
  font-size: 18px !important;
}
@media all and (max-width: 1400px) {
  .column .fl-post-text p {
    font-size: 16px !important;
  }
}
.column .fl-post-text .fl-post-more-link a {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px !important;
  display: inline-block;
  font-size: 18px !important;
  border: 1px solid #3f9a7a;
  padding: 10px !important;
  min-width: 160px;
  font-weight: 500;
  text-align: center;
  background: #fff;
}
@media all and (max-width: 1400px) {
  .column .fl-post-text .fl-post-more-link a {
    font-size: 16px !important;
  }
}
.column .fl-post-text .fl-post-more-link a:hover {
  background: #3f9a7a;
  color: #fff;
}
.column img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.people-column .fl-post-text {
  margin-top: -10px;
  padding: 20px;
  background: #f6f6f6;
}
.people-column .fl-post-text h3 {
  margin-bottom: 10px;
  font-size: 28px !important;
}
@media all and (max-width: 1400px) {
  .people-column .fl-post-text h3 {
    font-size: 26px !important;
  }
}
.people-column .fl-post-text .job-title {
  font-weight: 500;
  margin-bottom: 10px;
}
.people-column .fl-post-text p {
  font-size: 18px !important;
}
@media all and (max-width: 1400px) {
  .people-column .fl-post-text p {
    font-size: 16px !important;
  }
}
.people-column .fl-post-text .fl-post-more-link a {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px !important;
  display: inline-block;
  font-size: 18px !important;
  border: 1px solid #3f9a7a;
  padding: 10px !important;
  min-width: 160px;
  font-weight: 500;
  text-align: center;
  background: #fff;
}
@media all and (max-width: 1400px) {
  .people-column .fl-post-text .fl-post-more-link a {
    font-size: 16px !important;
  }
}
.people-column .fl-post-text .fl-post-more-link a:hover {
  background: #3f9a7a;
  color: #fff;
}
.people-column img {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.fl-post-feed-post {
  border-radius: 0px;
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
}
.list {
  display: flex;
  transition: 0.3s;
}
.list .fl-post-text {
  width: calc(100% - 200px);
  padding: 20px;
  background: #f6f6f6;
}
@media all and (max-width: 450px) {
  .list .fl-post-text {
    width: 100%;
  }
}
.list .fl-post-text .date {
  font-size: 18px;
}
@media all and (max-width: 1400px) {
  .list .fl-post-text .date {
    font-size: 14px;
  }
}
.list .fl-post-text h3 {
  font-size: 24px !important;
  margin-bottom: 10px;
}
@media all and (max-width: 1400px) {
  .list .fl-post-text h3 {
    font-size: 20px !important;
  }
}
.list .fl-post-text p {
  font-size: 18px !important;
  margin-bottom: 15px;
}
@media all and (max-width: 1400px) {
  .list .fl-post-text p {
    font-size: 14px !important;
  }
}
.list .fl-post-text .fl-post-more-link a {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px !important;
  display: inline-block;
  font-size: 18px !important;
  border: 1px solid #3f9a7a;
  padding: 5px 8px !important;
  font-weight: 500;
  text-align: center;
  background: #fff;
}
@media all and (max-width: 1400px) {
  .list .fl-post-text .fl-post-more-link a {
    font-size: 14px !important;
  }
}
.list .fl-post-text .fl-post-more-link a:hover {
  background: #3f9a7a;
  color: #fff;
}
.list .fl-post-image {
  margin-bottom: -5px;
  width: 200px !important;
  flex: 1;
}
.list .fl-post-image img {
  height: 100% !important;
  width: 100%;
  object-position: center;
  object-fit: cover;
  transition: 0.3s;
}
.your-stories-list {
  display: flex;
  transition: 0.3s;
}
.your-stories-list .fl-post-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 350px);
  padding: 40px;
  background: #f6f6f6;
}
.your-stories-list .fl-post-text .date {
  font-size: 18px;
}
@media all and (max-width: 1400px) {
  .your-stories-list .fl-post-text .date {
    font-size: 14px;
  }
}
.your-stories-list .fl-post-text h3 {
  font-size: 28px !important;
}
@media all and (max-width: 1400px) {
  .your-stories-list .fl-post-text h3 {
    font-size: 26px !important;
  }
}
.your-stories-list .fl-post-text .fl-post-excerpt {
  margin-bottom: 25px;
}
.your-stories-list .fl-post-text p {
  font-size: 18px !important;
}
@media all and (max-width: 1400px) {
  .your-stories-list .fl-post-text p {
    font-size: 16px !important;
  }
}
.your-stories-list .fl-post-text .fl-post-more-link a {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px !important;
  display: inline-block;
  font-size: 18px !important;
  border: 1px solid #3f9a7a;
  padding: 10px !important;
  min-width: 160px;
  font-weight: 500;
  text-align: center;
  background: #fff;
}
@media all and (max-width: 1400px) {
  .your-stories-list .fl-post-text .fl-post-more-link a {
    font-size: 16px !important;
  }
}
.your-stories-list .fl-post-text .fl-post-more-link a:hover {
  background: #3f9a7a;
  color: #fff;
}
.your-stories-list .fl-post-image {
  margin-bottom: -5px;
  width: 45%;
}
.your-stories-list .fl-post-image img {
  height: 100% !important;
  width: 100%;
  object-position: center;
  object-fit: cover;
  transition: 0.3s;
}
.post-navigation a {
  font-weight: 500;
}
.single-get-support-breadcrumbs {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #3f9a7a;
  font-size: 18px !important;
}
.get-support-sidebar-column .fl-post-text {
  margin-top: -5px;
  padding: 20px;
  background: #f6f6f6;
}
.get-support-sidebar-column .fl-post-text h3 {
  font-size: 28px !important;
}
@media all and (max-width: 1400px) {
  .get-support-sidebar-column .fl-post-text h3 {
    font-size: 26px !important;
  }
}
.get-support-sidebar-column .fl-post-text p {
  min-height: 110px;
  font-size: 18px !important;
}
@media all and (max-width: 1400px) {
  .get-support-sidebar-column .fl-post-text p {
    font-size: 16px !important;
  }
}
.get-support-sidebar-column .fl-post-text .fl-post-more-link a {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px !important;
  display: inline-block;
  font-size: 18px !important;
  border: 1px solid #3f9a7a;
  padding: 10px !important;
  min-width: 160px;
  font-weight: 500;
  text-align: center;
  background: #fff;
}
@media all and (max-width: 1400px) {
  .get-support-sidebar-column .fl-post-text .fl-post-more-link a {
    font-size: 16px !important;
  }
}
.get-support-sidebar-column .fl-post-text .fl-post-more-link a:hover {
  background: #3f9a7a;
  color: #fff;
}
.get-support-sidebar-column img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.contact-form .gform_wrapper {
  margin-top: 0px !important;
}
.contact-form .gfield {
  margin-top: 5px !important;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.contact-form input[type=text], .contact-form textarea, .contact-form select {
  padding: 8px !important;
  border-radius: 0px;
}
.contact-form ::placeholder {
  color: #2f2f2f !important;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.contact-form .gform_button {
  width: 100% !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  border-radius: 0px;
  background: #3f9a7a !important;
  border: 1px solid #3f9a7a !important;
  transition: 0.3s;
}
.contact-form .gform_button:hover {
  background: #d34476 !important;
  border-color: #d34476 !important;
}
.contact-form .gform_footer {
  padding: 0 !important;
}
.gform_button {
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  border-radius: 0px;
  background: #3f9a7a !important;
  border: 1px solid #3f9a7a !important;
  transition: 0.3s;
}
.gform_button:hover {
  background: #d34476 !important;
  border-color: #d34476 !important;
}
.gfield-choice-input {
  margin-top: -3px !important;
}
.fundraise-column {
  display: block;
}
.fundraise-column .fl-post-text {
  margin-top: -10px;
  padding: 30px;
  background: #8c4f93;
}
.fundraise-column .fl-post-text h3 {
  color: #fff !important;
  font-size: 28px !important;
}
@media all and (max-width: 1400px) {
  .fundraise-column .fl-post-text h3 {
    font-size: 26px !important;
  }
}
.fundraise-column .fl-post-text h3 a {
  color: #fff !important;
}
.fundraise-column .fl-post-text .date {
  color: #fff;
  padding-bottom: 20px;
}
.fundraise-column .fl-post-text p {
  color: #fff !important;
  margin-bottom: 0px;
  font-size: 18px !important;
}
@media all and (max-width: 1400px) {
  .fundraise-column .fl-post-text p {
    font-size: 16px !important;
  }
}
.fundraise-column .fl-post-text .fl-post-more-link a {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px !important;
  display: inline-block;
  font-size: 18px !important;
  color: #8c4f93;
  border: 1px solid #fff;
  padding: 10px !important;
  min-width: 160px;
  font-weight: 500;
  text-align: center;
  background: #fff;
}
@media all and (max-width: 1400px) {
  .fundraise-column .fl-post-text .fl-post-more-link a {
    font-size: 16px !important;
  }
}
.fundraise-column .fl-post-text .fl-post-more-link a:hover {
  background: #3f9a7a;
  color: #fff;
}
.fundraise-column img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.tribe-common-l-container {
  font-family: 'Poppins', sans-serif !important;
  padding: 0px !important;
  min-height: auto !important;
}
.tribe-common-l-container * {
  font-family: 'Poppins', sans-serif !important;
}
.tribe-common-l-container button {
  font-family: 'Poppins', sans-serif !important;
}
.tribe-common-l-container time span {
  font-family: 'Poppins', sans-serif !important;
}
.tribe-common-l-container .tribe-events-calendar-list__event-featured-image-link img {
  min-height: 250px;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}
.tribe-common-l-container .tribe-common-g-col * {
  color: #3c3c3c;
}
.tribe-common-l-container .tribe-common-g-col h2, .tribe-common-l-container .tribe-common-g-col h3, .tribe-common-l-container .tribe-common-g-col h4, .tribe-common-l-container .tribe-common-g-col h5 {
  font-family: 'Poppins', sans-serif !important;
  text-transform: normal;
  font-weight: 500;
  color: #3c3c3c;
}
.tribe-common-l-container .tribe-common-g-col h2 a, .tribe-common-l-container .tribe-common-g-col h3 a, .tribe-common-l-container .tribe-common-g-col h4 a, .tribe-common-l-container .tribe-common-g-col h5 a {
  color: #3c3c3c;
}
.tribe-common-l-container .tribe-common-g-col p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 20px;
}
@media all and (max-width: 992px) {
  .tribe-common-l-container .tribe-common-g-col p {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  .tribe-common-l-container .tribe-common-g-col p {
    font-size: 16px;
  }
}
.tribe-common-l-container .tribe-common-g-col p .read-more {
  transition: 0.3s linear;
  position: relative;
  display: inline-block;
}
.tribe-common-l-container .tribe-common-g-col p .read-more:hover {
  text-decoration: underline;
  color: #8c4f93;
}
.tribe-common-l-container a {
  border-radius: 0px !important;
}
.tribe-common-l-container .tribe-common-c-btn {
  background: #3f9a7a !important;
}
.tribe-common-l-container .tribe-common-c-btn:hover {
  background: #8c4f93 !important;
}
.tribe-common-l-container .tribe-events-c-ical__link {
  border: 1px solid #3f9a7a !important;
  color: #3f9a7a;
}
.tribe-common-l-container .tribe-events-c-ical__link:hover {
  background: #3f9a7a !important;
}
.tribe-common-l-container .tribe-common-c-svgicon {
  color: #3f9a7a;
}
#tribe-events-pg-template {
  padding: 80px 20px;
}
#tribe-events-pg-template .tribe-events-cal-links a {
  color: #3f9a7a;
}
#tribe-events-pg-template .tribe-events-event-image img {
  max-height: 500px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media all and (max-width: 992px) {
  #tribe-events-pg-template {
    padding: 60px 20px;
  }
}
@media all and (max-width: 768px) {
  #tribe-events-pg-template {
    padding: 40px 20px;
  }
}
#tribe-events-pg-template * {
  font-family: 'Poppins', sans-serif !important;
}
#tribe-events-pg-template h1, #tribe-events-pg-template h2, #tribe-events-pg-template h3, #tribe-events-pg-template h4 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
  color: #3f9a7a;
}
#tribe-events-pg-template p, #tribe-events-pg-template li {
  font-size: 20px;
}
@media all and (max-width: 992px) {
  #tribe-events-pg-template p, #tribe-events-pg-template li {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  #tribe-events-pg-template p, #tribe-events-pg-template li {
    font-size: 16px;
  }
}
.tribe-events-c-ical__link, .tribe-common-c-btn {
  border-radius: 0px !important;
}
.tribe-events-c-messages__message {
  border-radius: 0px !important;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
  background-color: #3f9a7a;
}
.tribe-common-a11y-visual-hide {
  color: #3f9a7a !important;
}
.tribe-events-content a:active, .tribe-events-content a:focus, .tribe-events-content a:hover {
  border-bottom: 1px solid #3f9a7a;
  color: #3f9a7a;
}
.tribe-events-content a {
  border-bottom: 1px solid #3c3c3c;
  color: #3c3c3c;
  transition: color 0.2s ease;
}
.tribe-organizer-url a {
  color: #3f9a7a;
  transition: color 0.2s ease;
}
.tribe-organizer-url a:hover {
  color: #8c4f93;
}
.tribe-events-single-section-title {
  font-weight: 500 !important;
  text-transform: none !important;
}
#menu-get-support-menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  width: 100%;
}
#menu-get-support-menu .menu-item {
  padding-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
#menu-get-support-menu .menu-item:nth-child(3n) {
  padding-right: 0;
}
#menu-get-support-menu .menu-item a {
  font-family: 'Poppins', sans-serif !important;
  text-transform: normal !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 0px !important;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0) !important;
  display: block;
  width: fit-content;
  padding: 16px 16px !important;
  text-align: center !important;
  font-size: 18px !important;
  background-color: #3f9a7a;
  transition: 0.3s;
  color: #fff;
}
@media all and (max-width: 1400px) {
  #menu-get-support-menu .menu-item a {
    font-size: 16px !important;
  }
}
#menu-get-support-menu .menu-item a:hover {
  background-color: #8c4f93;
}
#menu-get-support-menu .menu-item.current_page_item a {
  background-color: #fff;
  color: #3f9a7a;
}
.get-support-search .searchandfilter ul {
  display: flex;
  flex-direction: row-reverse;
}
.get-support-search .searchandfilter ul li {
  width: 50%;
  padding-right: 25px;
}
.get-support-search .searchandfilter ul li label {
  width: 100%;
}
.get-support-search .searchandfilter ul li label > * {
  font-family: 'Poppins', sans-serif !important;
  text-transform: normal !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 0px !important;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0) !important;
  display: block;
  width: 100%;
  padding: 16px 16px;
  font-size: 18px !important;
  border: 1px solid #8c4f93;
  color: #8c4f93;
}
@media all and (max-width: 1400px) {
  .get-support-search .searchandfilter ul li label > * {
    font-size: 16px !important;
  }
}
.get-support-search .searchandfilter ul li label > *::placeholder {
  color: #8c4f93;
  opacity: 1;
}
.get-support-search .searchandfilter ul li label input {
  padding: 14px 16px;
}
.color-row .fl-row-content-wrap .fl-module-heading .fl-module-content .fl-heading {
  color: #fff;
}
.color-row .fl-row-content-wrap .fl-module-heading .fl-module-content .fl-heading span {
  color: #fff;
}
.color-row .fl-row-content-wrap .fl-module-rich-text .fl-module-content .fl-rich-text * {
  color: #fff;
}
.color-row.purple-row .fl-row-content-wrap {
  background-color: #8c4f93;
}
.pagesGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagesGroup .singlePage-layout {
  width: calc(33% - 40px);
  margin-bottom: 40px;
}
.pagesGroup .singlePage-layout:nth-child(1), .pagesGroup .singlePage-layout:nth-child(2), .pagesGroup .singlePage-layout:nth-child(4) {
  margin-right: 40px;
}
.pagesGroup .singlePage-layout:nth-child(4), .pagesGroup .singlePage-layout:nth-child(5) {
  margin-bottom: 0;
}
.pages-posts .fl-post-grid .fl-post-grid-post .singlePage-layout {
  height: 100%;
}
.pages-posts .fl-post-grid .fl-post-grid-post .singlePage-layout > a {
  display: flex;
  flex-direction: column;
}
.pages-posts .fl-post-grid .fl-post-grid-post .singlePage-layout > a > * {
  flex: 1;
}
.pages-posts .fl-post-grid .fl-post-grid-post .singlePage-layout > a img {
  height: 100%;
}
.singlePage-layout a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  display: block;
}
.singlePage-layout img {
  max-height: 250px;
  min-height: 250px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.singlePage-layout .pageTitle {
  margin-top: -8px;
  background-color: #3f9a7a;
  padding: 40px;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.singlePage-layout .pageTitle h3 {
  margin-bottom: 0 !important;
  text-align: center;
  color: #fff;
}
