/* = sgunited
-------------------------------------------------------------- */
.title-cover{
	height: 340px;
	width: 100%;
}
#sgunited .title-cover{
	background: url("../images/sgunited.jpg") no-repeat scroll center top transparent;
}
#sgunited .panel{
	border-radius: 25px;
}

#sgunited .duration-block{
	color: #9a7e4e;
	margin-top: 50px;
	text-align: center;
}
#sgunited .duration-block span{
	font-size: 80px;
	font-family: 'brandongrotesque_bold';
}
#sgunited .panel-group .panel{
	background-color: transparent;
	border: none;
}
#sgunited .panel-default>.panel-heading{
	border: 1px solid #001e40;
	background: #fff;
	border-radius: 25px;
	font-family: 'brandongrotesque_bold';
	padding: 12px 30px;
	text-align: left;
	text-transform: uppercase;
	transition: all 500ms ease-in-out 0s;
}
#sgunited .panel-default>.panel-heading.active-panel{
	background: #001e40;
}
#sgunited .panel-title{
	font-size: 18px;
}
#sgunited .panel-title>a{
	/*background: url("../images/ic_plus.png") no-repeat scroll right 5px transparent;*/
	color: #001e40;
	display: block;
	text-decoration: none !important;
	position: relative;
}
#sgunited .active-panel .panel-title>a{
	/*background: url("../images/ic_dash.png") no-repeat scroll right 10px transparent;*/
	color: #fff !important;
}
#sgunited .active-panel .panel-title>a:hover{
	color: #fff;
}
#sgunited .panel-title i{
	position: absolute;
    right: -15px;
	transition: all 0.5s ease;
}	
#sgunited .panel-default>.panel-heading+.panel-collapse>.panel-body{
	border: none;
} 
#sgunited .panel-group .panel+.panel {
  margin-top: 20px;
}