html {
  scroll-padding-top: 100px;
}

html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  background-color: #fff;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
svg {
  width: 100%;
  height: 100%;
}
img,
svg,
video,
iframe {
  max-width: 100%;
}
body {
  scrollbar-base-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-highlight-color: #000;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: #000;
  scrollbar-dark-shadow-color: #000;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  body {
    padding-top: 52px;
  }
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  -moz-appearance: scrollbartrack-vertical;
  background: #f7f7f7;
  border-radius: 0px;
}
body::-webkit-scrollbar-thumb:window-inactive {
  border-radius: 0px;
  background: rgba(0,0,0,0.8);
}
body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #000;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
@font-face {
  font-family: 'RobotoBold';
  src: url("../assets/fonts/Roboto-Bold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FKGrotesk';
  src: url("../assets/fonts/FKGrotesk-Regular.woff2") format('woff2'), url("../assets/fonts/FKGrotesk-Regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FKGrotesk';
  src: url("../assets/fonts/FKGrotesk-Medium.woff2") format('woff2'), url("../assets/fonts/FKGrotesk-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FKGrotesk';
  src: url("../assets/fonts/FKGrotesk-Bold.woff2") format('woff2'), url("../assets/fonts/FKGrotesk-Bold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FKGrotesk';
  src: url("../assets/fonts/FKGrotesk-Black.woff2") format('woff2'), url("../assets/fonts/FKGrotesk-Black.woff") format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'FKGrotesk';
  src: url("../assets/fonts/FKGrotesk-Thin.woff2") format('woff2'), url("../assets/fonts/FKGrotesk-Thin.woff") format('woff');
  font-weight: 200;
  font-style: normal;
}
body {
  font-family: 'FKGrotesk', 'Open Sans', 'sans-serif';
  color: #181818;
}
h1,
h2,
h3,
h4,
h5,
h6, .wpforms-title 
{
  margin: 0;
  padding: 0;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.3;
}
h1, .wpforms-title {
  font-size: 33px;
}
@media (max-width: 600px) {
  h1, .wpforms-title  {
    font-size: 28px;
  }
}
h2 {
  font-size: 28px;
}
@media (max-width: 600px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 25px;
}
@media (max-width: 600px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 22px;
}
@media (max-width: 600px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 20px;
}
@media (max-width: 600px) {
  h5 {
    font-size: 18px;
  }
}
h6 {
  font-size: 18px;
}
@media (max-width: 600px) {
  h6 {
    font-size: 16px;
  }
}
p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.post li {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
p.small {
  font-size: 16px;
}
@media (min-width: 601px) and (max-width: 1366px) {
  p.small {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  p.small {
    font-size: 14px;
  }
}
a {
  -webkit-font-smoothing: subpixel-antialiased;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
  text-decoration: none;
  color: #181818;
}
a:hover {
  cursor: pointer;
}
a:focus {
  outline: none;
}
.content a {
  font-weight: 400;
  color: #181818;
  text-decoration: none;
}
.content a:hover, .filterBlock-labItem:hover,
.filterBlock-labItem.filterBlock-labItem--filtered, #menu-lab-navigation a:hover, .lab-link-list .menu-item:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.lab-link-list .menu-item:hover {
  margin-bottom:-1px;
}
.content p {
  margin-bottom: 25px;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.content .small {
  font-size: 14px;
}
.content .wp-caption-text {
  font-size: 14px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 0.5em;
}
.quote {
  position: relative;
}
.quote:before {
  content: '\2018\2018';
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
}
@media (min-width: 1367px) {
  .quote:before {
    left: -2px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.quote:after {
  content: '\2019\2019';
  display: inline-block;
}
hr {
  color: #eee;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.link {
  font-weight: 600;
  color: #181818;
  text-decoration: none;
  border-bottom: 1px solid #181818;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.link:hover {
  color: rgba(24,24,24,0.8);
  border-color: rgba(24,24,24,0.8);
}
.link--list {
  margin: 0;
  margin-left: -10px;
  padding: 0;
}
.link--list li {
  list-style: none;
  display: inline-block;
  padding: 25px 10px;
}
.link--list a {
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
  padding-top: 25px;
  padding-bottom: 2px;
}
.link--list a:hover {
  text-decoration: black;
}
.link--post {
  display: inline-block;
  border-bottom: none !important;
  vertical-align: top;
  cursor: pointer !important;
  transition: color 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.link--post .title {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .link--post .title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.link--post .subtitle {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 600px) {
  .link--post .subtitle {
    font-size: 14px;
  }
}
.link--post .title,
.link--post .subtitle {
  transition: color 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.link--post img {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  box-shadow: 0 0 0 rgba(0,0,0,0.3);
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
@media (max-width: 600px) {
  .link--post img {
    margin-bottom: 8px;
  }
}
.link--post:hover .title,
.link--post:hover .subtitle {
  color: rgba(24,24,24,0.8);
}
.link-download {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .link-download {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.link--sidebar {
  position: relative;
  top: 0;
  display: block;
  max-width: 368px;
  padding: 40px;
  border: 4px solid #181818;
}
.link--sidebar .link--sidebar-title {
  display: block;
  font-weight: bold;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
  border-bottom: 4px solid #181818;
  transition: border 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.link--sidebar .link--sidebar-image {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 0.8em;
  background: #666;
}
.link--sidebar .projectTitle {
  font-weight: 600;
}
.link--sidebar .link--sidebar-category {
  font-weight: 400;
}
.link--sidebar:hover .link--sidebar-title {
  border-color: #ef007b;
}
.btn-primary,
.content .btn-primary {
  background-color: #181818;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  display: block; 
  letter-spacing: 1px;
  width: 100%;
  padding: 0.5em;
  border: none;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.btn-primary:hover,
.content .btn-primary:hover {
  background: rgba(24,24,24,0.8);
  color: #fff;
}
.btn-primary:active,
.content .btn-primary:active {
  background: rgba(0,0,0,0.8);
  color: #fff;
}
.btn-primary:focus,
.content .btn-primary:focus {
  outline: none;
  color: #fff;
}
.sliderBlock .box-list {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (max-width: 600px) {
  .btn-primary,
  .content .btn-primary {
    font-size: 16px;
  }
}
.btn-container {
  margin-bottom: 25px;
}
.container {
  margin: 0 auto;
  max-width: 1600px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1417px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.grid {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.grid > * {
  padding-left: 12.5px;
  padding-right: 12.5px;
  text-align: left;
  vertical-align: top;
  display: inline-block;
  font-size: 20px;
}
.grid-1of1 {
  width: 100%;
}
.grid-1of2 {
  width: 50%;
}
.grid-2of2 {
  width: 100%;
}
.grid-1of3 {
  width: 33.33333333333333%;
}
.grid-2of3 {
  width: 66.66666666666666%;
}
.grid-3of3 {
  width: 100%;
}
.grid-1of4 {
  width: 25%;
}
.grid-2of4 {
  width: 50%;
}
.grid-3of4 {
  width: 75%;
}
.grid-4of4 {
  width: 100%;
}
.grid-1of5 {
  width: 20%;
}
.grid-2of5 {
  width: 40%;
}
.grid-3of5 {
  width: 60%;
}
.grid-4of5 {
  width: 80%;
}
.grid-5of5 {
  width: 100%;
}
.grid-1of6 {
  width: 16.666666666666664%;
}
.grid-2of6 {
  width: 33.33333333333333%;
}
.grid-3of6 {
  width: 50%;
}
.grid-4of6 {
  width: 66.66666666666666%;
}
.grid-5of6 {
  width: 83.33333333333334%;
}
.grid-6of6 {
  width: 100%;
}
.grid-1of7 {
  width: 14.285714285714285%;
}
.grid-2of7 {
  width: 28.57142857142857%;
}
.grid-3of7 {
  width: 42.857142857142854%;
}
.grid-4of7 {
  width: 57.14285714285714%;
}
.grid-5of7 {
  width: 71.42857142857143%;
}
.grid-6of7 {
  width: 85.71428571428571%;
}
.grid-7of7 {
  width: 100%;
}
.grid-1of8 {
  width: 12.5%;
}
.grid-2of8 {
  width: 25%;
}
.grid-3of8 {
  width: 37.5%;
}
.grid-4of8 {
  width: 50%;
}
.grid-5of8 {
  width: 62.5%;
}
.grid-6of8 {
  width: 75%;
}
.grid-7of8 {
  width: 87.5%;
}
.grid-8of8 {
  width: 100%;
}
.grid-1of9 {
  width: 11.11111111111111%;
}
.grid-2of9 {
  width: 22.22222222222222%;
}
.grid-3of9 {
  width: 33.33333333333333%;
}
.grid-4of9 {
  width: 44.44444444444444%;
}
.grid-5of9 {
  width: 55.55555555555556%;
}
.grid-6of9 {
  width: 66.66666666666666%;
}
.grid-7of9 {
  width: 77.77777777777779%;
}
.grid-8of9 {
  width: 88.88888888888889%;
}
.grid-9of9 {
  width: 100%;
}
.grid-1of10 {
  width: 10%;
}
.grid-2of10 {
  width: 20%;
}
.grid-3of10 {
  width: 30%;
}
.grid-4of10 {
  width: 40%;
}
.grid-5of10 {
  width: 50%;
}
.grid-6of10 {
  width: 60%;
}
.grid-7of10 {
  width: 70%;
}
.grid-8of10 {
  width: 80%;
}
.grid-9of10 {
  width: 90%;
}
.grid-10of10 {
  width: 100%;
}
.grid-1of11 {
  width: 9.090909090909092%;
}
.grid-2of11 {
  width: 18.181818181818183%;
}
.grid-3of11 {
  width: 27.27272727272727%;
}
.grid-4of11 {
  width: 36.36363636363637%;
}
.grid-5of11 {
  width: 45.45454545454545%;
}
.grid-6of11 {
  width: 54.54545454545454%;
}
.grid-7of11 {
  width: 63.63636363636363%;
}
.grid-8of11 {
  width: 72.72727272727273%;
}
.grid-9of11 {
  width: 81.81818181818183%;
}
.grid-10of11 {
  width: 90.9090909090909%;
}
.grid-11of11 {
  width: 100%;
}
.grid-1of12 {
  width: 8.333333333333332%;
}
.grid-2of12 {
  width: 16.666666666666664%;
}
.grid-3of12 {
  width: 25%;
}
.grid-4of12 {
  width: 33.33333333333333%;
}
.grid-5of12 {
  width: 41.66666666666667%;
}
.grid-6of12 {
  width: 50%;
}
.grid-7of12 {
  width: 58.333333333333336%;
}
.grid-8of12 {
  width: 66.66666666666666%;
}
.grid-9of12 {
  width: 75%;
}
.grid-10of12 {
  width: 83.33333333333334%;
}
.grid-11of12 {
  width: 91.66666666666666%;
}
.grid-12of12 {
  width: 100%;
}
@media (min-width: 1367px) {
  .grid-1of1--desk {
    width: 100%;
  }
  .grid-1of2--desk {
    width: 50%;
  }
  .grid-2of2--desk {
    width: 100%;
  }
  .grid-1of3--desk {
    width: 33.33333333333333%;
  }
  .grid-2of3--desk {
    width: 66.66666666666666%;
  }
  .grid-3of3--desk {
    width: 100%;
  }
  .grid-1of4--desk {
    width: 25%;
  }
  .grid-2of4--desk {
    width: 50%;
  }
  .grid-3of4--desk {
    width: 75%;
  }
  .grid-4of4--desk {
    width: 100%;
  }
  .grid-1of5--desk {
    width: 20%;
  }
  .grid-2of5--desk {
    width: 40%;
  }
  .grid-3of5--desk {
    width: 60%;
  }
  .grid-4of5--desk {
    width: 80%;
  }
  .grid-5of5--desk {
    width: 100%;
  }
  .grid-1of6--desk {
    width: 16.666666666666664%;
  }
  .grid-2of6--desk {
    width: 33.33333333333333%;
  }
  .grid-3of6--desk {
    width: 50%;
  }
  .grid-4of6--desk {
    width: 66.66666666666666%;
  }
  .grid-5of6--desk {
    width: 83.33333333333334%;
  }
  .grid-6of6--desk {
    width: 100%;
  }
  .grid-1of7--desk {
    width: 14.285714285714285%;
  }
  .grid-2of7--desk {
    width: 28.57142857142857%;
  }
  .grid-3of7--desk {
    width: 42.857142857142854%;
  }
  .grid-4of7--desk {
    width: 57.14285714285714%;
  }
  .grid-5of7--desk {
    width: 71.42857142857143%;
  }
  .grid-6of7--desk {
    width: 85.71428571428571%;
  }
  .grid-7of7--desk {
    width: 100%;
  }
  .grid-1of8--desk {
    width: 12.5%;
  }
  .grid-2of8--desk {
    width: 25%;
  }
  .grid-3of8--desk {
    width: 37.5%;
  }
  .grid-4of8--desk {
    width: 50%;
  }
  .grid-5of8--desk {
    width: 62.5%;
  }
  .grid-6of8--desk {
    width: 75%;
  }
  .grid-7of8--desk {
    width: 87.5%;
  }
  .grid-8of8--desk {
    width: 100%;
  }
  .grid-1of9--desk {
    width: 11.11111111111111%;
  }
  .grid-2of9--desk {
    width: 22.22222222222222%;
  }
  .grid-3of9--desk {
    width: 33.33333333333333%;
  }
  .grid-4of9--desk {
    width: 44.44444444444444%;
  }
  .grid-5of9--desk {
    width: 55.55555555555556%;
  }
  .grid-6of9--desk {
    width: 66.66666666666666%;
  }
  .grid-7of9--desk {
    width: 77.77777777777779%;
  }
  .grid-8of9--desk {
    width: 88.88888888888889%;
  }
  .grid-9of9--desk {
    width: 100%;
  }
  .grid-1of10--desk {
    width: 10%;
  }
  .grid-2of10--desk {
    width: 20%;
  }
  .grid-3of10--desk {
    width: 30%;
  }
  .grid-4of10--desk {
    width: 40%;
  }
  .grid-5of10--desk {
    width: 50%;
  }
  .grid-6of10--desk {
    width: 60%;
  }
  .grid-7of10--desk {
    width: 70%;
  }
  .grid-8of10--desk {
    width: 80%;
  }
  .grid-9of10--desk {
    width: 90%;
  }
  .grid-10of10--desk {
    width: 100%;
  }
  .grid-1of11--desk {
    width: 9.090909090909092%;
  }
  .grid-2of11--desk {
    width: 18.181818181818183%;
  }
  .grid-3of11--desk {
    width: 27.27272727272727%;
  }
  .grid-4of11--desk {
    width: 36.36363636363637%;
  }
  .grid-5of11--desk {
    width: 45.45454545454545%;
  }
  .grid-6of11--desk {
    width: 54.54545454545454%;
  }
  .grid-7of11--desk {
    width: 63.63636363636363%;
  }
  .grid-8of11--desk {
    width: 72.72727272727273%;
  }
  .grid-9of11--desk {
    width: 81.81818181818183%;
  }
  .grid-10of11--desk {
    width: 90.9090909090909%;
  }
  .grid-11of11--desk {
    width: 100%;
  }
  .grid-1of12--desk {
    width: 8.333333333333332%;
  }
  .grid-2of12--desk {
    width: 16.666666666666664%;
  }
  .grid-3of12--desk {
    width: 25%;
  }
  .grid-4of12--desk {
    width: 33.33333333333333%;
  }
  .grid-5of12--desk {
    width: 41.66666666666667%;
  }
  .grid-6of12--desk {
    width: 50%;
  }
  .grid-7of12--desk {
    width: 58.333333333333336%;
  }
  .grid-8of12--desk {
    width: 66.66666666666666%;
  }
  .grid-9of12--desk {
    width: 75%;
  }
  .grid-10of12--desk {
    width: 83.33333333333334%;
  }
  .grid-11of12--desk {
    width: 91.66666666666666%;
  }
  .grid-12of12--desk {
    width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .grid-1of1--lap {
    width: 100%;
  }
  .grid-1of2--lap {
    width: 50%;
  }
  .grid-2of2--lap {
    width: 100%;
  }
  .grid-1of3--lap {
    width: 33.33333333333333%;
  }
  .grid-2of3--lap {
    width: 66.66666666666666%;
  }
  .grid-3of3--lap {
    width: 100%;
  }
  .grid-1of4--lap {
    width: 25%;
  }
  .grid-2of4--lap {
    width: 50%;
  }
  .grid-3of4--lap {
    width: 75%;
  }
  .grid-4of4--lap {
    width: 100%;
  }
  .grid-1of5--lap {
    width: 20%;
  }
  .grid-2of5--lap {
    width: 40%;
  }
  .grid-3of5--lap {
    width: 60%;
  }
  .grid-4of5--lap {
    width: 80%;
  }
  .grid-5of5--lap {
    width: 100%;
  }
  .grid-1of6--lap {
    width: 16.666666666666664%;
  }
  .grid-2of6--lap {
    width: 33.33333333333333%;
  }
  .grid-3of6--lap {
    width: 50%;
  }
  .grid-4of6--lap {
    width: 66.66666666666666%;
  }
  .grid-5of6--lap {
    width: 83.33333333333334%;
  }
  .grid-6of6--lap {
    width: 100%;
  }
  .grid-1of7--lap {
    width: 14.285714285714285%;
  }
  .grid-2of7--lap {
    width: 28.57142857142857%;
  }
  .grid-3of7--lap {
    width: 42.857142857142854%;
  }
  .grid-4of7--lap {
    width: 57.14285714285714%;
  }
  .grid-5of7--lap {
    width: 71.42857142857143%;
  }
  .grid-6of7--lap {
    width: 85.71428571428571%;
  }
  .grid-7of7--lap {
    width: 100%;
  }
  .grid-1of8--lap {
    width: 12.5%;
  }
  .grid-2of8--lap {
    width: 25%;
  }
  .grid-3of8--lap {
    width: 37.5%;
  }
  .grid-4of8--lap {
    width: 50%;
  }
  .grid-5of8--lap {
    width: 62.5%;
  }
  .grid-6of8--lap {
    width: 75%;
  }
  .grid-7of8--lap {
    width: 87.5%;
  }
  .grid-8of8--lap {
    width: 100%;
  }
  .grid-1of9--lap {
    width: 11.11111111111111%;
  }
  .grid-2of9--lap {
    width: 22.22222222222222%;
  }
  .grid-3of9--lap {
    width: 33.33333333333333%;
  }
  .grid-4of9--lap {
    width: 44.44444444444444%;
  }
  .grid-5of9--lap {
    width: 55.55555555555556%;
  }
  .grid-6of9--lap {
    width: 66.66666666666666%;
  }
  .grid-7of9--lap {
    width: 77.77777777777779%;
  }
  .grid-8of9--lap {
    width: 88.88888888888889%;
  }
  .grid-9of9--lap {
    width: 100%;
  }
  .grid-1of10--lap {
    width: 10%;
  }
  .grid-2of10--lap {
    width: 20%;
  }
  .grid-3of10--lap {
    width: 30%;
  }
  .grid-4of10--lap {
    width: 40%;
  }
  .grid-5of10--lap {
    width: 50%;
  }
  .grid-6of10--lap {
    width: 60%;
  }
  .grid-7of10--lap {
    width: 70%;
  }
  .grid-8of10--lap {
    width: 80%;
  }
  .grid-9of10--lap {
    width: 90%;
  }
  .grid-10of10--lap {
    width: 100%;
  }
  .grid-1of11--lap {
    width: 9.090909090909092%;
  }
  .grid-2of11--lap {
    width: 18.181818181818183%;
  }
  .grid-3of11--lap {
    width: 27.27272727272727%;
  }
  .grid-4of11--lap {
    width: 36.36363636363637%;
  }
  .grid-5of11--lap {
    width: 45.45454545454545%;
  }
  .grid-6of11--lap {
    width: 54.54545454545454%;
  }
  .grid-7of11--lap {
    width: 63.63636363636363%;
  }
  .grid-8of11--lap {
    width: 72.72727272727273%;
  }
  .grid-9of11--lap {
    width: 81.81818181818183%;
  }
  .grid-10of11--lap {
    width: 90.9090909090909%;
  }
  .grid-11of11--lap {
    width: 100%;
  }
  .grid-1of12--lap {
    width: 8.333333333333332%;
  }
  .grid-2of12--lap {
    width: 16.666666666666664%;
  }
  .grid-3of12--lap {
    width: 25%;
  }
  .grid-4of12--lap {
    width: 33.33333333333333%;
  }
  .grid-5of12--lap {
    width: 41.66666666666667%;
  }
  .grid-6of12--lap {
    width: 50%;
  }
  .grid-7of12--lap {
    width: 58.333333333333336%;
  }
  .grid-8of12--lap {
    width: 66.66666666666666%;
  }
  .grid-9of12--lap {
    width: 75%;
  }
  .grid-10of12--lap {
    width: 83.33333333333334%;
  }
  .grid-11of12--lap {
    width: 91.66666666666666%;
  }
  .grid-12of12--lap {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .grid-1of1--portable {
    width: 100%;
  }
  .grid-1of2--portable {
    width: 50%;
  }
  .grid-2of2--portable {
    width: 100%;
  }
  .grid-1of3--portable {
    width: 33.33333333333333%;
  }
  .grid-2of3--portable {
    width: 66.66666666666666%;
  }
  .grid-3of3--portable {
    width: 100%;
  }
  .grid-1of4--portable {
    width: 25%;
  }
  .grid-2of4--portable {
    width: 50%;
  }
  .grid-3of4--portable {
    width: 75%;
  }
  .grid-4of4--portable {
    width: 100%;
  }
  .grid-1of5--portable {
    width: 20%;
  }
  .grid-2of5--portable {
    width: 40%;
  }
  .grid-3of5--portable {
    width: 60%;
  }
  .grid-4of5--portable {
    width: 80%;
  }
  .grid-5of5--portable {
    width: 100%;
  }
  .grid-1of6--portable {
    width: 16.666666666666664%;
  }
  .grid-2of6--portable {
    width: 33.33333333333333%;
  }
  .grid-3of6--portable {
    width: 50%;
  }
  .grid-4of6--portable {
    width: 66.66666666666666%;
  }
  .grid-5of6--portable {
    width: 83.33333333333334%;
  }
  .grid-6of6--portable {
    width: 100%;
  }
  .grid-1of7--portable {
    width: 14.285714285714285%;
  }
  .grid-2of7--portable {
    width: 28.57142857142857%;
  }
  .grid-3of7--portable {
    width: 42.857142857142854%;
  }
  .grid-4of7--portable {
    width: 57.14285714285714%;
  }
  .grid-5of7--portable {
    width: 71.42857142857143%;
  }
  .grid-6of7--portable {
    width: 85.71428571428571%;
  }
  .grid-7of7--portable {
    width: 100%;
  }
  .grid-1of8--portable {
    width: 12.5%;
  }
  .grid-2of8--portable {
    width: 25%;
  }
  .grid-3of8--portable {
    width: 37.5%;
  }
  .grid-4of8--portable {
    width: 50%;
  }
  .grid-5of8--portable {
    width: 62.5%;
  }
  .grid-6of8--portable {
    width: 75%;
  }
  .grid-7of8--portable {
    width: 87.5%;
  }
  .grid-8of8--portable {
    width: 100%;
  }
  .grid-1of9--portable {
    width: 11.11111111111111%;
  }
  .grid-2of9--portable {
    width: 22.22222222222222%;
  }
  .grid-3of9--portable {
    width: 33.33333333333333%;
  }
  .grid-4of9--portable {
    width: 44.44444444444444%;
  }
  .grid-5of9--portable {
    width: 55.55555555555556%;
  }
  .grid-6of9--portable {
    width: 66.66666666666666%;
  }
  .grid-7of9--portable {
    width: 77.77777777777779%;
  }
  .grid-8of9--portable {
    width: 88.88888888888889%;
  }
  .grid-9of9--portable {
    width: 100%;
  }
  .grid-1of10--portable {
    width: 10%;
  }
  .grid-2of10--portable {
    width: 20%;
  }
  .grid-3of10--portable {
    width: 30%;
  }
  .grid-4of10--portable {
    width: 40%;
  }
  .grid-5of10--portable {
    width: 50%;
  }
  .grid-6of10--portable {
    width: 60%;
  }
  .grid-7of10--portable {
    width: 70%;
  }
  .grid-8of10--portable {
    width: 80%;
  }
  .grid-9of10--portable {
    width: 90%;
  }
  .grid-10of10--portable {
    width: 100%;
  }
  .grid-1of11--portable {
    width: 9.090909090909092%;
  }
  .grid-2of11--portable {
    width: 18.181818181818183%;
  }
  .grid-3of11--portable {
    width: 27.27272727272727%;
  }
  .grid-4of11--portable {
    width: 36.36363636363637%;
  }
  .grid-5of11--portable {
    width: 45.45454545454545%;
  }
  .grid-6of11--portable {
    width: 54.54545454545454%;
  }
  .grid-7of11--portable {
    width: 63.63636363636363%;
  }
  .grid-8of11--portable {
    width: 72.72727272727273%;
  }
  .grid-9of11--portable {
    width: 81.81818181818183%;
  }
  .grid-10of11--portable {
    width: 90.9090909090909%;
  }
  .grid-11of11--portable {
    width: 100%;
  }
  .grid-1of12--portable {
    width: 8.333333333333332%;
  }
  .grid-2of12--portable {
    width: 16.666666666666664%;
  }
  .grid-3of12--portable {
    width: 25%;
  }
  .grid-4of12--portable {
    width: 33.33333333333333%;
  }
  .grid-5of12--portable {
    width: 41.66666666666667%;
  }
  .grid-6of12--portable {
    width: 50%;
  }
  .grid-7of12--portable {
    width: 58.333333333333336%;
  }
  .grid-8of12--portable {
    width: 66.66666666666666%;
  }
  .grid-9of12--portable {
    width: 75%;
  }
  .grid-10of12--portable {
    width: 83.33333333333334%;
  }
  .grid-11of12--portable {
    width: 91.66666666666666%;
  }
  .grid-12of12--portable {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .grid-1of1--palm {
    width: 100%;
  }
  .grid-1of2--palm {
    width: 50%;
  }
  .grid-2of2--palm {
    width: 100%;
  }
  .grid-1of3--palm {
    width: 33.33333333333333%;
  }
  .grid-2of3--palm {
    width: 66.66666666666666%;
  }
  .grid-3of3--palm {
    width: 100%;
  }
  .grid-1of4--palm {
    width: 25%;
  }
  .grid-2of4--palm {
    width: 50%;
  }
  .grid-3of4--palm {
    width: 75%;
  }
  .grid-4of4--palm {
    width: 100%;
  }
  .grid-1of5--palm {
    width: 20%;
  }
  .grid-2of5--palm {
    width: 40%;
  }
  .grid-3of5--palm {
    width: 60%;
  }
  .grid-4of5--palm {
    width: 80%;
  }
  .grid-5of5--palm {
    width: 100%;
  }
  .grid-1of6--palm {
    width: 16.666666666666664%;
  }
  .grid-2of6--palm {
    width: 33.33333333333333%;
  }
  .grid-3of6--palm {
    width: 50%;
  }
  .grid-4of6--palm {
    width: 66.66666666666666%;
  }
  .grid-5of6--palm {
    width: 83.33333333333334%;
  }
  .grid-6of6--palm {
    width: 100%;
  }
  .grid-1of7--palm {
    width: 14.285714285714285%;
  }
  .grid-2of7--palm {
    width: 28.57142857142857%;
  }
  .grid-3of7--palm {
    width: 42.857142857142854%;
  }
  .grid-4of7--palm {
    width: 57.14285714285714%;
  }
  .grid-5of7--palm {
    width: 71.42857142857143%;
  }
  .grid-6of7--palm {
    width: 85.71428571428571%;
  }
  .grid-7of7--palm {
    width: 100%;
  }
  .grid-1of8--palm {
    width: 12.5%;
  }
  .grid-2of8--palm {
    width: 25%;
  }
  .grid-3of8--palm {
    width: 37.5%;
  }
  .grid-4of8--palm {
    width: 50%;
  }
  .grid-5of8--palm {
    width: 62.5%;
  }
  .grid-6of8--palm {
    width: 75%;
  }
  .grid-7of8--palm {
    width: 87.5%;
  }
  .grid-8of8--palm {
    width: 100%;
  }
  .grid-1of9--palm {
    width: 11.11111111111111%;
  }
  .grid-2of9--palm {
    width: 22.22222222222222%;
  }
  .grid-3of9--palm {
    width: 33.33333333333333%;
  }
  .grid-4of9--palm {
    width: 44.44444444444444%;
  }
  .grid-5of9--palm {
    width: 55.55555555555556%;
  }
  .grid-6of9--palm {
    width: 66.66666666666666%;
  }
  .grid-7of9--palm {
    width: 77.77777777777779%;
  }
  .grid-8of9--palm {
    width: 88.88888888888889%;
  }
  .grid-9of9--palm {
    width: 100%;
  }
  .grid-1of10--palm {
    width: 10%;
  }
  .grid-2of10--palm {
    width: 20%;
  }
  .grid-3of10--palm {
    width: 30%;
  }
  .grid-4of10--palm {
    width: 40%;
  }
  .grid-5of10--palm {
    width: 50%;
  }
  .grid-6of10--palm {
    width: 60%;
  }
  .grid-7of10--palm {
    width: 70%;
  }
  .grid-8of10--palm {
    width: 80%;
  }
  .grid-9of10--palm {
    width: 90%;
  }
  .grid-10of10--palm {
    width: 100%;
  }
  .grid-1of11--palm {
    width: 9.090909090909092%;
  }
  .grid-2of11--palm {
    width: 18.181818181818183%;
  }
  .grid-3of11--palm {
    width: 27.27272727272727%;
  }
  .grid-4of11--palm {
    width: 36.36363636363637%;
  }
  .grid-5of11--palm {
    width: 45.45454545454545%;
  }
  .grid-6of11--palm {
    width: 54.54545454545454%;
  }
  .grid-7of11--palm {
    width: 63.63636363636363%;
  }
  .grid-8of11--palm {
    width: 72.72727272727273%;
  }
  .grid-9of11--palm {
    width: 81.81818181818183%;
  }
  .grid-10of11--palm {
    width: 90.9090909090909%;
  }
  .grid-11of11--palm {
    width: 100%;
  }
  .grid-1of12--palm {
    width: 8.333333333333332%;
  }
  .grid-2of12--palm {
    width: 16.666666666666664%;
  }
  .grid-3of12--palm {
    width: 25%;
  }
  .grid-4of12--palm {
    width: 33.33333333333333%;
  }
  .grid-5of12--palm {
    width: 41.66666666666667%;
  }
  .grid-6of12--palm {
    width: 50%;
  }
  .grid-7of12--palm {
    width: 58.333333333333336%;
  }
  .grid-8of12--palm {
    width: 66.66666666666666%;
  }
  .grid-9of12--palm {
    width: 75%;
  }
  .grid-10of12--palm {
    width: 83.33333333333334%;
  }
  .grid-11of12--palm {
    width: 91.66666666666666%;
  }
  .grid-12of12--palm {
    width: 100%;
  }
}
.grid--middle > * {
  vertical-align: middle;
}



@media (min-width: 1367px) {
  .grid--middle--desk > * {
    vertical-align: middle;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .grid--middle--lap > * {
    vertical-align: middle;
  }
}
@media (max-width: 1024px) {
  .grid--middle--portable > * {
    vertical-align: middle;
  }
}
@media (max-width: 600px) {
  .grid--middle--palm > * {
    vertical-align: middle;
  }
}
.grid--bottom > * {
  vertical-align: bottom;
}
@media (min-width: 1367px) {
  .grid--bottom--desk > * {
    vertical-align: bottom;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .grid--bottom--lap > * {
    vertical-align: bottom;
  }
}
@media (max-width: 1024px) {
  .grid--bottom--portable > * {
    vertical-align: bottom;
  }
}
@media (max-width: 600px) {
  .grid--bottom--palm > * {
    vertical-align: bottom;
  }
}
.grid--full {
  margin-left: 0;
}
.grid--full > * {
  padding-left: 0;
}
@media (min-width: 1367px) {
  .grid--full--desk {
    margin-left: 0;
  }
  .grid--full--desk > * {
    padding-left: 0;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .grid--full--lap {
    margin-left: 0;
  }
  .grid--full--lap > * {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .grid--full--portable {
    margin-left: 0;
  }
  .grid--full--portable > * {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .grid--full--palm {
    margin-left: 0;
  }
  .grid--full--palm > * {
    padding-left: 0;
  }
}
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > * {
  direction: ltr;
  text-align: left;
}
@media (min-width: 1367px) {
  .grid--rev--desk {
    direction: rtl;
    text-align: left;
  }
  .grid--rev--desk > * {
    direction: ltr;
    text-align: left;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .grid--rev--lap {
    direction: rtl;
    text-align: left;
  }
  .grid--rev--lap > * {
    direction: ltr;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .grid--rev--portable {
    direction: rtl;
    text-align: left;
  }
  .grid--rev--portable > * {
    direction: ltr;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .grid--rev--palm {
    direction: rtl;
    text-align: left;
  }
  .grid--rev--palm > * {
    direction: ltr;
    text-align: left;
  }
}
.combo {
  display: table;
  width: 100%;
}
.combo > .combo-first {
  width: 0;
  white-space: nowrap;
}
.combo > .combo-first img {
  max-width: none;
}
.combo > .combo-last {
  width: 100%;
}
.combo-first,
.combo-last {
  display: table-cell;
  vertical-align: top;
}
@media (min-width: 1367px) {
  .combo-first {
    padding-right: 12.5px;
  }
  .combo-last {
    padding-left: 12.5px;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo-first {
    padding-right: 12.5px;
  }
  .combo-last {
    padding-left: 12.5px;
  }
}
@media (max-width: 1024px) {
  .combo-first {
    padding-right: 12.5px;
  }
  .combo-last {
    padding-left: 12.5px;
  }
}
@media (max-width: 600px) {
  .combo-first {
    padding-right: 12.5px;
  }
  .combo-last {
    padding-left: 12.5px;
  }
}
.combo--middle > * {
  vertical-align: middle;
}
@media (min-width: 1367px) {
  .combo--middle--desk > * {
    vertical-align: middle;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo--middle--lap > * {
    vertical-align: middle;
  }
}
@media (max-width: 1024px) {
  .combo--middle--portable > * {
    vertical-align: middle;
  }
}
@media (max-width: 600px) {
  .combo--middle--palm > * {
    vertical-align: middle;
  }
}
.combo--bottom > * {
  vertical-align: bottom;
}
@media (min-width: 1367px) {
  .combo--bottom--desk > * {
    vertical-align: bottom;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo--bottom--lap > * {
    vertical-align: bottom;
  }
}
@media (max-width: 1024px) {
  .combo--bottom--portable > * {
    vertical-align: bottom;
  }
}
@media (max-width: 600px) {
  .combo--bottom--palm > * {
    vertical-align: bottom;
  }
}
@media (min-width: 1367px) {
  .combo--wide .combo-first {
    padding-right: 25px;
  }
  .combo--wide .combo-last {
    padding-left: 25px;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo--wide .combo-first {
    padding-right: 25px;
  }
  .combo--wide .combo-last {
    padding-left: 25px;
  }
}
@media (max-width: 1024px) {
  .combo--wide .combo-first {
    padding-right: 25px;
  }
  .combo--wide .combo-last {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .combo--wide .combo-first {
    padding-right: 25px;
  }
  .combo--wide .combo-last {
    padding-left: 25px;
  }
}
@media (min-width: 1367px) {
  .combo--narrow .combo-first {
    padding-right: 6.25px;
  }
  .combo--narrow .combo-last {
    padding-left: 6.25px;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo--narrow .combo-first {
    padding-right: 6.25px;
  }
  .combo--narrow .combo-last {
    padding-left: 6.25px;
  }
}
@media (max-width: 1024px) {
  .combo--narrow .combo-first {
    padding-right: 6.25px;
  }
  .combo--narrow .combo-last {
    padding-left: 6.25px;
  }
}
@media (max-width: 600px) {
  .combo--narrow .combo-first {
    padding-right: 6.25px;
  }
  .combo--narrow .combo-last {
    padding-left: 6.25px;
  }
}
.combo--full .combo-first {
  padding-right: 0;
}
.combo--full .combo-last {
  padding-left: 0;
}
@media (min-width: 1367px) {
  .combo--full--desk .combo-first {
    padding-right: 0;
  }
  .combo--full--desk .combo-last {
    padding-left: 0;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo--full--lap .combo-first {
    padding-right: 0;
  }
  .combo--full--lap .combo-last {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .combo--full--portable .combo-first {
    padding-right: 0;
  }
  .combo--full--portable .combo-last {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .combo--full--palm .combo-first {
    padding-right: 0;
  }
  .combo--full--palm .combo-last {
    padding-left: 0;
  }
}
.combo--rev > .combo-first {
  width: 100%;
  white-space: normal;
}
.combo--rev > .combo-last {
  width: 0;
  white-space: nowrap;
}
.combo--rev > .combo-last img {
  max-width: none;
}
@media (min-width: 1367px) {
  .combo--rev--desk > .combo-first {
    width: 100%;
    white-space: normal;
  }
  .combo--rev--desk > .combo-last {
    width: 0;
    white-space: nowrap;
  }
  .combo--rev--desk > .combo-last img {
    max-width: none;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo--rev--lap > .combo-first {
    width: 100%;
    white-space: normal;
  }
  .combo--rev--lap > .combo-last {
    width: 0;
    white-space: nowrap;
  }
  .combo--rev--lap > .combo-last img {
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .combo--rev--portable > .combo-first {
    width: 100%;
    white-space: normal;
  }
  .combo--rev--portable > .combo-last {
    width: 0;
    white-space: nowrap;
  }
  .combo--rev--portable > .combo-last img {
    max-width: none;
  }
}
@media (max-width: 600px) {
  .combo--rev--palm > .combo-first {
    width: 100%;
    white-space: normal;
  }
  .combo--rev--palm > .combo-last {
    width: 0;
    white-space: nowrap;
  }
  .combo--rev--palm > .combo-last img {
    max-width: none;
  }
}
.spacer-xl {
  margin-bottom: 150px;
}
@media (min-width: 601px) and (max-width: 1366px) {
  .spacer-xl {
    margin-bottom: 120px;
  }
}
@media (max-width: 600px) {
  .spacer-xl {
    margin-bottom: 75px;
  }
}
.spacer-lg {
  margin-bottom: 100px;
}
@media (min-width: 601px) and (max-width: 1366px) {
  .spacer-lg {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .spacer-lg {
    margin-bottom: 50px;
  }
}
.spacer-md {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .spacer-md {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .spacer-md {
    margin-bottom: 25px;
  }
}
.spacer-sm {
  margin-bottom: 50px;
}
@media (min-width: 601px) and (max-width: 1366px) {
  .spacer-sm {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .spacer-sm {
    margin-bottom: 20px;
  }
}
.spacer-xs {
  margin-bottom: 30px;
}
@media (min-width: 601px) and (max-width: 1366px) {
  .spacer-xs {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .spacer-xs {
    margin-bottom: 15px;
  }
}
.sliderButton {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
}
.sliderButton--prev {
  left: 0;
  width: 10%;
}
.sliderButton--next {
  right: 0;
  width: 10%;
}
.sliderButton-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255,255,255,0.5);
  font-size: 100px;
  transition: all 0.2s ease-in-out;
}
.sliderButton-inner svg {
  width: 72px;
  height: 72px;
}
@media (max-width: 1024px) {
  .sliderButton-inner {
    font-size: 30px;
    width: 40px;
    height: 40px;
    color: #fff;
  }
  .sliderButton-inner svg {
    width: 40px;
    height: 40px;
  }
}
.sliderButton-inner:hover {
  color: #fff;
}
.slick-dots {
  position: absolute;
  bottom: -79px;
  left: 80%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1024px) {
  .slick-dots {
    left: 0 !important;
    right: 0 !important;
    bottom: -30px !important;
    position: absolute !important;
    width: 100% !important;
    text-align: center !important;
  }
}
.slick-dots li {
  display: inline-block;
  font-size: 14px;
}
.slick-dots li.slick-active span {
  border-bottom-color: #000;
}
.slick-dots span {
  cursor: pointer;
  color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  margin: 0 7px;
  padding: 0 2px 4px 2px;
}
.primaryNav {
  color: #181818;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
}
.primaryNav .container {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .primaryNav {
    padding-top: 14px;
    padding-bottom: 14px;
    z-index: 9999;
    transition: all 0.5 ease-in-out;
  }
  .primaryNav--open {
    height: 100%;
  }
  .primaryNav--open .container {
    flex-direction: column;
  }
  .primaryNav--open .right-section {
    flex-direction: column;
  }
}
.primaryNav + * {
  margin-top: 25px;
}
.primaryNav .container {
  position: relative;
}
.primaryNav-list {
  padding: 0;
  margin: 0;
  float: right;
}
@media (max-width: 1024px) {
  .primaryNav-list {
    display: none;
    float: none;
    text-align: center;
  }
}
.primaryNav-list li {
  list-style-type: none;
  display: inline-block;
}
@media (max-width: 1024px) {
  .primaryNav-list li {
    display: block;
  }
}
.primaryNav-list li a {
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 600;
  padding: 32px 12.5px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .primaryNav-list li a {
    font-weight: bold;
    letter-spacing: 0.3px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
  }
}
.primaryNav-list li a span {
  position: relative;
  padding-bottom: 4px;
}
.primaryNav-list li a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.primaryNav li:hover span::after,
.primaryNav .current-menu-item span::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.primaryNav-logo {
  display: flex;
  position: relative;
  align-items: center;
}
@media (max-width: 1024px) {
  .primaryNav-logo {
    width: 100px;
    margin-top: 0;
  }
  .primaryNav-logo svg {
    width: 64px;
    height: 64px;
  }
}
.primaryNav-logo svg {
  fill: #181818;
  width: 64px;
  height: 64px;
}
.primaryNav-menuIcon {
  position: relative;
  float: right;
  display: none;
  z-index: 5;
}
@media (max-width: 1024px) {
  .primaryNav-menuIcon {
    display: inline-block;
    width: 20px;
    height: 15px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .primaryNav-menuIcon::before,
  .primaryNav-menuIcon::after,
  .primaryNav-menuIcon span::after {
    content: '';
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25;
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background-color: #181818;
  }
  .primaryNav-menuIcon::before {
    top: 0;
  }
  .primaryNav--open .primaryNav-menuIcon::before {
    top: 50%;
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    background-color: #fff;
  }
  .primaryNav-menuIcon::after {
    bottom: 0;
  }
  .primaryNav--open .primaryNav-menuIcon::after {
    bottom: 50%;
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  .primaryNav-menuIcon span {
    font-size: 0;
  }
  .primaryNav-menuIcon span::after {
    top: calc(50% - 1.5px);
  }
  .primaryNav--open .primaryNav-menuIcon span::after {
    visibility: hidden;
    opacity: 0;
  }
}
.primaryNav--open.primaryNav::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9);
  height: 100vh;
  width: 100%;
}
.primaryNav--open.primaryNav .current-menu-item span::after {
  background-color: #fff;
}
.primaryNav--open .primaryNav-menuIcon::after {
  color: #fff;
  z-index: 5;
}
@media (max-width: 1024px) {
  .primaryNav--open .primaryNav-list {
    display: block;
  }
}
.primaryNav--open .primaryNav-logo {
  z-index: 5;
}
.primaryNav--open .primaryNav-logo svg {
  fill: #fff;
}
.footer {
  position: relative;
  margin: 0 auto;
  color: #181818;
  border-top: 2px solid #181818;
  -webkit-font-smoothing: antialiased;
  margin-top: auto;
  width: 100%;
  background: black;
  color: white;
  text-align: center;
  padding: 40px 0;
}
.footer::after {
  margin-top: 25px;
  position: relative;
  top: 0;
  height: 25px;
}
.footer p,
.footer li,
.footer h2,
.footer a {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.6;
}
.footer a {
  transition: all 0.2s ease-in-out;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.footer a:hover {
  border-bottom: 1px solid #181818;
}
.footer-logo {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .footer-socialWrapper {
    margin: 25px 0;
  }
}
@media (max-width: 1024px) {
  .footer-copyrightWrapper {
    position: absolute;
    bottom: 0;
    width: initial;
  }
}
@media (max-width: 1024px) {
  .footer-copyright {
    margin: 25px 0;
  }
}
.footer-addressWrapper {
  float: right;
}
@media (max-width: 1024px) {
  .footer-addressWrapper {
    float: none;
  }
}
.footer-socialList {
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 1024px) {
  .footer-socialList {
    float: none;
  }
}
.footer-socialList li {
  list-style: none;
}
.footer-socialList li:hover a {
  border-bottom: 1px solid #181818;
}
.footer-socialList li a {
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.footer-socialList li + li {
  margin-top: 5px;
}
.featuredPostsBlock-image {
  margin-bottom: 25px;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 65%;
  position: relative;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.mainMenu-image {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 65%;
  position: relative;
  -webkit-filter: grayscale(100%) brightness(0.2);
  -moz-filter: grayscale(100%) brightness(0.2);
  filter: grayscale(100%) brightness(0.2);
  transition: all 0.5s cubic-bezier(0.87, 0, 0.225, 1);
}
.featuredPostsBlock-imgWrap:hover .featuredPostsBlock-image {
  opacity: 0.85;
}
.featuredPostsBlock-title {
  font-weight: 500;
  font-size: 16px;
  padding-right: 25px;
  line-height: 1.5;
}
.chats-container .featuredPostsBlock-title {
  color: white;
}
.featuredPostsBlock-location {
  font-weight: 400;
  font-size: 16px;
  color: #b4b4b4;
  line-height: 1.5;
}

.featuredPostBlock-link {
  display: block;
  position: relative;
  height: 33%;
}
.featuredPostBlock-link .featuredPostBlock-headline {
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.featuredPostBlock-link .featuredPostBlock-headline:hover {
  opacity: 0.85;
}
.featuredPostBlock-headline {
  margin: 0;
  position: relative;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .featuredPostBlock-headline {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .featuredPostBlock-headline {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.featuredPostBlock-image {
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 65%;
  width: 673px;
  height: 673px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.featuredImage0, .featuredImage1, .featuredImage2 {
  background-image: none;
}

.featuredEvents {
  height: 673px;
  width: 673px;
}

.featuredBlog {
  height: 673px;
}

.featuredLinkText0 {
  position: absolute;
  top: 0;
  right: 0;
}
.featuredLinkText1 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.featuredLinkText2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.blogLinkText0 {
  position: absolute;
  top: 0;
  left: 0;
}
.blogLinkText1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.blogLinkText2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.featuredEvents h1, .featuredBlog h1 {
  font-size: 42px;
}
.featuredEvents, .featuredEvents .featuredPostBlock-link {
  text-align: right;
}

.featuredBlog, .featuredBlog .featuredPostBlock-link {
  text-align: left;
}

.underline {
    width: calc(100%);
    text-decoration: none;
    background-image: linear-gradient(transparent calc(100% - 5px), black 5px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1s;
}
@media (max-width: 1417px) {
  .featuredPostBlock-image, .featuredEvents, .featuredBlog {
    width: calc(50vw - 37.5px);
    height: calc(50vw - 37.5px);
  }
  .featuredEvents h1, .featuredBlog h1 {
    font-size: 33px;
  }
}
@media (max-width: 600px) {
  .featuredPostBlock-image, .featuredEvents, .featuredBlog {
    width: calc(100vw - 50px);
    height: calc(100vw - 50px);
  }
  .featuredEvents h1, .featuredBlog h1 {
    font-size: 24px;
  }
}
.featuredPostBlock-image:hover {
  opacity: 0.85;
}
.newsBlock {
  display: block;
  margin-bottom: 25px;
}
.newsBlock + .newsBlock {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .newsBlock + .newsBlock {
    margin-top: 50px;
  }
}
.newsBlock-image {
  display: block;
  height: 325px;
  width: 100%;
  background-color: #f7f7f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.newsBlock-imageWrapper:hover .newsBlock-image {
  opacity: 0.85;
}
@media (max-width: 1024px) {
  .newsBlock-imageWrapper {
    margin-bottom: 25px;
  }
}
.newsBlock-textWrapper {
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .newsBlock-textWrapper {
    padding-right: 0;
  }
}
.newsBlock-date {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 25px;
  color: #b4b4b4;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .newsBlock-date {
    margin-bottom: 5px;
  }
}
.newsBlock-headline {
  color: black;
}
.newsBlock-headline:hover {
  text-decoration: underline;
}
.personBlock {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .personBlock {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .personBlock {
    margin-bottom: 30px;
  }
}
.personBlock:hover img {
  opacity: 0.85;
}
.searchInputWrapper {
  position: relative;
  margin-bottom: 25px;
}
.searchInput {
  width: 100%;
  height: 60px;
  border: 0;
  background: #f2f2f2;
  padding: 20px;
  padding-right: 80px;
  font-size: 18px;
  color: #000;
  outline: none;
}
.searchIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 15px;
  background-color: #000;
  cursor: pointer;
  fill: #fff;
}
.filterBlock {
  margin-bottom: 25px;
  margin-top: 25px;
}
.filterBlock-title,
.filterBlock-clearAll {
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
}
.filterBlock-filters {
  padding-top: 10px;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.filterBlock--open .filterBlock-filters {
  max-height: 300px;
  visibility: visible;
  opacity: 1;
}
.filterBlock-filters .filterBlock-filterItem {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #979797;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 100;
}
.filterBlock-filters .filterBlock-filterItem:hover,
.filterBlock-filters .filterBlock-filterItem.filterBlock-filterItem--filtered {
  color: #181818;
  text-decoration: underline;
}
.filterBlock-clearContainer {
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.filterBlock-clearContainer.filterBlock-clearContainer--open {
  max-height: 50px;
  visibility: visible;
  opacity: 1;
}
.filterBlock-clearAll {
  float: right;
  display: none;
}
.filterBlock-clearContainer--open .filterBlock-clearAll {
  display: block;
}
.filterBlock-arrow {
  background-image: url("../images/triangle-down.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0deg) translateY(7px);
      -ms-transform: rotate(0deg) translateY(7px);
          transform: rotate(0deg) translateY(7px);
}
.filterBlock--open .filterBlock-arrow {
  -webkit-transform: rotate(180deg) translateX(7px);
      -ms-transform: rotate(180deg) translateX(7px);
          transform: rotate(180deg) translateX(7px);
}
.filterBlock-filterItem:hover,
.filterBlock-clearAll:hover,
.filterBlock-title:hover,
.filterBlock-titleLabel,
.filterBlock-clearAll,
.filterItem {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.statsBlock {
  margin-top: 25px;
}
.statsBlock-stat {
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .statsBlock-stat {
    padding-right: 0;
  }
}
.statsBlock-stat + .statsBlock-stat {
  margin-top: 25px;
}
.statsBlock-label {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}
.statsBlock-detail {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.photoBlock {
  margin-bottom: 100px;
}
@media (min-width: 601px) and (max-width: 1366px) {
  .photoBlock {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .photoBlock {
    margin-bottom: 50px;
  }
}
.photoBlock-caption {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
}
.photoBlock-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 100px;
}
.photoBlock--one .photoBlock-image {
  padding-bottom: 40%;
}
.photoBlock--two {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 600px) {
  .photoBlock--two {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.photoBlock--two .photoBlock-image.index0 {
  padding-bottom: 144%;
}
@media (max-width: 600px) {
  .photoBlock--two .photoBlock-image.index0 {
    padding-bottom: 78%;
  }
}
.photoBlock--two .photoBlock-image.index1 {
  padding-bottom: 78%;
}
@media (max-width: 600px) {
  .photoBlock--two .photoBlock-image.index1 {
    padding-bottom: 144%;
  }
}
.photoBlock-spacer {
  display: none;
}
@media (max-width: 600px) {
  .photoBlock-spacer {
    display: block;
    margin-bottom: 20px;
  }
}
.photoBlock--three .photoBlock-image.index0 {
  padding-bottom: 80%;
}
@media (max-width: 600px) {
  .photoBlock--three .photoBlock-image.index0 {
    padding-bottom: 83%;
    margin-top: 24px;
  }
}
.photoBlock--three .photoBlock-image.index1 {
  padding-bottom: 83%;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .photoBlock--three .photoBlock-image.index1 {
    margin-top: 24px;
  }
}
.photoBlock--three .photoBlock-image.index2 {
  padding-bottom: 142%;
}
.photoBlock-floatRight {
  float: right;
}
.portraitPhotoBlock {
  margin: 25px 0;
  width: 55%;
}
@media (max-width: 1024px) {
  .portraitPhotoBlock {
    width: 100%;
  }
}
.portraitPhotoBlock--wide {
  width: 100%;
  margin: 25px auto;
  text-align: center;
}
.portraitPhotoBlock--wide .portraitPhotoBlock-image {
  width: 100%;
}
.portraitPhotoBlock-image {
  height: auto;
}
.content .portraitPhotoBlock-caption {
  font-size: 14px;
}
.landscapePhotoBlock {
  margin: 25px 0;
}
.landscapePhotoBlock-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 42%;
/*
  min-height: 600px
  +media(palm)
    min-height: 170px
  */
}
.content .landscapePhotoBlock-caption {
  font-size: 14px;
}
.subheaderBlock {
  position: relative;
}
.subheaderBlock-content {
  font-size: 40px;
  font-weight: 600;
  width: 75px;
  line-height: 1.1;
  border-top: solid #000 7px;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .subheaderBlock-content {
    position: static;
  }
}
@media (max-width: 600px) {
  .subheaderBlock-content {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.quoteBlock {
  padding: 80px 0;
  background-color: #f7f7f7;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .quoteBlock {
    margin-bottom: 50px;
    padding: 35px 0;
  }
}
.quoteBlock-role {
  font-weight: 400 !important;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.quoteBlock-quote {
  margin-bottom: 0.5em;
  margin-left: 40px;
  position: relative;
}
@media (max-width: 600px) {
  .quoteBlock-quote {
    margin-bottom: 1em;
  }
}
.quoteBlock-image {
  margin-bottom: 1em;
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: #808080;
}
@media (max-width: 600px) {
  .quoteBlock-image {
    display: inline-block;
    max-width: 80px;
    margin-bottom: 0;
    margin-right: 1em;
  }
}
.quoteBlock-details {
  margin-left: 40px;
}
@media (max-width: 600px) {
  .quoteBlock-details {
    display: inline-block;
    vertical-align: top;
  }
}
.mapBlock {
  position: relative;
}
@media (max-width: 600px) {
  .mapBlock {
    padding-top: 25px;
  }
}
.mapBlock .mapBlock-link {
  position: absolute;
  border-bottom: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.mapBlock-content {
  padding-right: 2em;
}
.mapBlock-name {
  margin-bottom: 0.5em;
}
.mapBlock-address {
  margin-bottom: 0;
}
.mapBlock-mapContainer {
  position: relative;
}
.mapBlock-map {
  min-height: 500px;
}
@media (max-width: 600px) {
  .mapBlock-map {
    min-height: 310px;
  }
}
.mapBlock .leaflet-control-container {
  display: none !important;
}
.headerSliderBlock {
  position: relative;
}
@media (max-width: 1024px) {
  .headerSliderBlock {
    margin-bottom: 50px;
  }
}
.headerSliderBlock .slider {
  width: 100vw !important;
}
.headerSliderBlock .modal-trigger {
  right: 15px;
  bottom: 15px;
  z-index: 999;
}
.headerSliderBlock .modal-content {
  overflow: hidden;
}
.headerSliderBlock .slider-decorator-2 {
  width: 99vw;
}
.headerSlider-imageDiv {
  height: 56vw !important;
  max-height: 820px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 65%;
  position: relative;
}
.modal .headerSlider-imageDiv {
  max-height: none;
  height: 100vh;
}
@media (max-width: 1024px) {
  .modal .slider {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.modal-content {
  position: fixed;
  opacity: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.85);
  z-index: 99999;
  overflow-y: auto;
}
.modal--clicked .modal-content {
  -webkit-animation-name: exit;
          animation-name: exit;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
.modal--visible .modal-content {
  opacity: 1;
  top: 0;
  -webkit-animation-name: enter;
          animation-name: enter;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
.modal-trigger {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  position: absolute;
  padding: 2px 6px;
  font-size: 40px;
  transition: all 0.2s ease-in-out;
  width: 52px;
  height: 52px;
}
.modal-trigger:hover {
  background: rgba(24,24,24,0.5);
}
.swiper-container {
  width: calc(100% - 25px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.swiper-pagination-bullet-active {
  background: white !important;
}

.swiper-slide {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transform-origin: center center;
}

.title-bg {
  -webkit-transform: translateZ(-999px) scale(2);
  transform: translateZ(-999px) scale(2);
  animation: parallax-back 40s infinite linear;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}

.people-bg {
  background-position: 50% 60%;
}

.csr-bg {
  background-position: 50% 25%;
}

@keyframes parallax-back { 
  0%,100%  {transform: scale(1.1);} 
  50% {transform: scale(1.2);} 
} 

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media (max-width: 1024px) {
  .modal-trigger {
    font-size: 30px;
    width: 42px;
    height: 42px;
  }
}
.modal-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 20px;
  z-index: 9999;
  transition: all 0.2s ease-in-out;
  padding: 14px 16px;
  width: 52px;
  height: 52px;
}
.modal-close:hover {
  background: rgba(0,0,0,0.5);
}
@media (max-width: 1024px) {
  .modal-close {
    font-size: 18px;
    padding: 6px 8px;
    width: 36px;
    height: 36px;
  }
}
@-webkit-keyframes enter {
  0% {
    top: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  1% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes enter {
  0% {
    top: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  1% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes exit {
  0% {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    top: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes exit {
  0% {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    top: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.gallery-image {
  display: block;
  margin-bottom: 25px;
}
.page--homepage .featuredPostsBlock-imgWrap, .page--homepage .mainMenu-imgWrap, .page-template-page-digital .mainMenu-imgWrap {
  position: relative;
  overflow: hidden;
}
.page--homepage .featuredPostsBlock-imgWrap:after, .page--homepage .mainMenu-imgWrap:after {
  content: "";
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 0;
}

.page--homepage .featuredPostBlock-image img {
  max-width: 100%;
  max-height: 100%;
  height: 673px;
}
@media (max-width: 1024px) {
  .page--homepage .featuredPostBlock-image img {
    height: 600px;
    width: 600px;
  }
}
@media (max-width: 600px) {
  .page--homepage .featuredPostBlock-image img {
    height: 300px;
    width: 300px;
  }
}
.page--homepage .featuredPostsBlock-title {
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  .page--homepage .featuredPostsBlock-title {
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    margin-bottom: 25px;
  }
}
.page--homepage .link--post:hover .mainMenu-image, .page-template-page-digital .link--post:hover .mainMenu-image {
  -webkit-filter: grayscale(0%) brightness(0.6);
  -moz-filter: grayscale(0%) brightness(0.6);
  filter: grayscale(0%) brightness(0.6);
}
.page--homepage .link--post:hover .featuredPostsBlock-imgWrap:after {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .page--homepage .link--post:hover .featuredPostsBlock-imgWrap:after {
    background-color: transparent;
  }
}
.page--homepage .link--post:hover .featuredPostsBlock-title {
  visibility: visible;
  opacity: 1;
}
.office-wrapper h1 {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 55px;
}
.office-wrapper img {
  height: auto;
}
.office-wrapper .allStaff-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.office-wrapper .allStaff-heading.allStaff-headingFirst {
  margin-top: 0;
}
.office-wrapper a.office-link {
  text-decoration: none;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.office-wrapper a.office-link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #181818;
}
.office-wrapper .allStaff--last {
  margin-bottom: 35px;
}
.allStaff-image {
  margin: 25px auto 0;
}
.content .office-wrapper p {
  margin-bottom: 0;
}
.person-header {
  padding-bottom: 40px;
}
.person-name {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .person-name {
    margin-top: 25px;
  }
}
.person-role {
  font-size: 16px;
}
.person-bio {
  padding-top: 1em;
}
.person-newsList {
  margin: 0;
  padding: 0 0 0 40px;
}
@media (max-width: 1024px) {
  .person-newsList {
    padding: 0;
  }
}
.person-newsList li {
  list-style: none;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #b4b4b4;
  font-weight: 500;
}
.person-newsList li:hover a {
  text-decoration: underline;
}
.person-newsList a {
  display: block;
  color: #181818;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 3px;
}
.person-featuredProjects {
  border-top: 1px solid #181818;
}
.person-featuredProjectsTitle {
  font-weight: 700;
  margin: 35px 0 20px;
}
.project-excerpt {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 600px) {
  .project-excerpt {
    font-size: 22px;
  }
}
.project-introText {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .project-introText {
    margin-bottom: 25px;
  }
}
.project-introText p {
  font-size: 18px;
  letter-spacing: 0.5px;
}
.project-title {
  margin: 20px 0;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.project-creditsLink {
  font-size: 14px;
  font-weight: 600;
  padding: 25px 0;
  width: 100%;
  display: block;
}
.project-creditsLink:hover span {
  border-bottom: 1px solid #000;
}
.project-creditsLink span {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}
.project-contentWrapper {
  width: 100%;
  width: calc(100% + ((100vw - 1366px) / 2));
}
@media (max-width: 1366px) {
  .project-contentWrapper {
    width: 100%;
  }
}
.project-relatedProjects {
  border-top: 1px solid #181818;
}
.project-relatedProjectsTitle {
  font-weight: 700;
  margin: 35px 0 20px;
}
.u-hide {
  display: none;
}
.u-italic {
  font-style: italic !important;
}
.u-bold {
  font-weight: 700 !important;
}
.u-lowercase {
  text-transform: lowercase !important;
}
.u-uppercase {
  text-transform: uppercase !important;
}
.u-small {
  font-size: 70% !important;
}
.u-xsmall {
  font-size: 60% !important;
}
.u-alignCenter {
  text-align: center !important;
}
.u-alignRight {
  text-align: right !important;
}
.u-alignLeft {
  text-align: left !important;
}
.u-underline {
  text-decoration: underline !important;
}
.u-nowrap {
  white-space: nowrap !important;
}
#bitnami-banner,
.bitnami-corner-image-div {
  display: none !important;
}
.js-sandbox {
  display: none;
}
pre {
  width: 100%;
  overflow: auto;
}

/*# sourceMappingURL=app.css.map */

/* LAB Styles */

.about-wrapper {
  font-size: 16px;
  font-weight: 400;
}

.download-button {
  padding: 15px !important;
  background-color: #000;
  color: white !important;
  cursor: pointer;
  text-decoration: none;
  border-bottom: none !important;
  display: inline-block;
}

.download-button:hover {
  color: black !important;
  background-color: white;
  text-decoration: none;
  border-bottom: none !important;
}

.menu-item-has-children ul {
  display: none;
}

.page-template-page-lab .primaryNav + *, .page-template-page-labPages .primaryNav + * {

  margin-top: 0px;

}

@media (max-width: 1024px) {
  .right-list {
    float: left;
  }
}

.mainMenu-title {
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  font-weight: 600;
  position: absolute;
  color: white;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}
.pattern {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

rect.hbar {
  mask: url(#mask-stripe)
}

.fillColor {
  fill: url(#Gradient2);
}


.st0q {
  fill: #fff;
}

.st0w {
  fill: #558000;
}

.st1w {
  fill: #996633;
}

.level {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  border-left: 1px solid rgba(0,0,0,0.2);
  border-right: 1px solid rgba(0,0,0,0.2);
  border-top: 1px solid rgba(0,0,0,0.2);
  border-bottom: 3px solid rgba(0,0,0,0.1);
  background: rgb(153,144,139);
  background: linear-gradient(90deg, rgba(153,144,139,1) 0%, rgba(192,191,186,1) 35%, rgba(139,131,129,1) 100%);
}

.tree {
  position: absolute;
  bottom: 0;
  opacity: 1;
  width: auto !important;
  height: auto !important;
} 

.tree1 {
  left: 10%;
}

.tree2 {
  left: 50%;
}
.tree3 {
  left: 30%;
}
.tree4 {
  left: 60%;
}

.bottom25 {
  margin-bottom: 25px;
}

.diagLayer {
  width: 100%;
  height: 126px;
  background: rgb(153,144,139);
background: linear-gradient(90deg, rgba(153,144,139,1) 0%, rgba(192,191,186,1) 35%, rgba(139,131,129,1) 100%);
}

rect.hbar6 {
 mask: url(#mask-stripe6)
}

.fillColor6 {
 fill: rgba(0,0,0,0.4);
}  

rect.hbar2 {
  mask: url(#mask-stripe2)
}

.fillColor2 {
  fill: url(#Gradient1);
}

rect.hbar3 {
  mask: url(#mask-stripe3)
}

rect.hbar4 {
  mask: url(#mask-stripe4)
}

rect.hbar5 {
  mask: url(#mask-stripe5)
}

.fillColor3 {
  fill: #ffffff;
}

rect.shadow {
  fill: rgba(0,0,0,0.3);
}
rect.shadow2 {
  fill: rgba(0,0,0,0.2);
}

#frame_svg {
position: fixed;
left: 0; bottom: 0;
width: 100%; height: 100%;
}

.divider {
  position: relative;
}

.dividerText {
  position: absolute;
  display: block;
  width: 100%;
  padding-left: 25px;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 72px;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 10px white,
  4px 4px 10px black,
  4px 4px 10px black;
}

#content {
  width: 100%;
}

.slick-slide {
  margin-right: 25px;
  position: relative;
}


.slide-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 65%;
  position: relative;
  filter: grayscale(60%);
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}

.slide-content:hover {
  cursor: pointer;
  filter: grayscale(0%);
}

.event-date {
  background: rgba(0,0,0,0.8);
  font-weight: bold;
  color: white;
  padding: 5px;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 10px;
}

.event-type {
  top: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  font-family: 'FKGrotesk';
  position: absolute;
  color: white;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.dateMonth {
  font-size: 22px;
  font-weight: 900;
}

.dateDay {
  font-size: 42px;
  font-weight: 900;
  line-height: 36px;
}

.event-title {
  background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,1));
  font-size: 26px;
  font-weight: 600;
  color: white;
  padding: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-shadow: 1px 1px 3px black;
}

.welcomeWrap {
  height: 100% !important;
}

.lowerMenu {
  background: black;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}

.lowerMenu:hover {
  background: white;
}

.lowerMenu .mainMenu-title {
  text-shadow: none;
}

.lowerMenu:hover .mainMenu-title {
  color: black;
}

.timeSection {
  line-height: 10px;
  padding-bottom: 2px;
}

.eventTime {
  font-size: 12px;
}

.eventMeridiem {
  font-size: 8px;
}
.footer-copyright {
  font-size: 12px !important;
  margin-top: 5px;
}
.footer-links a {
  font-size: 14px;
  color: #9d9d9d;
}
.social-links {
  margin-top: 5px;
}
.social-links a {
  color: white;
  font-size: 26px;
  padding: 10px;
}

.social-links a:hover {
  color: #9d9d9d;
}

.slick-list {
  margin-bottom: 25px !important;
}

.slick-next, .slick-prev {
  display: none;
  width: auto !important;
  height: auto !important;
}

.slick-prev {
  left: 40px !important;
  z-index: 1000 !important;
}

.slick-next {
  right: 60px !important;
  z-index: 1000 !important;
}

.page--csr .carousel {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.slick-prev:before, .slick-next:before {
  font-size: 40px !important;
}

.nav-menu a {
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica;
  font-size: 18px;
  padding: 15px;
  color: black;
  vertical-align: middle;
  transition: none;
}
.nav-menu-container {
  position: relative;
  display: block;
  text-align: right;
  padding: 40px 0 40px 25px;
  margin-right: -15px;
  float: right;
}
.nav-menu {
  display: inline-block;
  vertical-align: middle;
}
.threebar {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.threebar .bar {
  position: absolute;
  top: -3px;
  width: 35px;
  height: 5px;
  background: #000;
  transition: all 0.5s ease;
}
.threebar .bar:nth-child(1) {
  transform: translateY(-225%);
}
.threebar .bar:nth-child(3) {
  transform: translateY(225%);
}
.threebar.arrow .bar:nth-child(1) {
  transform-origin: left center;
  transform: translateX(-33.33%) translateY(33%) rotate(-45deg) scaleX(0.66);
}
.threebar.arrow .bar:nth-child(3) {
  transform-origin: left center;
  transform: translateX(-33.33%) translateY(-33%) rotate(45deg) scaleX(0.66);
}
.threebar.arrow .bar:nth-child(2) {
  opacity: 0;
}
.office-link {
  clear:both;
  font-size: 16px;
  margin-bottom: 5px;
}
.office-wrapper .grid .link--post {
  margin-bottom: 25px;
}

.office-wrapper .button-text {
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
}

.page--office .office-wrapper h1 {
  margin-bottom: 0;
}

.office-event-slide .slide-content {
  height: 200px;
}

.attention-box {
  color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 25px;
    height: 100%;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.attention-icon {
  display: inline-block;
  width: 10%;
  text-align: center;
  vertical-align: middle;
}

.attention-icon .fa {
  font-size: 48px;
  text-align: center;
  vertical-align: middle;
}

.attention-body {
  width: 85%;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  font-size: 16px;
}

.item-video {
  background: black;
}

.office-wrapper .grid > div {
  padding: 15px;
}

.owl-carousel {
	overflow: hidden;
}

.carousel-main {
	position: relative;
}

/* Nav */
.owl-carousel .owl-nav {
    margin-top: 0; /* resetting margins for nav buttons */
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	width: 50px;
	height: 70px;
	margin: 0; /* removes margins around nav buttons */
	background: #ECF0F1;
	border-radius: 0;
	color: #E74C3C;
	cursor: pointer;
	position: absolute;
	bottom: calc(50% - 35px);
	z-index: 999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	background: #ECF0F1;
	color: #34495E;
}

.owl-nav button.owl-prev {
	left: -50px; /* starting position */
}

.owl-nav button.owl-next {
	right: -50px; /* starting position */
}

.owl-carousel:hover .owl-nav button.owl-prev {
	left: 0; /* target position after transition */
}

.owl-carousel:hover .owl-nav button.owl-next {
	right: 0; /* target position after transition */
}

/* Dots */
.owl-theme .owl-dots {
	margin-top: 10px; /* restores top margin for dots only */
}

.owl-theme .owl-dots .owl-dot span {
	background-color: #ECF0F1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #E74C3C; /* for active dot */
}

/* Other */
button:focus, button:active {
   outline: none; /* removing blue outline from buttons */
}

.owl-carousel .owl-video-tn {
  padding-bottom: 56.25%;
  background-size: cover;
}

.owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.owl-video-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.owl-carousel .owl-video-play-icon {
  margin-left: 0 !important;
  margin-top: 0 !important;
  height: 40px !important;
  width: 65px !important;
  transform: translate(-50%, -50%) !important;
  background-position: center center;

}

.owl-carousel .owl-video-play-icon:hover {
  transform: translate(-50%, -50%) !important;
  filter: grayscale(100%);
  opacity: 0.9;
}

.wellness-wrapper .button-text {
  text-align: left;
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  padding-top: 5px;
  font-size: 14px;
  padding-left: 10px;
}

.wellness-wrapper a {
  border: none;
}

.wellness-wrapper a:hover {
  border: none;
}

.welcome-image {
  background-size: cover;
  width: 100%;
  padding-bottom: 60%;
  filter: grayscale(1);
  background-position: center center;
}

.new-hire-name {
  position: absolute;
  bottom: 0;
  display: block;
  font-weight: 600;
  color: white;
  /* text-shadow: 0 0 black, 0 0 black; */
  width: 100%;
  text-align: center;
  padding: 25px 0 10px;
  background: linear-gradient(0deg, rgba(0,0,0,0.4), transparent);
}

.item-video {
  height: auto;
  width: 100%;
}

.item-video iframe {
  width: 100% !important;
  vertical-align: middle;
}

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

.single-revit .post {
  height: calc(100% - 226px);
}

.module-name {
  text-align: center;
}

.module-progress {
  padding-bottom: 25px;
}

.module-description {
  padding-bottom: 1.5em;
}

.step-name {
  margin-bottom: 1em;
}

ol {
  list-style: decimal !important;
  padding-left: 1em;
  margin-bottom: 1.5em;
}

ol li {
  margin-bottom: 5px;
}

.next-button {
  z-index: 5;
  background-color: rgb(0, 0, 0);
  font-family: 'FKGrotesk';
  font-weight: bold;
  height: auto;
  width: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: left;
  line-height: 50px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 20px;
  border-color: rgb(229, 231, 235);
  padding-left: 20px;
  padding-right: 20px;
  filter: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  border-width: 0px;
  border-radius: 0px;
}
.title-parallax {
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 450px;
}

.title-parallax h1 {
  font-size: 48px;
  font-weight: 600;
  color: white;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}

.title-parallax h2 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}

.title-parallax .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.title-parallax .grid,.title-parallax .container {
  margin-bottom: 0;
}

.csr-category-emblem {
  background-size: cover;
  width: 75px;
  height: 75px;
}

.csr-category-info {
  width: calc(100% - 100px);
  padding-left: 25px;
}

.csr-category {
  display: flex;
  align-items: center;
}

.initiative {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.initiative-date {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 200;
}
.digital-section, .digital-heading {
  margin-bottom: 1em;
}

.digital-section p {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}

.side-menu {
  background-color: #f7f7f7;
  padding: 30px;
}

.side-menu h2 {
  margin-bottom: 0.5em;
}

.digital-thumbnail {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 1em;
}

.page-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-navigation span {
  color: black;
  cursor: pointer;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  font-size: 18px;
  font-weight: 400;
  width: auto;
  line-height: 1.75rem;
  letter-spacing: 0.5px;
}

.page-navigation span:hover, .page-navigation span.active {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.digital-page {
  display: none;
}

.section-title {
  font-size: 42px;
  letter-spacing: 0.1px;
  line-height: 42px;
  margin-bottom: 1em;
}

.list-link, a.list-link {
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
  cursor: pointer;
  line-height: 1.5;
  user-select: none;
}

.search-highlight {
  background-color: yellow;
}

.list-link::after {
  content: ' ';
  display: block;
  height: 10px;
}

.list-content {
  margin-left: 2em;
}

.fa-caret-down {
  transition: all 0.2s ease-in-out;
  transform: rotate(-90deg);
  margin-left: 5px;
}

.fa-caret-down.closed {
  transform: rotate(0);
}

.list-content {
  display: none;
}

.featured-container {
  margin-bottom: 1rem;
}

.lab-chat-featured {
  width: 100%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: 50%;
  filter: grayscale(0.4);
  border: none;
}

.lab-chat-featured:hover {
  filter: grayscale(0);
}

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

.chats-container {
  position: relative;
  width: 100%;
  padding: 25px 0;
  background: radial-gradient(rgba(8,7,8,0.7),#181818);
  color: white;
  margin-bottom: 25px;
}

.chats-container .lab-chat-featured:hover .featuredPostsBlock-title, .chats-container .featuredPostsBlock-title:hover {
  color: white;
  text-decoration-line: underline;
  text-decoration-color: white;
}

.list-date {
  display: block;
  font-weight: 200;
  font-size: 16px;
  color: #b4b4b4;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.page--lab .list-link::after {
  height: 0;
}

.page--lab h3 {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  height: 2rem;
  display: block;
  text-transform: uppercase;
}

.page--lab .chats-container h3 {
  margin-bottom: 0;
}

.archive-txt {
  margin-top: -0.1rem;
  display: block;
}

.page--lab .title-parallax {
  margin-bottom: 0;
}

.lab-resources .list-link::after {
  height: 10px;
}

svg.feather.feather-arrow-up-right {
    display: inline;
    width: 2rem;
    margin-bottom: -0.5rem;
}

.archive-btn {
  padding: 1rem;
  line-height: 1;
  font-weight: 900 !important;
  background: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.archive-btn:hover {
  color: white;
  background: #181818;
  text-decoration: none !important;
}

.archive-btn svg.feather.feather-arrow-up-right {
  width: 1.6rem;
  margin-right: -0.2rem;
}

.archive-btn:hover svg.feather.feather-arrow-up-right {
  filter: invert(1);
}

.page--lab .grid > .featured-lab-chat {
  padding-top: 25px;
}

.lab-project-link {
  display: block;
}

.lab-project-link h3 {
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.chat-link:hover {
  text-decoration: underline;
  text-decoration-color: white !important;
}

.page--lab .lab-project-link:hover {
  text-decoration: none;
}

.page--lab .lab-project-link:hover h3 {
  border-bottom: 2px solid black;
}

.search-results-title {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.search-result {
  margin-bottom: 1rem;
}

.pagination {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.pagination h2 {  
  display: none;
}

.page-numbers {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  text-align: center;
}

.page-numbers.current, .page-numbers:hover {
  border-bottom: 1px solid black;
}

.nav-search .searchInput {
  width: 0;
  padding: 0;
  transition: all 0.5s ease-in-out;
}

.nav-search .searchInputWrapper {
  margin-bottom: 0;
}

.nav-search form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-search .searchIcon {
  position: relative;
  background: white;
  fill: black;
  transition: all 0.5s ease-in-out;
}

.nav-search .searchInputWrapper.active .searchInput {
  width: 500px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-search .searchInputWrapper.active .searchIcon {
  background: black;
  fill: white;
}

.right-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.section {
  padding-bottom: 1rem;
}

.section a {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  color: black;
}

.section a:hover {
  background-color: #FFAA00;
}

.

.section p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.section p img {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.section h2 {
  margin-top: 3rem;
  line-height: 1.5;
}

.section h3 {
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 1.25rem;
}
