#thee_steps_to_success {
    vertical-align: top;
}
#thee_steps_to_success .col.wrapper {
    display:        inline-block;
    width:          409px;
    height:         480px;
    vertical-align: top;
}
#thee_steps_to_success .col.wrapper .col.content {
    z-index:               2;
    display:               inline-block;
    padding-top:           20px;
    padding-bottom:        20px;
    vertical-align:        top;
    width:                 409px;
    /*height:                480px;*/
    background-color:      #fff;
    border:                1px solid transparent;
    border-radius:         8px;
    -moz-border-radius:    8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius:  8px;
    -khtml-border-radius:  8px;
}
#thee_steps_to_success .col.wrapper:hover .col.content {
    position:    absolute;
    width:       419px;
    margin-left: -5px;
    border:      1px solid #fa6126;
}
#thee_steps_to_success .col > .number {
    position:              relative;
    left:                  50%;
    display:               inline-block;
    min-width:             36px;
    width:                 36px;
    height:                36px;
    line-height:           36px;
    font-size:             24px;
    text-indent:           1px;
    text-align:            center;
    margin-left:           -18px;
    color:                 #5e5d62;
    border:                2px solid #fa6126;
    border-radius:         20px 20px 20px 20px;
    -o-border-radius:      20px 20px 20px 20px;
    -ms-border-radius:     20px 20px 20px 20px;
    -moz-border-radius:    20px 20px 20px 20px;
    -icab-border-radius:   20px 20px 20px 20px;
    -khtml-border-radius:  20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    behavior:              url("border-radius.htc");
}
#thee_steps_to_success .col > .title {
    font-weight: 300;
    font-size:   18px;
    color:       #5e5d62;
    text-align:  center;
}
#thee_steps_to_success .col > .title.bold {
    margin-top:  20px;
    font-weight: 400;
}
#thee_steps_to_success .col > .image {
    margin:        0 auto;
    margin-top:    15px;
    margin-bottom: 15px;
    width:         385px;
}
#thee_steps_to_success .col.col-2 > .image {
    position: relative;
    left:     7px;
}
#thee_steps_to_success .col > .text {
    display:       none;
    margin:        0 auto;
    margin-top:    8px;
    padding-left:  15px;
    padding-right: 15px;
    font-weight:   300;
    font-size:     14px;
    color:         #5e5d62;
}
#thee_steps_to_success .col.wrapper:hover .col > .text {
    display: block;
}
