/*==* Red Box Custom */

/* Green: #7FC39D; */
/* Red: #F07B6A; */
/* Yellow: #E6DE80; */
/* Blue: #76D1E8; */
/* Pink: #F175A7; */
/* Orange: #F6C270; */
/* Purple: #8677E0; */
/* Light Blue: #69E8CE; */

/* Blue */
li.advice-strategies.withimage div{
	background: #76D1E8;
}
/* Yellow */
li.therapy-information.withimage div{
	background: #E6DE80;
}
/* Green */
li.theory-articles.withimage div{
	background: #7FC39D;
}
/* Pink */
li.fca-experiences.withimage div{
	background: #F175A7;
}
/* Orange */
section.become_member_front div{
	background: #F07B6A;
}
@media only screen and (min-width: 900px){
section.front_articles ul a:nth-child(3n+3) li {
    margin: 0 0 20px;
}}
section.front_articles ul a li{
	list-style: none;
    width: 318px;
    height: 245px;
    padding: 0;
    margin: 0 20px 20px 0;
    float: left;
    background-image: none;
    position: relative;
    background-position: center center;
}

section.front_articles ul li.withimage div{
	height: 100px;
	position: absolute;
    bottom: 0;
    padding: 10px 20px;
    width: 278px;
    color: #fff;
}
section.front_articles ul li{
	height: 300px;
	background-position: top center;
}
.inner-inner{
    padding: 0!important;
    padding-top: 10px!important;
    top: 0;
}