@charset "UTF-8";
/* Styles */
/* FMS redesign 6-2024 */
/* Bradford */
@font-face {
  font-family: "Stringer";
  src: url("/assets/fonts/Stringer-Light-Web.woff2") format("woff2"), url("/assets/fonts/Stringer-Light-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* PP Mori */
@font-face {
  font-family: "PP Mori";
  src: url("/assets/fonts/PPMori-SemiBold.woff2") format("woff2"), url("/assets/fonts/PPMori-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "PP Mori";
  src: url("/assets/fonts/PPMori-SemiBoldItalic.woff2") format("woff2"), url("/assets/fonts/PPMori-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "PP Mori";
  src: url("/assets/fonts/PPMori-Regular.woff2") format("woff2"), url("/assets/fonts/PPMori-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PP Mori";
  src: url("/assets/fonts/PPMori-SemiBold.woff2") format("woff2"), url("/assets/fonts/PPMori-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PP Mori";
  src: url("/assets/fonts/PPMori-RegularItalic.woff2") format("woff2"), url("/assets/fonts/PPMori-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@view-transition {
  navigation: auto;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .row.med-gutter {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (min-width: 768px) {
  .row.med-gutter > [class^=col-],
  .row.med-gutter > [class*=" col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .row.wide-gutter {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (min-width: 992px) {
  .row.wide-gutter {
    margin-left: -100px;
    margin-right: -100px;
  }
}

.row.wide-gutter > [class^=col-],
.row.wide-gutter > [class*=" col-"] {
  /*
      padding-left: 40px;
      padding-right: 40px;
  */
}
@media (min-width: 768px) {
  .row.wide-gutter > [class^=col-],
  .row.wide-gutter > [class*=" col-"] {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .row.wide-gutter > [class^=col-],
  .row.wide-gutter > [class*=" col-"] {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1470px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2c373f;
}
body.home .home-video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
body.home .home-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.navbar-brand {
  margin-top: 3px;
}
.navbar-brand.mobile {
  margin-top: 0;
}

.navbar-brand img.logo {
  width: auto;
  height: 47px;
}

.navbar-brand.anim .logo-anim {
  height: 57px;
  width: auto;
}

body.home .navbar-brand.anim {
  display: none;
  margin-top: 3px;
}
@media (min-width: 1200px) {
  body.home .navbar-brand.anim {
    display: block;
  }
}

.mobile-bar {
  background: #fff;
  height: 60px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .mobile-bar {
    padding-top: 16px;
  }
}

#nav-mobile-open {
  font-size: 24px;
  color: #2c373f;
  margin-right: 5px;
}

#nav-mobile-close {
  font-size: 24px;
  color: #2c373f;
  margin-right: 5px;
  margin-top: 24px;
}

.nav-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 99000;
  color: #000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
}
.nav-overlay .navbar-nav {
  margin: 22px 30px 22px 30px;
  padding: 0;
}
.nav-overlay .navbar-nav > .nav-item > .nav-link {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #2c373f;
  line-height: 1;
  padding: 10px 0 11px 0;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.nav-overlay.active {
  display: block;
}
.nav-overlay .navbar-brand {
  margin-top: 0;
}

.navbar {
  height: 100px;
  background-color: transparent;
  padding-top: 12px;
}

.jumbotron {
  background-color: #95dae2;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
  min-height: 100vh;
  /*
      body.home & {
          height: 100vh;
          max-height: 100vh;
      }
  */
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.jumbotron h1 {
  margin-bottom: 50px;
  font-size: 50px;
}
@media (min-width: 768px) {
  .jumbotron h1 {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .jumbotron h1 {
    font-size: 80px;
  }
}
.jumbotron p {
  font-size: 25px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .jumbotron p {
    line-height: 2;
  }
}
.jumbotron.bg-left {
  background-position: 15% 50%;
}
.jumbotron.bg-right {
  background-position: 85% 50%;
}

@media (min-height: 801px) {
  .jumbotron {
    min-height: 90vh;
  }
}
@media (min-height: 801px) {
  .jumbotron {
    min-height: 90vh;
  }
}
@media (min-height: 801px) and (max-width: 575px) {
  .jumbotron {
    min-height: auto;
    height: 500px;
  }
}
@media (min-height: 1001px) {
  .jumbotron {
    min-height: 80vh;
  }
}
a,
a:link,
a:visited {
  color: #2c373f;
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
a:hover,
a:link:hover,
a:visited:hover {
  color: #000;
}

a.arrow-link {
  display: inline-block;
  margin-right: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
a.arrow-link:after {
  display: inline-block;
  content: url("/assets/img/link-arrow.svg");
  margin-left: 5px;
  vertical-align: -5%;
}
a.arrow-link.reverse:after {
  display: none;
}
a.arrow-link.reverse:before {
  display: inline-block;
  content: url("/assets/img/link-arrow-left.svg");
  margin-right: 5px;
  vertical-align: -5%;
}

p {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #2c373f;
  line-height: 30px;
  margin: 0 0 30px 0;
  padding: 0;
}
p a {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
}
p strong,
p b {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
p.credits {
  margin-bottom: 20px;
}
p.credits span {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
p.small {
  font-size: 14px;
  line-height: 157.143%;
  margin-bottom: 32px;
}
p.intro {
  line-height: 2;
}

h1 {
  font-family: "Stringer", Helvetica, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  color: #2c373f;
  line-height: 1;
}
@media (min-width: 992px) {
  h1 {
    font-size: 56px;
  }
}
h1.alt {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-style: normal;
}
h1 a {
  font-family: "Stringer", Helvetica, serif !important;
  font-weight: 400;
  font-style: italic;
  font-size: 75px;
  color: #f0514b;
  text-decoration: none !important;
}
h1 a:hover {
  color: #000;
}
h1.home-heading {
  font-size: 50px;
  line-height: 1;
}
h1.small {
  font-size: 42px;
}
@media (min-width: 768px) {
  h1.small {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  h1.small {
    font-size: 60px;
  }
}

h2 {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #2c373f;
  line-height: 1.1;
}
h2.alt {
  font-family: cardea-lining, serif;
  font-style: italic;
  line-height: 1;
}
h2.sans-black {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #2c373f;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2.sans-black {
    font-size: 42px;
    letter-spacing: 0.15em;
  }
}
@media (min-width: 992px) {
  h2.sans-black {
    font-size: 50px;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
  }
}

h2.stat {
  font-family: "Stringer", Helvetica, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 120px;
  color: #fff;
  line-height: 1;
}

h3 {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.025em;
  color: #2c373f;
  line-height: 1.1;
  margin-bottom: 15px;
  margin-top: 10px;
}
h3.serif {
  font-family: "Stringer", Helvetica, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #fff;
}
@media (min-width: 768px) {
  h3.serif {
    font-size: 26px;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  h3.serif {
    font-size: 30px;
    line-height: 2;
  }
}
h3.small {
  font-size: 19px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 18px;
  letter-spacing: 0.19px;
  line-height: 30px;
}

.home-subhead h3 {
  font-family: "Stringer", Helvetica, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.025em;
  color: #2c373f;
}
.home-subhead h3 a {
  font-family: "Stringer", Helvetica, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  text-decoration: none;
  color: #f0514b;
}
.home-subhead h3 a:hover {
  text-decoration: underline;
}

h5 {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  color: #2c373f;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.025em;
}
a h5 {
  text-decoration: none;
}
h5.alt {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

h4.pre-head {
  text-transform: uppercase;
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 80px;
}
h4.pre-head.dark {
  color: #2c373f !important;
}
h4.alt {
  color: #2c373f;
  font-size: 16px;
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

h6 {
  font-family: "Stringer", Helvetica, serif;
  color: #2c373f;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
}
h6 .mgray {
  color: rgba(44, 55, 63, 0.5);
}
h6.job-title {
  font-size: 20px;
}
@media (min-width: 768px) {
  h6.job-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h6.job-title {
    font-size: 28px;
  }
}

a.block-link {
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
}
a.block-link h1,
a.block-link h2,
a.block-link h3,
a.block-link h4,
a.block-link h5,
a.block-link h6,
a.block-link p {
  color: inherit;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  a.block-link {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  a.block-link {
    margin-bottom: 50px;
  }
}
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6,
a:hover p {
  color: #000;
}
a.heading-link {
  display: block;
  font-family: "Stringer", Helvetica, serif;
  font-style: italic;
  font-size: 28px;
  line-height: 1;
  color: #fff !important;
  line-height: 1;
  margin-bottom: 90px;
  text-decoration: none;
}
a.heading-link:hover {
  color: #c6cacd !important;
}
@media (min-width: 768px) {
  a.heading-link {
    font-size: 42px;
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  a.heading-link {
    font-size: 50px;
    margin-bottom: 170px;
  }
}
a.heading-link button {
  margin-top: -10px;
}
@media (min-width: 768px) {
  a.heading-link button {
    margin-top: 0;
  }
}
a.heading-link button img {
  width: 20px;
  height: auto;
}
@media (min-width: 768px) {
  a.heading-link button img {
    width: 28px;
  }
}
a:hover {
  color: #f0514b;
}

ul li,
ol li {
  font-size: 18px;
}
@media (min-width: 768px) {
  ul li,
  ol li {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  ul li,
  ol li {
    font-size: 22px;
  }
}

ul.large-lined {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul.large-lined li {
  list-style: none;
  padding: 22px 0 20px 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}
ul.large-lined li a {
  font-family: "Stringer", Helvetica, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.025em;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  ul.large-lined li a {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  ul.large-lined li a {
    font-size: 30px;
  }
}

main form {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  main form.narrow {
    max-width: 50%;
  }
}

/* faqs */
@media (min-width: 768px) {
  .team-member article {
    border-right: 3px solid #d5d7d9;
    padding-right: 50px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .team-member article {
    padding-right: 80px;
    margin-right: 20px;
  }
}

.accordion .card {
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent;
  border-bottom: 3px solid rgba(44, 55, 63, 0.2) !important;
}
.accordion .card:first-of-type {
  border-top: 3px solid rgba(44, 55, 63, 0.2) !important;
}
.accordion .card .card-header {
  padding: 0;
  border-radius: 0 !important;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.accordion .card .card-header .btn-link {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2c373f;
  line-height: 1.2;
  padding: 25px 0 20px 0;
  text-align: left;
}
.accordion .card .card-header .btn-link.focus, .accordion .card .card-header .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
  color: #000;
}
.accordion .card .card-header .btn-link:hover {
  cursor: pointer;
}
.accordion .card .card-header .btn-link span.toggle {
  display: block;
  float: right;
}
.accordion .card .card-header .btn-link.collapsed .minus {
  display: none;
}
.accordion .card .card-header .btn-link.collapsed .plus {
  display: block;
}
.accordion .card .card-header .btn-link:not(.collapsed) .plus {
  display: none;
}
.accordion .card .card-body {
  font-size: 16px;
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2c373f;
  line-height: 1.2;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 25px;
}

/*
.btn-link .plus {display:block}
.btn-link:not(.collapsed)  .minus{display:none}
.btn-link.collapsed .plus {display:none}
*/
/*
button.btn-link .plus{
    display: none;
}
button.btn-link .minus{
    display: block;
}
button.btn-link.collapsed .plus {
    display: block;
}
button.btn-link.collapsed .minus{
    display: none;
}
*/
.fact-heading {
  color: #f0514b;
  font-size: 16px;
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-top: 3px solid #d5d7d9;
  border-bottom: 3px solid #d5d7d9;
  line-height: 1;
  padding-top: 14px;
  padding-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
}

.fact-number {
  color: #2c373f;
  text-align: center;
  font-size: 150px;
  font-family: "Stringer", Helvetica, serif;
  font-style: italic;
  padding: 20px 0;
  line-height: 1;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .fact-number {
    font-size: 100px;
  }
}
@media (min-width: 992px) {
  .fact-number {
    font-size: 135px;
  }
}
@media (min-width: 1200px) {
  .fact-number {
    font-size: 180px;
  }
}

.fact-info {
  border-top: 3px solid #d5d7d9;
  border-bottom: 3px solid #d5d7d9;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.fact-info p {
  font-size: 18px;
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fact-info p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .fact-info p {
    font-size: 22px;
  }
}

.team-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.team-info .team-name {
  margin-bottom: 32px;
}
.team-info .team-title {
  font-weight: 600;
}
.team-info .team-bio {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .team-info .team-bio p:last-child {
    margin-bottom: 0;
  }
}

.team-faq {
  padding-top: 48px;
  padding-bottom: 0;
}
.team-faq:first-child {
  padding-top: 0;
}
.team-faq p:last-child {
  margin-bottom: 0;
}
.team-faq:after {
  content: "";
  margin: 48px 0 0 0;
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid rgba(44, 55, 63, 0.2);
}
@media (min-width: 992px) {
  .team-faq:after {
    margin: 64px 0 0 0;
  }
}
.team-faq:last-child:after {
  content: "";
  margin: 0 0 0 0;
  display: none;
  height: 0;
  width: 100%;
  border-bottom: none;
}
@media (min-width: 992px) {
  .team-faq {
    padding-top: 64px;
  }
}

.team-block {
  display: block;
  text-decoration: none !important;
  margin-bottom: 64px;
}
.team-block img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.team-block p {
  margin-bottom: 10px;
  line-height: 157.143%;
}
.team-block p.small {
  margin-bottom: 0;
}

blockquote {
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(44, 55, 63, 0.2);
  margin-bottom: 0;
}
blockquote p {
  padding-right: 20%;
}
blockquote p:first-child:before {
  content: "“";
  position: absolute;
  margin-left: -0.5em;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:first-child {
  padding-top: 0;
}
blockquote:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  blockquote {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.process-row {
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(44, 55, 63, 0.5);
}
@media (min-width: 992px) {
  .process-row {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.process-row h3 {
  margin-bottom: 8px;
}
.process-row p {
  padding-right: 20%;
}
.process-row p.process-number {
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}
.process-row p:last-child {
  margin-bottom: 0;
}

.red-bar {
  display: block;
  width: 100%;
  height: 6px;
  background-color: #f0514b;
}

.post-meta {
  color: rgba(44, 55, 63, 0.5);
}

h1 + .post-meta {
  margin-top: 40px;
  margin-bottom: 5px;
}

.red {
  color: #f0514b !important;
}

.white {
  color: #fff !important;
}

.navbar {
  margin-bottom: 60px;
}

#main-nav {
  flex-grow: 0;
}
#main-nav .navbar-nav {
  padding-top: 13px;
}
#main-nav .navbar-nav .nav-item .nav-link {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2c373f;
  line-height: 1;
  padding: 10px 0 11px 0;
  margin-left: 20px;
  text-decoration: none;
}
#main-nav .navbar-nav .nav-item .nav-link.button {
  color: #f0514b;
  padding: 8px 16px 7px 16px;
  border: 2px solid #f0514b;
  border-radius: 17px;
}
#main-nav .navbar-nav .nav-item .nav-link:hover {
  color: #f0514b;
}
#main-nav .navbar-nav .nav-item.active .nav-link, body.nav-us #main-nav .navbar-nav .nav-item#nav-us .nav-link, body.nav-insights #main-nav .navbar-nav .nav-item#nav-insights .nav-link, body.nav-work #main-nav .navbar-nav .nav-item#nav-work .nav-link, body.nav-contact #main-nav .navbar-nav .nav-item#nav-contact .nav-link {
  color: #f0514b;
  letter-spacing: 0.01em;
}
#main-nav .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
#main-nav.show, #main-nav.collapsing {
  height: 100vh;
  z-index: 100;
  background-color: #fff;
  margin: 0 -20px;
}
#main-nav.show .navbar-nav, #main-nav.collapsing .navbar-nav {
  padding-top: 16px;
}
#main-nav.show .navbar-nav .nav-item, #main-nav.collapsing .navbar-nav .nav-item {
  width: 100%;
  margin-bottom: 20px;
}
#main-nav.show .navbar-nav .nav-item .nav-link, #main-nav.collapsing .navbar-nav .nav-item .nav-link {
  display: inline-block;
  padding: 10px 0 11px 0;
  border-bottom: 3px solid transparent;
}
#main-nav.show .navbar-nav .nav-item .nav-link:hover, #main-nav.collapsing .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 3px solid #f0514b;
}

.nav-work {
  display: flex;
  width: 100%;
  padding-left: 30px;
}
.nav-work button {
  background: none;
  border: none;
  margin: 0 10px 0 10px;
  padding: 0;
  display: inline-block;
}
.nav-work button.active {
  border-bottom: 1px solid #2c373f;
}

#tab-nav-large {
  border-right: 1px solid #888;
}
#tab-nav-large .nav-item .nav-link {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 50px;
  color: #7c848a;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 20px 0 110px 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}
#tab-nav-large .nav-item .nav-link:hover, #tab-nav-large .nav-item .nav-link.active {
  color: #2c373f;
}

.tab-pane {
  padding-left: 60px;
}

.page-header {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}
.page-header.post-header {
  padding-bottom: 50px;
}
.page-header.post-header-photo {
  padding-top: 30px !important;
  padding-bottom: 50px !important;
  height: 550px;
  background-color: #c6cacd;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-header {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .page-header {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section {
  position: relative;
}

.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

main {
  padding-top: 93px;
}
@media (min-width: 992px) {
  main {
    padding-top: 0;
  }
}

#main-content {
  max-width: 1470px;
  margin: 48px auto;
}
@media (min-width: 992px) {
  #main-content {
    margin: 64px auto;
  }
}

body.work .section-standard,
body.work .embed-container {
  margin: 24px auto;
}

.section-standard {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .section-standard {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.section-standard .row:last-child p:last-child:not(.stat) {
  margin-bottom: 0;
}
.section-standard.border-b {
  padding-bottom: 0;
}
.section-standard.border-b .container > .row:last-child:after {
  content: "";
  margin: 64px 15px 0 15px;
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid rgba(44, 55, 63, 0.5);
}
.section-standard.border-t {
  padding-top: 0;
}
.section-standard.border-t .container .row:first-child:before {
  content: "";
  margin: 0 15px 64px 15px;
  display: block;
  height: 1px;
  width: 100%;
  border-top: 1px solid rgba(44, 55, 63, 0.5);
}
.section-standard.border-y {
  border-bottom: 1px solid rgba(44, 55, 63, 0.5);
  border-top: 1px solid rgba(44, 55, 63, 0.5);
}

.section-header {
  padding-top: 170px;
  padding-bottom: 40px;
}

.section-inverse h1,
.section-inverse h2,
.section-inverse h3,
.section-inverse h4,
.section-inverse h5,
.section-inverse h6,
.section-inverse p,
.section-inverse a,
.section-inverse ul li,
.section-inverse ol li,
.section-inverse blockquote {
  color: #fff;
}

.section-quote {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
  background-color: #2c373f;
}
.section-quote a {
  color: #fff;
}
.section-quote h2 {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 60px;
  letter-spacing: 0.2em;
}
.section-quote h3 {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .section-quote h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .section-quote h3 {
    font-size: 25px;
  }
}
.section-quote h3.size-medium {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .section-quote h3.size-medium {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .section-quote h3.size-medium {
    font-size: 50px;
  }
}
.section-quote h3.size-large {
  font-family: "Stringer", Helvetica, serif;
  font-size: 50px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .section-quote h3.size-large {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .section-quote h3.size-large {
    font-size: 75px;
  }
}

hr.section-divider {
  border: 0;
  height: 1px;
  background-color: #d5d7d9;
  margin-top: 54px;
  margin-bottom: 54px;
}

.padded-quote {
  padding: 60px;
}
@media (min-width: 992px) {
  .padded-quote {
    padding: 60px 75px;
  }
}
@media (min-width: 1200px) {
  .padded-quote {
    padding: 60px 90px;
  }
}

.section-color {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-dgray {
  background-color: #2c373f;
}

.section-mgray {
  background-color: #869493;
}

.event-list .row {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 45px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .event-list .row {
    padding-top: 55px;
    padding-bottom: 25px;
  }
}

.section-blue {
  background-color: #95dae2;
}

.section-lblue {
  background-color: #ceeef2;
}

.section-gray {
  background-color: #2c373f;
}

.section-mgray {
  background-color: rgba(44, 55, 63, 0.5);
}

.section-mgray2 {
  background-color: #c6cacd;
}

.section-red {
  background-color: #f0514b;
}

.full-photo {
  padding: 0;
}
.full-photo img {
  width: 100%;
  height: auto;
}

.feature-image {
  margin-bottom: 40px;
}

.project-heading,
.page-heading {
  padding: 0;
  margin-bottom: 64px;
}
.project-heading h1,
.page-heading h1 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 0;
  font-family: "Stringer", Helvetica, serif;
  font-weight: 400;
  font-style: normal;
  color: #2c373f;
}
@media (min-width: 992px) {
  .project-heading h1,
  .page-heading h1 {
    font-size: 56px;
  }
}
.project-heading p.project-description,
.page-heading p.project-description {
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 4px;
}
.project-heading p.project-description span.project-categories,
.page-heading p.project-description span.project-categories {
  color: rgba(44, 55, 63, 0.5);
}

.project-list {
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 4px;
}

.project-block {
  display: block;
  margin-bottom: 64px;
  text-decoration: none !important;
  padding: 0;
}
.project-block img {
  margin: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.project-block h3 {
  color: #2c373f;
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 19px;
  margin: 30px 0 10px 0;
  padding: 0;
  letter-spacing: 0.19px;
}
.project-block .img-hover {
  transition: all 0.3s ease;
  background-color: #000;
  position: relative;
}
.project-block .img-hover img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.3s ease;
}
.project-block .img-hover .hover-text {
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: auto;
  padding: 20px;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.project-block .img-hover .hover-text p {
  font-size: 14px;
  line-height: 147.368%;
  margin-bottom: 0;
}
.project-block .img-hover .hover-text p span.project-categories {
  font-size: 14px;
  color: rgba(44, 55, 63, 0.5);
  margin-bottom: 0;
}
.project-block:hover h4 {
  color: #2c373f;
}
.project-block:hover .img-hover .hover-text {
  opacity: 1;
  transition: all 0.3s ease;
}
.project-block:hover .img-hover img {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.project-slider img {
  margin-bottom: 48px;
}
.project-slider p {
  font-size: 19px;
  line-height: 147.368%;
  margin-bottom: 24px;
}
.project-slider p.project-categories {
  font-size: 14px;
  color: rgba(44, 55, 63, 0.5);
  margin-bottom: 0;
}

.card.latest {
  border: none;
  display: block;
  text-decoration: none;
}
.card.latest img {
  margin-bottom: 24px;
}
.card.latest h5 {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #2c373f;
  font-size: 19px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .card.latest h5 {
    padding-right: 30%;
  }
}
.card.latest p {
  font-size: 19px;
  margin-bottom: 0;
  color: #2c373f;
  line-height: 147.368%;
}
.card.latest p.description {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .card.latest p.description {
    padding-right: 30%;
  }
}
.card.latest p.card-number {
  font-size: 14px;
  margin-bottom: 16px;
}

.stat-wrap {
  margin-bottom: 56px;
}

.stat {
  font-size: 16px;
  align-items: end;
  justify-content: space-between;
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .stat {
    text-align: right;
    font-size: 19px;
  }
}
.stat .stat-number {
  text-align: right;
  width: auto;
  padding-left: 15px;
  margin-right: 0;
  letter-spacing: 0.64px;
  font-size: 48px;
}
@media (min-width: 768px) {
  .stat .stat-number {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .stat .stat-number {
    font-size: 64px;
    padding-left: 40px;
  }
}
.stat .stat-description {
  text-align: left;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .stat .stat-description {
    margin-left: 40px;
    margin-bottom: 10px;
  }
}
.stat.small {
  margin: 2px 16px 0 0;
  text-align: left;
}
@media (min-width: 992px) {
  .stat.small {
    padding-left: 12px;
  }
}

article.latest-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(44, 55, 63, 0.5);
  align-items: center;
}
article.latest-row a {
  text-decoration: none;
}
article.latest-row p.latest-date {
  color: #2c373f;
  font-size: 14px;
  letter-spacing: 0.14px;
  margin-bottom: 14px;
}
article.latest-row .latest-illo {
  flex: 1;
  max-width: 70px;
}
article.latest-row .latest-content {
  flex: 1;
}
article.latest-row .latest-content p {
  font-size: 16px;
}
article.latest-row .latest-content h2 {
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: 600;
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  color: #2c373f;
}
@media (min-width: 992px) {
  article.latest-row {
    column-gap: 80px;
  }
  article.latest-row .latest-illo {
    max-width: 80px;
  }
  article.latest-row .latest-content h2 {
    font-size: 36px;
  }
  article.latest-row .latest-content p {
    font-size: 19px;
  }
}

article.post {
  margin-bottom: 50px;
}
article.post a img {
  margin-bottom: 30px;
}
article.post a h5 {
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #2c373f;
  font-size: 16px;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}
article.post a p.date {
  color: rgba(44, 55, 63, 0.5);
  font-size: 14px;
  letter-spacing: 0.14px;
  margin-bottom: 10px;
}

/* icons */
.contact-info {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contact-info {
    margin-top: 10px;
    text-align: left;
  }
}

a.social-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
}
a.social-icon:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  a.social-icon {
    margin-left: 0;
  }
}
.social-share a.social-icon {
  width: 30px;
  height: 30px;
}

.icon {
  fill: currentColor;
}

.icon-gray {
  width: 50px;
  height: 50px;
  color: #c6cacd;
}
.icon-gray:hover {
  color: #2c373f;
}
.social-share .icon-gray {
  width: 30px;
  height: 30px;
  vertical-align: baseline;
}

.social-share {
  width: 100%;
  padding-top: 20px;
}
.social-share a {
  text-decoration: none !important;
}

#featured-products-top {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #featured-products-top {
    margin-top: 130px;
  }
}
#featured-products-top .carousel-inner {
  position: relative;
}
#featured-products-top .carousel-inner .carousel-item img {
  margin: 0;
}
#featured-products-top .carousel-control-next,
#featured-products-top .carousel-control-prev {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #000;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
#featured-products-top .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#featured-products-top .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#featured-products-top .carousel-nav {
  display: flex;
  background: white;
  position: absolute;
  padding: 5px 10px;
  top: auto;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}
@media (min-width: 768px) {
  #featured-products-top .carousel-nav {
    padding: 10px 20px;
    bottom: 30px;
    right: 30px;
  }
}

#featured-products-bottom {
  margin-top: 30px;
}
#featured-products-bottom .carousel-inner {
  position: relative;
}
#featured-products-bottom .carousel-inner .carousel-item p.project-description {
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 4px;
}
#featured-products-bottom .carousel-inner .carousel-item p.project-description span.project-categories {
  color: rgba(44, 55, 63, 0.5);
}

/* end icons */
footer {
  background: transparent;
  padding-bottom: 50px;
}
footer .container .row:first-child:before {
  content: "";
  margin: 0 15px 64px 15px;
  display: block;
  height: 1px;
  width: 100%;
  border-top: 1px solid rgba(44, 55, 63, 0.5);
}
footer img.logo-mark {
  width: 80px;
  height: auto;
}
footer a {
  font-size: 14px;
  color: #2c373f !important;
  text-decoration: none !important;
}
footer a:hover {
  color: #f0514b !important;
}
footer p {
  font-size: 14px;
  color: #2c373f;
}
footer form.newsletter {
  padding: 0;
  margin: 0;
}
footer form.newsletter input {
  background-color: transparent;
  padding: 8px 10px 6px 0;
  font-size: 14px;
  border: none;
  box-shadow: none;
  line-height: 1;
  width: 240px;
  border-bottom: 2px solid rgba(44, 55, 63, 0.5);
}
footer form.newsletter button.submit,
footer form.newsletter .freeform-form button {
  color: #2c373f !important;
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 0.9; /* 171.429% */
  padding: 8px 16px 7px 16px;
  border-radius: 16px;
  margin-left: 8px;
  border: 2px solid #f0514b;
  background-color: transparent;
  align-self: start;
  margin-right: auto;
}
footer h4 {
  color: rgba(44, 55, 63, 0.5);
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 218.182% */
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
footer .nav.flex-column {
  margin: 0;
  padding: 0;
}
footer .nav.flex-column li {
  padding: 0 0 4px 0;
}
footer .nav.flex-column li a {
  color: #2c373f;
  font-family: "PP Mori", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  padding: 0;
}
footer .nav.flex-column li a:hover {
  color: #f0514b;
}

.btn {
  border: none;
  line-height: 1;
  color: #fff;
  padding: 8px 16px 7px 16px;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 600;
  background-color: #2c373f;
}
.btn:hover {
  background-color: #f0514b;
  color: #fff;
}
.btn.btn-primary {
  background-color: #f0514b;
}

.btn-clear {
  border: none;
  background-color: transparent;
}
.btn-clear:hover {
  opacity: 0.5;
}

.down-arrow {
  margin: 60px 0 0 0;
}

.owl-facts,
.owl-slider {
  overflow: hidden;
  width: 100%;
}
.owl-facts .owl-stage,
.owl-slider .owl-stage {
  display: flex;
}

.owl-facts .item {
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
}

.owl-facts .owl-nav {
  background: none;
  background-color: transparent;
  border: none;
  margin-top: -5px;
}
.owl-facts .owl-nav .owl-next {
  position: absolute;
  right: -10px;
  top: 25%;
}
@media (min-width: 768px) {
  .owl-facts .owl-nav .owl-next {
    right: -20px;
  }
}
.owl-facts .owl-nav .owl-prev {
  position: absolute;
  left: -10px;
  top: 25%;
}
@media (min-width: 768px) {
  .owl-facts .owl-nav .owl-prev {
    left: -20px;
  }
}
.owl-facts .owl-nav [class*=owl-] {
  background: none;
  background-color: transparent;
  border: none;
  font-size: 24px !important;
  color: #2c373f;
  margin: 5px 0;
}
.owl-facts .owl-nav [class*=owl-] span {
  font-size: 36px !important;
  color: #2c373f;
}
.owl-facts .owl-nav [class*=owl-]:hover {
  background-color: #fff;
}
.owl-facts .owl-nav [class*=owl-]:hover span {
  color: #000;
}

.slick-facts .item {
  flex-direction: column;
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel .item img {
  height: 300px !important;
  width: auto;
}
@media (min-width: 768px) {
  .owl-carousel .item img {
    height: 450px !important;
  }
}
@media (min-width: 992px) {
  .owl-carousel .item img {
    height: 600px !important;
  }
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 45%;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  filter: blur(20);
}

.owl-carousel .owl-nav .owl-prev {
  display: none;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav .owl-prev {
    display: block;
    left: -50px;
  }
}

.owl-carousel .owl-nav .owl-next {
  display: none;
  left: auto;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav .owl-next {
    display: block;
    right: -50px;
  }
}

.owl-carousel .owl-dots {
  margin-top: 30px;
}

.slide-item {
  padding-left: 10%;
  padding-right: 10%;
}

.owl-slider .owl-dots {
  margin-top: 50px;
  background: transparent;
  border: none;
}
.owl-slider .owl-dots .owl-dot {
  background: transparent;
  border: none;
  padding-left: 8px !important;
  padding-right: 8px !important;
  margin-left: 0;
  margin-right: 0;
}
.owl-slider .owl-dots .owl-dot span {
  background: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.owl-slider .owl-prev,
.owl-slider .owl-next {
  border: none;
  background-color: transparent !important;
  background: none;
  position: absolute;
  top: 50%;
}
.owl-slider .owl-prev:hover,
.owl-slider .owl-next:hover {
  filter: blur(20);
}

.owl-slider .owl-prev {
  left: 0;
}

.owl-slider .owl-next {
  left: auto;
  right: 0;
}

.owl-slider .owl-nav {
  display: none !important;
}
@media (min-width: 768px) {
  .owl-slider .owl-nav {
    display: block !important;
  }
}

.slider,
.owl-slider {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 200px;
}
@media (min-width: 768px) {
  .slider,
  .owl-slider {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .slider,
  .owl-slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.slick-track {
  display: flex;
}

.slick-track .slick-slide {
  display: flex;
  height: auto;
  min-height: 200px;
  align-items: center;
}

.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
  padding: 20px 50px;
}
@media (min-width: 768px) {
  .slick-slide {
    padding: 30px 100px;
  }
}
@media (min-width: 992px) {
  .slick-slide {
    padding: 50px 200px;
  }
}
.slick-slide p:last-child {
  margin-bottom: 0;
}

.slick-prev,
.slick-next {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 45%;
}
.slick-prev:hover,
.slick-next:hover {
  filter: blur(20);
}

.slick-prev {
  left: -20px;
}

.slick-next {
  left: auto;
  right: -20px;
}

/* Utilities */
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.padding-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .padding-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .padding-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.padding-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .padding-medium {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .padding-medium {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.padding-large {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .padding-large {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .padding-large {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

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

.img-wide {
  width: 66.5%;
  height: auto;
}

.img-square {
  width: 33.5%;
  height: auto;
}

.img-wrap {
  width: 100%;
  position: relative;
  aspect-ratio: 1.5/2;
  object-fit: cover;
}

.work-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.static {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: white;
}

@media (min-width: 768px) {
  .hoverable .static:hover {
    opacity: 0;
  }
}
.col-form-label,
.freeform-form label {
  padding: 24px 0 5px 0;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2c373f;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2c373f;
  background-color: #fff;
  border: 1px solid #2c373f;
  border-radius: 0;
}

#project-details {
  height: 100vh;
}
#project-details .offcanvas-header {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 80px;
}
#project-details .offcanvas-header .btn-close {
  height: 16px;
  width: 16px;
  border: 1px solid #2c373f;
  border-radius: 8px;
}
#project-details .btn-close {
  position: absolute;
  top: 32px;
  right: 32px;
  height: 16px;
  width: 16px;
  border: 1px solid #2c373f;
  border-radius: 8px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mt-24 {
  margin-top: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-32 {
  margin-top: 32px;
}
