:root {
  --green-dark: #00220a;
  --Mint-Light: #00d6c4;
  --default-font: "TTNorms Regular";
  --Mint-Dark: #007f74;
  --Mint-Default: #00ad9e;
  --Green-Default: #014c45;
  --Off-white: #fffff0;
  --gold-yellow: #fef8bd;
  --green-light: #007f74;
  --Green-Dark: #00220a;
  --green-lable: #054f48;
  --Yellow-Default: #f0e891;
  --Grey: #e5e5e5;
  --Light-grey: #f5f5f5;
  --Grey2: #f0f0f0;
  --Yellow-Light: #fef8bd;
  --Green-Light: #6eada6;
  --Off-white-dark: #f9f3dc;
  --White: #fff;
  --Error: #d11414;
}

.z-index-1 {
  z-index:1;
}

.z-index-2 {
  z-index:2;
}

.z-index-3 {
  z-index:3;
}

.z-index-4 {
  z-index:4;
}

.z-index-5 {
  z-index:5;
}

.z-index-6 {
  z-index:6;
}

sup {
  vertical-align: baseline !important;
  font-size: small !important;
  top: -0.4em;
  position: relative;
}

.dark-green-row {
  background: var(--Green-Dark);
}

/* industry carousel */

.industry-carousel .slider {
padding: 90px 0 30px;
}

.industry-carousel .slider .slick-track {
  margin:0;
}

.industry-carousel .slider .slick-track, .industry-carousel .slider .slick-list {
  height:320px;
}

.industry-carousel .slider .slick-list {
  overflow: visible;
}


  .industry-carousel .bottom a {
    font-size: 14px;
  }

  .industry-carousel .slider .pagination {
    width: 100%;
  margin-top: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}
.industry-carousel .slider .pagination .arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.industry-carousel .slider .pagination .arrows .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.industry-carousel .slider .pagination .lbl {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Yellow-Default);
  font-family: var(--default-font);
}

.industry-carousel .slider,
.industry-carousel .slider .part {
  width: 100%;
}

.industry-carousel .slider .part {
  display: flex;
  flex-direction: column;
}

.industry-carousel .slider .list {
  /*padding: 60px 0;
  padding-bottom: 20px;*/
  height:320px;
}

.industry-carousel .slider .pagination {
  margin-top: 0;
  padding: 30px 0;
  justify-content: flex-start;
}

.industry-carousel .slider .list .item {
  border-radius: 16px;
  border: 1px solid var(--Mint-Dark);
  background-color: var(--Green-Dark);
  margin: 0 5px;
  transition: 0.3s all;
  aspect-ratio: 475 / 370;
  background-size: cover;
  overflow: hidden;
}

.industry-carousel .slider .list .item .tint {
padding: 30px 40px 40px 40px;
background-color: rgba(0,0,0,0.2);
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:100%;
}

.industry-carousel .slider .list .item:not(.slick-active) {
  opacity:0.5;
}

.industry-carousel .slider .list .item:last-of-type {
  /*margin-right: 15vw;*/
}

.industry-carousel .slider .list .item .sub-title {
  margin-top: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: var(--default-font);
  color: var(--Yellow-Light);
  display: inline-flex;
  margin-bottom: 5px;
  text-align: center;
}
.industry-carousel .slider .list .item .title {
  line-height: 1;
  font-size: 18px;
  text-align: center;
  color: var(--Off-white);
}
.industry-carousel .slider .list .item .title a {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 103%;
  color: var(--Off-white);
  font-family: var(--default-font);
}
.industry-carousel .slider .list .item .buttons {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.industry-carousel .slider .list .item .buttons > span {
  display: inline-flex;
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background-color: var(--Green-Default);
  color: var(--White);
  font-family: var(--default-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

/* side icon content */

.adjusted-side-icon .bldr-box-content {
  margin-top:0 !important;
}

.adjusted-side-icon .bldr-box-content b {
  font-weight:700 !important;
}

.adjusted-side-icon .bldr-wrapper-icon {
  margin-top: 0.2em;
}

/* remove the second image on the directors and oficers product on mobile */

@media (max-width: 575.98px) {

  .hide-on-phone-portrait {
    display:none !important;
  }

body.postid-408 .flex-section .column-images-flex-gallary.style4 .bldr-column-content .bldr-image.parallax-big-img-2 {
  width: 75.8468335788% !important;
  top: unset;
  bottom: 0;
  left: 20px;
}

body.postid-408 .flex-section .column-images-flex-gallary.style4 .bldr-column-content .parallax-big-circle-2 {
   width: 86.4506627393% !important;
	left: unset;
	top: 0;
	right: 0;
}

body.postid-408 .flex-section .column-images-flex-gallary.style4 .bldr-column-content .rotating-circle {
  width: 27.8350515464% !important;
	left: unset;
	top: unset;
	right: 5.00736377025%;
	bottom: 8.83280757098%;
}

}

/* privacy table */

.privacy-body table {
font-size: 14px;
}

.privacy-body table thead {
  font-weight:700;
}

.privacy-body table td {
    text-align: left;
    padding: 10px;
}

@media (max-width: 575.98px) {

.privacy-body table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  min-width: initial;
}

.privacy-body table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .privacy-body table tr {
    display: flex;
    flex-direction:column;
    margin-bottom: 1rem;
  }

  .privacy-body table td {
    display: flex;
    flex-direction:column;
    padding-left: 0;
  }

  .privacy-body table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    font-weight:bold;
  }

}

/* event banner */

#event-banner {
  border-radius: 50px 50px 0 0;
}

@media screen and (max-width: 1024px) {
  #event-banner {
  border-radius: 30px 30px 0 0;
}
}

#event-banner h2 {
   font-weight:400;
}

#event-banner p {
   margin-bottom:1rem;
}

@media (max-width: 575.98px) {
  #event-banner p {
    font-size: 16px;
  }
  #event-banner .bldr-increase-heading.bldr-heading-180 > span {
    font-size:175%;
  }

  #event-banner .bldr-bg-image.bldr-bg-center-center {
    background-position: center right -300px;
    opacity: 0.7;
  }
}

/* full height element */

body .full-height {
  height:100% !important;
}