﻿/* Minification failed. Returning unminified contents.
(319,49668): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(319,50028): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
/*! jQuery UI - v1.12.0 - 2016-09-07
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, slider.css, spinner.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgTextureHighlight=flat&bgColorHighlight=%23fffa90&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%231f5385&bgTextureActive=flat&bgColorActive=%231f5385&iconColorHover=%23555555&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgTextureDefault=flat&bgColorDefault=%23f6f6f6&iconColorContent=%23444444&fcContent=%23333333&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23444444&fcHeader=%23333333&borderColorHeader=%23dddddd&bgTextureHeader=flat&bgColorHeader=%23e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault='Open%20Sans'%2C%20sans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none
    }

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

    .ui-controlgroup > .ui-controlgroup-item {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

        .ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
            z-index: 9999
        }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

    .ui-controlgroup .ui-controlgroup-label span {
        font-size: 80%
    }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc( 100% - 2.4em )
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px
    }

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0
    }

    .ui-dialog .ui-resizable-e {
        width: 2px;
        right: 0
    }

    .ui-dialog .ui-resizable-s {
        height: 2px;
        bottom: 0
    }

    .ui-dialog .ui-resizable-w {
        width: 2px;
        left: 0
    }

    .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
        width: 7px;
        height: 7px
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0
    }

    .ui-dialog .ui-resizable-sw {
        left: 0;
        bottom: 0
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url(/content/sites/norfolk/vendor/css/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP/yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
        height: 100%;
        filter: alpha(opacity=25);
        opacity: 0.25
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-slider {
    position: relative;
    text-align: left
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit
    }

.ui-slider-horizontal {
    height: .8em
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-widget {
    font-family: 'Open Sans',sans-serif;
    font-size: 1em
}

    .ui-widget .ui-widget {
        font-size: 1em
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: 'Open Sans',sans-serif;
        font-size: 1em
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5
    }

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

    .ui-widget-content a {
        color: #333
    }

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

    .ui-widget-header a {
        color: #333
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
            color: #454545;
            text-decoration: none
        }

            .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
                border: 1px solid #ccc;
                background: #ededed;
                font-weight: normal;
                color: #2b2b2b
            }

                .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
                    color: #2b2b2b;
                    text-decoration: none
                }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94,158,214)
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #1f5385;
    background: #1f5385;
    font-weight: normal;
    color: #fff
}

    .ui-icon-background, .ui-state-active .ui-icon-background {
        border: #1f5385;
        background-color: #fff
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #fff;
        text-decoration: none
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

    .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
        color: #5f3f3f
    }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35)
    }

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_444444_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_777777_256x240.png)
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-state-default .ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_cc0000_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}
/*! jQuery UI - v1.12.0 - 2016-09-07
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none
    }

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

    .ui-controlgroup > .ui-controlgroup-item {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

        .ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
            z-index: 9999
        }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

    .ui-controlgroup .ui-controlgroup-label span {
        font-size: 80%
    }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc( 100% - 2.4em )
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px
    }

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0
    }

    .ui-dialog .ui-resizable-e {
        width: 2px;
        right: 0
    }

    .ui-dialog .ui-resizable-s {
        height: 2px;
        bottom: 0
    }

    .ui-dialog .ui-resizable-w {
        width: 2px;
        left: 0
    }

    .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
        width: 7px;
        height: 7px
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0
    }

    .ui-dialog .ui-resizable-sw {
        left: 0;
        bottom: 0
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url(/content/sites/norfolk/vendor/css/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP/yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
        height: 100%;
        filter: alpha(opacity=25);
        opacity: 0.25
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-slider {
    position: relative;
    text-align: left
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit
    }

.ui-slider-horizontal {
    height: .8em
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}
/*! jQuery UI - v1.12.0 - 2016-09-07
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-widget {
    font-family: 'Open Sans',sans-serif;
    font-size: 1em
}

    .ui-widget .ui-widget {
        font-size: 1em
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: 'Open Sans',sans-serif;
        font-size: 1em
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5
    }

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

    .ui-widget-content a {
        color: #333
    }

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

    .ui-widget-header a {
        color: #333
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
            color: #454545;
            text-decoration: none
        }

            .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
                border: 1px solid #ccc;
                background: #ededed;
                font-weight: normal;
                color: #2b2b2b
            }

                .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
                    color: #2b2b2b;
                    text-decoration: none
                }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94,158,214)
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #1f5385;
    background: #1f5385;
    font-weight: normal;
    color: #fff
}

    .ui-icon-background, .ui-state-active .ui-icon-background {
        border: #1f5385;
        background-color: #fff
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #fff;
        text-decoration: none
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

    .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
        color: #5f3f3f
    }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35)
    }

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_444444_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_777777_256x240.png)
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-state-default .ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(/content/sites/norfolk/vendor/css/images/ui-icons_cc0000_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-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 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

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 {
        padding: 0;
        border: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]: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
    }

    .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(/content/sites/norfolk/vendor/fonts/glyphicons-halflings-regular.eot);
    src: url(/content/sites/norfolk/vendor/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/content/sites/norfolk/vendor/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/content/sites/norfolk/vendor/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/content/sites/norfolk/vendor/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/content/sites/norfolk/vendor/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.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: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.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-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub: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"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    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 a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

[role=button] {
    cursor: pointer
}

.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: 20px;
    margin-bottom: 10px
}

    .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: 10px;
    margin-bottom: 10px
}

    .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: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.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:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    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-left: -5px;
    list-style: none
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        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: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    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 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0
    }

        .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: '\00A0 \2014'
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .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 #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .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 #ddd
    }

    .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 {
    border: 1px solid #ddd
}

    .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 #ddd
    }

    .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;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.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 {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .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 {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        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 {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

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
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.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 {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .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 {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .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.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

    .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.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .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.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .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.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .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.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .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 {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        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: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.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;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px 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;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 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 {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .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;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.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, .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-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-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-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.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: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .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-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .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-right: 0;
        padding-left: 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: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

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: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

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 .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn: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: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .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) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .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 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .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 {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            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;
                cursor: not-allowed;
                background-color: transparent
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 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: 4px 4px 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;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .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: 4px
}

.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: 4px 4px 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: 4px
    }

    .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 {
            margin-bottom: 5px;
            text-align: center
        }

    .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: 4px
    }

    .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: 4px 4px 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
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !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-right: 0;
        padding-left: 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:768px) {
    .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:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .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;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .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:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        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: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.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:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .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: #ddd
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .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: #555;
        background-color: #e7e7e7
    }

    .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 .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333
    }

    .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-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        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 {
        color: #fff;
        background-color: #080808
    }

@media (max-width:767px) {
    .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
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 3;
            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;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .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;
        cursor: not-allowed;
        background-color: #fff
    }

.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: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .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
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .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 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-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: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.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 {
    padding-left: 0;
    margin-bottom: 20px
}

.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-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item, button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5
    }

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

    .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, button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.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, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.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, button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.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, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.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, button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.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, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.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, button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.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, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.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: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    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-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .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: 3px;
    border-bottom-left-radius: 3px
}

.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-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .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: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .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 > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .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: 3px
            }

            .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: 3px
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .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 > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .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: 3px
            }

            .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: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .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 > 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 > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .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-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 {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .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;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,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;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .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-bottom: 0;
        margin-left: 5px
    }

    .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: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        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;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.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;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.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: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 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 {
        content: "";
        border-width: 10px
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        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 {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9
    }

    .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;
        margin-top: -10px
    }

    .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;
        font-family: serif;
        line-height: 1
    }

        .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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    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 {
        right: 20%;
        left: 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, .form-horizontal .form-group:after, .form-horizontal .form-group: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 {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .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 !important
    }

    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 !important
    }

    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 !important
    }

    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 !important
    }

    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 !important
    }

    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
    }
}

.rsbtn_colorskin {
    position: relative;
    /*font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	float: left;
	border: 1px solid #000;
  background: #fff;
  /* 
   * Add rounded corners to supported browsers 
   */
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 5px;
    z-index: 100;
}


li .rsbtn_colorskin {
    padding-top: 0px;
}


/************************************************ GENERAL CLASSES */

/**
 * These are a couple of classes that apply to many object or redefine elements
 */
.rsbtn_colorskin a, .rsbtn_colorskin span {
    position: relative;
    display: block;
    text-decoration: none;
}

/**
 * Use the predefined CSS sprite for all graphical elements.
 */
.rsbtn_colorskin .rsimg {
    background: transparent url(/content/sites/norfolk/vendor/images/ReadSpeakerColorSkin.png) no-repeat scroll 0 0;
}

/**
 * All the player elements should float.
 */
.rsbtn_colorskin .rspart {
    float: left;
    margin-left: 2px;
    margin-right: 5px;
}

.rsbtn_colorskin .rsdefloat {
    clear: both;
}
/**
 * This goes for all buttons
 */
.rsbtn_colorskin .rspart.rsbutton {
    background-color: #000;
    width: 18px;
    height: 18px;
    /* 
   * Add rounded corners to supported browsers 
   */
    -moz-border-radius: 5px;
    border-radius: 5px;
    /**
	 * This is just to make the rollover effect a little smoother.
	 */
    -moz-transition: background-color .2s ease;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

    /**
 * Add a subtle rollover effect to the buttons.
 */
    .rsbtn_colorskin .rspart.rsbutton:hover {
        background-color: #ccc;
    }

/**
 * Hide all text labels. They will still be visible to non-CSS browsers
 */
.rsbtn_colorskin .rspart .rsbtn_btnlabel {
    display: none;
}

/************************************************ PLAYER BOX */
.rsbtn_colorskin .rsbtn_box {
    margin: 1px;
}

/************************************************ LISTEN BUTTON + ICON */
.rsbtn_colorskin .rsbtn_play {
    float: left;
    margin: 1px 0;
    z-index: 100;
}

/*.rsbtn_colorskin .rsbtn_left .rsbtn_text {
	background: transparent url(//f1.eu.readspeaker.com/graphic/default/buttons/icon_16px_black.gif) no-repeat scroll 0 0;
	padding-left: 20px;
  color: #000;
}*/

/************************************************ EXPANDING AREA */
.rsbtn_colorskin .rsbtn_exp.rsimg.rspart {
    background: none;
    float: left;
    display: none;
}

/**
 * We want the expanding area to be visible only when the player
 * is expanded, hence the .rsexpanded class.
 */
.rsbtn_colorskin.rsexpanded .rsbtn_exp.rsimg {
    display: block;
}

/************************************************ PLAY/PAUSE BUTTON */
.rsbtn_colorskin .rsbtn_pause {
    background-position: -18px -18px;
}

.rsbtn_colorskin.rspaused .rsbtn_pause,
.rsbtn_colorskin.rsstopped .rsbtn_pause {
    background-position: -18px 0px;
}

/************************************************ STOP BUTTON */
.rsbtn_colorskin .rsbtn_stop {
    background-position: -18px -36px;
}

/************************************************ PROGRESS CONTAINER */
.rsbtn_colorskin .rsbtn_progress_container {
    border: 1px solid #FFF;
    width: 50px;
    height: 10px;
    margin-top: 3px;
    margin-left: 4px;
    background-image: none;
    /* 
   * Add rounded corners to supported browsers 
   */
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/************************************************ PROGRESS DRAG HANDLE */
.rsbtn_colorskin .rsbtn_progress_handle.rsimg {
    position: absolute;
    background-color: #FFF;
    top: -3px;
    left: -3px;
    width: 6px;
    height: 16px;
    background-image: none;
}

/************************************************ PROGRESS BAR */
.rsbtn_colorskin .rsbtn_progress_played {
    position: absolute;
    height: 100%;
    background-color: #ccc;
    background-image: none;
}

/************************************************ VOLUME BUTTON */
.rsbtn_colorskin .rsbtn_volume {
    margin-left: 4px;
    background-position: -18px -54px;
}

/************************************************ VOLUME SLIDER CONTAINER */
.rsbtn_colorskin .rsbtn_volume_container {
    position: absolute;
    display: none;
    top: 100%;
    width: 16px;
    height: 40px;
    border: 1px solid #FFF;
    background: #fff;
}

/************************************************ VOLUME SLIDER SLIDER AREA */
.rsbtn_colorskin .rsbtn_volume_slider {
    width: 6px;
    height: 30px;
    margin: 5px;
    background: #ccc;
}

/************************************************ VOLUME SLIDER SLIDE HANDLE */
.rsbtn_colorskin .rsbtn_volume_handle.rsimg {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 12px;
    height: 6px;
    background: #FFF;
}

/************************************************ DOWNLOAD BUTTON */
.rsbtn_colorskin .rsbtn_dl {
    background-position: -18px -72px;
}

/************************************************ SETTINGS BUTTON */
.rsbtn_colorskin .rsbtn_settings {
    background-position: -18px -90px;
}

/************************************************ CLOSE BUTTON */
.rsbtn_colorskin .rsbtn_closer {
    margin-left: 2px;
    background-position: -18px -108px;
}

/************************************************ POPUP BUTTON */
/**
 * This is the style of the listen button that popups when the user
 * makes a text selection on the page.
 */
.rsbtn_colorskin.rspopup {
    position: absolute;
    background: #fff;
    border: 1px solid #555;
    box-shadow: 0 0 5px #777;
    display: none;
}
/************************************************ NCC Custom */
@media only screen and (min-width : 1200px) {
    #readspeaker_button .rsbtn_exp {
        margin-left: 10%;
    }
}

@media only screen and (max-width : 750px) {
    #readspeaker_button .rsbtn_exp {
        margin-left: 18%;
    }
}

@media only screen and (max-width : 500px) {
    #readspeaker_button .rsbtn_exp {
        margin-left: 10%;
    }
}

@media only screen and (max-width : 350px) {
    #readspeaker_button .rsbtn_exp {
        margin-left: 18%;
    }
}
/*
 * Core styles for PriorityNav.js
 * These styles are not optional and should always be included
 *
 * Free to use under the MIT License.
 * http://twitter.com/GijsRoge
 */
.priority-nav {
    white-space: nowrap;
    /*
    * Makes sure the menu's are inline-block so they don't take up
    * the entire width of its parent. This will break the plugin.
    */
}

    .priority-nav ul {
        display: inline-block;
    }

    .priority-nav li {
        display: inline-block;
    }

.priority-nav__wrapper {
    position: relative;
}

.priority-nav__dropdown {
    position: absolute;
}

.priority-nav-is-visible {
    visibility: visible;
}

.priority-nav-is-hidden {
    visibility: hidden;
}

body {
    color: #050505;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
}

html {
    scroll-behavior: smooth;
}

input, button, textarea, select {
    border-radius: 0;
}

a {
    color: #4840e3;
}

    a:hover, a:focus {
        color: #2d5ab4;
        text-decoration: underline;
    }

h1, h2, h3, h4, h5, h6, .SectionTitle {
    color: inherit;
    font-weight: 600;
}

h1, .SectionTitle {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    margin: 20px 0 32px 0;
    color: #050505;
}

h2 {
    font-size: 24px;
}

h4 {
    font-size: 15px;
}

img, button {
    display: block;
    max-width: 100%;
}

.search-form-main {
    border: 3px solid #9ca1a7;
}

    .search-form-main input[type="text"] {
        border: 3px solid #9ca1a7;
        padding-left: 20px;
        width: 100%;
        color: #333;
        background: none;
        border: none;
        margin: 0;
        min-height: 44px;
    }

    .search-form-main button.search {
        height: 44px;
        width: 44px;
    }

    .search-form-main button.search {
        background: url(/content/sites/norfolk/images/search-icon.png) 50% 50% no-repeat;
        background-image: url(/content/sites/norfolk/images/search-icon.svg),none;
        background-size: 21px 21px;
        border: none;
        float: right;
        height: 37px;
        width: 37px;
    }

.search-form {
    padding-top: 15px;
    box-sizing: border-box;
    padding-right: 6px;
    float: right;
    transition-duration: 150ms;
    bottom: 2px;
    position: relative;
    width: 400px;
}

    .search-form input[type="text"] {
        height: 40px;
        color: #000;
        line-height: 32px;
        border: 0;
        outline: 0;
        text-indent: 12px;
        background: #fff;
        border: 1px solid #000;
        font-size: 16px;
        position: relative;
        display: inline-block;
        flex-grow: 2;
        border: 1px solid #ccc;
        border-radius: 4px;
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

        .search-form input[type="text"]:focus {
            outline: 3px solid #ffbf47;
        }

        .search-form input[type="text"] input {
            transition-duration: 150ms;
            width: 100%;
        }

    .search-form button {
        display: inline-block;
        background-size: 30px 30px;
        border: none;
        height: 40px;
        line-height: 40px;
        width: auto;
        font-size: 15px;
        float: right;
        font-weight: 500;
        padding: 0 12px;
        padding-left: 8px;
        color: #fff;
        background-position: center center;
        background: #066;
        transition-duration: 250ms;
        border-radius: 0 4px 4px 0;
    }

        .search-form button:focus {
            background-color: #ffbf47;
            color: #000;
            outline: 0;
        }

        .search-form button:hover {
            background-color: #004f24;
        }

        .search-form button.search:focus svg {
            fill: black;
        }

header .input-group input[type="text"] {
    min-height: 44px;
}

.sideBlock {
    background: #f2f2f2;
    margin-bottom: 25px;
}

    .sideBlock .btn {
        background: #002649;
        color: #fff;
        border-radius: 30px;
        font-size: 21px;
        font-weight: bold;
        line-height: 24px;
        padding: 12px 20px;
        display: block;
        width: 100%;
        white-space: normal;
    }

        .sideBlock .btn:hover, .sideBlock .btn:focus {
            background: #fff;
            color: #002649;
            text-decoration: none;
        }

    .sideBlock figcaption {
        background: #cdcdcd;
        border-top: 7px solid #f2f2f2;
        color: #333;
        font-weight: 500;
        padding: 7px 18px 25px;
    }

.hidden {
    display: none;
    visibility: hidden;
}

.visually-hidden, .skip-to {
    border: 0 !important;
    clip: rect(1px,1px,1px,1px);
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

    .skip-to:focus {
        clip: auto;
        display: inline-block;
        height: auto;
        overflow: visible;
        position: static !important;
        text-decoration: underline;
        width: auto !important;
    }

body:hover .visually-hidden a, body:hover .visually-hidden input, body:hover .visually-hidden button {
    display: none !important;
}

.row.padded {
    padding-bottom: 40px;
}

.row.indent .col-md-4, .row.indent .col-md-12 {
    padding-left: 30px;
}

header.ncc-header {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

header .logo {
    padding: 5px 5px;
    padding-right: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    max-width: 175px;
    min-width: 140px;
}

    header .logo img {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
    }

.search-inputs {
    display: inline-flex;
    width: 100%;
}

.search-form button.search svg {
    position: relative;
    top: -1px;
    overflow: hidden;
    vertical-align: middle;
    fill: white;
}

.closeItem:hover, .closeItem:focus {
    text-decoration: underline;
}

.mainMenuToggle {
    background: url(/content/sites/norfolk/images/mainmenu-icon.png) no-repeat 25px top;
    background-image: url(/content/sites/norfolk/images/mainmenu-icon.svg),none;
    background-size: 22px 23px;
    float: left;
    font-size: 19px;
    line-height: 28px;
    margin-top: 13px;
    padding-left: 55px;
    position: relative;
}

    .mainMenuToggle .closeItem {
        position: absolute;
        top: -13px;
        width: 80px;
    }

.secondaryMenu {
    float: left;
    list-style: none;
    padding: 17px 35px 0 20px;
    font-size: 17px;
}

    .secondaryMenu li {
        border-left: 1px solid #fff;
        display: inline-block;
        padding: 0 12px 0 15px;
        position: relative;
    }

        .secondaryMenu li:first-child {
            border-left: none;
            margin: 0;
            padding-left: 10px;
        }

        .secondaryMenu li a:after {
            background: #fff;
            bottom: -20px;
            content: "";
            height: 13px;
            left: 0;
            position: absolute;
            width: 100%;
        }

    .secondaryMenu .closeItem {
        left: -85px;
        margin: 0;
        position: absolute;
        top: -4px;
    }

.closeItem {
    font-size: 17px;
    font-weight: 700;
    margin: 13px 0 0 20px;
}

    .closeItem:after {
        border: 2px solid #3e573b;
        border-radius: 50%;
        display: inline-block;
        height: 30px;
        line-height: 24px;
        text-align: center;
        width: 30px;
        content: 'x';
    }

.mainMenuDropDown {
    z-index: 10;
    background: #fff;
    font-weight: 600;
    left: 0;
    top: 69px;
    position: absolute;
    width: 100%;
}

.mainMenuList > ul > li {
    float: left;
    padding: 0 10px;
    width: 33.33%;
}

.mainMenuList ul {
    padding-top: 12px;
    padding-bottom: 12px;
}

@media print {
    .mainMenuDropDown li a[href]:after {
        content: none !important;
    }
}

.mainMenuDropDown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    margin-top: 12px;
}

.mainMenuDropDown > ul {
    padding: 10px 0;
}

    .mainMenuDropDown > ul > li {
        float: left;
        padding: 0 10px;
        width: 33.33%;
    }

        .mainMenuDropDown > ul > li:first-child {
            border-left: none;
        }

        .mainMenuDropDown > ul > li > ul > li:last-child {
            border-bottom: none;
        }

.mainMenuDropDown a {
    color: #050505;
    display: block;
    padding: 12px 20px !important;
    transition: background .15s ease,color .15s ease !important;
}

    .mainMenuDropDown a:hover, .mainMenuDropDown a:focus, .mainMenuDropDown a.active {
        background: #ffbf47;
        color: #050505;
        text-decoration: none;
    }

.subMenuDropDown {
    -moz-box-shadow: 0 7px 10px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 7px 10px 0 rgba(0,0,0,.3);
    background: #6eb508;
    box-shadow: 0 7px 10px 0 rgba(0,0,0,.3);
    font-weight: 600;
    left: 0;
    margin: 4px 0 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
}

    .subMenuDropDown ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .subMenuDropDown > ul {
        padding: 10px 0;
    }

        .subMenuDropDown > ul > li {
            float: left;
            padding: 0 10px;
            width: 100%;
        }

    .subMenuDropDown a {
        -webkit-transition: background .5s ease,color .5s ease;
        color: #141414;
        display: block;
        padding: 20px 35px;
        transition: background .5s ease,color .5s ease;
    }

        .subMenuDropDown a:hover, .subMenuDropDown a:focus, .subMenuDropDown a.active {
            background: #fff;
            color: #141414;
            text-decoration: none;
        }

.whiteMenu li {
    float: left;
    padding: 10px 0 27px;
    text-align: center;
    width: 20%;
    height: 160px;
}

.whiteMenu a, .whiteMenu a:hover, .whiteMenu a:focus {
    color: #fff;
    display: block;
}

    .whiteMenu a span.accessibilitySpan {
        -webkit-transition: opacity .5s ease;
        background: no-repeat center center;
        background-size: contain;
        display: block;
        height: 61px;
        margin: 0 auto 10px;
        transition: opacity .5s ease;
        width: 44px;
    }

    .whiteMenu a:hover span, .whiteMenu a:focus span {
        opacity: 1;
    }

#readspeaker_button, #readspeaker_button > a {
    width: 100%;
    max-width: 100%;
}

.whiteMenu a span.readPageAloud {
    background-image: url(/content/sites/norfolk/images/readpagealoud.svg),none;
}

.whiteMenu a span.changeTextSize {
    background-image: url(/content/sites/norfolk/images/changeTextSize.svg),none;
}

.whiteMenu a span.highContrastVersion {
    background-image: url(/content/sites/norfolk/images/highcontrast.svg),none;
}

.whiteMenu a span.easyReadPages {
    background-image: url(/content/sites/norfolk/images/easyreadpages.svg),none;
}

.whiteMenu a span.helpOnThisSite {
    background-image: url(/content/sites/norfolk/images/help.svg),none;
}

.whiteMenu a span.googleTranslate {
    background-image: url(/content/sites/norfolk/images/googletranslate.svg),none;
}

.whiteMenu a#google_translate_element span {
    width: 100%;
    display: inline;
}

.whiteMenu .goog-te-gadget-icon {
    display: none;
}

.breadcrumb {
    background: transparent;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    height: auto;
}

    .breadcrumb li {
        padding: 0 0 9px 0;
        position: relative;
        font-size: .875rem;
    }

        .breadcrumb li a:after {
            content: "";
            background-image: url(/content/sites/norfolk/images/right-arrow.svg);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 24px 24px;
            display: inline-block;
            width: 24px;
            height: 24px;
            position: relative;
            top: 6px;
            margin-left: 5px;
        }

    .breadcrumb > .active {
        color: #050505;
        font-weight: normal;
    }

        .breadcrumb > .active.underWidth:before {
            background-size: contain;
            left: 0;
            margin-left: 0;
        }

.mainContent {
    line-height: 22px;
    padding: 10px 15px 20px;
}

    .mainContent h4 {
        line-height: 22px;
    }

    .mainContent .lead {
        line-height: 22px;
        font-size: 15px;
        color: inherit;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: inherit;
        display: block;
    }

    .mainContent .blockHeading h2, .mainContent .blockHeading .h2 {
        color: #fff;
        margin: 0;
        padding: 25px;
    }

    .mainContent .blockContent {
        padding: 25px;
    }

    .mainContent .blockHeading img {
        margin-bottom: 13px;
        width: 100%;
    }

    .mainContent .image-full-width img, .mainContent .image-full-width figure, .mainContent .iframe-full-width iframe, .mainContent .iframe-full-width figure {
        width: 100%;
        max-width: 100%;
    }

    .mainContent p {
        margin-bottom: 20px;
    }

    .mainContent ul {
        margin-bottom: 20px;
    }

.sidebar {
    padding-top: 50px;
}

    .sidebar ul {
        margin: 0 0 0 20px;
        padding-bottom: 25px;
    }

ul.more {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainContent p > img {
    display: block;
    margin-top: 40px;
    max-width: 100%;
}

.mainContent .blockHeading {
    background: #9e0054;
}

.sideBlock figure {
    display: block;
}

.content a, figure.embed a, .related li a, .accordion .panel-body a, .panel-body-accordion a, .anchor-navigation a, .anchor-main a, .SiblingNavigation a, .NavBulletPoint a, .Lookup a, ul.more li a, .CourseDetails a, .course-search .NoResults a, .ChapterList a {
    color: #4840e3;
    font-weight: 600;
}

    .content a:hover, .content a:focus, figure.embed a:hover, .related li a:hover, .accordion .panel-body a:hover, .related li a:focus, .accordion .panel-body a:focus, .panel-body-accordion a:hover, ul.search-list a.searchlink:hover, ul.search-list a.searchlink:focus, .anchor-navigation a:hover, .anchor-main a:hover, .SiblingNavigation a:hover, .NavBulletPoint a:hover, .Lookup a:hover, .Lookup a:focus, ul.more li a:hover, ul.more li a:focus, .CourseDetails a:hover, .course-search .NoResults a:hover, .ChapterList a:hover {
        color: #2d5ab4;
        border-bottom: 2px solid #2d5ab4;
        text-decoration: none;
    }

.content.light {
    background-color: #fff;
    color: #050505;
}

.content.dark h1 {
    color: #fff;
}

.stage-class figure.embed {
    border: 0;
}

.bannerContainer {
    width: 100%;
    overflow: hidden;
}

.bannerSlides {
    list-style: none;
    overflow: hidden;
    position: relative;
    width: 200%;
    padding: 0;
    margin: 0;
}

    .bannerSlides img {
        width: 100%;
        height: auto;
        display: block;
    }

    .bannerSlides .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .bannerSlides .container {
        height: 100%;
    }

    .bannerSlides li {
        position: relative;
        width: 50%;
        float: left;
    }

.informationArea {
    background: #fff;
    margin: -240px auto 0;
    position: relative;
    width: 1255px;
}

.bannerTabs {
    background: #002649;
    padding: 0;
}

    .bannerTabs li {
        color: #fff;
        float: left;
        text-align: center;
        width: 25%;
        display: table;
        position: relative;
    }

        .bannerTabs li a {
            -webkit-transition: background .5s ease;
            color: #fff;
            padding: 12px;
            height: 100%;
            text-decoration: none;
            transition: background .5s ease;
            display: table-cell;
            vertical-align: middle;
        }

.bannerNav {
    padding: 0 5%;
    position: absolute;
    z-index: 2;
    width: 95%;
    display: none;
}

    .bannerNav .btn {
        border-top: none;
        border-radius: 0 0 20px 20px;
    }

.prevSlide {
    float: left;
}

.nextSlide {
    float: right;
}

.infoBox {
    background: rgba(255,255,255,.9);
    left: 37px;
    padding: 22px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 415px;
}

    .infoBox h2, .infoBox .heading {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 15px;
    }

    .infoBox .heading {
        font-weight: 600;
    }

    .infoBox p {
        margin-bottom: 18px;
    }

    .infoBox.purple {
        background: rgba(129,5,64,.9);
        color: #fff;
    }

    .infoBox.colour {
        background: rgba(158,0,84,.9);
        color: #fff;
    }

.infoPanels {
    background: #fff;
    padding: 41px 0;
    position: relative;
}

.infoPanel {
    background: no-repeat center center;
    background-size: cover;
    border: 1px solid #c1c1c1;
    font-size: 16px;
    font-weight: 700;
    min-height: 154px;
    position: relative;
    display: block;
    width: 100%;
}

.infoPanelPlain {
    background: #bdbec0;
    min-height: 0;
    padding: 15px;
}

    .infoPanelPlain:hover, .infoPanelPlain:focus, .infoPanelPlain:active {
        text-decoration: none;
    }

    .infoPanelPlain.Turquoise {
        background: #007362 !important;
        border-radius: 5px;
        padding: 6px !important;
        display: flex !important;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
    }

.infoPanel.infoPanelPlain.Turquoise .infoPanel-textBox {
    outline: 0 !important;
    background: inherit;
    font-size: 18px !important;
    height: auto !important;
    min-height: 0 !important;
}

a.infoPanelPlain.Turquoise:hover {
    background: #0e8372 !important;
    color: #fff;
    text-decoration: underline !important;
}

a.infoPanelPlain.Turquoise .infoPanel-textBox:hover {
    text-decoration: underline !important;
}

.infographic img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.infographic-box {
    background: #ededee;
    padding: 10px 24px;
    border-radius: 30px;
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
    border: 4px solid #e8e9ea;
}

    .infographic-box .info-data {
        color: #912763;
        display: block;
        font-size: 104px;
        line-height: 110px;
        float: left;
        padding-right: 165px;
        height: 100px;
        position: relative;
    }

        .infographic-box .info-data:last-child {
            padding-right: 140px;
        }

        .infographic-box .info-data span {
            color: #871454;
            width: 130px;
            position: absolute;
            right: 25px;
            bottom: 0;
            display: block;
            font-size: 28px;
            line-height: 30px;
            float: right;
            margin-left: 10px;
        }

        .infographic-box .info-data:last-child span {
            right: 0;
        }

.infographic-noBox .info-number {
    float: left;
    line-height: .7;
    margin: 0 24px 0 30px;
    font-size: 75px;
    font-weight: 700;
    color: #9e0054;
}

.infographic-noBox .info-text {
    float: left;
    line-height: 1.2;
    margin-bottom: 0;
    width: 200px;
    font-size: 24px;
    color: #80063f;
}

.infoPanel .infoPanel-textBox {
    -webkit-transition: outline .5s ease;
    background: #fff;
    display: block;
    line-height: 24px;
    min-height: 85px;
    outline: 4px solid #fff;
    padding: 10px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-decoration: none;
    top: 15px;
    transition: outline .5s ease;
    width: 215px;
}

.infoPanelPlain .infoPanel-textBox {
    height: 100%;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
}

a.infoPanel-textBox {
    font-size: 20px;
}

.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
    color: inherit;
}

.infoPanel:hover .infoPanel-textBox, .infoPanel:focus .infoPanel-textBox {
    outline: 4px solid #9e0054;
}

.infoPanel .infoPanel-textBox h2.heading {
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 26px;
}

.norfolk-panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.panel-primary > .panel-heading, caption.heading {
    background-color: #002649;
    border: none;
    border-top: none;
    color: #fff;
    border-radius: 0;
}

.services .panel-primary > .panel-heading {
    padding: 0;
}

    .services .panel-primary > .panel-heading a {
        display: block;
        padding: 10px 15px;
    }

.services .panel-primary > .panel-body h3 {
    font-size: 1em;
    font-weight: 100;
    margin: 0;
    padding: 2.5px 0;
}

.services .panel-primary > .panel-body-accordion h3 {
    font-size: 1em;
    font-weight: 100;
    margin: 0;
    padding: 2.5px 0;
}

.services li a, .services li a:hover, .services li a:focus, .footerNav li a, .footerNav li a:hover, .footerNav li a:focus, a.infoPanel, a.infoPanel:hover, .a.infoPanel:focus, .infoPanel a, .infoPanel a:hover, .infoPanel a:focus, .site-map a, .site-map a:hover, .site-map a:focus, .newsBlock a, .newsBlock a:hover, .newsBlock a:focus {
    color: #333;
}

.infoPanel-textBox:focus {
    outline: 4px solid #9e0054;
}

.accordion .panel-primary > .panel-heading {
    position: relative;
    padding: 0;
}

    .accordion .panel-primary > .panel-heading a h2, .accordion .panel-primary > .panel-heading a h3 {
        position: relative;
        font-size: 1em;
        padding: 1em;
        margin: 0;
    }

.accordion .panel-body ul {
    list-style: disc;
    margin: 0 0 0 20px;
    padding-bottom: 25px;
}

.accordion .panel-body-accordion ul {
    list-style: disc;
    margin: 0 0 0 20px;
    padding-bottom: 25px;
}

.panel-primary.green > .panel-heading {
    background-color: #007362;
}

.panel-primary.purple > .panel-heading {
    background-color: #810540;
}

.panel-title {
    font-size: 15px;
    font-weight: 600;
}

.panel-body {
    padding: 8px 15px 13px;
}

.panel-body-accordion {
    padding: 8px 15px 13px;
}

.panel-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.panel-arrow, .ticket-arrow, .ticket-arrow-collapsed {
    -webkit-transition: transform .3s linear;
    position: relative;
    background: #17426a;
    border-radius: 50%;
    float: right;
    height: 20px;
    transition: transform .3s linear;
    width: 20px;
    overflow: hidden;
    text-indent: 20px;
    transform: rotate(-180deg);
}

.panel-primary.green .panel-arrow {
    background-color: #005d4f;
}

.panel-primary.purple .panel-arrow {
    background-color: #640431;
}

.collapsed .panel-arrow, .ticket-arrow {
    transform: rotate(0deg);
}

    .panel-arrow:before, .ticket-arrow:before, .ticket-arrow-collapsed:before {
        border-top: 6px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: " ";
        left: 50%;
        margin: -2px 0 0 -6px;
        position: absolute;
        top: 50%;
    }

.panel-body li:last-child {
    padding-bottom: 0;
}

.panel-body-accordion li:last-child {
    padding-bottom: 0;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body-accordion {
    border-top: none;
}

.newsBlock .links {
    background: #fff;
    border-bottom: 5px solid #002649;
    border-left: 5px solid #002649;
    border-top: 5px solid #002649;
    float: left;
    padding: 25px 40px;
    position: relative;
    width: 45%;
}

.newsBlock .images {
    float: right;
    padding: 10px;
    text-align: center;
    width: 55%;
}

.newsBlock h2 {
    font-size: 30px;
    margin: 0 0 20px;
}

.newsBlock ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.newsBlock li {
    padding: 7px 0;
}

.newsBlock .links a:after {
    -webkit-transition: opacity .5s ease;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #002649;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    margin-top: -3px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity .5s ease;
    width: 0;
}

.newsBlock .links a:hover:after, .newsBlock .links a:focus:after, .newsBlock .links li.active a:after {
    opacity: 1;
}

.newsBlock .links li.more a:hover:after, .newsBlock .links li.more a:focus:after {
    opacity: 0;
}

.newsBlock .images li {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .newsBlock .images li img {
        max-width: 100%;
    }

.directory-blurb h2 {
    font-size: 30px;
    margin: 30px 0;
}

.feedback {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 40px;
}

    .feedback .feedback_heading {
        width: 100%;
        text-align: center;
        font-size: 1.125rem;
    }

    .feedback .smileys {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 150px;
    }

.feedback_option {
    display: inline-block;
    line-height: 0;
    text-decoration: none;
    position: relative;
}

    .feedback_option:last-child {
        margin-right: 0;
    }

    .feedback_option:focus, .feedback_option:hover {
        outline: 5px solid #ffbf47;
        transform: scale(1.1);
        background: #ffbf47;
    }

        .feedback_option:focus .smiley_choice, .feedback_option:hover .smiley_choice {
            max-height: 100px;
            overflow: visible;
            display: block;
        }

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

footer {
    background-color: #dee0e2;
    padding: 0 0 50px;
    border-top: 10px solid #727a82;
}

body.theme__purple footer {
    border-top: 10px solid #8a245d;
}

body.theme__dark-purple footer {
    border-top: 10px solid #481a4e;
}

body.theme__orange footer {
    border-top: 10px solid #cf4a02;
}

body.theme__red footer {
    border-top: 10px solid #b32017;
}

body.theme__green footer {
    border-top: 10px solid #597730;
}

body.theme__pink footer {
    border-top: 10px solid #cb4363;
}

body.theme__light-blue footer {
    border-top: 10px solid #0070a5;
}

body.theme__dark-blue footer {
    border-top: 10px solid #29235c;
}

body.theme__magenta footer {
    border-top: 10px solid #c82285;
}

body.theme__light-green footer {
    border-top: 10px solid #aac936;
}

body.theme__sky-blue footer {
    border-top: 10px solid #5ec5e8;
}

body.theme__healthy-orange footer {
    border-top: 10px solid #e97825;
}

.footerNav {
    list-style: none;
    margin: 0;
    padding: 7px 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .footerNav li {
        display: inline-block;
        margin-left: 12px;
        padding-left: 15px;
    }

        .footerNav li:first-child {
            margin-left: 0;
            padding-left: 0;
        }

footer ul {
    list-style: none;
    padding: 0;
    padding-bottom: 10px;
}

    footer ul a {
        color: #454a4c;
        margin: 0 15px;
        display: block;
        font-weight: normal;
        padding-bottom: 10px;
    }

footer .row {
    padding-top: 25px;
}

footer ul a:hover {
    text-decoration: underline;
    color: #454a4c;
}

footer hr {
    border-top: 1px solid #c3c7ca;
}

.footerServicesMenuBorder {
    border-bottom: 1px solid #c3c7ca;
    padding-bottom: 25px;
}

.footerServicesMenu li {
    float: left;
    padding: 0 10px;
    width: 50%;
}

.footerLogos {
    display: flex;
    justify-content: space-around;
}

.accessopen #accessibility-menu {
    max-height: 2000px;
}

#accessibility-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
    max-width: 100%;
    color: #fff;
    display: block;
    position: fixed;
    height: auto;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: 1255px;
    background: #000;
    font-size: 20px;
}

#accessibility-menu-title {
    padding: 5px;
    background-color: #000;
}

#close-accessibility-menu {
    float: right;
    cursor: pointer;
}

    #close-accessibility-menu:after {
        border: 2px solid #fff;
        border-radius: 50%;
        display: inline-block;
        height: 30px;
        line-height: 24px;
        text-align: center;
        width: 30px;
        content: 'x';
        color: #fff;
    }

.bottom_fade {
    background: url(/content/sites/norfolk/images/bottom-fade.png) bottom center repeat-x;
    bottom: 0;
    height: 200px;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.connectLinks {
    float: right;
    padding-top: 3px;
    width: 100%;
}

    .connectLinks ul li {
        padding-bottom: 10px;
    }

    .connectLinks a {
        -webkit-transition: opacity .5s ease;
        background: no-repeat left center;
        background-size: 32px 32px;
        display: inline-block;
        height: 32px;
        margin-bottom: -10px;
        margin-left: 2px;
        text-indent: 40px;
        transition: opacity .5s ease;
        padding-top: 5px;
        overflow: visible;
        width: auto !important;
    }

    .connectLinks span {
        padding-right: 8px;
    }

    .connectLinks a:hover, .connectLinks a:focus {
        opacity: 1;
    }

a:focus {
    outline-offset: 0;
}

.connectLinks a.facebook {
    background-image: url(/content/sites/norfolk/images/facebook-icon.svg),none;
}

.connectLinks a.twitter {
    background-image: url(/content/sites/norfolk/images/twitter-icon.svg),none;
}

.connectLinks a.linkedin {
    background-image: url(/content/sites/norfolk/images/linkedin-icon.svg),none;
}

.connectLinks a.rss {
    background-image: url(/content/sites/norfolk/images/rss-icon.svg),none;
}

.connectLinks a.gplus {
    background-image: url(/content/sites/norfolk/images/gplus-icon.svg),none;
}

.connectLinks a.pinterest {
    background-image: url(/content/sites/norfolk/images/pinterest-icon.svg),none;
}

.connectLinks a.instagram {
    background-image: url(/content/sites/norfolk/images/instagram-icon.png),none;
}

.bar {
    margin: 10px 0 30px;
    text-align: center;
}

    .bar a {
        color: #333;
    }

    .bar.purple a {
        color: #5f397b;
    }

    .bar.moreMargin {
        margin: 68px 0;
    }

    .bar.noPadding .row {
        padding: 0;
    }

    .bar .faded {
        background: rgba(255,255,255,.9);
        padding: 16px 0;
    }

    .bar.green {
        background: #bbe080;
    }

    .bar.grey {
        background: #ddd;
    }

    .bar.blue {
        background: #1e5384;
    }

    .bar .row {
        margin: 0;
        padding: 20px;
    }

    .bar.blue .row {
        background: #17426a;
    }

    .bar.purple .row {
        background: #640431;
    }

    .bar.green .row {
        background: #8cd600;
    }

.btn-custom {
    background-color: #066;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

.payment-form input[type=submit] {
    -webkit-transition: background .5s ease,color .5s ease;
    background: #fff;
    border: 5px solid;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    min-height: 40px;
    padding: 0 25px;
    transition: background .5s ease,color .5s ease;
    float: right;
    border-color: #1f5385;
}

.payment-form input[type=submit], input[type=button]:hover, .payment-form input[type=submit], input[type=button]:focus {
    background: #1f5385;
    color: #fff;
}

.centralise {
    text-align: center;
    padding: 0 25px;
}

    .centralise.padded {
        padding-bottom: 25px;
    }

.btn.right {
    float: right;
}

.btn.left {
    float: left;
}

.btn.big {
    background-color: #066;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    padding: 8px 16px 12px;
    height: auto;
}

    .btn.big.sidepanel {
        font-size: 18px;
        height: auto;
    }

.blue .btn, .btn.blue {
    color: #fff;
}

    .blue .btn:hover, .btn.blue:hover, .blue .btn:focus, .btn.blue:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
    }

.green .btn, .btn.green {
    color: #fff;
}

    .green .btn:hover, .btn.green:hover, .green .btn:focus, .btn.green:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
    }

.lightgreen .btn, .btn.lightgreen {
    color: #fff;
}

    .lightgreen .btn:hover, .btn.lightgreen:hover, .lightgreen .btn:focus, .btn.lightgreen:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
    }

.dark-green .btn, .btn.dark-green {
    color: #fff;
}

    .dark-green .btn:hover, .btn.dark-green:hover, .dark-green .btn:focus, .btn.dark-green:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
    }

.purple .btn, .btn.purple {
    color: #fff;
}

    .purple .btn:hover, .btn.purple:hover, .purple .btn:focus, .btn.purple:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
    }

.grey .btn, .cta-btn .btn, .btn.cta-btn {
    background: #066;
    color: #fff;
}

    .grey .btn:hover, .cta-btn .btn:hover, .btn.cta-btn:hover, .grey .btn:focus, .cta-btn .btn:focus, .btn.cta-btn:focus {
        background: #033;
        color: #fff;
        text-decoration: underline;
    }

.purpleText, .purpleText:hover, .purpleText:focus {
    color: #80063f;
}

.blueText, .blueText:hover, .blueText:focus {
    color: #1f5385;
}

.greenText, .greenText:hover, .greenText:focus {
    color: #007362;
}

.royalPurpleText, .royalPurpleText:hover, .royalPurpleText:focus {
    color: #5f397b;
}

.related li {
    padding: 3px 0;
}

::-webkit-input-placeholder {
    color: #262626;
}

:-moz-placeholder {
    color: #262626;
}

::-moz-placeholder {
    color: #262626;
}

:-ms-input-placeholder {
    color: #262626;
}

h3, .infoPanel .infoPanel-textBox h2.heading {
    font-size: 21px;
}

.container, .newsBlock .images ul {
    position: relative;
}

header a, header a:hover, header a:focus, .breadcrumb a {
    color: #050505;
}

    .breadcrumb a:hover {
        text-decoration: none;
    }

        .breadcrumb a:hover span {
            border-bottom: 2px solid #050505;
        }

.secondaryMenu li a.collapsed:after, .collapsed .closeItem {
    display: none;
}

.bannerTabs li a:hover, .bannerTabs li a.active {
    background: #9e0054;
    color: #fff;
}

.breadcrumbBar {
    background: #ddd;
    border: 1px solid #ccc;
}

.newsBlock {
    background: #002649;
}

.breadcrumb > li + li:before, .breadcrumb > .active:after {
    content: "";
    padding: 0;
}

ul.more li, .panel-body li {
    padding-bottom: 7px;
}

ul.more li, .panel-body-accordion li {
    padding-bottom: 7px;
}

.bannerTabs ul {
    margin-bottom: 0;
}

.bannerTabs ul, .related ul {
    list-style: none;
}

.alert-norfolk {
    padding: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    color: #fff;
}

    .alert-norfolk strong {
        font-weight: 600;
    }

    .alert-norfolk p {
        padding: 10px;
        color: #fff;
        margin: 0;
    }

        .alert-norfolk p a:hover {
            text-decoration: none;
        }

.alert-norfolk-warning {
    background: #4c2e63;
}

.alert-norfolk-success {
    background: #007423;
    color: #333;
}

.alert-norfolk-info {
    background: #17426a;
}

.alert-norfolk-danger {
    background: #640431;
}

.alert-cookie {
    background-color: #fff;
}

.alert-cookie {
    padding: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    color: #fff;
}

    .alert-cookie p {
        color: #333;
        padding: 10px;
        margin: 0;
    }

    .alert-cookie h2, .alert-cookie h3, .alert-cookie h4, .alert-cookie h5, .alert-cookie h6 {
        color: #333;
    }

    .alert-cookie.danger {
        border-bottom: #e2007a 1px solid;
    }

    .alert-cookie.info {
        border-bottom: #002649 1px solid;
    }

    .alert-cookie.success {
        border-bottom: #007362 1px solid;
    }

    .alert-cookie.warning {
        border-bottom: #4c2e63 1px solid;
    }

div.alert-cookie.danger p a {
    color: #531fff;
    text-decoration: underline;
}

div.alert-cookie.info p a {
    color: #531fff;
}

div.alert-cookie.success p a {
    color: #531fff;
}

div.alert-cookie.warning p a {
    color: #4c2e63;
}

.alert-cookie strong {
    background: none;
    background-image: none;
    background-size: 0;
    display: inline;
    min-height: 0;
    padding: 0;
    text-transform: none;
    font-weight: 600;
}

.icon {
    position: relative;
    width: 60px;
    height: 60px;
}

    .icon:before {
        content: " ";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -15px 0 0 -15px;
        background: no-repeat center center;
        background-size: contain;
    }

    .icon.circle {
        background: #5f397b;
        border: 5px solid #d7cdde;
        border-radius: 50%;
        background-clip: padding-box;
    }

    .icon.report-icon:before {
        background-image: url(/content/sites/norfolk/images/clipboard.svg);
    }

    .icon.find-icon:before {
        background-image: url(/content/sites/norfolk/images/find.svg);
    }

    .icon.apply-icon:before {
        background-image: url(/content/sites/norfolk/images/apply.svg);
    }

    .icon.opening-icon:before {
        background-image: url(/content/sites/norfolk/images/opening-times.svg);
    }

    .icon.pay-icon:before {
        background-image: url(/content/sites/norfolk/images/pay.svg);
    }

    .icon.circle.report-icon:before {
        background-image: url(/content/sites/norfolk/images/clipboard-white.svg);
    }

    .icon.circle.find-icon:before {
        background-image: url(/content/sites/norfolk/images/find-white.svg);
    }

    .icon.circle.apply-icon:before {
        background-image: url(/content/sites/norfolk/images/apply-white.svg);
    }

    .icon.circle.opening-icon:before {
        background-image: url(/content/sites/norfolk/images/opening-times-white.svg);
    }

    .icon.circle.pay-icon:before {
        background-image: url(/content/sites/norfolk/images/pay-white.svg);
    }

.user-style--scheme-high-contrast, .user-style--scheme-high-contrast * {
    background-color: #000 !important;
    color: #ff0 !important;
    border-color: #ff0 !important;
    outline-color: #ff0 !important;
}

    .user-style--scheme-high-contrast a:link, .user-style--scheme-high-contrast a:visited, .user-style--scheme-high-contrast a strong {
        color: #0ff !important;
    }

    .user-style--scheme-high-contrast a:active, .user-style--scheme-high-contrast a:focus, .user-style--scheme-high-contrast a:hover {
        color: #0f0 !important;
    }

    .user-style--scheme-high-contrast .bannerTabs li a.active {
        background-color: #0f0 !important;
        color: #000 !important;
    }

    .user-style--scheme-high-contrast .secondaryMenu li a:after {
        background-color: #ff0 !important;
    }

    .user-style--scheme-high-contrast .whiteMenu, .user-style--scheme-high-contrast .panel-group .panel, .user-style--scheme-high-contrast .mainMenuDropDown > ul {
        border: 2px solid;
    }

    .user-style--scheme-high-contrast .newsBlock .links {
        border: 0;
    }

    .user-style--scheme-high-contrast .newsBlock {
        border: 5px solid;
    }

    .user-style--scheme-high-contrast .alert {
        border-bottom: 2px solid;
    }

    .user-style--scheme-high-contrast .newsBlock .links a:hover:after, .user-style--scheme-high-contrast .newsBlock .links .active a:after, .user-style--scheme-high-contrast .newsBlock .links a:active:after {
        border-right: 15px solid #ff0 !important;
    }

    .user-style--scheme-high-contrast .overlay, .user-style--scheme-high-contrast .overlay .container, .user-style--scheme-high-contrast .accordion .panel-primary > .panel-heading .accordClick {
        background-color: transparent !important;
    }

    .user-style--scheme-high-contrast input::-moz-placeholder {
        color: #ff0 !important;
    }

    .user-style--scheme-high-contrast input::-webkit-input-placeholder {
        color: #ff0 !important;
    }

    .user-style--scheme-high-contrast input:-moz-placeholder {
        color: #ff0 !important;
    }

    .user-style--scheme-high-contrast input:-ms-input-placeholder {
        color: #ff0 !important;
    }

    .user-style--scheme-high-contrast .bottom_fade {
        display: none !important;
    }

.user-style--size-large * {
    font-size: 105%;
}

.user-style--size-large .mainContent, .user-style--size-large .mainContent .h4 {
    line-height: 28px;
}

.user-style--size-large .mainMenuToggle {
    font-size: 24px;
}

.user-style--size-large .mainContent .h4, .user-style--size-large .btn {
    font-size: 19px;
}

.user-style--size-large h1 {
    font-size: 55px;
}

.user-style--size-large h2 {
    font-size: 27px;
}

.user-style--size-large h3, .user-style--size-large .btn.big, .user-style--size-large .infoPanel .infoPanel-textBox h2 {
    font-size: 24px;
}

.user-style--size-large h4 {
    font-size: 18px;
}

.user-style--size-large h5 {
    font-size: 17px;
}

.user-style--size-large h6 {
    font-size: 15px;
}

.user-style--size-large .panel-group {
    font-size: 14px;
}

.user-style--size-large button.search {
    font-size: 0 !important;
}

a.btn-blue, a.btn-pink, a.btn-green {
    color: #fff;
}

    a.btn-blue:hover, a.btn-pink:hover, a.btn-green:hover {
        color: #fff;
        border-bottom: none;
        text-decoration: underline;
    }

.btn-blue {
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    .btn-blue a {
        color: #fff;
    }

        .btn-blue a:hover {
            color: #fff;
            border-bottom: none;
        }

    .btn-blue:hover, .btn-blue:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
    }

.btn-pink {
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    .btn-pink a {
        color: #fff;
    }

        .btn-pink a:hover {
            color: #fff;
            border-bottom: none;
        }

    .btn-pink:hover, .btn-pink:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
    }

.btn-green {
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    margin-left: 6px;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    .btn-green a {
        color: #fff;
    }

        .btn-green a:hover {
            color: #fff;
            border-bottom: none;
        }

    .btn-green:hover {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
    }

    .btn-green:focus {
        text-decoration: none;
        color: #000;
    }

.btn-gray {
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 15px;
    vertical-align: middle;
    margin-left: 6px;
    background-color: #f2f2f2;
    color: #424242;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    .btn-gray:hover {
        color: #fff;
        background: #424242;
        text-decoration: underline;
    }

    .btn-gray:focus {
        text-decoration: none;
        color: #000;
    }

.lead {
    line-height: 22px;
    font-size: 15px;
    color: inherit;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    display: block;
}

blockquote {
    border: none;
    color: #8f466e;
    font-size: 17px;
    line-height: 24px;
    padding: 0 70px;
}

.font-size-big {
    font-size: 2.25rem;
    line-height: 2.6rem;
}

.font-size-mid {
    font-size: 1.3rem;
    line-height: 2rem;
}

figure {
    display: inline-block;
    max-width: 100%;
}

    figure iframe {
        display: block;
        max-width: 100%;
    }

    figure img {
        display: block;
        max-width: 100%;
        height: auto;
    }

figcaption {
    background: #333;
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    padding: 8px 16px 16px;
}

.sidebar figure {
    margin-bottom: 24px;
}

.table-content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.image-left {
    float: left;
    margin: 0 1em 1em 0;
}

.image-right {
    float: right;
    margin: 0 0 1em 1em;
}

.table-content > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-content > tbody > tr > td, .table-content > tbody > tr > th, .table-content > tfoot > tr > td, .table-content > tfoot > tr > th, .table-content > thead > tr > td, .table-content > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

.row-margin {
    margin-bottom: 2em;
}

.row-margin-1em {
    margin-bottom: 1em;
}

.row-margin-top {
    padding-top: 2em;
}

.col-margin {
    margin-bottom: 2em;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.margin-minus-2em {
    margin-top: -2em;
}

.mainContent {
    background: #fff;
    position: relative;
}

.sidebar {
    padding-top: 2em;
}

.breadcrumb > .active:before {
    z-index: 1;
}

#leave {
    cursor: pointer;
    background: #002649;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10000;
    padding: 1em;
    border-radius: .5em 0 0 .5em;
}

    #leave img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #leave p {
        color: #fff;
        font-size: 1.4em;
        text-align: center;
    }

.mainContent #accordion img.pull-right {
    padding: 0 0 1em 1em;
}

.alert-norfolk p a {
    color: #fff;
    text-decoration: underline;
}

.what-are-you-looking-for-input, .directory-group {
    background: #fff;
    border: 3px solid #9ca1a7;
    margin-bottom: 10px;
    min-height: 43px;
    padding-left: 20px;
    width: 100%;
}

.where-input {
    background: none;
    border: none;
    margin: 0;
    min-height: 38px;
    width: 100%;
}

p.search-results {
    margin-top: 1em;
}

ul.search-list {
    padding-left: 0;
    list-style: none;
}

    ul.search-list li {
        margin-bottom: 1em;
    }

    ul.search-list cite {
        display: block;
        color: #007362;
        word-wrap: break-word;
    }

    ul.search-list a {
        color: #066;
    }

        ul.search-list a:hover, ul.search-list a:focus {
            text-decoration: none;
            border-bottom: 2px solid #066;
        }

        ul.search-list a.searchlink {
            color: #4840e3;
        }

#search-facets ul {
    margin-top: 1em;
}

.pagination-centered {
    text-align: center;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    background-color: #810540;
    border-color: #810540;
}

.pagination > li > a, .pagination > li > a:hover, .pagination > li > span {
    color: #810540;
}

.postcode-warning-error {
    margin-bottom: 20px;
    color: #a94442;
}

tr.EnquiryRow_1 {
    background-color: #f9f9f9;
}

th.EnquiryRef {
    min-width: 150px;
}

.stage-container-row-spacing {
    padding-bottom: 20px;
}

.stage-container-padding {
    padding: 20px 20px 0 20px;
    background-size: cover;
}

.stage-container-padding-photocredit {
    padding: 20px 20px 20px 20px;
    background-size: cover;
}

.stage-container-logo {
    text-align: center;
    padding-bottom: 0;
}

.stage-overlay {
    background: linear-gradient(to bottom,#000 0%,rgba(0,0,0,.738) 19%,rgba(0,0,0,.541) 34%,rgba(0,0,0,.382) 47%,rgba(0,0,0,.278) 56.5%,rgba(0,0,0,.194) 65%,rgba(0,0,0,.126) 73%,rgba(0,0,0,.075) 80.2%,rgba(0,0,0,.042) 86.1%,rgba(0,0,0,.021) 91%,rgba(0,0,0,.008) 95.2%,rgba(0,0,0,.002) 98.2%,rgba(0,0,0,0) 100%);
    height: 400px;
    opacity: .7;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
}

@media only screen and (max-width:800px) {
    #EnquiryTable .collapse, #ClosedEnquiriesTable .collapse {
        display: none;
    }

        #EnquiryTable .collapse.in, #ClosedEnquiriesTable .collapse.in {
            display: block;
        }

    #EnquiryTable table, #EnquiryTable caption, #EnquiryTable thead, #EnquiryTable tbody, #EnquiryTable th, #EnquiryTable td, #EnquiryTable tr, #ClosedEnquiriesTable table, #ClosedEnquiriesTable caption, #ClosedEnquiriesTable thead, #ClosedEnquiriesTable tbody, #ClosedEnquiriesTable th, #ClosedEnquiriesTable td, #ClosedEnquiriesTable tr {
        display: block;
    }

        #EnquiryTable thead tr, #ClosedEnquiriesTable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #EnquiryTable tr.EnquiryListAccordionRow, #ClosedEnquiriesTable tr.EnquiryListAccordionRow {
            border-top: 1px solid #ccc;
        }

    #EnquiryTable td, #ClosedEnquiriesTable td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #EnquiryTable td:before, #ClosedEnquiriesTable td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        #EnquiryTable td:before, #ClosedEnquiriesTable td:before {
            content: attr(data-title);
        }
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none;
    cursor: pointer;
}

.ui-autocomplete {
    list-style: none;
    padding: 0;
}

    .ui-autocomplete li {
        padding: .1em .5em;
    }

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    padding: 15px 15px 5px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .validation-summary-errors span {
        font-weight: bold;
    }

.validation-summary-valid {
    display: none;
}

.view-render-exception, .controller-render-exception {
    word-wrap: break-word;
}

.form-inline.form-control {
    margin: 3px;
}

.required-field .control-label:before {
    color: #d00;
    content: "*";
    font-weight: bolder;
}

.ncc-form .list-group-item {
    border: none;
}

.ncc-form .btn-default {
    -webkit-transition: background .5s ease,color .5s ease;
    background: #fff;
    border: 5px solid;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    min-height: 40px;
    padding: 0 25px;
    transition: background .5s ease,color .5s ease;
    border-color: #1f5385;
}

    .ncc-form .btn-default:hover, .ncc-form .btn.blue:focus {
        background: #1f5385;
        color: #fff;
    }

@media only screen and (min-width:1500px) {
    .informationArea {
        margin: -400px auto 0;
    }
}

@media only screen and (max-width:1300px) {
    #leave p {
        font-size: .8em;
    }
}

@media only screen and (max-width:1255px) {
    .informationArea {
        width: 100%;
    }
}

@media only screen and (max-width:1050px) {
    .informationArea {
        margin-top: -100px;
    }
}

@media only screen and (max-width:992px) {
    .col-md-6:first-child .infoPanel {
        margin-top: 0;
    }

    .connectLinks {
        margin-bottom: 20px;
        padding-bottom: 25px;
        width: 100%;
    }

        .connectLinks a {
            min-height: 30px;
        }

    .infographic-box .info-data {
        margin-bottom: 10px;
    }

    .informationArea {
        margin-top: -150px;
    }

    .infographic-noBox {
        clear: both;
        padding-bottom: 65px;
    }

    .search-form {
        width: auto;
    }
}

@media only screen and (max-width:768px) {
    .twocolTab .col-sm-6, .col-narrow .col-sm-6, .services .col-sm-6 {
        width: 50%;
        float: left;
    }

    #leave {
        display: none;
    }

    .search-form {
        width: 400px;
    }
}

@media only screen and (max-width:750px) {
    .breadcrumb {
        height: auto;
    }

    .newsBlock .links a:after {
        display: none;
    }

    .informationArea {
        margin-top: 0;
    }

    .newsBlock {
        background: transparent;
    }

        .newsBlock .images {
            background: #002649;
        }

        .newsBlock .links {
            float: none;
            width: 100%;
        }

        .newsBlock .images {
            display: none;
        }

        .newsBlock .links {
            border-right: 5px solid #002649;
        }

            .newsBlock .links li:hover:after, .newsBlock .links li.active:after {
                opacity: 0;
            }

    .whiteMenu li, .bannerTabs li {
        width: 50%;
    }

    .mainMenuDropDown > ul {
        padding: 0;
    }

        .mainMenuDropDown > ul > li {
            border-left: none;
            width: 100%;
        }

            .mainMenuDropDown > ul > li > ul > li, .mainMenuDropDown > ul > li > ul > li:last-child {
                border-bottom: 1px solid #fff;
            }

            .mainMenuDropDown > ul > li:last-child > ul > li:last-child {
                border-bottom: none;
            }

    .mainMenuDropDown a {
        padding: 10px;
        text-align: center;
    }
}

@media only screen and (max-width:580px) {
    .closeItem {
        display: none;
    }

    .footerNav li {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
    }

        .footerNav li a {
            border-right: none;
            padding-right: 15px;
        }

    .twocolTab .col-sm-6, .col-narrow .col-sm-6, .services .col-sm-6 {
        width: 100%;
        float: none;
    }

    .services .panel .panel-body {
        display: none;
    }

    .services .panel .panel-body-accordion {
        display: none;
    }

    .no-js .services .panel .panel-body {
        display: block;
    }

    .no-js .services .panel .panel-body-accordion {
        display: block;
    }

    .infographic-noBox {
        padding-bottom: 40px;
    }

        .infographic-noBox .info-number {
            font-size: 43px;
            line-height: 1;
            margin-left: 15px;
        }

        .infographic-noBox .info-text {
            font-size: 19px;
            width: 156px;
        }
}

@media only screen and (max-width:480px) {
    .secondaryMenu {
        float: none;
        padding: 30px 0 0;
        text-align: right;
    }

        .secondaryMenu li {
            padding: 0 12px;
        }

    .mainMenuToggle {
        background-position: 10px top;
        float: none;
        padding-left: 38px;
    }

    .infoBox {
        left: auto;
        margin: 0 !important;
        position: relative;
        top: auto;
        width: 100%;
    }

    .bannerTabs li {
        width: 100%;
    }

    .infoPanel .infoPanel-textBox {
        min-height: 100px;
        padding: 15px;
        right: 25px;
        top: 25px;
        width: 130px;
    }

    .infoPanelPlain .infoPanel-textBox {
        width: 100%;
    }

    .infoPanel .infoPanel-textBox h2.heading {
        font-size: 18px;
    }

    .bannerNav a {
        display: none;
    }

    .bannerSlides .container {
        bottom: 0;
        left: 0;
        min-height: 0;
        padding: 0;
        position: absolute;
        width: 100%;
    }

    .informationArea {
        margin-top: 0;
    }

    .bannerSlides img {
        display: none;
    }

    .bannerSlides .overlay {
        position: relative;
    }

    .bannerSlides .container {
        position: relative;
    }

    .subMenuDropDown {
        position: relative;
        top: auto;
        width: auto;
        z-index: initial;
    }

    .bannerTabs li a {
        display: block;
    }

    .bottom_fade {
        display: none;
    }
}

@media only screen and (max-width:380px) {
    .infographic-noBox {
        padding-bottom: 30px;
    }

        .infographic-noBox .info-number {
            font-size: 30px;
        }

        .infographic-noBox .info-text {
            font-size: 16px;
        }
}

@media only screen and (max-width:350px) {
    .whiteMenu li {
        width: 100%;
    }

    .infographic-noBox .info-text {
        width: 100px;
    }
}

@media only screen and (min-width:580px) {
    .services .panel .panel-body {
        display: block !important;
    }
}

@media only screen and (min-width:580px) {
    .services .panel .panel-body-accordion {
        display: block !important;
    }
}

@media print {
    .collapse {
        display: block !important;
        height: auto !important;
    }
}

a.panel-title-linked {
    color: #fff;
}

.header-menu {
    display: flex;
}

    .header-menu ul {
        min-width: 220px;
        flex-grow: 1;
        margin: 0;
        padding: 12px 0 12px 0;
        list-style: none;
    }

        .header-menu ul li {
            float: left;
        }

            .header-menu ul li a {
                padding: 16px 12px;
                font-size: 16px;
                text-decoration: none;
                color: #050505;
                font-weight: 600;
                display: block;
            }

            .header-menu ul li button {
                padding: 17px 12px;
                font-size: 16px;
                text-decoration: none;
                color: #000;
                font-weight: 600;
                line-height: 40px;
                display: block;
                padding-top: 15px;
                background: #fff;
                outline: 0;
                border: 0;
            }

                .header-menu ul li button.signin {
                    background: url(/content/sites/norfolk/images/login.svg),none;
                    background-repeat: no-repeat;
                    background-position: 5px 21px;
                    background-size: 25px 25px;
                    text-indent: 25px;
                }

                .header-menu ul li button:focus {
                    background-color: #ffbf47;
                }

            .header-menu ul li a:focus {
                background: #ffbf47;
            }

    .header-menu .icons {
        padding: 0 5px 0 5px;
        display: inline-block;
        position: relative;
        left: 0;
        margin: 0;
        font-size: 10px;
    }

#searchtoggle {
    display: none;
}

@media only screen and (max-width:782px) {
    .container {
        width: auto;
    }
}

@media only screen and (max-width:768px) {
    header > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .logo {
        min-width: 0;
        max-width: 2000px;
        width: 265px;
        padding: 6px;
        margin: 0 auto;
        padding-bottom: 0;
    }

        .logo img {
            width: 100%;
            display: block;
        }

    .header-menu ul {
        width: 100%;
        justify-content: space-around;
        background: #f2f2f2;
        list-style: none;
    }

        .header-menu ul li {
            float: none;
            border-left: 0;
        }

            .header-menu ul li a {
                border-color: #f2f2f2;
            }

    .header-menu {
        flex-wrap: wrap;
    }

    .search-form {
        overflow: hidden;
        bottom: 0;
        width: 100%;
        position: relative;
        z-index: 3;
        display: block;
        float: none;
        padding: 15px 12px;
        max-height: 85px;
        border-top: 1px solid #ccc;
        background: #f2f2f2;
    }

    .mainMenuDropDown {
        padding-left: 0;
        padding-right: 0;
        top: 60px;
    }

        .mainMenuDropDown ul {
            background: #f2f2f2;
        }

            .mainMenuDropDown ul li {
                width: 50%;
            }

    .mainMenuList {
        padding-left: 0;
        padding-right: 0;
    }

    .breadcrumb li {
        display: none;
    }

        .breadcrumb li:nth-last-child(-n+3) {
            display: inline-block;
        }

        .breadcrumb li:nth-last-child(1) {
            display: none;
        }

    #searchtoggle {
        display: block;
    }

    .footerServicesMenu li {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .mainMenuDropDown ul li {
        width: 100%;
    }

    .mainMenuDropDown a {
        text-align: left;
    }
}

.privacypolicies-com---nb .cc-nb-main-container, .cookieconsent-com---nb .cc-nb-main-container {
    padding: 10px !important;
    overflow: auto;
}

.privacypolicies-com---palette-light .cc-nb-okagree, .cookieconsent-com---palette-light .cc-nb-okagree, .privacypolicies-com---palette-light .cc-nb-reject, .cookieconsent-com---palette-light .cc-nb-reject, .privacypolicies-com---palette-light .cc-cp-foot-save, .cookieconsent-com---palette-light .cc-cp-foot-save {
    color: #fff;
    background-color: #066 !important;
    display: inline;
    opacity: 1;
}

    .privacypolicies-com---palette-light .cc-nb-okagree:hover, .cookieconsent-com---palette-light .cc-nb-okagree:hover, .privacypolicies-com---palette-light .cc-nb-reject:hover, .cookieconsent-com---palette-light .cc-nb-reject:hover, .privacypolicies-com---palette-light .cc-cp-foot-save:hover, .cookieconsent-com---palette-light .cc-cp-foot-save:hover {
        text-decoration: underline;
    }

    .privacypolicies-com---palette-light .cc-nb-okagree:focus, .cookieconsent-com---palette-light .cc-nb-okagree:focus, .privacypolicies-com---palette-light .cc-nb-reject:focus, .cookieconsent-com---palette-light .cc-nb-reject:focus, .privacypolicies-com---palette-light .cc-cp-foot-save:focus, .cookieconsent-com---palette-light .cc-cp-foot-save:focus {
        outline: 3px solid #ffbf47;
    }

.privacypolicies-com---palette-light .cc-nb-changep, .cookieconsent-com---palette-light .cc-nb-changep {
    display: inline;
}

    .privacypolicies-com---palette-light .cc-nb-changep:hover, .cookieconsent-com---palette-light .cc-nb-changep:hover {
        text-decoration: underline;
    }

    .privacypolicies-com---palette-light .cc-nb-changep:focus, .cookieconsent-com---palette-light .cc-nb-changep:focus {
        outline: 3px solid #ffbf47;
    }

.light {
    background-color: #fff;
}

.fullwidth {
    width: 100%;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
}

.componentsection {
    width: 100%;
}

.section_background_image {
    background-size: cover;
}

.section_background_image_repeat {
    background-repeat: repeat;
}

.section_background_pattern {
    background-repeat: repeat;
}

.section_background_light_grey {
    background-color: #f2f2f2;
}

.section_background_dark_grey {
    background-color: #424242;
}

a.customisable-highlight {
    color: #00d1ff;
}

.Section_Container {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    padding-top: 32px;
}

    .Section_Container.dark_theme .content h1 {
        color: #fff;
    }

    .Section_Container.dark_theme .content a {
        color: #00d1ff;
    }

        .Section_Container.dark_theme .content a:hover {
            color: #00a7cc;
            border-bottom: 2px solid #00a7cc;
        }

    .Section_Container.dark_theme .content.dark h1 {
        color: #fff;
    }

    .Section_Container.dark_theme .content.light h1 {
        color: #050505;
    }

    .Section_Container.dark_theme .content.light a {
        color: #4840e3;
    }

        .Section_Container.dark_theme .content.light a:hover {
            color: #2d5ab4;
            border-bottom: 2px solid #2d5ab4;
        }

    .Section_Container.dark_theme .related li a, .Section_Container.dark_theme .NavLinkList li a {
        color: #00d1ff;
    }

        .Section_Container.dark_theme .related li a:hover, .Section_Container.dark_theme .NavLinkList li a:hover {
            color: #00a7cc;
            border-bottom: 2px solid #00a7cc;
        }

    .Section_Container.light_theme .content.dark h1 {
        color: #fff;
    }

    .Section_Container.light_theme .content h1 {
        color: #424242;
    }

.Container_1020 {
    width: 1020px;
}

.Container_1170 {
    width: 1170px;
}

.Container_1480 {
    width: 1480px;
}

@media(max-width:990px) {
    .Container_1020 {
        width: unset !important;
    }
}

@media(max-width:1150px) {
    .Container_1170 {
        width: unset !important;
    }
}

@media(max-width:1460px) {
    .Container_1480 {
        width: unset !important;
    }
}

.dark_theme {
    color: #fff;
}

.light_theme {
    color: #424242;
}

.padding-top-0px {
    padding-top: 0;
}

.padding-top-10px {
    padding-top: 10px;
}

.padding-top-20px {
    padding-top: 20px;
}

.padding-top-30px {
    padding-top: 30px;
}

.padding-top-40px {
    padding-top: 40px;
}

.padding-top-50px {
    padding-top: 50px;
}

.padding-bottom-0px {
    padding-bottom: 0;
}

.padding-bottom-10px {
    padding-bottom: 10px;
}

.padding-bottom-20px {
    padding-bottom: 20px;
}

.padding-bottom-30px {
    padding-bottom: 30px;
}

.padding-bottom-40px {
    padding-bottom: 40px;
}

.padding-bottom-50px {
    padding-bottom: 50px;
}

.margin-top-0px {
    margin-top: 0;
}

.margin-top-10px {
    margin-top: 10px;
}

.margin-top-20px {
    margin-top: 20px;
}

.margin-top-30px {
    margin-top: 30px;
}

.margin-top-40px {
    margin-top: 40px;
}

.margin-top-50px {
    margin-top: 50px;
}

.margin-bottom-0px {
    margin-bottom: 0;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-bottom-30px {
    margin-bottom: 30px;
}

.margin-bottom-40px {
    margin-bottom: 40px;
}

.margin-bottom-50px {
    margin-bottom: 50px;
}

.iFrameEmbed h2 {
    font-size: 20px;
    line-height: 140%;
    font-weight: bold;
    color: #050505;
    padding: 20px;
    margin: 0 0 10px 0;
}

caption {
    color: #767676;
}

.peekyswiper-step-card a {
    background: #fff;
    width: 100%;
    display: block;
    border-bottom: 0;
    color: #050505;
}

a:focus {
    outline: 3px solid #ffbf47 !important;
    background-color: #ffbf47 !important;
    color: #000 !important;
}

.peekyswiper-step-card .slick-slide .slick-current .slick-active {
    outline: 3px solid #ffbf47 !important;
}

a.button:focus {
    border-bottom: 0 solid #050505 !important;
    outline: 0 solid #ffbf47;
    color: #050505 !important;
    background: #ffbf47 !important;
}

button.slick-next:focus {
    background-image: url(/content/sites/norfolk/less/data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' /%3E%3C/svg%3E) !important;
    background-color: #ffbf47 !important;
    outline: 0 !important;
}

button.slick-prev:focus {
    background-image: url(/content/sites/norfolk/less/data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z' /%3E%3C/svg%3E) !important;
    background-color: #ffbf47 !important;
    outline: 0 !important;
}

.peekyswiper-img-cpeekyswiper-step-card .title:focus {
    background: #ffbf47 !important;
}

.peekyswiper-step-card a:focus .title {
    background: #ffbf47 !important;
}

.nav__dropdown-toggle:focus {
    background: #ffbf47 !important;
    outline: 3px solid #ffbf47 !important;
    color: #000 !important;
}

nav a:focus {
    color: #000 !important;
}

.nav__dropdown-toggle:focus {
    color: #000 !important;
}

.feedback .smile:nth-child(1) .tt {
    color: #000 !important;
}

.feedback a:focus .smile:nth-child(1) .tt {
    opacity: 1;
}

#C4A_btn5 {
    animation: pulse 2s 4 forwards;
    animation-delay: 10s;
    border-radius: 12px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,120,120,.8);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(0,120,120,0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,120,120,0);
    }
}

.panel-title a:focus {
    background: #ffbf47;
}

.panel-title:focus-within {
    background: #ffbf47;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

.dragging {
    cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[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;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

html {
    font-size: 15.5px;
    font-size: .969rem;
}

body {
    font-size: 15.5px;
    font-size: .969rem;
}

.accordion-list .accordion-open-close {
    display: flex;
    justify-content: flex-end;
}

    .accordion-list .accordion-open-close .btn-tertiary-btn {
        border: 0;
    }

.accordion-list .accordion-item {
    padding: 20px 0 20px 50px;
}

    .accordion-list .accordion-item .panel-body-accordion {
        margin-top: 8px;
        padding: 0;
    }

        .accordion-list .accordion-item .panel-body-accordion ul {
            padding-left: 20px;
        }

.accordion-list .accordion-heading {
    font-weight: bold;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}

    .accordion-list .accordion-heading:hover, .accordion-list .accordion-heading:focus {
        cursor: pointer;
    }

    .accordion-list .accordion-heading a {
        color: #050505;
    }

        .accordion-list .accordion-heading a:hover, .accordion-list .accordion-heading a:focus {
            color: #066;
            border-bottom: 2px solid #066;
            text-decoration: none;
        }

    .accordion-list .accordion-heading svg {
        -webkit-transition: transform .3s linear;
        margin-left: -25px;
        vertical-align: top;
        width: 20px;
        height: 20px;
        transform: rotate(90deg);
    }

    .accordion-list .accordion-heading .collapsed svg {
        transform: rotate(0deg);
    }

#anchornav .glyphicon {
    font-size: 12px;
    float: right;
    margin: 0 25px;
    display: none;
}

.anchor-navigation {
    float: left;
    width: 33.3333333%;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
    min-height: 10px;
    min-width: 10px;
}

    .anchor-navigation ul.page-contents_list {
        padding-left: 25px;
    }

    .anchor-navigation .page-contents_list li:before {
        content: "–";
        float: left;
        display: block;
        width: 15px;
        margin-left: -15px;
    }

    .anchor-navigation .page-contents_list li {
        list-style-type: none;
        line-height: 1.5;
    }

.anchor-main {
    float: left;
    width: 66.66667%;
    padding: 0 15px;
    box-sizing: border-box;
}

    .anchor-main p {
        line-height: 26px;
    }

    .anchor-main li, .anchor-main dd, .anchor-main dt {
        margin-bottom: 1rem;
        line-height: 26px;
    }

@media(max-width:46.25em) {
    .anchor-main li, .anchor-main dd, .anchor-main dt {
        font-size: 16px;
        font-size: 1rem;
    }
}

.anchor-main h2 {
    position: relative;
    margin: 0;
    color: #000;
    padding: 6px 0;
}

    .anchor-main h2 .glyphicon {
        font-size: 14px;
        display: block;
        float: left;
        max-width: 0;
        overflow: hidden;
        transition-duration: 300ms;
        line-height: 2em;
    }

    .anchor-main h2:focus .glyphicon {
        max-width: 200px;
    }

.anchor-main .highlight {
    box-sizing: border-box;
    transition-duration: 300ms;
    flex: 1;
    line-height: 1.3;
    text-decoration: none;
    background-image: linear-gradient(to right,#e3e3e3 0,#e3e3e3 100%);
    background-size: 0 100%;
    background-position: 0 -.1em;
}

    .anchor-main .highlight:focus {
        background-size: 100% 100%;
        outline: 0;
        padding: 10px 10px;
    }

@media only screen and (max-width:768px) {
    .anchor-navigation, .anchor-main {
        width: 100%;
    }

    #anchornav {
        margin-top: 0 !important;
        top: 0;
        left: 0;
        width: 100% !important;
        background: #fff;
        max-height: 60px;
        overflow: hidden;
        padding-bottom: 10px;
        transition-duration: 300ms;
        transition-timing-function: ease-in-out;
    }

        #anchornav h3 {
            margin: 20px 0;
            cursor: pointer;
        }

        #anchornav .glyphicon {
            display: block;
            transition-duration: 300ms;
        }

        #anchornav.fixednav {
            background: #f2f2f2;
            z-index: 3;
        }

            #anchornav.fixednav h3 {
                padding-left: 20px;
            }

        #anchornav.opennav {
            max-height: 2000px;
        }

            #anchornav.opennav .glyphicon {
                transform: rotate(180deg);
                transition-duration: 300ms;
            }
}

.c-button, .c-button--icon-right {
    position: relative;
    display: inline-block;
    padding: .4rem .6rem;
    cursor: pointer;
    color: #002649;
    font-size: 15px;
    font-size: .938rem;
    font-weight: bold;
    letter-spacing: .5px;
    text-decoration: none;
    -webkit-appearance: none;
    white-space: normal;
    user-select: none;
    background-clip: padding-box;
    background: #8dc7e9;
    border: 0;
    border-radius: 3px;
    transition: background-color .5s ease;
}

    .c-button:hover, .c-button:focus, .c-button--icon-right:hover, .c-button--icon-right:focus {
        color: #002649;
        background: #78bde5;
    }

@media(min-width:61.25em) {
    .c-button, .c-button--icon-right {
        padding: .72rem 1rem;
    }
}

.user-style--size-large .c-button, .user-style--size-large .c-button--icon-right {
    font-size: 55%;
}

@media(min-width:61.25em) {
    .user-style--size-large .c-button, .user-style--size-large .c-button--icon-right {
        font-size: 105%;
    }
}

.c-button--icon-right {
    padding-right: 3rem;
}

    .c-button--icon-right .c-button__icon {
        right: 1rem;
    }

.c-button__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.c-button--full-width {
    width: 100%;
    margin-bottom: 1rem;
}

.a-button {
    padding: 12px 34px 12px 34px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 20px;
    right: 10px;
    color: #fff;
    border-radius: 6px;
}

a.a-button-green {
    float: right;
    padding: 12px 34px 12px 34px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 20px;
    right: 10px;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.theme__primary a.a-button-green {
    background: #066;
}

.theme_primary a.a-button-green:hover {
    background: #004f24;
    color: #fff;
}

.theme__purple a.a-button-green {
    background: #8a245d;
}

    .theme__purple a.a-button-green:hover {
        background: #621942;
        color: #fff;
    }

.theme__dark-purple a.a-button-green {
    background: #481a4e;
}

    .theme__dark-purple a.a-button-green:hover {
        background: #250d28;
        color: #fff;
    }

.theme__orange a.a-button-green {
    background: #cf4a02;
}

    .theme__orange a.a-button-green:hover {
        background: #cf4a02;
        color: #fff;
    }

.theme__pink a.a-button-green {
    background: #cb4363;
}

    .theme__pink a.a-button-green:hover {
        background: #ac2f4d;
        color: #fff;
    }

.theme__red a.a-button-green {
    background: #b32017;
}

    .theme__red a.a-button-green:hover {
        background: #861811;
        color: #fff;
    }

.theme__light-blue a.a-button-green {
    background: #0070a5;
}

    .theme__light-blue a.a-button-green:hover {
        background: #004d72;
        color: #fff;
    }

.theme__dark-blue a.a-button-green {
    background: #29235c;
}

    .theme__dark-blue a.a-button-green:hover {
        background: #191537;
        color: #fff;
    }

.theme__magenta a.a-button-green {
    background: #c82285;
}

    .theme__magenta a.a-button-green:hover {
        background: #9c1b68;
        color: #fff;
    }

.theme__light-green a.a-button-green {
    background: #aac936;
}

    .theme__light-green a.a-button-green:hover {
        background: #88a12b;
        color: #fff;
    }

.theme__sky-blue a.a-button-green {
    background: #5ec5e8;
}

    .theme__sky-blue a.a-button-green:hover {
        background: #31b5e2;
        color: #fff;
    }

.theme__healthy-orange a.a-button-green {
    background: #e97825;
}

    .theme__healthy-orange a.a-button-green:hover {
        background: #c76014;
        color: #fff;
    }

a.btn-dark-green {
    background-color: #5d8028;
    color: #fff;
    padding: 5px 12px;
    font-weight: 600;
    line-height: 32px;
    display: inline-block;
    cursor: pointer;
    border-radius: 6px;
    font-size: 18px;
}

    a.btn-dark-green:hover, a.btn-dark-green:focus {
        color: #fff;
        background: #4f6d22;
    }

a.btn-green-arrow {
    background-color: #00823b;
    color: #fff;
    display: inline-block;
    min-height: 40px;
    padding: 5px 35px 5px 12px;
    line-height: 32px;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    border-radius: 6px;
    border: 0;
}

    a.btn-green-arrow::after {
        content: "";
        background-image: url(/content/sites/norfolk/images/arrow-btn.svg);
        background-position: right;
        background-size: 25px;
        background-repeat: no-repeat;
        width: 15px;
        height: 30px;
        position: absolute;
        display: inline-block;
        margin-left: 12px;
    }

    a.btn-green-arrow:hover, a.btn-green-arrow:focus {
        text-decoration: underline;
        background-color: #004f24;
        border-bottom: none;
        color: #fff;
    }

a.btn-primary-std {
    background-color: #00823b;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    padding: 5px 12px;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}

    a.btn-primary-std svg {
        display: inline-block;
        fill: #fff;
        margin-left: 6px;
        margin-top: -6px;
        vertical-align: middle;
    }

    a.btn-primary-std:hover {
        background-color: #004f24;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

    a.btn-primary-std:focus {
        background-color: #004f24;
        color: #000;
        text-decoration: underline;
        border-bottom: none;
    }

a.btn-primary-lge {
    background-color: #00823b;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 16px;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}

    a.btn-primary-lge svg {
        display: inline-block;
        fill: #fff;
        margin-left: 6px;
        margin-top: -6px;
        vertical-align: middle;
    }

    a.btn-primary-lge:hover {
        background-color: #004f24;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

    a.btn-primary-lge:focus {
        background-color: #004f24;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

a.btn-primary-teal-std {
    background-color: #066;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    padding: 5px 12px;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}

    a.btn-primary-teal-std svg {
        display: inline-block;
        fill: #fff;
        margin-left: 6px;
        margin-top: -6px;
        vertical-align: middle;
    }

    a.btn-primary-teal-std:hover {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

    a.btn-primary-teal-std:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

a.btn-primary-teal-lge {
    background-color: #066;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 16px;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}

    a.btn-primary-teal-lge svg {
        display: inline-block;
        fill: #fff;
        margin-left: 6px;
        margin-top: -6px;
        vertical-align: middle;
    }

    a.btn-primary-teal-lge:hover {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

    a.btn-primary-teal-lge:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

a.btn-secondary {
    background-color: #fff;
    border: 2px solid;
    border-color: #424242;
    border-radius: 6px;
    color: #424242;
    cursor: pointer;
    display: inline-block;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 12px;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}

    a.btn-secondary svg {
        display: inline-block;
        fill: #424242;
        margin-left: 6px;
        margin-top: -6px;
        vertical-align: middle;
    }

    a.btn-secondary:hover {
        background-color: #333;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

    a.btn-secondary:focus {
        background-color: #333;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

    a.btn-secondary:hover svg {
        fill: #fff;
    }

a.btn-inverted-secondary {
    background-color: #424242;
    border: 2px solid;
    border-color: #424242;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    padding: 5px 12px;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}

    a.btn-inverted-secondary svg {
        display: inline-block;
        fill: #fff;
        margin-left: 6px;
        margin-top: -6px;
        vertical-align: middle;
    }

    a.btn-inverted-secondary:hover {
        background-color: #fff;
        border-color: #424242;
        color: #333;
        text-decoration: underline;
        border-bottom: none;
    }

    a.btn-inverted-secondary:focus {
        background-color: #fff;
        border-color: #424242;
        color: #333;
        text-decoration: underline;
        border-bottom: none;
    }

    a.btn-inverted-secondary:hover svg {
        fill: #424242;
    }

a.btn-nav {
    border: 2px solid #000;
    border-color: #ddd;
    border-radius: 6px;
    color: #066;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    padding: 5px 12px 5px;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}

    a.btn-nav svg {
        display: inline-block;
        fill: #066;
        margin-left: 6px;
        margin-top: -6px;
        vertical-align: middle;
    }

    a.btn-nav:hover {
        color: #4169e1;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.24),0 5px 12px 0 rgba(0,0,0,.19);
        text-decoration: underline;
        border-bottom: none;
    }

    a.btn-nav:focus {
        color: #4169e1;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.24),0 5px 12px 0 rgba(0,0,0,.19);
        text-decoration: underline;
        border-bottom: none;
    }

    a.btn-nav:hover svg {
        fill: #4169e1;
    }

a.btn-tertiary-btn {
    background-color: #fff;
    border-color: #fff;
    border: 0;
    border-radius: 6px;
    color: #066;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    padding: 5px 12px 5px;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}

    a.btn-tertiary-btn svg {
        display: inline-block;
        fill: #066;
        margin-left: 6px;
        margin-top: -6px;
        vertical-align: middle;
    }

    a.btn-tertiary-btn:hover {
        background-color: #ddd;
        border-color: #ddd;
        border-radius: 6px;
        color: #033;
        text-decoration: underline;
        border-bottom: none;
    }

    a.btn-tertiary-btn:focus {
        background-color: #ddd;
        border-color: #ddd;
        border-radius: 6px;
        color: #033;
        text-decoration: underline;
        border-bottom: none;
    }

    a.btn-tertiary-btn:hover svg {
        fill: #033;
    }

.icon-settings, .c-icon__dotted-arrow, .c-icon__dotted-arrow--left, .c-icon__dotted-arrow-blue, .c-icon__pause, .c-icon__play, .c-icon__facebook, .c-icon__twitter, .c-icon__googleplus, .c-icon__pinterest, .c-icon__linkedin, .c-icon__mail {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-icon__dotted-arrow {
    width: 19px;
    height: 16px;
    background-image: url(/content/sites/norfolk/images/arrow-dotted.svg);
}

.c-icon__dotted-arrow--left {
    width: 19px;
    height: 16px;
    background-image: url(/content/sites/norfolk/images/arrow-dotted--left.svg);
}

.c-icon__dotted-arrow-blue {
    width: 19px;
    height: 16px;
    background-image: url(/content/sites/norfolk/images/arrow-dotted-blue.svg);
}

.c-icon__pause {
    width: 10px;
    height: 14px;
    background-image: url(/content/sites/norfolk/images/pause.svg);
}

.c-icon__play {
    width: 10px;
    height: 15px;
    background-image: url(/content/sites/norfolk/images/play.svg);
}

.c-icon__facebook {
    width: 32px;
    height: 32px;
    background-image: url(/content/sites/norfolk/images/facebook-icon.svg);
}

.c-icon__twitter {
    width: 32px;
    height: 32px;
    background-image: url(/content/sites/norfolk/images/twitter-icon.svg);
}

.c-icon__googleplus {
    width: 32px;
    height: 32px;
    background-image: url(/content/sites/norfolk/images/googleplus-icon.svg);
}

.c-icon__pinterest {
    width: 32px;
    height: 32px;
    background-image: url(/content/sites/norfolk/images/pinterest-icon.svg);
}

.c-icon__linkedin {
    width: 32px;
    height: 32px;
    background-image: url(/content/sites/norfolk/images/linkedin-icon.svg);
}

.c-icon__mail {
    width: 32px;
    height: 32px;
    background-image: url(/content/sites/norfolk/images/email-icon.svg);
}

.c-carousel {
    position: relative;
}

.user-style--scheme-high-contrast .c-carousel .container, .user-style--scheme-high-contrast .c-carousel .c-carousel__content-wrap, .user-style--scheme-high-contrast .c-carousel .c-carousel__item-inner {
    background-color: transparent !important;
}

.c-carousel--banner {
    background-size: cover;
    background-position: center center;
}

.user-style--scheme-high-contrast .c-carousel--banner .slick-slider, .user-style--scheme-high-contrast .c-carousel--banner .slick-list, .user-style--scheme-high-contrast .c-carousel--banner .slick-track, .user-style--scheme-high-contrast .c-carousel--banner .container, .user-style--scheme-high-contrast .c-carousel--banner .c-carousel__content-wrap, .user-style--scheme-high-contrast .c-carousel--banner .c-carousel__item, .user-style--scheme-high-contrast .c-carousel--banner .c-carousel__item-inner {
    background-color: transparent !important;
}

.c-carousel__item {
    background-size: cover;
    background-position: center center;
}

.no-js .c-carousel__item:nth-child(n+2) {
    display: none;
}

.c-carousel__item-inner {
    display: table;
    width: 100%;
    height: 15.625rem;
}

@media(min-width:61.25em) {
    .c-carousel__item-inner {
        height: 33.75rem;
    }
}

.c-carousel--banner .c-carousel__item-inner {
    height: 12.5rem;
}

@media(min-width:61.25em) {
    .c-carousel--banner .c-carousel__item-inner {
        height: 23.125rem;
    }
}

.c-carousel__content-wrap {
    display: table-cell;
    vertical-align: middle;
}

@media(min-width:61.25em) {
    .c-carousel .c-carousel__content-wrap {
        vertical-align: bottom;
    }
}

.c-carousel__content {
    width: 95%;
    max-width: 51.875rem;
    margin: auto;
    padding: .5rem;
    color: #fff;
    text-align: center;
    background: rgba(29,37,44,.7);
}

@media(min-width:61.25em) {
    .c-carousel .c-carousel__content {
        width: 60%;
        position: relative;
        margin: 0 auto 5rem;
        padding: 2rem 1.5rem 3rem;
    }
}

.c-carousel--banner .c-carousel__content {
    margin-bottom: 3rem;
}

@media(min-width:61.25em) {
    .c-carousel--banner .c-carousel__content {
        position: relative;
        max-width: 50%;
        margin: 0 0 2rem auto;
        padding: 2rem 2rem 3rem;
    }
}

.user-style--size-large .c-carousel__content {
    width: 95% !important;
    max-width: none;
    margin-right: auto;
    padding-bottom: 2rem;
}

@media(min-width:61.25em) {
    .user-style--size-large .c-carousel__content {
        padding-bottom: 4rem;
    }
}

.c-carousel__title {
    margin: 0 auto;
    font-size: 14px;
    font-size: .875rem;
}

.user-style--size-large .c-carousel__title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
}

@media(min-width:61.25em) {
    .c-carousel__title {
        width: 80%;
        margin: 0 auto 1rem;
    }

    .user-style--size-large .c-carousel__title {
        font-size: 40px !important;
        font-size: 2.5rem !important;
    }
}

@media(min-width:61.25em) {
    .c-carousel .c-carousel__title {
        margin: 0 auto 1rem;
        font-size: 36px;
        font-size: 2.25rem;
    }
}

@media(min-width:61.25em) {
    .c-carousel--banner .c-carousel__title {
        margin: 0 auto .5rem;
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.c-carousel__link {
    position: absolute;
    left: 50%;
    bottom: 3rem;
    width: 80%;
    transform: translateX(-50%);
}

@media(min-width:61.25em) {
    .c-carousel__link {
        width: auto;
        bottom: -1rem;
    }
}

.user-style--size-large .c-carousel__link {
    width: 95%;
}

.c-carousel__body {
    display: none;
}

@media(min-width:61.25em) {
    .c-carousel__body {
        display: block;
        width: 75%;
        margin: auto;
    }

        .c-carousel__body p {
            margin-bottom: 0;
        }
}

.user-style--size-large .c-carousel__body {
    width: 95%;
}

.c-carousel--banner .c-carousel__body {
    font-size: 14px;
    font-size: .875rem;
}

.user-style--size-large .c-carousel--banner .c-carousel__body {
    font-size: 105%;
}

.c-carousel__controls {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

.ie9 .c-carousel__controls {
    z-index: 1000;
}

.no-js .c-carousel__controls {
    display: none;
}

@media(min-width:61.25em) {
    .c-carousel--banner .c-carousel__controls {
        right: 1rem;
        left: auto;
        width: 48.8%;
    }

    .user-style--size-large .c-carousel--banner .c-carousel__controls {
        width: 105%;
        left: 0;
        right: 0;
    }
}

.c-carousel__controls-inner {
    display: inline-block;
    padding: 5px;
    background: rgba(29,37,44,.7);
}

    .c-carousel__controls-inner button {
        display: inline;
    }

.c-carousel .c-carousel__controls-inner {
    padding: 5px 10px;
}

.user-style--size-large .c-carousel__controls-inner {
    font-size: 14px;
}

.c-carousel__pause {
    margin: 0 .5rem 0 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.slick-arrow {
    display: none;
    width: 25px;
    height: 25px;
    padding: 0;
    background: none;
    border: none;
    -webkit-appearance: none;
    background-color: #006cf4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px 14px;
    border-radius: 3px;
    transition: background-color .5s ease;
    vertical-align: middle;
}

    .slick-arrow.slick-prev {
        margin-right: 1.3rem;
        background-image: url(/content/sites/norfolk/less/data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%2019%2016%22%3E%3Cellipse%20cx%3D%221%22%20cy%3D%228%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cellipse%20cx%3D%223.27%22%20cy%3D%2210.32%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cellipse%20cx%3D%225.53%22%20cy%3D%2212.65%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cellipse%20cx%3D%227.8%22%20cy%3D%2214.97%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cellipse%20cx%3D%223.27%22%20cy%3D%225.68%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cellipse%20cx%3D%225.53%22%20cy%3D%223.35%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cellipse%20cx%3D%227.8%22%20cy%3D%221.03%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M677.67%2C385.63a1%2C1%2C0%2C0%2C1%2C0-1.45%2C1%2C1%2C0%2C0%2C1%2C1.41%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.45A1%2C1%2C0%2C0%2C1%2C677.67%2C385.63Z%22%20transform%3D%22translate%28-673.19%20-376.91%29%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M680.87%2C385.63a1%2C1%2C0%2C0%2C1%2C0-1.45%2C1%2C1%2C0%2C0%2C1%2C1.41%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.45A1%2C1%2C0%2C0%2C1%2C680.87%2C385.63Z%22%20transform%3D%22translate%28-673.19%20-376.91%29%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M684.08%2C385.63a1%2C1%2C0%2C0%2C1%2C0-1.45%2C1%2C1%2C0%2C0%2C1%2C1.41%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.45A1%2C1%2C0%2C0%2C1%2C684.08%2C385.63Z%22%20transform%3D%22translate%28-673.19%20-376.91%29%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M687.28%2C385.63a1%2C1%2C0%2C0%2C1%2C0-1.45%2C1%2C1%2C0%2C0%2C1%2C1.41%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.45A1%2C1%2C0%2C0%2C1%2C687.28%2C385.63Z%22%20transform%3D%22translate%28-673.19%20-376.91%29%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M690.49%2C385.63a1%2C1%2C0%2C0%2C1%2C0-1.45%2C1%2C1%2C0%2C0%2C1%2C1.41%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.45A1%2C1%2C0%2C0%2C1%2C690.49%2C385.63Z%22%20transform%3D%22translate%28-673.19%20-376.91%29%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E);
    }

    .slick-arrow.slick-next {
        margin-left: 1rem;
        background-image: url(/content/sites/norfolk/less/data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%2019%2016%22%3E%3Cellipse%20cx%3D%2218%22%20cy%3D%228%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cellipse%20cx%3D%2215.73%22%20cy%3D%225.68%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cellipse%20cx%3D%2213.47%22%20cy%3D%223.35%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cellipse%20cx%3D%2211.2%22%20cy%3D%221.03%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cellipse%20cx%3D%2215.73%22%20cy%3D%2210.32%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cellipse%20cx%3D%2213.47%22%20cy%3D%2212.65%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cellipse%20cx%3D%2211.2%22%20cy%3D%2214.97%22%20rx%3D%221%22%20ry%3D%221.03%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M687.71%2C384.18a1%2C1%2C0%2C0%2C1%2C0%2C1.45%2C1%2C1%2C0%2C0%2C1-1.41%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1.45A1%2C1%2C0%2C0%2C1%2C687.71%2C384.18Z%22%20transform%3D%22translate%28-673.19%20-376.91%29%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M684.51%2C384.18a1%2C1%2C0%2C0%2C1%2C0%2C1.45%2C1%2C1%2C0%2C0%2C1-1.41%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1.45A1%2C1%2C0%2C0%2C1%2C684.51%2C384.18Z%22%20transform%3D%22translate%28-673.19%20-376.91%29%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M681.3%2C384.18a1%2C1%2C0%2C0%2C1%2C0%2C1.45%2C1%2C1%2C0%2C0%2C1-1.41%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1.45A1%2C1%2C0%2C0%2C1%2C681.3%2C384.18Z%22%20transform%3D%22translate%28-673.19%20-376.91%29%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M678.1%2C384.18a1%2C1%2C0%2C0%2C1%2C0%2C1.45%2C1%2C1%2C0%2C0%2C1-1.41%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1.45A1%2C1%2C0%2C0%2C1%2C678.1%2C384.18Z%22%20transform%3D%22translate%28-673.19%20-376.91%29%22%20fill%3D%22%23fff%22/%3E%3Cpath%20d%3D%22M674.9%2C384.18a1%2C1%2C0%2C0%2C1%2C0%2C1.45%2C1%2C1%2C0%2C0%2C1-1.41%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1.45A1%2C1%2C0%2C0%2C1%2C674.9%2C384.18Z%22%20transform%3D%22translate%28-673.19%20-376.91%29%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E);
    }

@media(min-width:61.25em) {
    .slick-arrow {
        display: inline-block;
    }
}

.slick-dots {
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

    .slick-dots li {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .slick-dots li button {
            position: relative;
            display: inline-block;
            margin: .25rem;
            padding: 0;
            background: none;
            border: none;
            font-size: 0;
            -webkit-appearance: none;
        }

            .slick-dots li button:before {
                content: "";
                display: inline-block;
                height: 12px;
                width: 12px;
                background: #fff;
                border-radius: 100%;
                transition: background-color .5s ease;
            }

#coroners-inquests th {
    background-color: #424242;
    color: #fff;
}

#coroners-inquests .inquest-date {
    font-weight: bold;
}

.coroners-inquest {
    background-color: #fd0000;
}

.coroners-opening {
    background-color: #56a91d;
}

.coroners-juryinquest {
    background-color: #42145f;
}

.coroners-review {
    background-color: #4b85d8;
}

.coroners-pre-inquest, .coroners-preinquest {
    background-color: #ffa500;
}

.coroners-inquestinwriting {
    background-color: #8b8680;
}

.coroners- {
    background-color: #666;
}

.c-discover {
    padding: 1.5rem 0 3rem;
}

.c-discover__viewall {
    width: 100%;
}

.c-discover__section-title {
    margin: 1rem 0 2rem;
    color: #677170;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: lighter;
    text-align: center;
}

.user-style--size-large .c-discover__section-title {
    font-size: 35px;
    font-size: 2.188rem;
}

.c-discover__item {
    margin-bottom: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #677170;
}

.c-discover__link {
    color: #000;
}

    .c-discover__link:hover, .c-discover__link:focus {
        color: #000;
        text-decoration: none;
    }

        .c-discover__link:hover .c-discover__image, .c-discover__link:focus .c-discover__image {
            transform: scale(1.3);
        }

.c-discover__meta {
    margin-bottom: 1rem;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-size: .875rem;
}

.c-discover__meta-category {
    margin-bottom: 0;
    font-weight: bold;
}

.c-discover__image-wrapper {
    overflow: hidden;
}

.c-discover__image {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 1s ease;
}

    .c-discover__image:after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

.c-discover__title {
    margin-bottom: 1.5rem;
    font-size: 26px;
    font-size: 1.625rem;
}

@media(min-width:61.25em) {
    .c-discover__title {
        font-size: 29.89px;
        font-size: 1.868rem;
    }
}

.user-style--size-large .c-discover__title {
    font-size: 115%;
}

.c-discover__faux-link {
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    width: 80%;
}

@media(min-width:46.25em) {
    .c-discover__faux-link {
        bottom: 1rem;
    }
}

@media(min-width:61.25em) {
    .c-discover__faux-link {
        bottom: 1.5rem;
    }
}

.c-callout {
    padding: 1.5rem 0;
}

.c-callout--dark {
    background: #1d252c;
    color: #fff;
}

    .c-callout--dark .c-callout__link {
        color: #fff;
    }

        .c-callout--dark .c-callout__link:hover, .c-callout--dark .c-callout__link:focus {
            color: #fff;
        }

.t-area-color .c-callout--dark .c-callout__title.t-area-color__text {
    color: #fff;
}

.c-callout__section-title {
    margin: 1rem 0 2rem;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: lighter;
    text-align: center;
}

.user-style--size-large .c-callout__section-title {
    font-size: 35px;
    font-size: 2.188rem;
}

.c-callout__link {
    color: #000;
}

    .c-callout__link:hover, .c-callout__link:focus {
        color: #000;
        text-decoration: none;
    }

        .c-callout__link:hover .c-callout__image, .c-callout__link:focus .c-callout__image {
            transform: scale(1.3);
        }

.c-callout__item {
    margin-bottom: 2rem;
}

.c-callout__image-wrapper {
    overflow: hidden;
}

.c-callout__image {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 1s ease;
}

    .c-callout__image:after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

.c-callout__title {
    font-size: 26px;
    font-size: 1.625rem;
}

.user-style--size-large .c-callout__title {
    font-size: 115%;
}

.c-callout__body {
    margin-bottom: 1rem;
    font-size: 14px;
    font-size: .875rem;
}

.c-callout__faux-link {
    width: 100%;
}

.per20 {
    float: left;
    width: 20%;
}

.per80 {
    float: left;
    width: 80%;
}

.card p {
    margin-top: 16px;
}

.card {
    display: flex;
    margin-bottom: 30px;
}

    .card .per20 {
        background-size: cover;
        width: 35%;
    }

        .card .per20 img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .card .per80 {
        width: 65%;
        box-sizing: border-box;
        padding: 30px;
        padding-bottom: 0;
    }

    .card h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 700;
    }

    .card p {
        line-height: 24px;
        margin-bottom: 0;
    }

div.c-content.background .dark {
    background: rgba(0,0,0,.5);
}

.dark {
    background-color: rgba(0,0,0,.8);
    color: #fff;
}

.light {
    background-color: #e6e6e6;
}

.card .a-button {
    float: right;
}

@media(max-width:40em) {
    .per20 {
        display: none;
    }

    .per80 {
        float: none;
        width: 100%;
    }

    .card .per80 {
        width: auto;
    }
}

nav {
    background-color: rgba(0,0,0,.8);
    min-width: 200px;
    position: relative;
    white-space: nowrap;
    height: 40px;
    align-items: center;
    text-align: center;
}

    nav ul {
        display: inline-block;
        list-style-type: none;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    nav li {
        display: inline-block;
        height: 40px;
    }

        nav li:first-child a {
            margin-left: 0;
        }

    nav a, nav button, nav button {
        color: #fff;
        display: inline-block;
        padding: .6rem 1rem .4rem 1rem;
        text-decoration: none;
        margin-right: 1rem;
        font-weight: bold;
    }

    nav button {
        margin-right: 0;
        background-color: #8a245d;
        padding-bottom: 10px;
    }

    nav a:hover, nav a:focus {
        border-bottom: 4px solid #621942;
        color: #fff;
        text-decoration: none;
    }

    nav a:focus {
        outline: 3px solid #ffbf47;
    }

    nav .nav__dropdown a:hover {
        background-color: #8a245d;
        border-bottom: 0;
        width: auto;
    }

    nav button:hover, nav button:active {
        background-color: #8a245d;
        color: #fff;
    }

.priority-nav {
    z-index: 9;
}

    .priority-nav ul.nav__dropdown {
        display: none;
    }

        .priority-nav ul.nav__dropdown a:hover {
            border-bottom: 0;
        }

.nav__dropdown {
    right: 0;
    background-color: #8a245d;
    opacity: 0;
    color: #fff;
    z-index: 10;
    top: 40px;
}

    .nav__dropdown.show {
        opacity: 1;
        visibility: visible;
    }

.nav__dropdown-toggle {
    outline: none;
    display: inline-block;
    border: none;
    color: #fff;
    padding-left: 40px;
}

    .nav__dropdown-toggle.is-open {
        background-color: #8a245d;
    }

    .nav__dropdown-toggle:focus {
        color: #000 !important;
        outline: 3px solid #ffbf47;
    }

.nav__dropdown li {
    display: block;
}

    .nav__dropdown li:first-child a {
        padding-left: 2rem;
    }

.nav__dropdown a {
    display: inline-block;
    padding: .5rem 2rem;
    margin-right: 0;
}

.lines {
    width: 15px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms,-webkit-transform 200ms;
    top: 50%;
}

.line1 {
    -webkit-transform: translate3d(-25px,-8px,0);
    transform: translate3d(-25px,-4px,0);
}

.line2 {
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
}

.line3 {
    -webkit-transform: translate3d(-25px,8px,0);
    transform: translate3d(-25px,4px,0);
}

.openmenu .line1 {
    -webkit-transform: translate3d(-25px,0,0) rotate(45deg);
    transform: translate3d(-25px,0,0) rotate(45deg);
}

.openmenu .line2 {
    -webkit-transform: translate3d(-25px,0,0) scale(.1,1);
    transform: translate3d(-25px,0,0) scale(.1,1);
}

.openmenu .line3 {
    -webkit-transform: translate3d(-25px,0,0) rotate(-45deg);
    transform: translate3d(-25px,0,0) rotate(-45deg);
}

.priority-nav__wrapper {
    float: right;
}

.nav__dropdown:after {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    top: -6px;
    right: 4rem;
}

.SiblingNavigation h2, .NavBulletPoint h2 {
    font-size: 18px;
    margin-bottom: 1.5rem;
}

.SiblingNavigation li, .NavBulletPoint li {
    margin-bottom: 1rem;
    line-height: 1.7;
}

@media(max-width:650px) {
    .nav__dropdown {
        right: 0;
        left: 0;
    }

        .nav__dropdown:after {
            right: auto;
            left: 4rem;
        }

    .nav__dropdown-wrapper {
        position: static !important;
    }
}

.NavListGeneral .see-more {
    display: none;
}

.NavListGeneral, .TagSearchList {
    box-shadow: 0 0 1px rgba(0,0,0,.12),0 0 1px rgba(0,0,0,.12);
    padding: 20px;
    margin-bottom: 25px;
    background-color: #fff;
}

    .NavListGeneral .list-title, .TagSearchList .list-title {
        display: flex;
        justify-content: space-between;
    }

        .NavListGeneral .list-title h2, .TagSearchList .list-title h2 {
            color: #066;
            border-bottom: 1px solid #f2f2f2;
            display: block;
            padding-bottom: 20px;
            font-size: 28px;
            font-weight: bold;
            margin: 0;
        }

            .NavListGeneral .list-title h2 a, .TagSearchList .list-title h2 a {
                color: #066;
            }

                .NavListGeneral .list-title h2 a:hover, .TagSearchList .list-title h2 a:hover {
                    text-decoration: none;
                    border-bottom: 2px solid #066;
                }

        .NavListGeneral .list-title a.see-more-button, .TagSearchList .list-title a.see-more-button {
            display: none;
        }

    .NavListGeneral ul, .TagSearchList ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .NavListGeneral ul li, .TagSearchList ul li {
            padding: 10px 0;
            border-bottom: 1px solid #ebebeb;
        }

            .NavListGeneral ul li:last-child, .TagSearchList ul li:last-child {
                border-bottom: none;
                padding-bottom: 0;
            }

            .NavListGeneral ul li a, .TagSearchList ul li a {
                color: #0b0b0c;
            }

                .NavListGeneral ul li a:hover, .TagSearchList ul li a:hover, .NavListGeneral ul li a:focus, .TagSearchList ul li a:focus {
                    text-decoration: none;
                    border-bottom: 2px solid #0b0b0c;
                }

                .NavListGeneral ul li a.ReadMore, .TagSearchList ul li a.ReadMore {
                    color: #066;
                    font-weight: 600;
                }

                    .NavListGeneral ul li a.ReadMore:hover, .TagSearchList ul li a.ReadMore:hover {
                        text-decoration: none;
                        border-bottom: 2px solid #066;
                    }

        .NavListGeneral ul.see-more-list, .TagSearchList ul.see-more-list {
            margin-top: 10px;
            border-top: 1px solid #ebebeb;
        }

            .NavListGeneral ul.see-more-list.collapse, .TagSearchList ul.see-more-list.collapse {
                display: block;
                height: auto !important;
            }

.NavLinkList {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 25px;
}

    .NavLinkList h2 {
        margin: 0 0 1.5rem 0;
        font-weight: 600;
    }

    .NavLinkList ul {
        margin-bottom: 0;
    }

    .NavLinkList li {
        padding-bottom: 10px;
    }

        .NavLinkList li a {
            color: #4840e3;
            font-weight: 600;
        }

            .NavLinkList li a:hover, .NavLinkList li a:focus {
                color: #2d5ab4;
                text-decoration: none;
                border-bottom: 2px solid #2d5ab4;
            }

@media only screen and (max-width:580px) {
    .NavListGeneral .see-more {
        display: block;
    }

    .NavListGeneral .list-title a.see-more-button {
        display: block;
        color: #066;
        font-weight: 600;
    }

    .NavListGeneral ul.see-more-list.collapse {
        display: none;
    }

        .NavListGeneral ul.see-more-list.collapse.in {
            display: block;
        }
}

@media(max-width:500px) {
    nav button {
        float: none;
        width: 100%;
    }

    .priority-nav__wrapper {
        float: none;
        border-bottom: 0;
    }
}

#serviceslist {
    position: relative;
    z-index: 2;
}

.two-thirds {
    width: calc(56.6666666%);
}

.one-third {
    width: calc(23.3333333%);
}

#serviceslist {
    padding: 20px 0;
    margin: 0 auto;
}

.navflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}

    .navflex:before {
        content: none;
    }

    .navflex:after {
        content: none;
    }

.navlist {
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    list-style: none;
    border: 1px solid #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.12),0 0 2px rgba(0,0,0,.12);
    position: relative;
    padding: 0 20px;
    margin: 0;
    margin-bottom: 15px;
    border-radius: 0;
}

    .navlist h3 {
        border-bottom: 0;
        padding-bottom: 0;
        color: #050505;
        padding-bottom: 0;
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 15px;
        font-weight: 700;
    }

        .navlist h3 a {
            border-bottom: 2px solid #066;
            color: #066;
            text-decoration: none;
            font-weight: bold;
            font-size: 20px;
            line-height: 150%;
        }

    .navlist a {
        color: #36c;
    }

        .navlist a .navlist a {
            color: #36c;
        }

        .navlist a a:visited {
            color: #848;
        }

        .navlist a .navlist a {
            color: #4169e1;
        }

    .navlist p a {
        font-weight: bold;
    }

    .navlist p {
        line-height: 28px;
        font-size: 16px;
        margin-top: 0;
        margin-block-end: 16px;
    }

    .navlist h3:hover {
        text-decoration: none;
    }

    .navlist a:hover {
        color: #2d5ab4;
        text-decoration: none;
        border-bottom: 2px solid #2d5ab4;
    }

    .navlist h3 a {
        border-bottom: 2px solid #066;
        color: #066;
    }

.navcomponent {
    padding-left: 10px;
    padding-right: 10px;
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
}

.hint-text {
    font-size: 12px;
    color: #808080;
}

.per20 {
    float: left;
    width: 20%;
}

.per80 {
    float: left;
    width: 80%;
}

.card p {
    margin-top: 16px;
}

.card {
    display: flex;
    margin-bottom: 30px;
}

    .card .per20 {
        background-size: cover;
        width: 35%;
    }

        .card .per20 img {
            height: 100%;
            width: 100%;
        }

    .card .per80 {
        width: 65%;
        box-sizing: border-box;
        padding: 30px;
        padding-bottom: 0;
    }

    .card h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 700;
    }

    .card p {
        line-height: 24px;
        margin-bottom: 0;
    }

div.c-content.background .dark {
    background: rgba(0,0,0,.5);
}

.dark, .stage-class .content {
    background-color: rgba(0,0,0,.8);
    color: #fff;
}

.light {
    background-color: #e6e6e6;
}

.card .a-button {
    float: right;
}

.SectionTitle {
    color: #050505;
    text-align: center;
}

    .SectionTitle.light {
        background-color: transparent;
        color: #fff;
    }

    .SectionTitle.dark {
        background-color: transparent;
        color: #050505;
    }

.ScrollIcon {
    background: #fff;
    outline: 0;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    bottom: -20px;
    z-index: 8;
    position: relative;
    box-shadow: 0 0 1px rgba(0,0,0,.12),0 0 2px rgba(0,0,0,.12);
    border: 1px solid #ccc;
    transform: translateZ(-50%);
    display: block;
}

    .ScrollIcon svg {
        width: 100%;
        display: block;
        padding: 7px;
    }

@media(max-width:40em) {
    .per20 {
        display: none;
    }

    .per80 {
        float: none;
        width: 100%;
    }

    .card .per80 {
        width: auto;
    }
}

a.photocredit {
    color: #fff;
    display: block;
    background: rgba(0,0,0,.8);
    padding: 5px 10px;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
}

    a.photocredit:hover {
        text-decoration: underline;
        background: #000;
    }

hero {
    width: 100%;
    display: block;
    position: absolute;
    height: auto;
    right: 0;
}

    hero .per33, hero .per66 {
        box-sizing: border-box;
        padding: 15px;
    }

tr.tblrow_headingGreen {
    background-color: #00823b;
    color: #fff;
    text-align: left;
    padding: 20px 20px;
}

    tr.tblrow_headingGreen th {
        text-align: left;
        padding: 20px 20px;
    }

tr.tblrow_green {
    background-color: #dfffe8;
}

tr.tblrow_yellow {
    background-color: #fdffe8;
}

tr.tblrow_orange {
    background-color: #fff7e8;
}

tr.tblrow_red {
    background-color: #ffdfdf;
}

    tr.tblrow_green th, tr.tblrow_yellow th, tr.tblrow_orange th, tr.tblrow_red th, tr.tblrow_green td, tr.tblrow_yellow td, tr.tblrow_orange td, tr.tblrow_red td {
        padding: 10px 20px;
    }

div.LookupSearch .searchicon {
    font-size: 25px;
    padding: 0 10px 0 10px;
    top: 7px;
}

div.LookupSearch #quicksearch {
    border: 2px solid #333;
    width: calc(100% - 50px);
    min-width: 100px;
    height: 40px;
    margin: 20px auto;
    border-radius: 6px;
    text-indent: 10px;
}

div.LookupTable table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

div.LookupTable tr {
    border-bottom: 1px solid #d7d7d7;
}

div.LookupTable th, div.LookupTable td {
    vertical-align: top;
}

div.LookupTable mark {
    background-color: #ff0;
    color: #000;
    padding: 0;
}

.noresults #noresults {
    display: block;
    opacity: 1;
}

.noresults table tr {
    opacity: 0;
}

#noresults {
    display: none;
    opacity: 0;
}

    #noresults p {
        font-size: 22px;
    }

    #noresults label {
        background-color: #007362;
        color: #fff;
        padding: 5px 12px;
        font-weight: 600;
        line-height: 32px;
        display: inline-block;
        cursor: pointer;
        border-radius: 6px;
        font-size: 18px;
    }

        #noresults label:hover, #noresults label:focus {
            color: #fff;
            background: #005a4c;
        }

.LookupTable td {
    word-break: normal;
}

@media(max-width:1200px) {
    div.LookupTable table {
        display: block;
        width: 100%;
    }

        div.LookupTable table tbody {
            display: block;
            width: 100%;
        }

        div.LookupTable table tr {
            border-bottom: 0;
            margin-bottom: 10px;
            display: block;
        }

            div.LookupTable table tr.tblrow_headingGreen {
                padding: 0;
            }

    div.LookupTable thead tr:first-child th {
        display: none;
    }

    div.LookupTable tbody th, div.LookupTable tbody td {
        width: 100%;
        display: inline-block;
    }

    div.LookupTable tbody tr td:before, div.LookupTable tbody tr th:before {
        content: attr(data-title);
        display: block;
        font-weight: 600;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    div.LookupTable tbody td:empty {
        empty-cells: hide;
        display: none;
    }
}

.masonry {
    margin: 1.5em auto;
    column-gap: 1.5em;
}

.item {
    margin: 0 0 1.5em 0;
}

.masonry {
    column-count: 3;
}

@media(max-width:48em) {
    .masonry {
        column-count: 2;
    }
}

@media(max-width:40em) {
    .masonry {
        column-count: 1;
    }
}

body.theme__primary .t-area-color .t-area-color__background {
    background-color: #fff;
    color: #fff;
}

body.theme__primary .t-area-color .t-area-color__link {
    color: #002649;
}

body.theme__primary .t-area-color .t-area-color__border {
    border-color: #002649;
}

body.theme__primary .t-area-color .t-area-color__button {
    background-color: #002649;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__primary .t-area-color .t-area-color__button:hover, body.theme__primary .t-area-color .t-area-color__button:focus {
        background-color: #00192f;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__primary .t-area-color .wysiwyg-button--icon-right {
    background-color: #002649;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__primary .t-area-color .wysiwyg-button--icon-right:hover, body.theme__primary .t-area-color .wysiwyg-button--icon-right:focus {
        background-color: #00192f;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__primary .t-area-color .t-area-color__icon svg path, body.theme__primary .t-area-color .t-area-color__icon svg circle {
    fill: #002649;
}

body.theme__primary .t-area-color .t-area-color__parent-btn:hover .t-area-color__button, body.theme__primary .t-area-color .t-area-color__parent-btn:focus .t-area-color__button {
    background-color: #00192f;
    text-decoration: underline;
    border-bottom: none;
}

body.theme__primary .t-area-color .c-carousel__arrow {
    background: #002649;
}

    body.theme__primary .t-area-color .c-carousel__arrow:hover, body.theme__primary .t-area-color .c-carousel__arrow:focus {
        background: #00192f;
    }

body.theme__primary .t-area-color .slick-dots button:hover:before, body.theme__primary .t-area-color .slick-dots button:focus:before {
    background: #00192f;
}

body.theme__primary .t-area-color .slick-dots .slick-active button:before {
    background: #002649;
}

body.theme__primary .t-area-color .btn-theme {
    -webkit-transition: background .5s ease,color .5s ease;
    background: #fff;
    border: 5px solid;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    min-height: 40px;
    padding: 0 25px;
    transition: background .5s ease,color .5s ease;
    border-color: #002649;
    color: #333;
    text-decoration: none;
    display: inline-block;
}

    body.theme__primary .t-area-color .btn-theme:hover, body.theme__primary .t-area-color .btn-theme:focus {
        background: #002649;
        color: #fff;
        text-decoration: none;
        border-bottom: none;
    }

body.theme__orange .t-area-color .t-area-color__link {
    color: #cf4a02;
}

body.theme__orange .t-area-color .t-area-color__border {
    border-color: #cf4a02;
}

body.theme__orange .t-area-color .t-area-color__button, body.theme__orange .t-area-color .slick-arrow {
    background-color: #cf4a02;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__orange .t-area-color .t-area-color__button:hover, body.theme__orange .t-area-color .slick-arrow:hover, body.theme__orange .t-area-color .t-area-color__button:focus, body.theme__orange .t-area-color .slick-arrow:focus {
        background-color: #b64102;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__orange .t-area-color .wysiwyg-button--icon-right {
    background-color: #cf4a02;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__orange .t-area-color .wysiwyg-button--icon-right:hover, body.theme__orange .t-area-color .wysiwyg-button--icon-right:focus {
        background-color: #b64102;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__orange .t-area-color .t-area-color__parent-btn:hover .t-area-color__button, body.theme__orange .t-area-color .t-area-color__parent-btn:focus .t-area-color__button {
    background-color: #b64102;
    text-decoration: underline;
    border-bottom: none;
}

body.theme__orange .t-area-color .t-area-color__icon svg path, body.theme__orange .t-area-color .t-area-color__icon svg circle {
    fill: #cf4a02;
}

body.theme__orange .t-area-color .c-carousel__arrow {
    background: #cf4a02;
}

    body.theme__orange .t-area-color .c-carousel__arrow:hover, body.theme__orange .t-area-color .c-carousel__arrow:focus {
        background: #b64102;
        border-bottom: none;
    }

body.theme__orange .t-area-color .slick-dots button:hover:before, body.theme__orange .t-area-color .slick-dots button:focus:before {
    background: #b64102;
}

body.theme__orange .t-area-color .slick-dots .slick-active button:before {
    background: #cf4a02;
}

body.theme__orange .t-area-color .closeItem:after {
    border: 2px solid rgba(0,0,0,.3);
}

body.theme__orange .t-area-color .panel-arrow, body.theme__orange .t-area-color .bannerTabs li a.active, body.theme__orange .t-area-color .bannerTabs li a:hover {
    background-color: #9c3802;
}

body.theme__orange .t-area-color .purpleText, body.theme__orange .t-area-color .infographic-noBox .info-number, body.theme__orange .t-area-color .infographic-noBox .info-text {
    color: #cf4a02;
}

body.theme__orange .t-area-color .panel-heading, body.theme__orange .t-area-color .blockHeading, body.theme__orange .t-area-color .bannerTabs {
    background-color: #cf4a02;
}

body.theme__orange .t-area-color .btn.dark-green {
    border-color: #333;
    color: #333;
}

    body.theme__orange .t-area-color .btn.dark-green:hover {
        background: #333;
        color: #fff;
    }

body.theme__orange .t-area-color .grey .btn, body.theme__orange .t-area-color .cta-btn .btn, body.theme__orange .t-area-color .btn.cta-btn {
    background: #9c3802;
    border-color: #cf4a02;
    color: #fff;
}

    body.theme__orange .t-area-color .grey .btn:hover, body.theme__orange .t-area-color .cta-btn .btn:hover, body.theme__orange .t-area-color .btn.cta-btn:hover {
        background: #fff;
        color: #9c3802;
    }

body.theme__orange .t-area-color .infoBox.colour {
    background: rgba(207,74,2,.9);
}

body.theme__orange .t-area-color .ncc-form .btn-default {
    border-color: #cf4a02;
}

    body.theme__orange .t-area-color .ncc-form .btn-default:hover {
        background: #cf4a02;
        color: #fff;
    }

body.theme__orange .t-area-color .infoPanel:hover .infoPanel-textBox, body.theme__orange .t-area-color .infoPanel:focus .infoPanel-textBox {
    outline: 4px solid #cf4a02;
}

body.theme__orange .t-area-color .btn-theme {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    height: 45px;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    body.theme__orange .t-area-color .btn-theme:hover, body.theme__orange .t-area-color .btn-theme:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__orange .t-area-color .nav__dropdown-toggle {
    background: #cf4a02;
}

body.theme__orange .t-area-color .nav__dropdown {
    background-color: #cf4a02;
}

    body.theme__orange .t-area-color .nav__dropdown li:hover {
        background-color: #7c2c01;
    }

    body.theme__orange .t-area-color .nav__dropdown a:hover {
        background-color: #7c2c01;
    }

body.theme__orange .t-area-color .nav__dropdown-toggle a:hover {
    background-color: #7c2c01;
}

body.theme__orange .t-area-color .nav__dropdown-toggle:hover {
    background-color: #7c2c01;
}

body.theme__orange .t-area-color .nav__dropdown button:hover, body.theme__orange .t-area-color nav button:active {
    background-color: #7c2c01;
}

body.theme__orange .t-area-color .nav__dropdown-toggle.is-open {
    background-color: #7c2c01;
}

body.theme__red .t-area-color .t-area-color__link {
    color: #b32017;
}

body.theme__red .t-area-color .t-area-color__border {
    border-color: #b32017;
}

body.theme__red .t-area-color .t-area-color__button, body.theme__red .t-area-color .slick-arrow {
    background-color: #b32017;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__red .t-area-color .t-area-color__button:hover, body.theme__red .t-area-color .slick-arrow:hover, body.theme__red .t-area-color .t-area-color__button:focus, body.theme__red .t-area-color .slick-arrow:focus {
        background-color: #9c1c14;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__red .t-area-color .wysiwyg-button--icon-right {
    background-color: #b32017;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__red .t-area-color .wysiwyg-button--icon-right:hover, body.theme__red .t-area-color .wysiwyg-button--icon-right:focus {
        background-color: #9c1c14;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__red .t-area-color .t-area-color__parent-btn:hover .t-area-color__button, body.theme__red .t-area-color .t-area-color__parent-btn:focus .t-area-color__button {
    background-color: #9c1c14;
    text-decoration: underline;
    border-bottom: none;
}

body.theme__red .t-area-color .t-area-color__icon svg path, body.theme__red .t-area-color .t-area-color__icon svg circle {
    fill: #b32017;
}

body.theme__red .t-area-color .c-carousel__arrow {
    background: #b32017;
}

    body.theme__red .t-area-color .c-carousel__arrow:hover, body.theme__red .t-area-color .c-carousel__arrow:focus {
        background: #9c1c14;
        border-bottom: none;
    }

body.theme__red .t-area-color .slick-dots button:hover:before, body.theme__red .t-area-color .slick-dots button:focus:before {
    background: #9c1c14;
}

body.theme__red .t-area-color .slick-dots .slick-active button:before {
    background: #b32017;
}

body.theme__red .t-area-color .closeItem:after {
    border: 2px solid rgba(0,0,0,.3);
}

body.theme__red .t-area-color .panel-arrow, body.theme__red .t-area-color .bannerTabs li a.active, body.theme__red .t-area-color .bannerTabs li a:hover {
    background-color: #861811;
}

body.theme__red .t-area-color .purpleText, body.theme__red .t-area-color .infographic-noBox .info-number, body.theme__red .t-area-color .infographic-noBox .info-text {
    color: #b32017;
}

body.theme__red .t-area-color .panel-heading, body.theme__red .t-area-color .blockHeading, body.theme__red .t-area-color .bannerTabs {
    background-color: #b32017;
}

body.theme__red .t-area-color .btn.dark-green {
    border-color: #333;
    color: #333;
}

    body.theme__red .t-area-color .btn.dark-green:hover {
        background: #333;
        color: #fff;
    }

body.theme__red .t-area-color .grey .btn, body.theme__red .t-area-color .cta-btn .btn, body.theme__red .t-area-color .btn.cta-btn {
    background: #861811;
    border-color: #b32017;
    color: #fff;
}

    body.theme__red .t-area-color .grey .btn:hover, body.theme__red .t-area-color .cta-btn .btn:hover, body.theme__red .t-area-color .btn.cta-btn:hover {
        background: #fff;
        color: #861811;
    }

body.theme__red .t-area-color .infoBox.colour {
    background: rgba(179,32,23,.9);
}

body.theme__red .t-area-color .ncc-form .btn-default {
    border-color: #b32017;
}

    body.theme__red .t-area-color .ncc-form .btn-default:hover {
        background: #b32017;
        color: #fff;
    }

body.theme__red .t-area-color .infoPanel:hover .infoPanel-textBox, body.theme__red .t-area-color .infoPanel:focus .infoPanel-textBox {
    outline: 4px solid #b32017;
}

body.theme__red .t-area-color .btn-theme {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    height: 45px;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    body.theme__red .t-area-color .btn-theme:hover, body.theme__red .t-area-color .btn-theme:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__red .t-area-color .nav__dropdown-toggle {
    background: #b32017;
}

body.theme__red .t-area-color .nav__dropdown {
    background-color: #b32017;
}

    body.theme__red .t-area-color .nav__dropdown li:hover {
        background-color: #b32017;
    }

    body.theme__red .t-area-color .nav__dropdown a:hover {
        background-color: #b32017;
    }

body.theme__red .t-area-color .nav__dropdown-toggle a:hover {
    background-color: #b32017;
}

body.theme__red .t-area-color .nav__dropdown-toggle:hover {
    background-color: #b32017;
}

body.theme__red .t-area-color .nav__dropdown button:hover, body.theme__red .t-area-color nav button:active {
    background-color: #b32017;
}

body.theme__red .t-area-color .nav__dropdown-toggle.is-open {
    background-color: #b32017;
}

body.theme__green .t-area-color .t-area-color__link {
    color: #597730;
}

body.theme__green .t-area-color .t-area-color__border {
    border-color: #597730;
}

body.theme__green .t-area-color .t-area-color__button, body.theme__green .t-area-color .slick-arrow {
    background-color: #597730;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__green .t-area-color .t-area-color__button:hover, body.theme__green .t-area-color .slick-arrow:hover, body.theme__green .t-area-color .t-area-color__button:focus, body.theme__green .t-area-color .slick-arrow:focus {
        background-color: #4b6529;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__green .t-area-color .wysiwyg-button--icon-right {
    background-color: #597730;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__green .t-area-color .wysiwyg-button--icon-right:hover, body.theme__green .t-area-color .wysiwyg-button--icon-right:focus {
        background-color: #4b6529;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__green .t-area-color .t-area-color__parent-btn:hover .t-area-color__button, body.theme__green .t-area-color .t-area-color__parent-btn:focus .t-area-color__button {
    background-color: #4b6529;
    text-decoration: underline;
    border-bottom: none;
}

body.theme__green .t-area-color .t-area-color__icon svg path, body.theme__green .t-area-color .t-area-color__icon svg circle {
    fill: #597730;
}

body.theme__green .t-area-color .c-carousel__arrow {
    background: #597730;
}

    body.theme__green .t-area-color .c-carousel__arrow:hover, body.theme__green .t-area-color .c-carousel__arrow:focus {
        background: #4b6529;
        border-bottom: none;
    }

body.theme__green .t-area-color .slick-dots button:hover:before, body.theme__green .t-area-color .slick-dots button:focus:before {
    background: #4b6529;
}

body.theme__green .t-area-color .slick-dots .slick-active button:before {
    background: #597730;
}

body.theme__green .t-area-color .closeItem:after {
    border: 2px solid rgba(0,0,0,.3);
}

body.theme__green .t-area-color .panel-arrow, body.theme__green .t-area-color .bannerTabs li a.active, body.theme__green .t-area-color .bannerTabs li a:hover {
    background-color: #3e5321;
}

body.theme__green .t-area-color .purpleText, body.theme__green .t-area-color .infographic-noBox .info-number, body.theme__green .t-area-color .infographic-noBox .info-text {
    color: #597730;
}

body.theme__green .t-area-color .panel-heading, body.theme__green .t-area-color .blockHeading, body.theme__green .t-area-color .bannerTabs {
    background-color: #597730;
}

body.theme__green .t-area-color .btn.dark-green {
    border-color: #333;
    color: #333;
}

    body.theme__green .t-area-color .btn.dark-green:hover {
        background: #333;
        color: #fff;
    }

body.theme__green .t-area-color .grey .btn, body.theme__green .t-area-color .cta-btn .btn, body.theme__green .t-area-color .btn.cta-btn {
    background: #3e5321;
    border-color: #597730;
    color: #fff;
}

    body.theme__green .t-area-color .grey .btn:hover, body.theme__green .t-area-color .cta-btn .btn:hover, body.theme__green .t-area-color .btn.cta-btn:hover {
        background: #fff;
        color: #3e5321;
    }

body.theme__green .t-area-color .infoBox.colour {
    background: rgba(89,119,48,.9);
}

body.theme__green .t-area-color .ncc-form .btn-default {
    border-color: #597730;
}

    body.theme__green .t-area-color .ncc-form .btn-default:hover {
        background: #597730;
        color: #fff;
    }

body.theme__green .t-area-color .infoPanel:hover .infoPanel-textBox, body.theme__green .t-area-color .infoPanel:focus .infoPanel-textBox {
    outline: 4px solid #597730;
}

body.theme__green .t-area-color .btn-theme {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    height: 45px;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    body.theme__green .t-area-color .btn-theme:hover, body.theme__green .t-area-color .btn-theme:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__green .t-area-color .nav__dropdown-toggle {
    background: #597730;
}

body.theme__green .t-area-color .nav__dropdown {
    background-color: #597730;
}

    body.theme__green .t-area-color .nav__dropdown li:hover {
        background-color: #597730;
    }

    body.theme__green .t-area-color .nav__dropdown a:hover {
        background-color: #597730;
    }

body.theme__green .t-area-color .nav__dropdown-toggle a:hover {
    background-color: #597730;
}

body.theme__green .t-area-color .nav__dropdown-toggle:hover {
    background-color: #597730;
}

body.theme__green .t-area-color .nav__dropdown button:hover, body.theme__green .t-area-color nav button:active {
    background-color: #597730;
}

body.theme__green .t-area-color .nav__dropdown-toggle.is-open {
    background-color: #597730;
}

body.theme__pink .t-area-color .t-area-color__link {
    color: #cb4363;
}

body.theme__pink .t-area-color .t-area-color__border {
    border-color: #cb4363;
}

body.theme__pink .t-area-color .t-area-color__button, body.theme__pink .t-area-color .slick-arrow {
    background-color: #cb4363;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__pink .t-area-color .t-area-color__button:hover, body.theme__pink .t-area-color .slick-arrow:hover, body.theme__pink .t-area-color .t-area-color__button:focus, body.theme__pink .t-area-color .slick-arrow:focus {
        background-color: #c03556;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__pink .t-area-color .wysiwyg-button--icon-right {
    background-color: #cb4363;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__pink .t-area-color .wysiwyg-button--icon-right:hover, body.theme__pink .t-area-color .wysiwyg-button--icon-right:focus {
        background-color: #c03556;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__pink .t-area-color .t-area-color__parent-btn:hover .t-area-color__button, body.theme__pink .t-area-color .t-area-color__parent-btn:focus .t-area-color__button {
    background-color: #c03556;
    text-decoration: underline;
    border-bottom: none;
}

body.theme__pink .t-area-color .t-area-color__icon svg path, body.theme__pink .t-area-color .t-area-color__icon svg circle {
    fill: #cb4363;
}

body.theme__pink .t-area-color .c-carousel__arrow {
    background: #cb4363;
}

    body.theme__pink .t-area-color .c-carousel__arrow:hover, body.theme__pink .t-area-color .c-carousel__arrow:focus {
        background: #c03556;
        border-bottom: none;
    }

body.theme__pink .t-area-color .slick-dots button:hover:before, body.theme__pink .t-area-color .slick-dots button:focus:before {
    background: #c03556;
}

body.theme__pink .t-area-color .slick-dots .slick-active button:before {
    background: #cb4363;
}

body.theme__pink .t-area-color .closeItem:after {
    border: 2px solid rgba(0,0,0,.3);
}

body.theme__pink .t-area-color .panel-arrow, body.theme__pink .t-area-color .bannerTabs li a.active, body.theme__pink .t-area-color .bannerTabs li a:hover {
    background-color: #ac2f4d;
}

body.theme__pink .t-area-color .purpleText, body.theme__pink .t-area-color .infographic-noBox .info-number, body.theme__pink .t-area-color .infographic-noBox .info-text {
    color: #cb4363;
}

body.theme__pink .t-area-color .panel-heading, body.theme__pink .t-area-color .blockHeading, body.theme__pink .t-area-color .bannerTabs {
    background-color: #cb4363;
}

body.theme__pink .t-area-color .btn.dark-green {
    border-color: #333;
    color: #333;
}

    body.theme__pink .t-area-color .btn.dark-green:hover {
        background: #333;
        color: #fff;
    }

body.theme__pink .t-area-color .grey .btn, body.theme__pink .t-area-color .cta-btn .btn, body.theme__pink .t-area-color .btn.cta-btn {
    background: #ac2f4d;
    border-color: #cb4363;
    color: #fff;
}

    body.theme__pink .t-area-color .grey .btn:hover, body.theme__pink .t-area-color .cta-btn .btn:hover, body.theme__pink .t-area-color .btn.cta-btn:hover {
        background: #fff;
        color: #ac2f4d;
    }

body.theme__pink .t-area-color .infoBox.colour {
    background: rgba(203,67,99,.9);
}

body.theme__pink .t-area-color .ncc-form .btn-default {
    border-color: #cb4363;
}

    body.theme__pink .t-area-color .ncc-form .btn-default:hover {
        background: #cb4363;
        color: #fff;
    }

body.theme__pink .t-area-color .infoPanel:hover .infoPanel-textBox, body.theme__pink .t-area-color .infoPanel:focus .infoPanel-textBox {
    outline: 4px solid #cb4363;
}

body.theme__pink .t-area-color .btn-theme {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    height: 45px;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    body.theme__pink .t-area-color .btn-theme:hover, body.theme__pink .t-area-color .btn-theme:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__pink .t-area-color .nav__dropdown-toggle {
    background: #cb4363;
}

body.theme__pink .t-area-color .nav__dropdown {
    background-color: #cb4363;
}

    body.theme__pink .t-area-color .nav__dropdown li:hover {
        background-color: #cb4363;
    }

    body.theme__pink .t-area-color .nav__dropdown a:hover {
        background-color: #cb4363;
    }

body.theme__pink .t-area-color .nav__dropdown-toggle a:hover {
    background-color: #cb4363;
}

body.theme__pink .t-area-color .nav__dropdown-toggle:hover {
    background-color: #cb4363;
}

body.theme__pink .t-area-color .nav__dropdown button:hover, body.theme__pink .t-area-color nav button:active {
    background-color: #cb4363;
}

body.theme__pink .t-area-color .nav__dropdown-toggle.is-open {
    background-color: #cb4363;
}

body.theme__light-blue .t-area-color .t-area-color__link {
    color: #0070a5;
}

body.theme__light-blue .t-area-color .t-area-color__border {
    border-color: #0070a5;
}

body.theme__light-blue .t-area-color .t-area-color__button, body.theme__light-blue .t-area-color .slick-arrow {
    background-color: #0070a5;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__light-blue .t-area-color .t-area-color__button:hover, body.theme__light-blue .t-area-color .slick-arrow:hover, body.theme__light-blue .t-area-color .t-area-color__button:focus, body.theme__light-blue .t-area-color .slick-arrow:focus {
        background-color: #005f8c;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__light-blue .t-area-color .wysiwyg-button--icon-right {
    background-color: #0070a5;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__light-blue .t-area-color .wysiwyg-button--icon-right:hover, body.theme__light-blue .t-area-color .wysiwyg-button--icon-right:focus {
        background-color: #005f8c;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__light-blue .t-area-color .t-area-color__parent-btn:hover .t-area-color__button, body.theme__light-blue .t-area-color .t-area-color__parent-btn:focus .t-area-color__button {
    background-color: #005f8c;
    text-decoration: underline;
    border-bottom: none;
}

body.theme__light-blue .t-area-color .t-area-color__icon svg path, body.theme__light-blue .t-area-color .t-area-color__icon svg circle {
    fill: #0070a5;
}

body.theme__light-blue .t-area-color .c-carousel__arrow {
    background: #0070a5;
}

    body.theme__light-blue .t-area-color .c-carousel__arrow:hover, body.theme__light-blue .t-area-color .c-carousel__arrow:focus {
        background: #005f8c;
        border-bottom: none;
    }

body.theme__light-blue .t-area-color .slick-dots button:hover:before, body.theme__light-blue .t-area-color .slick-dots button:focus:before {
    background: #005f8c;
}

body.theme__light-blue .t-area-color .slick-dots .slick-active button:before {
    background: #0070a5;
}

body.theme__light-blue .t-area-color .closeItem:after {
    border: 2px solid rgba(0,0,0,.3);
}

body.theme__light-blue .t-area-color .panel-arrow, body.theme__light-blue .t-area-color .bannerTabs li a.active, body.theme__light-blue .t-area-color .bannerTabs li a:hover {
    background-color: #004d72;
}

body.theme__light-blue .t-area-color .purpleText, body.theme__light-blue .t-area-color .infographic-noBox .info-number, body.theme__light-blue .t-area-color .infographic-noBox .info-text {
    color: #0070a5;
}

body.theme__light-blue .t-area-color .panel-heading, body.theme__light-blue .t-area-color .blockHeading, body.theme__light-blue .t-area-color .bannerTabs {
    background-color: #0070a5;
}

body.theme__light-blue .t-area-color .btn.dark-green {
    border-color: #333;
    color: #333;
}

    body.theme__light-blue .t-area-color .btn.dark-green:hover {
        background: #333;
        color: #fff;
    }

body.theme__light-blue .t-area-color .grey .btn, body.theme__light-blue .t-area-color .cta-btn .btn, body.theme__light-blue .t-area-color .btn.cta-btn {
    background: #004d72;
    border-color: #0070a5;
    color: #fff;
}

    body.theme__light-blue .t-area-color .grey .btn:hover, body.theme__light-blue .t-area-color .cta-btn .btn:hover, body.theme__light-blue .t-area-color .btn.cta-btn:hover {
        background: #fff;
        color: #004d72;
    }

body.theme__light-blue .t-area-color .infoBox.colour {
    background: rgba(0,112,165,.9);
}

body.theme__light-blue .t-area-color .ncc-form .btn-default {
    border-color: #0070a5;
}

    body.theme__light-blue .t-area-color .ncc-form .btn-default:hover {
        background: #0070a5;
        color: #fff;
    }

body.theme__light-blue .t-area-color .infoPanel:hover .infoPanel-textBox, body.theme__light-blue .t-area-color .infoPanel:focus .infoPanel-textBox {
    outline: 4px solid #0070a5;
}

body.theme__light-blue .t-area-color .btn-theme {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    height: 45px;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    body.theme__light-blue .t-area-color .btn-theme:hover, body.theme__light-blue .t-area-color .btn-theme:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__light-blue .t-area-color .nav__dropdown-toggle {
    background: #0070a5;
}

body.theme__light-blue .t-area-color .nav__dropdown {
    background-color: #0070a5;
}

    body.theme__light-blue .t-area-color .nav__dropdown li:hover {
        background-color: #0070a5;
    }

    body.theme__light-blue .t-area-color .nav__dropdown a:hover {
        background-color: #0070a5;
    }

body.theme__light-blue .t-area-color .nav__dropdown-toggle a:hover {
    background-color: #0070a5;
}

body.theme__light-blue .t-area-color .nav__dropdown-toggle:hover {
    background-color: #0070a5;
}

body.theme__light-blue .t-area-color .nav__dropdown button:hover, body.theme__light-blue .t-area-color nav button:active {
    background-color: #0070a5;
}

body.theme__light-blue .t-area-color .nav__dropdown-toggle.is-open {
    background-color: #0070a5;
}

body.theme__purple .t-area-color .t-area-color__link {
    color: #8a245d;
}

body.theme__purple .t-area-color .t-area-color__border {
    border-color: #8a245d;
}

body.theme__purple .t-area-color .t-area-color__button, body.theme__purple .t-area-color .slick-arrow {
    background-color: #8a245d;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__purple .t-area-color .t-area-color__button:hover, body.theme__purple .t-area-color .slick-arrow:hover, body.theme__purple .t-area-color .t-area-color__button:focus, body.theme__purple .t-area-color .slick-arrow:focus {
        background-color: #761f4f;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__purple .t-area-color .wysiwyg-button--icon-right {
    background-color: #8a245d;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__purple .t-area-color .wysiwyg-button--icon-right:hover, body.theme__purple .t-area-color .wysiwyg-button--icon-right:focus {
        background-color: #761f4f;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__purple .t-area-color .t-area-color__parent-btn:hover .t-area-color__button, body.theme__purple .t-area-color .t-area-color__parent-btn:focus .t-area-color__button {
    background-color: #761f4f;
    text-decoration: underline;
    border-bottom: none;
}

body.theme__purple .t-area-color .t-area-color__icon svg path, body.theme__purple .t-area-color .t-area-color__icon svg circle {
    fill: #8a245d;
}

body.theme__purple .t-area-color .c-carousel__arrow {
    background: #8a245d;
}

    body.theme__purple .t-area-color .c-carousel__arrow:hover, body.theme__purple .t-area-color .c-carousel__arrow:focus {
        background: #761f4f;
        border-bottom: none;
    }

body.theme__purple .t-area-color .slick-dots button:hover:before, body.theme__purple .t-area-color .slick-dots button:focus:before {
    background: #761f4f;
}

body.theme__purple .t-area-color .slick-dots .slick-active button:before {
    background: #8a245d;
}

body.theme__purple .t-area-color .closeItem:after {
    border: 2px solid rgba(0,0,0,.3);
}

body.theme__purple .t-area-color .panel-arrow, body.theme__purple .t-area-color .bannerTabs li a.active, body.theme__purple .t-area-color .bannerTabs li a:hover {
    background-color: #621942;
}

body.theme__purple .t-area-color .purpleText, body.theme__purple .t-area-color .infographic-noBox .info-number, body.theme__purple .t-area-color .infographic-noBox .info-text {
    color: #8a245d;
}

body.theme__purple .t-area-color .panel-heading, body.theme__purple .t-area-color .blockHeading, body.theme__purple .t-area-color .bannerTabs {
    background-color: #8a245d;
}

body.theme__purple .t-area-color .btn.dark-green {
    border-color: #333;
    color: #333;
}

    body.theme__purple .t-area-color .btn.dark-green:hover {
        background: #333;
        color: #fff;
    }

body.theme__purple .t-area-color .grey .btn, body.theme__purple .t-area-color .cta-btn .btn, body.theme__purple .t-area-color .btn.cta-btn {
    background: #621942;
    border-color: #8a245d;
    color: #fff;
}

    body.theme__purple .t-area-color .grey .btn:hover, body.theme__purple .t-area-color .cta-btn .btn:hover, body.theme__purple .t-area-color .btn.cta-btn:hover {
        background: #fff;
        color: #621942;
    }

body.theme__purple .t-area-color .infoBox.colour {
    background: rgba(138,36,93,.9);
}

body.theme__purple .t-area-color .ncc-form .btn-default {
    border-color: #8a245d;
}

    body.theme__purple .t-area-color .ncc-form .btn-default:hover {
        background: #8a245d;
        color: #fff;
    }

body.theme__purple .t-area-color .infoPanel:hover .infoPanel-textBox, body.theme__purple .t-area-color .infoPanel:focus .infoPanel-textBox {
    outline: 4px solid #8a245d;
}

body.theme__purple .t-area-color .btn-theme {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    height: 45px;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    body.theme__purple .t-area-color .btn-theme:hover, body.theme__purple .t-area-color .btn-theme:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__purple .t-area-color .nav__dropdown-toggle {
    background: #8a245d;
}

body.theme__purple .t-area-color .nav__dropdown {
    background-color: #8a245d;
}

    body.theme__purple .t-area-color .nav__dropdown li:hover {
        background-color: #621942;
    }

    body.theme__purple .t-area-color .nav__dropdown a:hover {
        background-color: #621942;
    }

body.theme__purple .t-area-color .nav__dropdown-toggle a:hover {
    background-color: #621942;
}

body.theme__purple .t-area-color .nav__dropdown-toggle:hover {
    background-color: #621942;
}

body.theme__purple .t-area-color .nav__dropdown button:hover, body.theme__purple .t-area-color nav button:active {
    background-color: #621942;
}

body.theme__purple .t-area-color .nav__dropdown-toggle.is-open {
    background-color: #621942;
}

body.theme__dark-blue .t-area-color .t-area-color__link {
    color: #29235c;
}

body.theme__dark-blue .t-area-color .t-area-color__border {
    border-color: #29235c;
}

body.theme__dark-blue .t-area-color .t-area-color__button, body.theme__dark-blue .t-area-color .slick-arrow {
    background-color: #29235c;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__dark-blue .t-area-color .t-area-color__button:hover, body.theme__dark-blue .t-area-color .slick-arrow:hover, body.theme__dark-blue .t-area-color .t-area-color__button:focus, body.theme__dark-blue .t-area-color .slick-arrow:focus {
        background-color: #211c4a;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__dark-blue .t-area-color .wysiwyg-button--icon-right {
    background-color: #29235c;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__dark-blue .t-area-color .wysiwyg-button--icon-right:hover, body.theme__dark-blue .t-area-color .wysiwyg-button--icon-right:focus {
        background-color: #211c4a;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__dark-blue .t-area-color .t-area-color__parent-btn:hover .t-area-color__button, body.theme__dark-blue .t-area-color .t-area-color__parent-btn:focus .t-area-color__button {
    background-color: #211c4a;
    text-decoration: underline;
    border-bottom: none;
}

body.theme__dark-blue .t-area-color .t-area-color__icon svg path, body.theme__dark-blue .t-area-color .t-area-color__icon svg circle {
    fill: #29235c;
}

body.theme__dark-blue .t-area-color .c-carousel__arrow {
    background: #29235c;
}

    body.theme__dark-blue .t-area-color .c-carousel__arrow:hover, body.theme__dark-blue .t-area-color .c-carousel__arrow:focus {
        background: #211c4a;
        border-bottom: none;
    }

body.theme__dark-blue .t-area-color .slick-dots button:hover:before, body.theme__dark-blue .t-area-color .slick-dots button:focus:before {
    background: #211c4a;
}

body.theme__dark-blue .t-area-color .slick-dots .slick-active button:before {
    background: #29235c;
}

body.theme__dark-blue .t-area-color .closeItem:after {
    border: 2px solid rgba(0,0,0,.3);
}

body.theme__dark-blue .t-area-color .panel-arrow, body.theme__dark-blue .t-area-color .bannerTabs li a.active, body.theme__dark-blue .t-area-color .bannerTabs li a:hover {
    background-color: #191537;
}

body.theme__dark-blue .t-area-color .purpleText, body.theme__dark-blue .t-area-color .infographic-noBox .info-number, body.theme__dark-blue .t-area-color .infographic-noBox .info-text {
    color: #29235c;
}

body.theme__dark-blue .t-area-color .panel-heading, body.theme__dark-blue .t-area-color .blockHeading, body.theme__dark-blue .t-area-color .bannerTabs {
    background-color: #29235c;
}

body.theme__dark-blue .t-area-color .btn.dark-green {
    border-color: #333;
    color: #333;
}

    body.theme__dark-blue .t-area-color .btn.dark-green:hover {
        background: #333;
        color: #fff;
    }

body.theme__dark-blue .t-area-color .grey .btn, body.theme__dark-blue .t-area-color .cta-btn .btn, body.theme__dark-blue .t-area-color .btn.cta-btn {
    background: #191537;
    border-color: #29235c;
    color: #fff;
}

    body.theme__dark-blue .t-area-color .grey .btn:hover, body.theme__dark-blue .t-area-color .cta-btn .btn:hover, body.theme__dark-blue .t-area-color .btn.cta-btn:hover {
        background: #fff;
        color: #191537;
    }

body.theme__dark-blue .t-area-color .infoBox.colour {
    background: rgba(41,35,92,.9);
}

body.theme__dark-blue .t-area-color .ncc-form .btn-default {
    border-color: #29235c;
}

    body.theme__dark-blue .t-area-color .ncc-form .btn-default:hover {
        background: #29235c;
        color: #fff;
    }

body.theme__dark-blue .t-area-color .infoPanel:hover .infoPanel-textBox, body.theme__dark-blue .t-area-color .infoPanel:focus .infoPanel-textBox {
    outline: 4px solid #29235c;
}

body.theme__dark-blue .t-area-color .btn-theme {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    height: 45px;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    body.theme__dark-blue .t-area-color .btn-theme:hover, body.theme__dark-blue .t-area-color .btn-theme:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__dark-blue .t-area-color .nav__dropdown-toggle {
    background: #29235c;
}

body.theme__dark-blue .t-area-color .nav__dropdown {
    background-color: #29235c;
}

    body.theme__dark-blue .t-area-color .nav__dropdown li:hover {
        background-color: #191537;
    }

    body.theme__dark-blue .t-area-color .nav__dropdown a:hover {
        background-color: #191537;
    }

body.theme__dark-blue .t-area-color .nav__dropdown-toggle a:hover {
    background-color: #191537;
}

body.theme__dark-blue .t-area-color .nav__dropdown-toggle:hover {
    background-color: #191537;
}

body.theme__dark-blue .t-area-color .nav__dropdown button:hover, body.theme__dark-blue .t-area-color nav button:active {
    background-color: #191537;
}

body.theme__dark-blue .t-area-color .nav__dropdown-toggle.is-open {
    background-color: #191537;
}

body.theme__magenta .t-area-color .t-area-color__link {
    color: #c82285;
}

body.theme__magenta .t-area-color .t-area-color__border {
    border-color: #c82285;
}

body.theme__magenta .t-area-color .t-area-color__button, body.theme__magenta .t-area-color .slick-arrow {
    background-color: #c82285;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__magenta .t-area-color .t-area-color__button:hover, body.theme__magenta .t-area-color .slick-arrow:hover, body.theme__magenta .t-area-color .t-area-color__button:focus, body.theme__magenta .t-area-color .slick-arrow:focus {
        background-color: #b21e77;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__magenta .t-area-color .wysiwyg-button--icon-right {
    background-color: #c82285;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__magenta .t-area-color .wysiwyg-button--icon-right:hover, body.theme__magenta .t-area-color .wysiwyg-button--icon-right:focus {
        background-color: #b21e77;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__magenta .t-area-color .t-area-color__parent-btn:hover .t-area-color__button, body.theme__magenta .t-area-color .t-area-color__parent-btn:focus .t-area-color__button {
    background-color: #b21e77;
    text-decoration: underline;
    border-bottom: none;
}

body.theme__magenta .t-area-color .t-area-color__icon svg path, body.theme__magenta .t-area-color .t-area-color__icon svg circle {
    fill: #c82285;
}

body.theme__magenta .t-area-color .c-carousel__arrow {
    background: #c82285;
}

    body.theme__magenta .t-area-color .c-carousel__arrow:hover, body.theme__magenta .t-area-color .c-carousel__arrow:focus {
        background: #b21e77;
        border-bottom: none;
    }

body.theme__magenta .t-area-color .slick-dots button:hover:before, body.theme__magenta .t-area-color .slick-dots button:focus:before {
    background: #b21e77;
}

body.theme__magenta .t-area-color .slick-dots .slick-active button:before {
    background: #c82285;
}

body.theme__magenta .t-area-color .closeItem:after {
    border: 2px solid rgba(0,0,0,.3);
}

body.theme__magenta .t-area-color .panel-arrow, body.theme__magenta .t-area-color .bannerTabs li a.active, body.theme__magenta .t-area-color .bannerTabs li a:hover {
    background-color: #9c1b68;
}

body.theme__magenta .t-area-color .purpleText, body.theme__magenta .t-area-color .infographic-noBox .info-number, body.theme__magenta .t-area-color .infographic-noBox .info-text {
    color: #c82285;
}

body.theme__magenta .t-area-color .panel-heading, body.theme__magenta .t-area-color .blockHeading, body.theme__magenta .t-area-color .bannerTabs {
    background-color: #c82285;
}

body.theme__magenta .t-area-color .btn.dark-green {
    border-color: #333;
    color: #333;
}

    body.theme__magenta .t-area-color .btn.dark-green:hover {
        background: #333;
        color: #fff;
    }

body.theme__magenta .t-area-color .grey .btn, body.theme__magenta .t-area-color .cta-btn .btn, body.theme__magenta .t-area-color .btn.cta-btn {
    background: #9c1b68;
    border-color: #c82285;
    color: #fff;
}

    body.theme__magenta .t-area-color .grey .btn:hover, body.theme__magenta .t-area-color .cta-btn .btn:hover, body.theme__magenta .t-area-color .btn.cta-btn:hover {
        background: #fff;
        color: #9c1b68;
    }

body.theme__magenta .t-area-color .infoBox.colour {
    background: rgba(200,34,133,.9);
}

body.theme__magenta .t-area-color .ncc-form .btn-default {
    border-color: #c82285;
}

    body.theme__magenta .t-area-color .ncc-form .btn-default:hover {
        background: #c82285;
        color: #fff;
    }

body.theme__magenta .t-area-color .infoPanel:hover .infoPanel-textBox, body.theme__magenta .t-area-color .infoPanel:focus .infoPanel-textBox {
    outline: 4px solid #c82285;
}

body.theme__magenta .t-area-color .btn-theme {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    height: 45px;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    body.theme__magenta .t-area-color .btn-theme:hover, body.theme__magenta .t-area-color .btn-theme:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__magenta .t-area-color .nav__dropdown-toggle {
    background: #c82285;
}

body.theme__magenta .t-area-color .nav__dropdown {
    background-color: #c82285;
}

    body.theme__magenta .t-area-color .nav__dropdown li:hover {
        background-color: #9c1b68;
    }

    body.theme__magenta .t-area-color .nav__dropdown a:hover {
        background-color: #9c1b68;
    }

body.theme__magenta .t-area-color .nav__dropdown-toggle a:hover {
    background-color: #9c1b68;
}

body.theme__magenta .t-area-color .nav__dropdown-toggle:hover {
    background-color: #9c1b68;
}

body.theme__magenta .t-area-color .nav__dropdown button:hover, body.theme__magenta .t-area-color nav button:active {
    background-color: #9c1b68;
}

body.theme__magenta .t-area-color .nav__dropdown-toggle.is-open {
    background-color: #9c1b68;
}

body.theme__light-green .t-area-color .t-area-color__link {
    color: #aac936;
}

body.theme__light-green .t-area-color .t-area-color__border {
    border-color: #aac936;
}

body.theme__light-green .t-area-color .t-area-color__button, body.theme__light-green .t-area-color .slick-arrow {
    background-color: #aac936;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__light-green .t-area-color .t-area-color__button:hover, body.theme__light-green .t-area-color .slick-arrow:hover, body.theme__light-green .t-area-color .t-area-color__button:focus, body.theme__light-green .t-area-color .slick-arrow:focus {
        background-color: #99b531;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__light-green .t-area-color .wysiwyg-button--icon-right {
    background-color: #aac936;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__light-green .t-area-color .wysiwyg-button--icon-right:hover, body.theme__light-green .t-area-color .wysiwyg-button--icon-right:focus {
        background-color: #99b531;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__light-green .t-area-color .t-area-color__parent-btn:hover .t-area-color__button, body.theme__light-green .t-area-color .t-area-color__parent-btn:focus .t-area-color__button {
    background-color: #99b531;
    text-decoration: underline;
    border-bottom: none;
}

body.theme__light-green .t-area-color .t-area-color__icon svg path, body.theme__light-green .t-area-color .t-area-color__icon svg circle {
    fill: #aac936;
}

body.theme__light-green .t-area-color .c-carousel__arrow {
    background: #aac936;
}

    body.theme__light-green .t-area-color .c-carousel__arrow:hover, body.theme__light-green .t-area-color .c-carousel__arrow:focus {
        background: #99b531;
        border-bottom: none;
    }

body.theme__light-green .t-area-color .slick-dots button:hover:before, body.theme__light-green .t-area-color .slick-dots button:focus:before {
    background: #99b531;
}

body.theme__light-green .t-area-color .slick-dots .slick-active button:before {
    background: #aac936;
}

body.theme__light-green .t-area-color .closeItem:after {
    border: 2px solid rgba(0,0,0,.3);
}

body.theme__light-green .t-area-color .panel-arrow, body.theme__light-green .t-area-color .bannerTabs li a.active, body.theme__light-green .t-area-color .bannerTabs li a:hover {
    background-color: #88a12b;
}

body.theme__light-green .t-area-color .purpleText, body.theme__light-green .t-area-color .infographic-noBox .info-number, body.theme__light-green .t-area-color .infographic-noBox .info-text {
    color: #aac936;
}

body.theme__light-green .t-area-color .panel-heading, body.theme__light-green .t-area-color .blockHeading, body.theme__light-green .t-area-color .bannerTabs {
    background-color: #aac936;
}

body.theme__light-green .t-area-color .btn.dark-green {
    border-color: #333;
    color: #333;
}

    body.theme__light-green .t-area-color .btn.dark-green:hover {
        background: #333;
        color: #fff;
    }

body.theme__light-green .t-area-color .grey .btn, body.theme__light-green .t-area-color .cta-btn .btn, body.theme__light-green .t-area-color .btn.cta-btn {
    background: #88a12b;
    border-color: #aac936;
    color: #fff;
}

    body.theme__light-green .t-area-color .grey .btn:hover, body.theme__light-green .t-area-color .cta-btn .btn:hover, body.theme__light-green .t-area-color .btn.cta-btn:hover {
        background: #fff;
        color: #88a12b;
    }

body.theme__light-green .t-area-color .infoBox.colour {
    background: rgba(170,201,54,.9);
}

body.theme__light-green .t-area-color .ncc-form .btn-default {
    border-color: #aac936;
}

    body.theme__light-green .t-area-color .ncc-form .btn-default:hover {
        background: #aac936;
        color: #fff;
    }

body.theme__light-green .t-area-color .infoPanel:hover .infoPanel-textBox, body.theme__light-green .t-area-color .infoPanel:focus .infoPanel-textBox {
    outline: 4px solid #aac936;
}

body.theme__light-green .t-area-color .btn-theme {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    height: 45px;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    body.theme__light-green .t-area-color .btn-theme:hover, body.theme__light-green .t-area-color .btn-theme:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__light-green .t-area-color .nav__dropdown-toggle {
    background: #aac936;
}

body.theme__light-green .t-area-color .nav__dropdown {
    background-color: #aac936;
}

    body.theme__light-green .t-area-color .nav__dropdown li:hover {
        background-color: #88a12b;
    }

    body.theme__light-green .t-area-color .nav__dropdown a:hover {
        background-color: #88a12b;
    }

body.theme__light-green .t-area-color .nav__dropdown-toggle a:hover {
    background-color: #88a12b;
}

body.theme__light-green .t-area-color .nav__dropdown-toggle:hover {
    background-color: #88a12b;
}

body.theme__light-green .t-area-color .nav__dropdown button:hover, body.theme__light-green .t-area-color nav button:active {
    background-color: #88a12b;
}

body.theme__light-green .t-area-color .nav__dropdown-toggle.is-open {
    background-color: #88a12b;
}

body.theme__sky-blue .t-area-color .t-area-color__link {
    color: #5ec5e8;
}

body.theme__sky-blue .t-area-color .t-area-color__border {
    border-color: #5ec5e8;
}

body.theme__sky-blue .t-area-color .t-area-color__button, body.theme__sky-blue .t-area-color .slick-arrow {
    background-color: #5ec5e8;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__sky-blue .t-area-color .t-area-color__button:hover, body.theme__sky-blue .t-area-color .slick-arrow:hover, body.theme__sky-blue .t-area-color .t-area-color__button:focus, body.theme__sky-blue .t-area-color .slick-arrow:focus {
        background-color: #48bde5;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__sky-blue .t-area-color .wysiwyg-button--icon-right {
    background-color: #5ec5e8;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__sky-blue .t-area-color .wysiwyg-button--icon-right:hover, body.theme__sky-blue .t-area-color .wysiwyg-button--icon-right:focus {
        background-color: #48bde5;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__sky-blue .t-area-color .t-area-color__parent-btn:hover .t-area-color__button, body.theme__sky-blue .t-area-color .t-area-color__parent-btn:focus .t-area-color__button {
    background-color: #48bde5;
    text-decoration: underline;
    border-bottom: none;
}

body.theme__sky-blue .t-area-color .t-area-color__icon svg path, body.theme__sky-blue .t-area-color .t-area-color__icon svg circle {
    fill: #5ec5e8;
}

body.theme__sky-blue .t-area-color .c-carousel__arrow {
    background: #5ec5e8;
}

    body.theme__sky-blue .t-area-color .c-carousel__arrow:hover, body.theme__sky-blue .t-area-color .c-carousel__arrow:focus {
        background: #48bde5;
        border-bottom: none;
    }

body.theme__sky-blue .t-area-color .slick-dots button:hover:before, body.theme__sky-blue .t-area-color .slick-dots button:focus:before {
    background: #48bde5;
}

body.theme__sky-blue .t-area-color .slick-dots .slick-active button:before {
    background: #5ec5e8;
}

body.theme__sky-blue .t-area-color .closeItem:after {
    border: 2px solid rgba(0,0,0,.3);
}

body.theme__sky-blue .t-area-color .panel-arrow, body.theme__sky-blue .t-area-color .bannerTabs li a.active, body.theme__sky-blue .t-area-color .bannerTabs li a:hover {
    background-color: #31b5e2;
}

body.theme__sky-blue .t-area-color .purpleText, body.theme__sky-blue .t-area-color .infographic-noBox .info-number, body.theme__sky-blue .t-area-color .infographic-noBox .info-text {
    color: #5ec5e8;
}

body.theme__sky-blue .t-area-color .panel-heading, body.theme__sky-blue .t-area-color .blockHeading, body.theme__sky-blue .t-area-color .bannerTabs {
    background-color: #5ec5e8;
}

body.theme__sky-blue .t-area-color .btn.dark-green {
    border-color: #333;
    color: #333;
}

    body.theme__sky-blue .t-area-color .btn.dark-green:hover {
        background: #333;
        color: #fff;
    }

body.theme__sky-blue .t-area-color .grey .btn, body.theme__sky-blue .t-area-color .cta-btn .btn, body.theme__sky-blue .t-area-color .btn.cta-btn {
    background: #31b5e2;
    border-color: #5ec5e8;
    color: #fff;
}

    body.theme__sky-blue .t-area-color .grey .btn:hover, body.theme__sky-blue .t-area-color .cta-btn .btn:hover, body.theme__sky-blue .t-area-color .btn.cta-btn:hover {
        background: #fff;
        color: #31b5e2;
    }

body.theme__sky-blue .t-area-color .infoBox.colour {
    background: rgba(94,197,232,.9);
}

body.theme__sky-blue .t-area-color .ncc-form .btn-default {
    border-color: #5ec5e8;
}

    body.theme__sky-blue .t-area-color .ncc-form .btn-default:hover {
        background: #5ec5e8;
        color: #fff;
    }

body.theme__sky-blue .t-area-color .infoPanel:hover .infoPanel-textBox, body.theme__sky-blue .t-area-color .infoPanel:focus .infoPanel-textBox {
    outline: 4px solid #5ec5e8;
}

body.theme__sky-blue .t-area-color .btn-theme {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    height: 45px;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    body.theme__sky-blue .t-area-color .btn-theme:hover, body.theme__sky-blue .t-area-color .btn-theme:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__sky-blue .t-area-color .nav__dropdown-toggle {
    background: #5ec5e8;
}

body.theme__sky-blue .t-area-color .nav__dropdown {
    background-color: #5ec5e8;
}

    body.theme__sky-blue .t-area-color .nav__dropdown li:hover {
        background-color: #31b5e2;
    }

    body.theme__sky-blue .t-area-color .nav__dropdown a:hover {
        background-color: #31b5e2;
    }

body.theme__sky-blue .t-area-color .nav__dropdown-toggle a:hover {
    background-color: #31b5e2;
}

body.theme__sky-blue .t-area-color .nav__dropdown-toggle:hover {
    background-color: #31b5e2;
}

body.theme__sky-blue .t-area-color .nav__dropdown button:hover, body.theme__sky-blue .t-area-color nav button:active {
    background-color: #31b5e2;
}

body.theme__sky-blue .t-area-color .nav__dropdown-toggle.is-open {
    background-color: #31b5e2;
}

body.theme__healthy-orange .t-area-color .t-area-color__link {
    color: #e97825;
}

body.theme__healthy-orange .t-area-color .t-area-color__border {
    border-color: #e97825;
}

body.theme__healthy-orange .t-area-color .t-area-color__button, body.theme__healthy-orange .t-area-color .slick-arrow {
    background-color: #e97825;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__healthy-orange .t-area-color .t-area-color__button:hover, body.theme__healthy-orange .t-area-color .slick-arrow:hover, body.theme__healthy-orange .t-area-color .t-area-color__button:focus, body.theme__healthy-orange .t-area-color .slick-arrow:focus {
        background-color: #de6b16;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__healthy-orange .t-area-color .wysiwyg-button--icon-right {
    background-color: #e97825;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__healthy-orange .t-area-color .wysiwyg-button--icon-right:hover, body.theme__healthy-orange .t-area-color .wysiwyg-button--icon-right:focus {
        background-color: #de6b16;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__healthy-orange .t-area-color .t-area-color__parent-btn:hover .t-area-color__button, body.theme__healthy-orange .t-area-color .t-area-color__parent-btn:focus .t-area-color__button {
    background-color: #de6b16;
    text-decoration: underline;
    border-bottom: none;
}

body.theme__healthy-orange .t-area-color .t-area-color__icon svg path, body.theme__healthy-orange .t-area-color .t-area-color__icon svg circle {
    fill: #e97825;
}

body.theme__healthy-orange .t-area-color .c-carousel__arrow {
    background: #e97825;
}

    body.theme__healthy-orange .t-area-color .c-carousel__arrow:hover, body.theme__healthy-orange .t-area-color .c-carousel__arrow:focus {
        background: #de6b16;
        border-bottom: none;
    }

body.theme__healthy-orange .t-area-color .slick-dots button:hover:before, body.theme__healthy-orange .t-area-color .slick-dots button:focus:before {
    background: #de6b16;
}

body.theme__healthy-orange .t-area-color .slick-dots .slick-active button:before {
    background: #e97825;
}

body.theme__healthy-orange .t-area-color .closeItem:after {
    border: 2px solid rgba(0,0,0,.3);
}

body.theme__healthy-orange .t-area-color .panel-arrow, body.theme__healthy-orange .t-area-color .bannerTabs li a.active, body.theme__healthy-orange .t-area-color .bannerTabs li a:hover {
    background-color: #c76014;
}

body.theme__healthy-orange .t-area-color .purpleText, body.theme__healthy-orange .t-area-color .infographic-noBox .info-number, body.theme__healthy-orange .t-area-color .infographic-noBox .info-text {
    color: #e97825;
}

body.theme__healthy-orange .t-area-color .panel-heading, body.theme__healthy-orange .t-area-color .blockHeading, body.theme__healthy-orange .t-area-color .bannerTabs {
    background-color: #e97825;
}

body.theme__healthy-orange .t-area-color .btn.dark-green {
    border-color: #333;
    color: #333;
}

    body.theme__healthy-orange .t-area-color .btn.dark-green:hover {
        background: #333;
        color: #fff;
    }

body.theme__healthy-orange .t-area-color .grey .btn, body.theme__healthy-orange .t-area-color .cta-btn .btn, body.theme__healthy-orange .t-area-color .btn.cta-btn {
    background: #c76014;
    border-color: #e97825;
    color: #fff;
}

    body.theme__healthy-orange .t-area-color .grey .btn:hover, body.theme__healthy-orange .t-area-color .cta-btn .btn:hover, body.theme__healthy-orange .t-area-color .btn.cta-btn:hover {
        background: #fff;
        color: #c76014;
    }

body.theme__healthy-orange .t-area-color .infoBox.colour {
    background: rgba(233,120,37,.9);
}

body.theme__healthy-orange .t-area-color .ncc-form .btn-default {
    border-color: #e97825;
}

    body.theme__healthy-orange .t-area-color .ncc-form .btn-default:hover {
        background: #e97825;
        color: #fff;
    }

body.theme__healthy-orange .t-area-color .infoPanel:hover .infoPanel-textBox, body.theme__healthy-orange .t-area-color .infoPanel:focus .infoPanel-textBox {
    outline: 4px solid #e97825;
}

body.theme__healthy-orange .t-area-color .btn-theme {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    height: 45px;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    body.theme__healthy-orange .t-area-color .btn-theme:hover, body.theme__healthy-orange .t-area-color .btn-theme:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__healthy-orange .t-area-color .nav__dropdown-toggle {
    background: #e97825;
}

body.theme__healthy-orange .t-area-color .nav__dropdown {
    background-color: #e97825;
}

    body.theme__healthy-orange .t-area-color .nav__dropdown li:hover {
        background-color: #c76014;
    }

    body.theme__healthy-orange .t-area-color .nav__dropdown a:hover {
        background-color: #c76014;
    }

body.theme__healthy-orange .t-area-color .nav__dropdown-toggle a:hover {
    background-color: #c76014;
}

body.theme__healthy-orange .t-area-color .nav__dropdown-toggle:hover {
    background-color: #c76014;
}

body.theme__healthy-orange .t-area-color .nav__dropdown button:hover, body.theme__healthy-orange .t-area-color nav button:active {
    background-color: #c76014;
}

body.theme__healthy-orange .t-area-color .nav__dropdown-toggle.is-open {
    background-color: #c76014;
}

body.theme__dark-purple .t-area-color .t-area-color__link {
    color: #481a4e;
}

body.theme__dark-purple .t-area-color .t-area-color__border {
    border-color: #481a4e;
}

body.theme__dark-purple .t-area-color .t-area-color__button, body.theme__dark-purple .t-area-color .slick-arrow {
    background-color: #481a4e;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__dark-purple .t-area-color .t-area-color__button:hover, body.theme__dark-purple .t-area-color .slick-arrow:hover, body.theme__dark-purple .t-area-color .t-area-color__button:focus, body.theme__dark-purple .t-area-color .slick-arrow:focus {
        background-color: #36143b;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__dark-purple .t-area-color .wysiwyg-button--icon-right {
    background-color: #481a4e;
    color: #fff;
    transition: background-color .5s ease;
}

    body.theme__dark-purple .t-area-color .wysiwyg-button--icon-right:hover, body.theme__dark-purple .t-area-color .wysiwyg-button--icon-right:focus {
        background-color: #36143b;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__dark-purple .t-area-color .t-area-color__parent-btn:hover .t-area-color__button, body.theme__dark-purple .t-area-color .t-area-color__parent-btn:focus .t-area-color__button {
    background-color: #36143b;
    text-decoration: underline;
    border-bottom: none;
}

body.theme__dark-purple .t-area-color .t-area-color__icon svg path, body.theme__dark-purple .t-area-color .t-area-color__icon svg circle {
    fill: #481a4e;
}

body.theme__dark-purple .t-area-color .c-carousel__arrow {
    background: #481a4e;
}

    body.theme__dark-purple .t-area-color .c-carousel__arrow:hover, body.theme__dark-purple .t-area-color .c-carousel__arrow:focus {
        background: #36143b;
        border-bottom: none;
    }

body.theme__dark-purple .t-area-color .slick-dots button:hover:before, body.theme__dark-purple .t-area-color .slick-dots button:focus:before {
    background: #36143b;
}

body.theme__dark-purple .t-area-color .slick-dots .slick-active button:before {
    background: #481a4e;
}

body.theme__dark-purple .t-area-color .closeItem:after {
    border: 2px solid rgba(0,0,0,.3);
}

body.theme__dark-purple .t-area-color .panel-arrow, body.theme__dark-purple .t-area-color .bannerTabs li a.active, body.theme__dark-purple .t-area-color .bannerTabs li a:hover {
    background-color: #250d28;
}

body.theme__dark-purple .t-area-color .purpleText, body.theme__dark-purple .t-area-color .infographic-noBox .info-number, body.theme__dark-purple .t-area-color .infographic-noBox .info-text {
    color: #481a4e;
}

body.theme__dark-purple .t-area-color .panel-heading, body.theme__dark-purple .t-area-color .blockHeading, body.theme__dark-purple .t-area-color .bannerTabs {
    background-color: #481a4e;
}

body.theme__dark-purple .t-area-color .btn.dark-green {
    border-color: #333;
    color: #333;
}

    body.theme__dark-purple .t-area-color .btn.dark-green:hover {
        background: #333;
        color: #fff;
    }

body.theme__dark-purple .t-area-color .grey .btn, body.theme__dark-purple .t-area-color .cta-btn .btn, body.theme__dark-purple .t-area-color .btn.cta-btn {
    background: #250d28;
    border-color: #481a4e;
    color: #fff;
}

    body.theme__dark-purple .t-area-color .grey .btn:hover, body.theme__dark-purple .t-area-color .cta-btn .btn:hover, body.theme__dark-purple .t-area-color .btn.cta-btn:hover {
        background: #fff;
        color: #250d28;
    }

body.theme__dark-purple .t-area-color .infoBox.colour {
    background: rgba(72,26,78,.9);
}

body.theme__dark-purple .t-area-color .ncc-form .btn-default {
    border-color: #481a4e;
}

    body.theme__dark-purple .t-area-color .ncc-form .btn-default:hover {
        background: #481a4e;
        color: #fff;
    }

body.theme__dark-purple .t-area-color .infoPanel:hover .infoPanel-textBox, body.theme__dark-purple .t-area-color .infoPanel:focus .infoPanel-textBox {
    outline: 4px solid #481a4e;
}

body.theme__dark-purple .t-area-color .btn-theme {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    height: 45px;
    background-color: #066;
    color: #fff;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

    body.theme__dark-purple .t-area-color .btn-theme:hover, body.theme__dark-purple .t-area-color .btn-theme:focus {
        background-color: #033;
        color: #fff;
        text-decoration: underline;
        border-bottom: none;
    }

body.theme__dark-purple .t-area-color .nav__dropdown-toggle {
    background: #481a4e;
}

body.theme__dark-purple .t-area-color .nav__dropdown {
    background-color: #481a4e;
}

    body.theme__dark-purple .t-area-color .nav__dropdown li:hover {
        background-color: #250d28;
    }

    body.theme__dark-purple .t-area-color .nav__dropdown a:hover {
        background-color: #250d28;
    }

body.theme__dark-purple .t-area-color .nav__dropdown-toggle a:hover {
    background-color: #250d28;
}

body.theme__dark-purple .t-area-color .nav__dropdown-toggle:hover {
    background-color: #250d28;
}

body.theme__dark-purple .t-area-color .nav__dropdown button:hover, body.theme__dark-purple .t-area-color nav button:active {
    background-color: #250d28;
}

body.theme__dark-purple .t-area-color .nav__dropdown-toggle.is-open {
    background-color: #250d28;
}

body.theme__pimary .section_background {
    background-color: #002649;
}

body.theme__orange .section_background {
    background-color: #cf4a02;
}

body.theme__purple .section_background {
    background-color: #8a245d;
}

body.theme__dark-purple .section_background {
    background-color: #481a4e;
}

body.theme__red .section_background {
    background-color: #b32017;
}

body.theme__green .section_background {
    background-color: #597730;
}

body.theme__pink .section_background {
    background-color: #cb4363;
}

body.theme__light-blue .section_background {
    background-color: #0070a5;
}

body.theme__dark-blue .section_background {
    background-color: #29235c;
}

body.theme__magenta .section_background {
    background-color: #c82285;
}

body.theme__light-green .section_background {
    background-color: #aac936;
}

body.theme__sky-blue .section_background {
    background-color: #5ec5e8;
}

body.theme__healthy-orange .section_background {
    background-color: #e97825;
}

.norfolk-panel {
    border: none;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: none;
}

.c-page-nav {
    padding: 1.5rem 0;
}

.c-page-nav__section-title {
    margin: 1rem 0 2rem;
    font-weight: lighter;
    text-align: center;
}

.c-page-nav__header-image-wrapper {
    overflow: hidden;
}

a.c-page-nav__header-link:hover {
    color: #fff;
}

.c-page-nav__header-link {
    display: block;
}

    .c-page-nav__header-link:hover .c-page-nav__header-image, .c-page-nav__header-link:focus .c-page-nav__header-image {
        transform: scale(1.3);
        color: #fff;
        text-decoration: underline;
    }

.c-page-nav__header-image {
    display: block;
    width: 100%;
    padding-top: 56%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 1s ease;
}

.c-page-nav__header-title {
    position: relative;
    margin: 0;
    padding: 1rem 3rem 1rem 1rem;
    color: #fff;
}

.c-page-nav__header-title-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.panel {
    background: transparent;
}

.panel-body {
    padding-top: 13px;
}

.panel-body-accordian {
    padding-top: 13px;
}

ul.more li {
    padding-bottom: 7px;
}

    ul.more li ul.more li {
        padding-bottom: 7px;
    }

.panel-body li {
    padding-bottom: 7px;
}

    .panel-body li a {
        color: #050505;
    }

    .panel-body li .panel-body-accordion li {
        padding-bottom: 7px;
    }

        .panel-body li .panel-body-accordion li a {
            color: #2d1fff;
        }

@media(max-width:1200px) {
    .stage-container-padding-photocredit {
        padding: 20px 20px 40px 20px;
    }
}

@media(max-width:992px) {
    .stage-container-padding-photocredit {
        padding: 20px 20px 20px 20px;
    }
}

@media(max-width:640px) {
    .stage-container-padding-photocredit {
        padding: 20px 20px 40px 20px;
    }
}

@media(max-width:500px) {
    nav button {
        padding-right: 40px;
    }
}

.booking-live-signinner .bookinglive-overlayer {
    opacity: 1;
    visibility: visible;
}

.booking-live-signinner #bookinglive-account-panel {
    top: 100px;
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width:600px) {
    .booking-live-signinner #bookinglive-account-panel {
        top: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
    }
}

.bookinglive-overlayer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all .2s cubic-bezier(.25,.8,.25,1);
}

#bookinglive-account-panel {
    display: block;
    width: 600px;
    position: fixed;
    transition: all .2s cubic-bezier(.25,.8,.25,1);
    z-index: 199999;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    top: 200px;
    transform: translateX(-50%);
    min-height: 200px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 1px rgba(0,0,0,.25),0 1px 4px rgba(0,0,0,.25);
    color: #000;
}

    #bookinglive-account-panel h2, #account-panel h3 {
        margin: 0;
    }

    #bookinglive-account-panel h4 {
        margin-bottom: 10px;
    }

    #bookinglive-account-panel ul {
        display: flex;
        flex-wrap: wrap;
        background: #fff;
    }

        #bookinglive-account-panel ul li {
            width: 50%;
            padding: 5px;
        }

    #bookinglive-account-panel a {
        color: #4169e1;
    }

        #bookinglive-account-panel a.btn-signin {
            color: #fff;
            outline: none;
        }

        #bookinglive-account-panel a.btn-tertiary {
            color: #007362;
        }

.card-feed {
    display: flex;
    justify-content: space-between;
}

.details-card, .bookcourse-card {
    margin-bottom: 25px;
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 0 transparent,0 0 0 transparent;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.bookcourse-chat-button {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    display: flex;
}

    .bookcourse-chat-button .call-back {
        margin-left: 20px;
    }

        .bookcourse-chat-button .call-back a {
            display: block;
            border: 2px solid #424242;
            border-radius: 5px;
            padding: 9px;
            color: #424242;
            font-size: 16px;
            font-weight: 600;
        }

            .bookcourse-chat-button .call-back a svg {
                fill: #424242;
                width: 24px;
                height: 24px;
                vertical-align: top;
            }

a.call-back-enquiry, .course-search .NoResults a.call-back-enquiry {
    border: 2px solid #424242;
    border-radius: 5px;
    padding: 9px;
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

    a.call-back-enquiry svg, .course-search .NoResults a.call-back-enquiry svg {
        fill: #424242;
        width: 24px;
        height: 24px;
        vertical-align: top;
    }

    a.call-back-enquiry:hover, .course-search .NoResults a.call-back-enquiry:hover {
        text-decoration: underline;
    }

.details-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0 transparent,0 0 0 transparent;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    width: 100%;
}

    .details-card:hover, .details-card:focus {
        box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    }

    .details-card span {
        display: block;
    }

    .details-card .date {
        color: #737373;
        font-size: 14px;
    }

    .details-card h1 {
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0;
        margin-bottom: 5px;
    }

        .details-card h1 a::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .details-card .sessionduration {
        font-size: 14px;
        color: #737373;
        font-weight: bold;
    }

    .details-card .action-bar {
        display: flex;
        margin-top: 10px;
    }

        .details-card .action-bar .pricer {
            font-size: 24px;
            font-weight: bold;
        }

        .details-card .action-bar a {
            text-decoration: none;
        }

            .details-card .action-bar a .glyphicon {
                color: #066;
                position: relative;
                z-index: 10;
            }

    .details-card .pricer {
        color: #000;
    }

    .details-card .title a {
        color: #000;
    }

        .details-card .title a:hover {
            text-decoration: none;
            border-bottom: 2px solid #000;
        }

    .details-card .location, .CourseDetails .location {
        color: #be4600;
        font-size: 14px;
        font-weight: bold;
    }

.CourseDetails {
    margin-top: 40px;
}

    .CourseDetails h1.title {
        margin-top: 0;
        color: #000;
        font-size: 32px;
        font-weight: bold;
        line-height: 40px;
    }

    .CourseDetails .location {
        margin: 0 0 12px 0;
    }

    .CourseDetails .ViewCourseDates {
        color: #066;
        font-weight: bold;
    }

        .CourseDetails .ViewCourseDates:hover {
            color: #066;
            text-decoration: underline;
            border-bottom: none;
        }

    .CourseDetails .CourseDescription, .CourseDetails .CourseInfo, .CourseDetails .Help, .CourseDetails .ContactUs, .CourseDetails .Location {
        padding: 0;
    }

    .CourseDetails #courseDates, #additionalSupport {
        overflow-y: scroll;
    }

        .CourseDetails #courseDates .modal-header, #additionalSupport .modal-header {
            padding: 0;
            border-bottom: none;
        }

        .CourseDetails #courseDates .modal-content, #additionalSupport .modal-content {
            padding: 20px;
        }

        .CourseDetails #courseDates .titlebar, #additionalSupport .titlebar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0;
        }

            .CourseDetails #courseDates .titlebar .close, #additionalSupport .titlebar .close {
                color: #066;
                font-size: 16px;
                opacity: unset;
            }

                .CourseDetails #courseDates .titlebar .close .glyphicon, #additionalSupport .titlebar .close .glyphicon {
                    margin-right: 8px;
                    -webkit-text-stroke: 2px #fff;
                    vertical-align: bottom;
                }

                .CourseDetails #courseDates .titlebar .close:hover, #additionalSupport .titlebar .close:hover {
                    opacity: unset;
                    text-decoration: underline;
                }

        .CourseDetails #courseDates .course-date, #additionalSupport .course-date {
            padding: 15px 0;
            border-bottom: 1px solid #ccc;
            color: #424242;
        }

.CourseBooking {
    position: sticky;
    top: 10px;
    margin-top: 40px;
}

#attributefeed {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

    #attributefeed .attribute {
        display: flex;
        flex-wrap: wrap;
        width: 50%;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

        #attributefeed .attribute svg path {
            fill: #737373 !important;
        }

        #attributefeed .attribute p {
            margin: 0;
            font-size: 16px;
            line-height: 24px;
        }

        #attributefeed .attribute h3 {
            margin: 0;
            color: #737373;
            font-size: 16px;
        }

.attribute .attr-icon {
    width: 40px;
}

    .attribute .attr-icon svg {
        width: 32px;
        height: 32px;
    }

.attribute .attr-info {
    width: calc(100% - 40px);
}

.bookcourse-card .bookcourse-priceinfo .price {
    font-weight: bold;
    font-size: 28px;
}

    .bookcourse-card .bookcourse-priceinfo .price .glyphicon {
        color: #066;
    }

.bookcourse-card .bookcourse-priceinfo p.support {
    padding: 12px 0;
    margin: 0;
}

    .bookcourse-card .bookcourse-priceinfo p.support a {
        color: #066;
        font-weight: bold;
    }

        .bookcourse-card .bookcourse-priceinfo p.support a:hover {
            border-bottom: 2px solid #066;
            text-decoration: none;
        }

.bookcourse-card .btn-book {
    background: #066;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    min-height: 40px;
    display: inline-block;
    padding: 6px 12px;
    line-height: 32px;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
}

    .bookcourse-card .btn-book .glyphicon {
        padding-left: 12px;
        font-size: 12px;
    }

    .bookcourse-card .btn-book:hover {
        text-decoration: underline;
        background: #00692f;
    }

.bookcourse-card .bookcourse-waitinglist .btn-book {
    background: #be4600;
}

    .bookcourse-card .bookcourse-waitinglist .btn-book:hover {
        background: #8b3300;
    }

.bookcourse-limitedspaces, .bookcourse-limitedspaces-mobile {
    border-top: 1px solid #ccc;
    font-size: 16px;
    line-height: 24px;
    padding-top: 1em;
    margin-top: 1em;
    display: flex;
    flex-flow: row;
}

    .bookcourse-limitedspaces svg, .bookcourse-limitedspaces-mobile svg {
        fill: #066;
        padding-top: .1em;
        width: 32px;
    }

    .bookcourse-limitedspaces .info, .bookcourse-limitedspaces-mobile .info {
        padding-left: .5em;
    }

    .bookcourse-limitedspaces .title, .bookcourse-limitedspaces-mobile .title {
        color: #677170;
        font-weight: bold;
    }

.bookcourse-limitedspaces-mobile {
    display: none;
}

.course-pagination {
    text-align: center;
    clear: both;
}

    .course-pagination .pagination li a {
        color: #000;
    }

    .course-pagination .pagination li.active a {
        color: #fff;
        background-color: #066;
        border-color: #066;
    }

stage {
    padding: 50px 0;
    position: relative;
    background: url(/content/sites/norfolk/images/chalkboard-or-blackboard.jpg);
    background-size: cover;
    display: block;
    color: #fff;
}

    stage form .search {
        display: flex;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0 0 1px rgba(0,0,0,.25),0 1px 4px rgba(0,0,0,.25);
        transition: all .3s cubic-bezier(.25,.8,.25,1);
    }

    stage input[type="search"] {
        width: 100%;
        height: 50px;
        border: 0;
        outline: 0;
        text-indent: 20px;
        font-size: 18px;
        color: #000;
    }

        stage input[type="search"]:focus {
            border: 3px solid #ffbf47;
        }

    stage button {
        position: relative;
        outline: 0;
        border: 0;
        background: #008081;
        color: #fff;
        font-size: 18px;
        padding: 0 20px;
    }

        stage button:hover {
            background: #033;
        }

        stage button:focus {
            background: #ffbf47;
        }

    stage .hero-panel {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    stage .container {
        position: relative;
        z-index: 2;
    }

    stage h1 {
        margin: 0;
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        color: #fff;
    }

    stage p, stage a {
        color: #fff;
        text-align: center;
        padding-top: 10px;
    }

    stage a {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

        stage a:hover, stage a:active, stage a:visited {
            color: #fff;
        }

    stage p, stage a {
        color: #fff;
        text-align: center;
    }

.coursefeed-titlebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .coursefeed-titlebar .coursefeed-link a {
        padding: 0 6px 0 0;
        margin: 0;
        min-height: 20px;
        color: #066;
        font-size: 16px;
        font-weight: 600;
    }

        .coursefeed-titlebar .coursefeed-link a:hover, .coursefeed-titlebar .coursefeed-link a:focus {
            color: #004037;
        }

div.spotlight {
    padding: 5px;
}

.spotlight-row {
    display: flex;
}

.spotlight {
    display: flex;
}

    .spotlight img {
        height: 210px;
    }

    .spotlight .location {
        height: auto !important;
    }

div.LibrariesLocation course-nav.course-greedy {
    width: 100%;
    display: block;
}

div.LibrariesLocation .details-card {
    flex-direction: row;
    padding: 0;
}

    div.LibrariesLocation .details-card img {
        width: 400px;
        height: 200px;
        object-fit: cover;
        object-position: top;
    }

    div.LibrariesLocation .details-card .information {
        padding: 10px;
    }

div.LibrariesLocation .course-search-btn {
    vertical-align: baseline;
}

div.LibrariesLocation a.btn-primary-teal-std {
    line-height: 35px;
}

@media only screen and (max-width:62em) {
    .CourseBooking {
        margin-top: 0;
        z-index: 10;
    }

    .bookcourse-card {
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        margin-bottom: 0;
        justify-content: space-between;
    }

        .bookcourse-card .bookcourse-priceinfo {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            width: calc(100% - 170px);
            height: 45px;
        }

            .bookcourse-card .bookcourse-priceinfo .price {
                padding: 6px 0;
            }

                .bookcourse-card .bookcourse-priceinfo .price .glyphicon {
                    color: #066;
                }

        .bookcourse-card .bookcourse-button {
            align-self: center;
        }

        .bookcourse-card .bookcourse-limitedspaces {
            display: none;
        }

    .bookcourse-limitedspaces-mobile {
        display: flex;
        border-bottom: 1px solid #ccc;
        border-top: none;
        padding: 0 0 1em 0;
    }

    .bookcourse-chat-button img {
        margin-left: auto;
        margin-right: auto;
    }

    footer {
        padding-bottom: 100px;
    }

    div.LibrariesLocation .details-card {
        flex-direction: column;
    }

        div.LibrariesLocation .details-card img {
            object-position: center;
        }

    div.LibrariesLocation img {
        width: 100% !important;
    }

    .spotlight-row {
        display: block;
    }
}

@media only screen and (max-width:768px) {
    .coursefeed-titlebar {
        display: block;
    }

    .spotlight img {
        height: auto;
    }
}

@media only screen and (max-width:650px) {
    .close-modal {
        visibility: hidden;
    }

    .bookcourse-card {
        padding: 10px;
    }

        .bookcourse-card .bookcourse-priceinfo {
            display: block;
            width: calc(100% - 155px);
            height: 65px;
        }

            .bookcourse-card .bookcourse-priceinfo .price {
                padding: 0 0 6px 0;
                font-size: 17px;
            }

        .bookcourse-card p.support {
            padding: 0;
            font-size: 16px;
        }

        .bookcourse-card .btn-book {
            padding: 6px 8px 6px 11px;
        }

            .bookcourse-card .btn-book .glyphicon {
                padding-left: 0;
            }

    div.eventinfo {
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: 1px solid #ccc;
    }

        div.eventinfo .details-card {
            border: none;
            margin: 0;
            padding-left: 0;
            padding-right: 0;
        }

            div.eventinfo .details-card:hover, div.eventinfo .details-card:focus {
                box-shadow: none;
            }
}

.course-search.standard .container {
    width: 1020px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.course-search .searcherdiv {
    position: relative;
    width: 50%;
}

    .course-search .searcherdiv input {
        width: 100%;
    }

.course-search label.form-label {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
}

.course-search .form-hint {
    color: #6f777b;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
}

.course-search filters {
    display: block;
    border-bottom: 1px solid #d3d3d3;
}

    .course-search filters ul.links {
        background: transparent;
        justify-content: start;
        height: auto;
        flex-shrink: 2;
        display: inline-flex;
        list-style: none;
        padding: 0;
    }

.course-search ul.links {
    display: flex;
    justify-content: space-around;
    flex: 1;
    height: 40px;
    line-height: normal;
    background: rgba(0,0,0,.8);
    margin-bottom: 0;
}

    .course-search ul.links li {
        position: relative;
        flex: none;
    }

.course-search .course-greedy {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: transparent;
    padding-top: 0;
    z-index: 200;
}

.course-search .course-search-btn {
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    transition: outline 0s cubic-bezier(.25,.8,.25,1);
    min-height: 40px;
    display: inline-block;
    padding: 5px 12px;
    line-height: 32px;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-left: 12px;
    margin-right: 12px;
    margin-bottom: 15px;
    border-radius: 6px;
    text-decoration: none;
    border: 0;
}

.course-search course-nav .more {
    background: transparent;
}

    .course-search course-nav .more:hover {
        background-color: #007362;
        color: #fff;
    }

.course-search .btn-secondary {
    border: 2px solid #424242;
    color: #424242;
    background: transparent;
}

    .course-search .btn-secondary:hover {
        background: #424242;
        color: #fff;
    }

        .course-search .btn-secondary:hover span {
            border-bottom: 2px solid #fff;
        }

.course-search .filtermenu {
    width: 550px;
    transition: max-height .3s cubic-bezier(.25,.8,.25,1);
    display: none;
    max-height: 0;
    padding: 0;
    position: absolute !important;
    top: 65px !important;
    left: 0 !important;
    z-index: 100 !important;
    box-shadow: rgba(0,0,0,.15) 0 14px 36px 2px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    white-space: normal !important;
    background: #fff !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(0,0,0,.2) !important;
    border-image: initial !important;
    border-radius: 4px !important;
}

.course-search .open .filtermenu {
    max-height: 400px;
    display: inline-flex;
    flex-wrap: wrap;
}

.course-search .choices {
    padding: 20px;
    padding-top: 10px;
}

.course-search ul.links li.open > button {
    background: #007362;
    border-color: #007362;
    color: #fff;
}

.course-search .usingfilters filterpicker {
    display: block;
}

.course-search .multiple-choice {
    float: left;
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 0;
    margin-right: 20px;
}

.course-search .stacked {
    width: 50%;
    margin-right: 0;
}

.course-search .multiple-choice label {
    float: left;
    line-height: 18px;
    padding: 0 10px 9px 10px;
    cursor: pointer;
    display: block;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.course-search .multiple-choice input {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.course-search .multiple-choice [type=checkbox] + label::before {
    content: "";
    border: 1px solid;
    background: transparent;
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 3px;
    top: 0;
    left: 0;
}

.course-search .multiple-choice input[type=checkbox]:checked + label::before {
    border-color: #468847;
    color: #468847;
    left: 1px;
    content: "✓";
    text-align: center;
}

.course-search .smallactions {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
}

    .course-search .smallactions button.course-search-btn:hover {
        background: #d3d3d3;
        text-decoration: underline;
    }

    .course-search .smallactions button.course-search-btn {
        margin: 0;
        background-color: transparent;
    }

    .course-search .smallactions button.apply-btn {
        color: #fff;
        background-color: #066;
    }

        .course-search .smallactions button.apply-btn:hover {
            text-decoration: underline;
            background-color: #066;
        }

.course-search .small-action {
    color: #424242;
    background: #f2f2f2;
    border-color: transparent;
}

.course-search .course-greedy .btn-tertiary {
    color: #007362;
    padding-left: 12px;
}

.course-search filterpicker {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8);
    z-index: 99;
    top: 0;
    left: 0;
}

.course-search li.selectionmade > button {
    color: #fff;
    background: #008080;
    border-color: #008080;
}

.course-search .dates .datelabel {
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.course-search .course-greedy .ui-datepicker {
    width: 238px;
}

.course-search .advanced-course-search input.search {
    background: url(/content/sites/norfolk/images/search-icon.png) 50% 50% no-repeat;
    background-image: url(/content/sites/norfolk/images/search-icon.svg),none;
    background-size: 21px 21px;
    border: none;
    float: right;
    height: 37px;
    width: 37px;
}

.course-search .advanced-course-search {
    border: 1px solid #000;
    margin-bottom: 15px;
}

    .course-search .advanced-course-search input[type="text"] {
        padding-left: 20px;
        width: 100%;
        color: #333;
        background: none;
        border: none;
        margin: 0;
    }

.course-search .date-row {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin: 0;
}

.course-search .mobile-bar {
    display: none;
}

@media only screen and (max-width:450px) {
    .course-search .course-greedy {
        display: block;
    }

    .course-search .container {
        margin-left: 0;
    }
}

@media only screen and (max-width:768px) {
    .course-search .choices {
        padding: 20px;
        padding-bottom: 10px;
        height: calc(100% - 140px);
        display: flex;
        flex-wrap: wrap;
        overflow-y: auto;
    }

    .course-search .mobile-bar {
        display: flex;
        width: 100%;
        height: 70px;
        z-index: 2;
        background: #fff;
        border-bottom: 1px solid #ccc;
        justify-content: space-between;
        left: 0;
        padding: 0 20px;
        position: sticky;
    }

    .course-search .filtermenu {
        position: fixed !important;
        height: 100vh;
        overflow: scroll;
        width: 100% !important;
        border: 0 !important;
        box-shadow: 0 0 0 0 !important;
    }

    .course-search .open .filtermenu {
        max-height: 100vh;
        display: inline-flex;
        flex-wrap: wrap;
        top: 0 !important;
        z-index: 9999 !important;
        justify-content: space-between;
        flex-direction: column;
        opacity: 1;
        padding-bottom: 100px;
    }

    .course-search .course-greedy .btn-tertiary {
        background-color: transparent;
        color: #000;
    }

    .course-search .smallactions button.course-search-btn {
        background-color: #066;
        color: #fff;
        width: 100%;
    }

        .course-search .smallactions button.course-search-btn:hover {
            background-color: #033;
        }

    .course-search .smallactions .clearer {
        display: none;
    }

    .course-search .btn {
        font-weight: 600;
    }

    .course-search .hasDatepicker {
        display: flex;
        justify-content: center;
    }

    .course-search .smallactions {
        position: sticky;
    }

    .course-search .searcherdiv {
        width: 100%;
    }

    .course-search #startdate {
        margin-bottom: 10px;
    }

    .course-search filters {
        border-bottom: 0;
    }

    .course-search .container {
        padding-right: 0;
        padding-left: 0;
    }

    .course-search filters ul.links {
        display: flex;
        flex-wrap: wrap;
    }

    .course-search .library-rooms li {
        padding-top: 10px;
    }

    .course-search .library-rooms-dt {
        width: 100%;
    }

    .course-search .datelabel {
        text-align: center;
    }
}

.course-greedy select {
    min-height: 40px;
}

    .course-greedy select:required:invalid {
        color: #808080;
    }

.course-greedy option[value=""][disabled] {
    display: none;
}

.course-greedy option {
    color: #000;
}

.course-greedy .capacity {
    padding-right: 10px;
}

.course-greedy .locations {
    padding-right: 10px;
}

.library-rooms button {
    line-height: normal !important;
}

.library-rooms-search-btn {
    color: #007362;
    background-color: #007362;
}

#messages {
    color: #f00;
    font-weight: bold;
    padding-bottom: 10px;
}

.library-rooms-price {
    font-weight: bold;
}

.library-rooms h1 {
    margin: 0;
}

.LibraryStage {
    background: none;
    background-image: url(/content/sites/norfolk/images/chalkboard-or-blackboard.jpg);
    background-size: cover;
}

.peekyswiper-titlebar {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}

.peekyswiper-step-card a:focus {
    outline: 3px solid #ffbf47 !important;
    background: #ffbf47 !important;
    color: #050505 !important;
    border-bottom: 0 !important;
    outline-offset: -2px;
}

a.peekyswiper-categories {
    color: #008080;
    font-weight: 600;
    font-size: 16px;
}

    a.peekyswiper-categories svg {
        width: 24px;
        height: 24px;
        vertical-align: bottom;
    }

    a.peekyswiper-categories:hover {
        color: #006667;
    }

a.peekyswiper-close {
    color: #424242;
    background-color: #f2f2f2;
    border-radius: 6px;
    border-color: transparent;
    font-size: 16px;
}

    a.peekyswiper-close .glyphicon {
        margin-right: 8px;
        -webkit-text-stroke: 2px #f2f2f2;
    }

    a.peekyswiper-close:hover {
        color: #000;
    }

.peekyswiper-step-card {
    margin-right: 10px;
    margin-left: 2px;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0,0,0,.25),0 1px 4px rgba(0,0,0,.25);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    position: relative;
}

    .peekyswiper-step-card:hover {
        box-shadow: 0 7px 14px rgba(0,0,0,.25),0 5px 5px rgba(0,0,0,.22);
        cursor: pointer;
    }

        .peekyswiper-step-card:hover .title {
            background: #fff;
        }

    .peekyswiper-step-card .title {
        display: flex;
        text-align: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transition: all .3s cubic-bezier(.25,.8,.25,1);
        transform: translateX(-50%);
        width: calc(100% - 20px);
        background: rgba(255,255,255,.9);
        bottom: 10px;
        border-radius: 3px;
        padding: 10px;
    }

    .peekyswiper-step-card span {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 700;
        color: #424242;
    }

.slick-slide {
    margin-right: 10px;
}

.slick-track {
    padding-bottom: 30px;
    position: relative;
    right: 2px;
}

.slidefeed {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

    .slidefeed.slick-initialized {
        visibility: visible;
        opacity: 1;
    }

button.peekyswiper-arrow {
    position: absolute;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    box-shadow: rgba(0,0,0,.14) 0 1px 1px 1px;
    z-index: 2;
    background-color: #fff;
    background-size: 24px;
    background-position: center;
    border-radius: 16px;
}

    button.peekyswiper-arrow.slick-prev {
        background-image: url(/content/sites/norfolk/images/chevron-left.svg);
        left: -16px;
    }

    button.peekyswiper-arrow.slick-next {
        background-image: url(/content/sites/norfolk/images/chevron-right.svg);
        right: -16px;
    }

    button.peekyswiper-arrow:hover {
        opacity: 1;
        cursor: pointer;
    }

    button.peekyswiper-arrow .previous, button.peekyswiper-arrow .next {
        font-size: 25px;
        display: block;
        text-align: center;
        line-height: 40px;
        width: 100%;
        margin: 0;
        top: 0;
    }

button.slick-disabled {
    opacity: 0 !important;
}

.step-card .peekyswiper-img-container {
    padding-bottom: 150px;
}

.peekyswiper-img-container {
    padding-bottom: 100%;
    background-size: cover;
}

.minititlebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catopen {
    right: 0;
    overflow: auto;
    white-space: nowrap;
}

extramenu {
    display: block;
    position: fixed;
    right: -90vw;
    width: 90vw;
    background: #fff;
    top: 0;
    z-index: 999999;
    padding: 50px;
    height: 100vh;
    transition: all .15s ease-in-out;
}

.menufeed {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .menufeed .card {
        width: calc(1/6*100% - (1 - 1/6)*10px);
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

        .menufeed .card .img-container {
            padding-bottom: 150px;
            width: 100%;
        }

        .menufeed .card .title {
            position: absolute;
            width: calc(100% - 10px);
            left: 5px;
            transform: translateX(0%);
            bottom: 5px;
            text-align: left;
            padding-left: 10px;
            white-space: normal;
        }

            .menufeed .card .title span {
                text-align: center;
            }

.step-card {
    margin-right: 10px;
    margin-left: 2px;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}

    .step-card:focus {
        border: 3px solid #f00;
    }

    .step-card:hover {
        cursor: pointer;
    }

@media only screen and (max-width:1400px) {
    .menufeed .card {
        width: calc(1/5*100% - (1 - 1/5)*10px);
    }
}

@media only screen and (max-width:1100px) {
    .menufeed {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .menufeed .card {
            width: calc(1/4*100% - (1 - 1/4)*10px);
            margin: 0;
            margin-bottom: 10px;
        }
}

@media only screen and (max-width:992px) {
    extramenu {
        display: block;
        position: fixed;
        right: -90vw;
        width: 90vw;
        background: #fff;
        top: 0;
        z-index: 999999;
        padding: 50px;
        height: 100vh;
        transition: all .25s ease-in-out;
    }

    .menufeed {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .menufeed .peekyswiper-step-card {
            width: calc(1/3*100% - (1 - 1/3)*10px);
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 10px;
            flex-wrap: nowrap;
        }

            .menufeed .peekyswiper-step-card a {
                display: flex;
            }

                .menufeed .peekyswiper-step-card a:hover {
                    text-decoration: none;
                }

            .menufeed .peekyswiper-step-card .peekyswiper-img-container {
                padding-bottom: 60px;
                width: 20%;
            }

            .menufeed .peekyswiper-step-card .title {
                position: relative;
                width: 80%;
                left: 0;
                transform: translateX(0%);
                bottom: 0;
                text-align: left;
                padding: 0 0 0 10px;
            }

                .menufeed .peekyswiper-step-card .title span {
                    text-align: left;
                }
}

@media only screen and (max-width:768px) {
    .minititlebar .small-action {
        height: 47px;
        align-self: center;
    }

    .menufeed .card {
        width: calc(1/1*100% - (1 - 1/1)*10px);
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .peekyswiper-titlebar {
        display: block;
    }
}

.signinner .overlayer {
    opacity: 1;
    visibility: visible;
}

.signinner #account-panel {
    top: 100px;
    opacity: 1;
    visibility: visible;
}

.overlayer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all .2s cubic-bezier(.25,.8,.25,1);
}

#account-panel {
    display: block;
    width: 600px;
    position: fixed;
    transition: all .2s cubic-bezier(.25,.8,.25,1);
    z-index: 199999;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    top: 200px;
    transform: translateX(-50%);
    min-height: 200px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 1px rgba(0,0,0,.25),0 1px 4px rgba(0,0,0,.25);
    color: #000;
}

    #account-panel h2, #account-panel h3 {
        margin: 0;
    }

    #account-panel h4 {
        margin-bottom: 10px;
    }

    #account-panel ul {
        display: flex;
        flex-wrap: wrap;
        background: #fff;
    }

        #account-panel ul li {
            width: 50%;
            padding: 5px;
        }

    #account-panel a {
        color: #4169e1;
    }

        #account-panel a.btn-signin {
            color: #fff;
        }

        #account-panel a.btn-tertiary {
            color: #007362;
        }

.titlebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .titlebar a.btn:hover {
        color: #007362;
    }

a.btn-signin {
    text-decoration: none;
}

    a.btn-signin:hover {
        color: #fff;
    }

.btn-signin {
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    border-radius: 20px;
    min-height: 40px;
    padding: 4px 25px;
    padding-left: 8px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-left: 12px;
    margin-right: 12px;
    margin-bottom: 15px;
    border-radius: 6px;
    text-decoration: none;
}

.btn-large {
    font-size: 22px;
    padding: 12px 16px;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    padding-top: 8px;
    font-weight: 600;
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
}

.btn-account-green:hover {
    background: #004f24;
    border-color: #004f24;
}

.btn-account-green {
    background: #00823b;
    border-color: #00823b;
}

.btn-signin:hover {
    text-decoration: underline;
}

#account-panel a.btn-tertiary {
    color: #007362;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
}

    #account-panel a.btn-tertiary:hover {
        text-decoration: underline;
    }

.btn-tertiary {
    margin: 0;
    color: #008081;
    padding-left: 0;
}

    .btn-tertiary:hover {
        color: #008081;
    }

#account-panel ul {
    display: flex;
    flex-wrap: wrap;
}

    #account-panel ul li {
        width: 50%;
        padding: 5px;
        border: none;
    }

        #account-panel ul li a:hover {
            border: none;
            text-decoration: underline;
        }

        #account-panel ul li a {
            padding: 0 12px;
            line-height: normal;
        }

.header-menu #account-panel ul li a {
    border-bottom: 0;
}

#login-buttons {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width:768px) {
    #account-panel {
        width: 96%;
    }

        #account-panel h2, #account-panel h3 {
            font-size: 24px;
        }
}

@media only screen and (max-width:600px) {
    #account-panel h2, #account-panel h3 {
        font-size: 20px;
    }

    .signinner #account-panel {
        top: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
    }
}

div.GeneralCard article.card {
    box-shadow: 0 0 0 transparent,0 0 0 transparent;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}

    div.GeneralCard article.card.left {
        flex-direction: row;
    }

        div.GeneralCard article.card.left .Image {
            flex: 1;
            height: auto;
        }

        div.GeneralCard article.card.left .Information {
            flex: 1;
            flex-grow: 2;
        }

    div.GeneralCard article.card:hover, div.GeneralCard article.card:focus {
        box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
    }

    div.GeneralCard article.card a::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

div.GeneralCard .card {
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0 transparent,0 0 0 transparent;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    background-color: #fff;
}

    div.GeneralCard .card.dark {
        background-color: #151515;
        border: 1px solid #151515;
        color: #fff;
    }

        div.GeneralCard .card.dark .Image.frame {
            box-shadow: inset 0 0 0 10px #151515;
        }

        div.GeneralCard .card.dark h1.Title, div.GeneralCard .card.dark .Details {
            color: #fff;
        }

    div.GeneralCard .card.shadow {
        box-shadow: 0 16px 40px rgba(0,0,0,.12);
    }

    div.GeneralCard .card .Image {
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
    }

        div.GeneralCard .card .Image.frame {
            box-shadow: inset 0 0 0 10px white;
        }

div.GeneralCard .Information {
    padding: 20px;
}

div.GeneralCard h1 {
    font-size: 20px;
    margin: 0 0 10px 0;
    line-height: 140%;
}

div.GeneralCard .Details {
    margin: 0;
    color: #424242;
    font-size: 16px;
    line-height: 24px;
}

div.GeneralCard .Link {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0 0 12px;
}

    div.GeneralCard .Link.left {
        justify-content: flex-start;
        padding-left: 0;
    }

    div.GeneralCard .Link a.btn-link {
        padding: 0 1px;
        margin: 0;
        min-height: 20px;
        font-size: 16px;
        font-weight: 600;
        color: #066;
        fill: #066;
    }

        div.GeneralCard .Link a.btn-link svg {
            width: 24px;
            height: 24px;
            vertical-align: middle;
            margin-top: -4px;
            margin-left: -3px;
        }

        div.GeneralCard .Link a.btn-link:hover, div.GeneralCard .Link a.btn-link:focus {
            color: #004037;
            fill: #004037;
            text-decoration: none;
        }

            div.GeneralCard .Link a.btn-link:hover span, div.GeneralCard .Link a.btn-link:focus span {
                border-bottom: 2px solid #004037;
            }

        div.GeneralCard .Link a.btn-link .glyphicon {
            padding-left: 5px;
            top: 2px;
        }

@media only screen and (max-width:768px) {
    div.GeneralCard.condense article.card.left {
        flex-direction: column;
    }

        div.GeneralCard.condense article.card.left .Image {
            flex: auto;
            height: 200px;
            background-size: cover;
        }

    div.GeneralCard.condense .Title, div.GeneralCard.condense .Details {
        display: none;
    }

    div.GeneralCard.condense .Link {
        justify-content: flex-start;
        padding: 0 0 0 0;
    }

        div.GeneralCard.condense .Link a.btn-link {
            color: #000;
            font-weight: 600;
            text-align: left;
        }

            div.GeneralCard.condense .Link a.btn-link svg {
                fill: #000;
            }
}

@media print {
    .header.ncc-header {
        display: none !important;
    }

    .ncc-header {
        display: none !important;
    }

    .mainmenu {
        display: none !important;
    }

    .mainMenuDropDown {
        display: none !important;
    }

    .header-menu {
        display: none !important;
    }

    .mainMenu {
        display: none !important;
    }

    .sidebar {
        display: none !important;
    }

    footer {
        display: none !important;
    }

    .feedback {
        display: none !important;
    }

    .sideblock {
        display: none !important;
    }

    #leave {
        display: none !important;
    }

    .stage-container-padding {
        display: none !important;
    }

    .stage-class {
        display: none !important;
    }

    figure {
        display: none !important;
    }

    .c-callout-item {
        display: none !important;
    }

    .c-callout {
        display: none !important;
    }

    .c-carousel {
        display: none !important;
    }

    .govmetric {
        display: none !important;
    }

    @page {
        margin: 15mm 5mm 15mm 5mm;
    }

    @page:container {
        margin-left: -15px;
    }

    body {
        font-size: 1.3rem;
    }

    .accordion .panel-primary > .panel-heading a h2 {
        font-size: 1.5rem;
        padding: .5em;
    }

    .row-margin {
        margin-bottom: 0;
    }

    h1, .SectionTitle {
        margin: 0 0 10px;
    }

    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
}

div.ImageCard {
    display: inline-block;
    border: 1px solid #939393;
    border-radius: 18px;
    text-align: center;
    padding: 16px;
    margin: 16px;
}

    div.ImageCard:hover {
        background: #f0f8ff;
        border: 1px solid #4169e1;
    }

    div.ImageCard a {
        color: #0b0c0c;
    }

        div.ImageCard a:hover {
            text-decoration: none;
        }

    div.ImageCard .Image {
        background: #03335f;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        transition-duration: 300ms;
        margin: 0 auto;
    }

    div.ImageCard:hover .Image {
        background: #9e0054;
    }

    div.ImageCard .Image img {
        width: 100% !important;
        padding: 10%;
        height: auto !important;
        position: relative;
        top: 5px;
    }

    div.ImageCard .Title {
        margin-top: 12px;
        margin-bottom: 6px;
        font-size: 20px;
        font-weight: bold;
        color: #4169e1;
    }

    div.ImageCard .Details {
        color: #000;
    }

@media(min-width:992px) and (max-width:1200px) {
    .ImageCard .Image {
        width: 175px;
        height: 175px;
    }
}

@media(max-width:768px) {
    .ImageCard .Image {
        width: 145px;
        height: 145px;
    }
}

div.PopularPages {
    color: #fff;
    background: rgba(0,0,0,.5);
}

    div.PopularPages h2 {
        background: rgba(0,0,0,.8);
        padding: 15px;
        margin: 0;
        font-size: 18px;
    }

    div.PopularPages ul {
        list-style-type: none;
        padding: 15px;
        margin: 0;
    }

    div.PopularPages li {
        padding: .5em 0;
    }

    div.PopularPages a {
        color: #fff;
        font-weight: bold;
    }

        div.PopularPages a:hover {
            text-decoration: underline;
        }

.InformationNotice {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 36px;
}

    .InformationNotice .icon {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -17px;
    }

.icon-important {
    width: 35px;
    height: 35px;
    background-image: url(/content/sites/norfolk/images/icon-important.png),none;
    background-repeat: no-repeat;
}

.icon:before {
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    background: no-repeat center center;
    background-size: contain;
}

.visually-hidden, .skip-to {
    border: 0 !important;
    clip: rect(1px,1px,1px,1px);
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.InformationNotice strong {
    display: block;
    padding-left: 65px;
    margin-left: -15px;
}

.Twitter h2 {
    background-image: url(/content/sites/norfolk/images/Twitter_Logo_Blue.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 40px;
    padding-top: 7px;
    padding-left: 40px;
    margin-left: -6px;
}

.tweet {
    padding: 0 0 25px 0;
    font-size: 12pt;
}

.avatar {
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    display: inline-block;
    float: left;
}

div.tweetuser {
    display: inline-flex;
    flex-wrap: wrap;
    width: calc(100% - 50px);
    float: left;
    position: relative;
    bottom: 5px;
}

.twitter_username {
    font-weight: bold;
    width: calc(100% - 40px);
}

.twitter_screenname {
    display: block;
}

    .twitter_screenname a {
        color: #767676;
        width: calc(100% - 40px);
        position: relative;
        bottom: 5px;
        font-weight: bold;
    }

.twitter_tweet {
    display: block;
    margin-top: 0;
    padding: .5em 0 .5em 0;
}

    .twitter_tweet a {
        font-weight: bold;
    }

.tweet_since {
    color: #767676;
}

.Twitter a.a-button-orange {
    margin-top: 1em;
    position: absolute;
    top: auto;
    right: auto;
}

.ChapterList {
    padding: 15px 0 12px 0;
    border-bottom: solid 1px #999;
}

div.ChapterList ol {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    padding-left: 0;
}

div.ChapterList li {
    padding-top: 10px;
    margin-left: 18px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.Chapters .PageTitle {
    padding: 20px 0 12px 0;
    font-size: 48px;
    line-height: 50px;
}

.Chapters .PartTitle {
    padding: 20px 0 12px 0;
    font-size: 27px;
}

div.ChapterPrevNext {
    display: flex;
}

    div.ChapterPrevNext .Previous {
        float: left;
        width: 50%;
        text-align: left;
        font-size: 24px;
    }

    div.ChapterPrevNext .Title {
        font-size: 14px;
    }

    div.ChapterPrevNext .Next {
        float: right;
        width: 50%;
        text-align: right;
        font-size: 24px;
    }

.ncc-directory-widget-container {
    width: 100%;
    display: block;
    margin: 20px auto;
}

.ncc-directory-widget {
    font-size: 16px;
    margin-bottom: 25px;
    border: 1px solid #d3d3d3;
    padding: 20px;
    padding-top: 0;
    margin-top: 25px;
    font-family: Arial;
    box-sizing: border-box;
}

    .ncc-directory-widget img {
        margin-top: 10px;
        display: block;
        width: 70%;
        margin: 0 auto;
        position: relative;
        bottom: 10px;
        background: #fff;
        padding: 0 10px;
    }

    .ncc-directory-widget p {
        color: #6f777b;
        display: block;
        margin: 0;
        margin-bottom: 10px;
    }

    .ncc-directory-widget input {
        display: block;
        width: 100%;
        padding: 8px 6px 8px;
        border: 2px solid #666;
        margin-bottom: 10px;
        font-size: 16px;
        box-sizing: border-box;
    }

        .ncc-directory-widget input:focus {
            outline: 3px solid #ffbf47;
        }

    .ncc-directory-widget label {
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }

    .ncc-directory-widget button {
        background: #2d5320;
        padding: 10px;
        display: block;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        border-radius: 6px;
        width: 100%;
        border: 0;
        outline: 0;
    }

        .ncc-directory-widget button:focus {
            background-color: #ffbf47;
            color: #000;
            outline: 0;
        }

#text-area-3 {
    font-size: 20px;
    color: #2d5320;
    margin-top: 0;
}

.ncc-header > .container {
    width: 100%;
}

.mobtop {
    display: inline-flex;
}

#logo {
    box-sizing: border-box;
    max-width: 175px;
    min-width: 140px;
}

    #logo img {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
        display: block;
    }

a#logo {
    padding: 6px;
    border-left: 0;
    border-bottom: 0;
}

.mobtop > a, .mobtop > button {
    padding: 8px 12px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    line-height: 40px;
    display: block;
    padding-top: 15px;
    background: #fff;
    outline: 0;
    border: 0;
}

header {
    background: #fff;
    border-bottom: 1px solid #ccc;
    height: auto;
    width: 100%;
    display: block;
}

#headtop {
    display: flex;
    padding-top: 0;
    box-sizing: border-box;
}

#headtop {
    display: flex;
    justify-content: space-between;
}

.header-menu {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}

    .header-menu.container:after {
        content: none;
    }

    .header-menu.container:before {
        content: none;
    }

.mobtop > a:focus, .mobtop > button:focus {
    background: #ffbf47;
}

button.signin {
    background-image: url(/content/sites/norfolk/images/login.svg),none;
    background-repeat: no-repeat;
    background-position: 5px 24px;
    background-size: 25px 25px;
    text-indent: 25px;
}

    button.signin:focus {
        background-image: url(/content/sites/norfolk/images/login.svg),none;
        background-repeat: no-repeat;
        background-position: 5px 24px;
        background-size: 25px 25px;
        text-indent: 25px;
    }

@media only screen and (max-width:1170px) {
    .header-menu > .container {
        width: 100%;
    }

    .header-menu:after {
        content: none;
    }

    .header-menu:before {
        content: none;
    }
}

@media only screen and (max-width:768px) {
    #topmenutoggle {
        order: 0;
        width: 20%;
    }

    #mobtop {
        justify-content: start;
    }

        #mobtop > a, #mobtop > button {
            width: 20%;
        }

    .mobtop .signin {
        order: 2;
    }

    #logo {
        order: 1;
        min-width: 0;
        max-width: 2000px;
    }

    #mobtop > a#logo {
        width: 60%;
        margin: 0;
    }

    #logo img {
        width: 150px;
        display: block;
        margin: 0 auto;
    }

    .mobtop {
        display: flex;
        width: 100%;
    }

    a#logo {
        width: 60%;
    }

    #topmenutoggle {
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
    }

    a#logo {
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
    }

    button.signin {
        padding-top: 11px;
        background-position-y: 19px;
        position: absolute;
        right: 0;
    }
}

@media only screen and (max-width:600px) {
    #mobtop > a, #mobtop > button {
        font-size: 14px;
    }

    #mobtop > a, #mobtop > button {
        width: 25%;
    }

        #mobtop > a#logo {
            width: 50%;
        }

    #topmenutoggle {
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        width: 25%;
    }

    a#logo {
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
    }
}

@media only screen and (max-width:450px) {
    #mobtop > a, #mobtop > button {
        width: 30%;
        font-size: 12px;
    }

        #mobtop > a#logo {
            width: 40%;
        }

    #logo img {
        width: 120px;
        margin: 0 auto;
    }

    a#logo {
        width: 40%;
        margin: 0;
    }

    #topmenutoggle {
        width: 30%;
        font-size: 12px;
    }

    button.signin {
        width: 30%;
        font-size: 12px;
    }

    #topmenutoggle {
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
    }

    a#logo {
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
    }

    button.signin {
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        background-position-y: 13px;
        background-position-x: 25px;
    }
}

@media only screen and (max-width:400px) {
    #logo img {
        width: 90%;
    }

    #topmenutoggle {
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
    }

    a#logo {
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
    }

    button.signin {
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        background-position-y: 14px;
        background-position-x: 16px;
    }
}

@media only screen and (max-width:350px) {
    #logo img {
        width: 90%;
    }

    #topmenutoggle {
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
    }

    a#logo {
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
    }

    button.signin {
        padding-bottom: 3px;
        padding-left: 20px;
        padding-right: 8px;
        padding-top: 3px;
        background-position-y: 11px;
        width: auto;
    }
}

@media only screen and (max-width:250px) {
    button.signin {
        width: 30%;
        padding-left: 18px;
        position: relative;
        right: auto;
    }
}

.promo-card {
    padding: 32px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

    .promo-card .card-info-left {
        left: 32px;
    }

    .promo-card .card-info-right {
        float: right;
    }

    .promo-card .card-info {
        bottom: 32px;
        background: #fff;
        padding: 32px;
        border-radius: 6px;
        box-sizing: border-box;
        line-height: 100%;
        width: calc(60% - 32px);
    }

    .promo-card .title {
        color: #050505;
        font-weight: bold;
        font-size: 24px;
        line-height: 25px;
        margin-bottom: .5rem;
        margin-top: 0;
    }

    .promo-card .content {
        background-color: #fff;
        color: #050505;
        display: block;
        font-size: 18px;
        line-height: 180%;
        margin-bottom: 1rem;
    }

    .promo-card .promo-card-button {
        width: 100%;
        text-align: center;
    }

@media only screen and (max-width:650px) {
    .promo-card .title {
        font-size: 20px;
    }

    .promo-card {
        padding: 10px;
        margin-bottom: 20px;
    }

        .promo-card .card-info {
            width: calc(100% - 64px);
            position: relative;
            top: 0;
            left: 32px;
            right: auto;
            padding: 10px;
        }
}

@media only screen and (max-width:768px) {
    .promo-card .title {
        font-size: 20px;
    }

    .promo-card .card-info {
        width: calc(100% - 64px);
    }
}

@media only screen and (max-width:992px) {
    .promo-card {
        margin-bottom: 20px;
    }

        .promo-card .card-info {
            width: calc(100% - 64px);
        }

        .promo-card .card-info-right {
            float: none;
        }
}

@media only screen and (max-width:1300px) and (min-width:992px) {
    .promo-card {
        padding: 32px;
        margin-bottom: 20px;
    }

        .promo-card .card-info {
            width: calc(100% - 64px);
            position: relative;
            top: 0;
            left: 32px;
            right: auto;
        }

        .promo-card .card-info-right {
            float: none;
        }
}

@media only screen and (max-width1300px) {
    .promo-card .card-info {
        width: calc(100% - 64px);
    }
}

.sitecore-form input[type="submit"] {
    -webkit-transition: background .5s ease,color .5s ease;
    background: #fff;
    border: 5px solid;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    min-height: 40px;
    padding: 0 25px;
    transition: background .5s ease,color .5s ease;
    border-color: #1f5385;
}

    .sitecore-form input[type="submit"]:hover, .sitecore-form input[type="submit"]:focus {
        background: #1f5385;
        color: #fff;
    }

body.theme__red .sitecore-form input[type="submit"] {
    border-color: #b32017;
}

    body.theme__red .sitecore-form input[type="submit"]:hover, body.theme__red .sitecore-form input[type="submit"]:focus {
        background: #b32017;
        color: #fff;
    }

body.theme__orange .sitecore-form input[type="submit"] {
    border-color: #cf4a02;
}

    body.theme__orange .sitecore-form input[type="submit"]:hover, body.theme__orange .sitecore-form input[type="submit"]:focus {
        background: #cf4a02;
        color: #fff;
    }

body.theme__green .sitecore-form input[type="submit"] {
    border-color: #597730;
}

    body.theme__green .sitecore-form input[type="submit"]:hover, body.theme__green .sitecore-form input[type="submit"]:focus {
        background: #597730;
        color: #fff;
    }

body.theme__pink .sitecore-form input[type="submit"] {
    border-color: #cb4363;
}

    body.theme__pink .sitecore-form input[type="submit"]:hover, body.theme__pink .sitecore-form input[type="submit"]:focus {
        background: #cb4363;
        color: #fff;
    }

body.theme__light-blue .sitecore-form input[type="submit"] {
    border-color: #0070a5;
}

    body.theme__light-blue .sitecore-form input[type="submit"]:hover, body.theme__light-blue .sitecore-form input[type="submit"]:focus {
        background: #0070a5;
        color: #fff;
    }

body.theme__purple .sitecore-form input[type="submit"] {
    border-color: #8a245d;
}

    body.theme__purple .sitecore-form input[type="submit"]:hover, body.theme__purple .sitecore-form input[type="submit"]:focus {
        background: #8a245d;
        color: #fff;
    }

body.theme__dark-blue .sitecore-form input[type="submit"] {
    border-color: #29235c;
}

    body.theme__dark-blue .sitecore-form input[type="submit"]:hover, body.theme__dark-blue .sitecore-form input[type="submit"]:focus {
        background: #29235c;
        color: #fff;
    }

body.theme__magenta .sitecore-form input[type="submit"] {
    border-color: #c82285;
}

    body.theme__magenta .sitecore-form input[type="submit"]:hover, body.theme__magenta .sitecore-form input[type="submit"]:focus {
        background: #c82285;
        color: #fff;
    }

body.theme__light-green .sitecore-form input[type="submit"] {
    border-color: #aac936;
}

    body.theme__light-green .sitecore-form input[type="submit"]:hover, body.theme__light-green .sitecore-form input[type="submit"]:focus {
        background: #aac936;
        color: #fff;
    }

body.theme__sky-blue .sitecore-form input[type="submit"] {
    border-color: #5ec5e8;
}

    body.theme__sky-blue .sitecore-form input[type="submit"]:hover, body.theme__sky-blue .sitecore-form input[type="submit"]:focus {
        background: #5ec5e8;
        color: #fff;
    }

body.theme__healthy-orange .sitecore-form input[type="submit"] {
    border-color: #e97825;
}

    body.theme__healthy-orange .sitecore-form input[type="submit"]:hover, body.theme__healthy-orange .sitecore-form input[type="submit"]:focus {
        background: #e97825;
        color: #fff;
    }

body.theme__dark-purple .sitecore-form input[type="submit"] {
    border-color: #481a4e;
}

    body.theme__dark-purple .sitecore-form input[type="submit"]:hover, body.theme__dark-purple .sitecore-form input[type="submit"]:focus {
        background: #481a4e;
        color: #fff;
    }

.sitecore-form .page-sub-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.sitecore-form .page-section .page-sub-header, .sitecore-form .page-section .page-header {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

    .sitecore-form .page-section .page-sub-header h1, .sitecore-form .page-section .page-header h1, .sitecore-form .page-section .page-sub-header h2, .sitecore-form .page-section .page-header h2, .sitecore-form .page-section .page-sub-header h3, .sitecore-form .page-section .page-header h3, .sitecore-form .page-section .page-sub-header h4, .sitecore-form .page-section .page-header h4, .sitecore-form .page-section .page-sub-header h5, .sitecore-form .page-section .page-header h5, .sitecore-form .page-section .page-sub-header h6, .sitecore-form .page-section .page-header h6 {
        font-size: 21px;
        line-height: inherit;
        color: #333;
        margin: 0;
        font-weight: 400;
    }

.sitecore-form .validation-summary-errors .list-group-item {
    border: 0 none;
}

.sitecore-form .help-block {
    margin-top: -15px;
    margin-bottom: 15px;
}

.subscription-form .newsletter-list {
    margin-bottom: 20px;
}

.subscription-form .warning-message {
    color: #b21717;
    margin-bottom: 10px;
}

.subscription-form .thank-you-message {
    color: #066;
}

.subscription-form .subscribe-button {
    background-color: #066;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    margin-bottom: 15px;
    fill: #fff;
    vertical-align: middle;
    padding: 5px 12px;
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    touch-action: manipulation;
    white-space: nowrap;
    font-family: 'Open Sans',sans-serif;
}

.subscription-form input {
    font-family: 'Open Sans',sans-serif;
    font-size: .969rem;
    font-weight: normal;
    border: 1px;
    border-color: #000;
    border-style: inset;
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container * {
        box-sizing: border-box
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s,visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s,visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        height: 100%;
        margin-right: -.25em;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

        .fancybox-button:focus, .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default
        }

        .fancybox-button svg {
            display: block;
            overflow: visible;
            position: relative;
            shape-rendering: geometricPrecision
        }

            .fancybox-button svg path {
                fill: transparent;
                stroke: currentColor;
                stroke-linejoin: round;
                stroke-width: 3
            }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s,visibility 0s,color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

    .fancybox-close-small svg {
        fill: transparent;
        opacity: .8;
        stroke: currentColor;
        stroke-width: 1.5;
        transition: stroke .1s
    }

    .fancybox-close-small:focus {
        outline: none
    }

    .fancybox-close-small:hover svg {
        opacity: 1
    }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

    .fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
        background: transparent;
        color: #fff
    }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

    .fancybox-caption:before {
        background-image: url(/content/sites/norfolk/vendor/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
        background-repeat: repeat-x;
        background-size: contain;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: -25px;
        z-index: -1
    }

    .fancybox-caption:after {
        border-bottom: 1px solid hsla(0,0%,100%,.3);
        content: "";
        display: block;
        left: 44px;
        position: absolute;
        right: 44px;
        top: 0
    }

    .fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
        color: #ccc;
        text-decoration: none
    }

        .fancybox-caption a:hover {
            color: #fff;
            text-decoration: underline
        }

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0,0%,39%,.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1)
}

.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

    .fancybox-thumbs > ul > li:before {
        border: 4px solid #4ea7f9;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .2s cubic-bezier(.25,.46,.45,.94);
        z-index: 99991
    }

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}
