body {
    max-width: 1080px;
    margin: 0 auto !important;
    float: none !important;
}

.container {
    padding-top: 30px;
}

#card {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
}

#pageImage img {
    display: block;
    margin: 0 auto;
}

#pageHeader {
    text-align: center;
}

.text-centre {
    text-align: center;
}

a, a:hover, a:active, a:visited {
    color: #2CA8FF;
}

.margin-top-20 {
    margin-top: 20px;
}

.btn {
    border-width: 2px;
    opacity: 0.8;
    padding: 8px 16px;
}

    .btn:hover {
        opacity: 1;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary {
    color: #1D62F0;
    border-color: #1D62F0;
    background-color: transparent;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, .btn-primary[disabled] {
    color: #1D62F0;
    border-color: #1D62F0;
    background-color: transparent;
    opacity: 0.5;
}

.btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, .btn-default[disabled] {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    opacity: 0.5;
}

/*           Font Smoothing      */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*           Typography          */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 400;
    margin: 30px 0 15px;
}

h1, .h1 {
    font-size: 52px;
}

h2, .h2 {
    font-size: 36px;
}

h3, .h3 {
    font-size: 28px;
    margin: 20px 0 10px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

p {
    font-size: 16px;
    line-height: 1.6180em;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #999999;
    font-weight: 300;
    line-height: 1;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
}

/*           Generic List      */

.arrow-steps {
    list-style-type: none;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: -33px;
    margin-right: -33px;
}

    /*           Step      */
    .arrow-steps[data-steps="3"] .step {
        width: calc(33.333% - 6px);
    }

    .arrow-steps[data-steps="4"] .step {
        width: calc(25% - 6px);
    }

    .arrow-steps[data-steps="5"] .step {
        width: calc(20% - 6px);
    }

    .arrow-steps .step {
        text-align: center;
        margin: 0 3px;
        padding: 10px 10px 10px 30px;
        float: left;
        position: relative;
        background-color: #999999;
        color: #ffffff;
        text-transform: uppercase;
    }

        .arrow-steps .step:after, .arrow-steps .step:before {
            content: " ";
            position: absolute;
            top: 0;
            width: 0;
            height: 0;
            right: -17px;
            border-top: 19px solid transparent;
            border-bottom: 19px solid transparent;
            border-left: 17px solid #999999;
            z-index: 2;
        }

        .arrow-steps .step:before {
            right: auto;
            left: 0;
            border-left: 17px solid #fff;
            z-index: 0;
        }

        .arrow-steps .step:first-child:before {
            border: none;
        }

        .arrow-steps .step:last-child:after {
            border: none;
        }

li.nocursor a {
    cursor: default;
}

.prewrap {
    white-space: pre-line;
}

/*           Current Color      */

.arrow-steps .step.current {
    color: #fff;
    background-color: #2CA8FF;
}

    .arrow-steps .step.current:after {
        border-left: 17px solid #2CA8FF;
    }
