  ul.four li {
                color: #fff;
                width: 48%;
                margin: 1%;
            }

            ul.four li a {
                display: block;
                padding: 20px; 
            }

            ul.four li h3,
            ul.four li p {
                margin: 0;
            }

            ul.four li h3 a {
                color: #fff;
                font-weight: 700;
            }

            ul.four li h3 a:hover {
                opacity: 0.8;
                transition: all 0.3s ease-in;
            }

              ul.three li select {
    margin: 0 0 20px 0;
  }

  ul.three select {
    background: #fff;
    border: 1px solid #333;
  }
            
.cta--button.white:after, .text-with-sidebar__section .component__cta.white:after,
.cta--button.white:before, .text-with-sidebar__section .component__cta.white:before,
.cta--button:before {
  display: none !important;
}

.bg {
  background: #f7f7f7;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

aside {
  max-width: 1024px;
  margin: 0px auto;
  overflow: hidden;
}

form.searching {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
}
@media screen and (max-width: 720px) {
  form.searching {
    flex-direction: column;
    gap: .5rem;
  }
}

form.searching > div{
  /* flex-basis: 100%; */
}
form.searching .form-field{
  flex-basis: 100%;
}
form.searching .form-field-select{
  flex-basis: 50%;
}

form.searching input[type="search"] {
  background: #fff !important;
}

form.searching input[type="submit"],
form.searching button[type="submit"] {
  width: 100px;
  background-color: #8F7237;
  color: white;
  margin: 0;
  font-style: normal;
  border: 0;
  transition: all 0.2s ease-in-out;
  font-size: 1.05rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  font-style: normal;
  &:hover {
    background-color: rgba(0,0,0,.05);
    color: #8F7237;
  }
}

.galaxy {
  background: url('/wp-content/themes/utmost/assets/images/space-gold.jpg') bottom center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0 120px 0;
}

body h4 {
font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.galaxy h3,
.galaxy p {
color: #fff;
}
.galaxy p {
  font-size: 1.35rem;
  max-width: 800px;
}

.galaxy h3 {
    margin: 0 0 20px 0;
}

.four-column-block.theme--wealth.solid {
background: inherit !important;
padding: 20px 0 0 0;
}


     ul.four li {
                color: #fff;
                width: 48%;
                margin: 1%;
            }

            ul.four li a {
                display: block;
                padding: 20px; 
            }

            ul.four li h3,
            ul.four li p {
                margin: 0;
            }

            ul.four li h3 a {
                color: #fff;
                font-weight: 700;
            }

            ul.four li h3 a:hover {
                opacity: 0.8;
                transition: all 0.3s ease-in;
            }

body h5 {
  font-size: 18px;
    font-weight: 800;
    margin: 0 0 3px 0;
}

  h5 a {
    /* background: none !important;
    padding: 0 !important;
    font-size: inherit !important; */
  }

  .filter a.remove {
    color: #D06862;
    text-transform: uppercase;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid #D06862;
    display: inline-block;
    margin: 5px 0 0 0;
  }

  .filters a.highlight {
    background: #333;
    color: #fff;
    border: 1px solid #333;
  }

  dl.filter {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 0 0 30px 0;
    margin: 40px 0 30px 0;
 }

  dl.filter dt {
    width: 26%;
    float: left;
    margin: 0 4% 0 0;
  }

  dl.filter dt dt {
    float: none;
  }

  dl.filter dd {
    width: 70%;
    float: left;
  }

  dl#accordion > dd dt {
    width: 100%;
    float: none;
  }

  dl.filter dd dd {
    width: 100%;
    float: none;
  }


  dl#accordion dd:first-of-type {
    display: none;
    position: relative;
    top: 12px;
 }

  dl.filter dt {
    width: 26%;
    float: left;
    margin: 0 4% 0 0;
  }

  dl.filter dt dt {
    float: none;
  }

  dl.filter dd {
    width: 70%;
    float: left;
  }

  dl#accordion > dd dt {
    width: 100%;
    float: none;
  }

  dl.filter dd dd {
    width: 100%;
    float: none;
  }

  dl.sub-accordion-container dd ul li.videoplayer {
    width: 48%;
    margin: 1%;
    float: left;
  }
  
  dl.sub-accordion-container dd ul li.videoplayer:nth-child(odd) {
    clear: both;
  }
  
  dl#accordion dd:first-of-type {
    display: none;
    position: relative;
    top: 12px;
}
  select {
    width: 320px;
    margin: 20px 0;
    text-align: left;
  }

  select, option {
    font-style: normal !important;
    text-align: left;
  }

  .filters a {
    border: 1px solid #8f7237;
    background: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px 12px;
    display: inline-block;
    margin: 2px;
    text-transform: uppercase;
  }

  .filters a:hover {
    background: #8f7237;
    transition: all 0.3s ease-in;
    color: #fff;
  }

  .mini a {
    border: 1px solid #eee;
    background: #fff;
    font-size: 10px;
    border-radius: 5px;
    padding: 2px 12px;
    display: inline-block;
    margin: 2px;
    text-transform: uppercase;
  }

  .mini a:hover {
    background: #eee;
    color: #333;
    transition: all 0.3s ease-in;
  }

  form.searching {
    position: relative;
  }

  form.searching input[type="search"] {
    background: #fff !important;
  }

form.searching button[type="submit"] {
    border: 0;
    position: absolute;
    right: 0;
    top: 1px;
    background: #8f7237;
    color: #fff;
    height: 46px;
    padding: 0 20px;
}

a.minibutton {
    position: relative;
    border: 0;
    background: #8f7237;
    color: #fff;
    height: 51px;
    padding: 18px 20px 20px;
    margin: 30px 0 0 0;
    display: inline-block;
    line-height: 1;
}

aside {
    /* max-width: 100%; */
    margin: 0px auto;
    padding: 1rem 0;
    overflow: hidden;
}

ul.blank {
  margin: 0;
  overflow: hidden;
}

aside ul {
  margin: 0px 0 20px 0;
}

    aside li {
      width: 30%;
      margin: 1%;
      float: left;
    }

    aside h2 {
      font-size: 26px;
      padding: 10px;
      text-transform: uppercase;
      margin: 0;
    }

    aside li li {
      width: 100%;
      float: none;
      margin: 0;
    }

    body h4 {
      font-size: 28px;
    font-weight: 700;
    line-height: 1.2;

    }

    h3 a {
      font-size: 24px;
    }


.bgpurple {
  background: rgb(59, 43, 70);
  color: #fff;
}

dl#accordion {
    width: 100%;
    overflow: hidden;
}

dl#accordion dt {
  border-bottom: 1px solid #eee;
  padding: 15px;
  background: url('../img/lit-open.svg') center right no-repeat;
  background-size: 50px;
  background-position: right 20px center;
  font-size: 24px;
  font-weight: bold;
}

body.page-template-page-document-ucs-php dl#accordion dt {
  color: rgb(79, 64, 89);
  background: url('../img/lit-down-ucs.svg') center right no-repeat;
  background-size: 20px 20px;
  background-position: right 15px center;
  cursor: pointer;
}

dl#accordion > dt {
  color: #333;
    width: 100%;
    margin: 0 0 0px 0;
    font-weight: normal;
    font-size: 30px;
}

dl#accordion > dd dt {
  color: #8f7237;
}

dl#accordion > dd dd a {
  color: #8F7237;
  /* border-bottom: 1px solid #333; */
  color: #8f7237;
    background: url('../img/lit-download.svg') center right no-repeat;
    background-size: 20px 20px;
    background-position: center left;
    padding: 0 0 0 23px;
}

body.page-template-page-document-ucs-php dl#accordion > dd dd a {
  background: url('../img/lit-download-ucs.svg') center right no-repeat;
  background-size: 20px 20px;
  background-position: center left;
  padding: 0 0 0 23px;
}

dl#accordion dt.open {
  background: url('../img/lit-close.svg') center right no-repeat;
  background-size: 50px;
  background-position: right 20px center;
}

body.page-template-page-document-ucs-php dl#accordion dt.open {
  background: url('../img/lit-right-ucs.svg') center right no-repeat;
  background-size: 20px 20px;
  background-position: right 15px center;
  cursor: pointer;
  color: rgb(79, 64, 89);
}

a.item {
    color: #666 !important;
    display: block;
    margin: 0 0 11px 0;
    background: url('../img/pdf.svg') no-repeat center left;
    background-size: 20px 20px;
    padding: 0 0 0 25px;
}

dl#accordion dt:hover {
  background-color: #f7f7f7;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

dl#accordion dd {
  display: none;
  position: relative;
  top: 10px;
}

dt small {
  display: block;
  font-size: 14px;
}

dl#sub-accordion dt {
  font-size: 18px;
  font-weight: normal;
  margin: 0 2px 5px 0;
  line-height: 1.2;
}

dl.sub-accordion-title.open {
  border-bottom: 1px solid #999;
}

dl.sub-accordion-container {
  width: 100%;
  margin: 1% 0;
  float: none;
  overflow: hidden;
}

dl#sub-accordion dt.open {
  background: url('../img/lit-right.svg') center right no-repeat;
  background-size: 20px 20px;
  background-position: right 15px center;
  cursor: pointer;

  
}

dl#sub-accordion dt {
  background: url('../img/lit-down.svg') center right no-repeat;
  background-size: 20px 20px;
  background-position: right 15px center;
  border: 1px solid #eee;

}

dl#sub-accordion.woot dt {
  font-weight: bold;
  overflow: hidden;
}

dl#sub-accordion.woot dt small {
  font-weight: normal;
}
 
dl.sub-accordion-container dd {
  padding: 0 10px;
}

dl.sub-accordion-container dd ul li h5 {
  font-size: 16px;
}

dl.sub-accordion-container dd ul li p {
  font-size: 14px;
    margin: 5px 0 0 25px;
    line-height: 1.6;
}

dl.sub-accordion-container dd ul li {
  width: 100%;
  float: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 10px 0;
}

dl.sub-accordion-container dd ul li:last-of-type {
  border-bottom: 1px solid #eee;
}

dl.sub-accordion-container:hover {
  cursor: pointer;
}

dl.sub-accordion-container dd {
  background: #fff;
}

h5 a {
    color: #8f7237;
    background: url('../img/lit-download.svg') 0px 3px no-repeat;
    background-size: 20px 20px;
    padding: 0 0 0 25px;
    display: block;
}

body.page-template-page-document-ucs-php h5 a {
  background: url('../img/lit-download-ucs.svg') center right no-repeat;
    background-size: 20px 20px;
    background-position: center left;
}

h5 a span {
    color: #8F7237;;
  border-bottom: 1px solid #333;
}


body.page-template-page-document-ucs-php h5 a span {
color: rgb(79, 64, 89);
}

h5 i {
  font-size: 14px;
  float: right;
  display: block;
  position: relative;
  margin: 3px 0 0 0;
}

.excerpt {
  font-size: 14px;
  margin: 0;
}

.excerpt div:nth-child(2n) {
  margin: 10px 0 0 0;
}

a.show {
    font-weight: 500;
}

li.doc {
    width: 100%; 
    float: none; 
    list-style: none; 
    border-bottom: 1px solid #eee; 
    padding: 10px 0;
    margin: 0;
}

.four-column-block__contents {
    width: 100%;
    margin: 0;
}

.four-column-block__contents--columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 1000px;
}
@media screen and (max-width: 720px) {
    .four-column-block__contents--columns {
        grid-template-columns: repeat(auto-fit, minmax(96%, 1fr));
    }
}

.theme--wealth .cta--button {
    display: block;
    text-align: center;
    font-size: 18px;
    text-transform: inherit !important;
    margin: 0;
    padding: 15px 0;
    letter-spacing: 0;
}

.intro {
    margin: 40px 0 0 0;
}

aside ul.two {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(44%, 1fr));
    gap: 4%;
}
@media screen and (max-width: 720px) {
    aside ul.two {
        grid-template-columns: repeat(auto-fit, minmax(96%, 1fr));
    }
}

aside ul.two li {
    width: inherit;
    margin: 0;
    float: none;
}

.golden {
    color: #8f7237;
    font-size: 24px;
}

.w60 {
    width: 45%;
    float: left;
    margin: 0 1%;
}

.w20 {
    width: 23%;
    float: left;
    margin: 0 1%;
}

.search select {
    background: #fff;
}

.library-form-wrapper{
  max-width: 1024px;
}

form.searching input[type="text"], form.searching select{
    background: #F1F1F1;
    border-top: 1px solid #7B7B7B;
    color: #6B6B6B
}
form.searching input[type="text"]::placeholder {
  color: #6B6B6B;
}

form#searching select {
    width: 100%;
    margin: 0;
    height: 50px;
}

@media screen and (max-width: 720px) {

dl#accordion br {
    display: none;
}

dl.sub-accordion-container {
    width: 96%;
    margin: 2%;
    float: none;
}

}


   aside.longer {
        max-width: 1400px;
        margin: 0px auto;
        width: 100%;
    }

    .post-list {
        margin: 20px 0 0 0;
    }

    .post-list h2 {
        padding: 0;
    }

    .tables {
        max-width: 100%;
        margin: 0px auto 60px;
        overflow-x: scroll;
    }

    .document-library-params dl {
        display: inline-block;
        margin: 0 5px;
        border: 1px solid #8F7237;
        padding: 10px 15px;
        position: relative;
        border-radius: 0px;
    }

    .document-library-params dl dt {
        font-weight: bold;
        font-size: 12px;
        color: #333;
        text-transform: uppercase;
    }

    .document-library-params dl dd {
        font-size: 12px;
        color: #000;
    }

    .document-library-params dl a {
        position: absolute;
        background: #fff;
        border: 1px solid #D06862;
        color: #D06862;
        padding: 2px 6px;
        font-size: 10px;
        right: -11px;
        top: -10px;
        border-radius: 50%;
    }

    .document-library-params dl a:hover {
        background: #D06862;
        color: #fff;
        transition: all 0.3s ease-in;
    }

    .taxonomy-filters {
        overflow: hidden;
        margin: 20px 0 0 0;
    }

    .taxonomy-filters form {
        display: inline;
        margin: 0 1% 0 0;
    }


    .taxonomy-filters select {
    width: 160px;
    background-color: #8F7237;
    border-width: 1px;
    border-color: #8F7237;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: inherit !important;
    margin: 0;
    letter-spacing: 0;
    height: 50px;
    border-radius: 0 !important;
    }

        .taxonomy-filters select:hover {
            background: #fff;
            color: #8F7237;
            transition: all 0.3s ease-in;

        }


.taxonomy-filters select option {
  background-color: #fff !important;
  background: #fff !important;
  color: #333 !important;
}


    .taxonomy-filters select {
        width: 160px;
    }

    select {
        background: #fff;
        border: 1px solid #000;
    }



    .dataTables_length{
        display: none !important;
    }

    #myTable_filter label {
     
    }

    #myTable_filter {
        width: 400px;
        float: right;
    }

     #myTable_filter label {
        font-size: 18px;
        font-weight: 800;
        margin: 0 0 3px 0;
        letter-spacing: -0.5px !important;
     }
    #myTable_filter input {
        background: #F1F1F1;
        border-top: 1px solid #7B7B7B;
        color: #6B6B6B;
        border-radius: 0 !important;
          visibility: visible;
    }

    #myTable_filter input::placeholder {
        opacity: 1;
        color: #6B6B6B;
    }

    table th,
    table td {
        background: #fff !important;
        font-size: 14px !important;
        padding: 10px 10px;
    }

    table h5 a,
    table p {
        font-size: 14px !important;
        margin: 0;
    }

    .dt-search label,
    .dt-length label {
        display: none;
    }

    div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
        width: 300px;
        margin: 0 20px 0 0 !important;
    }

    div.dt-container .dt-search {
        width: 100%;
    }

    div.dt-container .dt-search input {
     border-radius: 0px !important;
        padding: 14px !important;

        margin-left: 0 !important;
            background: #F1F1F1 !important;
            border: 0;
    border-top: 1px solid #7B7B7B;
    color: #6B6B6B !important;
    }

    div.dt-container .dt-search input::placeholder {
        color: #333 !important;
    }

    .dt-info {
        font-size: 14px !important;
    }

    div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
        font-size: 14px !important;
    }

    #wpadminbar {
        display: none !important;
    }

    .dataTables_paginate.paging_simple_numbers a {
        margin: 0 5px;
    }

    .dataTables_info {
    text-align: right;
    float: right;
    margin: 17px 0 0px;
    width: 50%;
    font-size: 16px !important;
    }

    .dataTables_paginate.paging_simple_numbers {
        width: 50%;
        float: left;
        margin: 10px 0;
    }

    body .dataTables_paginate.paging_simple_numbers a {
        border-bottom: 1px solid #333;
        font-size: 16px;
    }

    .dataTables_paginate.paging_simple_numbers a:hover {
        cursor: pointer;
    }

    .dataTables_paginate.paging_simple_numbers a.disabled {
        border: 1px solid #fff;
        display: none;
    }

    .dataTables_paginate.paging_simple_numbers a.paginate_button.current {
        color: #8F7237;
        border-bottom: 1px solid #fff;
    }

    .dataTables_paginate.paging_simple_numbers span {
      line-height: inherit;
    }

     .site-notices .notices-content .main-area p {
        margin: 0 0 15px 0;
    }

    .site-notices .notices-content .main-area p:last-of-type {
        margin: 0;
    }


@media screen and (max-width: 720px) {

aside.longer {
  max-width: 1400px;
  margin: 0px auto;
  width: 96%;
}

dl.filter {
  padding: 0 0 20px 0;
  margin: 30px 0 20px 0;
}

dl.filter dt,
dl.filter dd{
  width: 100%;
}

.document-library-params dl {
  margin: 10px 5px;
}

.taxonomy-filters form {
    display: inline;
    margin: 0;
}

.taxonomy-filters select {
    width: 100px;
    font-size: 12px !important;
    padding: 5px !important;
    height: 30px;
    text-align: left;
}

.dataTables_paginate.paging_simple_numbers,
#myTable_filter {
    width: 100%;
    float: none;
    margin: 10px 0 0 0;
}

.dataTables_info {
  float: none;
  width: 100%;
}

table th, table td,
table h5 a, table p {
    font-size: 12px !important;
    margin: 0;
}

}
   