.ss-search {
    padding: .75em !important;
}
.easy-autocomplete {
    width: 100% !important;
}
.sss-search-wrapper {
    position: relative;
}

.easy-autocomplete-container {
    z-index: 9999 !important;
}

.easy-autocomplete-container ul {
    margin-left: 0px !important;
}

ul .eac-category {
    display: none !important;
}

ul .eac-category:first-child {
    display: block !important;
}

.ss-search-filters .form-check-input {
    width: auto;
    margin-right: 10px;
}

.disabled-filter {
    font-weight: normal;
    color: #ddd;
}

.easy-autocomplete {
    display: inline-block;
}

.search-box {
    position: relative;
}

header .search-field form .close-search {
    display: block;
    left: 110%;
    right: auto;
}
.ss-loader {
    display: none;
    width: 20px;
    position: absolute;
    right: 70px;
}

.ss-h-loader {
    display: none;
    margin: 20px 10px;
    position: absolute;
    top: -50px;
    height: 15px;
}
.pagination-ss {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px;
    margin-left: 0px;
}

.pagination-ss li {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;

    text-decoration:none;
    width:auto;
    color:#ddd;
    border:1px solid  #ddd;
}

.pagination-ss li a {
    display: block;
    padding:11px 14px 11px 14px;
    font-size: 14px;
}
.pagination-ss  li a:hover{
    color:#fff;
    background: #ddd;
}

.pagination-ss  li.active{
    background: #ddd;
    color:#fff;
}


.featured-result {
    background: #EAEAEA;
    padding: 20px;
    margin-bottom: 20px;
}

.ss-highlight {
    background: #FCF981;

}

.ss-control {
    margin-bottom: 20px;
}

.ss-toggl-filter {
    position: absolute;
    left: -10px;
}

.ss-wide {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
}

.kc-wrap {
    position: relative;
    margin-top: 40px;
}

.search-result-page .search-field {
    display: block;
}

.ss-wrap-item {
    padding: 25px;
    border-bottom: 1px solid #ddd;
}
.teal {	color:#11b8cd;}
.lightblue {	color:#abe3e4}
.darkblue {	color:#007ac0}

.background-teal {background-color: #11b8cd !important;}
.background-lightblue {background-color: #abe3e4 !important;}
.background-darkblue {background-color: #007ac0 !important;}


.category-contols ul {
    list-style: none;
    margin: 0;
    padding: 0;

}
.category-contols a,
.category-contols div.sorter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color:#444
}
.category-contols span {
    padding: 5px 5px 5px 0;
}
.category-contols a span:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.category-contols a span:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.category-contols .check,
.category-contols li.active .uncheck  {
    display: none;
}
.category-contols li.active .check {
    display: inline-block;
}
.category-contols li:hover * {
    color:#111111;
    cursor: pointer
}
.category-contols li.active * {
    color:#11b8cd;
    cursor: pointer
}
.content.page .button.reset_kc {
    min-width: 5px;
}
#knowledgeCenter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: initial;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.kc-card {
    width: 30%;
    margin-bottom:2.5em;
    background: #11b8cd;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    transition: all 0.5s ease;
}
.kc-card:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,122,192,0.58);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,122,192,0.58);
    box-shadow: 0px 0px 10px 0px rgba(0,122,192,0.58);
    transform: scale(1.05);
}

.kc-card__content {
    padding: 15px 15px;
    margin-top: 150px;
    background: rgba(0,0,0,.8);
    text-align: center;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    transition: all 0.5s ease;
}

.kc-card__content > div {
    font-size: .9rem;
    line-height: 1em;
    padding:0 0 10px 0;
}
.kc-card__content > div:nth-child(1) {color:#11b8cd;font-weight:700; font-size:1rem}
.kc-card__content > div:nth-child(2) {color:#fff;}
.kc-card__content > div:nth-child(3) {color:#F64138;}

.kc-card:hover .kc-card__content {
    background:rgba(255, 255, 255,.9);

}
.kc-card:hover .kc-card__content > div {
    color:#F64138;

}

.kc-card--image {
    background-position: center center;
    background-size: cover;
}
.kc-card--icon {
    background-position: top center;
    background-repeat: no-repeat;
    background-position-y: 15px;
    background-size: 40% auto;
}

.kc-card--doc {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 76% auto;
}

.kc-card--feature {
    width: 65%;
}

.kc-card--feature .kc-card__content > div:nth-child(1) {font-weight:700;color:#abe3e4;font-size:.9rem}
.kc-card--feature .kc-card__content > div:nth-child(2) {font-weight:700;color:#11b8cd;font-size:1rem}
.kc-card--feature .kc-card__content > div:nth-child(3) {color:#fff;}
.kc-card--feature:hover .kc-card__content > div {color:#F64138;}

@media (max-width:1024px) {
    .kc-card {width:46%}
    .kc-card--feature {
        width: 100%;
    }
}
@media (max-width:767px) {

    .kc-card,
    .kc-card--feature {
        width: 100%;
    }
}
@media (max-width:599px) {
    .category-contols ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    .category-contols ul li {
        width: 50%;
    }
    .category-filters p {
        text-align: center
    }
}



#ss-results {
    width: 100%;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align:-.125em;
}


/* Customize the label (the container) */
.cb-container {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.cb-container:hover {
    color: #11BCDA;
}

/* Hide the browser's default checkbox */
.cb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #444444;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    /* -webkit-box-shadow: 3px 3px 5px 6px #ccc; */
    /* box-shadow: 1px 1px 1px 1px #ccc; */
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 2px #000000;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
    background-color: #fff;
    -moz-box-shadow: inset 0 0 10px #11BCDA;
    -webkit-box-shadow: inset 0 0 10px #11BCDA;
    box-shadow: inset 0 0 2px #11BCDA;
    border-color: #11BCDA;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
    background-color: #11BCDA;
    -moz-box-shadow: inset 0 0 10px #11BCDA;
    -webkit-box-shadow: inset 0 0 10px #11BCDA;
    box-shadow: inset 0 0 2px #11BCDA;
    border-color: #11BCDA;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ss-control {
    margin-top: 20px;
}
.pagination-ss {
    width: 100% !important;
}
.pagination-ss li {
    border: none;
}
.pagination-ss li a {
    font-size: 16px;
    padding: 7px 10px;
}

.pagination-ss li.disabled span{
    font-size: 20px;
    color: #000;
    line-height: 20px;
}

.pagination-ss li a:hover,
.pagination-ss li.active a {
    background: none;
    color: #000 !important;
    font-weight: bold;
}



.pagination-ss li.active {
    background: none;
}

.pagination-ss {
    clear: both;
    padding: 0px 0 20px 0;
}

.no-result h4 {
    text-align: center;
    padding: 90px 90px;
    width: 100%;
}