/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#tipi-gateway #step-2,#tipi-gateway #step-3{
    display:none;
}
#tipi-gateway ul li, #tipi-gateway ol li{
    list-style-position: inside;
    padding-bottom:10px;
}
#tipi-gateway ul li:last-child, #tipi-gateway ol li:last-child{
    padding-bottom:0px;
}
#tipi-gateway .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.stepwizard a{
    -webkit-box-shadow:none!important;
    box-shadow: none!important;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px!important;
    height: 30px!important;
    text-align: center!important;
    padding: 6px 0!important;
    font-size: 12px!important;
    line-height: 1.428571429!important;
    border-radius: 15px!important;
}