a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
u,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  color: #2d2e2f;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #f9f9f9;
  font-weight: 200;
}
/*
Montserrat 200,300,400,600,700
*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?8ize6a");
  src: url("fonts/icomoon.eot?8ize6a#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?8ize6a") format("truetype"),
    url("fonts/icomoon.woff?8ize6a") format("woff"), url("fonts/icomoon.svg?8ize6a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon2";
  src: url("fonts/icomoon2.eot?8ize6a");
  src: url("fonts/icomoon2.eot?8ize6a#iefix") format("embedded-opentype"), url("fonts/icomoon2.ttf?8ize6a") format("truetype"),
    url("fonts/icomoon2.woff?8ize6a") format("woff"), url("fonts/icomoon2.svg?8ize6a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-angle-left:before {
  content: "\e902";
}
.icon-angle-right:before {
  content: "\e900";
}
.icon-chevron-right:before {
  content: "\e901";
}
li,
figcaption {
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 8px;
}
p {
  /* line-height: 25px; */
  line-height: 1.3em;
  margin-bottom: 20px;
}
figure {
  margin: 1em 0;
}
img {
  max-width: 100%;
}
ul {
  margin-left: 50px;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0.5em;
  line-height: 120%;
  font-weight: 200;
}

h1,
.h1-style {
  font-size: 35px;
}
h2,
.h2-style {
  font-size: 30px;
}
h3,
.h3-style {
  font-size: 24px;
}
h4,
.h4-style {
  font-size: 20px;
  line-height: 30px;
}
h5,
.h5-style {
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  h1,
  .h1-style {
    font-size: 32px;
  }
}
a {
  color: #006440;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}

iframe {
  max-width: 100%;
}

.page_frame {
  margin: 0px auto;
  position: relative;
  max-width: 1100px;
  padding-right: 5%;
  padding-left: 5%;
}

.one-col,
.two-col,
.three-col,
.four-col,
.five-col,
.six-col,
.seven-col,
.eight-col,
.nine-col,
.ten-col,
.eleven-col,
.twelve-col,
.thirteen-col,
.fourteen-col,
.fifteen-col {
  margin-right: 20px;
  margin-right: 1.818%;
  position: relative;
}
.one-col {
  width: 50px;
  width: 4.545%;
}
.push-one {
  margin-left: 6.3%;
}
.two-col {
  width: 120px;
  width: 10.909%;
}

.three-col {
  width: 190px;
  width: 17.272%;
}
.four-col {
  width: 260px;
  width: 23.636%;
}

.five-col {
  width: 330px;
  width: 30%;
}

.six-col {
  width: 400px;
  width: 36.363%;
}

.seven-col {
  width: 470px;
  width: 42.727%;
}

.eight-col {
  width: 540px;
  width: 49.09%;
}

.nine-col {
  width: 610px;
  width: 55.454%;
}

.ten-col {
  width: 680px;
  width: 61.818%;
}

.eleven-col {
  width: 750px;
  width: 68.181%;
}

.twelve-col {
  width: 820px;
  width: 74.545%;
}

.thirteen-col {
  width: 890px;
  width: 80.909%;
}

.fourteen-col {
  width: 960px;
  width: 87.272%;
}

.fifteen-col {
  width: 1030px;
  width: 93.636%;
}

.sixteen-col {
  width: 1100px;
  width: 100%;
  margin-right: 0;
}

.element__text {
  max-width: 100%;
  overflow: hidden;
}
.block_type__subpage-grid h3 {
  padding: 20px 0;
}
.block_type__subpage-grid a {
  color: #2d2e2f;
}
@media only screen and (min-width: 860px) {
  .block_type__subpage-grid .element__grid .grid-columns-3 .grid-item {
    margin-left: 1.6667%;
    margin-right: 1.6667%;
  }
  .block_type__subpage-grid .element__grid .grid-columns-3 .grid-item.mod-item-0 {
    margin-right: 1.6667% !important;
  }
}
.block_type__subpage-grid.display-status__published .grid-item.status--0,
.block_type__subpage-grid.display-status__unpublished .grid-item.status--1 {
  display: none;
}
body.modal-open {
  overflow: hidden;
}

/* NAV */
.logo {
  display: inline-block;
  width: 270px;
  height: 75px;
  margin: 4px 0 10px 60px;
  background: url(/images/sites/jdb/logo.png) center no-repeat;
  background-size: contain;
}
#nav_frame {
  position: relative;
  width: 100%;
  border-bottom: 3px solid #005236;
}
#nav_frame .page_frame {
  max-width: 1222px;
}
#nav {
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #nav .logo {
    margin-left: 30px;
    margin-right: 30px;
  }
}
ul.nav {
  z-index: 100;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 40px;
}
ul.nav li {
  float: left;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}
ul.nav > li {
  padding: 0;
}
.nav a {
  display: block;
  float: left;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #969696;
  padding: 0px 13px;
  text-decoration: none;
  letter-spacing: 0.6px;
  padding-bottom: 10px;
}
.nav.fl li:first-child a {
  padding-left: 0;
}
.nav.fr li:last-child a {
  padding-right: 0;
}
#nav a:hover,
#nav a.current {
  color: #000;
}

ul.nav > li:hover .submenu {
  display: block;
}
.submenu {
  position: absolute;
  z-index: 111;
  display: none;
  margin: 0;
  list-style-type: none;
  background: #f9f9f9;
  top: 25px;
  border: 1px solid #d8d8d9;
  padding: 10px 0;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}
#nav .submenu li {
  float: none;
}
#nav .submenu li a {
  float: none;
  white-space: nowrap;
  padding: 5px 20px;
}

#mobile_nav {
  display: none;
}

.top_foot {
  background-color: #2d2e2f;
  border-top: 1px solid #f9f9f9;
  color: white;
  max-width: 100%;
  overflow: hidden;
  padding-top: 68px;
  padding-bottom: 28px;
}
.top_foot .col-1 {
  width: 40%;
  float: left;
}
.top_foot .col-2 {
  width: 30%;
  float: left;
  border-left: 1px solid #575859;
  padding-left: 13.6%;
  margin-top: -25px;
  margin-left: 15%;
}
.top_foot .col-1 img {
  margin-bottom: 68px;
}
.top_foot a {
  color: white;
}
.top_foot .bizango_content_teaser {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.top_foot .bizango_content_teaser > * {
  margin: 0 20px 10px 0;
}
.tpo_foot .bizango_content_teaser.admin_textdiv_teaser {
  display: block;
}
.top_foot h3 {
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 20px;
}
.top_foot h2 {
  font-size: 35px;
  font-weight: 100;
}
.top_foot .button {
  /* float: right; */
  line-height: 1em;
  /* margin-right: -9px; */
  /* margin-top: -4px; */
  padding: 18px 32px 15px 37px;
  background-color: #006440;
  color: white;
  border: 0 solid transparent;
}
.top_foot .button:hover {
  color: #006440;
  background-color: white;
}
.top_foot .button:after {
  margin-left: 6px;
}
.top_foot h5 {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 17px;
  margin-left: 9px;
  margin-bottom: 16px;
}
.top_foot h5 img {
  vertical-align: middle;
  margin-right: 8px;
}
.top_foot p {
  font-size: 13px;
  line-height: 15px;
  margin-left: 9px;
}
#footer {
  background: #161617;
  padding: 24px 0 23px;
}
#footer .page_frame {
  max-width: 1246px;
}
#footer img {
  vertical-align: middle;
}
#footer .copy {
  float: right;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 19px;
  margin-top: 5px;
}
#footer .social {
  display: inline-block;
  margin-left: 6px;
}
#footer .social a {
  display: inline-block;
  margin-right: 15px;
}
.linkaroos a {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  margin-right: 26px;
  letter-spacing: 0.9px;
}
.biz {
  background-color: black;
  text-align: center;
}

#bizango {
  text-align: left;
  width: 275px;
  height: 13px;
  font-size: 11px;
  margin: 0 auto;
  padding: 12px 0;
  display: inline-block;
  background-image: url(/images/bizango-white-small.png);
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.4;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}

/* REQUIRED FOR CMS */

.bizango_control {
  z-index: 100;
  position: relative;
}

.help {
  padding: 10px;
  background: #ddd;
  border-radius: 8px;
  color: #666;
  font-size: 13px;
  line-height: 13px;
  margin: 0px;
}
.help p a {
  color: #ddd;
  text-decoration: underline;
}

/*BLOCKS*/
.block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block.align-columns__middle .all-cols-wrap,
.block.align-columns__bottom .all-cols-wrap  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.block.align-columns__middle .all-cols-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block.align-columns__bottom .all-cols-wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.block_type__hero-slider {
  padding: 0;
}
.block_type__hero-slider .page_frame {
  max-width: 1226px;
  height: 100%;
}
.block_type__hero-slider .slidetext {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.block_type__hero-slider .holder {
  width: 394px;
  padding: 16.9% 20px 20px 0;
  color: white;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.block_type__hero-slider.block__admin-view .holder {
  padding-top: 20px;
}
.block_type__hero-slider .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2000px;
  background-color: rgba(45, 46, 47, 0.5);
}
.block_type__hero-slider .userBG {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}
.block_type__hero-slider h1 {
  font-size: 32px;
  font-weight: 100;
  line-height: 40px;
  margin-bottom: 57px;
  letter-spacing: 1.7px;
}
.block_type__hero-slider h1 strong {
  font-size: 15px;
  font-weight: 400;
  display: block;
  line-height: 25px;
  letter-spacing: 0.1px;
  margin-top: 11px;
}
.block_type__hero-slider .ratio {
  padding-top: 636px;
}

.block_type__hero-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.block_type__hero-slider .slick-dots {
  bottom: 45px;
  text-align: left;
}
.block_type__hero-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 31px;
  height: inherit;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.block_type__hero-slider .slick-dots li button {
  height: 6px;
  display: block;
  width: 31px;
  padding: 0;
  vertical-align: bottom;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.block_type__hero-slider .slick-dots li.slick-active button {
  height: 6px;
  background-color: transparent;
  border-bottom: 6px solid rgba(255, 255, 255, 0.9);
}
.block_type__hero-slider .slick-dots li button:before {
  content: none;
}

.block_type__three-image-grid {
  padding: 0;
}
.block_type__three-image-grid .page_frame {
  max-width: 1362px;
  padding-left: 2%;
  padding-right: 2%;
}
.block_type__three-image-grid .small {
  width: 49.1%;
}
.block_type__three-image-grid .big {
  width: 49.4%;
}
.block_type__three-image-grid .big .ratio {
  padding-top: 146.8%;
  background-color: #464646;
  position: relative;
}
.block_type__three-image-grid .small .ratio {
  padding-top: 72.4%;
  position: relative;
  background-color: #464646;
  margin-bottom: 2.9%;
}
.block_type__three-image-grid .container {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 34px;
  right: 34px;
  background-color: rgba(245, 245, 245, 0.85);
}
.block_type__three-image-grid .centerme {
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-34%);
  transform: translateY(-34%);
  width: 50%;
  text-align: center;
}
.block_type__three-image-grid h2 {
  font-size: 35px;
  font-weight: 100;
  margin-bottom: 9px;
}
.block_type__three-image-grid h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.block_type__three-image-grid .button {
  margin-top: 24px;
  padding: 7px 33px 7px;
}
.block_type__three-image-grid .button:after {
  content: none;
}

.block_type__three-image-grid .specialtodayissalmon {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.block_type__three-image-grid .specialtodayissalmon a {
  display: inline-block;
  letter-spacing: 1.2px;
  border: 1px solid;
  font-size: 12px;
  color: #464646;
  text-transform: uppercase;
  padding: 7px 30px 7px;
  position: relative;
  margin-top: 6px;
}

.block_type__three-image-grid .specialtodayissalmon a:hover {
  background-color: #006341;
  color: white;
}
.block_type__three-image-grid .specialtodayissalmon a:hover:before,
.block_type__three-image-grid .specialtodayissalmon a:hover:after {
  background-color: #006341;
}
.block_type__three-image-grid .specialtodayissalmon a:after {
  right: -1025px;
}
.block_type__three-image-grid .specialtodayissalmon a:before {
  left: -1025px;
}
.block_type__three-image-grid .specialtodayissalmon a:before,
.block_type__three-image-grid .specialtodayissalmon a:after {
  content: "";
  display: block;
  width: 1000px;
  height: 1px;
  background: #d5d5d5;
  position: absolute;
  top: 50%;
  transition: all 1s ease-in-out;
}

.block_type__three-image-grid .fader {
  transition: all 1s ease-in-out;
  opacity: 0;
}
.block_type__three-image-grid .ratio:hover .fader {
  opacity: 1;
}
.block_type__testimonial-slider {
  padding-top: 54px;
}
.block_type__testimonial-slider .col-1 {
  box-sizing: border-box;
  width: 48%;
  float: left;
  margin-left: 6px;
  padding-left: 30px;
  padding-right: 30px;
}
.block_type__testimonial-slider .col-2 {
  box-sizing: border-box;
  width: 48%;
  float: right;
  padding-left: 30px;
  padding-right: 30px;
}
.block_type__testimonial-slider h2 {
  color: #006341;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 0.6px;
  margin-bottom: 50px;
}
.block_type__testimonial-slider p {
  line-height: 28px;
  letter-spacing: 0.1px;
  margin-bottom: 15px;
}
.block_type__testimonial-slider h5 {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 16px;
  color: #8b8d90;
}
.block_type__testimonial-slider img {
  margin: 20px auto 19px;
}
.block_type__testimonial-slider .dots-container {
  display: block;
  text-align: center;
}
.block_type__testimonial-slider .slick-dotted.slick-slider {
  margin-bottom: 5px;
}
.block_type__testimonial-slider .slick-dots {
  display: inline-block;
  position: relative;
  text-align: center;
  bottom: 0;
}
.block_type__testimonial-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 31px;
  height: inherit;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.block_type__testimonial-slider .slick-dots li button {
  height: 6px;
  display: block;
  width: 31px;
  padding: 0;
  vertical-align: bottom;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #8b8d90;
}
.block_type__testimonial-slider .slick-dots li.slick-active button {
  height: 6px;
  border-bottom: 6px solid #8b8d90;
}
.block_type__testimonial-slider .slick-dots li button:before {
  content: none;
}

.block_type__jig-saw {
  padding-top: 27px;
}
.block_type__jig-saw .page_frame_bigggie {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 5%;
}
.block_type__jig-saw .col-1 {
  width: 48%;
  float: left;
  position: relative;
  z-index: 1;
  background: url(/images/sites/jdb/wackadaka.png) top left no-repeat;
  background-size: contain;
  padding: 106px 0 63px 138px;
  box-sizing: border-box;
  min-height: 420px;
  min-width: 585px;
}
.block_type__jig-saw .col-2 {
  width: 77.3%;
  float: right;
  position: relative;
  margin-left: -33%;
  margin-top: 66px;
}
.block_type__jig-saw .col-2 .ratio {
  padding-top: 45.1%;
}
.block_type__jig-saw .col-2 .screen {
  box-shadow: inset 329px 0 109px -22px rgba(0, 0, 0, 0.55);
}
.block_type__jig-saw .col-3 {
  width: 48.7%;
  float: left;
  margin-top: 71px;
  margin-left: 7px;
}
.block_type__jig-saw .col-3 h3 {
  letter-spacing: 0.7px;
  margin-bottom: 32px;
}
.block_type__jig-saw .col-3 p {
  line-height: 28px;
  letter-spacing: 0.15px;
  margin-bottom: 28px;
}
.block_type__jig-saw .col-3 .button {
  background: transparent;
  font-weight: 400;
  margin-top: 10px;
  padding: 7px 25px 5px 29px;
}
.block_type__jig-saw .col-3 .button:after {
  content: none;
}
.block_type__jig-saw .col-3 .button:hover {
  background-color: #006440;
  color: white;
}
.block_type__jig-saw .col-4 {
  width: 42.2%;
  float: right;
  margin-right: 6px;
  margin-top: -34px;
}

.block_type__jig-saw h1 {
  font-size: 55px;
  color: white;
  font-weight: 100;
  line-height: 55px;
  letter-spacing: 0.6px;
}
.block_type__jig-saw .col-1 .button {
  margin-right: 109px;
  margin-top: 47px;
  padding: 5px 47px 7px 53px;
  letter-spacing: 1.5px;
}

.block_type__two-col-special {
  padding-top: 74px;
  padding-bottom: 0;
}
.block_type__two-col-special .element__image {
  margin-left: 5px;
  width: 42.3%;
  float: left;
}
.block_type__two-col-special .element__text {
  float: right;
  width: 45.9%;
  margin-right: 37px;
  margin-top: 25px;
}
.block_type__two-col-special h3 {
  font-size: 25px;
  margin-bottom: 30px;
}
.block_type__two-col-special img.illustration {
  margin-bottom: -31px;
  position: relative;
  z-index: 1;
}
.block_type__two-col-special p {
  line-height: 28px;
  margin-bottom: 16px;
}
.block_type__two-col-special p strong {
  font-weight: 700;
}
.block_type__two-col-special .button {
  background: transparent;
  margin-top: 19px;
  font-weight: 400;
  padding: 6px 24px 5px 24px;
}
.block_type__two-col-special .button:after {
  content: none;
}

.block_type__two-col-special-alt {
  padding-top: 130px;
  padding-bottom: 116px;
}

.block_type__two-col-special-alt .col-1 {
  width: 43%;
  float: left;
  margin-left: -6px;
}
.block_type__two-col-special-alt .col-2 {
  width: 50%;
  float: right;
  margin-right: 26px;
  margin-top: 15px;
}

.block_type__two-col-special-alt p {
  line-height: 28px;
  letter-spacing: 0.15px;
  margin-bottom: 16px;
}
.block_type__two-col-special-alt h2 {
  font-size: 32px;
  font-weight: 100;
  line-height: 40px;
  letter-spacing: 0.3px;
  margin-bottom: 43px;
}

.block_type__two-col-special-alt .block__bg-img {
  background-position: bottom left;
  background-size: auto;
}

.block_type__two-col-special-alt.background-color__green .button {
  background-color: transparent;
  color: white;
  margin-top: 40px;
  padding: 6px 37px 5px;
  margin-right: 33px;
}
.block_type__two-col-special-alt.background-color__green .button:hover {
  color: #006341;
  background-color: white;
}
.block_type__two-col-special-alt .button:after {
  content: none;
}

.block_type__small-hero {
  background-color: #006341;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: white;
}
.block_type__small-hero .screen {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
}
.block_id-189204 {
  padding-top: 54px;
  padding-bottom: 31px;
}
.block_id-189204 .col-1 {
  width: 42.5%;
  margin-right: 0;
  margin-left: 0.7%;
}
.block_id-189204 h4 {
  letter-spacing: 0.1px;
  text-align: right;
}
.block_id-189204 .col-2 {
  margin-right: 1.6%;
  margin-top: 4px;
}
.block_id-189204 p {
  letter-spacing: 0.1px;
}

.element__slot-content {
  margin-bottom: 50px;
}

.block_type__blogteaser {
  padding-top: 31px;
  overflow: hidden;
}
.block_type__blogteaser .col-1 {
  width: 35.9%;
  float: left;
  position: relative;
}
.block_type__blogteaser .col-2 {
  width: 46%;
  float: right;
  margin-top: 27px;
  margin-right: 10%;
}
.block_type__blogteaser .boxster {
  position: absolute;
  width: 2000px;
  height: 110%;
  top: -5%;
  background: #dadada;
  right: 70%;
}
.block_type__blogteaser img {
  position: relative;
}
.block_type__blogteaser h3 {
  margin-bottom: 9px;
}
.block_type__blogteaser h3 a {
  color: #2d2e2f;
}
.block_type__blogteaser h4 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
}
.block_type__blogteaser h5 {
  color: #8b8d90;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.block_type__blogteaser .butt {
  color: #006341;
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
}
.block_type__video iframe {
  height: 41vw;
  margin: -5px 0;
  max-height: 450px;
  min-height: 150px;
}
.element__videoinclude .video_frame_block {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 445px;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .element__videoinclude .video_frame_block {
    height: 41vw;
    min-height: 150px;
  }
}
/* FX */

.fadeout {
  animation-name: fadeout;
  -webkit-animation-name: fadeout;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade1 {
  animation-name: fade1;
  -webkit-animation-name: fade1;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}

@keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade2 {
  animation-name: fade2;
  -webkit-animation-name: fade2;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
}

@keyframes fade2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade3 {
  animation-name: fade3;
  -webkit-animation-name: fade3;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes fade3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* OPTIONAL */

img.illustration {
  display: block;
  margin: 0px;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  padding: 7px 37px 7px 43px;
  letter-spacing: 1.2px;
  border: 1px solid;
  font-size: 12px;
  color: #464646;
  background-color: white;
  text-transform: uppercase;
}
.button:after {
  content: "\e901";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  margin-left: 9px;
}

.button:hover {
  background-color: #006341;
  color: white;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

#body_home #nav_home,
#body_home #nh {
  display: none;
}

/* helpers-> clearfix */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tAc {
  text-align: center;
}
.tAr {
  text-align: right;
}
.center {
  margin-right: auto;
  margin-left: auto;
}
.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.clear {
  clear: both;
}
.screen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.blocklinks,
.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.userBG {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.noMar {
  margin-right: 0;
}
.padding-bottom__more,
.padding-bottom__x2 {
  padding-bottom: 80px;
}
.padding-bottom__x4 {
  padding-bottom: 120px;
}
.padding-bottom__x10 {
  padding-bottom: 180px;
}
.padding-bottom__none {
  padding-bottom: 0;
}
.padding-top__more,
.padding-top__x2 {
  padding-top: 80px;
}
.padding-top__x4 {
  padding-top: 120px;
}
.padding-top__x10 {
  padding-top: 160px;
}
.padding-top__none {
  padding-top: 0;
}
.width__small .all-cols-wrap {
  max-width: 88%;
  margin: 0 auto;
}
.width__smaller .all-cols-wrap {
  max-width: 60%;
  margin: 0 auto;
}
.background-color__green {
  background-color: #006341;
  color: white;
}
.background-color__light-blue {
  background-color: #728491;
  color: white;
}
.background-color__dark-blue {
  background-color: #3e474e;
  color: white;
}
.background-position__center .userBG {
  background-position: center center;
}
.background-position__top .userBG {
  background-position: top center;
}
.background-position__bottom .userBG {
  background-position: bottom center;
}
@media all and (max-width: 1350px) {
  #logo {
    margin-left: 38px;
  }
}
@media all and (max-width: 1280px) {
  #logo {
    margin-left: 18px;
  }
  .nav a {
    padding: 0px 6px;
  }
}
@media all and (max-width: 1190px) {
  .block_type__jig-saw .col-2 {
    width: 64.3%;
  }
  .block_type__jig-saw .col-1 {
    padding-left: 40px;
  }
}

@media all and (max-width: 1299px) {
  .logo {
    height: 60px;
    float: left;
    margin-left: 0;
    background-position: left center;
  }

  #nav {
    display: none;
  }

  #mobile_nav {
    display: block;
    text-align: right;
    padding-right: 5%;
    cursor: pointer;
    width: 95%;
    position: relative;
  }
  #mobile_nav .icon {
    position: relative;
    font-size: 1.4em;
    float: right;
    padding-left: 5px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
  }
  #mobile_nav .nav {
    position: absolute;
    width: 100%;
    top: 37px;
    background-color: rgba(0, 95, 65, 0.95);
    padding: 10px 0;
  }
  #mobile_nav .nav li {
    float: none;
    padding: 0;
    height: inherit;
  }
  #mobile_nav .nav li a {
    display: block;
    padding: 10px 5%;
    float: none;
    color: white;
  }
  #mobile_nav .nav li .subs {
    list-style-type: none;
    margin: 0;
  }
  #mobile_nav .nav li .subs a {
    padding: 5px 7%;
    opacity: 0.5;
    font-size: 0.7em;
  }
  .collection_list_item {
    margin-bottom: 10px;
  }

  .width__small .all-cols-wrap,
  .width__smaller .all-cols-wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 973px) {
  .block_type__jig-saw .col-1 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    float: none;
    min-width: inherit;
    background: #006341;
    text-align: center;
  }
  .block_type__jig-saw .col-1 p {
    text-align: center !important;
  }
  .block_type__jig-saw .col-1 .button {
    margin-right: 0 !important;
  }
  .block_type__jig-saw .col-2 {
    width: 112%;
    float: none;
    margin-left: -6%;
  }
}
/*- Mobile Styles tablet*/
@media only screen and (max-width: 859px) {
  .block_type__blogteaser .col-1,
  .block_type__blogteaser .col-2,
  .element__grid .grid-columns-3 .grid-item,
  .top_foot .col-1,
  .top_foot .col-2,
  .block_type__testimonial-slider .col-1,
  .block_type__testimonial-slider .col-2,
  .block_id-189204 .col-1,
  .block_id-189204 .col-2,
  .top_foot .col-1,
  .top_foot .col-2,
  .block_type__two-col-special-alt .col-2,
  .block_type__two-col-special-alt .col-1,
  .block_type__jig-saw .col-3,
  .block_type__jig-saw .col-4,
  .block_type__two-col-special .element__image,
  .block_type__two-col-special .element__text,
  .one-col,
  .two-col,
  .three-col,
  .four-col,
  .five-col,
  .six-col,
  .seven-col,
  .eight-col,
  .nine-col,
  .ten-col,
  .eleven-col,
  .twelve-col,
  .thirteen-col,
  .fourteen-col,
  .fifteen-col,
  .sixteen-col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .block_type__two-col-special-alt .button {
    margin-right: 0;
  }
  .block_type__jig-saw .col-4 {
    margin-top: 40px;
  }
  .block_type__two-col-special img.illustration {
    margin-bottom: 20px;
  }
  .top_foot .col-2 {
    padding-left: 0;
    border-left: 0 solid transparent;
    margin-top: 30px;
  }
  .block_type__hero-slider .holder {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .block_type__hero-slider .slidetext {
    background-color: rgba(45, 46, 47, 0.5);
  }
  .block_id-189204 h4 {
    text-align: left;
  }
  .block_type__hero-slider .bg {
    display: none;
  }
  .block_type__three-image-grid .small,
  .block_type__three-image-grid .big {
    float: none;
    width: 100%;
  }
  .block_type__three-image-grid .button {
    white-space: nowrap;
  }
  .block_type__subpage-previews .element__slot-content .element-0 {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .content_narrow-75 .all-cols-wrap {
    width: 100%;
  }
  .element__slot-content {
    margin-bottom: 40px;
  }
  .element__slot-content h2 {
    margin-bottom: 10px;
  }
  .linkaroos a {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .fader {
    opacity: 1 !important;
  }
}

/*- Mobile Styles phone*/
@media only screen and (max-width: 659px) {
  input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  /* .top_foot .button{float: left; margin-top: 20px;} */
  .block_type__three-image-grid .centerme {
    width: 90%;
  }
}
@media only screen and (max-width: 470px) {
  .logo {
    max-width: 50%;
  }
  .block_type__three-image-grid .specialtodayissalmon {
    margin-top: 40px;
  }
}
/* 5 COLUMN BLOCK */
.cols-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.cols-5 > .cell {
  display: inline-block;
  flex-basis: calc(100% - 1.25em);
  margin: 0 0.625em 20px 0.625em;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .cols-5 > .cell {
    flex-basis: calc(50% - 1.25em);
  }
}
@media only screen and (min-width: 640px) {
  .cols-5 > .cell {
    flex-grow: 1;
    flex-basis: calc(33.333% - 1.25em);
  }
}
@media only screen and (min-width: 1000px) {
  .cols-5 > .cell {
    flex-basis: calc(20% - 1.25em);
  }
}
/* 2-COLUMN LIGHTBOX */
/* block only */
.block_type__2-column-lightbox {
}
/* block + lightbox */
.two-col-lightbox-content {
}
.two-col-lightbox-content .display-flex .col-1 {
  margin-bottom: 2rem;
}
body.public .two-col-lightbox-content img.illustration {
  margin-bottom: 0;
}
.two-col-lightbox-content .bizango_cms_content p {
  font-size: 0.9375rem;
  line-height: 1.3;
}
.two-col-lightbox-content .bizango_cms_content .button:after {
  background-image: url(/images/sites/jdb/document-download-solid.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 19px;
  vertical-align: middle;
  width: 19px;
}
.two-col-lightbox-content .bizango_cms_content .button:hover {
  background-color: white;
  color: #464646;
}
@media only screen and (min-width: 40em){

  .two-col-lightbox-content .display-flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .two-col-lightbox-content .display-flex .col-1 {
    margin-bottom: 0;
    width: 40%;
  }
  .two-col-lightbox-content .display-flex .col-2 {
    width: 50%;
  }
}
/* lightbox only */
.two-col-lightbox {
}
html body .two-col-lightbox .featherlight-content {
  background-color: #fff;
  max-width: 740px;
}
.two-col-lightbox .cropped-image {
  display: none;
}
.two-col-lightbox .bizango_cms_toolbar,
.two-col-lightbox .bizango_cms_pencil {
  display: none;
}
/* STYLES */
.light-color,
.light-color > .bizango_cms_content {
  color: #fff;
}
/* SITE HERO */
.block_type__site-hero {
  overflow: hidden;
}
.block_type__site-hero .block__bg-img::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0.4)));
  background-image: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.block_type__site-hero .site-hero__text {
  margin-left: 4.09%;
  max-width: 90%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.block_type__site-hero .site-hero__text .bizango_cms_content {
  color: #fff;
  position: relative;
}
/* OPTIONS */
.block_type__site-hero.flair__true .site-hero__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0 0 50px;
}
.block_type__site-hero.flair__true .site-hero__text::before {
  background-image: url(/images/sites/jdb/flair_site-hero.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100vw;
  left: -25px;
  max-height: 221px;
  max-width: 233.5px;
  position: absolute;
  top: 0px;
  width: 100vw;
}
.block_type__site-hero .site-hero__text h1,
html body .block .big-font .bizango_cms_content{
  font-weight: 200;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .block_type__site-hero .block__bg-img::after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
  }
  .block_type__site-hero .site-hero__text h1,
  html body .block .big-font .bizango_cms_content{
    font-size: 3.4375rem;
  }
  .block_type__site-hero .site-hero__text {
    max-width: 450px;
  }
  
  /* OPTIONS */
  .block_type__site-hero.flair__true .site-hero__text {
    margin-left: -2.22%;
  }
}
/* PROCESS COLUMNS */
.block_type__process-columns .all-cols-wrap,
.process-columns__top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block_type__process-columns .all-cols-wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.block_type__process-columns div[class^="col"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.process-columns__top-section {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  min-height: 66px;
}
.process-columns__top-section .step {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 10px;
}
.process-columns__icon {
  max-width: 30%;
  min-width: 70px;
}
.process-columns__icon img,
.tab-content-icon {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  max-height: 65px;
  max-width: 65px;
}
.process-columns__title {
  color: #006341;
  font-weight: 400;
  margin-bottom: 0;
}
/* OPTIONS */
.block_type__process-columns.number-of-columns__3 .col-4 {
  display: none;
}
.block_type__process-columns.number-of-columns__3 div[class^="col"] {
  max-width:100%;
}
@media only screen and (min-width: 640px) {
  .block_type__process-columns div[class^="col"] {
    max-width: 50%;
  }
}
@media only screen and (min-width: 860px) {
  .block_type__process-columns.number-of-columns__3 div[class^="col"] {
    max-width:30.95%;
  }
}
@media only screen and (min-width: 1000px) {
  .block_type__process-columns div[class^="col"] {
    max-width: 25%;
  }
  .block_type__process-columns.number-of-columns__3 div[class^="col"] {
    max-width:24.95%;
  }
}
/* PROCESS TABS */
.block_type__process-tabs .page_frame {
  padding: 0;
}
.process-tabs__container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.process-tabs__tabs-container {
  top: 0;
  width: 100%;
  z-index: 2;
}
.process-tabs__tab {
  white-space: nowrap;
}
.process-tab {
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2d2e2f;
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding: 15px 30px;
  position: relative;
  text-align: left;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  width: 100%;
}
.process-tab[data-state="active"]::before {
  background-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease-in 300ms;
  transition: -webkit-transform ease-in 300ms;
  transition: transform ease-in 300ms;
  transition: transform ease-in 300ms, -webkit-transform ease-in 300ms;
  width: 50vw;
}
.process-tab[data-state="active"]::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.process-tab[data-state="active"] {
  background-color: #006341;
  color: #fff;
}
.process-tab .step {
  font-size: 0.75rem;
  font-weight: 700;
}
.process-tabs__tab-content-container {
  width: 100%;
}
.process-tabs__tab-content {
  margin-bottom: 35px;
}
.tab-content__img-container,
.tab-content__img-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-content__img-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 70vw;
  margin-bottom: -60px;
  margin-left: 7.86%;
  max-height: 465px;
  padding: 20px 50px;
  position: relative;
  width: calc(100% - 7.86%);
  z-index: 1;
}
.tab-content__img-container::after {
  background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0) 200px);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tab-content__img-container > .bizango_image_controls {
  position: absolute;
  top: 0;
}
.tab-content__img-container  > img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
.tab-content__img-title-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.tab-content__title h2 {
  margin-bottom: 0;
}
.tab-content__content-container.light-blue {
  background-color: #b6c4cf;
}
.tab-content__content-container.med-blue {
  background-color: #728491;
}
.tab-content__content-container.dark-blue {
  background-color: #3e474e;
}
.tab-content__content-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 20px 70px 20px;
  width: 100%;
}
.tab-content__content-container .bizango_cms_content {
  display: block;
  margin: 0 auto;
  max-width: 89.67%;
}
/* ADMIN */
.block__admin-view .process-tabs__container {
  padding-top: 60px;
  position: relative;
  width: 100%;
}
.block__admin-view .process-tabs__container > .bizango_content_controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.block__admin-view .limit + .bizango_content_controls .bizango_content_controls_add {
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}
@media only screen and (min-width: 480px) {
  .tab-content__img-container {
    margin-bottom: -110px;
  }
  .tab-content__img-container {
    height: 50vw;
  }
  .tab-content__content-container {
    padding: 130px 20px 70px 20px;
    max-width: 94.4%;
  }
}
@media only screen and (min-width: 860px) {
  .block_type__process-tabs .page_frame {
    padding-left: 5%;
    padding-right: 5%;
  }
  .process-tabs__tabs-container {
    max-width: 20.34%;
    position: -webkit-sticky;
    position: sticky;
  }
  .process-tabs__tab-content-container {
    max-width: calc(78.76% - 20px);
    margin-left: 20px;
  }
  .tab-content__img-container {
    margin-bottom: -14.43%;
  }
  .tab-content__content-container .bizango_cms_content {
    max-width: 75.67%;
  }
}
@media only screen and (min-width: 1000px) {
  .process-tabs__tabs-container {
    margin-left: 5.65%;
    max-width: 15.34%;
  }
  .process-tabs__tab-content-container {
    max-width: calc(71.76% - 20px);
  }
}
/* OFFSET BLOCK*/
.block_type__offset-block.padding-bottom__offset,
.block_type__offset-block .col-1 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offset-block__text {
  margin-bottom: 20px;
  width: 100%;
}
.offset-block__img {
  height: 50vw;
  max-height: 325px;
  width: 100%;
}
.offset-block__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
/* OPTIONS */
.block_type__offset-block.padding-bottom__offset {
  padding-bottom: 60px;
  z-index: 1;
}
.block_type__offset-block.padding-bottom__offset .offset-block__text .bizango_cms_content *:last-child {
  margin-bottom: 0;
}
.padding-bottom__offset .offset-block__img {
  margin-bottom: -105px;
}
.block_type__offset-block.reverse-columns__yes .col-1{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 860px) {
  .offset-block__text {
    margin-bottom: 0;
    margin-left: 0;
    max-width: 50.69%;
  }
  .offset-block__img {
    /* -ms-flex-item-align: end;
        align-self: flex-end; */
    height: 50vw;
    margin-left: 5.63%;
    max-width: 42.69%;
  }
}
@media only screen and (min-width: 1000px) {
  .offset-block__text {
    /* margin-left: 5.63%;
    max-width: 44.69%; */
  }
  .offset-block__img {
    /* max-width: 38.24%; */
    /* max-width: 43.24%; */
  }
}
/* --------------------------FILTER GALLERY */
.block_type__project-grid .all-cols-wrap {
  opacity: 0;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}
.block_type__project-grid .project-grid__top-text {
  display: block;
  margin: 0 auto 40px auto;
  max-width: 705px;
  width: 100%;
}
.grid-controls__frame {
  margin-bottom: 20px;
}
.filter__frame {
  margin: 10px 0;
  margin-left: -10px;
}
.filter__frame .filter {
  margin: 0 10px 0 0;
}
.filter-group-container {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px 20px 10px;
  max-width: calc(100% - 20px);
}
.block__admin-view .filter-group-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sort__frame {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sort__frame + .box--admin-max-content,
.sort__frame select,
.sort__frame .reset-button-frame {
  display: none !important;
}
.sort__select {
  margin-right: 10px;
}
.sort__frame .button-grp {
  width: 100%;
}
.tagset__title {
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.filter-sort__frame .button-grp-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.filter-sort__frame .button-grp {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 50%);
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
}
.sort__frame .button-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.admin-controls__frame .button-grp .button,
.filter-sort__frame .button-grp button,
.filter-sort__frame .button-grp .button {
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1em;
  margin: 2px;
  padding: 5px 10px;
  text-align: center;
}
/* non-theming default colors */
.admin-controls__frame .button,
.filter-sort__frame button,
.filter-sort__frame .button {
  background-color: rgb(196, 196, 196);
  color: #000;
}
.admin-controls__frame .button.active,
.filter-sort__frame button.active,
.filter-sort__frame .button.active {
  background-color: rgb(110 110 110);
  color: white;
}
.admin-controls__frame .button-grp .button::after,
.filter-sort__frame .button-grp button::after,
.filter-sort__frame .button-grp .button::after {
  display: none;
}
.filter-sort__frame .button-grp .button input,
.admin-controls__frame input {
  position: absolute;
  visibility: hidden;
}
.reset-button-frame {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.filter-sort__frame .reset,
.submit-filter-defaults {
  background-color: #999;
  border: 0;
  border-radius: 10px;
  color: black;
  cursor: not-allowed;
  margin: 5px 14px;
  opacity: 0.1;
  padding: 5px 10px;
}
.submit-filter-defaults {
  margin: 5px 0;
}
.filter-sort__frame .reset.active,
.submit-filter-defaults.active {
  cursor: pointer;
  opacity: 1;
}
.block_type__project-grid .no-results {
  margin: 10px;
  text-align: center;
}
.block_type__project-grid .element__filter_grid {
  margin: 0 -10px;
}
.block_type__project-grid .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.element__filter_grid .grid-item {
  display: block;
  margin-bottom: 30px;
}
.element__filter_grid .grid-item .bizango_content_title {
  font-size: 1.2em;
}
.element__filter_grid .filter-gallery__image {
  margin-bottom: 20px;
}
.element__filter_grid .filter-gallery__image img {
  width: 100%;
}
.project-grid__project-title {
  background-color: rgba(255,255,255,0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 20px;
  cursor: pointer;
  left: 0;
  padding: 15px 5px 15px 5px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity ease 400ms;
  transition: opacity ease 400ms;
  width: 100%;
}
.project-grid__project-title .title {
  font-size: 1.25rem !important;
  line-height: 1.2em;
  margin-bottom: 0;
}
.block_type__project-grid .grid-item:hover .project-grid__project-title {
  opacity: 1;
}
.block__admin-view .project-grid__project-title {
  background: none;
  bottom: auto;
  cursor: default;
  opacity: 1;
  pointer-events: all;
  position: relative;
}
.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.filter-group-container .box--admin-max-content {
  display: none !important;
}
/* OPTIONS */
.block_type__project-grid.center-columns__yes .filter-sort__frame .button-grp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block_type__project-grid.columns__2 .grid-item,
.block_type__project-grid.columns__3 .grid-item,
.block_type__project-grid.columns__4 .grid-item  {
	margin: 0 10px 20px 10px;
	max-width: calc(100% - 20px);
	width: 100%;
}
.aspect-ratio__square .filter-gallery__image .cropped-image,
.aspect-ratio__sleek .filter-gallery__image .cropped-image {
  display: block;
}
.aspect-ratio__square .filter-gallery__image img,
.aspect-ratio__sleek .filter-gallery__image img {
  display: none;
}
.aspect-ratio__square .filter-gallery__image .cropped-image {
  padding-bottom: 100%;
}
.aspect-ratio__sleek .filter-gallery__image .cropped-image {
  padding-bottom: 66.6667%;
}
/* ADMIN */
.block_type__project-grid .bizango_image_controls,
.block_type__project-grid .bizango_cms_pencil,
.block_type__project-grid .element__tags {
  display: none;
}
.block_type__project-grid.is-editable .bizango_image_controls,
.block_type__project-grid.is-editable .bizango_cms_pencil,
.block_type__project-grid.is-editable .element__tags {
  display: block;
}
.block_type__project-grid.is-editable .element__filter_grid {
  margin: 0;
}
.block_type__project-grid.is-editable .grid {
  margin: 0 -10px;
}
.grid-controls__frame .box--admin-max-content,
.filter-sort__frame .box--admin-max-content {
  display: block;
  margin: 10px auto;
}
.block_type__project-grid .box--admin .help {
  display: block;
}
.block_type__project-grid.block__admin-view .admin-controls {
  padding-top: 0;
}
.block_type__project-grid  .admin-controls__frame {
  margin-bottom: 20px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.block_type__project-grid.block__admin-view {
  padding-left: 50px;
}
.block_type__project-grid.block__admin-view .element__filter_slot {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 33px;
  position: relative;
}
.block_type__project-grid.block__admin-view .col-1 {
  padding-top: 60px;
}
.block_type__project-grid.block__admin-view .admin-controls__frame {
  left: -2px;
  position: absolute;
  top: -41px;
}
.block_type__project-grid.block__admin-view .element__filter_slot {
  border-top: 3px solid rgb(231, 231, 231);
  padding-top: 20px;
}
.block_type__project-grid.is-editable.vertical-layout__true.block__admin-view .element__filter_slot {
  padding-top: 70px;
}
.block_type__project-grid.block__admin-view .filter-group-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.block_type__project-grid.block__admin-view .filter-group-container .tagset__title {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.block_type__project-grid.vertical-layout__true.block__admin-view .filter-group-container {
  width: auto;
}
@media only screen and (min-width: 480px) {
  .filter-sort__frame .button-grp {
    grid-template-columns: repeat(auto-fit, minmax(120px, 33.333%));
  }
  .sort__frame .button-grp {
    width: auto;
  }
}
@media only screen and (min-width: 640px) {
  .sort__frame {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .filter-sort__frame .button-grp {
    grid-template-columns: repeat(auto-fit, minmax(160px, 25%));
  }
	.block_type__project-grid.columns__2 .grid-item,
	.block_type__project-grid.columns__3 .grid-item,
	.block_type__project-grid.columns__4 .grid-item {
		max-width: calc(50% - 20px);
	}
}
@media only screen and (min-width: 768px) {
	.block_type__project-grid.columns__3 .grid-item,
	.block_type__project-grid.columns__4 .grid-item {
		max-width: calc(33.333% - 20px);
	}
}
@media only screen and (min-width: 1000px) {
  .filter-sort__frame .button-grp {
    grid-template-columns: repeat(auto-fit, minmax(160px, 20%));
  }
  .filter-sort__frame .button-grp button,
  .filter-sort__frame .button-grp .button {
    border-radius: 0px;
    margin: 2px;
  }
  .filter-sort__frame .reset {
    margin: 5px;
  }
  .tagset__title {
    margin-top: 0;
  }
  .block_type__project-grid.columns__4 .grid-item {
		max-width: calc(25% - 20px);
  }
  .project-grid__project-title {
    opacity: 0;
  }
}
/* --------------------------SITE CTA*/
.block_type__site-cta,
.block_type__site-cta .col-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block_type__site-cta {
  min-height: 200px;
}
.block_type__site-cta .page_frame {
  width: 100%;
}
.block_type__site-cta .col-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-cta__text-main {
  margin: 0 auto;
  overflow: visible;
  text-align: center;
  width: auto;
}
.site-cta__text-button {
  width: auto;
}
/* OPTIONS */
.flair__true .site-cta__text-main {
  position: relative;
}
.flair__true .site-cta__text-main .bizango_cms_content::before {
  background-image: url(/images/sites/jdb/flair_square-lines.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: none;
  height: 100vw;
  left: -60px;
  max-height: 90px;
  max-width: 90px;
  opacity: 0.5;
  position: absolute;
  top: calc(1em - 45px);
  width: 100vw;
}
@media only screen and (min-width: 640px) {
  .flair__true .site-cta__text-main .bizango_cms_content::before {
    display: block;
  }
  .site-cta__text-main {
    margin: 0 4.84%;
    max-width: 44.54%;
    text-align: left;
    width: 100%;
  }
}
/* --------------------------STORY BLOCK*/
.block_type__story-block .col {
  width: 100%;
}
.col-image-top .story-block__img {
  height: 50vw;
  max-height: 430px;
  width: 100%;
}
.story-block__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.block_type__story-block .col-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
.story-block__text {
  width: 100%;
}
.col-main .story-block__img {
  height: 52vw;
  width: 100%;
}
@media only screen and (min-width: 860px) {
  .story-block__text {
    max-width: 44.68%;

  }
  .col-main .story-block__img {
    height: 63vw;
    margin-left: 5.64%;
    margin-top: -120px;
    max-height: 640px;
    max-width: 46.24%;
  }
}
@media only screen and (min-width: 1000px) {
  .story-block__text {
    max-width: 44.68%;
    padding-left: 5.64%;
  }
  .col-main .story-block__img {
    height: 52vw;
    margin-top: -190px;
    max-width: 38.24%;
  }
}
/* --------------------------FAQS*/
.block_type__faqs.padding-top__offset {
  margin-top: -45px;
  padding-top: 0;
}
.block_type__faqs .windowshade-button {
  color: #2d2e2f;
}
.block_type__faqs .windowshade-plus::before {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon2";
  font-size: 32px;
  font-weight: 700;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}
.block_type__faqs .active .windowshade-plus::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.block_type__faqs .windowshade-plus span {
  display: none;
}