h1,
h2,
h3 {
  font-weight: 600;
}

.service-page-content {
  min-height: calc(100vh - 528px);
}

/* VideoWrapper */

.service-videoWrapper {
  position: relative;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .service-videoWrapper {
    width: 100%;
  }
}

.service-videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-videoWrapper::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.maincontent-img-85 {
  margin-bottom: 15px;
}

.maincontent-background {
  justify-content: flex-start !important;
  background: fixed !important;
  background-color: #dadada;
}

@media only screen and (max-width: 1023px) {
  .career-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
  }

  .maincontent-background.white.service-container {
    width: 90%;
    margin: auto;
  }
}

/* Tile Content */

.tile-content h1.typography-label {
  font-size: 33px;
  padding-top: 0px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.tile-content h2.typography-label {
  font-size: 28px;
  padding-top: 0px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.tile-content h3.typography-label {
  font-size: 22px;
  padding-top: 0px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tile-content h2.typography-label {
    font-size: 24px;
  }
}

/* Tile Content Grid */

.tile-content-grid {
  margin-left: auto;
  margin-right: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media screen and (max-width: 767px) {
  .tile-content-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

.tile-content-grid .tile-content-grid {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.tile-content-grid-item {
  position: relative;
  box-sizing: border-box;
}

/* Tile span */

.large-span-4 {
  grid-column: span 4;
}

.large-span-6 {
  grid-column: span 6;
}

.large-span-12 {
  grid-column: span 12;
}

@media only screen and (min-width: 1441px) {
  .xlarge-span-4 {
    grid-column: span 4;
  }

  .xlarge-span-6 {
    grid-column: span 6;
  }

  .xlarge-span-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 1023px) {
  .medium-span-4 {
    grid-column: span 4;
  }

  .medium-span-6 {
    grid-column: span 6;
  }

  .medium-span-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 767px) {
  .small-span-4 {
    grid-column: span 4;
  }

  .small-span-6 {
    grid-column: span 6;
  }

  .small-span-12 {
    grid-column: span 12;
  }
}

/* Tile container */

.tile-container-column .tile-column-item {
  position: relative;
  box-sizing: border-box;
}

.tile-container-column.tile-columns {
  margin-left: auto;
  margin-right: auto;
  grid-row-gap: 0;
  padding-left: 0;
  padding-right: 0;
  grid-column-gap: 24px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tile-container-column.tile-columns .tile-container-column.tile-columns {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Tile */

.tile {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f7;
  display: flex;
  flex-direction: column;
}

.tile .tile-content {
  flex: 1;
  padding: 40px 8.33333%;
}

.tile-image {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.tile-image img {
  width: 100%;
  height: auto;
}

.tile-rounded {
  border-radius: 8px;
}

/* Tile Wrapper */

.tile-wrapper {
  margin-top: 0;
  margin-bottom: 16px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .tile-wrapper {
    margin-bottom: 10px;
  }
}

.tile-wrapper.tile-fluid {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

@media only screen and (min-width: 1441px) {
  .tile-wrapper.tile-fluid {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

@media only screen and (max-width: 1023px) {
  .tile-wrapper.tile-fluid {
    margin-left: auto;
    margin-right: auto;
    width: 692px;
  }
}

@media only screen and (max-width: 767px) {
  .tile-wrapper.tile-fluid {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
  }
}

@media only screen and (max-width: 767px) {
  .tile-wrapper.tile-fluid .tile {
    max-width: 480px;
  }
}

/* Tile Content */

.tile-inner-content .tile-content p {
  margin-bottom: 15px;
}

.tile-content p {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .tile-content p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
  }
}

/* Tile Text Alignment */

.tile-text-left {
  text-align: left;
}

.tile-text-right {
  text-align: right;
}

.tile-text-center {
  text-align: center;
}

/* Table of Contents */

.table-of-contents .tile-content {
  font-weight: 500;
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-of-contents .tile-content p {
  font-size: 18px;
}

.table-of-contents .tile-inner-content p {
  font-size: 16px;
}

@media only screen and (max-width: 1023px) {
  .table-of-contents .tile-content p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .table-of-contents .tile-content p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .table-of-contents {
    width: 980px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .table-of-contents .tile-wrapper.tile-fluid {
    margin-left: auto;
    margin-left: right;
    width: 87.5%;
  }
}

/* Collapsible Tab */

.collapsible-tab {
  background-color: #f5f5f7;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: 500;
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
  margin-bottom: 0px;
}

.collapsible-tab .collapsible-tab-content-wrapper {
  display: flex;
  align-items: center;
}

.collapsible-tab .text {
  flex: 1;
}

.collapsible-tab .icon {
  margin-left: 10px;
}

.collapsible-tab-content {
  padding-left: 30px;
  padding-right: 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-out;
  background-color: #f5f5f7;
  border-radius: 8px;
  font-weight: normal;
}

.collapsible-tab-content > .icon {
  float: right;
  margin-left: 10px;
}

.collapsible-tab-content > .tile-inner-content {
  z-index: 1;
  position: relative;
}

.collapsible-tab-content > .tile-inner-content > .tile-richtext {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* Typography */

.service-text {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
  color: #373737;
}

.service-text ul,
ol {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
  color: #373737;
  margin-top: 0;
  margin-bottom: 0;
}

.service-text.link {
  color: #218fff;
  text-decoration: none;
  transition: 0.3s;
}

.service-text.link:hover {
  color: #04498d;
}

.service-text.link.has-arrow::after,
.service-text.link.has-arrow-wrapped span::after {
  content: 'chevron_right';
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3em;
  vertical-align: middle;
  width: 0.8em;
  margin-left: -0.4em;
  line-height: 4px;
}

.service-text.link.has-arrow-wrapped span {
  white-space: nowrap;
}

.service-text.title {
  font-weight: 600;
}

@media screen and (max-width: 1400px) {
  .service-text,
  .service-text.link,
  .service-text ul,
  ol {
    font-size: 19px;
  }
}

@media screen and (max-width: 1100px) {
  .service-text,
  .service-text.link,
  .service-text ul,
  ol {
    font-size: 18px;
  }
}

@media screen and (max-width: 900px) {
  .service-text,
  .service-text.link,
  .service-text ul,
  ol {
    font-size: 16px;
  }

  .service-text.title {
    font-weight: 500;
  }
}

.service-text.bold {
  font-weight: 500;
}

/* Other */

.clickable {
  cursor: pointer;
}

.text-blue {
  color: #218fff;
}

@media screen and (max-width: 767px) {
  .vert-spacer-30 {
    padding-top: 20px;
  }

  .vert-spacer-15 {
    padding-top: 10px;
  }
}
