body{
    /*background:#F7F7F7;*/
	background:#ECECEF;
}

.region1howitworks{
}


.banner_slide_menu{
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    width: 80%;
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: 1px;
}



.st_slide{
    float: left;
}


.menu_st_slide{
    float: left;
    margin-left: 10px;
    background: #FFFFFF;
    padding: 0 2%;
}


.howitworkslayout{
    margin-top:10px;
    font-size:14px;
    width:80%;
    /*border:1px solid #000000;*/
    margin-left:auto;
    margin-right:auto;
    /*height: 850px;*/
}

.howitworksmenu{
}

.howitworksmenu ul{
    font-size:14px;
    font-family:Tahoma, Geneva, sans-serif;
	margin-bottom:10px;
    display: block;
}

.howitworksmenu ul ul{
    visibility: hidden;
    position: absolute;
}

.howitworksmenu ul li{
    /*list-style: none;*/
    line-height:2.0;
    list-style: square;
}

.howitworksmenu ul li:hover ul{
    visibility: visible;
    background: #ECEEEB;
    padding: 1% 1%;
    margin-left: 2%;
    width: 20%;
    border-radius: 5px;
    border: 1px solid #8F8F8F;
    z-index: 100;
}

.howitworksmenu ul li ul li{
    display: block;
    list-style: circle;
    padding: 2%;
}

.howitworksmenu ul li ul li:hover{
    background: #0A5537;
    color: #FFFFFF;
}

.howitworksmenu ul li a{
    color:#757575;
    text-decoration:none;
}


.howitworksmenu ul li ul li a:hover{
    color: #FFFFFF;
}

.howitworksright{
    font-family:Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #757575;
}

.headerworks{
    font-size: 30px;
    margin-bottom: 20px;
}


.headerworks2{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}


.articleworks{
	background:#FFFFFF;
	padding:1% 2%;
    line-height: 1.5;
    letter-spacing: 1px;
}


.articleworks1 ul li{
	display:inline-block;
	/*width:45%;*/
	margin-right:3%;
	background:#006FBA;
	padding:2% 5%;
	margin-bottom:2%;
    border-radius: 5px;
}


.articleworks1 ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-shadow:1px 1px 1px #000000;
}


.articleworks2{
	background:#FFFFFF;
    letter-spacing: 1px;
}

.articleworks2 ul li{
	display:inline-block;
	width:45%;
	margin-right:3%;
}


 .accordion {
     letter-spacing: 1px;
     background-color: #ECEEEB;
     color: #006FBA;
     font-weight: bold;
     cursor: pointer;
     padding: 18px;
     width: 97%;
     border: none;
     text-align: left;
     outline: none;
     font-size: 15px;
     transition: 0.4s;
     margin-left: 10px;
     margin-bottom: 1%;
     font-family: Tahoma, Geneva, sans-serif;
 }

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    width: 90%;
    margin-left: 10px;
    margin-bottom: 1%;
    font-family: Tahoma, Geneva, sans-serif;
}

.LIST_CONTAINER{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    background: #FFFFFF;
    padding: 1% 0;
}



@media screen and (max-width: 740px){

        .st_slide ul li{
            float: none;
        }

    .howitworkslayout{
        margin-top:140px;
        font-size:14px;
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }

    .howitworksmenu{
        text-align:center;
        width: 90%;
        float: left;
    }


    .howitworksright{
        float: right;
        width: 90%;
        line-height: 1.5;
        font-family:Tahoma, Geneva, sans-serif;
        font-size: 14px;
        color: #757575;
    }



    .headerworks2{
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px;
        width: 90%;
        text-align:center;
    }

}