* {
  box-sizing: border-box;
}

body {
  color: #ffffff;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  background-color: #2f3537;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.svg-ie img {
  margin-left: auto;
  margin-right: auto;
}

.svg-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em 0;
}

.svg-logos a {
  height: 100%;
}

.svg-logos a img {
}

.main {
  padding: 0 20px;
}

.mail {
  color: #49b9bc;
}

.display-none {
  display: none;
}





@media screen and (max-width: 599px) {

  .svg-logos{
    display: block;
    text-align: center;
  }

  .svg-logos a{
    display: block;
    margin: auto;
    margin-bottom: 3em;
  }

  .svg-logos a:last-child{
    margin-bottom: 0;
  }
  
}


@media screen and (max-width: 499px) {

      .header-hero > div:nth-child(1) {
        font-size: 30px;
      }

      .header-menu-contact-us {
        display: none;
      }
}
.card {
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,.15);
  background-color: white;
  margin-bottom: 10px;
  padding: 10px;
}

.clickable {
  cursor: pointer;
}.jobs-wrapper {
  background-color: #eff3f3;
}

.job-offer-wrapper {
  background-color: #49b9bc;
  padding: 20px;
}

.job-offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.job-offer {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 10px 10px;
}

.job-offer > div:nth-of-type(1) {
  margin: 10px 0 5px;
  font-weight: bold;
}

.job-offer > div:nth-of-type(2) {
  width: 240px;
  font-size: 14px;
}


.jobs-list {
  width: 90%;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 0;
}

.jobs-list .empty-state-msg{
  color: #2f3537;
  text-align: center;
}

.jobs-list .empty-state-msg h4{
  margin: 0;
  font-size: 20px;
  color: #2f3537;
  font-weight: 400;
}

.jobs-list .empty-state-msg a{
  color: #49b9bc;
  text-decoration: underline;
}

.jobs-element {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #434b4e;
  font-size: 1rem;
  max-width: 100%;
}

.role {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-size: 1.25rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
  margin: auto auto auto 0;
  color: #49b9bc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contract-type {
  width: 170px;
  font-size: 0.875rem;
  padding: 0.5rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.location {
  width: 150px;
  font-size: 0.875rem;
  padding: 0.5rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contract-type img {
  margin-right: 5px;
}

.contract-type span {
  white-space: nowrap;
}

.location img {
  margin-right: 5px;
}

.location span {
  white-space: nowrap;
}

.know-more {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 32px;
  font-size: 0.875rem;
  color: white;
  background-color: #49b9bc;
  border-bottom: 2px solid #2e7a7c;
  padding: 7px;
  text-transform: uppercase;
  cursor: pointer;

  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: auto 0;

  letter-spacing: 0.5px;
  white-space: nowrap;
}

@media screen and (max-width: 650px) {

  .role {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    white-space: normal;
  }

  .contract-type {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .location {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .know-more {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

}
.job-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eff3f3;
  padding-bottom: 20px;
}

.job-back > a {
  width: 200px;
}

.job-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    color: #2f3537;
    background-color: #eff3f3;
    padding: 20px 0;
}

.job {
    width: 90%;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 10px 20px;
    color: #637076;
}

.job-paragraph.emphasis,
.job-paragraph .emphasis,
.emphasis {
    font-weight: bold;
}

.job .job-title {
  font-size: 18px;
  text-align: left;
}

.job .job-paragraph {
  font-size: 14px;
  margin-bottom: 0;
}

.job .job-application .job-paragraph {
  font-size: 14px;
  margin-bottom: 5px;
}


.job .job-list {
    font-size: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.job-header {
   -webkit-box-flex: 1;
       -ms-flex: 1 1 100%;
           flex: 1 1 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -ms-flex-pack: distribute;
       justify-content: space-around;
}

.job-description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}

.job > .offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.job-requirements {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    margin-right: 48px;
    max-width: 50%;
}

.job-valued {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    margin-right: 48px;
}

.job-perks {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    max-width: 40%;
}

.job-application {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 1em;
    padding-bottom: 2em;
}
.button {
  background-color: #49b9bc;
  border-bottom: 2px solid #2e7a7c;
  padding: 8px 20px;
  width: 160px;
  text-transform: uppercase;
  cursor: pointer;
  /*margin: 0 auto;*/
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
.button.center {
  align-self: center;
}
*/

.button.button-invert {
  background-color: white;
  color: #49b9bc;
}

.button.talk-to-sales {
  margin: auto;
}

.button.center {
  margin: 0 auto;
}
.title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-home {
  background-image: url('/static/assets/buildings.jpg');
}

.bg-about-us {
  background-image: url('/static/assets/building-people.jpg');
}

.bg-jobs {
  background-image: url('/static/assets/jobs/hero-jobs.jpg');
}

.header-jobs {  
  height: 248px;
}

.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header .menu a {
  margin: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.header-hero .msg {
  max-width: 630px;
}

.header-hero {
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.header-hero > div:nth-child(1) {
  font-size: 44px;
  font-weight: bold;
}footer {
  font-size: 14px;
  text-align: center;
}

.footer-props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 3rem 0;
}

.footer-prop {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}

.footer-prop div {
  width: 100%;
}

.footer-prop div:nth-of-type(1) {
  text-transform: uppercase;
  margin: 10px 0 15px;
}

#footer-line {
  width: 330px;
  height: 3px;
  background-color: #222526;
  margin: 0 auto;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:  wrap;
      flex-wrap:  wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 3rem 0 1rem 0;
}

.footer-nav-item {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}

.footer-nav-item div:nth-of-type(1) {
  text-transform: uppercase;
  margin: 0 0 15px;
}

.footer-nav-item > * {
  margin-bottom: 15px;
}

.footer-nav-item span {
  color: #49b9bc;
}

.footer-nav-item a img {
  margin-right: 1rem; 
}

#legal {
  font-size: 12px;
  margin-bottom: 2rem;
}
#modal-root {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#modal-root.modal-active {
  background-color: rgba(47, 52, 55, 0.85);
  pointer-events: auto;
}

.modal {
  max-width: 600px;
  max-height: 100%;
  background-color: #c8d5db;
  pointer-events: auto;
  padding: 10px;
  position: relative;
  text-align: center;
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}


.modal-close {
  background-image: url('/static/assets/close.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

input, select, textarea {
  font-family: "proxima-nova", sans-serif;
}

.modal input, .modal select {
  width: 70%;
  height: 35px;
  color: #434b4e;
  background-color: #ffffff;
  margin: 0 auto 19px auto;
  padding: 9px 0 9px 7px;
  border: solid 1px #49b9bc;
}

.modal textarea {
  display: block;
  width: 70%;
  height: 100px;
  color: #434b4e;
  background-color: #ffffff;
  margin: 0 auto 28px auto;
  padding: 9px 0 9px 7px;
  border: solid 1px #49b9bc;
}

.modal input[type=submit] {
  display: block;
  width: 160px;
  height: 40px;
  padding: 9px;
  margin: 0 auto 38px auto;
  color: #ffffff;
  background-color: #49b9bc;
  border-bottom: 2px solid #2e7a7c;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}

.modal label {
  color: #434b4e;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: auto;
}

.modal label > select {
  margin: 0 0 19px 0;

  background: url('/static/assets/arrow.svg') no-repeat right white;
  background-position-x: calc(100% - 7px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.modal label > span {
  margin-right: 10px;

}

.modal .title {
  width: 100%;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  color: #434b4e;
}

.modal .description {
  width: 70%;
  text-align: center;
  color: #434b4e;
  margin: 0 auto 2em auto;
  font-size: 14px;
}

.modal .description a {
  color: #49b9bc;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {

  .modal label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .modal label > select {
    width: 100%;
  }

  .modal label > span {
    width: 100%;
  }

}
.header-privacy  {
  min-height: 175px;
}

.header-hero-privacy  {
  min-height: 100px;
}

.privacy-wrapper {
  color: #2f3537;
  background-color: #eff3f3;
}

.privacy-text {
  max-width: 820px;
  margin: auto;
  padding: 20px;
}

.privacy-text h4 {
  color: #2f3537;
  margin-bottom: 0.25em;
}

.privacy-text p {
  color: #2f3537;
  margin-top: 0;
}
#cta-webinar {
        background-image: url('/static/assets/night-vintage-music-bokeh.jpg');
}

#cta-workshop {
        background-image: url('/static/assets/hands-people-woman-working.jpg');
}

.circles-wrapper {
  background-color: #49b9bc;
  padding: 20px 20px 30px 20px;
}

.circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.circle {
  width: 240px;
  margin: 35px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}

.circle > div:nth-of-type(1) {
  margin: 10px 0 5px;
  font-weight: bold;
}

.circle > div:nth-of-type(2) {
  width: 240px;
  font-size: 14px;
}

.as-seen-on {
  background-color: #c8d5db;
  padding: 20px 20px 40px;
}

.as-seen-on .title {
  color: #434b4e;
}


.claim {
        background-color: #292f30;
        padding: 30px 20px;
        text-align: center;
        font-size: 20px;
}

.claim span {
        color: #49b9bc;
}

.ctas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.cta {
        text-align: center;
        background-position: center;
        padding: 30px 10px;
        height: 225px;
        background-repeat: no-repeat;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 50%;
}

.cta > div:nth-child(2) {
        width: 100%;
        font-size: 14px;
}


.logos {
        background-color: #637076;
        padding: 20px 20px 40px;
}


.highlight-wrapper{
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.number-highlight{
  margin-top: 1em;
  color: #49b9bc;
}

.number-highlight .big-number{
  font-size: 3.5em;
  font-weight: 600;
}

@media screen and (max-width: 499px) {
        .cta {
                width: 100%;
        }
        .header-hero>div:nth-child(1) {
                font-size: 30px;
        }
        .header .contact-us {
                display: none;
        }

        .highlight-wrapper {
          width: 100%;
          margin: 0;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
        }

        .number-highlight .big-number {
          font-size: 2.5em;
        }

        .number-highlight .small-text {
          font-size: 18px;
        }
}

.founder-img {
        height: 152px;
        width: 150px;
        margin: 0 auto;
}
.offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
}

.offer > img {
    width: 160px;
    height: auto;
    margin: 20px 40px;
}

.offer > .msg {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    text-align: center;
}

.offer > .msg > p {
    padding: 0;
    margin: 0;
}


.offer > .button {
    width: 160px;
    margin: 20px 40px;
}


@media screen and (max-width: 1005px) {
  .offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
