@charset "UTF-8";
/* @override 
	https://2021.i-care-consult.com/wp-content/themes/icare_environment/css/icare.css
	https://www.i-care-consult.com/wp-content/themes/icare_environment/css/icare.css
	https://i-care.fischer.graphics/wp-content/themes/icare_environment/css/icare.css */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 32px);
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 64px;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 64px;
  }
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?50897244');
  src: url('../fonts/fontello.eot?50897244#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2?50897244') format('woff2'), url('../fonts/fontello.woff?50897244') format('woff'), url('../fonts/fontello.ttf?50897244') format('truetype'), url('../fonts/fontello.svg?50897244#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before {
  content: '\e800';
}
/* '' */
.icon-search:before {
  content: '\e801';
}
/* '' */
.icon-cancel:before {
  content: '\e802';
}
/* '' */
.icon-right-open:before {
  content: '\f006';
}
/* '' */
.icon-left-open:before {
  content: '\f007';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-docs:before {
  content: '\f0c5';
}
/* '' */
.icon-whatsapp:before {
  content: '\f232';
}
/* '' */
.icon-linkedin:before {
  content: '\f31a';
}
/* '' */
.container {
  width: 100%;
  max-width: 1280px;
}
header.site-header {
  background: var(--main-bg-color);
  color: #fff;
  width: 100%;
  transition: all 0.8s ease-in-out 0s;
}
header.site-header .top-bar {
  background: rgba(0, 0, 0, 0.15);
}
header.site-header .row {
  margin-bottom: 0;
}
header.site-header ul {
  display: inline-block;
  margin: 0;
}
header.site-header ul li {
  display: inline-block;
}
header.site-header ul li a {
  display: block;
  padding: 0 15px;
  color: #fff;
}
header.site-header .language-switcher {
  float: right;
  margin-right: -10px;
}
header.site-header .language-switcher a,
header.site-header .language-switcher span {
  display: block;
  text-transform: uppercase;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.75);
}
header.site-header .language-switcher span {
  color: #fff;
  font-weight: 500;
}
header.site-header .language-switcher a:hover {
  color: #fff;
}
header.site-header .language-switcher li:last-child a,
header.site-header .language-switcher li:last-child span {
  border: none;
}
header.site-header .top-menu {
  line-height: 40px;
  float: left;
}
header.site-header .top-menu li a {
  font-size: .9em;
}
header.site-header .sitename,
header.site-header .language-switcher {
  line-height: 40px;
}
header.site-header .logo-wrapper {
  height: 70px;
}
header.site-header .logo-wrapper > div {
  width: 100%;
}
header.site-header .logo {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
header.site-header .logo img {
  display: block;
  width: 110px;
}
header.site-header .main-nav .main-menu {
  margin-left: -10px;
}
header.site-header .main-nav .main-menu li a {
  line-height: 70px;
  font-size: 1.2em;
  padding: 0 25px;
  position: relative;
}
header.site-header .main-nav .main-menu li a:after {
  display: block;
  width: 0;
  height: 5px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  background: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
header.site-header .main-nav .main-menu li a:hover:after {
  left: 25px;
  width: calc( 100% - 50px );
  opacity: .3;
}
header.site-header .main-nav .main-menu li.current-menu-item > a:after {
  left: 25px;
  width: calc( 100% - 50px );
  opacity: 1;
}
header.site-header .main-nav .main-menu li.menu-item-has-children {
  position: relative;
}
header.site-header .main-nav .main-menu li.menu-item-has-children .sub-menu {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 70px;
  background: #fff;
  box-shadow: 0 8px 9px rgba(0, 0, 0, 0.1);
  transform: scaleY(0);
  transform-origin: top;
  z-index: 999;
  transition: transform 0.3s ease;
}
header.site-header .main-nav .main-menu li.menu-item-has-children .sub-menu li {
  display: block;
}
header.site-header .main-nav .main-menu li.menu-item-has-children .sub-menu li a {
  height: auto;
  line-height: 1.4em;
  color: #63696F;
  padding: 10px 10px;
  font-size: .9em;
  border-bottom: 1px solid #e5e8ea;
}
header.site-header .main-nav .main-menu li.menu-item-has-children .sub-menu li a:hover {
  color: #1B8782;
}
header.site-header .main-nav .main-menu li.menu-item-has-children .sub-menu li:first-child a {
  padding-top: 14px;
}
header.site-header .main-nav .main-menu li.menu-item-has-children .sub-menu li:last-child a {
  border-bottom: none;
}
header.site-header .main-nav .main-menu li.menu-item-has-children .sub-menu li .sub-menu {
  display: none;
}
header.site-header .main-nav .main-menu li.menu-item-has-children .sub-menu li.current-menu-item > a {
  color: #F08265;
}
header.site-header .main-nav .main-menu li.menu-item-has-children:hover > .sub-menu {
  transform: scaleY(1);
}
header.site-header .toggle-search {
  float: right;
  line-height: 70px;
  color: #fff;
}
body:not(.customize-support) {
  transform: none !important;
}
body.sticky-header header.site-header.clone,
body.home.sticky-header header.site-header.clone {
  top: 0;
}
header.site-header.clone {
  position: fixed;
  left: 0;
  top: -100vh;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  transition: all 0.8s ease-in-out 0s;
}
header.site-header.clone .top-bar {
  display: none;
}
body.home header.site-header.clone {
  position: fixed;
  top: -100vh;
  background: #9FA8B1;
}
body.home header.site-header.clone.up,
body.home header.site-header.clone.down {
  top: 0;
}
/* debug */
/*
header.site-header:not(.clone) {
	.mm-container .mega-menu {
		&.mm-8366 {
			transform: scaleY(1);
			z-index: 999;
		}
	}
}
*/
.mm-container {
  position: relative;
}
.mm-container .mega-menu {
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  color: #444;
  padding: 30px 0 50px;
  box-shadow: 0 12px 13px rgba(0, 0, 0, 0.15);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}
.mm-container .mega-menu.visible {
  transform: scaleY(1);
  z-index: 999;
}
.mm-container .mega-menu .icare-icon {
  display: block;
  content: "";
  width: 25vw;
  height: 25vw;
  background: url('../img/icare-icon-grey.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  opacity: .2;
  right: 5vw;
  top: 50%;
  margin-top: -12.5vw;
}
.mm-container .mega-menu .title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  color: #F08265;
  margin-bottom: 10px;
}
.mm-container .mega-menu .title a {
  color: inherit;
}
.mm-container .mega-menu .title a:hover {
  color: #533747;
}
.mm-container .mega-menu .menu {
  margin: 0;
}
.mm-container .mega-menu .menu li {
  display: block;
  margin: 8px 0 15px;
}
.mm-container .mega-menu .menu li a {
  color: #63696F;
  padding: 0 0 0 1em;
  position: relative;
}
.mm-container .mega-menu .menu li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #1B8782;
  position: absolute;
  left: 0;
  top: .5em;
}
.mm-container .mega-menu .menu li a:hover {
  color: #1B8782;
}
.mm-container .mega-menu .menu li a:hover:before {
  background: #F08265;
}
.mm-container .mega-menu .menu li.current-menu-item a {
  color: #000;
  font-weight: 600;
}
.mm-container .mega-menu .menu li.current-menu-item a:before {
  background: #F08265;
}
.mm-container .mega-menu .menu.industries a {
  font-size: .8em;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.mm-container .mega-menu .menu.industries a:before {
  content: '#';
}
.mm-container .mega-menu .menu.industries a:hover {
  color: #1B8782;
}
.mm-container .mega-menu .description {
  color: #1B8782;
  font-size: 1.2em;
}
.sidenav-trigger {
  display: inline-block;
}
.burger-icon {
  width: 32px;
  height: 26px;
  position: relative;
  vertical-align: text-bottom;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
.burger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transform-origin: left center;
  transition: 0.25s ease-in-out;
}
.burger-icon span:nth-child(1) {
  top: 0px;
}
.burger-icon span:nth-child(2) {
  top: 12px;
}
.burger-icon span:nth-child(3) {
  top: 24px;
}
.burger-icon.opened span {
  background: #fff;
}
.burger-icon.opened span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 6px;
}
.burger-icon.opened span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.burger-icon.opened span:nth-child(3) {
  transform: rotate(-45deg);
  top: 23px;
  left: 6px;
}
body:not(.customize-support) {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out 0s;
}
body:not(.customize-support).do-search {
  transform: translateY(70px) !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #63696F;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #63696F;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #63696F;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #63696F;
}
#search-by-keyword {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background: #c9ced3;
  transform: translateY(-70px);
}
#search-by-keyword .row {
  margin-bottom: 0;
}
#search-by-keyword #searchform {
  position: relative;
}
#search-by-keyword #searchform input[type=text] {
  border: none;
  margin: 0;
  margin: 10px 0;
  line-height: 50px;
  height: 50px;
  padding-right: 60px;
  width: calc( 100% - 60px );
}
#search-by-keyword #searchform input[type=text]:focus {
  box-shadow: none;
}
#search-by-keyword #searchform button {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  line-height: 70px;
  border: none;
  background: transparent;
  width: 50px;
  text-align: right;
  font-size: 24px;
  color: #9FA8B1;
}
.footer-cta-banner {
  background: #c1c7cc;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.footer-cta-banner .icare-icon {
  display: block;
  width: 25vw;
  height: 25vw;
  background: url('../img/icare-icon-white.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 5vw;
  top: 50%;
  margin-top: -12.5vw;
  opacity: .3;
}
.footer-cta-banner .title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8em;
  color: #fff;
}
.footer-cta-banner .contact-us.btn {
  background: #fff;
  color: #9FA8B1;
  font-size: 1.2em;
  padding: 0 16px;
  line-height: 44px;
  text-align: center;
  min-width: 240px;
  margin-top: 24px;
}
.footer-cta-banner .contact-us.btn:hover {
  background: #63696F;
  color: #fff;
}
footer.page-footer {
  background: #fff;
  color: #63696F;
  padding-top: 60px;
}
footer.page-footer .widget .widget-title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
  color: #9FA8B1;
}
footer.page-footer .widget .menu li {
  margin-bottom: .5em;
}
footer.page-footer .widget .menu li a:hover {
  color: #1B8782;
}
footer.page-footer .widget .menu li.current-menu-item a {
  color: #F08265;
}
footer.page-footer .social-menu li {
  margin: 0 3px;
}
footer.page-footer .social-menu li:fisrt-child {
  margin-left: 0;
}
footer.page-footer .social-menu li:last-child {
  margin-right: 0;
}
footer.page-footer .social-menu li a {
  color: #63696F;
}
footer.page-footer .social-menu li a:hover {
  color: #1B8782;
}
footer.page-footer .legal-footer {
  background: #e8eaec;
  padding: 15px 0;
  font-size: .85em;
}
footer.page-footer .legal-footer .row {
  margin-bottom: 0;
}
footer.page-footer .legal-footer .legal-menu {
  float: right;
  margin: 0;
}
footer.page-footer .legal-footer .legal-menu li {
  display: inline-block;
}
footer.page-footer .legal-footer .legal-menu li a {
  display: block;
  padding: 0 15px;
  border-right: 1px solid #9FA8B1;
}
footer.page-footer .legal-footer .legal-menu li:last-child a {
  border: none;
  padding-right: 0;
}
footer.page-footer .icare-brazil {
  display: block;
}
footer.page-footer .icare-brazil a:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  content: "";
  background: url('../img/brazil.png') no-repeat center center;
  background-size: contain;
}
footer.page-footer .bearing-point img {
  width: 120px;
}
.social-menu {
  margin: 0;
}
.social-menu li {
  display: inline-block;
  font-size: 24px;
}
#mobile-nav {
  overflow-x: hidden;
  width: 300px;
}
#mobile-nav .logo {
  padding: 20px;
  display: block;
}
#mobile-nav .mobile-nav-wrapper {
  transform: translateX(0);
  border-top: 1px dotted #ddd;
  position: relative;
  transition: transform 0.3s ease-in-out 0s;
}
#mobile-nav .mobile-nav-wrapper[data-column="1"] {
  transform: translateX(-300px);
}
#mobile-nav .mobile-nav-wrapper[data-column="1"] .sub-menu-back {
  display: none;
}
#mobile-nav .mobile-nav-wrapper[data-column="2"] {
  transform: translateX(-600px);
}
#mobile-nav .mobile-nav-wrapper[data-column="2"] .sub-menu-back {
  left: 600px;
}
#mobile-nav .mobile-nav-wrapper[data-column="3"] {
  transform: translateX(-900px);
}
#mobile-nav .mobile-nav-wrapper[data-column="3"] .sub-menu-back {
  left: 900px;
}
#mobile-nav .mobile-nav-wrapper[data-column="4"] {
  transform: translateX(-1200px);
}
#mobile-nav .mobile-nav-wrapper[data-column="4"] .sub-menu-back {
  left: 1200px;
}
#mobile-nav .mobile-nav-wrapper .main-back,
#mobile-nav .mobile-nav-wrapper .sub-menu-back {
  font-weight: 200;
  padding: 0;
  line-height: 60px;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px dotted #ddd;
  color: #F08265;
  position: absolute;
  left: 300px;
  top: 0;
  cursor: pointer;
}
#mobile-nav .mobile-nav-wrapper .main-back:before,
#mobile-nav .mobile-nav-wrapper .sub-menu-back:before {
  font-family: 'fontello';
  content: "\f007";
  margin-right: .5em;
}
#mobile-nav .mobile-menu {
  margin: 0;
}
#mobile-nav .mobile-menu li {
  line-height: 1.3em;
}
#mobile-nav .mobile-menu li a {
  line-height: 1.3em;
  height: auto;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px dotted #ddd;
}
#mobile-nav .mobile-menu li.menu-item-has-children > a {
  font-weight: 500;
}
#mobile-nav .mobile-menu li.menu-item-has-children > a:after {
  font-family: 'fontello';
  content: "\f006";
  color: #F08265;
  float: right;
}
#mobile-nav .mobile-menu li.menu-item-has-children .sub-menu {
  background: #fff;
  position: fixed;
  left: 300px;
  height: 100%;
  top: 60px;
  width: 300px;
}
#mobile-nav .mobile-menu li.menu-item-has-children li .sub-menu {
  left: 600px;
}
#mobile-nav .mobile-menu li.menu-item-has-children li li .submenu {
  left: 900px;
}
#mobile-nav .mobile-menu li.menu-item-has-children li li li .submenu {
  left: 1200px;
}
@media (min-width: 992px) {
  footer.page-footer .social-wrapper {
    text-align: right;
  }
}
@media (max-width: 990px) {
  .container {
    max-width: 95%;
  }
  footer.page-footer {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  header.site-header.clone {
    display: none;
  }
  .footer-cta-banner .icare-icon {
    width: 80vw;
    height: 80vw;
    margin-top: -40vw;
    opacity: .2;
  }
  .footer-cta-banner .contact-wrapper {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fff;
  }
  footer.page-footer .legal-footer {
    text-align: center;
  }
  footer.page-footer .legal-footer .legal-menu {
    float: none;
    margin-top: 15px;
  }
  footer.page-footer .legal-footer .legal-menu li a {
    padding: 0 8px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  line-height: 1.4em;
}
.post-content *:first-child {
  margin-top: 0;
}
.post-content h1 {
  font-size: 2.4em;
}
.post-content h2 {
  font-weight: 500;
  color: #1B8782;
  font-size: 2.2em;
}
.post-content h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 500;
  color: #F08265;
}
.post-content h4,
.post-content h5 {
  font-size: 1.2em;
  margin: .5em 0;
}
.post-content p,
.post-content h6 {
  font-size: 1.2em;
  margin: .5em 0;
}
.post-content table {
  font-size: 1em;
  background: #fff;
  margin: 1em 0;
}
.post-content table tr {
  border-bottom: 1px solid #ddd;
}
.post-content blockquote {
  font-style: italic;
  font-weight: 600;
}
.post-content ul,
.post-content ol {
  margin: 1em 0;
  font-size: 1.2em;
}
.post-content ul li,
.post-content ol li {
  margin-bottom: .5em;
}
.post-content ul li ul,
.post-content ol li ul {
  margin-top: .5em;
}
.post-content ul:not(.team-filter):not(.contact) li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: .75em;
}
.post-content ul:not(.team-filter):not(.contact) li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #F08265;
  position: absolute;
  left: 0;
  top: .4em;
}
.post-content ol {
  counter-reset: listCounter;
  padding: 0;
}
.post-content ol li {
  list-style: none;
  counter-increment: listCounter;
  position: relative;
  margin: 0 0 20px;
  padding-left: 40px;
  min-height: 30px;
}
.post-content ol li:before {
  display: inline-block;
  content: counter(listCounter);
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  background: #F08265;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.post-content strong {
  font-weight: 600;
}
.post-content .wp-block-gallery {
  margin: 30px 0;
}
.post-content .wp-block-gallery li {
  padding: 0;
}
.post-content .wp-block-gallery li:before {
  content: "";
  display: none;
}
.post-content figure {
  margin: 0;
}
.post-content .video-container {
  margin: 30px 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  content: "";
  height: 36px;
  width: 36px;
  border: 1px solid #9FA8B1;
  border-radius: 18px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  font-family: "fontello";
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 14px;
  line-height: 1;
  font-family: 'fontello';
  color: #9FA8B1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -50px;
}
.slick-prev:before {
  margin-left: -0.2em;
  content: "\f007";
}
.slick-next {
  right: -50px;
}
.slick-next:before {
  margin-right: -0.2em;
  content: "\f006";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  border: 1px solid #9FA8B1;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #9FA8B1;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}
main {
  flex: 1 0 auto;
}
main.padding-bottom {
  padding-bottom: 60px;
}
html {
  background: #fff;
  font-family: 'Signika', sans-serif;
  font-weight: 300;
  color: #000;
}
input,
textarea {
  font-family: 'Signika', sans-serif;
  font-weight: 300;
}
a {
  color: #63696F;
}
*:focus {
  outline: none;
}
nav {
  background: none;
  box-shadow: none;
  height: auto;
  line-height: 1.4em;
  color: #63696F;
}
nav a {
  color: inherit;
}
nav.rank-math-breadcrumb {
  color: #9FA8B1;
}
nav.rank-math-breadcrumb a {
  color: #63696F;
}
nav.rank-math-breadcrumb a:hover {
  color: #1B8782;
}
.btn {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  line-height: 1.4em;
  padding: 10px 20px;
}
.btn:hover {
  background: #1B8782;
  box-shadow: none;
}
.toast {
  background: #61bd4f;
}
.toast.error {
  background: red;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.valign-wrapper > div {
  width: 100%;
}
.round-btn-plus {
  background: #fff;
  padding: 12px 24px 12px 40px;
  border-radius: 60px;
  display: inline-block;
  position: relative;
}
.round-btn-plus:before,
.round-btn-plus:after {
  display: block;
  content: "";
  background: #9FA8B1;
  position: absolute;
  opacity: .4;
  transition: all 0.3s ease-in-out 0s;
}
.round-btn-plus:before {
  width: 2px;
  height: 22px;
  left: 24px;
  top: 12px;
}
.round-btn-plus:after {
  width: 22px;
  height: 2px;
  left: 13px;
  top: 21px;
}
.page-header {
  background-color: #0e4745;
  color: #fff;
  margin-bottom: 50px;
}
.page-header .rank-math-breadcrumb {
  color: rgba(255, 255, 255, 0.75);
}
.page-header .rank-math-breadcrumb a {
  color: inherit;
}
.page-header .rank-math-breadcrumb a:hover {
  color: #fff;
}
.page-header .main-page-title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: -0.3em;
}
.page-header .main-page-title.search-title {
  font-weight: 300;
}
.page-header .main-page-title.search-title strong {
  font-weight: 500;
}
/* cancel flex for IE10 & IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    display: block;
    min-height: 0;
  }
  main {
    flex: none;
  }
}
.icon-send {
  display: inline-block;
  vertical-align: text-bottom;
  content: "";
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14'%3E%3Cpath d='M15 7L0 .25l1.425 5.774L6.662 7l-5.237.976L0 13.75z' fill='%239fa8b1' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 16px;
}
.icon-close {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  opacity: 0.3;
}
.icon-close:hover {
  opacity: 1;
}
.icon-close:before,
.icon-close:after {
  position: absolute;
  left: 15px;
  top: 0;
  content: "";
  height: 30px;
  width: 2px;
  background-color: #63696F;
}
.icon-close:before {
  left: 12px;
  transform: rotate(45deg);
}
.icon-close:after {
  transform: rotate(-45deg);
}
#newsletter-optin .optin-wrapper {
  position: relative;
  width: 400px;
  max-width: 100%;
}
#newsletter-optin .optin-wrapper .input-field {
  margin-top: 24px;
}
#newsletter-optin .optin-wrapper input[type=email] {
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 0 50px 0 10px;
  width: calc( 100% - 70px );
}
#newsletter-optin .optin-wrapper label {
  margin-left: 10px;
}
#newsletter-optin .optin-wrapper label.active {
  margin-left: 0;
  top: -4px;
  color: #1B8782;
}
#newsletter-optin .optin-wrapper button {
  padding: 0;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  line-height: 30px;
  text-align: center;
  border: none;
  background: transparent;
  border: 1px solid #9FA8B1;
  position: absolute;
  right: 20px;
  top: 7px;
  cursor: pointer;
}
#newsletter-optin .optin-wrapper button:hover {
  background: #63696F;
  border-color: #63696F;
}
#newsletter-optin .optin-wrapper button:hover .icon-send {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14'%3E%3Cpath d='M15 7L0 .25l1.425 5.774L6.662 7l-5.237.976L0 13.75z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center center;
}
#newsletter-optin .optin-wrapper button:disabled {
  opacity: .2;
}
#newsletter-optin .gdpr {
  margin: 0;
}
#newsletter-optin .gdpr input[type=checkbox] + span {
  color: #fff;
  font-size: 1em;
}
#newsletter-optin .gdpr input[type=checkbox] + span:after {
  border-color: rgba(255, 255, 255, 0.75);
}
#newsletter-optin .gdpr input[type=checkbox]:checked + span:after {
  background: #1B8782;
  border-color: #1B8782;
}
#newsletter-optin .optin-wrapper {
  position: relative;
  width: 400px;
  max-width: 100%;
}
#newsletter-optin .optin-wrapper .input-field {
  margin-top: 24px;
}
#newsletter-optin .optin-wrapper input[type=email] {
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 0 50px 0 10px;
  width: calc( 100% - 70px );
}
#newsletter-optin .optin-wrapper label {
  margin-left: 10px;
}
#newsletter-optin .optin-wrapper label.active {
  margin-left: 0;
  top: -4px;
  color: #63696F;
}
#newsletter-optin .optin-wrapper button {
  padding: 0;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  line-height: 30px;
  text-align: center;
  border: none;
  background: transparent;
  border: 1px solid #9FA8B1;
  position: absolute;
  right: 20px;
  top: 7px;
  cursor: pointer;
}
#newsletter-optin .optin-wrapper button:hover {
  background: #63696F;
  border-color: #63696F;
}
#newsletter-optin .optin-wrapper button:hover .icon-send {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14'%3E%3Cpath d='M15 7L0 .25l1.425 5.774L6.662 7l-5.237.976L0 13.75z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center center;
}
#newsletter-optin .gdpr {
  margin: 0;
}
#newsletter-optin .gdpr input[type=checkbox] + span {
  color: #fff;
  font-size: 1em;
}
#newsletter-optin .gdpr input[type=checkbox] + span:after {
  border-color: rgba(255, 255, 255, 0.75);
}
#newsletter-optin .gdpr input[type=checkbox]:checked + span:after {
  background: #1B8782;
  border-color: #1B8782;
}
.no-content-found {
  margin: 8vh 0;
}
.no-content-found .empty-list-title {
  font-weight: 200;
  color: #63696F;
}
.no-content-found .empty-list-title .icon {
  display: block;
  margin: 0 auto;
  color: #9FA8B1;
  margin-bottom: 20px;
}
nav.pagination {
  color: #63696F;
  margin: 60px 0 40px;
  text-align: center;
}
nav.pagination a,
nav.pagination .nav-links > span {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  background: #d7dbdf;
  margin: 0 5px;
}
nav.pagination a:hover {
  background: #F08265;
  color: #fff;
}
nav.pagination .nav-links .current {
  background: #63696F;
  color: #fff;
}
/*
* ARTICLE
*/
article .post-title {
  font-size: 1.4em;
}
/*
* POST
*/
.post-wrapper {
  margin-bottom: 30px;
  background-color: #9FA8B1;
}
.post-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.post-wrapper a .media {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.post-wrapper a .media:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.6s ease;
}
.post-wrapper a:hover .media {
  transform: scale(1.15);
}
.post-wrapper a:hover .media:after {
  opacity: 1;
}
.post-wrapper a:hover .excerpt {
  opacity: 1;
}
.post-wrapper a:hover .title {
  color: #F08265;
}
.post-wrapper .row {
  position: relative;
  margin-bottom: 0;
}
.post-wrapper .title {
  width: 240px;
  padding: 20px 30px;
  text-align: center;
}
.post-wrapper .title h5 {
  margin: 0;
  font-size: 1.3em;
}
.post-wrapper .valign-wrapper.white {
  min-height: 240px;
  background: #fff;
  text-align: center;
}
.post-wrapper .valign-wrapper.white .title {
  width: 100%;
}
.post-wrapper .excerpt {
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.post-wrapper.centered .content-wrapper {
  max-width: 240px;
  margin: 20px auto;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: opacity 0.4s ease-in-out 0s;
}
.post-wrapper.centered .excerpt-wrapper {
  position: absolute;
  left: 5%;
  top: 0;
  width: 90%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease-in-out 0s;
}
.post-wrapper.centered .excerpt-wrapper .excerpt {
  text-align: center;
}
.post-wrapper.centered a:hover .content-wrapper {
  opacity: 0;
}
.post-wrapper.centered a:hover .excerpt-wrapper {
  opacity: 1;
}
.article-wrapper {
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 15px;
}
.article-wrapper .date {
  color: #F08265;
  font-size: .85em;
}
.article-wrapper .post-title {
  margin: 5px 0 10px;
}
.article-wrapper .category a {
  font-size: .85em;
  text-transform: uppercase;
  color: #1B8782;
}
.article-wrapper .category a:hover {
  text-decoration: underline;
}
.publications-filter {
  margin: 0 0 30px;
}
.publications-filter li {
  display: inline-block;
  margin-right: 20px;
}
.publications-filter li label {
  display: block;
  white-space: nowrap;
}
.publications-filter li label input[type=radio] + span {
  color: #63696F;
  text-transform: uppercase;
  padding: 0;
  line-height: 30px;
  height: auto;
  display: block;
  border-bottom: 2px solid #eee;
  position: relative;
}
.publications-filter li label input[type=radio] + span:before {
  display: none;
}
.publications-filter li label input[type=radio] + span:after {
  border-radius: 0;
  border: none;
  transition: none;
}
.publications-filter li label input[type=radio]:checked + span {
  border-bottom-color: #F08265;
  color: #F08265;
}
.publications-filter li label input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  background: none;
  border-color: #F08265 transparent transparent transparent;
  left: 50%;
  top: 30px;
  margin: 0;
  margin-left: -8px;
  transform: scale(1);
}
.isotope-pager {
  text-align: center;
}
.isotope-pager .pager {
  display: inline-block;
  margin: 0 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background: #e5e8ea;
  transition: all 0.3s ease-in-out 0s;
}
.isotope-pager .pager:hover {
  background: #63696F;
  color: #fff;
}
.isotope-pager .pager.current {
  background: #F08265;
  color: #fff;
}
.isotope-pager .pager:only-child {
  display: none;
}
/*
* Market wrapper
*/
.market-wrapper {
  padding: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding-bottom: 80px;
  position: relative;
  border-bottom: 20px solid #9FA8B1;
  margin-bottom: 30px;
}
.market-wrapper.private-companies,
.market-wrapper.entreprises-privees {
  border-bottom-color: #B6D8A9;
}
.market-wrapper.financial-institutions,
.market-wrapper.institutions-financieres {
  border-bottom-color: #1B8782;
}
.market-wrapper.public-organizations,
.market-wrapper.organisations-publiques {
  border-bottom-color: #F08265;
}
.market-wrapper .market-title {
  margin: 0;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 500;
  color: #533747;
}
.market-wrapper .market-title a {
  color: inherit;
}
.market-wrapper .market-title a:hover {
  color: #F08265;
}
.market-wrapper .market-title:after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background: #F08265;
  margin: 20px auto;
}
.market-wrapper p {
  font-size: 1.2em;
  color: #63696F;
}
.market-wrapper .cta-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.market-wrapper .cta-wrapper .round-btn-plus {
  border: 1px solid #d7dbdf;
  transition: all 0.3s ease-in-out 0s;
}
.market-wrapper .cta-wrapper .round-btn-plus:hover {
  background: #9FA8B1;
  color: #fff;
}
.market-wrapper .cta-wrapper .round-btn-plus:hover:before,
.market-wrapper .cta-wrapper .round-btn-plus:hover:after {
  background: #fff;
  opacity: .3;
}
/*
* HOMEPAGE
*/
body.home header.site-header {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 10;
}
.homepage {
  padding-bottom: 80px;
}
.homepage .header-image {
  padding-top: 120px;
  padding-bottom: 10px;
  position: relative;
  background-position: center top;
}
.homepage .header-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(36, 112, 146, 0.25);
  background: linear-gradient(rgba(36, 112, 146, 0.5), rgba(36, 112, 146, 0) 50%);
}
.homepage .header-image .container {
  position: relative;
  z-index: 1;
}
.homepage .header-image .svg-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 95.5%;
}
.homepage .header-image .svg-wrapper svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.3));
}
.homepage .header-image .page-subtitle {
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
}
.homepage .header-image .page-title {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.6em;
  line-height: 1.3em;
}
.homepage .header-image .page-title,
.homepage .header-image .page-subtitle {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.homepage .header-image .btn {
  background: #F08265;
  margin: 30px 0;
}
.homepage .expertise-wrapper {
  padding: 30px;
  background: #fff;
  margin-top: -60px;
  position: relative;
}
.homepage .expertise-wrapper h2 {
  color: #F08265;
  font-weight: 500;
  font-size: 1.6em;
  text-transform: uppercase;
  margin: 0 0 .5em;
}
.homepage .expertise-tags {
  margin: 30px 0;
}
.homepage .expertise-tags li {
  display: inline-block;
  margin: 0 20px 15px 0;
}
.homepage .expertise-tags li a {
  display: inline-block;
  background: #d7dbdf;
  padding: 0 12px;
  line-height: 32px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out 0s;
}
.homepage .expertise-tags li a:hover {
  background: #9FA8B1;
  color: #fff;
}
.homepage .meet-the-team {
  position: relative;
}
.homepage .meet-the-team img {
  display: block;
  border-radius: 16px;
}
.homepage .meet-the-team .round-btn-plus {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.homepage .meet-the-team .round-btn-plus:hover:before,
.homepage .meet-the-team .round-btn-plus:hover:after {
  opacity: 1;
  background: #F08265;
}
.homepage .markets {
  padding: 20px 0 0;
  background: #533747;
  position: relative;
}
.homepage .markets:before,
.homepage .markets:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #533747;
  z-index: -10;
}
.homepage .markets:before {
  transform-origin: top left;
  transform: skewY(-10deg);
}
.homepage .markets:after {
  transform-origin: bottom right;
  transform: skewY(-10deg);
}
.homepage .experts-publications {
  color: #fff;
}
.homepage .experts-publications .experts-subtitle {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.5);
}
.homepage .customers-title {
  text-transform: uppercase;
  color: #9FA8B1;
  font-size: 2em;
}
.customers-slider .slick-slide {
  text-align: center;
}
.customers-slider .logo {
  display: block;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 40px auto;
}
.customers-filter {
  text-align: center;
}
.customers-filter li {
  display: inline-block;
}
.customers-filter li a {
  display: block;
  padding: 0px 24px;
  font-size: 1.2em;
  font-family: 'Oswald';
  color: #9FA8B1;
  border-right: 1px solid #9FA8B1;
}
.customers-filter li a.current {
  color: #533747;
}
.customers-filter li a:hover {
  color: #1B8782;
}
.customers-filter li:last-child a {
  border: none;
}
.ice-team .filters {
  margin-bottom: 60px;
}
.ice-team .filters ul {
  margin: 0;
  font-size: 0;
}
.ice-team .filters ul li {
  display: inline-block;
  margin-right: 6px;
}
.ice-team .filters ul li a {
  font-size: 1rem;
  display: block;
  padding: 4px 12px;
  background: #9FA8B1;
  color: #fff;
  text-transform: uppercase;
}
.ice-team .filters ul li a.current {
  background: #63696F;
}
.ice-team .filters ul li a:hover {
  background: #1B8782;
}
.team-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.team-wrapper figure {
  margin: 0;
  line-height: 1.3em;
}
.team-wrapper figure .image {
  max-width: 140px;
  margin: 0 auto;
  border-radius: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.team-wrapper figure .image img {
  display: block;
}
.team-wrapper figure .no-portrait {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
  background: #e5e8ea;
  border-radius: 100%;
}
.team-wrapper figure figcaption {
  margin-top: 8px;
  font-weight: 500;
}
.team-wrapper figure .position {
  color: #F08265;
}
.team-wrapper:hover figure .image {
  background: #F08265;
}
.team-wrapper:hover figure .image img {
  filter: sepia(67%) saturate(180%) hue-rotate(315deg);
}
.team-wrapper.horizontal {
  text-align: left;
}
.team-wrapper.horizontal .view-expert {
  display: inline-block;
}
.team-wrapper.horizontal .view-expert figure .image,
.team-wrapper.horizontal .view-expert figure figcaption {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.team-wrapper.horizontal .view-expert figure .image {
  max-width: 90px;
}
.team-wrapper.horizontal .view-expert figure figcaption {
  margin-left: 10px;
}
.modal {
  max-width: 800px;
}
.modal .modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
}
#team-modal {
  background: #e5e8ea;
  overflow-x: hidden;
}
#team-modal .modal-content {
  padding: 0;
}
#team-modal .modal-content .white {
  padding: 30px 40px 0;
  background: #fff;
}
#team-modal img {
  display: block;
  margin: 0 auto;
}
#team-modal h4 {
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
  color: #F08265;
}
#team-modal p {
  font-size: 1.2em;
}
#team-modal .scrollable {
  max-height: 40vh;
  overflow-y: auto;
  padding: 0 40px 50px;
  margin: 0 20px;
}
#team-modal .post-content {
  margin-bottom: 30px;
}
#team-modal .post-content h3 {
  color: #F08265;
  margin: 1em 0 .5em;
}
#team-modal .interview .item {
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  border-radius: 12px;
}
#team-modal .interview .item h4 {
  text-transform: none;
  margin-top: 0;
}
#team-modal .publications {
  padding: 0 60px;
}
#team-modal .publications .btn {
  background: #1B8782;
}
#team-modal .publications .btn:hover {
  background: #21a59f;
}
#team-modal .title-wrapper {
  padding-bottom: 3em;
  position: relative;
}
#team-modal .title-wrapper .hashtags {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: calc( 100% - 100px );
  color: #1B8782;
  font-weight: 500;
}
#team-modal .contact {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin: 0;
}
#team-modal .contact li {
  display: inline-block;
  margin: 0 8px;
}
#team-modal .contact li a {
  display: block;
  font-size: 24px;
  content: "";
  transition: color 0.3s ease-in-out 0s;
}
#team-modal .contact li a:hover {
  color: #F08265;
}
#team-modal .contact li:last-child {
  margin-right: 0;
}
main.offers-page .page-header {
  background-color: #F08265;
}
main.offers-page .post-content {
  margin-bottom: 60px;
}
main.offers-page .experts-title {
  color: #F08265;
  font-size: 1.3em;
  font-weight: 500;
  margin-top: 2em;
}
main.offers-page .sidebar {
  margin-left: 60px;
  padding-left: 30px;
  border-left: 1px solid #d7dbdf;
}
main.offers-page .customers h4 {
  text-transform: uppercase;
  font-size: 1.6em;
  margin: 0;
  color: #9FA8B1;
}
main.offers-page .customers .logo {
  margin: 20px  auto;
}
main.offers-page .case-studies {
  background: #f3f4f6;
  padding: 40px 0;
}
main.offers-page .case-studies .case-studies-title {
  margin-top: 0;
  font-weight: 100;
  text-transform: uppercase;
  color: #533747;
  font-size: 2em;
}
main.offers-page .case-studies .case-study {
  padding: 30px 30px 80px;
  background: #fff;
  border-radius: 12px;
  margin: 20px;
  position: relative;
}
main.offers-page .case-studies .case-study .customer-logo {
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto 20px;
  max-width: 120px;
  max-height: 60px;
}
main.offers-page .case-studies .case-study h4 {
  font-size: 1.4em;
  text-align: center;
}
main.offers-page .case-studies .case-study .excerpt {
  color: #63696F;
}
main.offers-page .case-studies .case-study .excerpt p {
  font-size: 1.2em;
}
main.offers-page .case-studies .case-study .cta-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
main.offers-page .case-studies .case-study .cta-wrapper .round-btn-plus {
  border: 1px solid #d7dbdf;
}
main.offers-page .case-studies .case-study .cta-wrapper .round-btn-plus:hover:before,
main.offers-page .case-studies .case-study .cta-wrapper .round-btn-plus:hover:after {
  background: #F08265;
  opacity: 1;
}
main.offers-page.single-expertise .page-header {
  margin-top: -120px;
  padding-top: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
main.offers-page.single-expertise .page-header .main-page-title {
  padding-top: 240px;
}
main.offers-page.single-expertise .our-experts {
  padding: 50px 0;
  background: #f3f4f6;
}
main.offers-page.single-expertise .our-experts h3 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 300;
  color: #63696F;
  margin: 0 0 20px;
}
main.offers-page.single-expertise .our-experts .team-wrapper figure .image .circle {
  background: #fff;
}
main.offers-page.single-expertise .our-experts .team-wrapper figure .image:hover .circle {
  background: transparent;
}
body.single-expertises header.site-header.clone {
  background: #533747;
}
body.single-expertises header.site-header:not(.clone) {
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
body.single-expertises .expertises h4 {
  text-align: center;
  font-size: 1.2em;
  color: #9FA8B1;
}
body.single-expertises .expertises .all-expertises li {
  margin-bottom: 10px;
}
body.single-expertises .expertises .all-expertises li a {
  display: block;
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid #c9ced3;
}
body.single-expertises .expertises .all-expertises li a:hover {
  color: #F08265;
}
body.single-expertises .expertises .all-expertises li a.current {
  background: #9FA8B1;
  color: #fff;
}
.single-expertises .sectors,
.single-markets .sectors,
.tax-offer_tag .sectors {
  padding: 40px 0;
}
.single-expertises .sectors h3,
.single-markets .sectors h3,
.tax-offer_tag .sectors h3 {
  margin: 0;
  font-size: 2.4em;
  text-transform: uppercase;
  color: #63696F;
}
.single-expertises .sectors h3:after,
.single-markets .sectors h3:after,
.tax-offer_tag .sectors h3:after {
  display: block;
  content: "";
  width: 26px;
  height: 2px;
  background: #F08265;
  margin: 12px  auto;
}
.single-expertises .sectors .sector-wrapper,
.single-markets .sectors .sector-wrapper,
.tax-offer_tag .sectors .sector-wrapper {
  padding: 0 20px 50px;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.single-expertises .sectors .sector-wrapper:after,
.single-markets .sectors .sector-wrapper:after,
.tax-offer_tag .sectors .sector-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d7dbdf;
  right: -10px;
  top: 0;
}
.single-expertises .sectors .sector-wrapper .markets,
.single-markets .sectors .sector-wrapper .markets,
.tax-offer_tag .sectors .sector-wrapper .markets {
  text-align: center;
  text-transform: uppercase;
  color: #F08265;
  margin-bottom: 5px;
}
.single-expertises .sectors .sector-wrapper .sector-title,
.single-markets .sectors .sector-wrapper .sector-title,
.tax-offer_tag .sectors .sector-wrapper .sector-title {
  font-size: 1.6em;
  text-transform: uppercase;
  color: #1B8782;
  margin-top: 0;
}
.single-expertises .sectors .sector-wrapper .sector-title a,
.single-markets .sectors .sector-wrapper .sector-title a,
.tax-offer_tag .sectors .sector-wrapper .sector-title a {
  color: inherit;
}
.single-expertises .sectors .sector-wrapper .btn-wrapper,
.single-markets .sectors .sector-wrapper .btn-wrapper,
.tax-offer_tag .sectors .sector-wrapper .btn-wrapper {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.single-expertises .sectors .sector-wrapper .btn-wrapper .round-btn-plus,
.single-markets .sectors .sector-wrapper .btn-wrapper .round-btn-plus,
.tax-offer_tag .sectors .sector-wrapper .btn-wrapper .round-btn-plus {
  border: 1px solid #d7dbdf;
}
.single-expertises .sectors .sector-wrapper .btn-wrapper .round-btn-plus:hover:before,
.single-markets .sectors .sector-wrapper .btn-wrapper .round-btn-plus:hover:before,
.tax-offer_tag .sectors .sector-wrapper .btn-wrapper .round-btn-plus:hover:before,
.single-expertises .sectors .sector-wrapper .btn-wrapper .round-btn-plus:hover:after,
.single-markets .sectors .sector-wrapper .btn-wrapper .round-btn-plus:hover:after,
.tax-offer_tag .sectors .sector-wrapper .btn-wrapper .round-btn-plus:hover:after {
  background: #F08265;
  opacity: 1;
}
.single-expertises .sectors .row > .col:last-child .sector-wrapper:after,
.single-markets .sectors .row > .col:last-child .sector-wrapper:after,
.tax-offer_tag .sectors .row > .col:last-child .sector-wrapper:after {
  display: none;
}
.single-expertises .team-wrapper .image,
.single-markets .team-wrapper .image,
.tax-offer_tag .team-wrapper .image {
  border: 6px solid #f3f4f6;
}
.single-expertises .team-wrapper.group-leader .image,
.single-markets .team-wrapper.group-leader .image,
.tax-offer_tag .team-wrapper.group-leader .image {
  border-color: #9FA8B1;
}
.single-expertises .team-wrapper:hover .image,
.single-markets .team-wrapper:hover .image,
.tax-offer_tag .team-wrapper:hover .image {
  border-color: #F08265;
}
.methodology-wrapper {
  background: #f3f4f6;
  border-radius: 15px;
  padding: 50px 30px;
  margin: 40px 0;
}
.methodology-wrapper .post-content {
  margin-bottom: 0;
}
.methodology-wrapper .row {
  margin-bottom: 0;
}
.methodology-wrapper .title {
  color: #F08265;
  margin: 0;
  font-size: 1.8em;
}
.methodology-wrapper .title:after {
  display: block;
  content: "";
  width: 26px;
  height: 2px;
  background: #533747;
  margin: 10px 0;
}
.methodology-wrapper a {
  color: #533747;
  font-weight: 600;
}
.methodology-wrapper .team-wrapper {
  margin: 20px 0;
  text-align: left;
}
.methodology-wrapper .team-wrapper figure {
  display: inline-block;
}
.methodology-wrapper .team-wrapper figure .image,
.methodology-wrapper .team-wrapper figure figcaption {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.methodology-wrapper .team-wrapper figure figcaption {
  margin-left: 10px;
}
.methodology-wrapper .team-wrapper .image {
  background: #fff;
  max-width: 80px;
}
.methodology-wrapper .team-wrapper:hover .image {
  background: #F08265;
}
#study-modal .modal-content {
  background: #fff;
}
#study-modal .customer-logo {
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto 20px;
  max-width: 120px;
  max-height: 60px;
}
#study-modal h4 {
  font-weight: 100;
  color: #63696F;
}
#study-modal h2 {
  font-size: 1.3em;
  margin: .8em 0 .5em;
}
.list-industries .industry-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #d7dbdf;
}
.list-industries .industry-wrapper .row {
  margin-bottom: 0;
}
.list-industries .industry-wrapper img {
  display: block;
  border-radius: 5px;
}
.list-industries .industry-wrapper h2 {
  margin: 0;
  color: #F08265;
}
.list-industries .industry-wrapper h2:after {
  display: block;
  content: "";
  width: 26px;
  height: 2px;
  background: #1B8782;
  margin: 10px 0;
}
.list-industries .industry-wrapper:last-child {
  border-bottom: none;
}
.list-industries .industry-wrapper .logo {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 90px;
  width: 90px;
  margin: 10px 20px 10px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.logos-gallery .logo {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 120px;
  width: 160px;
  margin: 10px 20px 10px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#contact-form label {
  color: #63696F;
}
#contact-form label.active {
  top: -5px;
  margin-left: 0;
}
#contact-form .required {
  color: #F08265;
}
#contact-form input[type=checkbox]:checked + span {
  color: #F08265;
}
#contact-form .input-field input[type=text],
#contact-form .input-field input[type=email],
#contact-form .input-field input[type=tel],
#contact-form .input-field textarea {
  font-family: 'Signika', sans-serif;
  color: #333;
  border: 1px solid #e5e8ea;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 15px;
  width: calc( 100% - 30px );
}
#contact-form .input-field input[type=text]:focus,
#contact-form .input-field input[type=email]:focus,
#contact-form .input-field input[type=tel]:focus,
#contact-form .input-field textarea:focus {
  box-shadow: none;
  border-color: #c9ced3;
}
#contact-form .input-field input[type=text] + label,
#contact-form .input-field input[type=email] + label,
#contact-form .input-field input[type=tel] + label,
#contact-form .input-field textarea + label {
  margin-left: 15px;
}
#contact-form .input-field input[type=text] + label.active,
#contact-form .input-field input[type=email] + label.active,
#contact-form .input-field input[type=tel] + label.active,
#contact-form .input-field textarea + label.active {
  margin-left: 0;
}
#contact-form .input-field textarea {
  width: 100%;
  padding: 15px;
  min-height: 5em;
  line-height: 150%;
}
#contact-form .checkboxes {
  font-size: .85em;
}
#contact-form .checkboxes strong {
  text-transform: uppercase;
  color: #1B8782;
}
#contact-form .checkboxes input[type=checkbox] + span {
  line-height: 1.3em;
}
#contact-form button {
  background: #1B8782;
  padding: 12px 24px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #1B8782;
  cursor: pointer;
}
#contact-form button:hover {
  background: #21a59f;
  border-color: #21a59f;
  box-shadow: none;
}
.contact-page .contact-info h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.3em;
  color: #63696F;
}
.contact-page .contact-info h4 {
  font-size: 1.1em;
  margin-bottom: .2em;
}
.contact-page .contact-info p {
  margin: 0 0 .2px;
}
.contact-page .contact-info a:hover {
  color: #F08265;
}
.contact-page .contact-offices {
  margin: 30px 0;
}
.contact-page .contact-offices h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.3em;
  color: #63696F;
}
.contact-page .contact-offices .address {
  border: 1px solid #bbc2c8;
  padding: 10px;
  margin: 15px 0;
}
.contact-page .contact-offices .address .image,
.contact-page .contact-offices .address address {
  display: inline-block;
  vertical-align: top;
}
.contact-page .contact-offices .address .image {
  width: 60px;
  margin-right: 10px;
}
.contact-page .contact-offices .address address {
  width: calc( 100% - 75px );
  font-style: normal;
  line-height: 1.3em;
}
.contact-page .contact-offices .address address p {
  margin: 0;
}
.about-page .page-header {
  position: relative;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about-page .page-header .container {
  height: 460px;
}
.about-page .page-header .container .main-page-title {
  position: absolute;
  left: auto;
  bottom: 0;
}
.about-page .page-header .header-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.about-page .page-header .header-slider .slick-slide {
  height: 460px;
}
.about-page .page-header .header-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 460px;
}
.about-page .page-header .header-content .main-page-title {
  margin: 0;
  margin-top: calc( 460px - 1.7em );
}
.about-page .page-header .img-wrapper {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.about-page #intro {
  padding: 0;
  font-size: 1.2em;
}
.about-page #key-figures {
  background: rgba(0, 0, 0, 0.03);
}
.about-page .svg-wheel-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: url('../img/icare-icon-grey.svg') no-repeat center center;
  background-size: 30%;
}
.about-page .svg-wheel-wrapper svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transition: transform 1s ease-in-out 0s;
  transform-origin: center center;
}
.about-page .svg-wheel-wrapper svg .zone {
  cursor: pointer;
  transition: transform 0.5s ease-in-out 0s;
  transform-origin: center center;
  transition-delay: .5s;
}
.about-page .svg-wheel-wrapper svg.strategy {
  transform: rotate(135deg);
}
.about-page .svg-wheel-wrapper svg.strategy #strategy {
  transform: scale(1.1) translate(-5px, -5px);
}
.about-page .svg-wheel-wrapper svg.innovation {
  transform: rotate(225deg);
}
.about-page .svg-wheel-wrapper svg.innovation #innovation {
  transform: scale(1.1) translate(-5px, 5px);
}
.about-page .svg-wheel-wrapper svg.vision {
  transform: rotate(315deg);
}
.about-page .svg-wheel-wrapper svg.vision #vision {
  transform: scale(1.1) translate(5px, 5px);
}
.about-page .svg-wheel-wrapper svg.knowledge {
  transform: rotate(400deg);
}
.about-page .svg-wheel-wrapper svg.knowledge #knowledge {
  transform: scale(1.1) translate(5px, -5px);
}
.about-page .about-description-wrapper {
  position: relative;
}
.about-page .about-description-wrapper > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 1s ease-in-out 0s;
  transition-delay: .5s;
  transform: translateX(200px);
  opacity: 0;
  z-index: -1;
}
.about-page .about-description-wrapper > div .valign-wrapper > div {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px 40px 20px 60px;
}
.about-page .about-description-wrapper > div .valign-wrapper > div h3 {
  font-size: 2em;
  font-weight: 600;
  margin: 0;
}
.about-page .about-description-wrapper > div .valign-wrapper > div .icon {
  height: 60px;
  width: auto;
  display: block;
}
.about-page .about-description-wrapper > div.active {
  opacity: 1;
  transform: translateX(-50px);
}
.about-page .about-description-wrapper > div#item-strategy h3 {
  color: #1B8782;
}
.about-page .about-description-wrapper > div#item-innovation h3 {
  color: #F08265;
}
.about-page .about-description-wrapper > div#item-vision h3 {
  color: #533747;
}
.about-page .about-description-wrapper > div#item-knowledge h3 {
  color: #B6D8A9;
}
.about-page .map-bg {
  background: url('../img/world-map.svg') no-repeat center center;
  background-size: contain;
}
.about-page section {
  padding: 60px 0;
}
.about-page section h2 {
  font-weight: 600;
  margin: 0;
  color: #1B8782;
}
.about-page section h2:after {
  display: block;
  content: "";
  width: 80px;
  height: 2px;
  margin: 15px 0;
  background: #B6D8A9;
}
.about-page section .description-wrapper {
  border-left: 1px solid #9FA8B1;
  padding-left: 40px;
}
.about-page section .description-wrapper p {
  font-size: 1.2em;
  color: #63696F;
}
.about-page section .btn.blue-btn {
  background: #1B8782;
}
.about-page section .btn.blue-btn:hover {
  background: #156965;
}
.about-page section#join {
  background: #533747;
}
.about-page section#join h2 {
  color: #F08265;
}
.about-page section#join .description-wrapper {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.about-page section#join .description-wrapper p {
  color: #fff;
}
.about-page .number h3 {
  font-weight: 600;
  color: #F08265;
  line-height: 1.2em;
}
.about-page .number h3 small {
  display: block;
  font-size: .5em;
  line-height: 1.2em;
}
.about-page .number .subtitle {
  color: #63696F;
}
.about-page .number .round-btn-plus {
  border: 1px solid #e5e8ea;
  margin: 15px 0;
}
.about-page .number .round-btn-plus:hover:before,
.about-page .number .round-btn-plus:hover:after {
  background: #F08265;
  opacity: 1;
}
.timeline-slider {
  position: relative;
}
.timeline-slider:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background: #F08265;
}
.timeline-slider:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 25px;
  border-color: transparent transparent transparent #F08265;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -10px;
}
.timeline-slider .date-item {
  text-align: center;
  position: relative;
  color: #63696F;
  height: 360px;
}
.timeline-slider .date-item .image {
  max-width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.timeline-slider .date-item p {
  margin: 0;
}
.timeline-slider .date-item .year {
  font-size: 1.6em;
  font-weight: 600;
  color: #F08265;
  position: absolute;
  width: 100%;
  left: 0;
}
.timeline-slider .date-item .year:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #F08265;
  position: absolute;
  left: 50%;
  margin-left: -5px;
}
.timeline-slider .date-item .legend {
  position: absolute;
  width: 80%;
  left: 10%;
}
.timeline-slider .date-item.even .legend {
  bottom: 55%;
}
.timeline-slider .date-item.even .year {
  bottom: calc( 50% - 2em );
}
.timeline-slider .date-item.even .year:after {
  bottom: calc( 2em - 10px );
}
.timeline-slider .date-item.odd .legend {
  top: 55%;
}
.timeline-slider .date-item.odd .year {
  top: calc( 50% - 2em );
}
.timeline-slider .date-item.odd .year:after {
  top: calc( 2em - 10px );
}
.single-post .category {
  margin-top: 40px;
  text-transform: uppercase;
}
.single-post .category a {
  color: #1B8782;
}
.single-post .post-content {
  padding-bottom: 60px;
}
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4 {
  color: #1B8782;
}
.single-post .main-page-title {
  margin: 10px 0;
  font-weight: 500;
  font-size: 3em;
  line-height: 1.3em;
  color: #F08265;
}
.single-post .post-date {
  border-top: 1px solid #eee;
  padding: 8px 0;
  margin: 20px 0;
  color: #1B8782;
}
.single-post .wp-post-image {
  display: block;
  margin: 1em 0;
}
.single-post .authors .label {
  color: #63696F;
  text-transform: uppercase;
}
.single-post .authors .label:after {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #9FA8B1;
  margin: 6px 0 15px;
}
.single-post .authors .author {
  margin-bottom: .5em;
  font-weight: 600;
}
.single-post .authors .author img {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin-right: 10px;
}
.single-post .authors .author .name {
  color: #63696F;
  display: inline-block;
  vertical-align: middle;
}
.single-post .authors .author .name small {
  display: block;
  font-weight: 300;
}
.single-post .related-posts {
  margin-top: 40px;
  padding: 40px 0;
  background: #f3f4f6;
}
.single-post .related-posts .related-title {
  font-size: 1.6em;
  text-transform: uppercase;
  color: #63696F;
  margin: 0;
  font-weight: 100;
}
.single-post .related-posts .related-title:after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background: #9FA8B1;
  margin: 15px auto;
}
.single-post .related-posts .article-wrapper {
  background: #fff;
  border: none;
}
.single-post.job-offer .job-data .legend {
  font-weight: 600;
}
.single-post.job-offer .hashtags {
  color: #F08265;
}
.single-post.job-offer .hashtags span {
  display: inline-block;
  line-height: 1.2em;
  margin: 0 10px 6px 0;
}
.single-post.job-offer .application {
  margin-top: 40px;
}
.single-post.job-offer .application:before {
  display: block;
  content: "";
  width: calc( 100% - 1.5rem );
  margin: .75rem .75rem 40px;
  height: 1px;
  background: #eee;
}
.single-post.job-offer .application .btn {
  background: #F08265;
}
.single-post.job-offer .application .btn:hover {
  background: #ed6844;
}
.single-post.job-offer .application .btn span {
  display: inline-block;
  margin-right: 10px;
}
.single-post.job-offer .application .btn.linkedin-application {
  background: #0077b5;
  float: right;
}
.download-files {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.download-files .label {
  color: #F08265;
  text-transform: uppercase;
  font-size: .85em;
}
.download-files .file {
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid #eee;
}
.download-files .file .file-icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 90px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
main.join-icare .related-posts,
main.press .related-posts {
  padding: 50px 0;
}
main.join-icare .post-content,
main.press .post-content {
  margin-bottom: 50px;
}
main.join-icare .related-title,
main.press .related-title {
  font-size: 2em;
  text-transform: uppercase;
  color: #F08265;
  margin: 0;
  font-weight: 400;
}
main.join-icare .related-title:after,
main.press .related-title:after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background: #1B8782;
  margin: 15px auto;
}
main.join-icare .related-news,
main.press .related-news {
  background: #f3f4f6;
}
main.join-icare .related-news .related-title,
main.press .related-news .related-title {
  font-size: 1.6em;
  color: #F08265;
}
main.join-icare .related-news .article-wrapper,
main.press .related-news .article-wrapper {
  background: #fff;
}
main.join-icare .related-news .all-posts,
main.press .related-news .all-posts {
  background: #fff;
  color: #F08265;
}
main.join-icare .job-wrapper {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
main.join-icare .job-wrapper .row {
  margin-bottom: 0;
}
main.join-icare .job-wrapper .date {
  color: #F08265;
}
main.join-icare .job-wrapper .post-title {
  margin: 0;
  font-size: 1.8em;
  color: #1B8782;
}
main.join-icare .job-wrapper .post-title a {
  color: inherit;
}
main.join-icare .job-wrapper .apply {
  float: right;
  background: #F08265;
}
main.join-icare .job-wrapper .apply:hover {
  background: #ed6844;
}
main.press .download-files {
  border: none;
  padding: 0;
  margin: 50px 0;
}
.share-post {
  margin: 30px 0;
}
.share-post .label {
  color: #63696F;
}
.share-post .share-buttons li {
  display: inline-block;
  text-align: center;
  margin: 6px;
}
.share-post .share-buttons li:first-child {
  margin-left: 0;
}
.share-post .share-buttons li:last-child {
  margin-right: 0;
}
.share-post .share-buttons li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #9FA8B1;
  line-height: 32px;
  border-radius: 18px;
  transition: all 0.3s ease-in-out 0s;
}
.share-post .share-buttons li a:hover {
  background: #F08265;
  border-color: #F08265;
  color: #fff;
}
.page.error-404 .toggle-search {
  background: #F08265;
}
.icare-select-wrapper {
  position: relative;
  background-color: #fff;
  border: #ddd 1px solid;
  overflow: hidden;
  margin-bottom: 20px;
}
.icare-select-wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: .75em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #F08265;
  border-width: 6px;
  border-style: solid;
  pointer-events: none;
}
.icare-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  color: #63696F;
  text-transform: uppercase;
  font-family: 'Signika', sans-serif;
  height: auto;
  border: 0;
  margin: 0;
  padding: .75em;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.icare-select-wrapper select:focus {
  outline: none;
}
#search-result .article-wrapper {
  position: relative;
  padding-bottom: 50px;
}
#search-result .article-wrapper .cpt-label {
  display: inline-block;
  width: auto;
  line-height: 30px;
  padding: 0 12px;
  background: #B6D8A9;
  color: #fff;
  position: absolute;
  left: 25px;
  top: -8px;
  text-transform: uppercase;
}
#search-result .article-wrapper .cpt-label + .post-title {
  margin-top: 30px;
}
#search-result .article-wrapper .post-title {
  color: #0e4745;
  font-size: 1.2em;
  font-weight: 500;
}
#search-result .article-wrapper .post-title a {
  color: inherit;
}
#search-result .article-wrapper .category a {
  color: #63696F;
}
#search-result .article-wrapper .category.talents {
  color: #F08265;
}
#search-result .article-wrapper .excerpt {
  font-size: .9em;
  color: #63696F;
}
#search-result .article-wrapper .read-more {
  position: absolute;
  left: 0;
  bottom: 15px;
}
#search-result .article-wrapper .read-more a {
  display: inline-block;
  margin-left: 15px;
  padding: 2px 10px;
  background: #1B8782;
  color: #fff;
}
#search-result .article-wrapper .read-more a:hover {
  background: #F08265;
}
@media (min-width: 992px) {
  .large-post .post-wrapper.centered .content-wrapper {
    margin-right: calc( 100% - 240px - 60px );
  }
  .single-post .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
@media (max-width: 990px) {
  .homepage .svg-wrapper {
    margin: 20px auto 50px;
    width: 240px;
    height: 230px !important;
    padding-bottom: 0 !important;
  }
  .customers-slider {
    padding-bottom: 50px;
  }
  .customers-slider .slick-arrow {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    margin: 0;
  }
  .customers-slider .slick-arrow.slick-next {
    margin-left: 20px;
  }
  .customers-slider .slick-arrow.slick-prev {
    margin-left: -60px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 3rem;
  }
  .post-wrapper .m4 > .valign-wrapper {
    background: transparent;
  }
  .post-wrapper .m4 > .valign-wrapper .title {
    background: #fff;
    margin: 0 auto;
  }
  .about-page .page-header {
    height: auto;
    min-height: 240px;
  }
  .about-page .container {
    min-height: 240px;
  }
  .about-page .container .main-page-title {
    position: absolute;
    left: auto;
    bottom: 0;
  }
  .about-page .about-description-wrapper > div.active {
    position: relative;
    transform: none;
  }
  .single-post.job-offer .post-content {
    padding-bottom: 0;
  }
  .single-post.job-offer .application .btn {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    float: none !important;
  }
  .customers-filter li {
    display: block;
    margin: 0 0 15px;
    padding: 0;
  }
  .customers-filter li a {
    border: none;
  }
  #team-modal {
    top: 5%;
    max-height: 85%;
    width: 90%;
  }
  #team-modal .modal-content .white {
    padding: 0;
  }
  #team-modal .title-wrapper {
    height: auto !important;
    padding-top: 20px;
  }
  #team-modal .title-wrapper .hashtags,
  #team-modal .title-wrapper .contact {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  #team-modal .title-wrapper .hashtags {
    width: 100%;
  }
  #team-modal img {
    max-width: 120px;
  }
  #team-modal .contact li {
    margin: 5px 15px 5px 0;
  }
  #team-modal .contact li a {
    font-size: 16px;
  }
  #team-modal .scrollable {
    margin: 0;
    padding: 20px 10px;
  }
  main.offers-page .sidebar {
    margin-left: 0;
    padding: 0;
    border: none;
  }
  .single-expertises .sectors h3,
  .single-markets .sectors h3 {
    font-size: 1.8em;
  }
  .single-expertises .sectors .sector-wrapper:after,
  .single-markets .sectors .sector-wrapper:after {
    display: none;
  }
  .single-expertises .sectors .sector-wrapper .sector-title,
  .single-markets .sectors .sector-wrapper .sector-title {
    font-size: 1.4em;
  }
}
