/**
* Base.
* Variables and function definitions.
*
* @author full name<email address>
*/

.C1-more-featured {
  padding: 0 26px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.max-width-1920 .C1-more-featured {
  margin: 0 auto;
  max-width: 1920px;
}

.C1-more-featured * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.C1-more-featured *.u-disable-focus-click, .C1-more-featured *.u-disable-focus-click:focus {
  outline: none;
  border: none;
}

.C1-more-featured[data-scroll-fade="true"] .C1-more-featured__content {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.C1-more-featured[data-scroll-fade="true"] .C1-more-featured__content.u-animate {
  opacity: 1;
}

.C1-more-featured__wrapper {
  padding: 80px 0 80px;
  max-width: 1120px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .C1-more-featured__wrapper {
    padding-bottom: 120px;
  }
}

.C1-more-featured__highlight {
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.C1-more-featured__h4.close {
  font-size: 14px;
  line-height: 1.6px;
}

.C1-more-featured__h4 {
  padding: 0;
  margin: 0 0 40px 0;
  color: #191919;
  font-size: 24px;
  line-height: 36px;
  font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.gs-sans .C1-more-featured__h4 {
  font-family: "GoldmanSans", Arial, Helvetica, sans-serif;
}

.basis-grotesque .C1-more-featured__wrapper .C1-more-featured__h4 {
  font-family: "Basis Grotesque", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}


.C1-more-featured__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 1152px;
  will-change: transform;
  justify-content: center;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.variable-cards-count .C1-more-featured__content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.C1-more-featured__article {
  position: relative;
  margin-right: 0;
  width: 25%;
  background-color: rgb(247,247,247);
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow .3s ease-out;
  transition: -webkit-box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;
}

@media only screen and (min-width: 992px) {
  .full-width-cards .variable-cards-count .C1-more-featured__content {
    min-width: 100% !important;
  }
  .full-width-cards .variable-cards-count .C1-more-featured__article {
    width: 100%;
  }
}

.variable-cards-count .C1-more-featured__article {
  width: 288px;
}

.C1-more-featured__article:not(:last-child) {
  margin-right: 32px;
}

.C1-more-featured__article:hover {
  -webkit-box-shadow: 10px 12px 34px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 10px 12px 34px 0 rgba(0, 0, 0, 0.13);
}
.C1-more-featured__article:focus-within{
  -webkit-box-shadow: 10px 12px 34px 0 #7399c6;
  box-shadow: 10px 12px 34px 0 #7399c6;
}

.C1-more-featured__article:hover .C1-more-featured__imagery {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.C1-more-featured__article:hover .C1-more-featured__header-overlay {
  opacity: .1;
}

.C1-more-featured__header {
  position: relative;
  width: auto;
  height: 0;
  padding: 0 0 56.25% 0;
  margin: 0;
  clear: none;
  overflow: hidden;
  z-index: 1;
}

.C1-more-featured__imagery {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 1;
  background-color: rgb(247,247,247);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.C1-more-featured__imagery:focus {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.C1-more-featured__imagery:focus + .C1-more-featured__header-overlay {
  opacity: .1;
  outline: 1px dotted rgb(0, 0, 0);
}

.C1-more-featured__header-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgb(0, 0, 0);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.C1-more-featured__image, .C1-more-featured__caption {
  position: absolute;
  width: 0;
  height: 0;
  left: 100vw;
  overflow: hidden;
}

.full-width-cards .C1-more-featured__hgroup {
  padding: 24px;
}
.C1-more-featured__hgroup {
    padding: 20px;
}

.basis-grotesque .C1-more-featured__hgroup .C1-more-featured__h2 {
  font-family: "Basis Grotesque", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

.C1-more-featured__h2 {
  padding: 0;
  margin: 0;
  color: #727375;
  font-size: 14px;
  line-height: 14px;
    letter-spacing: .7px;
  font-family: "Basis Grotesque", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.gs-sans .C1-more-featured__h2 {
  font-family: "GoldmanSans", Arial, Helvetica, sans-serif;
}

.full-width-cards .C1-more-featured__h2 + .C1-more-featured__h1 {
  margin-top: 20px;
}

.C1-more-featured__h2 + .C1-more-featured__h1 {
    margin-top: 16px;
}

.basis-grotesque .C1-more-featured__hgroup .C1-more-featured__h1 {
  font-family: "Basis Grotesque", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.C1-more-featured__h1 {
  padding: 0;
  margin: 0;
  color: rgb(0, 0, 0);
  font-size: 28px;
  line-height: 28px;
  font-family: 'GS Sans Condensed';
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media all and (max-width:768px){
  .C1-more-featured__h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

.gs-sans .C1-more-featured__h1 {
  font-family: "GoldmanSans", Arial, Helvetica, sans-serif;
}

.C1-more-featured__overlay {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  text-indent: -9999px;
  opacity: 0;
  z-index: 2;
}

.C1-more-featured__overlay:focus {
  outline: 1px dotted rgb(0, 0, 0);
}

@media only screen and (min-width: 768px) {
  .C1-more-featured {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1240px) {
  .C1-more-featured {
    padding: 0 0px;
  }
}

/*@media only screen and (max-width: 480px) {*/
  /*.C1-more-featured {*/
    /*padding: 0 16px;*/
  /*}*/
/*}*/

@supports (-webkit-appearance: none) {
  .C1-more-featured__imagery {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0);
  }
}

.C1-more-featured__article .overlay-link {
  pointer-events: auto;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:2
}

