<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.smk_accordion {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  z-index: 0;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
  border: 1px solid #ebeef3;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0px 8px #ebeef3;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
position: relative;
background: #0124C8;
padding: 13px 0;
    padding-right: 0px;
    padding-left: 0px;
font-size: 14px;
display: block;
cursor: pointer;
text-align: left;
font-weight: 600;
font-size: 20px;
color: #fff;
min-height: 77px;
line-height: 26px;


}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
display: block;
width: 50px;
height: 50px;
position: absolute;
right: 10px;
top: 19%;
margin-top: 0;
background: url(../images/dwn_arrow.png) center 0;
}

.acc_content p{text-align: left;font-family: 'Lato', sans-serif; font-size: 18px;color: #282828; margin-bottom: 15px;}




/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
  background: #F9F9F9;
  color: #7B7E85;
  padding: 22px 10px;
}
.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: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active &gt; .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active &gt; .acc_head {
  background: #0124C8;
  color: #fff;
}
.smk_accordion .accordion_in.acc_active &gt; .acc_head .acc_icon_expand {
  background: url(../images/dwn_arrow.png) center -52px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 20px;
  padding-right: 25px;
}
</pre></body></html>