:root {
  --dark:  #111;

  --green: #6BBBAE;
  --green-30pc: #d2eae7;
  --purple: #582C83;
  --gray: #FAFAFA;
  --light-gray: #ddd;
  --dark-gray: #777;

  --red: #da521f;
  --orange: #fbaa19;
  --yellow: #fbaa19;


  --primary-btn_txt-color: #fff;
  --primary-btn_bg-color: #6BBBAE;
  --primary-btn_border-color: #6BBBAE;

  --secondary-btn_txt-color: #fff;
  --secondary-btn_bg-color: #582C83;
  --secondary-btn_border-color: #582C83;
}

html {
  overflow-x: hidden;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.clearfix::after {
    content:"";
    display:block;
    clear:both;
}
.header-top-nav > nav > ul > li > a {
	text-transform: uppercase;
	align-items: flex-end;
	font-weight: 300;
}
.header-top-nav > nav > ul > li.current_page_item > a {
    font-weight: 400;
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: opacity .25s ease-in-out;

  text-decoration: none;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 42px;
  padding: 0 35px;
}
.btn:focus, 
.btn:hover {
  text-decoration: none;
  opacity: 0.75;
}
.btn-lg {
  padding: .75rem 2rem;
  font-size: 1.5rem;
}
.btn-primary,
.btn-primary:hover {
    color: var(--primary-btn_txt-color);
    background-color: var(--primary-btn_bg-color);
    border-color: var(--primary-btn_border-color);
}

.btn-secondary,
.btn-secondary:hover {
    color: var(--secondary-btn_txt-color);
    background-color: var(--secondary-btn_bg-color);
    border-color: var(--secondary-btn_border-color);
}

.btn-white,
.btn-white:hover {
    color: var(--green);
    background-color: #fff;
    border-color: var(--green);
}

@media(max-width: 991px) {
  .container {
      max-width: 100%;
  }

}

/*---------------------------------
 * Mobile navigation
----------------------------------*/
@media(max-width: 1023px) {
    aside.mobile-menu .mobile-menu-widget-inner > ul ul.sub-menu {
        display: block;
        padding: 0;
        list-style: none;
        margin: 0;
        background-color: #fbfbfb;
    }
    aside.mobile-menu .mobile-menu-widget-inner ul.sub-menu ul.sub-menu {
        display: none;
    }
    aside.mobile-menu .mobile-menu-widget-inner > ul ul.sub-menu > li {
        display: block;
    }
    aside.mobile-menu .mobile-menu-widget-inner > ul ul.sub-menu > li > a {
        display: block;
        color: #333;
        font-size: 13px;
        padding: 13px 15px 13px 35px;
        border-top: 1px dashed #ccc;
    }
    aside.mobile-menu .mobile-menu-widget-inner > ul ul.sub-menu > li > a:before {
        content: "\BB";
        display: inline-block;
        margin-right: 5px;
        font-weight: bold;
    }
}

/*---------------------------------
 * Video Modal
----------------------------------*/
#ytModal.modal {
    top: 10%;
}
#ytModal .modal-content {
    background-color: transparent !important;
    border:  none !important;
}
#ytModal .modal-content button.close {
    opacity: 1;
    margin-bottom: 10px;
}
#ytModal .modal-content button.close > span {
    color: #fff;
}

/*----------------------------------
 * Header
----------------------------------*/
.header-logo > a {
    height: 74px;
    width: 192px;
}
.header-logo > a > img {
  width: 100%;
}
ul.sh-top-btns {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
    align-items: stretch;
    flex-grow: 1;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    padding: 15px 0;
    margin: 0;
}
ul.sh-top-btns > li {
    position: relative;
    padding-left: 90px;
    border-left: 1px solid var(--light-gray);
    margin-left: 30px;
    padding-top: 16px;
}
ul.sh-top-btns > li.sh-top-donate {
    padding-left: 30px;
}
@media(max-width: 991px) {
    ul.sh-top-btns > li.sh-top-donate {
        padding-left: 10px;
    }
}
ul.sh-top-btns > li.mobile-menu-trigger {
  display: none;
}
span.sh-top-btns-icon {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: var(--green);
    color: #fff;
    border-radius: 100%;
    font-size: 21px;
    position: absolute;
    left: 25px;
    top: 16px;
}
span.sh-top-btns-icon > span {
    display: block;
}
ul.sh-top-btns > li h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
.sh-top-btns-content > p {
    font-size: 16px;
    line-height: 1.25 !important;
    color: inherit;
    text-decoration: none;
    display: block;
}
ul.sh-top-btns > li:not(.sh-top-donate) a {
    display: block;
    text-decoration: none;
    color: inherit;
}
ul.sh-top-btns > li p, 
ul.sh-top-btns > li:not(.sh-top-donate) a {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1;
}


section.top-navigation {
  background-color: var(--purple);
}
.top-navigation-inner {
    padding-right: 80px;
    position: relative;
}
.top-navigation-inner > nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.top-navigation-inner > nav > ul > li {}
.top-navigation-inner > nav > ul > li > a {
    padding: 20px 17px;
    display: block;
    height: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    transition: all .25s ease-in-out;
    position: relative;
}
.top-navigation-inner > nav > ul > li > a:hover,
.top-navigation-inner > nav > ul > li.current-menu-item > a {
  background: rgba(0,0,0,0.225);
  text-decoration: none;
}

.top-navigation-inner > nav > ul > li.menu-item-has-children > a:after {
    font-family: 'fontello';
    content: '\e800';
    font-size: 13px;
    position: relative;
    left: 7px;
    top: 1px;
}

section.top-navigation ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: var(--purple);
    position: absolute;
    min-width: 250px;
    z-index: 999;
    display: none;
}
.top-navigation-inner > nav > ul > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}
section.top-navigation ul.sub-menu > li {
  border-bottom: 1px solid rgba(0,0,0,0.225);
}
section.top-navigation ul.sub-menu a {
    color: #fff;
    padding: 15px 20px;
    display: block;
    font-size: 14px;
    transition: all .25s ease-in-out;
}
section.top-navigation ul.sub-menu a:hover {
  background: rgba(0,0,0,0.225);
  text-decoration: none;
}

.top-navigation-search-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    line-height: 56px;
}
.top-navigation-search-icon a {
  color: #fff;
}
.top-navigation-search-icon a:hover {
  opacity: 0.75;
  text-decoration: none;
}
.top-navigation-search-form form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-navigation-search-form input[name="s"] {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: var(--purple);
    color: #fff;
    padding: 0 20px;
    outline: none;
}
.top-navigation-search-form label {
  display: none;
}
.top-navigation-search-form input[type="submit"] {
  display: none;
}
.top-navigation-search-form input[name="s"]::placeholder {
  color: #fff;
  opacity: 1;
}
.top-navigation-search-form input[name="s"]:-ms-input-placeholder {
  color: #fff;
}
.top-navigation-search-form input[name="s"]::-ms-input-placeholder { 
  color: #fff;
}
a.search-cancel-btn {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 56px;
    font-size: 16px;
    line-height: 30px;
    padding: 13px 0;
}
a.search-cancel-btn:hover {
  opacity: 0.75;
}
@media(max-width: 1199px) {
  ul.sh-top-btns > li {
      margin-left: 15px;
      padding-left: 65px;
  }
  span.sh-top-btns-icon {
    left: 10px;
  }
  .top-navigation-inner > nav > ul > li > a {
      padding: 20px 15px;
      font-size: 14px;
  }
  section.top-navigation ul.sub-menu a {
    font-size: 12px;
  }
  .top-navigation-inner > nav > ul > li.menu-item-has-children > a:after {
        font-family: 'fontello';
        content: '\e800';
        font-size: 13px;
        position: relative;
        left: 7px;
        top: 1px;
  }
}
@media(max-width: 991px) {
  .header-logo,
  .header-logo > a {
    width: 100%;
    height: auto;
  }
  ul.sh-top-btns > li h4 {
      font-size: 14px;
  }
  ul.sh-top-btns > li p, 
  ul.sh-top-btns > li:not(.sh-top-donate) a {
      font-size: 13px;
      margin: 3px 0 0;
  }
  span.sh-top-btns-icon {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      top: 8px;
  }
  ul.sh-top-btns > li {
      padding-left: 55px;
      padding-top: 8px;
      padding-bottom: 8px;
  }
  ul.sh-top-btns > li:last-child {
      padding-left: 15px;
  }
  .sh-top-donate .btn {
      padding-left: 15px;
      padding-right: 15px;
      line-height: 36px;
  }
  .top-navigation-inner > nav > ul > li > a {
      font-size: 11px;
      padding: 20px 12px;
  }
  section.top-navigation ul.sub-menu a {
    font-size: 10px;
  }
  .top-navigation-inner > nav > ul > li.menu-item-has-children > a:after {
      font-size: 11px;
  }
  .top-navigation-search-icon {
      height: 51px;
      line-height: 51px;
      font-size: 16px;
  }
}
@media(max-width: 1023px) {
  section.top-navigation {
    display: none;
  }
  ul.sh-top-btns > li {
      padding-left: 15px;
      display: flex;
      align-items: center;
  }
  ul.sh-top-btns > li.sh-top-donate {
      border-left: none;
      padding-left: 0;
      margin-left: 0;
  }
  ul.sh-top-btns > li.sh-top-donate > a {
      line-height: 44px;
  }
  ul.sh-top-btns > li.mobile-menu-trigger {
      padding-left: 8px;
      margin-left: 8px;
  }
  ul.sh-top-btns > li.mobile-menu-trigger > a {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    font-size: 24px;
    line-height: 44px;
  }
  .header-logo {
      padding: 21px 0;
  }
  .header-logo-outer {
    padding-right: 0;
  }
  ul.sh-top-btns > li.mobile-menu-trigger {
    display: flex;
    align-items: center;
  }
  .site-main-header-bar ul.sh-top-btns > li.d-none.d-sm-block {
    display: none !important;
  }
}
/*----------------------------------
 * Footer
----------------------------------*/
footer.site-footer {
    padding: 0;
    position: relative;
    overflow-x: hidden;
}
footer.site-footer .container {
  overflow: hidden;
}
footer.site-footer:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: var(--green);
    right: 0;
}
.footer-left {
    padding: 60px 100px 40px 0;
    background-color: #fff;
}
.footer-left-outer {
  background-color: #fff;
}
.footer-menu {
    margin-bottom: 45px;
}
.footer-menu nav ul {
  text-align: left;
}
.footer-menu nav ul > li {
    display: inline-block;
    border: none;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 10px 10px 10px 0;
}
.footer-menu nav ul > li > a {
  color: var(--dark-gray);
}
.footer-menu nav ul > li > a:hover,
.footer-menu nav ul > li.current-menu-item > a {
  color: #333;
}
.footer-menu ul.sub-menu {
  display: none !important;
}
.footer-logo {
    padding: 30px 0;
}

.footer-logo > a {
  display: inline-block;
  transition: opacity .25s ease-in-out;
}
.footer-logo > a:hover {
  opacity: 0.75;
}
.footer-logo > a > img {
    display: block;
    width: 192px;
    height: auto;
    max-width: 100%;
}
.footer-about-ospf > h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 20px;
}
.footer-about-ospf > p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--dark-gray);
}
.footer-copyright {
    margin-top: 30px;
    color: var(--dark-gray);
    font-size: 12px;
}
.footer-legal {
    margin: 0 0 10px;
}
.footer-copyright .web-design-by {
    margin: 10px 0 0;
}
.footer-copyright .web-design-by > a {
    text-decoration: underline;
}

.footer-copyright a {
  color: var(--dark-gray);
}

.footer-right-outer {
    background-color: #fff;
    padding: 0;
    padding-left: 95px;
}
.footer-right {
    position: relative;
    height: 100%;
}
.footer-right-inner {
    background-color: var(--green);
    color: #fff;
    padding: 40px 0;
    position: relative;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 15%;
    z-index: 99;
}
.footer-right-triangles,
.footer-right-triangles:before,
.footer-right-triangles:after {
    content: "";
    width: 150px;
    height: 130%;
    background-color: var(--green);
    position: absolute;
    top: -23%;
    left: -48px;
    transform: rotate(15deg);
    z-index: 10;
}
.footer-right-triangles:before {
    left: -45px;
    opacity: 0.3;
    transform: rotate(1deg);
}
.footer-right-triangles:after {
  left: -90px;
  opacity: 0.3;
  transform: rotate(1deg);
}
.footer-contact {
    width: 100%;
}
.footer-contact h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 15px;
}
.footer-contact p {
    margin: 0;
    line-height: 1.5;
    font-size: 13px;
}
.footer-contact p > span {
    display: block;
    margin: 10px 0 0;
}
.footer-social {
    width: 100%;
}
.footer-social > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-social > ul > li {
    display: inline-block;
    margin-right: 10px;
}
.footer-social > ul > li:last-child {
    margin-right: 0;
}
.footer-social > ul > li > a {
    background-color: var(--purple);
    color: #fff;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    border-radius: 100%;
    transition: opacity .25s ease-in-out;
}
.footer-social > ul > li > a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media(max-width: 1199px) {
  .footer-menu nav ul > li {
      /*margin-bottom: 15px;*/
  }
  .footer-right-triangles {
    left: -65px;
    transform: rotate(8deg);
  }
  .footer-right-inner {
      padding-left: 0;
  }
}
@media(min-width: 992px) {
    .footer-social > ul {
        display: flex;
        justify-content: space-between;
    }
}
@media(max-width: 991px) {
  .footer-right-triangles {
      display: none;
  }
  .footer-right-outer {
      padding: 0 15px;
      background-color: var(--green);
  }
  .footer-social {
      margin: 30px 0 0;
      text-align: center;
  }
  .footer-right-dontate {
      display: block;
      width: 100%;
      text-align: center;
      margin: 0 0 30px;
  }
  .footer-left {
      padding: 30px 0;
  }
  .footer-contact,
  .footer-menu nav ul,
  .footer-copyright {
    text-align: center;
  }
  p.copyright {
      padding-top: 0;
  }
}
@media(max-width: 767px) {
  .footer-menu {
      margin-bottom: 15px;
  }
  .footer-logo {
      padding: 10px 0 30px;
  }
  .footer-logo,
  .footer-about-ospf {
    text-align: center;
  }
}


/*----------------------------------
 * Hero
----------------------------------*/
.hero-area {
    background-color: #fff;
}
.hero-area-inner {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.hero-area-text {
    padding: 70px 0;
    width: 60%;
    min-height: 455px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hero-area-text h1 {
    color: var(--green);
    font-weight: bold;
    font-size: 48px;
    line-height: 1.15;
    margin: 0 0 15px;
}
.single .hero-area-text h1 {
    color: var(--purple);
}
.hero-area-text h3 {
    color: var(--purple);
    font-size: 26px;
    margin: 0 0 5px;
}
.hero-area-text p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--dark);
}
.hero-area-text p:last-child {
    margin-bottom: 0;
}
.hero-area-text p a {
    color: var(--purple);
    text-decoration: underline;
}
.her-area-cta {
    margin-top: 30px;
}
.her-area-cta > a.btn {
    line-height: 50px;
}
.her-area-cta > a.btn > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.hero-area-text .blog-hero-cat {
    margin-top: 30px;
}
.hero-area-text .blog-hero-cat a {
    display: inline;
    color: var(--dark);
    text-decoration: none;
    padding: 5px 30px;
    border: 1px solid var(--purple);
    border-radius: 20px;
}
.hero-area-text .blog-hero-cat a:hover {
    color: var(--dark);
    opacity: .75;
    transition: opacity ease 0.3s;
}
.hero-area-text .blog-hero-cat a:not(:last-child) {
    margin-right: 10px;
}
@media(min-width:992px) and (max-width: 1399px) {
    .hero-area-text {
        width: 40%;
    }
}
@media(max-width:1399px) {
    .hero-area-text p br:not(.v-br) {
        display: none;
    }
}
@media(max-width:1199px) {
    .hero-area-text {
        padding: 50px 0;
    }
    .hero-area-text h1 {
        font-size: 40px;
    }
    .hero-area-text h3 {
        font-size: 22px;
    }
    .hero-area-text p {
        font-size: 16px;
    }
    
    .her-area-cta > a.btn {
        line-height: 42px;
    }
    .blog-hero .hero-area-inner,
    .article-hero .hero-area-inner {
        background-position: 140% top;
    }
    .programs-hero .hero-area-inner {
        background-position: 140% top;
    }
    .about-hero .hero-area-inner {
        background-position: 140% top;
    }
    .home-hero .hero-area-inner {
        background-position: 140% top;
    }
    .donation-hero .hero-area-inner {
        background-position: 140% top;
    }
}
@media(min-width:992px) {
    .hero-area-text h1 {
        max-width: 75%;
    }
}
@media(max-width:991px) {
    .hero-area-inner {
        background-color: var(--green-30pc);
        background-image: none !important;
    }
    .hero-area-text {
        width: 100%;
        text-align: center;
        display: block;
        min-height: auto;
        padding: 90px 0;
    }
    .hero-area-text h1 {
        line-height: 1.25;
    }
    .hero-area-text p br {
        display: none;
    }
}
@media(max-width: 767px) {
    .hero-area-text {
        padding: 75px 0;
    }
    .hero-area-text h1 {
        font-size: 32px;
    }
    .hero-area-text .blog-hero-cat a {
        display: block;
    }  
    .hero-area-text .blog-hero-cat a:not(:last-child) {
        margin: 0 0 5px;
    } 
}

/*----------------------------------
 * General section
----------------------------------*/
.ospf-general-section {
    padding: 90px 0;
}
.ospf-general-section h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 90px;
    text-align: center;
}
.ospf-general-section .ospf-general-header {
    text-align: left;
    margin: 0 0 90px;
}
.ospf-general-section .ospf-general-header > h2 {
    margin: 0 0 20px;
    text-align: left;
}
.ospf-general-section .ospf-general-header > p:last-child {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
}
.ospf-general-section .ospf-general-header > p:last-child {
    margin-bottom: 0;
}
.ospf-general-cta {
    text-align: center;
    margin: 60px 0 0;
}
.ospf-general-section--text-left h2 {
    text-align: left;
}
.light-green-section-bg,
.ospf-general-section--green-light  {
    background-color: rgba(107, 187, 174, 0.24);
}

@media(max-width: 1199px) {
    .ospf-general-section {
      padding: 75px 0;
    }
    .ospf-general-section h2,
    .ospf-general-section .ospf-general-header {
      margin: 0 0 75px;
    }
    .ospf-general-section .ospf-general-header > h2 {
        margin-bottom: 0;
    }
}
@media(max-width: 767px) {
    .ospf-general-section {
        padding: 45px 0;
    }
    .ospf-general-section h2,
    .ospf-general-section .ospf-general-header {
      margin: 0 0 45px;
    }
    .ospf-general-section h2 {
        font-size: 28px;
    }
}
/*----------------------------------
 * Swap sections
----------------------------------*/
.ospf-swap-sections {
  background-color: #fff;
}
.swap-section-item:nth-child(odd) > .swap-section-img-col:first-child {
    order: 2;
}
.ospf-swap-sections-inverted .swap-section-item:nth-child(even) > .swap-section-img-col:first-child {
    order: 2;
}
.ospf-swap-sections-inverted .swap-section-item:nth-child(odd) > .swap-section-img-col:first-child {
    order: 0;
}
.swap-section-item {
    display: flex;
    flex-wrap: wrap;
    color: var(--dark);
    max-width: 1920px;
    margin: 0 auto;
}
.swap-section-item.swap-section-item-padded {
    padding: 30px 0;
}
.swap-section-col {
    width: 50%;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.swap-section-col.swap-section-img-col {
    align-items: start;
    overflow: hidden;
}
.swap-section-img {
    height: 100%;
}
.swap-section-img img {
    width: auto;
    height: 100%;
}
.swap-section-item-contained .swap-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swap-section-txt {
    padding: 45px;
    max-width: 600px;
    margin-left: auto;
    color: var(--dark);
}
.swap-section-txt .swap-section-cta {
    margin-top: 30px;
}
.swap-section-item:nth-child(even) .swap-section-txt {
    padding: 45px;
    margin-right: auto;
    margin-left: 0;
}
.ospf-swap-sections-inverted .swap-section-item:nth-child(even) .swap-section-txt {
    padding: 45px;
    margin-right: 0;
    margin-left: auto;
}
.ospf-swap-sections-inverted .swap-section-item:nth-child(odd) .swap-section-txt {
    margin-right: auto;
    margin-left: 0;
    padding: 0 45px;
}
.swap-section-txt h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 25px;
}
.swap-section-content p,
.swap-section-content-col p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 15px;
}
.swap-section-content p:last-child,
.swap-section-content-col p:last-child {
    margin-bottom: 0;
}
.swap-section-content ul {
    padding-left: 20px;
    margin: 0;
}
.swap-section-content ul > li:not(:first-child) {
    margin-top: 5px;
}
.swap-section-content ul > li::marker {
    color: var(--purple);
}
.swap-section-content ul > li > a {
    color: var(--purple);
    text-decoration: underline;
}
.swap-section-content ul > li > a:hover {
    opacity: .75;
    transition: opacity ease 0.3s;
}
.swap-section-content .swap-section-content-title {
    margin-bottom: 30px;
}
.swap-section-content .swap-section-content-title > h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: normal;
}
.swap-section-content .swap-section-content-title > h3 > span {
    font-weight: normal;
}
.swap-section-content p a {
    color: var(--green);
    text-decoration: underline;
}
@media(max-width: 1199px) {
    .swap-section-txt h2 {
        font-size: 24px;
    }
    .swap-section-content p,
    .swap-section-content-col p,
    .swap-section-content-col ul {
        font-size: 14px;
    }
}
@media(max-width: 991px) {
    .swap-section-item {
        display: block;
    }
    .swap-section-col {
        width: 100%;
        display: block;
    }
    .swap-section-txt, 
    .swap-section-item:nth-child(even) .swap-section-txt, 
    .ospf-swap-sections-inverted .swap-section-item:nth-child(odd) .swap-section-txt, 
    .ospf-swap-sections-inverted .swap-section-item:nth-child(even) .swap-section-txt {
        max-width: none;
        padding: 40px 20px;
    }
    .swap-section-img img {
        width: 100%;
        height: auto;
    }
}
@media(max-width: 767px) {    
    .swap-section-item.swap-section-item-padded .swap-section-txt-col .swap-section-txt, 
    .swap-section-item.swap-section-item-padded .swap-section-content-col {
        padding-bottom: 0;
    }
    .swap-section-txt h2 {
        font-size: 22px;
    }
}
.swap-section-content-col {
    width: 100%;
    padding: 50px 0;
    order: 3;
}
.swap-section-content p.swap-box-text,
.swap-section-content blockquote > p {
    max-width: 360px;
    font-weight: bold;
    font-size: 13px;
    background-color: rgba(107, 187, 174, 0.2);
    margin-top: 20px;
    padding: 1rem;
    line-height: 1.5;
    margin: 0 0 15px;
}

ul.swap-img-list {
    padding: 0 !important;
    margin: 0;
    list-style: none;
}
ul.swap-img-list > li {
    display: flex;
    margin: 0 0 30px;
}
ul.swap-img-list > li:last-child {
    margin-bottom: 0;
}
ul.swap-img-list > li > .swap-img-list-img,
ul.swap-img-list > li > .swap-img-list-txt {
    width: 50%;
}
ul.swap-img-list > li > .swap-img-list-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.swap-img-list > li > .swap-img-list-txt {
    background-color: rgba(107, 187, 174, 0.2);
    align-items: center;
    padding: 20px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    justify-content: flex-start;
}
ul.swap-img-list > li > .swap-img-list-txt h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px;
}
ul.swap-img-list > li > .swap-img-list-txt p {
    margin: 0 0 0;
    font-size: 14px;
    line-height: 1.5;
}
@media(max-width: 991px) {
    ul.swap-img-list > li > .swap-img-list-img {
        display: none;
    }
    ul.swap-img-list > li > .swap-img-list-txt {
        width: 100%;
        justify-content: flex-start;
        padding: 10px 20px;
    }
    .swap-section-txt {
        width: 100%;
    }
    .swap-section-content-col {
        padding-top: 0;
    }
}
@media(max-width: 767px) {
    .swap-section-content-col .swap-section-content-col {
        padding-bottom: 0;
    }
}
.white-section-bg {
    background-color: var(--primary-btn_txt-color);
}
.light-section-bg {
    background-color: var(--gray);
}
.dark-section-bg  {
    background-color: var(--light-gray);
}
/*----------------------------------
 * Swap section lists
----------------------------------*/
.swap-section-lists {
    border: 1px solid var(--dark-gray);
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    height: 100%;
}
.swap-section-lists-title > h3 {
    margin: 0;
}
ul.swap-section-lists-bullets {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
ul.swap-section-lists-bullets > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: var(--green);
}
ul.swap-section-lists-bullets > li {
    padding-left: 30px;
    position: relative;
    line-height: 1.25;
}
ul.swap-section-lists-bullets > li:not(:first-child) {
    margin-top: 10px;
}
.swap-section-lists-disclaimer {
    margin-top: 15px;
}
.swap-section-lists-disclaimer > p {
    margin: 0;
    font-size: 13px;
    color: var(--dark-gray);
}
@media(max-width: 767px) {    
    .swap-section-lists-wrap:not(:first-child) {
        margin-top: 30px;
    }
}

/*----------------------------------
 * Crisis Hotline Inline
----------------------------------*/
.inline-hotline {
    padding: 40px 0;
    text-align: center;
    color: var(--primary-btn_txt-color);
    background-color: var(--purple);
}
.inline-hotline .hotline-title {
    color: var(--primary-btn_txt-color);
    font-weight: bold;
}
.inline-hotline .hotline-title > h3 {
    font-size: 26px;
    margin: 0;
}
.inline-hotline ul.action-icons {
    padding-left: 0;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inline-hotline ul.action-icons > li {
    position: relative;
    padding-left: 55px;
    margin: 15px 60px 0 0;
    display: block !important;
    text-align: left;
}
.inline-hotline ul.action-icons > li:last-child {
    margin-right: 0;
}
.inline-hotline ul.action-icons > li span.sh-top-btns-icon {
    background-color: var(--green);
    top: 1px;
    left: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 21px;
}
.inline-hotline ul.action-icons > li .sh-top-btns-content h4 {
    margin: 0 0 6px;
    line-height: 1.35;
    font-weight: 600;
}
.inline-hotline ul.action-icons > li .sh-top-btns-content a {
    line-height: 1.35;
    color: inherit;
    text-decoration: none;
    display: block;
}
.inline-hotline ul.action-icons > li .sh-top-btns-content p {
    line-height: 1;
    font-weight: normal;
}
.inline-hotline .hotline-disclaimer {
    margin-top: 30px;
}
.inline-hotline .hotline-disclaimer > p {
    font-size: 14px;
}
@media(max-width: 767px) {
    .inline-hotline .hotline-title > h3 {
        font-size: 22px;
    }
    .inline-hotline ul.action-icons {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        padding-left: initial;
    }
}

/*----------------------------------
 * Stats section
----------------------------------*/
.osfp_stats-section {
    background-color: var(--purple);
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.osfp_stats-element-inner {
    padding: 0 30px;
}
.osfp_stats-element h4 {
    color: var(--green);
    font-size: 33px;
    line-height: 1;
    margin-bottom: 25px;
}
.osfp_stats-element p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 250px;
    margin: 0 auto 10px;
}
.osfp_stats-element p.osfp_stats-element-subtext {
    font-weight: bold;
    font-size: 14px;
}
.osfp_stats-element {
    border-right: 1px solid rgba(107,187,174,0.2);
    padding: 20px 0;
}
.osfp_stats-element:last-child {
    border-right: none;
}
@media(max-width: 767px) {
    .osfp_stats-section {
        padding: 0;
    }
    .osfp_stats-element {
        border-right: none;
        border-bottom: 1px solid rgba(107,187,174,0.2);
        padding: 30px 0;
    }
    .osfp_stats-element:last-child {
        border-bottom: none;
    }
}



/*----------------------------------
 * Blogs
----------------------------------*/

.ospf-blog_post-col {
    margin: 0 0 30px;
}

.ospf-blog_post {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--light-gray);
}
@media(min-width: 768px) {
    .ospf-blog_post {
        height: 100%;
    }
}

.ospf-blog_post-img {
    width: 50%;
}
.ospf-blog_post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ospf-blog_post-img > a:hover {
    opacity: 0.75;
}
.ospf-blog_post-container {
    width: 50%;
}
.ospf-blog_post-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    background-color: #fff;
}
.ospf-blog_post-content .ospf-blog_post-cat {
    margin-bottom: 30px;
}
.ospf-post-buttons {
    margin-bottom: 25px;
}
h3.ospf-blog_post-head {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.25;
}
p.ospf-blog_post-para {
    font-size: 12px;
    line-height: 18px;
}
.ospf-blog_post-read-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: fit-content;
    width: 100%;
}
.ospf-blog_post-date {
    color: var(--light-gray);
    font-size: 14px;
    margin: 0px;
}
.ospf-blog_read-more {
    color: var(--green);
    font-size: 14px;
    margin: 0px;
}
.ospf-blog_read-more:hover {
    color: var(--green);
    text-decoration: none;
    opacity: 0.75;
}
.ospf-blog_btn {
    border: solid 1px var(--dark-gray);
    color: var(--dark-gray);
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 5px;
}
.ospf-post-tag {
    margin-right: 15px;
}
.ospf-blog_btn:hover {
    border: solid 1px var(--green);
    background: var(--green);
    color: var(--primary-btn_txt-color);
}
.ospf-blog_post-cat a {
    display: inline;
    color: var(--dark);
    text-decoration: none;
    padding: 5px 30px;
    border: 1px solid var(--purple);
    border-radius: 20px;
    font-size: 13px;
}
.ospf-blog_post-cat a:hover {
    color: var(--dark);
    opacity: .75;
    transition: opacity ease 0.3s;
}

.pagination {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.pagination-inner {
    font-size: 13px;
}
.pagination-inner a {
    text-decoration: none;
    color: var(--purple);
}
.pagination-inner > .nav-next, 
.pagination-inner > .nav-numbers, 
.pagination-inner > .nav-previous {
    display: inline-block;
}
.pagination-inner > .nav-numbers {
    font-weight: normal;
}
.pagination-inner > .nav-numbers .nav-links .current {
    font-weight: bold;
}
.pagination-inner > .nav-numbers .nav-links .page-numbers {
    text-decoration: none;
    color: var(--purple);
}
.pagination-inner > .nav-numbers .nav-links .page-numbers:hover {
    opacity: 0.75;
    transition: opacity ease 0.3s;
}
.pagination-inner > .nav-numbers .nav-links .page-numbers:not(:last-child) {
    margin-right: 5px;
}

@media(max-width: 1199px) {
    p.ospf-blog_post-para {
        max-height: 88px;
        overflow: hidden;
    }
}
@media(max-width: 1199px) {
    .ospf-blog_post-content {
        padding: 30px 15px;
    }
    h3.ospf-blog_post-head {
        font-size: 16px;
        line-height: 1.5;
    }
    p.ospf-blog_post-para {
        display: none;
    }
    .ospf-blog_post-read-flex {
        display: block;
    }
}
@media(max-width: 767px) {
    .ospf-blog_post-cat a {
        display: inline-block;
        margin: 0 0 5px;
    }
}


/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

.article-hero .hero-area-inner {
    background-image: url(../../images/shop/shop.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.article-hero .hero-area-text {
    display: flex;
    min-height: 300px;
    width: 100%;
}
.article-hero .hero-area-text h1 {
    margin: 0;
}
.ospf-article {

}
.ospf-article-thumbnail img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: top;
    text-align: center;
    margin: 0 auto;
}

.ospf-related-articles.ospf-general-section {
    padding: 40px 0;
    border-top: 1px solid var(--light-gray);
}
.ospf-related-articles.ospf-general-section h2 {
    text-align: left;
    margin-bottom: 40px;
}
.ospf-related-articles-view-all {
    text-align: right;
}
.ospf-related-articles-view-all p {
    margin: 0;
}
.ospf-related-articles-view-all a {
    color: var(--green);
    margin: 0;
    font-weight: bold;
}
@media (max-width: 991px) {
    .article-hero .hero-area-text {
        padding: 40px 0;
        text-align: left;
        min-height: auto;
    }
}

/* responsive-iframe */
.responsive-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*----------------------------------
 * WooCommerce
 *----------------------------------*/

/* Misc  */
.woocommerce-page .woocommerce a.remove {
    color: var(--dark-gray) !important;
}
.woocommerce-page .woocommerce a.remove:hover {
    color: #fff;
    background: var(--dark-gray) !important;
}
.woocommerce-page .woocommerce a {
    color: var(--green);
}

/* Messages */
.woocommerce-notices-wrapper {
    background-color: #fff;
}
.woocommerce-notices-wrapper a:not(.button) {
    color: var(--green) !important;
}

.woocommerce-page .woocommerce-error {
    background-color: #fff;
}

.woocommerce-page .woocommerce-message {
    border-top-color: var(--purple);
    background-color: #fff;
}
.woocommerce-page .woocommerce-message a.button {
    background-color: var(--purple);
    color: #fff;
}
.woocommerce-page .woocommerce-message a.button:hover {
    background-color: var(--purple);
    color: #fff;
    opacity: 0.75;
}
.woocommerce-message::before {
    color: var(--purple) !important;
}

.woocommerce-page .woocommerce-info {
    border-top-color: var(--green);
    background-color: #fff;
}
.woocommerce-page .woocommerce-info a.button {
    background-color: var(--green);
    color: #fff;
}
.woocommerce-page .woocommerce-info a.button:hover {
    background-color: var(--green);
    color: #fff;
    opacity: 0.75;
}
.woocommerce-info::before {
    color: var(--green) !important;
}

.woocommerce-page .woocommerce-message a, 
.woocommerce-page .woocommerce-info a {
    color: var(--green);
}

/* Shop table */
.woocommerce-page table.shop_table {
    background-color: #fff;
}
.woocommerce-page table.shop_table .product-name > a {
    color: var(--green);
}
.woocommerce-page table.shop_table td.actions button[name="update_cart"].button, 
.woocommerce-page table.shop_table td.actions button[name="update_cart"].button:hover {
    background-color: var(--green);
    color: #fff;
}
.woocommerce-page table.shop_table td.actions button[name="update_cart"].button:hover {
    opacity: 0.75;
}
.woocommerce-page table.shop_table .woocommerce-button,
.woocommerce-page table.shop_table .woocommerce-button:hover {
    background-color: var(--green);
    color: #fff;
}

/* Inputs */
.woocommerce-page .woocommerce .form-row {
    margin-bottom: 15px;
}
.woocommerce-page .woocommerce .form-row span em {
    font-size: 13px;
}
.woocommerce-page .woocommerce .form-row input {    
    height: 35px;
}
.woocommerce-page .woocommerce .form-row input,
.woocommerce-page .woocommerce .form-row textarea {
    border: 1px solid var(--light-gray);
    padding: 5px 10px;
}
.woocommerce-page .woocommerce .form-row label {
    margin: 0;
}

/* Cart */
.woocommerce-cart .woocommerce-cart-form .coupon input#coupon_code {
    width: 175px;
}
.woocommerce-cart .woocommerce-cart-form .coupon button[name="apply_coupon"], 
.woocommerce-cart .woocommerce-cart-form .coupon button[name="apply_coupon"]:hover {
    background-color: var(--green);
    color: #fff;
}
.woocommerce-cart .woocommerce-cart-form .coupon button[name="apply_coupon"]:hover {
    opacity: 0.75;
}
.woocommerce-cart .cart-collaterals .cart_totals {
    margin-top: 60px;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
    text-align: left;
    margin: 0 0 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals a.checkout-button {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: opacity .25s ease-in-out;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    padding: 0 35px;
    background-color: var(--purple);
    color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals a.checkout-button:hover {
    background-color: var(--purple);
    color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals a.checkout-button:hover {
    opacity: 0.75;
}
.woocommerce-cart .return-to-shop a.button,
.woocommerce-cart .return-to-shop a.button:hover {
    background-color: var(--green);
    color: #fff;
}
.woocommerce-cart .return-to-shop a.button:hover {
    opacity: 0.75;
}



/* Checkout */
.woocommerce-checkout .woocommerce {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields h3 {
    font-size: 1.75em;
}
.woocommerce-checkout .woocommerce h3#order_review_heading {
    margin-top: 15px;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1, 
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
    max-width: 100%;
    padding: 0;
    float: none;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 {
    width: 100%;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
}
.woocommerce-checkout form.woocommerce-checkout #order_review button#place_order {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: opacity .25s ease-in-out;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    padding: 0 35px;
    background-color: var(--purple);
    color: #fff;
}
.woocommerce-checkout form.woocommerce-checkout #order_review button#place_order:hover {
    opacity: 0.75;
}
.woocommerce-checkout form.woocommerce-checkout .wc_payment_methods .payment_method_ppcp-gateway input#payment_method_ppcp-gateway {
    display: inline-block !important;
}
.woocommerce-checkout #ppc-button iframe .paypal-button-tagline > .paypal-button-text {
    margin-top: 10px !important;
    font-size: 90% !important;
}
.woocommerce-checkout #ship-to-different-address input#ship-to-different-address-checkbox {
    display: inline;
    margin: -2px 8px 0 2px;
    text-align: center;
    vertical-align: middle;
}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview {
    padding: 30px;
    background-color: var(--green-30pc);
}
.woocommerce-order-received .woocommerce .woocommerce-order h2.woocommerce-order-details__title {
    text-align: left;
    margin-bottom: 30px;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
    margin-top: 3em;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column.col-1,
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column.col-2 {
    max-width: 100%;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns h2.woocommerce-column__title {
    text-align: left;
    margin: 0 0 30px;
}

/* Shop & Product tax */
.woocommerce-shop section.ospf-wc-section {
    background-color: #fff;    
}
.woocommerce-shop section.ospf-wc-section .wc-shop-hero {  
    background-image: url(../../images/shop/shop.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.tax-product_cat section.ospf-wc-section {    
    background-color: #fff;
}
.tax-product_cat section.ospf-wc-section .wc-shop-hero {
    background-image: url(../../images/shop/shop.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.tax-product_cat section.ospf-wc-section a.product-cat-bts {
    text-decoration: none;
    font-size: 90%;
    color: var(--purple);
    display: inline-block;
    position: relative;
    bottom: -45px;
    transition: opacity .25s ease-in-out;
}
.tax-product_cat section.ospf-wc-section a.product-cat-bts:hover {
    opacity: 0.75;
}
.woocommerce-shop .ospf-wc-section .woocommerce-products-header {
    padding: 70px 0;
    width: 60%;
    min-height: 300px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;    
}
.tax-product_cat .ospf-wc-section .woocommerce-products-header {
    padding: 70px 0;
    display: block;
    min-height: auto;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.woocommerce-shop .ospf-wc-section .woocommerce-products-header .shop-hero-cat a:not(:last-child) {
    margin-right: 10px;
}
.woocommerce-shop .ospf-wc-section .woocommerce-products-header .shop-hero-cat a {
    display: inline;
    color: var(--dark);
    text-decoration: none;
    padding: 5px 30px;
    border: 1px solid var(--purple);
    border-radius: 20px;
}
.woocommerce-shop .ospf-wc-section .woocommerce-products-header__title {
    color: var(--green);
    font-weight: bold;
    font-size: 48px;
    line-height: 1.15;
    margin: 0 0 15px;
    width: 100%;
}
.tax-product_cat .ospf-wc-section .woocommerce-products-header__title {
    color: var(--green);
    font-weight: bold;
    font-size: 48px;
    line-height: 1.15;
    margin: 0;
    width: 100%;
}

.woocommerce-shop section.wc-shop-content, 
.tax-product_cat section.wc-shop-content {
    padding: 75px 0;
}

.woocommerce-shop section.wc-shop-content ul.products li.product, 
.tax-product_cat section.wc-shop-content ul.products li.product {
    width: calc(50% - 15px);
    margin: 0 0 30px;
    border: 1px solid var(--light-gray);
    background-color: #fff;
}
.woocommerce-shop section.wc-shop-content ul.products li.product:nth-child(odd), 
.tax-product_cat section.wc-shop-content ul.products li.product:nth-child(odd) {
    margin: 0 30px 30px 0;
}

.woocommerce-shop section.wc-shop-content ul.products li.product > a.woocommerce-LoopProduct-link > img,
.tax-product_cat section.wc-shop-content ul.products li.product > a.woocommerce-LoopProduct-link > img {
    border-bottom: 2px solid var(--light-gray);;
}

.woocommerce-shop section.wc-shop-content ul.products li.product > a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title, 
.woocommerce-shop section.wc-shop-content ul.products li.product > a.woocommerce-LoopProduct-link span.price, 
.tax-product_cat section.wc-shop-content ul.products li.product > a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title, 
.tax-product_cat section.wc-shop-content ul.products li.product > a.woocommerce-LoopProduct-link span.price {
    padding: 0 15px !important;
}


.woocommerce-shop section.wc-shop-content ul.products li.product > a.woocommerce-LoopProduct-link span.price, 
.single-product .ospf-wc-section .product .price {
    color: var(--dark-gray);
}
.single-product .ospf-wc-section .product .woocommerce-product-details__short-description {
    padding: 15px 0;
    display: block;
}
.single-product .ospf-wc-section .product .woocommerce-product-details__short-description a, 
.single-product .ospf-wc-section .product .woocommerce-product-details__short-description a:hover {
    color: var(--green);
    text-decoration: underline;
}

.woocommerce-shop section.wc-shop-content ul.products li.product h2.woocommerce-loop-product__title, 
.tax-product_cat section.wc-shop-content ul.products li.product h2.woocommerce-loop-product__title {
    color: var(--green);
}
.woocommerce-shop section.wc-shop-content ul.products li.product a.add_to_cart_button,
.woocommerce-shop section.wc-shop-content ul.products li.product a.product_type_variable, 
.tax-product_cat section.wc-shop-content ul.products li.product a.add_to_cart_button {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: opacity .25s ease-in-out;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    padding: 0 35px;
    background-color: var(--green);
    color: #fff;
    margin: 1em 15px 15px;
}
.woocommerce-shop section.wc-shop-content ul.products li.product a.add_to_cart_button:hover,
.woocommerce-shop section.wc-shop-content ul.products li.product a.product_type_variable:hover, 
.tax-product_cat section.wc-shop-content ul.products li.product a.add_to_cart_button:hover {
    opacity: 0.75;
}

.woocommerce-shop section.wc-shop-content ul.products li.product a.added_to_cart, 
.tax-product_cat section.wc-shop-content ul.products li.product a.added_to_cart {
    color: var(--purple);
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}
.woocommerce-shop section.wc-shop-content ul.products li.product .add_to_cart_button.loading:after, 
.tax-product_cat section.wc-shop-content ul.products li.product .add_to_cart_button.loading:after {
    top: 0;
    right: 10px;
}
.woocommerce-page.woocommerce span.onsale {
    background-color: var(--purple);
    padding: 0;
}

.floating-cart {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    background-color: var(--purple);
    color: #fff;
    border-radius: 20px 0 0 20px;
    text-align: center;
}
.floating-cart a {
    padding: 20px;
    display: block;
    text-decoration: none;
}
.floating-cart a, 
.floating-cart a:hover {
    color: #fff;
}
.floating-cart:hover {
    opacity: 0.75;
}
.floating-cart .floating-cart-details {
    display: block;
    line-height: 1;
}
.floating-cart .minicart-inner .icon-cart {
    font-size: 26px;
}
.floating-cart .minicart-items {
    vertical-align: text-top;
}


/* Single product */
.single-product .ospf-wc-section {
    padding: 75px 0;
}
.single-product .ospf-wc-section .product h1.product_title.entry-title {
    color: var(--green);
}
.single-product .ospf-wc-section .product button.single_add_to_cart_button {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: opacity .25s ease-in-out;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    padding: 0 35px;
    background-color: var(--green);
}
.single-product .ospf-wc-section .product button.single_add_to_cart_button.disabled,
.single-product .ospf-wc-section .product button.single_add_to_cart_button.disabled:hover {
    background-color: var(--green);
}
.single-product .ospf-wc-section .product button.single_add_to_cart_button:hover {
    background-color: var(--green);
    opacity: 0.75;
}
.single-product .ospf-wc-section .product .quantity > input.qty {
    border: 1px solid var(--light-gray);
    border-radius: 100px;
    padding-left: 12px;
}
.single-product .ospf-wc-section .product .quantity > input.qty, 
.single-product .ospf-wc-section .product button.single_add_to_cart_button {
    height: 44px;
}
.single-product .ospf-wc-section .product .variations td {
    display: inline;
}
.single-product .ospf-wc-section .product .variations .value > select {
    padding-left: 8px;
    cursor: pointer;
    height: 28px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.single-product .ospf-wc-section .product .product_meta > span.sku_wrapper {
    display: none;
}
.single-product .ospf-wc-section .product .product_meta > span {
    display: block;
    font-size: 14px;
}
.single-product .ospf-wc-section .product .product_meta > span:not(:last-child) {
    margin-bottom: 5px;
}
.single-product .ospf-wc-section .product .product_meta .posted_in a {
    display: inline;
    color: var(--dark);
    text-decoration: none;
    padding: 5px 15px;
    border: 1px solid var(--purple);
    border-radius: 20px;
    font-size: 13px;
}
.single-product .ospf-wc-section .product .woocommerce-tabs ul.tabs li.active {
    background: var(--light);
    border-bottom-color: var(--light);
}
.single-product .variations a.reset_variations {
    color: var(--green);
    text-decoration: none;
    font-weight: bold;
}

/* Planned Giving */
.ospf--planned-giving {
    background-color: #fff;
    padding: 60px 0;
}
.ospf--planned-giving p:not(:last-child) {
    margin: 0 0 2rem;
}
.ospf--planned-giving h2 {
    color: var(--green);
    margin: 4rem 0 1rem;
}
.ospf--planned-giving h3 {
    color: var(--green);
}
.ospf--planned-giving .ospf--two-columns .wp-block-column {
    padding: 30px 0;
}
.ospf--planned-giving .ospf--disclaimer {
    font-size: 14px;
}
.ospf--planned-giving .wp-block-separator {
    border-color: var(--dark-tan);
}

@media(min-width: 992px) {
    .page-template-Template-planned-giving .hero-area-text h1 {
        max-width: 70%;
    }
}

@media(min-width: 768px) {
    .ospf--two-columns {
        display: flex;
        padding-bottom: 30px;
    }
    .ospf--two-columns .wp-block-column:first-child {
        padding-right: 40px;
    }
    .ospf--two-columns .wp-block-column:last-child {
        padding-left: 40px;
        border-left: 1px solid var(--dark-tan);
    }
}

/* Text under hero  */
.ospf-textunderhero {
    background-color: #fff;
    padding: 60px 0;
}

.ospf-textunderhero p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px;
}
.ospf-textunderhero--textalign-center {
    text-align: center;
}
.ospf-textunderhero--textalign-left {
    text-align: left;
}
.ospf-textunderhero--textalign-right {
    text-align: right;
}
.ospf-textunderhero--bgcolor-white {
    background-color: white;
}
.ospf-textunderhero--bgcolor-grey {
    background-color: var(--light);
}
.ospf-textunderhero--bgcolor-green {
    background-color: rgba(107, 187, 174, 0.24);
}
.ospf-textunderhero--bgcolor-green-alt {
    background-color: rgba(107, 187, 174, 0.12);
}
.ospf-textunderhero--bgcolor-purple {
    color: #fff;
    background-color: var(--purple);
}

/* My Account */
.woocommerce-account .woocommerce h2 {
    text-align: left;
    margin-bottom: 30px;
}
.woocommerce-account .woocommerce .woocommerce-form-login {
    max-width: 770px;
}
.woocommerce-account .woocommerce .woocommerce-form-login label.woocommerce-form-login__rememberme > input#rememberme {
    isplay: inline;
    margin: -2px 0px 0 0px;
    text-align: center;
    vertical-align: middle;
}
.woocommerce-account .woocommerce .woocommerce-form-login label.woocommerce-form-login__rememberme > span {
    vertical-align: top;
    font-size: 90%;
}
.woocommerce-account .woocommerce .woocommerce-form-login button.woocommerce-form-login__submit, 
.woocommerce-account .woocommerce .woocommerce-form-login button.woocommerce-form-login__submit:hover {
    background-color: var(--green);
    color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-form-login button.woocommerce-form-login__submit:hover {
    opacity: 0.75;
}
.woocommerce-account .woocommerce .woocommerce-columns .col-1, 
.woocommerce-account .woocommerce .woocommerce-columns .col-2 {
    max-width: 100%;
    width: 100%;
    float: none;
}
.woocommerce-account .woocommerce .woocommerce-columns .col-2 {
    margin-top: 30px;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
    max-width: 300px;
    background-color: #fff;
    border: 1px solid var(--light-gray);
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:not(:last-child) {
    border-bottom: 1px solid var(--green-30pc);
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 15px;
}
.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: none;
    opacity: 0.75;
}
.woocommerce-account .woocommerce button.woocommerce-Button, 
.woocommerce-account .woocommerce  button.woocommerce-Button:hover {
    background-color: var(--green);
    color: #fff;
}
.woocommerce-account .woocommerce  button.woocommerce-Button:hover {
    opacity: 0.75;
}

.woocommerce-edit-account .woocommerce form.woocommerce-EditAccountForm fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
}
.woocommerce-edit-address .woocommerce .woocommerce-Addresses .col-1, 
.woocommerce-edit-address .woocommerce .woocommerce-Addresses .col-2 {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0;
}
.woocommerce-edit-address .woocommerce .woocommerce-Addresses .col-2 {
    margin-top: 30px;
}
.woocommerce-account .woocommerce-button,
.woocommerce-account .woocommerce-button:hover {
    background-color: var(--green);
    color: #fff;
}
.woocommerce-account .woocommerce-button:hover {
    opacity: 0.75;
}

@media(max-width: 1199px) {
    .woocommerce-shop section.ospf-wc-section .wc-shop-hero, 
    .tax-product_cat section.ospf-wc-section .wc-shop-hero {  
        background-position: 140% top;
    }
    .tax-product_cat section.ospf-wc-section a.product-cat-bts {
        bottom: -35px;
    }
    .woocommerce-shop .ospf-wc-section .woocommerce-products-header, 
    .tax-product_cat .ospf-wc-section .woocommerce-products-header {
        padding: 50px 0;
    }
    .woocommerce-shop .ospf-wc-section .woocommerce-products-header__title, 
    .tax-product_cat .ospf-wc-section .woocommerce-products-header__title {
        font-size: 40px;
    }
}
@media(min-width: 992px) and (max-width: 1399px) {
    .woocommerce-shop .ospf-wc-section .woocommerce-products-header, 
    .tax-product_cat .ospf-wc-section .woocommerce-products-header {
        width: 40%;
    }
}
@media(min-width: 992px) {
    .woocommerce-shop .ospf-wc-section .woocommerce-products-header .shop-hero-cat {
        display: flex;
        align-self: baseline;
    }
}
@media(max-width: 991px) {
    .woocommerce-shop section.ospf-wc-section .wc-shop-hero,
    .tax-product_cat section.ospf-wc-section .wc-shop-hero, 
    .tax-product_cat section.ospf-wc-section {
        background-color: var(--green-30pc);
        background-image: none !important;
    }
    .tax-product_cat section.ospf-wc-section a.product-cat-bts {
        bottom: -30px;
    }
    .woocommerce-shop .ospf-wc-section .woocommerce-products-header {
        width: 100%;
        text-align: center;
        display: block;
        min-height: auto;
        padding: 90px 0;
    }
    .woocommerce-shop .ospf-wc-section .woocommerce-products-header .shop-hero-cat {
        margin-top: 30px;
    }
    .tax-product_cat .ospf-wc-section .woocommerce-products-header {
        display: block;
        min-height: auto;
        padding: 40px 0;
        text-align: left;
    }
    .woocommerce-shop .ospf-wc-section .woocommerce-products-header, 
    .tax-product_cat .ospf-wc-section .woocommerce-products-header {
        line-height: 1.25;
    }
}
@media(max-width: 767px) {
    .woocommerce-shop .ospf-wc-section .woocommerce-products-header {
        padding: 75px 0;
    }
    .tax-product_cat .ospf-wc-section .woocommerce-products-header__title {
        font-size: 32px;
    }
    .woocommerce-shop .ospf-wc-section .woocommerce-products-header .shop-hero-cat a {
        display: block;
    }
    .woocommerce-shop .ospf-wc-section .woocommerce-products-header .shop-hero-cat a:not(:last-child) {
        margin: 0 0 5px;
    }
    .woocommerce-shop section.wc-shop-content ul.products li.product, 
    .tax-product_cat section.wc-shop-content ul.products li.product {
        width: 100%;
        float: none;
        margin: 0 0 30px !important;
    }
    .woocommerce-checkout form.woocommerce-checkout #customer_details .col-1, 
    .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
        width: 100%;
    }    
    .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column.col-2 {
        margin-top: 30px;
    }
    .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview li {
        display: block;
        width: 100%;
        margin-bottom: 7.5px;
    }
    .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
        max-width: 100%;
    }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        margin-top: 30px;
    }
}