/* burgundy */
/* teal */
@font-face {
  font-family: '37E255_0_0';
  src: url("../font/37E255_0_0.eot");
  /* IE9 Compat Modes */
  src: url("../font/37E255_0_0.eot?#iefix") format("embedded-opentype"), url("../font/37E255_0_0.woff2") format("woff2"), url("../font/37E255_0_0nt.woff") format("woff"), url("../font/37E255_0_0.ttf") format("truetype"); }
/* Normalise
------------------------------------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.2; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

table, td, th {
  vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: none; }

img {
  max-width: 100%;
  height: auto; }

input[type="text"], input[type="password"], input[type="submit"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

html {
  font-size: 62.5%;
  /* Box sizing - only works in IE8+ - http://caniuse.com/#feat=css3-boxsizing */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  /* Box sizing - only works in IE8+ - http://caniuse.com/#feat=css3-boxsizing */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Base Styles
------------------------------------------------------------------------------------ */
body {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }

h1 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: left;
  padding: 28px 0;
  color: white;
  font-family: "37E255_0_0", serif; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 38px;
      font-size: 3.8rem; } }

h2 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 30px;
  font-family: "37E255_0_0", serif;
  font-weight: 700;
  color: #007934;
  text-align: center;
  font-size: 48px; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 38px;
      font-size: 3.8rem; } }

h3 {
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "37E255_0_0", serif;
  color: #007934;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 28px;
      font-size: 2.8rem; } }

p {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
  color: #000000;
  line-height: 1.4; }
  p a {
    color: inherit;
    text-decoration: underline; }
  p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 18px;
      font-size: 1.8rem; } }

ul {
  margin-left: 36px;
  margin-bottom: 1em; }
  ul li {
    font-size: 16px;
    font-size: 1.6rem;
    color: #000000; }

ol {
  margin-left: 36px;
  margin-bottom: 1em; }
  ol li {
    font-size: 16px;
    font-size: 1.6rem;
    color: #000000; }

a {
  color: #000000;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.text-align-center {
  text-align: center; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* Wordpress Defaults
------------------------------------------------------------------------------------ */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }

img.alignnone {
  margin: 5px 0; }

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300; }

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside; }

.hidden {
  display: none; }

/* Layout
------------------------------------------------------------------------------------ */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%; }

.white_inset {
  background-color: white;
  width: 97%;
  text-align: center;
  color: white;
  margin: 20px auto;
  padding: 20px;
  position: relative; }

.cols_2 {
  width: 100%;
  overflow: auto; }
  .cols_2 > .col {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    text-align: left; }
    @media screen and (max-width: 720px) {
      .cols_2 > .col {
        width: 100%;
        margin-right: 0px; }
        .cols_2 > .col.col_left {
          margin-bottom: 10px; } }
    .cols_2 > .col.col_right {
      margin-right: 0px; }

.cols_2_65_35 {
  width: 100%;
  overflow: auto; }
  .cols_2_65_35 > .col {
    float: left;
    margin-right: 3%;
    text-align: left; }
    .cols_2_65_35 > .col.col_right {
      margin-right: 0px; }
    .cols_2_65_35 > .col.col_left {
      width: 63.5%; }
      @media screen and (max-width: 720px) {
        .cols_2_65_35 > .col.col_left {
          width: 100%;
          margin-left: 0px;
          padding-bottom: 10px; } }
    .cols_2_65_35 > .col.col_right {
      width: 33.5%; }
      @media screen and (max-width: 720px) {
        .cols_2_65_35 > .col.col_right {
          width: 100%;
          margin-left: 0px; } }

.cols_5 {
  width: 100%;
  overflow: auto; }
  .cols_5 > .col {
    width: 18%;
    margin-right: 2.5%;
    float: left;
    text-align: center; }
    .cols_5 > .col.col5 {
      margin-right: 0px; }
    @media screen and (max-width: 767px) {
      .cols_5 > .col {
        width: 100%;
        margin-right: 0px;
        display: block; } }

a.full_size_link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none !important;
  background-color: transparent !important; }

body {
  left: 0;
  transition-duration: 0.5s;
  width: 100%; }
  body .page-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    box-sizing: content-box; }
  body .header {
    width: 100%;
    height: 120px;
    z-index: 1000; }
    body .header .header-inner {
      transition-duration: 0.5s;
      height: 120px; }
      body .header .header-inner .page-content {
        height: 100%; }
      body .header .header-inner .logo_container {
        position: absolute;
        bottom: 15px; }
        body .header .header-inner .logo_container .logo {
          color: #95c11e;
          font-size: 40px;
          line-height: 36px;
          text-align: left;
          font-family: "37E255_0_0", serif;
          font-weight: bold; }
          body .header .header-inner .logo_container .logo span {
            color: #007934; }
          body .header .header-inner .logo_container .logo:hover {
            text-decoration: none; }
          @media screen and (max-width: 767px) {
            body .header .header-inner .logo_container .logo {
              font-size: 30px;
              line-height: 27px; } }
      body .header .header-inner .nav_menu {
        position: absolute;
        bottom: 15px;
        right: 0; }
        body .header .header-inner .nav_menu > ul {
          list-style-type: none;
          margin: 0; }
          body .header .header-inner .nav_menu > ul > li {
            display: inline-block;
            margin-right: 50px;
            position: relative; }
            body .header .header-inner .nav_menu > ul > li a {
              color: #007934;
              transition: color 0.2s;
              font-family: "37E255_0_0", serif;
              font-size: 23px;
              font-weight: bold;
              text-transform: uppercase; }
              body .header .header-inner .nav_menu > ul > li a:hover {
                color: #95c11e;
                text-decoration: none; }
              @media screen and (max-width: 1000px) {
                body .header .header-inner .nav_menu > ul > li a {
                  color: white;
                  font-size: 20px; } }
            body .header .header-inner .nav_menu > ul > li ul {
              position: absolute;
              top: 100%;
              left: -16px;
              opacity: 0;
              visibility: hidden;
              z-index: 11;
              background-color: white;
              list-style-type: none;
              margin: 0;
              padding: 15px 8px 6px;
              min-width: calc(100% + 16px);
              transition: opacity .17s 0s, visibility 0s .17s; }
              body .header .header-inner .nav_menu > ul > li ul li a {
                font-family: "Lato", sans-serif;
                font-size: 20px;
                padding: 4px 8px;
                display: inline-block; }
                body .header .header-inner .nav_menu > ul > li ul li a:hover {
                  color: #95c11e; }
                @media screen and (max-width: 1000px) {
                  body .header .header-inner .nav_menu > ul > li ul li a {
                    color: white;
                    font-size: 17px; }
                    body .header .header-inner .nav_menu > ul > li ul li a:hover {
                      color: white; } }
              @media screen and (max-width: 1000px) {
                body .header .header-inner .nav_menu > ul > li ul {
                  position: static;
                  background-color: #007934;
                  opacity: 1;
                  visibility: visible;
                  padding: 0;
                  min-width: inherit; } }
            body .header .header-inner .nav_menu > ul > li:hover ul {
              opacity: 1;
              visibility: visible;
              transition: opacity .17s 0s, visibility 0s 0s; }
            @media screen and (max-width: 1000px) {
              body .header .header-inner .nav_menu > ul > li {
                display: block;
                margin: 0;
                text-align: center;
                margin-bottom: 10px; } }
        @media screen and (max-width: 1000px) {
          body .header .header-inner .nav_menu {
            right: 0;
            bottom: 0;
            width: 100%;
            padding: 20px;
            background-color: #007934;
            z-index: -1;
            transition: z-index 0s 0s; }
            body .header .header-inner .nav_menu.active {
              z-index: 1;
              transition: z-index 0s 0.4s; } }
      body .header .header-inner #mobile_menu_toggle {
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        height: 26px;
        width: 32px;
        cursor: pointer; }
        body .header .header-inner #mobile_menu_toggle i {
          border-radius: 2px;
          content: '';
          display: block;
          width: 100%;
          height: 5px;
          background-color: #007934; }
        body .header .header-inner #mobile_menu_toggle i:nth-child(1) {
          -webkit-animation: outT 0.8s backwards;
          animation: outT 0.8s backwards;
          -webkit-animation-direction: reverse;
          animation-direction: reverse; }
        body .header .header-inner #mobile_menu_toggle i:nth-child(2) {
          margin: 5px 0;
          -webkit-animation: outM 0.8s backwards;
          animation: outM 0.8s backwards;
          -webkit-animation-direction: reverse;
          animation-direction: reverse; }
        body .header .header-inner #mobile_menu_toggle i:nth-child(3) {
          -webkit-animation: outBtm 0.8s backwards;
          animation: outBtm 0.8s backwards;
          -webkit-animation-direction: reverse;
          animation-direction: reverse; }
        body .header .header-inner #mobile_menu_toggle.active i:nth-child(1) {
          -webkit-animation: inT 0.8s forwards;
          animation: inT 0.8s forwards; }
        body .header .header-inner #mobile_menu_toggle.active i:nth-child(2) {
          -webkit-animation: inM 0.8s forwards;
          animation: inM 0.8s forwards; }
        body .header .header-inner #mobile_menu_toggle.active i:nth-child(3) {
          -webkit-animation: inBtm 0.8s forwards;
          animation: inBtm 0.8s forwards; }
        @media screen and (min-width: 1001px) {
          body .header .header-inner #mobile_menu_toggle {
            display: none; } }
      @media screen and (max-width: 767px) {
        body .header .header-inner {
          height: 80px; } }
    @media screen and (max-width: 1000px) {
      body .header {
        background-color: white; } }
    @media screen and (max-width: 767px) {
      body .header {
        height: 80px; } }
  body .page {
    position: relative;
    left: 0;
    overflow-X: hidden;
    transition: left 0.4s; }
  body .footer {
    background-color: #95c11e;
    padding: 60px 0 0;
    font-size: 0;
    position: relative; }
    body .footer .footer_inner {
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      body .footer .footer_inner .clock_tower {
        align-self: flex-end; }
        @media only screen and (max-width: 767px) {
          body .footer .footer_inner .clock_tower img {
            max-height: 200px; } }
        @media only screen and (max-width: 1000px) {
          body .footer .footer_inner .clock_tower {
            align-self: center; } }
        @media only screen and (max-width: 767px) {
          body .footer .footer_inner .clock_tower {
            position: absolute;
            bottom: 0;
            left: 20px;
            max-width: calc(50% - 40px); } }
      body .footer .footer_inner .footer_menu {
        align-self: flex-end; }
        body .footer .footer_inner .footer_menu h4 {
          color: white;
          font-size: 26px;
          font-weight: bold;
          margin-bottom: 40px; }
          @media only screen and (max-width: 767px) {
            body .footer .footer_inner .footer_menu h4 {
              font-size: 24px;
              margin-bottom: 20px; } }
        body .footer .footer_inner .footer_menu ul {
          list-style-type: none;
          margin: 0 0 60px;
          column-count: 2; }
          body .footer .footer_inner .footer_menu ul li {
            margin-bottom: 20px;
            margin-right: 20px; }
            body .footer .footer_inner .footer_menu ul li a {
              color: white;
              font-size: 24px; }
              @media only screen and (max-width: 767px) {
                body .footer .footer_inner .footer_menu ul li a {
                  font-size: 18px; } }
            @media only screen and (max-width: 767px) {
              body .footer .footer_inner .footer_menu ul li {
                margin-bottom: 10px;
                margin-right: 0; } }
          @media only screen and (max-width: 767px) {
            body .footer .footer_inner .footer_menu ul {
              column-count: 1;
              margin-bottom: 20px; } }
        body .footer .footer_inner .footer_menu .logos-copyright {
          text-align: right;
          margin-bottom: 20px; }
          body .footer .footer_inner .footer_menu .logos-copyright .logos {
            display: inline-block;
            margin-right: 50px; }
            body .footer .footer_inner .footer_menu .logos-copyright .logos img {
              max-height: 50px; }
              body .footer .footer_inner .footer_menu .logos-copyright .logos img:first-of-type {
                margin-right: 50px; }
                @media only screen and (max-width: 767px) {
                  body .footer .footer_inner .footer_menu .logos-copyright .logos img:first-of-type {
                    margin-bottom: 10px;
                    margin-right: 0; } }
              @media only screen and (max-width: 767px) {
                body .footer .footer_inner .footer_menu .logos-copyright .logos img {
                  display: block;
                  max-height: inherit;
                  margin-left: auto; } }
            @media only screen and (max-width: 1000px) {
              body .footer .footer_inner .footer_menu .logos-copyright .logos {
                display: block;
                margin-bottom: 20px;
                margin-right: 0;
                text-align: right; } }
          body .footer .footer_inner .footer_menu .logos-copyright .text {
            display: inline-block; }
            body .footer .footer_inner .footer_menu .logos-copyright .text p, body .footer .footer_inner .footer_menu .logos-copyright .text a {
              color: white;
              font-size: 14px;
              display: inline-block;
              margin-right: 20px;
              margin-bottom: 0; }
              @media only screen and (max-width: 767px) {
                body .footer .footer_inner .footer_menu .logos-copyright .text p, body .footer .footer_inner .footer_menu .logos-copyright .text a {
                  display: block;
                  margin-bottom: 10px;
                  margin-right: 0; } }
            @media only screen and (max-width: 767px) {
              body .footer .footer_inner .footer_menu .logos-copyright .text p {
                order: 3;
                margin-bottom: 0; } }
            @media only screen and (max-width: 767px) {
              body .footer .footer_inner .footer_menu .logos-copyright .text {
                display: flex;
                flex-direction: column; } }
          @media only screen and (max-width: 767px) {
            body .footer .footer_inner .footer_menu .logos-copyright {
              width: 50%;
              margin-left: 50%;
              margin-bottom: 0; } }
        @media screen and (max-width: 767px) {
          body .footer .footer_inner .footer_menu {
            width: 100%;
            text-align: center;
            margin-bottom: 25px; } }
      @media only screen and (max-width: 767px) {
        body .footer .footer_inner {
          flex-direction: column-reverse; } }
    @media only screen and (max-width: 767px) {
      body .footer {
        padding-top: 40px; } }

.media_query_class {
  display: none;
  float: left; }
  @media only screen and (max-width: 1150px) {
    .media_query_class {
      float: right; } }
  @media only screen and (max-width: 767px) {
    .media_query_class {
      float: none; } }

.full_size-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.hero-blog {
  min-height: 350px;
  position: relative; }

div.blog_index .one_col_content h1 {
  margin-bottom: 30px;
  font-weight: 700;
  color: #007934;
  text-align: center;
  font-size: 48px;
  padding: 0; }
div.blog_index .categories {
  text-align: center;
  margin: 0 auto 40px; }
  div.blog_index .categories .category {
    display: inline-block;
    margin: 0 40px 20px; }
    div.blog_index .categories .category a {
      font-size: 18px;
      color: #007934; }
      div.blog_index .categories .category a.active {
        font-weight: bold; }
div.blog_index div.blog_page_holder {
  overflow: auto; }
  div.blog_index div.blog_page_holder div.blog_holder {
    width: 66%;
    float: left; }
    div.blog_index div.blog_page_holder div.blog_holder .posts-container {
      display: flex;
      flex-wrap: wrap; }
      div.blog_index div.blog_page_holder div.blog_holder .posts-container div.blog_post {
        display: flex;
        flex-direction: column;
        width: calc(50% - 25px);
        margin-right: 50px;
        margin-bottom: 50px; }
        div.blog_index div.blog_page_holder div.blog_holder .posts-container div.blog_post .post-image {
          font-size: 0; }
          div.blog_index div.blog_page_holder div.blog_holder .posts-container div.blog_post .post-image img {
            width: 100%; }
        div.blog_index div.blog_page_holder div.blog_holder .posts-container div.blog_post .post-block {
          background-color: #efefef;
          padding: 20px;
          flex: 1; }
          div.blog_index div.blog_page_holder div.blog_holder .posts-container div.blog_post .post-block h4 {
            font-size: 24px;
            font-size: 2.4rem;
            font-family: "37E255_0_0", serif;
            text-align: left;
            font-weight: bold;
            margin-bottom: 10px; }
            div.blog_index div.blog_page_holder div.blog_holder .posts-container div.blog_post .post-block h4 a {
              color: #007934; }
            @media screen and (max-width: 767px) {
              div.blog_index div.blog_page_holder div.blog_holder .posts-container div.blog_post .post-block h4 {
                font-size: 20px;
                font-size: 2rem; } }
          div.blog_index div.blog_page_holder div.blog_holder .posts-container div.blog_post .post-block p.date {
            font-size: 17px;
            font-weight: bold;
            margin-bottom: 20px;
            color: #000; }
          div.blog_index div.blog_page_holder div.blog_holder .posts-container div.blog_post .post-block div.excerpt {
            margin-bottom: 20px; }
            div.blog_index div.blog_page_holder div.blog_holder .posts-container div.blog_post .post-block div.excerpt p {
              font-size: 18px;
              color: #000; }
          div.blog_index div.blog_page_holder div.blog_holder .posts-container div.blog_post .post-block a.read-more {
            color: #95c11e;
            font-size: 18px; }
            div.blog_index div.blog_page_holder div.blog_holder .posts-container div.blog_post .post-block a.read-more i {
              font-size: 12px;
              padding-left: 2px; }
        @media only screen and (max-width: 900px) {
          div.blog_index div.blog_page_holder div.blog_holder .posts-container div.blog_post {
            width: 100%;
            margin-right: 0;
            margin-bottom: 40px; } }
      div.blog_index div.blog_page_holder div.blog_holder .posts-container p.no-posts {
        text-align: center;
        width: 100%; }
    div.blog_index div.blog_page_holder div.blog_holder .next_prev_holder {
      clear: both;
      margin-bottom: 60px; }
      div.blog_index div.blog_page_holder div.blog_holder .next_prev_holder a.prev_link {
        float: left;
        color: #007934;
        font-size: 18px; }
        div.blog_index div.blog_page_holder div.blog_holder .next_prev_holder a.prev_link i {
          font-size: 12px;
          padding-right: 2px; }
      div.blog_index div.blog_page_holder div.blog_holder .next_prev_holder a.next_link {
        float: right;
        color: #007934;
        font-size: 18px; }
        div.blog_index div.blog_page_holder div.blog_holder .next_prev_holder a.next_link i {
          font-size: 12px;
          padding-left: 2px; }
    div.blog_index div.blog_page_holder div.blog_holder:not(.events_holder) div.blog_post:nth-child(even) {
      margin-right: 0px; }
    div.blog_index div.blog_page_holder div.blog_holder.events_holder {
      width: 100%;
      float: none; }
      @media only screen and (min-width: 768px) {
        div.blog_index div.blog_page_holder div.blog_holder.events_holder div.blog_post {
          width: calc(33.33% - 33.4px); }
          div.blog_index div.blog_page_holder div.blog_holder.events_holder div.blog_post:nth-child(3n+3) {
            margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      div.blog_index div.blog_page_holder div.blog_holder {
        width: 100%;
        margin-bottom: 40px;
        float: none; } }
  div.blog_index div.blog_page_holder div.blog_right {
    float: right;
    width: 30%; }
    div.blog_index div.blog_page_holder div.blog_right h4 {
      font-size: 32px;
      font-weight: bold;
      font-family: "37E255_0_0", serif;
      color: #007934;
      margin-bottom: 20px; }
    div.blog_index div.blog_page_holder div.blog_right .tweets-container ul {
      list-style-type: none;
      margin: 0; }
      div.blog_index div.blog_page_holder div.blog_right .tweets-container ul li {
        font-size: 18px;
        color: white;
        background-color: #007934;
        margin-bottom: 50px;
        padding: 20px;
        display: flex;
        flex-direction: column; }
        div.blog_index div.blog_page_holder div.blog_right .tweets-container ul li p {
          color: white;
          font-size: 18px;
          word-break: break-word; }
          div.blog_index div.blog_page_holder div.blog_right .tweets-container ul li p.tweet {
            order: 1; }
          div.blog_index div.blog_page_holder div.blog_right .tweets-container ul li p.timePosted {
            order: 3;
            text-align: right;
            margin-bottom: 0; }
            div.blog_index div.blog_page_holder div.blog_right .tweets-container ul li p.timePosted a {
              text-decoration: none;
              font-size: 16px; }
        div.blog_index div.blog_page_holder div.blog_right .tweets-container ul li .media {
          order: 2; }
        div.blog_index div.blog_page_holder div.blog_right .tweets-container ul li .interact {
          display: none; }
    div.blog_index div.blog_page_holder div.blog_right .social-links {
      margin-bottom: 50px; }
      div.blog_index div.blog_page_holder div.blog_right .social-links p {
        margin-bottom: 20px; }
        div.blog_index div.blog_page_holder div.blog_right .social-links p a {
          color: #007934;
          text-decoration: none;
          transition: all .17s; }
          div.blog_index div.blog_page_holder div.blog_right .social-links p a i {
            width: 24px; }
          div.blog_index div.blog_page_holder div.blog_right .social-links p a:hover {
            color: #95c11e; }
    @media only screen and (max-width: 767px) {
      div.blog_index div.blog_page_holder div.blog_right {
        width: 100%;
        float: none; } }

div.single_news .post-content-container {
  max-width: 800px;
  margin: 60px auto; }
  div.single_news .post-content-container h1 {
    color: #007934;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0; }
  div.single_news .post-content-container div.date {
    margin-bottom: 40px; }
    div.single_news .post-content-container div.date p {
      font-size: 18px;
      color: #95c11e; }
  div.single_news .post-content-container .details-container {
    margin-bottom: 40px; }
    div.single_news .post-content-container .details-container p {
      font-size: 18px;
      color: #000; }
      div.single_news .post-content-container .details-container p i {
        color: #007934;
        font-size: 18px;
        padding-right: 15px;
        width: 33px; }
  div.single_news .post-content-container .attachment-post-thumbnail {
    margin-bottom: 40px; }
  div.single_news .post-content-container .content {
    word-break: break-word; }
    div.single_news .post-content-container .content p, div.single_news .post-content-container .content li {
      font-size: 18px;
      color: #000; }
  div.single_news .post-content-container .social-share {
    margin-top: 50px; }
    div.single_news .post-content-container .social-share h2 {
      font-size: 32px;
      font-weight: bold;
      font-family: "37E255_0_0", serif;
      color: #007934;
      margin-bottom: 20px;
      text-align: left; }
    div.single_news .post-content-container .social-share a.social-link {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #007934;
      padding: 10px 0;
      text-align: center;
      margin-right: 10px;
      transition: all .17s; }
      div.single_news .post-content-container .social-share a.social-link i {
        color: white;
        font-size: 18px; }
      div.single_news .post-content-container .social-share a.social-link:hover {
        background-color: #95c11e; }

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes inM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes outM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(10px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(10px) rotate(135deg); } }
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(10px) rotate(0deg); }
  100% {
    transform: translateY(10px) rotate(135deg); } }
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(10px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(10px) rotate(135deg); } }
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(10px) rotate(0deg); }
  100% {
    transform: translateY(10px) rotate(135deg); } }
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }
.flex_page .hero {
  min-height: 350px;
  position: relative; }
  .flex_page .hero_text {
    padding: 200px 0;
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
    position: relative;
    z-index: 10; }
    .flex_page .hero_text h1 {
      color: #fffddf;
      padding: 0; }
    @media screen and (max-width: 1000px) {
      .flex_page .hero_text {
        max-width: 60%; } }
    @media screen and (max-width: 800px) {
      .flex_page .hero_text {
        padding: 80px 0 310px;
        max-width: 100%; } }
  .flex_page .hero img {
    position: absolute;
    left: 50px;
    bottom: 0;
    z-index: 10;
    max-height: 90%; }
    @media screen and (max-width: 1100px) {
      .flex_page .hero img {
        height: 400px; } }
    @media screen and (max-width: 800px) {
      .flex_page .hero img {
        left: 50%;
        transform: translateX(-50%);
        height: 280px; } }

.one_col_content {
  padding: 60px 0; }
  .one_col_content .title_header {
    margin: 0 auto 45px;
    display: block;
    width: 296px; }
    .one_col_content .title_header img {
      width: 296px; }
  .one_col_content h3 {
    margin-top: -15px; }
  .one_col_content + .two_col_content {
    padding-top: 0; }

.two_col_content {
  padding: 60px 0;
  font-size: 0; }
  .two_col_content .title_header {
    margin: 0 auto 45px;
    display: block;
    width: 296px; }
    .two_col_content .title_header img {
      width: 296px; }
  .two_col_content .col_1, .two_col_content .col_2 {
    width: calc(50% - 30px);
    display: inline-block;
    vertical-align: top; }
    .two_col_content .col_1:first-of-type, .two_col_content .col_2:first-of-type {
      margin-right: 60px; }
      @media screen and (max-width: 767px) {
        .two_col_content .col_1:first-of-type, .two_col_content .col_2:first-of-type {
          margin-right: 0;
          margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .two_col_content .col_1, .two_col_content .col_2 {
        width: 100%; } }
  .two_col_content.image_align .col_1, .two_col_content.image_align .col_2 {
    vertical-align: middle; }
  .two_col_content + .one_col_content {
    padding-top: 0; }

.white_boxes {
  background-color: #efefef;
  padding: 60px 0; }
  .white_boxes .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -30px 0; }
    .white_boxes .boxes .box {
      display: flex;
      flex-direction: column;
      margin: 30px 0; }
      .white_boxes .boxes .box img {
        width: 100%; }
      .white_boxes .boxes .box_text {
        background-color: white;
        padding: 30px;
        flex-grow: 1;
        text-align: center; }
        .white_boxes .boxes .box_text h3 {
          font-size: 30px;
          margin-bottom: 15px; }
        .white_boxes .boxes .box_text p:empty {
          display: none; }
        .white_boxes .boxes .box_text .cta {
          text-align: right; }
          .white_boxes .boxes .box_text .cta a {
            text-transform: uppercase;
            color: #007934;
            font-weight: 900;
            transition: color 0.2s; }
            .white_boxes .boxes .box_text .cta a span {
              vertical-align: middle;
              display: none; }
            .white_boxes .boxes .box_text .cta a:after {
              content: '';
              background: url("../img/arrow.png") center center no-repeat;
              width: 21px;
              height: 32px;
              background-size: 20px;
              display: inline-block;
              vertical-align: middle; }
            .white_boxes .boxes .box_text .cta a:hover {
              text-decoration: none;
              color: #95c11e; }
      .white_boxes .boxes .box.size_half {
        width: calc(50% - 15px); }
        @media screen and (max-width: 767px) {
          .white_boxes .boxes .box.size_half {
            width: 100%; } }
      .white_boxes .boxes .box.size_full {
        width: 100%; }
      @media screen and (max-width: 767px) {
        .white_boxes .boxes .box {
          margin: 15px 0; } }
    @media screen and (max-width: 767px) {
      .white_boxes .boxes {
        margin: -15px 0; } }

.three_ctas {
  padding: 60px 0; }
  .three_ctas .title_header {
    margin: 0 auto 45px;
    display: block;
    width: 296px; }
  .three_ctas .ctas-container {
    display: flex; }
  .three_ctas .cta {
    width: calc((100% / 3) - 2.8px);
    display: inline-flex;
    text-align: center;
    padding: 0 30px;
    vertical-align: top;
    flex-direction: column; }
    .three_ctas .cta > a {
      display: block; }
    .three_ctas .cta img {
      margin-bottom: 40px; }
    .three_ctas .cta h4 {
      color: #007934;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 24px; }
      .three_ctas .cta h4 a {
        color: #007934;
        transition: color 0.2s; }
        .three_ctas .cta h4 a:hover {
          text-decoration: none;
          color: #95c11e; }
    @media screen and (max-width: 767px) {
      .three_ctas .cta:last-of-type {
        margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .three_ctas .cta {
        width: 100%;
        display: block;
        margin-bottom: 30px; } }

.circle_images {
  padding: 60px 0;
  font-size: 0; }
  .circle_images .circle {
    width: calc((100% / 3) - 20.1px);
    padding-top: calc((100% / 3) - 20.1px);
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 30px;
    margin-top: 30px; }
    .circle_images .circle .content, .circle_images .circle .hover_content {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transition: opacity 0.3s;
      border-radius: 50%;
      pointer-events: none; }
      .circle_images .circle .content .image, .circle_images .circle .hover_content .image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        background-color: #007934; }
        .circle_images .circle .content .image_inner, .circle_images .circle .hover_content .image_inner {
          position: absolute;
          top: 10%;
          left: 10%;
          right: 10%;
          bottom: 10%;
          border-radius: 50%; }
        .circle_images .circle .content .image img, .circle_images .circle .hover_content .image img {
          visibility: hidden; }
      .circle_images .circle .content .text, .circle_images .circle .hover_content .text {
        background-color: #95c11e;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 50%; }
        .circle_images .circle .content .text_inner, .circle_images .circle .hover_content .text_inner {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate3d(-50%, -50%, 0);
          width: 80%; }
          .circle_images .circle .content .text_inner h4, .circle_images .circle .hover_content .text_inner h4 {
            color: white;
            font-family: "37E255_0_0", serif;
            font-size: 36px;
            font-weight: bold;
            text-align: center; }
    .circle_images .circle .content .text_inner {
      opacity: 1;
      transition: opacity 0.3s 0.4s; }
    .circle_images .circle .content .image_inner {
      opacity: 1;
      transform: scale(1) translate3d(0, 0, 0);
      transition: opacity 0.3s 0.25s, transform 0.3s 0.25s; }
    .circle_images .circle .hover_content {
      opacity: 0; }
      .circle_images .circle .hover_content .text_inner {
        opacity: 0;
        transition: opacity 0.3s 0s; }
      .circle_images .circle .hover_content .image_inner {
        opacity: 0;
        transform: scale(0.5) translate3d(0, 0, 0);
        transition: opacity 0.3s 0s, transform 0.3s 0s; }
    .circle_images .circle:hover .content .text_inner {
      opacity: 0;
      transition: opacity 0.3s 0s; }
    .circle_images .circle:hover .content .image_inner {
      opacity: 0;
      transform: scale(1.5) translate3d(0, 0, 0);
      transition: opacity 0.3s 0s, transform 0.3s 0s; }
    .circle_images .circle:hover .hover_content {
      opacity: 1; }
      .circle_images .circle:hover .hover_content .text_inner {
        opacity: 1;
        transition: opacity 0.3s 0.25s; }
      .circle_images .circle:hover .hover_content .image_inner {
        opacity: 1;
        transform: scale(1) translate3d(0, 0, 0);
        transition: opacity 0.3s 0.25s, transform 0.3s 0.25s; }
    .circle_images .circle.no_hover:hover .content .text_inner {
      opacity: 1; }
    .circle_images .circle.no_hover:hover .content .image_inner {
      opacity: 1;
      transform: scale(1) translate3d(0, 0, 0); }
    .circle_images .circle:after {
      content: '';
      border-radius: 50%;
      top: 10%;
      left: 10%;
      right: 10%;
      bottom: 10%;
      border: 1px solid white;
      position: absolute; }
    @media screen and (min-width: 1001px) {
      .circle_images .circle:nth-child(3n+3) {
        margin-right: 0; } }
    @media screen and (min-width: 1001px) {
      .circle_images .circle:nth-child(-n+3) {
        margin-top: 0; } }
    @media screen and (max-width: 1000px) {
      .circle_images .circle:nth-child(even) {
        margin-right: 0; } }
    @media screen and (max-width: 1000px) {
      .circle_images .circle:nth-child(-n+2) {
        margin-top: 0; } }
    @media screen and (max-width: 600px) {
      .circle_images .circle:first-of-type {
        margin-top: 0 !important; } }
    .circle_images .circle a.full_size_link {
      border-radius: 50%;
      z-index: 10; }
    @media screen and (max-width: 1000px) {
      .circle_images .circle {
        width: calc((100% / 2) - 15.1px);
        padding-top: calc((100% / 2) - 15.1px); } }
    @media screen and (max-width: 600px) {
      .circle_images .circle {
        width: 100%;
        padding-top: 100%;
        margin-right: 0 !important;
        margin-top: 30px !important; } }

.video {
  padding: 60px 0;
  background-color: #efefef; }
  .video .video_container_outer {
    max-width: 900px;
    margin: 0 auto; }
    .video .video_container_outer .video_container {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      .video .video_container_outer .video_container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.audio {
  padding: 60px 0;
  background-color: #efefef; }
  .audio .audio_player {
    max-width: 400px;
    margin: 0 auto; }
  .audio .transcript_toggle_button {
    text-align: center;
    margin-top: 30px; }
    .audio .transcript_toggle_button h4 {
      display: inline-block;
      margin: 0 auto;
      cursor: pointer; }
      .audio .transcript_toggle_button h4 i {
        color: #007934;
        font-size: 32px;
        margin-right: 20px;
        vertical-align: middle; }
      .audio .transcript_toggle_button h4 span {
        vertical-align: middle; }
  .audio .transcript_container {
    display: none; }

.full_width_image_cta {
  padding: 60px 0;
  position: relative; }
  .full_width_image_cta .text_container {
    position: relative;
    z-index: 10; }
    .full_width_image_cta .text_container h2 {
      color: #fffddf;
      text-align: left;
      margin-bottom: 15px; }
    .full_width_image_cta .text_container p {
      color: #fffddf; }
    .full_width_image_cta .text_container .cta {
      background-color: #007934;
      color: #fffddf;
      padding: 15px;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      transition: background-color 0.2s;
      display: inline-block; }
      .full_width_image_cta .text_container .cta:hover {
        text-decoration: none;
        background-color: #95c11e; }
  .full_width_image_cta.text_overlay:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4); }

.image_gallery {
  padding: 60px 0; }
  .image_gallery .slideshow_large_container {
    position: relative; }
    .image_gallery .slideshow_large_container .enlarge {
      position: absolute;
      bottom: 10px;
      right: 10px;
      width: 41px;
      height: 41px;
      cursor: pointer; }
      .image_gallery .slideshow_large_container .enlarge:after {
        content: url("../img/enlarge.png");
        width: 41px;
        height: 41px; }
  .image_gallery .slideshow_large img {
    vertical-align: middle;
    display: inline-block;
    float: none;
    height: 75vh; }
    .image_gallery .slideshow_large img.landscape {
      object-fit: cover; }
    .image_gallery .slideshow_large img.portrait {
      object-fit: contain; }
    @media screen and (max-width: 800px) {
      .image_gallery .slideshow_large img {
        height: 520px; } }
    @media screen and (max-width: 767px) {
      .image_gallery .slideshow_large img {
        height: 440px; } }
    @media screen and (max-width: 480px) {
      .image_gallery .slideshow_large img {
        height: 280px; } }
    @media screen and (max-width: 360px) {
      .image_gallery .slideshow_large img {
        height: 240px; } }
  .image_gallery .slideshow_large .img_container {
    background-repeat: no-repeat;
    background-position: center center; }
    .image_gallery .slideshow_large .img_container img {
      visibility: hidden; }
    .image_gallery .slideshow_large .img_container.landscape {
      background-size: cover; }
  .image_gallery .thumbnails {
    margin-top: 60px;
    position: relative; }
    .image_gallery .thumbnails .slick-arrow {
      width: 51px;
      height: 82px; }
      @media screen and (max-width: 767px) {
        .image_gallery .thumbnails .slick-arrow {
          width: 26px;
          height: 43px; } }
      .image_gallery .thumbnails .slick-arrow.slick-prev {
        left: calc(6.25% + 6.25px);
        transform: translate(-50%, -50%) scaleX(-1); }
      .image_gallery .thumbnails .slick-arrow.slick-next {
        right: calc(6.25% + 6.25px);
        transform: translate(50%, -50%); }
      .image_gallery .thumbnails .slick-arrow:before {
        display: none; }
    .image_gallery .thumbnails .slideshow_thumb {
      width: 75%;
      margin: 0 auto; }
      .image_gallery .thumbnails .slideshow_thumb .thumb {
        margin: 0 12.5px;
        padding-top: 132px; }
        .image_gallery .thumbnails .slideshow_thumb .thumb:focus {
          outline: 0; }
        @media screen and (max-width: 767px) {
          .image_gallery .thumbnails .slideshow_thumb .thumb {
            padding-top: 108px; } }

.lightbox_img {
  height: unset !important; }

.lightbox_close {
  position: fixed;
  transform: translate(-50%, -50%);
  z-index: 10003;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 0px 12px 2px grey; }
  .lightbox_close:after {
    content: 'X';
    color: white;
    background-color: #007934;
    border-radius: 50%;
    border: 4px solid white;
    position: relative;
    font-size: 30px;
    width: 44px;
    display: inline-block;
    text-align: center; }

/* Other
------------------------------------------------------------------------------------ */
div.collapse_row {
  margin-bottom: 0px; }
  div.collapse_row div.white_background {
    margin-bottom: 0px; }

.div_404 {
  text-align: left; }
  .div_404 h1 {
    color: #353535; }

/* Hall of shame
------------------------------------------------------------------------------------ */

/*# sourceMappingURL=style.css.map */
