.team {
    padding-top: 2rem;
}

.priips-area {
    margin: 0 0 80px 0;
}

.priipscontainer p {
    text-align: center;
}

h2.miniheader {
    text-align: center;
}

.dropping .svg-inline--fa {
  text-align: left;
    position: absolute;
    left: 27px;
    top: 18px;
}

.priipscontainer h2 {
    font-size: 30px;
    line-height: 42px;
    margin: 0 0 39px 0 !important;
    text-align: center;
}

form {
    overflow: hidden;
}

.dropping {
  background: #fff;
    color: #121212;
    border: 1px solid rgba(123, 123, 123, 0.8);
    text-transform: uppercase;
    text-align: left;
    -webkit-appearance: none;
    width: 536px;
    height: 70px;
    padding: 19px 0;
    position: relative;
    text-indent: 40px;
}

.dropping:hover {
  cursor: pointer;
}

.dropping span {
  font-size: 30px;
    color: #fff;
    border: 1px solid #8f7237;
    background: #8f7237;
    -webkit-appearance: none;
    width: 80px;
    border-radius: 0;
    height: 68px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.productselect ul.priipproduct {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 536px;
    margin: 0px 0 0 0;
    padding: 13px 0 13px 0;
    background: #fff;
    border: 1px solid rgba(123, 123, 123, 0.8);
    border-top: 0;
}

.productselect ul.priipproduct li {
    color: #7b7b7b;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: left;
    margin: 10px 20px;
    padding: 0;
    line-height: 1.2;
}

.productselect ul.priipproduct li:hover {
    color: #000;
    transition: 0.3s ease-in;
}

.productselect {
    width: 536px;
    margin: 0px auto 60px;
    overflow: hidden;
}

select {
    background: #fff;
}
  
ul.productselect {
    max-width: 640px;
    width: 640px;
    margin: 30px auto;
    display: block;
}

ul.productselect li {
  display: block;
}

.productselect.product2 li {
    width: 50%;
    float: left;
}

.productselect.product2 li span {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  display: block;
}

.productselect select {
  font-size: 18px;
  width: 100%
}

.miniheader {
  padding: 30px 0 0 0;
  margin: 0px auto;
  max-width: 1020px;
}

.miniheader strong {
  text-transform: uppercase;
}

.miniheader h2 {
  font-size: 36px;
}

option {
    background: url('/wp-content/themes/utmost/assets/images/svg/arrow_down.svg') 32px 37px no-repeat;
}

.priiprow {
    font-size: 22px;
    width: 96%;
    max-width: 1020px;
    float: none;
    margin: 0px auto 0px;
}

.priiptype {
    color: #fff;
    background: #121212;
    border: 1px solid #7b7b7b;
    padding: 11px 0 11px 21px;
}

.priiprow ul {
    margin: 0;
}

.priiprow ul li {
    border-top: 0;
    border-left: 1px solid #7b7b7b;
    border-right: 1px solid #7b7b7b;
    border-bottom: 1px solid #7b7b7b;
    margin: 0;
    padding: 23px;
    background: url('/wp-content/themes/utmost/assets/images/svg/download.svg') no-repeat 20px center;
    background-size: 20px 20px;
}

.priiprow ul li a {
    font-size: 16px;
    color: #333;
    margin: 0 0 0 25px;
    border: 0;
    padding: 14px 24px 14px;
    display: block;
}

.priiprow ul li span {
    font-size: 14px;
    display: block;
    line-height: 14px;
    margin: 6px 0 0 0;
}

.priiprow ul li span a {
    font-size: 14px;
    line-height: 18px;
    color: #121212;
    overflow-wrap: break-word;
    padding: 0 0 0 20px;
}

.fa-file-download {
    color: #8F7237;
}

.priipdetails {
    margin: 0 0 0 0px;
    line-height: 24px;
    overflow: hidden;
}

.priipdetails a {
    border-bottom: 1px solid #8F7237;
    line-height: 30px;
}

ul.accordion-content {
    margin: -30px 0 30px 0;
}

ul.accordion-content li {
    border: 1px solid #333;
    border-top: 0;
    padding: 0;
}

.accordion-title:hover {
    cursor: pointer;
}

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

.priipscontainer {
    overflow: hidden;
    margin: 0px auto 0px;
    max-width: 96%;
}

}

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

.dropping {
    width: 100%;
}

.productselect {
    width: 96%;
}

.productselect ul.priipproduct {
    position: relative;
    width: 100%;
}

.productselect select {
    width: 80%;
}

.productselect button {
    width: 20%;
}

}

.priipdetails a {
    line-height: 1.2;
    float: left;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

ul.accordion-content {
    background: #fff;
}

ul.accordion-content {
    display: none;
}

.js-accordion-title {
    position: relative;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    border-width: 1px;
    --border-opacity: 1;
    border-color: rgba(123,123,123,0.8);
    text-align: left;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    text-transform: none;
    position: relative;
  
    font-size: 1.375rem;
    color: #121212;
    font-weight: normal;
    margin: 0 0 30px 0;
}

.js-accordion-title.open {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.js-accordion-title.open span span {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
        
.accordion__button-icon {
    position: absolute;
    right: 0;
    top: 0;
    --bg-opacity: 1;
    background-color: #8f7237;
    background-color: rgba(143,114,55,var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.875rem;
    width: 80px;
    pointer-events: none;
}

.js-accordion-title.open .accordion__button-icon { 
    background-color: #000;
}

.accordion__button-icon {
    position: absolute;
    right: 0;
    top: 0;
    --bg-opacity: 1;
    background-color: #8f7237;
    --text-opacity: 1;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.875rem;
    width: 80px;
    pointer-events: none;
}

a.priipsreset {
    color: #D06862; 
    font-size: 14px; 
    text-transform: uppercase; 
    border-bottom: 1px solid #D06862;
}

.priipscontent {
  margin: 0 0 60px 0;
}