/* work main page */
.section {
  background: #ffffff;
}
.section.page .content h1 {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: -4px 0px 33px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.section.page .content h3 {
  width: 100%;
  height: auto;
  position: relative;
  margin: -4px 0px 33px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-size: 30px;
  line-height: 66px;
}
.section.page.work a.cta {
  margin-left: -152px;
}
.section.morework a.cta {
  margin-left: -151px !important;
}
ul#clients {
  width: 80% !important;
  margin: 0px 10% 40px 10% !important;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
ul#clients.morework {
  margin-top: 20px !important;
  margin-bottom: 60px !important;
}
ul#clients.morework li.client {
  margin-bottom: 0px !important;
}
ul#clients li.client {
  background: #fff;
  width: calc(25% - 20px);
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 60px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  /* ,
					&:hover .thumbnail.blur* */
  /* */
}
ul#clients li.client .thumbnail {
  background-color: #fff;
  /* @marriner-gray */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(80% - 0px) !important;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0% 0px !important;
  padding-bottom: calc(80% - 0px) !important;
  display: block;
  overflow: hidden;
  z-index: 0;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  transition: opacity 250ms linear;
  /* to keep blur from overflowing */
}
ul#clients li.client .thumbnail div.image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0%;
  padding: 0px;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  transition: filter 125ms linear;
  -webkit-transition: -webkit-filter 125ms linear;
  -moz-transition: -moz-filter 125ms linear;
  -ms-transition: -ms-filter 125ms linear;
  -o-transition: -o-filter 125ms linear;
}
ul#clients li.client .lines {
  width: 100%;
  height: 80px;
  float: left;
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: table;
  text-align: center;
  border-top: 0px solid #eaeaea;
  border-bottom: 0px solid #eaeaea;
}
ul#clients li.client .lines a {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  color: #444444;
  font-weight: 300;
  border: 0px;
  -webkit-transition: color 125ms linear;
  -moz-transition: color 125ms linear;
  -ms-transition: color 125ms linear;
  transition: color 125ms linear;
}
ul#clients li.client .lines a sup {
  position: relative;
  top: -0.5em;
  font-size: 16px;
}
ul#clients li.client:hover .lines a {
  color: #ecdc25 !important;
}
ul#clients li.client .thumbnail.blur {
  opacity: 0.75;
}
ul#clients li.client .thumbnail.blur div.image {
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
ul#clients li.client.inactive {
  opacity: 0.35;
}
@media screen and (max-width: 1500px) {
  ul#clients {
    /* width: 90% !important;
				margin-right: 5% !important;
				margin-left: 5% !important; */
  }
  ul#clients li.client {
    width: calc(25% - 15px) !important;
  }
  ul#clients.morework li:nth-child(5) {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  ul#clients li.client {
    width: calc(33.3% - 13.3px) !important;
    margin-bottom: 40px !important;
  }
  ul#clients.morework li:nth-child(4),
  ul#clients.morework li:nth-child(5) {
    display: none !important;
  }
}
@media screen and (max-width: 760px) {
  ul#clients li.client {
    width: calc(50% - 10px) !important;
  }
}
@media screen and (max-width: 600px) {
  ul#clients.morework li:nth-child(3),
  ul#clients.morework li:nth-child(4),
  ul#clients.morework li:nth-child(5) {
    display: none !important;
  }
}
@media screen and (max-width: 460px) {
  .section.morework a.cta {
    /* background-position: left 22px top;
		 		background-image: url(https://dev.marriner.com/wp-content/themes/mmc2019/elements/styles/../images/cta-arrow-small_reversed.png); */
    height: 50px;
    font-size: 22px;
    line-height: 47px;
    /* padding-right: 30px !important;
				padding-left: 50px !important; */
    margin-left: -112px !important;
    margin-right: 0px !important;
  }
  .section.morework a.cta span {
    background-image: url(https://dev.marriner.com/wp-content/themes/mmc2019/elements/styles/../images/cta-arrow-small_reversed.png);
    background-position: left 30px bottom;
    padding: 0px 40px 0px 65px;
  }
  .section.morework a.cta span::after {
    background-image: url(https://dev.marriner.com/wp-content/themes/mmc2019/elements/styles/../images/cta-arrow-small_reversed.png);
    background-position: left 30px top;
    padding: 0px 40px 0px 65px;
  }
}
@media screen and (max-width: 400px) {
  ul#clients li.client {
    width: calc(100% - 0px) !important;
    margin-bottom: 30px !important;
  }
  ul#clients.morework li:nth-child(1) {
    margin-bottom: 60px !important;
  }
}
/* */
/* work details page */
.client-header {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  width: 100%;
  height: 730px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  overflow: hidden !important;
}
.client-header.images {
  /*visibility:hidden;*/
  z-index: 0;
}
.client-header.loading {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56585a+0,333333+100 */
  background: #56585a url(https://dev.marriner.com/wp-content/themes/mmc2019/elements/styles/../images/preloader_64_yellow_gray.marriner.gif) center center no-repeat;
  /* Old browsers */
  background: url(https://dev.marriner.com/wp-content/themes/mmc2019/elements/styles/../images/preloader_64_yellow_gray.marriner.gif) center center no-repeat, -moz-radial-gradient(center, ellipse cover, #56585a 0%, #333333 100%);
  /* FF3.6-15 */
  background: url(https://dev.marriner.com/wp-content/themes/mmc2019/elements/styles/../images/preloader_64_yellow_gray.marriner.gif) center center no-repeat, -webkit-radial-gradient(center, ellipse cover, #56585a 0%, #333333 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url(https://dev.marriner.com/wp-content/themes/mmc2019/elements/styles/../images/preloader_64_yellow_gray.marriner.gif) center center no-repeat, radial-gradient(ellipse at center, #56585a 0%, #333333 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56585a', endColorstr='#333333', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  /* background: @marriner-gray url(https://dev.marriner.com/wp-content/themes/mmc2019/elements/styles/../images/preloader_64_yellow_gray.marriner.gif) center center no-repeat, ; */
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
}
.client-header img {
  width: 40%;
  height: 370px auto;
  position: fixed;
  margin: 0px 0px 0px 30%;
  display: block;
  opacity: 0;
  transition: opacity 1000ms ease-in-out;
  transition: filter 1000ms ease-in-out;
  -webkit-transition: -webkit-filter 1000ms ease-in-out;
  -moz-transition: -moz-filter 1000ms ease-in-out;
  -ms-transition: -ms-filter 1000ms ease-in-out;
  -o-transition: -o-filter 1000ms ease-in-out;
  -webkit-filter: blur(15px);
  -moz-filter: blur(25px);
  -o-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
}
.client-header img.visible {
  opacity: 1;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.section.workdetails.page {
  background: #ffffff;
  z-index: 100;
}
.section.workdetails.page .content h1 {
  width: 60%;
  text-align: left;
  text-transform: none;
}
.section.workdetails.page .content h1 sup {
  vertical-align: super;
  font-size: 32px;
}
.section.workdetails.page .content p {
  width: 60%;
  text-align: left;
}
.section.workdetails.page .content ul.capabilities {
  width: 30%;
  right: 0px;
  top: 0px;
  position: absolute;
  float: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  list-style-type: none;
  list-style-position: outside;
}
.section.workdetails.page .content ul.capabilities li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #999999;
  font-weight: 400;
}
.section.workdetails.page .content ul.capabilities li:last-child {
  margin-bottom: 0px;
}
.section.worklist {
  background: #f6f5ef;
  z-index: 100;
}
.section.worklist ul.worklist-nav {
  width: 20px;
  position: fixed;
  right: 73px;
  z-index: 1;
  transition: all 0.25s ease-in-out;
  margin-bottom: -1000px;
  opacity: 0;
}
.section.worklist ul.worklist-nav.stuck {
  opacity: 1;
}
.section.worklist ul.worklist-nav .arrow {
  background: url(https://dev.marriner.com/wp-content/themes/mmc2019/elements/styles/../images/home-hero-arrow-down.png) center top no-repeat;
  width: 27px;
  height: 15px;
  float: left;
  position: relative;
  margin: 0px -4px 0px -5px;
  padding: 0px 0px 0px 0px;
  display: block;
  cursor: pointer;
}
.section.worklist ul.worklist-nav .arrow:hover {
  background-position: center bottom;
}
.section.worklist ul.worklist-nav li {
  background: none;
  width: 16px;
  height: 16px;
  float: left;
  position: relative;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #ecdc25;
}
.section.worklist ul.worklist-nav li:last-child {
  margin-bottom: 0px;
}
.section.worklist ul.worklist-nav li:hover {
  background: none;
  border: 2px solid #fff;
}
.section.worklist ul.worklist-nav li.current {
  background: #ecdc25;
  border: 2px solid #ecdc25;
}
.section.worklist ul.worklist-nav li.current:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
}
.section.worklist .work-item {
  width: 80%;
  float: left;
  position: relative;
  margin: 0px 10% 0px 10%;
  padding: 60px 0px 60px 0px;
  display: block;
  border-bottom: 1px solid #d5d5d5;
}
.section.worklist .work-item:first-child {
  padding-top: 0px;
}
.section.worklist .work-item:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.section.worklist .work-item img {
  /* starts as a preloader */
  width: 48px;
  height: auto;
  float: left;
  position: relative;
  left: 50%;
  margin: 20px 0px 60px -24px;
  padding: 0px 0px 0px 0px;
  display: block;
  /* transition: all 0.4s ease-in-out; */
}
.section.worklist .work-item img.unveiled {
  /* lazy loads full image */
  width: 100%;
  left: 0px;
  margin-left: 0px;
}
.section.worklist .work-item video.workvideo {
  background-color: none !important;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
.section.worklist .work-item .vjs-user-active {
  margin-bottom: 60px !important;
}
.section.worklist .work-item video {
  max-height: 1080px !important;
}
.section.worklist .work-item .vjs-poster,
.section.worklist .work-item .video-js,
.section.worklist .work-item .vjs-tech {
  background-color: #f6f5ef !important;
}
.section.worklist .work-item div.video_frame {
  background: url(https://dev.marriner.com/wp-content/themes/mmc2019/elements/styles/../images/preloader_64_yellow_tan.marriner.gif) center center no-repeat;
  float: left;
  position: relative;
  margin: 0px 0px 60px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  overflow: hidden;
}
.section.worklist .work-item iframe {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  overflow: hidden;
}
.section.worklist .work-item p {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
.section.worklist .work-item p sup {
  vertical-align: top !important;
  position: relative !important;
  top: -0.5em !important;
  font-size: 50%;
}
@media screen and (max-width: 1300px) {
  .client-header {
    width: 100%;
    height: 600px;
  }
}
@media screen and (max-width: 960px) {
  .client-header {
    width: 100%;
    height: 460px;
  }
  .client-header img {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
  .section.worklist .work-item {
    padding: 40px 0px 40px 0px;
  }
  .section.worklist .work-item img {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .section.worklist .work-item .video-js,
  .section.worklist .work-item .vjs-user-active {
    margin-bottom: 40px !important;
  }
  .section.worklist ul.worklist-nav {
    right: 28px;
  }
}
@media screen and (max-width: 800px) {
  .section.workdetails.page .content h1 {
    width: 100%;
    text-align: center;
  }
  .section.workdetails.page .content h1 sup {
    vertical-align: super;
    font-size: 24px;
  }
  .section.workdetails.page .content p {
    width: 100%;
    text-align: center;
  }
  .section.workdetails.page .content ul.capabilities {
    width: 100%;
    right: auto !important;
    top: auto !important;
    float: left;
    position: relative;
    margin: 40px 0px 0px 0px;
    padding-top: 60px;
    border-top: 1px solid #eaeaea;
  }
}
@media screen and (max-width: 780px) {
  .client-header {
    height: 60vh;
    min-height: 300px;
  }
  .client-header img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
