/*Global CSS Start*/

.selector .content-section>h1 {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

a {
    outline: none;
}

.selector {
    background: #f2f2f2!important;
    overflow: hidden;
}

.selector .hide {
    display: none !important;
}

.blue-blade-bg {
    background-color: #F2FCFE;
    padding: 40px 0;
}

.blue-blade-bg .content {
    max-width: 1244px;
    margin: 0 auto;
}

.blue-blade-bg .data-cont {
    max-width: 100%;
    margin: 0 auto;
}


/*Global CSS Ends */


/*Layout CSS Start*/

.selector .content-section {
    max-width: 1244px;
    margin: 0 auto;
    padding-top: 40px;
}

.selector .data-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}


/*Layout CSS Ends*/


/* Filter Section - custom form fields and element start */

.selector .filter-section {
    width: 291px;
    background: #0d274d;
    border-radius: 15px;
    padding: 15px 15px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
}

.selector .product-search {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.selector .product-search input[type="search"],
.selector .product-search input[type="text"] {
    width: 100%;
    border-radius: 20px;
    height: 40px;
    border: none;
    outline: none;
    padding: 5px 30px 5px 15px;
    box-sizing: border-box;
    color: #4d4c4c;
    border: 1px solid #ccc;
    background: url(/c/dam/cdc/solution-support/search.svg) no-repeat 218px 6px #fff;
}

.selector .product-search input[type="search"],
.selector .product-search input[type="text"] {
    background-position: 95% 6px;
}

.selector .product-search input.hide-search-img {
    background: #fff;
}

.selector .product-search input[type="search"]:focus,
.selector .product-search input[type="text"]:focus {
    background: #fff;
}

.selector .filter-title {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0;
    margin-bottom: 20px;
}

.selector .clear-filter {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.selector .clear-search {
    width: 20px;
    position: absolute;
    top: 11px;
    right: 18px;
}

.selector .clear-filter a {
    font-size: 14px;
    text-align: right;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    margin-top: 25px;
    cursor: pointer;
}

.selector .clear-filter a:hover {
    color: white !important;
    text-decoration: underline;
}

.selector .category-section {
    margin-bottom: 30px;
}

.selector .filter-category-title {
    margin: 0 0 10px 0;
    cursor: pointer;
}

.selector .filter-category-title a {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.selector.filter-category-title a:hover {
    color: #fff !important;
}

.accordion {
    height: 17px;
    width: 20px;
    float: right;
    color: #fff;
    background: url(/c/dam/cdc/solution-support/icon-plus-minus.svg) no-repeat;
    margin-top: 4px;
}

.minus-icon {
    background-position: 3px -14px;
}

.selector .show-more {
    padding-top: 5px;
}

.selector .show-more a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.selector .show-more a:hover {
    color: #fff !important;
    text-decoration: none;
}

.selector .show-more a::after {
    content: '';
    background: url(/c/dam/cdc/solution-support/icon-right-white-cart.svg) no-repeat 0 0;
    display: inline-block;
    width: 14px;
    height: 11px;
    margin-left: 5px;
}

.filter-data ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    display: none;
}

.filter-container.open {
    display: block;
}

.filter-checkbox {
    position: relative;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #4d4c4c;
}

.filter-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.filter-checkbox label {
    width: 200px;
    display: inline-block;
    margin-left: 30px;
    color: #fff;
}

.custom-checkbox {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background: transparent;
    border: 1px solid #9E9DA2;
}

.filter-container .filter-radio {
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    margin-left: 0;
}

.filter-radio label {
    max-width: 250px;
    display: inline-block;
    margin-left: 30px;
    color: #fff;
    font-size: 14px;
}

.selector .filterValue {
    display: inline-block;
    margin-top: 4px;
}

.filter-radio .controlInput input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    width: 16px;
    height: 16px;
}

.filter-radio .controlInput__indicator {
    position: absolute;
    top: 6px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 11px;
}

.filter-radio .controlInput input:checked~.controlInput__indicator {
    background: #00bceb;
    border: 1px solid #00bceb;
}

.filter-radio .control--checkbox .controlInput__indicator:after {
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 9px;
    background: #0d274d;
    border: none;
}

.filter-radio .controlInput input:checked~.controlInput__indicator:after {
    display: block;
}

.filter-radio .controlInput__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.selector .filter-heading-mobile {
    display: none;
}


/* Filter Section - custom form fields and element ends */


/*Pagination and Sort section starts*/

.selector .sorting-section {
    padding: 25px 0px 25px 25px;
}

.selector .pagination-wrap {
    font-size: 14px;
    font-family: CiscoSansTT;
    font-weight: 300;
    color: #58585b;
    display: inline-block;
    line-height: 38px;
}

.selector .pagination-wrap,
.selector .switch-wrap,
.selector .sort-by {
    /* width: 291px; */
    width: 48.5%;
}

.selector .pagination-wrap {
    font-size: 14px;
    font-family: CiscoSans, Arial, sans-serif;
    font-weight: 300;
    color: #58585b;
    display: inline-block;
    line-height: 38px;
}

.selector .switch-wrap {
    font-size: 14px;
    display: inline-block;
    text-align: right;
    line-height: 38px;
    margin-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.selector .sort-by {
    display: inline-block;
    text-align: right;
    margin-left: 15px;
}

.selector .sort-by label {
    font-family: CiscoSansTT;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #4d4c4c;
    margin-right: 10px;
}

.selector .sort-by select {
    width: 215px;
    height: 38px;
    border-radius: 4px;
    font-family: CiscoSansTT;
    font-size: 14px;
    color: #4d4c4c;
    padding: 7px 13px 5px;
    border: 1px solid #ccc;
    /* line-height: 38px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/c/dam/cdc/solution-support/icon-featured-arrow.svg) no-repeat right 15px #fff;
}

.selector .sort-by select:focus {
    outline: none;
}


/*Filter Selected tags*/

.filter-tags {
    margin: 0px 25px 15px 25px;
}

.filter-tags div {
    border: 1px solid #4d4c4c;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 6px 2px 10px;
    color: #4d4c4c;
    margin: 0 10px 10px 0;
}

.filter-tags span {
    font-size: 14px;
    line-height: 20px;
}

.filter-tags span a {
    text-decoration: none;
    background: url(/c/dam/cdc/solution-support/icon-filter-tag-close.svg) no-repeat 0 1px;
    display: inline-block;
    width: 16px;
    height: 16px;
}


/*Filter Selected tags*/


/*Pagination and Sort section ends*/


/* Card Section Content  CSS Start */

.selector .tile-container {
    width: calc(100% - 291px);
    vertical-align: top;
    float: right;
}

.selector .tile-view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.selector .tile-view>div {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-sizing: border-box;
    width: 290px;
    margin: 0 0 25px 25px;
    border: 1px solid #fff;
    position: relative;
    min-height: 350px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    padding-bottom: 140px;
}

.selector .tile-view .tile-heading {
    font-size: 18px;
    color: #4d4c4d;
    margin: 15px 0 0 0;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 20px;
}

.selector .tile-view .tile-heading>a {
    color: #007493;
    font-weight: normal;
    text-decoration: none;
}

.selector .tile-view .tile-desc p {
    font-family: CiscoSansTT;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #4d4c4c;
    margin-bottom: 15px;
}

.selector .tile-view .tile-desc {
    margin-bottom: 10px;
}

.selector .tile-view .tile-desc ul {
    margin: 15px 0 0 15px;
    padding: 0;
}

.selector .tile-view .tile-desc ul li {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.selector .tile-view .footer-desc {
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    width: calc(100% - 30px);
    max-height: 120px;
}


/*.selector .tile-view .footer-desc p:first-child {
    font-weight: 600;
}*/

.selector .tile-view .footer-desc p {
    font-size: 14px;
    font-style: normal;
    margin: 0;
    padding: 0;
}

.selector .tile-view .footer-desc .footer-desc-title {
    font-weight: 600;
    margin-bottom: 10px;
}


/* Tile status active and preview css */

.product-tile.tile-status-active,
.product-tile.tile-status-active:hover {
    border: 2px solid #6abf4b !important;
}

.product-tile.tile-status-preview,
.product-tile.tile-status-preview:hover {
    border: 2px solid #adb5bd !important;
}

.footer-desc .company-logo-cont {
    display: inline-block;
    max-width: 100px;
    height: 50px;
    vertical-align: top;
    margin-right: 10px;
}

.footer-desc .company-logo-cont img {
    max-width: 100%;
    max-height: 100%;
}

.footer-desc .company-name {
    width: calc(100% - 110px);
    display: inline-block;
}

.footer-desc .company-name a {
    display: inline-block;
    max-width: 140px;
    line-height: 18px;
    font-size: 14px;
}

.view-register-section {
    position: absolute;
    max-width: 100%;
    bottom: 20px;
    width: calc(100% - 15px);
}

.selector .category-info {
    max-width: 100%;
    padding: 4px 8px;
    background: #f2f2f2;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    font-weight: normal;
    color: #4d4c4c;
    margin-right: 5px;
    margin-bottom: 5px;
}


/* Card Section Content CSS Ends */


/*Load More Button*/

.selector .load-more-wrap {
    width: 100%;
    text-align: center;
    padding: 30px 0 40px 0;
    display: none;
}

.selector .load-more {
    height: 38px;
    border-radius: 21px;
    border: solid 1px #0175a2;
    color: #0175a2;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    font-weight: 400;
    display: inline-block;
    padding: 0 25px;
}

.selector .load-more:hover {
    background: #1e4471;
    color: #fff;
    border-color: #1e4471;
}


/*Load More Button*/


/*lightbox*/

.hidePopup {
    display: none
}

.overlay {
    background: #000;
    opacity: 0.6;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.lightbox-wraper {
    width: 680px;
    background: #fff;
    padding: 0;
    margin: 0 auto;
    position: fixed;
    border-radius: 15px;
    top: 50px;
    border: 1px solid #4D4C4C;
    z-index: 9999;
    left: 30%;
}

.lightbox-cont {
    padding: 0 20px 30px;
    margin: 0;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}

.close-box {
    position: absolute;
    right: -22px;
    top: -22px;
}

.lightbox-cont h2 {
    font-size: 28px;
    color: #4d4c4c;
    line-height: 36px;
    border-bottom: 1px solid #ADB5BD;
    margin-bottom: 15px;
    font-weight: normal;
    padding: 30px 20px 20px;
}

.lightbox-desc {
    border-bottom: 1px solid #ADB5BD;
    padding: 0 20px;
}

.lightbox-desc div p {
    font-size: 16px;
}

.lightbox-desc div p a {
    font-size: 16px;
}

.lightbox-links {
    padding: 20px 20px 0;
}

.lightbox-desc ul {
    margin: 0 0 20px 0;
    padding: 0;
}

.lightbox-desc ul li {
    margin: 0 0 8px 20px;
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    list-style-type: disc;
}

.lightbox-links p {
    font-size: 16px;
    font-weight: normal;
}

.lightbox-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.lightbox-links ul li {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.lightbox-links ul li a {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    color: #0175a2;
    font-size: 16px;
    font-weight: 300;
}

.lightbox-links ul li a.external-link::after {
    background: url(/c/dam/cdc/solution-support/icon-external-link.svg);
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.lightbox-links ul li a:hover {
    text-decoration: underline;
}


/*lightbox*/


/*=========== Solution Flag css =========*/

.sol-flag-sec {
    display: flex;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    vertical-align: top;
}

.sol-flag-title {
    width: 60px;
    margin-right: 10px;
    font-weight: 600;
	line-height: normal;
}

.sol-flag-info {
    width: calc(100% - 50px);
	line-height: normal;
}


/**Solution Flag CSS**/


/*Responsive Media Query Starts*/

@media only screen and (min-width: 320px) and (max-width: 1023.5px) {
    .selector .content-section {
        padding-top: 0;
    }
    .blue-blade-bg .data-cont {
        padding: 0 20px;
    }
    .selector .tile-container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .selector .sorting-section {
        width: 99%;
        padding: 15px 10px;
    }
    .filter-tags {
        margin: 0px 15px 0 15px;
    }
    .selector .sort-by label {
        /* display: none; */
        float: left;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .selector .filter-title {
        font-size: 16px;
        font-weight: 300;
        display: none;
    }
    .selector .filter-heading-mobile {
        display: block;
    }
    .selector .filter-section {
        width: 100%;
        border-radius: 0 0 15px 15px;
        position: absolute;
        z-index: 9;
        box-sizing: border-box;
    }
    .selector .tile-view {
        justify-content: center;
    }
    .selector .tile-view.preview>div {
        width: 290px;
        box-sizing: border-box;
        margin: 0 13px 25px;
    }
    .bottom-section {
        width: 93%;
    }
    .selector .filter-heading-mobile {
        background: #1e4471;
        height: 48px;
        line-height: 48px;
    }
    .selector .heading-filter {
        margin: 0;
        padding-left: 20px;
        color: #fff;
        font-size: 18px;
        font-family: CiscoSansTT;
        font-weight: 300;
        width: calc(100% - 60px);
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        line-height: 48px;
    }
    .selector .filterFixed {
        position: fixed;
        top: 0px;
        z-index: 999;
        width: 100%;
        left: 0;
    }
    .selector .filterContentFixed {
        position: fixed;
        top: 48px;
        z-index: 999;
        box-sizing: border-box;
        left: 0;
        height: 46vh;
        overflow-y: scroll;
    }
    .selector .searchBoxFixed {
        position: fixed;
        top: 48px;
        z-index: 999;
        box-sizing: border-box;
        left: 0;
    }
    .selector .heading-filter .arrow {
        background: url(/c/dam/cdc/solution-support/down-arrow.svg) no-repeat center center;
        width: 25px;
        height: 48px;
        float: right;
        margin-right: 10px;
        transform: rotate(180deg);
        transition: transform 150ms linear;
    }
    .selector .heading-filter .arrow.up {
        transform: rotate(0deg);
        transition: transform 150ms linear;
    }
    .selector .product-search.desktop {
        display: none;
    }
    .selector .search-devices {
        width: 60px;
        background: url(/c/dam/cdc/solution-support/search-mobile.svg) no-repeat center center;
        height: 48px;
        cursor: pointer;
        border-left: 1px solid #fff;
        box-sizing: border-box;
        float: right;
    }
    .search-wrapper {
        padding: 15px;
        background: #0d274d;
        box-sizing: border-box;
        position: absolute;
        z-index: 99;
        top: 0;
        left: 0;
        right: 0;
    }
    .search-wrapper .search-close {
        width: 15px;
        height: 15px;
        float: right;
        margin: 0px 5px 10px 0;
        background: url(/c/dam/cdc/solution-support/close-icon-white.svg) no-repeat;
    }
    .selector .data-section {
        position: relative;
        padding: 0;
    }
    .selector .product-search input[type="search"],
    .selector .product-search input[type="text"] {
        background-position: 95% 6px;
    }
    .search-wrapper.sticky-search {
        position: fixed;
        top: 0;
        z-index: 999;
        left: 8px;
        right: 8px;
    }
    .selector .pagination-wrap {
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
        font-family: CiscoSans, Arial, sans-serif;
    }
    .selector .switch-wrap,
    .selector .sort-by {
        width: 49%;
        margin: 0;
    }
    .selector .switch-wrap {
        text-align: left;
    }
    .selector .sort-by select {
        width: 70%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
    .selector .content-section {
        padding-top: 0;
    }
    .selector .tile-view.preview>div {
        width: 100%;
        margin: 2% 1%;
    }
    .selector .searchBoxFixed {
        top: 48px;
    }
    .switch {
        margin: 0;
    }
    .selector .sort-by select {
        width: 100%;
    }
    .selector .sort-by {
        vertical-align: text-top;
        width: 96%;
    }
    .blue-blade-bg .data-cont {
        padding: 0 20px;
    }
    span.company-name {
        display: inline-block;
        max-width: 130px;
        line-height: 18px;
        vertical-align: middle;
        padding-top: 10px;
    }
    .lightbox-wraper {
        top: 80px;
        left: 20px;
        height: 440px;
        width: calc(100% - 40px);
    }
    .lightbox-cont {
        padding: 0 15px 15px;
        height: 440px;
        overflow: hidden;
        overflow-y: scroll;
        overflow-x: hidden;
        font-size: 14px;
    }
    .lightbox-cont h2 {
        font-size: 20px;
        line-height: 26px;
        padding: 20px 5px 10px;
    }
    .lightbox-desc {
        padding: 0 10px;
    }
    .lightbox-desc ul li {
        margin: 0 0 5px 10px;
        padding: 0;
        line-height: 20px;
        font-size: 14px;
    }
    .lightbox-desc div p {
        font-size: 14px;
    }
    .lightbox-links {
        padding: 20px 10px;
    }
    .lightbox-links p {
        font-size: 14px;
    }
    .lightbox-links ul li {
        font-size: 14px;
    }
    .lightbox-links ul li a {
        font-size: 14px;
    }
    .close-box {
        position: absolute;
        right: -14px;
        top: -18px;
    }
    .close-box img {
        width: 30px;
        height: 30px;
    }
	.selector .tile-view>div{
		padding-bottom: 160px;
	}
	.selector .tile-view .footer-desc{
		max-height: 145px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 599px)and (orientation: landscape) {
    .filter-section {
        height: 283px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 599px) and (orientation: landscape) {
    .selector .tile-view.preview>div {
        height: 300px;
    }
    .lightbox-wraper {
        width: 518px;
        height: 250px;
        top: 40px;
        left: 4%;
    }
    .lightbox-cont {
        height: 260px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .selector .pagination-wrap {
        width: 50%;
        text-align: left;
    }
    .selector .switch-wrap,
    .selector .sort-by {
        width: 47.5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .selector .product-search input[type="search"],
    .selector .product-search input[type="text"] {
        background-position: 98% 6px;
    }
    .selector .content-section {
        padding-top: 0;
    }
    .selector .pagination-wrap {
        width: 50%;
        text-align: left;
    }
    .selector .switch-wrap,
    .selector .sort-by {
        width: 47.5%;
    }
    .selector .sort-by label {
        float: inherit;
    }
    .lightbox-wraper {
        width: 540px;
        padding: 0;
        left: 15%;
    }
    .lightbox-cont {
        padding: 0 15px 15px;
    }
    .lightbox-cont h2 {
        font-size: 22px;
        line-height: 28px;
        padding: 20px 15px 10px;
    }
    .lightbox-desc {
        padding: 0 10px;
    }
    .lightbox-links {
        padding: 20px 10px 0;
    }
    .close-box {
        position: absolute;
        right: -16px;
        top: -16px;
    }
    .close-box img {
        width: 34px;
        height: 34px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
    .selector .contact-wrap,
    .selector .content-section {
        width: 980px;
    }
    .selector .filter-section {
        width: 228px;
    }
    .selector .tile-container {
        width: calc(100% - 230px);
    }
    .selector .tile-view.preview>div {
        width: 228px;
    }
    .selector .tile-view>div {
        margin: 0 0 22px 22px;
    }
    .category-name {
        width: 140px;
        display: inline-block;
    }
    .selector .tile-view.preview .tile-desc {
        max-height: 123px;
        overflow: hidden;
    }
    .selector .tile-view.preview .tile-heading {
        max-height: 110px;
        overflow: hidden;
    }
    /* .selector .pagination-wrap,
    .selector .switch-wrap,
    .selector .sort-by {
        width: 226px;
    } */
    .selector .sort-by select {
        width: 150px
    }
    .selector .product-search input[type="search"],
    .selector .product-search input[type="text"] {
        background-position: 165px 6px;
        font-size: 12px;
    }
    /* .clear-search{right: 10px} */
}

@media only screen and (width: 1280px) {
    .selector .tile-view>div {
        margin: 0 0 25px 18px;
    }
    .lightbox-cont {
        padding: 0 20px 30px;
        margin: 0;
        overflow: hidden;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 510px;
    }
}


/*Responsive Media Query Ends*/