/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************
CSS Variables
*********************/

.submitted-message.hs-main-font-element {
  color: white;
}

:root {
  --lime-green: #7ebc41;
  --brown: #3b1c15;
  --orange: #d96400;
  --dark-green: rgba(3, 106, 56);
}

body {
  font-family: "Open Sans", sans-serif;
}

body h2,
h1,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}

a {
  color: var(--dark-green);
  /* text-decoration: underline; */
}

.responsive-embed {
  margin-bottom: 0;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: white transparent transparent;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::before {
  border-color: white transparent transparent !important;
}

a:hover {
  color: var(--orange);
}

.is-dropdown-submenu > li:hover {
  color: var(--lime-green);
  background-color: white;
}

.is-dropdown-submenu > li:hover a {
  color: var(--lime-green);
}

.dropdown.menu > li.is-active > a {
  color: white;
}

.is-dropdown-submenu {
  z-index: 6;
  min-width: 275px;
  word-spacing: -1px;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.45rem 1rem;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px;
}

.byline {
  color: #999;
}

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

.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput="mouse"] .post-password-form input[type="submit"] {
  outline: 0;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  background-color: #14679e;
  color: #fefefe;
}

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.gallery::before,
.gallery::after {
  content: " ";
  display: table;
}

.gallery::after {
  clear: both;
}

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-1 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-2 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-3 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-4 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-5 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-6 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-7 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-8 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.gallery dl:last-child:not(:first-child) {
  float: right;
}

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px;
}

#respond ul {
  margin-left: 0px;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}

.commentlist li[class*="depth-"] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}

.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  float: right;
}

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type="text"],
.respond-form form input[type="email"],
.respond-form form input[type="url"],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type="text"]:focus,
.respond-form form input[type="email"]:focus,
.respond-form form input[type="url"]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type="text"]:invalid,
.respond-form form input[type="email"]:invalid,
.respond-form form input[type="url"]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type="text"],
.respond-form form input[type="email"],
.respond-form form input[type="url"] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none;
}

.widget ul {
  margin: 0;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px;
}

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}

/*********************
Button Styling
*********************/
.button {
  background-color: var(--lime-green);
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.65em 1em;
}

.button:hover {
  background-color: var(--orange);
}

/*********************
SITE NAVIGATION STYLES
*********************/
/* tiptop nav style */

.tip-top-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tip-top-li {
  display: inline-block;
  padding: 6px 3px;
}

.tip-top-li {
  color: var(--lime-green);
  font-weight: bold;
}

.li-divider {
  display: none;
}

@media screen and (min-width: 385px) {
  .li-divider {
    display: inline-block;
  }
}

@media screen and (max-width: 640px) {
  .tip-top-ul {
    padding-right: 20px;
  }
}

.mobile-hide {
  display: none;
}

@media screen and (min-width: 875px) {
  .mobile-hide {
    display: inline-block;
  }
}

.tip-top-li a {
  color: var(--lime-green);
  font-weight: bold;
  font-size: 12px;
}

.tip-top-li .linkedin-icon {
  padding-right: 10px;
}

.header-logo {
  height: 100%;
  width: 65%;
}

@media screen and (max-width: 600px) {
  .header-logo {
    height: 100%;
    width: 35%;
  }
}

.menu .active > a {
  color: var(--lime-green);
  background-color: white;
}

#offcanvas-nav a:focus {
  color: var(--dark-green);
}

#offcanvas-nav .active > a {
  color: var(--dark-green);
}

.accordion-menu
  .is-accordion-submenu-parent:not(.has-submenu-toggle)
  > a::after {
  border-color: var(--dark-green) transparent transparent;
}

/* favicon (linkedin and twitter) color and size */
.fa {
  color: var(--lime-green);
}

/* Search Form */
.search-bar {
  padding-right: 5%;
}

.is-search-form {
  max-width: 200px;
  display: flex;
}

.is-search-form label {
  display: flex;
  align-items: center;
}

.is-form-style input.is-search-input {
  margin: 0;
  height: 36px;
  font-size: 12px !important;
}

form.is-form-style input.is-search-submit {
  font-size: 12px !important;
  padding: 5px 7px;
  position: static;
  height: 36px;
}

/* Topbar Nav Styles */
.top-bar {
  background-color: var(--lime-green);
  flex-wrap: nowrap;
}

.top-bar ul {
  background-color: rgba(126, 188, 65, 0.85);
}

.top-bar a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

/*********************
HOME PAGE STYLES
*********************/
.article-header-home {
  display: none;
}

.home-hero-container {
  width: 100vw;
  height: auto;
  position: relative;
}

.home-hero-container img {
  width: 100%;
}

.home-hero-container h2 {
  z-index: 2;
  background-color: rgba(126, 188, 65, 0.7);
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  font-style: italic;
  position: absolute;
  bottom: 30px;
  padding: 20px 20%;
  margin: 0 auto;
  width: 100%;
}

.home-photo-credit {
  color: white;
  font-size: 8px;
  z-index: 2;
  position: absolute;
  bottom: 10px;
  right: 30px;
}

@media screen and (max-width: 600px) {
  .home-hero-container h2 {
    position: relative;
    font-size: 0.9rem;
    top: 0px;
    z-index: 999;
  }

  .home-photo-credit {
    position: static;
    padding: 0px 5px 0px 5px;
    display: flex;
    justify-content: flex-end;
    color: black;
    background-color: #b1b1b1;
    font-size: 5px;
  }
}

/* Four Main Sections */
.four-sections-home {
  margin: 40px 15%;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 0.5fr 0.5fr;
  grid-template-rows: 1fr 1fr;
}

.four-sections-home-indv {
  text-align: center;
}

.indv-text-container {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 20px;
  min-height: 340px;
  position: relative;
}

.indv-text-container h3 {
  color: var(--brown);
  font-weight: bold;
}

.four-sections-home-button {
  position: absolute;
  bottom: 0px;
  margin-left: -75px;
}

@media screen and (max-width: 1000px) {
  .four-sections-home {
    grid-template-columns: 1fr;
  }

  .indv-text-container {
    min-height: 0;
    position: static;
  }

  .four-sections-home-button {
    position: static;
    margin-left: 0;
  }
}

/* Video Section */
.home-video {
  margin: 7% 15% 3%;
  box-shadow: 10px 20px 15px rgb(0 0 0 / 15%);
}

.home-video h2 {
  text-align: center;
  background-color: var(--lime-green);
  color: white;
  margin-bottom: 0;
  padding: 10px 20px;
}

.about-video {
  margin: 7% auto;
}

/* Report Section */
.report-section {
  display: grid;
  grid-template-columns: 10% 1fr 1fr 10%;
  grid-template-rows: 20px 1fr 20px;
  grid-gap: 40px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.report-section .report-section-background {
  grid-column: 1/5;
  grid-row: 2/3;
  height: 100%;
  width: 100%;
  z-index: 0;
  filter: saturate(0.6);
}

.report-section .light-overlay {
  grid-column: 1/5;
  grid-row: 2/3;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.report-section .report-section-content {
  grid-column: 2/3;
  grid-row: 2/3;
  z-index: 2;
  color: white;
}

.report-section .report-section-content h2 {
  font-weight: bold;
}

.report-section .report-section-image {
  grid-column: 3/4;
  grid-row: 1/4;
  z-index: 2;
  box-shadow: 2px 2px 80px;
}

@media screen and (max-width: 950px) {
  .report-section .report-section-background {
    display: none;
  }

  .report-section .light-overlay {
    display: none;
  }

  .report-section .report-section-content {
    grid-column: 2/3;
    grid-row: 1/4;
    z-index: 2;
    color: black;
  }

  .report-section .report-section-content h2 {
    font-weight: bold;
    color: var(--brown);
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .report-section {
    display: grid;
    grid-template-columns: 10% 1fr 10%;
    grid-template-rows: auto;
    grid-gap: 0px;
  }

  .report-section .report-section-content {
    grid-column: 2/3;
    grid-row: 1/2;
    z-index: 2;
    color: black;
  }

  .report-section .report-section-image {
    grid-column: 2/3;
    grid-row: 2/3;
    z-index: 2;
    box-shadow: 2px 2px 80px;
  }
}

/* Three Across */
.three-across {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 60px 13%;
}

.three-across-indv {
  margin: 0 1%;
  position: relative;
}

.three-across-text {
  position: absolute;
  bottom: 0px;
  margin-left: 10px;
  color: white;
  font-size: 22px;
  font-weight: 500;
  z-index: 4;
}

.three-across-image-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.55;
}

.three-across-text:hover {
  z-index: 3;
}

.three-across a:hover,
.three-across-image-shadow:hover,
.three-across-text:hover {
  background-color: transparent;
}

@media screen and (max-width: 590px) {
  .three-across {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 60px 13%;
  }

  .three-across-indv {
    margin: 3% 1%;
    position: relative;
  }
}

/* Industry News Highlights */
.industry-news-highlighs-container {
  margin: 60px 14.5%;
  box-shadow: 10px 10px 20px 15px rgba(0, 0, 0, 0.15);
}

.industry-news-highlights-header {
  background-color: var(--lime-green);
  color: white;
  padding: 10px 20px;
}

.industry-news-highlights-content {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-gap: 10px;
  padding: 20px;
}

.industry-news-highlights-content .vertical-divider {
  background-color: grey;
  height: 100%;
  width: 100%;
}

.hightlight-indv {
  text-align: center;
  display: grid;
  grid-template-rows: auto auto auto;
  position: relative;
}

.hightlight-indv img {
  grid-row: 1/2;
  padding-bottom: 10px;
}

.hightlight-indv h3 {
  grid-row: 2/3;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

.hightlight-indv div {
  grid-row: 3/4;
  align-self: flex-end;
}

/* .highlight-one, .highlight-two{
  border-right: 1px grey solid;
  padding-right: 10px;
} */

.nl-text {
  margin: 80px 20%;
  padding: 40px 0;
}

.nl-text h2 {
  color: white;
  font-weight: bold;
}

@media screen and (max-width: 590px) {
  .industry-news-highlights-content {
    grid-template-columns: 1fr;
  }

  .industry-news-highlights-content .vertical-divider {
    display: none;
  }

  /* .highlight-one, .highlight-two{
        border: none;
    } */

  .nl-text h2 {
    font-size: 1rem;
  }
}

/* Gravity Form Newsletter Sign Up */
#gform_wrapper_1 {
  margin-top: 0;
  margin-bottom: 0;
}

#gform_fields_1 li.gfield {
  margin-top: 0;
}

.ginput_container input {
  margin: 0;
}

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

::placeholder {
  color: grey;
}

.gform_wrapper .gform_footer {
  margin: 0 auto !important;
  text-align: center;
}

#gform_submit_button_1 {
  padding: 10px 30px;
  text-transform: uppercase;
}

/* Footer */
.footer {
  background-color: var(--lime-green);
  margin-top: -80px;
  margin-bottom: 0;
}

.inner-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
}

.footer-logo img {
  height: 100%;
  width: 100%;
}

/* Footer Address section */

.address-container {
  color: white;
  border-left: 1px solid white;
  margin: 30px 0;
}

.address-group {
  padding: 0 10px;
}

.address-group-one {
  margin-bottom: 10px;
}

.address-header {
  font-weight: bold;
}

.address-group p {
  margin-bottom: 3px;
}

/* Footer Links section */
.footer-links nav .menu {
  flex-direction: column !important;
  text-align: right;
}

.footer-links nav .menu li a {
  padding: 5px 16px;
  color: white;
}

.footer-links nav .menu li.active a {
  color: var(--lime-green);
}

.footer-social-icons {
  text-align: right;
  padding: 5px 16px;
}

.footer-social-icons .social-icon .fa {
  color: white;
}

/* Footer disclamer */
.footer-disclamer {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.footer-disclamer p {
  margin: 0;
  padding: 8px 15% 8px;
  font-size: 10px;
  color: white;
}

.spacer {
  margin-top: 100px;
}

/*******************
News Page STYLES
*******************/
.page-header {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  width: 100vw;
  position: relative;
}

.page-header img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100vw;
}

.page-header h2 {
  grid-column: 1/2;
  grid-row: 1/2;
  color: white;
  align-self: flex-end;
  padding-left: 10%;
  padding-bottom: 20px;
  font-size: 80px;
  font-weight: bold;
}

.page-header .photo-credit {
  position: absolute;
  bottom: 10px;
  right: 30px;
  z-index: 2;
  color: white;
  font-size: 8px;
}

@media screen and (max-width: 600px) {
  .page-header h2 {
    font-size: 36px;
  }

  .page-header .photo-credit {
    position: static;
    display: flex;
    justify-content: flex-end;
    color: black;
    padding: 0 20px;
  }
}

/* Annual News Post */

.main-news {
  max-width: 1600px;
  margin: 0 auto;
}

.main-news h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.main-news p {
  font-size: 22px;
}

.annual-report-news {
  justify-content: center;
  margin: 1% 0;
  width: 98%;
}

@media screen and (max-width: 640px) {
  .annual-report-news {
    margin: 1%;
    width: 100%;
  }
}

.annual-report-news a article {
  display: grid;
  grid-template-columns: 1fr;
}

.annual-report-news a .light-overlay {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.annual-report-news a article section {
  grid-column: 1/2;
  grid-row: 1/2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
}

.annual-report-news a article header {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: flex-end;
  color: white;
  padding: 2% 3%;
  z-index: 2;
}

.orange-hover {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: rgb(217, 100, 0, 0.6);
  z-index: 2;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.annual-report-news:hover .orange-hover {
  visibility: visible;
}

.annual-report-news:hover header {
  z-index: 3;
}

.annual-report-news:hover .month-green {
  background-color: white;
  color: var(--orange);
}

.annual-report-news:hover .month-blue {
  background-color: white;
  color: var(--orange);
}

.annual-report-news:hover .month-brown {
  background-color: white;
  color: var(--orange);
}

.annual-report-news:hover .month-orange {
  background-color: white;
  color: var(--orange);
}

/* Non annual news post */

.non-annual-news {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 9%;
}

.non-annual-news-indv {
  width: 48%;
  height: auto;
  margin: 1% 1%;
}

@media screen and (max-width: 640px) {
  .non-annual-news {
    display: block;
  }

  .non-annual-news-indv {
    width: 100%;
    height: auto;
    margin: 1% 1%;
  }
}

.non-annual-news-indv a article {
  display: grid;
  grid-template-columns: 1fr;
}

.non-annual-news-indv a article .light-overlay {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* Sets Image size for background image of News Page */
.non-annual-news-indv a article section {
  grid-column: 1/2;
  grid-row: 1/2;
  height: 300px;
  width: auto;
  background-position: center;
  background-size: cover;
}

/* .non-annual-news-indv a article section img{
    width: 100%;
    height: auto;
    max-height: 400px;

} */

.non-annual-news-indv a article header {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: flex-end;
  color: white;
  padding: 2% 3%;
  z-index: 2;
}

.non-annual-news-indv a article header p {
  margin-bottom: 0;
}

.month {
  font-weight: 600;
}

.non-annual-news-indv:hover .orange-hover {
  visibility: visible;
}

.non-annual-news-indv:hover header {
  z-index: 3;
}

.non-annual-news-indv:hover .month-green {
  background-color: white;
  color: var(--orange);
}

.non-annual-news-indv:hover .month-blue {
  background-color: white;
  color: var(--orange);
}

.non-annual-news-indv:hover .month-brown {
  background-color: white;
  color: var(--orange);
}

.non-annual-news-indv:hover .month-orange {
  background-color: white;
  color: var(--orange);
}

.month-green {
  background-color: var(--lime-green);
  padding: 4px 7px;
}

.month-blue {
  background-color: rgb(99, 159, 182);
  padding: 4px 7px;
}

.month-orange {
  background-color: var(--orange);
  padding: 4px 7px;
}

.month-brown {
  background-color: var(--brown);
  padding: 3px 5px;
}

/*******************
News Posts STYLES
*******************/
.news-hero-container {
  width: 100vw;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
}

.news-hero-container .news-hero-bg-img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100vw;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-hero-container .news-hero-text {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 2;
  background-color: rgba(126, 188, 65, 0.6);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 10%;
}

.newsletter-hr {
  max-width: 100%;
}

.single-entry-content,
.non-reg-news {
  margin: 3% 15% 6%;
}

.single-entry-content h2 {
  color: var(--brown);
  font-size: 36px;
  font-weight: bold;
}

.highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

@media screen and (max-width: 650px) {
  .highlights {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.highlighs-anchor-link {
  color: black;
  text-decoration: underline;
}

.highlighs-anchor-link:hover {
  text-decoration: none;
  color: var(--lime-green);
}

.program-header {
  color: var(--lime-green);
  border-bottom: solid 7px var(--lime-green);
  padding: 10px 0;
}

.industry-resources-header {
  color: var(--orange);
  border-bottom: solid 7px var(--orange);
  padding: 10px 0;
}

.industry-news-header {
  color: rgb(99, 159, 182);
  border-bottom: solid 7px rgb(99, 159, 182);
  padding: 10px 0;
}

.insights-header {
  color: var(--brown);
  border-bottom: solid 7px var(--brown);
  padding: 10px 0;
}

.indv-article-content {
  margin-top: 24px;
}

.indv-article-content h3 {
  color: var(--brown);
  font-size: 22px;
}

.indv-article-img-container {
  display: flex;
  justify-content: center;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

.indv-article-img-container .image-container {
  align-self: center;
  margin: 1%;
}

/* .indv-article-content img{
    display- this is old - : block;
    display: flex;
    margin: 0 auto;
    max-width: 600px;
    instead of width: 600px
    height: auto;
} */

.news-article-button {
  color: white;
  font-size: 18px;
  background-color: var(--lime-green);
  padding: 5px 7px;
  border-radius: 5px;
  display: inline-block;
}

.news-article-button:hover {
  background-color: var(--orange);
  color: white;
}

.highlights-anchor h3 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: none;
}

/*******************
Interior PAGE
*******************/
.interior-article-header {
  display: none;
}

.interior-hero-container {
  width: 100vw;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

.interior-hero-container .light-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.interior-hero-container img {
  width: 100%;
}

.interior-hero-container h2 {
  z-index: 2;
  /* background-color: rgba(126,188,65,.7); */
  color: white;
  font-size: 45px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  padding: 20px 10%;
  margin: 0 auto;
  width: 100%;
}

.interior-hero-container .photo-credit {
  color: white;
  font-size: 8px;
  z-index: 2;
  position: absolute;
  bottom: 10px;
  right: 30px;
}

@media screen and (max-width: 600px) {
  .interior-hero-container h2 {
    font-size: 24px;
  }

  .interior-hero-container .photo-credit {
    display: flex;
    position: static;
    justify-content: flex-end;
    color: black;
    padding: 0 20px;
  }
}

.interior-entry-content {
  margin: 0 10%;
}

/*******************
Funded Programs
*******************/
.funded-program-section {
  margin: 0 10%;
}

.indv-program-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;

  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center, center;

  margin-bottom: 3%;
}

.program-background-color {
  grid-column: 1/2;
  grid-row: 1/2;
}

.program-logo {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: center;
  justify-self: center;
  max-height: 300px;
  width: auto;
  padding: 60px;
}

.lower {
  grid-column: 1/2;
  grid-row: 2/3;
  padding: 3%;
  background-color: white;
}

.funded-program-header {
  color: black;
  font-weight: bold;
}

.funded-program-text {
  color: black;
}

.lower-bg {
  grid-column: 1/2;
  grid-row: 2/3;
  visibility: hidden;
}

.indv-program-link:hover .lower-bg {
  visibility: visible;
}

.indv-program-link:hover .lower {
  z-index: 2;
  background-color: transparent;
}

.indv-program-link:hover .lower .funded-program-header,
.indv-program-link:hover .lower .funded-program-text {
  color: white;
}

.dark-green {
  background-color: rgba(3, 106, 56, 0.7);
}

.forest-green {
  background-color: rgba(69, 90, 33, 0.7);
}

.red {
  background-color: rgba(105, 51, 31, 0.7);
}

/*******************
Funded Program Indv
*******************/

.indv-funded-program {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.indv-details-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2% 10%;
}

.indv-details-section img {
  width: 450px;
  height: auto;
}

.indv-details {
  padding: 20px;
  background-color: var(--lime-green);
  color: white;
}

.indv-details-headings {
  font-size: 26px;
  margin-bottom: 0;
  line-height: 1;
}

.indv-details-heading {
  margin-bottom: 20px;
}

.indv-details-heading a {
  color: white;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

.indv-details-social-icons {
  margin-top: 20px;
  text-align: center;
}

.indv-details-social-icons .fa-lg {
  color: white;
  font-weight: bold;
  font-size: 30px;
  margin-right: 20px;
}

@media screen and (max-width: 600px) {
  .indv-details-headings {
    font-size: 20px;
  }

  .indv-details-heading a {
    font-size: 22px;
  }

  .indv-details-social-icons .fa-lg {
    font-size: 26px;
  }
}

/*******************
Events
*******************/
.all-events {
  margin: 0 10%;
}

.event-type {
  margin-top: 20px;
}

.partner-logo {
  margin: 20px 0;
  width: 100%;
  max-width: 400px;
  height: auto;
}

.event-container {
  display: flex;
  margin: 20px 0;
}

.event-container h4 {
  font-size: 1.2rem;
}

.event-date {
  display: flex;
  flex-direction: column;
  background-color: var(--lime-green);
  color: white;
  margin-right: 20px;
  text-align: center;
  padding: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  height: 65px;
  width: 70px;
  justify-content: center;
}

.event-date h4 {
  margin-bottom: 0;
  line-height: 1;
}

.event-date .event-day {
  font-weight: bold;
}

.event-title {
  text-decoration: underline;
  align-self: center;
}

/*******************
FAQ
*******************/

.accordion-container {
  margin: 3% 10%;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-title {
  border: 1px solid var(--brown);
  color: var(--lime-green);
  font-size: 24px;
  padding-right: 35px;
}

.accordion-title:hover,
.accordion-title:active,
.accordion-title:focus {
  color: white;
  background-color: var(--brown);
}

.accordion-content {
  border: 1px solid var(--brown);
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid var(--brown);
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid var(--brown);
}

/*******************
Contact Us
*******************/
.contact-fa {
  display: flex;
  justify-content: center;
  color: var(--lime-green);
  margin-bottom: 1rem;
  font-size: 40px;
}

/*******************
How it works
*******************/
.how-it-works-content-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  margin: 3% 10% 120px;
}

@media screen and (max-width: 750px) {
  .how-it-works-content-container {
    grid-template-columns: 1fr;
  }
}

.indv-column-container {
  position: relative;
  padding: 20px;
  border: 1px solid var(--brown);
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
}

.indv-column-container h3 {
  font-size: 1.5rem;
  color: var(--brown);
}

.indv-icon .fas {
  font-size: 50px;
  color: var(--lime-green);
  margin-bottom: 15px;
}

.indv-text {
  margin-bottom: 50px;
}

.indv-column-container a {
  position: absolute;
  bottom: 10px;
  margin-left: -40px;
  color: white;
  background-color: var(--lime-green);
  border: 1px solid var(--lime-green);
  padding: 10px 20px;
  font-weight: bold;
}

.indv-column-container a:hover {
  color: var(--lime-green);
  border: 1px solid var(--lime-green);
  background-color: white;
}

.funding-margin {
  margin: 3% 10%;
}

.funding-table {
  min-width: 400px;
  border: 1px solid var(--brown);
  border-bottom: 0;
}

.funding-mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  .funding-table {
    display: none;
  }

  .funding-pie-graph {
    display: none;
  }

  .funding-mobile {
    display: block;
  }
}

.funding-table .row {
  display: grid;
  grid-template-columns: 20% 70% 10%;
  text-align: center;
  align-items: center;
}

.row {
  border-bottom: 1px solid var(--brown);
}

.row p {
  margin-bottom: 0;
}

.top-row {
  background-color: var(--lime-green);
  color: white;
}

.col-1 {
  grid-column: 1/2;
  padding: 5px;
}

.col-2 {
  grid-column: 2/3;
  padding: 5px;
  border-right: 1px solid var(--brown);
  border-left: 1px solid var(--brown);
}

.col-3 {
  grid-column: 3/4;
  padding: 5px;
}

/*******************
About
*******************/

@media screen and (max-width: 600px) {
  .bbf-image .alignright {
    float: none;
    margin: 0 auto;
  }
}

.about-page {
  margin: 3% 10%;
}

.interior-entry-content-about h3 {
  color: var(--brown);
  font-weight: bold;
}

.about-image-text {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.about-left-text-container {
  background-color: #558000;
  color: white;
  border-radius: 15px 0 0 15px;
}

.about-left-text {
  padding: 40px;
  padding-right: 25px;
}

.about-left-text a {
  color: white;
}

.about-image-text img {
  width: 450px;
  height: auto;
  margin-left: -15px;
}

@media screen and (max-width: 1133px) {
  .about-left-text {
    padding: 20px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 970px) {
  .about-image-text {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .about-left-text-container {
    background-color: #558000;
    color: white;
    margin: 0 auto;
    border-radius: 15px 15px 15px 15px;
  }

  .about-left-text {
    padding: 20px;
    padding-right: 20px;
  }

  .about-image-text img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-left: 0;
  }
}

/*******************
Webinar
*******************/

.webinar-article {
  margin: 0 10%;
}

.webinar-article .event-container {
}

.webinar-article .event-date {
  height: 85px;
  width: auto;
}

.search-and-filter {
  text-align: center;
  background-color: #f2f2f2;
  margin: 0 10%;
  margin-top: 3%;
  padding-top: 14px;
  max-width: 1600px;
}

.searchandfilter ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.searchandfilter ul li {
  width: 100%;
  padding-right: 10px;
}

.searchandfilter ul li:nth-child(2) {
  width: 30%;
}

.searchandfilter ul li select {
  height: 45px;
  color: #aaaaaa;
}

.searchandfilter ul li [type="submit"] {
  height: 45px;
  width: 220px;
  background-color: var(--lime-green);
  color: white;
  border: none;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .searchandfilter ul li [type="submit"] {
    height: 45px;
    width: 100%;
    font-size: 12px;
  }
}

/*******************
Archive Page STYLES
*******************/

.archive-content {
  margin: 3% 10%;
}

.pagination .current {
  color: white;
  background-color: var(--lime-green);
}

.excerpt-style p a {
  color: black;
}

.excerpt-style p a.excerpt-read-more {
  color: var(--dark-green);
}
.excerpt-style p a.excerpt-read-more:hover {
  color: var(--orange);
}

/* Assessment Increase Page */
.assessment-increase-page {
  margin-top: 5%;
}

.aip-margin {
  margin: 0 5%;
}

.top-split-text {
  margin-bottom: 5%;
}

.top-split-text .split-large {
  float: right;
  max-width: 300px;
  height: auto;
  margin-left: 30px;
  margin-bottom: 20px;
}

.top-split-text .split-small {
  display: none;
}

@media screen and (max-width: 750px) {
  .top-split-text .split-large {
    display: none;
  }

  .top-split-text .split-small {
    display: block;
    margin: 5% auto;
  }
}

.full-width-green-bar-text {
  background-color: var(--lime-green);
  padding: 5% 5%;
  color: white;
}

.full-width-green-bar-text a {
  color: var(--orange);
}

.full-width-green-bar-text a:hover {
  color: white;
}

.top-of-videos {
  margin: 5% 5%;
}

.videos-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .videos-section {
    grid-template-columns: 1fr;
  }
}

.indv-video {
  margin-top: 5%;
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  align-items: center;
  grid-gap: 20px;
}

@media screen and (max-width: 640px) {
  .indv-video {
    grid-template-columns: 1fr;
  }
}

.indv-video-alt {
  margin-top: 5%;
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  align-items: center;
  grid-gap: 20px;
}

@media screen and (max-width: 640px) {
  .indv-video-alt {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column-reverse;
  }
}

.indv-video h3 {
  color: var(--brown);
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.video {
  text-align: center;
}

.grey-hr {
  background-color: rgba(0, 0, 0, 0.2);
  height: 2px;
  width: 80%;
  margin: 6% auto 5%;
}

.quote-wrapper {
  font-style: italic;
  font-size: 12px;
}

.quote-author {
  color: #558000;
}

.bar-quote {
  width: 100%;
  height: auto;
  margin: 10px auto;
}

.show-this-mobile {
  display: none;
}

@media screen and (max-width: 640px) {
  .show-this-mobile {
    display: block;
  }
}

/* Annual Report Custom Styles */
.annual-report-post-top-text {
  margin-bottom: 40px;
}

.annual-report-h2 {
  font-size: 2rem;
}

@media (max-width: 950px) {
  .annual-report-h2 {
    font-size: 1.5rem;
  }
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--lime-green);
}

.annual-report-circle-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
}

.four-circles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
}

@media (max-width: 950px) {
  .annual-report-circle-wrapper,
  .four-circles {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 430px) {
  .annual-report-circle-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    justify-items: center;
  }
  .indv-circle {
    grid-column: span 2;
  }
  .indv-circle:nth-last-child(1) {
    grid-column: 2 / span 2;
  }

  .four-circles {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .four-circles .indv-circle {
    grid-column: span 1;
  }

  .four-circles .indv-circle:nth-last-child(1) {
    grid-column: span 1;
  }
}

.annual-report-circle-wrapper .indv-circle img,
.four-circles .indv-circle img {
  width: 150px;
  height: auto;
}

.green-bg-text {
  color: white;
  font-size: 2.7rem;
  padding: 10%;
  line-height: 1.1;
}

.annual-bigger-bold {
  font-size: 2.9rem;
  font-weight: bold;
}

@media (max-width: 1600px) {
  .green-bg-text {
    font-size: 2.4rem;
  }
  .annual-bigger-bold {
    font-size: 2.6rem;
  }
}

@media (max-width: 1400px) {
  .green-bg-text {
    font-size: 2.2rem;
  }
  .annual-bigger-bold {
    font-size: 2.4rem;
  }
}

@media (max-width: 1200px) {
  .green-bg-text {
    font-size: 2rem;
  }
  .annual-bigger-bold {
    font-size: 2.2rem;
  }
}

@media (max-width: 1000px) {
  .green-bg-text {
    font-size: 1.5rem;
  }
  .annual-bigger-bold {
    font-size: 1.7rem;
  }
}

@media (max-width: 800px) {
  .green-bg-text {
    font-size: 1rem;
  }

  .annual-bigger-bold {
    font-size: 1.2rem;
  }
}

.drop-shadow figure img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 5% auto;
}

.annual-report-hr {
  margin: 3.25rem auto 1.75rem;
  width: 60%;
}

.annual-report-hr-top {
  margin: 4.25rem auto 1.75rem;
}

.bigger-text {
  font-size: 1rem;
}

@media (max-width: 800px) {
  .bigger-text {
    font-size: 1rem;
  }
}

.annual-report-poster {
  margin: 5% auto;
}

.annual-report-top-image {
  margin-top: 5%;
}

.annual-report-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .annual-report-two-column {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.program-impact-poster-button-wrapper a {
  margin: 0;
  margin-top: 10px;
}

.program-impact-h2 {
  margin-bottom: 20px;
}

.mass-timeber-comp-grid {
  margin-top: 30px;
}

@media (min-width: 40em) {
  .mass-timeber-comp-grid h4 {
    font-size: 1.4rem;
  }
}

.mass-timeber-comp-grid h4 {
  margin: 15px auto;
}

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