/**
 * Content
 */

@keyframes textfadeout {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes first {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes second {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes third {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textfadein {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0 !important;
  }
}
[data-set-id="24411869"] #cursor {
  display: none !important;
}
#cursor {
  color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: -10px;
  margin-left: -10px;
  z-index: 200;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
#cursor.right:before {
  content: "WATCH";
  cursor: none;
  font-family: "Big Caslon FB", Icons;
}
#cursor:before {
  margin-left: -30px;
  margin-top: -5px;
  text-transform: uppercase;
  font-family: "Big Caslon FB", Icons;
  display: block;
  font-size: 23px !important;
  content: "";
  width: 25px;
  font-size: 20px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.full {
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: relative;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.13);
  ;
}
.close-video {
  border: 0px;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 10px;
  font-size: 30px;
  right: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
  color: white !important;
}
[data-set-id="24411869"] [data-view="pinned_top"] {
  display: none;
}
[data-set-id="24411869"] .content_container .page_content div {
  text-align: center !important;
  max-width: 1200px;
  margin: 0px auto;
}
[data-set-id="24411869"] [data-view="pinned_bottom"] {
  display: none;
}
.menu-navigation {
  top: 0px;
  display: none;
  position: relative;
  transition: all 0.3s;
  z-index: 999999999;
}
.menu-icon-toggle {
  display: block;
  width: 45px;
  height: 35px;
  position: relative;
  z-index: 9;
}
.open .menu-icon-toggle::before {
  background-color: #fff;
}
.open .menu-icon-toggle::after {
  background-color: #fff;
}
.open .menu-icon-toggle span {
  background: #fff !important;
}
.menu-icon-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.menu-icon-toggle::before, .menu-icon-toggle::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}
.menu-icon-toggle::before {
  top: 6px;
}
.menu-icon-toggle::after {
  bottom: 6px;
}
.open .menu-icon-toggle span {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.open .menu-icon-toggle::before {
  background-color: #fff;
}
.open .menu-icon-toggle::after {
  background-color: #fff;
}
.open .menu-icon-toggle::before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .menu-icon-toggle::after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
  -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.open .menu {
  left: 0px;
}
.menu {
  visibility: visible;
  box-sizing: border-box;
  left: -100%;
  right: 0px;
  padding: 140px 30px 30px 30px;
  transition: all 0.3s;
  background: #223139;
  position: fixed;
  width: 100%;
  z-index: 5;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  height: 100vh;
}
.menu ul {
  position: relative;
  top: -30px;
  padding-left: 0px;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  margin-left: 0px !important;
}
.menu ul ul {
  top: 0px;
  margin-bottom: 20px;
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.menu ul ul li a {
  font-size: 18px;
  color: #d7d7d7;
  line-height: 24px;
}
.menu ul ul li {
  margin-bottom: 10px;
}
.menu li {
  list-style: none;
  opacity: 0;
  margin-bottom: 20px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu li {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.5s;
}
.menu li span {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.open .menu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.open .menu li {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.open .menu li span {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.menu a {
  font-family: "Big Caslon FB", Icons;
  display: inline-block;
  position: relative;
  font-size: 50px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}
.header-2 .insta a {
  color: white !important;
}

.menu a:hover{
	opacity: 0.5 !important;
}
[data-id="14457352"] {
  min-height: 0px !important;
  height: auto !important;
}
[data-set-id="14457351"] [data-autopaginate] {
  height: 0px !important;
}
[data-page-id="24116590"] .header-2 .insta {
  color: white;
}
[data-page-id="24116590"] .header-2 .header-inner a {
  color: white !important;
}
[data-page-id="24116590"] .header-2 .logo-alt {
  background-image: url("https://files.cargocollective.com/c804015/Otherness-logo.svg");
}
[data-set-id="14457351"] .header-2 .insta {
  color: white;
}

[data-set-id="14457351"] .header-2 {
  border-color: white;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
}
[data-set-id="14457351"] .header-2 .logo-alt {
  background-image: url("https://files.cargocollective.com/c804015/Otherness-logo.svg");
}
.header-2 .logo-alt {
  background-image: url("https://files.cargocollective.com/c804015/Otherness-logo.svg");
}
.header-2 .nav a {
  color: white !important;
}
[data-set-id="24326306"] .header-2 .nav a {
  color: #000 !important;
}
 
[data-set-id="24326306"] .header-2 .insta a {
  color: #000 !important;
}
 
[data-set-id="14457351"] .header-2 .header-inner a {
  color: white !important;
}
[data-set-id="14457351"] [thumbnails-pad] {
  padding: 0px !important;
}
.collective-nav {
  position: relative;
  display: block !important;
  margin-top: 0px !important;
  border-top: 2px solid black
}
.collective-nav-inner {
  color: white;
  padding: 30px 80px;
  justify-content: space-between;
  display: flex;
  align-content: center;
  align-items: center;
}
.collective-nav-inner a {
  font-family: 'CircularStd-Book';
  text-transform: uppercase;
  font-size: 15px;
  color: black !important;
}
.arrow.alt {
  transform: rotate(180deg);
  top: 4px;
  margin-left: 0px;
  margin-right: 10px;
}
[data-view="pinned_top"].pinned {
  height: auto !important;
}
[data-set-id="14457351"] [local-style="14457352"] {
  display: block;
}
[local-style="14457352"] {
  display: none;
}
h1.about {
  max-width: 1120px;
  padding: 0px 60px !important;
  margin: 0px auto !important;
  font-size: 50px !important;
  color: #fff !important;
}
.profiles {
  max-width: 1400px !important;
  display: flex;
  padding: 0px 30px;
  margin: 40px auto 50px auto !important;
  flex-wrap: wrap;
}
.profile {
  padding: 20px;
  color: black;
  font-size: 23px;
  margin: 0px auto 30px auto !important;
  width: calc(25% - 30px);
  background: #fff;
}
.images-alt {
  width: 100%;
  height: 100vh;
  display: flex;
}
.image-alt {
  width: 50%;
  position: relative;
}
.profile img {
  height: auto !important;
  width: 100% !important;
}
.image-alt img {
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  position: absolute;
}
.images {
  display: flex;
}
.image {
  display: inline-block;
  background-size: cover;
  background-position: center;
  width: 50vw;
  height: 100vh;
}
[data-id="14457352"].page_container {
  z-index: 0;
}
.drop-nav {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  font-family: 'CircularStd-Book';
  font-size: 20px;
  ;
  position: fixed;
  left: 60px;
  top: 37px;
  ;
}
.drop-menu {
  visibility: hidden;
}
[data-set-id="14457351"] .drop-menu {
  visibility: visible;
}
[data-set-id="14457351"] .drop-nav {
  opacity: 0;
  visibility: hidden;
}
[data-set-id="14457351"] .header {
  opacity: 0;
  visibility: hidden;
}
[data-set-id="14457351"] .header-2 {
  opacity: 0;
  visibility: visible;
}
[data-set-id="24326306"] .header-2 {
  display: block;
}
[data-page-id="24326684"] .header-2 {
  display: block;
  background: #e8e8e8;
}
[data-set-id="24326306"] .header-2 {
  display: block;
  background: #e8e8e8;
  border-color: black;
}
[data-set-id="24326306"] {
  background: #e8e8e8 !important;
}
[data-page-id="24326684"] {
  display: block;
  background: #e8e8e8 !important;
}
[data-page-id="24326684"] .thumbnails {
  margin: 50px auto !important;
  max-width: 1500px;
}

[data-page-id="24326684"] .logo-alt {
  background-image: url("https://files.cargocollective.com/c813671/Otherness-logo-black.svg");
}
[data-set-id="24326306"] .logo-alt {
  background-image: url("https://files.cargocollective.com/c813671/Otherness-logo-black.svg");
}
[data-set-id="24326306"] .menu-icon-toggle span {
  background-color: #000 !important;
}
[data-set-id="24326306"] .menu-icon-toggle::before, [data-set-id="24326306"] .menu-icon-toggle::after {
  background-color: #000 !important;
}
[data-page-id="24326684"] .menu-icon-toggle span {
  background-color: #000 !important;
}
[data-page-id="24326684"] .menu-icon-toggle::before, [data-page-id="24326684"] .menu-icon-toggle::after {
  background-color: #000 !important;
}
[data-page-id="24326684"] .nav a {
  color: black !important;
}
[data-page-id="24326684"] .header-2 {
  border-color: black;
}
[data-page-id="24326684"] .insta a {
  color: black !important;
}
.sticky-cols {
  width: calc(100% - 100px);
  margin: 135px auto 0px auto !important;
  color: black;
}
.sticky-cols h2 {
  font-family: "Big Caslon FB", Icons;
  line-height: 31px !important;
  font-size: 20px !important
}
.sticky-cols h1 {
  color: black !important;
  font-size: 50px !important;
}
.sticky-cols>div:first-child {
  position: sticky;
  top: 148px;
  line-height: 20px !important;
  padding-right: 50px;
  text-align: left;
}
.sticky-cols>div:first-child a {
  color: black;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: 'CircularStd-Book' !important;
  font-size: 15px !important;
  letter-spacing: 0.5px;
  ;
}
.sticky-cols>div:first-child a small {
  top: -3px;
  font-size: 0px;
  position: absolute;
  margin-left: 10px;
  ;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  background-image: url("https://files.cargocollective.com/c813671/arrow.svg");
  width: 30px;
  height: 22px;
  ;
}
.sticky-cols img {
  margin-bottom: 30px !important;
  height: auto !important;
  width: 100% !important
}
.main_container {
  overflow: initial !important;
}
.header-2 {
  display: block;
    height: 91px;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px #fff solid;
  color: black;
     border-color: white;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
}
[data-page-id="24116590"] .header-2 {
  display: block;
  border-color: white;
  background: #223139;
}
[data-page-id="24116590"] .logo-alt {
  display: none
}
[data-page-id="24258174"] .header-2 {
  display: block;
    border-color: black !important;
  background: #f6dce3;
}

[data-page-id="24258174"] .menu {
	
  background: #f6dce3;
}

[data-page-id="24258174"] .menu a{
	
    color: #060606 !important;
}

[data-page-id="24258174"] .menu-icon-toggle::before, [data-page-id="24258174"] .menu-icon-toggle::after {
  background-color: #000 !important;
}
[data-page-id="24258174"] .menu-icon-toggle span {
  background-color: #000 !important;
}


[data-page-id="24258174"] a{
	color: black !important;
}
[data-page-id="24258174"] .header-2 .nav a {
  color: #000 !important;
}
[data-page-id="24258174"] .header-2 .logo-alt {
  background-image: url("https://files.cargocollective.com/c804015/Otherness-logo-black.svg");
}
[data-page-id="24258174"] .header-2 .insta a {
  color: #000 !important;
}
[data-page-id="24258174"] .header-2 {
  border-color: white;
}
[data-page-id="24258174"] .logo-alt {
  display: none
}
[data-page-id="24116635"] .header-2 {
  display: block;
  background: #e8e8e8;
}
[data-page-id="24326684"] .menu {
  background: #e8e8e8;
}
[data-page-id="24326684"] .menu a {
  color: black;
}
[data-page-id="24116635"] .logo-alt {
  display: none
}
.header-inner {
  padding: 0px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-2 .nav a {
  font-family: "Big Caslon FB", Icons !important;
  font-size: 15px !important;
  letter-spacing: 2px;
}
.dots {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://files.cargocollective.com/c813671/dots.svg");
  height: 30px;
  background-position: center;
  width: 30px;
}
.insta {
  position: absolute;
  font-size: 23px !important;
  right: 80px;
}
.insta a {
  color: black !important;
}
.back {
  display: none;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99999999;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://files.cargocollective.com/c813671/back-arrow.svg");
  height: 20px;
  width: 20px;
}
[data-page-id="14457351"] .back {
  display: none;
}
[data-page-id="14457351"] .dots {
  display: block;
}
.drop-menu {
  display: none;
}
.drop-menu a {
  font-size: 14px;
  color: white !important;
  text-align: left;
  display: block;
}
body.open .drop-menu {
  visibility: visible;
  display: block;
}
/* [data-page-id="14457351"] .drop-nav{
    transition: all 0.4s ease-in-out;

    opacity: 0;
	animation: third ease-in-out 0.5s 4s forwards !important;

	
}*/

.arrow {
  top: 1px;
  position: relative;
  margin-left: 10px;
  ;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  background-image: url("https://files.cargocollective.com/c813671/arrow.svg");
  width: 30px;
  height: 22px;
  ;
}
.thumbnails .tags a:after {
  content: "";
  top: 5px;
  position: relative;
  margin-left: 10px;
  ;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  background-image: url("https://files.cargocollective.com/c813671/arrow.svg");
  width: 30px;
  height: 22px;
  ;
}
#fullwidth-video {
  height: 100vh;
  overflow: hidden;
  width: 100% !important;
  position: absolute;
  left: 0px;
  top: 0px;
}
#fullwidth-video video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
[data-view='pinned_bottom'] .page_container:last-child #moveDown {
  display: none;
}
[local-style="14429694"] {
  z-index: 9999999 !important;
}
[local-style="14457350"] {
  z-index: 0 !important;
}
.home-one {
  flex-direction: column;
  position: relative;
  display: flex;
  justify-content: center;
  height: 100vh;
}
.home-two {
  display: flex;
  justify-content: center;
  height: 100vh;
}
[data-page-id="14457364"] .home-work {
  display: none;
}
[data-page-id="14457364"] .other-work {
  display: block;
}
[data-set-id="14457360"] .header {
  opacity: 1 !important;
  visibility: visible;
}
[data-set-id="14457360"] .header-2 {
  opacity: 1 !important;
  visibility: visible;
}
[data-set-id="14457360"] .home-work {
  display: none;
}
[data-set-id="14457360"] .other-work {
  display: block;
}
.other-work {
  display: none;
}
.info-text h2 {
  font-size: 40px !important;
  color: #fff !important;
}
.info-text {
  margin: 0px auto;
  ;
  max-width: 800px;
  line-height: 1.6;
  font-size: 1.6rem;
  text-align: left;
}
.home-carousel .top {
  pointer-events: none !important;
  position: absolute;
  height: 100% !important;
  flex-wrap: wrap;
  top: 0px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100vw !important;
  bottom: 0px !important;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: cover !important;
  left: 0px;
  right: 0px;
}
button.slick-prev {
  width: 10px;
  top: 50%;
  font-size: 0px !important;
  background-color: #fff !important;
  border: 0px !important;
  height: 10px;
  left: 50px;
  border-radius: 100%;
  display: flex;
  padding: 0px !important;
  background-position: center;
  background-size: 40px !important;
  background-repeat: no-repeat !important;
  background-image: none !important;
}
button.slick-next {
  width: 10px;
  top: 50%;
  right: 50px !important;
  background-color: #fff !important;
  border: 0px !important;
  height: 10px;
  font-size: 0px !important;
  border-radius: 100%;
  display: flex;
  padding: 0px !important;
  background-position: center;
  background-repeat: no-repeat !important;
  background-image: none !important;
  ;
}
.carousel-cell {
  pointer-events: none !important;
  height: 100vh !important;
  width: 100vw;
  text-align: center;
  position: relative;
  padding: 0px;
}
.home-carousel {
  background: black;
  height: 100vh;
  opacity: 1;
  width: 100vw;
  animation: fadeIn ease-in-out 0.5s 2.5s forwards;
}
[image-gallery=slideshow][data-slideshow-in-transition] .gallery_image_caption {
  animation: textfadein ease-in-out 0.5s 0.5s forwards !important;
}
.bottom-arrow {
  height: 10px;
  border-radius: 100%;
  bottom: 40px;
  left: 0px;
  margin: 0px auto;
  right: 0px;
  width: 10px;
  background: white;
  z-index: 9999999;
  position: absolute;
  padding: 0px !important;
  background-position: center;
  background-size: 40px !important;
  background-repeat: no-repeat !important;
}
#moveDown {
  height: 10px;
  border-radius: 100%;
  bottom: 45px;
  cursor: pointer;
  left: 0px;
  margin: 0px auto;
  right: 0px;
  width: 10px;
  background: white;
  z-index: 9999999;
  position: absolute;
  padding: 0px !important;
  background-position: center;
  background-size: 40px !important;
  background-repeat: no-repeat !important;
}
.slick-arrow.slick-prev svg {
  height: 10px;
  border-radius: 100%;
  bottom: 40px;
  left: 0px;
  margin: 0px auto;
  right: 0px;
  width: 10px;
  background: white;
  display: flex;
  padding: 0px !important;
  background-position: center;
  background-size: 40px !important;
  background-repeat: no-repeat !important;
  background-image: url("https://files.cargocollective.com/c804015/left.svg");
}
.slick-arrow.slick-next svg {
  height: 10px;
  border-radius: 100%;
  bottom: 40px;
  left: 0px;
  margin: 0px auto;
  right: 0px;
  width: 10px;
  background: white;
  display: flex;
  padding: 0px !important;
  background-position: center;
  background-size: 40px !important;
  background-repeat: no-repeat !important;
  background-image: url("https://files.cargocollective.com/c804015/right.svg");
  ;
}
.slick-arrow svg .arrow-outline {
  fill: transparent !important;
}
.slick-arrow svg .arrow-shape {
  fill: transparent !important;
}
/*.home-slide [data-slideshow-in-transition] .gallery_image_caption {
	opacity: 1 !important;
	transition: none !important;
	-webkit-transition: none !important;
}*/

.home-caption {
  height: 100vh;
  display: flex;
  font-family: "Big Caslon FB", Icons;
  color: #fff;
  line-height: 1.2 !important;
  font-size: 4.5rem !important;
  letter-spacing: 2px;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-content: center;
}
.caption {
  height: 100vh;
  display: flex;
  font-family: "Big Caslon FB", Icons;
  color: #fff;
  line-height: 1.2 !important;
  font-size: 5.5rem !important;
  letter-spacing: 2px;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-content: center;
}
.caption a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
img[src=''], img:not([src]) {
  outline: 0px solid rgba(177, 177, 177, 1) !important;
  outline-offset: -1px;
  content: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
}
.home-slide img {
  opacity: 1;
}
[local-style="4346880"] {
  padding-top: 0px !important;
}
.home-slide .slick-slider {
  height: 100vh !important;
}
.home-slide .slick-list {
  height: 100% !important;
}
.home-slide .gallery_image_caption {
  height: 100vh !important;
  top: 0px !important;
  position: absolute;
  bottom: 0px !important;
  opacity: 1;
  background-size: cover !important;
  left: 0px;
  right: 0px;
}
.home-slide .gallery_image_caption .top {
  position: absolute;
  height: 100% !important;
  top: 0px !important;
  width: 100% !important;
  bottom: 0px !important;
  opacity: 1;
  background-position: center;
  background-size: cover !important;
  left: 0px;
  right: 0px;
}
.home-slide .gallery_image_caption img {
  opacity: 1 !important;
}
.home-slide .gallery_card {
  pointer-events: none !important;
  opacity: 1 !important;
  height: 100vh !important;
  position: relative !important;
  margin: 0px !important;
}
.first {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  animation: first ease-in-out 0.5s 4s forwards !important;
}
.second {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  animation: second ease-in-out 0.5s 4s forwards !important;
}
.credits {
  bottom: 100px;
  width: 100%;
  left: 0px;
  margin: 0px auto;
  right: 0px;
  max-width: 100%;
  position: absolute;
  font-family: 'CircularStd-Book';
  justify-content: center;
  display: flex;
}
.credits h2 {
  margin: 0px 20px !important;
  font-size: 12px !important;
  font-family: 'CircularStd-Book' !important;
  color: #fff !important;
}
[data-page-id="14457364"] .header {
  opacity: 1 !important;
  visibility: visible;
}
[data-page-id="14457364"] .header-2 {
  opacity: 1 !important;
  visibility: visible;
}
#toolset {
  display: none;
}
.contact {
  padding-top: 50px !important;
  line-height: 40px !important;
  font-size: 30px !important;
  color: #fff !important;
}
#bar {
  z-index: 9999999;
  position: absolute;
  height: 0px;
  width: 100%;
  display: block;
  bottom: 0px;
  background: red;
  ;
  left: 0px;
  right: 0px;
  ;
}
body.hide .header {
  top: 0px;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
body.hide .header-2 {
  top: 0px;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
body.hide .drop-nav {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.fp-viewing-firstPage .header {
  opacity: 0;
}
.header {
  opacity: 1;
  width: 100%;
  left: 0px;
  right: 0px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  top: 0px;
  z-index: 999999 !important;
  margin: 30px auto;
  text-align: center;
  max-width: 320px;
  display: block;
}
.nav {
  justify-content: space-between;
  margin: 0px auto;
  padding: 35px 0px;
  max-width: 417px;
  display: flex;
  width: 100%;
}
.nav a {
  font-family: 'CircularStd-Book';
  font-size: 12px !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff !important;
}
.logo-alt {
  opacity: 0;
  display: block;
  margin: 0px auto 0px auto;
  width: 190px;
  height: 41px;
  background-size: contain;
  background-image: url("https://files.cargocollective.com/c804015/Otherness-logo.svg");
}
.header-2 .logo-alt {
  display: block;
position: relative;
  opacity: 1;
  margin: 0px auto 0px auto;
  width: 190px;
  height: 41px;
  background-size: contain;
}

.logo-outer{
      position: absolute !important;
  top: 21px;
}
.logo {
  opacity: 1;
  margin: auto;
  width: 450px;
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  height: 140px;
  background-position: center;
  background-size: contain;
  background-image: url("https://files.cargocollective.com/c804015/Otherness-logo.svg");
}
body {
  background-color: #fff;
  color: #000;
}
a:active {
  opacity: 0.7;
}
.page a.active {
  color: #ff4a00;
}
i, em {
  font-style: italic;
}
b, strong {
  font-weight: bold;
}
sub, sup {
  position: relative;
  vertical-align: baseline;
}
sub {
  top: 0.3em;
}
sup {
  top: -0.4em;
}
s {
  text-decoration: line-through;
}
img {
  border: 0;
  padding: 0;
}
ul, ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}
blockquote {
  margin: 0;
  padding: 0 0 0 2em;
}
hr {
  background: rgba(0, 0, 0, 1);
  border: 0;
  height: 1px;
  display: block;
}
.content img {
  float: none;
  margin-bottom: 0em;
}
.gallery_image_caption {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
  font-style: normal;
  line-height: 1.3;
}
/**
 * Loading Animation
 */

.loading[data-loading] {
  position: fixed;
  bottom: 8px;
  left: 8px;
}
/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
  font-size: 5rem;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-family: "Big Caslon FB", Icons;
  font-style: normal;
  line-height: 1.2;
}
[data-predefined-style="true"] bodycopy a {
  color: rgba(255, 255, 255, 1);
  padding-bottom: 0.1em;
  border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
  text-decoration: none;
}
[data-predefined-style="true"] bodycopy a:hover {}
bodycopy a.image-link, bodycopy a.icon-link, bodycopy a.image-link:hover, bodycopy a.icon-link:hover {
  border-bottom: 0;
  padding-bottom: 0;
}
[data-predefined-style="true"] h1 {
  font-family: "Big Caslon FB", Icons;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.2;
  color: rgb(255, 255, 255);
}
[data-predefined-style="true"] h1 a {
  color: rgb(255, 255, 255);
}
[data-predefined-style="true"] h2 {
  font-family: "Big Caslon FB", Icons;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 1);
  font-size: 16vmin;
  line-height: 1;
}
[data-predefined-style="true"] h2 a {
  color: rgb(255, 255, 255);
}
[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  font-family: 'CircularStd-Book';
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
[data-predefined-style="true"] small a {
  color: rgba(255, 255, 255, 1);
  border-bottom-width: 0em;
}
/**
 * Breakpoints
 */

[data-css-preset] .page {
  background-color: initial/*!page_bgcolor*/
  ;
}
.mobile .page, [data-css-preset].mobile .page {
  position: relative;
  min-height: 10px;
  max-width: 100%;
  width: 100%;
  background-color: transparent/*!page_bgcolor*/
  ;
}
[data-css-preset] .container {
  margin-left: auto/*!content_center*/
  ;
  margin-right: auto/*!content_center*/
  ;
  text-align: center/*!text_center*/
  ;
}
[data-css-preset] body {
  background-color: rgb(255, 255, 255)/*!body_bgcolor*/
  ;
}
[data-css-preset] .container_width {
  width: 100%/*!content_center*/
  ;
}
[data-css-preset] .content_padding {
  padding-top: 0rem/*!main_margin*/
  ;
  padding-bottom: 0rem/*!main_margin*/
  ;
  padding-left: 0rem/*!main_margin*/
  ;
  padding-right: 0rem/*!main_margin*/
  ;
}
[data-css-preset] text-limit {
  display: inline-block/*!text_width*/
  ;
  max-width: 66rem/*!text_width*/
  ;
}
/**
 * Thumbnails
 */

.thumbnail {
  display: inline-block;
  padding: 15px !important;
  width: calc(100% - 40px) !important;
  margin: 0px auto 40px auto !important;
  background: white !important;
}
div[thumbnails] {
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
  justify-content: space-between;
}
[data-css-preset] .thumbnails {
  display: flex !important;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  background-color: #e8e8e8/*!thumbnails_bgcolor*/
  ;
}
.thumbnails .container {
  width: calc(100% - 100px) !important;
}
[data-css-preset] .thumbnails_width {
  width: 100%/*!thumbnails_width*/
  ;
}
[data-css-preset] [thumbnails-pad] {
  padding: 20px/*!thumbnails_padding*/
  ;
}
[data-css-preset] [thumbnails-gutter] {
  margin: -20px/*!thumbnails_padding*/
  ;
}
[data-css-preset] [responsive-layout] [thumbnails-pad] {
  padding: 0px/*!responsive_thumbnails_padding*/
  ;
}
[data-css-preset] [responsive-layout] [thumbnails-gutter] {
  margin: 0px/*!responsive_thumbnails_padding*/
  ;
}
.thumbnails .thumb_image {
  outline: 0px solid rgba(0, 0, 0, .12);
  outline-offset: -1px;
}
.thumbnails .title {
  font-family: "Big Caslon FB", Icons;
  padding-top: 17px !important;
  color: black;
  margin: 0px auto !important;
  line-height: 1.4 !important;
  font-size: 25px !important;
}
.thumbnails .tags {
  margin-top: 24px;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  font-family: 'CircularStd-Book';
  font-size: 14px !important;
  letter-spacing: 1px;
  font-style: normal;
  line-height: 1.3;
}
.thumbnails .tags a {
  border-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.thumbnails .has_title .tags {
  margin-top: 0rem;
}
/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
  color: rgba(0, 0, 0, 0.75);
  line-height: 1;
  font-size: 28px/*!site_menu_button*/
  ;
  padding: 6px;
  line-height: 1;
  background: rgba(33, 32, 46, 0);
  position: fixed;
  top: 1.4rem/*!site_menu_button*/
  ;
  right: 2rem/*!site_menu_button*/
  ;
}
body.mobile #site_menu_button {
  margin: -6px;
  font-size: 34px;
}
#site_menu_button.custom_icon {
  width: 40px;
  height: auto;
}
#site_menu_button.active {
  display: none;
}
/**
 * Site Menu
 */

#site_menu {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
  background: rgba(20, 20, 20, 0.95);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding: 20px 30px 90px 30px;
  max-width: 400px;
  min-width: 300px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
body.mobile #site_menu {
  width: 100%;
}
#site_menu .page-link a {
  color: rgba(255, 255, 255, 0.75);
}
#site_menu .set-link>a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
}
#site_menu a:active {
  opacity: .7;
}
#site_menu a.active {
  opacity: .4;
}
#site_menu .close {
  display: none;
  color: rgba(255, 255, 255, 0.4);
  line-height: .85em;
  font-size: 45px;
}
body.mobile #site_menu .close {
  display: block;
  font-size: 50px;
  line-height: 1em;
}
#site_menu .break {
  height: 28px;
}
#site_menu .indent {
  margin-left: 28px;
}
/*
 * Shop Button
 */

[data-css-preset] #shop_button {
  color: rgba(0, 0, 0, 0.85);
  background: transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: fixed;
  padding: 6px;
  top: 2rem/*!shop_button*/
  ;
  right: 2rem/*!shop_button*/
  ;
}
#shop_button.text {
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
  font-size: 2rem;
  padding: 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-style: normal;
}
#shop_button.custom_icon {
  width: 40px;
  height: auto;
}
body.mobile #shop_button:not(.text) {
  margin: -6px;
  font-size: 36px;
}
/*
 * Shop Product Widget
 */

.shop_product {
  width: 100%;
  max-width: 22rem;
  position: relative;
  display: block;
}
.shop_product .price {
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
  font-size: 2.4rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 400;
}
.shop_product .dropdown {
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
  font-size: 1.4rem;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .2);
  background: white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
  margin-bottom: 1rem;
  line-height: 1.2;
  padding: .7rem 1rem;
  font-style: normal;
  font-weight: 400;
}
.shop_product .button {
  font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 1);
  flex: 0 0 50%;
  text-align: left;
  display: inline-block;
  line-height: 1;
  padding: .8rem 1rem .9rem;
  font-style: normal;
  font-weight: 400;
}
/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}
/**
 * Quick View
 */

[data-css-preset] .quick-view {
  padding-top: 2.5rem/*!quick_view_padding*/
  ;
  padding-bottom: 2.5rem/*!quick_view_padding*/
  ;
  padding-left: 2.5rem/*!quick_view_padding*/
  ;
  padding-right: 2.5rem/*!quick_view_padding*/
  ;
  height: 100%/*!quick_view_height*/
  ;
  width: 100%/*!quick_view_width*/
  ;
}
body.mobile .quick-view {
  width: 100%;
  height: 100%;
  margin: 0;
}
[data-css-preset] .quick-view-background {
  background: transparent/*!quick_view_bgcolor*/
  ;
}
.quick-view-caption {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  transition: 100ms opacity ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 2rem 0;
  text-align: center;
  font-size: 1.8rem;
}
.quick-view-caption span {
  padding: 0.5rem 1rem;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  color: white;
}
/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
  left: 10px;
}
.quick-view-navigation .right-arrow {
  right: 10px;
}
.quick-view-navigation .left-arrow, .quick-view-navigation .right-arrow {
  /* Change height/width together to scale */
  height: 36px;
  width: 36px;
}
.quick-view-navigation .left-arrow .inner-color, .quick-view-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}
.quick-view-navigation .left-arrow .outer-color, .quick-view-navigation .right-arrow .outer-color {
  stroke: #000;
  stroke-width: 2.5px;
  opacity: 0.6;
}
.quick-view-navigation .close-button {
  top: 10px;
  right: 10px;
  /* Change height/width together to scale */
  width: 36px;
  height: 36px;
}
.quick-view-navigation .close-button .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}
.quick-view-navigation .close-button .outer-color {
  stroke: #000;
  stroke-width: 2.5px;
  opacity: 0.6;
}
/** 
 * Image Gallery Navigation Arrows 
 */

.image-gallery-navigation .left-arrow, .image-gallery-navigation .right-arrow {
  /* Change height/width together to scale */
  height: 36px;
  width: 36px;
}
.image-gallery-navigation .left-arrow .inner-color, .image-gallery-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}
.image-gallery-navigation .left-arrow .outer-color, .image-gallery-navigation .right-arrow .outer-color {
  stroke: #000;
  stroke-width: 2.5px;
  opacity: 0.6;
}
/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow, .wallpaper-navigation .right-arrow {
  /* Change height/width together to scale */
  width: 36px;
  height: 36px;
}
.wallpaper-navigation .left-arrow .inner-color, .wallpaper-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}
.wallpaper-navigation .left-arrow .outer-color, .wallpaper-navigation .right-arrow .outer-color {
  stroke: #000;
  stroke-width: 2.5px;
  opacity: 0.6;
}
/**
 * Feed
 */

.feed .content_container .page {
  border-top: 0px dashed rgba(0, 0, 0, 0.2);
}
.feed .content_container .page_container:first-child .page {
  border-top: 0;
}
.rotate {
  display: inline-block;
  -webkit-animation: rotate 7s linear infinite;
  animation: rotate 7s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*
 * Audio Player
 */

.audio-player {
  max-width: 36rem;
  height: 3.3rem;
  outline: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin: 1px 1px 1em 1px;
}
body.mobile .audio-player {
  max-width: 100%;
}
.audio-player .separator {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
.audio-player .button {
  background: transparent;
  cursor: pointer;
  fill: rgba(0, 0, 0, 0.85);
}
.audio-player .icon {
  fill: rgba(0, 0, 0, 0.85);
  padding: 30%;
  width: 100%;
  margin: auto;
}
.audio-player .buffer {
  background: rgba(0, 0, 0, 0.03);
}
.audio-player .progress {
  background: rgba(0, 0, 0, 0.1);
}
.audio-player .progress-indicator {
  border: 1px solid rgba(0, 0, 0, 0.7);
  width: 1px;
  height: 100%;
  right: 0;
  position: absolute;
  cursor: ew-resize;
}
.audio-player .note-icon {
  height: 100%;
  width: 3.8rem;
  padding: 1rem;
  fill: rgba(0, 0, 0, 0.5);
}
.audio-player .current-time {
  padding-left: 1rem;
}
.audio-player .total-time {
  padding-right: 1rem;
}
@media only screen and (max-width: 1000px) {
    .header-2{
	
         height: auto;
}
  .menu-navigation {
    display: block;
  }
  div[thumbnails] {
    grid-template-columns: repeat(auto-fill, 33%);
  }
  .header-inner {
    padding: 10px 80px;
  }
  .insta {
    display: none;
  }
    .logo-outer{
      position: relative !important;
  top: 0px;
}
  .header-2 .logo-alt {
    position: relative;
    top: 0px;
    opacity: 1;
    width: 160px;
    height: 35px;
    background-repeat: no-repeat;
  }
  .nav {
    justify-content: space-between;
    margin: 35px auto;
    display: none;
    width: 100%;
  }
  .title {
    max-width: 100%;
    padding: 0px 60px 0px 60px !important;
  }
  .header {
    max-width: 300px;
  }
  .nav a {
    font-size: 16px;
  }
  .logo {
    width: 350px;
    height: 100px;
  }
  .images {
    line-height: 0px;
    display: block;
  }
  .image {
    display: inline-block;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
  }
  .images-alt {
    line-height: 0px;
    display: block;
  }
  .image-alt {
    display: inline-block;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .collective-nav-inner {
    color: white;
    padding: 30px 40px;
  }
  .sticky-cols h2 {
    font-family: "Big Caslon FB", Icons;
    line-height: 26px !important;
    font-size: 18px !important
  }
  .sticky-cols h1 {
    color: black !important;
    font-size: 32px !important;
  }
  .sticky-cols>div:first-child {
    position: relative;
    top: 0px;
    padding-bottom: 40px;
    line-height: 20px !important;
    padding-right: 0px;
    text-align: left;
  }
  .sticky-cols {
    width: calc(100% - 40px);
    margin: 70px auto 0px auto !important;
    color: black;
  }
  .thumbnails .container {
    width: calc(100% - 40px) !important;
  }
  div[thumbnails] {
    grid-template-columns: repeat(auto-fill, 50%);
  }
  h1.about {
    max-width: 1120px;
    padding: 0px 40px !important;
    font-size: 32px !important;
  }
  .header-inner {
    padding: 10px 40px;
  }
  .back {
    top: 8px;
    height: 20px;
    width: 20px;
  }
  .drop-nav {
    font-family: 'CircularStd-Book';
    font-size: 20px;
    ;
    position: fixed;
    left: 25px;
    top: 31px;
    ;
  }
  .credits {
    bottom: 50px;
    width: 100%;
    left: 0px;
    margin: 0px auto;
    right: 0px;
    max-width: 100%;
    flex-wrap: wrap;
    position: absolute;
    font-family: 'CircularStd-Book';
    justify-content: center;
    display: flex;
  }
  .credits h2 {
    width: 100%;
    display: block;
    margin: 5px auto !important;
  }
  #moveDown {
    height: 10px;
    border-radius: 100%;
    bottom: 25px;
    left: 0px;
    margin: 0px auto;
    right: 0px;
    width: 10px;
    background: #fff;
    z-index: 9999999;
    position: absolute;
    padding: 0px !important;
    background-position: center;
    background-size: 40px !important;
    background-repeat: no-repeat !important;
  }
  .nav {
    display: none;
  }
  .title {
    font-size: 24px !important;
    padding: 40px 30px 0px 30px !important;
  }
  .contact {
    font-size: 24px !important;
  }
  .header {
    max-width: 270px;
  }
  .nav a {
    font-size: 14px;
  }
  .logo {
    width: 250px;
    height: 55px;
  }
  .header-2 .logo-alt {
    width: 130px;
    height: 32px;
  }
  button.slick-prev {
    width: 10px;
    top: 50%;
    font-size: 0px !important;
    background-color: #fff !important;
    border: 0px !important;
    height: 10px;
    left: 25px;
    border-radius: 100%;
    display: flex;
    padding: 0px !important;
    background-position: center;
    background-size: 40px !important;
    background-repeat: no-repeat !important;
    background-image: none !important;
  }
  button.slick-next {
    width: 10px;
    top: 50%;
    right: 25px !important;
    background-color: #fff !important;
    border: 0px !important;
    height: 10px;
    font-size: 0px !important;
    border-radius: 100%;
    display: flex;
    padding: 0px !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-image: none !important;
    ;
  }
  .caption {
    height: 100vh;
    display: flex;
    font-family: "Big Caslon FB", Icons;
    color: #fff;
    line-height: 1.2 !important;
    font-size: 30px !important;
    letter-spacing: 1px;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
  }
  .home-caption {
    height: 100vh;
    display: flex;
    font-family: "Big Caslon FB", Icons;
    padding: 0px 30px;
    color: #fff;
    line-height: 1.2 !important;
    font-size: 30px !important;
    letter-spacing: 1px;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
  }
  .info-text h2 {
    font-size: 30px !important;
    color: #fff !important;
  }
  .info-text {
    z-index: 9999999;
    max-width: 800px;
    line-height: 1.6;
    padding: 0px 25px;
    font-size: 14PX;
    text-align: left;
  }
  .home-carousel .top.text {
    display: flex;
    padding-bottom: 150px;
    padding-top: 150px;
  }
  .collective-nav-inner a:first-child {
    font-size: 0px;
  }
  .collective-nav-inner a:last-child {
    font-size: 0px;
  }
    .menu a {

  font-size: 36px;
}
    [data-predefined-style="true"] h1 {
 
  font-size:22px;
}
}
@media only screen and (max-width: 550px) {
  div[thumbnails] {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  [data-page-id="24326684"] .thumbnails {
    margin: 36px auto !important;
  }
  .title {
    font-size: 21px !important;
    padding: 40px 30px 0px 30px !important;
  }
  .contact {
    font-size: 21px !important;
  }
}