.cc--user-choice-slide .f--description p {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400; }

.cc--user-choice-slide h3.tab-title, .cc--user-choice-slide.with-bg-image .f--link a, .cc--user-choice-slide .f--link a {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700; }

/*  Centering an element within its parent element
*
*   @param {Axis} $axis - x: centers horizontally, y: centers vertically, null: centers both axis
*
*   Example Usage:
*
*   // Center on both x and y axis
*   .container {
*     .link {
*       @include centered;
*     }
*   }
*
*   // Center on the X axis
*   .container {
*     .link {
*       @include centered(x);
*     }
*   }
*
*   // Center on the Y axis
*   .container {
*     .link {
*       @include centered(y);
*     }
*   }
*
*/
/*  Centering within an flex container
*
*   @param {Display} $display - inline: display set to inline-flex, else display set to flex
*
*
*   Example Usage:
*
*   .container {
*     @include vertical-align-flex;
*   }
*
*/
/* Chevron mixin for creating chevrons
*
*  @param {Size} $size - the size of the chevron
*  @param {Thickness} $thickness - thickness
*  @param {Color} $color - color
*  @param {Direction} $direction - direction chevron faces
*
*  Example Usage:
*
*     .chevron {
*       @include chevron(12px, 12px, #000, 'down');
*     }
*
*/
/*  Clearfix for clearing floats within a container
*
*   No Params
*
*   Example Usage:
*
*     .container {
*       @include clearfix;
*
*       .link {
*          float: left;
*       }
*     }
*
*/
/*  Set font-size and optionally leading
*
*   @param {Font Size} $fontSize - Unit-less font size
*   @param {Leading}   $leading  - (default: null) - Optional- Unit-less leading from Photoshop or Sketch
*
*   Example Usage:
*
*     p {
*       @include font-size(12,14);
*     }
*
*/
/**
* Hide Text
*/
/* Hover mixin for hover states
*
*  Note: This mixin has a dependency on what-intent plugin which detects the current input method
*        https://github.com/ten1seven/what-input
*
*  @param {Transition Duration} $transition-duration - the duration of transitions on hover states
*
*  Example Usage:
*
*     a {
*       @include hover() {
*         background-color: red
*       }
*     }
*
*/
/**
 * Returns a percentage width based on the number and total number of columns
 *
 * @param 	int 	$num 	Number of columns (e.g. 4)
 * @param 	int 	$total 	Total number of columns (e.g. 24)
 * @return 	float 			 Total width (%)
 */
/*  Unitless line-height
*
*   @param {Font Size} $fontSize - Unit-less font size
*   @param {Leading}   $leading  - Unit-less leading from Photoshop or Sketch
*
*   Example Usage:
*
*     @include line-height(16, 20);
*
*/
/*  Remove List Styles
*
*   No Params
*
*   Example Usage:
*
*     ul {
*       @include no-bullet;
*     }
*
*/
/*
  Maintain ratio mixin.
  @param {List} [$ratio] Ratio the element needs to maintain. A 16:9 ratio would look like this:
    .element { @include maintain-ratio(16 9); }
*/
/*  Media Query Mixin
*
*   @param {Media Query} $mq - Media query in single quotes: eg. 'screen and (min-width: 480px)'
*
*   Example Usage:
*
*     .selector {
*       property: value;
*
*       @include mq($bp768) {
*         property: value;
*       }
*     }
*
*/
/*  Overflow Scroll
*   Allows you to set overflow scrolling on the x and y axis
*
*   @param {axix} $axis - the axis on which to set scroll
*/
/*  Placeholder Mixin
*
*   No Params
*
*   Example Usage:
*
*     input[placeholder] {
*       @include placeholder {
*         color: red;
*       }
*     }
*
*/
/*  PX to REM Conversion
*
*   @param {Pixel} $px - Unitless pixel value to be converted into rems.
*
*   Example Usage:
*
*     margin-bottom: rem(20);
*
*/
/*  Triangle helper mixin
*
*   @param {Direction} $direction - Triangle direction, either `top`, `right`, `bottom` or `left`
*   @param {Color} $color [currentcolor] - Triangle color
*   @param {Length} $size [1em] - Triangle size
*
*/
/*  Visually hide text within an element
*   Used mostly for accessibility reasonse
*
*   No Params
*
*   Example Usage:
*
*     button {
*       span {
*         @include visuallyhidden;
*       }
*     }
*
*/
.cc--user-choice-slide {
  position: relative; }
  @media screen and (max-width: 767px) {
    .cc--user-choice-slide.swiper-slide {
      position: absolute;
      top: 100%;
      height: auto;
      min-height: 100%;
      opacity: 0 !important; } }
  .cc--user-choice-slide.with-bg-image {
    height: auto;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      .cc--user-choice-slide.with-bg-image {
        height: 42.1875rem;
        min-height: none; } }
    .cc--user-choice-slide.with-bg-image::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      content: ''; }
      @media screen and (min-width: 768px) {
        .cc--user-choice-slide.with-bg-image::after {
          background-color: rgba(0, 0, 0, 0.6);
          z-index: -1; } }
  .cc--user-choice-slide[aria-hidden='false'] {
    visibility: visible; }
  .cc--user-choice-slide[aria-hidden='true'] {
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    .cc--user-choice-slide.swiper-slide-active {
      top: 0;
      height: 100%;
      transform: none !important;
      opacity: 1 !important; } }
  .cc--user-choice-slide .c--user-choice-vertical-slide,
  .cc--user-choice-slide .c--user-choice-slide {
    max-width: 1440px;
    margin: 0 auto;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .cc--user-choice-slide .c--user-choice-vertical-slide,
      .cc--user-choice-slide .c--user-choice-slide {
        padding-top: 3.125rem;
        padding-right: 8%;
        padding-bottom: 1.25rem;
        padding-left: 8%;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        z-index: 1; } }
    @media screen and (min-width: 768px) {
      .cc--user-choice-slide .c--user-choice-vertical-slide > h2,
      .cc--user-choice-slide .c--user-choice-vertical-slide > h3,
      .cc--user-choice-slide .c--user-choice-slide > h2,
      .cc--user-choice-slide .c--user-choice-slide > h3 {
        display: none; } }
  @media screen and (max-width: 767px) {
    .cc--user-choice-slide h2 {
      font-size: 1.75rem;
      line-height: 1.2858;
      color: #FFF;
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .cc--user-choice-slide h2 {
      font-size: 2.5rem;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    .cc--user-choice-slide h2 {
      font-size: 3.125rem;
      line-height: 1.16; } }
  @media screen and (max-width: 767px) {
    .cc--user-choice-slide h3.tab-title {
      margin-top: 1.875rem;
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
      color: #FFF;
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .cc--user-choice-slide .text-container {
      margin-left: auto;
      padding-right: 4%;
      padding-left: 4%;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: center;
      width: 50%;
      height: 100%; } }
  @media screen and (min-width: 1024px) {
    .cc--user-choice-slide .text-container {
      width: 64%; } }
  @media screen and (min-width: 1024px) {
    .cc--user-choice-slide .text-container .text-container-inner {
      width: 62.5%; } }
  .cc--user-choice-slide .f--description p {
    font-size: 1.125rem;
    line-height: 1.5556;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .cc--user-choice-slide .f--description p {
        font-size: 1.375rem;
        line-height: 1.6364;
        font-family: 'Source Sans Pro', sans-serif;
        font-style: normal;
        font-weight: 600;
        text-align: right; } }
  .cc--user-choice-slide.with-bg-image .f--description p {
    color: #FFF; }
  .cc--user-choice-slide.with-bg-image .f--description a {
    color: #FFF; }
    html[data-whatintent="mouse"] .cc--user-choice-slide.with-bg-image .f--description a {
      transition: all 0.1s; }
      html[data-whatintent="mouse"] .cc--user-choice-slide.with-bg-image .f--description a:hover {
        color: #FFF;
        text-decoration: none; }
  .cc--user-choice-slide.with-bg-image .f--link a {
    font-size: 1rem;
    line-height: 1.1875;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 3.75rem;
    border-radius: 0;
    white-space: normal;
    color: #000;
    background-color: #FFF;
    border: 0.125rem solid #C03;
    transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    background-color: transparent;
    color: #FFF;
    border: 0.125rem solid #FFF; }
    @media screen and (min-width: 768px) {
      .cc--user-choice-slide.with-bg-image .f--link a {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        width: auto; } }
    html[data-whatintent="mouse"] .cc--user-choice-slide.with-bg-image .f--link a {
      transition: all 0.1s; }
      html[data-whatintent="mouse"] .cc--user-choice-slide.with-bg-image .f--link a:hover {
        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
        background-color: #C03;
        color: #FFF;
        text-decoration: none; }
    html[data-whatintent="mouse"] .cc--user-choice-slide.with-bg-image .f--link a {
      transition: all 0.1s; }
      html[data-whatintent="mouse"] .cc--user-choice-slide.with-bg-image .f--link a:hover {
        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
        background-color: #FFF;
        color: #000;
        text-decoration: none; }
  @media screen and (max-width: 767px) {
    .cc--user-choice-slide .f--link {
      margin-top: 1.875rem;
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .cc--user-choice-slide .f--link {
      margin-top: 2.5rem;
      text-align: right; } }
  .cc--user-choice-slide .f--link a {
    font-size: 1rem;
    line-height: 1.1875;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 3.75rem;
    border-radius: 0;
    white-space: normal;
    color: #000;
    background-color: #FFF;
    border: 0.125rem solid #C03;
    transition: background-color 0.1s ease-in-out; }
    @media screen and (min-width: 768px) {
      .cc--user-choice-slide .f--link a {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        width: auto; } }
    html[data-whatintent="mouse"] .cc--user-choice-slide .f--link a {
      transition: all 0.1s; }
      html[data-whatintent="mouse"] .cc--user-choice-slide .f--link a:hover {
        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
        background-color: #C03;
        color: #FFF;
        text-decoration: none; }
    @media screen and (max-width: 767px) {
      .cc--user-choice-slide .f--link a {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        width: auto; } }
  .cc--user-choice-slide .icon-close {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #FFF;
    border-radius: 100%; }
    @media screen and (min-width: 768px) {
      .cc--user-choice-slide .icon-close {
        display: none; } }
    .cc--user-choice-slide .icon-close svg {
      width: 0.75rem;
      height: 0.75rem;
      fill: #FFF; }
  @media screen and (max-width: 767px) {
    .cc--user-choice-slide .text-container {
      margin-bottom: 1.25rem;
      flex-grow: 1; } }
