:root {
  --green: #005f12;
  --green-v2: #0b5b23;
  --green-light: #32864B;
  --orange: #ffa931;
  --white: #fff;
  --black-greenish: #131711;

}
h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: var(--green);
}
.header-wrapper h1,
.header-wrapper h2,
.home-header-row h1,
.header-headline-background h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 32px;
  /* color: #005f12; */
  /* color: var(--green); */
  /* color: #131711; */
  color: var(--black-greenish);
}
h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: var(--green);
}
h4.home-mission-statement {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  margin: 2% 0;
}
h4.featured-event-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--green);
  /* margin-botton: 5%; */
}
h4 {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 1.5rem;
}
h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #005b23;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #302f2f;
  line-height: 22px;
}
ol li, dl li {
  font-size: 1rem;
}

ul {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 26px;
  /* list-style-position: inside; */
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
  line-height: 26px;
  list-style-position: outside;
}
ul li {
  list-style-type: disc;
}

ol ul li, ul ul li {
  line-height: 26px;
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 20px;
}

p {
  line-height: 29px;
  margin-bottom: 1.5rem;
}
.no-events {
  text-align: center;
  margin-bottom: 5em;
  font-size: 20px;
}
.headline {
  text-transform: uppercase;
  padding: 1% 0 2.5% 0;
}
/* a[href*='.docx']:before {
  content: url('/themes/forestlegality/images/file-icons/doc.svg');
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
a[href*='.doc']:before {
  content: url('/themes/forestlegality/images/file-icons/doc.svg');
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

a[href*='.pttx']:before {
  content: url('/themes/forestlegality/images/file-icons/ppt.svg');
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

a[href*='.pptx']:before {
  content: url('/themes/forestlegality/images/file-icons/ppt.svg');
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

a[href*='.ppt']:before {
  content: url('/themes/forestlegality/images/file-icons/ppt.svg');
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

a[href*='.xlsx']:before {
  content: url('/themes/forestlegality/images/file-icons/xls.svg');
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
} */

.publication-download-image a:before {
  content: "";
  background-size: 0;
  display: none;
  width: 0;
  height: 0;
}

/* link styles */
body .layout-container a, 
body .layout-container a:active, 
body .layout-container a:visited {
  /* color: #ffa931; */
  color: var(--green-light);
  text-decoration: none;
  transition: opacity 300ms ease-in-out;
}
body .layout-container a:hover, 
body .layout-container a:focus {
  opacity: .72;
}

.layout-content .container.article-node-content ul,
.layout-content .container .event-body ul,
.layout-content .container.body-content ul {

}

/* a[href*='.docx']:before {
  content: url('/themes/forestlegality/images/file-icons/doc.svg');
}
a[href*='.doc']:before {
  content: url('/themes/forestlegality/images/file-icons/doc.svg');
}
a[href*='.pttx']:before {
  content: url('/themes/forestlegality/images/file-icons/ppt.svg');
}
a[href*='.pptx']:before {
  content: url('/themes/forestlegality/images/file-icons/ppt.svg');
}
a[href*='.ppt']:before {
  content: url('/themes/forestlegality/images/file-icons/ppt.svg');
}
a[href*='.xlsx']:before {
  content: url('/themes/forestlegality/images/file-icons/xls.svg');
} */
.publication-download-image a:before {
  content: "";
  background-size: 0;
  display: none;
  width: 0;
  height: 0;
}

div.event-schedule span.file {
  margin: 0 1% 0 0;
}

/* nav-pills styles */
.nav-pills .nav-link.active {
  color: #005b23;
  background-color: transparent;
  background-image: none;
  border-color: #005b23;
  border-radius: .25rem;
}

.nav-pills .nav-link:hover, .nav-pills .nav-link.active {
  color: #fff;
  background-color: #005b23;
  border-color: #005b23; /*set the color you want here*/
}


/* Button Styles */
.btn-outline-primary {
  color: #005b23;
  background-color: transparent;
  background-image: none;
  border-color: #005b23;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open > .dropdown-toggle.btn-outline-primary {
  color: #fff;
  background-color: #005b23;
  border-color: #005b23; /*set the color you want here*/
}

/* Main Navigation */
#block-forestlegality-main-menu ul {
  font-family: Lato-Regular;
  font-size: 16px;
  color: #005b23;
}
/**
* Superfish menu
 */

ul.sf-menu.sf-style-white li li, ul.sf-menu.sf-style-white.sf-navbar > li > ul {
  background: #f7f7f7;
  min-width: 100%;
  width: auto;
  display: block;
}
a.search-menu-item.sf-depth-1 {
  padding-top: 0 !important;
}
a.search-menu-item {
  visibility: hidden;
}

a.search-menu-item:before {
  visibility: visible;
  font-size: 30px;
  /* display: inline-block; */
  display: block;
  content: url('/themes/forestlegality/images/search-icon.jpg');
  float: right;
  padding-top: 4px;
}

footer a.search-menu-item {
  display: none;
  visibility: hidden;
}

/**
* Risk Tool Menu
*/
ul.risk-tool-menu {
  margin: 0;
  padding: 0;
}
.risk-tool-menu li {
  list-style-type: none;
  list-style: none;
}
.risk-tool-country-tablist li {
  list-style: none;
  margin-bottom: 0.25em;
}
.risk-tool-country-tab-content h5 {
  font-weight: 800;
  font-size: 22px;
}

.risk-tool-tab-description {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
  padding: 10px;
}


/**
* Risk Tool Pages
*/
.risk-page-content {
  margin-bottom: 3em;
}

.risk-tool-country-tab-content {
  margin-top: 3em;
  margin: 3 em 03 em 0;
}
.risk-tool-country-tab-content h2 {
  margin-bottom: 1em;
  padding-bottom: 0.15em;
  border-bottom: 1px solid lightgrey;
}
.risktool-linkspace {
  margin-bottom: 0.25em;
}
.risktool-species h3 {
  margin: 0.5em 0 0.75em 0;
}
.risktool-species h4 {
  font-size: 20px;
}
.country-title-info {
  display: block;
  clear: both;
}
.country-title-info h2 {
  display: inline-block;
}
.country-image {
  display: inline-block;
}
.country-image img {
  display: inline-block;
  max-width: 90px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: rgba(102, 102, 102, 0.6) 0 1px 3px;
  -moz-box-shadow: rgba(102, 102, 102, 0.6) 0 1px 3px;
  box-shadow: rgba(102, 102, 102, 0.6) 0 1px 3px;
  padding: 4px;
  background-color: white;
  margin-right: 1em;
}

h2 em.scientific-name {
  font-size: 22px;
}


.risktook-species-teaser-image {
  float: left;
}
.risktook-species-teaser-image img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: rgba(102, 102, 102, 0.6) 0 1px 3px;
  -moz-box-shadow: rgba(102, 102, 102, 0.6) 0 1px 3px;
  box-shadow: rgba(102, 102, 102, 0.6) 0 1px 3px;
  padding: 4px;
  background-color: white;
  max-width: 90px;
  max-height: 90px;
  margin-right: 1em;
}
.risktook-species-teaser-text {
}
.risktook-species-teaser-text h3 {
  font-size: 20px;
}
.risktook-species-teaser-text h3 em {
  font-size: 16px;
}
.risktook-species-teaser-text {
  font-size: 14px;
}

#views-exposed-form-species-list-embed-1 {
  display: block;
  clear: both;
}

#views-exposed-form-species-list-embed-1 input[type=text] {
  height: 30px;
  margin-top: 26px;
}

#views-exposed-form-species-list-embed-1 input[type=submit] {
  padding: 5px 15px;
  color: #005b23;
  background-color: transparent;
  background-image: none;
  border-color: #005b23;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 24px;
}

#block-forestlegality-content > article > div.container.body-content > div:nth-child(2) > div > div > div > div {
  clear: both;
}

#views-exposed-form-species-list-embed-1 label {
  display: block;
  margin-bottom: .5rem;
}

#views-exposed-form-species-list-embed-1 .form-item {
  float: left;
  margin-right: 0.5em;
}
.naturally-occuring {
  min-height: 8em;
  display: block;
}
.naturally-occuring a:after {
  content: ',  ';
}

.naturally-occuring a:last-child:after {
  content: '';
}

.risktook-species-teaser-links a:after {
  content: ',  ';
}

.risktook-species-teaser-links a:last-child:after {
  content: '';
}

.nat-occ-block a {
  display: block;
}

.risk-tool-country-display {
  margin-bottom: 1.5em;
  border-bottom: 1px #f7f7f7 solid;
  padding-bottom: .5em !important;
}

.risk-tool-country-display p {
 margin:0;
}

/**
* site header - Search form
*/
.initiallyHidden { display: none; }
.searchbar {
  margin: 0 0 14px;
}
#block-searchform-header {
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  padding-right: 15px;
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  justify-content: flex-end;
}
#block-searchform-header #search-block-form {
  display: flex;
  flex-flow: row;
}
#block-searchform-header .js-form-type-search {
  width: 340px;
}
#block-searchform-header textarea, #block-searchform-header select, #block-searchform-header button { outline: none; }
#block-searchform-header input.form-search {
  width: 98%;
  height: 34px;
  border: none;
  font-size: 1em;
  float: left;
  color: #333;
  padding-left: 10px;
  margin: 0 2% 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-transition: background .55s ease;
  -moz-transition: background .55s ease;
  -ms-transition: background .55s ease;
  -o-transition: background .55s ease;
  transition: background .55s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  outline: none;
}
#block-searchform-header #edit-submit {
  line-height: 22px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #005b23;
  border-radius: 5px;
  margin: 0 10px;
  color: #005b23;
  margin-left: 0;
  background-color: #fff;
  outline: none;
}
#block-searchform-header #edit-submit:hover {
  cursor: pointer;
  background-color: #ffa931;
  color: #fff;
  border: 1px solid #ffa931;
}
/**
*  THEMING BY PARAGRAPH
**/

/**
* a11y accordion
**/
.a11y-paragraphs-tabs__wrapper {
  margin-bottom: 1em;
}

.a11y-paragraphs-tabs__wrapper li {
  list-style: none;
}

.a11y-paragraphs-tabs__wrapper .tabs-trigger.is-selected, .a11y-paragraphs-tabs__wrapper .tabs-trigger.is-selected:hover, .a11y-paragraphs-tabs__wrapper .tabs-trigger.is-selected:focus {
  border-bottom: 2px solid #005b23;
  color: #fff;
  background-color: #005b23;
}

.a11y-paragraphs-tabs__wrapper .tabs-trigger {
  color: #005b23;
}

.a11y-paragraphs-tabs__wrapper .accordeon-trigger[aria-expanded="true"] {
  color: #fff;
  background-color: #005b23;
}

/**
* stay updated Paragraph bundle
**/
.stay-updated {
  padding: 10% 0;
}

/**
* Icon Navigation
**/
.nav-icon-row {
  margin: 1% 0 6% 0;
}

.nav-icon-label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  margin-top: 3%;
}
.nav-icon-label a {
  text-decoration: none;
  color: #302f2f;
}

/**
* Icon Navigation with background
**/
.nav-icon-background {
  background: #f8f8f8;
  box-shadow: 0 -1px 0 0 #939598;
  padding: 1% 0 3% 0;
}
.image-icon {
  display: block;
  margin: 0 0 5px 0;
}
.image-icon img {
  border-radius: 50%;
}
.image-textlink {
  margin-top: 5%;
  display: block;
}
.image-textlink a {
  color: #302f2f;
  text-decoration: none;
}

/* Text Accordion */
.accordion-content {
  margin-bottom: 20px;
  margin-top: 20px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #005b23 /*{borderColorActive}*/;
  background: #005b23 /*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #fff /*{fcActive}*/;
  outline: 0;
}


/* Featured Resources - homepage */
.featured-resources {
  background-color: #e1f3e1;
  padding: 3% 0 5% 0;
}

/* featured Event */
.featured-event-container a {
  color: #302f2f;
  text-decoration: none;
}
.event-header {
  margin-bottom: 5px;
}
.featured-event-date {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #302f2f;
  letter-spacing: 1px;
  margin-top: 10px;
}
/* NEWS - homepage */
.homepage-news {
  background: #f8f8f8;
  box-shadow: 0 -1px 0 0 #939598;
}
.homepage-news-label {
  color: #005b23;
  line-height: 30px;
  font-size: 24px;
  margin-top: -10px;
}
.homepage-news-body {
  padding: 5% 0;
  font-size: 17px;
}

.home-news-readmore {
  margin: 5% 0 10% 0
}

/* Featured tools - homepage */
.featured-tools {
  padding: 3% 0 1% 0;
}

.featured-tool-title {
  line-height: 30px;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
}

.featured-tool-body {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}

.featured-tools-row {
  padding: 2% 0;
}

/* .featured-tools-row .tool-icon-display {
} */

.featured-tools-row:nth-child(even) {
  background-color: #005b23;
  color: #fff;
}
.featured-tools-row:nth-child(even) a .featured-tool-title {
    color: var(--white);
}

.featured-tools-row:nth-child(even) .btn-outline-primary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

.featured-tools-row:nth-child(odd) {
  background-color: #e1f3e1;
  color: #302f2f;
}

.featured-tools-row:nth-child(3n-1) a.tool-icon-display {
  background: url('/themes/forestlegality/images/icon-3tree.jpg');
  text-align: center;
  background-repeat: no-repeat;
}
.featured-tools-row:nth-child(3n-2) a.tool-icon-display {
  background: url('/themes/forestlegality/images/icon-2tree.jpg');
  text-align: center;
  background-repeat: no-repeat;
}
.featured-tools-row:nth-child(3n-3) a.tool-icon-display {
  background: url('/themes/forestlegality/images/icon-1tree.jpg');
  text-align: center;
  background-repeat: no-repeat;
}

/**
* Text Resources - 3 blocks
 */
.text-resource-row-3block {
  background: #f8f8f8;
  padding: 2em 0;
}
#block-forestlegality-content article[about="/home"] .featured-tools-row + .padding-row-space {  
  padding: 0;
  height: 0;
}
#block-forestlegality-content .featured-resources .resources-carousel a:hover img {
  opacity: .72;
}

/**
* Homepage Icon nav - Laws & Policies
 */
.laws-policies-padding {
  padding: 60px 0;
  display: block;
}
#laws-policies section {
  max-width: 1024px;
  margin: 30px auto;
}
#laws-policies .law-container .row {
  justify-content: space-evenly;
  /* margin: 0 auto; */
  width: 100%;
}

#view-id-featured_news h2.section-header,
.homepage-news h2.homepage-news-title,
#laws-policies .section-header {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 400;
  /* color: #302f2f; */
  /* color: var(--green); */
  color: var(--black-greenish);
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
}
#laws-policies .law-container {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
}
#laws-policies .law-box {
  line-height: normal;
}
#laws-policies .law-box span.img-container {
  display: block;
  height: 110px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
#laws-policies .law-box span.img-container img {
  max-width: 100%;
}
#laws-policies .law-box span.law-title {
  display: block;
  font-family: 'Merriweather', serif;
  font-size: 24px;
  font-weight: 400;
  color: #302f2f;
  letter-spacing: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
}
#laws-policies .law-box:hover {
  text-decoration: none;
}
#laws-policies .law-box:hover span.img-container {
  filter: hue-rotate(-90deg);
  transform: translateY(30px);
  opacity: 0.4;
}
#laws-policies .law-box:hover span.law-title {
  transform: translateY(-80px) scale(1.2);
  color: #005b23;
}


/**
* Homepage carousel
 */
.slick-slide img {
  margin: 0 auto;
}
.slick-next:before {
  content: url('/themes/forestlegality/images/arrow-next.png');
}
.slick-prev:before {
  content: url('/themes/forestlegality/images/arrow-prev.png');
}
.slick-prev, .slick-next {
  width: 27px;
  height: 56px;
}

/**
* Highlight content
**/

.highlight-row {
  background: rgba(225, 243, 225, 0.40);
  box-shadow: 0 -1px 0 0 #939598;
  padding: 2% 0 6% 0;
}

/**
* Page Header
**/
/* .header-headline-alignment {
  margin-top: 6%;
}
 */
/* Main Hero h1 wrapper align vertical center */
/* needs view id & class */


#block-forestlegality-content .view .header-wrapper .container-fluid .row.align-self-center .col-12[style*="header"], 
 #block-forestlegality-content .container-fluid .col-12.header-headline-background .header-wrapper, #block-forestlegality-content .views-element-container div header .row.align-self-center .col-12[style*="images/page-header"], main .container-fluid .header-wrapper, #block-forestlegality-content .header-headline-background .header-wrapper, #block-forestlegality-content .col-12 .header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}

#block-forestlegality-content .view .header-wrapper .container-fluid .row.align-self-center .col-12[style*="header"] h1,
#block-forestlegality-content .publications-page-view header .row.align-self-center .col-12[style*="header"] h1,
#block-forestlegality-content .container-fluid .col-12.header-headline-background h1,
#block-forestlegality-content .views-element-container div header .row.align-self-center .col-12[style*="images/page-header"] h1,
main .container-fluid .header-wrapper h1,
#block-forestlegality-content .header-headline-background .header-wrapper h1,
#block-forestlegality-content .col-12 .header-wrapper h1 {
  line-height: 100%;
  align-self: center;
  justify-self: center;
  margin: auto;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


/**
* Main Content
**/

.main-content, .main-page-content, .body-content {
  margin-top: 20px;
  margin-bottom: 20px;
}


/* Footer */
.footer {
  background-color: #333;
  padding: 4% 0;
}
#block-wrifooterinfo {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: right;
  line-height: 22px;
}
#block-wricopyright {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 0px;
  margin-top: 16px;
  margin-bottom: 40px;
}
#block-wricopyright p {
  line-height: 0px;
}
.footer #block-wricopyright p {
  margin-top: 8px;
}
.footer #block-wrifooterinfo p {
  margin-bottom: 0;
  margin-top: 0;
}
#block-wricopyright a {
  color: #fff;
  text-decoration: none;
}

#block-wrifooterlogo {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 22px;
}

#block-wrifooterlogo {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: flex-start;
  justify-content: left;
}
#block-wricopyright {
  margin-top: 16px;
}
#block-wrifooterlogo p:first-of-type {
  order: 1;
}
#block-wrifooterlogo p {
  margin-right: 56px;
}
#block-wrifooterlogo div + p {
  width: 23%;
  margin-left: 32px;
}


/**
* Article Content Type
**/
.article-node-full {
  margin-top: 50px;

}
.article-node-full .article-published-date {
  display: inline-block;
  margin-right: 2%;
}
.article-published-date {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #000;
  font-weight: 800;
  margin-bottom: 10px;
}
.article-node-content figure {
  display: table;
}
.article-node-content figure img {
  max-width: 100%;
  height: auto;
}
.article-node-content figcaption {
  font-family: Lato;
  font-weight: 300;
  font-size: 14px;
  color: #302f2f;
  letter-spacing: 0;
  text-align: left;
  line-height: normal;
  display: table-caption;
  caption-side: bottom;
  padding-top: 0.125rem;
}
.article-node-content figure.align-left {
  margin-right: 20px;
}
.article-node-content figure.align-right {
  margin-left: 20px;
}
.article-node-content figure.align-center {
  margin-right: auto;
  margin-left: auto;
}
.blog-image-caption {
  font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  color: #302f2f;
  letter-spacing: 0;
  text-align: left;
  line-height: normal;
}

/*
* Article view display - News & Blog
 */
.news-blog-view-row {
  margin-bottom: 60px;
}

.views-row .news-blog-view-row:first-child {
  margin-top: 70px;
}

.body-content.node-document .document-date {
  margin-top: 8px;
}

.news-blog-view-row .document-date {
  font-weight: 700;
  margin: 0px 0 10px;
  font-size: 16px;
}

.news-blog-view-row-publicationtype {
  font-weight: 700;
  padding-top: 0px;
  font-size: 16px;
  margin: 10px 0px;
}
.news-blog-view-row-publicationtype a {
  font-weight: 400;
}
/* Text resources striping */
.text-resource-row:nth-child(even) {
  background: #f8f8f8;
}
.text-resource-row:nth-child(odd) {
  background: #e1f3e1;
}

.text-resource-title {
  font-family: 'Lato', sans-serif;
  color: #302f2f;
  font-weight: 700;
  line-height: 26px;
}
.text-resource-row .col-lg-6 {
  padding-left: 4%;
  padding-right: 4%;
}
.text-resource-row .text-resource-content {
  padding: 20px;
}
.text-resource-row .text-resource-content:nth-child(odd) {
  border-right: 1px solid #d8d8d8;
}

.text-resource-row .col {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

/**
* Document Content Type
**/

.document-author {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #000;
}

.document-author .author-name::after {
  content: ', ';
}

.document-author .author-name:first-child::after {
  content: ', ';
}

.document-author .author-name:last-child::after {
  content: '';
}

.document-date {
  font-weight: 700;
  margin: 0;
  font-size: 16px;
}

.resource-download {
  margin: 15px 15px 0 0;
  font-size: 1rem;
  float: left;
}

/**
* Padding stripe spacer
 */
.padding-row-space {
  display: block;
  width: 100%;
  height: 40px;
}

/**
* EU Cookie Compliance
**/
.eu-cookie-compliance-content {
  max-width: 1080px;
  padding: 12px 0;
}
.eu-cookie-compliance-content .agree-button[type="button"]:hover {
  color: var(--white);
  background-color: var(--orange);
  background-image: none;
    text-shadow: none;
    border-color: var(--orange);
    box-shadow: none;
}
.eu-cookie-compliance-message p {
  font-size: 18px;
  display: inline;
}
.eu-cookie-compliance-message p {
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 5px 0;
}

/**
* Event
**/
.container.body-content.event-node {
  /* .event-top-pad replaced <br>*/
  margin-top: 32px;
}

.event .event-header {
  text-align: center;
}
.event-title-container {
  min-height: 100px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
.event-header-date {
  font-family: Lato-Regular;
  font-size: 26px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  background-color: #005b23;
  line-height: 45px;
  padding: 10px;
}
.body-content.event-node .event-header-date {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 22px;
  font-family: 'Lato', Lato, sans-serif;
  /* font-weight: 300;
  font-size: 36px; */
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;

  font-size: 24px;
    font-weight: 400;
    line-height: 28.6px;
}
.event-header-date a {
  color: #fff;
}
.event-header {
  font-family: 'Lato', Lato, sans-serif;
}
.event-header .event-header-label {
  /* font-family: Lato-Bold; */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;

  font-weight: bold;
  font-size: 32px;
  color: #005b23;
  letter-spacing: 0;
  line-height: 36px;
  text-align: left;
  /* padding: 20px 20px 20px 32px; */
}
.event-header-image {
  width: auto;
  text-align: center;
}

.top-row.event-top-header-wrap {
  justify-items: center;
  justify-content: center;
}
.event-header .event-location {
  font-family: Lato-Bold;
  font-size: 16px;
  color: #005b23;
  letter-spacing: 0;
  padding: 6px 0 0;
  line-height: 20px;
}
.event-header .event-location p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 20px;
}
.event-body {
  margin-bottom: 4%;
}
.schedule-day {
  font-family: Lato;
  font-weight: 300;
  font-size: 26px;
  color: #302f2f;
  padding: 20px;
}
.event-section-headline {
  font-family: Lato-Regular;
  font-size: 28px;
  color: #302f2f;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 0;
}
.event-schedule-headline {
  font-family: Lato-Bold;
  font-size: 28px;
  color: #302f2f;
  text-align: center;
  margin-bottom: 20px;
}
.schedule-overview ul, .schedule-overview li {
  list-style: none;
}
.schedule-overview {
  margin: 0;
  padding: 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  background: #f8f8f8;
  list-style: none;
}
.schedule-overview .schedule-text {
  transition: all 0.3s ease-out;
  max-height: 0px;
  opacity: 0;
}
.schedule-overview .marker-pin {
  height: 100%;
  position: absolute;
  right: 32px;
  top: 0px;
}
.schedule-overview .marker-pin .top {
  top: 0px;
}
.schedule-overview .marker-pin .bottom {
  bottom: 0px;
}
.schedule-overview .marker-pin .top, .schedule-overview .marker-pin .bottom {
  transition: all 0.3s ease-out;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  height: 50%;
  position: absolute;
  width: 2px;
  z-index: 1;
}
.schedule-overview .marker-pin .middle {
  transition: all 0.3s ease-out;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 18px;
  margin-top: -9px;
  position: absolute;
  right: -10px;
  top: 50%;
  width: 18px;
  z-index: 2;
}
.schedule-overview li {
  transition: all 0.3s ease-out;
  cursor: pointer;
  padding: 24 px;
  padding: 20px;
  position: relative;
  padding-right: 60px !important;
}
.schedule-overview li:first-child .top {
  display: none;
}
.schedule-overview li .schedule-text {
  overflow: hidden;
}
.schedule-overview li .schedule-text iframe {
  max-width: 100%;
}
.schedule-overview li:hover {
  background: rgba(225, 243, 225, 0.50);
}
.schedule-overview li:hover .schedule-text {
  max-height: none;
  opacity: 1;
  padding-top: 18px;
}

.schedule-overview li:hover .top, .schedule-overview li:hover .bottom, .schedule-overview li:hover .middle {
  border-color: rgba(0, 0, 0, 0.4);
}
.schedule-overview li:hover .middle {
  background: #005c20;
}
.schedule-overview .schedule-title {
  font-family: 'Lato', sans-serif;
}
.schedule-overview .schedule-title span {
  display: block;
  font-size: 24 px;
  font-size: 18px;
}
.schedule-overview .schedule-title .time {
  font-weight: 700;
}
.schedule-overview .schedule-title .title {
  color: #005c20;
  line-height: normal;
}


/**
* Event view displays
 */
.upcoming-event header {
  font-family: Lato;
  font-weight: 400;
  font-size: 36px;
  color: #302f2f;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1;
}
.upcoming-event .event-header-label {
  text-align: left;
}

.upcoming-event .upcoming-event-wrapper {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
.event-node.body-content .event-location:empty,
.upcoming-event .upcoming-event-wrapper .event-location:empty {
  padding: 0;
  height: 0;
}

.upcoming-event .upcoming-event-read-more-button {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* Past event rows */
.past-event-row {
  margin-bottom: 15px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
}
.past-event-row:last-child {
  margin-bottom: 30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
}
.past-event-header {
  font-family: Lato;
  font-weight: 400;
  font-size: 36px;
  color: #302f2f;
  letter-spacing: 2px;
  text-align: center;
  line-height: 38px;
  margin-top: 30px;
  margin-bottom: 60px;
}
body .upcoming-event-wrapper .event-header-date {
  padding: 10px;
}
body .upcoming-event-wrapper .event-header-date a {
  display: block;
}
body .upcoming-event-wrapper .event-header-date a,
.past-event-date {
  background: #005b23;
  font-family: Lato;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  /* font-weight: 300; */
  /* font-size: 36px;
  line-height: 46px; */
  /* padding-top: 10px;
  padding-bottom: 10px; */
  padding: 10px 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.6px;
}
.past-event-row .past-event-title-wrap, 
.past-event-row > .col-xs-12.col-md-10 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.past-event-title {
  font-family: Lato;
  font-weight: 700;
  font-size: 28px;
  color: #005b23;
  letter-spacing: 0;
  line-height: 36px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.past-event-more img {
  margin-top: 5px;
  margin-bottom: 5px;
}
.past-event-more {
  display: block;
  margin-left: -10px;
  text-align: left;
}
.events-archive-list {
  float: left;
  width: 260px;
}

/*
* Past Event archive block
 */
.events-archive-list ul, .events-archive-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.events-archive-list ul li {
  list-style-type: none;
}
.events-archive-list li {
  list-style-type: none;
}
.events-archive-list a {
  font-family: Lato;
  font-weight: 300;
  font-size: 24px;
  color: #005b23;
  padding-left: 15px;
  letter-spacing: 0;
  text-align: center;
}
.events-archive-list a:before {
  visibility: visible;
  font-size: 30px;
  line-height: 38px;
  padding-right: 15px;
  margin-right: 15px;
  display: inline-block;
  content: url('/themes/forestlegality/images/white-oval-icon.jpg');
  border-right: 1px solid #82d4bb;
}
.events-archive-list a:hover {
  font-weight: bold;
  font-size: 24px;
  color: #005b23;
  letter-spacing: 0;
  text-align: center;
}
.events-archive-list a:hover:before {
  visibility: visible;
  font-size: 30px;
  line-height: 38px;
  padding-right: 15px;
  margin-right: 15px;
  display: inline-block;
  content: url('/themes/forestlegality/images/oval-icon.jpg');
}

/*
* Search Results
 */
.page-search .search-form {
  text-align: center;
}
.page-search h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.page-search h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: left;
}
.page-search div[role=alert] {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.page-search ol {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  padding-bottom: 40px;
}
.page-search li {
  list-style: none;
  margin-bottom: 40px;
}

/*
* user login
 */
#block-forestlegality-content .form-item {
  margin-bottom: 30px;
}
#block-forestlegality-content label {
  font-weight: 700;
}
/* #block-forestlegality-content label[requred="required"]:after { */
#block-forestlegality-content label.form-required:after {
  content: " *";
  /* color: var(--green-v2); */
  color: var(--orange);
  font-size: .9em;
  margin-left: 2px;
}

#block-forestlegality-content input {
  margin-left: 0;
}
#block-forestlegality-content textarea, #block-forestlegality-content select, #block-forestlegality-content input, #block-forestlegality-content button { outline: none; }
#block-forestlegality-content #edit-submit {
  line-height: 22px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #005b23;
  border-radius: 5px;
  margin: 0 10px;
  color: #005b23;
  margin-left: 0;
  background-color: #fff;
}
#block-forestlegality-content .search-form label {
  display: none;
}
#block-forestlegality-content input.form-search {
  width: 80%;
  height: 34px;
  border: none;
  font-size: 1em;
  color: #333;
  padding-left: 10px;
  margin: 0 1% 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-transition: background .55s ease;
  -moz-transition: background .55s ease;
  -ms-transition: background .55s ease;
  -o-transition: background .55s ease;
  transition: background .55s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
#block-forestlegality-content ul {
  margin-left: 0;
  padding-left: 0;
}
#block-forestlegality-content .article-node-content ul,
#block-forestlegality-content .container .event-body ul,
#block-forestlegality-content .body-content ul {
  margin-left: 16px;
  padding-left: 12px;
  list-style-position: outside;
  padding-inline-start: 25px;
}
#block-forestlegality-content .article-node-content ul ul,
#block-forestlegality-content .container .event-body ul ul,
#block-forestlegality-content .article-node-content ol ul,
#block-forestlegality-content .container .event-body ol ul,
#block-forestlegality-content .body-content ul ul,
#block-forestlegality-content .body-content ol ul {
  margin-left: 24px;
}
#block-forestlegality-content li.forest-local-task-item {
  list-style-type: none;
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #005b23;
  border-radius: 5px;
  margin: 0 7px;
}


/* Related-blogs */
.field--name-field-related-blogs, .related-tools-block {
  padding-bottom: 36px
}
  .field--name-field-related-blogs .views-element-container > div, .related-tools-block .flex-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .field--name-field-related-blogs .views-element-container header, .related-tools-block header {
    width: 100%;
    padding-bottom: 12px
  }
  .field--name-field-related-blogs .views-row, .related-tools-block .views-row {
    padding-bottom: 24px;
  }
  .field--name-field-related-blogs, .related-tools-block {
    font-family: 'Lato', sans-serif;
    font-family: 'Lato-Bold', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 100%
  }
  .field--name-field-related-blogs a:hover, .related-tools-block a:hover {
    opacity: .72;
  }
/* END Related-blogs */


/* news pager items */
.pager .pager__items {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0;
  margin: 0 0 32px;
}
  .pager .pager__items li.pager__item {
    list-style-type: none;
    padding: 0;
  }
  
  .pager .pager__items li.pager__item a {
    padding: 15px 2.25px;
    color: #000;
  }
  .pager .pager__items li.pager__item:not([class*="pager__item--"]) a {
    padding: 15px 7.25px;
  }

  .pager .pager__items li.pager__item.is-active a {
    color: var(--orange);
  }
  .pager .pager__items li.pager__item a:hover {
    background: #ededed;
  }
  .pager .pager__items li.pager__item.is-active a {
    background: transparent;
  }
/* END news pager items, add padding below for tablets-up */



/* Footer email signup block */
.footer .js-form-type-email label {
  color: #fff;
}
.footer #block-webform .js-form-item-enter-email-adress {
  /* text-align: right; */
  display: flex;
  margin-bottom: 12px;
  flex-direction: column;
  width: 100%;
  width: 85%;
}
.footer .webform-submission-newsletter-form {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: flex-end;
}
.footer .newsletter-submit-button:hover {
  transition: all 0.3s ease-in-out;
  background-color: var(--orange);
  cursor: pointer;
}
.footer .newsletter-submit-button {
    width: 50px;
    display: inline-block;
    position: relative;
    height: 40px;
    background-color: #0b5b23;
}
.footer .newsletter-submit-button::before {
    content: '';
    height: 16px;
    width: 2.3px;
    position: absolute;
    background: white;
    top: calc(50% - 4px);
    left: calc(50% + 1px);
    transform: translate(-50%, -50%) rotate(-58deg);
}
.footer .newsletter-submit-button::after {
    content: '';
    height: 16px;
    width: 2.3px;
    position: absolute;
    background: white;
    top: calc(50% + 4px);
    left: calc(50% + 1px);
    transform: translate(-50%, -50%) rotate(58deg);
}
.footer #block-webform input[type=email] {
  max-width: 100%;
  border: none;
  /* max-width: 256px; */
}
.footer #block-webform input.js-form-submit {
    font-size: 0;
    border: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 9;
    position: relative;
    cursor: pointer;
}
.footer #block-webform .webform-actions  {
  text-align: right;
  margin-top: 18px;
  height: 50px;
}
.footer #block-webform input.js-form-submit:focus,
.footer #block-webform input.js-form-submit:hover {
  background-color:  transparent;
  cursor: pointer;
}
/* END footer email signup */

/* webform-submission-form */
.layout-content #block-forestlegality-content .webform-submission-full-newsletter-form:before {
  content: "Sign Up to Receive Our Newsletter";
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 30.2px;
  color: var(--black-greenish);
  letter-spacing: -.25px;
  line-height: 1;
  display: block;
  margin-bottom: 36px;
}
.layout-content #block-forestlegality-content .webform-submission-full-newsletter-form {
  /* max-width: 720px; */
  max-width: 474px;
  margin: 32px auto 24px;
}
#block-forestlegality-content .webform-submission-full-newsletter-form input#edit-submit {
  transition: all 0.3s ease-in-out;
  background-color: var(--green-v2);
  color: #fff;
  margin-bottom: 32px;
  cursor: pointer;
}
#block-forestlegality-content .webform-submission-full-newsletter-form #edit-actions.form-actions {
  text-align: right;
}
#block-forestlegality-content .webform-submission-full-newsletter-form input#edit-submit:hover {
  background-color: var(--orange);
  border-color: var(--orange);
}


/* Extra Small displays */
@media (min-width: 0px) {

  /* main logo  */
  #block-forestlegality-branding a img {
    max-width: 133px;
    width: 133px;
  }
  .home-featured-page-button {
    margin-top: 15px;
  }

  /*
  * Fonts
   */
  h2 {
    font-size: 32px;
  }
  h1.article-title,
  h2.article-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: var(--green);
    line-height: normal;
    margin: 0px 0px 10px;
    font-size: 25px;
  }
  h3 {
    line-height: normal;
  }

  /*
  * Header - Main Navigation
   */
  #block-mainnavigation {
    margin-top: 0;
  }
  #block-mainnavigation div.sf-accordion-toggle.sf-style-none a.sf-expanded {
    background: none !important;
  }
  #block-mainnavigation .sf-style-none li {
    background: none;
  }
  #block-mainnavigation .sf-style-none.sf-accordion li.sf-expanded {
    background: none !important;
  }
  #block-mainnavigation .sf-style-none.sf-accordion li.sf-expanded {
    background: none !important;
  }

  /*
 * Risk Tool styles
  */
  .risk-tool-side-menu {
    margin-bottom: 1em;
  }

  .nat-occ-block {
    margin-bottom: 1em;
  }

  .risk-tool-country-display img {
    margin: .75em 0;
  }

  /*
  * task navigation
   */
  #block-forestlegality-local-tasks > ul {
    margin-left: 0;
    padding-left: 0;
  }
  #block-forestlegality-local-tasks > ul > li.forest-local-task-item {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
  }

  /*
  * Homepage
   */
  /* featured Event */
  .featured-event-container {
    padding: 6% 0 0 6%;
    box-sizing: border-box;
    width: 100%;
    height: 172px;
    background: rgba(242, 250, 242, 0.8);
  }

  /*
  * homepage banners
   */
  #laws-policies .law-content {
    padding-bottom: 50px;
  }
  .featured-tool-title {
    margin-bottom: 2%;
  }
  .featured-tools-row button {
    margin-bottom: 2%;
    margin-top: 4%;
  }
  /*
  * Homepage Footer
   */
  #block-wrifooterinfo {
    text-align: left;
  }
  #block-mainnavigation-footer #superfish-main--2-toggle span {
    display: none; 
  }
  #block-mainnavigation-footer #superfish-main--2-toggle {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-right: 24px;
    overflow: hidden;
    width: 32px;
    padding: 0;
    display: block;
    margin-bottom: 16px;
  }
  #block-mainnavigation-footer #superfish-main--2-toggle:before {
    content: ' ';
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 2px solid #fff;
    display: block;
  }
  #block-mainnavigation-footer #superfish-main--2-toggle.sf-expanded {
    background: #000;
      box-shadow: 0 0 0 5px #000;
  }
  #block-mainnavigation-footer {
    text-align: left;
    float: left;
    margin-bottom: 40px;
  }
  #block-mainnavigation-footer ul.sf-menu a {
    /* padding: 0 0 0 1em; */
    font-family: 'Lato', Lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: left;
    float: left;
    padding: 8px 0;
  }

  /*
  * Page headers
   */
  /* .header-headline-alignment {
    margin-top: 18%;
  } */
  .header-headline-background {
    height: 200px;
  }

  /*
  * Publications & Tools page
   */
  .news-blog-view-row img {
    margin: auto;
    margin-bottom: 14px;
    display: block;
  }
  .text-resource-row .text-resource-content:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
  }
  .event-header .event-header-label {
    padding: 20px;
  }
  .event-header-image {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .event-header-image img {
    max-width: 248px;
  }
  .past-event-thumbnail, .past-event-more {
    display: none;
  }
  .blog-image-container {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .publications-page-view nav {
    text-align: center;
  }
  .publications-page-view ul li {
    list-style-type: none;
    display: inline-block;
    padding: 2px 5px;
    margin: 0 10px;
  }

  .footer .webform-submission-newsletter-form {
    margin-top: 24px;
    text-align: left;
    justify-content: left;
  }
  .footer .js-form-type-email label {
    text-align: left;
  }

  /*
* Organization pages
 */
  .org-website {
    text-transform: uppercase;
  }
  .organization-contact-info {
    margin: 2em 0;
  }

  .organization-contact-info h5 {
    border-bottom: 1px solid lightgrey;
  }
  #block-wricopyright a {
    display: inline;
    display: block;
    margin-top: 24px;
  }
  .layout-content div[data-drupal-messages] div[aria-label="Status message"] {
    margin: 40px auto 20px;
    padding: 15px 30px 0;
  }
  .layout-content #block-forestlegality-content div.webform-confirmation {
    margin: 20px auto 40px;
    padding: 15px 30px 0;
    min-height: 212px;
  }
  .page-events-archive-wrap .event-content-wrap #block-forestlegality-content {
    min-height: 212px;
  }
  .field--name-field-related-blogs .views-row .views-field-title, .related-tools-block .views-row .views-field-title {
    padding-top: 6px;
  }
  .field--name-field-related-blogs .views-row .views-field-field-header-image img, .related-tools-block .views-row .views-field-field-preview-image img {
    width: 100%;
    height: auto;
  }
  .article-node-content .article-content p img {
    max-width: 100%;
    height: auto;
  }

}/* END (min: 0) */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  /*
  * Laws paragraph banner
   */
  #laws-policies .law-content {
    padding-bottom: 50px;
  }

  /*
  * Homepage
   */
  /* featured Event */
  .featured-event-container {
    margin-top: -200px;
    padding: 6% 0 0 6%;
    box-sizing: border-box;
    width: 410px;
    height: 172px;
    background: url('/themes/forestlegality/images/featured-event-background.png');
  }

  /*
   * Homepage Footer
    */
  #block-mainnavigation-footer {
    text-align: left;
    float: left;
    margin-bottom: 40px;
  }
  #block-mainnavigation-footer ul.sf-menu a {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: right;
  }
  .past-event-thumbnail {
    display: block;
  }
  /*
  * Publications & Tools/new page
   */
  .news-blog-view-row img {
    display: block;
    width: 100%;
    transition: opacity 300ms ease-in-out;
  }
  .news-blog-view-row a:hover img {
    opacity: .72;
  }
  .blog-image-container {
    float: right;
    width: auto;
    margin: 0 0px 20px 30px;
  }
}

@media (max-width: 424px) {
  #block-wrifooterinfo .footer-address-wrap p {
    margin-top: 12px;
  }
  #block-wrifooterinfo .footer-address-wrap {
    margin-bottom: 16px;
  }
  #block-wrifooterinfo .footer-address-wrap .phone,
  #block-wrifooterinfo .footer-address-wrap .address {
    display: block;
  }
  #block-wrifooterinfo .footer-address-wrap .separator {
    display: none;
  }
  .layout-content #block-forestlegality-content .webform-submission-full-newsletter-form {
    max-width: 80%;
  }
  .layout-content #block-forestlegality-content .webform-submission-full-newsletter-form input {
    max-width: 100%;
  }
  #block-forestlegality-content .webform-submission-full-newsletter-form #edit-actions.form-actions {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  h1, .h1 {
      line-height: 100%;
  }
  header .navbar .container {
    max-width: 100%;
  }
  /* .header-wrapper h1, 
  .header-wrapper h2,  
  .header-headline-background h1, */
  .home-header-row h1 {
    font-size: 32px;
    line-height: 1em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .75);
  }
  h4.home-mission-statement {
    font-size: 21px;
    padding-right: 19px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .75);
  }
  #block-forestlegality-content article[about="/home"] div[style*="home-hero"] {
    background-position-y: -92px !important;
    background-size: 330% !important;
  }
  
  .landing-page .featured-tools-row {
    padding: 32px 16px;
  }
  .landing-page .featured-tools-row .featured-tool-body {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
  }
  .landing-page .featured-resources,
  .landing-page .featured-tools {
    margin-top: 32px;
  }
  #view-id-featured_news .homepage-news h2.section-header {
    margin-bottom: 20px;
  }
  .upcoming-event .upcoming-event-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .view-id-events_page .events-past-list-wrap  {
    padding-right: 40px;
    padding-left: 40px;
  }
  .view-id-events_page .past-event-header {
    margin-bottom: 30px;
  }
  .view-id-events_page .event-header-label,
  .view-id-events_page .past-event-title {
    line-height: 28px;
    font-size: 24px;
  }
  .row.past-events-archive-wrap {
    flex-direction: column;
  }
  .row.past-events-archive-wrap .col-xs-12.events-archive-list-wrap,
  .row.past-events-archive-wrap .col-xs-12.events-past-list-wrap{
    width: 100%;
    max-width: 100%;
  }
  .events-archive-list {
    margin: 0 auto 30px;
    float: none;
  }
  .page-events-archive-wrap .events-archive-list {
    margin: 0 auto;
    float: none;
    margin-bottom: 32px;
  }
  .page-events-archive-wrap .event-content-wrap .layout-content .view-id-event_archive .past-event-row {
    margin: 0 0 30px;
  }
  .footer #block-mainnavigation-footer {
    width: 100%;
    position: relative;
  }
  .footer #block-mainnavigation-footer .sf-accordion-toggle {
    float: right;
  }
  #block-mainnavigation-footer .sf-accordion-toggle #superfish-main--2-toggle {
    margin-right: 8px;
    margin-top: 10px;
  }
  #block-mainnavigation-footer #superfish-main--2-accordion {
    position: absolute;
    top: 40px !important;
    background: rgb(51, 51, 51);
    padding: 4px 10px 10px;
    margin-left: -2px;
    background: #141414;
  }
  .footer .row.nav-copyright {
    flex-flow: row-reverse;
  }
  .eu-cookie-compliance-content {
    max-width: 80%;
  }
  .eu-cookie-compliance-buttons {
    text-align: right;
  }

} /* END max 767 */

@media (max-width: 356px) {
  #block-forestlegality-content article[about="/home"] div[style*="home-hero"] {
    background-position-y: 0 !important;
    background-size: cover !important;
  }
  .home-header-row h1 {
    font-size: 30px;
  }
  h4.home-mission-statement {
    font-size: 20px;
    padding-right: 0px;
  }
} /* END max 356 */

@media (min-width: 768px) and (max-width: 991px) {

  .page-events-archive-wrap .search-result-help .events-archive-list-wrap {
    padding-left: 0;
  }
  .page-events-archive-wrap .event-content-wrap #block-forestlegality-content {
    min-height: 390px;
  }
  .page-events-archive-wrap .event-content-wrap .layout-content {
    padding-left: 30px;
    min-height: 390px;
  }
  .page-events-archive-wrap .event-content-wrap .layout-content .view-id-event_archive .past-event-row {
    margin-left: 0;
  }
  .featured-tools-row button {
    margin: 24px 0;
  }  
  .eu-cookie-compliance-content {
    max-width: 80%;
  }
} /* END 768-991 */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  h1.article-title,
  h2.article-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: var(--green);
    font-size: 25px;
  }

  /*
 * Homepage Footer
  */
  #block-mainnavigation-footer ul.sf-menu a {
    padding: 0 0 0 1em;
  }
  #block-wrifooterinfo {
    text-align: right;
  }
  #block-mainnavigation-footer {
    text-align: right;
    float: right;
    margin-bottom: 40px;
  }
  .eu-cookie-compliance-message {
    max-width: 80%;
  }
  .event-header .event-header-label {
    padding: 20px 20px 20px 32px;
  }
  .event-header-image {
    /* float: right; */
    width: auto;
    margin: 0 0 32px;
  }
  .event-header-image img {
    max-width: 324px;
  }
  .past-event-more {
    display: block;
  }
  .field--name-field-related-blogs .views-row, .related-tools-block .views-row {
    flex: 1;
    padding: 0 1.25rem 0 0;    
    max-width: 47.5%;
  }
  .field--name-field-related-blogs .views-row + .views-row, .related-tools-block .views-row + .views-row {
    padding: 0 1.25rem 0;
  }
  .field--name-field-related-blogs .views-row + .views-row + .views-row, .related-tools-block .views-row + .views-row + .views-row {
    padding-right: 0;
    padding-left: 0;
  }
  .field--name-field-related-blogs .views-element-container > div, .related-tools-block > .flex-wrapper {
    flex-direction: row;
  }
  .pager .pager__items li.pager__item:not([class*="pager__item--"]) a,
  .pager ul.pager__items li.pager__item a {
    padding: 15px;
  }
  
  .footer .webform-submission-newsletter-form {
      margin-top: 0;
    text-align: right;
    justify-content: right;
  }
  .footer .js-form-type-email label {
    text-align: right;
    margin-right: -44px;
  }

  /* footer fix email field alignment issue */
  .footer #block-webform input[type=email] {
    max-width: 296px;
  }
  .footer #block-webform .js-form-item-enter-email-adress {
    margin-left: auto;
    width: auto;
  }
  #block-wrifooterinfo {
    margin-top: 16px;
  }

  .layout-content div[data-drupal-messages] div[aria-label="Status message"] {
    max-width: 720px;
    padding: 15px 15px 0;
  }
  .page-events-archive-wrap .event-content-wrap #block-forestlegality-content,
  .layout-content #block-forestlegality-content div.webform-confirmation {
    /* max-width: 920px; */
    max-width: 720px;
    min-height: 404px;
    padding: 15px 15px 0;
  }
  .page-events-archive-wrap .event-content-wrap #block-forestlegality-content {
    min-height: 404px;
  }

} /* END (min: 768px)  */


/* (( small tablets )) */
@media (min-width: 768px) and (max-width: 1024px) {
  /* events page */
  .view-id-events_page .events-archive-list-wrap {
    padding-left: 0;
  }
  /* .view-id-events_page .events-past-list-wrap .past-event-row {
    margin-left: 25px;
  } */
}
/* @media (min-width: 995px) and (max-width: 1200px) {} */

/* (( tablets and small laptops need squeezing)) */
@media (min-width: 768px) and (max-width: 1200px) {
  
  #block-mainnavigation-footer ul.sf-menu.menu {
    width: 100%;
    float: right;
  }
  #block-mainnavigation-footer ul.sf-menu.menu li {
    width: 32%;
    float: right;
  }
  #block-mainnavigation-footer ul.sf-menu.menu li a {
    padding: .5em 0 .5em 1em;
    text-align: center;
    float: none;
  }
  .featured-tools-row {
    padding: 32px 0;
  }
  .events-archive-list a {
    padding-left: 0;
  }
  #block-mainnavigation li.sf-depth-1 a.search-menu-item {
    width: 54px;
    height: 30px;
  }
}

.homepage-news .row.align-items-center .news-scale-image {
  margin-bottom: 12px;
  padding: 0 15x 24px 15px;
}

/* Large devices (desktops, 995px and up) */
@media (min-width: 995px) {
  .home-header-row {
    height: 550px
  }
  .home-featured-page-button {
    margin-top: 50px;
  }
  .header-headline-background {
    height: 250px;
  }
  .homepage-news .row.align-items-center .news-scale-image {
    margin-bottom: 12px;
    padding: 0 24px 24px 24px;
    text-align: right;
  }
  .text-resource-row .text-resource-content:nth-child(odd) {
    border-bottom: none;
    border-right: 1px solid #d8d8d8;
  }
  .view-id-related_blogs .header-wrapper h2 {
    margin-top: 20px;
  }
  .view-id-related_blogs {
    margin-bottom: 52px;
  }
  .footer #block-webform input[type=email] {
    max-width: 320px;
  }
  #block-wricopyright a {
    display: inline;
    margin-top: none;
  }
  #block-wrifooterlogo p {
    margin-right: 64px;
  }
  .layout-content div[data-drupal-messages] div[aria-label="Status message"] {
    max-width: 920px;
  }
  .layout-content #block-forestlegality-content div.webform-confirmation {
    max-width: 920px;
    min-height: 324px;
  }
  .page-events-archive-wrap .event-content-wrap #block-forestlegality-content {
    min-height: 324px;
  }
  /* figcaption same length as img  */
  .article-node-content figure {
    /* min-width: 566px; */
    /* width: min-content; */
  }
  /* .article-node-content figure.align-center {} */
  /* .article-node-content figure.align-left {
    margin-right: 20px;
  }
  .article-node-content figure.align-right {
    margin-left: 20px;
  } */
}
/* END min 995 */

@media (max-width: 1299.98px) {
  header .navbar .container {
    position: relative;
  }
  #block-forestlegality-content article[about="/home"] div[style*="home-hero"] {  
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center;
  }
  h1, .h1 {
    line-height: 98%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1025px;
  }
  #block-wricopyright {
    margin-top: 8px;
  }
  .header-headline-background {
    height: 300px;
  }
  .field--name-field-related-blogs .views-row, .related-tools-block .views-row {
    max-width: none;
  }
  .field--name-field-related-blogs .views-row + .views-row + .views-row, .related-tools-block .views-row + .views-row + .views-row {
    padding-left: 1.25re;
  }
  .field--name-field-related-blogs .views-row .views-field-field-header-image img, .related-tools-block .views-row .views-field-field-preview-image img {
    width: auto;
  }
  .footer .js-form-type-email label {
    text-align: right;
    margin-right: -50px;
  }

  #block-wrifooterlogo div + p {
    width: 30%;
    margin-left: 46px;
  }
  .layout-content div[data-drupal-messages] div[aria-label="Status message"],
  .layout-content #block-forestlegality-content div.webform-confirmation {
    max-width: 1025px;
  }
  .page-events-archive-wrap .event-content-wrap #block-forestlegality-content,
  .layout-content #block-forestlegality-content div.webform-confirmation {
    min-height: 275px;
  }
}

@media (min-width: 1500px) {

  .container {
    max-width: 1025px;
  }
  /* .header-headline-alignment {
    margin-top: 6%;
  } */
}



.article-author {
  margin: 10px 0px;
}
.news-blog-view-row .content {
  line-height: 29px;
}
.news-blog-view-row .publication {
  margin-left: 0.75em;
}

.sliding-popup-bottom {
  z-index: 9999999;
}

.eu-cookie-compliance-message a {
  color: #fff;
  text-decoration: underline;
}

body .slick-next {
  right: 0px;
}

body .slick-prev {
  left: 0px;
}

.featured-tools-row .icon {
  display: flex;
  align-items: center;
}

.featured-tools-row .icon img {
  max-width: 100%;
  height: auto;
}

#block-forestlegality-content fieldset .form-item { 
  padding-right: 8px;
  margin-bottom: 0px;
} 

fieldset .form-item.js-form-type-select label { 
  display: block;
} 

fieldset .form-item.js-form-type-select select { 
  height: 50px;
  width: 100%;
  border-radius: 0px;
  padding: 5px;
} 