/* CSS Document */
ul.x-menu li {
  position: relative; }
  ul.x-menu li:before {
    content: '';
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 0;
    height: 5px;
    background-color: #dfbb24;
    opacity: 0;
    transition: all .2s ease; }
ul.x-menu > li.current-menu-item, ul.x-menu > li.current-menu-ancestor, ul.x-menu li:hover {
  position: relative; }
  ul.x-menu > li.current-menu-item:before, ul.x-menu > li.current-menu-ancestor:before, ul.x-menu li:hover:before {
    opacity: 1; }

a {
  transition: all .2s ease; }

a.x-anchor-button, .btnInteraction {
  background: transparent !important;
  position: relative; }
  a.x-anchor-button.has-graphic, .btnInteraction.has-graphic {
    top: 2px; }
  a.x-anchor-button.standardBtn:after, a.x-anchor-button.standardBtn .btnAfter, .btnInteraction.standardBtn:after, .btnInteraction.standardBtn .btnAfter {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00a64f;
    background: -moz-linear-gradient(90deg, #00a64f 70%, #82c341 100%);
    background: -webkit-linear-gradient(90deg, #00a64f 70%, #82c341 100%);
    background: linear-gradient(90deg, #00a64f 70%, #82c341 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a64f",endColorstr="#82c341",GradientType=1);
    opacity: 1;
    transition: all .2s ease; }
  a.x-anchor-button.standardBtn:before, a.x-anchor-button.standardBtn .btnBefore, .btnInteraction.standardBtn:before, .btnInteraction.standardBtn .btnBefore {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #dfbb24;
    background: -moz-linear-gradient(90deg, #dfbb24 70%, #b0941c 100%);
    background: -webkit-linear-gradient(90deg, #dfbb24 70%, #b0941c 100%);
    background: linear-gradient(90deg, #dfbb24 70%, #b0941c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfbb24",endColorstr="#b0941c",GradientType=1); }
  a.x-anchor-button.standardBtn:hover:after, a.x-anchor-button.standardBtn:hover .btnAfter, .btnInteraction.standardBtn:hover:after, .btnInteraction.standardBtn:hover .btnAfter {
    opacity: 0; }
  a.x-anchor-button.whiteBtn:after, .btnInteraction.whiteBtn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all .2s ease;
    background: #f3f5f6; }
  a.x-anchor-button.whiteBtn:before, .btnInteraction.whiteBtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #dfbb24;
    background: -moz-linear-gradient(90deg, #dfbb24 70%, #b0941c 100%);
    background: -webkit-linear-gradient(90deg, #dfbb24 70%, #b0941c 100%);
    background: linear-gradient(90deg, #dfbb24 70%, #b0941c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfbb24",endColorstr="#b0941c",GradientType=1); }
  a.x-anchor-button.whiteBtn:hover:after, .btnInteraction.whiteBtn:hover:after {
    opacity: 0; }
  a.x-anchor-button.hollowBtn, .btnInteraction.hollowBtn {
    box-shadow: none; }
    a.x-anchor-button.hollowBtn:before, .btnInteraction.hollowBtn:before {
      content: '';
      opacity: 0;
      transition: all .2s ease;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #dfbb24;
      background: -moz-linear-gradient(90deg, #dfbb24 70%, #b0941c 100%);
      background: -webkit-linear-gradient(90deg, #dfbb24 70%, #b0941c 100%);
      background: linear-gradient(90deg, #dfbb24 70%, #b0941c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfbb24",endColorstr="#b0941c",GradientType=1); }
    a.x-anchor-button.hollowBtn:after, .btnInteraction.hollowBtn:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 1;
      transition: all .2s ease;
      background: #f3f5f6;
      background: transparent;
      box-shadow: inset -5px 0 0 #fff, inset 0 -5px 0 #fff, inset 5px 0 0 #fff, inset 0 5px 0 #fff; }
    a.x-anchor-button.hollowBtn:hover:before, .btnInteraction.hollowBtn:hover:before {
      opacity: 1; }
    a.x-anchor-button.hollowBtn:hover:after, .btnInteraction.hollowBtn:hover:after {
      opacity: 0; }
  a.x-anchor-button.invisibleBtn, .btnInteraction.invisibleBtn {
    box-shadow: none; }
    a.x-anchor-button.invisibleBtn:before, .btnInteraction.invisibleBtn:before {
      content: '';
      opacity: 0;
      transition: all .2s ease;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #dfbb24;
      background: -moz-linear-gradient(90deg, #dfbb24 70%, #b0941c 100%);
      background: -webkit-linear-gradient(90deg, #dfbb24 70%, #b0941c 100%);
      background: linear-gradient(90deg, #dfbb24 70%, #b0941c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfbb24",endColorstr="#b0941c",GradientType=1); }
    a.x-anchor-button.invisibleBtn:after, .btnInteraction.invisibleBtn:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 1;
      transition: all .2s ease;
      background: #f3f5f6;
      background: transparent; }
    a.x-anchor-button.invisibleBtn:hover:before, .btnInteraction.invisibleBtn:hover:before {
      opacity: 1; }
    a.x-anchor-button.invisibleBtn:hover:after, .btnInteraction.invisibleBtn:hover:after {
      opacity: 0; }

.cta-section {
  background: #82c341;
  background: -moz-linear-gradient(-225deg, #82c341 10%, #47a542 19%, #008144 100%);
  background: -webkit-linear-gradient(-225deg, #82c341 10%, #47a542 19%, #008144 100%);
  background: linear-gradient(-225deg, #82c341 10%, #47a542 19%, #008144 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#82c341",endColorstr="#008144",GradientType=1); }

.blogPull-Wrap .row.sg {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.blogPull-Wrap .blogItem {
  margin: 2%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0em 0em 1em 0em RGB(0 0 0/45%); }
  .blogPull-Wrap .blogItem .blogItem-inner .blogItem-image {
    height: 250px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .blogPull-Wrap .blogItem .blogItem-inner .blogItem-info {
    background: #00a64f;
    padding: 10px;
    text-align: center; }
    .blogPull-Wrap .blogItem .blogItem-inner .blogItem-info p {
      margin-bottom: 0;
      font-weight: bold;
      color: #fff; }
  .blogPull-Wrap .blogItem .blogItem-inner .blogItem-content {
    padding: 1em; }
    .blogPull-Wrap .blogItem .blogItem-inner .blogItem-content h3 {
      font-size: 1.5em;
      margin-top: 0;
      font-family: "Lora",serif;
      text-align: Center;
      position: relative; }
      .blogPull-Wrap .blogItem .blogItem-inner .blogItem-content h3:after {
        content: '';
        height: 5px;
        width: 80px;
        display: block;
        position: relative;
        bottom: 0;
        margin: 15px auto;
        background-color: #dfbb24; }
    .blogPull-Wrap .blogItem .blogItem-inner .blogItem-content a {
      font-weight: bold; }

.pagination {
  width: 100%;
  text-align: center;
  margin-top: 15px; }
  .pagination a, .pagination span {
    min-width: 35px;
    height: 35px;
    padding: 0 5px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    border-radius: 10px;
    transition: all .2s ease; }
    .pagination a.current, .pagination a:hover, .pagination span.current, .pagination span:hover {
      background-color: #00a64f;
      color: #fff; }

.blogSidebar-Wrap .blogItem {
  margin: 2%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0em 0em 1em 0em RGB(0 0 0/45%); }
  .blogSidebar-Wrap .blogItem .blogItem-inner .blogItem-image {
    display: none; }
  .blogSidebar-Wrap .blogItem .blogItem-inner .blogItem-info {
    background-color: #00a64f;
    text-align: center;
    padding: 10px; }
    .blogSidebar-Wrap .blogItem .blogItem-inner .blogItem-info p {
      color: #fff;
      font-weight: bold; }
  .blogSidebar-Wrap .blogItem .blogItem-inner .blogItem-content {
    padding: 1em; }
    .blogSidebar-Wrap .blogItem .blogItem-inner .blogItem-content h3 {
      margin: 0;
      font-size: 1.5em;
      font-family: 'Lora',serif !important; }
    .blogSidebar-Wrap .blogItem .blogItem-inner .blogItem-content p {
      margin: 1em 0;
      font-size: 1em; }
    .blogSidebar-Wrap .blogItem .blogItem-inner .blogItem-content a {
      font-weight: bold; }

.categoryListing-wrap .categoryListing-item a {
  font-weight: bold; }

form.donation-pre input[type=button] {
  background-color: red; }
