<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#accordion-section{
	float:left;
	width:100%;
}

.qr-box
{
    border: 1px solid #b7b7b7;  
    margin: 0 0 15px;
    padding: 20px 25px 25px 25px;		
}

.qr-box h3
{
	margin:0;
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;	
	min-height:45px;
	color:#fff;font-weight:300;
}
.qr-box a
{
	
	
}

/*.download-pdf:before
{
	content: "\f1c1";
    font-family: FontAwesome;
    margin-right: 20px; 
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
	font-size:40px;
	vertical-align:middle;
	font-weight:100;
}*/

.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;

  font-weight: 400;
  color:#666;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
 
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
  position: relative;
  color:#fff;
  padding: 16px 0 16px 3px;
  font-size: 20px;
  line-height:26px;
  font-style:normal; font-weight:400;
  display: block;
  cursor: pointer;
  border-bottom:1px solid #ababab;
}
  .acc_head:hover span
{
  /*color:#1f134d;*/	
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 5px;
  top:38%;
 /* top: 50%;
  margin-top: -9px;*/
  background: url(../images/plus-img.png);
  background-repeat:no-repeat;
}
/*.smk_accordion .accordion_in .acc_head:hover .acc_icon_expand
{
	 background: url(../images/plushover-img.png);
}*/
.accordion_in.acc_active .acc_head
{
	   /* color: #010101;*/
	    color: #FFA500;
}
.accordion_in.acc_active .acc_content
{
  display:block !important;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
 
  color: #7B7E85;
  padding: 3px 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;*/
  margin-top: 25px;
}

.smk_accordion .accordion_in.acc_active &gt; .acc_head .acc_icon_expand 
{
 background: url(../images/minus-img.png);
}

/*.smk_accordion .accordion_in.acc_active &gt; .acc_head:hover .acc_icon_expand
{
    background: url(../images/minushover-img.png);
}*/
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px;
}


.acc_content .PDF h4 {
    border: 1px solid #ccc;       
    padding: 22px 22px 28px 22px;margin-bottom:20px;
	min-height:165px;font-family:inherit;text-align:left;	
}
.acc_content a {
   color: #2b2b2b;
	text-decoration:none;
}
.acc_content a:hover {
    color: #04508f;
	text-decoration:none;
}
.acc_content .PDF h4 a.PDF .h4 {
    font-size: 18px;
    font-style: normal;   
    line-height: 22px;
    margin: 0;
	 font-weight:300;
}
.acc_content .PDF h4 a.PDF
{
	display:block;
	/*color:#2b2b2b !important;*/
	color:#fff !important;
	min-height:50px;
}

.acc_content .size p {
    margin: 0;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 1em 0 1em 0;
    line-height: 23px;
	margin-top:12px;
}
.acc_content p {
    margin: 0;
}
.acc_content .size p:before {
    color: #E41F35;
    content: "\f1c1";
    float: left;
    font-family: FontAwesome;
    font-size: 40px;
    margin-right: 25px;
    
}
.raquo:after {
    color: #e41f35;
    content: "\0000a0\00BB";
    white-space: nowrap;
}
.acc_content .size .docSize {
    font-size: 12px;
    line-height: 17px;
}
.acc_content .docSize {
     display: block; 
}


/***********************sub accordioan css*********************/


.smk_accordion_sub {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion_sub .accordion_in_sub {
 
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion_sub .accordion_in_sub .acc_head_sub {
  position: relative;
  color:#fff;
  padding: 10px 0 15px 3px;
  font-size: 15px;
  line-height:20px;
  font-style:normal;  
  display: block;
  cursor: pointer;font-weight:300;
}
/*  .acc_head_sub:hover span
{
  color:#1f134d;	
}*/
.smk_accordion_sub .accordion_in_sub .acc_head_sub .acc_icon_expand_sub {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 5px;
  top:30%;
 /* top: 50%;
  margin-top: -9px;*/
  background: url(../images/plus-img.png);
  background-size:100% !important;
}
/*.smk_accordion_sub .accordion_in_sub .acc_head_sub:hover .acc_icon_expand_sub
{
	 background: url(../images/plushover-img.png);
}*/
.accordion_in_sub.acc_active_sub .acc_head_sub
{
	   /* color: #1f134d;*/
	   color:#FFA500;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion_sub .accordion_in_sub .acc_content_sub {
 
  color: #7B7E85;
  padding: 3px 10px;
}
.smk_accordion_sub .accordion_in_sub .acc_content_sub h1:first-of-type,
.smk_accordion_sub .accordion_in_sub .acc_content_sub h2:first-of-type,
.smk_accordion_sub .accordion_in_sub .acc_content_sub h3:first-of-type,
.smk_accordion_sub .accordion_in_sub .acc_content_sub h4:first-of-type,
.smk_accordion_sub .accordion_in_sub .acc_content_sub h5:first-of-type,
.smk_accordion_sub .accordion_in_sub .acc_content_sub h6:first-of-type {
  margin-top: 5px;
}

.smk_accordion_sub .accordion_in_sub.acc_active_sub &gt; .acc_head_sub .acc_icon_expand_sub
{
 background: url(../images/minus-img.png);
}
/*
.smk_accordion_sub .accordion_in_sub.acc_active_sub &gt; .acc_head_sub:hover .acc_icon_expand_sub
{
    background: url(../images/minushover-img.png);
}*/
.smk_accordion_sub.acc_with_icon_sub .accordion_in_sub .acc_head_sub,
.smk_accordion_sub.acc_with_icon_sub .accordion_in_sub .acc_content_sub {
  padding-left: 38px;
}


.acc_content_sub  {
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
}
.accordion_in_sub  .accrod-container:nth-child(2n+3)
{
	content: ""; 
    display: block;   
    clear: both;  
	
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
 .smk_accordion .accordion_in .acc_head {
 
  padding: 10px 0 10px 3px;
  font-size: 25px;
  line-height:30px;  
}
.smk_accordion_sub .accordion_in_sub .acc_head_sub {
  position: relative;
  color:#333;
  padding: 10px 0 10px 3px;
  font-size: 20px;
  line-height:25px;
  
}
.qr-box h3
{
	margin:0;
	font-size:16px;
	line-height:21px;	
}
.download-pdf
{
	 font-size: 12px;  
	 padding: 04px 10px;  
}
}
/* Portrait phones and smaller */
@media (max-width: 480px) 
{
	
	.smk_accordion .accordion_in .acc_head {
 
  padding: 10px 0 10px 3px;
  font-size: 22px;
  line-height:26px;  
}
.smk_accordion_sub .accordion_in_sub .acc_head_sub {
  position: relative;
  color:#333;
  padding: 10px 0 10px 3px;
  font-size: 17px;
  line-height:22px;
  
}
.qr-box h3
{
	margin:0;
	font-size:15px;
	line-height:18px;
	margin-bottom:20px;	
}
.download-pdf
{
	 font-size: 11px;  
	 padding: 04px 10px;  
}
}
/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
}

</pre></body></html>