/**
 * Content
 */
@font-face {
  font-family: 'Maragsa';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.cargocollective.com/c1664991/Maragsa--Display.woff') format('woff');
}

@font-face {
  font-family: 'Greycliff CF';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.cargocollective.com/c1664991/greycliff-cf-medium.woff') format('woff');
}

@font-face {
  font-family: 'Greycliff CF';
  font-weight: 100;
  font-style: normal;
  src: url('https://files.cargocollective.com/c1664991/greycliff-cf-regular.woff') format('woff');
}

@font-face {
  font-family: 'Greycliff CF';
  font-weight: 300;
  font-style: normal;
  src: url('https://files.cargocollective.com/c1664991/greycliff-cf-demi-bold.woff') format('woff');
}

@font-face {
  font-family: 'Greycliff CF';
  font-weight: bold;
  font-style: normal;
  src: url('https://files.cargocollective.com/c1664991/greycliff-cf-bold.woff') format('woff');
}

@font-face {
  font-family: 'MetLife Circular';
  font-weight: bold;
  font-style: normal;
  src: url('https://files.cargocollective.com/c1664991/MetLifeCircular-Bold.otf') format('woff');
}

.metlife {
  font-family: "MetLife Circular" !important;
  color: #111 !important;
  font-size: 44px;
  line-height: 56px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f5f5f5;
  color: #4477d7;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-size: 18px;
  font-weight: normal;
}

.page_container {
  margin: 0 auto;
}

a,
a:hover {
  transition: all 0.25s ease-in-out;
}

a:active {
  transition: all 0.25s ease-in-out;
}

.page a.active {
  color: #ff4b00;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  top: 0.3em;
}

sup {
  top: -0.4em;
}

.dates {
  font-size: 1.6rem;
  font-family: 'Greycliff CF';
  line-height: 1.4rem;
  margin: 2rem 0px -1rem 0px;
  color: #f98585;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: block;
}

.bio .dates {
  margin-bottom: 1rem;
}

body.mobile .bio {
  padding-bottom: 3rem;
}

body.mobile .bio .column {
  padding-bottom: 4rem !important;
}

.column p,
.left-column p {
  margin-top: 2.2rem;
  margin-bottom: 0;
}

.column p:first-child,
.left-column p:first-child {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.title {
  text-align: center;
  width: 100%;
}

.title img,
.title svg {
  display: flex;
  height: 50vh !important;
  width: 100% !important;
}

.button i {
  font-style: normal;
  font-weight: 100;
  display: inline;
  margin-left: .2rem;
}

.back_button i {
  display: inline;
  margin-right: .2rem;
}

.button.blue {
  color: #f5f5f5 !important;
  background-color: #4477d7 !important;
  border: 2px solid #4477d7 !important;
}

.button.blue:hover {
  color: #4477d7 !important;
  background-color: #f98585 !important;
  border: 2px solid #f98585 !important;
}

.button.green,
a.jump-links {
  display: inline-block;
  padding: 8px 24px !important;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Greycliff CF';
  border-radius: 100px;
  color: #f5f5f5 !important;
  background-color: #2b9971 !important;
  border: 2px solid #2b9971 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
}

body.mobile a.jump-links {
  font-size: 1rem !important;
}

.button.green:hover,
a.jump-links:hover {
  border: 2px solid #4477d7 !important;
  color: #f5f5f5 !important;
  background-color: #4477d7 !important;
  cursor: pointer;
}

ul.tags .button {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: .12em 1.25em 0.2em !important;
  border: 2px solid #2b9971;
  border-radius: 100px;
  font-weight: bold;
  margin: 0 .12rem .12rem 0;
}

.button.red {
  display: inline-block;
  padding: 8px 24px !important;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Greycliff CF';
  border-radius: 100px;
  color: #f98585 !important;
  border: 3px solid #f98585 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.button.red:hover {
  border: 3px solid #f98585 !important;
  color: #e4e4e4 !important;
  background-color: #f98585;
  cursor: pointer;
}

.button {
  display: inline-block;
  padding: .8rem 2rem !important;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 'Greycliff CF';
  border-radius: 100px;
  color: #4477d7 !important;
  border: 3px solid #f98585 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.button:hover {
  border: 3px solid #4477d7 !important;
  color: #f5f5f5 !important;
  background-color: #4477d7;
  cursor: pointer;
}

.button:hover i {
  margin-left: .4rem;
  transition: all .2s ease-in-out;
}

.back_button:hover i {
  margin-right: .4rem !important;
  margin-left: 0 !important;
  transition: all .2s ease-in-out;
}

.button.alt {
  display: inline-block;
  padding: 12px 16px !important;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Greycliff CF';
  border-radius: 100px;
  color: #e4e4e4 !important;
  background-color: #f98585;
  border: 3px solid #f98585 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.button.alt:hover {
  border: 3px solid #f98585 !important;
  color: #2B9971 !important;
  background-color: transparent !important;
  cursor: pointer;
}

.button-home {
  display: inline-block;
  padding: 12px 16px !important;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Greycliff CF';
  border-radius: 100px;
  color: #4477d7 !important;
  border: 3px solid #f98585 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  scroll-behavior: smooth;
}

.button-home:hover {
  border: 3px solid #4477d7 !important;
  color: #f5f5f5 !important;
  background-color: #4477d7;
  cursor: pointer;
}

body.mobile .button-home {
  width: 100%;
  text-align: center;
  border: 2px solid #f98585 !important;
  font-size: 1.5rem;
  letter-spacing: .5px;
}

#scroll-here {
  scroll-margin-top: 2rem;
}

.arrow {
  border: solid #f5f5f5;
  border-width: 0 3px 3px 0;
  display: inline-block;
  position: relative;
  padding: 2px;
  top: -1px;
  margin-right: 2px;
}

body.mobile .arrow {
  padding: 3px;
  top: 0;
  border-width: 0 3px 3px 0;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

body.mobile .back_button {
  scale: .75;
  top: 1rem;
  right: .25rem;
}

.back_button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: inline-block;
  padding: 4px 16px !important;
  font-size: 1.25rem;
  font-family: 'Greycliff CF';
  font-weight: bold;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #f98585;
  color: #f5f5f5 !important;
}

.back_button:hover {
  background-color: #4477d7;
  color: #f5f5f5 !important;
  opacity: 1.0;
}

.back_button.green:hover {
  background-color: #2b9971;
  color: #f5f5f5 !important;
  opacity: 1.0;
}

.back_button.green:hover>.arrow {
  color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

.back_button.alt {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: inline-block;
  padding: 10px 24px !important;
  font-size: 1.25rem;
  font-family: 'Greycliff CF';
  font-weight: bold;
  border-radius: 100px;
  border: 0 none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #2B9971;
  color: #e4e4e4 !important;
}

.back_button.alt:hover {
  background-color: #e4e4e4;
  color: #2B9971 !important;
  opacity: 1.0;
}

.clients-list li {
  margin: 0 0 2rem 0;
  padding: 0;
}

.clients-list a {
  border: 0 !important;
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.clients-list a:hover {
  color: #f98585 !important;
}

s {
  text-decoration: line-through;
}

.left-column {
  margin-top: -1rem !important;
}

.column .dates,
.left-column .dates {
  margin-top: 4rem !important;
}

.right-column {
  margin-top: 6.5rem;
  padding-left: 5.2rem !important;
  padding-bottom: 5rem !important;
}

body.mobile .right-column {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-left: 3rem !important;
}

body.mobile .column {
  margin-top: 0 !important;
  padding-top: 3rem !important;
  padding-bottom: 0 !important;
}

body.mobile .example .column .button {
  margin-bottom: 5rem;
}

.divider {
  height: 19px;
  background: transparent;
  display: block;
  margin-bottom: 7rem;
  border-radius: 999px;
  margin-top: 3rem;
  border: 8px double #2b9971;
}

.divider.margin {
  margin-top: 0 !important;
  margin-bottom: 4rem;
}

.example {}

.example.bio .divider {
  margin-top: 6rem;
}

body.mobile .example.bio .divider {
  margin: 8rem 0 6rem !important;
}

body.mobile .divider {
  margin: 0rem 0 5rem 0 !important;
}

img {
  border: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}

ul.links {
  margin-top: 1.5rem;
}

ul.links li {
  display: block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  list-style-type: none;
}

ul.links li:last-child {
  margin-bottom: 0;
}

ul.bullet {
  padding: 3rem 0 0 0;
  margin-left: 2rem;
}

ul.bullet li {
  list-style-type: none;
  padding-left: 1rem;
  margin-left: 2rem;
  list-style-position: outside;
}

ul.bullet li:before {
  content: '⦾';
  font-weight: 700;
  position: absolute;
  font-size: 2.5rem;
  line-height: 2.25rem;
  left: 0;
  color: #2b9971;
}

ul.no-bullet {
  padding: 0.32em 0;
  margin: 0;
}

li {
  margin: 0 0 1.25em;
}

li:last-child {
  margin: 0;
}

ul.list-small a {
  font-weight: 300;
}

ul.list-small li {
  margin: 0 0 .5em;
}

ul.list-small li p {
  margin: 0;
}

blockquote {
  margin: 0;
  padding: 0 0 0 2rem;
  border-left: 3px dotted rgba(0, 0, 0, 0.10);
}

blockquote.profile {
  border: 0;
  padding: 0;
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

blockquote.profile h4 {
  margin: 1.5rem 0 .5rem 0 !important;
  font-size: 1.4rem;
}

blockquote.profile p {
  margin-top: 0;
}

body.mobile blockquote.profile h2 {
  font-size: 3.2rem;
}

.profile.image {
  align-items: stretch;
}

.profile.image img {
  object-fit: cover;
  object-position: 0px -42px;
  width: 100% !important;
  max-height: 550px !important;
}

blockquote.profile .pull-quote .profile-photo {
  display: block;
  margin: 0 0 3rem 0;
  padding: 0;
  height: 100%;
  width: 33%;
  aspect-ratio: 1 / 1;
}

blockquote.profile .pull-quote .profile-photo img {
  border-radius: 999px;
  object-fit: cover;
  width: 100% !important;
  height: inherit !important;
  max-height: 360px;
}

blockquote.profile .pull-quote {
  padding: 4rem;
  margin-bottom: 0;
  align-items: stretch;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  width: 100%;
}

body.mobile blockquote.profile .pull-quote {
  flex-direction: column;
  padding: 2.2rem 2.2rem 2.6rem 2.2rem;
}

body.mobile blockquote.profile .pull-quote .quote-left {
  width: 100%;
}

body.mobile blockquote.profile .pull-quote .quote-right {
  width: 100%;
  padding: 3rem 0 0 0;
}

blockquote.profile .pull-quote .quote-left {
  display: flex;
  width: 25%;
  margin: 0;
}

blockquote.profile .pull-quote .quote-left img {
  border-radius: 4px;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 4 / 5;
}

blockquote.profile .pull-quote .quote-right {
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  width: 75%;
}

blockquote.profile .pull-quote h2 {
  margin: 0 0 2rem 0;
}

blockquote.profile .pull-quote p {
  font-size: 1.6rem;
  color: rgb(68, 119, 215);
  font-family: 'Greycliff CF', Helvetica, Arial, sans-serif;
  line-height: 2.4rem;
  font-style: normal;
  font-weight: 200;
  letter-spacing: -.2px;

}

body.mobile blockquote .pull-quote {
  width: 100%;
  padding: .5rem 2rem 1rem;
}

body.mobile blockquote .quote-source p {
  margin-top: 4rem;
}

blockquote .pull-quote {
  background-color: #fff;
  padding: 1rem 3rem 1.75rem;
  border-radius: 8px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.10);
  margin: 0;
  width: 56%;
}

blockquote .pull-quote p {
  line-height: 2.4rem;
  letter-spacing: -.1px;
  color: #2b9971;
  font-weight: 200;
}

blockquote .pull-quote p b {

  font-weight: 700;
}

blockquote .quote-source p {
  color: #4477d7;
  letter-spacing: -.2px;
  font-style: normal;
  border-top: 2px solid #f98585;
  padding-top: 1.2rem;
  margin-top: 6rem;
  font-weight: 700;
  line-height: 1;
  text-align: left !important;
  font-size: 1.4rem;
}

blockquote.profile .quote-source {
  margin: 1rem 0 0 0;
  padding-top: 3rem;
  border-top: 2px solid #eee;
  display: flex;
}

body.mobile blockquote.profile .quote-source p {
  width: 100%;
  display: flex;
  justify-content: center;
}


blockquote.profile .quote-source p {
  display: inline-block;
  color: #4477d7;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding: .4em 1.25em 0.4em !important;
  border: 2px solid #2b9971;
  border-radius: 100px;
  font-weight: bold;
  margin: 0;
}

blockquote.profile .quote-source a {
  color: #4477d7 !important;
}

blockquote.profile .quote-source a:after {
  content: '➔';
  font-weight: 100;
  padding-left: .5rem;
  font-size: 1.25rem;
  color: #f98585;
}

blockquote .quote-source a {
  border: 0 !important;
}

blockquote .quote-source a:after {
  content: '➔';
  font-weight: 100;
  padding-left: .5rem;
  font-size: 1.25rem;
  color: #2b9971;
}

blockquote .quote-source a:hover {
  border: 0 !important;
  color: #f98585 !important;
}

blockquote .quote-source a:hover:after {
  padding-left: .75rem;
  transition: all .2s ease-in-out;
}

hr {
  background: rgba(0, 0, 0, .15);
  border: 0;
  height: 1px;
  display: block;
}

.content {
  padding: 5rem;
}

.content img {}

/* Work Thumbnails */

.logo {
  padding-bottom: 0;
  /*width: calc(16.666666666666666% - 24px) !important;*/
  width: calc((100% - 6px) / 8) !important;
}

.downloads {
  width: calc((100% - 6px) / 8) !important;
  margin: 0 !important;
}

.downloads .work-image {
  aspect-ratio: 3/4 !important;
}

body.mobile .work-container {
  margin-right: 0;
}

body.mobile .work-container.jump-links {
  width: 100%;
}

body.mobile .logo .work-title {
  padding: 1.5rem 0 .5rem;
}

.logo h5,
.downloads h5 {
  font-family: 'Greycliff CF' !important;
  font-weight: bold !important;
  font-size: 1.4rem !important;
  letter-spacing: -0.1px !important;
  color: #4477d7 !important;
}

.logo:hover h5 {
  color: #f98585 !important;
}

.logo .work-image {
  text-align: center;
  align-content: center;
  height: auto !important;
  width: 100% !important;
  aspect-ratio: 1 / 1;
}

body.mobile .work.logo {
  width: calc((100% - 24px) / 2) !important;
  aspect-ratio: 1 / 1;
}

body.mobile work.logo .work-image {
  height: 650px !important;
}

body.mobile work.logo .work-image img {}

.logo .work-image.fit {
  padding: 3rem;
}

.logo .work-image.fit-small {
  padding: 4.6rem !important;
}

body.mobile .logo .work-image.fit-small {
  padding: 3.2rem !important;
}

.logo img {
  object-position: center !important;
  border-radius: 0 !important;
  aspect-ratio: 1 / 1;
}

.work-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  align-content: flex-start;
  align-items: stretch;
  margin-right: -24px;
}

.work-container.jump-links {
  padding: 16px 0 !important;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.work-container.jump-links .work {
  width: 18% !important;
  margin-bottom: 0;
  aspect-ratio: 9 / 6;
}

.work-container.jump-links .work:last-child {
  margin-right: 0;
}

.work-container.jump-links .work h5 {
  font-size: 2.4rem !important;
}

.work-container .work {
  padding: 1.4rem;
  padding-bottom: .4rem;
  border: 0 !important;
  background-color: #f9f9f9;
  border-radius: 4px;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 24px 24px 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
}

.work-container.logos {
  justify-content: center;
  margin-right: -24px !important;
}

.work-container .work.logo {
  padding: 0;
}

.work-container .work.logo:first-child {}

body.mobile .work-container.logos .work {
  background: transparent;
  padding: 0;
  margin: 0 24px 24px 0 !important;
}

.work-container.logos .work-title {
  display: none;
}

.work.disable {
  pointer-events: none;
}

body.mobile .title {
  margin-top: -6rem;
}

body.mobile .gallery_card {
  margin-bottom: 2rem !important;
}

body.mobile .hide .empty,
body.mobile .hide {
  display: none;
}

body.mobile .column {
  padding-top: 0px;
  margin-top: 0;
}

body.mobile .page-title {
  padding-top: 6rem;
  padding-bottom: 1rem !important;
  margin-bottom: 0 !important;
}

body.mobile small {
  padding-bottom: 0;
  margin-bottom: 3.5rem;
}

body.mobile .example small {
  padding-bottom: 0;
  margin-bottom: 3.5rem;
  margin-top: 6rem;
}

body.mobile .button.alt {
  display: block;
  width: 100%;
  font-size: 2rem;
  text-align: center;
}

body.mobile .work,
body.mobile .work-container.jump-links .work {
  width: 100% !important;
  margin: 0 0 24px 0 !important;
  align-self: stretch;
  display: flex;
  height: 100%;
}

.half {
  justify-content: space-between;
}

.half .work {
  width: calc((100% - 48px) / 2) !important;
  margin: 0 24px 24px 0;
}

.third .work {
  width: calc((100% - 72px) / 3) !important;
}

body.mobile .home {}

body.mobile .home .work {
  width: calc((100%) / 1) !important;
  margin: 0 0 24px 0 !important;
}

.jump-links.home {
  margin: 0;

}

.jump-links.home .work {
  width: calc((100% - 48px) / 3) !important;

}

.home .work:last-child,
.third .work:last-child {
  margin-right: 0;
}

.home .work .fit-small {
  padding: 5rem !important;
}

.wide .work {
  width: calc((100%) / 1) !important;
}

.work:hover {
  transition: all .2s ease-in-out !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  /*box-shadow: 0px 3px 0px #4477d7;*/
  cursor: pointer;
}

.work:hover .work-image {
  opacity: 0.64;
  transition: all .2s ease-in-out !important;

}

.work:hover h5 {
  color: #f98585;
  transition: all .2s ease-in-out !important;
}

.work-image,
.gallery_card {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 10 / 5;
  justify-content: space-evenly;
  align-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}

.work-image .image {
  width: 100%;
  justify-content: center;
}

.image {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  padding: 3rem;
}

.work-image img,
.gallery_card img,
.image img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  object-position: top;
  border-radius: 3px;
}

.gallery_card_image img,
.small img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
  object-position: center;
  border-radius: 3px;
  background-color: #ebebeb;
  padding: 3rem 3rem;
  aspect-ratio: 16 / 9;
}

.work-image.lighten img {
  opacity: 0.88;
}

body.mobile .mobile-hide {
  display: none;
}

.full {
  justify-content: flex-start;
}

.full .work {
  padding: 2rem 2rem 2.25rem 2rem;
  /*width: calc(33.3333333% - 32px);*/
  width: 50%;
  pointer-events: none;
  border-radius: 4px;
  text-align: left;
  flex-direction: row;
}

.full .work:hover {
  pointer-events: none;
}

.full .work-image {
  border-radius: 4px;
  max-height: 50vh !important;
  margin-right: 3rem;
  aspect-ratio: 4/5;
}

.full .work-image img {
  aspect-ratio: 4/5;
  object-position: bottom 42% left 0;
}

.full .work-title {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.full .bio-description {}

.full .work-title h5 {
  margin: 0 0 2rem;
  padding: 0;
  line-height: 3rem;
  font-size: 3.5rem;
}

.full .work-title p {
  margin: 0;
  letter-spacing: -.5px;
  line-height: 2.4rem;
  font-size: 1.6rem;
}

body.mobile .full .work {
  flex-direction: column;
}

body.mobile .full .work-title {
  width: auto;
}

body.mobile .full .work-image {
  width: auto;
  margin: 0 0 1rem 0;
}

body.mobile .full .work-title h5 {
  margin: 1rem 0 2rem;
  line-height: 2.5rem;
  font-size: 2.8rem;
}

body.mobile .full .work-title p {
  margin: 0;
  line-height: 2.4rem;
  font-size: 1.6rem;
}

.work-image.set img,
.image.set img {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #eee;
}

.work-image.set img:last-child,
.image.set img:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0;
}

.work-image.set,
.image.set {
  flex-wrap: wrap;
  max-height: none;
}

.work-image.set .caption,
.image.set .caption {
  font-size: .88em;
  font-weight: 600;
  color: #2B9971;
  padding: 0;
  border: none;
  margin: 0 0 1.25em;
}

.work-image.bottom img,
.image.bottom img {
  object-position: bottom;
  padding: 0;
}

.work-image.center {
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 4.2rem;
  color: #f9f9f9;
}

.image.center img,
.work-image.center img {
  object-position: center;
}

.work-image.off-center img {
  object-position: bottom 33% left 0;
}

.image.zoom img,
.work-image.zoom img {
  height: 200% !important;
  object-fit: cover;
  object-position: top;
}

.image.fit img,
.work-image.fit img {
  object-position: center;
  object-fit: fit-height !important;
  background-color: inherit;
  padding: 0;
}

.image.fit img {
  object-position: center;
  object-fit: contain;
  background-color: inherit;
  padding: auto;
}

.image.video video {
  margin: 0px auto;
  text-align: center;
  border-radius: 4px;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.work-image.fit-small img,
.image.fit img,
.work-image.fit img {
  object-fit: contain;
}

body.mobile .work-image.fit-small.center img {
  padding: 3rem;
}

.work-image.fit-small.center img {
  height: 100% !important;
}

.image.fit,
.work-image.fit {
  padding: 1.4rem;

}

work-image.fit {
  padding: 1.4rem;

}

/*body.mobile .image.fit,
body.mobile .work-image.fit {
	padding: 0.88em !important;
}*/
body.mobile .image {
  padding: 1.0rem !important;
}

body.mobile .profile.image {
  padding: 1.5rem !important;
}

.work-image.fit-small {
  padding: 1.8rem !important;
}

body.mobile .work-image.fit-small {
  padding: 1.0rem !important;
}

.work-image.fit-height,
.image.fit-height {
  padding: 0 !important;
}

.work-image.fit-height img,
.image.fit-height img {
  object-fit: contain;
}

.image.pan img,
.work-image.pan img {
  position: relative;
  animation: pan 60s ease-in-out infinite;
  -moz-animation: pan 60s ease-in-out infinite;
  /* Firefox */
  -webkit-animation: pan 60s ease-in-out infinite;
  /* Safari and Chrome */
}

.image.pan-slow img,
.work-image.pan-slow img {
  position: relative;
  animation: pan 180s ease-in-out infinite;
  -moz-animation: pan 180s ease-in-out infinite;
  /* Firefox */
  -webkit-animation: pan 180s ease-in-out infinite;
  /* Safari and Chrome */
}

.image.pan-fast img,
.work-image.pan-fast img {
  position: relative;
  animation: pan 30s ease-in-out infinite;
  -moz-animation: pan 30s ease-in-out infinite;
  /* Firefox */
  -webkit-animation: pan 30s ease-in-out infinite;
  /* Safari and Chrome */
}

.contain {
  max-height: 720px;
  aspect-ratio: 16 / 9;
}

.contain img {
  background: #ebebeb !important;
  object-fit: contain;
}

.contain.pan img,
.contain.pan-slow img {
  background: #ebebeb !important;
  object-fit: cover;
}

body.mobile .contain {
  max-height: 640px;
}

.work-image.pan-reverse img,
.image.pan-reverse img {
  position: relative;
  object-fit: cover;
  animation: pan-reverse 30s ease-in-out infinite;
  -moz-animation: pan-reverse 30s ease-in-out infinite;
  /* Firefox */
  -webkit-animation: pan-reverse 30s ease-in-out infinite;
  /* Safari and Chrome */
}

@keyframes pan {
  0% {
    object-position: top;
  }

  50% {
    object-position: bottom;
  }

  100% {
    object-position: top;
  }
}

@-moz-keyframes pan {
  0% {
    object-position: top;
  }

  50% {
    object-position: bottom;
  }

  100% {
    object-position: top;
  }
}

@-webkit-keyframes pan {
  0% {
    object-position: top;
  }

  50% {
    object-position: bottom;
  }

  100% {
    object-position: top;
  }
}

@keyframes pan-reverse {
  0% {
    object-position: bottom;
  }

  50% {
    object-position: top;
  }

  100% {
    object-position: bottom;
  }
}

@-moz-keyframes pan-reverse {
  0% {
    object-position: bottom;
  }

  50% {
    object-position: top;
  }

  100% {
    object-position: bottom;
  }
}

@-webkit-keyframes pan-reverse {
  0% {
    object-position: bottom;
  }

  50% {
    object-position: top;
  }

  100% {
    object-position: bottom;
  }
}

.crop {
  padding: 1.4rem 1.6rem 0;
object-position: left top;
}

.contain.crop img {
  object-fit: cover;
    
}

.double-image {
  gap: 16px;
  padding: 3.2rem;
  align-items: center;
}
.double-image-crop {
  gap: 12px;
  padding: 1.4rem 1.6rem 0 !important;
  align-items: top !important;
}

.double-image-crop .double-container {
    border-radius: 3px 3px 0px 0px !important;
	overflow: hidden;
    width: 50%;
}

.double-image .double-container {
    border-radius: 3px !important;
	overflow: hidden;
    width: 50%;
}

.triple-image {
  justify-content: space-between;
  gap: 12px;
  padding: 0 2.2rem;
  align-items: center;
}
.triple-image-crop {
  gap: 12px;
  padding: 2.2rem 1.6rem 0 !important;
  align-items: top !important;
}

.triple-image .triple-container {
  border-radius: 4px !important;
	overflow: hidden;
    width: 33.333%;
}
.triple-image-crop .triple-container {
  	border-radius: 4px 4px 0px 0px !important;
	overflow: hidden;
    display: flex;
    width: 33.333%;
}
.triple-image-crop img {
	border-radius: 0px !important;
}
.triple-image img {
    object-fit: contain;
}

.contain.crop .crop-container {
  object-fit: cover;
  padding: 3.2rem 4.2rem 0;
  background-color: #ccc;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  display: flex;
  aspect-ratio: 16 / 9;
}

body.mobile .contain.crop .crop-container {
  padding: 1.8rem 1.8rem 0;
}

.contain.crop .crop-container img {
  object-fit: cover;
  border-radius: 4px 4px 0px 0px;
  aspect-ratio: 16 / 9;

}

.jump-links .work-image.crop-mobile {
  padding: 1rem 5.6rem 0;
}

.jump-links .work-image {
  padding: 1.2rem 1.2rem 0;
}

.jump-links .work-image img {
  border-radius: 3px 3px 0px 0px;
}

.jump-links .work-image.fit {
  object-fit: cover !important;
  padding: .5rem !important;
}

.crop img {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  object-position: right top;
}

.work-title {
  margin: 0;
  padding: 1.4rem 0 1.4rem 0;
}

.work-title h5 {
  font-family: 'Maragsa';
  text-transform: none;
  color: #2b9971;
  font-size: 2.4rem;
  letter-spacing: 0;
  margin: 0;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}

body.mobile .work-title h5 {
  font-size: 2.1rem;
}

.jump-links {}

.jump-links-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #2B9971;
}

.jump-links h2 {
  font-family: 'Maragsa';
  text-transform: none;
  font-size: 2rem;
  letter-spacing: 0;
  margin: 0 !important;
  padding: .25rem 1rem .5rem 1rem !important;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}

.list-top {
  margin-top: -16px;
}

.example.title {
  padding: 5rem 3rem !important;
}

.example.title .left-column {
  padding-right: 4rem;
}

.example.title .left-column li {
  margin-bottom: 4rem;
}

.example.title .right-column {}

.example.title img {
  width: 100%;
  border-radius: 3px;
}

.example-title {
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.example-title h1 {
  font-size: 10rem !important;
}

body.mobile .example-title h1 {
  margin-top: 2rem;
  margin-bottom: -1rem;
  padding: 0;
}

.rga {
  margin-left: -1.4rem;
}

body.mobile .rga {
  margin-left: -6px;
}

.example-title .divider {
  border-color: #2b9971;
  margin-bottom: 8rem;
  margin-top: 6rem;
}

.example ul {
  margin-bottom: 4rem;
}

.example ul:last-child {
  margin-bottom: 0;
}

.example ul.tags,
.example.title ul.tags {
  padding-top: 2.5rem;
  padding-left: 0 !important;
  margin: 0 !important;
}

.example.title ul.tags li,
.example ul.tags li,
.bottom ul.tags li {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0.2rem 1rem 0.3rem;
  border: 2px solid #f98585;
  border-radius: 100px;
  font-weight: bold;
  margin: 0 .25rem 1rem 0;
}

.example-image {
  display: block;
  margin-top: 6rem;
}

.example-image img {
  width: 100% !important;
  height: auto !important;
}

.example .button.light {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #4477d7 !important;
}

.example .button.light:hover {
  background-color: #2b9971 !important;
  border-color: transparent !important;
}

.hero {
  text-align: center;
  margin: 0 auto;
  padding: 0 8rem 0 8rem;
  position: absolute;
  bottom: 0;
}

.hero img {
  border-radius: 4px 4px 0px 0px;
  width: 100% !important;
  height: auto !important;
}

.example .hero-image {
  margin: 3rem 0;
}

.example .hero-image img {
  height: inherit !important;
  max-height: inherit !important;
  width: 100% !important;
  max-width: inherit !important;
}

.example h4 {}

body.mobile .example h2 {
  font-size: 3rem !important;
  padding: 0;
  margin: 0;
}

.example small {
  font-size: 8rem !important;
  line-height: 1 !important;
  color: #2b9971 !important;
}

.example li {
  margin-bottom: 1.25rem;
}

.slick-track {
  margin: 0 !important;
  padding: 0 !important;
}

.gallery_card {}

body.mobile .image-gallery {}

body.mobile .gallery_card_image {}

body.mobile .gallery_card_image img {
  padding: 1rem;
}

.gallery_card_image,
.image {
  width: 100% !important;
  border-radius: 4px;
  padding: 1.4rem;
  background-color: #fff;
  align-content: center;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
}

.image-full .image-gallery .gallery_card_image img {
  padding: 0 !important;
  object-fit: contain;
}

.image-cover .image-gallery .gallery_card_image img {
  padding: 0 !important;
  object-fit: cover;
  object-position: center;
}

body.mobile .image-top {
  display: block;
  clear: both;
  aspect-ratio: 16 /9;
  margin-bottom: 3rem;
}

.image-top .image-gallery .gallery_card_image img {
  padding: 0 !important;
  object-fit: cover;
  object-position: top;
}

/*.gallery_card_image img {
    margin: 0 !important;
    text-align: center;
    max-width: 100% !important;
    max-height: 26em !important;
    height: 100% !important;
    object-fit: scale-down !important;
}*/
.slick-next svg {
  margin-right: 32px !important;
  color: transparent !important;
}

.slick-prev svg {
  margin-left: 32px !important;
  color: transparent !important;
}

body.mobile .slick-next svg {
  margin-right: 6px !important;
  color: transparent !important;
  width: 32px;
}

body.mobile .slick-prev svg {
  margin-left: 6px !important;
  color: transparent !important;
  width: 32px;
}

.gallery_image_caption,
.caption {
  margin-top: 1.8rem;
  font-size: .88em;
  letter-spacing: -.2px;
  color: #4477d7;
  border-top: 2px solid #f98585;
  padding-top: 1rem;
  font-weight: 500;
  line-height: 1;
  text-align: left !important;
  display: block;
  clear: both;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
  font-size: 1.88rem;
  color: rgb(68, 119, 215);
  font-family: 'Greycliff CF', Helvetica, Arial, sans-serif;
  line-height: 2.4rem;
  font-style: normal;
  font-weight: 200;
  letter-spacing: -.2px;
}

[data-predefined-style="true"] bodycopy a {
  color: #f98585;
  text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
  border-color: transparent;
  cursor: pointer;
}

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: 'Maragsa', Palatino, serif;
  padding: 0;
  margin: 0;
  font-size: 20vmin;
  line-height: 0.8;
  color: #2b9971;
  letter-spacing: -.2rem;
  font-weight: 100;
  font-style: normal;
}

body.mobile h1 {
  font-size: 5rem !important;
}

body.mobile h1 a {
  font-size: 4.5rem !important;
  margin-bottom: 10vh !important;
}

[data-predefined-style="true"] h1 a {
  color: #2b9971;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: none !important;
  font-size: 5.5rem !important;
  padding: auto;
  border-radius: 200px;
  background-color: #F98585;
  text-align: center;
  height: 14vh;
  line-height: 85%;
  margin: 0 auto;
  width: 90%;
}

h1 a:hover {
  background-color: #e4e4e4 !important;
  color: #2B9971 !important;
}

h1 a.green:hover {
  background-color: #F98585 !important;
  color: #e4e4e4 !important;
}

[data-predefined-style="true"] h2 {
  /*font-family: 'Greycliff CF';*/
  font-family: 'Maragsa', Palatino, serif;
  text-transform: none;
  display: block;
  margin-bottom: 7rem;
  color: #4477d7;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  margin-top: 0;
}

[data-predefined-style="true"] h2 a {
  color: #2b9971;
}

h3 {
  font-weight: bold;
  font-size: 6rem;
  margin: 0;
}

h4 {
  font-family: 'Greycliff CF', Century Gothic, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #F98585;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.page-title {
  margin-bottom: 4rem;
  line-height: 0.8 !important;
}


[data-predefined-style="true"] small {
  display: inline-block;
  letter-spacing: .1px;
  font-size: 3.6rem;
  line-height: 0.8;
  margin-bottom: 6rem;
  width: 100%;
  font-family: 'Maragsa', Palatino, serif;
  font-style: normal;
  font-weight: 100;
  text-transform: capitalize;
  color: #2b9971;
}

[data-predefined-style="true"] small a {
  color: #f98585;
  border-bottom-width: 0em;
}

/**
 * Breakpoints / Responsive
 */

@media only screen and (min-width: 1600px) {
  .logo {
    width: calc((100%) / 7.75) !important;
  }

  .logo .work-title h5 {
    font-size: 1.15rem !important;
  }


  .gallery_card_image {
    max-height: 960px !important;
  }

  .content {
    padding: 5rem 16rem !important;
  }

  .left-column {
    padding-right: 1rem !important;
  }

  .right-column {
    margin-top: 4.8rem !important;
  }

  bodycopy {
    font-size: 1.4rem !important;
    line-height: 1.9rem !important;
  }

  ul.bullet li {
    font-size: 1.4rem !important;
    line-height: 1.9rem !important;
    margin-bottom: 1.7rem !important;
  }

  ul.bullet li:before {
    margin-top: -5px;
  }

  .tags li {
    font-size: 1rem !important;
    line-height: 1.4rem !important;
  }

  .example-title h1 {
    font-size: 8rem !important;
    line-height: 1rem !important;
  }

  .divider {
    margin-bottom: 5rem !important;
  }

  h2 {
    font-size: 3.4rem !important;
    line-height: 3.6rem !important;
    margin-bottom: 4rem !important;
  }

  .menu.footer h2 {
    font-size: 2.2rem !important;
    line-height: 2.2rem !important;
  }

  h4,
  .dates,
  .button-home,
  button {
    font-size: 1.4rem !important;
    line-height: 1.8rem !important;
  }

  .work-container.jump-links .work h5 {
    font-size: 2.2rem !important;
    line-height: 2rem !important;
  }
}

@media only screen and (max-width: 1440px) {
  .content {
    padding: 5rem;
  }

  .work-container.logos .work.logo {
    width: calc((100% - 6px) / 8) !important;
  }
}

@media only screen and (max-width: 1280px) {
  .work-container.logos .work.logo {
    width: calc((100% - 6px) / 8) !important;
  }

  .gallery_card_image {
    max-height: 640px !important;
  }

}

@media only screen and (max-width: 1080px) {

  .work,
  .half .work {
    width: calc((100% - 48px) / 2) !important;
    margin: 0 24px 24px 0;
  }

  .work-container.jump-links {
    padding: 0 !important;
    margin-right: -24px;
  }

  .work-container.jump-links .work {
    width: calc((100% - 72px) / 3) !important;
    margin: 0 24px 24px 0 !important;
  }

  .work-container.logos .work.logo {
    width: calc((100% - 48px) / 5) !important;
    margin: 0 24px 24px 0;
  }

  .hide .empty,
  .hide {
    display: none;
  }

  .column {
    padding-top: 0px;
    margin-top: 0;
  }

  .gallery_card_image {
    max-height: 720px !important;
  }

  .content {
    padding: 3.2rem 3.2rem !important;
  }
}

@media only screen and (max-width: 888px) {
  .gallery_card_image {
    max-height: 500px !important;
  }

  .work-container.logos .work.logo {
    width: calc((100% - 48px) / 5) !important;
    margin: 0 24px 24px 0;
  }

  [grid-col="6"] {
    width: 40% !important;
  }

  [grid-col="2"] {
    width: 24% !important;
  }

  [grid-col="4"] {
    width: 36% !important;
  }
}

@media only screen and (max-width: 500px) {
  .work-container.logos .work.logo {
    width: calc((100% - 48px) / 2) !important;
    margin: 0 24px 24px 0;
  }

  .gallery_card_image {
    /*max-height: 220px !important;*/
  }

  [grid-col] {
    width: 100% !important;
  }
}

body.mobile .gallery_card_image {
  padding: 1rem !important;
}

[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: 0
    /*!content_left*/
  ;
  margin-right: auto
    /*!content_left*/
  ;
  text-align: left
    /*!text_left*/
  ;
}

[data-css-preset] body {
  background-color: #e4e4e4
    /*!body_bgcolor*/
  ;
}

[data-css-preset] .container_width {
  width: 100%
    /*!content_left*/
  ;
}

[data-css-preset] .content_padding {
  padding-top: 5rem
    /*!main_margin*/
  ;
  padding-bottom: 5rem
    /*!main_margin*/
  ;
  padding-left: 5rem
    /*!main_margin*/
  ;
  padding-right: 5rem
    /*!main_margin*/
  ;
}


[data-css-preset] text-limit {
  display: inline-block
    /*!text_width*/
  ;
  max-width: 66rem
    /*!text_width*/
  ;
}

/**
 * Thumbnails
 */

div[thumbnails] {
  justify-content: flex-start;
}

[data-css-preset] .thumbnails {
  background-color: rgba(0, 0, 0, 0)
    /*!thumbnails_bgcolor*/
  ;
}

[data-css-preset] .thumbnails_width {
  width: 100%
    /*!thumbnails_width*/
  ;
}

[data-css-preset] [thumbnails-pad] {
  padding: 0.75rem
    /*!thumbnails_padding*/
  ;
}

[data-css-preset] [thumbnails-gutter] {
  margin: -1.5rem
    /*!thumbnails_padding*/
  ;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
  padding: 0.5rem
    /*!responsive_thumbnails_padding*/
  ;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
  margin: -1rem
    /*!responsive_thumbnails_padding*/
  ;
}

.thumbnails .thumb_image {
  outline: 0px solid rgba(0, 0, 0, .12);
  outline-offset: -1px;
}

.thumbnails .title {
  margin-top: .8rem;
  margin-bottom: .2rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Monument Grotesk", Icons;
  font-style: normal;
  line-height: 1.3;
}

.thumbnails .tags {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Monument Grotesk", Icons;
  font-style: normal;
  line-height: 1.3;
}

.thumbnails .tags a {
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.35);
  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;
  position: fixed;
  right: 3rem
    /*!site_menu_button*/
  ;
  bottom: 3rem
    /*!site_menu_button*/
  ;
}

body.mobile #site_menu_button {
  top: 2rem;
  left: 2.6rem;
  font-size: 32px;
}

body.mobile #site_menu_button img {
  width: 48px;
}

body.mobile .menu .button {
  top: 1rem;
  right: .25rem;
  padding: 10px 20px !important;
  scale: .75;
}

body.mobile .site_menu_page_wrapper .content_padding {
  padding: 2.5rem;
}

body.mobile .menu {
  padding: 0 !important;
  margin-top: 2rem;
  height: 100%;
}

body.mobile .menu.footer {
  padding-top: 0;
  direction: ltr;
}

body.mobile .menu.footer ul {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

body.mobile .menu.footer li {
  width: 100%;
  text-align: center;
  margin: 1.5rem auto;
}

.menu.footer {
  text-align: center;
}

.menu.footer li {
  display: inline-block;
  margin: 1.5rem 2rem;
  line-height: 1.0;
}

.menu.footer h2 {
  font-size: 2.2rem !important;
}

body.mobile .menu h2 {
  font-size: 2.3rem !important;
}

body.mobile .menu ul {
  margin: 0;
  padding: 0;
}

body.mobile .menu li {
  margin-bottom: 1.75rem;
}

body.mobile .menu li h3 {
  font-size: 1.75rem;
}

body.mobile ul.list-small li {
  margin-bottom: 8px !important;
  padding: 0 !important;
}

body.mobile ul.list-small a {
  font-size: 1.6rem !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  line-height: 0.5rem !important;
}

body.mobile .menu .copyright {
  bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0 6rem 0 0;
}

body.mobile .menu.footer .copyright {
  bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0 2rem;
}

#site_menu_button.custom_icon {
  width: 48px;
  height: 48px;
  left: 2rem;
  top: 2rem;
  transition: all 0.25s ease-in-out;
}

#site_menu_button.custom_icon:hover {
  margin-top: -5px;
  transition: all 0.25s ease-in-out;
  width: 56px;
}

/*#site_menu_button.custom_icon:hover:after {
	content: "☻ Click Me!";
    top: 0px;
    position: absolute;
    left: 5.2rem;
    font-family: 'Greycliff CF';
    padding: 1.8rem 1.8rem;
    border-radius: 999px 999px 999px 0px;
    color: #fff;
    background-color: #f98585;
    font-size: 1.2rem;
    letter-spacing: .5px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 1s ease-in-out;
    min-width: 80px;
    display: inline-block;
}*/

#site_menu_button.active {
  display: block;
}

.menu {
  display: block;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  width: 100%;
}

.menu a {
  color: #f9f9f9 !important;
}

.menu a:hover {
  color: #F98585 !important;
}

.menu h2 {
  font-size: 3rem !important;
}

.menu h4 {}

.menu p {
  margin: 0 0 16px 0;
  font-weight: normal;
  font-size: 1.75rem;
}

.menu .copyright {
  font-size: 1.2rem;
  color: #e4e4e4;
  opacity: 0.65;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 32px;
}

.menu .button {
  position: absolute;
  line-height: 2rem;
  min-height: 40px;
  top: 3rem;
  right: 3rem;
  display: block;
  padding: 10px 24px;
  font-size: 1.25rem;
  font-family: 'Greycliff CF';
  font-weight: bold;
  border-radius: 100px;
  border: 0 none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #f98585;
  z-index: 88;
}

.menu .button:hover {
  background-color: #e4e4e4;
  color: #f98585;
}

/**
 * Site Menu
 */

#site_menu {
  font-family: "Greycliff CF";
  background: rgba(20, 20, 20, 0.15);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding: 20px 30px 120px 30px;
  max-width: 400px;
  min-width: 300px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  color: #2B9971;
}

body.mobile #site_menu {
  width: 100%;
}

#site_menu .page-link a {
  color: #2B9971;
}

#site_menu .set-link>a {
  color: #2B9971;
  font-weight: bold;
}

#site_menu a:active {
  color: #F98585;
}

#site_menu .close {
  color: #F98585;
  line-height: .85em;
  font-size: 36px;
  font-weight: normal;
}

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: 1rem
    /*!shop_button*/
  ;
  right: 2rem
    /*!shop_button*/
  ;
}

#shop_button.text {
  font-family: "Monument Grotesk", Icons;
  font-size: 2.4rem;
  padding: 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-style: normal;
  line-height: 1.2;
}

#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: "Monument Grotesk", Icons;
  font-size: 1.5rem;
  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: "Monument Grotesk", Icons;
  font-size: 1.5rem;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .2);
  background: white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
  margin-bottom: 1rem;
  line-height: 1.2;
  padding: .7rem 2.5rem .7rem 1rem;
  font-style: normal;
  font-weight: 400;
}

.shop_product .button {
  font-family: "Monument Grotesk", Icons;
  font-size: 1.5rem;
  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: 6rem
    /*!quick_view_padding*/
  ;
  padding-bottom: 6rem
    /*!quick_view_padding*/
  ;
  padding-left: 6rem
    /*!quick_view_padding*/
  ;
  padding-right: 6rem
    /*!quick_view_padding*/
  ;
  height: 100%
    /*!quick_view_height*/
  ;
  width: 100%
    /*!quick_view_width*/
  ;
}

body.mobile .quick-view {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
}


[data-css-preset] .quick-view-background {
  background: rgba(0, 0, 0, 0.88)
    /*!quick_view_bgcolor*/
  ;
}

.quick-view-caption {
  font-family: 'Greycliff CF', sans-serif;
  transition: 100ms opacity ease-in-out;
  position: absolute;
  bottom: 0;
  margin-bottom: 3rem;
  left: 0;
  right: 0;
  text-align: left;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}

.quick-view-caption span {
  padding: 1rem;
  background: #e4e4e4;
  color: #4477d7;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
  left: 24px;
}

.quick-view-navigation .right-arrow {
  right: 24px;
}

body.mobile .quick-view-navigation .left-arrow {
  left: 12px !important;
}

body.mobile .quick-view-navigation .right-arrow {
  right: 12px !important;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
  /* Change height/width together to scale */
  height: 42px;
  width: 42px;
}

.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: rgba(0, 0, 0, 0.6);
  stroke-width: 2.5px;
}

.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: rgba(0, 0, 0, 0.6);
  stroke-width: 2.5px;
}

.quick-view-item {
  position: initial !important;

}

body.mobile .quick-view-navigation .close-button {
  top: 20px;
  right: 20px;
  z-index: 99;
}

/** 
 * Image Gallery Navigation Arrows 
 */

.image-gallery,
.image {
  margin: 1rem auto 2rem;
  text-align: center;
  overflow: visible !important;
  height: 100%;
}

.slick-list {
  overflow: visible !important;
}

.image-gallery.device .gallery_card_image {}

.image-gallery.device .gallery_card_image img {
  background-color: #26383D;
}

.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
  /* Change height/width together to scale */
  height: 42px;
  width: 42px;
}

.image-gallery-navigation .left-arrow:hover,
.image-gallery-navigation .right-arrow:hover,
.image-gallery-navigation .left-arrow:active,
.image-gallery-navigation .right-arrow:active {
  /* Change height/width together to scale */
  stroke: #F98585 !important;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
  stroke: #2B9971;
  /*stroke: #F98585;*/
  stroke-width: 3px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
  /*stroke: rgba(0, 0, 0, 0.25);*/
  stroke: #fff;
  stroke-width: 6px;
  opacity: 1;

}

/**
 * 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: rgba(0, 0, 0, 0.6);
  stroke-width: 2.5px;
}


/**
 * 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;
}

/**
 * Audio Player
 */

.audio-player {
  max-width: 26rem;
  height: 3.3rem;
  outline: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.6);
  background: transparent;
  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;
}