/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
.efficacy-section .bullet-list {
  font-size: 14px;
}
.efficacy-section .bullet-list li + li {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .efficacy-section .bullet-list {
    font-size: 1rem;
  }
}
.efficacy-section .info-box-container.info-box-container--with-border {
  font-family: "dccITCFranklinGothicStdCompressed";
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .efficacy-section .info-box-container.info-box-container--with-border {
    font-weight: 600;
    font-size: 20px;
  }
}
.efficacy-section .info-box-container.info-box-container--with-border .info-box-container__body {
  text-align: center;
}
@media (min-width: 1200px) {
  .efficacy-section .info-box-container.info-box-container--with-border .info-box-container__body {
    text-align: left;
  }
}
.efficacy-section .chart-and-list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .efficacy-section .chart-and-list {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.efficacy-section .chart-and-list .chart {
  width: 100%;
  margin: 0;
}
.efficacy-section .chart-and-list .chart img {
  left: 0;
}
@media (min-width: 1200px) {
  .efficacy-section .chart-and-list .chart img {
    left: -7px;
  }
}
@media (min-width: 1200px) {
  .efficacy-section .chart-and-list .chart {
    width: 70%;
    margin: 0;
  }
}
.efficacy-section .chart-and-list .bullet-list {
  margin: 0;
  padding-right: 0;
}
.efficacy-section .chart-and-list .bullet-list li {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .efficacy-section .chart-and-list .bullet-list {
    width: 30%;
  }
}
.efficacy-section.nmcspc-embark .embark-frame {
  padding: 10px 15px;
  color: white;
  background-color: #1b365d;
}
@media (min-width: 1200px) {
  .efficacy-section.nmcspc-embark .embark-frame {
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  .efficacy-section.mcspc-enzamet .info-box-container.info-box-container--with-border {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .efficacy-section.nmcrpc-prosper .info-box-container.info-box-container--with-border {
    font-size: 17px;
  }
}
.efficacy-section.nmcrpc-prosper .simple-paragraph {
  line-height: 1.2;
}
.efficacy-section.mcrpc-prevail .simple-paragraph--small {
  font-size: 12px;
}
@media (min-width: 992px) {
  .efficacy-section.mcrpc-prevail .simple-paragraph--small {
    font-size: 17px;
  }
}
.efficacy-section.mcrpc-terrain .info-box-container.info-box-container--with-border .info-box-container__body {
  padding: 10px;
}
.efficacy-section.publications {
  /*
  h5 {
      margin-bottom: 10px;
  }
  */
}
.efficacy-section.publications .side-nav-entry.section.active {
  border-bottom: 0;
}
.efficacy-section.publications > .innerContent {
  z-index: 2;
  /*
  @include mix.lg {
      padding-left: 30px;
      padding-right: 30px;
  }
  */
}
.efficacy-section.publications .link-wrap {
  text-decoration: none;
}
.efficacy-section.publications .publication .description-wrapper {
  display: inline-block;
  max-width: calc(100% - 86px);
  line-height: 1.1em;
  vertical-align: top;
  margin-right: 0;
  margin-bottom: 0;
}
.efficacy-section.publications .publication .description-wrapper .subhead_1 {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
}
.efficacy-section.publications .publication .description-wrapper .dark_gold {
  color: #de7c00;
}
@media (min-width: 768px) {
  .efficacy-section.publications .publication .description-wrapper {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .efficacy-section.publications .publication .description-wrapper {
    margin-bottom: 20px;
  }
}
.efficacy-section.publications .publication .description-wrapper .subhead_publication {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .efficacy-section.publications .publication .description-wrapper .subhead_publication {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.efficacy-section.publications .publication .description-wrapper .title {
  font-size: 25px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .efficacy-section.publications .publication .description-wrapper .title {
    font-size: 25px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .efficacy-section.publications .publication .description-wrapper .title {
    font-size: 19px;
  }
}
.efficacy-section.publications .publication .description-wrapper .before-outgoing {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .efficacy-section.publications .publication .description-wrapper .before-outgoing {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .efficacy-section.publications .publication .description-wrapper .before-outgoing {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
  }
}
.efficacy-section.publications .publication .description-wrapper .before-outgoing.smaller {
  font-size: 11px;
}
@media (min-width: 768px) {
  .efficacy-section.publications .publication .description-wrapper .before-outgoing.smaller {
    font-size: 14px;
  }
}
.efficacy-section.publications .publication .description-wrapper .outgoing-link-txt {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #666666;
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .efficacy-section.publications .publication .description-wrapper .outgoing-link-txt {
    font-size: 12px;
  }
}
.efficacy-section.publications .publication .description-wrapper .outgoing-link-icon {
  width: 13px;
  height: 13px;
  background: url("../../images/publications/outgoing-link-icon.png") no-repeat top left;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .efficacy-section.publications .publication .description-wrapper .outgoing-link-icon {
    width: 19px;
    height: 19px;
  }
}
.efficacy-section.publications .publication .description-wrapper .copy.disc {
  font-size: 15px;
  line-height: 17px;
}
@media (min-width: 1200px) {
  .efficacy-section.publications .publication .description-wrapper .copy.disc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .efficacy-section.publications .publication .description-wrapper {
    max-width: 540px;
    margin-bottom: 0;
  }
}
.efficacy-section.publications .publication .img-wrapper {
  max-width: 40px;
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
}
.efficacy-section.publications .publication .img-wrapper img {
  max-width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .efficacy-section.publications .publication .img-wrapper {
    display: inline-block;
    max-width: 15%;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .efficacy-section .additional {
    font-family: "HelveticaNeueW01", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
  }
}

/*
.efficacy-header {
    &.no-eyebrow {
        .innerContent {
            padding-top: 0;
        }
    }

    .innerContent {
        position: relative;
        padding-top: 18px;
        padding-left: 0;
        padding-right: 0;

        @include mix.sm {
            padding-top: 34px;
            padding-left: 0;
        }

        @include mix.lg {
            padding-right: 90px;
        }
    }

    .efficacy-eyebrow {
        text-transform: uppercase;
        @include mix.eyebrow_2_mobile;

        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;

        @include mix.lg {
            padding-left: 25px;
        }

        .stronger {
            font-weight: vars.$font-weight-extra-bold;
        }

        .indic {
            text-transform: none;
        }
    }

    .efficacy-heading {
        box-sizing: content-box; //for fixed width but relative padding
        padding: 15px 20px 20px 20px;

        @include mix.lg {
            width: 610px;
            padding: 25px 30vw 35px 25px;
        }

        &.periwinkle {
            background: linear-gradient(0deg, rgba(vars.$periwinkle, 0.3) 0%, rgba(vars.$periwinkle, 0.0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00758cc0', endColorstr='#4d758cc0', GradientType=0);
        }

        &.prosper_blue {
            background: linear-gradient(0deg, rgba(vars.$prosper_blue, 0.3) 0%, rgba(vars.$prosper_blue, 0.0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000648c', endColorstr='#4d00648c', GradientType=0);
        }

        &.red {
            background: linear-gradient(0deg, rgba(vars.$red, 0.3) 0%, rgba(vars.$red, 0.0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c0311a', endColorstr='#4dc0311a', GradientType=0);
        }

        &.dark_celadon {
            background: linear-gradient(0deg, rgba(vars.$dark_celadon, 0.3) 0%, rgba(vars.$dark_celadon, 0.0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0058a291', endColorstr='#4d58a291', GradientType=0);
        }

        &.grey {
            background: linear-gradient(0deg, rgba(vars.$grey, 0.3) 0%, rgba(vars.$grey, 0.0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00666666', endColorstr='#4d666666', GradientType=0);
        }

        .proven {
            text-transform: uppercase;


        }
    }

    .arrow {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex: 0 0 auto;
        padding-left: 20px;
        padding-right: 20px;

        @include mix.lg {
            margin-left: 25px;
            padding-left: 0;
            padding-right: 0;
        }

        &-value {
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            flex-shrink: 0;
            align-items: center;
            justify-content: center;
            width: 132px;
            height: 153px;

            background-repeat: no-repeat;
            background-position: center 0;
            background-size: auto 153px;

            @include mix.lg {
                width: 132px;
                height: 153px;
                background-size: auto 153px;
            }

            &.periwinkle {
                background-image: url('/images/efficacy/down_arrow_periwinkle.svg');
            }

            &.prosper_blue {
                background-image: url('/images/efficacy/down_arrow_blue.svg');
            }

            &.red {
                background-image: url('/images/efficacy/down_arrow_red.svg');
            }

            &.dark_celadon {
                background-image: url('/images/efficacy/down_arrow_celadon.svg');
            }

            &.grey {
                background-image: url('/images/efficacy/down_arrow_grey.svg');
            }

            span {
                font-family: vars.$helveticaCondensed;
                color: #fff;
                font-weight: vars.$font-weight-bold;
                font-size: 60px;
                line-height: 60px;
                padding-bottom: 30px;
                padding-left: 5px;

                @include mix.lg {
                    font-size: 60px;
                    line-height: 60px;
                    padding-bottom: 30px;
                    padding-left: 5px;
                }

                sup {
                    font-weight: vars.$font-weight-regular;
                    position: relative;
                    top: 3px;
                    left: 0;

                    @include mix.lg {
                        top: 3px;
                        left: 0;
                    }
                }
            }
        }

        &-text {
            box-sizing: content-box;
            display: flex;
            flex-direction: column;
            flex-shrink: 0;
            justify-content: center;
            position: relative;
            z-index: 0;
            background: linear-gradient(to right, rgba(vars.$light_grey_1, 0.2) 0%, rgba(vars.$light_grey_1, 0.2) 78%, rgba(255, 255, 255, 0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$light_grey_1', endColorstr='#00ffffff', GradientType=1);
            width: calc(100% - 151px);
            height: 124px;
            left: -68px;
            padding-left: 87px;

            @include mix.lg {
                width: 510px;
                height: 137px;
                left: -68px;
                padding-left: 108px;
                padding-right: 6vw;
            }

            .ep {
                padding-bottom: 5px;

                @include mix.sm {
                    padding-bottom: 10px;
                }
            }

            .stat {}
        }
    }


    .os-data {
        position: absolute;
        top: 20%;
        right: 20px;
        cursor: pointer;

        @include mix.lg {
            position: absolute;
            top: 111px;
            left: 627px;
            right: auto;
        }

        @include mix.xl {
            left: 647px;
        }

        img {
            width: 64px;
            height: 64px;
            cursor: pointer;

            @include mix.lg {
                width: 83px;
                height: 84px;
            }
        }
    }
}
*/
.simple-subheader {
  font-family: "ITCFranklinGothicStd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .simple-subheader {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .text_ss,
  ul,
  li {
    font-size: 17px !important;
  }
}

/*
.text-header-eyebrow-efficacy {
    font-size: 16px;
    line-height: 25px;
    font-weight: vars.$font-weight-light;
    text-transform: uppercase;

    @include mix.lg {
        font-size: 19px;
    }
}

.small-subheader {
    font-size: 16px;
    font-weight: vars.$font-weight-bold;
    padding: 0;
    color: vars.$lighter-red;

    @include mix.sm {
        font-size: 20px;
    }
}


.efficacy-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 10px;
    margin: auto;
    width: 100vw;
    max-width: 100%;
    font-family: vars.$helveticaCondensed;

    @include mix.xs {
        //height: 150px;
        min-height: 140px;
        max-width: 435px;
        height: 80px;
    }

    @include mix.sm {
        max-width: 490px;
    }

    @include mix.md {
        max-width: 520px;
        height: 80px;
    }

    @include mix.lg {
        padding: 14px;
        width: auto;
        max-width: none;
    }

    &--container {
        width: 500%;
        margin-left: -200%;
        background: vars.$lighter_red;
        clip-path: polygon(0 10%, 0% 0, 90% 0, 100% 0%, 100% 86%, 97% 100%, 0% 100%, 0% 100%, 0% 10%);

        @include mix.lg {
            width: auto;
            margin-left: 0;
        }
    }

    &_red {
        color: #fff;
        background: vars.$lighter_red;
    }

    &--left {
        //float: left;
        //width:29%;
        text-align: center;
        padding: 10px;

        @include mix.sm {
            padding: 10px;
        }
    }

    &--number {
        font-size: 50px !important;
        font-weight: vars.$font-weight-extra-bold;
        text-align: center;
        position: relative;

        @include mix.xs {
            font-size: 66px !important;
            text-align: left;
        }

        @include mix.lg {
            text-align: center;
            font-size: 86px !important;
            line-height: 1em !important;
        }
    }

    &--right {

        position: relative;
        //width: 70%;
        //height: 100%;
        overflow-y: hidden;
        overflow-x: visible;
        padding-left: 15px;

        @include mix.sm {
            padding-left: 25px;
        }

        @include mix.md {
            padding-left: 25px;
        }

        &::before {}

        .content {
            font-family: vars.$helveticaCondensed;
            font-size: 13px;
            font-weight: vars.$font-weight-bold;
            color: vars.$yellow_orange;

            @include mix.sm {
                font-size: 16px;
            }

            @include mix.md {
                font-size: 18px;
            }

            @include mix.lg {
                font-size: 19px;
            }
        }

        .hr {
            font-size: 12px;

            @include mix.sm {
                font-size: 14px;
            }
        }
    }

    &--divider {
        display: block;
        width: 1px;
        min-width: 1px;
        background: vars.$gold;
        height: 90px;

        @media (min-width: 375px) {
            height: 70px;
        }

        @include mix.xs {
            height: 85px;
        }

        @include mix.md {
            height: 85px;
        }

        @include mix.lg {
            height: 100px;
        }
    }
}
*/
.header-cards {
  /*
  &_container-mobile {
      display: block;

      @include mix.sm {
          display: none;
      }
  }
  */
}
.header-cards_container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .header-cards_container {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 13px;
    grid-row-gap: 0px;
    margin-bottom: 30px;
  }
}
.header-cards_container .bullet-list {
  padding: 0 0.3em 0 0.7em;
  margin: 0;
}
.header-cards_container .bullet-list li {
  margin: 0;
}
.header-cards_container .bullet-list li:before {
  left: -0.5em;
  font-size: 20px !important;
}
.header-cards_text-container {
  margin-top: -10px;
}
@media (min-width: 992px) {
  .header-cards_text-container {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .header-cards_text-container {
    margin-left: 0;
  }
}
.header-cards_column {
  position: relative;
}
.header-cards_column:first-of-type {
  padding-left: 0;
}
.header-cards_image {
  position: relative;
  width: 100%;
  height: auto;
  transform: translateX(-16px);
}
.header-cards_image-mobile {
  transform: translateX(-10px);
  max-width: 100%;
}
.header-cards_content-text-title {
  font-size: 16px;
  color: #c0311a;
  line-height: 1;
  text-align: start;
  padding: 0;
  font-weight: 700;
}
.header-cards_content-text-important {
  font-size: 14px;
  text-align: start;
}
.header-cards_content-text {
  font-size: 14px;
  text-align: start;
  padding: 0;
}
.header-cards_content-text-bold {
  font-weight: 700;
}

/*
.box-button-container {
    margin-bottom: 40px;
    width: 100%;
}
*/
.simple-subheader {
  font-size: 14px;
}
@media (min-width: 768px) {
  .simple-subheader {
    font-size: 18px;
  }
}
.simple-subheader_mobile {
  font-size: 12px;
}
@media (min-width: 768px) {
  .simple-subheader_mobile {
    font-size: 18px;
  }
}

/*
.custom-ssi {
    padding-top: 10px;
    padding-bottom: 15px;

    .ssi {
        font-size: 16px;
        color: vars.$red;

        @include mix.sm {
            font-size: 24px;
        }
    }

    .subtitle-ssi {
        font-size: 18px;
        color: vars.$red;

        @include mix.sm {
            font-size: 19px;
        }
    }

    .paragraph {
        font-size: 17px;
        line-height: 1.2;

        @include mix.lg {
            padding-right: 20px;
        }

        @include mix.xl {
            padding-right: 0;
        }
    }
}
*/
/*
.no-shadows {
    text-shadow: none !important;
    box-shadow: none !important;
    filter: none;
}
*/
/*
.efficacy-text {

    &_bold {
        font-weight: vars.$font-weight-bold;
    }
}
*/
/*
.dashlist li:before {
    content: '\2014' !important;
    color: black !important;
}
*/
.box-text {
  border: 1px solid #d8d9da;
  text-align: center;
  margin: 20px auto 20px;
  position: relative;
  padding: 10px !important;
  color: #4f4e4e;
  font-size: 14px;
  font-weight: 700;
  font-family: "ITCFranklinGothicStd-DmCd", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .box-text {
    font-size: 17px;
    margin: 25px auto 50px;
    padding: 10px 18px !important;
    text-align: left;
  }
}
.box-text::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  border-top: 15px solid white;
  border-right: 15px solid #d8d9da;
}
.box-text::after {
  margin: -3px;
  position: absolute;
  right: 0;
  bottom: -1px;
  content: "";
  border-top: 21px solid transparent;
  border-right: 21px solid white;
}
.box-text .margin-b-15 {
  display: block;
}

/*
#nonmetastatic-crpc {

    // NOTE: This hide the top bar in mobile
    // .side-nav {
    //     .section-subLinks {
    //         .active {
    //             a {
    //                 @include mix.lt-lg {
    //                     display: none;
    //                 }

    //                 @include mix.lg {
    //                     display: block;
    //                 }
    //             }
    //         }
    //     }
    // }

    .efficacy-header#metastasis-free-survival {

        .efficacy-heading {

            @include mix.lt-lg {
                padding: 15px 95px 20px 20px;
            }
        }
    }
}
*/
section#efficacy.enzamet .dc,
.enzamet .dc {
  margin-top: 14px;
}
@media (min-width: 768px) {
  section#efficacy.enzamet .dc,
  .enzamet .dc {
    margin-top: 32px;
  }
}
section#efficacy.enzamet table,
.enzamet table {
  font-family: "HelveticaNeueW01-Cn", Helvetica, Arial, sans-serif;
}
section#efficacy.enzamet table td,
.enzamet table td {
  padding-top: 4px;
  padding-bottom: 4px;
}
section#efficacy.enzamet table td:nth-child(1), section#efficacy.enzamet table td:nth-child(3),
.enzamet table td:nth-child(1),
.enzamet table td:nth-child(3) {
  background-color: #e6e6e6;
}
section#efficacy.enzamet table td:nth-child(2),
.enzamet table td:nth-child(2) {
  background-color: #cccccc;
}
section#efficacy.enzamet table td.center,
.enzamet table td.center {
  background-color: #edeeee;
}
section#efficacy.enzamet .table--header-2 th:nth-child(1),
.enzamet .table--header-2 th:nth-child(1) {
  border-radius: 20px 0 0 0;
  background-color: #edeeee;
}
section#efficacy.enzamet .table--header-2 th:nth-child(2),
.enzamet .table--header-2 th:nth-child(2) {
  color: #c0311a;
  background-color: #cccccc;
}
section#efficacy.enzamet .table--header-2 th:nth-child(3),
.enzamet .table--header-2 th:nth-child(3) {
  border-radius: 0 20px 0 0;
  color: #666666;
  background: #e6e6e6;
}
section#efficacy.enzamet .center,
.enzamet .center {
  text-align: center;
}
section#efficacy.enzamet .rounded-btm-lft,
.enzamet .rounded-btm-lft {
  border-bottom-left-radius: 20px;
}

section#efficacy,
#nonmetastatic-crpc,
#metastatic-cspc,
#metastatic-crpc {
  /*
  .psa-sup {
      position: absolute;
      top: 7px;
  }
  */
  /*
  .img-concomitant {
      width: 100%;
      transform: translateX(-6px);

      @include mix.sm {
          transform: translateX(-10px);
      }
  }
  */
  /*
  .img-transform {
      transform: translate(-9px, -10px);
      width: 100%;
  }
  */
  /*
  .border-rounded-red {
      border: 2px solid vars.$red;
      border-radius: 10px;

      @include mix.sm {
          border-radius: 30px;
      }
  }

  .border-rounded-blue {
      border: 2px solid vars.$periwinkle;
      border-radius: 10px;

      @include mix.sm {
          border-radius: 30px;
      }
  }

  .border-rounded-dark {
      position: relative;
      border: 1px solid black;
  }

  .border-rounded-dark_celadon {
      border: 2px solid vars.$dark_celadon;
      border-radius: 10px;

      @include mix.sm {
          border-radius: 30px;
      }
  }

  .details-title {
      font-weight: vars.$font-weight-medium;

      &.bolder {
          font-weight: vars.$font-weight-bold;
      }
  }

  .details-title-efficacy {
      @include mix.lt-sm {
          font-size: 14px;
          line-height: 1.3em;
      }
  }

  .about-violator {
      background-image: url('/images/violator-mobile.png');
      position: absolute;
      left: 26%;
      top: 22px;
      background-size: 120px 54px;
      background-repeat: no-repeat;
      width: 120px;
      height: 54px;
      font-family: vars.$helveticaCondensed;
      display: initial;
      text-transform: none;
      font-size: 9px;
      justify-content: center;
      padding: 4px 0 0 0;
      color: #fff;
      text-decoration: none;
      z-index: 31;
      text-align: center;

      @include mix.xs {
          background-size: 156px 55px;
          width: 156px;
          font-size: 12px;
          height: 54px;
      }

      @include mix.sm {
          background-size: 272px 67px;
          width: 272px;
          font-size: 15px;
          padding: 5px 8px 7px 0;
          height: 67px;
          top: 45px;
          left: 25%;
      }

      @include mix.lg {
          right: 16.6vw;
          top: 0;
          left: auto;
          background-size: 275px 67px;
          width: 275px;
          padding: 5px 20px 7px 3px;
          height: 67px;
      }

      @include mix.xl {
          right: 20vw;
      }

      &:after {
          content: '';
          display: block;
          background: url('/images/caret_home.svg') no-repeat 0 0;
          background-size: contain;
          height: 6px;
          width: 7px;
          position: absolute;
          top: 25px;
          right: 1px;

          @include mix.xs {
              top: 30px;
              right: 2px;
              height: 8px;
          }

          @include mix.sm {
              right: 26px;
              width: 12px;
              height: 12px;
              top: 24px;
          }
      }

      .big-word {
          font-family: vars.$helveticaBlk;
          margin: 0;
          font-size: 10px;

          @include mix.xs {
              font-size: 12px;
          }

          @include mix.sm {
              font-size: 15px;
          }

          @include mix.lg {
              font-size: 17px;
          }

      }
  }
  */
}
@media (min-width: 1200px) {
  section#efficacy .enzament-content,
  #nonmetastatic-crpc .enzament-content,
  #metastatic-cspc .enzament-content,
  #metastatic-crpc .enzament-content {
    padding-right: 115px;
  }
}
section#efficacy .img-wrapper,
#nonmetastatic-crpc .img-wrapper,
#metastatic-cspc .img-wrapper,
#metastatic-crpc .img-wrapper {
  width: 100%;
}
section#efficacy .header_ss,
#nonmetastatic-crpc .header_ss,
#metastatic-cspc .header_ss,
#metastatic-crpc .header_ss {
  font-size: 20px;
}
section#efficacy .header_ss--small,
#nonmetastatic-crpc .header_ss--small,
#metastatic-cspc .header_ss--small,
#metastatic-crpc .header_ss--small {
  font-size: 17px;
  line-height: 20px;
}

/*
section#efficacy {
    // NOTE: This hide the top bar in mobile
    // .side-nav {
    //     .section-subLinks {
    //         li {
    //             &.active {
    //                 background-color: #fff;

    //                 @include mix.lg {
    //                     background-color: transparent;
    //                 }
    //             }
    //         }
    //     }
    // }



    .table-prevail {

        tr {

            &.table- {

                &-header-1 {

                    th {
                        border-radius: 0;
                        background-color: vars.$grey;
                        color: #fff;
                        font-family: vars.$ITCFranklinGothicStd;
                        font-size: 18px;
                    }
                }

                &-header-2 {
                    background-color: #ececec;

                    th {
                        font-size: 19px;
                        line-height: 1;
                        background-color: #777a77;
                    }
                }
            }
        }

        .bg_red {
            background-color: vars.$red !important;
        }

        td.indent {
            padding-left: 55px !important;
            font-size: 15px !important;
        }

        tbody {
            tr {
                td:nth-child(1) {
                    font-size: 16px;
                    padding-left: 40px;
                    background-color: vars.$light_grey_3;
                }

                td:nth-child(2) {
                    font-size: 16px;
                    background-color: vars.$light_grey_1;
                }

                td:nth-child(3) {
                    font-size: 16px;
                    background-color: vars.$light_grey_2;
                }
            }
        }
    }

}
*/
/*
.modal.PrevailDesign {
    table {

        tr {

            &.table- {

                &-header-1 {

                    th {
                        background-color: vars.$light_grey_2;
                    }
                }

                &-header-2 {
                    background-color: #ececec;
                }
            }
        }

        tbody {
            tr {
                td:nth-child(1) {
                    background-color: vars.$light_grey_3;
                }

                td:nth-child(2) {
                    background-color: vars.$light_grey_1;
                }

                td:nth-child(3) {
                    background-color: vars.$light_grey_2;
                }
            }
        }
    }
}
*/
/*
.indentation {
    display: inline-block;
    padding-left: 8px;

    &::before {
        content: '-';
        position: absolute;
        color: vars.$red;
        left: 1px;
    }
}
*/
.references {
  word-break: break-word;
}
@media (min-width: 768px) {
  .references {
    word-break: unset;
  }
}
/*# sourceMappingURL=efficacy.css.map */
