@font-face {
  font-family: 'gotham';
  src: url('../fonts/Gotham-Bold.eot');
  src: local('☺'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url('../fonts/Gotham-Medium.eot');
  src: local('☺'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url('../fonts/GothamBook.eot');
  src: url('../fonts/GothamBook.eot') format('embedded-opentype'), url('../fonts/GothamBook.woff2') format('woff2'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype'), url('../fonts/GothamBook.svg#GothamBook') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url('../fonts/GothamLight.eot');
  src: url('../fonts/GothamLight.svg#GothamLight') format('svg'), url('../fonts/GothamLight.eot') format('embedded-opentype'), url('../fonts/GothamLight.woff2') format('woff2'), url('../fonts/GothamLight.woff') format('woff'), url('../fonts/GothamLight.ttf') format('truetype');
  font-weight: 200;
}
.cta-block {
  margin: 10px 0;
  padding: 0;
  font-family: 'gotham';
  font-weight: 300;
  font-size: 42px;
  line-height: 48px;
}
.cta-block.filled {
  background-color: #7ebd5b;
  color: #ffffff;
}
.cta-block.filled .button {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.cta-block.filled .button:hover {
  background-color: #ffffff;
  color: #222222;
}
.cta-block.outline {
  background-color: transparent;
  color: #222222;
  border: 1px solid #7ebd5b;
}
.cta-block .cta-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 680px) {
  .cta-block .cta-grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
.cta-block .content {
  margin: 0;
  padding: 30px;
}
.cta-block .button {
  margin-bottom: 0;
}
.cta-block .button:after {
  display: none;
}
.cbButtonCase {
  margin-bottom: 10px;
}
.cbButtonCase a {
  display: block;
  width: 100% !important;
  background: transparent;
  border: 1px solid #71b84b;
  text-transform: uppercase;
  text-align: center;
}
form.ajaxSearch {
  position: relative;
  height: 48px;
}
form.ajaxSearch #search {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #71b84b;
  font-family: 'gotham';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  color: #333;
  margin: 0;
  padding: 13px 58px 10px 10px;
  position: relative;
}
form.ajaxSearch .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: #71b84b;
}
form.ajaxSearch .icon img {
  max-width: 24px;
}
form.ajaxSearch ::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
  text-transform: uppercase;
}
form.ajaxSearch ::-moz-placeholder {
  color: #333333;
  opacity: 1;
  text-transform: uppercase;
}
form.ajaxSearch :-ms-input-placeholder {
  color: #333333;
  opacity: 1;
  text-transform: uppercase;
}
form.ajaxSearch ::-ms-input-placeholder {
  color: #333333;
  opacity: 1;
  text-transform: uppercase;
}
form.ajaxSearch ::placeholder {
  color: #333333;
  opacity: 1;
  text-transform: uppercase;
}
form.ajaxSearch :-ms-input-placeholder {
  color: #333;
  text-transform: uppercase;
}
form.ajaxSearch ::-ms-input-placeholder {
  color: #333;
  text-transform: uppercase;
}
.canvas-v2 .li-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  min-height: 260px;
  margin: 0;
  padding: 20px;
  background-color: #7ebd5b;
  color: #ffffff;
}
.canvas-v2 .li-content p,
.canvas-v2 .li-content a {
  display: block;
  width: 100%;
  font-family: 'Lato';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
}
.canvas-v2 .li-content p.title {
  font-size: 28px;
  line-height: 32px;
}
li.resources > ul {
  display: unset;
}
.resources-mega-menu {
  background: #F6F6F6;
  margin: 0;
  padding: 32px;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
}
.resources-mega-menu .container {
  background: transparent;
}
.resources-mega-menu .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .resources-mega-menu .row {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.resources-mega-menu .row:before,
.resources-mega-menu .row:after {
  display: none;
}
.resources-mega-menu .column:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-align: center;
      align-self: center;
}
.resources-mega-menu .column:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row-align: center;
      align-self: center;
}
.resources-mega-menu .column img:first-child {
  margin-bottom: 20px;
}
.resources-mega-menu p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.resources-mega-menu p.title {
  font-family: 'gotham';
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 8px;
}
.filter .button {
  min-width: 200px;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
}
.filter .button.active,
.filter .button:hover {
  font-weight: 700;
  background-color: #71B84B;
  color: #FFFFFF;
}
.filter .button.active img,
.filter .button:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.filter .button img {
  max-height: 24px;
  margin-right: 10px;
}
#listView,
#mapView {
  margin: 0;
  padding: 20px;
  border: 1px solid #71b84b;
}
.filterView {
  width: 100%;
  max-width: 620px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 8px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .filterView {
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.filterView select {
  background: transparent;
  border: 1px solid #71b84b;
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 48px;
  overflow: hidden;
  padding: 10px 10px 10px 60px;
}
.filterView .country select {
  padding: 10px 10px 10px 100px;
}
.filterView .type,
.filterView .tags,
.filterView .country {
  position: relative;
}
.filterView .type label,
.filterView .tags label,
.filterView .country label {
  position: absolute;
  top: 18px;
  left: 10px;
  font-family: 'gotham';
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  color: #71B84B;
}
.hlsmap > .row .columns:first-child {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 8px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .hlsmap > .row .columns:first-child {
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.hlsmap > .row .columns:first-child select {
  background: transparent;
  border: 1px solid #71b84b;
  margin: 0;
  width: 100%;
  height: 48px;
  overflow: hidden;
  padding: 10px;
}
.hlsmap > .row .columns:last-child {
  position: relative;
}
.hlsmap > .row .columns:last-child .green.button {
  display: none!important;
}
.hlsmap > .row .columns:last-child:before {
  content: url('../img/clickpin.svg');
  width: 317px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 20px;
}
.hlsmap h5 {
  color: #71b84b;
}
.hlsmap h4 {
  font-family: 'Gotham';
  font-weight: 100;
  font-size: 16px;
  line-height: 15px;
  text-transform: capitalize;
  color: #ffffff !important;
  margin: 0;
}
.hlsmap h4 span {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff !important;
  padding-bottom: 8px;
}
.hlsmap .green.button {
  max-width: 235px;
  border: 1px solid #ffffff;
  margin: 0!important;
}
.hlsmap .contact-item {
  display: block;
  width: 100%;
  margin: 0 !important;
}
.hlsmap .tags strong {
  display: block;
}
.hlsmap .details {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .hlsmap .details {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.hlsmap .details .row {
  display: block;
  width: 100%;
}
.hlsmap .details .row:nth-child(1) {
  background: #71b84b;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  margin: 0;
  padding: 20px;
}
.hlsmap .details .row:nth-child(1) .columns {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .hlsmap .details .row:nth-child(1) .columns:first-child h4 {
    margin-bottom: 20px;
  }
}
.hlsmap .details .row:nth-child(2) {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 0;
}
.hlsmap .details .row:nth-child(2) .column {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .hlsmap .details .row:nth-child(2) .column {
    margin: 20px 0;
  }
}
.hlsmap .details .row:nth-child(3) {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  background: #71b84b;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .hlsmap .details .row:nth-child(3) {
    margin: 50px 0 0 0;
  }
}
.hlsmap .details .row:nth-child(3) .column {
  padding: 20px!important;
}
@media only screen and (max-width: 1024px) {
  .hlsmap .details .row:nth-child(3) .column {
    display: block;
    width: 100%;
    margin: 0 20px;
  }
}
.hlsmap .details .row:nth-child(3) .column a {
  color: #ffffff !important;
}
.textandpicresources h2 {
  font-family: 'gotham';
  font-style: normal;
  font-weight: 200;
  font-size: 42px;
  line-height: 56px;
  color: #71B84B;
  margin-top: 0;
  margin-bottom: 0;
}
.textandpicresources h2 strong {
  font-weight: 400;
}
.textandpicresources p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  margin-top: 30px;
}
