#content .tips-list{
	margin-bottom: 40px;
}

#content .tips-list h2{
    font-family: "Oswald";
    font-weight: 700;
    font-size:24px;
    color:#0d3240;
    text-transform: uppercase;
    border-bottom:1px solid #0d3240;
    padding-bottom:10px;
    margin-bottom:30px;
}
#content .tips-item{
}
#content .tips-list .question{
    font-family: "Oswald";
    font-size:20px;
    color:#0d3240;
    padding: 15px;
    border: 1px solid #c1c1c1;
    cursor: pointer;
	margin-bottom: 0;
    margin-top:20px;
}
#content .tips-list .question:first-child{
    margin-top:0;
}

#content .tips-list .answer{
    padding: 0 15px 15px 15px;
    font-family: "Open Sans";
    font-size:14px;
    color:#55595f;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    margin-bottom:10px;
}

#content .tips-list .answer p{
    color:#55595f;
    font-family: "Open Sans";
	margin: 0;
	padding: 15px 0 0 0;
    font-size:14px;

}
#content .tips-list .pt-0 {
	padding-top: 0!important;
}
#content .tips-list .mt-0 {
	margin-top: 0!important;
}
#content .tips-list .answer a.btn{
    background-color:#04aeed;
    color:#fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: 700;
    font-size:11px;
    padding:5px 25px;
}
#content .tips-list .question.active{
    border: 1px solid #04aeed;
    color:#04aeed;

}

#content .tips-list .question.active .answer{
    display: block;
}


#content .tips-list .answer ol {
	list-style: decimal;
	margin: 20px 20px 0 20px;
}
#content .tips-list .answer li {
	color: #55595f;
    font-family: "Open Sans";
    font-size: 14px;
    padding: 5px 0;
	margin: 0;
}

#content ul {
	list-style: disc;
	margin: 20px 20px 0 20px;
}

#content ul.marleft {
	margin: 0 0 0 40px;
}

#content ul li {
	color: #55595f;
    font-family: "Open Sans";
    font-size: 14px;
	padding: 5px 0;
}

#content ul.marleft li {
	padding: 5px 0 0 0;
}