#content-thee_steps_to_success .block-main-wrapper {
    background-image: url('//cdn.wholeworld.org/new/thee_steps_to_success/background.2.png');
    background-repeat: repeat-x;
}

/* more */
#content-thee_steps_to_success .more {
    position: relative;
    left: -4px;
    margin-top: 20px;
    text-align: center;
}

#content-thee_steps_to_success .more a {
    display: inline-block;
    color: #f2612b;
    text-align: center;
    font-size: 24px;
    font-family: "HeliosThin", "Roboto", Sans-serif;
    text-decoration: none;
}

#content-thee_steps_to_success .more a,
#content-thee_steps_to_success .more a * {
    cursor: pointer;
}

#content-thee_steps_to_success .more a .icon {
    display: inline-block;
    margin-left: 4px;
    position: relative;
    height: 26px;
    width: 26px;
    border: 1px solid #f2612b;

    border-radius: 30px 30px 30px 30px;
    -o-border-radius: 30px 30px 30px 30px;
    -ms-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -icab-border-radius: 30px 30px 30px 30px;
    -khtml-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    behavior: url("border-radius.htc");
    transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    -ms-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
}

#content-thee_steps_to_success .more a:hover .icon {
    background-color: #f2612b;
    transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    -ms-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -webkit-transition: background-color 0.4s ease;
}

#content-thee_steps_to_success .more a .icon:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    top: 7px;
    left: 5px;
    border-top: 2px solid #f2612b;
    border-right: 2px solid #f2612b;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
}

#content-thee_steps_to_success .more a:hover .icon:after {
    border-color: #fff;
}

#content-thee_steps_to_success .more a .text {
    display: inline-block;
    position: relative;
    line-height: 29px;
    top: -5px;
}

/* more */

#content-thee_steps_to_success .content {
    margin-top: 10px;
}
