/*
 Theme Name:   Lexagri
 Theme URI:    https://www.foodchainid.com/
 Description:  Foodchain ID corporate website.
 Author:       All Around - updated by Benjamin Huet
 Author URI:   https://allaround.digital/
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  lex
*/


/*=============================================*/


/*GENERAL*/


/*=============================================*/

/* @import url('https://fonts.cdnfonts.com/css/microsoft-sans-serif'); */
        
/* @import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;500&display=swap'); */

@font-face{
	font-family:"MicrosoftSansSerifW01-R";
	src:url("./css/Fonts/904807/a49c1f74-5e66-4b5d-8379-8d8b8723fa15.woff2") format("woff2"),url("./css/Fonts/904807/fd265480-7ab1-4e72-8008-05565082f422.woff") format("woff");
}

:root {
  --green-color: #388649;
  --blue-light: #1d592a;
  --secondary-green-color: #3F9652;
  --orange-color: #FF9643;
  /*FCID*/
  --blue-teal: #27787f;/**/
  --blue-deep-teal: #007681;/*Product certification*/
  --blue-light: #38b6cc;/**/
  --blue-deep: #1d4f91;/*food safety*/ 
  --blue-bright: #007dba;/*testing*/
  --purple: #543278;/*product dev*/
  --green: #007a53;/**regulatory compliance*/
  --green-light: #e3f1ec;
  --beige: #fbf8f2;
  /*end FCID*/
  --light-grey-color: #EEE;
  --dark-grey-color: #222;
  --medium-grey-color: #444;
  /* --global-font: 'Signika', sans-serif; */
  --global-font: 'MicrosoftSansSerifW01-R', sans-serif;
  --secondary-font: 'Roboto', sans-serif;
  --max-width: 1700px;
  --min-font-size: 1.7em;
  --lateral-padding: 11vw;
  --tec-color-accent-primary: #27787f;
  --tec-color-link-accent: #007681;
  --tec-color-background-events-bar-submit-button-hover: #38b6cc;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.lazyload, .lazyloading {
	opacity: 1!important;
}
html {
  overflow-x: hidden;
  font-family: var(--global-font);
}
body {
  font-size: 10px;
  background-color: #FFF;
  background-color: var(--blue-teal);
}
main {
  background-color: #FFF;
  min-height: 50vh;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
  pointer-events: none;
  z-index: 999999;
  top: 0px;
  left: 0;
}
body.overlay::before {
  opacity: 1;
}
.bg-blue-teal{
	background-color: var(--blue-teal)!important;
}
.bg-blue-deep-teal{
	background-color: var(--blue-deep-teal)!important;
}
.bg-blue-light{
	background-color: var(--blue-light)!important;
}
.bg-green{
	background-color: var(--green)!important;
}
.bg-green-light{
	background-color: var(--green-light)!important;
}
.bg-purple{
	background-color: var(--purple)!important;
}
.bg-beige{
	background-color: var(--beige)!important;
}
.color-blue-teal{
	color: var(--blue-teal)!important;
}
.color-blue-light{
	color: var(--blue-light)!important;
}
.color-green{
	color: var(--green)!important;
}
.color-purple{
	color: var(--purple)!important;
}
.color-grey{
	color: var(--light-grey-color)!important;
}




h1 {
  font-size: 6em;
  font-family: var(--global-font), sans-serif;
  line-height: 1;
  margin-bottom: 1.5em;
  position: relative;
  margin-bottom: 25px;
  font-weight: 100;
  color: #FFF;
  font-weight: 400;
}
h2 {
  font-size: 4.3em;
  font-family: var(--global-font), sans-serif;
  line-height: 1.2;
  position: relative;
  margin-bottom: 30px;
  font-weight: 500;
  color: var(--medium-grey-color);
  
}
h2.wp-block-heading{
	color: var(--blue-teal);
	/* background-color: var(--blue-teal); */
	/* background-image: linear-gradient(45deg, var(--blue-light), var(--green)); */
	/* background-size: 100%; */
	/* -webkit-background-clip: text; */
	/* -moz-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	/* -moz-text-fill-color: transparent; */
}
h3 {
  font-size: 3em;
  font-family: var(--global-font), sans-serif;
  line-height: 1.3;
  margin-bottom: 1.5em;
  position: relative;
  margin-bottom: 25px;
  font-weight: 500;
  color: var(--blue-teal);
}
h4 {
  font-size: 2em;
  font-family: var(--global-font), sans-serif;
  line-height: 1.3;
  margin-bottom: 1.5em;
  position: relative;
  margin-bottom: 25px;
  font-weight: 600;
  color: var(--medium-grey-color);
}
p {
  font-size: var(--min-font-size);
  font-family: var(--global-font);
  line-height: 1.6;
  margin-bottom: 1.5em;
  font-weight: 300;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
}
.color-white{
	color: #ffffff!important;
	background-color: unset;
    background-image: unset;
    -webkit-text-fill-color: unset;
    -moz-text-fill-color: unset;
}
::-moz-selection {
	background-color: var(--blue-light);
	color: #fff!important;
}
::selection {
   background-color: var(--blue-light);
   color: #ffffff!important;
}
p.narrow_box {
  max-width: 500px;
}
.bigger p {
  font-size: 2.5em !important;
}
#hero p {
  color: #EEE;
  position: relative;
  line-height: 1.3;
  max-width: 600px;
  opacity: 1;
  /* transform: translateY(50px); */
  /* transition: all 1s cubic-bezier(.56, .2, .23, .89); */
  /* transition-delay: 1.4s; */
}
/* .loaded #hero p { */
  /* opacity: 1; */
  /* transform: translate(0); */
/* } */
#hero .cth_cta_btn{
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s cubic-bezier(.56, .2, .23, .89);
	transition-delay: 1.4s;
}
.loaded #hero .cth_cta_btn {
  opacity: 1;
  transform: translate(0);
}
#hero:not(.services_hero):not(.solutions_hero) p::before {
  content: "";
  top: 0;
  left: 0;
  width: 0px;
  height: 2px;
  background-color: #EEE;
  position: absolute;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
  transition-delay: 2s;
}
.loaded #hero p:before {
  width: 30px;
}
p.showup {
  line-height: 1;
}
p.showup .animated_word {
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
  transform: translateX(10px);
  opacity: 0;
  position: relative;
  display: inline-block;
}
p.showup.animate .animated_word {
  opacity: 1;
  transform: translateX(0);
}
blockquote {
  font-family: var(--quote-font);
  font-size: 5em;
  color: var(--blue-color);
  border: none;
}
blockquote p {
  font-size: 1em;
  line-height: 1.2;
  font-family: var(--quote-font);
}
section {
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: var(--lateral-padding);
  padding-right: var(--lateral-padding);
}
section+section {
  padding-top: 50px;
}
.standard_page section {
  padding-left: 0;
  padding-right: 0;
}
section.lines_background {
  padding-top: 0px;
}
pre {
  position: relative;
  font-size: var(--min-font-size);
  font-family: var(--global-font);
  color: var(--blue-teal);
  line-height: 1.6;
  margin-bottom: 0.5em;
  font-weight: 300;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
  letter-spacing: 2px;
}
.cjsabg .wp-block-image {
  padding-top: 80px;
  padding-bottom: 80px;
}

.entry-content {
  background-color: #fff;
}
.entry-content a.aspam_em {
  font-size: var(--min-font-size);
  font-family: var(--global-font);
  line-height: 1.6;
  display: inline-block;
  font-weight: 400;
  color: var(--blue-teal);
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
}
p a.aspam_em {
    font-size: inherit!important;
}
.entry-content ul {
  list-style: none;
  padding-bottom: 25px;
}
.entry-content ul li:not(.service_box) {
  display: block;
  font-size: var(--min-font-size);
  font-family: var(--global-font);
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  font-weight: 300;
  position: relative;
  line-height: 1.4;
}

.entry-content ul:not(.order_details, .page-numbers, .wc_payment_methods, .wc-block-grid__products) li:not(.service_box, .product, .description_tab, .selected, .wc_payment_method, .wc-block-grid__product)::before {
  content: "";
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--blue-light);
  position: absolute;
  border-radius: 20px;
}
.entry-content li>ul {
  padding-top: 8px;
}
.entry-content li>ul>li {
  font-size: 1em!important;
}
.hero+section,
.entry-content section:first-child {
  padding-top: 70px;
}
.entry-content section:last-child {
  padding-bottom: 80px;
}
.home .entry-content section:last-child {
  padding-bottom: 150px;
}
.wp-block-columns {
  margin-bottom: inherit !important;
  gap: 7em !important;
}
.wp-block-image {
  margin: 0;
}
.wp-block-image img {
  max-width: 70%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cjsabg .wp-block-image img{
	border-radius: 30px;	
}
.section_padding,
.svp {
  padding-top: 100px;
  padding-bottom: 100px;
}
.left_standard_padding {
  padding: 80px;
  padding-left: 8vw;
}
.right_standard_padding {
  padding-right: 8vw;
}
.no-vertical-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding {
  margin: 0 !important;
  padding: 0 !important;
}
.bottom_line {
  position: relative;
}
.bottom_line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 80px;
  background-color: var(--blue-teal);
}
.standard_lateral_padding,
.slp {
  padding-left: 8%;
  padding-right: 8%;
}
.vertical_standard_padding,
.vsp {
  padding-top: 80px;
  padding-bottom: 80px;
}
.min_row_padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.no_top_padding,
.ntp {
  padding-top: 0 !important;
}
.no_bottom_padding,
.nbp {
  padding-bottom: 0 !important;
}
.minimal_bottom_padding,
.mbp {
  padding-bottom: 30px !important;
}
.top_over {
  position: relative;
  top: -120px;
}
.green_block {
  background-color: var(--blue-teal) !important;
}
.blue_fonts * {
  color: var(--blue-color) !important;
}
.centered_box {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tpfix {
  padding-top: 5px;
}

/*=============================================*/


/*FLEX SYSTEM*/


/*=============================================*/

.fbox {
  display: -webkit-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: flex !important;
}
.calign {
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.valign {
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.fb19 {
  -webkit-flex-basis: 19%;
  -o-flex-basis: 19%;
  -ms-flex-basis: 19%;
  -moz-flex-basis: 19%;
  flex-basis: 19%;
  max-width: 19%;
  width: 19%;
}
.fb20 {
  -webkit-flex-basis: 20%;
  -o-flex-basis: 20%;
  -ms-flex-basis: 20%;
  -moz-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
}
.fb22 {
  -webkit-flex-basis: 22%;
  -o-flex-basis: 22%;
  -ms-flex-basis: 22%;
  -moz-flex-basis: 22%;
  flex-basis: 22%;
  max-width: 22%;
  width: 22%;
}
.fb25 {
  -webkit-flex-basis: 25%;
  -o-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}
.fb30 {
  -webkit-flex-basis: 30%;
  -o-flex-basis: 30%;
  -ms-flex-basis: 30%;
  -moz-flex-basis: 30%;
  flex-basis: 30%;
  max-width: 30%;
  width: 30%;
}
.fb33 {
  -webkit-flex-basis: 33.3%;
  -o-flex-basis: 33.3%;
  -ms-flex-basis: 33.3%;
  -moz-flex-basis: 33.3%;
  flex-basis: 33.3%;
  max-width: 33.3%;
  width: 33.3%;
}
.fb35 {
  -webkit-flex-basis: 35%;
  -o-flex-basis: 35%;
  -ms-flex-basis: 35%;
  -moz-flex-basis: 35%;
  flex-basis: 35%;
  max-width: 35%;
  width: 35%;
}
.fb50 {
  -webkit-flex-basis: 50%;
  -o-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.fb40 {
  -webkit-flex-basis: 40%;
  -o-flex-basis: 40%;
  -ms-flex-basis: 40%;
  -moz-flex-basis: 40%;
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
}
.fb45 {
  -webkit-flex-basis: 45%;
  -o-flex-basis: 45%;
  -ms-flex-basis: 45%;
  -moz-flex-basis: 45%;
  flex-basis: 45%;
  max-width: 45%;
  width: 45%;
}
.fb48 {
  -webkit-flex-basis: 48%;
  -o-flex-basis: 48%;
  -ms-flex-basis: 48%;
  -moz-flex-basis: 48%;
  flex-basis: 48%;
  max-width: 48%;
  width: 48%;
}
.fb60 {
  -webkit-flex-basis: 60%;
  -o-flex-basis: 60%;
  -ms-flex-basis: 60%;
  -moz-flex-basis: 60%;
  flex-basis: 60%;
  max-width: 60%;
  width: 60%;
}
.fb65 {
  -webkit-flex-basis: 65%;
  -o-flex-basis: 65%;
  -ms-flex-basis: 65%;
  -moz-flex-basis: 65%;
  flex-basis: 65%;
  max-width: 65%;
  width: 65%;
}
.fb67 {
  -webkit-flex-basis: 67%;
  -o-flex-basis: 67%;
  -ms-flex-basis: 67%;
  -moz-flex-basis: 67%;
  flex-basis: 67%;
  max-width: 67%;
  width: 67%;
}
.fb70 {
  -webkit-flex-basis: 70%;
  -o-flex-basis: 70%;
  -ms-flex-basis: 70%;
  -moz-flex-basis: 70%;
  flex-basis: 70%;
  max-width: 70%;
  width: 70%;
}
.fb75 {
  -webkit-flex-basis: 75%;
  -o-flex-basis: 75%;
  -ms-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
  width: 75%;
}
.fb100 {
  -webkit-flex-basis: 100%;
  -o-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.fwrap {
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fb-jsb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.fb-jeven {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
}
.fb-jsa {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.fb-jfend {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.fb-jcenter {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

/*=============================================*/


/*HEROS*/


/*=============================================*/

#hero {
  position: relative;
  opacity: 1;
  /* transition: all 0.5s cubic-bezier(.56, .2, .23, .89); */
}
/* .loaded #hero { */
  /* opacity: 1; */
/* } */
#hero .inner_container {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#home_hero {
  position: relative;
  display: block;
  min-height: 600px;
  opacity: 1;
  /* transition: all 1s cubic-bezier(.56, .2, .23, .89); */
  /* transform: translateY(30px); */
  /* transition-delay: 0.4s; */
  overflow: hidden;
}
/* .loaded #home_hero { */
  /* opacity: 1; */
  /* transform: translateY(0px); */
/* } */
#home_hero>.wp-block-group__inner-container {
  height: auto;
  min-height: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*max-width: var(--max-width);*/
}
#home_hero>.wp-block-group__inner-container>.wp-block-columns {
  gap: 0 !important;
}
#home_hero .wp-block-columns {
  height: 100%;
}
#home_hero .left_col {
  width: 100vw;
  z-index: 999;
  position: relative;
  background: rgba(0, 118, 129, 1);
  background: -moz-linear-gradient(right, rgba(0, 118, 129, 1) 0%, rgba(39, 120, 127, 1) 100%);
  background: -webkit-gradient(right top, right top, color-stop(0%, rgba(39, 120, 127, 1)), color-stop(100%, rgba(56, 134, 73, 1)));
  background: -webkit-linear-gradient(right, rgba(0, 118, 129, 1) 0%, rgba(39, 120, 127, 1) 100%);
  background: -o-linear-gradient(right, rgba(0, 118, 129, 1) 0%, rgba(39, 120, 127, 1) 100%);
  background: -ms-linear-gradient(right, rgba(0, 118, 129, 1) 0%, rgba(39, 120, 127, 1) 100%);
  background: linear-gradient(to right, rgba(0, 118, 129, 1) 0%, rgba(39, 120, 127, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#007681', endColorstr='#27787f', GradientType=1);
  padding-top: 100px;
  padding-bottom: 100px;
}
#home_hero .left_col::before {
  content: "";
  left: 0;
  height: 100%;
  width: 110%;
  position: absolute;
  top: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('./img/dots_teal_glob-min.png');
  z-index: -1;
  opacity: 0.8;
}
#home_hero .headings {
  position: relative;
  top: 0;
  left: 15vw;
  height: 100%;
  width: 45vw;
  z-index: 999;
  padding-top: 80px;
  padding-bottom: 80px;
}
#home_hero .headings p {
  color: #FFF;
  max-width: 80%;
  opacity: 1;
  /* transform: translateY(50px); */
  /* transition: all 1s cubic-bezier(.56, .2, .23, .89); */
  /* transition-delay: 1.4s; */
}
.loaded #home_hero .headings p {
  /* opacity: 1; */
  /* transform: translateY(0px); */
}
#home_hero pre,
#hero pre {
  color: #FFF;
  font-size: 2.5em;
  font-family: var(--global-font);
  line-height: 1;
  margin-bottom: 35px;
  font-weight: 300;
  transition: all 0.8s cubic-bezier(.56, .2, .23, .89);
  max-width: 80%;
  opacity: 0;
  display: block;
  transition-delay: 0.5s;
}
.loaded #hero pre,
.loaded #home_hero pre {
  opacity: 1;
}
#home_hero a.cth_cta_btn.type2 {
  transform: translateY(50px);
  opacity: 0;
}
.loaded #home_hero a.cth_cta_btn.type2 {
  animation: goUp 0.8s cubic-bezier(.56, .2, .23, .89);
  animation-fill-mode: forwards;
  animation-delay: 1.7s;
}
#home_hero .right_col {
  z-index: 99;
  position: relative;
  top: 0;
  right: 0;
  min-height: 600px;
  z-index: 0;
  overflow: hidden;
}
#home_hero .right_col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  z-index: 99;
  background: rgba(39, 120, 127, 1);
  background: -moz-linear-gradient(left, rgba(39, 120, 127, 1) 0%, rgba(56, 134, 73, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(39, 120, 127, 1)), color-stop(100%, rgba(56, 134, 73, 0)));
  background: -webkit-linear-gradient(left, rgba(39, 120, 127, 1) 0%, rgba(56, 134, 73, 0) 100%);
  background: -o-linear-gradient(left, rgba(39, 120, 127, 1) 0%, rgba(56, 134, 73, 0) 100%);
  background: -ms-linear-gradient(left, rgba(39, 120, 127, 1) 0%, rgba(56, 134, 73, 0) 100%);
  background: linear-gradient(to right, rgba(39, 120, 127, 1) 0%, rgba(56, 134, 73, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#27787f', endColorstr='#27787f', GradientType=1);
}
#home_hero .right_col video {
  height: 100%;
  max-height: 100%;
  min-height: 600px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 1s cubic-bezier(.56, .2, .23, .89);
  transform: scale(1.2, 1.2);
}
.loaded #home_hero .right_col video {
  transform: scale(1, 1);
}
#home_hero_lines {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: all 2s cubic-bezier(.56, .2, .23, .89);
  transition-delay: 1s;
  pointer-events: none;
}
.loaded #home_hero_lines {
  width: 100vw;
}
#home_hero_lines svg {
  width: auto;
  position: relative;
  top: 5%;
  height: 90%;
}

/*=============================================*/


/*HEADER*/


/*=============================================*/

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  background-color: #FFF;
  padding-bottom: 20px;
}
#main-header .inner_container {
  margin-left: auto;
  margin-right: auto;
  /*max-width: var(--max-width);*/
}
#logo {
  position: relative;
  width: 33vw;
  max-width: 600px;
  min-width: 230px;
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  opacity: 1;
  /* transform: translateX(40px); */
  /* transition: all 1s cubic-bezier(.56, .2, .23, .89); */
}
/* .loaded #logo { */
  /* transform: translateX(0px); */
  /* opacity: 1; */
/* } */
#logo img {
  width: 100%;
  height: auto;
  min-width: 150px;
}
#main-navigation {
  position: relative;
  background-color: var(--blue-teal);
  height: 150px;
  padding-right: 5vw;
  /* transform: translateY(-100%); */
  /* transition: all 0.7s cubic-bezier(.56, .2, .23, .89); */
}
/* .loaded #main-navigation { */
  /* transform: translateY(0%); */
/* } */
#main-navigation .nav_mask {
  height: 100%;
  width: 150px;
  position: absolute;
  top: 1px;
  left: 0;
}
#main-navigation .nav_mask svg {
  height: 100%;
  width: 100%;
}
#main-navigation ul,
#footer_navigation ul {
  list-style: none;
}
#main-navigation ul>li>ul,
#footer_navigation ul>li>ul {
  display: none;
}
#main-navigation li.level_1_item,
#footer_navigation li {
  display: inline-block !important;
}
#main-navigation li.level_1_item {
  opacity: 1;
  /* transform: translateY(20px); */
  /* transition: all 0.5s cubic-bezier(.56, .2, .23, .89); */
}
#main-navigation li.level_1_item:nth-child(1),
#main-navigation li.level_1_item:nth-child(1) a:before {
  transition-delay: 1s;
}
#main-navigation li.level_1_item:nth-child(2),
#main-navigation li.level_1_item:nth-child(2) a:before {
  transition-delay: 1.1s;
}
#main-navigation li.level_1_item:nth-child(3),
#main-navigation li.level_1_item:nth-child(3) a:before {
  transition-delay: 1.2s;
}
#main-navigation li.level_1_item:nth-child(4),
#main-navigation li.level_1_item:nth-child(4) a:before {
  transition-delay: 1.3s;
}
#main-navigation li.level_1_item:nth-child(5),
#main-navigation li.level_1_item:nth-child(5) a:before {
  transition-delay: 1.4s;
}
#main-navigation li.level_1_item:nth-child(6),
#main-navigation li.level_1_item:nth-child(6) a:before {
  transition-delay: 1.5s;
}
#main-navigation li.level_1_item:nth-child(7),
#main-navigation li.level_1_item:nth-child(7) a:before {
  transition-delay: 1.6s;
}
.loaded #main-navigation li.level_1_item {
  /* opacity: 1; */
  /* transform: translateY(0px); */
}
#main-navigation li.level_1_item a,
#footer_navigation li.level_1_item a {
  font-size: 1.8em;
  font-family: var(--global-font), sans-serif;
  line-height: 1.6;
  font-weight: 400;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
  color: #FFF;
  text-decoration: none;
  display: inline-block !important;
  margin-right: 30px;
  padding: 10px;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}
#main-navigation li.level_1_item.current_item a,
#footer_navigation li.level_1_item.current_item a {
  color: #afe1ba;
}
#main-navigation li.level_1_item.current_item:after,
#footer_navigation li.level_1_item.current_item:after {
  content: "";
  width: 30%;
  height: 3px;
  background-color: #afe1ba;
  left: 0;
  top: 100%;
  position: absolute;
}
.lang_nav {
  background-color: #006734;
  color: #FFF;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px;
  font-size: 1.4em;
}
.lang_nav ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-flex-direction: column;
}
#cth_lang_switcher {
  background-color: var(--blue-light);
  padding: 4px 10px 0px 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 40px;
  width: auto;
  /*background-position: 15px 10px;
  background-repeat: no-repeat;
  background-image: url(img/globe-icon.png);
  background-size: 20px 20px;*/
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
  cursor: pointer;
}
#cth_lang_switcher ul.fbox {
  list-style: none;
  color: #FFF;
  font-size: 1.4em;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#cth_lang_switcher ul li {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 500;
  order: 2;
  opacity: 0;
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
  transform: translateX(10px);
  border-radius: 4px;
}
#cth_lang_switcher ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
#cth_lang_switcher ul li a {
  display: block;
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.5em;
  color: #FFF;
  text-decoration: none;
  font-family: var(--global-font);
}
#cth_lang_switcher ul li:hover {
  background-color: var(--blue-teal);
}
#cth_lang_switcher ul li a:hover {
  /*padding-left: 25px;*/
}
#cth_lang_switcher.opened ul li {
  opacity: 1;
  transform: translateX(0px);
}
#cth_lang_switcher ul li.current-lang {
  opacity: 1;
  transform: translateX(0px);
  -webkit-order: 1;
  order: 1;
  pointer-events: none;
  background-color: transparent;
}
#cth_login_btn {
  background-color: #FFF;
  padding: 8px;
  padding-left: 30px;
  border-radius: 10px;
  height: auto;
  width: auto;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
  cursor: pointer;
  position: relative;
  color: var(--blue-light);
  margin-right: 20px;
  background-position: 10px 10px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url(./img/lock_icon.png);
}
#cth_login_btn nav {
  position: absolute;
  top: 100%;
  right: 0;
  pointer-events: none;
}
#cth_login_btn:hover nav *,
#cth_login_btn:hover nav {
  pointer-events: all;
}
#cth_login_btn nav ul {
  position: relative;
  background-color: var(--blue-teal);
  border-radius: 10px;
  /* width: 300px; */
  -webkit-box-shadow: 0px 0px 34px -11px rgba(0, 54, 30, 1);
  -moz-box-shadow: 0px 0px 34px -11px rgba(0, 54, 30, 1);
  box-shadow: 0px 0px 34px -11px rgba(0, 54, 30, 1);
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
  pointer-events: none;
  max-height: 100vh;
  overflow-y: auto;
}
#cth_login_btn:hover nav ul {
  transform: translateY(0px);
  opacity: 1;
}
#cth_login_btn nav ul li {
  position: relative;
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
  border-radius: 10px;
}
#cth_login_btn nav ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 22px;
  background-image: url(img/iconmonstr-external-link-thin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
}
#cth_login_btn nav ul li:hover::after {
  transform: scale(1.2, 1.2);
}
#cth_login_btn nav ul li:hover {
  background-color: var(--blue-light);
}
#cth_login_btn nav ul li a {
  color: #FFF;
  padding: 20px 50px 20px 20px;
  font-family: var(--global-font);
  font-size: 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
#cth_login_btn span {
  display: block;
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 2em;
  color: var(--blue-teal);
  text-decoration: none;
  font-family: var(--global-font);
  font-weight: 500;
}

/*=============================================*/


/*DESCRIPTIVE MENU*/


/*=============================================*/

#desc_menu {
  position: absolute;
  top: 100px;
  width: 100%;
  overflow: visible;
  pointer-events: none;
  opacity: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
}
#desc_menu * {
  pointer-events: none !important;
}
#desc_menu.show {
  pointer-events: all;
  opacity: 1;
  z-index: 999;
}
#desc_menu.show * {
  pointer-events: auto !important;
}
#desc_menu.show.hidding {
  opacity: 0;
  z-index: 999;
}
#desc_menu .inner_container {
  width: 65vw;
  min-width: 300px;
  position: relative;
}
.submenu {
  width: 100%;
  position: absolute;
  background-color: #FFF;
  border-radius: 10px;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  transform: translateY(30px);
  -webkit-box-shadow: 2px 1px 18px -4px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 2px 1px 18px -4px rgba(0, 0, 0, 0.36);
  box-shadow: 2px 1px 18px -4px rgba(0, 0, 0, 0.36);
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
}
.submenu.show {
  transform: translateY(0px);
  position: relative;
  opacity: 1;
  z-index: 999;
  pointer-events: all;
}
.submenu .menu_list {
  list-style: none;
  background-color: var(--blue-teal);
}
.submenu .menu_list li {
  display: block;
  max-width: 100%;
  width: 100%;
}
.submenu .menu_list li a {
  background-color: var(--blue-teal);
  padding: 20px 25px;
  color: #FFF;
  text-decoration: none;
  text-align: left;
  font-size: 1.9em;
  font-family: var(--global-font);
  font-weight: 500;
  display: block;
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
  border-bottom: 2px solid var(--blue-light);
}
.submenu .menu_list li.current a {
  padding-left: 30px;
  background-color: var(--blue-light);
  border-bottom: 2px solid var(--blue-teal);
}
.submenu #items_descriptions {
  overflow: hidden;
  position: relative;
  min-height: 250px;
}
.submenu #items_descriptions .item_desc {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
  transform: translateX(30px);
  font-family: var(--global-font);
  line-height: 1.5;
  padding: 30px 35px;
  color: #444;
}
.submenu #items_descriptions .item_desc p {
  margin-bottom: 15px;
}
.submenu #items_descriptions .item_desc p.item_title {
  font-size: 2.3em;
  font-weight: 500;
  margin-bottom: 10px;
}
.submenu #items_descriptions .item_desc.show {
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 99;
  pointer-events: all;
  transform: translateX(0px);
}
.submenu #items_descriptions .item_desc .more_info {
  background-color: transparent;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 5px;
  border: 2px solid var(--blue-teal);
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.submenu #items_descriptions .item_desc .more_info span {
  position: relative;
  z-index: 100;
  font-family: var(--global-font), sans-serif;
  color: var(--blue-teal);
  font-size: 1.7em;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
}
.submenu #items_descriptions .item_desc.show .more_info {
  pointer-events: all;
}
.submenu #items_images {
  position: relative;
  overflow: hidden;
}
.submenu #items_images .item_image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  transform: scale(1.2, 1.3);
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
}
.submenu #items_images .item_image.show {
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
  pointer-events: all;
  transform: translateX(0px);
  transform: scale(1, 1);
}
.submenu #items_descriptions .item_desc.show .more_info .bg_curtain {
  position: absolute;
  width: 0%;
  height: 100%;
  bottom: 0;
  right: 0;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
  z-index: 0;
  background-color: var(--blue-teal);
}
.submenu #items_descriptions .item_desc.show .more_info:hover span {
  color: #FFF;
}
.submenu #items_descriptions .item_desc.show .more_info:hover .bg_curtain {
  width: 100%;
}

/*=============================================*/


/*HOMEPAGE*/


/*=============================================*/

#our_services {
  min-height: 600px;
}
#services_showcase {
  min-height: 600px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: var(--lateral-padding);
  padding-right: var(--lateral-padding);
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
.home #services_showcase {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0 !important;
  padding-bottom: 60px !important;
}

/*.lexagri_services_list_module{
  padding-left: 7vw;
  padding-right: 7vw;
}*/

.lexagri_services_list_module ul {
  padding-bottom: 0;
  margin-bottom: 0;
  gap: 2%;
}
.service_box {
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 4px 2px 19px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 4px 2px 19px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 4px 2px 19px 5px rgba(0, 0, 0, 0.06);
  padding: 30px;
  padding-bottom: 90px;
  margin-bottom: 20px;
  margin-top: 20px;
  min-width: 300px;
}
.service_box h3 {
  font-size: 3em;
  font-weight: 400;
  text-align: center;
  display: block;
  width: 100%;
  color: var(--blue-teal);
}
.centered_text,
.service_box p {
  text-align: center;
}
.centered_text a.cth_cta_btn.type1 {
  margin-left: 1em;
  margin-right: 1em;
  display: inline-block;
}
.service_box figure {
  padding: 0;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.service_box .button_box {
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  width: 100%;
}
.service_box .button_box a {
  display: inline-block;
}
li.service_box .box_contents {
  width: 100%;
  display: block;
}

/*=============================================*/


/*SOLUTION SINGLE PAGE*/


/*=============================================*/

#hero.solutions_hero {
  position: relative;
}
#hero.solutions_hero>.inner_container {
  position: relative;
  z-index: 100;
  width: 100%;
}
#hero.solutions_hero>.inner_container .headings::before {
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('./img/dots_teal_glob-min.png');
  z-index: -1;
  opacity: 0.7;
}
#hero.solutions_hero #home_hero_lines {
  z-index: 999;
}
#hero.solutions_hero .headings {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 15vw;
  background: rgba(29, 89, 42, 1);
  background: -moz-linear-gradient(left, rgba(29, 89, 42, 1) 0%, rgba(56, 134, 73, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29, 89, 42, 1)), color-stop(100%, rgba(56, 134, 73, 1)));
  background: -webkit-linear-gradient(left, rgba(29, 89, 42, 1) 0%, rgba(56, 134, 73, 1) 100%);
  background: -o-linear-gradient(left, rgba(29, 89, 42, 1) 0%, rgba(56, 134, 73, 1) 100%);
  background: -ms-linear-gradient(left, rgba(29, 89, 42, 1) 0%, rgba(56, 134, 73, 1) 100%);
  background: linear-gradient(to right, rgba(29, 89, 42, 1) 0%, rgba(56, 134, 73, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1d592a', endColorstr='#388649', GradientType=1);
  height: 100%;
  overflow: visible;
  position: relative;
  z-index: 100;
}
#hero.solutions_hero .headings .inner_container {
  width: 50vw;
}
#hero.solutions_hero #hero_image {
  width: 55%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 98;
  overflow: hidden;
  background-color: var(--blue-teal);
}
#hero.solutions_hero #hero_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 99;
  background: rgba(56, 134, 73, 1);
  background: -moz-linear-gradient(right, rgba(56, 134, 73, 1) 0%, rgba(56, 134, 73, 0) 100%);
  background: -webkit-gradient(right top, left top, color-stop(0%, rgba(56, 134, 73, 1)), color-stop(100%, rgba(56, 134, 73, 0)));
  background: -webkit-linear-gradient(right, rgba(56, 134, 73, 1) 0%, rgba(56, 134, 73, 0) 100%);
  background: -o-linear-gradient(right, rgba(56, 134, 73, 1) 0%, rgba(56, 134, 73, 0) 100%);
  background: -ms-linear-gradient(right, rgba(56, 134, 73, 1) 0%, rgba(56, 134, 73, 0) 100%);
  background: linear-gradient(to right, rgba(56, 134, 73, 1) 0%, rgba(56, 134, 73, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#388649', endColorstr='#388649', GradientType=1);
}
#hero.solutions_hero #hero_image figure {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  /* transform: scale(1.3, 1.3); */
  transition: all 1.5s cubic-bezier(.56, .2, .23, .89);
}
.loaded #hero.solutions_hero #hero_image figure {
  /* opacity: 1; */
  /* transform: scale(1, 1); */
}
#hero.solutions_hero #hero_image figure img {
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  position: absolute;
  width: 100%;
}

/*=============================================*/


/*SERVICE SINGLE PAGE*/


/*=============================================*/

#hero.services_hero {
  min-height: 600px;
  width: 100vw;
  overflow: hidden;
  position: relative;
  padding-bottom: 0px;
  padding-top: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('./img/corn-field.jpg');
  background-size: cover;
}
#hero.services_hero * {
  z-index: 99;
}
#hero.services_hero::before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(0, 118, 129, 1);
  background: -moz-linear-gradient(bottom, rgba(0, 118, 129, 1) 0%, rgba(0, 122, 83, 1) 100%);
  background: -webkit-gradient(bottom, top, color-stop(0%, rgba(0, 118, 129, 1)), color-stop(100%, rgba(0, 122, 83, 1)));
  background: -webkit-linear-gradient(bottom, rgba(0, 118, 129, 1) 0%, rgba(0, 122, 83, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 118, 129, 1) 0%, rgba(0, 122, 83, 1) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 118, 129, 1) 0%, rgba(0, 122, 83, 1) 100%);
  background: linear-gradient(to top, rgba(0, 118, 129, 1) 0%, rgba(0, 122, 83, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#007681', endColorstr='#007a53', GradientType=1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.9;
}
#hero.services_hero .bottom_mask {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 182px;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
  width: 100vw;
  white-space: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#hero.services_hero .bottom_mask::before {
  content: "";
  background-color: #FFF;
  position: absolute;
  right: 95vw;
  width: 5vw;
  height: 100%;
  top: 1px;
}
#hero.services_hero .bottom_mask::after {
  content: "";
  background-color: #FFF;
  position: absolute;
  left: 95vw;
  width: 5vw;
  height: 100%;
  top: 1px;
}
#hero.services_hero .bottom_mask svg#right_mask {
  height: 182px;
  width: 370px;
  position: relative;
  -webkit-flex-basis: 370px;
  flex-basis: 370px;
  min-width: 370px;
}
#hero.services_hero .bottom_mask .center_mask {
  height: 52px;
  background-color: #FFF;
}
#hero.services_hero .bottom_mask svg#left_mask {
  height: 182px;
  width: 370px;
  position: relative;
  -webkit-flex-basis: 370px;
  flex-basis: 370px;
  min-width: 370px;
}
#hero.services_hero .inner_container {
  margin-left: auto;
  margin-right: auto;
  width: 40vw;
  min-width: 300px;
  text-align: center;
  position: relative;
  /* padding-bottom: 250px; */
  padding-bottom: 175px;
}
#hero.services_hero .inner_container img#icon {
  display: inline-block;
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
  transition-delay: 0.5s;
}
.loaded #hero.services_hero .inner_container img#icon {
  opacity: 1;
}
#hero.services_hero .inner_container h1 {
  font-size: 6em;
  margin-bottom: 10px;
  padding-bottom: 0;
  width: 100%;
  opacity: 1;
}
/* .loaded #hero.services_hero .inner_container h1 { */
  /* opacity: 1; */
/* } */
#hero.services_hero .inner_container p {
  line-height: 1.5;
  font-size: 1.6em;
  padding-top: 0;
  width: 100%;
  opacity: 1;
  /* transform: translateY(20px); */
  /* transition: all 1s cubic-bezier(.56, .2, .23, .89); */
  /* transition-delay: 0.5s; */
}
/* .loaded #hero.services_hero .inner_container p { */
  /* transform: translateY(0px); */
  /* opacity: 1; */
/* } */
.vertical_lines_mask {
  width: 100%;
  position: absolute;
  height: 0%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: all 2s cubic-bezier(.56, .2, .23, .89);
  transition-delay: 0.5s;
  pointer-events: none;
}
.loaded .vertical_lines_mask {
  height: 100%;
}
#vertical_lines {
  position: absolute;
  height: 100%;
  width: 30%;
  bottom: 0;
  left: 35%;
}
.loaded #vertical_lines {
  height: 100%;
}
#vertical_lines #right_lines {
  position: absolute;
  left: 100%;
  height: auto;
  width: 195px;
  bottom: 0;
}
#vertical_lines #center_lines {
  position: absolute;
  left: calc(50% - 41px);
  height: auto;
  width: 82px;
  bottom: 0;
}
#vertical_lines #left_lines {
  position: absolute;
  right: 100%;
  height: auto;
  width: 195px;
  bottom: 0;
}
#vertical_lines #right_lines svg,
#vertical_lines #left_lines svg {
  width: 100%;
  height: auto;
  position: relative;
}
#vertical_lines #center_lines svg {
  width: 100%;
  height: auto;
  position: relative;
}

/*=============================================*/


/*ABOUT*/


/*=============================================*/

#hero.corporate_hero {
  min-height: 600px;
  background-color: #579c66;
  background: rgba(0, 118, 129, 1);
  background: -moz-linear-gradient(right, rgba(0, 118, 129, 1) 0%, rgba(56, 134, 73, 1) 100%);
  background: -webkit-gradient(right top, left top, color-stop(0%, rgba(0, 118, 129, 1)), color-stop(100%, rgba(56, 134, 73, 1)));
  background: -webkit-linear-gradient(right, rgba(0, 118, 129, 1) 0%, rgba(56, 134, 73, 1) 100%);
  background: -o-linear-gradient(right, rgba(0, 118, 129, 1) 0%, rgba(56, 134, 73, 1) 100%);
  background: -ms-linear-gradient(right, rgba(0, 118, 129, 1) 0%, rgba(56, 134, 73, 1) 100%);
  background: linear-gradient(to right, rgba(0, 118, 129, 1) 0%, rgba(56, 134, 73, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1d592a', endColorstr='#388649', GradientType=1);
}
#hero.corporate_hero .inner_container {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hero.corporate_hero .inner_container .headings {
  position: relative;
  bottom: -30px;
}
#hero.corporate_hero .cjsapp {
  z-index: 10;
}
#hero.corporate_hero::before {
  content: "";
  left: calc(50vw - 250px);
  height: 500px;
  width: 500px;
  position: absolute;
  top: calc(50% - 250px);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('./img/dots_teal_glob-min.png');
  z-index: 1;
  opacity: 0.9;
}
#hero.corporate_hero::after {
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  opacity: 0.05;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('./img/corn-field.jpg');
  background-size: cover;
}
#hero.corporate_hero .inner_container h1 {
  font-size: 8em;
}

/*#hero.corporate_hero .inner_container h1, .loaded #hero.corporate_hero h1 .word_divider .animated_word{
  color: var(--blue-teal);
}*/


/*=============================================*/


/*PRODUCT PAGES*/


/*=============================================*/

#hero.product_hero,
#hero.general_hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 600px;
}
#hero.landing_page_hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 96px;
  border-top: 10px solid #27787f;
  background: rgb(39,120,127);
  background: linear-gradient(90deg, rgba(39,120,127,1) 44%, rgba(98,175,137,1) 84%);
  opacity: 1;
}
#hero.product_hero .headings,
#hero.general_hero .headings,
#hero.landing_page_hero .headings {
  position: relative;
  z-index: 999;
  width: 60%;
  text-align: center;
}
#hero.product_hero .headings img {
  max-height: 80px;
  width: auto;
  display: inline-block;
  margin-bottom: 30px;
}
#hero.product_hero .headings h1 {
  text-align: center;
  color: var(--blue-teal);
  opacity: 0;
  position: absolute;
}
#hero.product_hero .headings h1 .animated_word {
  color: var(--blue-teal);
}
#hero.product_hero .headings p {
  text-align: center;
  color: var(--dark-grey-color);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#hero.product_hero .lines_bg,
#hero.general_hero .lines_bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#hero.product_hero .lines_bg .left_block {
  position: absolute;
  z-index: 0;
  right: calc(100% - 467px);
  top: 0;
  height: 100%;
  width: auto;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-around;
  flex-direction: column;
  justify-content: space-around;
  /*background: #EEE;
  background: -moz-linear-gradient(left, #EEE 0%, rgba(56,134,73,0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #EEE), color-stop(100%, rgba(56,134,73,0)));
  background: -webkit-linear-gradient(left, #EEE 0%, rgba(56,134,73,0) 100%);
  background: -o-linear-gradient(left, #EEE 0%, rgba(56,134,73,0) 100%);
  background: -ms-linear-gradient(left, #EEE 0%, rgba(56,134,73,0) 100%);
  background: linear-gradient(to right, #EEE 0%, rgba(56,134,73,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#388649', endColorstr='#388649', GradientType=1 );*/
}
#hero.product_hero .lines_bg .left_block svg {
  max-width: 467px;
  height: auto;
}
#hero.product_hero .lines_bg .left_block svg.middle_lines {
  width: 50%;
  height: auto;
}
#hero.product_hero .lines_bg .right_block,
#hero.general_hero .lines_bg .right_block {
  position: absolute;
  z-index: 0;
  left: calc(100% - 467px);
  top: 0;
  height: 100%;
  width: auto;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-around;
  flex-direction: column;
  justify-content: space-around;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  /*background: #EEE;
  background: -moz-linear-gradient(right, #EEE 0%, rgba(56,134,73,0) 100%);
  background: -webkit-gradient(right top, left top, color-stop(0%, #EEE), color-stop(100%, rgba(56,134,73,0)));
  background: -webkit-linear-gradient(right, #EEE 0%, rgba(56,134,73,0) 100%);
  background: -o-linear-gradient(right, #EEE 0%, rgba(56,134,73,0) 100%);
  background: -ms-linear-gradient(right, #EEE 0%, rgba(56,134,73,0) 100%);
  background: linear-gradient(to left, #EEE 0%, rgba(56,134,73,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#388649', endColorstr='#388649', GradientType=1 );*/
}
.entry-content a {
  font-family: var(--global-font), sans-serif;
  color: var(--blue-teal);
  font-weight: 400;
  /* text-decoration: none!important; */
  text-decoration: underline;
}

/*=============================================*/


/*GENERAL TEMPLATE*/


/*=============================================*/

#hero.general_hero {
  padding-left: var(--lateral-padding);
  background-color: var(--blue-teal);
}
#hero.general_hero::before {
  content: "";
  z-index: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./img/dots_teal_glob-min.png);
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: auto 150%;
  opacity: 0.5;
}
#hero.general_hero .headings {
  position: relative;
  z-index: 99;
}
#hero.general_hero .headings h1 {
  text-align: left;
  color: #FFF;
  opacity: 1;
}
#hero.general_hero .headings h1 .animated_word {
  color: #FFF;
}
#hero.general_hero .headings p {
  text-align: left;
  color: var(--dark-grey-color);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*=============================================*/


/*CTAS*/


/*=============================================*/

.centered_button {
  display: block;
  text-align: center;
  width: 100%;
}
a.cth_cta_btn.type1 {
  background-color: transparent;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 5px;
  border: 2px solid var(--blue-teal);
  text-decoration: none;
  font-family: var(--global-font), sans-serif;
  color: var(--blue-teal);
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
}
a.cth_cta_btn.type1 span.btn_text {
  display: inline-block;
  font-size: 20px;
  font-family: var(--global-font), sans-serif;
  line-height: 1;
  position: relative;
  font-weight: 300;
  color: var(--blue-teal);
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
  z-index: 99;
}
a.cth_cta_btn.type2 {
  background-color: transparent;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #FFF;
  text-decoration: none;
  font-family: var(--global-font), sans-serif;
  color: #FFF;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
}
a.cth_cta_btn.type2 span.btn_text {
  display: inline-block;
  font-size: 20px;
  font-family: var(--global-font), sans-serif;
  line-height: 1;
  position: relative;
  font-weight: 300;
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
  z-index: 99;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
}
a.cth_cta_btn.type3 {
  position: relative;
  background-color: #d0ff17;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--global-font), sans-serif;
  color: var(--blue-deep-teal) !important;
  font-size: 1.6em;
  margin-top: 10px;
  margin-bottom: 10px;
}
a.cth_cta_btn.type3 span.btn_text {
  display: inline-block;
  font-size: 20px;
  font-family: var(--global-font), sans-serif;
  line-height: 1;
  position: relative;
  font-weight: 300;
  color: #007681;
  text-decoration: none;
  z-index: 99;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
}
a.cth_cta_btn.type4 {
  position: relative;
  background-color: #27787f;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--global-font), sans-serif;
  color: #ffffff!important;
  font-size: 1.6em;
  margin-top: 10px;
  margin-bottom: 10px;
}
a.cth_cta_btn.type4 span.btn_text {
  display: inline-block;
  font-size: 20px;
  font-family: var(--global-font), sans-serif;
  line-height: 1;
  position: relative;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  z-index: 99;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
}
a.cth_cta_btn .bg_curtain {
  position: absolute;
  width: 0%;
  height: 100%;
  bottom: 0;
  right: 0;
  transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
  z-index: 0!important;
	
}
a.cth_cta_btn.type3 .bg_curtain {
	border-radius: 5px;
}
a.cth_cta_btn.type4 .bg_curtain {
	border-radius: 5px;
}
a.cth_cta_btn.type1 .bg_curtain {
  background-color: var(--blue-teal);
}
a.cth_cta_btn.type2 .bg_curtain {
  background-color: #FFF;
}
a.cth_cta_btn.type3 .bg_curtain {
  background-color: #FFF;
}
a.cth_cta_btn.type4 .bg_curtain {
  background-color: #d0ff17;
}
a.cth_cta_btn:hover .bg_curtain {
  width: 100%;
}
a.cth_cta_btn.type1:hover span.btn_text {
  color: #FFF;
}
a.cth_cta_btn.type2:hover span.btn_text {
  color: var(--blue-teal);
}
a.cth_cta_btn.type3:hover span.btn_text {
  color: var(--blue-teal);
}
a.cth_cta_btn.type4:hover span.btn_text {
  color: var(--blue-teal);
}

/*=============================================*/


/*FOOTER*/


/*=============================================*/

footer {
  position: relative;
  display: block;
  padding-bottom: 110px;
  background-color: #FFF;
  z-index: 2;
}
footer .inner_container {
  position: relative;
  display: block;
  background-color: var(--blue-light);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('./img/footer_2.webp');
}
footer .inner_container .centered_container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*max-width: var(--max-width);*/
}
.footer_elements {
  position: relative;
  background-color: var(--blue-teal);
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.34);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  bottom: -50px;
}
.footer_elements .left_col {
  padding: 45px;
}
.footer_elements .left_col .fb22 {
  padding-right: 15px;
}
.footer_elements .right_col {
  background-color: #FFF;
  width: 25vw;
  min-width: 200px;
  padding: 35px;
}
.footer_elements .right_col img {
  max-width: 350px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
footer .company {
  min-width: 300px;
}
footer .address {
  display: block;
  position: relative;
  font-family: var(--global-font);
  font-size: 1.6em;
  line-height: 1.4;
  color: #b1f3ff;
}
footer .copyright {
  display: block;
  position: relative;
  font-family: var(--global-font);
  font-size: 1.8em;
  line-height: 1.4;
  color: #FFF;
  font-weight: 400;
}
footer a.aspam_em {
  display: block;
  position: relative;
  font-family: var(--global-font);
  font-size: 1.8em;
  line-height: 1.4;
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
}
a.legal_link {
  display: block;
  color: #FFF;
  font-family: var(--global-font);
  font-size: 1.6em;
  margin-bottom: 10px;
}
footer .bottom_cta {
  padding-left: var(--lateral-padding);
  padding-right: var(--lateral-padding);
  padding-top: 100px;
  padding-bottom: 50px;
}
footer .bottom_cta h3 {
  font-weight: 400;
  color: #FFF;
}
.bottom_cta p {
  display: block;
  max-width: 50vw;
  min-width: 300px;
  color: #FFF;
  font-weight: 300;
  font-family: var(--global-font);
}

/*=============================================*/


/*PRODUCTS*/


/*=============================================*/

.ctheme_products_showcase {
  gap: 2%;
  padding-top: 0px;
  padding-bottom: 100px;
  padding-left: 8vw;
  padding-right: 8vw;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product {
  position: relative;
  min-width: 210px;
  padding-bottom: 80px;
  -webkit-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.product .centered_button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.product a {
  text-decoration: none;
  text-align: center;
  display: block;
}
.product_image {
  padding: 20px;
  height: 140px;
}
.product img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  height: auto;
  max-height: 100%;
  margin-bottom: 15px;
}
.product h4 {
  /* display: none; */
  font-size: 2.5em;
  font-family: var(--global-font);
  color: var(--blue-teal);
  text-decoration: none;
  margin-bottom: 5px;
}
.product p {
  display: block;
  font-size: 1.8em;
  font-family: var(--global-font);
  color: var(--dark-grey-color);
  text-align: center;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

/*=============================================*/


/*ACCESORIES*/


/*=============================================*/

#back_to_top {
  position: fixed;
  right: -100%;
  bottom: 20vh;
  z-index: 9999999999;
  transition: all 0.6s cubic-bezier(.56, .2, .23, .89);
  -webkit-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
}
#back_to_top.show {
  right: 0;
}
#back_to_top a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: var(--blue-light);
  display: block;
  height: 50px;
  width: 50px;
  background-position: center;
  background-size: 50%;
  background-image: url('./img/iconmonstr-arrow-up-lined.svg');
  background-repeat: no-repeat;
}
.content_boxes {
  position: relative;
  z-index: 99;
}
.content_boxes .wp-block-column {
  -webkit-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
  padding: 55px;
  border-radius: 15px;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
  background-color: #FFF;
}
.content_boxes .wp-block-column h2 {
  font-size: 3.5em;
}
@keyframes goUp {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-column:nth-child(1) .cjsabg {
  left: -40px;
}
.cjsabg,
.lines_background {
  position: relative;
}
.cjsabg .wp-block-group__inner-container,
.lines_background .wp-block-group__inner-container {
  position: relative;
  z-index: 99;
  width: 100%;
}
.cjsabg .cjsapp {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cjsapp .flex-fixer {
  width: 100%;
  height: 400px;
  position: relative;
}
.cjsabg .anim_bg,
.cjsabg .lines_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cjsabg .anim_bg .bubbles {
  width: 120%;
  height: 100%;
  background-image: url('./img/bubbles_blue_teal.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.cjsabg.bubbles_blue_light .anim_bg .bubbles {
  width: 120%;
  height: 100%;
  background-image: url('./img/bubbles_blue_light.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.cjsabg.bubbles_blue_deep .anim_bg .bubbles {
  width: 120%;
  height: 100%;
  background-image: url('./img/bubbles_blue_deep.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.cjsabg.bubbles_blue_deep_teal .anim_bg .bubbles {
  width: 120%;
  height: 100%;
  background-image: url('./img/bubbles_blue_deep_teal.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.cjsabg.bubbles_blue_bright .anim_bg .bubbles {
  width: 120%;
  height: 100%;
  background-image: url('./img/bubbles_blue_bright.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.cjsabg.bubbles_green .anim_bg .bubbles {
  width: 120%;
  height: 100%;
  background-image: url('./img/bubbles_green.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.cjsabg.bubbles_green_light .anim_bg .bubbles {
  width: 120%;
  height: 100%;
  background-image: url('./img/bubbles_green_light.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.cjsabg.bubbles_purple .anim_bg .bubbles {
  width: 120%;
  height: 100%;
  background-image: url('./img/bubbles_purple.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}


.cjsabg .lines_overlay {
  background-image: url('./img/img_lines.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.wide_img .lines_overlay {
  transform: rotateZ(90deg);
  background-size: 80%;
}
.lines_background .cjsapp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  z-index: 0;
  opacity: 1;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 100vw;
}
.cjsabg .cjsapp canvas {
  max-height: 170% !important;
  max-width: 100% !important;
}
.lines_background .cjsapp canvas {
  max-height: 650px !important;
  height: 80% !important;
  width: 140% !important;
  min-width: 1200px;
}
#hero.lines_background .cjsapp canvas {
  max-height: 650px !important;
  height: 100% !important;
  width: 100% !important;
  min-width: 1200px;
}
a.social_link {
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  display: inline-block;
}
footer a.social_link {
  margin-right: 15px;
}
a.social_link.tw {
  background-image: url(./img/twitter.svg);
}
a.social_link.ln {
  background-image: url(./img/linkedin-icon.svg);
}
a.social_link.yt {
  background-image: url(./img/youtube-icon.svg);
}
a.social_link.wa {
  background-image: url(./img/whatsapp-icon.svg);
}
a.social_link.fb {
  background-image: url(./img/facebook-icon.svg);
}
a.cth_cta_btn.type2 svg path {
  stroke: #FFF !important;
}
.vertical_scrolling {
  overflow: hidden;
  position: relative;
}
.vertical_scrolling img {
  width: auto;
  position: relative;
}
.word_divider {
  display: inline !important;
  position: relative;
  overflow: hidden;
  height: 1em;
}
h1 .word_divider .animated_word,
h2 .word_divider .animated_word,
h3 .word_divider .animated_word {
  opacity: 0;
  transform: translateY(100%);
  position: relative;
  display: inline-block;
  color: transparent;
  transition: all 0.8s cubic-bezier(.56, .2, .23, .89);
}
h1 .word_curtain {
  display: none;
  height: 100%;
  top: 0;
  right: 100%;
  width: 100%;
  background-color: #777;
  position: absolute;
  z-index: 999;
  transition: all 1.5s cubic-bezier(.56, .2, .23, .89);
}
h2 .word_curtain {
  display: none;
  height: 100%;
  right: 100%;
  top: 0;
  width: 100%;
  background-color: #EEE;
  position: absolute;
  z-index: 999;
  transition: all 1.5s cubic-bezier(.56, .2, .23, .89);
}
.loaded h1 .word_curtain {
  right: -100%;
}
.loaded h2.animate .word_curtain {
  right: -100%;
}
.loaded h1 .word_divider .animated_word {
  color: #FFF;
  transform: translateY(0%);
  opacity: 1;
}
.loaded h2.animate .word_divider .animated_word,
.loaded h3.animate .word_divider .animated_word {
  color: #444;
  transform: translateY(0%);
  opacity: 1;
}
.loaded #projects h2.animate .word_divider .animated_word {
  color: #EEE;
}

/*=============================================*/


/*DRAGGING SYSTEM*/


/*=============================================*/

.draggable_container {
  padding-left: var(--lateral-padding);
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100vw;
  overflow: hidden;
}
.isDragging * {
  pointer-events: none !important;
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.draggable_item>.wp-block-group__inner-container {
  position: relative;
  display: block;
  transition: all 0.4s cubic-bezier(.56, .2, .23, .89);
}
.draggable_item.isDragging>.wp-block-group__inner-container {
  transform: scale(0.95, 0.95);
}
.draggable_item * {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

/*.isDragging .wp-block-group__inner-container{
  transform: scale(0.97,0.97) translateX(-100px);
}*/

.grabbable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.timeline {
  width: auto;
  height: auto;
  position: relative;
  z-index: 999;
}
.timeline {
  margin-top: 0px;
  margin-bottom: 70px;
}
.draggable_item>.wp-block-group__inner-container {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  white-space: nowrap;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.draggable_item>.wp-block-group__inner-container>.wp-block-group {
  display: inline-block;
  vertical-align: bottom;
}
.draggable_item>.wp-block-group__inner-container>.wp-block-group .wp-block-group__inner-container {
  white-space: normal !important;
  padding-right: 4vw;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.draggable_item>.wp-block-group__inner-container>.wp-block-group .wp-block-group__inner-container h3 {
  order: 1;
  color: var(--blue-teal);
  font-size: 5em;
}
.draggable_item>.wp-block-group__inner-container>.wp-block-group .wp-block-group__inner-container p,
.draggable_item>.wp-block-group__inner-container>.wp-block-group .wp-block-group__inner-container img {
  order: 0;
  font-weight: 300;
  font-size: 2em;
}
.draggable_item>.wp-block-group__inner-container>.wp-block-group .wp-block-group__inner-container p span {
  font-weight: 300;
  font-size: inherit;
}
.draggable_item>.wp-block-group__inner-container>.wp-block-group .wp-block-group__inner-container img {
  width: auto;
  max-height: 100px;
  margin-bottom: 0px;
  max-width: 150px;
  position: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.draggable_item.timeline>.wp-block-group__inner-container>.wp-block-group {
  width: 30vw;
  min-width: 300px;
  position: relative;
  white-space: normal !important;
}
.timeline>.wp-block-group__inner-container>.wp-block-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: var(--blue-teal);
}
.timeline>.wp-block-group__inner-container>.wp-block-group::before {
  content: "";
  position: absolute;
  bottom: -3px;
  border-radius: 50%;
  left: 0px;
  height: 10px;
  width: 10px;
  background-color: var(--blue-teal);
}
.timeline>.wp-block-group__inner-container>.wp-block-group:last-child::after {
  display: none;
}

/*=============================================*/


/*IMAGE GALLERY*/


/*=============================================*/

.wp-block-gallery {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 70vh;
  min-height: 600px;
  margin-bottom: 100px;
}
.wp-block-gallery figure.wp-block-image,
.wp-block-gallery.has-nested-images figure.wp-block-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.8s cubic-bezier(.56, .2, .23, .89);
  transform: translateX(50%);
  padding: 0 !important;
  flex-direction: row;
}
.wp-block-gallery figure.wp-block-image.show,
.wp-block-gallery.has-nested-images figure.wp-block-image.show {
  opacity: 1;
  z-index: 99;
  transform: translateX(0);
}
.wp-block-gallery figure.wp-block-image.hide_slide.show,
.wp-block-gallery.has-nested-images figure.wp-block-image.hide_slide.show {
  opacity: 0;
  transform: translateX(-50%);
}
.wp-block-gallery figure.wp-block-image img,
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  max-height: 100% !important;
  width: auto !important;
  max-width: 100% !important;
  flex: 0;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
}
.slider_nav {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 20px;
  gap: 10px;
  padding-top: 50px;
}
.slide_btn {
  width: 20px;
  height: 20px;
  background-color: var(--blue-teal);
  border-radius: 20%;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
}
.slide_btn:hover {
  transform: scale(1.2, 1.2);
}
.slide_btn.current {
  background-color: var(--orange-color);
  pointer-events: none;
}
.next_btn {
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--blue-teal);
  z-index: 9999;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-image: url('./img/next_icon.svg');
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
}
.prev_btn {
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--blue-teal);
  z-index: 9999;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-image: url('./img/prev_icon.svg');
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
}
.next_btn:hover,
.prev_btn:hover {
  transform: scale(1.2, 1.2);
  background-color: var(--orange-color);
}

/*=============================================*/


/*CURSOR*/


/*=============================================*/

#cursor {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: 1000000001;
  pointer-events: none;
  border-radius: 50%;
  overflow: visible;
  transition: background-color 0.5s cubic-bezier(.56, .2, .23, .89), width 0.5s cubic-bezier(.56, .2, .23, .89), height 0.5s cubic-bezier(.56, .2, .23, .89);
}
.loaded #cursor {
  opacity: 0.5;
}
#cursor .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /*background-color: rgba(222,107,105,0.5);
  background-color: rgba(243,184,1,0.5);*/
  /*border: 2px solid #CCC;*/
  display: block;
  position: relative;
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
}
#cursor.dragger .circle {
  border: 0.1px solid var(--blue-teal);
  transform: scale(4, 4);
  opacity: 0.5;
}
#cursor_text {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -15px;
  left: -15px;
  z-index: 999;
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
  opacity: 0;
}
#cursor_text svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#cursor_follower {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.5;
  transition: background-color 0.5s ease-out, width 0.5s ease-out, height 0.5s ease-out;
  z-index: 1000000001;
  pointer-events: none;
}
#cursor_follower .arrows {
  width: 80%;
  height: 80%;
  position: relative;
  opacity: 0;
  transform: scale(0.8, 0.8);
  transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
}
#cursor_follower.dragger .arrows {
  opacity: 1;
  transform: scale(1, 1);
}
#cursor_follower .arrows svg {
  width: 100%;
  height: 100%;
}
#cursor_follower.dragger {
  width: 80px;
  height: 80px;
  background-color: var(--blue-teal);
}
.menuIsOpen #cursor .circle {
  background-color: rgba(222, 107, 105, 0.7);
  width: 50px;
  height: 50px;
}
#cursor.activate #cursor_text {
  transform: scale(1.5, 1.5);
  opacity: 1;
}
#cursor.activate .circle,
#cursor.activate~#cursor_follower {
  background-color: rgba(255, 255, 255, 0);
  transform: scale(3.5, 3.5);
}
#cursor.activate.open_bio .circle,
#cursor.activate.open_bio~#cursor_follower {
  background-color: rgba(222, 107, 105, 1);
  transform: scale(3.5, 3.5);
}
.not-loaded #cursor,
.not-loaded #cursor_follower {
  opacity: 0;
}
#cursor.active {
  background-color: rgba(202, 255, 51, 0.2);
}

/*=============================================*/


/*COOKIEBOT*/


/*=============================================*/

.CookieDeclaration>* {
  font-family: var(--global-font);
  font-size: 10px!important;
}
.CookieDeclaration>p {
  font-size: var(--min-font-size)!important;
}
.CookieDeclaration a {
  font-family: var(--global-font), sans-serif;
  color: var(--blue-teal);
  font-weight: 400;
}
.CookieDeclarationTableCell {
  font-weight: 300;
  font-size: var(--min-font-size)!important;
}

/*End*/
.ez-toc-page-1::before {
  content: normal!important;
}
/*FCID*/
.img-left img{
	margin-left: 0!important;
}
.img-right img{
	margin-right: 0!important;
}
.w-100 img{
	max-width: 100%;
}
.pt-3{
	padding-top: 20px;
}
.pb-3{
	padding-bottom: 20px;
}
.pl-3{
	padding-left: 20px;
}
.pr-3{
	padding-right: 20px;
}
.pt-5{
	padding-top: 80px;
}
.mt-0{
	margin-top: 0;
}
.mb-0{
	margin-bottom: 0;
}
.social_links{
	padding-bottom: 15px;
}
/*hero services*/
#hero.services_hero.product_certification::before {
	background: rgb(0, 118, 129);
	background: -moz-linear-gradient(bottom, rgba(39, 120, 127, 1) 0%, rgba(0, 118, 129, 1) 100%);
	background: -webkit-gradient(bottom, top, color-stop(0%, rgba(39, 120, 127, 1)), color-stop(100%, rgba(0, 118, 129, 1)));
	background: -webkit-linear-gradient(bottom, rgba(39, 120, 127, 1) 0%, rgba(0, 118, 129, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(39, 120, 127, 1) 0%, rgba(0, 118, 129, 1) 100%);
	background: -ms-linear-gradient(bottom, rgba(39, 120, 127, 1) 0%, rgba(0, 118, 129, 1) 100%);
	background: linear-gradient(to top, rgba(39, 120, 127, 1) 0%, rgba(0, 118, 129, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#27787f', endColorstr='#007681', GradientType=1);
}
#hero.services_hero.regulatory_compliance::before {
	background: rgb(0, 122, 83);
	background: -moz-linear-gradient(bottom, rgba(63, 141, 80, 1) 0%, rgba(0, 122, 83, 1) 100%);
	background: -webkit-gradient(bottom, top, color-stop(0%, rgba(63, 141, 80, 1)), color-stop(100%, rgba(0, 122, 83, 1)));
	background: -webkit-linear-gradient(bottom, rgba(63, 141, 80, 1) 0%, rgba(0, 122, 83, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(63, 141, 80, 1) 0%, rgba(0, 122, 83, 1) 100%);
	background: -ms-linear-gradient(bottom, rgba(63, 141, 80, 1) 0%, rgba(0, 122, 83, 1) 100%);
	background: linear-gradient(to top, rgba(63, 141, 80, 1) 0%, rgba(0, 122, 83, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#27787f', endColorstr='#007a53', GradientType=1);
}
/*sector personalisation*/

.supplements footer .inner_container{
	background-image: url('./img/footer_supplements.jpg');
}

/* blog */
#hmlga_post_hero {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 115px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--blue-light);
    max-width: 1600px;
}
#hmlga_post_hero .left_col {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#hmlga_post_hero .post_date {
    font-family: var(--global-font),sans-serif;
    font-size: 2em;
    color: var(--blue-teal);
    margin-bottom: 15px;
}
.post_date {
    font-family: var(--global-font),sans-serif;
    font-size: 1.7em;
    color: #f1a465;
}
#hmlga_post_hero h1 {
    font-size: 5.5em;
    color: #444;
}
#page_contents.blogpost {
    position: relative;
    max-width: calc(1286px - 26px);
    display: block;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 0 0px 15px 0 rgb(147 114 137 / 20%), 0 1px 4px 0 rgb(90 63 82 / 20%);
	margin-bottom: 50px;
}
.blogpost .entry-content{
	max-width: 800px;
	margin: 0 auto;
}
.blogpost .entry-content *{
	font-family: var(--global-font);
}
.blogpost .entry-content h2{
	font-size: 30px!important;
    font-weight: bold;
	color: #000;
}
.blogpost .entry-content p{
	font-size: 18px;
    color: #262628;
}
.blogpost .entry-content li{
	font-family: var(--global-font);
	color: #262628!important;
	font-size: 18px;
}
.blogpost .entry-content a{
	text-decoration: underline;
	font-weight: 700;
	color: var(--blue-deep-teal);
}
.hmlga_tags_menu.inline_list {
    display: block;
    position: relative;
    margin-top: 70px;
}
#page_contents h4 {
    font-family: var(--global-font),sans-serif;
    font-size: 2em;
    color: var(--blue-teal);
    margin-bottom: 15px;
}
#page_contents.blogpost li {
    /* font-size: 1.2em; */
    color: #535353;
}
blockquote p{
  font-size: 21px;
    width: 100%;
    margin: 50px auto;
    font-style: italic;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #38b6cc;
    line-height: 1.6;
    position: relative;
    background: #e3f1ec;
}

blockquote p::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote p::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
.post-template-default.loaded h1 .word_divider .animated_word{
	color: #444;
}
.cat_items_list, .tag_items_list {
    list-style: none;
}
.inline_list .tag_list_item {
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
}
.inline_list .tag_list_item a {
    background-color: #e0e0e0;
    font-size: 1.3em;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    color: #838383 !important;
	font-family: var(--global-font);
}
.cat_items_list li a, .tag_items_list li a {
    text-decoration: none !important;
}
/*archives*/
#hmlga_corporate_section_hero {
    height: 45vh;
    min-height: 450px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 70px;
    margin-bottom: 50px;
    position: relative;
    background-color: #f6fdeb;
    background: #f5fdea;
    background: linear-gradient(0deg,rgba(245,253,234,1) 30%,rgba(245,253,234,0) 79%);
    z-index: 0;
    background-image: url(//homologa.com/wp-content/themes/homologa/./img/test-new-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#hmlga_corporate_section_hero h1 {
    color: #007681;
    font-size: 8em;
    letter-spacing: -1px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}
#hmlga_corporate_section_hero .inner_container {
    height: 100%;
}
#hmlga_corporate_section_hero .headings {
    position: relative;
    z-index: 99;
    padding-top: 130px;
}
.archive #hmlga_corporate_section_hero h1 {
    font-size: 5em;
}
#hmlga_corporate_section_hero .decor_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 10;
}
#hmlga_corporate_section_hero .bottom_border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 0;
}
#hmlga_corporate_section_hero .bottom_border svg {
    height: 100%;
    width: 100%;
}
.archive #page_contents {
    padding-left: 10%;
    padding-right: 10%;
	padding-top: 0;
}
.item_showcase_box {
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 30px;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.item_box_content h2 {
    margin-bottom: 20px;
}
.archive .entry-content a {
	color: #444;
}
.archive .post_date{
	color: var(--blue-teal);
}
.archive.loaded h1 .word_divider .animated_word{
	color: var(--blue-deep-teal);
}
/*breadcrumb*/
#breadcrumbs{
	background: #fff;
    font-family: var(--global-font);
    font-size: 16px;
    padding-left: 5vw;
	opacity: 0;
	transform: translateX(40px);
    transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
	max-width: 500px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.loaded #breadcrumbs{
	transition-delay: 2s;
	transform: translateX(0px);
    opacity: 1;
}
@media screen and (max-width: 540px){
	#breadcrumbs{	
		position: absolute;
		left: 0;
	}
}
#breadcrumbs span{
	
}
#breadcrumbs span a{
	color: #0f5f5d;
    text-decoration: none;
}
.home #breadcrumbs{
	display: none;
}
.home header{
	padding-bottom: 40px;
}
/*resource center*/
.posts_col {
    padding-right: 13px;
    padding-left: 13px;
    width: 100%;
    margin-top: 26px;
}
.cards a{
	text-decoration: none;
}
.owl-item .posts_col{
	margin-top: 0;
}

.resource_item{
	height: 100%;
	background-color: var(--green-light);
	border-radius: 8px;
    padding: 24px;
	position: relative;
}
.link-absolute{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.resource_item .fbox{
	padding-bottom: 13px;
}
.resource_item p{
	line-height: 24px;
    font-size: 17px;
}
.resource_item a{
	text-decoration: none;
}
.resource_item .item_type, .resource-header__inner .item_type{
	font-family: var(--global-font);
	color: var(--blue-teal);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.resource_item .topic{
	background: #fff;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
	color: #000;
    font-family: var(--global-font);
}

.resource_item .post_date{
	color: var(--medium-grey-color);
	font-size: 18px;
    font-weight: 100;
}
.resource_item .item_box_content{
	
}
.resource_item .item_box_content h2{
	margin-bottom: 20px;
    /* margin-top: -14px; */
	line-height: 29px;
}
.resource_item .item_box_content h2{
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}
.resource_item .item_media{
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: auto;
}
.resource_item .item_image{
	position: relative;
    display: block;
	border-radius: 8px;
    margin: 0;
    overflow: hidden;
    padding-bottom: 75%;
}
.resource_item .item_image img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.resource-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
	font-family: var(--global-font);
}
@media (min-width: 48em){
	.resource-filters {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 32px;
	}
}
.resource-filter {
    position: relative;
}

.resource-filters__control {
    min-width: 210px;
}
.resource-filter__trigger {
	font-size: 18px;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 18px 11px 16px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.open .resource-filter__trigger{
	background: var(--blue-teal);
	color: #ffffff;
}

.resource-filter__list {
    border-radius: 5px;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 30px rgba(0,0,0,.1));
    filter: drop-shadow(0 0 30px rgba(0,0,0,.1));
    list-style: none;
    margin: 0;
    padding: 7px 0 6px 12px;
    position: absolute;
	top: 56px;
    width: 100%;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 2;
}
.open .resource-filter__list{
	opacity: 1;
	visibility: visible;
}
.resource-filter__list-item{
	line-height: 12px;
}
.resource-filter-list__label {
	font-size: 18px;
	font-family: var(--global-font);
	color: #000;
    display: inline-block;
    padding: 8px 0;
    text-decoration: none;
    text-underline-offset: 2px;
}
.resource-filter-list__label:hover{
	text-decoration: underline;
}
.resource-filter__trigger-icon {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 6px;
    height: 11px;
    margin-left: 12px;
}
.resource-filter__trigger-icon svg {
    display: block;
	fill: var(--blue-teal);
}
.open .resource-filter__trigger-icon svg{
	fill: #fff;
}

.resource-type__icon {
    background-color: #0f5f5d;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    /* padding: 9px; */
    margin-right: 12px;
    align-items: center;
    justify-content: center;
}
/*post resourcce center*/
.resources-template-default #post_hero, .post-type-archive-resources #post_hero{
	background: #fbf8f2;
	padding-top: 45px;
	/* padding-bottom: 45px; */
}
.resources-template-default .post_date, .post-type-archive-resources .post_date{
	color: var(--medium-grey-color);
	font-size: 15px;
    font-weight: 100;
}
.resources-template-default .item_type, .post-type-archive-resources .item_type{
	font-size: 16px;
    font-weight: 500;
}
.resources-template-default .resource-type_icon, .post-type-archive-resources .resource-type_icon{
	width: 35px;
	height: 30px;
}
.resource-header__content h1{
	color: #3b3b3b;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 300;
}
.resource-header__content .topic{
	background: #f7f7f7;
	color: #666;
    display: inline-block;
    padding: 4px 8px;
    margin: 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    font-family: var(--global-font);
}
@media (min-width: 62em){
	.resource-header__inner {
		background-color: #fff;
		border-radius: 8px 8px 0 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto;
		max-width: calc(1286px - 26px);
		overflow: hidden;
		box-shadow: 0 5px 15px 0 rgb(147 114 137 / 20%), 0 2px 4px 0 rgb(90 63 82 / 20%);
		-webkit-box-shadow: 0 5px 15px 0 rgb(147 114 137 / 20%), 0 2px 4px 0 rgb(90 63 82 / 20%);
		-moz-box-shadow: 0 5px 15px 0 rgb(147 114 137 / 20%), 0 2px 4px 0 rgb(90 63 82 / 20%);
		
	}
}
.resource-header__content{
	padding: 35px 24px;
    position: relative;
    z-index: 1;
}
@media (min-width: 62em){
	.resource-header__content {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 32px;
		max-width: 635px;
	}
}
@media (min-width: 62em){
	.resource-header__media {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 568px;
	}
}
.resource-header__image {
    width: 100%;
    height: 100%;
    padding-top: 66.67%;
}
@media (min-width: 62em){
	.resource-header__image {
		padding-top: 87.5%;
	}
}
.img-fit {
    position: relative;
    display: block;
}
.img-fit img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.loaded .resource-header__inner h1 .word_divider .animated_word {
	color: #444;
}
.resource-header__description{
	opacity: 1;
	/* transition: all 0.8s cubic-bezier(.56, .2, .23, .89); */
}
/* .loaded .resource-header__description{ */
	/* transition-delay: 0.7s; */
	/* transform: translateY(0%); */
    /* opacity: 1; */
/* } */


/*gravity form*/
.gform_wrapper{
	/* background-color: rgba(255,255,255,0.13); */
	background-color: #fff;
	/* position: absolute; */
	/* transform: translate(-50%,-50%); */
	/* top: 50%; */
	/* left: 50%; */
	border-radius: 10px;
	backdrop-filter: blur(10px);
	border: 2px solid rgba(255,255,255,0.1);
	box-shadow: 0 0 40px rgba(8,7,16,0.6);
	-webkit-box-shadow: 0 0 40px rgba(8,7,16,0.6);
	-moz-box-shadow: 0 0 40px rgba(8,7,16,0.6);
	padding: 30px 35px;
	max-width: 800px;
	margin: 0 auto;
}
.gform_wrapper *{
	font-family: var(--global-font);
	color: #000;
	letter-spacing: 0.5px;
	outline: none;
	border: none;
}
.gform_wrapper label, .gform_wrapper legend{
    display: block;
    margin-top: 5px;
    font-size: 19px!important;
    font-weight: 500!important;
}
.gform_wrapper input, select, textarea{
    display: block;
    height: 50px;
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 19px!important;
    font-weight: 300;
}
.gform_wrapper select option{
	color: #000;
}
.gform_wrapper select option:hover{
	background-color: var(--blue-teal);
}

.gform_wrapper ::placeholder{
    color: #e5e5e5;
}
.gform_wrapper input.button{
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    background-color: transparent;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #27787f;
    text-decoration: none;
    font-family: var(--global-font), sans-serif;
    color: #27787f;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
}
.gform_wrapper input.button:hover{
	background-color: #ffffff;
	color: var(--blue-teal);
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: var(--blue-light)!important;
    color: #fff;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	padding: 0;
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
    color: #000!important;
}
.gform_wrapper .refine[data-conditional-logic="hidden"]{
    transform: translateY(40px);
    transition: all 0.5s cubic-bezier(.56, .2, .23, .89);
}
.gform_wrapper .refine[data-conditional-logic="visible"]{
	transform: translateX(0px); 
}
.gform_wrapper .gfield_checkbox input{
	width: 13px;
    height: 30px;
}
.gform_wrapper .gfield_checkbox label{
	margin: 0;
	font-size: 19px!important;
    font-weight: 300!important;
	padding-left: 10px;
}
/* .gform_wrapper input[readonly="readonly"]{ */
	/* background: var(--purple); */
/* } */
.gfield_radio .gchoice {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.gfield_radio .gchoice .gfield-choice-input {
    margin-left: -1em;
    width: 2em;
    height: 1em;
}

.gfield_radio .gchoice label{
	margin: 0;
}

/*slider carousel*/
.resource-card-featured {
    height: 100%;
}
.resource-slide__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 62em) {
    .resource-slide__inner {
        background-color:#fff;
        border-radius: 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1286px;
        overflow: hidden;
        height: 100%
    }
}

@media (min-width: 62em) {
    .resource-slide__media {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 568px
    }
}

.resource-slide__image {
    height: 100%;
    padding-top: 66.67%
}

@media (min-width: 62em) {
    .resource-slide__image {
        padding-top:0
    }
}

.resource-slide__content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,49,37,.08);
    -moz-box-shadow: 0 0 20px rgba(0,49,37,.08);
    box-shadow: 0 0 20px rgba(0,49,37,.08);
    padding: 24px;
    position: relative;
    margin: -80px auto 0;
    width: calc(100vw - 150px);
    z-index: 1
}

@media (min-width: 62em) {
    .resource-slide__content {
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 38px 24px 38px 52px;
        margin: 0;
        width: auto;
        max-width: 635px
    }
}

@media (min-width: 86.75em) {
    .resource-slide__content {
        padding-left:32px
    }
}

.resource-slide__link {
    text-decoration: none!important;
}

.resource-slide__link:focus,.resource-slide__link:hover {
    text-decoration: underline;
    text-underline-offset: 3px
}

.resource-slide__title {
    color: #000;
    margin-top: 0;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 62em) {
    .resource-slide__title {
        -webkit-line-clamp:4
    }
}


.resource-slide__author-byline {
    display: none;
    color: #000;
    font-size: 18px;
    line-height: 25px
}

@media (min-width: 62em) {
    .resource-slide__author-byline {
        display:block;
        margin-top: auto
    }
}
.resource-type {
    color: #0f5f5d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.resource-meta {
	font-family: var(--global-font);
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.resource-subheader__featured {
    margin-top: 38px;
    margin-left: var(--grid-gutter-half-negative);
    margin-right: var(--grid-gutter-half-negative);
    position: relative
}

@media (min-width: 62em) {
    .resource-subheader__featured {
        margin:50px 0 16px
    }
}

.posts__row {
    margin-right: -13px;
    margin-left: -13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	/* justify-content: center; */
}
.posts__row.cards{
	padding: 50px;
}
.posts__row--hightlight>:first-child {
    width: 100%;
    margin-top: 0
}
.posts__col {
    padding-right: 13px;
    padding-left: 13px;
    width: 100%;
    margin-top: 26px
}
.posts__col:first-child {
    margin-top: 0;
}

@media (min-width: 48em) {
    .posts__col {
        width:50%
    }

    .posts__col:nth-child(2) {
        margin-top: 0
    }
}

@media (min-width: 62em) {
    .posts__col {
        width:33.33333%
    }

    .posts__col:nth-child(3) {
        margin-top: 0
    }
}

.posts__col:first-child {
    margin-top: 0
}

.resource-topic.resource-slide__topic {
    margin-bottom: 24px;
}
.resource-topic {
    display: block;
	font-weight: 500;
    font-size: 16px!important;
    color: #444;
}
@media (min-width: 62em){
	.resource-meta {
		font-size: 14px;
	}
}
.resource-slide__title{
	font-size: 36px;
}
.resource-slide__title .word_divider .animated_word:hover {
	text-decoration: none;
}
.resource-slide__title .word_divider .animated_word{
	color: #333!important;
}
.resource-slide__description {
    display: none;
}
@media (min-width: 62em){
	.resource-slide__description {
		color: #666;
		margin-bottom: 24px;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 18px;
		font-family: var(--global-font);
	}
}
.resource-topic.resource-slide__topic {
    margin-bottom: 24px;
}
.resource-type.resource-header__type, .resource-type.resource-slide__type {
    margin-bottom: 24px;
}
@media (min-width: 62em){
	.resource-type.resource-slide__type {
		padding-bottom: 24px;
		margin-bottom: auto;
	}
}
.post-type-archive-resources #page_contents{
	max-width: 1267px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.post-type-archive-resources .wp-block-gallery{
	all: initial;
}

.single-resources article a{
	text-decoration: none;
}
.owl-carousel .owl-stage {
	display: flex;
}

.banner-hidden{
	display: none;
}
/* searchbar*/
/* #cth_search.visible{ */
	/* padding-left: 16px; */
/* } */
/* input[name="s"]{ */
	/* width: 0px; */
	/* transition: width 1s ease 0s; */
/* } */
/* .visible input[name="s"]{ */
	/* width: 140px; */
/* } */

/* #searchsubmit:hover { */
	
/* } */
/* div */
#cth_search{
	position: relative;
}
.wrapper {
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  transform: translate(-229px, -23px);
}

.search-box {
  width: 50px;
  height: 50px;
  position: relative;
  transition: all 0.8s ease;
}

.search-input {
  position: absolute;
  /* top: 28px; */
  right: -232px;
  box-sizing: border-box;
  width: 0px;
  height: 46px;
  padding: 0px 19px;
  outline: none;
  font-size: 18px;
  border-radius: 10px;
  color: #444444;
  border: 3px solid var(--blue-teal);
  transition: all 0.8s ease;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--blue-teal);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--blue-teal);
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--blue-teal);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: var(--blue-teal);
}

.search-btn {
  position: absolute;
  width: 45px;
  height: 46px;
  background: var(--blue-teal);
  border-radius: 10px;
  right: -232px;
  /* top: 28px; */
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  font-size: 23px;
  color: #fff;
  transition: all 0.8s ease;
}
.search-box.active {
  width: 450px;
  /* height: 100px; */
}
.search-input.active {
  width: 229px;
  right: 204px;
  border-radius: 10px 0 0 10px;
  border: 3px solid var(--blue-light);
}

.search-btn.animate {
  /* transform: rotate(-360deg); */
  right: 166px;
  background: var(--blue-light);
}
@media (max-width: 1180px){
	#cth_search{
		width: 50px;
		display: block;
	}
}
/* pagination */
.nav-links {
	margin-top: 45px;
    border-top: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
	font-size: 20px;
}

@media (min-width: 48em) {
    .nav-links {
        border-top:0
    }
}

.nav-links>:first-child {
    margin-left: 0
}

.nav-links>:last-child {
    margin-right: 0
}

.nav-links .page-numbers {
    border: 1px solid transparent;
    color: #000;
    text-decoration: none;
    padding: 0
}

.nav-links .page-numbers:not(.next):not(.prev) {
    border-radius: 22px;
    display: block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0 4px
}

@media (min-width: 48em) {
    .nav-links .page-numbers:not(.next):not(.prev) {
        margin:0 16px
    }
}

.nav-links .page-numbers:not(.current):focus,.nav-links .page-numbers:not(.current):hover {
    border-color: #000
}

.nav-links .current {
    background: #fbf8f2;
    border-color: #fbf8f2;
    font-weight: 700
}

.nav-links .next,.nav-links .prev {
    color: transparent;
    border-radius: 6px;
    width: 60px;
    height: 73px;
    position: relative
}

@media (min-width: 48em) {
    .nav-links .next,.nav-links .prev {
        color:#000;
        width: auto;
        height: auto;
        padding: 9px 14px
    }
}

.nav-links .next:after,.nav-links .prev:after {
    background-color: #262626;
    content: "";
    -webkit-mask-image: url(../svgs/fa-angle-right-light.svg);
    mask-image: url(../svgs/fa-angle-right-light.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    top: 26px;
    right: 24px;
    height: 21px;
    width: 11px
}

@media (min-width: 48em) {
    .nav-links .next:after,.nav-links .prev:after {
        display:none
    }
}

.nav-links .prev {
    margin-right: auto
}

@media (min-width: 48em) {
    .nav-links .prev {
        margin-right:32px
    }
}

.nav-links .prev:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-links .next {
    margin-left: auto
}

@media (min-width: 48em) {
    .nav-links .next {
        margin-left:32px
    }
}

/* Search results */
.search-results .resource_item{
	background-color: var(--beige);
}
.search-results #page_contents {
    max-width: 1267px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
/*custom colors*/
.has-blue-teal-background-color{
	background-color: var(--blue-teal);
}
.has-blue-light-background-color{
	background-color: var(--blue-light);
}
.has-fcid-purple-background-color{
	background-color: var(--purple);
}
.has-blue-deep-background-color{
	background-color: var(--blue-deep);
}
.has-blue-bright-background-color{
	background-color: var(--blue-bright);
}
.has-fcid-green-background-color{
	background-color: var(--green);
}
.has-deep-teal-background-color{
	background-color: var(--blue-deep-teal);
}
.has-fcid-green-light-background-color{
	background-color: var(--green-light);
}
.has-fcid-beige-background-color{
	background-color: var(--beige);
}
.has-blue-teal-color{
	color: var(--blue-teal)!important;
	/* background-image: linear-gradient(45deg, var(--blue-teal), var(--blue-teal))!important; */
}
.has-blue-light-color{
	color: var(--blue-light)!important;
	/* background-image: linear-gradient(45deg, var(--blue-light), var(--blue-light))!important; */
}
.has-fcid-purple-color{
	color: var(--purple)!important;
	/* background-image: linear-gradient(45deg, var(--purple), var(--purple))!important; */
}
.has-blue-deep-color{
	color: var(--blue-deep)!important;
	/* background-image: linear-gradient(45deg, var(--blue-deep), var(--blue-deep))!important; */
}
.has-blue-bright-color{
	color: var(--blue-bright)!important;
	/* background-image: linear-gradient(45deg, var(--blue-bright), var(--blue-bright))!important; */
}
.has-fcid-green-color{
	color: var(--green)!important;
	/* background-image: linear-gradient(45deg, var(--green), var(--green))!important; */
}
.has-deep-teal-color{
	color: var(--blue-deep-teal)!important;
	/* background-image: linear-gradient(45deg, var(--blue-deep-teal), var(--blue-deep-teal))!important; */
}
.has-fcid-green-light-color{
	color: var(--green-light)!important;
	/* background-image: linear-gradient(45deg, var(--green-light), var(--green-light))!important; */
}
.has-fcid-beige-color{
	color: var(--beige)!important;
	/* background-image: linear-gradient(45deg, var(--beige), var(--beige))!important; */
}



.testimony{
	padding-top: 70px;
	padding-bottom: 70px;
}
.testimony .wp-block-group__inner-container{
	-webkit-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    padding: 55px 55px 0 55px;
    border-radius: 15px;
    position: relative;
    z-index: 99;
    background-color: #FFF;
	max-width: 1200px;
}
.img-width-inherit.owl-carousel .owl-item img{
	width: inherit;	
}
.owl-overflow{
	max-height: 450px;
    overflow-y: auto;
}
.owl-carousel p:has(+ img){
	text-align: center;
}
.owl-carousel p img{
	width: inherit!important;
}
.owl-carousel .owl-item .resource-type__icon img {
	padding: 4px;
}
.testimony .quote{
	
}
.testimony .quote img{
	width: 60px;
	margin: 0;
    padding-bottom: 20px;
}
.is-type-video{
	text-align: center;
}
.is-type-video iframe{
	width: 100%;
	max-width: 1000px;
    height: 500px;
}
.pt{
	padding-top: 70px!important;
}
.pb{
	padding-bottom: 70px!important;
}
.mt{
	margin-top: 70px!important;
}
.mb{
	margin-bottom: 70px!important;
}
.cta_accordeon:hover{
	cursor: pointer;
}
.accordeon{
	opacity: 0;
	transform: translateY(100%);
	height: 0px;
	overflow-y: auto;
	background: var(--beige);
    font-size: 10px;
    padding: 10px
}

.accordeon.open{
	opacity: 1;
	transform: translateY(0%);
	height: auto;
	max-height: 300px;
	overflow-y: auto;
}
.list_cards img{
	border-radius: 8px;
}
.press-template-default #post_hero, .post-type-archive-press #post_hero{
	background: #fbf8f2;
	padding-top: 45px;
	padding-bottom: 45px;
}
.press-card-featured{
	height: 100%;
    min-height: 363px;
}
.press_item{
	background-color: var(--beige);
}
.press_item .item_media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: auto;
}

.press_item .item_box_content h2 {
    margin-bottom: 15px;
    margin-top: 8px;
}
.owl-carousel .posts_col{
	width: 100%;
	height: 100%;
	/* padding: 0 15px; */
}

.plus-product.owl-carousel{
	text-align: center;
	color: var(--blue-deep-teal);
	font-size: 20px;
	
}
.plus-product.owl-carousel p{
	margin-bottom: 0;
	padding: 15px 0;
}
.flipInX.owl-carousel{
	text-align: center;
	color: var(--blue-deep-teal);
	font-size: 20px;
	
}
.flipInX.owl-carousel p{
	margin-bottom: 0;
	padding: 15px 0;
}
/*YOAST FAQ*/
.wp-block-group.faq{
	max-width: 1200px;
    margin: 0 auto;
}
/* colors & borders */
.wp-block-yoast-faq-block {
    border-top:1px solid #eee;
}
.wp-block-yoast-faq-block .schema-faq-question {
    border-bottom:1px solid #eee;
}
.wp-block-yoast-faq-block .schema-faq-question:hover,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-question {
    background-color:#fafafa;
}
.wp-block-yoast-faq-block .schema-faq-answer,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
    border-bottom:1px solid #eee;
}

/* layout */
.wp-block-yoast-faq-block .schema-faq-question {
    display:block;
    padding:10px;
    position:relative;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question {
    cursor:pointer;
	font-size: 24px;
    color: var(--blue-deep-teal);
    font-weight: 400;
}
.wp-block-yoast-faq-block .schema-faq-answer {
    margin:0;
    padding:12px 10px;
}

/* bullet before a question */
.wp-block-yoast-faq-block .schema-faq-question:before {
    /* position gap */
    margin-top:-2px;
}
.wp-block-yoast-faq-block .schema-faq-question,
.wp-block-yoast-faq-block .schema-faq-answer {
    padding-left:34px;
}
.wp-block-yoast-faq-block .schema-faq-question:before {
    content:'';
    display:block;
    border:2px solid #dedede;
    border-width:0px 2px 2px 0px;
    width:9px;
    height:9px;
    box-sizing:border-box;
    position:absolute;
    left:14px;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question:before {
    top:16px;
    transform:rotate(-45deg);
    transition:all 0.3s 0.3s ease;
}
.wp-block-yoast-faq-block .schema-faq-question:before,
.wp-block-yoast-faq-block.fcp-faq .fcp-opened .schema-faq-question:before {
    top:14px;
    transform:rotate(45deg);
}

/* transition */
.wp-block-yoast-faq-block.fcp-faq .schema-faq-answer {
    max-height:0;
    overflow:hidden;
    border-bottom-width:0;
    padding-top:0;
    padding-bottom:0;
    transition:padding-bottom 0.3s ease-in, max-height 0.4s ease-in, padding-top 0.1s 0.4s ease-out, border-bottom-width 0s 0.5s linear;
}
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
    max-height:9999px;
    border-bottom-width:1px;
    padding-top:12px;
    padding-bottom:20px;
    transition:padding-top 0.2s ease-in, max-height 0.3s 0.2s linear, padding-bottom 0.4s 0.2s ease;
}
.table {
	width: 100%;
	font-size: 20px;
}
.table th{
	background: var(--blue-teal);
    color: #fff;
	font-weight: 200;
	padding: 20px;
	text-align: left;
}
.table td{
	padding: 20px;
    border: 1px solid #ebebeb;
}
.form-control{
	padding: 10px;
    font-size: 18px;
    border-radius: 7px;
    border: 1px solid #27787f;
    font-family: var(--global-font);	
}
input.form-control{
	
}
select.form-control{
	
}
.label{
	display: block;
	font-family: var(--global-font);
	font-size: 20px;
	padding-bottom: 10px;
}
.tat-card{
	padding: 55px;
    border-radius: 15px;
	-webkit-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
}

.wp-block-image img.w-100{
	max-width: 100%;
}
.digital-solution .wp-block-image img{
	border-radius: 5px;
}
.py-3{
	padding: 80px 0;
}
.digital-solution h2, .digital-solution h3, .digital-solution h4{
	font-family: var(--global-font);
	color: #000000;
}
.digital-solution h2{
	color: #000;
    font-size: 40px;
    font-weight: 600;
    
}
.table_boxes{
	-webkit-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    padding: 55px;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
    background-color: #FFF;
}

.wp-block-table{
	font-family: arial, sans-serif;
	max-width: 1200px;
    margin: 0 auto;
}

.wp-block-table.is-style-underline table>:not(caption)>*>* {
	border: none;
	border-bottom: 1px solid #dee2e6;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--green-light);
}
.wp-block-table.is-style-stripes td{
	border-color: #ccc;
}
.wp-block-table td{
	font-size: 17px;
}
.owl-hidden{
	display: none;
}
/* #demo_desktop { */
    /* background: url(../../uploads/sites/24/2023/07/desktop_bg.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% auto; */
    /* position: relative; */
    /* z-index: 1; */
    /* padding: 77px 38px 0 41px; */
    /* max-width: 1300px; */
    /* margin: 0 auto; */
/* } */

#demo_desktop div {
    /* position: relative; */
	overflow: auto;
    height: 500px;
}
#demo_desktop div img {
    width: 100%;
    display: block;
}
.img-magnifier-glass {
  position: absolute;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}

@property --r {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: false;
}
* {
  margin: 0;
}
/*-- tabs --*/
.tabs {
	clear: both;
	position: relative;
	/* max-width: 650px; */
	margin: 0 auto;
   /* you can either manually set a min-height here or do it via JS ---> */
}

.tab {
	float: left;
}

.tab .tab-label {
	/* margin-right: 20px; */
	position: relative;
	top: 0;
	cursor: pointer;
	color: #27787f;
	/* text-transform: uppercase; */
	font-size: 20px;
	padding: 10px 30px;
	border-bottom: 1px solid #dee2e6;
}

.tab [type=radio] {
	display: none;   
}

.tab__content {
   position: relative;
   top: 75px;
   left: 0;
   right: 0;
   bottom: 0;
   transition: opacity .2s cubic-bezier(.42,0,.34,1.01);
   opacity: 0;
}

[type=radio]:checked ~ .tab-label {
	/* border-bottom: none; */
	color: #000;
	z-index: 2;
	border-radius: 8px 8px 0 0;
	border: 1px solid #dee2e6;
	border-bottom: none;
}

[type=radio]:checked ~ .tab-label ~ .tab__content {
	z-index: 1;
	opacity: 1;
}
.alignleft{
	margin: 0.55em 1.1em 1.1em 0;
    float: left;
}
.alignright{
	margin: 0.55em 1.1em 1.1em 0;
    float: right;
}

.card{
	-webkit-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
    background-color: #FFF;	
	height: 100%;
}
.card .centered_button{
	margin-bottom: 25px;
}
.owl-item .card{
	height: 90%;
}
.card-title{
	font-size: 25px!important;
	line-height: 25px;
	text-align: center;
	color: var(--blue-teal);
}
.has_logo .card-title{
	margin-top: 25px;
}
.card-text{
	margin-top: 0;
    margin-bottom: 1rem;
	text-align: center;
	color: #000;
}
.card-img-top{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.card-body{
	padding: 15px;
}
.card-header.expertise{
	position: relative;
    min-height: 250px;
}
.logo_icon{
	position: absolute;
    width: fit-content;
    /* height: 100px; */
    top: 5px;
    left: 5px;
    margin-left: auto;
    margin-right: auto;
	z-index: 100;
}
.logo_icon img{
	margin: 0 auto;
    display: block;
    max-height: 100px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
	-webkit-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
}

.card-header .bottom_mask {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 50px;
  padding-left: 2vw;
  padding-right: 2vw;
  overflow: hidden;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  white-space: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.card-header .bottom_mask::before {
  content: "";
  background-color: #FFF;
  position: absolute;
  left: 0;
  width: 2vw;
  height: 100%;
  top: 0px;
}
.card-header .bottom_mask::after {
  content: "";
  background-color: #FFF;
  position: absolute;
  right: 0;
  width: 2vw;
  height: 100%;
  top: 0px;
}
.card-header .bottom_mask svg#right_mask {
  height: 50px;
  width: 30px;
  position: relative;
  -webkit-flex-basis: 370px;
  flex-basis: 370px;
  min-width: 30px;
}
.card-header .bottom_mask .center_mask {
  height: 14px;
  background-color: #FFF;
}
.card-header .bottom_mask svg#left_mask {
  height: 50px;
  width: 30px;
  position: relative;
  -webkit-flex-basis: 370px;
  flex-basis: 370px;
  min-width: 30px;
}
/*products filters*/
.page_posts.products{
	display: flex;
}
.page_posts.products .entry-content{
	
}
.products-filters{
	display: block;
	
}

.products-filters ul{
	list-style-type: none;
}
.products-filters ul li{
	display: block;
	width: 309px;
	border-radius: 8px;
	margin: 35px 0;
}
.products-filters ul li a{
	font-size: 19px;
	color: #000;
	font-weight: 300;
	text-decoration: none;
	padding: 10px;
}
.products-filters ul li a.active{
	background: #e3f1ec;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	font-weight: 500;
}
.products-filters ul li a:hover{
	background: #fbf8f2;
}
.owl-expertises-small .posts_col{
	padding: 0 5px;
}
.owl-expertises-small .card{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	word-break: break-word;
}
.owl-expertises-small .card.is-flagged{
	/* padding-left: 34px; */
}

.owl-expertises-small .card h2{
	color: #fff;
	background-color: unset;
    background-image: unset;
    -webkit-text-fill-color: unset;
    -moz-text-fill-color: unset;
	z-index: 1;
	padding-top: 26px;
	
}
.owl-expertises-small a{
	color: #fff;
	text-decoration: none;
	background-color: unset;
    background-image: unset;
    -webkit-text-fill-color: unset;
    -moz-text-fill-color: unset;
}
.opaque{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #00000045;
	border-radius: 8px;
}
.flagged{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: var(--blue-teal);
    color: #fff;
    width: 100%;
    padding: 5px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
    letter-spacing: 1px;
}
.flagged.certification{
	background: var(--blue-deep-teal);
}
.flagged.testing{
	background: var(--blue-bright);
}
.card-sm .card-title{
	font-size: 25px!important;
	line-height: 25px;
	margin-bottom: 0;
}
#digital-showcase{
	position: relative;
	background-color: #27787F;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
    padding-bottom: 45px;
}
.parallax{
	background-attachment: fixed;
	/* background-position: center; */
	background-repeat: no-repeat;
	background-size: cover;
}
.owl-showcase{
	margin-top: 100px;
}
.owl-showcase .card{
	min-width: 280px;
	border-radius: 10px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.owl-showcase .card .card-header{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 350px;
}
.owl-showcase .card-empty{
	width: 200px;
}
@media screen and (max-width: 540px){
	.owl-showcase .card-empty{
		width: 80px;
	}
}
.owl-showcase h2{
	color: var(--blue-teal);
}
.owl-showcase a{
	text-decoration: none;
}

/* .owl-showcase .card-img-top{ */
	/* border-radius: 0; */
/* } */
.posts_list{
	background: var(--green-light);
	/* max-height: 415px; */
	overflow-y: auto;
	margin-bottom: 40px;
}
.post_list{
	background: #ffffff;
	padding: 15px;
	margin: 15px;
	border-radius: 10px;
	position: relative;
}
.posts_list_title{
	font-size: 20px;
    padding: 15px 0 0 20px;	
}
.list_img{
	width: 81px;
	height: 57px;
	border-radius: 10px;
	margin-right: 15px;
	transition: 0.3s !important;
	opacity: 1 !important;
	/* margin: 0.55em 1.1em 1.1em 0; */
	float: left;
}
.list_img:hover{
	transition: 0.3s !important;
    opacity: 0.5 !important;
}
.list_content{
	font-size: 15px;
	font-weight: 300;
	text-align: left;
}
.post_list h2{
	line-height: 20px;
}
.post_list h2 a{
	text-decoration: none;
	font-size: 21px;
	font-weight: 300;
}
.list_content a{
	font-size: 18px;
	text-decoration: none;
	color: #000;
	line-height: 12px;
}
.page-template-expertise .entry-content h2{
	font-size: 29px;
    color: #000;
    font-weight: 500;
}
.list_offices{
	max-width: 1024px;
    margin: 0 auto;
}
.office{
	display: flex;
	margin-bottom: 30px;
	-webkit-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 0px 34px -11px rgba(0, 0, 0, 0.15);
	padding: 30px;
	border-radius: 10px;
	justify-content: space-between;
	background: #ffffff;
}
.office_content{
	display: flex;
	flex-direction: row;
	align-items: start;
}
.office_name{
	font-size: 25px;
}
.office_address{
	font-size: 15px;
	font-family: var(--global-font);
	color: #333;
	padding: 15px 0;
}
.office_phone{
	text-wrap: nowrap;
}
.office_phone a{
	font-size: 19px;
    text-decoration: none;
    color: #7d7d7d!important;
}
.office_phone a:hover{
	text-decoration: underline;
}
.office_logo{
	margin-right: 20px;
}
.office_logo img{
	width: 45px;
	height: 45px;
}
.office_sector a{
	color: var(--blue-teal);
	font-size: 19px;
	padding: 15px 0;
	text-decoration: none;
	display: block;
}
.office_country{
	font-size: 16px;
	text-transform: uppercase;
}
.page-template-contact .wp-block-columns{
	gap: unset!important;
}
.owl-contact .item{
	display: flex;
	flex-flow: column;
	
}
.owl-contact .item-content{
	height: 100vh;
	background-size: cover;
    background-position: center;
}
.contact_wrapper_right{
	position: relative;
}
.contact_wrapper_right .gform_wrapper{
	/* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: -65px; */
    /* right: 0; */
	border: none;
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	border-radius: unset;
	max-width: 545px;
} 
.owl-contact{
	position: relative;
	height: 100%;
}
.owl-contact .owl-dots{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 10px;
}
.contact_wrapper_left{
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
	display: flex;
    align-items: center;
    justify-content: start;
    font-size: 30px;
	background-color: #e3f1ec;
    background-image: url(img/menu/contact.webp);
    background-size: cover;
	min-height: 800px;
}
.typed_contact{
	width: 100%;
	max-width: 500px;
    padding: 0 30px;
}
.typed_contact .typed_title{
	color: #27787f;
	font-size: 35px;
}
.typed_contact span{
	color: #27787f;
	font-size: 30px;
}
@media screen and (max-width: 1048px){
	.contact_wrapper_left{
		display: none;
	}
	.contact_wrapper_right .gform_wrapper{
		position: relative;
	}
}
/*Job Openings*/
.awsm-job-container {
	padding: 50px 10px;
}
.awsm-job-specifications-row{
    margin-top: 20px;
}
.awsm-job-specification-item{
    display: inline-block;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    border: 1px solid #dddfe3;
    border-radius: 2px;
    padding: 6px 10px;
    margin: 0 10px 10px 0;
    font-size: 14px;
}
.awsm-job-specification-label{
    color: #27787f;
}
#awsm-application-submit-btn{
	background: #27787f;
  border-radius: 5px;
  padding: 10px 24px;
  color: #fff;
  margin-top: 9px;
}

.awsm-paycom-button{
	background-color: #27787f;
  padding: 15px 12px;
  border-radius: 5px;
  color: #ffffff!important;
  text-decoration: none!important;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
}
.awsm-paycom-button:hover{
	-webkit-box-shadow:0 1px 4px 0 rgb(0 0 0 / 5%);
	-moz-box-shadow:0 1px 4px 0 rgb(0 0 0 / 5%);
	box-shadow:0 1px 4px 0 rgb(0 0 0 / 5%);
	color: #ffffff;
}
.awsm-job-specification-paycom{
	display: none!important;
}
.awsm-selectric-scroll li::before{
	content: none;
}

.awsm-selectric .label {
	font-size: initial;
}
.awsm-load-more-classic a.page-numbers, .awsm-load-more-main a.awsm-load-more {
	font-size: 20px;	
}

/*Woocommerce*/
body.woocommerce-checkout .entry-header {
    text-align: center
}

body.woocommerce-checkout .entry-header h1 {
    margin-bottom: 0;
    color: #000;
    font-size: 28px
}

body.woocommerce-checkout .woocommerce {
    max-width: 880px;
    padding: 64px 0;
    margin: 0 auto;
    background-color: #f7f7f7
}

body.woocommerce-checkout .woocommerce-checkout {
    max-width: 600px;
    padding: 0 26px;
    margin: 0 auto
}

@media (min-width: 62em) {
    body.woocommerce-checkout .woocommerce-checkout {
        padding:0 5px
    }
}

body.woocommerce-checkout .col2-set .col-1,body.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    float: none
}

body.woocommerce-checkout .form-row {
    padding: 0;
    margin-bottom: 1.875em
}

body.woocommerce-checkout .form-row label {
    margin-bottom: 0
}

body.woocommerce-checkout .form-row input,body.woocommerce-checkout .form-row select {
    padding-top: .75rem
}

body.woocommerce-checkout .form-row .required {
    color: #666;
    font-weight: 500
}

body.woocommerce-checkout .form-row-wide.form-row-first,body.woocommerce-checkout .form-row-wide.form-row-last {
    width: 100%;
    float: none
}

body.woocommerce-checkout .checkout .button {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    border: 0;
    background-color: #27787f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff
}

body.woocommerce-checkout .checkout .button:after {
    background: 50% url(../svgs/arrow-right-white.svg) no-repeat;
    background-size: contain
}

body.woocommerce-checkout .checkout .button[disabled] {
    background-color: #27787f;
    cursor: default;
    opacity: .5;
    pointer-events: none
}

body.woocommerce-checkout .checkout .button:focus,body.woocommerce-checkout .checkout .button:hover {
    background-color: #27787f;
    color: #fff;
    text-decoration: underline
}

body.woocommerce-checkout .shop_table .product-name dd.variation-Total {
    margin-top: -.55em
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .variation {
    display: none
}

body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 1em
}

body.woocommerce-checkout .woocommerce-checkout-payment label {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

body.woocommerce-checkout .woocommerce-checkout-payment .payment_method_plaid label img {
    width: auto;
    height: 23.23px
}

body.woocommerce-checkout .post-navigation {
    display: none
}

body.woocommerce-checkout button#place_order:focus,body.woocommerce-checkout button#place_order:hover {
    background-color: #1b5358;
    -webkit-transition: .3s;
    transition: .3s
}

body.woocommerce-order-received .entry-header h1 {
    margin-bottom: 24px;
    color: #27787f
}

body.woocommerce-order-received .h2--enroll,body.woocommerce-order-received p {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto
}

body.woocommerce-order-received .woocommerce-order {
    max-width: 600px;
    margin: 0 auto
}

body.woocommerce-order-received .woocommerce ul.order_details {
    padding-left: 0
}

body.woocommerce-order-received .woocommerce ul.order_details li {
    margin-bottom: 2em
}

body.single-product .enroll__callout,body.single-product .single-payment-product__heading {
    max-width: 800px;
    margin: 0 auto
}

body.single-product .single-payment-product__heading {
    margin-top: 80px;
    text-align: center
}

body.single-product .single-payment-product__subtitle {
    margin-bottom: 0;
    color: #000;
    font-size: 20px
}

body.single-product .product_title.entry-title {
    margin-top: 0;
    margin-bottom: 36px;
    font-size: 32px
}

body.single-product .enroll__callout {
    margin-bottom: 160px
}

body.single-product .enroll__callout input::-webkit-input-placeholder {
    color: #666
}

body.single-product .enroll__callout input::-moz-placeholder {
    color: #666
}

body.single-product .enroll__callout input::-ms-input-placeholder {
    color: #666
}

body.single-product .enroll__callout input::placeholder {
    color: #666
}

body.single-product .enroll__callout .gfield:nth-last-child(2) {
    margin-bottom: 0
}

body.single-product .enroll__callout .button {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    border: 0;
    background-color: #27787f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none
}

body.single-product .enroll__callout .button:focus,body.single-product .enroll__callout .button:hover {
    background-color: #1b5358;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s
}

body.single-product .enroll__callout .button:after {
    background: 50% url(../svgs/arrow-right-white.svg) no-repeat;
    background-size: contain
}

body.single-product .enroll__callout .button[disabled] {
    background-color: #27787f;
    cursor: default;
    opacity: .5;
    pointer-events: none
}

body.single-product .enroll__callout .woocommerce-product-details__short-description {
    margin-top: 24px
}

body.single-product .enroll__callout .woocommerce-product-details__short-description p {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    text-align: center
}
/*form inline footer*/
#optin_footer .gform_wrapper{
	padding: 0;
	background-color: unset;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    border: 0;
}
#optin_footer{
	margin-top: 20px;
}
#optin_footer .gform_wrapper input.button{
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #ffffff;
    text-decoration: none;
    font-family: var(--global-font), sans-serif;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(.56, .2, .23, .89);
}
#optin_footer .gform_wrapper input.button:hover{
	background-color: #ffffff;
	color: var(--blue-teal);
}
#optin_footer input::placeholder{
	color: #666;
}
#optin_footer .gform_wrapper.gravity-theme .gform_footer{
	margin: 0;
	padding: 5px 0 0 0;
}
#optin_resources_center{
	padding: 15px 0 0;
    margin-top: -60px;
    margin-bottom: 35px;
}
#optin_resources_center .gform_wrapper{
	padding: 0;
	background-color: unset;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    border: 0;
}
#optin_resources_center .gform_wrapper input.button {
	margin: 0;
	padding: 5px 0 0 0;
	background-color: var(--blue-teal);
	border: 2px solid var(--blue-teal);
	color: #ffffff;
}
#optin_resources_center .gform_wrapper input {
	background-color: #ffffff;
	border: 2px solid #ebebeb;
}
.wp-block-details{
	background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 24px 30px 14px;
    -webkit-box-shadow: 0 3px 7px rgba(107, 108, 106, .25);
    -moz-box-shadow: 0 3px 7px rgba(107, 108, 106, .25);
    box-shadow: 0 3px 7px rgba(107, 108, 106, .25);
	
    
}
.wp-block-details summary{
	font-size: 21px;
	padding-bottom: 20px;
}
.shortcut{
	text-align: center;
    margin-top: 15px;
    padding-left: 8%;
    padding-right: 8%;
}
.ccchildpages{
    font-size: 16px;
    padding: 10px!important;
    color: #fff;
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s cubic-bezier(.56, .2, .23, .89);
	transition-delay: 1.4s;
}
.ccchildpages a{
	color: #fff;
}
.ccchildpages a:hover{
	color: var(--blue-light);
}
.loaded .ccchildpages{
	opacity: 1;
  transform: translate(0);
}
/*events*/
.tribe_events-template-default h1{
	color: #3b3b3b;
}
.tribe_events-template-default h1 .word_divider .animated_word {
	color: #fff;
}
.tribe_events-template-default.loaded h1 .word_divider .animated_word {
    color: var(--blue-teal);
}
.tribe-events .tribe-events-calendar-list__event-title-link{
	color: var(--blue-teal);
}
.tribe-events .tribe-events-calendar-list__event-title-link:visited {
	color: var(--blue-teal);
}
.tribe-events .tribe-events-calendar-list__event-datetime {
    color: var(--blue-teal);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
	display: none!important;
}
.tribe-events-c-top-bar__datepicker-container .datepicker{
	z-index: 999999
}
header.tribe-events-calendar-list__event-header, header.tribe-events-header{
	z-index: unset;
}
.gform_page_footer{
	display: flex;
    align-items: center;
    justify-content: center;
}
input.gform_next_button, input.gform_previous_button, input.gform_button{
	display: inline-block!important;
	width: inherit;
}
.gform_confirmation_message{
	background: var(--green-light);
    padding: 20px;
    font-size: 25px;
    width: 100%;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
	background: #ffffff!important;
}
#tarteaucitronDisclaimerAlert{
	color: #000!important;
	font-size: 19px!important;
}
.archive.loaded h1.color-white .word_divider .animated_word {
    color: #ffffff;
}
.post-type-archive-press .posts_col, .post-type-archive-resources .posts_col{
	margin-top: 26px;
}
/*card price*/
._card_price{
	background: #fbf8f2;
	padding: 20px;
	border-radius: 8px;
	max-width: 500px;
}
.has-background ._card_price{
	background: #ffffff;
}
._card_price .wp-block-separator{
	border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    margin-bottom: 25px;
}
._card_price ._plan{
	background: #27787f;
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding: 5px;
    
}
._card_price ._price{
	text-align: center;
    font-size: 28px;
}
._card_price ._on{
	color: #27777f;
}
._card_price li._on::before{
	top: 0;
	-webkit-mask-size: contain;
    mask-size: contain;
    color: transparent;
    content: "";
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
    margin-right: 10px;
    -webkit-mask-image: url(./img/circle-checkmark.svg);
    mask-image: url(./img/circle-checkmark.svg);
	background-color: #27787f;
}
._card_price ._off{
	text-decoration: line-through;
    color: #b9b9b9;
}
._card_price li._off::before{
	top: 0;
	-webkit-mask-size: contain;
    mask-size: contain;
    color: transparent;
    content: "";
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
    margin-right: 10px;
    -webkit-mask-image: url(./img/circle-checkmark.svg);
    mask-image: url(./img/circle-checkmark.svg);
	background-color: #999999;
}
.contact_support{
	max-width: 510px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #555;
    font-weight: 300;
}
ol li{
	padding-bottom: 20px;
    line-height: 1.6;
	font-size: 20px;
}

ol {
    counter-reset: item;
}

ol > li {
    counter-increment: item;
}

ol ol > li {
    display: block;
}

ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: 0px;
}
.summary-blue summary{
	color: var(--blue-teal);
}

.wp-block-details>:not(summary) {
	margin-block-end: 20px;
}
.single-post .entry-content h1{
	font-size: 35px;
	color: #444444;
}
.single-post .entry-content .post_date{
	color: #27787f;
	padding-bottom: 20px;
	border-bottom: 1px solid #38b6cc;
	margin-bottom: 20px;
}
.single-post #page_main_content{
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-bottom: 100px;
}
@media screen and (max-width: 540px){
	.d-none{
		display: none!important;
	}
}

@media screen and (min-width: 540px) and (max-width: 1599px){
	.d-md-none{
		display: none!important;
	}
}
.gap-0{
	gap: 0!important;
}
.vh-100{
	height: 100vh;
}
.awsm-job-form-control{
	padding: 10px;
}

@media screen and (max-width: 540px){
	.breadcrumb_last{
		display: none;
	}

	#page_contents.blogpost {
		width: 100%;
		padding: 40px 15px;
	}
	.posts_col{
		padding: 5px!important;
	}
	.resource_item{
		padding: 15px 8px;
	}
	.resource_item .fbox{
		display: block!important;
	}	
}
.masonry-grid{
	margin: 0 auto;
}
.masonry-grid .wp-block-column:has(.card){
	margin-bottom: 25px;
}
.masonry-grid .card{
	margin-bottom: 0px;
	width: 330px;
	height: 396px;
	
}
.masonry-grid .card .centered_button{
	margin-bottom: 0px;
}
.masonry-grid .card-text{
	font-size: 17px;
}
.masonry-grid .card-header.expertise{
	height: 160px;
	min-height: 160px;
}
.masonry-grid .card-title{
	font-size: 21px!important;
	margin-bottom: 5px;
}
.cleanpage{
	background-color: #fff;
}
.product-card .card-footer{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.new-card-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	position:relative;
	margin-top: 15px;
}
.new-card{
	display: flex;
	flex-basis: 100%;
	flex: 1;
	border-radius: 15px;
	padding: 15px;
	width: 50%;
	min-width: 280px;
	box-shadow: 0 3px 7px rgba(107, 108, 106, .25);
	-webkit-box-shadow: 0 3px 7px rgba(107, 108, 106, .25);
	-moz-box-shadow: 0 3px 7px rgba(107, 108, 106, .25);
	background-color: #ffffff;
	
}
.new-card picture{
	max-width: 160px;
	width: 100%;
	height: 200px;
	border-radius: 15px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    object-fit: cover;
}
.new-card picture img{
	object-fit: cover;
	width: 100%;
    height: 100%;
	border-radius: 15px;
}
.nc-card-body{
	padding-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nc-tag{
	background: #e3f1ec;
	width:fit-content;
	padding: 5px;
	font-size: 15px;
	border-radius: 8px;
}
.nc-title{
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0;
}
.nc-intro{
	font-size: 16px;
	color: #3B3B3B;
}
.nc-btn-absolute{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 15px;
}
.nc-btn-absolute:hover{
	border: 2px solid #27787f;
}
.nc-btn{
	font-size: 14px;
	text-decoration: underline;
	color: #27787f;
}
/*vignette*/
.has-vignette {
  display: flex;
  flex-direction: column;
}
.vignette{
	display: flex;
	background: #fff;
	border-radius: 15px;
	padding: 15px;
	/* min-height: 100px; */
	position:relative;
	box-shadow: 0 3px 7px rgba(107, 108, 106, .25);
	-webkit-box-shadow: 0 3px 7px rgba(107, 108, 106, .25);
	-moz-box-shadow: 0 3px 7px rgba(107, 108, 106, .25);
	flex: 1;
}
.vi-icon{
	background: #27787F;
	color: #fff;
	width: 50px;
	height: 51px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	flex-basis: 50px;
	flex-grow: 0;
	flex-shrink: 0;
}
.vi-content{
	margin-left: 15px;
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
	display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.vi-tag{
	text-transform: uppercase;
	color: #888;
	padding-bottom: 4px;
}
.vi-title{
	font-size: 16px;
	width: 100%;
}
.vi-description{
	font-size: 16px;
	padding-top: 10px;
	line-height: 18px;
}
.vi-link{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;	
	border-radius: 15px;
}
.vi-link:hover{
	border: 2px solid #27787f;
}
.marquee{
	overflow: hidden;
	position: relative;
	height: 18px;
	width: inherit;
	/* Full width of its parent */
	white-space: nowrap;
}
.marquee_inner{
	position: absolute;
	width: auto;
	height: 100%;
	margin: 0;
	text-align: center;
	/* Start off the right edge */
	transform: translateX(10%);
	/* Animate to the left */
	animation: scroll-left 9s linear infinite;
}
@keyframes scroll-left {
	0% {
		transform: translateX(10%);
	}
	100% {
		transform: translateX(-100%);
	}
}
/*Group with type=section and add class cartouche*/
.cartouche{
	min-height: 200px;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center !important;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.new-resource{
	position: relative;
	padding: 15px;
	border-radius: 15px;
	background: #fff;
	height: 100%;
}
.new-res-absolute{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 15px;
}
.new-resource picture{
	display: block;
	width: 100%;
	height: 150px;
	border-radius: 15px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    object-fit: cover;
	position: relative;
}
.new-resource picture.play{
	display: flex;
    align-items: center;
	
}
.new-resource picture img{
	object-fit: cover;
	width: 100%;
    height: 100%;
	border-radius: 15px;
}
.new-resource picture.play img{
	width: 70%;
}
.new-res-title{
	font-weight: bold;
	font-size: 18px;
	padding: 15px 0;
}
.new-res-desc{
	font-size: 16px;
	color: #3b3b3b;
}
.new-res-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
}
.new-resource-title{
	font-size: 30px;
	font-weight: bold;
}
#nav-res{
	display: flex;
}
#nav-res button{
	background: #fff;
    border-radius: 20px;
    font-size: 30px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
	cursor: pointer;
}
#nav-res button:hover{
	background: #ebebeb;
}
.new-res-play{
    width: 90px;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new-res-play .icon{
	background: #007681;
    width: 44px;
	height: 44px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
}
.new-res-play .duration{
	color: #999;
	font-size: 14px;
	margin-top: 7px;
	font-weight: bold;
}
.new-resource .gif{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.new-resource .gif img{
	display: none!important;
	width: 100%!important;	
}
.new-resource .gif.show img{
	display: block!important;	
}
/*unbounce like page*/
.unbounce_hero{
	background-size: cover;
    background-position: center;
	
}

@media screen and (max-width: 945px){	
	.unbounce_hero{
		margin-bottom: 45px;
	}
}
.unbounce_hero .overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(120,83,15,0.3);
}
#hero.unbounce_hero p{
	color: #fff;
	font-size: 21px;
	max-width: 100%!important;
}
.unbounce_gform{
	max-width: 420px;
}
.unbounce_section{
	padding-left: var(--lateral-padding);
    padding-right: var(--lateral-padding);
	justify-content: center;
    align-items: center !important;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.unbounce_inner_container{
	text-wrap: balance;
}
.unbounce_inner_container h1{
	padding: 30px 0 0 0;
}
.page-template-unbounce-like .wp-block-group__inner-container:not(#hero .wp-block-group__inner-container){
	max-width: 940px;
	margin: 0 auto;
}
.page-template-unbounce-like #hero .inner_container{
	display: flex;
	justify-content: center;
    align-items: center;
}

.page-template-unbounce-like .gform_wrapper ::placeholder,
.page-template-unbounce-like .gform_wrapper ::-webkit-input-placeholder,
.page-template-unbounce-like .gform_wrapper input[placeholder] {
  color: #bbb;
}

.page-template-unbounce-like .entry-content img{
	border-radius: 5px;
	box-shadow: 0 10px 60px 0 rgba(193, 201, 214, 0.45);
	-webkit-box-shadow: 0 10px 60px 0 rgba(193, 201, 214, 0.45);
	-moz-box-shadow: 0 10px 60px 0 rgba(193, 201, 214, 0.45);
	max-width: 100%;
}
.page-template-unbounce-like .gform_wrapper .gform_heading{
	display: none;
}
.page-template-unbounce-like .gform_wrapper{
	background-color: #27787f;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    border-radius: 0;
    border: none;
	margin-bottom: -100px;
	padding-bottom: 0px;
}
.page-template-unbounce-like .gform_wrapper input.button{
	background-color: #38b6cc;
	border-color: #38b6cc;
	color: #fff;
}
.page-template-unbounce-like #hero.unbounce_hero .headings{
	padding-top: 150px;
    padding-bottom: 150px;
	height: 100%;
    overflow: visible;
    position: relative;
}
#hero.unbounce_hero #hero_image {
	width: 100%;
	position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}
.pb-350{
	padding-bottom: 350px;
}
.mt-negative-470{
	margin-top: -405px;
}
.unbounce_gform_title{
	background: #27787f;
    color: #fff;
    padding: 20px 0 0 40px;
    font-size: 20px;
}