/* Flexible Slide-to-top Accordion Style*/
.st-accordion{
    width:100%;
	max-width:100%;
    min-width:270px;
    margin:auto;
}

.st-accordion ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.st-accordion ul li{
	width:100%;
    height: 101px;
    overflow: hidden;
	background-color:#FFF;
	border-bottom:1px #CCC solid;
}

.st-accordion ul li:first-child{
	width:100%;
    height: 102px;
    overflow: hidden;
	background-color:#FFF;
	border-bottom:1px #CCC solid;
	border-top:1px #CCC solid;
}

.st-accordion ul li > div.st-tab{
	position:relative;
	width: 984px;
	min-width:320px;
	height: 100px;
    font-size: 20px;
    display: block;
	cursor:pointer;
	opacity:1;
	border:0;
	border-collapse:collapse;
	margin:auto;
	overflow:hidden;
	padding:0 15px 0 15px;
}

.st-accordion ul li > div.st-tab .st-tab-plus{
	position:absolute;
	top:0;
	right:16px;
	width: 60px;
	height: 100px;
    font-size: 20px;
    display: block;
	background: url("../images/Global/BTMaisMenos.png") no-repeat -1px center;
	opacity:1;
	border:0;
	border-collapse:collapse;
}

.st-accordion ul li > div.st-tab:hover .st-tab-plus{
    background: url("../images/Global/BTMaisMenos.png") no-repeat -151px center;
}

.st-accordion ul li.st-open > div.st-tab .st-tab-plus{
	background: url("../images/Global/BTMaisMenos.png") no-repeat -227px center;
}

.st-accordion ul li.st-open > div.st-tab:hover .st-tab-plus{
	opacity:1;
}

.st-accordion ul li.st-open{
	background-color:#EFEFEF;
}

/* Main Tab Styles */
.st-tab-contentText{
	width:100%;
	height:100px;
	border:0;
	border-collapse:collapse;
	margin:0 0 0 0;
	padding:0 100px 0 0;
}

.st-tab-contentText h4{
	height:100px;
	display:table-cell;
	vertical-align:middle;
	margin:0 0 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:29px;
	line-height:35px;
	font-weight:normal;
}

/* Content Styles */
.st-content{
	width:100%;
	margin:auto;
    padding:0;
	clear:both;
	background-color:#EFEFEF;
}

.st-content-div{
	width:984px;
	min-width:320px;
    padding:25px 15px 27px 15px;
	margin:auto;
	overflow:hidden;
}

.st-content-div a.bt{
	width:100%;
	max-width:300px;
	height:50px;
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:50px;
	padding:0;
	margin:25px 25px 0 0;
	text-decoration:none;
	text-align:center;
	display:inline-block;
	color:#FFFFFF;
	background: #0CB3E7;
	border-radius: 50px;

}

.st-content-div a.bt:nth-child(3n){
	width:100%;
	max-width:300px;
	height:50px;
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:50px;
	padding:0;
	margin:25px 0 0 0;
	text-decoration:none;
	text-align:center;
	display:inline-block;
	color:#FFFFFF;
	bbackground: #0CB3E7;
	border-radius: 50px;
}

.st-content-div a.bt:hover{
	background: #75D5F2;
}

.st-content-div h5{
	margin:0 0 5px 0;
	padding:0 0 0 0;
	font-size:24px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:30px;
	font-weight:600;
}

.st-content-div p{
	margin:0 0 25px 0;
	padding:0 0 0 0;
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:25px;
}

.st-content-div p.lastp{
	margin:0 0 0 0;
	font-size:18px;
	line-height:25px;
}

.st-content-div p b{
	font-weight:600;
}

.st-content-div p.indentp{
	margin:0 0 20px 50px;
	padding:0 0 0 0;
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:25px;
	color:#000000;
}

/* End Flexible Slide-to-top Accordion Style*/

/* Media Queries */

@media (max-width:999px){
.st-content-div{
	width:100%;
}
.st-accordion ul li > div.st-tab{
	width:100%;
}

}

@media (max-width:800px){
.st-tab-contentText h4{
	font-size:25px;
	line-height:30px;
}

.st-content-div h5{
	font-size:23px;
	line-height:30px;
}

.st-content-div a.bt:nth-child(3n){
	width:100%;
	max-width:300px;
	margin:25px 25px 0 0;
}

.st-content-div a.bt:nth-child(2n){
	width:100%;
	max-width:300px;
	height:50px;
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:50px;
	padding:0;
	margin:25px 0 0 0;
}

}

@media (max-width:480px){
.st-tab-contentText h4{
	font-size:19px;
	line-height:23px;
}

.st-content-div h5{
	font-size:19px;
	line-height:25px;
}

}

/* End Media Queries */