/** 
* General
*/
body{
  font-family: "Circular Std", sans-serif;
  font-size: 1.6rem;
  background-color: #f8f8f8;
}
  .block {
    display: block;
  }
  .inline-block {
    max-width: 100%;
    display: inline-block;
  }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .clearfix:after {
    clear: both;
  }
  .hidden {
    display: none;
  }
  .button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
  }
  input.button {
    -webkit-appearance: button;
  }
  html[data-dynpage] [data-cloak] {
    color: transparent !important;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
  }
  h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
  h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  ul,
  ol {
    margin-top: 0px;
    margin-bottom: 0;
    padding-left: 0;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .embed:before,
  .embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .embed:after {
    clear: both;
  }
  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
  }
  button,
  html input[type="button"],
  input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
  }
  .form {
    margin: 0 0 15px;
  }
  .form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
  }
  .form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
  }
  label {
    display: inline-block;
    overflow: visible;
    margin-right: 10px;
    padding: 2px 3px 2px 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    user-select: none;
  }
  .input,
  .select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
  }
  
  .input:-moz-placeholder,
  .select:-moz-placeholder {
    color: #999;
  }
  .input::-moz-placeholder,
  .select::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  .input:-ms-input-placeholder,
  .select:-ms-input-placeholder {
    color: #999;
  }
  .input::-webkit-input-placeholder,
  .select::-webkit-input-placeholder {
    color: #999;
  }
  .input:focus,
  .select:focus {
    border-color: #3898EC;
    outline: 0;
  }
  .input[disabled],
  .select[disabled],
  .input[readonly],
  .select[readonly],
  fieldset[disabled] .input,
  fieldset[disabled] .select {
    cursor: not-allowed;
    background-color: #eeeeee;
  }
  textarea.input,
  textarea.select {
    height: auto;
  }
  .select {
    background-color: #f3f3f3;
  }
  .select[multiple] {
    height: auto;
  }
  .form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
  }
  .radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
  }
  .radio:before,
  .radio:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .radio:after {
    clear: both;
  }
  .radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
  }
  .radio-input {
    margin-top: 3px;
  }
  
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .container:before,
  .container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .container:after {
    clear: both;
  }
  .container .row {
    /* margin-left: -10px;
    margin-right: -10px; */
  }
  .row:before,
  .row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .row:after {
    clear: both;
  }
  .row .row {
    margin-left: 0;
    margin-right: 0;
  }
  .col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col .col {
    padding-left: 0;
    padding-right: 0;
  }
  .col-1 {
    width: 8.33333333%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-12 {
    width: 100%;
  }
  .hidden-main {
    display: none !important;
  }
  .dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
  }
  .dropdown-btn,
  .dropdown-toggle,
  .dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
  }
  .dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
  }
  .dropdown-list.-open {
    display: block;
  }
  .dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
  }
  .dropdown-link.-current {
    color: #0082f3;
  }
  .dropdown-link:focus {
    outline: 0;
  }
  
  /** 
  * MHC
  */
  
  a {
    text-decoration: underline;
  }
  
  .search {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f8f8f8;
  }
  
  .search_bar {
    margin-bottom: 0px;
  }
  .search_bar .sb-flex{
    display: flex;
  }
  .search_bar .sb-flex .refresh-holder{
    height: 60px;
    background-color: #000;
    border: 2px solid #000;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .search_bar .sb-flex .refresh-holder svg{
    width: 27px;
  }
  .search_bar .sb-flex .refresh-holder svg path{
    fill: #fff;
    transition: all 0.3s ease 0s;
  }

  .search_bar .sb-flex .refresh-holder:hover{
    transition: all 0.3s ease 0s;
    background-color: #fff;
  }
  .search_bar .sb-flex .refresh-holder:hover svg path{
    transition: all 0.3s ease 0s;
    fill: #000;
  }
  


  
  .search_results {
    position: static;
    display: block;
    clear: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding-right: 0;
  }
  
  .search_filter {
    margin-top: 0px;
    padding-left: 0;
  }
  
  .search_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  
  .utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  
  .utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .heading {
    border-bottom: 2px solid #000;
    font-size: 20px;
  }
  
  .heading-2 {
    font-size: 20px;
    font-weight: 700;
  }
  
  .search-input {
    display: block;
    margin-right: 15px;
    padding: 30px 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px none #000;
    color: #a2a2a2;
    font-size: 15px;
    font-weight: 400;
    -o-object-fit: fill;
    object-fit: fill;
  }
  
  .filter_item {
    display: block;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    list-style-type: none;
  }
  
  .list {
    padding-left: 0px;
  }
  
  .filter_category {
    padding-right: 10px;
    margin-bottom: 60px;
  }
  
  .category_header {
    margin-top: 0px;
    padding-bottom: 0px;
    border-bottom: 2px solid #000;
    font-size: 14px;
    font-weight: 600;
    font-family: "Circular Std", sans-serif;
  }
  
  .search-button {
    display: block;
    overflow: visible;
    margin-bottom: 0px;
    padding: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #000;
    font-size: 22px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  
  .search-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    float: none;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
  }
  
  .search_filter_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    min-height:60px;
  }
  
  .div-block {
    display: block;
    margin-right: 0px;
    clear: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  
  .dropdown-toggle {
    display: block;
  }
  
  .text-block {
    display: inline;
  }
  
  .sort_results {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    padding: 0px 36px 0px 0px;
    float: right;
    clear: none;
    text-align: right;
    -o-object-fit: fill;
    object-fit: fill;
  }
  
  .results_data {
    display: block;
    float: left;
    color: #a2a2a2;
    text-align: left;
    font-size: 12px;
  }
  
  .column {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  .columns {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .div-block-2 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  
  .search_result_items {
    display: block;
    overflow: visible;
    height: auto;
    margin-top: 15px;
    padding: 30px 20px;
    border-style: solid;
    border-width: 2px 0px 0px;
    border-color: #fed12f #000 #000;
    background-color: #fff;
    list-style-type: none;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }
  
  .section {
    margin-top: 15px;
  }
  
  .body {
    border-top: 1px solid #f9f8f4;
    background-color: #f9f8f4;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .search_item_metadata {
    color: #a2a2a2;
    font-size: 14px;
  }
  
  .heading-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 500;
    font-family: "Circular Std", sans-serif !important;
  }
  
  .text-block-2 {
  }
  
  .search_result_description {
    color: #000;
    font-size: 13px;
  }
  
  .text-block-3 {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
  }
  
  .text-block-4 {
    display: inline-block;
  }
  
  .text-block-5 {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
  }
  
  .div-block-3 {
    display: block;
    float: left;
    clear: none;
  }
  
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    clear: none;
  }
  
  .text-block-6 {
    padding-left: 5px;
  }
  
  .text-block-7 {
    padding-right: 5px;
    color: #a2a2a2;
  }
  
  .search_result_tag_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  
  .search_tag {
    display: block;
    padding: 5px 15px;
    background-color: #ffcf19;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }

  .search_tag:hover {
    transition: all 0.3s ease 0s;
    background-color: #000;
    color: #fff;
  }
  
  .search_tag_container {
    display: flex;
    justify-content: space-between;
  }
  
  .text-block-8 {
    margin-right: 0px;
    margin-left: 15px;
  }
  
  .search_filter_tag {
    display: inline-block;
    overflow: visible;
    margin-right: 10px;
    padding: 2px 3px 2px 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 17px;
    color: #000;
    list-style: none;
  }
  
  label:hover {
    cursor: pointer;
  }
  
  .search_filter_text {
    display: inline;
    margin-right: 0px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  
  .button {
    margin-left: 5px;
    padding: 0px 6px 0px 5px;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 20px;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }
  
  .text-span {
    border-radius: 0px;
    color: #000;
  }
  
  .bold-text {
    padding-left: 1px;
    color: #666;
  }
  
  .search_filter_semicolon {
    display: inline;
    padding-left: 1px;
    font-size: 12px;
  }
  
  .search_filter_header {
    display: inline;
    font-size: 12px;
  }
  
  .button-2 {
    background-color: transparent;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
  }
  
  .search_result_link {
    position: static;
    display: block;
    color: #fff;
    padding: 5px 30px;
    float: right;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #000;
    border: 2px solid #000;
    font-size: 12px;
    margin-top: 5px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }
  
  .search_result_link:hover{
    color: #000;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    text-decoration: none;

  }
  
  .search_tag_link_container {
    margin-right: 10px;
    margin-top: 10px;
  }
  
  .link {
    font-weight: 600;
    text-decoration: none;
  }
  
  .search_data_container {
    margin-top: 9px;
    padding-bottom: 0px;
  }
  
  .div-block-5 {
    padding-bottom: 15px;
  }
  
  
  input[type=checkbox] {
    display: none;
  }
  input:checked + label {
    border-radius: 17px;
    background-color: #e8e8e8;
    font-weight: bold;
  }
  input:checked + label:after {
    content: "\2715";
    color: #666;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 10px;
    padding: 0px 6px;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 20px;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
    font-weight: bolder;
  }
  .invis{
    display: none;
  }
  
  .active_filter_item{
    background-color: #E8E8E8;
    border-radius: 20px;
    display: inline-flex;
    pointer-events: none;
  }
  #activeFilterList>li{
    margin-right: 5px;
  padding: 3px 5px 2px 10px;
  margin-top: 5px;
  }
  .active_filter_item::after{
    content: "\2715";
    margin-left: 10px;
    background-color: white;
    border-radius: 20px;
    padding: 0 0 0 3px;
    width: 15px;
    height: 18px;
    pointer-events: all;
    cursor: pointer;
    color: #6F6F6F;
  }
  .active_filter_item:hover:after{
    background-color: #000000;
    color:#FFFFFF;
  }
  
  .clearAllButton{
    pointer-events: none; 
    color:#A2A2A2;
    margin-top: 5px;
  }
  
  .search_button{
    background-color: black;
    border-radius: 0;
    height: 100%;
    font-size: 25px;
    padding-bottom: 4px;
  }
  
  .search_button:hover{
    color: #FED12F;
  }
  
  .sortDropdown{
    display: inline-flex;
    height:auto;
    border: none;
    background-color: #F9F8F4;
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sortDropdown option{
    border: none;  
    background-color: #F9F8F4;
    position: relative;
    margin-right: 40px;
    padding-bottom: 0;
  
  }
  .sortLabel{
    font-size: 12px;
    color:#727272;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #collapsibleCategory+label{
    display: none;
  }

  .search_body .filter_list{
    overflow-y: scroll;
    height: 400px;
  }

  .search_body .filter_list::-webkit-scrollbar{
    appearance: none;
    width: 7px;
  }

  .search_body .filter_list::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: rgb(255 255 255 / 50%) 0px 0px 1px;
  }

  .search_body .filter_list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 4px 4px 10px;
    margin: 7px 0;
    cursor: pointer;
  }

  .search_body .filter_list li.active {
    border-radius: 500px;
    background-color: #E8E8E8;
  }

  .search_body .filter_list li:not(.active) img{
    display: none;
  }
  
  .search_body .filter_list li.active img{
    width: 20px;
  }

  ul#activeFilterList{
    min-height: 35px;
  }

  ul#activeFilterList li.filter_item_top{
    border-radius: 500px;
    background-color: #E8E8E8;
    display: inline-flex;
    padding: 4px 4px 4px 10px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  ul#activeFilterList li.filter_item_top img{
    margin-left: 10px;
    width: 20px;
  }

  button#clearAllButton{
    background: transparent;
    font-weight: bold;
    border-bottom: 2px solid;
    margin: 0 15px;
    padding: 0;
    line-height: 20px;
    width: 90px;
  }

  .endpostssec{
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .endpostssec .loadmorebutton{
    background-color: #000;
    color: #fff;
    padding: 10px 15px 10px 20px;
  }
  .endpostssec .loadmorebutton img{
    height: 15px;
    margin-left: 15px;
  }

  @media only screen and (max-width: 750px) {
    .resources_header_header_wrapper {
      padding: 120px 20px 40px!important;
    }
    #mainresourcelibrary{
      padding: 0px 20px 80px!important;
    }
    .col-3{
      width: 100%;
      max-width: 100%;
      padding: 0;
    }
    .search_filter{
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }
    .search_filter .filter_category{
      width: calc(50% - 10px);
      background-color: #fff;
    }
    .search_filter .filter_category .category_header{
      border-bottom: none;
      text-align: center;
      margin-bottom: 0;
      cursor: pointer;
    }
    .search_filter .filter_category .filter_list{
      height: 0px;
      transition: all 0.3s ease 0s;
    }
    .search_filter .filter_category .filter_list.expanded{
      height: 400px;
      transition: all 0.3s ease 0s;
    }
    .col-9{
      width: 100%;
      max-width: 100%;
      padding: 0;
    }
    .search_body .filter_list li {
      font-size:12px;
    }
    .search_tag_container{
      flex-wrap: wrap;
    }
    .search_tag_container .visit-link-cont{
      width: 100%;
      margin-top: 10px;
    }
    .search_tag_container .visit-link-cont a{
      width: 100%;
      text-align: center;
    }
  }