

/*------------------------------------*\
  #LAYOUT
\*------------------------------------*/


section,
.banner-home ~ section.text,
.banner-5050 ~ section.text {
  margin: 5em auto;
}
section[class^='banner'] {
  margin-top: 0;
}

[class*='section--'],
.banner-text,
.banner-cta,
.banner-overlay,
.grid-cta--icon,
.cta-profile {
  padding: 5em 0;
  margin: 0;
}

.page-content__wrap {
  display: flex;
  max-width: 1300px;
}
.page-content__inner {
  flex-basis: 100%;
  margin-left: 5em;
}

.page-content__nav {
  flex: 0 0 18em;
}
.nav--industries {
  flex: 0 0 12em;
}

main .page-content__inner .container {
  width: 100%;
  max-width: 100%;
}
main .page-content__inner section,
section.text,
section.buttons {
  margin: 3em auto;
}
.page-content__nav,
main .page-content__inner section:first-child,
main .text:first-of-type {
  margin-top: 5em;
}

.text.container,
.buttons.container,
.list.container,
.video.container,
.cta-5050 .container,
.accordion .container,
.logos .container,
.text-image .container {
  max-width: 900px;
}

.text + .buttons {
  margin-top: -1em;
}
.text h5:only-child {
  margin: -0.9em 0 -1.4em;
}

main .text + .accordion {
  margin-top: -2.5em;
}
main .page-content__inner .text + .accordion {
  margin-top: inherit;
}

section[class^='banner'] .button {
  margin-top: 2.5em;
}

[class~='slider']:last-of-type,
[class~='banner-cta']:last-of-type,
[class~='cta-profile']:last-of-type {
  margin-bottom: -10em;
}

.page-content__wrap + .slider,
.page-content__wrap + .banner-cta {
  margin-top: 5em;
}


@media only screen and (max-width: 1300px) {
  section,
  .banner-home ~ section.text,
  .banner-5050 ~ section.text {
    margin: 4em auto;
  }
  [class*='section--'],
  .banner-text,
  .banner-cta,
  .banner-overlay,
  .grid-cta--icon,
  .cta-profile {
    padding: 4em 0;
    margin: 0;
  }
  .page-content__inner {
    margin-left: 5%;
  }
  .page-content__nav {
    flex: 0 0 16em;
  }
  .nav--industries {
    flex: 0 0 10em;
  }
  .page-content__nav,
  main .page-content__inner section:first-child,
  main .text:first-of-type {
    margin-top: 4em;
  }
  main .text + .accordion {
    margin-top: -2em;
  }
  section[class^='banner'] .button {
    margin-top: 2em;
  }
  [class~='slider']:last-of-type,
  [class~='banner-cta']:last-of-type,
  [class~='cta-profile']:last-of-type {
    margin-bottom: -8em;
  }
  .page-content__wrap + .slider,
  .page-content__wrap + .banner-cta {
    margin-top: 4em;
  }
}

@media only screen and (max-width: 1100px) {
  .page-content__nav {
    flex: 0 0 15em;
  }
  .nav--industries {
    flex: 0 0 8em;
  }
}

@media only screen and (max-width: 900px) {
  section,
  .banner-home ~ section.text,
  .banner-5050 ~ section.text {
    margin: 3em auto;
  }
  [class*='section--'],
  .banner-text,
  .banner-cta,
  .banner-overlay,
  .grid-cta--icon,
  .cta-profile {
    padding: 3em 0;
    margin: 0;
  }
  main .page-content__inner section,
  section.text,
  section.buttons {
    margin: 2em auto;
  }
  .page-content__wrap {
    display: block;
  }
  .page-content__nav {
    margin-top: 2em;
  }
  .page-content__inner {
    margin: 0;
  }
  main .page-content__inner section:first-child,
  main .text:first-of-type {
    margin-top: 3em;
  }
  main .text + .accordion {
    margin-top: -1.2em;
  }
  .text + .buttons {
    margin-top: -0.5em;
  }
  .text h5:only-child {
    margin: -0.2em 0 -0.8em;
  }
  [class~='slider']:last-of-type,
  [class~='banner-cta']:last-of-type,
  [class~='cta-profile']:last-of-type {
    margin-bottom: -6em;
  }
  .page-content__wrap + .slider,
  .page-content__wrap + .banner-cta {
    margin-top: 3em;
  }
}










/*------------------------------------*\
  #BANNERS
\*------------------------------------*/





/*------------------------------------*\
  #BANNER-5050
\*------------------------------------*/


.banner-5050 {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.banner-5050 .container {
  width: 100%;
  max-width: 100%;
}

.banner-5050__inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.banner-5050__content {
  width: 50%;
  padding: 10% 4%;
}
.banner-5050__content .content__wrap {
  max-width: 525px;
  margin: 0 auto;
}

.banner-5050__content h3 {
  font-weight: 700;
  color: var(--cyan);
  margin-bottom: 0.3em;
}
.banner-5050__content h1 {
  font-weight: 300;
  color: var(--blue);
  margin-bottom: 0.5em;
}
.banner-5050__content p:last-of-type {
  margin-bottom: 0;
}
.banner-5050__content p a {
  color: var(--green);
}
.banner-5050__content p a:hover {
  color: var(--light-green);
}

.banner-5050__graphic {
  position: relative;
  align-self: stretch;
  width: 50%;
}
.banner-5050__graphic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-5050.section--dark-cyan h3 {
  color: var(--dark-blue);
}
.banner-5050.section--dark-cyan h1 {
  color: #fff;
}
.banner-5050.section--dark-cyan p {
  color: var(--darkest-blue);
}

.banner-5050.section--dark-blue h3 {
  color: var(--cyan);
}
.banner-5050.section--dark-blue h1 {
  color: var(--green);
}
.banner-5050.section--dark-blue p {
  color: #fff;
}


@media only screen and (max-width: 900px) {
  .banner-5050__content {
    width: 55%;
  }
  .banner-5050__content .content__wrap {
    max-width: 100%;
  }
  .banner-5050__graphic {
    width: 45%;
  }
}

@media only screen and (max-width: 700px) {
  .banner-5050__inner {
    display: block;
  }
  .banner-5050__content {
    width: 100%;
    padding: 3em 6%;
  }
  .banner-5050__graphic {
    width: 100%;
    height: 16em;
  }
  .banner-5050__graphic img {
    object-position: top;
  }
}





/*------------------------------------*\
  #BANNER-TEXT
\*------------------------------------*/


.banner-text {
  text-align: center;
}
.banner-text .container {
  max-width: 1000px;
}

.banner-text h4 {
  font-weight: 500;
  color: var(--green);
  margin-bottom: 0.5em;
}
.banner-text h1 {
  font-weight: 300;
  margin-bottom: 0.5em;
}
.banner-text p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.banner-text p:last-of-type {
  margin-bottom: 0;
}

.banner-text.section--dark-cyan h4 {
  color: var(--dark-blue);
}
.banner-text.section--dark-cyan h1 {
  color: #fff;
}
.banner-text.section--dark-cyan p {
  color: var(--darkest-blue);
}

.banner-text.section--dark-blue h1 {
  color: var(--cyan);
}
.banner-text.section--dark-blue p {
  color: #fff;
}





/*------------------------------------*\
  #BANNER-OVERLAY / HEADLINE
\*------------------------------------*/


.banner-overlay {
  position: relative;
}
.banner-overlay::after,
.banner-overlay__graphic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-overlay::after {
  content: '';
  background: rgba(0,112,185, 0.9);
}
.banner-overlay__graphic {
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover;
  filter: grayscale(100%);
}

.banner-overlay .container,
.banner-headline .container {
  max-width: 800px;
}

.banner-overlay__inner,
.banner-headline__inner {
  position: relative;
  text-align: center;
  z-index: 9;
}

.banner-overlay__inner h1,
.banner-overlay__inner p,
.banner-headline__inner p {
  color: #fff;
}
.banner-overlay__inner h1,
.banner-headline__inner h1 {
  font-weight: 300;
  margin-bottom: 0.5em;
}
.banner-headline__inner h1 {
  color: var(--green);
}
.banner-overlay__inner p,
.banner-headline__inner p {
  font-size: 1.2em;
}
.banner-overlay__inner p:last-of-type,
.banner-headline__inner p:last-of-type {
  margin: 0;
}


@media only screen and (max-width: 1300px) {
  .banner-overlay__inner p,
  .banner-headline__inner p {
    font-size: 1.15em;
  }
}

@media only screen and (max-width: 1100px) {
  .banner-overlay__inner p,
  .banner-headline__inner p {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 700px) {
  .banner-overlay__inner p,
  .banner-headline__inner p {
    font-size: 1.05em;
  }
}





/*------------------------------------*\
  #BANNER-IMAGE
\*------------------------------------*/


.banner-image {
  align-self: stretch;
  width: 100%;
  height: 25em;
}
.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-image + .text {
  margin-top: 5em;
}


@media only screen and (max-width: 1300px) {
  .banner-image {
    height: 20em;
  }
}

@media only screen and (max-width: 1100px) {
  .banner-image {
    height: 18em;
  }
}

@media only screen and (max-width: 700px) {
  .banner-image {
    height: 16em;
  }
}











/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/





/*------------------------------------*\
  #TEXT
\*------------------------------------*/


.text h1,
.text h2,
.text h3,
.text h4 {
  margin-bottom: 0.5em;
}
.text h4 {
  margin-top: 1.5em;
}
.text h4 + h4 {
  margin-top: 0;
}
.text h4 a {
  text-decoration: underline;
  transition: color 0.5s ease;
}
.text h4 a:hover {
  color: var(--light-blue);
}
.text h5,
.text h6 {
  margin-bottom: 0.8em;
}

.text p strong {
  font-weight: 500;
}

.text ul,
.texl ol,
.accordion ul,
.accordion ol {
  margin: 1.2em 0 1.8em 0;
}
.text li,
.accordion li {
  position: relative;
  padding-left: 1.5em;
  margin: 0.5em 0;
}
.text li::before,
.accordion li::before {
  position: absolute;
  content: '\2022';
  top: -0.1em;
  left: 0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.7;
  color: var(--blue);
}
.text ol,
.accordion ol {
  counter-reset: counter;
}
.text ol li,
.accordion ol li {
  counter-increment: counter;
}
.text ol li::before,
.accordion ol li::before {
  content: counter(counter) ".";
  top: 0;
  font-size: inherit;
}

.text .image,
.text img {
  margin: 2rem auto;
}
.text .image img {
  width: 100% !important;
  height: auto !important;
  margin: 0;
}
.text .image figcaption {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.4;
  color: var(--dark-blue);
  background: var(--lightest-blue);
  padding: 0.8rem;
}
.text .image-style-align-left,
.text .image-style-block-align-left {
  float: left;
  width: 50%;
  margin: 0.5rem 2rem 1rem 0;
}
.text .image-style-align-right,
.text .image-style-block-align-right {
  float: right;
  width: 50%;
  margin: 0.5rem 0 1rem 2rem;
}
.text .image-style-side {
  float: right;
  width: 35%;
  margin: 0.5rem 0 1rem 2rem;
}
.text .image-style-align-center {
  width: 70%;
}


@media only screen and (max-width: 1300px) {
  .text li,
  .accordion li {
    margin: 0.4em 0;
  }
  .text li::before,
  .accordion li::before {
    top: 0;
    font-size: 1.05em;
  }
  .text .image figcaption {
    font-size: 0.85em;
  }
}

@media only screen and (max-width: 1100px) {
  .text ul,
  .texl ol,
  .accordion ul,
  .accordion ol {
    margin: 1em 0 1.2em 0;
  }
  .text li,
  .accordion li {
    padding-left: 1.3em;
  }
  .text li::before,
  .accordion li::before {
    top: -0.05em;
    font-size: 1em;
  }
  .text .image figcaption {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 700px) {
  .text ul,
  .texl ol,
  .accordion ul,
  .accordion ol {
    margin: 0 0 1.2em 0;
  }
  .text li::before,
  .accordion li::before {
    font-size: 0.95em;
  }
  .text .image,
  .text img {
    margin: 1.8rem auto;
  }
  .text .image-style-align-left,
  .text .image-style-block-align-left,
  .text .image-style-align-right,
  .text .image-style-block-align-right {
    float: none;
    width: 100%;
    margin: 1.8rem auto;
  }
  .text .image-style-side {
    width: 45%;
    margin: 0.5rem 0 1rem 2rem;
  }
  .text .image-style-align-center {
    width: 100%;
  }
}





/*------------------------------------*\
  #TEXT-IMAGE
\*------------------------------------*/


.text-image h1,
.text-image h2,
.text-image h3,
.text-image h4 {
  margin-bottom: 0.5em;
}

.text-image h5,
.text-image h6 {
  margin-bottom: 0.8em;
}

.text-image__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-image__graphic {
  width: 20%;
}
.graphic--team img {
  border-radius: 10px;
}

.text-image__content {
  width: 75%;
}


@media only screen and (max-width: 900px) {
  .text-image__graphic {
    width: 25%;
  }
  .text-image__content {
    width: 70%;
  }
}

@media only screen and (max-width: 700px) {
  .text-image__inner {
    display: block;
  }
  .text-image__graphic {
    width: 100%;
    max-width: 200px;
  }
  .text-image__content {
    width: 100%;
    padding-top: 2em;
  }
}





/*------------------------------------*\
  #HEADLINE
\*------------------------------------*/


.headline {
  margin-bottom: 2em;
}

.headline h2 {
  margin-bottom: 0.5em;
}
.headline p:last-of-type {
  margin: 0;
}

.headline + .grid-cta {
  margin-top: 0;
}


@media only screen and (max-width: 1300px) {
  .headline {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 700px) {
  .headline {
    margin-bottom: 2em;
  }
}





/*------------------------------------*\
  #LIST
\*------------------------------------*/


.list h2,
.list h4 {
  margin-bottom: 0.8em;
}
.list p span {
  font-family: 'Neue Helvetica W05', sans-serif;
  font-weight: 500;
  color: var(--green);
  padding: 0 0.25em;
}





/*------------------------------------*\
  #IMAGE
\*------------------------------------*/


.image__inner {
  align-self: stretch;
  width: 100%;
}
.image__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-content__inner .image__inner {
  height: 18em;
}

.map path {
  transition: fill 0.5s ease;
}
.map a:hover path {
  fill: #f18e1d;
}

.map__graphic {
  background: var(--lightest-cyan);
  padding: 6%;
}


@media only screen and (max-width: 1300px) {
  .page-content__inner .image__inner {
    height: 16em;
  }
}

@media only screen and (max-width: 1100px) {
  .page-content__inner .image__inner {
    height: 14em;
  }
}

@media only screen and (max-width: 700px) {
  .page-content__inner .image__inner {
    height: 12em;
  }
}





/*------------------------------------*\
  #VIDEO
\*------------------------------------*/


.video__responsive {
  position: relative;
  padding-bottom: 56.25%;
}

.video__responsive iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}





/*------------------------------------*\
  #3-COLUMN
\*------------------------------------*/


.three-column__headline {
  text-align: center;
  margin-bottom: 4em;
}
.three-column__headline h2 {
  color: #fff;
}

.three-column__inner {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
  width: 31%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 4%;
}
.column:nth-child(3n) {
  margin-right: 0;
}

.column__graphic {
  position: relative;
  min-height: 15em;
}
.column__graphic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2em;
}
.column__content h4 {
  color: var(--light-blue);
  margin-bottom: 0.8em;
}
.column__content p {
  font-size: 1em;
}
.column__content p:last-of-type {
  margin: 0;
}


@media only screen and (max-width: 1300px) {
  .three-column .container {
    max-width: 9000px;
  }
  .three-column__headline {
    margin-bottom: 3em;
  }
  .three-column__inner {
    display: block;
  }
  .column {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto 2em;
  }
  .column:last-child {
    margin: 0 auto;
  }
  .column__graphic {
    width: 35%;
    min-height: inherit;
  }
  .column__content {
    width: 65%;
  }
}

@media only screen and (max-width: 1100px) {
  .column__content p {
    font-size: 0.95em;
  }
}

@media only screen and (max-width: 900px) {
  .three-column__headline {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 700px) {
  .column {
    display: block;
    max-width: 450px;
  }
  .column__graphic {
    width: 100%;
    height: 16em;
  }
  .column__content {
    width: 100%;
    padding: 1.8em;
  }
}





/*------------------------------------*\
  #LOGOS
\*------------------------------------*/


.logos__headline {
  margin-bottom: 1em;
}

.logos__inner {
  display: flex;
  flex-wrap: wrap;
}

.logo {
  width: 18%;
  margin: 2% 2.5% 2% 0;
}
.logo:nth-of-type(5n) {
  margin-right: 0;
}


@media only screen and (max-width: 700px) {
  .logo,
  .logo:nth-of-type(5n) {
    width: 22%;
    margin: 2% 4% 2% 0;
  }
  .logo:nth-of-type(4n) {
    margin-right: 0;
  }
}





/*------------------------------------*\
  #ACCORDION
\*------------------------------------*/


.accordion-block {
  border-top: 1px solid var(--green);
  margin: 0;
}
.accordion-block:last-child {
  border-bottom: 1px solid var(--green);
}

.accordion-block__title {
  display: block;
  padding: 1.5em;
  cursor: pointer;
}
.accordion-block__title h4 {
  position: relative;
  padding-right: 3em;
  margin: 0;
  transition: color 0.5s ease;
}
.accordion-block__title h4::before,
.accordion-block__title h4::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  margin: auto 0;
  transition: border-color 0.5s ease;
}
.accordion-block__title h4::before {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent var(--blue) transparent;
}
.accordion-block__title h4::after {
  display: none;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: var(--blue) transparent transparent transparent;
}
.accordion-block h4:hover {
  color: var(--light-blue);
}
.accordion-block__title h4:hover::before {
  border-color: transparent transparent var(--light-blue) transparent;
}
.accordion-block__title h4:hover::after {
  border-color: var(--light-blue) transparent transparent transparent;
}
.accordion-block.open .accordion-block__title h4::after { 
  display: block;
}
.accordion-block.open .accordion-block__title h4::before {
  display: none;
}

.accordion-block__content {
  display: none;
  padding: 0 1.5em 0.5em;
}


@media only screen and (max-width: 900px) {
  .accordion-block__title {
    padding: 1em 0;
  }
  .accordion-block__content {
    padding: 0 0 0.5em;
  }
}





/*------------------------------------*\
  #REPORTS
\*------------------------------------*/


.report__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.report--blue .report__inner {
  flex-direction: row-reverse;
}
.report--blue .report__graphic {
  background: var(--cyan);
}
.report--green .report__graphic {
  background: var(--green);
}

.report__graphic {
  width: 45%;
  padding: 1.5em;
}
.report__graphic img {
  width: auto;
  max-width: 100%;
  max-height: 16em;
  box-shadow: 0 2px 8px 0 rgba(0,0,0, 0.2);
  margin: 0 auto;
}

.report__content {
  width: 45%;
}
.report__content h3 {
  color: var(--dark-blue);
  margin-bottom: 0.6em;
}
.report__content p {
  font-size: 1.2em;
  color: var(--blue);
  margin-bottom: 0;
}
.report__content p span {
  font-family: 'Neue Helvetica W05', sans-serif;
  font-weight: 400;
  padding: 0 0.5em;
}
.report__content .select {
  max-width: 180px;
  margin-top: 1.5em;
}


@media only screen and (max-width: 1300px) {
  .report__content p {
    font-size: 1.15em;
  }
}

@media only screen and (max-width: 1100px) {
  .report__graphic img {
    max-height: 14em;
  }
  .report__content p {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 700px) {
  .report__inner {
    display: block;
  }
  .report__graphic {
    width: 100%;
  }
  .report__content {
    width: 100%;
    margin: 1.5em 0 3em;
  }
  .report__content p {
    font-size: 1.05em;
  }
}





/*------------------------------------*\
  #OFFICE
\*------------------------------------*/


main section.office {
  margin-bottom: 0;
}

.office__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.office__content {
  display: flex;
  margin-top: 1em;
}
.office__content p {
  margin: 0.2em 1em 0.2em 0;
}
.office__content p span {
  font-weight: 700;
  color: var(--light-blue);
}
.office__content p a,
.office__content p a[href^="tel"] {
  font-weight: 300;
  color: var(--gray);
  text-decoration: none;
}
.office__content p a:hover,
.office__content p a[href^="tel"]:hover {
  color: var(--light-blue);
}

.office + .text {
  margin-top: 1em;
}

.page-content--contact .office {
  margin-bottom: 3em;
}

.page-content--contact .office__inner {
  display: flex;
  align-items: center;
}
.page-content--contact .office h2 {
  font-size: 2em;
  font-weight: 500;
  color: var(--light-blue);
  margin-top: 0.2em;
}


@media only screen and (max-width: 1300px) {
  .office__content {
    display: block;
    margin-top: 1em;
  }
  .office__content p {
    margin: 0.2em 0;
  }
  .page-content--contact .office h2 {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 1100px) {
  .page-content--contact .office h2 {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 700px) {
  .page-content--contact .office h2 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  .office__inner,
  .page-content--contact .office__inner {
    display: block;
  }
  .page-content--contact .office h2 {
    margin-top: 0;
  }
  .office__inner .button {
    margin-top: 1.5em;
  }
}











/*------------------------------------*\
  #CTAS
\*------------------------------------*/





/*------------------------------------*\
  #GRID-CTA
\*------------------------------------*/


.grid-cta__inner {
  display: flex;
  flex-wrap: wrap;
}

.cta {
  display: flex;
  flex-direction: column;
  width: 26%;
  margin: 2% 11% 2% 0;
}
.cta:nth-child(3n) {
  margin-right: 0;
}

.cta__title {
  margin-bottom: 0.8em;
}

.cta__content p,
.cta .button {
  font-size: 1em;
}

.cta__content {
  margin-bottom: 1.5em;
}
.cta__content p:last-of-type {
  margin: 0;
}

.cta .button {
  align-self: flex-start;
  margin-top: auto;
}

.grid-cta--two .container {
  max-width: 1000px;
}
.grid-cta--two .cta,
.grid-cta--two .cta:nth-child(3n) {
  width: 44%;
  margin: 3% 12% 3% 0;
}
.grid-cta--two .cta:nth-child(2n) {
  margin-right: 0;
}
.grid-cta--two .cta__title h3 {
  color: var(--blue);
}

.grid-cta--icon {
  background: var(--lightest-cyan);
}
.grid-cta--icon h2 {
  color: var(--blue);
}

.grid-cta__headline {
  margin-bottom: 1.5em;
}

.grid-cta--four .grid-cta__headline {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.grid-cta--four .grid-cta__headline h2 {
  word-wrap: break-word;
  margin-bottom: 0.5em;
}
.grid-cta--four .grid-cta__inner {
  margin: 4em 0;
}
.grid-cta--four .cta {
  width: 22%;
  margin: 0 4% 0 0;
}
.grid-cta--four .cta:nth-child(4n) {
  margin: 0;
}
.grid-cta--four .cta h4 span {
  display: block;
}
.grid-cta--four .cta__content {
  margin: 0;
}
.grid-cta__button {
  text-align: center;
}

.cta__icon {
  display: flex;
  align-items: flex-end;
  height: 3.5em;
  margin-bottom: 1.2em;
}
.cta__icon img {
  width: auto;
  max-width: 4em;
  max-height: 3.5em;
}

.grid-cta--icon .cta__title {
  margin-bottom: 0.5em;
}
.grid-cta--icon .cta__title h5 {
  font-size: 1.4em;
  font-weight: 500;
}
.grid-cta--icon p {
  color: var(--darkest-blue);
}


@media only screen and (max-width: 1300px) {
  .cta {
    width: 28%;
    margin: 2% 8% 2% 0;
  }
  .grid-cta--two .cta,
  .grid-cta--two .cta:nth-child(3n), {
    width: 45%;
    margin: 3% 10% 3% 0;
  }
  .cta .button {
    font-size: 0.95em;
  }
  .cta__icon {
    height: 3em;
    margin-bottom: 1em;
  }
  .cta__icon img {
    width: auto;
    max-width: 3.5em;
    max-height: 3em;
  }
  .grid-cta--icon .cta__title h5 {
    font-size: 1.35em;
  }
}

@media only screen and (max-width: 1100px) {
  .cta,
  .cta:nth-child(3n),
  .grid-cta--four .cta,
  .grid-cta--four .cta:nth-child(4n) {
    width: 45%;
    margin: 3% 10% 3% 0;
  }
  .cta:nth-child(2n),
  .grid-cta--four .cta:nth-child(4n) {
    margin-right: 0;
  }
  .cta__content p {
    font-size: 0.95em;
  }
  .cta .button {
    font-size: 0.9em;
  }
  .grid-cta--icon .cta__title h5 {
    font-size: 1.3em;
  }
  .grid-cta--four .grid-cta__inner {
    margin: 2em 0;
  }
  .grid-cta--four .cta h4 span {
    display: inline-block;
  }
}

@media only screen and (max-width: 700px) {
  .grid-cta__inner {
    display: block;
  }
  .cta,
  .cta:nth-child(2n),
  .cta:nth-child(3n),
  .grid-cta--two .cta,
  .grid-cta--two .cta:nth-child(3n),
  .grid-cta--four .cta,
  .grid-cta--four .cta:nth-child(4n) {
    width: 100%;
    margin: 0 0 2em;
  }
  .cta .button {
    font-size: 0.85em;
  }
  .grid-cta__headline {
    margin-bottom: 2em;
  }
  .grid-cta--icon .cta__title h5 {
    font-size: 1.2em;
  }
  .grid-cta--four .grid-cta__inner {
    margin: 2.5em 0;
  }
}





/*------------------------------------*\
  #CTA-BLOCK
\*------------------------------------*/


.cta-5050 {
  margin: 0;
}

.cta-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin: 5em 0;
}
.cta-block:nth-child(even) {
  flex-direction: row;
}
.cta-block:last-child {
  margin-bottom: 0;
}

.cta-block__graphic {
  position: relative;
  align-self: stretch;
  width: 52%;
}
.cta-block__graphic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-block__content {
  width: 38%;
  margin: 2.5em 0;
}
.cta-block__content h5 {
  margin-bottom: 0.6em;
}
.cta-block__content h4 {
  width: 90%;
  font-weight: 700;
  color: var(--light-blue);
  margin-bottom: 0.5em;
}
.cta-block__content p,
.cta-block__content .button {
  font-size: 1em;
}
.cta-block__content .button {
  margin-top: 0.8em;
}


@media only screen and (max-width: 1300px) {
  .cta-block {
    margin: 4em 0;
  }
  .cta-block__graphic {
    width: 45%;
  }
  .cta-block__content {
    width: 45%;
    margin: 2em 0;
  }
  .cta-block__content h4 {
    width: 100%;
  }
  .cta-block__content .button {
    font-size: 0.95em;
  }
}

@media only screen and (max-width: 1100px) {
  .cta-block__content p {
    font-size: 0.95em;
  }
  .cta-block__content .button {
    font-size: 0.9em;
    margin-top: 0.4em;
  }
}

@media only screen and (max-width: 900px) {
  .cta-block {
    margin: 3em 0;
  }
  .cta-block__content {
    margin: 1.5em 0;
  }
  .cta-block__content .button {
    font-size: 0.85em;
  }
}

@media only screen and (max-width: 700px) {
  .cta-block {
    display: block;
  }
  .cta-block__graphic {
    width: 100%;
    min-height: 16em;
  }
  .cta-block__content {
    width: 100%;
    margin: 1.5em 0 0;
  }
}





/*------------------------------------*\
  #BANNER-CTA
\*------------------------------------*/


.banner-cta {
  text-align: center;
}

.banner-cta h3 {
  color: var(--blue);
}
.banner-cta h3:first-child {
  font-weight: 700;
  color: var(--green);
  margin-bottom: 0.2em;
}
.banner-cta p {
  max-width: 850px;
  margin: 1em auto 0;
}

.banner-cta.section--light-blue h3,
.banner-cta.section--light-blue p {
  color: #fff;
}
.banner-cta.section--lightest-cyan h3 {
  color: var(--blue);
}


@media only screen and (max-width: 900px) {
  .banner-cta p {
    margin: 0.5em auto 0;
  }
}










/*------------------------------------*\
  #SLIDER
\*------------------------------------*/





/*------------------------------------*\
  #SLICK-SLIDER
\*------------------------------------*/


.slider__title {
  text-align: center;
  margin-bottom: 4em;
}
.slider__title h3 {
  font-weight: 500;
  color: #fff;
}

.slide__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.slide__content {
  width: 35%;
  margin: 2.5em 0;
}
.slide__content .tags {
  margin-bottom: 1.5em;
}
.slide__content .tags span {
  color: #fff;
}
.slide__content h2,
.slide__content p {
  color: #fff;
}
.slide__content h2 {
  font-size: 2.3em;
  margin-bottom: 0.4em;
}
.slide__content h2 strong {
  font-weight: 700;
  color: var(--green);
}
.slide__content p {
  font-size: 1.3em;
}
.slide__content .button {
  margin-top: 0.5em;
}
.slide__content .button:hover {
  background: var(--dark-blue);
}

.slide__graphic {
  position: relative;
  align-self: stretch;
  width: 55%;
  min-height: 28em;
}
.slide__graphic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media only screen and (max-width: 1300px) {
  .slider__title {
    margin-bottom: 3em;
  }
  .slide__content {
    width: 40%;
    margin: 2em 0;
  }
  .slide__content h2 {
    font-size: 2.1em;
  }
  .slide__content p {
    font-size: 1.2em;
  }
  .slide__graphic {
    width: 50%;
    min-height: 24em;
  }
}

@media only screen and (max-width: 1100px) {
  .slide__content h2 {
    font-size: 1.9em;
  }
  .slide__content p {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 900px) {
  .slider__title {
    margin-bottom: 2em;
  }
  .slide__content {
    width: 45%;
    margin: 1.5em 0;
  }
  .slide__graphic {
    min-height: inherit;
  }
}

@media only screen and (max-width: 700px) {
  .slide__inner {
    display: block;
  }
  .slide__content {
    width: 100%;
    margin: 2em 0 0;
  }
  .slide__graphic {
    width: 100%;
    height: 18em;
  }
  .slide__content h2 {
    font-size: 1.7em;
  }
  .slide__content p {
    font-size: 1.05em;
  }
}





/*------------------------------------*\
  #SLICK-DOTS
\*------------------------------------*/


.slick-dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 4em;
}

.slick-dots {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 0.2em 0.4em;
  border: 2px solid var(--cyan);
  border-radius: 5px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 5px;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  background: #fff;
  padding: 0;
  border-radius: 50%;
  outline: none;
  transition: background-color 0.5s ease;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: var(--green);
}


@media only screen and (max-width: 1300px) {
  .slick-dots-wrap {
    margin-top: 3em;
  }
}

@media only screen and (max-width: 900px) {
  .slick-dots-wrap {
    margin-top: 2em;
  }
}





/*------------------------------------*\
  #SLICK-SETUP
\*------------------------------------*/


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
     -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.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;
  display: block;
  top: 0;
  left: 0;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}











/*------------------------------------*\
  #SEARCH
\*------------------------------------*/





/*------------------------------------*\
  #LAYOUT
\*------------------------------------*/


.search,
.toggle {
  margin: 2.5em auto;
}

.search + .grid-card,
.toggle + .grid-card {
  margin-top: 0;
}

.search--news {
  margin-top: -1em;
}

.page-content--listing .text,
.page-content--development .text {
  margin-bottom: 0;
}

.page-content--listing .text.container {
  max-width: 600px;
  text-align: center;
}
.page-content--development .text.container {
  max-width: 1100px;
}

.page-content--listing .text p strong {
  font-weight: 700;
}
.page-content--listing .text h4 span {
  color: var(--light-blue);
}


@media only screen and (max-width: 900px) {
  .search,
  .toggle {
    margin: 2em auto;
  }
}

@media only screen and (max-width: 700px) {
  .search + .grid-card,
  .toggle + .grid-card {
    margin-top: 3em;
  }
}





/*------------------------------------*\
  #SEARCH-INPUTS
\*------------------------------------*/


.search--success .search__inner,
.search--news .search__inner,
.search--resource .search__inner,
.search--result .search__inner {
  max-width: 700px;
  margin: 0 auto;
}
.search--resource .search__inner {
  max-width: 800px;
}

.search__selects,
.search-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search__selects {
  margin-bottom: 1.5em;
}

.search .button {
  width: 14%;
  font-weight: 700;
  color: var(--darkest-blue);
  text-align: center;
  background: var(--green);
  border: 2px solid var(--green);
}
.search .button:hover {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}
.search .button--clear {
  color: var(--darkest-blue);
  background: #fff;
  border: 2px solid var(--darkest-blue);
}
.search .button--clear:hover {
  color: var(--cyan);
  background: #fff;
  border: 2px solid var(--cyan);
}

.search--success .select {
  width: 26%;
}
.search--success .select:last-child {
  width: 43%;
}
.search--success input[type="search"] {
  width: 66%;
}

.search--news .select {
  width: 18%;
}
.search--news input[type="search"] {
  width: 45%;
}

.search--resource .select {
  width: 26.5%;
}

.search--team .search__selects .select {
  width: 250px;
}
.search--team .search__inner {
  max-width: 700px;
}
.search--team input[type="search"] {
  width: 66%;
}

.search--result .hiddenFields {
  width: 100%;
}
.search--result input[type="search"] {
  width: 66%;
}


@media only screen and (max-width: 900px) {
  .search__selects {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 700px) {
  .search__selects {
    display: block;
  }
  .search .search__selects .select,
  .search .search__selects .select:last-child,
  .search-bar input[type="search"],
  .search--news .select {
    width: 100%;
    margin-bottom: 1em;
  }
  .search .button {
    width: 48.5%;
  }
  .search--resource .button {
    width: 100%;
  }
}





/*------------------------------------*\
  #TOGGLE
\*------------------------------------*/


.toggle.container {
  max-width: 700px;
}

.toggle__button {
  position: relative;
  display: flex;
  text-align: center;
  border: 2px solid var(--blue);
  border-radius: 10px;
  margin: 0 auto;
  cursor: pointer;
}
.toggle__button::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  left: 0;
  right: 0;
  background: var(--blue);
  margin: auto;
}

.button__state {
  width: 50%;
  padding: 0.6em;
}
.button__state span {
  display: block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3;
  color: var(--blue);
  transition: color 0.5s ease;
}
.button__state:hover span {
  color: var(--light-blue);
}

.button__state.state--active:first-child {
  border-radius: 5px 0 0 5px;
}
.button__state.state--active:last-child {
  border-radius: 0 5px 5px 0;
}
.state--active {
  background: var(--blue);
  cursor: default;
}
.state--active span,
.state--active:hover span {
  color: #fff;
}


@media only screen and (max-width: 1100px) {
  .button__state span {
    font-size: 0.95em;
  }
}





/*------------------------------------*\
  #RESOURCE + #RESULT
\*------------------------------------*/


.resource .container,
.result .container {
  max-width: 800px;
}

.resource-block,
.result-block {
  padding-bottom: 3em;
  border-bottom: 1px solid var(--light-cyan);
  margin: 3em auto;
}
.resource-block h3,
.result-block h3 {
  margin-bottom: 0.5em;
}
.resource-block .button {
  margin-top: 0.5em;
}

.resource-block:last-child,
.result-block:last-child {
  border: none;
}

.resource-block .tags {
  display: flex;
  margin-bottom: 1em;
}
.resource-block .tags span {
  border-color: var(--green);
}

.resource-block a:hover h3,
.result-block a:hover h3 {
  text-decoration: underline;
}
.result-block p:last-child {
  margin: 0;
}

.result-block p strong {
  color: var(--light-blue);
  background: var(--lightest-cyan);
}


@media only screen and (max-width: 1300px) {
  .resource-block,
  .result-block {
    padding-bottom: 2.5em;
    margin: 2.5em auto;
  }
}

@media only screen and (max-width: 900px) {
  .resource-block,
  .result-block {
    padding-bottom: 2em;
    margin: 2em auto;
  }
}





/*------------------------------------*\
  #GRID-CARD
\*------------------------------------*/


.grid-card .container {
  max-width: 1100px;
}

.grid-card__inner {
  display: flex;
  flex-wrap: wrap;
}

.grid-card__headline {
  margin: 2.5em 0 1em;
}

.card {
  display: flex;
  flex-direction: column;
  width: 31.5%;
  background: var(--lightest-blue);
  border-radius: 10px;
  overflow: hidden;
  margin: 1.375% 2.75% 1.375% 0;
  transition: box-shadow 0.5s ease;
}
.card:nth-child(3n) {
  margin-right: 0;
}
.card:hover {
  box-shadow: 0 2px 8px 0 rgba(0,0,0, 0.2);
}

.card__graphic {
  position: relative;
  min-height: 13em;
}
.card__graphic img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.status {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.status__tag {
  display: block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  padding: 0.6em 2em;
  border-radius: 10px 10px 0 0;
}
.tag--pending {
  background: var(--green);
}
.tag--featured {
  background: var(--light-blue);
}
.tag--sold {
  background: var(--orange);
}

.card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2em;
}
.card__content h4 {
  color: var(--light-blue);
  margin-bottom: 0.8em;
}
.card__content h4 strong {
  font-weight: 400;
}
.card__content p {
  font-size: 1em;
  margin-bottom: 2em;
}

.grid-card--success .card__content p {
  margin-bottom: 1em;
}

.card__content .tags {
  margin-top: auto;
  margin-bottom: -0.8em;
}
.card__content .tags span {
  margin: 0 0.8em 0.8em 0;
}
.card__content .tags span:last-child {
  margin-right: 0;
}

.grid-card--team .card,
.grid-card--team .card:nth-child(3n) {
  width: 23.5%;
  margin: 1% 2% 1% 0;
}
.grid-card--team .card:nth-child(4n) {
  margin-right: 0;
}

.grid-card--team .card__graphic {
  min-height: 16em;
  overflow: hidden;
}
.grid-card--team .card__graphic img {
  object-position: top;
}

.grid-card--team .card__content {
  padding: 1.2em 1.2em 2em;
}
.grid-card--team .card__content h5 {
  font-size: 1.1em;
  font-weight: 500;
  color: var(--dark-blue);
  margin-bottom: 0.3em;
}
.grid-card--team .card__content p {
  font-size: 0.9em;
  line-height: 1.4;
  margin: 0;
}

.grid-card--news .card__content p {
  font-weight: 400;
  line-height: 1.3;
  color: var(--dark-blue);
  margin-bottom: 0.8em;
}
.grid-card--news .card__content h4 {
  margin-bottom: 2em;
}
.grid-card--news .card__graphic {
  overflow: hidden;
}

.grid-card--news .content__date {
  margin-top: auto;
}
.grid-card--news .content__date p {
  margin: 0;
}

.grid-card--portfolio .card__content h4 {
  margin-top: 0.2em;
}
.grid-card--portfolio .card__content p {
  font-weight: 300;
  color: var(--dark-blue);
  margin: 0;
}
.grid-card--portfolio .content__property p {
  font-weight: 700;
}
.grid-card--portfolio .content__property p:first-child {
  margin: 0.8em 0;
}
.grid-card--portfolio .content__property p span {
  font-weight: 300;
}

.page-content__inner .grid-card--portfolio .card__graphic {
  min-height: 11em;
}
.page-content__inner .grid-card--portfolio h4 {
  font-size: 1.3em;
}
.page-content__inner .grid-card--portfolio p {
  margin-top: auto;
}

.page-content__inner .grid-card--success .container {
  max-width: 725px;
  margin-left: 0;
  margin-right: 0;
}
.page-content__inner .grid-card--success .card,
.page-content__inner .grid-card--success .card:nth-child(3n) {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin: 2% 4% 2% 0;
}
.page-content__inner .grid-card--success .card:nth-child(2n) {
  margin-right: 0;
}


@media only screen and (max-width: 1300px) {
  .grid-card--team .card__graphic {
    min-height: 14em;
  }
  .grid-card--team .card__content p {
    font-size: 0.85em;
  }
  .page-content__inner .grid-card--portfolio .card__graphic {
    min-height: 10em;
  }
  .page-content__inner .grid-card--portfolio h4 {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 1100px) {
  .grid-card .container {
    max-width: 700px;
  }
  .card,
  .card:nth-child(3n) {
    width: 48%;
    margin: 2% 4% 2% 0;
  }
  .card:nth-child(2n) {
    margin-right: 0;
  }
  .card__graphic {
    min-height: 12em;
  }
  .card__content h4 {
    margin-bottom: 0.5em;
  }
  .card__content p,
  .status__tag {
    font-size: 0.9em;
  }
  .grid-card--team .card,
  .grid-card--team .card:nth-child(2n),
  .grid-card--team .card:nth-child(3n),
  .grid-card--team .card:nth-child(4n) {
    width: 31%;
    margin: 1% 3% 1% 0;
  }
  .grid-card--team .card:nth-child(3n) {
    margin-right: 0;
  }
  .grid-card--team .card__content p {
    font-size: 0.8em;
  }
  .page-content__inner .grid-card--portfolio h4 {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 900px) {
  .grid-card--team .card__graphic {
    min-height: 16em;
  }
}

@media only screen and (max-width: 700px) {
  .grid-card__inner {
    display: block;
  }
  .card,
  .card:nth-child(2n),
  .card:nth-child(3n) {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 2em;
  }
  .card__content {
    padding: 1.8em;
  }
  .card__content .tags {
    margin-bottom: -0.6em;
  }
  .card__content .tags span {
    margin: 0 0.6em 0.6em 0;
  }
  .card__content .tags span:last-child {
    margin-right: 0;
  }
  .page-content__inner .grid-card--success .card,
  .page-content__inner .grid-card--success .card:nth-child(2n),
  .page-content__inner .grid-card--success .card:nth-child(3n) {
    width: 100%;
    margin: 0 0 2em;
  }
  .grid-card--team .grid-card__inner {
    display: flex;
  }
  .grid-card--team .card,
  .grid-card--team .card:nth-child(2n),
  .grid-card--team .card:nth-child(3n),
  .grid-card--team .card:nth-child(4n) {
    width: 48%;
    max-width: inherit;
    margin: 2% 4% 2% 0;
  }
  .grid-card--team .card:nth-child(2n) {
    margin-right: 0;
  }
  .page-content__inner .grid-card--portfolio .card__graphic {
    min-height: 12em;
  }
  .page-content__inner .grid-card--portfolio h4 {
    font-size: 1.15em;
  }
}

@media only screen and (max-width: 500px) {
  .grid-card--team .card__graphic {
    min-height: 14em;
  }
}





/*------------------------------------*\
  #GRID-TDI
\*------------------------------------*/


.grid-tdi__inner {
  display: flex;
  flex-wrap: wrap;
}

.grid-tdi .card {
  display: flex;
  width: 46%;
  background: #fff;
  border-radius: 0;
  margin: 0 8% 8% 0;
  box-shadow: none;
}
.grid-tdi .card:nth-child(2n) {
  margin-right: 0;
}

.grid-tdi .card img {
  border-radius: 10px;
  margin-bottom: 1.5em;
}
.grid-tdi .card h3,
.grid-tdi .card h5 {
  margin-bottom: 0.5em;
}
.grid-tdi .card p {
  margin-bottom: 1.5em;
}
.grid-tdi .card .button {
  display: block;
  min-width: inherit;
  align-self: flex-start;
  margin-top: auto;
}


@media only screen and (max-width: 1300px) {
  .grid-tdi .card {
    width: 47%;
    margin: 0 6% 3em 0;
  }
}

@media only screen and (max-width: 900px) {
  .grid-tdi .card {
    width: 48%;
    margin: 0 4% 3em 0;
  }
}

@media only screen and (max-width: 700px) {
  .grid-tdi__inner {
    display: block;
  }
  .grid-tdi .card,
  .grid-tdi .card:nth-child(2n) {
    width: 100%;
    max-width: 100%;
    margin: 0 0 3em;
  }
}











/*------------------------------------*\
  #TEAM
\*------------------------------------*/





/*------------------------------------*\
  #GRID-TEAM
\*------------------------------------*/


.grid-team__inner {
  display: flex;
  flex-wrap: wrap;
}

.grid-team__headline {
  margin-bottom: 1em;
}

.profile {
  display: block;
  width: 31.5%;
  margin: 2% 2.75% 2% 0;
}
.profile:nth-child(3n) {
  margin-right: 0;
}

.profile .profile__graphic {
  width: 10em;
  height: 10em;
  margin: 0 auto 1em;
  border-radius: 50%;
  overflow: hidden;
}
.profile .profile__graphic img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: box-shadow 0.5s ease;
}

.profile .profile__content {
  text-align: center;
}
.profile .profile__content h5 {
  margin-bottom: 0.4em;
  transition: color 0.5s ease;
}
.profile .profile__content p {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 0;
}

.profile:hover .profile__graphic img {
  box-shadow: 0 2px 8px 0 rgba(0,0,0, 0.2);
}
.profile:hover .profile__content h5 {
  color: var(--light-blue);
}


@media only screen and (max-width: 1300px) {
  .profile {
    width: 30%;
    margin: 2.5% 5% 2.5% 0;
  }
  .profile .profile__graphic {
    width: 8em;
    height: 8em;
    margin: 0 auto 0.8em;
  }
  .profile .profile__content p {
    font-size: 0.85em;
  }
}

@media only screen and (max-width: 1100px) {
  .profile .profile__content p {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 700px) {
  .profile,
  .profile:nth-child(3n) {
    width: 45%;
    margin: 2.5% 10% 2.5% 0;
  }
  .profile:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .grid-team__inner {
    display: block;
  }
  .profile,
  .profile:nth-child(2n),
  .profile:nth-child(3n) {
    width: 100%;
    margin: 0 0 2em;
  }
}





/*------------------------------------*\
  #TEAM
\*------------------------------------*/


.team__profile {
  display: flex;
  margin-bottom: 2.5em;
}

.profile__graphic {
  flex: 0 0 14em;
  margin-right: 3em;
}
.profile__graphic img {
  border-radius: 10px;
}

.profile__content h1 {
  margin-bottom: 0.3em;
}
.profile__content h4 {
  font-weight: 300;
  color: var(--dark-blue);
}

.content__contact {
  margin-top: 1.5em;
}
.content__contact p {
  margin-bottom: 0.2em;
}
.content__contact p span {
  font-weight: 700;
  color: var(--light-blue);
}
.content__contact p a,
.content__contact p a[href^="tel"] {
  font-weight: 300;
  color: var(--gray);
  text-decoration: none;
}
.content__contact p a:hover,
.content__contact p a[href^="tel"]:hover {
  color: var(--light-blue);
}
.content__contact .button {
  width: 150px;
  margin-top: 1.5em;
}

.team--board .team__profile {
  align-items: center;
}


@media only screen and (max-width: 1100px) {
  .profile__graphic {
    flex: 0 0 12em;
  }
  .content__contact {
    margin-top: 1em;
  }
  .content__contact .button {
    margin-top: 1.2em;
  }
}

@media only screen and (max-width: 900px) {
  .team__profile {
    margin-bottom: 2em;
  }
  .profile__graphic {
    margin-right: 2em;
  }
}

@media only screen and (max-width: 700px) {
  .team__profile {
    display: block;
  }
  .profile__graphic {
    width: 100%;
    max-width: 200px;
    margin: 0 0 2em;
  }
}











/*------------------------------------*\
  #TDI
\*------------------------------------*/





/*------------------------------------*\
  #TDI-MODS
\*------------------------------------*/


.page-content--tdi .banner-overlay {
  position: relative;
  padding: 15% 0;
}
.page-content--tdi .banner-overlay::after {
  background: rgba(0,112,185, 0.8);
}
.page-content--tdi .banner-overlay__video {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -9;
}
.page-content--tdi .banner-overlay .container {
  max-width: 1400px;
}
.page-content--tdi .banner-overlay__inner {
  text-align: center;
}
.page-content--tdi .banner-overlay__inner h1 {
  font-size: 3.8em;
}
.page-content--tdi .banner-overlay__inner p {
  font-size: 1.6em;
  font-weight: 500;
}

.page-content--tdi .banner-headline h2 {
  color: var(--cyan);
  margin-bottom: 0.5em;
}
.page-content--tdi .banner-headline p {
  font-size: 1.1em;
}

.page-content--tdi .banner-5050__content {
  padding: 5em 4%;
}

.page-content--tdi .cta-5050 .container {
  max-width: 1400px;
}
.page-content--tdi .cta-5050 .cta-block {
  margin: 0;
}
.page-content--tdi .cta-5050 .cta-block {
  flex-direction: row;
}
.page-content--tdi .cta-5050 .cta-block__graphic,
.page-content--tdi .cta-5050 .cta-block__content {
  width: 46%;
}
.page-content--tdi .cta-5050 .cta-block__content h4 {
  font-weight: 500;
}
.page-content--tdi .cta-5050 .cta-block__content p {
  font-size: 1.1em;
}
.page-content--tdi .cta-5050 .cta-block__content p:last-child {
  margin: 0;
}

.page-content--approach .grid-team__headline,
.page-content--tdi .slider__title {
  display: none;
}


@media only screen and (max-width: 1300px) {
  .page-content--tdi .banner-overlay__inner h1 {
    font-size: 3.4em;
  }
  .page-content--tdi .banner-overlay__inner p {
    font-size: 1.5em;
  }
  .page-content--tdi .banner-headline p,
  .page-content--tdi .cta-5050 .cta-block__content p {
    font-size: 1.05em;
  }
  .page-content--tdi .banner-5050__content {
    padding: 4em 4%;
  }
  .page-content--tdi .cta-5050 .cta-block__graphic,
  .page-content--tdi .cta-5050 .cta-block__content {
    width: 47%;
  }
}

@media only screen and (max-width: 1100px) {
  .page-content--tdi .banner-overlay__inner h1 {
    font-size: 3.3em;
  }
  .page-content--tdi .banner-overlay__inner p {
    font-size: 1.4em;
  }
  .page-content--tdi .banner-headline p,
  .page-content--tdi .cta-5050 .cta-block__content p {
    font-size: 1em;
  }
  .page-content--tdi .banner-5050__inner {
    display: block;
  }
  .page-content--tdi .banner-5050__content {
    width: 100%;
    padding: 4em 4%;
  }
  .page-content--tdi .banner-5050__content .content__wrap {
    max-width: 100%;
  }
  .page-content--tdi .banner-5050__graphic {
    width: 100%;
    height: 32em;
  }
}

@media only screen and (max-width: 900px) {
  .page-content--tdi .banner-overlay__inner h1 {
    font-size: 2.6em;
  }
  .page-content--tdi .banner-overlay__inner p {
    font-size: 1.3em;
  }
  .page-content--tdi .banner-5050__content {
    padding: 3em 5%;
  }
  .page-content--tdi .banner-5050__graphic {
    height: 28em;
  }
  .page-content--tdi .cta-5050 .cta-block {
    display: block;
  }
  .page-content--tdi .cta-5050 .cta-block__graphic {
    width: 100%;
    min-height: 20em;
  }
  .page-content--tdi .cta-5050 .cta-block__content {
    width: 100%;
    margin: 3em 0 0;
  }
}

@media only screen and (max-width: 700px) {
  .page-content--tdi .banner-overlay__video {
    width: 160%;
  }
  .page-content--tdi .banner-overlay__inner h1 {
    font-size: 2.2em;
  }
  .page-content--tdi .banner-overlay__inner p {
    font-size: 1.2em;
  }
  .page-content--tdi .banner-headline p,
  .page-content--tdi .cta-5050 .cta-block__content p {
    font-size: 0.95em;
  }
  .page-content--tdi .banner-5050__content {
    padding: 3em 6%;
  }
  .page-content--tdi .banner-5050__graphic {
    height: 24em;
  }
  .page-content--tdi .banner-5050__graphic img {
    object-position: center;
  }
}





/*------------------------------------*\
  #CTA-PROFILE
\*------------------------------------*/


.cta-profile {
  background: var(--lightest-cyan);
  margin-top: 5em;
}

.cta-profile .container {
  max-width: 1100px;
}

.cta-profile__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-profile__block {
  width: 42%;
}
.cta-profile__block .profile {
  width: 100%;
  margin: 0;
}
.cta-profile__block .profile__content p:first-of-type {
  max-width: 340px;
  margin: 0 auto;
}
.cta-profile__block .profile__content p + p {
  margin-top: 0.8em;
}
.cta-profile__block .profile__content p + p span {
  font-weight: 500;
}

.cta-profile__cta {
  width: 50%;
}
.cta-profile__cta h2 {
  margin-bottom: 0.5em;
}
.cta-profile__cta .button {
  margin-top: 1em;
}

.slider + .cta-profile {
  background: none;
  margin-top: 0;
}


@media only screen and (max-width: 1300px) {
  .cta-profile {
    margin-top: 4em;
    margin-bottom: -4em;
  }
}

@media only screen and (max-width: 900px) {
  .cta-profile {
    margin-top: 3em;
    margin-bottom: -3em;
  }
  .cta-profile__inner {
    display: block;
  }
  .cta-profile__block,
  .cta-profile__cta {
    width: 100%;
  }
  .cta-profile__block .profile__content p:first-of-type {
    max-width: 250px;
  }
  .cta-profile__cta {
    text-align: center;
    margin-bottom: 2.5em;
  }
  .cta-profile__cta .button {
    margin-top: 0.5em;
  }
}





/*------------------------------------*\
  #TDI-BANNER
\*------------------------------------*/


.grid-cta--overlay {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5em 0;
  margin: 0;
}
.grid-cta--overlay::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.grid-cta--overlay::after {
  content: '';
  background: rgba(149,201,69, 0.9);
}

.grid-cta--overlay .container {
  position: relative;
  text-align: center;
  z-index: 9;
}

.grid-cta--overlay .grid-cta__headline h4 {
  font-weight: 700;
  color: var(--dark-blue);
}

.grid-cta--overlay .cta__title span {
  font-size: 3.8em;
  color: #fff;
}
.grid-cta--overlay .cta__content p {
  font-size: 1.5em;
  line-height: 1.4;
  color: var(--dark-blue);
}

.grid-cta__disclaimer p {
  font-weight: 500;
  color: #fff;
  margin: 0;
}


@media only screen and (max-width: 1300px) {
  .grid-cta--overlay .cta__title span {
    font-size: 3.4em;
  }
  .grid-cta--overlay .cta__content p {
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 1100px) {
  .grid-cta--overlay .cta__title span {
    font-size: 3em;
  }
  .grid-cta--overlay .cta__content p {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 900px) {
  .grid-cta--overlay {
    padding: 4em 0;
  }
  .grid-cta--overlay .cta__title span {
    font-size: 2.6em;
  }
  .grid-cta--overlay .cta__content p {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 700px) {
  .grid-cta--overlay .cta__title span {
    font-size: 2.2em;
  }
  .grid-cta--overlay .cta__content {
    max-width: 300px;
    margin: 0 auto;
  }
  .grid-cta--overlay .cta__content p {
    font-size: 1.2em;
  }
}











/*------------------------------------*\
  #DETAIL
\*------------------------------------*/





/*------------------------------------*\
  #LAYOUT
\*------------------------------------*/


.page-content--detail section,
.page-content--portfolio section,
.page-content--resource-detail section {
  margin: 3em auto;
}
.page-content--detail .container,
.detail--news .image.container,
.page-content--portfolio .container {
  max-width: 900px;
}

.back--property.container,
.back--property + .headline,
.back--resource-detail.container,
.back--resource-detail + .headline,
.image.container {
  max-width: 1100px;
}

.page-content--detail .headline h1 strong {
  font-weight: 300;
}
.page-content--detail .headline h4 {
  margin-bottom: 0.5em;
}
.page-content--detail .headline h5 {
  color: var(--green);
  margin-top: 1em;
}

.page-content--detail .text h5:first-of-type {
  color: var(--green);
  margin-bottom: 1em;
}

.page-content--detail .image__inner {
  height: 22em;
}
.detail--news .image__inner {
  height: inherit;
}
.detail--news .headline h5 {
  font-weight: 300;
  color: var(--dark-blue);
  line-height: 1.5;
}




/*------------------------------------*\
  #BACK
\*------------------------------------*/


.link-back {
  position: relative;
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 400;
  color: var(--light-blue);
  padding-left: 1em;
  transition: color 0.5s ease;
}
.link-back::before {
  position: absolute;
  content: '';
  width: 0.6em;
  height: 0.6em;
  top: 0;
  left: 0;
  bottom: 0;
  border: solid var(--green);
  border-width: 0 2px 2px 0;
  margin: auto 0;
  transform: rotate(135deg);
}
.link-back:hover {
  color: var(--green);
}


@media only screen and (max-width: 1300px) {
  .link-back {
    font-size: 1.05em;
  }
}

@media only screen and (max-width: 1100px) {
  .link-back {
    font-size: 1em;
  }
}

@media only screen and (max-width: 700px) {
  .link-back {
    font-size: 0.95em;
  }
}





/*------------------------------------*\
  #PORTFOLIO
\*------------------------------------*/


.slider-map .container,
.property .container {
  max-width: 1100px;
}

.slider-map__inner,
.property__inner {
  display: flex;
  justify-content: space-between;
}

.page-content--portfolio .slider {
  max-width: 1100px;
  margin: 0 auto;
}

.slider-map .slider {
  max-width: inherit;
  margin: 0;
}

.page-content--portfolio .slider .slick-dots-wrap {
  margin-top: 2em;
}
.page-content--portfolio .slider .slick-dots {
  padding: 0;
  border: none;
}
.page-content--portfolio .slider .slick-dots li button {
  background: var(--dark-blue);
}
.page-content--portfolio .slider .slick-dots li button:hover,
.page-content--portfolio .slider .slick-dots li.slick-active button {
  background: var(--green);
}
.page-content--portfolio .slider .slick-dots li:only-child {
  display: none;
}

.slider-map .slider,
.property__content {
  width: 65%;
}
.map,
.property__specs {
  width: 30%;
}

.google-map {
  width: 100%;
  height: 15em;
  background: #f1f1f1;
  margin-bottom: 2em;
}
.map .button {
  width: 100%;
}
.map .button + .button {
  margin-top: 0.8em;
}

.property__content h3 {
  font-weight: 500;
  color: var(--dark-blue);
  margin-bottom: 1em;
}
.property__content h4 {
  margin-bottom: 0.5em;
}
.property__content h5,
.property__content h6 {
  margin-bottom: 0.8em;
}

.property__specs h4 {
  margin-bottom: 0.8em;
}
.property__specs p {
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 0.5em;
}
.property__specs p span {
  font-weight: 300;
}

.specs__contact {
  margin-top: 2em;
}
.specs__contact p + p {
  margin: 0;
}
.specs__contact p a,
.specs__contact p a[href^="tel"] {
  font-weight: 300;
  color: var(--dark-blue);
}


@media only screen and (max-width: 1100px) {
  .google-map {
    height: 13em;
    margin-bottom: 1.6em;
  }
}

@media only screen and (max-width: 900px) {
  .slider-map__inner,
  .property__inner {
    display: block;
  }
  .slider-map .slider,
  .property__content,
  .map,
  .property__specs {
    width: 100%;
  }
  .google-map {
    display: none;
  }
  .map,
  .property__specs {
    margin-top: 2em;
  }
  .page-content--portfolio .slider .slick-dots-wrap {
    margin-top: 1em;
  }
}





/*------------------------------------*\
  #RESOURCE-DETAIL
\*------------------------------------*/


.resource-detail .container {
  max-width: 1100px;
}

.resource-detail__inner {
  display: flex;
  justify-content: space-between;
}

.resource-detail__content {
  width: 65%;
}
.resource-detail__info {
  width: 30%;
}

.resource-detail__content .tags {
  display: flex;
  margin-bottom: 1em;
}
.resource-detail__content .tags span {
  border-color: var(--green);
}
.resource-detail__content h1 {
  margin-bottom: 0.5em;
}
.resource-detail__content h3 {
  font-weight: 500;
  color: var(--dark-blue);
  margin-bottom: 1em;
}
.resource-detail__content h4 {
  margin-bottom: 0.5em;
}
.resource-detail__content h5,
.resource-detail__content h6 {
  margin-bottom: 0.8em;
}

.resource-detail__info .info__logo {
  width: 100%;
  padding: 1em;
  background: var(--lightest-cyan);
  border-radius: 5px;
  margin: 0 0 2em;
}
.resource-detail__info .info__logo img {
  width: auto;
  max-width: 15em;
  max-height: 5em;
  margin: 0 auto;
}

.resource-detail__info h4 {
  margin-bottom: 0.8em;
}
.resource-detail__info p {
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 0.5em;
}
.resource-detail__info p span {
  font-weight: 300;
}
.resource-detail__info p a,
.resource-detail__info p a[href^="tel"] {
  font-weight: 300;
  color: var(--dark-blue);
}

.info__contact {
  margin-top: 2em;
}
.info__contact p + p {
  margin: 0;
}


@media only screen and (max-width: 900px) {
  .resource-detail__inner {
    display: block;
  }
  .resource-detail__content,
  .resource-detail__info {
    width: 100%;
  }
  .resource-detail__info {
    margin-top: 2em;
  }
  .resource-detail__info .info__logo {
    display: inline-block;
    width: inherit;
  }
  .resource-detail__info .info__logo img {
    width: inherit;
    max-width: 12em;
    max-height: 5em;
  }
}





/*------------------------------------*\
  #TABLES
\*------------------------------------*/


.table .container {
  max-width: 1100px;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.table table td {
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  color: var(--gray);
  padding: 1em;
  border: 1px solid #e1e1e1;
}

.table table thead {
  background: var(--dark-blue);
}
.table table thead td {
  font-family: 'Neue Helvetica W05', sans-serif;
  color: #fff;
  text-align: left !important;
  border-top: none;
}
.table table thead td:first-child {
  border-left: 1px solid var(--dark-blue);
}
.table table thead td:last-child {
  border-right: 1px solid var(--dark-blue);
}

.table table tbody tr:nth-child(even) {
  background: var(--lightest-blue);
}
.table table tbody td a {
  color: var(--dark-blue);
  text-decoration: underline;
  transition: color 0.5s ease;
}
.table table tbody td a:hover {
  color: var(--light-blue);
}


@media only screen and (max-width: 1300px) {
  .table table td {
    font-size: 0.95em;
  }
}

@media only screen and (max-width: 1100px) {
  .table table td {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 700px) {
  .table__inner {
    overflow-x: scroll;
  }
  .table table td {
    font-size: 0.85em;
    padding: 1em 0.8em;
  }
}










/*------------------------------------*\
  #HOME
\*------------------------------------*/





/*------------------------------------*\
  #LAYOUT
\*------------------------------------*/


.page-content--home .text.container {
  max-width: 900px;
}
.page-content--home .text {
  text-align: center;
}
.page-content--home .text p {
  font-size: 1.4em;
}
.page-content--home .text p strong {
  color: var(--blue);
}

.page-content--home .grid-cta--icon {
  background: none;
  padding: 0;
  margin: 5em 0;
}
.page-content--home .grid-cta--icon .container {
  max-width: 1200px;
}
.page-content--home .grid-cta--icon .grid-cta__headline {
  display: none;
}
.page-content--home .grid-cta--icon .cta__title {
  width: 60%;
}
.page-content--home .grid-cta--icon .cta__title h5 {
  font-weight: 400;
}
.page-content--home .grid-cta--icon p {
  color: var(--gray);
}


@media only screen and (max-width: 1300px) {
  .page-content--home .text.container {
    max-width: 800px;
  }
  .page-content--home .text p {
    font-size: 1.25em;
  }
  .page-content--home .grid-cta--icon {
    margin: 4em 0;
  }
  .page-content--home .grid-cta--icon .cta__title {
    width: 65%;
  }
}

@media only screen and (max-width: 1100px) {
  .page-content--home .text.container {
    max-width: 750px;
  }
  .page-content--home .text p {
    font-size: 1.15em;
  }
  .page-content--home .cta,
  .page-content--home .cta:nth-child(3n) {
    width: 28%;
    margin: 2% 8% 2% 0;
  }
  .page-content--home .cta:nth-child(3n) {
    margin-right: 0;
  }
  .page-content--home .grid-cta--icon .cta__title {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .page-content--home .grid-cta--icon {
    margin: 3em 0;
  }
}

@media only screen and (max-width: 700px) {
  .page-content--home .text p {
    font-size: 1.05em;
  }
  .page-content--home .cta,
  .page-content--home .cta:nth-child(3n) {
    width: 100%;
    margin: 0 0 3em;
  }
  .page-content--home .cta:nth-child(3n) {
    margin: 0;
  }
}

@media only screen and (max-width: 500px) {
  .page-content--home .text {
    text-align: left;
  }
}





/*------------------------------------*\
  #BANNER-HOME
\*------------------------------------*/


.banner-home {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.banner-home .container {
  width: 100%;
  max-width: 100%;
}

.banner-home__screens {
  position: relative;
  height: 40em;
}

.screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.screen--1 {
  background: var(--light-green);
}
.screen--2 {
  background: var(--cyan);
}
.screen--3 {
  background: var(--orange);
}

.screen__inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  height: 40em;
}

.screen__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  max-width: 475px;
  padding: 8% 4%;
  margin: 0 auto;
}
.screen__content p {
  font-family: 'Neue Helvetica W05', sans-serif;
  font-size: 3.8em;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.screen__content p span {
  font-weight: 700;
  color: var(--dark-blue);
}

.screen__graphic {
  position: relative;
  align-self: stretch;
  width: 60%;
}
.screen__graphic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.screen--4 {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 8% 0;
}
.screen__overlay {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.screen__overlay h1 {
  font-size: 3.8em;
  font-weight: 300;
  color: #fff;
}
.screen__overlay h1 span {
  font-weight: 700;
  color: var(--light-green);
}

section .screen__overlay .button {
  margin-top: 1.5em;
}

.js-text {
  display: none;
}


@media only screen and (max-width: 1300px) {
  .banner-home__screens,
  .screen__inner {
    height: 30em;
  }
  .screen__content p,
  .screen__overlay h1 {
    font-size: 3.4em;
  }
}

@media only screen and (max-width: 1100px) {
  .banner-home__screens,
  .screen__inner {
    height: 25em;
  }
  .screen__content p,
  .screen__overlay h1 {
    font-size: 3em;
  }
}

@media only screen and (max-width: 900px) {
  div.screen--1,
  div.screen--2,
  div.screen--3 {
    display: none !important;
  }
  .banner-home__screens,
  .screen__inner {
    height: 22em;
  }
  .screen__content p,
  .screen__overlay h1 {
    font-size: 2.6em;
  }
  section .screen__overlay .button {
    margin-top: 1.2em;
  }
}

@media only screen and (max-width: 700px) {
  .banner-home__screens,
  .screen__inner {
    height: 20em;
  }
  .screen__overlay {
    width: 88%;
  }
  .screen__content p,
  .screen__overlay h1 {
    font-size: 2.2em;
  }
}

@media only screen and (max-width: 500px) {
  .banner-home__screens,
  .screen__inner {
    height: 18em;
  }
  .screen__content p,
  .screen__overlay h1 {
    font-size: 1.6em;
  }
}










