@charset "UTF-8";
:root {
  --black: #000;
  --white: #fff;
  --broken-white: #E7E7E7;
  --dark-grey: #333333;
  --light-deloitte-green: #81bc00;
  --deloitte-green: #86BC25;
  --dark-deloitte-green: #26890D;
  --black-a33: #00000033;
  --black-a66: #00000066;
  --black-a70: #000000B3;
  --font-size--header-title: 40px;
  --font-size--header-quote: 24px;
  --font-size--header-text: 20px;
  --font-size--title-page: 30px;
  --font-size--subtitle-page: 25px;
  --font-size--title-element: 18px;
  --font-size--body: 16px;
  --font-size--button: 16px;
  --font-size--quote: 24px;
  --font-size--small-text: 15px;
  --inpage-navigation-offset: 234px;
}

@font-face {
  font-family: "Dcom-EDE";
  src: url("/dist/fonts/myd-p4-13072020.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.rec-main {
  background-color: var(--white);
}

.rec-container {
  margin: 0 30px;
  padding: 56px 0;
  scroll-margin: var(--inpage-navigation-offset) 0 0 0;
}
.rec-container .rec-container {
  margin: 0;
}
.rec-container--line {
  border-bottom: solid 1px var(--broken-white);
}
@media only screen and (min-width: 992px) {
  .rec-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 15px;
  }
  .rec-container .rec-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.rec-container--split {
  padding-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .rec-container--split {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 56px;
  }
}
.rec-container--left {
  padding-bottom: 0;
  padding-top: 24px;
}
.rec-container--socialshare {
  padding-bottom: 8px;
}

.rec-grid {
  margin-left: -12px;
  margin-right: -12px;
}
.rec-grid__item {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
}
.rec-grid--featured {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .rec-grid--2up {
    display: flex;
    flex-wrap: wrap;
  }
  .rec-grid--2up .rec-grid__item {
    flex: 0 0 auto;
    width: calc(50% - 24px);
  }
  .rec-grid--3up, .rec-grid--4up {
    display: flex;
    flex-wrap: wrap;
  }
  .rec-grid--3up .rec-grid__item, .rec-grid--4up .rec-grid__item {
    flex: 0 0 auto;
    width: calc(50% - 24px);
  }
}
@media only screen and (min-width: 1024px) {
  .rec-grid--3up {
    display: flex;
    flex-wrap: wrap;
  }
  .rec-grid--3up .rec-grid__item {
    flex: 0 0 auto;
    width: calc(33.333% - 24px);
  }
  .rec-grid--4up {
    display: flex;
    flex-wrap: wrap;
  }
  .rec-grid--4up .rec-grid__item {
    flex: 0 0 auto;
    width: calc(25% - 24px);
  }
  .rec-grid--featured {
    display: flex;
    padding-top: 62px;
  }
  .rec-grid--featured-half .rec-grid__item:first-child {
    width: calc(66% - 24px);
  }
  .rec-grid--featured-half .rec-grid__item:last-child {
    width: calc(34% - 24px);
  }
}

@media only screen and (min-width: 1140px) {
  .rec-content--left {
    flex: 0 1 auto;
    width: calc(100% - 364px);
  }
  .rec-content--right {
    flex: 0 1 300px;
    margin: 0 0 0 64px;
  }
  .rec-content--left .rec-teaser--visualBottom .rec-teaser__visual {
    height: 150px;
  }
}

.rec-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  border-bottom: 3px solid var(--deloitte-green);
}
@media only screen and (min-width: 992px) {
  .rec-hero {
    height: 568px;
  }
}
.rec-hero__wrapper {
  display: flex;
  justify-content: flex-start; /*right*/
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .rec-hero__wrapper {
    margin: 0 20px;
    width: 1200px;
    flex-direction: row; /*row-reverse*/
  }
}
.rec-hero__image {
  position: relative;
}
.rec-hero__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(180deg, transparent 30%, black 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (min-width: 992px) {
  .rec-hero__image {
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .rec-hero__image:after {
    background: none;
  }
}
.rec-hero__img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.rec-hero__content {
  height: fit-content;
  z-index: 2;
  color: var(--white);
  background-color: var(--black);
  padding: 32px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .rec-hero__content {
    background-color: var(--black-a70);
    max-width: 620px; /* 696px */
    border: 3px solid var(--deloitte-green);
  }
}
.rec-hero__title {
  color: var(--deloitte-green) !important;
  font-size: var(--font-size--header-title);
  font-weight: normal;margin-bottom: 32px;
  padding: 0;
}
.rec-hero__subtitle {
  margin: 0 0 24px;
  color: var(--white) !important;
  width: fit-content;
  font-size: var(--font-size--header-quote) !important;
  line-height: normal;
}
.rec-hero__subtitle:before {
  color: var(--light-deloitte-green);
  content: "\f10d";
  font-family: "Dcom-EDE" !important;
  font-size: 33px;
  margin-right: 16px;
}
.rec-hero__subtitle:after {
  color: var(--light-deloitte-green);
  content: "\f10e";
  font-family: "Dcom-EDE" !important;
  font-size: 33px;
  margin-left: 16px;
}
.rec-hero__text {
  color: var(--white) !important;
  font-size: var(--font-size--header-text);
  margin-bottom: 24px;	
}
.rec-hero--round-image {
  background-color: black;
}
.rec-hero--round-image .rec-hero__wrapper {
  justify-content: space-between;
  flex-direction: column;
  margin: 60px;
}
@media only screen and (min-width: 992px) {
  .rec-hero--round-image .rec-hero__wrapper {
    flex-direction: row-reverse;
    margin: 0 60px;
  }
}
.rec-hero--round-image .rec-hero__image {
  position: static;
  border-radius: 50%;
  border: 5px solid white;
  object-fit: cover;
  margin-bottom: 25px;
  overflow: hidden;
  height: initial;
  width: 60%;
}
@media only screen and (min-width: 992px) {
  .rec-hero--round-image .rec-hero__image {
    margin-bottom: 0;
    width: 45%;
    height: initial;
  }
}
.rec-hero--round-image .rec-hero__image:after {
  content: "";
  display: block;
  padding-bottom: 60%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .rec-hero--round-image .rec-hero__image:after {
    padding-bottom: 100%;
    background: none;
  }
}
@media only screen and (min-width: 992px) {
  .rec-hero--round-image .rec-hero__img {
    height: auto !important;
  }
}
.rec-hero--round-image .rec-hero__content {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .rec-hero--round-image .rec-hero__content {
    margin-right: 64px;
    max-width: none;
  }
}
.rec-hero--without-border .rec-hero__content {
  border: none;
}

.rec-nav {
  display: none;
  background-color: var(--black);
}
.rec-nav__list {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}
.rec-nav__item {
  margin: 10px 20px; /* 16px 74px */
}
.rec-nav__item a {
  transition: all 0.2s ease-in-out;
  position: relative;
  margin: 15px 0;
  color: var(--white);
  font-size: var(--font-size--body);
  line-height: 20px;
  display: block;
  font-weight: 600;
  text-align: center;
}
.rec-nav__item a:before, .rec-nav__item a:after {
  content: "";
  position: absolute;
  bottom: -7px;
  width: 0px;
  height: 2px;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.4s;
  opacity: 0;
  background-color: var(--deloitte-green);
}
.rec-nav__item a:before {
  left: 50%;
}
.rec-nav__item a:after {
  right: 50%;
}
.rec-nav__item a:hover {
  text-decoration: none;
  color: var(--deloitte-green);
}
.rec-nav__item a:hover:before, .rec-nav__item a:hover:after {
  width: 40%;
  opacity: 1;
}
.rec-nav__item a:focus {
  text-decoration: none;
  outline: 0;
}
.rec-nav__item a.active {
  color: var(--deloitte-green);
}
.rec-nav__item:last-child {
  margin-right: 0;
}
.rec-nav__item:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .rec-nav {
    display: block;
  }
}
.rec-nav-sticky {
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 50;
}

.rec-cta {
  border: 3px solid var(--dark-deloitte-green);
  font-size: 18px;
  line-height: 1;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 3px 3px 10px var(--black-a33);
  padding: 10px 24px 10px 0;
  display: flex;
}
@media only screen and (min-width: 500px) {
  .rec-cta {
    display: inline-flex;
  }
}
@media only screen and (min-width: 992px) {
  .rec-cta {
    padding: 10px 40px 10px 0;
  }
}
.rec-cta__icon {
  display: inline-block;
  background: var(--deloitte-green);
  border-radius: 100%;
  margin-left: -16px;
  text-align: center;
  color: #fff;
  border: 2px solid transparent;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .rec-cta__icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 40px;
    margin-left: -41px;
  }
}
.rec-cta__txt {
  color: var(--black);
  padding-left: 16px;
}
@media only screen and (min-width: 992px) {
  .rec-cta__txt {
    padding-left: 24px;
  }
}
.rec-cta:hover, .rec-cta:focus {
  border: 3px solid var(--light-deloitte-green);
  background: var(--light-deloitte-green);
}
.rec-cta:hover .rec-cta__icon, .rec-cta:focus .rec-cta__icon {
  background: var(--dark-deloitte-green);
  border: 2px solid var(--dark-deloitte-green);
}
.rec-cta:hover .rec-cta__txt, .rec-cta:focus .rec-cta__txt {
  color: #fff;
}

.rec-cta + .rec-cta {
  margin-top: 24px;
}
@media only screen and (min-width: 500px) {
  .rec-cta + .rec-cta {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .rec-cta + .rec-cta {
    margin-left: 65px;
  }
}

@media only screen and (min-width: 992px) {
  .rec-actionbar {
    margin-left: 39px;
  }
}
@media only screen and (min-width: 768px) {
  .rec-actionbar {
    display: flex;
  }
}
.rec-quote {
  margin: 32px auto 0;
  width: fit-content;
  font-size: var(--font-size--quote) !important;
  display: flex;
  align-items: center;
}
.rec-quote:before {
  color: var(--light-deloitte-green);
  content: "\f10d";
  font-family: "Dcom-EDE" !important;
  font-size: 25px;
  margin-right: 16px;
  align-self: flex-start;
}
.rec-quote:after {
  color: var(--light-deloitte-green);
  content: "\f10e";
  font-family: "Dcom-EDE" !important;
  font-size: 25px;
  margin-left: 16px;
  align-self: flex-end;
}

.rec-title {
  font-size: 22px !important;
  font-weight: 400 !important;
  margin-bottom: 32px;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .rec-title {
    font-size: var(--font-size--title-page) !important;
  }
}

.rec-subtitle {
  font-size: 20px;
  font-weight: 400 !important;
  color: var(--dark-deloitte-green);
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .rec-subtitle {
    font-size: var(--font-size--subtitle-page);
  }
}

.rec-grid + .rec-headline {
  padding-top: 48px;
}

.rec-text {
  font-size: var(--font-size--body) !important;
  font-weight: 400 !important;
}
.rec-text--white {
  color: var(--white) !important;
}
.rec-text--description, .rec-text--phone {
  margin-top: 0;
}
.rec-text--phone {
  color: var(--dark-deloitte-green);
  text-decoration: underline;
}
.rec-text--contact-naam {
  margin: 0 0 8px;
  font-size: var(--font-size--title-element) !important;
  font-weight: 600 !important;
  color: var(--dark-deloitte-green) !important;
}
.rec-text--contact-email {
  margin-bottom: 8px;
  color: var(--dark-deloitte-green) !important;
  text-decoration: underline;
}
.rec-text--contact-email:hover, .rec-text--phone:hover {
  text-decoration-thickness: 2px;
}
.rec-text--green {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600 !important;
  color: var(--dark-deloitte-green) !important;
}
.rec-text--quote-person {
  color: var(--dark-deloitte-green) !important;
  font-size: var(--font-size--small-text) !important;
  text-align: left;
  margin-bottom: 0;
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  .rec-text--quote-person {
    margin-top: 0;
    text-align: right;
  }
}
.rec-text-block__title {
  font-size: 20px !important;
  font-weight: 600 !important;
}
.rec-text-block__text {
  font-size: var(--font-size--body);
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .rec-text-block {
    width: 66.67%;
  }
}

.htmlfragment .rec-text p {
  font-size: var(--font-size--body);
}

.htmlfragment .rec-card__content p,
.htmlfragment .rec-card__content ol,
.htmlfragment .rec-card__content ul, .htmlfragment .rec-card__content li {
  font-size: var(--font-size--body);
}

.rec-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.rec-intro {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-left: 0px;
  margin-top: 52px;
}
.rec-intro__visual {
  width: 104px;
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 100px;
  background-color: var(--light-deloitte-green);
}
.rec-intro__content {
  border: 3px solid var(--dark-deloitte-green);
}
.rec-intro__content .rec-text {
  font-size: var(--font-size--title-element) !important;
  margin: 64px 32px 32px 32px;
}
@media only screen and (min-width: 992px) {
  .rec-intro__content .rec-text {
    margin: 32px 32px 32px 84px;
  }
}
@media only screen and (min-width: 992px) {
  .rec-intro {
    margin-left: 50px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .rec-intro__visual {
    position: absolute;
    margin: 0;
    top: 25px;
    left: 0;
    width: 100px;
    height: 100px;
    display: block;
  }
  .rec-intro__content .rec-text {
    margin: 32px 32px 32px 84px;
  }
}
.rec-intro--small {
  margin-bottom: 24px;
  margin-left: 75px;
}
.rec-intro--small .rec-intro__content {
  width: 100%;
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-container .rec-citation {
  font-size: 24px;
  margin: 0 0 75px;
  width: fit-content;
  display: flex;
}
#main-container .rec-citation:before, #main-container .rec-citation:after {
  color: var(--light-deloitte-green);
  font-family: "Dcom-EDE" !important;
  font-size: 25px;
}
#main-container .rec-citation:before {
  content: "\f10d";
  margin-right: 16px;
  align-self: flex-start;
}
#main-container .rec-citation:after {
  content: "\f10e";
  margin-left: 16px;
  align-self: flex-end;
}
#main-container .rec-citation > * {
  font-size: 1em;
  color: var(--dark-deloitte-green);
}
#main-container .rec-citation > p {
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  #main-container .rec-citation > p {
    width: calc(100% - 80px);
  }
}

.rec-card {
  box-shadow: 3px 3px 10px var(--black-a33);
  padding: 32px;
  margin-bottom: 24px;
  position: relative;
}
.rec-card__visual {
  display: block;
  border-radius: 100%;
}
.rec-card__title {
  margin: 0 0 24px;
  font-size: var(--font-size--title-element) !important;
  font-weight: 700 !important;
}
.rec-card__content {
  margin: 0;
  font-size: var(--font-size--body);
}
.rec-card__content ul li {
  position: relative;
  padding-left: 12px;
}
.rec-card__content ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid black;
  background: black;
  left: 0;
  top: 0.5em;
  position: absolute;
  border-radius: 100%;
}
.rec-card--reveal {
  overflow: hidden;
  max-height: 455px;
}
.rec-card--reveal .rec-card__visual {
  margin: 20% auto 32px;
  width: 180px;
  height: 180px;
  display: block;
  transition: width 0.5s, height 0.5s, margin 0.5s;
}
.rec-card--reveal .rec-card__title {
  text-align: center;
}
.rec-card--reveal .rec-card__content {
  opacity: 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .rec-card--reveal .rec-card .rec-card__content {
    animation: display-non-text 0.2s ease-in forwards;
  }
}
.rec-card--reveal:hover .rec-card__visual {
  width: 90px;
  height: 90px;
  margin-bottom: 24px;
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .rec-card--reveal:hover .rec-card__content {
    animation: display-text 0.2s ease-in forwards;
  }
}
@media only screen and (max-width: 992px) {
  .rec-card--reveal .rec-card__visual {
    width: 90px;
    height: 90px;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .rec-card--reveal .rec-card__content {
    opacity: 1;
  }
}
.rec-card--info {
  padding-left: 74px;
}
.rec-card--info .rec-card__visual {
  position: absolute;
  margin: 0;
  top: 32px;
  left: -50px;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100px;
  background-color: var(--light-deloitte-green);
}
.rec-card--info .rec-card__content li ul {
  margin: 10px 0 0 5px;
}
.rec-card--info .rec-card__content li ul li {
  margin-bottom: 10px;
}
.rec-card--white .rec-card__title {
  color: var(--dark-deloitte-green);
}
.rec-card--white .rec-card__visual {
  background-color: var(--light-deloitte-green);
  border: 1px solid var(--light-deloitte-green);
}
.rec-card--white .rec-card__content p,
.rec-card--white .rec-card__content ul,
.rec-card--white .rec-card__content ol,
.rec-card--white .rec-card__content li {
  color: var(--black);
}
.rec-card--white .rec-card__content ul li:before {
  background-color: var(--light-deloitte-green);
  border: 1px solid var(--light-deloitte-green);
}
.rec-card--green {
  background-color: var(--dark-deloitte-green);
}
.rec-card--green .rec-card__visual {
  background-color: var(--white);
  border: 1px solid var(--white);
}
.rec-card--green .rec-card__title {
  color: var(--white);
}
.rec-card--green .rec-card__content p,
.rec-card--green .rec-card__content ul,
.rec-card--green .rec-card__content ol,
.rec-card--green .rec-card__content li {
  color: var(--white);
}
.rec-card--green .rec-card__content ul li {
  margin-bottom: 5px;
}
.rec-card--green .rec-card__content ul li:before {
  background-color: var(--white);
  border: 1px solid var(--white);
}

.rec-cardlist {
  margin: 38px 0 0;
}
@media only screen and (min-width: 768px) {
  .rec-cardlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 38px -12px 0;
  }
  .rec-cardlist > * {
    flex: 0 0 auto;
    margin-left: 12px;
    margin-right: 12px;
    width: calc(50% - 24px);
  }
}
@media only screen and (min-width: 992px) {
  .rec-cardlist > * {
    width: calc(33.333% - 24px);
  }
}
@media only screen and (min-width: 992px) {
  .rec-cardlist--4up > * {
    width: calc(25% - 24px);
    max-height: 400px;
  }
  .rec-cardlist--4up > * .rec-card__visual {
    width: 150px;
    height: 150px;
    margin-top: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .rec-cardlist--5up > * {
    width: calc(20% - 24px);
    max-height: 400px;
  }
  .rec-cardlist--5up > * .rec-card__visual {
    width: 130px;
    height: 130px;
    margin-top: 40%;
    transition: all 1s;
  }
  .rec-cardlist--5up > *:hover .rec-card__visual {
    width: 0;
    height: 0;
    opacity: 0;
    margin-bottom: 0;
  }
}

.rec-compensationList {
  margin: 38px 0 0 50px;
}
@media only screen and (min-width: 992px) {
  .rec-compensationList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 38px -12px 0 -12px;
  }
  .rec-compensationList > * {
    margin-left: 62px;
    margin-right: 12px;
    width: calc(50% - 74px);
  }
}

.rec-btn {
  border: 0;
  border-radius: 2px;
  max-width: 370px;
  padding: 16px 45px 16px 24px;
  text-align: left;
  font-size: var(--font-size--body) !important;
  font-weight: 600 !important;
  color: var(--black);
  display: inline-block;
  min-width: 125px; /*bs plinko*/
  margin-right: 5px; /*bs plinko*/
}
.rec-btn--light-green {
  background-color: var(--deloitte-green);
}
.rec-btn--dark-green {
  background-color: var(--dark-deloitte-green);
  color: var(--white);
}
.rec-btn--dark-green:after {
  color: var(--white) !important;
}
.rec-btn:after {
  font-family: Dcom-EDE;
  content: "\f105"; /* "\f107" */
  position: absolute;
  margin-left: 8px;
  line-height: 1.4em;
  color: black;
  transition: margin 0.5s;
}
.rec-btn:after .rec-btn--dark-green {
  color: var(--white);
}
.rec-btn:hover:after {
  margin-left: 16px;
}

.rec-video {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rec-video-list {
  margin-top: 32px;
}
.rec-video-list > * + * {
  margin-top: 24px;
}
.rec-video__video {
  width: 100%;
}
.rec-video__media {
  width: 100%;
}
.rec-video__content {
  border: 3px solid var(--deloitte-green);
  border-top: 0;
  padding: 24px;
}
.rec-video__title {
  color: var(--dark-deloitte-green);
  font-size: var(--font-size--title-element) !important;
  font-weight: 700 !important;
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .rec-video {
    flex-direction: row;
  }
  .rec-video__media {
    flex: 0 0 auto;
    width: 370px;
    height: 263px;
    position: relative;
  }
  .rec-video__media .js-video-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .rec-video__media .js-video-trigger > img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
  }
  .rec-video__content {
    border-top: 3px solid var(--deloitte-green);
    border-left: 0;
  }
  .rec-video__title {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rec-video__media,
.rec-video .js-video-trigger {
    height: 400px;
  }
  .rec-video__video {
    height: 400px !important;
    object-fit: cover;
  }
}

.rec-contact {
  margin-top: 32px;
  display: flex;
  align-items: flex-start; /* center */
  justify-content: center;
  flex-direction: column;
}
.rec-contact__left {
  display: flex;
  align-items: flex-start; /* center */
  flex-direction: row; /* column */
  width: 100%;
}
.rec-contact__img-qr {
  height: 106px !important;
  border: 2px solid var(--dark-deloitte-green);
}
.rec-contact__img-recruiter {
  margin-right: 36px; /* 0 */
  margin-bottom: 24px;
  max-width: 175px;	
}
.rec-contact__content {
  margin-right: 0px;
}
.rec-contact__content--qr {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 52px;
}
.rec-contact__contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .rec-contact {
    flex-direction: row;
    justify-content: space-between;
  }
  .rec-contact__left {
    flex-direction: column;
    /* width: 70%; */
  }
  .rec-contact__right {
    width: 30%;
    text-align: end;
  }
  .rec-contact__img-recruiter {
    margin-right: 36px; /* 72px */
    margin-bottom: 24px; /* 0 */
  }
  .rec-contact__contact {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .rec-contact {
    flex-direction: column;
    justify-content: space-between;
  }
  .rec-contact__left {
    flex-direction: column;
    /* width: 70%; */
  }
}

@media only screen and (min-width: 768px) {
  .rec-contact__information {
    display: flex;
    margin-bottom: 24px;
  }
  .rec-contact__content {
    margin-right: 32px;
    flex-direction: column;
  }
  .rec-contact__content--qr {
    padding-left: 32px;
    border-left: 2px solid var(--dark-deloitte-green);
    margin-bottom: 0;
  }
}

.rec-teaser {
  color: var(--black);
  display: block;
  box-shadow: 3px 3px 10px var(--black-a33);
  display: flex;
  flex-direction: column;
  position: relative;
}
.rec-grid__item .rec-teaser {
  height: 100%;
}
.rec-teaser__badge {
  display: flex;
  position: absolute;
  left: 16px; /*0*/
  top: -62px;
}
.rec-teaser__badge-visual {
  background: var(--light-deloitte-green);
  position: relative;
  z-index: 2;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
.rec-teaser__badge-txt {
  align-self: center;
  background: #fff;
  border: 2px solid var(--dark-deloitte-green);
  color: var(--dark-deloitte-green);
  font-weight: 700;
  font-size: 20px;
  padding: 10px 16px 10px 40px;
  margin-left: -28px;
  line-height: 1;
  z-index: 1;
  position: relative;
  border-radius: 2px;
}
.rec-teaser__visual {
  height: 175px; /*170px*/
  position: relative;
}
.rec-teaser__visual-fill {
  height: 100%; 
  position: relative;
}
.rec-teaser__visual .js-video-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.rec-teaser__visual .js-video-trigger > img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.rec-teaser__visual img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}
.rec-teaser__content {
  padding: 32px;
  border-top: 4px solid var(--deloitte-green);
}
.rec-teaser__copy {
  margin-bottom: 32px;
}
.rec-teaser__copy p {
  margin: 0;
}
.rec-teaser__copy summary {
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: .75em; 
  background-color: #bbbcbc; 
  color: #fff;
}
.rec-teaser__copy ul {
  list-style: disc; 
  padding-left:40px; 
  margin-bottom:20px;
}
.rec-teaser__copy ul li {
  margin:0;
}
.rec-teaser__copy ul li ul {
  list-style: circle; 
  padding-left:40px;
}
.rec-teaser__title {
  display: block;
  margin-bottom: 30px;
  color: var(--black);
}
.rec-teaser__title--green {
  color: var(--dark-deloitte-green);
}
.rec-teaser--visualBottom {
  display: flex;
  flex-direction: column-reverse;
}
.rec-teaser--visualBottom .rec-teaser__content {
  border-top: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 auto;
}
.rec-teaser--visualBottom .rec-teaser__cta {
  margin-top: auto;
}
.rec-teaser--visualBottom .rec-teaser__visual {
  border-top: 4px solid var(--deloitte-green);
  height: 200px; /*188px*/
}
.rec-teaser--visualBottom .rec-teaser__visual img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}
.rec-teaser--visualLeft .rec-teaser__visual, .rec-teaser--visualRight .rec-teaser__visual {
  height: initial;
}
@media only screen and (min-width: 550px) {
  .rec-teaser--visualLeft .rec-teaser__visual, .rec-teaser--visualRight .rec-teaser__visual {
    height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .rec-teaser--visualLeft, .rec-teaser--visualRight {
    display: flex;
  }
  .rec-teaser--visualLeft .rec-teaser__visual, .rec-teaser--visualRight .rec-teaser__visual {
    background: var(--deloitte-green);
    border-top: 0;
    flex: 0 0 33.333%;
    width: 33.333%;
    height: initial;
  }
  .rec-teaser--visualLeft .rec-teaser__content, .rec-teaser--visualRight .rec-teaser__content {
    flex: 1 1 auto;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .rec-teaser--visualLeft {
    flex-direction: row;
  }
  .rec-teaser--visualLeft .rec-teaser__visual {
    border-right: 4px solid var(--deloitte-green);
  }
}
@media only screen and (min-width: 992px) {
  .rec-teaser--visualRight {
    flex-direction: row-reverse;
  }
  .rec-teaser--visualRight .rec-teaser__visual {
    border-left: 4px solid var(--deloitte-green);
  }
}
.rec-teaser--highlight {
  border: 4px solid var(--deloitte-green);
}
.rec-teaser--highlight .rec-teaser__visual {
  height: initial;
}
@media only screen and (min-width: 550px) {
  .rec-teaser--highlight .rec-teaser__visual {
    height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .rec-teaser--highlight {
    display: flex;
    flex-direction: row;
  }
  .rec-teaser--highlight .rec-teaser__visual {
    border-top: 0;
    background: var(--deloitte-green);
    border-right: 4px solid var(--deloitte-green);
    flex: 0 0 25%;
    width: 25%;
    height: initial;
  }
  .rec-teaser--highlight .rec-teaser__content {
    flex: 1 1 auto;
    border: 0;
  }
}
@media only screen and (min-width: 1005px) {
  .rec-teaser--highlightVisual {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-shadow: none;
    position: relative;
  }
  .rec-teaser--highlightVisual:before {
    content: "";
    background: white;
    box-shadow: 3px 3px 10px var(--black-a33);
    border: 3px solid var(--deloitte-green);
    width: calc(33.33% - 24px);
    height: 100%;
    position: absolute;
    right: 0;
  }
  .rec-content--left .rec-teaser--highlightVisual:before {
    width: calc(50% - 24px);
  }
  .rec-teaser--highlightVisual .rec-teaser__visual {
    border: 0;
    background: var(--deloitte-green);
    flex: 0 0 auto;
    position: relative;
    margin: 32px 0;
    width: calc(66.66% + 128px);
    /*min-height: 330px;*/
    height: auto;
  }
  .rec-content--left .rec-teaser--highlightVisual .rec-teaser__visual {
    width: calc(50% + 128px);
  }
  .rec-teaser--highlightVisual .rec-teaser__visual img {
    display: block;
    position: relative;
    z-index: 3;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
  }
  .rec-teaser--highlightVisual .rec-teaser__content {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 0;
    width: calc(33.33% - 128px);
  }
  .rec-content--left .rec-teaser--highlightVisual .rec-teaser__content {
    width: calc(50% + 128px);
  }
}
.rec-teaser--opportunity {
  margin-top: 44px;
  margin-bottom: 24px;
  position: relative;
  box-shadow: none;
  width: calc(100% - 20px);
}
.rec-teaser--opportunity::before {
  content: "";
  background: white;
  border: 3px solid var(--dark-deloitte-green);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 20px;
  top: -20px;
}
.rec-teaser--opportunity .rec-teaser__content {
  border: 0;
  position: relative;
  background: white;
  box-shadow: 3px 3px 10px var(--black-a33);
}
.rec-teaser--big-visual .rec-teaser__visual {
  height: 300px;
}
@media only screen and (min-width: 992px) {
  .rec-teaser--big-visual .rec-teaser__visual {
    height: 400px;
  }
}

.rec-grid--featured .rec-teaser__visual {
  height: 245px;
}
.rec-grid--featured :not(.rec-teaser__visual) + .rec-teaser__content {
  border: none;
}

.htmlfragment .rec-teaser__title {
  font-size: 20px;
  font-weight: 600;
}

.htmlfragment .rec-teaser__intro {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 30px;
}

.htmlfragment .rec-teaser__intro > * {
  font-size: 1em;
}

.htmlfragment .rec-teaser__copy {
  font-size: 16px;
  font-weight: normal;
}
.htmlfragment .rec-teaser__copy > * {
  font-size: 1em;
}

.rec-banner__content {
  border: 3px solid var(--deloitte-green);
  padding: 36px 18px 18px;
  margin-top: -21px;
}
.rec-banner__content > * {
  margin-top: 0;
  margin-bottom: 24px;
}
.rec-banner__content > h3 {
  color: var(--deloitte-green);
  font-weight: 700 !important;
  margin-bottom: 8px;
  font-size: var(--font-size--title-element) !important;
  padding-bottom: 0;
  color: var(--dark-deloitte-green);
}
.rec-banner__content blockquote {
  margin: 0;
}
.rec-banner__content blockquote p {
  margin: 0 0 24px;
  font-size: var(--font-size--quote);
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: lighter;
}
.rec-banner__content blockquote p:before {
  color: var(--light-deloitte-green);
  content: "\f10d";
  font-family: "Dcom-EDE" !important;
  font-size: 25px;
  margin-right: 16px;
  align-self: flex-start;
}
.rec-banner__content blockquote p:after {
  color: var(--light-deloitte-green);
  content: "\f10e";
  font-family: "Dcom-EDE" !important;
  font-size: 25px;
  margin-left: 16px;
  align-self: flex-end;
}
.rec-banner__content cite {
  color: var(--dark-deloitte-green);
  font-size: var(--font-size--small-text);
  text-align: left;
  margin-bottom: 0;
  margin-top: 16px;
  display: block;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .rec-banner__content cite {
    margin-top: 0;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .rec-banner {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-shadow: none;
    position: relative;
  }
  .rec-banner:before {
    content: "";
    background: white;
    box-shadow: 3px 3px 10px var(--black-a33);
    border: 3px solid var(--deloitte-green);
    width: calc(47.5%);
    height: 100%;
    position: absolute;
    right: 0;
  }
  .rec-banner .rec-banner__visual {
    border: 0;
    background: var(--deloitte-green);
    flex: 0 0 auto;
    position: relative;
    margin: 32px 0;
    width: 62%;
    min-height: 330px;
  }
  .rec-banner .rec-banner__visual .js-video-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .rec-banner .rec-banner__visual .js-video-trigger > img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .rec-banner .rec-banner__visual img {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
  }
  .rec-banner .rec-banner__content {
    padding: 32px;
    margin-top: 0;
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 0;
    width: 38%;
  }
  .rec-banner--persona:before {
    width: 77.5%;
  }
  .rec-banner--persona .rec-banner__visual {
    width: 30%;
    min-height: 0;
    max-height: 260px;
  }
  .rec-banner--persona .rec-banner__visual img {
    object-position: center top;
  }
  .rec-banner--persona .rec-banner__content {
    width: 70%;
  }
}

.rec-videobanner {
  position: relative;
  padding-right: 14px;
  margin-bottom: 14px;
}
.rec-videobanner:before {
  content: "";
  display: block;
  height: 100%;
  width: calc(100% - 14px);
  border: 3px solid var(--deloitte-green);
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
}
.rec-videobanner__container {
  position: relative;
  background: green;
  z-index: 2;
  box-shadow: 3px 3px 10px var(--black-a33);
}
.rec-videobanner__container:before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.rec-videobanner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rec-videobanner iframe {
  border: 0;
}
.rec-videobanner--betweenElements {
  margin-bottom: 38px;
}

.rec-video-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2010;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.rec-video-modal[aria-hidden] {
  display: none;
}
.rec-video-modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: var(--black);
  opacity: 0.5;
}
.rec-video-modal__dialog {
  position: relative;
  background: var(--black);
  border: 1px solid var(--dark-grey);
  padding: 30px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 30px auto;
  margin-top: 120px;
  z-index: 2010;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .rec-video-modal__dialog {
    width: 700px;
  }
}
@media only screen and (min-width: 992px) {
  .rec-video-modal__dialog {
    width: 960px;
  }
}
.rec-video-modal__header {
  position: relative;
  min-height: 36px;
}
.rec-video-modal__close {
  position: absolute;
  right: -4px;
  top: -16px;
  width: 32px;
  height: 32px;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  opacity: 0.8;
}
.rec-video-modal__close:hover, .rec-video-modal__close:focus {
  opacity: 1;
}
.rec-video-modal__close:before, .rec-video-modal__close:after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 20px;
  top: 8px;
  width: 2px;
  background-color: #fff;
}
.rec-video-modal__close:before {
  transform: rotate(45deg);
}
.rec-video-modal__close:after {
  transform: rotate(-45deg);
}
.rec-video-modal__content {
  position: relative;
}
.rec-video-modal__content:before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.rec-video-modal__content > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-video-trigger {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
.js-video-trigger::before, .js-video-trigger::after {
  transition: 0.3s transform ease-in;
}
.js-video-trigger::before {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  content: "";
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  opacity: 0.8;
  background-color: var(--dark-deloitte-green);
  z-index: 4;
}
.js-video-trigger::after {
  content: "";
  display: block;
  border: 0;
  width: 0;
  border-color: transparent transparent transparent var(--white);
  cursor: pointer;
  margin-top: 21px;
  margin-left: 25px;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  z-index: 5;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}
.js-video-trigger:hover::before, .js-video-trigger:hover::after, .js-video-trigger:focus::before, .js-video-trigger:focus::after {
  transform: scale(1.25);
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
.rec-caroussel {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  max-width: 1200px;
}

.rec-caroussel__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.rec-caroussel-android .rec-caroussel__slide,
.rec-caroussel__wrapper {
  transform: translate3d(0px, 0, 0);
}

.rec-caroussel-pointer-events {
  touch-action: pan-y;
}
.rec-caroussel-pointer-events.rec-caroussel-vertical {
  touch-action: pan-x;
}

.rec-caroussel__slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.rec-caroussel-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.rec-caroussel-autoheight,
.rec-caroussel-autoheight .rec-caroussel__slide {
  height: auto;
}
.rec-caroussel-autoheight .rec-caroussel__wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.rec-caroussel-backface-hidden .rec-caroussel__slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* CSS Mode */
.rec-caroussel-css-mode > .rec-caroussel__wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.rec-caroussel-css-mode > .rec-caroussel__wrapper::-webkit-scrollbar {
  display: none;
}
.rec-caroussel-css-mode > .rec-caroussel__wrapper > .rec-caroussel__slide {
  scroll-snap-align: start start;
}

.rec-caroussel-horizontal.rec-caroussel-css-mode > .rec-caroussel__wrapper {
  scroll-snap-type: x mandatory;
}

.rec-caroussel-vertical.srec-caroussel-css-mode > .rec-caroussel__wrapper {
  scroll-snap-type: y mandatory;
}

.rec-caroussel-centered > .rec-caroussel__wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.rec-caroussel-centered.rec-caroussel-horizontal > .rec-caroussel__wrapper > .srec-caroussel__slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.rec-caroussel-centered.rec-caroussel-horizontal > .rec-caroussel__wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.rec-caroussel-centered.rec-caroussel-vertical > .rec-caroussel__wrapper > .rec-caroussel__slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.rec-caroussel-centered.rec-caroussel-vertical > .rec-caroussel__wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.rec-caroussel-centered > .rec-caroussel__wrapper > .rec-caroussel__-slide {
  scroll-snap-align: center center;
}

:root {
  --swiper-navigation-size: 44px ;
}

.rec-caroussel__next,
.rec-caroussel__prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.rec-caroussel__next.swiper-button-disabled,
.rec-caroussel__prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.rec-caroussel__next:after,
.rec-caroussel__prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.rec-caroussel__prev {
  left: 20px;
  right: auto;
}

.rec-caroussel__prev:after {
  content: "prev";
}

.rec-caroussel__next {
  right: 20px;
  left: auto;
}

.rec-caroussel__next:after {
  content: "next";
}

.rec-slide {
  color: var(--white);
  background-color: var(--black);
  text-align: center;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .rec-slide {
    display: flex;
    align-items: center;
    padding: 50px 30px;
  }
}
.rec-slide__visual {
  max-width: 600px;
  width: 50%;
  margin: 0 auto 32px;
}
@media only screen and (min-width: 768px) {
  .rec-slide__visual {
    flex: 0 0 auto;
    margin: 0 auto;
  }
}
.rec-slide__content {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .rec-slide__content {
    width: 50%;
    flex: 0 0 auto;
  }
}
.rec-slide__title {
  margin: 0 auto 32px;
  font-size: 32px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .rec-slide__title {
    font-size: 48px;
  }
}
.rec-slide__subtitle {
  font-size: 20px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .rec-slide__subtitle {
    font-size: 24px;
  }
}

@keyframes img-smaller {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.5);
  }
}
@keyframes img-bigger {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
@keyframes display-text {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    display: block;
  }
}
@keyframes display-non-text {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.rec-socialmedia__icon,
.rec-socialshare__icon {
  margin-right: 8px;
  background-color: var(--deloitte-green);
  transition: background-color 0.5s;
}
.rec-socialmedia__icon:hover,
.rec-socialshare__icon:hover {
  background-color: var(--dark-deloitte-green);
}

.rec-socialmedia__icon {
  width: 50px;
  border-radius: 10px;
}

.rec-socialshare {
  display: flex;
  justify-content: end;
}
.rec-socialshare ul {
  display: flex;
}
.rec-socialshare__icon {
  width: 35px;
  border-radius: 50px;
  padding: 5px;
}

.rec-buttons {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .rec-buttons {
    flex-direction: row;
  }
}

.rec-links {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .rec-links {
    flex-direction: row;
  }
}

/*# sourceMappingURL=index.css.map */


/*# Extra CSS declarations for side image */

.flex-container {
  display: flex;
  flex-direction: row;
}
.flex-container .rec-headline {
  width: 66%;
}
.flex-container .rec-image {
  width: 34%;
}

@media only screen and (max-width: 768px) {
  .rec-container {
    flex-direction: column-reverse;
  }
  .flex-container .rec-headline {
    width: 100%;
  }
  .flex-container .rec-image {
    width: 100%;
	margin-bottom: 30px;
  }
}


/*# Extra CSS declarations for Marketo form */
.rec-mkto-form {
	margin-top:30px;
	margin-bottom:10px;
}
.rec-mkto-form form {
	padding: 0;
}

/* Extra CSS declarations by Content Factory for Plinko migration */
#ella .rec-nav-sticky {top: 48px;}
#ella .rec-image img {max-width: 100%; height: auto !important;}
#ella .rec-teaser__visual-fill img {max-width: 100%; height: auto !important;}
#ella :focus span {outline: none;}
