﻿
/* portfolios/styles/base.scss */
html, body {
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  font: 13px 'Avenir Next Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  line-height: 1;
  background-color: #EFF0F5;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
  margin: 0;
}
ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
button, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0;
}
button:hover,
button:active,
button:focus {
  cursor: pointer;
  outline: none;
}
a:active,
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}
input, button {
  border: 0;
}
img {
  vertical-align: middle;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  color: #79CFE2;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #6CC3F4;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
}
h1 {
  font-size: 64px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}
p {
  line-height: 1.2em;
}
input {
  font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
  background-clip: padding-box;
}

/* portfolios/styles/screen.scss */
#wrap {
  overflow: hidden;
  height: auto !important;
  min-height: 100%;
  position: relative;
  transition: opacity 0.2s linear;
  opacity: 0;
  padding: 0 0 120px;
  margin: 0 auto;
}
#wrap.is-shown {
  opacity: 1;
}
.sub #wrap {
  padding-bottom: 0;
}
.columns-container {
  max-width: 1200px;
  position: relative;
  margin: 1em auto;
  transition: margin 0.3s ease-in-out;
}
.columns-container h2 {
  padding-bottom: 1.2em;
  font-size: 28px;
  font-weight: 400;
  color: #444;
}
.columns-container h4 {
  margin: 20px 0;
  font-size: 22px;
  line-height: 122.94%;
}
.sub .columns-container h4 {
  font-size: 26px;
  color: #000;
}
.sub .columns-container .header {
  width: 66.66%;
}
.sub .columns-container .decks.decks--full {
  width: 100%;
}
.sub .columns-container .decks {
  align-content: baseline;
  --gap: 15px;
  width: 66.66%;
}
.sub .columns-container .sidebar h4 {
  margin-top: 0;
}
.sub .columns-container .sidebar .card .title {
  font-size: 36px;
  line-height: 1.23;
}
.sub .columns-container .sidebar .card p,
.sub .columns-container .sidebar .card li {
  font-size: 20px;
  line-height: 1.32;
}
.sub .columns-container .sidebar .card p {
  margin-bottom: 40px;
}
.sub .columns-container .sidebar .card ul {
  margin: 20px 0 0;
  padding: 0 25px;
  list-style-type: disc;
  text-align: left;
}
.sub .columns-container .sidebar .card .button:hover {
  opacity: 1;
  color: #000;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 11px 11px 22px rgba(0, 0, 0, 0.11);
}
.sub .columns-container .sidebar .card .button {
  display: block;
  max-width: 223px;
  margin: 0 auto;
  padding: 14px 0 12px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  text-align: center;
  letter-spacing: 0.2em;
  opacity: 0.5;
  color: inherit;
  border: 1px solid #000;
  border-radius: 24px;
}
.sub .columns-container .sidebar .card {
  margin-bottom: 30px;
  padding: 38px 40px 38px;
  text-align: center;
  color: #000;
  border-radius: 10px;
  background-color: #eff0f5;
}
.sub .columns-container .sidebar .card--purple .button {
  opacity: 1;
  border-color: #fff;
}
.sub .columns-container .sidebar .card--purple {
  color: #fff;
  background-color: #9974ba;
}
.sub .columns-container .sidebar .card--left {
  padding-right: 6px;
  text-align: left;
}
.sub .columns-container .sidebar {
  width: 30.6%;
  margin-top: -52px;
  color: #000;
}
.sub .columns-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1254px;
  margin: 0 auto 1em;
  padding: 0 3em;
  background-color: #fff;
}
.sub .content .logos h4 {
  width: 847px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.23;
}
.sub .content .logos ul li:nth-of-type(7),
.sub .content .logos ul li:last-of-type {
  margin-right: 0;
}
.sub .content .logos ul li img {
  max-width: 100%;
  height: auto;
}
.sub .content .logos ul li {
  width: auto;
  margin-right: 49px;
  margin-bottom: 25px;
}
.sub .content .logos ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 70px;
  opacity: 0.4;
  align-items: center;
}
.sub .content .logos {
  max-width: 978px;
  margin: 1em auto;
  text-align: center;
}
.sub .content .content-block h4 {
  width: 100%;
  margin-bottom: 55px;
  font-size: 56px;
}
.sub .content .content-block h5:last-child,
.sub .content .content-block p:last-child,
.sub .content .content-block li:last-child {
  margin-bottom: 0;
}
.sub .content .content-block h5,
.sub .content .content-block p,
.sub .content .content-block li {
  margin: 0 auto 25px;
  line-height: 1.52;
}
.sub .content .content-block h5 {
  font-size: 23px;
  font-weight: 500;
}
.sub .content .content-block p,
.sub .content .content-block li {
  font-size: 19px;
}
.sub .content .content-block strong {
  font-weight: 500;
}
.sub .content .content-block figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.sub .content .content-block figure {
  position: relative;
}
.sub .content .content-block picture img {
  width: 100%;
  height: 403px;
  margin-bottom: 30px;
  object-fit: cover;
}
.sub .content .content-block picture figcaption {
  text-align: center;
}
.sub .content .content-block picture {
  display: block;
  margin: 60px auto;
}
.sub .content .content-block video + figcaption {
  bottom: -30px;
}
.sub .content .content-block video {
  display: block;
  margin: 60px auto 90px;
  width: 100%;
  height: 403px;
  object-fit: cover;
}
.sub .content .content-block ul.bullet-list li {
  margin-bottom: 0;
}
.sub .content .content-block ul.bullet-list {
  list-style-type: disc;
}
.sub .content .content-block ul {
  padding-left: 40px;
  margin-bottom: 25px;
}
.sub .content .content-block ol li::marker {
  font-weight: 500;
}
.sub .content .content-block ol {
  list-style-type: decimal;
  padding-left: 50px;
}
.sub .content .content-block {
  width: 765px;
  margin: 0 auto;
  padding: 95px 0;
  text-align: left;
  border-top: 1px solid #00000025;
}
.sub .content {
  margin-top: 90px;
  padding: 90px 0 0;
  color: #000;
  background-color: #fff;
}
.testimonies {
  background: linear-gradient(180deg, #EFF0F5 0%, rgba(239, 240, 245, 0) 100%);
}
.sub .testimonies:before {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: -100px;
  left: 0;
  content: '';
  background: url('../png/testimonies-graphic.png') center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub .testimonies .wrapper {
  max-width: 1173px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  color: #000;
}
.sub .testimonies h4 {
  width: 906px;
  margin: 0 auto;
  font: 43px 'Pano Bold';
  line-height: 1.23;
}
.sub .testimonies .decks li:hover .deck {
  transform: translateY(-18px);
}
.sub .testimonies .decks li .deck {
  padding-bottom: 20px;
  box-shadow: 14px 14px 25px rgba(0, 0, 0, 0.03);
  transform: translateY(0);
  transition: ease 0.25s all;
}
.sub .testimonies .decks li .details .photo {
  margin-top: -50px;
}
.sub .testimonies .decks li .details .photo img {
  width: 63px;
  height: 63px;
}
.sub .testimonies .decks li .details .job {
  margin-top: 3px;
  color: rgb(158, 158, 158);
  letter-spacing: 0.094rem;
}
.sub .testimonies .decks li .details .bottom {
  position: relative;
  padding: 20px 32px;
}
.sub .testimonies .decks li .details {
  position: relative;
}
.sub .testimonies .decks li {
  display: flex;
  flex-direction: row;
  width: 31.5%;
}
.sub .testimonies .decks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.sub .testimonies {
  position: relative;
}
.sub .blog .wrapper h4 {
  margin-bottom: 60px;
  font: 43px 'Pano Bold';
  line-height: 1.23;
}
.sub .blog .wrapper .deck .image {
  min-height: 290px;
}
.sub .blog .wrapper .deck .details h5 {
  line-height: 1.22;
}
.sub .blog .wrapper .deck .details p {
  font-size: 20px;
}
.sub .blog .wrapper .deck .details {
  padding: 65px 100px 40px;
}
.sub .blog .wrapper .deck .button:hover {
  opacity: 1;
  color: #000;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 11px 11px 22px rgba(0, 0, 0, 0.11);
}
.sub .blog .wrapper .deck .button {
  display: block;
  width: 221px;
  margin: 0 auto;
  padding: 14px 0 12px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  text-align: center;
  letter-spacing: 0.2em;
  opacity: 0.5;
  color: inherit;
  border: 1px solid #000;
  border-radius: 24px;
}
.sub .blog .wrapper .deck {
  width: 48.5%;
  padding-bottom: 70px;
  background-color: #fff;
  box-shadow: 14px 14px 33px rgba(0, 0, 0, 0.09);
}
.sub .blog .wrapper {
  max-width: 1173px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  color: #000;
}
.sub .blog {
  background-color: #f6f6fa;
}
@media (max-width: 1240px) {
  .columns-container {
    padding: 0 2em;
  }
}
.columns-container .header {
  display: flex;
  flex-flow: row;
}
.columns-container .header h4 .count {
  color: #9974ba;
}
.columns-container .header h4 {
  width: 70%;
}
.columns-container .header .page {
  width: 30%;
  text-align: right;
}
.specialties-list .inner,
header .inner,
header nav, ul.paging,
.sticky-header .inner,
.footer .inner {
  padding: 0 2em;
}
a.tog {
  margin: 0 -2px;
  padding: 4px;
  text-decoration: none;
  color: #544227;
}
a:hover .tog {
  margin: 0 -2px;
  padding: 4px;
  text-decoration: none;
  color: #000;
  background-color: #ffd731;
}
table {
  margin: 0;
  padding: 0;
  table-layout: fixed;
  border-collapse: collapse;
  border: 0;
}
table td {
  margin: 0;
  padding: 0;
}
input.med {
  padding: 2px;
  font: 1.8em Helvetica, Arial, sans-serif;
  border: 1px solid #666;
}
input.submit {
  padding: 4px 10px;
  cursor: pointer;
  color: #fff;
  border: none;
  background-color: #333;
}
p.tiny {
  margin: 0;
  font-size: 0.8em;
  line-height: normal;
  color: #999;
}
p.small {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.2em;
}
.search-empty {
  display: block;
  width: 400px;
  height: 400px;
  margin: 100px auto;
  padding-top: 240px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #999;
  background: url('https://static.cmcdn.net/110/3.6.13/portfolios/images/nilcat.svg') top center no-repeat;
  background-size: 300px;
}
body.sub.empty .creatives {
  display: none;
}
@media only screen and (max-width : 1180px) {
  .specialties-list ul.cloud {
    column-count: 3;
  }
  body.sub.open-specialties .columns-container {
    margin-top: 480px;
  }
}
@media only screen and (max-width : 960px) {
  .signup-link {
    display: none !important;
  }
  .columns-container {
    margin-top: 50px;
  }
  .specialties-list {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .columns-container,
body.sub .specialties-list {
    transition: none;
  }
  body.sub.open-specialties .columns-container {
    margin-top: 480px;
  }
  header.subsection .details .title {
    font-size: 45px;
  }
  header.subsection .details .description {
    padding: 0 1em;
  }
  header.subsection .inner {
    padding: 0 2em;
  }
  .sub .columns-container .header h4 {
    margin-top: 0;
    width: 100%;
    font-size: 22px;
  }
  .sub .columns-container .header {
    width: 100%;
  }
  .sub .columns-container .decks,
.sub .columns-container .sidebar {
    width: 100%;
  }
  .sub .columns-container .deck .image img {
    max-height: 195px;
  }
  .sub .columns-container .deck .image {
    height: 195px;
    min-height: auto;
  }
  .sub .columns-container .sidebar .card .title {
    font-size: 32px;
  }
  .sub .columns-container .sidebar .card p,
.sub .columns-container .sidebar .card li {
    font-size: 18px;
  }
  .sub .columns-container .sidebar .card p {
    margin-bottom: 25px;
  }
  .sub .columns-container .sidebar .card ul {
    padding: 0 22px;
  }
  .sub .columns-container .sidebar .card {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  .sub .columns-container .sidebar {
    margin-top: 15px;
  }
  .sub .columns-container {
    margin-bottom: 0;
    padding: 50px 2em 0;
  }
  .sub .paging {
    margin-top: 0;
    padding: 25px 2em;
    background: #fff;
  }
  .sub .content .logos h4 {
    width: 100%;
    font-size: 32px;
  }
  .sub .content .logos ul li {
    width: 25%;
    margin-right: 0;
    margin-bottom: 25px;
    padding-right: 0.83rem;
    padding-left: 0.83rem;
  }
  .sub .content .logos ul {
    margin-bottom: 40px;
  }
  .sub .content .content-block h4 {
    margin-bottom: 35px;
    font-size: 40px;
  }
  .sub .content .content-block h5,
.sub .content .content-block p,
.sub .content .content-block li {
    width: 100%;
    margin-bottom: 18px;
  }
  .sub .content .content-block h5 {
    font-size: 20px;
  }
  .sub .content .content-block p,
.sub .content .content-block li {
    font-size: 16px;
  }
  .sub .content .content-block figure figcaption {
    bottom: -10px;
  }
  .sub .content .content-block figure {
    margin: 0;
  }
  .sub .content .content-block picture img {
    height: 295px;
    margin-bottom: 15px;
  }
  .sub .content .content-block picture {
    margin: 40px auto;
  }
  .sub .content .content-block video + figcaption {
    bottom: -23px;
  }
  .sub .content .content-block video {
    margin: 40px auto 50px;
    height: 295px;
  }
  .sub .content .content-block ul {
    padding-left: 20px;
    margin-bottom: 18px;
  }
  .sub .content .content-block ol {
    padding-left: 25px;
  }
  .sub .content .content-block {
    width: 100%;
    padding: 45px 0;
  }
  .sub .content {
    margin-top: 0;
    padding: 40px 1.11rem 0;
  }
  .sub .testimonies .wrapper {
    padding: 50px 2em;
  }
  .sub .testimonies h4 {
    width: 100%;
    font-size: 32px;
  }
  .sub .testimonies .decks li .image {
    min-height: 195px;
  }
  .sub .testimonies .decks li {
    width: 100%;
  }
  .sub .testimonies .decks {
    margin-top: 45px;
  }
  .sub .blog .wrapper h4 {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .sub .blog .wrapper .deck .image {
    min-height: 195px;
  }
  .sub .blog .wrapper .deck .details {
    padding: 15px 25px 5px;
  }
  .sub .blog .wrapper .deck {
    width: 100%;
    padding-bottom: 40px;
  }
  .sub .blog .wrapper {
    padding: 50px 2em;
  }
}

/* styles/base/fonts.css */
@font-face {
  font-family: 'Avenir Next Pro';
  src: local('Avenir Book'), local('Avenir-Book'), 
       url('https://static.cmcdn.net/kits/76/fonts/avenir/2B2E0A_1_0.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Pro';
  src: local('Avenir Book'), local('Avenir-Book'), 
       url('https://static.cmcdn.net/kits/76/fonts/avenir/2B2E0A_3_0.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Pro';
  src: local('Avenir Medium'), local('Avenir-Medium'), 
       url('https://static.cmcdn.net/kits/76/fonts/avenir/2B2E0A_0_0.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Pro';
  src: local('Avenir Heavy'), local('Avenir-Heavy'), 
       url('https://static.cmcdn.net/kits/76/fonts/avenir/2B2E0A_2_0.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: local('Proxima Nova'), local('Proxima-Nova'),
       url('https://static.cmcdn.net/kits/16/fonts/ProximaNova-Reg.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: local('Proxima Nova Medium'), local('Proxima-Nova-Medium')
       url('https://static.cmcdn.net/kits/16/fonts/ProximaNova-Sbold.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: local('Proxima Nova Bold'), local('Proxima-Nova-Bold'),
       url('https://static.cmcdn.net/kits/16/fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'talent';
  src: url('https://static.cmcdn.net/kits/1.19/icons/fonts/talent.woff') format('woff');
  font-weight: normal; 
  font-style: normal;
}

@font-face {
  font-family: 'carbonmade';
  src: url('https://static.cmcdn.net/kits/84/fonts/carbonmade/fonts/carbonmade.woff') format('woff');
  font-weight: normal; 
  font-style: normal;
}

@font-face {
  font-family: 'Pano Bold';
  src: url('https://static.cmcdn.net/110/3.6.13/fonts/pano_bold.woff') format('woff');
  font-weight: 700; 
  font-display: swap;
  font-style: bold;
}


/* portfolios/styles/sifter.scss */
.sifter {
  display: table;
  width: 100%;
  height: 100px;
  line-height: 1em;
  table-layout: fixed;
  color: #333;
  border-radius: 4px 4px 0 0;
  background: #fff;
}
.sifter .select {
  display: table-cell;
  position: relative;
}
.sifter .select a.trigger {
  display: block;
  height: 100px;
  position: relative;
  margin: 0;
  padding: 24px 64px 0 24px;
  cursor: pointer;
}
.sifter .select a.trigger label {
  display: block;
  padding: 0 0 16px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
}
.sifter .select a.trigger span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #333;
}
.sifter .select a.trigger span:after {
  position: absolute;
  top: 54px;
  right: 24px;
  padding-left: 14px;
  font: normal 8px 'carbonmade';
  content: '\e03a';
  vertical-align: middle;
}
.sifter .select a.trigger:hover,
.sifter .select.open a.trigger {
  background: #fff;
}
.sifter .select a.trigger:hover span,
.sifter .select a.trigger:hover label,
.sifter .select.open a.trigger span,
.sifter .select.open a.trigger label {
  color: #3fa9f5;
}
.sifter .little-search {
  display: table-cell;
  width: 100%;
  height: 100px;
  position: relative;
  padding: 25px 0 0 42px;
  font-family: 'Avenir Next Pro';
}
.sifter .little-search input.search {
  width: 100%;
  padding: 0.3em 0;
  font-size: 34px;
  font-weight: 400;
  color: #bcbcbc;
  border: none;
  border-bottom: 1px solid #bcbcbc;
  background: transparent;
}
a {
  text-decoration: none;
}
.sifter .little-search input.search::placeholder {
  color: #999;
}
.sifter .little-search button {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 33px;
  right: 8px;
  opacity: 0.2;
  border: none;
  background: url('https://static.cmcdn.net/110/3.6.13/portfolios/images/header/searchglass.svg') 100% 50% no-repeat;
  background-size: 42px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.sifter .little-search:hover button {
  opacity: 1;
}
.sifter .little-search .browse-link {
  height: 24px;
  position: absolute;
  z-index: 15;
  top: 47px;
  right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  color: #b6b6b6;
}
.sifter .little-search .browse-link:hover {
  color: #888;
  border-bottom: 1px solid #888;
}
.sifter .location {
  padding: 20px 24px 0 31px;
}
.sifter .location .search-drop {
  width: 100%;
  height: 40px;
  position: relative;
}
.sifter .location input {
  width: 220px;
  min-width: 277px;
  max-width: 340px;
  padding: 15px 0 12px;
  font: 15px 'Avenir Next Pro';
  font-weight: 500;
  text-align: center;
  color: #b6b6b6;
  border-radius: 20px;
  background: #f5f6fa;
}
.sifter .location input.search::placeholder {
  color: #999;
}
.sifter .location button {
  display: none;
  width: 28px;
  height: 40px;
  position: absolute;
  top: -2px;
  left: 0;
  padding: 0;
  font-family: 'talent';
  line-height: 40px;
  background-color: transparent;
}
.sifter .location button:before {
  top: 0;
  left: 0;
  font-size: 20px;
  content: '\e00a';
  color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 960px) {
  .browse-link {
    display: none;
  }
  .sifter .location {
    display: none;
  }
  header h1 {
    font-size: 7vw;
    line-height: 1.2em;
  }
}
.sifter .availability {
  min-width: 100px;
  position: relative;
  right: 20px;
  padding-top: 24px;
  text-align: center;
  vertical-align: top;
}
.sifter .availability .trigger {
  display: block;
  height: 100px;
  position: relative;
  cursor: pointer;
}
.sifter .availability .label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.sifter .availability input[type=checkbox] {
  visibility: hidden;
}
.pill-check {
  position: absolute;
  top: 0;
  left: 0;
}
.pill-check div {
  width: 55px;
  height: 27px;
  position: absolute;
  z-index: 12;
  top: 50px;
  left: 25px;
  border-radius: 50px;
  background: #eff0f5;
}
.pill-check > label {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 13;
  top: 0;
  left: 0;
  cursor: pointer;
}
.pill-check > label div {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 1;
  top: 53px;
  left: 28px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 50px;
  background-color: #9974ba;
}
.pill-check input[type=checkbox]:checked ~ div {
  border: 1px solid #9974ba;
  background: #9974ba40;
}
.pill-check input[type=checkbox]:checked ~ label div {
  left: 55px;
}
@media (max-width: 768px) {
  .sifter .little-search input.search {
    font-size: 24px;
  }
  .sifter .little-search button {
    width: 28px;
    height: 28px;
    top: 40px;
    right: 0;
    background-size: 28px;
  }
  .sifter .little-search {
    padding: 33px 0 0 24px;
  }
  .sifter .availability {
    right: 0;
  }
}
.sifter .select .flyout,
.sifter .little-search .flyout {
  display: none;
}
.sifter .select.open .flyout,
.sifter .little-search.open .flyout {
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 210;
  top: 88px;
  padding: 20px 28px;
  text-align: left;
  border: 2px solid #3fa9f5;
  border-radius: 4px;
  background: #fff;
}
.sifter .select.specialty .flyout {
  width: 500px;
  left: -12px;
}
.sifter .select.sort .flyout {
  width: 280px;
  left: -12px;
}
.sifter .select.location .flyout {
  width: 400px;
  right: -60px;
}
.sifter .little-search .flyout {
  width: 600px;
  right: 24px;
}
.sifter .flyout ul.top-specialties {
  column-count: 3;
}
.sifter.flyout ul li {
  padding: 5px 0;
}
.sifter .flyout ul a {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
}
.sifter .flyout ul a:hover {
  color: rgba(0, 0, 0, 1);
}
.sifter .flyout ul li.current a {
  font-weight: 500;
  color: #3fa9f5;
}

/* portfolios/styles/components/header.scss */
header {
  position: relative;
  padding-bottom: 4em;
  background: linear-gradient(to bottom, rgba(137, 108, 172, 1) 0%, rgba(53, 53, 92, 1) 100%);
  background: #111;
}
header nav {
  display: block;
  max-width: 1250px;
  height: 80px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height: 80px;
  transition: transform 0.2s linear;
  transform: translateY(-100%);
}
header nav.is-shown {
  transform: none;
}
.logo {
  display: inline-block;
  width: 183px;
  height: 34px;
  margin-top: 30px;
  background: #9974ba;
  -webkit-mask-image: url('https://static.cmcdn.net/110/3.6.13/images/logo.svg');
  mask-image: url('https://static.cmcdn.net/110/3.6.13/images/logo.svg');
  -webkit-mask-size: cover;
  mask-size: cover;
}
.logo:hover {
  opacity: 0.6;
}
header nav a.logo svg path {
  fill: #69527f;
}
header nav a.logo:hover svg {
  opacity: 1;
}
body.signed-in header nav a.signup-link {
  display: none;
}
header nav .signup-link {
  display: block;
  float: right;
  width: auto;
  height: 3.125rem;
  margin-top: 20px;
  padding: 0 1.5em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 3.127rem;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  background-color: #9974ba;
  transition: background-color 0.2s ease;
}
header nav .signup-link:hover {
  background-color: #fff;
  color: #000;
}
header .inner {
  max-width: 1254px;
  position: relative;
  margin: 0 auto;
}
.sub header .inner {
  padding: 0;
}
header h1 {
  margin-top: 0.2em;
  font: 40px 'Pano Bold';
  line-height: 50px;
  color: #eee;
}
header h1 span {
  color: #4ac1bd;
}
header h1 strong {
  font-weight: 400;
}
header .big-search {
  position: relative;
  margin-top: 3em;
}
header .big-search input.search {
  width: 100%;
  padding-bottom: 0.3em;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  border: none;
  border-bottom: 1px solid #999;
  background: transparent;
}
header .big-search input.search::placeholder {
  color: #999;
}
header .big-search span {
  display: none;
  position: absolute;
  top: 0.8em;
  right: 65px;
  padding-bottom: 2px;
  font-size: 22px;
  cursor: pointer;
  color: #bbb;
  border-bottom: 1px solid #333;
}
header .big-search span:hover {
  color: #ddd;
  border-bottom: 1px solid #aaa;
}
header .big-search button {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 6px;
  right: 0;
  opacity: 0.8;
  border: none;
  background: url('https://static.cmcdn.net/110/3.6.13/portfolios/images/header/searchglass.svg') 100% 50% no-repeat;
  background-size: 38px;
}
header .big-search:hover button {
  opacity: 1;
}
header.subsection {
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #000;
  background-size: cover;
  background-position: center center;
}
header.subsection .logo {
  background-color: #fff;
}
header.subsection nav .signup-link {
  width: 170px;
  padding: 17px 0 15px;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
header.subsection .details .title.title--padded {
  padding-bottom: 30px;
}
header.subsection .details .title {
  margin-bottom: 10px;
  font: 56px 'Avenir Next Pro';
  line-height: 1.23;
  color: #fff;
}
header.subsection .details .description {
  max-width: 453px;
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 1.23;
}
header.subsection .details {
  position: relative;
  top: -10px;
  margin: -20px auto -10px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header.subsection .details {
    margin-top: 0;
  }
}

/* portfolios/styles/components/specialties-list.scss */
.specialties-list {
  margin: 0 0 4em;
  padding-top: 4em;
  padding-bottom: 4em;
  background: #fff;
}
body.sub .specialties-list.specialties-list--visible h2 {
  display: block;
}
body.sub .specialties-list.specialties-list--visible {
  position: relative;
  padding: 4em 0;
  visibility: visible;
  opacity: 1;
}
.specialties-list.specialties-list--visible {
  margin-bottom: 0;
}
.specialties-list h2 {
  padding-bottom: 1.2em;
  font-size: 28px;
  font-weight: 400;
  color: #444;
}
.specialties-list .inner {
  max-width: 1250px;
  position: relative;
  margin: 0 auto;
}
.specialties-list ul.cloud {
  text-align: left;
  column-count: 4;
  column-gap: 2em;
}
.specialties-list ul.cloud li {
  display: block;
  position: relative;
  font-size: 21px;
  line-height: 2em;
  column-break-inside: avoid;
}
.specialties-list ul.cloud li:hover a {
  color: #000;
}
.specialties-list ul.cloud li:hover span {
  opacity: 1;
}
.specialties-list ul.cloud li a {
  display: block;
  color: #444;
}
.specialties-list ul.cloud li span {
  display: inline-block;
  width: 46px;
  margin-right: 1em;
  font-size: 13px;
  text-align: right;
  opacity: 1;
  opacity: 0.6;
  color: #4ac1bd;
}
body.sub .specialties-list {
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  margin: 0;
  padding-top: 2em;
  opacity: 0;
  transition: opacity 0.24s ease 0.1s, visibility 0.24s ease 0.1s;
}
body.sub .specialties-list h2 {
  display: none;
}
body.sub.open-specialties .specialties-list {
  display: block;
  visibility: visible;
  opacity: 1;
}
body.sub.open-specialties .columns-container {
  margin-top: 400px;
}

/* portfolios/styles/components/paginator.scss */
ul.paging {
  display: flex;
  justify-content: flex-end;
  max-width: 1280px;
  margin: auto;
  margin-top: 50px;
}
ul.paging a {
  font-size: 26px;
}
ul.paging li {
  display: inline-block;
  font-size: 18px;
}
ul.paging li a {
  display: block;
  margin: 0 0.5em;
  color: #333;
}
ul.paging li a:hover {
  color: #4ac1bd;
}

/* portfolios/styles/components/sticky-header.scss */
.sticky-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  transform: translateZ(0);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.sticky-header.sticky {
  display: block;
  height: 100px;
  padding-top: 10px;
  opacity: 1;
  background-color: #9974ba;
}
.sticky-header .inner {
  max-width: 1254px;
  margin: 0 auto;
  padding: 0;
}
.sticky-header .sifter,
.sticky-header .sifter .select,
.sticky-header .sifter .select a.trigger,
.sticky-header .sifter .little-search,
.sticky-header .pill-check > label {
  height: 80px;
}
.sticky-header .sifter .little-search,
.sticky-header .sifter .location {
  padding-top: 10px;
}
.sticky-header .sifter .little-search button,
.sticky-header .sifter .select a.trigger span:after {
  margin-top: -10px;
}
.sticky-header .sifter .little-search .browse-link {
  display: none;
}
.sticky-header .sifter .select a.trigger,
.sticky-header .sifter .availability {
  padding-top: 14px;
}
.sticky-header .pill-check div {
  top: 40px;
}
.sticky-header .pill-check > label div {
  top: 43px;
}
@media screen and (max-width: 768px) {
  .sticky-header.sticky {
    display: none;
  }
}

/* portfolios/styles/components/deck.scss */
@media (max-width: 768px) {
  .decks {
    --columns: 1;
  }
}
.decks {
  display: flex;
  --gap: 10px;
  justify-content: space-between;
  width: 100%;
  flex-flow: row wrap;
}
.deck.available .availability {
  color: #afd17f;
}
.deck {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 70px;
  transition: box-shadow 0.2s ease-in-out;
  border-radius: 10px;
  background-color: #fff;
}
.deck:hover {
  box-shadow: 11px 13px 71px 0 rgba(0, 0, 0, 0.28);
}
.deck a {
  color: #000;
}
.deck svg.placeholder {
  width: 100%;
}
.deck .details .bottom span {
  display: inline-block;
  padding-bottom: 4px;
  font-size: 18px;
  flex-basis: 50%;
}
.deck .details .bottom {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  padding: 20px 20px;
  flex-flow: row;
}
.deck .details {
  display: flex;
  padding: 20px;
  flex-flow: column;
  align-items: center;
}
.deck .image > img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.deck .image {
  display: block;
  position: relative;
}
.deck .photo > img {
  border-radius: 100%;
}
.deck .photo {
  margin-top: 10px;
}
.deck .title {
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.deck .details h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 30px;
  line-height: 130%;
  color: #000;
}
.deck .details .location {
  display: block;
  margin-top: -15px;
  font-size: 20px;
  line-height: 120%;
}
.deck .availability {
  text-align: right;
}
.uni-face {
  display: inline-block;
  width: 81px;
  height: 81px;
  background-image: url('https://static.cmcdn.net/110/3.6.13/images/uni.svg');
  background-size: cover;
}
.sub .deck .image img {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sub .deck .image {
  min-height: 260px;
}
.sub .deck .details h2 {
  font-size: 28px;
}
.sub .deck .details h5 {
  margin-top: 15px;
  font: 28px 'pano-bold', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sub .deck .details .location,
.sub .deck .details .job {
  margin-top: -10px;
}
.sub .deck .details .location {
  font-size: 15px;
}
.sub .deck .details .job {
  font: 19px 'ProximaNova', sans-serif;
  text-transform: uppercase;
}
.sub .deck .details .photo img {
  width: 53px;
  height: 53px;
}
.sub .deck .details .bottom span.title {
  text-align: left;
}
.sub .deck .details .bottom span {
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  flex-basis: 100%;
}
.sub .deck .details .bottom blockquote {
  margin: 0;
  font: 19px / 1.5 'ProximaNova', sans-serif;
}
.sub .deck .details {
  padding: 15px;
}
.sub .deck {
  padding-bottom: 60px;
  background-color: #f6f6fa;
}

/* portfolios/styles/components/footer.scss */
.talent-footer {
  width: 100%;
  padding: 100px 50px 50px 50px;
  text-align: center;
  background-color: #9974ba;
}
.sub .talent-footer h3 {
  width: 800px;
  margin: 0 auto;
  font-size: 43px;
  line-height: 1.511;
}
.talent-footer h3 {
  font-family: Pano Bold;
  font-size: 38px;
  line-height: 1.4;
  color: #fff;
}
.sub .talent-footer h4 {
  width: 800px;
  margin: 25px auto 50px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.23;
  color: #fff;
}
.talent-footer .cta {
  display: inline-block;
  height: 50px;
  margin-top: 10px;
  padding: 0 30px;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  transition: transform 100ms ease-out;
  transform: scale(1);
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
  border-radius: 25px;
  background: #fff;
}
.sub .talent-footer .cta {
  width: 309px;
  font-size: 14px;
}
.talent-footer .cta:hover {
  transform: scale(1.05);
  text-decoration: none;
}
.talent-footer .note {
  font-size: 20px;
  color: #633a87;
}
footer .inner {
  margin: 0 auto;
  margin-top: 50px;
  font-size: 14px;
  text-align: center;
  color: #633a87;
}
footer .inner a {
  color: #633a87;
}
footer .inner a:hover {
  color: #fff;
}
footer a {
  margin: 0 0.4em;
  color: #fff;
}
footer a:first-child {
  margin-right: 0.6em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sub .talent-footer h3,
.sub .talent-footer h4 {
    width: 100%;
  }
  .sub .talent-footer h3 {
    font-size: 28px;
    line-height: 1.4;
  }
  .sub .talent-footer h4 {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .sub .talent-footer .cta {
    width: 100%;
  }
  .sub .talent-footer .inner a {
    display: inline-block;
    margin-top: 10px;
  }
}