@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;800&display=swap');

/* CAREERS */

.page-careers #main *,
.page-join-our-team #main * {
  /*font-family: 'Open Sans', sans-serif;*/
  letter-spacing: 1.2px;
}

/*.page-careers #main [class*='uk-heading-'],
.page-join-our-team #main [class*='uk-heading-'] {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1.2px;
}*/

.page-careers #header-banner,
.page-join-our-team #header-banner {
  display: none;
}

.page-careers #main > .uk-container,
.page-join-our-team #main > .uk-container {
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}

.page-careers #main,
.page-join-our-team #main {
  margin: 0 !important;
}

.page-careers #main .uk-grid > .uk-width-1-1,
.page-join-our-team #main .uk-grid > .uk-width-1-1 {
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

/*.tm-content { padding-top: 20px }*/

.tm-h1 {
  /*font-family: 'Open Sans';*/
  font-style: normal;
  font-weight: 800;
  font-size: 66px;
  line-height: 117px;
  /*display: flex;
    align-items: center;*/
  text-align: center;
  text-shadow: none;
}

.tm-h2 {
  /*font-family: 'Open Sans';*/
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 57.2px;
  /*display: flex;
    align-items: center;*/
  text-align: center;
  color: #246db6;
}

@media screen and (max-width: 768px) {
  .tm-h1 {
    font-size: 43px;
    line-height: 65px;
  }
  .tm-h2 {
    font-size: 32px;
    line-height: 48px;
  }
}

.tm-text-large {
  /*font-family: 'Open Sans';*/
  font-weight: 300;
  font-size: 53px;
  line-height: 87.16px;
}

@media screen and (max-width: 768px) {
  .tm-text-large {
    font-size: 42px;
    line-height: 54px;
  }
}

.gform_button.button,
.tm-blue-button {
  background: #144692;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 21px 22px;
  color: #ffffff !important;
  border-radius: 30px;
  /*font-family: 'Open Sans';*/
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  display: flex;
  align-items: center;
  text-align: center;
  /*    width: 100%;*/
  max-width: 450px;
  margin: 0 auto;
  justify-content: center;
  height: 77px;
}

.tm-gray-button {
  background: #d9d9d9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 21px 22px;
  color: #000000 !important;
  border-radius: 30px;
  /*font-family: 'Open Sans';*/
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  display: flex;
  align-items: center;
  text-align: center;
  /*    width: 100%;*/
  max-width: 450px;
  margin: 0 auto;
  justify-content: center;
  height: 77px;
}

.page-careers .tm-benefit-button {
  background: #144692;
  padding: 21px 22px;
  /* margin-bottom: 30px; */
  /*font-family: 'Open Sans';*/
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 57px;
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #ffffff !important;
  text-transform: none;
}

.tm-benefit-button[aria-expanded='false'] {
  border-radius: 36px;
}

.tm-benefit-button[aria-expanded='true'] {
  border-radius: 36px 36px 0 0;
}

.page-careers .uk-accordion-content {
  font-size: 22px;
  line-height: 29.96px;
  font-weight: 400;
  background: #144692;
  color: #ffffff;
  border-radius: 0 0 36px 36px;
  padding: 5px 30px 30px 30px;
  margin: 0;
}

.tm-accordion-photo {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.tm-img-icon-wrapper {
  background-color: #fff;
  padding: 5px;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
}

.tm-img-icon {
  height: 47px;
  width: 50px;
  vertical-align: baseline;
}

@media screen and (min-width: 1160px) and (max-width: 1200px) {
  .tm-benefit-button {
    font-size: 36px;
    /*        padding: 16px 17px;*/
  }
}

@media screen and (min-width: 960px) and (max-width: 1159px) {
  .tm-benefit-button {
    /* font-size: 25px; */
    padding: 16px 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .tm-benefit-button {
    font-size: 20px;
    padding: 16px 17px;
  }

  .tm-img-icon-wrapper {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }

  .tm-img-icon {
    height: 30px;
    width: 30px;
  }

  .tm-accordion-plus {
    height: 30px;
    width: 30px;
  }

  .tm-accordion-minus {
    width: 30px;
  }

  .tm-accordion-content {
    font-size: 16px;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 768px) {
  .tm-benefit-accordion-wrapper {
    width: 98%;
  }

  .tm-benefit-photo-wrapper {
    display: none;
  }

  .tm-benefit-button {
    padding: 13px 14px;
    font-size: 26px;
  }

  .tm-img-icon-wrapper {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }

  .tm-img-icon {
    height: 30px;
    width: 30px;
  }

  .tm-accordion-plus {
    height: 30px;
    width: 30px;
  }

  .tm-accordion-minus {
    width: 30px;
  }

  .tm-accordion-content {
    padding: 10px 40px;
    font-size: 16px;
  }

  .tm-accordion-photo {
    display: block;
  }
}

.tm-overlay {
  display: block;
  position: relative;
  width: 100%;
  /* vertical-align: middle; */
  overflow: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  margin: 0;
}

@media (min-width: 1500px) {
  .tm-overlay {
    max-height: 500px;
  }
}

.tm-overlay-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.tm-overlay-img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.tm-flex-center-middle {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tm-block {
  padding: 50px 0px;
}

.tm-container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}

@media (max-width: 1219px) {
  .tm-container {
    max-width: 1200px;
    /*        padding: 0 35px;*/
  }
}

@media (min-width: 1220px) {
  .tm-container {
    max-width: 1440px;
    padding: 0 35px;
  }
}

#tm-timeline-grid {
  display: grid;
  grid-template-columns: 15% 10% 75%;
  grid-template-rows: auto;
}

.tm-grid-cell {
  box-sizing: border-box;
}

.tm-timeline-cell {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  background-image: url(https://blogsdir.imgix.net/895/files/photos/Line.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #tm-timeline-grid {
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
  }

  .tm-timeline-cell {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

.tm-slideshow {
  position: relative;
}

.tm-slideshow-nav {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-top: -15px;
  padding: 0;
  list-style: none;
}

.tm-slideshow-nav > li {
  float: left;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 15px;
  margin-top: 15px;
  display: list-item;
  text-align: -webkit-match-parent;
}

.tm-careers-slideshow .uk-slideshow-nav > li > a {
  display: block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(50, 50, 50, 0.1);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none !important;
  cursor: pointer;
  border: none;
}

.tm-careers-slideshow .uk-slideshow-nav > li.uk-active > * {
  background: rgba(21, 87, 158, 0.9);
}

.tm-testimonial-img {
  /* max-width: 100%; */
  /* height: auto; */
  border-radius: 50%;
  /* margin: 0 auto; */
}

.tm-testimonial-text {
  font-size: clamp(1.375rem, 0.8456rem + 0.8824vw, 2.5rem);
  line-height: 1.5em;
  font-weight: 300;
  font-style: italic;
}

.tm-testimonial-signature {
  font-size: 28px;
  line-height: 39px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .tm-testimonial-text {
    font-size: 36px;
    line-height: 52px;
  }

  .tm-slide .two_fifth {
    width: 100%;
  }

  .tm-slide .three_fifth {
    width: 100%;
  }
}

.tm-founder-text {
  font-size: 64px;
  line-height: 87px;
}

#tm-founder-wrapper {
  box-sizing: border-box;
  margin-top: -135px;
  z-index: 1;
}

#tm-founder-img {
  width: 100%;
  height: auto;
  /*    margin-left:-32px;*/
}

#tm-founder-box {
  padding: 73px 38px 40px;
  box-sizing: border-box;
}

.tm-pd-lt-rt {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .tm-member-faq {
    width: 98%;
  }

  .tm-founder-text {
    font-size: 30px;
    line-height: 42px;
  }

  #tm-founder-wrapper {
    margin-top: -70px;
  }

  #tm-founder-box {
    padding: 36px 19px 20px;
    width: 98%;
  }
}

.tm-visible-mobile {
  display: none;
}

.tm-hidden-mobile {
  display: block;
}

.tm-hidden-small {
  display: block;
}

.tm-visible-small {
  display: none;
}
/********************** MEDIA QUERIES - START *********************/
/********************** MEDIA QUERIES - END *********************/
/********************** OVERWRITING MOBILE STYLES + MOBILE STYLES - START *********************/
.mobile_main {
  background-color: #ffffff;
}

.ui-content {
  padding: 8px 0px !important;
}

@media (min-width: 767px) and (max-width: 1200px) {
  .mobile .tm-accordion-photo {
    display: none !important;
  }

  .mobile .one_half {
    width: 48%;
    margin-right: 1%;
    float: left;
  }

  .mobile .two_fifth {
    width: 37.6%;
    margin-right: 1%;
    float: left;
  }

  .mobile .three_fifth {
    width: 58.4%;
    margin-right: 1%;
    float: left;
  }

  .mobile .last {
    margin-right: 0 !important;
    clear: right;
  }

  .mobile .tm-member-faq {
    width: 98%;
  }
}

.mobile .tm-content {
  padding-top: 0px;
}
.mobile .tm-content > * {
  text-shadow: none;
}

/*.mobile p {
  font-size: 15px;
  line-height: 21px;
}
*/
.mobile .tm-h1 {
  font-size: 27px;
  line-height: 42px;
  width: 100%;
}

.mobile .tm-h2 {
  font-size: 20px;
  line-height: 28px;
}

.mobile .tm-block {
  padding: 25px 0px;
}

.mobile .tm-container {
  padding: 0px 10px;
}

.mobile .tm-pd-lt-rt {
  padding-left: 0px;
  padding-right: 0px;
}

.mobile .tm-text-large {
  font-size: 30px;
  line-height: 42px;
}

.mobile .tm-blue-button,
.mobile .tm-gray-button {
  width: initial;
  max-width: 100%;
}

.mobile .tm-benefit-button {
  padding: 10px 11px;
  font-size: 20px;
  line-height: 28px;
}

.mobile .tm-img-icon-wrapper,
.mobile .tm-img-icon {
  height: 20px;
  width: 20px;
}

.mobile .tm-img-icon-wrapper {
  margin-right: 5px;
}

.mobile .tm-accordion.tm-accordion-active {
  min-height: 300px;
}

.mobile .tm-accordion-plus {
  height: 25px;
  width: 25px;
}

.mobile .tm-accordion-minus {
  width: 25px;
}

.mobile .tm-benefit-button {
  margin-bottom: 15px;
}

.mobile .tm-accordion-content {
  padding: 10px 25px;
  font-size: 16px;
  line-height: 22px;
}

.mobile #tm-timeline-grid {
  grid-template-columns: 20% 80%;
}

.mobile .tm-timeline-cell {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}

.mobile .tm-founder-text {
  font-size: 20px;
  line-height: 28px;
}

.mobile #tm-founder-wrapper {
  margin-top: -30px;
}

.mobile #tm-founder-img {
  margin-left: 0px;
}

.mobile #tm-founder-box {
  padding: 20px;
}

.mobile .tm-visible-mobile {
  display: block;
}
.mobile .tm-hidden-mobile {
  display: none;
}

.mobile .tm-testimonial-text,
.mobile .tm-testimonial-signature {
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 768px) {
  .tm-hidden-small {
    display: none;
  }
  .tm-visible-small {
    display: block;
  }
}

.mobile input.gfield-choice-input {
  display: contents !important;
}
.mobile .gform_wrapper.gravity-theme .gfield-choice-input + label {
  width: 100%;
}

/********************** OVERWRITING MOBILE STYLES + MOBILE STYLES - END *********************/
a.uk-accordion-title.tm-button.tm-benefit-button.tm-accordion::before {
  display: none;
}

a.uk-accordion-title.tm-button.tm-benefit-button.tm-accordion[aria-expanded='false']
  .tm-accordion-plus {
  display: block;
}

a.uk-accordion-title.tm-button.tm-benefit-button.tm-accordion[aria-expanded='true']
  .tm-accordion-plus {
  display: none;
}

a.uk-accordion-title.tm-button.tm-benefit-button.tm-accordion[aria-expanded='false']
  .tm-accordion-minus {
  display: none;
}

a.uk-accordion-title.tm-button.tm-benefit-button.tm-accordion[aria-expanded='true']
  .tm-accordion-minus {
  display: block;
}
