html {
    background: #f5f6fc !important;
}

input {
    margin-bottom: 20px;
}

.row {
    margin: 0;
}

select {
    margin-bottom: 20px;
}

textarea {
    margin-bottom: 20px;
}

hr {
    border: 1px;
    border-top: 1px solid darkgrey;
}

.textPoints {
    color: #4e4e4e;
}

.simple-header {
    padding: 4.5rem 4.1rem 2.5rem;
    border-bottom: 1px solid #e6eaec;
    background: #fff;
    -webkit-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.06);
    margin: -2rem -2rem 4rem;
}

.container {
    max-width: 1201px;
    background-color: white;
    padding: 0px;
}

body {
    font-size: 14px;
    background: #f5f6fc !important;
}

.back-btn-wrap {
    margin: 0 auto 1rem;
    padding: 0 2rem;
    font-family: 'Raleway', sans-serif;
}

    .back-btn-wrap a {
        color: #191919;
        margin-top: 10px;
        font-size: 13px;
        text-decoration: underline;
    }

        .back-btn-wrap a:hover {
            text-decoration: none;
        }

h1 {
    color: #032133 !important;
    font-size: 28px !important;
    margin-bottom: 3rem !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

h2 {
    text-align: left;
    margin: 0 0 2rem;
    color: #032133 !important;
    font-size: 23px !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

h3 {
    text-align: left;
    margin: 0 0 2rem;
    color: #032133 !important;
    font-size: 19px !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

p {
    color: #191919;
    font-family: 'Raleway', sans-serif;
    max-width: 43rem;
    text-align: left;
    margin: 1rem 0 4rem;
    font-weight: 300;
}


body > .row {
    padding: 0 2rem;
}

    body > .row > div {
        width: 100%;
        background: #fff !important;
        padding: 0;
        position: relative;
        font-family: 'Raleway', sans-serif;
        -webkit-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.06);
        box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.06);
        border: 1px solid #e6eaec;
        border-radius: 4px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        body > .row > div > .row {
            margin: 0;
            padding: 3rem 2rem;
            max-width: 100%;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            body > .row > div > .row .col-xs-10 {
                width: 100%;
                padding: 0;
            }


#ClientLogos .col-md-3 {
    border: 1px solid #e6eaec;
    border-radius: 4px;
    padding: 0;
    margin: 0 0.5rem 2rem;
}

    #ClientLogos .col-md-3 > a {
        display: block;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        box-shadow: 0 0 0 0.2rem transparent;
        border-radius: 4px;
    }

        #ClientLogos .col-md-3 > a > div {
            -moz-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
            -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
            margin: 0 !important;
            display: block;
            min-width: 100%;
            background: #fafafd;
            padding: 0.5rem 1rem;
            border-top: 1px solid #e6eaec;
            border-radius: 0 0 4px 4px;
        }

        #ClientLogos .col-md-3 > a:hover {
            text-decoration: none;
            color: #191919 !important;
            box-shadow: 0 0 0 0.2rem rgba(33, 180, 255, 0.25) !important;
        }

            #ClientLogos .col-md-3 > a:hover > div {
                background: #f5f6fc;
            }

#ClientLogos .well {
    background: #fafafd;
    border: 0;
    margin: 0;
    box-shadow: none;
    padding: 0 1rem;
}

    #ClientLogos .well strong {
        display: none;
    }

    #ClientLogos .well a {
        color: #191919 !important;
        margin-top: 0;
        font-size: 13px;
        display: block;
        text-decoration: underline;
    }

        #ClientLogos .well a:hover {
            text-decoration: none;
        }

.ClientLogo {
    padding: 1rem;
    max-width: 100%;
    filter: none;
}

.help-section {
    background: #fafafd;
    border-radius: 0 4px 4px 0;
    margin: 0;
    padding: 3rem 2rem;
    min-height: 100%;
    width: 441px;
    min-width: 441px;
    border-left: 1px solid #e6eaec;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .help-section h3 {
        text-align: left;
        margin: 0 0 2rem;
        color: #032133 !important;
        font-size: 19px !important;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
    }


    .help-section iframe + h3 {
        margin-top: 5rem;
    }

    .help-guide-link, .help-section a {
        color: #191919 !important;
        margin-top: 0;
        font-size: 13px;
        text-decoration: underline;
    }

        .help-guide-link:hover, .help-section a:hover {
            text-decoration: none;
        }


.modal-dialog {
    z-index: 2500;
}


.btn-danger {
    background-color: #1b80f2;
    border-color: #1257a4;
}

    .btn-danger:hover {
        background-color: #2e2e6a;
    }

.icon-bar {
    color: black !important;
    border-color: black !important;
    background-color: black !important;
}

#ie-alert-overlay {
    width: 100%;
    height: 100%;
    background-image: url(bg.png);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

* html #ie-alert-overlay {
    position: absolute
}

#ie-alert-panel {
    width: 600px;
    height: auto;
    top: 200px;
    left: 50%;
    position: fixed;
    z-index: 1000001;
    margin: 0 0 0 -300px;
    _position: absolute;
    _top: expression(200+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

.ie-p {
    font-size: 15px;
    color: #565656;
    line-height: 1.6em;
    text-align: left
}

#ie-alert-panel a {
    text-decoration: none
}

.ie-span {
    font-size: 18px;
    color: #464646;
    display: block;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0 0 15px 0;
}

.ie-r-b-c, .ie-r-t-c, .ie-l-t-c, .ie-l-b-c {
    background: url(iesprites.png) no-repeat
}

.ie-l-t-c {
    width: 47px;
    height: 47px;
    background-position: -18px -9px;
    float: left
}

.ie-l {
    height: 100%;
    width: 47px;
    float: left;
    clear: both;
    background: url(left.png)
}

.ie-l-b-c {
    width: 47px;
    height: 46px;
    background-position: -17px -66px;
    float: left;
    clear: both
}

.ie-b {
    height: 46px;
    width: 506px;
    float: left;
    background: url(bottom.png)
}

.ie-r-t-c {
    width: 47px;
    height: 47px;
    background-position: -83px -10px;
    float: right;
    cursor: pointer
}

    .ie-r-t-c:hover {
        background-position: -143px -9px
    }

.ie-r {
    height: 100%;
    width: 47px;
    float: right;
    background: url(right.png)
}

.ie-c {
    width: 506px;
    height: 100%;
    background: #f6f6f6;
    float: left
}

.ie-r-b-c {
    width: 47px;
    height: 46px;
    background-position: -83px -65px;
    float: right
}

.ie-t {
    height: 47px;
    width: 506px;
    float: left;
    background: url(top.png)
}

.ie-u {
    width: auto;
    height: 43px;
    margin: 30px auto 0 -66px;
    position: relative;
    left: 50%
}

.ie-u-l {
    width: 14px;
    height: 43px;
    background: url(u-left.png);
    float: left
}

.ie-u-c {
    width: auto;
    height: 100%;
    background: url(u-center.png);
    float: left;
    padding: 11px 0 0 0;
    cursor: pointer
}

.ie-u-s {
    margin: 5px 25px 5px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
}

.ie-u-r {
    width: 14px;
    height: 43px;
    background: url(u-right.png);
    float: left
}

#ie-alert-panel.ie6-style .ie-r-b-c {
    background: url(6_r_b_c.png) no-repeat
}

#ie-alert-panel.ie6-style .ie-r-t-c {
    background: url(6_r_t_c.png) no-repeat
}

    #ie-alert-panel.ie6-style .ie-r-t-c:hover {
        background: url(6_r_t_c_h.png) no-repeat
    }

#ie-alert-panel.ie6-style .ie-l-t-c {
    background: url(6_l_t_c.png) no-repeat
}

#ie-alert-panel.ie6-style .ie-l-b-c {
    background: url(6_l_b_c.png) no-repeat
}

#ie-alert-panel.ie6-style .ie-l {
    background: url(6_left.png)
}

#ie-alert-panel.ie6-style .ie-r {
    background: url(6_right.png)
}

#ie-alert-panel.ie6-style .ie-b {
    background: url(6_bottom.png)
}

#ie-alert-panel.ie6-style .ie-t {
    background: url(6_top.png)
}


.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align: top;
}

@media (max-width: 1150px) {

    #ClientLogos .col-md-3 {
        width: 46%;
    }
}

@media (max-width: 850px) {
    body {
        margin: 0 !important;
    }

    .simple-header {
        margin: 0 0 4rem;
        padding: 2rem;
    }

    .login-wrap {
        padding: 1rem;
        margin-top: 0;
    }

    h1 {
        font-size: 19px !important;
        margin-bottom: 3rem !important;
    }

    h2 {
        font-size: 17px !important;
    }

    h3 {
        font-size: 16px !important;
    }

    .back-btn-wrap {
        padding: 0 20px 0;
    }

    body > .row:not(.row-centered) {
        padding: 0 20px;
    }

    body > .row > div {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0;
    }

    #ClientLogos .col-md-3 {
        min-width: 100%;
        margin: 0 0 2rem;
    }

    .ClientLogo {
        width: auto;
    }

    body > .row-centered {
        padding: 0;
    }

    body > .row > div > .row {
        padding: 20px;
    }

    .help-section {
        border-left: none;
        min-width: 100%;
        max-width: 100%;
        margin: 0 auto !important;
        border-top: 1px solid #e6eaec;
        border-radius: 0;
    }

        .help-section h3, .help-section p {
            margin: 0 auto 2rem;
            text-align: center;
        }

        .help-section p {
            margin: 0 auto 4rem;
        }

        .help-section iframe {
            margin: 0 auto;
            max-width: 100%;
        }
}
