@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@400;500;600;700&family=Open+Sans:wght@300;400;500;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: 'Open Sans', sans-serif;
  color: #464646;
  letter-spacing: 0px;
  background-color: #fff !important;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
h1, h1 .fl-heading-text {
  font-size: 36px;
  font-family: 'Lusitana', serif !important;
}
h2, h2 .fl-heading-text {
  font-size: 30px;
}
h3, h3 .fl-heading-text {
  font-size: 24px;
}
h4, h4 .fl-heading-text {
  font-size: 20px;
}
p, ul {
  font-size: 18px;
  line-height: 1.5;
}
@media all and (max-width: 992px) {
  h1, h1 .fl-heading-text {
    font-size: 34px;
  }
  h2, h2 .fl-heading-text {
    font-size: 28px;
  }
  h3, h3 .fl-heading-text {
    font-size: 24px;
  }
  h4, h4 .fl-heading-text {
    font-size: 20px;
  }
  p, ul {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media all and (max-width: 768px) {
  h1, h1 .fl-heading-text {
    font-size: 30px;
  }
  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;
  }
}
.fl-rich-text ul {
  margin: 0px 0px 20px 30px !important;
  list-style: none !important;
}
.fl-rich-text ul li {
  padding-bottom: 10px;
  position: relative;
}
.fl-rich-text ul li:last-child {
  padding-bottom: 0px;
}
.fl-rich-text ul li:before {
  color: #7180b9;
  position: absolute;
  left: -30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f058";
  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-button {
  font-family: 'Open Sans', sans-serif !important;
  text-transform: normal !important;
  letter-spacing: 0px !important;
  font-weight: 700 !important;
  border-width: 0px !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 18px !important;
  display: block;
  text-align: center !important;
  font-size: 15px !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: #7180b9 !important;
  border-color: #7180b9 !important;
  color: #fff !important;
}
.primary .fl-button span {
  color: #fff !important;
}
.primary .fl-button:hover {
  background: #e79e08 !important;
  border-color: #e79e08 !important;
  color: #fff !important;
}
.primary .fl-button:hover span {
  color: #fff !important;
}
.secondary .fl-button {
  color: #fff !important;
  background: #f8b42a !important;
  border-color: #f8b42a !important;
  color: #fff !important;
}
.secondary .fl-button span {
  color: #fff !important;
}
.secondary .fl-button:hover {
  background: #e79e08 !important;
  border-color: #e79e08 !important;
  color: #fff !important;
}
.secondary .fl-button:hover span {
  color: #fff !important;
}
.transparent-primary .fl-button {
  background: none !important;
  border-color: #7180b9 !important;
  color: #7180b9 !important;
}
.transparent-primary .fl-button:hover {
  border-color: #7180b9 !important;
  color: #fff !important;
  background: #e79e08 !important;
}
.transparent-primary .fl-button:hover span {
  color: #fff !important;
}
.transparent-secondary .fl-button {
  background: none !important;
  border-color: #f8b42a !important;
  color: #f8b42a !important;
}
.transparent-secondary .fl-button:hover {
  border-color: #e79e08;
  color: #fff !important;
  background: #e79e08 !important;
}
.transparent-secondary .fl-button:hover span {
  color: #fff !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: 'Open Sans', sans-serif;
  text-transform: normal;
  font-weight: 700;
  color: #7180b9;
}
.dual-btn div.link a:hover {
  color: #f8b42a;
}
.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%);
}
.banner {
  color: #fff;
}
.min-height .fl-row-content-wrap {
  display: flex;
  align-items: center;
  min-height: 700px;
}
@media all and (max-width: 992px) {
  .min-height .fl-row-content-wrap {
    min-height: 650px;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .min-height .fl-row-content-wrap {
    min-height: 500px;
    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;
}
.intro-max-width {
  width: 100%;
}
.intro-max-width .fl-col-content {
  max-width: 800px;
  margin: 0 auto;
}
.general-img img {
  border-radius: 0px;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0);
}
.top-banner .fl-row-content-wrap {
  background: #dae0f2;
  padding: 0 !important;
}
.top-banner .top-banner-image-col .fl-col-content {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
@media only screen and (max-width: 1200px) {
  .top-banner .top-banner-image-col .fl-col-content {
    margin-left: 0px !important;
  }
}
@media all and (max-width: 992px) {
  .top-banner .top-banner-image-col .fl-col-content {
    min-height: auto;
    height: 400px;
  }
}
@media all and (max-width: 768px) {
  .top-banner .top-banner-image-col .fl-col-content {
    min-height: auto;
    height: 350px;
  }
}
.top-banner .top-banner-text-col .fl-module-heading .fl-module-content {
  margin-bottom: 0px !important;
}
@media all and (max-width: 768px) {
  .top-banner .top-banner-text-col .fl-col-content {
    padding: 20px 0px !important;
  }
}
#primary-menu .title > a {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#primary-menu .title > a small {
  margin-left: 10px;
  font-size: 10px;
  background: #dae0f2;
  padding: 0px 2px;
  letter-spacing: 1px;
  line-height: 15px;
}
#primary-menu a .dropdown-menu-toggle {
  color: #f8b42a;
}
#primary-menu a {
  font-weight: 600;
  text-transform: uppercase;
}
#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: #7180b9 !important;
  border: 0px solid #7180b9 !important;
  color: #fff !important;
}
#primary-menu li.menu-btn a:hover {
  background-color: #e79e08 !important;
  border-color: #e79e08 !important;
  color: #fff !important;
}
#site-navigation {
  border-top: 1px solid #dae0f2;
  border-bottom: 1px solid #dae0f2;
}
#secondary-navigation .search-item a {
  font-weight: 600;
  margin-left: 10px;
  background: #dae0f2;
  color: #fff;
  transition: 0.3s;
}
#secondary-navigation .search-item a:hover {
  background: #e79e08 !important;
}
#secondary-navigation li a {
  margin-left: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background: #dae0f2;
  color: #fff;
  transition: 0.3s;
}
#secondary-navigation li a:hover {
  background: #e79e08 !important;
}
#secondary-navigation li.donate-btn a {
  background: #f8b42a;
}
#gtranslate-3 {
  position: absolute;
  top: 0;
  right: 0;
}
.inside-top-bar {
  position: relative !important;
  padding: 16px 0px;
}
@media all and (max-width: 768px) {
  .inside-top-bar {
    justify-content: flex-start !important;
  }
}
footer a, footer p {
  font-size: 14px;
  transition: 0.3s;
  color: #464646;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-menu .menu-primary-menu-container > ul, footer .footer-menu .menu-footer-menu-container > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-menu .menu-primary-menu-container > ul > li, footer .footer-menu .menu-footer-menu-container > ul > li {
  width: 16.6%;
  margin-bottom: 0px;
}
@media all and (max-width: 1200px) {
  footer .footer-menu .menu-primary-menu-container > ul > li, footer .footer-menu .menu-footer-menu-container > ul > li {
    width: fit-content;
  }
  footer .footer-menu .menu-primary-menu-container > ul > li ul, footer .footer-menu .menu-footer-menu-container > ul > li ul {
    display: none;
  }
}
@media all and (max-width: 992px) {
  footer .footer-menu .menu-primary-menu-container > ul > li, footer .footer-menu .menu-footer-menu-container > ul > li {
    width: 30%;
  }
  footer .footer-menu .menu-primary-menu-container > ul > li:nth-child(2), footer .footer-menu .menu-footer-menu-container > ul > li:nth-child(2) {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 768px) {
  footer .footer-menu .menu-primary-menu-container > ul > li, footer .footer-menu .menu-footer-menu-container > ul > li {
    width: 100%;
    margin-bottom: 5px;
  }
  footer .footer-menu .menu-primary-menu-container > ul > li:last-child, footer .footer-menu .menu-footer-menu-container > ul > li:last-child {
    margin-bottom: 0px;
  }
}
footer .footer-menu .menu-primary-menu-container > ul > li > a, footer .footer-menu .menu-footer-menu-container > ul > li > a {
  font-weight: 400;
}
footer .footer-menu .menu-primary-menu-container > ul > li ul li, footer .footer-menu .menu-footer-menu-container > ul > li ul li {
  position: relative;
  margin-bottom: 5px !important;
}
footer .footer-menu .menu-primary-menu-container > ul > li ul li:before, footer .footer-menu .menu-footer-menu-container > ul > li ul li:before {
  content: "-";
  position: absolute;
}
footer .footer-menu .menu-primary-menu-container > ul > li ul li a, footer .footer-menu .menu-footer-menu-container > ul > li ul li a {
  padding: 0px 10px;
  font-size: 12px !important;
  text-transform: none !important;
  font-weight: 400 !important;
}
footer .footer-menu .menu-primary-menu-container ul, footer .footer-menu .menu-footer-menu-container ul {
  margin: 0 auto;
  text-align: left;
}
footer .footer-menu .menu-primary-menu-container ul li a, footer .footer-menu .menu-footer-menu-container ul li a {
  font-size: 16px;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
.subscribe-col .fl-col-content {
  padding: 20px;
  margin: 20px;
}
.subscribe-col .subscribe-form input {
  padding: 17px !important;
}
.subscribe-col .subscribe-form input, .subscribe-col .subscribe-form a {
  font-weight: 400 !important;
  border: 1px solid #464646 !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-size: 15px !important;
}
.subscribe-col .subscribe-form input::placeholder, .subscribe-col .subscribe-form a::placeholder {
  font-size: 15px !important;
  color: #7180b9;
  text-transform: uppercase;
  font-size: 1.5em;
}
.social-icons {
  text-align: center;
}
.social-icons a {
  padding: 0 10px;
}
.social-icons a:hover {
  text-decoration: none;
}
.social-icons a:hover img {
  transform: scale(1.05);
}
.social-icons a img {
  transition: 0.3s;
}
.slideout-navigation .site-logo {
  margin: 40px 20px 40px 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;
}
.sidebar-layout .current-menu-item a {
  background: #7180b9;
  color: #fff;
}
.sidebar-layout .current-menu-item a:hover {
  background: #7180b9;
  color: #fff;
}
.sidebar-layout li {
  margin-bottom: 1px !important;
}
.sidebar-layout li a {
  font-size: 16px !important;
  padding: 10px 20px;
  display: inline-block;
  background: #dae0f2;
  width: 100%;
  color: #7180b9;
  text-transform: uppercase;
}
.sidebar-layout li a:hover {
  background: #c7d0eb;
}
.sidebar-layout li .sub-menu {
  margin-top: 2px !important;
  margin-left: 10px !important;
}
.sidebar-layout li .sub-menu a {
  font-size: 13px !important;
}
.single-event-col {
  color: #464646 !important;
}
.single-event-col:hover .day-title {
  text-decoration: underline;
}
.single-event-col .post-image {
  line-height: 1 !important;
}
.single-event-col .post-image img {
  height: 260px;
  object-fit: cover;
  line-height: 1 !important;
  transition: 0.3s;
}
.single-event-col .event-content {
  background: #fff !important;
  padding: 10px 20px;
}
.single-event-col .event-content .month-time {
  font-size: 16px !important;
  display: flex;
  align-items: center;
}
.single-event-col .event-content .month-time .month {
  padding-right: 10px;
}
.single-event-col .event-content .day-title {
  transition: 0.3s;
  color: #7180b9 !important;
  display: flex;
  align-items: center;
}
.single-event-col .event-content .day-title .day {
  padding-right: 10px;
  font-size: 28px !important;
  font-weight: bold;
}
.single-event-col .event-content .day-title .title {
  font-size: 18px !important;
  margin-bottom: 0px !important;
}
.site-content {
  display: block !important;
}
.tribe-common-l-container {
  font-family: 'Open Sans', sans-serif !important;
  padding: 0px !important;
  min-height: auto !important;
}
.tribe-common-l-container * {
  font-family: 'Open Sans', sans-serif !important;
}
.tribe-common-l-container button {
  font-family: 'Open Sans', sans-serif !important;
}
.tribe-common-l-container time span {
  font-family: 'Open Sans', 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: #464646;
}
.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: 'Open Sans', sans-serif !important;
  text-transform: normal;
  font-weight: 500;
  color: #464646;
}
.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: #464646;
}
.tribe-common-l-container .tribe-common-g-col p {
  font-family: 'Open Sans', 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: #f8b42a;
}
.tribe-common-l-container a {
  border-radius: 0px !important;
}
.tribe-common-l-container .tribe-common-c-btn {
  background: #7180b9 !important;
}
.tribe-common-l-container .tribe-common-c-btn:hover {
  background: #f8b42a !important;
}
.tribe-common-l-container .tribe-events-c-ical__link {
  border: 1px solid #7180b9 !important;
  color: #7180b9;
}
.tribe-common-l-container .tribe-events-c-ical__link:hover {
  background: #7180b9 !important;
}
.tribe-common-l-container .tribe-common-c-svgicon {
  color: #7180b9;
}
.tribe-events-back {
  margin: 20px 0px;
}
#tribe-events-pg-template {
  padding: 0px 20px !important;
}
#tribe-events-pg-template .tribe-events-cal-links a {
  color: #7180b9;
}
#tribe-events-pg-template .tribe-events-event-image img {
  max-height: 500px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#tribe-events-pg-template * {
  font-family: 'Open Sans', 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: 'Open Sans', sans-serif !important;
  color: #7180b9;
}
.tribe-events-c-ical__link, .tribe-common-c-btn {
  border-radius: 0px !important;
}
.tribe-events-c-messages__message {
  border-radius: 0px !important;
}
#tribe-events-footer {
  padding-bottom: 0px !important;
  padding-top: 20px !important;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
  background-color: #7180b9;
}
.tribe-common-a11y-visual-hide {
  color: #7180b9 !important;
}
.tribe-events-content a:active, .tribe-events-content a:focus, .tribe-events-content a:hover {
  border-bottom: 1px solid #7180b9;
  color: #7180b9;
}
.tribe-events-content a {
  border-bottom: 1px solid #464646;
  color: #464646;
  transition: color 0.2s ease;
}
.tribe-organizer-url a {
  color: #7180b9;
  transition: color 0.2s ease;
}
.tribe-organizer-url a:hover {
  color: #f8b42a;
}
.tribe-events-single-section-title {
  font-weight: bold !important;
  text-transform: none !important;
}
.fl-post-grid-post {
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
  background: transparent;
}
.fl-post-grid-post:hover img {
  filter: grayscale(0);
}
.single-col .post-image {
  line-height: 1 !important;
}
.single-col .post-image img {
  height: 260px;
  object-fit: cover;
  line-height: 1 !important;
}
.single-col .post-content {
  margin-top: -2px;
  background: #dae0f2;
}
.single-col .post-content .text {
  padding: 20px 20px 25px 20px;
}
.single-col .post-content .text .title {
  color: #7180b9;
}
.single-col .post-content .text p {
  margin-bottom: 0 !important;
}
.single-col .post-content .secondary a {
  text-align: left !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.grid-layout .fl-post-grid {
  display: flex;
  flex-wrap: wrap;
}
.grid-layout .fl-post-grid .fl-post-column .fl-post-grid-post {
  height: 100%;
}
.grid-layout .fl-post-grid .fl-post-column .fl-post-grid-post .single-col {
  height: 100%;
}
.grid-layout .fl-post-grid .fl-post-column .fl-post-grid-post .single-col .post-content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.grid-layout .fl-post-grid .fl-post-column .fl-post-grid-post .single-col .post-content .secondary {
  align-self: flex-end;
  width: 100%;
}
.grid-layout .fl-post-grid .fl-post-column .fl-post-grid-post .single-col .post-image + .post-content {
  height: calc(100% - 260px);
}
.grid-layout .title {
  font-size: 20px !important;
}
.grid-layout .fl-module-content {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.grid-layout .fl-post-column {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.fl-builder-pagination-load-more {
  padding: 20px 0;
}
.fl-builder-pagination {
  padding: 20px 0;
}
.fl-builder-pagination .page-numbers li span {
  background: #7180b9;
  color: #fff;
}
.fl-builder-pagination .page-numbers li span.current {
  background: #f8b42a;
}
.fl-builder-pagination .page-numbers li a {
  color: #fff;
  background: #7180b9;
}
.fl-builder-pagination .page-numbers li a:hover {
  background: #c7d0eb !important;
}
.post-navigation a {
  color: #7180b9;
  transition: 0.3s;
  font-weight: 500;
}
.post-navigation a:hover {
  text-decoration: underline;
  color: #f8b42a;
}
.fl-post-feed-post {
  border-radius: 0px;
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
}
.fl-post-feed-post:hover {
  cursor: pointer;
}
.fl-post-feed-post:hover img {
  filter: grayscale(0);
}
.list {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.list .fl-post-text {
  padding: 20px 30px;
  width: 60%;
}
.list .fl-post-text h4 {
  font-weight: bold !important;
  padding-bottom: 20px;
}
.list .fl-post-text p {
  font-size: 16px !important;
}
.list .fl-post-text .fl-post-more-link a {
  display: inline-block;
  margin-top: 5px !important;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0px;
  background-color: #7180b9;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  padding: 16px 32px 16px 16px;
  color: #fff !important;
}
.list .fl-post-text .fl-post-more-link a::after {
  transition: 0.3s;
  position: absolute;
  transition: 0.3s;
  content: ">";
  display: block;
  right: 10px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list .fl-post-text .fl-post-more-link a:hover {
  background-color: #e79e08;
}
.list .fl-post-text .fl-post-more-link a:hover::after {
  right: 5px;
}
.list .fl-post-image {
  margin-bottom: -5px;
  width: 40%;
}
.list .fl-post-image img {
  height: 350px;
  object-position: center;
  object-fit: cover;
  transition: 0.3s;
}
.people-post .fl-post-feed-post:last-child .team {
  padding-bottom: 0;
}
.team {
  text-align: center;
  display: flex;
  align-items: center;
}
.team .photo {
  padding-right: 40px;
}
.team .photo img {
  min-width: 200px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  object-fit: cover;
}
@media all and (max-width: 768px) {
  .team .photo img {
    min-width: 150px;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 768px) {
  .team {
    flex-direction: column;
    align-items: flex-start;
  }
}
.team .content {
  text-align: left !important;
  color: #464646;
}
.team .content h4 {
  text-transform: none;
  margin-bottom: 10px;
}
.team .content p, .team .content a {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.team .content p:last-child, .team .content a:last-child {
  margin-bottom: 0px;
}
.team .content .open span {
  position: relative;
  z-index: 1;
  transition: 0.3 ease-in-out;
  font-weight: bold;
  cursor: pointer;
  color: #7180b9;
  text-decoration: underline;
}
.team .content .open span:hover {
  color: #e79e08;
}
.search-result-list-item .post-image {
  line-height: 1 !important;
}
.search-result-list-item .post-image img {
  height: 260px;
  object-fit: cover;
  line-height: 1 !important;
}
.search-result-list-item .post-content {
  margin-top: -2px;
  background: #dae0f2;
}
.search-result-list-item .post-content .text {
  padding: 20px 20px 25px 20px;
}
.search-result-list-item .post-content .text .title {
  color: #7180b9;
}
.search-result-list-item .post-content .text p {
  margin-bottom: 0 !important;
}
.search-result-list-item .post-content .secondary a {
  text-align: left !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#resources-filter ul {
  display: flex;
  margin: 0 !important;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  #resources-filter ul {
    flex-wrap: wrap;
  }
}
#resources-filter ul li {
  width: calc(50% - 20px);
  padding: 0 !important;
}
@media all and (max-width: 768px) {
  #resources-filter ul li {
    width: 100% !important;
  }
  #resources-filter ul li:first-child {
    margin-bottom: 20px;
  }
}
#resources-filter ul li label {
  width: 100%;
}
#resources-filter ul li label input, #resources-filter ul li label select {
  width: 100%;
  height: 48px;
  border: 1px solid #7180b9;
  color: #464646;
}
#resources-filter ul li label input::placeholder, #resources-filter ul li label select::placeholder {
  color: #464646;
}
.world-sections {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1150px) {
  .world-sections {
    flex-wrap: wrap;
  }
}
.world-sections a {
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  font-family: 'Lusitana', serif;
  height: 250px;
  width: 250px;
}
@media all and (max-width: 768px) {
  .world-sections a {
    font-size: 24px;
  }
}
.world-sections a:nth-child(1) {
  background: #f5be2d;
}
.world-sections a:nth-child(2) {
  background: #752d5c;
}
.world-sections a:nth-child(3) {
  background: #2c853b;
}
.world-sections a:nth-child(4) {
  background: #4d6fa8;
}
@media only screen and (max-width: 1150px) {
  .world-sections a {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  .world-sections a:nth-child(3) {
    margin-bottom: 0px;
  }
  .world-sections a:nth-child(4) {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  .world-sections a {
    height: 200px;
    width: calc(100%);
  }
  .world-sections a:nth-child(3) {
    margin-bottom: 40px;
  }
  .world-sections a:nth-child(4) {
    margin-bottom: 0px;
  }
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.contact-form .gfield_label {
  display: none !important;
}
.contact-form input[type=text], .contact-form textarea {
  padding: 10px !important;
  border-radius: 4px;
}
.contact-form ::placeholder {
  color: #2f2f2f !important;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.contact-form .gform_button {
  width: 100% !important;
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
  background: #7180b9 !important;
  border: 0px solid #7180b9 !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.contact-form .gform_button:hover {
  background: #e79e08 !important;
  border-color: #e79e08 !important;
}
.quaker-table {
  display: flex;
  justify-content: space-between;
}
.quaker-table .col {
  width: calc(33% - 5px);
}
.quaker-table .col p {
  font-size: 16px;
}
.quaker-table .col p:last-child {
  margin-bottom: 0px;
}
.quaker-table .col h4 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.quaker-table .col div {
  padding: 20px;
}
.quaker-table .col:nth-child(1) h4 {
  background: #447c70;
}
.quaker-table .col:nth-child(1) div {
  background: #abd7cc;
}
.quaker-table .col:nth-child(2) h4 {
  background: #20619a;
}
.quaker-table .col:nth-child(2) div {
  background: #b6d1ef;
}
.quaker-table .col:nth-child(3) h4 {
  background: #a57f91;
}
.quaker-table .col:nth-child(3) div {
  background: #f3d3d7;
}
