<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.smk_accordion {
  position: relative;
  padding: 0;
  list-style: none;
  margin: 0;
  float:left;
  width:100%;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
  /*border: 1px solid #ccc;*/
  position: relative;
  z-index: 10;
  margin-bottom: 2px;
  overflow: hidden;
  float:left; 
  width:100%; 
  
  
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.accordion_example2.smk_accordion .accordion_in .acc_head {
  position: relative;
padding: 10px;
display: block;
cursor: pointer;
background: #f7f7f7; font-size:18px; line-height: 22px;font-family:'UniversCondensed-Bold';color:#000; font-weight:normal; text-transform:uppercase; letter-spacing:0.5px; }
.smk_accordion .accordion_in .acc_head {
  position: relative;
padding: 15px;
display: block;
cursor: pointer;
background: #455560; font-size:22px; font-family: 'UniversCondensed-Bold';color:#fff; font-weight:normal; border:1px solid #e2e2e2;
text-transform:uppercase;}
.accordion_example2.smk_accordion .accordion_in .acc_head:hover{ background:#595959; color:#fff;}
.sidebar .smk_accordion .accordion_in .acc_head {
  position: relative;
  background: #ECECEC;
  padding:15px;
 color:#000;
  display: block;
  cursor: pointer;
  font-family:'UniversCondensed-Bold'; font-size:18px;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 70%;
  margin-top:-13px;
  background:url(../images/left-arw.png) no-repeat scroll 0 0;
}
.sidebar .smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 20px;
  height:22px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  background: url(../images/plusminus2.png) center 0;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
  background: #fff;
  color: #7B7E85;
  padding: 20px;
  float:left; width:100%;
}
.sidebar .smk_accordion .accordion_in .acc_content {
  background: #fff;
  color: #7B7E85;
  padding: 0px;
  float:left; width:100%;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 0px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
 
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 0px 0px;
}
.smk_accordion .accordion_in.acc_active &gt; .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active &gt; .acc_head {
  background: #8d8b8b; font-size:18px; line-height: 22px; font-family: 'UniversCondensed-Bold'; color:#fff; font-weight:normal; 
}
.accordion_example1.smk_accordion .accordion_in.acc_active &gt; .acc_head {
  background: #cfab79; font-size:22px; font-family: 'UniversCondensed-Bold';color:#fff; font-weight:normal; text-transform:uppercase; 
}
.sidebar .smk_accordion .accordion_in.acc_active &gt; .acc_head {
 color:#FFF;
background: rgba(222,172,72,1);
background: -moz-linear-gradient(top, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,172,72,1)), color-stop(100%, rgba(208,142,11,1)));
background: -webkit-linear-gradient(top, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
background: -o-linear-gradient(top, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
background: -ms-linear-gradient(top, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
background: linear-gradient(to bottom, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deac48', endColorstr='#d08e0b', GradientType=0 );

}
.smk_accordion .accordion_in.acc_active &gt; .acc_head .acc_icon_expand {
  background: url(../images/plusminus.png) no-repeat scroll 0 0; transform:rotate(0deg);
}
.sidebar .smk_accordion .accordion_in.acc_active &gt; .acc_head .acc_icon_expand {
  background: url(../images/plusminus2.png) center -21px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 20px;padding-right: 20px;
}

.sidebar .smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 0px;
}
.sidebar .smk_accordion.acc_with_icon .accordion_in .acc_head{padding-left:15px;}
</pre></body></html>