.search-input {
    width: 100%;
    border: solid 1px #CCC;
    padding: 10px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 1em;
}
.search-filter {
    padding: 0;
    margin: 15px 0;
    display: flex;
}
.search-filter li {
    list-style-type: none;
}
.block-title {
    background: url('../images/global/expand.svg') no-repeat rgb(198, 187, 183) 97%;
    color: #FFF;
    padding: 15px;
    font-weight: 600;
    background-size: 28px;
    cursor: pointer;
}
.fre-search-items {
    background: #FFF;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    left: 15px;
    right: 15px;
    z-index:1;
}
.fre-search-items li {
    list-style: none;
    padding: 5px 15px 0 32px;
}

.fre-search-items li:last-child {
    padding-bottom: 15px;
}

.fre-search-items li a {
    color: #56555a;
    text-decoration: none;
    font-size: .8em;
    font-weight: 500;
}
.search-form {
    position: relative;
    /* max-width: 365px; */
    width: 47%;
}
.search-box-input {
    border: solid 1px #CCC;
    padding: 10px;
    font-size: 1em;
    font-family: inherit;
    color: inherit;
    width: 100%;
    box-sizing: border-box;
}
.submit-search-header {
    position: absolute;
    top: 8px;
    right: 10px;
    background: url('../images/global/sprite-images.png') no-repeat;
    background-position: -21px -349px;
    width: 21px;
    height: 26px;
    border: none;
}
.video-results .result-item {
    display: flex;
    flex-wrap: nowrap;
}
.result-item {
    margin-bottom: 15px; 
 }
.search-result-vcontent {
    margin-bottom: 15px;
    width: 40%;
    padding-right: 15px;
}
.search-result-video {
    width: 55%;
    margin-top: 45px;
}
.search-results-container h3 {
    margin: 30px 0 15px;
    padding: 0;
    font-size: 0.813em;
}
.search-results-container h3 a {
    color: #000;
    text-decoration: none;
}

.search-results-container p {
    line-height: 1.4;
    font-size: 0.75em;
}
.search-results-container a {
    text-decoration: none;
    font-weight: 700;
    color: var(--primary-color);
    word-break: break-all;
    margin: 20px 0 10px 0;
    display: block;
}
.article-results .result-item {
    margin-bottom: 5px;
    padding-bottom: 20px;
    border-bottom: solid 1px #CCC;
}
.article-results .result-item:last-of-type {
    border-bottom: none;
}
.page-nav {
    padding: 0;
    display: flex;
}
.page-nav li {
    list-style-type: none;
    margin-right: 15px;
}
h1 {
    font-size: 2.5em;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #56555b;
    font-weight: 400;
}
.page-nav li label {
    color: #262523;
    font-weight: 550;
    font-size: 1em;
}
.video-results h2,.article-results h2{
    margin: 40px 0 0px;
    font-size: 2.3em;
    font-weight: 400;
    color: #76757a;
}
.read-more a{
    border: 1px solid var(--primary-color);
    padding: 17px 15%;
    font-size: 1.4em;
    font-weight: 500;
    color:var(--primary-color);
}
.read-more{
    width: 45%;
    margin: auto;
    margin-top: 50px;
    border:none;
    padding: 0;
}
.video-checkbox input, .videoCheckboxCollections input,.newsCheckboxCollections input {
    display: block;
    border: 0;
    clip: unset;   
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 5;
    opacity: 0;
    left: 4px;
    top: 16px;
    width: auto;
    height: auto;
}
ul.fre-search-items{
    border: 1px solid #ccc;
    border-top: none;
}
.fluidvids {
    height: 15px;
}
.video-checkbox input:checked+.label:before, .video-checkbox input.checked+.label:before, .cls-checked .label:before {
    content: '';
    background: url(../images/global/check-small-select%20.png) no-repeat center;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
}
.video-checkbox input+.label:before, span .label-checkbox:before {
    content: '';
    margin: 0 10px 0 -28px;
    /* background: url(../images/global/check-small-select%20.png) no-repeat center; */
    width: 18px;
    height: 18px;
    border: 1px solid #CCC;
    background-color: #FFF;
}
.video-checkbox input+.label, span .label-checkbox {
    padding-left: 28px;
    position: relative;
    margin-right: 21px;
}
.video-checkbox input+.label, .video-checkbox input+.label:before, span .label-checkbox:before {
    display: inline-block;
    vertical-align: middle;
}

.block-title {
        font-size: 13px;
        padding: 10px;
        width: auto;
        background: url(../images/global/expand-white.svg) no-repeat rgb(198, 187, 183) 97%;
        background-size: 19px;
    }


  .expand
    {
       background: url(../images/global/expand.svg) no-repeat rgb(198, 187, 183) 97%;
       background-size: 20px 20px;
       border-bottom: 1px solid #ccc;
  }

  
  .collapse
  {
    background: url(../images/global/collapse.svg) no-repeat rgb(198, 187, 183) 97%;
    background-size: 20px 20px;
   }
  .search-box-input::-ms-clear {
    display: none;
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.1em;
    }
    .block-title {
        color: #FFF;
        background: url('../images/global/expand-white.svg') no-repeat rgb(198, 187, 183) 97%;
        background-size: 25px 25px;
    }
    .video-results h2, .search-results-container h3 a, .article-results h2{
        font-size: 1.6em;
        font-weight: 600;
    }
    .search-results-container p {
        font-weight: 600;
        font-size: 0.9em;
    }
    .search-result-vcontent, .result-item {
        margin-bottom:0;
    }
    .search-result-vcontent {
        width: 53%;
        padding-right: 10px;
    }
    .search-result-video {
        margin-top:40px;
        width: 45%;
    }
    .fre-search-items li {
        list-style: none;
        padding: 5px 15px 0 15px;
    }
    .fre-search-items li a
    {
        line-height: 20px;
        display: block;
        font-weight: 600;
    }
    .search-form {
        width:100%;
    }
    .read-more {
        width: 77%;
        box-sizing: border-box;
    }
    .read-more a {
        border: 2px solid var(--primary-color);
        padding: 8px 0;
    }
    .collapse
{
background: url(../images/global/expand-white.svg) no-repeat rgb(198, 187, 183) 97%;
background-size: 25px 25px;
border-bottom: 1px solid #ccc;
  }

  .expand
      { background: url(../images/global/collapse-white.svg) no-repeat rgb(198, 187, 183) 97%;
       background-size: 25px 25px;
      border-bottom: 1px solid #ccc; 
  }
}
@media (min-width:768px) and (max-width: 1024px) {
   
    .fre-search-items li a {
        font-size: 13px;
    }
    .search-result-vcontent,
    .search-result-video {
        width: 50%;
    }
    .search-results-container h3 a {
        font-size: 1.125em;
    }
    .search-results-container p {
        font-size: 13px;
    }
    .fre-search-items li {
        padding: 15px 10px 0;
    }
    .search-form {
        width:67%;
    }
    .read-more {
        width: 72%;
    }
}
@media (min-width: 768px) {
    .fre-search-items {
        display: block;
        position: static;
    }  
    .block-title {
        background-color: #FFF !important;
        color: inherit;
        cursor: pointer;
        border: 1px solid #ccc;
    }
     .search-results-container {
        max-width: 815px;
    }
    .search-result-vcontent {
        width: 66%;
    }
    .search-result-video {
        width: 33%;
        margin-top: 30px;
    }
    .search-results-container h3 a {
        font-size: 1.5em;
        color: #312f30;
        font-weight: bold;
    }
    .search-results-container p {
        font-size: 1em;
        line-height: 1.7;
        color: #31312f;
        font-weight: 500;
    }
    .search-result-vcontent {
        margin-bottom: 40px;
    }
}
