/* Override for Redesign + Legacy */

html {
    -webkit-font-smoothing: unset;
    -moz-osx-font-smoothing: unset;
}

p {
    line-height: inherit;
    letter-spacing: 0;
    font-size: inherit;
    font-weight: inherit;
}

a:focus-visible {
    outline: 2px solid #01f;
}

.cn-button,.resource-details .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    letter-spacing: 0;
}

.embeded_form .mktoForm,
.embeded_form .mktoForm .mktoLabel,
main.main .pagination>li.page-item>a.page-link {
    letter-spacing: 0 !important;
}

p a,
.white-bg p a:not(.btn),
.white-bg a:not(.btn) {
    color: #0011FF;
    text-decoration: none;
    font-weight: 600;
}

p a:hover,
.white-bg p a:not(.btn):hover,
.white-bg a:not(.btn):hover {
    color: #000A99;
}

.comp-title {
    font-family: bio-sans,sans-serif;
    font-weight: 300;
}

.fw-bolder {
    font-weight: 600;
}


/* Main Button Override */
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 15rem;
    padding: 0 2.5rem;
    color: #fff;
    border: none;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    transition: all .3s ease;
    align-self: center;
    height: 3rem;
}

/* Blue Button Override */
.btn.prm-blue {
    background-color: #01f;
    color: #fff
}

.btn.prm-blue:not([disabled]):not(.disabled):focus {
    background-color: #01f;
    color: #fff;
    outline-offset: 3px;
    outline: 2px solid #01f
}

.btn.prm-blue:not([disabled]):not(.disabled):hover {
    background-color: #000a99;
    color: #fff
}

.btn.prm-blue:not([disabled]):not(.disabled):active {
    background-color: #000766;
    color: #fff
}

.insight-article.resource-details .mktoForm .mktoButtonWrap.mktoDownloadItunes .mktoButton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 15rem;
    padding: 0 2rem;
    color: #fff;
    border: none;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.04rem;
    transition: all .3s ease;
    align-self: center;
    height: 3rem;
}

.insight-article.resource-details .mktoButtonWrap.mktoDownloadItunes {
    display: block;
    margin-top: 1rem;
    margin-left: 0 !important;
}

.insight-article.resource-details .mktoForm .mktoButtonWrap.mktoDownloadItunes .mktoButton:not([disabled]):not(.disabled):focus {
    background-color: #01f;
    color: #fff;
    outline-offset: 3px;
    outline: 2px solid #01f;
    background-image: none;
}

.insight-article.resource-details .mktoForm .mktoButtonWrap.mktoDownloadItunes .mktoButton:not([disabled]):not(.disabled):hover {
    background-color: #000a99 !important;
    color: #fff;
    background-image: none;
}

.insight-article.resource-details .mktoForm .mktoButtonWrap.mktoDownloadItunes .mktoButton:not([disabled]):not(.disabled):active {
    background-color: #000766 !important;
    color: #fff;
    background-image: none;
}

/* Blue Outline Button Override */
.btn.sec-blue {
    background-color: rgba(0,0,0,0);
    color: #01f;
    border: 2px solid #01f
}

.btn.sec-blue:not([disabled]):not(.disabled):focus {
    background-color: rgba(0,0,0,0);
    color: #01f;
    outline-offset: 3px;
    border: 2px solid #01f;
    outline: 2px solid #01f
}

.btn.sec-blue:not([disabled]):not(.disabled):hover {
    background-color: #01f;
    color: #fff;
    border: 2px solid rgba(0,0,0,0)
}

.btn.sec-blue:not([disabled]):not(.disabled):active {
    background-color: #000a99;
    color: #fff;
    border: 2px solid rgba(0,0,0,0)
}

/* White Button Override */
.btn.prm-white {
    background-color: #fff;
    color: #140729
}

.btn.prm-white:not([disabled]):not(.disabled):focus {
    background-color: #fff;
    color: #140729;
    outline-offset: 3px;
    outline: 2px solid #e5e1e5
}

.btn.prm-white:not([disabled]):not(.disabled):hover {
    background-color: #c7c3cc;
    color: #140729
}

.btn.prm-white:not([disabled]):not(.disabled):active {
    background-color: #9f9ca3;
    color: #140729
}

/* White Outline Button Override */
.btn.sec-white {
    background-color: rgba(0,0,0,0);
    color: #fff;
    border: 2px solid #fff
}

.btn.sec-white:not([disabled]):not(.disabled):focus {
    background-color: rgba(0,0,0,0);
    color: #fff;
    outline-offset: 3px;
    border: 2px solid #fff;
    outline: 2px solid #fff
}

.btn.sec-white:not([disabled]):not(.disabled):hover {
    background-color: #fff;
    color: #140729;
    border: 2px solid rgba(0,0,0,0)
}

.btn.sec-white:not([disabled]):not(.disabled):active {
    background-color: #c7c3cc;
    color: #140729;
    border: 2px solid rgba(0,0,0,0)
}


/* Podcast Override */
.jp-audio.redesigned .jp-interface {
    background-color: #140729;
}

.jp-audio.redesigned .jp-play-bar {
    background-color: #e3e1e5;
}

.jp-audio.redesigned .jp-controls button.jp-play {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: #140729;
    color: #fff;
    transition: all .5s;
    position: relative;
}

.jp-audio.redesigned .jp-controls button.jp-play i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.jp-audio.redesigned .jp-controls button.jp-play:after,
.jp-audio.redesigned .jp-controls button.jp-play:before {
    display: none;
}

.jp-audio.redesigned .jp-controls button.jp-play{
    text-indent: 0;
}

.jp-audio.redesigned .jp-controls button.jp-play .fa-circle-pause {
    display: none;
}

.jp-audio.jp-state-playing.redesigned .jp-controls button.jp-play .fa-circle-play {
    display: none;
}

.jp-audio.jp-state-playing.redesigned .jp-controls button.jp-play .fa-circle-pause {
    display: inline-block;
}

.jp-audio.redesigned .jp-controls button.jp-play:hover, .jp-audio.redesigned .jp-controls button.jp-play:focus {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

@media only screen and (max-width: 1024px) {
    .jp-audio.redesigned .jp-controls button.jp-play:hover, .jp-audio.redesigned .jp-controls button.jp-play:focus {
        -webkit-transform: none;
        transform: none;
    }
}

.sortable-listing .row {
    border-bottom: 1px solid #D5D2D8;
}

.insights-listing .listing-mobile-nav {
    margin-top: 10px;
    padding: 0 10px;
}

.insights-listing .dropdown-toggle {
    border-width: 0;
}

@media screen and (min-width: 992px) {
    .insights-listing-content {
        border-left: 1px solid #dee2e6;
    }
}


/* Social Icons */
.people-share i {
    font-size: 18px;
}


/* Partner Listing */

.partners .insight-sum.thumb .excerpt {
    background: #e3e1e5;
}

.partners .insight-sum.thumb .excerpt .learn-more-link {
    color: #140729;
    position: absolute;
    right: auto;
    left: 12px;
    padding: 5px;
}

.partners .insight-sum.thumb:hover .excerpt .learn-more-link {
    color: #01f;
}

.partners .insight-sum:hover {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.partners .insight-sum.thumb .excerpt .learn-more-link.post-excerpt {
    display: block;
    left: 0;
    padding-left: 0;
}

.partners .insight-sum.thumb:hover .excerpt .learn-more-link.post-excerpt {
    display: block;
    left: 0;
    padding-left: 0;
}

.partners .insight-sum.thumb .excerpt .cn-subhead-3 {
    visibility: hidden;
    opacity: 0
}

.partners .insight-sum.thumb:hover .excerpt .cn-subhead-3 {
    visibility: visible;
    opacity: 1
}


/* Video Styling */

.video-play-icon {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video-play-icon:hover {
    cursor: pointer
}

.video-play-icon i {
    display: inline-block;
    margin-left: 1px;
    color: #fff
}

.fcds__defaultIconImage .video-play-icon {
    opacity: 60%;
    min-width: 72px;
}

.fcds__defaultIconImage .video-play-icon i {
    font-size: 4rem;
}

.video-component > div::before {
    transition: all .2s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 0;
    opacity: 0%;
}

.video-component > div:hover {
    cursor: pointer
}

.video-component > div:hover::before,.video-component > div:focus::before {
    opacity: 30%
}

.video-component > div:hover .video-play-icon,.video-component > div:focus .video-play-icon {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.video-component > div .video-play-icon {
    transition: all .5s ease;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.video-component > div .video-play-icon {
    transition: all .5s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

/* New video styles  */
.redesign-video-component .auto-resizable-iframe {
  max-width: 100%;
  margin: 0px auto;
}

.redesign-video-component .auto-resizable-iframe .auto-resizable-iframe-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
}

.redesign-video-component .auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}



/* Press Highlights Listing  */

.in-the-news-list .summary-list li:hover {
    background-color: #f1f0f2;
}

.in-the-news-list.redesign-widget .summary-list li:hover {
    background-color: #e3e1e5;
}

.in-the-news-list .summary-list li a:focus {
    background-color: #f1f0f2;
}

.in-the-news-list .summary-list li a:hover h3 {
    color: #01f;
}

.newsroom-date small {
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
}


.newsroom-date strong {
    font-size: 2.625rem;
    line-height: 3rem;
    letter-spacing: -0.04em;
    font-weight: 400;
}

.sort-dropdown {
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    text-align: left;
    color: #140729;
    border: 1px solid #c7c3cc;
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: -0.04rem;
    transition: border .3s ease,outline .3s ease;
}

main.main .sort-dropdown a {
    padding: 10px 20px;
}

.sort-dropdown:hover {
    border: 1px solid #01f;
}

.sort-dropdown a:hover {
    background: #F1F0F2;
    color: #140729;
}

.sort-dropdown svg {
    fill: #140729;
    stroke: #140729;
}

@media screen and (min-width: 768px) {
    .newsroom-date strong {
        font-size: 3.625rem;
        line-height: 4rem;
    }
}


@media screen and (min-width: 1200px) {
    .newsroom-date strong {
        font-size: 4.5rem;
        line-height: 4.875rem;
    }
}

@media only screen and (max-width: 767px) {
    .in-the-news-list .summary-list li .event-location {
        width: 20%;
        margin-right: 20px;
    }
}




/* Tabs for Event Listing */

.redesign-tabs .tabs {
    white-space: nowrap;
    overflow-x: scroll;
    border-bottom: 1px solid #dee2e6;
}

.redesign-tabs .tabs .tab {
    width: 100%;
    background-color: transparent;
    color: #140729;
    border-right: 0;
    min-height: 0;
}

.redesign-tabs .tabs .tab{
    width: 100%;
    background-color: transparent;
    color: #140729;
    min-height: 0;
    display: block;
    padding: 10px;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    opacity: 1 !important;
    transform: none !important;
    text-decoration: none;
    min-width: unset;
    background: none;
    border: 0;
    border-bottom: 4px solid transparent;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media only screen and (max-width: 767px) {
    .redesign-tabs .tabs.three-column .tab{
        min-width: unset;
    }
}


.redesign-tabs .tabs .tab:hover {
    border-color: rgba(0,0,0,0);
    color: #01f
}

.redesign-tabs .tabs .tab:disabled {
    color: #c7c3cc
}

.redesign-tabs .tabs .tab:disabled:hover {
    color: #c7c3cc
}

.redesign-tabs .tabs .tab.active {
    border-radius: 0;
    border-color: #fff;
    color: #01f;
    border-bottom: 4px solid #01f
}

.redesign-tabs .summary-list>li {
    border-bottom: 1px solid #dbdcdd;
    padding: 0;
}
.redesign-tabs .summary-list>li a{
    border-top: 0;
    padding: 50px 20px;
    display: block;
}

.redesign-tabs .summary-list .office-list li a {
    padding: 0;
}

.redesign-tabs .offices .office-list .office:hover {
    background: transparent;
}

.redesign-tabs .summary-list>li a .event-location{
    color: #140729;
}

.redesign-tabs .summary-list>li:hover, 
.redesign-tabs .summary-list>li:focus {
    background-color: #f1f0f2;
}

.redesign-tabs .summary-list>li a:hover .event-location {
    color: #140729;
}

.redesign-tabs .with-summary .event-speakers {
    padding: 0;
    margin: 0 0 25px;
}

.redesign-tabs .with-summary .event-speakers a {
    padding: 0;
    margin: 0;
}

.redesign-tabs .with-summary .speaker-handle:not(.closed) {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.redesign-tabs .event-brief.with-summary {
    padding: 0 20px;
}

.redesign-tabs .summary-list>li .with-summary .d-inline-block > a {
    padding: 50px 0;
}


@media only screen and (max-width: 1024px) {
    .redesign-tabs .tab-wrap .tabs .tab.active {
        background: transparent;
        color: #01f;
        border-bottom: 4px solid #01f;
    }
    .redesign-tabs .tab-wrap .tabs .tab.active {
        min-width: unset;
    }
    .redesign-tabs .with-summary .event-speakers {
        margin: 0 0 80px;
    }
}

.redesign-event-list .event-location {
    order: 0;
}

.redesign-event-list .event-info {
    order: 2;
}



.article-body .redesign-video-component .cn-container {
    padding-left: 0;
    padding-right: 0;
}

/* Fix broken linkedin icon */
.article-social .fa-linkedin:before {
    content: "\f08c";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.redesign-video-component .video-caption {
    border-left: 0.3rem solid #DC0000;
    padding: 10px;
    margin-top: 10px;
}

/* Marketo Forms */
.insight-article .resource-container .mktoForm label {
    text-transform: none;
}

.resource-details .mktoLabel.mktoHasWidth[for*=Consent]{
    color: #140729;
    opacity: 1;
}

.resource-details .mktoLabel.mktoHasWidth[for*=Consent] .mktoAsterix {
    display: none !important;
}

.resource-details .mktoLabel.mktoHasWidth[for*=Consent] + .mktoGutter {
    width: 0 !important;
}

.resource-details .mktoLabel.mktoHasWidth[for*=Consent] {
    width: 90% !important;
    letter-spacing: initial;
}

.insight-article .resource-container .mktoForm select.mktoField {
    height: 48px;
    background: #fff url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' style='enable-background:new 0 0 50 50;' version='1.1' viewBox='0 0 50 50' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Layer_1_1_'%3E%3Cpolygon points='48.707,13.853 47.293,12.44 25,34.732 2.707,12.44 1.293,13.853 25,37.56 '/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12% 35%;
    background-position: center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

main.main .mktoForm .mktoInvalid:not(:focus) {
    /*border: 0 !important;*/
    border-bottom: 3px solid #F7A859 !important;
    background: #fff url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='icons' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='256' cy='256' fill='none' r='208' stroke='%23F7A859' stroke-miterlimit='10' stroke-width='32'/%3E%3Cline fill='none' stroke='%23F7A859' stroke-miterlimit='10' stroke-width='32' x1='108.92' x2='403.08' y1='108.92' y2='403.08'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12% 40%;
    background-position: center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

main.main .mktoForm .mktoError .mktoErrorArrowWrap {
    display: none;
}

main.main .mktoForm .mktoError {
    position: static;
    bottom: auto;
    right: auto;
}

main.main .mktoForm .mktoError {
    position: static;
    bottom: auto;
    right: auto;
}

/*
main.main .mktoForm input:not([type=checkbox]):focus + .mktoError,
main.main .mktoForm select:focus + .mktoError,
main.main .mktoForm textarea.mktoField:focus + .mktoError {
    display: none !important;
}
*/

main.main .mktoForm .mktoError .mktoErrorMsg {
    margin-top: 82px;
    background: none;
    background-color: transparent;
    border: 0;
    color: #140729;
    opacity: 60%;
    border-radius: 6px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: 600;
    letter-spacing: 0.1px;
    font-family: aktiv-grotesk,bio-sans,sans-serif;
}

main.main .mktoForm .mktoError #ValidMsgEmail {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-right: 0;
    max-width: 100%;
}

main.main .mktoForm .mktoError #ValidMsgEmail span {
    padding-left: 10px;
}
main.main .mktoForm .mktoError .mktoErrorMsg#ValidMsgContact_Sales_Description__c {
    margin-top: 5px;
}

.mktoForm .mktoCaptchaDisclaimer {
    margin-bottom: 20px;
}

/* Legacy Articles */
.insight-article .left-sidebar a.btn.prm-blue {
    width: auto;
}

.legacy-article h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: -0.03rem;
    font-weight: 300;
}

/* Search */

.search-filter-wrapper .tabs-top.js-funnelback-tabs li a.current-state {
    background-color: #01f;
    color: #fff;
}

.search-filter-wrapper .tabs-top.js-funnelback-tabs li a {
    background-color: #fff;
    color: #140729;
}

.tabs-top-label-wrapper {
    background-color: #E3E1E5;
    color: #140729;
}

.search-filter-wrapper .tabs-top-label {
    background: transparent url(../png/prx-dark-hamburger-15x11.png) no-repeat right 14px;
}


/* Press release interstitial override */

.redesign-press-release .article-content .promo.sidebar {

    background-color: #db0001;

}

.redesign-press-release .article-content .promo.sidebar a {
    padding: 10px;
    margin: 15px 0 15px;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.redesign-press-release .article-content .promo.sidebar h3.promo-title {
    font-size: 1.625rem;
}

.redesign-press-release .article-content .promo.sidebar svg {
    display: none;
}

.redesign-press-release .article-content .promo.sidebar a:after {
    font-family: "Font Awesome 6 Pro";
    content: "";
    margin-left: auto;
    padding-right: 20px;
}


/* New Styles Below | Not Overrides */


sup {
    vertical-align: top;
    position: relative;
    top: -0.3em;
    font-size: 60%;
    line-height: normal;
}

.mw-100 {
    max-width: 100% !important
}

.footer {
    letter-spacing: 0;
}

/* New Eyebrow Style */
.cn-dashed__red3 {
    position: relative;
}

.cn-dashed__red3::before {
    content: "";
    width: 3rem;
    height: 0.125rem;
    background-color: #95021B;
    position: absolute;
    top: -1.375rem;
    left: 0;
}

/* New Conic BG Style */
.cn-conic-bg__midnight_6-red_1-red_1 {
    background: #f1f0f2;
}

.cn-hover-bg-color__midnight_6:hover,
.cn-hover-bg-color__midnight_6:focus {
    background-color: #f1f0f2
}

@media screen and (min-width: 992px) {
    .cn-conic-bg__midnight_6-red_1-red_1 {
        background: conic-gradient(from 90deg at 55% 3.125rem,#dc0000 0deg 90deg, #f1f0f2 90deg 270deg, #dc0000 270deg 360deg);
        padding-bottom: 0;
    }
}


/* New Icons Style */
.fa-location-dot::before {
    content: ""
}

.fa-circle-pause:before {
    content: "\f28b";
}

.fa-headphones-simple:before {
    content: "\f58f";
}

.fa-phone:before {
    content: "\f095";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-grid-2::before {
    content: "\e196";
}

.fa-twitter:before {
    content: "\e61b";
    font-family: "Font Awesome 6 Brands";
}

.fa-image-user::before {
    content: ""
}

/* New Font Sizes */
/*.cn-fs-tiny {*/
/*    font-size: .625rem*/
/*}*/

/*.cn-fs-small {*/
/*    font-size: .75rem*/
/*}*/

/*.cn-fs-normal {*/
/*    font-size: 1rem*/
/*}*/

/*.cn-fs-big {*/
/*    font-size: 1.125rem*/
/*}*/

/*.cn-fs-large {*/
/*    font-size: 1.25rem*/
/*}*/


/* Padding */
.cn-pt-5 {
    padding-top: 2rem
}

.d-inline-block {
    display: inline-block !important
}

/* Padding for Related resource with image component */
.cn-related-resource-spacer {
    padding-top: 6rem;
    padding-bottom: 4.5rem;
}


/* Underline */
.text-decoration-underline {
    text-decoration: underline !important
}

/* Accordion */
.tabs-accordion .nav-link span {
    padding-left: 5.5em;
    text-indent: -2.3em;
}

/* Image Sizing */
.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important
}

.object-fit-scale-down {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
}

/* Image Position */
.object-position-bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.object-position-top {
    -o-object-position: top;
    object-position: top
}

.object-position-left {
    -o-object-position: left;
    object-position: left
}

.object-position-right {
    -o-object-position: right;
    object-position: right
}

.object-position-center {
    -o-object-position: center;
    object-position: center
}

@media(min-width: 992px) {
    .align-items-lg-center {
        align-items: center !important
    }
}

/* Clamp Alternates */
.clamp-4-lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.clamp-5-lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.clamp-6-lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

/* Feature Items with Promo (Overflow Text Reveal) */
.featured-items-w-promo .fcds__card div.clamp-3-lines {
    -webkit-line-clamp: 5;
}


@media screen and (min-width: 768px) {
    .fcds__card--product {
        height: 16.5rem
    }
}


@media screen and (min-width: 992px) {
    .featured-items-w-promo .fcds__card {
        height: 21.125rem;
    }
    /* 
    .featured-items-w-promo .fcds__card div.clamp-3-lines {
        display: -webkit-box;
        overflow: scroll;
        height: 7rem;
        -webkit-line-clamp: unset;
        -webkit-box-orient: vertical;
    }
    .featured-items-w-promo .fcds__card div.clamp-3-lines:hover {
        -webkit-line-clamp: unset;
    }
    */
}

.cn-bg__red3 .cn-button.cn-button--text.cn-button__white:hover,
.cn-bg__red3 .resource-details .mktoForm .mktoButtonWrap.mktoSimple .cn-button--text.cn-button__white.mktoButton:hover,
.resource-details .mktoForm .mktoButtonWrap.mktoSimple .cn-bg__red3 .cn-button--text.cn-button__white.mktoButton:hover {
    color: #c7c3cc !important
}



/* Content Cards (Overflow Text Reveal) */
.content_cards .fcds__card div.clamp-3-lines {
    -webkit-line-clamp: 5;
}

.content_cards .fcds__card {
    height: auto;
}

@media screen and (min-width: 992px) {
    .content_cards .fcds__card {
        height: 21.125rem;
    }
    /* 
    .content_cards .fcds__card div.clamp-3-lines {
        display: -webkit-box;
        overflow: scroll;
        height: 7rem;
        -webkit-line-clamp: unset;
        -webkit-box-orient: vertical;
    }
    .content_cards .fcds__card div.clamp-3-lines:hover {
        -webkit-line-clamp: unset;
    }
    */
    .content_cards .fcds__card h5,.fcds__card .h5 {
        min-height: 6.6rem
    }
}

/* Customer Stories - Resources with Image */
div[data-type="Customer Story"] img.fcds__card {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-bottom: 0 !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

/* Video Modal */
.close-button-xmark {
    font-size: 1.5rem;
    padding: 0.3rem;
}

/* Quick links */
.quick-links-grid .quick-link-item {
    position: relative;
}

.quick-links-grid .credit {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 13px;
    color: #140729 !important;
    opacity: 65%;
}


/* Dropdown */
.pr-dropdown .dropdown-toggle span,
.pr-dropdown .dropdown-menu a {
    font-size: 1.275rem;
    font-weight: 300;
}

.pr-dropdown .dropdown-menu.show a:hover {
    background-color: #F1F0F2;
    color: #140729;
}

/* Articles  */
.article-body img {
    height: auto;
}

.author-img-circle {
    width: 95px;
    height: 95px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.insight-article .author-img-circle .article-author__img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.insight-article .article-body ul li a {
    color: #0011FF;
    text-decoration: none;
    font-weight: 600;
}

.insight-article .article-body ul li a:hover,
.insight-article .article-body ul li a:focus {
    color: #000A99;
}

/* Tabs  */
.cn-tabs.nav-tabs::-webkit-scrollbar {
    display: none;
}

.cn-tabs.nav-tabs {
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cn-bg__lightGray2 {
    background-color: #E5E1E5
}


/* Thumbnails */

.fcds__icon { 
    background-repeat: no-repeat; 
    background-color: transparent; 
    background-position: center 101%; 
    /*background-size: 240px;*/
    background-size: 50%;
}

@media screen and (min-width: 767px) {
    .fcds__icon {
        background-size: 65%;
    }
}

@media screen and (min-width: 1200px) {
    .fcds__icon {
        background-size: 100%;
    }
}

.fcds__icon--webinar { 
    background-image: url("../png/resource_webinar.png");
    background-position: center center; 
} 

.fcds__icon--pdf { 
    background-image: url("../png/resource_pdf.png"); 
}

.fcds__icon--article { 
    background-image: url("../png/resource_article.png"); 
}

.fcds__icon--podcast { 
    background-image: url("../png/resource_podcast%402x.png"); 
    background-position: center center; 
}
    
.fcds__icon--video { 
    background-image: url("../png/resource_video.png"); 
    background-position: center center; 
}


.fcds__icon-small {
    background-size: 50%;
}

@media screen and (min-width: 767px) {
    .fcds__icon-small {
        background-size: 160px;
    }
}
    
    
/* Recaptcha */
.grecaptcha-badge {
    display: none !important;
}
    
/* Footer links */
.footer__link:hover,
.footer__link:focus,
.footer .copyright__links a:hover,
.footer .copyright__links a:focus {
    color: #D5D2D8;
    text-decoration: none;
}

/* Footer Select field */
.footer-form__wrapper .mktoForm select.mktoField {
    height: 46px;
    background: #fff url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' style='enable-background:new 0 0 50 50;' version='1.1' viewBox='0 0 50 50' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Layer_1_1_'%3E%3Cpolygon points='48.707,13.853 47.293,12.44 25,34.732 2.707,12.44 1.293,13.853 25,37.56 '/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 15% 38%;
    background-position: center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.footer-form__wrapper .mktoForm select.mktoField {
    width: 100% !important;
    padding: 0.875rem 1rem;
    color: #433954;
    border-radius: 0;
    font-size: 0.875rem;
}

.footer-form__wrapper .mktoForm input:not([type=checkbox]),
.footer-form__wrapper .mktoForm select.mktoField {
    height: 46px !important;
}


/******* Custom Icons *******/

@font-face {
  font-family: "ciena-icons";
  src:url("../eot/ciena-icons.eot"); /* /custom-icons.eot */
  src:url("../eot/ciena-iconsd41d.eot?#iefix") format("embedded-opentype"),
    url('../woff2/ciena-icons.woff2') format('woff2'), /* /custom-icons.woff2 */
    url("../woff/ciena-icons.woff") format("woff"), /* /custom-icons.woff */
    url("../ttf/ciena-icons.ttf") format("truetype"), /* /custom-icons.ttf */
    url("../svg/ciena-icons.svg#ciena-icons") format("svg"); /* fonts/custom-icons.svg */
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "ciena-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ciena-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eng-arrow:before {
  content: '\e802';
  vertical-align: middle;
}

.icon-eng-arrow-2:before {
  content: '\e801';
  vertical-align: middle;
}

.cn-header .icon-eng-arrow:before,
.mm .icon-eng-arrow:before,
.footer .icon-eng-arrow:before {
    margin-bottom: 6px;
    display: inline-block;
}




