.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;
}

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;
  }
  

  
  @media screen and (max-width: 720px) {
    dl.filter {
      padding: 0 0 20px 0;
      margin: 30px 0 20px 0;
    }
    dl.filter dt,
    dl.filter dd{
      width: 100%;
    }
   }
   
  dl#accordion dd:first-of-type {
    display: none;
    position: relative;
    top: 12px;
}
  select {
    width: 320px;
    margin: 20px 0;
  }

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

  .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') center right no-repeat;
    background-size: 20px 20px;
    background-position: center left;
    padding: 0 0 0 23px;
}

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;
}

}