/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

    .datepicker-rtl.dropdown-menu {
        left: auto
    }

    .datepicker-rtl table tr td span {
        float: right
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px
}

    .datepicker-dropdown:before {
        content: "";
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid rgba(0,0,0,.15);
        border-top: 0;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute
    }

    .datepicker-dropdown:after {
        content: "";
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid rgba(0,0,0,.15)
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .datepicker table tr td, .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        border: none
    }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #777
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #777;
    cursor: default
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0
}

    .datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
        color: #000;
        background-color: #afd9ee;
        border-color: #298fc2
    }

    .datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted:hover {
        color: #000;
        background-color: #afd9ee;
        border-color: #52addb
    }

        .datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
            color: #000;
            background-color: #91cbe8;
            border-color: #298fc2
        }

    .datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
        background-color: #d9edf7;
        border-color: #85c5e5
    }

    .datepicker table tr td.highlighted.focused {
        background: #afd9ee
    }

    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
        background: #d9edf7;
        color: #777
    }

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

    .datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
        color: #000;
        background-color: #ffc966;
        border-color: #b37400
    }

    .datepicker table tr td.today.active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover {
        color: #000;
        background-color: #ffc966;
        border-color: #f59e00
    }

        .datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
            color: #000;
            background-color: #ffbc42;
            border-color: #b37400
        }

    .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
        background-color: #ffdb99;
        border-color: #ffb733
    }

    .datepicker table tr td.today.focused {
        background: #ffc966
    }

    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
        background: #ffdb99;
        color: #777
    }

.datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    border-radius: 0
}

    .datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
        color: #000;
        background-color: #d5d5d5;
        border-color: #7c7c7c
    }

    .datepicker table tr td.range.active, .datepicker table tr td.range:active, .datepicker table tr td.range:hover {
        color: #000;
        background-color: #d5d5d5;
        border-color: #9d9d9d
    }

        .datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
            color: #000;
            background-color: #c3c3c3;
            border-color: #7c7c7c
        }

    .datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
        background-color: #eee;
        border-color: #bbb
    }

    .datepicker table tr td.range.focused {
        background: #d5d5d5
    }

    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
        background: #eee;
        color: #777
    }

    .datepicker table tr td.range.highlighted {
        color: #000;
        background-color: #e4eef3;
        border-color: #9dc1d3
    }

        .datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
            color: #000;
            background-color: #c1d7e3;
            border-color: #4b88a6
        }

        .datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted:hover {
            color: #000;
            background-color: #c1d7e3;
            border-color: #73a6c0
        }

            .datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
                color: #000;
                background-color: #a8c8d8;
                border-color: #4b88a6
            }

        .datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
            background-color: #e4eef3;
            border-color: #9dc1d3
        }

        .datepicker table tr td.range.highlighted.focused {
            background: #c1d7e3
        }

        .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
            background: #e4eef3;
            color: #777
        }

    .datepicker table tr td.range.today {
        color: #000;
        background-color: #f7ca77;
        border-color: #f1a417
    }

        .datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
            color: #000;
            background-color: #f4b747;
            border-color: #815608
        }

        .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover {
            color: #000;
            background-color: #f4b747;
            border-color: #bf800c
        }

            .datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
                color: #000;
                background-color: #f2aa25;
                border-color: #815608
            }

        .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
            background-color: #f7ca77;
            border-color: #f1a417
        }

        .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
            background: #f7ca77;
            color: #777
        }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #161616
    }

    .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #373737
    }

        .datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
            color: #fff;
            background-color: #4c4c4c;
            border-color: #161616
        }

    .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
        background-color: #777;
        border-color: #555
    }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

        .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

    .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

    .datepicker table tr td span.focused, .datepicker table tr td span:hover {
        background: #eee
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: none;
        color: #777;
        cursor: default
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25)
    }

        .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
            color: #fff;
            background-color: #286090;
            border-color: #122b40
        }

        .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover {
            color: #fff;
            background-color: #286090;
            border-color: #204d74
        }

            .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
                color: #fff;
                background-color: #204d74;
                border-color: #122b40
            }

            .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
                background-color: #337ab7;
                border-color: #2e6da4
            }

    .datepicker table tr td span.new, .datepicker table tr td span.old {
        color: #777
    }

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer
}

    .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
        background: #eee
    }

    .datepicker .next.disabled, .datepicker .prev.disabled {
        visibility: hidden
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-daterange {
    width: 100%
}

    .input-daterange input {
        text-align: center
    }

        .input-daterange input:first-child {
            border-radius: 3px 0 0 3px
        }

        .input-daterange input:last-child {
            border-radius: 0 3px 3px 0
        }

    .input-daterange .input-group-addon {
        width: auto;
        min-width: 16px;
        padding: 4px 5px;
        line-height: 1.42857143;
        border-width: 1px 0;
        margin-left: -5px;
        margin-right: -5px
    }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url("/build/fonts/glyphicons-halflings-regular.eot");
    src: url("/build/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("/build/fonts/glyphicons-halflings-regular.woff2") format("woff2"),url("/build/fonts/glyphicons-halflings-regular.woff") format("woff"),url("/build/fonts/glyphicons-halflings-regular.ttf") format("truetype"),url("/build/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

.course-grid .course-type.Video:before, .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20AC"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270F"
}

.glyphicon-glass:before {
    content: "\E001"
}

.glyphicon-music:before {
    content: "\E002"
}

.glyphicon-search:before {
    content: "\E003"
}

.glyphicon-heart:before {
    content: "\E005"
}

.glyphicon-star:before {
    content: "\E006"
}

.glyphicon-star-empty:before {
    content: "\E007"
}

.glyphicon-user:before {
    content: "\E008"
}

.glyphicon-film:before {
    content: "\E009"
}

.glyphicon-th-large:before {
    content: "\E010"
}

.glyphicon-th:before {
    content: "\E011"
}

.glyphicon-th-list:before {
    content: "\E012"
}

.glyphicon-ok:before {
    content: "\E013"
}

.glyphicon-remove:before {
    content: "\E014"
}

.glyphicon-zoom-in:before {
    content: "\E015"
}

.glyphicon-zoom-out:before {
    content: "\E016"
}

.glyphicon-off:before {
    content: "\E017"
}

.glyphicon-signal:before {
    content: "\E018"
}

.glyphicon-cog:before {
    content: "\E019"
}

.glyphicon-trash:before {
    content: "\E020"
}

.glyphicon-home:before {
    content: "\E021"
}

.glyphicon-file:before {
    content: "\E022"
}

.glyphicon-time:before {
    content: "\E023"
}

.glyphicon-road:before {
    content: "\E024"
}

.glyphicon-download-alt:before {
    content: "\E025"
}

.glyphicon-download:before {
    content: "\E026"
}

.glyphicon-upload:before {
    content: "\E027"
}

.glyphicon-inbox:before {
    content: "\E028"
}

.glyphicon-play-circle:before {
    content: "\E029"
}

.glyphicon-repeat:before {
    content: "\E030"
}

.glyphicon-refresh:before {
    content: "\E031"
}

.glyphicon-list-alt:before {
    content: "\E032"
}

.glyphicon-lock:before {
    content: "\E033"
}

.glyphicon-flag:before {
    content: "\E034"
}

.glyphicon-headphones:before {
    content: "\E035"
}

.glyphicon-volume-off:before {
    content: "\E036"
}

.glyphicon-volume-down:before {
    content: "\E037"
}

.glyphicon-volume-up:before {
    content: "\E038"
}

.glyphicon-qrcode:before {
    content: "\E039"
}

.glyphicon-barcode:before {
    content: "\E040"
}

.glyphicon-tag:before {
    content: "\E041"
}

.glyphicon-tags:before {
    content: "\E042"
}

.glyphicon-book:before {
    content: "\E043"
}

.glyphicon-bookmark:before {
    content: "\E044"
}

.glyphicon-print:before {
    content: "\E045"
}

.glyphicon-camera:before {
    content: "\E046"
}

.glyphicon-font:before {
    content: "\E047"
}

.glyphicon-bold:before {
    content: "\E048"
}

.glyphicon-italic:before {
    content: "\E049"
}

.glyphicon-text-height:before {
    content: "\E050"
}

.glyphicon-text-width:before {
    content: "\E051"
}

.glyphicon-align-left:before {
    content: "\E052"
}

.glyphicon-align-center:before {
    content: "\E053"
}

.glyphicon-align-right:before {
    content: "\E054"
}

.glyphicon-align-justify:before {
    content: "\E055"
}

.glyphicon-list:before {
    content: "\E056"
}

.glyphicon-indent-left:before {
    content: "\E057"
}

.glyphicon-indent-right:before {
    content: "\E058"
}

.glyphicon-facetime-video:before {
    content: "\E059"
}

.glyphicon-picture:before {
    content: "\E060"
}

.glyphicon-map-marker:before {
    content: "\E062"
}

.glyphicon-adjust:before {
    content: "\E063"
}

.glyphicon-tint:before {
    content: "\E064"
}

.glyphicon-edit:before {
    content: "\E065"
}

.glyphicon-share:before {
    content: "\E066"
}

.glyphicon-check:before {
    content: "\E067"
}

.glyphicon-move:before {
    content: "\E068"
}

.glyphicon-step-backward:before {
    content: "\E069"
}

.glyphicon-fast-backward:before {
    content: "\E070"
}

.glyphicon-backward:before {
    content: "\E071"
}

.glyphicon-play:before {
    content: "\E072"
}

.glyphicon-pause:before {
    content: "\E073"
}

.glyphicon-stop:before {
    content: "\E074"
}

.glyphicon-forward:before {
    content: "\E075"
}

.glyphicon-fast-forward:before {
    content: "\E076"
}

.glyphicon-step-forward:before {
    content: "\E077"
}

.glyphicon-eject:before {
    content: "\E078"
}

.glyphicon-chevron-left:before {
    content: "\E079"
}

.glyphicon-chevron-right:before {
    content: "\E080"
}

.glyphicon-plus-sign:before {
    content: "\E081"
}

.glyphicon-minus-sign:before {
    content: "\E082"
}

.glyphicon-remove-sign:before {
    content: "\E083"
}

.glyphicon-ok-sign:before {
    content: "\E084"
}

.glyphicon-question-sign:before {
    content: "\E085"
}

.glyphicon-info-sign:before {
    content: "\E086"
}

.glyphicon-screenshot:before {
    content: "\E087"
}

.glyphicon-remove-circle:before {
    content: "\E088"
}

.glyphicon-ok-circle:before {
    content: "\E089"
}

.glyphicon-ban-circle:before {
    content: "\E090"
}

.glyphicon-arrow-left:before {
    content: "\E091"
}

.glyphicon-arrow-right:before {
    content: "\E092"
}

.glyphicon-arrow-up:before {
    content: "\E093"
}

.glyphicon-arrow-down:before {
    content: "\E094"
}

.glyphicon-share-alt:before {
    content: "\E095"
}

.glyphicon-resize-full:before {
    content: "\E096"
}

.glyphicon-resize-small:before {
    content: "\E097"
}

.glyphicon-exclamation-sign:before {
    content: "\E101"
}

.glyphicon-gift:before {
    content: "\E102"
}

.glyphicon-leaf:before {
    content: "\E103"
}

.glyphicon-fire:before {
    content: "\E104"
}

.glyphicon-eye-open:before {
    content: "\E105"
}

.glyphicon-eye-close:before {
    content: "\E106"
}

.glyphicon-warning-sign:before {
    content: "\E107"
}

.glyphicon-plane:before {
    content: "\E108"
}

.glyphicon-calendar:before {
    content: "\E109"
}

.glyphicon-random:before {
    content: "\E110"
}

.glyphicon-comment:before {
    content: "\E111"
}

.glyphicon-magnet:before {
    content: "\E112"
}

.glyphicon-chevron-up:before {
    content: "\E113"
}

.glyphicon-chevron-down:before {
    content: "\E114"
}

.glyphicon-retweet:before {
    content: "\E115"
}

.glyphicon-shopping-cart:before {
    content: "\E116"
}

.glyphicon-folder-close:before {
    content: "\E117"
}

.glyphicon-folder-open:before {
    content: "\E118"
}

.glyphicon-resize-vertical:before {
    content: "\E119"
}

.glyphicon-resize-horizontal:before {
    content: "\E120"
}

.glyphicon-hdd:before {
    content: "\E121"
}

.glyphicon-bullhorn:before {
    content: "\E122"
}

.glyphicon-bell:before {
    content: "\E123"
}

.glyphicon-certificate:before {
    content: "\E124"
}

.glyphicon-thumbs-up:before {
    content: "\E125"
}

.glyphicon-thumbs-down:before {
    content: "\E126"
}

.glyphicon-hand-right:before {
    content: "\E127"
}

.glyphicon-hand-left:before {
    content: "\E128"
}

.glyphicon-hand-up:before {
    content: "\E129"
}

.glyphicon-hand-down:before {
    content: "\E130"
}

.glyphicon-circle-arrow-right:before {
    content: "\E131"
}

.glyphicon-circle-arrow-left:before {
    content: "\E132"
}

.glyphicon-circle-arrow-up:before {
    content: "\E133"
}

.glyphicon-circle-arrow-down:before {
    content: "\E134"
}

.glyphicon-globe:before {
    content: "\E135"
}

.glyphicon-wrench:before {
    content: "\E136"
}

.glyphicon-tasks:before {
    content: "\E137"
}

.glyphicon-filter:before {
    content: "\E138"
}

.glyphicon-briefcase:before {
    content: "\E139"
}

.glyphicon-fullscreen:before {
    content: "\E140"
}

.glyphicon-dashboard:before {
    content: "\E141"
}

.glyphicon-paperclip:before {
    content: "\E142"
}

.glyphicon-heart-empty:before {
    content: "\E143"
}

.glyphicon-link:before {
    content: "\E144"
}

.glyphicon-phone:before {
    content: "\E145"
}

.glyphicon-pushpin:before {
    content: "\E146"
}

.glyphicon-usd:before {
    content: "\E148"
}

.glyphicon-gbp:before {
    content: "\E149"
}

.glyphicon-sort:before {
    content: "\E150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\E151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\E152"
}

.glyphicon-sort-by-order:before {
    content: "\E153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\E154"
}

.glyphicon-sort-by-attributes:before {
    content: "\E155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\E156"
}

.glyphicon-unchecked:before {
    content: "\E157"
}

.glyphicon-expand:before {
    content: "\E158"
}

.glyphicon-collapse-down:before {
    content: "\E159"
}

.glyphicon-collapse-up:before {
    content: "\E160"
}

.glyphicon-log-in:before {
    content: "\E161"
}

.glyphicon-flash:before {
    content: "\E162"
}

.glyphicon-log-out:before {
    content: "\E163"
}

.glyphicon-new-window:before {
    content: "\E164"
}

.glyphicon-record:before {
    content: "\E165"
}

.glyphicon-save:before {
    content: "\E166"
}

.glyphicon-open:before {
    content: "\E167"
}

.glyphicon-saved:before {
    content: "\E168"
}

.glyphicon-import:before {
    content: "\E169"
}

.glyphicon-export:before {
    content: "\E170"
}

.glyphicon-send:before {
    content: "\E171"
}

.glyphicon-floppy-disk:before {
    content: "\E172"
}

.glyphicon-floppy-saved:before {
    content: "\E173"
}

.glyphicon-floppy-remove:before {
    content: "\E174"
}

.glyphicon-floppy-save:before {
    content: "\E175"
}

.glyphicon-floppy-open:before {
    content: "\E176"
}

.glyphicon-credit-card:before {
    content: "\E177"
}

.glyphicon-transfer:before {
    content: "\E178"
}

.glyphicon-cutlery:before {
    content: "\E179"
}

.glyphicon-header:before {
    content: "\E180"
}

.glyphicon-compressed:before {
    content: "\E181"
}

.glyphicon-earphone:before {
    content: "\E182"
}

.glyphicon-phone-alt:before {
    content: "\E183"
}

.glyphicon-tower:before {
    content: "\E184"
}

.glyphicon-stats:before {
    content: "\E185"
}

.glyphicon-sd-video:before {
    content: "\E186"
}

.glyphicon-hd-video:before {
    content: "\E187"
}

.glyphicon-subtitles:before {
    content: "\E188"
}

.glyphicon-sound-stereo:before {
    content: "\E189"
}

.glyphicon-sound-dolby:before {
    content: "\E190"
}

.glyphicon-sound-5-1:before {
    content: "\E191"
}

.glyphicon-sound-6-1:before {
    content: "\E192"
}

.glyphicon-sound-7-1:before {
    content: "\E193"
}

.glyphicon-copyright-mark:before {
    content: "\E194"
}

.glyphicon-registration-mark:before {
    content: "\E195"
}

.glyphicon-cloud-download:before {
    content: "\E197"
}

.glyphicon-cloud-upload:before {
    content: "\E198"
}

.glyphicon-tree-conifer:before {
    content: "\E199"
}

.glyphicon-tree-deciduous:before {
    content: "\E200"
}

.glyphicon-cd:before {
    content: "\E201"
}

.glyphicon-save-file:before {
    content: "\E202"
}

.glyphicon-open-file:before {
    content: "\E203"
}

.glyphicon-level-up:before {
    content: "\E204"
}

.glyphicon-copy:before {
    content: "\E205"
}

.glyphicon-paste:before {
    content: "\E206"
}

.glyphicon-alert:before {
    content: "\E209"
}

.glyphicon-equalizer:before {
    content: "\E210"
}

.glyphicon-king:before {
    content: "\E211"
}

.glyphicon-queen:before {
    content: "\E212"
}

.glyphicon-pawn:before {
    content: "\E213"
}

.glyphicon-bishop:before {
    content: "\E214"
}

.glyphicon-knight:before {
    content: "\E215"
}

.glyphicon-baby-formula:before {
    content: "\E216"
}

.glyphicon-tent:before {
    content: "\26FA"
}

.glyphicon-blackboard:before {
    content: "\E218"
}

.glyphicon-bed:before {
    content: "\E219"
}

.glyphicon-apple:before {
    content: "\F8FF"
}

.glyphicon-erase:before {
    content: "\E221"
}

.glyphicon-hourglass:before {
    content: "\231B"
}

.glyphicon-lamp:before {
    content: "\E223"
}

.glyphicon-duplicate:before {
    content: "\E224"
}

.glyphicon-piggy-bank:before {
    content: "\E225"
}

.glyphicon-scissors:before {
    content: "\E226"
}

.glyphicon-bitcoin:before {
    content: "\E227"
}

.glyphicon-yen:before {
    content: "\A5"
}

.glyphicon-ruble:before {
    content: "\20BD"
}

.glyphicon-scale:before {
    content: "\E230"
}

.glyphicon-ice-lolly:before {
    content: "\E231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\E232"
}

.glyphicon-education:before {
    content: "\E233"
}

.glyphicon-option-horizontal:before {
    content: "\E234"
}

.glyphicon-option-vertical:before {
    content: "\E235"
}

.glyphicon-menu-hamburger:before {
    content: "\E236"
}

.glyphicon-modal-window:before {
    content: "\E237"
}

.glyphicon-oil:before {
    content: "\E238"
}

.glyphicon-grain:before {
    content: "\E239"
}

.glyphicon-sunglasses:before {
    content: "\E240"
}

.glyphicon-text-size:before {
    content: "\E241"
}

.glyphicon-text-color:before {
    content: "\E242"
}

.glyphicon-text-background:before {
    content: "\E243"
}

.glyphicon-object-align-top:before {
    content: "\E244"
}

.glyphicon-object-align-bottom:before {
    content: "\E245"
}

.glyphicon-object-align-horizontal:before {
    content: "\E246"
}

.glyphicon-object-align-left:before {
    content: "\E247"
}

.glyphicon-object-align-vertical:before {
    content: "\E248"
}

.glyphicon-object-align-right:before {
    content: "\E249"
}

.glyphicon-triangle-right:before {
    content: "\E250"
}

.glyphicon-triangle-left:before {
    content: "\E251"
}

.glyphicon-triangle-bottom:before {
    content: "\E252"
}

.glyphicon-triangle-top:before {
    content: "\E253"
}

.glyphicon-console:before {
    content: "\E254"
}

.glyphicon-superscript:before {
    content: "\E255"
}

.glyphicon-subscript:before {
    content: "\E256"
}

.glyphicon-menu-left:before {
    content: "\E257"
}

.glyphicon-menu-right:before {
    content: "\E258"
}

.glyphicon-menu-down:before {
    content: "\E259"
}

.glyphicon-menu-up:before {
    content: "\E260"
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: Gotham SSm A,Gotham SSm B,Gotham A,Gotham B,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: .42857143rem
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .28571429rem;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 1.42857143rem;
    margin-bottom: 1.42857143rem;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 1.42857143rem;
    margin-bottom: 1.42857143rem
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: .71428571rem;
    margin-bottom: .71428571rem
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 3.21rem
}

.h2, h2 {
    font-size: 2.5rem
}

.h3, h3 {
    font-size: 1.78rem
}

.h4, h4 {
    font-size: 1.28rem
}

.h5, h5 {
    font-size: 1rem
}

.h6, h6 {
    font-size: .85rem
}

p {
    margin: 0 0 .71428571rem
}

.lead {
    margin-bottom: 1.42857143rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 1.5rem
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: -.28571429rem;
    margin: 2.85714286rem 0 1.42857143rem;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: .71428571rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 1.42857143rem
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: .71428571rem 1.42857143rem;
    margin: 0 0 1.42857143rem;
    font-size: 1.25rem;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: "\2014   \A0"
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ""
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: "\A0   \2014"
        }

address {
    margin-bottom: 1.42857143rem;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,Courier New,monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: .28571429rem
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: .21428571rem;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none
    }

pre {
    display: block;
    padding: .21428571rem;
    margin: 0 0 .71428571rem;
    font-size: 0;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: .28571429rem
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:992px) {
    .container-footer {
        width: 1000px !important
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption, th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.42857143rem
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #e7e7e7
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #e7e7e7
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #e7e7e7
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #e7e7e7
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 1.07142857rem;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #e7e7e7
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset, legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 1.42857143rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 1.42857143rem
}

.form-control, output {
    display: block;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    width: 100%;
    height: 2.28571429rem;
    padding: .42857143rem .85714286rem;
    background-color: #fff;
    background-image: none;
    border-radius: .28571429rem;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
        line-height: 2.28571429rem
    }

        .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
            line-height: 1.98928571rem
        }

        .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
            line-height: 3.09523805rem
        }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 1.42857143rem;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px\9
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed
    }

.form-control-static {
    padding-top: 1.42857143rem;
    padding-bottom: 1.42857143rem;
    margin-bottom: 0
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0
    }

.input-sm {
    height: 1.98928571rem;
    padding: .35714286rem .71428571rem;
    font-size: .85rem;
    line-height: 1.5;
    border-radius: .21428571rem
}

select.input-sm {
    height: 1.98928571rem;
    line-height: 1.98928571rem
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 1.98928571rem;
    padding: .35714286rem .71428571rem;
    font-size: .85rem;
    line-height: 1.5;
    border-radius: .21428571rem
}

select.form-group-sm .form-control {
    height: 1.98928571rem;
    line-height: 1.98928571rem
}

select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 1.98928571rem;
    padding: .35714286rem .71428571rem;
    font-size: .85rem;
    line-height: 1.5
}

.input-lg {
    height: 3.09523805rem;
    padding: .71428571rem 1.14285714rem;
    font-size: 1.25rem;
    line-height: 1.3333333;
    border-radius: .42857143rem
}

select.input-lg {
    height: 3.09523805rem;
    line-height: 3.09523805rem
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 3.09523805rem;
    padding: .71428571rem 1.14285714rem;
    font-size: 1.25rem;
    line-height: 1.3333333;
    border-radius: .42857143rem
}

select.form-group-lg .form-control {
    height: 3.09523805rem;
    line-height: 3.09523805rem
}

select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 3.09523805rem;
    padding: .71428571rem 1.14285714rem;
    font-size: 1.25rem;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 2.85714286rem
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 2.28571429rem;
    height: 2.28571429rem;
    line-height: 2.28571429rem;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback {
    width: 3.09523805rem;
    height: 3.09523805rem;
    line-height: 3.09523805rem
}

.input-sm + .form-control-feedback {
    width: 1.98928571rem;
    height: 1.98928571rem;
    line-height: 1.98928571rem
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 6.42857143rem
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.42857143rem
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 2.85714286rem
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 1.42857143rem
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 1.95238093rem
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 1.35714286rem
    }
}

.form-group label.col-form-label.required:after {
    content: "*";
    color: red;
    margin-left: 4px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    /*cursor: pointer;*/
    background-image: none;
    padding: .42857143rem .85714286rem;
    font-size: 1rem;
    line-height: 1.42857143;
    border-radius: .28571429rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
        filter: alpha(opacity=65);
        box-shadow: none
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #f2f2f2;
        border-color: #bfbfbf
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #2e6da4;
        border-color: #286090
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #4cae4c;
        border-color: #449d44
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #46b8da;
        border-color: #31b0d5
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #eea236;
        border-color: #ec971f
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d43f3a;
        border-color: #c9302c
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: .71428571rem 1.14285714rem;
    font-size: 1.25rem;
    line-height: 1.3333333;
    border-radius: .42857143rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .35714286rem .71428571rem
}

.btn-group-sm > .btn, .btn-group-xs > .btn, .btn-sm, .btn-xs {
    font-size: .85rem;
    line-height: 1.5;
    border-radius: .21428571rem
}

.btn-group-xs > .btn, .btn-xs {
    padding: .07142857rem .35714286rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none;
    visibility: hidden
}

    .collapse.in {
        display: block;
        visibility: visible
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height,visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: .28571429rem solid;
    border-right: .28571429rem solid transparent;
    border-left: .28571429rem solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 1rem;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .28571429rem;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: -.28571429rem 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: .85rem;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: .28571429rem solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:992px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: .35714286rem .35714286rem 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 .35714286rem .35714286rem
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: .28571429rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: .28571429rem;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 3.09523805rem;
    padding: .71428571rem 1.14285714rem;
    font-size: 1.25rem;
    line-height: 1.3333333;
    border-radius: .42857143rem
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 3.09523805rem;
    line-height: 3.09523805rem
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 1.98928571rem;
    padding: .35714286rem .71428571rem;
    font-size: .85rem;
    line-height: 1.5;
    border-radius: .21428571rem
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 1.98928571rem;
    line-height: 1.98928571rem
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .42857143rem .85714286rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: .28571429rem
}

    .input-group-addon.input-sm {
        padding: .35714286rem .71428571rem;
        font-size: .85rem;
        border-radius: .21428571rem
    }

    .input-group-addon.input-lg {
        padding: .71428571rem 1.14285714rem;
        font-size: 1.25rem;
        border-radius: .42857143rem
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn, .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

        .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
            margin-right: -1px
        }

        .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
            margin-left: -1px
        }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav > li, .nav > li > a {
        position: relative;
        display: block
    }

        .nav > li > a {
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7
    }

    .nav .nav-divider {
        height: 1px;
        margin: -.28571429rem 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: .28571429rem .28571429rem 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: .28571429rem
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: .28571429rem .28571429rem 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: .28571429rem
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: .28571429rem
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: .28571429rem .28571429rem 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden
}

.tab-content > .active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 1.42857143rem;
    border: 1px solid transparent
}

@media (min-width:992px) {
    .navbar {
        border-radius: 0
    }
}

@media (min-width:992px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            visibility: visible !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:992px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:992px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:992px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 24.28571429px 15px;
    font-size: 1.25rem;
    line-height: 1.42857143rem;
    height: 50px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:992px) {
    .navbar > .container-fluid .navbar-brand, .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: .28571429rem
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:992px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 12.14285714px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.42857143rem
    }

@media (max-width:991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 1.42857143rem
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (min-width:992px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 24.28571429px;
                padding-bottom: 24.28571429px
            }
}

.navbar-form {
    margin: 23.85714286px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:991px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width:992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 23.85714286px;
    margin-bottom: 23.85714286px
}

    .navbar-btn.btn-sm {
        margin-top: 24.00535714px;
        margin-bottom: 24.00535714px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 24.28571429px;
    margin-bottom: 24.28571429px
}

@media (min-width:992px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:992px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #fff;
    border-color: #fff
}

    .navbar-default .navbar-brand {
        color: #003a68
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #001e35;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #003a68
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #003a68;
            background-color: #fff
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #003a68
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #fff
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #fff
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #a79d9b
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #fff
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #003a68;
        color: #fff
    }

@media (max-width:991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #003a68
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #003a68;
            background-color: #fff
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #003a68
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .btn-link, .navbar-default .btn-link:focus, .navbar-default .btn-link:hover, .navbar-default .navbar-link, .navbar-default .navbar-link:hover {
    color: #003a68
}

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #080808;
        color: #fff
    }

@media (max-width:991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 1.42857143rem 0;
    border-radius: .28571429rem
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: .42857143rem .85714286rem;
            line-height: 1.42857143;
            text-decoration: none;
            color: #337ab7;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: .28571429rem;
            border-top-left-radius: .28571429rem
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: .28571429rem;
            border-top-right-radius: .28571429rem
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: .71428571rem 1.14285714rem;
    font-size: 1.25rem
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: .42857143rem;
    border-top-left-radius: .42857143rem
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: .42857143rem;
    border-top-right-radius: .42857143rem
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: .35714286rem .71428571rem;
    font-size: .85rem
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: .21428571rem;
    border-top-left-radius: .21428571rem
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: .21428571rem;
    border-top-right-radius: .21428571rem
}

.pager {
    padding-left: 0;
    margin: 1.42857143rem 0;
    list-style: none;
    text-align: center
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        background-color: #fff;
        cursor: not-allowed
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: .85rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 1.42857143rem;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .28571429rem;
    transition: border .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        margin-left: auto;
        margin-right: auto
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 1.42857143rem;
    border: 1px solid transparent;
    border-radius: .28571429rem
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 1.42857143rem;
    margin-bottom: 1.42857143rem;
    background-color: #f5f5f5;
    border-radius: .28571429rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: .85rem;
    line-height: 1.42857143rem;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: .28571429rem;
        border-top-left-radius: .28571429rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .28571429rem;
        border-bottom-left-radius: .28571429rem
    }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 1.42857143rem;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: .28571429rem;
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -.71428571rem;
    border-top-left-radius: -.71428571rem
}

    .panel-heading > .dropdown .dropdown-toggle, .panel-title {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -.71428571rem;
    border-bottom-left-radius: -.71428571rem
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -.71428571rem;
        border-top-left-radius: -.71428571rem
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -.71428571rem;
        border-bottom-left-radius: -.71428571rem
    }

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table-responsive > .table caption, .panel > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
        border-top-right-radius: -.71428571rem;
        border-top-left-radius: -.71428571rem
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
            border-top-left-radius: -.71428571rem
        }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
            border-top-right-radius: -.71428571rem
        }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
        border-bottom-right-radius: -.71428571rem;
        border-bottom-left-radius: -.71428571rem
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: -.71428571rem
        }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: -.71428571rem
        }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #e7e7e7
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 1.42857143rem
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: .28571429rem
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20)
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .42857143rem;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: Gotham SSm A,Gotham SSm B,Gotham A,Gotham B,Arial,sans-serif;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .9;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: .28571429rem
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Gotham SSm A,Gotham SSm B,Gotham A,Gotham B,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .42857143rem;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -.57142857rem -.57142857rem 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px
    }

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        transition: left .6s ease-in-out
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1
        }

@media (-webkit-transform-3d),(transform-3d) {
    .carousel-inner > .item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                left: 0
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-control.left {
        background-image: linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1)
    }

    .carousel-control:focus, .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
        filter: alpha(opacity=90)
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        line-height: 1;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: "\2039"
        }

        .carousel-control .icon-next:before {
            content: "\203A"
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000\9;
        background-color: transparent
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .document-list-outer .documents:after, .document-list-outer .documents:before, .document-list-outer .filter-outer:after, .document-list-outer .filter-outer:before, .download-list-outer .downloads:after, .download-list-outer .downloads:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .gateway-wrapper:after, .gateway-wrapper:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before, .text-and-image-outer .image-then-text:after, .text-and-image-outer .image-then-text:before, .text-and-image-outer .text-then-image:after, .text-and-image-outer .text-then-image:before, .text-and-image-outer .text-then-video:after, .text-and-image-outer .text-then-video:before, .text-and-image-outer .video-then-text:after, .text-and-image-outer .video-then-text:before, .text-and-text-outer .image-then-text:after, .text-and-text-outer .image-then-text:before, .text-and-text-outer .text-then-image:after, .text-and-text-outer .text-then-image:before, .text-and-text-outer .text-then-video:after, .text-and-text-outer .text-then-video:before, .text-and-text-outer .video-then-text:after, .text-and-text-outer .video-then-text:before, .text-and-video-outer .image-then-text:after, .text-and-video-outer .image-then-text:before, .text-and-video-outer .text-then-image:after, .text-and-video-outer .text-then-image:before, .text-and-video-outer .text-then-video:after, .text-and-video-outer .text-then-video:before, .text-and-video-outer .video-then-text:after, .text-and-video-outer .video-then-text:before, .video-library-outer .videos:after, .video-library-outer .videos:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .document-list-outer .documents:after, .document-list-outer .filter-outer:after, .download-list-outer .downloads:after, .form-horizontal .form-group:after, .gateway-wrapper:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after, .text-and-image-outer .image-then-text:after, .text-and-image-outer .text-then-image:after, .text-and-image-outer .text-then-video:after, .text-and-image-outer .video-then-text:after, .text-and-text-outer .image-then-text:after, .text-and-text-outer .text-then-image:after, .text-and-text-outer .text-then-video:after, .text-and-text-outer .video-then-text:after, .text-and-video-outer .image-then-text:after, .text-and-video-outer .text-then-image:after, .text-and-video-outer .text-then-video:after, .text-and-video-outer .video-then-text:after, .video-library-outer .videos:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.form-group.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

    .form-group.row label {
        margin-bottom: 0;
        font-weight: 400
    }

.form-group select {
    padding: 7px 18px
}

.form-control, .form-group select {
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px
}

.form-control {
    padding: 7px 20px
}

html {
    font-size: 14px
}

pre {
    font-size: .92857143rem
}

.form-control-feedback {
    width: calc(1 + 0rem * 1.42857143 + ((6px / 14px) + 0rem * 2) + 2px);
    height: calc(1 + 0rem * 1.42857143 + ((6px / 14px) + 0rem * 2) + 2px)
}

.input-lg + .form-control-feedback {
    width: calc(1.25rem + ((10px / 14px) + 0rem * 2) + 2px);
    height: calc(1.25rem + ((10px / 14px) + 0rem * 2) + 2px)
}

.input-sm + .form-control-feedback {
    width: calc(0.85rem + ((5px / 14px) + 0rem * 2) + 2px);
    height: calc(0.85rem + ((5px / 14px) + 0rem * 2) + 2px)
}

.form-control {
    height: calc(1 + 0rem * 1.42857143 + ((6px / 14px) + 0rem * 2) + 4px)
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding: .42857143rem;
    border: 1px solid transparent
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: calc(1 + 0rem * 1.42857143 + 0.428571428571429px + 0rem + 1px)
}

.form-horizontal .form-control-static {
    padding-top: .42857143rem;
    border-top: 1px solid transparent;
    padding-bottom: .42857143rem;
    border-bottom: 1px solid transparent
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: .42857143rem;
        border-top: 1px solid transparent
    }
}

@font-face {
    font-family: FP-Icons-16;
    src: url(fonts/FP-Icons-16.eot);
    font-weight: 400;
    font-style: normal
}

.course-grid .course-type.Course:before, .fpicon, [class*=" fpicon-"], [class^=fpicon-] {
    font-family: FP-Icons-16 !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.fpicon-Arrow-Down:before {
    content: "\E920"
}

.fpicon-Arrow-Left:before {
    content: "\E921"
}

.fpicon-Arrow-Right:before {
    content: "\E922"
}

.fpicon-Arrow-Up:before {
    content: "\E923"
}

.fpicon-Calendar:before {
    content: "\E924"
}

.fpicon-Caret-Down:before {
    content: "\E900"
}

.fpicon-Caret-Left:before {
    content: "\E901"
}

.fpicon-Caret-Right:before {
    content: "\E903"
}

.fpicon-Caret-Up:before {
    content: "\E904"
}

.fpicon-Cart:before {
    content: "\E905"
}

.fpicon-Certificate:before {
    content: "\E994"
}

.fpicon-Check:before {
    content: "\E906"
}

.fpicon-Clear:before {
    content: "\E925"
}

.fpicon-Close:before {
    content: "\E907"
}

.fpicon-Copy:before {
    content: "\E90D"
}

.fpicon-Directions:before {
    content: "\E927"
}

.fpicon-Download:before {
    content: "\E908"
}

.fpicon-Duplicate:before {
    content: "\E90E"
}

.fpicon-Globe:before {
    content: "\E90F"
}

.fpicon-Lock:before {
    content: "\E910"
}

.fpicon-Mail:before {
    content: "\E911"
}

.fpicon-Microphone:before {
    content: "\E912"
}

.fpicon-Phone:before {
    content: "\E913"
}

.fpicon-Plus:before {
    content: "\E909"
}

.fpicon-Print:before {
    content: "\E902"
}

.fpicon-Search:before {
    content: "\E90A"
}

.fpicon-Share:before {
    content: "\E914"
}

.fpicon-Sort-Down:before {
    content: "\E915"
}

.fpicon-Sort-Up:before {
    content: "\E916"
}

.fpicon-Star-Empty:before {
    content: "\E917"
}

.fpicon-Star-Full:before {
    content: "\E918"
}

.fpicon-Star-Half:before {
    content: "\E919"
}

.fpicon-Stepper:before {
    content: "\E90B"
}

.fpicon-Tooltip:before {
    content: "\E929"
}

.fpicon-Trash:before {
    content: "\E90C"
}

.fpicon-Unlock:before {
    content: "\E91A"
}

@font-face {
    font-family: FP-Icons-32;
    src: url(fonts/FP-Icons-32.eot);
    src: url(fonts/FP-Icons-32.eot#iefix) format("embedded-opentype"),url(fonts/FP-Icons-32.woff2) format("woff2"),url(fonts/FP-Icons-32.ttf) format("truetype"),url(fonts/FP-Icons-32.woff) format("woff"),url(fonts/FP-Icons-32.svg#FP-Icons-32) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon32-"], [class^=icon32-] {
    font-family: FP-Icons-32 !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon32-AIRVO:before {
    content: "\E930"
}

.icon32-Accessories:before {
    content: "\E964"
}

.icon32-CPAP:before {
    content: "\E932"
}

.icon32-Cannula:before {
    content: "\E933"
}

.icon32-Chambers:before {
    content: "\E965"
}

.icon32-Circuits:before {
    content: "\E966"
}

.icon32-Humidification:before {
    content: "\E940"
}

.icon32-Infant-CPAP:before {
    content: "\E969"
}

.icon32-Infant-Resus:before {
    content: "\E941"
}

.icon32-Info-Tech:before {
    content: "\E909"
}

.icon32-Interfaces:before {
    content: "\E970"
}

.icon32-Invasive-Ventilation:before {
    content: "\E945"
}

.icon32-Mask:before {
    content: "\E950"
}

.icon32-Noninvasive-Mask:before {
    content: "\E953"
}

.icon32-Optiflow:before {
    content: "\E954"
}

.icon32-Question:before {
    content: "\E955"
}

.icon32-Surgical:before {
    content: "\E972"
}

@font-face {
    font-family: FPH-Icon-24;
    src: url(fonts/FPH-Icon-24.woff2) format("woff2"),url(fonts/FPH-Icon-24.ttf) format("truetype"),url(fonts/FPH-Icon-24.woff) format("woff"),url(fonts/FPH-Icon-24.svg#FPH-Icon-24) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.fph-icon-24 {
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures
}

.fph-icon-airvo:before {
    content: "\E964"
}

.fph-icon-asset-library:before {
    content: "\E931"
}

.fph-icon-calendar:before {
    content: "\E924"
}

.fph-icon-cannula:before {
    content: "\E933"
}

.fph-icon-caret-down:before {
    content: "\E900"
}

.fph-icon-caret-left:before {
    content: "\E901"
}

.fph-icon-caret-right:before {
    content: "\E903"
}

.fph-icon-caret-up:before {
    content: "\E904"
}

.fph-icon-cart:before {
    content: "\E905"
}

.fph-icon-certificate:before {
    content: "\E994"
}

.fph-icon-chamber:before {
    content: "\E965"
}

.fph-icon-clock:before {
    content: "\E926"
}

.fph-icon-close:before {
    content: "\E907"
}

.fph-icon-cloud-upload:before {
    content: "\E943"
}

.fph-icon-config:before {
    content: "\E92B"
}

.fph-icon-cpap:before {
    content: "\E932"
}

.fph-icon-directions:before {
    content: "\E927"
}

.fph-icon-document:before {
    content: "\E934"
}

.fph-icon-download:before {
    content: "\E908"
}

.fph-icon-facebook:before {
    content: "\E935"
}

.fph-icon-folder:before {
    content: "\E936"
}

.fph-icon-globe:before {
    content: "\E90F"
}

.fph-icon-grid:before {
    content: "\E937"
}

.fph-icon-heart-rate:before {
    content: "\E938"
}

.fph-icon-home:before {
    content: "\E939"
}

.fph-icon-humidity:before {
    content: "\E940"
}

.fph-icon-infant-resus:before {
    content: "\E941"
}

.fph-icon-info:before {
    content: "\E942"
}

.fph-icon-instagram:before {
    content: "\E944"
}

.fph-icon-invasive-ventilation:before {
    content: "\E945"
}

.fph-icon-invite:before {
    content: "\E946"
}

.fph-icon-linkedin:before {
    content: "\E947"
}

.fph-icon-list:before {
    content: "\E948"
}

.fph-icon-location:before {
    content: "\E949"
}

.fph-icon-mail:before {
    content: "\E911"
}

.fph-icon-mask:before {
    content: "\E950"
}

.fph-icon-menu:before {
    content: "\E951"
}

.fph-icon-minus:before {
    content: "\E91E"
}

.fph-icon-mouse:before {
    content: "\E952"
}

.fph-icon-noninvasive-mask:before {
    content: "\E953"
}

.fph-icon-optiflow:before {
    content: "\E954"
}

.fph-icon-placeholder:before {
    content: "\E91C"
}

.fph-icon-plus:before {
    content: "\E909"
}

.fph-icon-print:before {
    content: "\E902"
}

.fph-icon-question:before {
    content: "\E955"
}

.fph-icon-search:before {
    content: "\E90A"
}

.fph-icon-settings:before {
    content: "\E956"
}

.fph-icon-share:before {
    content: "\E914"
}

.fph-icon-show-password:before {
    content: "\E957"
}

.fph-icon-success:before {
    content: "\E958"
}

.fph-icon-success-glyph:before {
    content: "\E973"
}

.fph-icon-tap:before {
    content: "\E959"
}

.fph-icon-trash:before {
    content: "\E90C"
}

.fph-icon-twitter:before {
    content: "\E960"
}

.fph-icon-unlock:before {
    content: "\E91A"
}

.fph-icon-update:before {
    content: "\E968"
}

.fph-icon-user:before {
    content: "\E961"
}

.fph-icon-warning:before {
    content: "\E962"
}

.fph-icon-warning-glyph:before {
    content: "\E928"
}

.fph-icon-youtube:before {
    content: "\E963"
}

#dvFooterCountryDropDown .footer-globe {
    margin-right: 5px !important;
    font-size: 20px
}

.footer__content.footer-menu {
    align-items: center
}
.record_number {
    color: #1c1c1c;
}
.record_number:hover {
    color: #1c1c1c;
}
.record_number:focus {
    color: #1c1c1c;
}
.record_number:active {
    color: #1c1c1c;
}
.public-network-security {
    display: inline-block;
}
.public-network-security .record_icon {
    width: 16px;
    height: 17px;
    margin: -2px 0 0 8px;
}

#dvFooterCountryDropDown .footer-country {
    border: 0 !important;
    display: flex;
    align-items: center
}

    #dvFooterCountryDropDown .footer-country.btn-nav.btn-all {
        background-color: #f6f4f4;
        border-color: #f6f4f4
    }

        #dvFooterCountryDropDown .footer-country.btn-nav.btn-all:hover {
            background-color: #e9e7e7 !important;
            border-color: #e9e7e7 !important;
            outline: 0 !important;
            box-shadow: none !important;
            color: #003a68 !important
        }

.offcanvas {
    display: none
}

    .offcanvas.in {
        display: block
    }

@media (max-width:767px) {
    .offcanvas-xs {
        display: none
    }

        .offcanvas-xs.in {
            display: block
        }
}

@media (max-width:991px) {
    .offcanvas-sm {
        display: none
    }

        .offcanvas-sm.in {
            display: block
        }
}

@media (max-width:1199px) {
    .offcanvas-md {
        display: none
    }

        .offcanvas-md.in {
            display: block
        }
}

.offcanvas-lg {
    display: none
}

    .offcanvas-lg.in {
        display: block
    }

.canvas-sliding {
    transition: top .35s,left .35s,bottom .35s,right .35s
}

.offcanvas-clone {
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    opacity: 0 !important
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("https://resources.fphcare.com/content/ajax-loader.gif") 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url("/Custom/Corporate/Fonts/slick.eot");
    src: url("/Custom/Corporate/Fonts/slick.eot?#iefix") format("embedded-opentype"),url("/Custom/Corporate/Fonts/slick.woff") format("woff"),url("/Custom/Corporate/Fonts/slick.ttf") format("truetype"),url("/Custom/Corporate/Fonts/slick.svg#slick") format("svg")
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -10px\9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

    .slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
        background: transparent;
        color: transparent;
        outline: none
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

        .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
            opacity: .25
        }

        .slick-next:before, .slick-prev:before {
            font-family: slick;
            font-size: 20px;
            line-height: 1;
            color: #fff;
            opacity: .75;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

.slick-prev {
    left: -25px
}

    .slick-prev[dir=rtl] {
        left: auto;
        right: -25px
    }

    .slick-prev:before {
        content: "\2190"
    }

        .slick-prev:before[dir=rtl] {
            content: "\2192"
        }

.slick-next {
    right: -25px
}

    .slick-next[dir=rtl] {
        left: -25px;
        right: auto
    }

    .slick-next:before {
        content: "\2192"
    }

        .slick-next:before[dir=rtl] {
            content: "\2190"
        }

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0
    }

        .slick-dots li, .slick-dots li button {
            height: 20px;
            width: 20px;
            cursor: pointer
        }

            .slick-dots li button {
                border: 0;
                background: transparent;
                display: block;
                outline: none;
                line-height: 0;
                font-size: 0;
                color: transparent;
                padding: 5px
            }

                .slick-dots li button:focus, .slick-dots li button:hover {
                    outline: none
                }

                    .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                        opacity: 1
                    }

                .slick-dots li button:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "\2022";
                    width: 20px;
                    height: 20px;
                    font-family: slick;
                    font-size: 6px;
                    line-height: 20px;
                    text-align: center;
                    color: #000;
                    opacity: .25;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

            .slick-dots li.slick-active button:before {
                color: #000;
                opacity: .75
            }

.input {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #ebe7e6;
    border: 1px solid #dadada;
    padding: 8px;
    width: 300px
}

    .input:active, .input:focus {
        background: #fff;
        border: 1px solid #d1d1d1
    }

#distributorDirectory {
    border-top: 1px solid #dad6d7;
    padding: 20px 0;
    border-bottom: 0;
    padding: 20px 0 0;
    margin-bottom: 0
}

    #distributorDirectory ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        #distributorDirectory ul li {
            border-bottom: 1px solid #d7d7d7;
            padding: 20px 0
        }

            #distributorDirectory ul li:last-child {
                border-bottom: 0
            }

            #distributorDirectory ul li h2 a {
                color: #000
            }

            #distributorDirectory ul li a.more {
                color: #fff;
                margin: 0
            }

                #distributorDirectory ul li a.more:hover {
                    text-decoration: none
                }

#distributorDetail p.details {
    padding: 10px 0
}

#distributorDetail span {
    display: inline-block;
    font-weight: 700;
    width: 130px
}

#distributorDetail .more {
    margin: 0
}

.IE7 .education select {
    width: 120px
}

.education .more:hover {
    text-decoration: none
}

.actions {
    float: right
}

    .actions a {
        background: url("https://resources.fphcare.com/content/sprite-edu.png") no-repeat;
        display: block;
        float: left
    }

        .actions a.close {
            background-position: 0 -201px;
            height: 14px;
            margin: 0 0 0 25px;
            position: relative;
            top: 5px;
            width: 14px
        }

    .actions.print-coursehistory {
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 30px
    }

        .actions.print-coursehistory a {
            background-position: 0 -174px;
            height: 23px;
            width: 23px
        }

.filter-secondline {
    margin: 20px 0 0
}

.email-updates {
    margin: 0 0 20px
}

    .email-updates label {
        position: relative;
        top: 2px
    }

    .email-updates .tooltip:hover:after {
        left: -5%;
        bottom: 25px
    }

    .email-updates .tooltip:hover:before {
        bottom: 20px
    }

.education .filters .actions a.print {
    background-position: 0 -174px;
    height: 23px;
    width: 23px
}

.countdown {
    color: #000;
    font-family: Gotham Narrow SSm\ 4r,Gotham Narrow SSm A,Gotham Narrow SSm B,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 500
}

.duration {
    color: #1999d7;
    display: inline;
    float: left;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 20px
}

    .duration span.date, .duration span.hours, .duration span.time {
        background: url("https://resources.fphcare.com/content/sprite-edu.png") no-repeat;
        display: block;
        float: left;
        margin: 0 20px 0 0;
        padding: 0 0 0 30px
    }

    .duration span.date {
        background-position: 0 -353px;
        margin: 0 20px 0 0
    }

    .duration span.time {
        background-position: 0 -93px
    }

    .duration span.hours {
        background-position: 0 -519px
    }

.main .education-detail h1 {
    overflow: hidden;
    font-size: 22px;
    margin: 0 0 12px
}

.main .education-detail .cont {
    float: right;
    margin: 10px 0 0
}

.main .education-detail .course-status {
    color: #ccc;
    float: left;
    font-size: 12px;
    line-height: 12px;
    margin: 8px 0 0 10px
}

.education-detail h1 span:first-child {
    width: 100%
}

.invitereplacement .aftermessage {
    display: block;
    text-align: center
}

.linkedin-popup .more {
    border: none;
    margin: 0 10px
}

.next-webinar .PollTitle {
    margin: 0 0 20px !important
}

.next-webinar p {
    padding: 0 20px
}

.next-webinar .view {
    color: #665b58;
    display: block;
    padding: 0 20px
}

.register-webinar {
    margin: 20px 0 0
}

    .register-webinar h2 {
        margin: 0 0 20px
    }

    .register-webinar .register input.more {
        display: block
    }

.more {
    padding: 9px 15px;
    color: #fff
}

.brown.more {
    background: #817470;
    border: none;
    color: #fff;
    margin: 10px 20px 10px 0;
    display: inline-block
}

.blue.more {
    background: #003d6b;
    border: none;
    color: #fff
}

    .blue.more:hover {
        background: #7f9eb5
    }

.lightblue.more {
    background: #1999d7;
    color: #fff
}

    .lightblue.more:hover {
        background: #1373a1;
        text-decoration: none
    }

.brown.more:hover {
    background: #998a85;
    text-decoration: none
}

.icons-coursedetail {
    display: block;
    float: right;
    margin: 0 0 20px
}

    .icons-coursedetail span {
        background: url("https://resources.fphcare.com/content/sprite-edu.png") no-repeat;
        display: block;
        float: left;
        height: 31px;
        margin: 0 0 0 20px;
        width: 35px
    }

    .icons-coursedetail .places {
        color: #003d6b;
        font-size: 14px;
        height: 30px;
        line-height: 28px;
        padding: 0 0 0 27px;
        width: auto
    }

.signin-box {
    margin: 0 0 20px;
    font-size: 12px
}

    .signin-box h2 {
        font-size: 1.1em;
        color: #1999d7;
        font-weight: 700;
        line-height: 1.384em;
        margin-top: 0
    }

    .signin-box .more {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        padding: .42857143rem .85714286rem;
        font-size: 1rem;
        line-height: 1.42857143;
        border-radius: .28571429rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4
    }

        .signin-box .more.active.focus, .signin-box .more.active:focus, .signin-box .more.focus, .signin-box .more:active.focus, .signin-box .more:active:focus, .signin-box .more:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }

        .signin-box .more.focus, .signin-box .more:focus, .signin-box .more:hover {
            color: #333;
            text-decoration: none
        }

        .signin-box .more.active, .signin-box .more:active {
            outline: 0;
            background-image: none;
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
        }

        .signin-box .more.disabled, .signin-box .more[disabled], fieldset[disabled] .signin-box .more {
            cursor: not-allowed;
            pointer-events: none;
            opacity: .65;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
            filter: alpha(opacity=65);
            box-shadow: none
        }

        .open > .dropdown-toggle.signin-box .more, .signin-box .more.active, .signin-box .more.focus, .signin-box .more:active, .signin-box .more:focus, .signin-box .more:hover {
            color: #fff;
            background-color: #2e6da4;
            border-color: #286090
        }

        .open > .dropdown-toggle.signin-box .more, .signin-box .more.active, .signin-box .more:active {
            background-image: none
        }

        .signin-box .more.disabled, .signin-box .more.disabled.active, .signin-box .more.disabled.focus, .signin-box .more.disabled:active, .signin-box .more.disabled:focus, .signin-box .more.disabled:hover, .signin-box .more[disabled], .signin-box .more[disabled].active, .signin-box .more[disabled].focus, .signin-box .more[disabled]:active, .signin-box .more[disabled]:focus, .signin-box .more[disabled]:hover, fieldset[disabled] .signin-box .more, fieldset[disabled] .signin-box .more.active, fieldset[disabled] .signin-box .more.focus, fieldset[disabled] .signin-box .more:active, fieldset[disabled] .signin-box .more:focus, fieldset[disabled] .signin-box .more:hover {
            background-color: #337ab7;
            border-color: #2e6da4
        }

        .signin-box .more .badge {
            color: #337ab7;
            background-color: #fff
        }

.inperson-detail {
    position: relative
}

.reservation-type {
    float: right;
    right: 0;
    top: 5px
}

.course-filter-list .reservation-type {
    position: absolute;
    right: 30px;
    top: 15px
}

.reservation-type span {
    background: url("https://resources.fphcare.com/content/sprite-edu.png") no-repeat 0 -415px;
    margin: 0 0 0 10px;
    padding: 0 0 0 20px
}

.education .course-filter-list .icons span.places {
    font-size: 18px
}

.my-account-accordion .panel-heading {
    padding: 0
}

.event-panel-title {
    background: #f2f2f2;
    display: block;
    overflow: hidden;
    position: relative
}

.event-title .title {
    float: left;
    margin: 0;
    padding-right: 92px
}

.event-panel-title .date {
    color: #000;
    font-weight: 700;
    float: right;
    margin-right: 25px
}

.event-panel-title.active {
    background: #1999d7
}

    .event-panel-title.active .date, .event-panel-title.active .title {
        color: #fff
    }

    .event-panel-title.active .title {
        font-weight: 500
    }

.event-panel-title a {
    display: block;
    margin: 2px 0 0;
    padding: 10px
}

    .event-panel-title a:focus, .event-panel-title a:hover {
        text-decoration: none
    }

.event-panel-invites {
    padding: 10px
}

    .event-panel-invites ul {
        list-style: none;
        margin: 10px 0 0;
        padding: 0
    }

        .event-panel-invites ul li {
            clear: both;
            display: block;
            height: 45px;
            position: relative
        }

            .event-panel-invites ul li p.email {
                display: inline-block;
                float: left;
                margin: 0 15px 0 0;
                width: 180px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

@-moz-document url-prefix() {
    .event-panel-invites ul li p.email {
        width: 170px
    }
}

.IE .event-panel-invites ul li p.email {
    margin-right: 5px
}

.event-panel-invites ul li .status, .event-panel-invites ul li .status p, .event-panel-invites ul li .status span {
    clear: none;
    display: inline;
    float: left
}

.event-panel-invites .close, .event-panel-invites ul li span.status, .event-panel-title .open {
    background: url("https://resources.fphcare.com/content/sprite-edu.png") no-repeat;
    display: inline-block;
    height: 16px;
    margin: 0 10px 0 0;
    width: 16px
}

.event-panel-invites ul li span.status {
    float: left;
    display: inline
}

    .event-panel-invites ul li span.status.confirmed {
        background-position: 0 -477px
    }

    .event-panel-invites ul li span.status.reserved {
        background-position: 0 -456px
    }

    .event-panel-invites ul li span.status.declined {
        background-position: 0 -498px
    }

    .event-panel-invites ul li span.status.resend {
        background-position: 0 -612px
    }

    .event-panel-invites ul li span.status.expired {
        background-position: 0 -633px
    }

    .event-panel-invites ul li span.status.error {
        background-position: 0 -654px
    }

    .event-panel-invites ul li span.status.transferred {
        background-position: 0 -675px
    }

.event-panel-title .open {
    background-position: -76px -538px;
    cursor: pointer;
    float: right;
    height: 9px;
    margin: 5px 5px 0 0;
    width: 14px
}

.event-panel-title.active .open {
    background-position: -76px -529px
}

.event-panel-title .open:hover {
    text-decoration: none
}

.event-panel-invites ul li .buttons {
    display: inline;
    float: right;
    margin: 0 12px 0 0
}

    .event-panel-invites ul li .buttons a {
        color: #fff;
        margin: 0 10px 0 0;
        position: relative;
        top: -10px
    }

.event-panel-invites a.close {
    background-position: 0 -201px;
    cursor: pointer;
    height: 14px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 4px;
    width: 14px
}

    .event-panel-invites a.close:hover {
        text-decoration: none
    }

.event-panel-invites .event-action-links {
    border-top: 1px solid #dad6d7;
    padding: 20px 0 10px
}

    .event-panel-invites .event-action-links .event-link-left {
        float: left
    }

    .event-panel-invites .event-action-links .event-link-right {
        float: right
    }

.main table.EditingFormTable {
    border-color: none;
    margin: 0
}

    .main table.EditingFormTable tr:nth-child(2n) td {
        background: none
    }

    .main table.EditingFormTable td {
        border-color: none;
        padding: 5px 0
    }

.main .DropDownField {
    width: auto
}

.FormPanel td {
    vertical-align: top;
    padding: 5px 0
}

    .FormPanel td br {
        display: none
    }

.FormPanel label {
    display: block;
    padding-top: 6px;
    width: 200px;
    font-weight: 400
}

    .FormPanel label span {
        color: #cc3429;
        padding: 0
    }

.FormPanel .DropDownField, .FormPanel input, .FormPanel textarea {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #ebe7e6;
    border: 1px solid #dadada;
    padding: 8px;
    width: 300px
}

    .FormPanel .DropDownField:active, .FormPanel .DropDownField:focus, .FormPanel input:active, .FormPanel input:focus, .FormPanel textarea:active, .FormPanel textarea:focus {
        background: #fff;
        border: 1px solid #d1d1d1
    }

.FormPanel .Error input, .FormPanel .Error textarea {
    border: 1px solid #cc3429
}

.FormPanel .FormButton {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: .42857143rem .85714286rem;
    font-size: 1rem;
    line-height: 1.42857143;
    border-radius: .28571429rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    width: auto
}

    .FormPanel .FormButton.active.focus, .FormPanel .FormButton.active:focus, .FormPanel .FormButton.focus, .FormPanel .FormButton:active.focus, .FormPanel .FormButton:active:focus, .FormPanel .FormButton:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .FormPanel .FormButton.focus, .FormPanel .FormButton:focus, .FormPanel .FormButton:hover {
        color: #333;
        text-decoration: none
    }

    .FormPanel .FormButton.active, .FormPanel .FormButton:active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .FormPanel .FormButton.disabled, .FormPanel .FormButton[disabled], fieldset[disabled] .FormPanel .FormButton {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
        filter: alpha(opacity=65);
        box-shadow: none
    }

    .FormPanel .FormButton.active, .FormPanel .FormButton.focus, .FormPanel .FormButton:active, .FormPanel .FormButton:focus, .FormPanel .FormButton:hover, .open > .dropdown-toggle.FormPanel .FormButton {
        color: #fff;
        background-color: #2e6da4;
        border-color: #286090
    }

    .FormPanel .FormButton.active, .FormPanel .FormButton:active, .open > .dropdown-toggle.FormPanel .FormButton {
        background-image: none
    }

    .FormPanel .FormButton.disabled, .FormPanel .FormButton.disabled.active, .FormPanel .FormButton.disabled.focus, .FormPanel .FormButton.disabled:active, .FormPanel .FormButton.disabled:focus, .FormPanel .FormButton.disabled:hover, .FormPanel .FormButton[disabled], .FormPanel .FormButton[disabled].active, .FormPanel .FormButton[disabled].focus, .FormPanel .FormButton[disabled]:active, .FormPanel .FormButton[disabled]:focus, .FormPanel .FormButton[disabled]:hover, fieldset[disabled] .FormPanel .FormButton, fieldset[disabled] .FormPanel .FormButton.active, fieldset[disabled] .FormPanel .FormButton.focus, fieldset[disabled] .FormPanel .FormButton:active, fieldset[disabled] .FormPanel .FormButton:focus, fieldset[disabled] .FormPanel .FormButton:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .FormPanel .FormButton .badge {
        color: #337ab7;
        background-color: #fff
    }

.FormPanel td.show-br br {
    display: inline
}

.EditingFormErrorLabel, .ErrorLabel {
    color: #cc3429;
    display: block;
    padding-bottom: 10px
}

#distributorDetail .more {
    display: inline-block
}

@media only screen and (max-width:992px) {
    table {
        margin: 0 auto
    }

    .FormPanel td {
        display: block
    }

    .FormPanel .DropDownField, .FormPanel input, .FormPanel textarea {
        width: 250px
    }

    .FormButton {
        width: auto
    }
}

.errormessage {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 3px
}

.noleft {
    margin-left: 0 !important
}

.ghost-button {
    color: #fff;
    background-color: #003a68;
    border-color: #003a68
}

.hospital .ghost-button {
    background-color: #008ed6
}

.homecare .ghost-button {
    background-color: #64a2bb
}

.hospital .ghost-button {
    border-color: #008ed6
}

.homecare .ghost-button {
    border-color: #64a2bb
}

.ghost-button.active, .ghost-button.focus, .ghost-button:active, .ghost-button:focus, .ghost-button:hover {
    background-color: #003a68;
    background-color: #fff;
    border-color: #003a68
}

.hospital .ghost-button.active, .hospital .ghost-button.focus, .hospital .ghost-button:active, .hospital .ghost-button:focus, .hospital .ghost-button:hover {
    background-color: #008ed6
}

.homecare .ghost-button.active, .homecare .ghost-button.focus, .homecare .ghost-button:active, .homecare .ghost-button:focus, .homecare .ghost-button:hover {
    background-color: #64a2bb
}

.hospital .ghost-button.active, .hospital .ghost-button.focus, .hospital .ghost-button:active, .hospital .ghost-button:focus, .hospital .ghost-button:hover {
    border-color: #008ed6
}

.homecare .ghost-button.active, .homecare .ghost-button.focus, .homecare .ghost-button:active, .homecare .ghost-button:focus, .homecare .ghost-button:hover {
    border-color: #64a2bb
}

.ghost-button.active, .ghost-button:active {
    background-image: none
}

.ghost-button-secondary {
    color: #fff;
    background-color: #003a68;
    border-color: #003a68
}

.hospital .ghost-button-secondary {
    background-color: #008ed6
}

.homecare .ghost-button-secondary {
    background-color: #64a2bb
}

.hospital .ghost-button-secondary {
    border-color: #008ed6
}

.homecare .ghost-button-secondary {
    border-color: #64a2bb
}

.ghost-button-secondary.active, .ghost-button-secondary.focus, .ghost-button-secondary:active, .ghost-button-secondary:focus, .ghost-button-secondary:hover {
    background-color: #003a68;
    background-color: #fff;
    border-color: #003a68
}

.hospital .ghost-button-secondary.active, .hospital .ghost-button-secondary.focus, .hospital .ghost-button-secondary:active, .hospital .ghost-button-secondary:focus, .hospital .ghost-button-secondary:hover {
    background-color: #008ed6
}

.homecare .ghost-button-secondary.active, .homecare .ghost-button-secondary.focus, .homecare .ghost-button-secondary:active, .homecare .ghost-button-secondary:focus, .homecare .ghost-button-secondary:hover {
    background-color: #64a2bb
}

.hospital .ghost-button-secondary.active, .hospital .ghost-button-secondary.focus, .hospital .ghost-button-secondary:active, .hospital .ghost-button-secondary:focus, .hospital .ghost-button-secondary:hover {
    border-color: #008ed6
}

.homecare .ghost-button-secondary.active, .homecare .ghost-button-secondary.focus, .homecare .ghost-button-secondary:active, .homecare .ghost-button-secondary:focus, .homecare .ghost-button-secondary:hover {
    border-color: #64a2bb
}

.ghost-button-secondary.active, .ghost-button-secondary:active {
    background-image: none
}

.contact-links_button {
    color: #fff;
    background-color: #003a68;
    border-color: #003a68;
    display: block
}

    .contact-links_button.active, .contact-links_button.focus, .contact-links_button:active, .contact-links_button:focus, .contact-links_button:hover {
        background-color: #003a68;
        background-color: #fff;
        border-color: #003a68
    }

    .contact-links_button.active, .contact-links_button:active {
        background-image: none
    }

.ie8 .at2x {
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src=@path, sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="@path",sizingMethod="scale")
}

.button-outline-white {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    background-color: transparent;
    border: 2px solid;
    border-color: #fff;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    padding: 6px 20px;
    padding: .43rem 1.43rem
}

    .button-outline-white.active, .button-outline-white.focus, .button-outline-white:active, .button-outline-white:focus, .button-outline-white:hover, .open > .dropdown-toggle.button-outline-white {
        color: #333;
        background-color: #f2f2f2;
        border-color: #bfbfbf
    }

    .button-outline-white.active, .button-outline-white:active, .open > .dropdown-toggle.button-outline-white {
        background-image: none
    }

    .button-outline-white.disabled, .button-outline-white.disabled.active, .button-outline-white.disabled.focus, .button-outline-white.disabled:active, .button-outline-white.disabled:focus, .button-outline-white.disabled:hover, .button-outline-white[disabled], .button-outline-white[disabled].active, .button-outline-white[disabled].focus, .button-outline-white[disabled]:active, .button-outline-white[disabled]:focus, .button-outline-white[disabled]:hover, fieldset[disabled] .button-outline-white, fieldset[disabled] .button-outline-white.active, fieldset[disabled] .button-outline-white.focus, fieldset[disabled] .button-outline-white:active, fieldset[disabled] .button-outline-white:focus, fieldset[disabled] .button-outline-white:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .button-outline-white .badge {
        color: #fff;
        background-color: #333
    }

    .button-outline-white:focus, .button-outline-white:hover {
        background-color: transparent;
        border-color: #e5ebf0;
        color: #e5ebf0
    }

.hide-block {
    display: none
}

.button-outline-blue {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    background-color: transparent;
    border: 2px solid;
    border-color: #008ed6;
    border-radius: 8px;
    color: #008ed6;
    cursor: pointer;
    padding: 6px 20px;
    padding: .43rem 1.43rem
}

    .button-outline-blue.active, .button-outline-blue.focus, .button-outline-blue:active, .button-outline-blue:focus, .button-outline-blue:hover, .open > .dropdown-toggle.button-outline-blue {
        color: #333;
        background-color: #f2f2f2;
        border-color: #bfbfbf
    }

    .button-outline-blue.active, .button-outline-blue:active, .open > .dropdown-toggle.button-outline-blue {
        background-image: none
    }

    .button-outline-blue.disabled, .button-outline-blue.disabled.active, .button-outline-blue.disabled.focus, .button-outline-blue.disabled:active, .button-outline-blue.disabled:focus, .button-outline-blue.disabled:hover, .button-outline-blue[disabled], .button-outline-blue[disabled].active, .button-outline-blue[disabled].focus, .button-outline-blue[disabled]:active, .button-outline-blue[disabled]:focus, .button-outline-blue[disabled]:hover, fieldset[disabled] .button-outline-blue, fieldset[disabled] .button-outline-blue.active, fieldset[disabled] .button-outline-blue.focus, fieldset[disabled] .button-outline-blue:active, fieldset[disabled] .button-outline-blue:focus, fieldset[disabled] .button-outline-blue:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .button-outline-blue .badge {
        color: #fff;
        background-color: #333
    }

    .button-outline-blue:focus, .button-outline-blue:hover {
        background-color: transparent;
        border-color: #004a70;
        color: #004a70
    }

.reset-list {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

    .reset-list li {
        display: inline-block
    }

.plain-list {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

    .plain-list li {
        display: block;
        margin-bottom: 5px
    }

html {
    font-weight: 400;
    font-style: normal
}

    html.ie8 {
        font-weight: 400 !important;
        font-style: normal !important
    }

@media (max-width:767px) {
    html {
        font-size: 13px
    }
}

.book {
    font-weight: 400
}

.book, .medium {
    font-family: Gotham SSm A,Gotham SSm B,Gotham A,Gotham B,Arial,sans-serif;
    font-style: normal
}

.medium {
    font-weight: 500
}

.bold, em, strong {
    font-weight: 700
}

.bold, em, h1, h2, h3, h4, h5, h6, strong {
    font-family: Gotham SSm A,Gotham SSm B,Gotham A,Gotham B,Arial,sans-serif;
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: #003a68
}

.h4, h4 {
    line-height: 1.3
}

a {
    color: #008ed6;
    cursor: pointer;
    outline: 0 none
}

    a:hover {
        color: #766a63
    }

input[type=checkbox], input[type=radio] {
    margin: 2px 0 0
}

.clear {
    clear: both;
    height: 0
}

.relative {
    position: relative
}

.panel {
    border-radius: 0;
    box-shadow: none;
    border: 0 none
}

.small-copy {
    font-size: 11px
}

    .small-copy p, p.small-copy {
        margin: 7px 0
    }

.universal-margin {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .universal-margin {
        margin-top: 55px;
        margin-bottom: 55px
    }
}

.hospital a, .hospital h1, .hospital h2, .hospital h3, .hospital h4, .hospital h5, .hospital h6 {
    color: #008ed6
}

    .hospital a:hover {
        color: #766a63
    }

.hospital .button {
    background-color: #008ed6 !important;
    border-color: #008ed6 !important;
    color: #fff
}

    .hospital .button.active, .hospital .button.focus, .hospital .button:active, .hospital .button:focus, .hospital .button:hover, .open > .hospital .button.dropdown-toggle {
        color: #008ed6 !important;
        background-color: #fff !important
    }

.hospital .secondary.button {
    background-color: #0aadff !important;
    border-color: #0aadff !important;
    color: #fff
}

    .hospital .secondary.button.active, .hospital .secondary.button.focus, .hospital .secondary.button:active, .hospital .secondary.button:focus, .hospital .secondary.button:hover, .open > .hospital .secondary.button.dropdown-toggle {
        color: #0aadff !important;
        background-color: #fff !important
    }

.hospital .link {
    color: #008ed6
}

    .hospital .link.active, .hospital .link.focus, .hospital .link:active, .hospital .link:focus, .hospital .link:hover {
        color: #0aadff
    }

.hospital .product-list-outer .product a {
    color: #008ed6
}

.hospital .table-styled th:first-child, .hospital .table-styled th:nth-child(4n) {
    background-color: #008ed6
}

.hospital .table-styled td:first-child, .hospital .table-styled td:nth-child(4n) {
    color: #008ed6
}

.hospital .table-styled .column-stacks td {
    color: #766a63
}

    .hospital .table-styled .column-stacks td.column-1, .hospital .table-styled .column-stacks td.column-4, .hospital .table-styled .column-stacks td.column-7 {
        color: #008ed6
    }

.hospital .table-styled .column-stacks th.column-1, .hospital .table-styled .column-stacks th.column-4, .hospital .table-styled .column-stacks th.column-7 {
    background-color: #008ed6
}

.hospital .form-outer .highlight-outer, .hospital .form-outer .policies a {
    color: #008ed6
}

.hospital .form-outer .error-tooltip {
    background-color: #008ed6
}

    .hospital .form-outer .error-tooltip:after {
        border-bottom-color: #008ed6
    }

.hospital .form-outer .has-error .form-control {
    border: 2px solid #008ed6
}

.homecare a, .homecare h1, .homecare h2, .homecare h3, .homecare h4, .homecare h5, .homecare h6, .my-homecare a, .my-homecare h1, .my-homecare h2, .my-homecare h3, .my-homecare h4, .my-homecare h5, .my-homecare h6 {
    color: #5a90a8
}

    .homecare a:hover, .my-homecare a:hover {
        color: #766a63
    }

.homecare .button, .my-homecare .button {
    background-color: #5a90a8 !important;
    border-color: #5a90a8 !important;
    color: #fff
}

    .homecare .button.active, .homecare .button.focus, .homecare .button:active, .homecare .button:focus, .homecare .button:hover, .my-homecare .button.active, .my-homecare .button.focus, .my-homecare .button:active, .my-homecare .button:focus, .my-homecare .button:hover, .open > .homecare .button.dropdown-toggle, .open > .my-homecare .button.dropdown-toggle {
        color: #5a90a8 !important;
        background-color: #fff !important
    }

.homecare .secondary.button, .my-homecare .secondary.button {
    background-color: #7ba6ba !important;
    border-color: #7ba6ba !important;
    color: #fff
}

    .homecare .secondary.button.active, .homecare .secondary.button.focus, .homecare .secondary.button:active, .homecare .secondary.button:focus, .homecare .secondary.button:hover, .my-homecare .secondary.button.active, .my-homecare .secondary.button.focus, .my-homecare .secondary.button:active, .my-homecare .secondary.button:focus, .my-homecare .secondary.button:hover, .open > .homecare .secondary.button.dropdown-toggle, .open > .my-homecare .secondary.button.dropdown-toggle {
        color: #7ba6ba !important;
        background-color: #fff !important
    }

.homecare .link, .my-homecare .link {
    color: #5a90a8
}

    .homecare .link.active, .homecare .link.focus, .homecare .link:active, .homecare .link:focus, .homecare .link:hover, .my-homecare .link.active, .my-homecare .link.focus, .my-homecare .link:active, .my-homecare .link:focus, .my-homecare .link:hover {
        color: #7ba6ba
    }

.homecare .product-list-outer .product a, .my-homecare .product-list-outer .product a {
    color: #5a90a8
}

.homecare .table-styled th:first-child, .homecare .table-styled th:nth-child(4n), .my-homecare .table-styled th:first-child, .my-homecare .table-styled th:nth-child(4n) {
    background-color: #5a90a8
}

.homecare .table-styled td:first-child, .homecare .table-styled td:nth-child(4n), .my-homecare .table-styled td:first-child, .my-homecare .table-styled td:nth-child(4n) {
    color: #5a90a8
}

.homecare .table-styled .column-stacks td, .my-homecare .table-styled .column-stacks td {
    color: #766a63
}

    .homecare .table-styled .column-stacks td.column-1, .homecare .table-styled .column-stacks td.column-4, .homecare .table-styled .column-stacks td.column-7, .my-homecare .table-styled .column-stacks td.column-1, .my-homecare .table-styled .column-stacks td.column-4, .my-homecare .table-styled .column-stacks td.column-7 {
        color: #5a90a8
    }

.homecare .table-styled .column-stacks th.column-1, .homecare .table-styled .column-stacks th.column-4, .homecare .table-styled .column-stacks th.column-7, .my-homecare .table-styled .column-stacks th.column-1, .my-homecare .table-styled .column-stacks th.column-4, .my-homecare .table-styled .column-stacks th.column-7 {
    background-color: #5a90a8
}

.homecare .form-outer .highlight-outer, .homecare .form-outer .policies a, .my-homecare .form-outer .highlight-outer, .my-homecare .form-outer .policies a {
    color: #5a90a8
}

.homecare .form-outer .error-tooltip, .my-homecare .form-outer .error-tooltip {
    background-color: #5a90a8
}

    .homecare .form-outer .error-tooltip:after, .my-homecare .form-outer .error-tooltip:after {
        border-bottom-color: #5a90a8
    }

.homecare .form-outer .has-error .form-control, .my-homecare .form-outer .has-error .form-control {
    border: 2px solid #5a90a8
}

.btn-education-brown {
    color: #fff;
    background-color: #817470;
    border-color: #817470;
    border: 2px solid #817470;
    border-radius: 0;
    margin-bottom: 5px
}

    .btn-education-brown.active, .btn-education-brown.focus, .btn-education-brown:active, .btn-education-brown:focus, .btn-education-brown:hover, .open > .dropdown-toggle.btn-education-brown {
        color: #fff;
        background-color: #736864;
        border-color: #736864
    }

    .btn-education-brown.active, .btn-education-brown:active, .open > .dropdown-toggle.btn-education-brown {
        background-image: none
    }

    .btn-education-brown.disabled, .btn-education-brown.disabled.active, .btn-education-brown.disabled.focus, .btn-education-brown.disabled:active, .btn-education-brown.disabled:focus, .btn-education-brown.disabled:hover, .btn-education-brown[disabled], .btn-education-brown[disabled].active, .btn-education-brown[disabled].focus, .btn-education-brown[disabled]:active, .btn-education-brown[disabled]:focus, .btn-education-brown[disabled]:hover, fieldset[disabled] .btn-education-brown, fieldset[disabled] .btn-education-brown.active, fieldset[disabled] .btn-education-brown.focus, fieldset[disabled] .btn-education-brown:active, fieldset[disabled] .btn-education-brown:focus, fieldset[disabled] .btn-education-brown:hover {
        background-color: #817470;
        border-color: #817470
    }

    .btn-education-brown .badge {
        color: #817470;
        background-color: #fff
    }

    .btn-education-brown:focus {
        outline: none
    }

.btn-education-light-blue {
    color: #fff;
    background-color: #7f9eb5;
    border-color: #7f9eb5;
    border-radius: 0;
    border: 2px solid #7f9eb5;
    margin-bottom: 5px
}

    .btn-education-light-blue.active, .btn-education-light-blue.focus, .btn-education-light-blue:active, .btn-education-light-blue:focus, .btn-education-light-blue:hover, .open > .dropdown-toggle.btn-education-light-blue {
        color: #fff;
        background-color: #6f92ac;
        border-color: #6f92ac
    }

    .btn-education-light-blue.active, .btn-education-light-blue:active, .open > .dropdown-toggle.btn-education-light-blue {
        background-image: none
    }

    .btn-education-light-blue.disabled, .btn-education-light-blue.disabled.active, .btn-education-light-blue.disabled.focus, .btn-education-light-blue.disabled:active, .btn-education-light-blue.disabled:focus, .btn-education-light-blue.disabled:hover, .btn-education-light-blue[disabled], .btn-education-light-blue[disabled].active, .btn-education-light-blue[disabled].focus, .btn-education-light-blue[disabled]:active, .btn-education-light-blue[disabled]:focus, .btn-education-light-blue[disabled]:hover, fieldset[disabled] .btn-education-light-blue, fieldset[disabled] .btn-education-light-blue.active, fieldset[disabled] .btn-education-light-blue.focus, fieldset[disabled] .btn-education-light-blue:active, fieldset[disabled] .btn-education-light-blue:focus, fieldset[disabled] .btn-education-light-blue:hover {
        background-color: #7f9eb5;
        border-color: #7f9eb5
    }

    .btn-education-light-blue .badge {
        color: #7f9eb5;
        background-color: #fff
    }

    .btn-education-light-blue:focus {
        outline: none
    }

.btn-education-blue-dark {
    color: #fff;
    background-color: #003a68;
    border-color: #003a68;
    border-radius: 0;
    border: 2px solid #003a68;
    margin-bottom: 5px
}

    .btn-education-blue-dark.active, .btn-education-blue-dark.focus, .btn-education-blue-dark:active, .btn-education-blue-dark:focus, .btn-education-blue-dark:hover, .open > .dropdown-toggle.btn-education-blue-dark {
        color: #fff;
        background-color: #002c4f;
        border-color: #002c4f
    }

    .btn-education-blue-dark.active, .btn-education-blue-dark:active, .open > .dropdown-toggle.btn-education-blue-dark {
        background-image: none
    }

    .btn-education-blue-dark.disabled, .btn-education-blue-dark.disabled.active, .btn-education-blue-dark.disabled.focus, .btn-education-blue-dark.disabled:active, .btn-education-blue-dark.disabled:focus, .btn-education-blue-dark.disabled:hover, .btn-education-blue-dark[disabled], .btn-education-blue-dark[disabled].active, .btn-education-blue-dark[disabled].focus, .btn-education-blue-dark[disabled]:active, .btn-education-blue-dark[disabled]:focus, .btn-education-blue-dark[disabled]:hover, fieldset[disabled] .btn-education-blue-dark, fieldset[disabled] .btn-education-blue-dark.active, fieldset[disabled] .btn-education-blue-dark.focus, fieldset[disabled] .btn-education-blue-dark:active, fieldset[disabled] .btn-education-blue-dark:focus, fieldset[disabled] .btn-education-blue-dark:hover {
        background-color: #003a68;
        border-color: #003a68
    }

    .btn-education-blue-dark .badge {
        color: #003a68;
        background-color: #fff
    }

    .btn-education-blue-dark:focus {
        outline: none
    }

.btn-survey {
    background-color: #008ed6;
    border-color: #008ed6;
    border-radius: 0;
    border: #008ed6;
    width: 100%
}

.btn-education-blue-bright {
    color: #fff;
    background-color: #1999d7;
    border-color: #1999d7;
    border-radius: 0;
    border: 2px solid #1999d7;
    margin-bottom: 5px
}

    .btn-education-blue-bright.active, .btn-education-blue-bright.focus, .btn-education-blue-bright:active, .btn-education-blue-bright:focus, .btn-education-blue-bright:hover, .open > .dropdown-toggle.btn-education-blue-bright {
        color: #fff;
        background-color: #1689c0;
        border-color: #1689c0
    }

    .btn-education-blue-bright.active, .btn-education-blue-bright:active, .open > .dropdown-toggle.btn-education-blue-bright {
        background-image: none
    }

    .btn-education-blue-bright.disabled, .btn-education-blue-bright.disabled.active, .btn-education-blue-bright.disabled.focus, .btn-education-blue-bright.disabled:active, .btn-education-blue-bright.disabled:focus, .btn-education-blue-bright.disabled:hover, .btn-education-blue-bright[disabled], .btn-education-blue-bright[disabled].active, .btn-education-blue-bright[disabled].focus, .btn-education-blue-bright[disabled]:active, .btn-education-blue-bright[disabled]:focus, .btn-education-blue-bright[disabled]:hover, fieldset[disabled] .btn-education-blue-bright, fieldset[disabled] .btn-education-blue-bright.active, fieldset[disabled] .btn-education-blue-bright.focus, fieldset[disabled] .btn-education-blue-bright:active, fieldset[disabled] .btn-education-blue-bright:focus, fieldset[disabled] .btn-education-blue-bright:hover {
        background-color: #1999d7;
        border-color: #1999d7
    }

    .btn-education-blue-bright .badge {
        color: #1999d7;
        background-color: #fff
    }

    .btn-education-blue-bright:focus {
        outline: none
    }

.buttons:after, .buttons:before {
    content: " ";
    display: table
}

.buttons:after {
    clear: both
}

.buttons .btn {
    margin-right: 5px;
    float: left
}

.center {
    text-align: center
}

.alert h3 {
    margin-top: 0
}

.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-error hr {
        border-top-color: #e4b9c0
    }

    .alert-error .alert-link {
        color: #843534
    }

.kitkat {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.infobar {
    background-color: #fff;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2ffffff, endColorstr=#f2ffffff)";
    background-color: hsla(0,0%,100%,.95);
    width: 100%;
    position: fixed;
    padding: 15px 0;
    min-height: 55px;
    bottom: 0;
    z-index: 99999
}

    .infobar .close {
        color: #003a68;
        opacity: 1;
        text-shadow: 0 0 0 #fff;
        font-size: 42px
    }

.infobar-content {
    text-align: center;
    font-size: 14px;
    color: #666
}

    .infobar-content .infobar-content-wrapper {
        padding: 0 20px
    }

    .infobar-content > a {
        display: inline-block;
        vertical-align: middle;
        line-height: normal
    }

        .infobar-content > a, .infobar-content > a:hover, .infobar-content > a:visted {
            color: #003a68;
            text-decoration: underline
        }

.cookie-consent-content {
    font-size: 11px !important;
    text-align: left !important;
    display: inline-flex;
    align-items: center
}

@media only screen and (max-width:767px) {
    .cookie-consent-content {
        display: block
    }
}

.cookie-consent-buttons .cookie-consent-button {
    font-size: 11px !important;
    padding: 12px 35px !important
}

.partial-loader {
    background: url("https://resources.fphcare.com/content/loader.gif") 50% no-repeat transparent;
    height: 120px
}

.button-all-articles {
    background-color: #5a90a8 !important;
    border: 2px solid #5a90a8 !important
}

    .button-all-articles.active, .button-all-articles.focus, .button-all-articles:active, .button-all-articles:focus, .button-all-articles:hover, .open > .button-all-articles.dropdown-toggle {
        color: #5a90a8 !important;
        background-color: #fff !important
    }

.button-fp-blue {
    background-color: #003a69 !important;
    border: 2px solid #003a69 !important
}

    .button-fp-blue.active, .button-fp-blue.focus, .button-fp-blue:active, .button-fp-blue:focus, .button-fp-blue:hover, .open > .button-fp-blue.dropdown-toggle {
        color: #003a69 !important;
        background-color: #fff !important
    }

.dashboard {
    min-height: calc(100vh - 60px);
    background-color: #f9f9f9;
    padding: 1.75rem 1rem;
    color: #1c1c1c
}

    .dashboard h1 {
        font-size: 20px;
        line-height: 28px
    }

    .dashboard h1, .dashboard h2 {
        color: #1c1c1c;
        font-weight: 700;
        letter-spacing: -.025em
    }

    .dashboard h2 {
        font-size: 16px;
        line-height: 24px
    }

    .dashboard h3 {
        font-size: 14px;
        font-weight: 700;
        color: #1c1c1c;
        line-height: 20px
    }

    .dashboard hr {
        margin-top: 14px;
        margin-bottom: 24px
    }

.brand-header {
    max-width: 110px;
    margin-right: 15px
}

@media (min-width:768px) {
    .brand-header {
        max-width: 110px;
        margin-right: 40px;
        padding-top: 0
    }
}

.brand-footer {
    max-width: 170px
}

@media (max-width:767px) {
    .brand-footer {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .brand-footer {
        display: none !important
    }
}

.content-inner {
    transition: margin-left .2s ease-in-out
}

    .content-inner .white-backg {
        background-color: #fff
    }

    .content-inner.light-blue {
        background-color: #4f8abe
    }

    .content-inner.vlight-blue {
        background-color: #abcce8
    }

.content-aside {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .content-aside {
        float: left;
        width: 25%
    }
}

.content-aside .panel-body {
    padding: 2.85rem 1.78rem
}

.content-main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .content-main {
        float: left;
        width: 75%
    }
}

.content-main .panel-body {
    padding: 2.85rem
}

.content-main .intro, .content-main h1 {
    margin-top: 0;
    margin-bottom: 2.5rem
}

    .content-main h1 img {
        display: block;
        max-width: 100%;
        height: auto
    }

.content-main .intro {
    font-family: Gotham SSm A,Gotham SSm B,Gotham A,Gotham B,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-size: 1.29rem;
    line-height: 24px;
    line-height: 1.71rem;
    color: #003a68
}

header .logo {
    max-height: 26px
}

header .btn-nav {
    font-family: Gotham SSm A,Gotham SSm B,Gotham A,Gotham B,Arial,sans-serif;
    font-weight: 500;
    font-style: normal;
    height: 32px;
    border: none;
    background-color: transparent;
    padding: 0 8px;
    margin: 0 4px;
    line-height: 32px;
    font-size: 15px;
    color: #003a68
}

    header .btn-nav:active, header .btn-nav:focus, header .btn-nav:hover {
        /*background-color: #e9e7e7;*/
        /*border-color: #e9e7e7;*/
        outline: 0 !important;
        box-shadow: none !important;
        color: #003a68
    }

    header .btn-nav.btn-all {
        background-color: #f6f4f4;
        border-color: #f6f4f4
    }

        header .btn-nav.btn-all:active, header .btn-nav.btn-all:focus, header .btn-nav.btn-all:hover {
            background-color: #e9e7e7 !important;
            border-color: #e9e7e7 !important;
            outline: 0 !important;
            box-shadow: none !important
        }

    header .btn-nav span {
        vertical-align: middle
    }

header .btn-nav-grey {
    color: #707070
}

    header .btn-nav-grey:active, header .btn-nav-grey:focus, header .btn-nav-grey:hover {
        background-color: transparent !important;
        border-color: transparent !important;
        outline: 0 !important;
        box-shadow: none !important;
        color: #333 !important
    }

header .btn-nav-action {
    background-color: #1b841b;
    color: #fff
}

    header .btn-nav-action:active, header .btn-nav-action:focus, header .btn-nav-action:hover {
        background-color: #156615;
        color: #fff
    }

.ie-stickyFooter {
    display: -ms-flexbox
}

#form {
    width: 100%;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column
}

    #form > .content-outer {
        flex-grow: 1
    }

.footer {
    background-color: #f9f9f9;
    font-size: 12px;
    color: #707070;
    line-height: 16px
}

    .footer .light {
        background-color: #f6f6f6
    }

        .footer .light .footer__content {
            margin: 24px 0
        }

    .footer .logo {
        height: 26px
    }

.footer__content {
    margin: 32px 0;
    display: flex;
    justify-content: space-between;
    color: #1c1c1c
}

    .footer__content .link--blue {
        display: flex;
        align-items: center
    }

        .footer__content .link--blue img {
            margin: 0 8px
        }

    .footer__content .list--pipe {
        display: flex;
        align-items: center
    }

        .footer__content .list--pipe li {
            padding: 0 8px
        }

        .footer__content .list--pipe > :not(:last-child) {
            border-right: 1px solid #dbdbdb;
            border-left: 0
        }

[dir=rtl] .footer__content .list--pipe > :not(:last-child) {
    border-left: 1px solid #dbdbdb;
    border-right: 0
}

.footer__content--mobile {
    flex-direction: column
}

    .footer__content--mobile .list--pipe {
        margin: 10px 0
    }

        .footer__content--mobile .list--pipe > :not(:first-child) {
            padding-left: 12px
        }

        .footer__content--mobile .list--pipe > :not(:last-child) {
            padding-right: 12px
        }

    .footer__content--mobile .footer__copyright {
        margin-top: 10px
    }

.footer__country-select {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    background: #fff
}

.footer__link {
    margin: 12px 0;
    font-weight: 500
}

.footer__list > * {
    margin: 6px 0
}

.footer__list:not(:last-child) {
    margin-bottom: 32px
}

.footer__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right
}

    .footer__right .logo-target {
        display: flex;
        justify-content: flex-end
    }

.footer__section {
    text-transform: uppercase;
    font-family: Gotham SSm A,Gotham SSm B,Gotham A,Gotham B,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #6a6a6a;
    font-size: 13px;
    line-height: 20px
}

.footer__social {
    font-size: 36px;
    display: flex
}

    .footer__social .link--plain {
        display: inline-flex;
        font-size: 32px
    }

        .footer__social .link--plain:not(:last-child) {
            margin-right: 8px
        }

.footer > .container .footer__content {
    margin: 32px 0
}

.fph-online-form .EditingFormTable {
    width: 100%
}

    .fph-online-form .EditingFormTable tr {
        display: flex;
        margin-bottom: 15px
    }

@media only screen and (max-width:992px) {
    .fph-online-form .EditingFormTable tr {
        flex-direction: column
    }
}

.fph-online-form .EditingFormTable td.FieldLabel {
    flex: 2;
    padding-right: 16px
}

.fph-online-form .EditingFormTable td.EditingFormValueCell {
    flex: 4
}

.fph-online-form .EditingFormTable .EditingFormButtonCell input[type=submit], .fph-online-form .EditingFormTable input.FormButton {
    background-color: #008ed6;
    color: #fff;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #008ed6;
    padding: 16px;
    margin-top: 36px
}

    .fph-online-form .EditingFormTable .EditingFormButtonCell input[type=submit]:hover, .fph-online-form .EditingFormTable input.FormButton:hover {
        color: #008ed6;
        border-color: #008ed6;
        background-color: #fff
    }

.fph-online-form .EditingFormTable .checkbox, .fph-online-form .EditingFormTable .radio {
    margin-top: 0
}

    .fph-online-form .EditingFormTable .checkbox label, .fph-online-form .EditingFormTable .radio label {
        padding-top: 0;
        margin-bottom: 4px
    }

    .fph-online-form .EditingFormTable .checkbox input, .fph-online-form .EditingFormTable .radio input {
        margin-top: 4px;
        margin-left: 0
    }

.fph-online-form .EditingFormTable .ExplanationText {
    font-size: 12px;
    color: gray;
    margin-top: 4px
}

.fph-online-form-inner .CaptchaTable td img {
    height: 35px
}

.link--blue, .link--blue:active, .link--blue:focus, .link--blue:hover {
    color: #003a68 !important
}

.link--light {
    color: #a79d9b !important
}

    .link--light:active, .link--light:focus, .link--light:hover {
        color: #707070 !important
    }

.link--plain:active, .link--plain:focus, .link--plain:hover {
    text-decoration: none
}

.list--horizontal > * {
    display: inline
}

.list--pipe {
    margin-bottom: 0;
    padding: 0
}

    .list--pipe > :not(:first-child) {
        padding-left: 24px
    }

    .list--pipe > :not(:last-child) {
        border-right: 1px solid #003a68;
        padding-right: 24px
    }

.list--plain {
    margin: 0;
    padding: 0;
    list-style: none outside none
}

.nav-accordion {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    width: 100%;
    font-size: 15px
}

    .nav-accordion:not(.nav-accordion--top-level) {
        margin: 12px 0
    }

        .nav-accordion:not(.nav-accordion--top-level) > .nav-accordion__content .nav-accordion__item {
            margin-left: 12px
        }

    .nav-accordion .fpicon-Caret-Down {
        transition: all .2s ease-in-out
    }

.nav-accordion__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: background .2s ease-in-out,max-height .2s ease-in-out,opacity .2s ease-in-out .25s
}

.nav-accordion__item {
    border: none;
    margin: 12px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    color: #fff !important;
    font-weight: 500;
    transition: all .2s ease-in-out
}

    .nav-accordion__item:active, .nav-accordion__item:focus, .nav-accordion__item:hover {
        color: #fff !important
    }

.nav-accordion__item--em {
    justify-content: start;
    font-family: Gotham SSm A,Gotham SSm B,Gotham A,Gotham B,Arial,sans-serif;
    font-weight: 700;
    font-style: normal
}

    .nav-accordion__item--em:after {
        font-family: FP-Icons-16 !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        display: inline-block;
        content: "\E903";
        margin-left: 4px
    }

.nav-accordion__toggle {
    margin: 0;
    font-weight: 700
}

.nav-accordion--open > .nav-accordion__content {
    max-height: 1000px;
    opacity: 1
}

.nav-accordion--open > .nav-accordion__toggle .fpicon-Caret-Down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-accordion--open.nav-accordion--top-level > .nav-accordion__toggle {
    background-color: #01325a
}

.nav-accordion--top-level > .nav-accordion__toggle {
    margin: 0 -20px 0 -18px;
    padding: 12px 20px 12px 18px
}

body {
    padding-top: 60px
}

.nav-bar {
    position: fixed;
    width: 100%;
    transition: all .2s ease-in-out
}

    .nav-bar .fph-icon-close {
        display: none
    }

    .nav-bar .btn-nav .fpicon-Caret-Down {
        margin-left: 4px
    }

    .nav-bar .btn-nav {
        font-size: 14px;
        margin: 0;
        align-items: center;
        white-space: nowrap
    }

    .nav-bar .btn-nav, .nav-bar .list--horizontal > * {
        display: inline-flex
    }

    .nav-bar .logo-target, .nav-bar .nav-bar__main-menu, .nav-bar .nav-bar__settings-menu, .nav-bar .nav-bar__shortcut-menu {
        display: flex;
        flex-wrap: nowrap
    }

    .nav-bar .nav-bar__main-menu {
        margin: 0 16px
    }

    .nav-bar .nav-bar__shortcut-menu {
        padding: 0 !important
    }

    .nav-bar .nav-menu--mega .nav-menu__body {
        top: 60px
    }

    .nav-bar .nav-bar__mobile-toggle {
        font-size: 24px
    }

    .nav-bar .dropdown-toggle:after {
        content: none
    }

.nav-bar__container, .nav-bar__container-fluid {
    display: flex;
    margin: 0 auto;
    padding: 12px 24px;
    justify-content: space-between;
    align-items: center
}

@media (min-width:992px) {
    .nav-bar__container, .nav-bar__container-fluid {
        padding: 12px 16px
    }
}

.nav-bar__container-fluid .btn-search, .nav-bar__container .btn-search {
    font-size: inherit;
    margin: 0
}

    .nav-bar__container-fluid .btn-search .fpicon-Search, .nav-bar__container .btn-search .fpicon-Search {
        font-size: 24px;
        position: relative;
        top: -1px;
        margin-right: 4px
    }

@media screen and (min-width:992px) {
    .nav-bar__container-fluid .btn-search .fpicon-Search, .nav-bar__container .btn-search .fpicon-Search {
        font-size: 20px
    }
}

.nav-bar__container-fluid .btn-root, .nav-bar__container .btn-root {
    font-weight: 700;
    font-size: 16px
}

.nav-bar__container-fluid .fph-icon-question, .nav-bar__container .fph-icon-question {
    font-size: 24px
}

.nav-bar__container {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 16px
}

@media (min-width:768px) {
    .nav-bar__container {
        max-width: 750px
    }
}

@media (min-width:992px) {
    .nav-bar__container {
        max-width: 1170px
    }
}

@media (min-width:1200px) {
    .nav-bar__container {
        max-width: 1280px
    }
}

.nav-bar__main-menu {
    margin-left: 24px;
    margin-right: 16px;
    flex-grow: 1
}

.nav-bar__settings-menu {
    border-left: 1px solid #cbc9c9;
    margin-left: 16px
}

    .nav-bar__settings-menu .country-dropdown {
        font-size: 13px;
        padding: 0;
        width: auto;
        margin: 0 -2px
    }

        .nav-bar__settings-menu .country-dropdown .fpicon-Caret-Down, .nav-bar__settings-menu .country-dropdown .fpicon-Globe, .nav-bar__settings-menu .country-dropdown span {
            margin: 0 2px
        }

        .nav-bar__settings-menu .country-dropdown .fpicon-Caret-Down {
            font-size: 16px
        }

    .nav-bar__settings-menu .fph-icon-globe {
        font-size: 24px
    }

    .nav-bar__settings-menu .btn-log-in {
        font-size: 13px;
        line-height: 36px;
        padding: 0
    }

    .nav-bar__settings-menu .btn-account {
        padding: 0;
        margin-right: 0
    }

        .nav-bar__settings-menu .btn-account .fph-icon-user {
            font-size: 24px
        }

        .nav-bar__settings-menu .btn-account .fpicon-Caret-Down {
            margin-left: 4px;
            font-size: 16px
        }

[dir=rtl] .nav-bar__settings-menu {
    border-right: 1px solid #cbc9c9;
    margin-right: 16px;
    border-left: 0;
    margin-left: 0
}

.nav-bar--mobile {
    display: flex;
    height: 0;
    overflow: hidden
}

    .nav-bar--mobile .nav-bar__container {
        height: 100%;
        padding: 12px 30px 24px 32px;
        flex-direction: column;
        justify-content: start;
        align-items: stretch
    }

    .nav-bar--mobile .nav-menu__mobile-footer a.nav-menu-item img {
        margin-right: 8px
    }

.nav-bar--primary {
    top: 0;
    height: 60px;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    background-color: #fff
}

@media (max-width:991px) {
    .nav-bar--primary {
        background-color: #fcfafa
    }
}

.nav-bar--primary .nav-bar__container-fluid .list--horizontal:last-child, .nav-bar--primary .nav-bar__container-fluid .list--horizontal:nth-last-child(2), .nav-bar--primary .nav-bar__container .list--horizontal:last-child, .nav-bar--primary .nav-bar__container .list--horizontal:nth-last-child(2) {
    padding: 0 16px
}

.nav-bar--primary .nav-bar__container-fluid .list--horizontal:last-child, .nav-bar--primary .nav-bar__container .list--horizontal:last-child {
    padding-right: 0
}

.nav-bar--primary.nav-bar--full-screen {
    height: 100%
}

.nav-bar--primary .nav-bar__container, .nav-bar--primary .nav-bar__container-fluid {
    height: 60px
}

.nav-bar--primary .list--horizontal > :not(:first-child) {
    margin-left: 0
}

.nav-bar--primary .list--horizontal > :not(:last-child) {
    margin-right: 8px
}

.nav-bar--secondary {
    top: 60px;
    z-index: 90;
    min-height: 40px;
    background-color: rgba(0,58,104,.9)
}

    .nav-bar--secondary .nav-bar__container {
        padding-top: 0;
        padding-bottom: 0
    }

    .nav-bar--secondary .nav-menu__body {
        top: 41px
    }

    .nav-bar--secondary .nav-bar-list__item--plain.active {
        font-weight: 700;
        font-size: 14px
    }

    .nav-bar--secondary .nav-bar-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

    .nav-bar--secondary .nav-bar-list__item {
        display: inline-flex;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 6px;
        font-size: 13px;
        line-height: 20px
    }

    .nav-bar--secondary .nav-bar-list__separator {
        height: 20px
    }

    .nav-bar--secondary .nav-bar-list__item .fpicon-Caret-Down {
        margin-left: 4px
    }

    .nav-bar--secondary .list--horizontal {
        margin: 0 -12px
    }

        .nav-bar--secondary .list--horizontal > * {
            margin: 0 12px
        }

.nav-bar--full-screen .fph-icon-menu {
    display: none
}

.nav-bar--full-screen .fph-icon-close {
    display: unset;
    font-size: 24px
}

.nav-bar--full-screen .nav-bar--mobile {
    height: calc(100% - 60px)
}

@media (max-width:991px) {
    .nav-bar--full-screen {
        height: 100%
    }

        .nav-bar--full-screen:last-child:after {
            border-bottom-color: transparent
        }
}

.dropdown-menu .nav-menu-item__title {
    padding-bottom: 16px
}

.dropdown-menu .nav-menu-item__image {
    margin: 0;
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 4px
}

.dropdown-menu .nav-menu-item__description {
    font-size: 12px;
    color: #707070;
    line-height: 18px
}

.dropdown-menu .nav-menu-item__link {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500
}

.dropdown-menu.nav-menu__body {
    padding: 24px
}

    .dropdown-menu.nav-menu__body > .list--plain {
        max-height: 320px;
        overflow-y: auto
    }

        .dropdown-menu.nav-menu__body > .list--plain > :not(:last-child) {
            margin-bottom: 16px
        }

[dir=rtl] .dropdown-menu {
    text-align: right
}

.nav-bar-list > * {
    font-size: 13px;
    font-family: Gotham SSm A,Gotham SSm B,Gotham A,Gotham B,Arial,sans-serif;
    font-weight: 500;
    font-style: normal
}

.nav-bar-list > :not(:first-child) {
    margin-left: 12px
}

.nav-bar-list > :not(:last-child) {
    margin-right: 12px
}

.nav-bar-list__item {
    display: inline-block;
    margin: 0;
    border-bottom: 4px solid transparent;
    padding-top: 12px;
    padding-bottom: 8px;
    color: #fff !important;
    transition: all .2s ease
}

    .nav-bar-list__item:active, .nav-bar-list__item:focus, .nav-bar-list__item:hover {
        color: #fff !important;
        text-decoration: none;
        border-bottom-color: #7f9cb3
    }

    .nav-bar-list__item.active {
        border-bottom-color: #269edc
    }

.nav-bar-list__item--plain.active, .nav-bar-list__item--plain:active, .nav-bar-list__item--plain:focus, .nav-bar-list__item--plain:hover {
    border-bottom-color: transparent
}

.nav-bar-list__separator {
    border-right: 1px solid #fff
}

.nav-menu {
    display: inline-block
}

.nav-menu__body {
    top: 46px;
    min-width: 224px;
    border: 1px solid #cbc9c9;
    background-color: #fcfafa;
    padding: 24px 36px 24px 24px
}

.nav-menu__bump-inner, .nav-menu__bump-outer {
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-left-radius: 5px;
    content: " "
}

.nav-menu__bump-outer {
    top: -6px;
    border: 2px solid #cbc9c9
}
@font-face {
    font-family: 'FPDS-Icon-Small';
    src: url('fonts/FPDS-Icon-Small.woff2?w79s3y') format('woff2'), url('fonts/FPDS-Icon-Small.ttf?w79s3y') format('truetype'), url('fonts/FPDS-Icon-Small.woff?w79s3y') format('woff'), url('fonts/FPDS-Icon-Small.svg?w79s3y#FPDS-Icon-Small') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.fpds-Icon--small {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'FPDS-Icon-Small' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fpds-Icon-airvo:before {
    content: "\e930";
}

.fpds-Icon-airvo3:before {
    content: "\e93a";
}

.fpds-Icon-archive:before {
    content: "\e985";
}

.fpds-Icon-arrowDown:before {
    content: "\e920";
}

.fpds-Icon-arrowLeft:before {
    content: "\e921";
}

.fpds-Icon-arrowRight:before {
    content: "\e922";
}

.fpds-Icon-arrowUp:before {
    content: "\e923";
}

.fpds-Icon-award:before {
    content: "\e9a4";
}

.fpds-Icon-bold:before {
    content: "\e92c";
}

.fpds-Icon-bookmarkEmpty:before {
    content: "\e977";
}

.fpds-Icon-bookmarkFull:before {
    content: "\e978";
}

.fpds-Icon-bookmarkOff:before {
    content: "\e981";
}

.fpds-Icon-bullet:before {
    content: "\e990";
}

.fpds-Icon-calendar:before {
    content: "\e924";
}

.fpds-Icon-cannula:before {
    content: "\e933";
}

.fpds-Icon-caretDown:before {
    content: "\e900";
}

.fpds-Icon-caretLeft:before {
    content: "\e901";
}

.fpds-Icon-caretRight:before {
    content: "\e903";
}

.fpds-Icon-caretUp:before {
    content: "\e904";
}

.fpds-Icon-cart:before {
    content: "\e905";
}

.fpds-Icon-certified:before {
    content: "\e994";
}

.fpds-Icon-chamber:before {
    content: "\e965";
}

.fpds-Icon-check:before {
    content: "\e906";
}

.fpds-Icon-clearGlyph:before {
    content: "\e925";
}

.fpds-Icon-clock:before {
    content: "\e926";
}

.fpds-Icon-close:before {
    content: "\e907";
}

.fpds-Icon-cloudDownload:before {
    content: "\e94a";
}

.fpds-Icon-cloudUpload:before {
    content: "\e943";
}

.fpds-Icon-config:before {
    content: "\e92b";
}

.fpds-Icon-copy:before {
    content: "\e90d";
}

.fpds-Icon-cpap:before {
    content: "\e932";
}

.fpds-Icon-dashboard:before {
    content: "\e986";
}

.fpds-Icon-desktop:before {
    content: "\e9a5";
}

.fpds-Icon-directions:before {
    content: "\e927";
}

.fpds-Icon-document:before {
    content: "\e934";
}

.fpds-Icon-download:before {
    content: "\e908";
}

.fpds-Icon-duplicate:before {
    content: "\e90e";
}

.fpds-Icon-edit:before {
    content: "\e91f";
}

.fpds-Icon-ellipsisH:before {
    content: "\e91b";
}

.fpds-Icon-ellipsisV:before {
    content: "\e92a";
}

.fpds-Icon-error:before {
    content: "\e987";
}

.fpds-Icon-error-glyph:before {
    content: "\e988";
}

.fpds-Icon-externalLink:before {
    content: "\e9a6";
}

.fpds-Icon-facebook:before {
    content: "\e935";
}

.fpds-Icon-fileDoc:before {
    content: "\e995";
}

.fpds-Icon-fileJpg:before {
    content: "\e996";
}

.fpds-Icon-filePdf:before {
    content: "\e997";
}

.fpds-Icon-filePng:before {
    content: "\e998";
}

.fpds-Icon-filter:before {
    content: "\e91d";
}

.fpds-Icon-folder:before {
    content: "\e936";
}

.fpds-Icon-formatClear:before {
    content: "\e974";
}

.fpds-Icon-fullscreen:before {
    content: "\e93c";
}

.fpds-Icon-fullscreenOff:before {
    content: "\e93d";
}

.fpds-Icon-globe:before {
    content: "\e90f";
}

.fpds-Icon-grid:before {
    content: "\e937";
}

.fpds-Icon-heartEmpty:before {
    content: "\e975";
}

.fpds-Icon-heartFull:before {
    content: "\e976";
}

.fpds-Icon-heartRate:before {
    content: "\e938";
}

.fpds-Icon-home:before {
    content: "\e939";
}

.fpds-Icon-humidity:before {
    content: "\e940";
}

.fpds-Icon-image:before {
    content: "\e931";
}

.fpds-Icon-infantResus:before {
    content: "\e941";
}

.fpds-Icon-info:before {
    content: "\e942";
}

.fpds-Icon-instagram:before {
    content: "\e944";
}

.fpds-Icon-invasiveVentilation:before {
    content: "\e945";
}

.fpds-Icon-invite:before {
    content: "\e946";
}

.fpds-Icon-italic:before {
    content: "\e92d";
}

.fpds-Icon-link:before {
    content: "\e92f";
}

.fpds-Icon-linkedin:before {
    content: "\e947";
}

.fpds-Icon-list:before {
    content: "\e948";
}

.fpds-Icon-listNumbered:before {
    content: "\e92e";
}

.fpds-Icon-location:before {
    content: "\e949";
}

.fpds-Icon-lock:before {
    content: "\e910";
}

.fpds-Icon-lungs:before {
    content: "\e96e";
}

.fpds-Icon-mail:before {
    content: "\e911";
}

.fpds-Icon-mask:before {
    content: "\e950";
}

.fpds-Icon-maximise:before {
    content: "\e93e";
}

.fpds-Icon-medication:before {
    content: "\e97a";
}

.fpds-Icon-menu:before {
    content: "\e951";
}

.fpds-Icon-microphone:before {
    content: "\e912";
}

.fpds-Icon-microphoneOff:before {
    content: "\e93f";
}

.fpds-Icon-minimize:before {
    content: "\e94b";
}

.fpds-Icon-minus:before {
    content: "\e91e";
}

.fpds-Icon-mobile:before {
    content: "\e9a7";
}

.fpds-Icon-moon:before {
    content: "\e97b";
}

.fpds-Icon-mouse:before {
    content: "\e952";
}

.fpds-Icon-noninvasiveMask:before {
    content: "\e953";
}

.fpds-Icon-notification:before {
    content: "\e93b";
}

.fpds-Icon-optiflow:before {
    content: "\e954";
}

.fpds-Icon-phone:before {
    content: "\e913";
}

.fpds-Icon-place:before {
    content: "\e991";
}

.fpds-Icon-placeholder:before {
    content: "\e91c";
}

.fpds-Icon-play:before {
    content: "\e980";
}

.fpds-Icon-plus:before {
    content: "\e909";
}

.fpds-Icon-print:before {
    content: "\e902";
}

.fpds-Icon-privacy:before {
    content: "\e9a8";
}

.fpds-Icon-privacyTooltipGlyph:before {
    content: "\e9a3";
}

.fpds-Icon-publish:before {
    content: "\e94c";
}

.fpds-Icon-qrCode:before {
    content: "\e94d";
}

.fpds-Icon-question:before {
    content: "\e955";
}

.fpds-Icon-refresh:before {
    content: "\e982";
}

.fpds-Icon-reload:before {
    content: "\e983";
}

.fpds-Icon-replay:before {
    content: "\e984";
}

.fpds-Icon-search:before {
    content: "\e90a";
}

.fpds-Icon-send:before {
    content: "\e97d";
}

.fpds-Icon-settings:before {
    content: "\e956";
}

.fpds-Icon-share:before {
    content: "\e914";
}

.fpds-Icon-shareAndroid:before {
    content: "\e9a1";
}

.fpds-Icon-shareIos:before {
    content: "\e9a2";
}

.fpds-Icon-sort:before {
    content: "\e992";
}

.fpds-Icon-sortDown:before {
    content: "\e915";
}

.fpds-Icon-sortUp:before {
    content: "\e916";
}

.fpds-Icon-starEmpty:before {
    content: "\e917";
}

.fpds-Icon-starFull:before {
    content: "\e918";
}

.fpds-Icon-starHalf:before {
    content: "\e919";
}

.fpds-Icon-stepper:before {
    content: "\e90b";
}

.fpds-Icon-success:before {
    content: "\e958";
}

.fpds-Icon-successGlyph:before {
    content: "\e973";
}

.fpds-Icon-sun:before {
    content: "\e97c";
}

.fpds-Icon-swipeDown:before {
    content: "\e94e";
}

.fpds-Icon-swipeLeft:before {
    content: "\e94f";
}

.fpds-Icon-swipeRight:before {
    content: "\e95a";
}

.fpds-Icon-swipeUp:before {
    content: "\e95b";
}

.fpds-Icon-tablet:before {
    content: "\e9a9";
}

.fpds-Icon-tag:before {
    content: "\e97e";
}

.fpds-Icon-tap:before {
    content: "\e959";
}

.fpds-Icon-teamTree:before {
    content: "\e97f";
}

.fpds-Icon-tooltipGlyph:before {
    content: "\e929";
}

.fpds-Icon-trash:before {
    content: "\e90c";
}

.fpds-Icon-twitter:before {
    content: "\e960";
}

.fpds-Icon-unlock:before {
    content: "\e91a";
}

.fpds-Icon-update:before {
    content: "\e968";
}

.fpds-Icon-upload:before {
    content: "\e993";
}

.fpds-Icon-user:before {
    content: "\e961";
}

.fpds-Icon-userGroup:before {
    content: "\e9b1";
}

.fpds-Icon-visibility:before {
    content: "\e957";
}

.fpds-Icon-visibility-off:before {
    content: "\e989";
}

.fpds-Icon-warning:before {
    content: "\e962";
}

.fpds-Icon-warningGlyph:before {
    content: "\e928";
}

.fpds-Icon-warranty:before {
    content: "\e9b2";
}

.fpds-Icon-x:before {
    content: "\e98c";
}

.fpds-Icon-youtube:before {
    content: "\e963";
}
@font-face {
    font-family: 'FPDS-Icon-Large';
    src: url('fonts/FPDS-Icon-Large.woff2?v7n4jj') format('woff2'), url('fonts/FPDS-Icon-Large.ttf?v7n4jj') format('truetype'), url('fonts/FPDS-Icon-Large.woff?v7n4jj') format('woff'), url('fonts/FPDS-Icon-Large.svg?v7n4jj#FPDS-Icon-Large') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.fpds-Icon--large {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'FPDS-Icon-Large' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fpds-Icon-accessories:before {
    content: "\e964";
}

.fpds-Icon-airvo:before {
    content: "\e930";
}

.fpds-Icon-ana:before {
    content: "\e98b";
}

.fpds-Icon-cannula:before {
    content: "\e933";
}

.fpds-Icon-chamber:before {
    content: "\e965";
}

.fpds-Icon-circuits:before {
    content: "\e966";
}

.fpds-Icon-cloudUpload:before {
    content: "\e943";
}

.fpds-Icon-cpap:before {
    content: "\e932";
}

.fpds-Icon-heaterBase:before {
    content: "\e967";
}

.fpds-Icon-humidity:before {
    content: "\e940";
}

.fpds-Icon-infantCpap:before {
    content: "\e969";
}

.fpds-Icon-infantResus:before {
    content: "\e941";
}

.fpds-Icon-interfaces:before {
    content: "\e970";
}

.fpds-Icon-invasiveVentilation:before {
    content: "\e945";
}

.fpds-Icon-mask:before {
    content: "\e950";
}

.fpds-Icon-noninvasiveMask:before {
    content: "\e953";
}

.fpds-Icon-optiflow:before {
    content: "\e954";
}

.fpds-Icon-placeholder:before {
    content: "\e91c";
}

.fpds-Icon-question:before {
    content: "\e955";
}

.fpds-Icon-rtCircuit:before {
    content: "\e971";
}

.fpds-Icon-surgical:before {
    content: "\e972";
}


/*# sourceMappingURL=main.c2b7c54f66748fb1308998dba4e30cc5.bundle-1.css.map*/
