body, 
html,
p,
ul,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}


* {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "gelica", sans-serif;
  font-weight: 600;
  font-style: normal;
}


.icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  display: inline-block;
}

.icon.hamburger {
  background-image: url('img/icon-hamburger.svg');
}

.icon.email {
  background-image: url('img/icon-email.svg');
}

.icon.phone {
  background-image: url('img/icon-phone.svg');
}

.icon.linkedin {
  background-image: url('img/icon-linkedin.svg');
}

.icon.calendly {
  background-image: url('img/icon-calendly.svg');
}

.icon.arrow-right {
  background-image: url('img/icon-arrow-right.svg');
}

hr {
  border: 0;
  width: 100%;
  height: 1px;
  background: transparent;
}

hr.small {
  margin: 20px 0;
}

hr.big {
  margin: 40px 0;
}

.row-full .col {
  box-sizing: border-box;
}

.row .col,
.row-full .col {
  box-sizing: border-box;
}

.center,
.center * {
  text-align: center;
}

.bg-light-green {
  background-color: #dbd7b4;
}

.bg-dark-green {
  background-color: #39351a;
}

.bg-dark-green .row.section-title h2 {
  color: #fff;
}

.bg-dark-green.separator {
  position: relative;
  z-index: 5000;
}

.bg-white {
  background-color: #fff;
}

.bg-dark-green.separator::before {
  background-image: url('img/separator-dark-green.svg');
}

.bg-dark-green.separator.last-separator::before,
.light-green {
  background-image: url('img/separator-dark-green-1.svg');
}

.bg-white.separator::before {
  background-image: url('img/separator-white.svg');
}

.bg-green.separator::before {
  background-image: url('img/separator-white.svg');
}

.bg-yellow.separator::before {
  background-image: url('img/separator-yellow.svg'); 
}

.bg-blue.separator::before {
  background-image: url('img/separator-blue.svg');
}

.bg-form {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right 33% center;
}

.bg-light-green .bg-form {
  background-image: url('img/shapes/shape-7.png');
}

.separator::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100px;
  left: 0;
  right: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.separator.separator-h::before {
  top: -99px;
}

.separator.separator-l::before {
  bottom: -1px;
}

p a {
  text-decoration: none;
  color: #edcb45;
  border-bottom: 1px solid #eee;
  padding-bottom: 1px;
  transition: color .6s ease-in-out;
}

p a:hover {
  color: #000;
}

#main a.cta {
  color: #fff;
  background: #edcb45;
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 20px;
  font-size: 11pt;
  display: inline-flex;
  align-items: center;
  height: 16px;
  transition: background .6s ease-in-out, color .6s ease-in-out;
}

#main a.cta i.icon.arrow-right {
  background-image: url('img/icon-arrow-right-w.svg');
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9990;
  transition: background-color .6s ease-in-out;
}

#header .row-full {
  align-items: center;
}

#header ul {
  text-align: right;
  margin-left: auto;
}

#header ul li {
  list-style: none;
  display: inline-block;
}

#header ul li,
#header ul li a {
  color: #fff;
  transition: color .6s ease-in-out;
}

#header.sticky ul li,
#header.sticky ul li a {
  color: #000;
}

#header ul li a.selected {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  transition: border-color .6s ease-in-out;
}

#header.sticky ul li a.selected {
  border-color: #000;
}

#header ul li .cta {
  color: #edcb45;
  border: 1px solid #edcb45;
  text-decoration: none;
  transition: background .6s ease-in-out, color .6s ease-in-out;
}

#header ul li .cta:hover,
#header ul li .cta.active {
  background: #edcb45;
  color: #fff;
}

#header ul li .cta.selected {
  border-bottom: 0;
  padding-bottom: 10px !important;
} 

#header ul li.dropdown {
  position: relative;
}

#header ul li.dropdown a.button {
  padding-right: 20px;
  background-image: url('img/icon-caret-down-w.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 12px auto;
}

#header.sticky ul li.dropdown a.button {
    background-image: url('img/icon-caret-down.svg');
}

#header.sticky ul li .cta {
  color: #fff;
  background: #edcb45;
}

#header #back-home {
  display: block;
}

#header #back-home img {
  transition: opacity .6s ease-in-out;
}

#header ul li a {
  text-decoration: none;
}

.padding-m {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-l {
  padding-top: 60px;
  padding-bottom: 60px;
}

#baseline {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#baseline.compact {
  height: 50vh;
  background-color: #9AAB47;
}

#baseline.bg-green,
.bg-green {
  background-color: #9AAB47;
}

.bg-yellow {
  background-color: #E1BF1A !important;
}

.bg-blue {
  background-color: #7AA8D1 !important;
}

#baseline.compact h1 {
  max-width: 600px;
}

#baseline.compact h2 {
  font-size: 12pt;
}

#baseline .button-down {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: #edcb45 url('img/icon-arrow-bottom.svg');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center center;
  border-radius: 100%;
  bottom: 16px;
  left: 50%;
  margin-left: -20px;
}

#baseline h1,
#baseline h2,
#baseline h3,
#baseline h4,
#baseline h5 {
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

#baseline * strong {
  color: #edcb45;
  font-family: "gelica";
}

#sub-nav {
  display: block;
}

#sub-nav,
#sub-nav ul {
  text-align: center;
}

#sub-nav ul {
  margin: 30px 0;
}

#sub-nav ul li:last-child::after {
  display: none;
}

#sub-nav ul li a {
  font-size: 9pt;
  color: #000;
  text-decoration: none;
}

.intro h1,
.intro h1 strong {
  font-family: "gelica", sans-serif;
}

.intro h1 {
  line-height: 28pt;
}

.intro h1 strong {
  color: #edcb45; 
}

.intro .current-text img {
  width: 150px;
  margin: 0 auto;
  display: block;
}

.row.section-title {
  padding-bottom: 60px;
  text-align: center;
}

.row.section-title h2 {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 7000;
  display: inline;
}

.row.section-title h2::after {
  position: absolute;
  top: 60%;
  left: 25%;
  content: '';
  height: 50%;
  width: 50%;
  background: #e0bf1a;
  z-index: -1;
  opacity: 0.8;
}

#main .padded-b {
  padding-bottom: 60px;
}

#valeurs h3 {
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

#valeurs .col-nr-1 h3 {
  background-image: url('img/shapes/shape-1.png');
}

#valeurs .col-nr-2 h3 {
  background-image: url('img/shapes/shape-2.png');
}

#valeurs .col-nr-3 h3 {
  background-image: url('img/shapes/shape-3.png');
}

#paola blockquote {
  padding-top: 30px;
  position: relative;
}

#paola blockquote::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-image: url('img/icon-quote.svg');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center center;
}

.col.col-nr h3 {
  margin-bottom: 10px;
  position: relative;
}

.col.col-nr h3::after {
  position: absolute;
  top: 60%;
  left: 25%;
  content: '';
  height: 50%;
  width: 50%;
  background: #e0bf1a;
  z-index: -1;
  opacity: 0.8;
}

.col.col-nr p {
  text-align: center;
}

.keypoints ul {
  margin-top: 30px; 
}

.keypoints ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  list-style: none;
  text-align: left !important;
  position: relative;
  border-bottom: 1px solid #eee;
}

.keypoints ul li::before {
  content: '';
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('img/icon-arrow-right.svg');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center center;
  position: absolute;
}

#difference .row.current-text .col h3 {
  margin-bottom: 10px;
}

#difference .row.current-text .col h4 {
  color: #39351a;
}

.carousel .carousel-inner { 
  display: unset !important;
}

.carousel li {
  list-style: none;
}

.carousel li img {
  max-width: 100px;
}

#footer * {
  color: #dbd6b5;
}

#footer.last-separator {
  margin: 0 !important;
}

#footer .col-2 {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}

#footer .col-2::before {
  position: absolute;
  content: '';
  top: 0;
  left: 60px;
  right: 60px;
  height: 1px;
  width: calc(100% - 120px);
  background-color: #dbd6b5;
}

#footer .col-2 .col:first-child {
  text-align: left;
}

#footer .col-2 .col:last-child,
#footer .col-2 ul {
  text-align: right;
}

#footer .col-1 ul {
  text-align: center;
  margin: 30px 0;
}

#footer .col-1 ul li,
#footer .col-2 ul li {
  list-style: none;
  display: inline-block;
}

#footer .col-1 ul li {
  margin: 0 10px;
}

#footer .col-2 ul li {
  margin-left: 10px;
}

#footer .col-1 .col {
  text-align: center;
  width: 100%;
}

#footer .col-1 ul li a {
  padding: 10px;
  border: 1px solid #dbd7b4;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transform: scale(1);
  transition: background-color .6s ease-in-out, transform .6s ease-in-out;
}

#footer .col-1 ul li a:hover {
  background-color: #dbd7b4;
  transform: scale(1.2);
}

#footer .col-1 ul li a i {
  width: 20px;
  height: 20px;
  transition: filter .6s ease-in-out;
}

#footer .col-1 ul li a:hover i {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

#difference h4 {
  color: #000;
  line-height: 18pt;
}

#difference h4 strong {
  font-family: "gelica", sans-serif;
}

#certification .link a {
  color: #000;
  text-decoration: none;
}

#certification .link a img {
  width: 100px;
  margin: 0 auto 30px auto;
}

#methodology table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dbd7b4;
}

#methodology table thead tr {
  background-color: #dbd7b4;
}

#methodology table tbody tr {
  border-bottom: 1px solid #dbd7b4;
}

#methodology table thead tr td {
  font-weight: bold;
}

#methodology table thead tr td,
#methodology table tbody tr td {
  padding: 20px 10px;
}

#methodology table ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

#methodology table ul li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url('img/icon-arrow-right.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  top: 2px;
  left: 0;
}

#column-toggle-controls {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

#column-toggle-controls .toggle-btn {
  background-color: #dbd7b4;
  padding: 10px 20px;
  border: 0;
  font-size: 11pt;
  border-radius: 20px;
  transition: background-color .6s ease-in-out, color .6s ease-in-out;
  cursor: pointer;
}

#column-toggle-controls .toggle-btn:hover,
#column-toggle-controls .toggle-btn.active {
  color: #fff;
  background-color: #9AAB47;
}

.hidden-col { 
  display: none;
}

.more-text h2 {
  text-align: center;
}

.more-text ul {
  margin: 0;
  padding: 0;
}

.more-text ul li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 26px;
}

.more-text ul li::before {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url('img/icon-arrow-right.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  top: 2px;
  left: 0;
  display: block;
  position: absolute;
}

ul.train li,
ul.reasons li,
ul.downloads li {
  padding: 30px;
  list-style: none;
  position: relative;
}

ul.train li {
  border: 1px solid #eee;
}

ul.reasons li h2,
ul.reasons li h3, 
ul.reasons li h4 {
  color: #fff;
}

ul.reasons li p {
  color: #dbd7b4;
}

ul.downloads li {
  list-style: none;
}

ul.downloads li a {
  text-decoration: none;
}

ul.downloads li p {
  text-align: center;
  font-size: 11pt;
  line-height: 18pt;
  color: #000;
}

ul.downloads li span {
  color: #999;
  font-size: 9pt;
}

.current-text p,
.current-text ul li,
table.current-text * {
  font-size: 10pt;
  line-height: 14pt;
  text-align: justify;
}

.current-text blockquote {
  padding: 0;
  margin: 0;
}

.current-text blockquote p,
.current-text blockquote p * {
  font-style: italic;
}

#references ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
}

#references ul li::after {
  position: absolute;
  content: '';
  background-image: url('img/icon-arrow-bottom.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
  width: 16px;
  height: calc(100% - 10px);
  top: 0;
  bottom: 10px;
  right: 0;
}


#references ul li span.year {
  width: 50px;
  display: inline-block;
}

.filters ul {
  text-align: center;
}

.filters ul li {
  list-style: none;
  display: inline-block;
  font-size: 10pt;
  margin-bottom: 20px;
}

.filters ul li a {
  text-decoration: none;
  color: #999;
  padding: 5px 10px;
  border: 1px solid #eee;
  margin: 0 10px;
  border-radius: 20px;
  transition: background-color .6s ease-in-out, color .6s ease-in-out, border-color .6s ease-in-out;
}

.filters ul li a:hover {
  background-color: #eee;
}

.filters ul li a.selected {
  color: #fff;
  border-color: #9AAB47;
  background-color: #9AAB47;
}

#work .grid .project {
  width: 100% !important;
  transition: opacity .6s ease-in-out;
}

#work .grid .project.disable {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}

#work .grid .project .thumbnail {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

#work .grid .project .thumbnail::after {
  content: '';
  position: absolute;
  width: 0;
  height: 44px;
  width: 44px;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: 0;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('img/icon-arrow-right.svg');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center center;
  transition: opacity .6s ease-in-out, margin-left .6s ease-in-out;
  opacity: 0;
}

#work .grid .project .thumbnail,
#work .grid .project .thumbnail figure {
  width: 100%;
  display: block;
}

#work .grid .project .thumbnail figure {
  padding: 0;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform .6s ease-in-out, opacity .6s ease-in-out;
}

#work .grid .project .thumbnail:hover figure {
  transform: scale(1.1);
  opacity: 0.8;
}

#work .grid .project .thumbnail:hover::after {
  opacity: 1;
  margin-left: -22px;
}

#work .grid .project .info a {
  text-decoration: none;
}

#work .grid .project .info a h3 {
  font-size: 14pt;
  margin: 10px 0;
  color: #9AAB47;
  text-decoration: none;
  transition: color .6s ease-in-out;
}

#work .grid .project .info a:hover h3 {
  color: #000;
}

#work .grid .project .info .client,
#work .grid .project .info .location,
#work .infos li {
  display: block;
  font-size: 10pt;
  color: #999;
}

#work .infos li {
  list-style: none;
}

.col.sticky {
  position: sticky;
  top: 0;
}

#work .current-text h3 {
  margin-bottom: 30px;
}

#work .current-text ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  list-style: none;
  text-align: left !important;
  position: relative;
  border-bottom: 1px solid #eee;
}

#work .current-text ul li::before {
  content: '';
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('img/icon-arrow-right.svg');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center center;
  position: absolute;
}

.solutions * {
  color: #9AAB47;
}

.partners * {
  font-size: 10pt;
}

.partners h3 {
  margin-bottom: 10px !important;
}

#more .btn {
  color: #fff;
  background-color: #9AAB47;
  text-decoration: none;
  padding: 10px 20px;
  padding: 5px 15px;
  border-radius: 15px;
  display: inline-block;
  text-decoration: none;
  transition: background .6s ease-in-out;
}

#more .btn:hover {
  background-color: #edcb45;
}

#more .btn .icon.arrow-right {
  background-image: url('img/icon-arrow-right-w.svg');
  margin-left: 5px;
}

.carousel .slide {
  text-align: center;
}

#team .carousel .slide {
  text-align: left;
}

.section-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.section-bg * {
  color: #fff;
}

section .col img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul.grid li {
  text-align: center;
  list-style: none;
  font-size: 10pt;
  color: #999;
}

ul.grid li a {
  width: 100%;
  height: 100%;
  display: block;
}

ul.grid li img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  transition: border-color .4s ease-in-out;
}

ul.grid.logos li img {
  border: 1px solid #ddd;
}

ul.grid.logos li a {
  text-decoration: none;
  color: #999;
  transition: color .4s ease-in-out;
}

.bg-light-green ul.grid.logos li a {
  color: #000;
}

ul.grid.logos li a:hover img {
  border-color: #000;
}

ul.grid.logos li a:hover {
  color: #000;
}

ul.grid li span {
  font-size: 80%;
}

.pictures img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: block;
}

.accordion li {
  cursor: pointer;
  padding-right: 30px;
  box-sizing: border-box;
  transition: opacity .4s ease-in-out, margin-top .4s ease-in-out, margin-bottom .4s ease-in-out;
}

.accordion li.active {
  opacity: 1;
}

.accordion li div.hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  padding-left: 20px;
  border-left: 3px solid #9AAB47;
  background-color: transparent;
  transition: all .4s ease-in-out;
}

.accordion li.active div.hidden {
  max-height: 1000px;
  opacity: 1;
  margin-top: 10px;
}

.accordion li div.hidden a {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  margin-right: 10px;
  color: #fff;
  background: #edcb45;
  padding: 10px 20px;
  border-radius: 10px;
}

.accordion li div.hidden ul {
  line-height: 20pt;
}

.accordion li div.hidden ul li {
  list-style: none;
  position: relative;
  padding-left: 26px;
  margin: 3px 0;
}

.accordion li div.hidden ul li::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('img/icon-arrow-right.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

.accordion li.active {
  margin-top: 30px;
  margin-bottom: 30px !important;
}

.stats .number {
  text-align: center;
  background-image: url('img/shapes/shape-2.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.stats .number.bg-1 {
  background-image: url('img/shapes/shape-8.svg');
}

.stats .number.bg-2 {
  background-image: url('img/shapes/shape-9.svg');
}

.stats .number.bg-3 {
  background-image: url('img/shapes/shape-10.svg');
}

.stats .number h2 {
  font-size: 40pt;
  margin-bottom: 5px;
}

.stats .number h2 span,
.stats .number h2 sup {
  font-family: "gelica";
}

.stats .number h2 sup {
  font-size: 20pt;
}

.cards .card .inner {
  padding: 20px;
  background-color: #9AAB47;
  border-radius: 30px;
  height: 100%;
  box-sizing: border-box;
  transition: background-color .6s ease-in-out;
  cursor: pointer;
  position: relative;
}

#offers .cards .card .inner {
  background-color: #fff;
}

.bg-dark-green .cards .card .inner {
  background-color: #fff;
}

.bg-dark-green .cards .card .inner h3,
.bg-dark-green .cards .card .inner .hidden * {
  color: #000;
}

#offers h2 {
  color: #fff;
}

.cards .card .inner:hover {
  background-color: #525f14;
}

#offers .cards .card .inner:hover { 
  background-color: #dbd7b4;
}

.bg-dark-green .cards .card .inner:hover {
  background-color: #dbd7b4;
}

.cards .card .inner * {
  color: #fff;
  text-align: left;
}

#offers .cards .card .inner * {
  color: #000;
}

.cards .card .inner ul li {
  list-style: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 24px;
  position: relative;
}

.cards .card .inner ul li::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('img/icon-arrow-right-w.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  left: 0;
  top: 2px;
}

#offers .cards .card .inner ul li::before {
  background-image: url('img/icon-arrow-right.svg');
}

.cards .card a {
  text-decoration: none;
}

.bg-dark-green .cards .card .inner ul li::before {
  background-image: url('img/icon-arrow-right.svg');
}

.accordion.offers li.offer {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 1px;
  padding-right: 60px;
}

.accordion.offers li.offer {
  list-style: none;
  position: relative;
}

.accordion.offers li.offer::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  padding: 10px;
  background-image: url('img/icon-plus.svg');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center center;
  right: 0;
  top: 0;
  background-color: #9AAB47;
  transition: background-image .6s ease-in-out;
}

.accordion.offers li.offer.active::after {
  background-image: url('img/icon-close.svg');
}

.accordion.offers li.offer.active .hidden {
  max-height: 2000px;
}

.accordion li h2,
.accordion li h2 a {
  font-size: 13pt;
  line-height: 20pt;
  font-family: 'open sans', sans-serif;
  color: #9AAB47;
  text-decoration: none;
}

.accordion li .caption p {
  padding-top: 15px;
}

.wpcf7 .wpcf7-response-output {
  border: 0 !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.current-text ol {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.current-text ol li {
  list-style: none;
  font-size: 8pt;
  line-height: 10pt;
  color: #999;
}

#wcb {
  text-align: right !important;
}

#wcb #wcb_a {
  background-color: #dbd7b4 !important;
  border-color: #dbd7b4 !important;
  color: #000 !important;
}

#wcb #wcb_a, 
#wcb #wcb_g {
  border: 1px solid #dbd7b4 !important;
}

#work .carousel .slick-arrow.slick-prev {
	
}

.slick-arrow.slick-next {
  cursor: pointer;
}

#difference h3 strong {
  font-family: "Gelica", sans-serif;
  color: #d2b318;
}

.calendly-inline-widget {
  border: 1px solid #000;
  min-width: unset !important;
}

.sources,
.sources p {
  text-align: center;
}

.sources {
  margin-top: 30px;
}

.sources p {
  font-size: 8pt;
  color: #999;
  line-height: 12pt;
}

.carbonbadge * {
  font-size: 9pt !important;
}

#end .btn {
  color: #fff;
  background: #edcb45;
  padding: 5px 15px;
  border-radius: 15px;
  border: 1px solid #edcb45;
  text-decoration: none;
  transition: background .6s ease-in-out, color .6s ease-in-out;
  font-size: 11pt;
}

#footer h5 #back-top {
  border-radius: 100%;
  font-size: 0;
  width: 16px;
  height: 16px;
  background-color: #edcb45;
  padding: 12px;
  background-image: url('img/icon-arrow-top.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
}

@media (max-width: 1000px) {
  .row .col, 
  .row-full .col {
  	padding: 0 20px;
  }
  #hamburger {
    display: flex;
    color: transparent;
    text-decoration: none;
    align-items: center;
    justify-content: flex-end;
    font-size: 0;
  }
  #hamburger i {
    margin-left: 10px;
    width: 22px;
    height: 22px;
    background-image: url('img/icon-hamburger-b.svg');
  }
  #header {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
  }
  #header ul {
    display: none;
  }
  #header .row-full {
  	width: 100vw;
  	box-sizing: border-box;
  	display: flex;
  }
  #header .row-full .col {
  	width: 50%;
  }
  #header .row-full .col.double {
    text-align: right;
  }
  #header #back-home {
    height: 16px;
  }
  #header #back-home #logo-white {
    display: none;
  }
  #sidebar {
    position: fixed;
    top: 0;
    right: -100vw;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background: #a5ad4a url('img/shapes/shape-2.png') no-repeat;
    background-size: 120% auto;
    background-position: center center;
    z-index: 9980;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: right .6s ease-in-out, opacity .6s ease-in-out, visibility .6s ease-in-out;
  }
  body.sidebar #sidebar {
  	right: 0;
  	opacity: 1;
  	visibility: visible;
  }
  #sidebar .row {
    height: 100%;
    align-items: center;
    display: flex;
    align-items: center;
  }
  #sidebar #menu li.dropdown a.button {
  	background-image: url(img/icon-arrow-bottom-w.svg) !important;
  }
  #sidebar #menu li.dropdown ul {
    transition: max-height .6s ease-in-out, padding-left .6s ease-in-out;
  }
  #difference .row .col {
    margin-bottom: 30px;
  }
  #sub-nav ul li {
    display: block;
  }
  #sidebar #menu li.dropdown.open ul {
  	max-height: 1000px;
  	padding-left: 10px;
  }
  #sidebar #menu li.dropdown ul li {
    font-size: 11pt;
  }
  #sidebar #menu li {
    list-style: none;
  }
  #sidebar #menu li a {
    color: #fff;
    display: block;
    padding: 10px 0;
    text-decoration: none;
  }
  #sidebar #menu li.dropdown ul {
    max-height: 0;
    overflow: hidden;
  }
  #sidebar #menu li.dropdown a.button {
    background-image: url('img/icon-arrow-right-w.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 16px auto;
  }
  #baseline {
    height: 50vh;
  }
  #baseline h1, #baseline h2, #baseline h3, #baseline h4, #baseline h5 {
  	max-width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 20pt;
    line-height: 28pt;
  }
  #baseline.home h2 {
  	font-size: 32pt;
  }
  .row {
    margin: 0 auto;
  }
  .row-full,
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row,
  .row-full,
  .row .col {
    width: 100%;
    box-sizing: border-box;
  }
  #baseline .button-down {
    bottom: -10px; 
  }
  .intro h1 {
    font-size: 16pt;
  }
  .cards .card {
    margin-bottom: 30px;
  }
  .stats,
  .cards,
  #work .grid {
    display: unset;
  }
  .stats .number,
  .cards .card {
  	margin-bottom: 30px;
  }
  ul.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
  #work .grid .project .info {
    margin-bottom: 30px;
  }
  #work .grid .project .thumbnail figure {
    height: 200px;
  }
  #work .row.col-2 .col {
    margin-bottom: 30px;
  }
  .cards .card .inner h3 {
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center right;
  }
  #footer p,
  #footer a {
    font-size: 9pt;
  }
  #footer h5 {
  	font-size: 14pt;
  }
  #footer .col-2 {
  	display: unset;
  }
  #footer .col-2 .col {
    margin-bottom: 10px;
    text-align: center !important;
  }
  #wcb.carbonbadge {
    text-align: center !important;
  }
  #footer h5 #back-top {
    display: none;
  }
  .filters ul li a {
    display: inline-block;
  }
  ul.train li,
  ul.reasons li {
    margin-bottom: 20px;
  }
  #methodology table thead tr td,
  #methodology table tbody tr td {
  	width: 100%;
  }
  table, thead, tbody, th, td, tr {
    display: block;
  }
  table tr td {
    padding: 10px !important;
    box-sizing: border-box !important;
  }
  table thead {
    display: none;
  }
}

@media (min-width: 1000px) { 
  .row-full,
  .row {
    display: flex;
  }
  .row .col, 
  .row-full .col {
  	padding: 0 40px;
  }
  .row.col-1 .col,
  .row-full.col-1 .col {
    width: 100%;
  }
  .row.col-2 .col,
  .row-full.col-2 .col,
  .row-full.col-4 .col.double,
  .row.col-4 .col.double {
    width: 50%;
  }
  .row.col-3 .col,
  .row-full.col-3 .col {
    width: 33.33%;
  }
  .row-full.col-3 .col.double,
  .row.col-3 .col.double {
    width: 66.66%;
  }
  .row-full.col-4 .col,
  .row.col-4 .col {
    width: 25%;
  }
  #sidebar {
    display: none;
  }
  .cards {
    display: flex;
  }
  .cards .card {
    flex: 1;
  }
  #hamburger {
    display: none;
  }
  #baseline {
    height: 70vh;
  }
  #header #back-home {
    position: relative;
    height: 26px;
  }
  #header #back-home img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  #header #back-home #logo-black {
    opacity: 0;
  }
  #header #back-home #logo-white {
    opacity: 1;
  }
  #header.sticky {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #header.sticky #back-home #logo-black {
    opacity: 1;
  }
  #header.sticky #back-home #logo-white {
    opacity: 0;
  }
  #header ul li.dropdown ul {
    position: absolute;
    left: -20px;
    top: 100%;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease-in-out, visibility .6s ease-in-out;
  }
  #header ul li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
  }
  #header.sticky ul li.dropdown:hover ul {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #header ul li.dropdown ul,
  #header ul li.dropdown ul li {
    text-align: left;
  }
  #header ul li.dropdown ul li {
    margin: 0 0 5px 0;
    white-space: nowrap;
  }
  .intro h1 {
    font-size: 22pt;
  }
  ul.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #work .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #work .grid .project .info {
    height: 150px;
  }
  #work .grid .project .thumbnail figure {
    height: 300px;
  }
  ul.grid li {
    flex: 0 0 calc(20% - 80px);
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .carousel .slide img {
    height: auto !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .cards .card .inner {
    position: relative;
  }
  .cards .card .inner .hidden {
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
  }
  .cards .card .inner:hover .hidden {
    opacity: 1;
    visibility: visible;
  }
  .cards .card .inner h3 {
    position: absolute;
    text-align: center;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    background-image: url('img/icon-arrow-right-w.svg');
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: bottom right;
  }
  .cards .card .inner h3,
  .cards .card .inner .hidden {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease-in-out;
  }
  #offers .cards .card .inner h3 {
    background-image: url('img/icon-arrow-right.svg');
  }
  .cards .card .inner .hidden {
    height: 100%;
    width: 100%;
  }
  .cards .card .inner:hover h3 {
    opacity: 0;
    visibility: hidden;
  }
  #footer h5 {
    position: relative;
  }
  #footer h5 #back-top {
    position: absolute;
    right: 0;
  }
  #sub-nav ul li {
    display: inline;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
    opacity: 0.5;
    transition: opacity .6s ease-in-out;
  }
  #sub-nav ul li:hover {
    opacity: 1;
  }
  #sub-nav ul li::after {
    content: '';
    height: 80%;
    width: 1px;
    background: #333;
    position: absolute;
    right: 0;
    top: 10%;
    bottom: 0;
  }
  ul.train,
  ul.reasons {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  ul.downloads {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
} 
}

@media (min-width: 1000px) and (max-width: 1400px) {
  #header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #header img {
    height: 20px;
  }
  #header ul li .cta {
    padding: 5px 15px;
    border-radius: 15px;
  }
  .row {
    width: 1100px;
    margin: 0 auto;
  }
  .row.compact {
    width: 800px;
  }
  .row.ultra-compact {
    width: 500px;
  }
  .row-full,
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header ul li {
    margin-left: 20px;
  }
  #header ul li a {
    font-size: 11pt;
  }
  #baseline h1,
  #baseline h2,
  #baseline h3,
  #baseline h4,
  #baseline h5 {
    font-size: 24pt;
    line-height: 34pt;
  }
  #baseline.project-baseline h1 {
    font-size: 18pt;
    line-height: 28pt;
  }
  #baseline.home h2 {
  	font-size: 32pt;
    line-height: 48pt;
  }
  #footer ul li,
  #footer ul li a,
  #footer p {
  	font-size: 9pt;
  }
  #footer h1,
  #footer h2,
  #footer h3,
  #footer h4,
  #footer h5 {
    font-size: 14pt;
  }
}

@media (min-width: 1400px) {
  #header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #header #back-home {
    height: 30px;
  }
  #header ul li .cta,
  #more .btn {
    padding: 10px 20px;
    border-radius: 20px;
  }
  .row {
    width: 1300px;
    margin: 0 auto; 
  }
  .row.compact {
    width: 1000px;
  }
  .row.ultra-compact {
    width: 700px;
  }
  .row-full,
  .row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row-full .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header ul li {
    margin-left: 25px;
  }
  #header ul li a {
    font-size: 12pt;
  }
  #baseline h1,
  #baseline h2,
  #baseline h3,
  #baseline h4,
  #baseline h5 {
    font-size: 28pt;
    line-height: 38pt;
  }
  #baseline.project-baseline h1 {
    font-size: 22pt;
    line-height: 32pt;
  }
  #baseline.home h2 {
  	font-size: 40pt;
    line-height: 48pt;
  }
  #footer ul li,
  #footer ul li a,
  #footer p {
  	font-size: 10pt;
  }
  #footer h1,
  #footer h2,
  #footer h3,
  #footer h4,
  #footer h5 {
    font-size: 16pt;
  }
}