/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .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
    }
}

* {
    box-sizing: border-box
}

:after, :before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #0066ba;
    text-decoration: none
}

    a:focus, a:hover {
        color: #0066ba;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 27px;
    margin-bottom: 27px;
    border: 0;
    border-top: 1px solid #ddd
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Source Serif Pro,Times New Roman,Times,serif;
    font-weight: 600;
    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: #b2b2b2
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 27px;
    margin-bottom: 13.5px
}

    .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: 13.5px;
    margin-bottom: 13.5px
}

    .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: 60px
}

.h2, h2 {
    font-size: 40px
}

.h3, h3 {
    font-size: 27px
}

.h4, h4 {
    font-size: 20px
}

.h5, h5 {
    font-size: 16px
}

.h6, h6 {
    font-size: 14px
}

p {
    margin: 0 0 13.5px
}

.lead {
    margin-bottom: 27px;
    font-size: 20px;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 27px
    }
}

.small, small {
    font-size: 77%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #b2b2b2
}

.text-primary {
    color: #0066ba
}

a.text-primary:focus, a.text-primary:hover {
    color: #004a87
}

.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: #0066ba
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #004a87
}

.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: 12.5px;
    margin: 54px 0 27px;
    border-bottom: 1px solid #ddd
}

ol, ul {
    margin-top: 0;
    margin-bottom: 13.5px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 27px
}

dd, dt {
    line-height: 1.5
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #b2b2b2
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 13.5px 27px;
    margin: 0 0 27px;
    font-size: 22.5px;
    border-left: 5px solid #ddd
}

    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.5;
        color: #b2b2b2
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: "\2014 \00A0"
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #ddd;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ""
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: "\00A0 \2014"
        }

address {
    margin-bottom: 27px;
    font-style: normal;
    line-height: 1.5
}

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;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none
    }

pre {
    display: block;
    padding: 13px;
    margin: 0 0 13.5px;
    font-size: 17px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:768px) {
    .container {
        width: auto
    }
}

@media (min-width:992px) {
    .container {
        width: auto
    }
}

@media (min-width:1200px) {
    .container {
        width: auto
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

.row {
    margin-left: -20px;
    margin-right: -20px
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        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: #b2b2b2;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 27px
}

    .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.5;
        vertical-align: top;
        border-top: 1px solid #b2b2b2
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #b2b2b2
    }

    .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 #b2b2b2
    }

    .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 #b2b2b2
}

    .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 #b2b2b2
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 20.25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #b2b2b2
    }

        .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 {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 27px;
    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] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 18px;
    line-height: 1.5;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #ddd;
        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=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 41px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 33px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 54px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 27px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px\9
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

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 {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 45px
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0
    }

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: none
}

select.input-sm {
    height: 33px;
    line-height: 33px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: none
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 41px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-lg {
    height: 54px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: none
}

select.input-lg {
    height: 54px;
    line-height: 54px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 54px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: none
}

.form-group-lg select.form-control {
    height: 54px;
    line-height: 54px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 54px;
    min-height: 51px;
    padding: 11px 16px;
    font-size: 24px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 51.25px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    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: 54px;
    height: 54px;
    line-height: 54px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 32px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #959595
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 34px
}

.form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 20px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 24px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #fff;
        text-decoration: none
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        box-shadow: none
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #0066ba;
    border-color: transparent
}

    .btn-default.focus, .btn-default:focus {
        color: #fff;
        background-color: #004a87;
        border-color: transparent
    }

    .btn-default:hover {
        color: #fff;
        background-color: #004a87;
        border-color: transparent
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #004a87;
        border-color: transparent
    }

        .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: #fff;
            background-color: #003663;
            border-color: transparent
        }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #0066ba;
        border-color: transparent
    }

    .btn-default .badge {
        color: #0066ba;
        background-color: #fff
    }

.btn-primary {
    color: #fff;
    background-color: #0066ba;
    border-color: #0058a1
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #004a87;
        border-color: #001221
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #004a87;
        border-color: #003663
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #004a87;
        border-color: #003663
    }

        .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: #003663;
            border-color: #001221
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #0066ba;
        border-color: #0058a1
    }

    .btn-primary .badge {
        color: #0066ba;
        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.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, 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.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, 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.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, 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.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #0066ba;
    font-weight: 400;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #0066ba;
                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: #b2b2b2;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    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;
    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;
    transition-property: height,visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 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;
    list-style: none;
    font-size: 18px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 12.5px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.5;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #0066ba
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #b2b2b2
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #b2b2b2;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 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-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        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-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 54px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: none
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 54px;
    line-height: 54px
}

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: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: none
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    line-height: 33px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: none
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 14px;
        border-radius: none
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 24px;
        border-radius: none
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    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 {
    margin-bottom: 0;
    padding-left: 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: #ddd
            }

        .nav > li.disabled > a {
            color: #b2b2b2
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #b2b2b2;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #ddd;
        border-color: #0066ba
    }

    .nav .nav-divider {
        height: 1px;
        margin: 12.5px 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.5;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 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: #0066ba
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 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-right-radius: 0;
    border-top-left-radius: 0
}

.breadcrumb {
    padding: 15px 10px;
    margin-bottom: 27px;
    list-style: none;
    background-color: #0066ba;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            content: "―\00a0";
            padding: 0 5px;
            color: #fff
        }

    .breadcrumb > .active {
        color: #fff
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 27px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.5;
            text-decoration: none;
            color: #0066ba;
            background-color: #d9f0fa;
            border: 1px solid #fff;
            margin-left: -1px
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #0066ba;
            background-color: #ddd;
            border-color: #fff
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        background-color: #0066ba;
        border-color: #fff;
        cursor: default
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #b2b2b2;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.alert {
    padding: 15px;
    margin-bottom: 27px;
    border: 1px solid transparent;
    border-radius: 0
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #bfd9ee;
    border-color: #d6e9c6;
    color: #000
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #000
    }

.alert-info {
    background-color: #d9f0fa;
    border-color: #bce8f1;
    color: #000
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #000
    }

.alert-warning {
    background-color: #ffb600;
    border-color: #faebcc;
    color: #000
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #000
    }

.alert-danger {
    background-color: #d9534f;
    border-color: #ebccd1;
    color: #fff
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #e6e6e6
    }

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-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
}

.panel {
    margin-bottom: 27px;
    background-color: #d9f0fa;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 30px
}

.panel-heading {
    padding: 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    color: inherit
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 20px;
    background-color: #f5f5f5;
    border-top: 1px none;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1;
        border-top-left-radius: -1
    }

    .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: -1;
        border-bottom-left-radius: -1
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-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-responsive > .table caption, .panel > .table caption {
        padding-left: 30px;
        padding-right: 30px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-right-radius: -1;
        border-top-left-radius: -1
    }

        .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: -1;
            border-top-right-radius: -1
        }

            .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: -1
            }

            .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: -1
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: -1;
        border-bottom-left-radius: -1
    }

        .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-left-radius: -1;
            border-bottom-right-radius: -1
        }

            .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: -1
            }

            .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: -1
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #b2b2b2
    }

    .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 {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 27px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0
    }

        .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 none
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px none
        }

.panel-default {
    border-color: none
}

    .panel-default > .panel-heading {
        color: #555;
        background-color: #ffe299;
        border-color: none
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: none
        }

        .panel-default > .panel-heading .badge {
            color: #ffe299;
            background-color: #555
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: none
    }

.panel-primary {
    border-color: none
}

    .panel-primary > .panel-heading {
        color: #0066ba;
        background-color: #d9f0fa;
        border-color: none
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: none
        }

        .panel-primary > .panel-heading .badge {
            color: #d9f0fa;
            background-color: #0066ba
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: none
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.close {
    float: right;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        transform: translateY(-25%);
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        transform: translate(0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.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, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table
}

.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, .modal-header:after, .nav:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.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
    }
}

html {
    display: block;
    font-size: 100%;
    height: auto !important;
    -ms-overflow-style: scrollbar
}

    html.stop-scrolling {
        overflow-y: scroll
    }

    html.not-sitecore-rich-text-editor {
        background: rgba(0,102,170,.25)
    }

body {
    background: #fff;
    font-size: 1.125rem;
    max-width: 1440px;
    min-height: 0 !important;
    margin: 0 auto;
    overflow-x: hidden;
    width: 100%
}

@media (max-width:767px) {
    body {
        font-size: 16px;
        font-size: 1rem
    }
}

html.stop-scrolling body {
    height: 100vh;
    overflow: hidden
}

.main-content:after, .main-content:before {
    content: " ";
    display: table
}

.main-content:after {
    clear: both
}

@media (max-width:767px) {
    .main-content {
        overflow: hidden
    }
}

.main-content.homepage main {
    padding: 0
}

.main-content.single-column main {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(19% + 800px)
}

.main-content.single-column:not(.landing-page) .page-banner + main {
    padding-top: 20px
}

.main-content.single-column-wide .main-primary {
    width: 100%;
    padding-right: 9.5%
}

@media (max-width:767px) {
    .main-content.single-column-wide .main-primary {
        padding-right: 5%
    }
}

.main-content.single-column-wide .main-secondary {
    display: none
}

.main-content.single-column-wide:not(.landing-page) .page-banner + main {
    padding-top: 20px
}

.main-content main {
    padding: 40px
}

@media (max-width:767px) {
    .main-content main {
        padding: 20px 5%
    }
}

.main-content .page-banner:not(.page-banner--landing):not(.page-banner--homepage) + main.main-primary {
    padding-top: 20px
}

@media (min-width:992px) {
    .main-content .page-banner:not(.page-banner--landing):not(.page-banner--homepage) + main + .main-secondary {
        padding-top: 20px
    }
}

@media (min-width:992px) {
    .main-content .main-secondary > :first-child, .main-content:not(.homepage) main > :first-child {
        margin-top: 0 !important
    }
}

@media (max-width:991px) {
    .main-content .main-secondary > :first-child:not(.local-nav):not(.local-nav-panel), .main-content:not(.homepage) main > :first-child:not(.local-nav):not(.local-nav-panel) {
        margin-top: 0 !important
    }
}

.main-content .main-secondary > :first-child:not(.panel):not(.facets):not(.event-cta), .main-content:not(.homepage) main > :first-child:not(.panel):not(.facets):not(.event-cta) {
    padding-top: 0
}

.main-content .main-secondary > :last-child, .main-content .main-secondary > :only-child, .main-content:not(.homepage) main > :last-child, .main-content:not(.homepage) main > :only-child {
    margin-bottom: 0
}

    .main-content .main-secondary > :last-child .panel, .main-content .main-secondary > :only-child .panel, .main-content:not(.homepage) main > :last-child .panel, .main-content:not(.homepage) main > :only-child .panel {
        margin-bottom: 0
    }

    .main-content .main-secondary > :last-child:not(.panel):not(.facets), .main-content .main-secondary > :only-child:not(.panel):not(.facets), .main-content:not(.homepage) main > :last-child:not(.panel):not(.facets), .main-content:not(.homepage) main > :only-child:not(.panel):not(.facets) {
        padding-bottom: 0
    }

.main-content .main-primary, .main-content .main-secondary {
    padding: 40px 9.5% 0;
    position: relative
}

    .main-content .main-primary:after, .main-content .main-primary:before, .main-content .main-secondary:after, .main-content .main-secondary:before {
        content: " ";
        display: table
    }

    .main-content .main-primary:after, .main-content .main-secondary:after {
        clear: both
    }

@media (min-width:992px) {
    .main-content .main-primary, .main-content .main-secondary {
        padding-left: 0;
        width: 33%
    }
}

@media (max-width:767px) {
    .main-content .main-primary, .main-content .main-secondary {
        padding: 40px 5% 0
    }
}

.main-content .main-primary {
    padding-bottom: 40px
}

@media (max-width:767px) {
    .main-content .main-primary {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-content .main-primary {
        padding-bottom: 40px
    }
}

@media (min-width:992px) {
    .main-content .main-primary {
        float: left;
        padding-left: 9.5%;
        padding-right: 60px;
        padding-bottom: 40px;
        width: 71%
    }
}

@media (max-width:991px) {
    .main-content .main-secondary {
        padding-top: 20px
    }
}

@media (max-width:991px) {
    .main-content .main-secondary {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:992px) {
    .main-content .main-secondary {
        float: right;
        padding-left: 0;
        width: 29%
    }
}

.main-content .main-secondary > :last-child, .main-content .main-secondary > :only-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .main-content .main-secondary > :last-child, .main-content .main-secondary > :only-child {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    .main-content .main-secondary > :last-child, .main-content .main-secondary > :only-child {
        margin-bottom: 40px
    }
}

@media (max-width:991px) {
    .main-content .main-primary + .main-secondary {
        padding-top: 0;
        padding-bottom: 0
    }
}

.main-content .main-primary + .main-secondary > :last-child, .main-content .main-primary + .main-secondary > :only-child {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .main-content .main-primary + .main-secondary > :last-child, .main-content .main-primary + .main-secondary > :only-child {
        margin-bottom: 40px
    }
}

@media (min-width:992px) {
    .main-content .main-primary + .main-secondary > :last-child, .main-content .main-primary + .main-secondary > :only-child {
        margin-bottom: 50px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-content .main-secondary + .main-primary {
        padding-top: 30px
    }
}

@media (min-width:992px) {
    .main-content .main-secondary ~ .main-secondary {
        padding-top: 0
    }
}

@media (max-width:991px) {
    .main-content .main-secondary .local-nav--dropdown:not(:only-child), .main-content .main-secondary .local-nav-panel:not(:only-child), .main-content .main-secondary .local-nav:not(:only-child) {
        -ms-flex-order: 100;
        order: 100;
        margin-top: 40px;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .main-content .main-secondary .local-nav--dropdown:not(:only-child), .main-content .main-secondary .local-nav-panel:not(:only-child), .main-content .main-secondary .local-nav:not(:only-child) {
        margin-top: 20px
    }
}

a:not(.button) {
    transition: all .2s ease
}

    a:not(.button):after, a:not(.button):before {
        transition: all .2s ease
    }

h1 {
    color: #0066ba;
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 700
}

@media (max-width:767px) {
    h1 {
        font-size: 36px;
        font-size: 2.25rem
    }
}

h2, h3 {
    color: #0066ba;
    font-weight: 600
}

h2 {
    font-size: 40px;
    font-size: 2.5rem
}

@media (max-width:767px) {
    h2 {
        font-size: 27px;
        font-size: 1.6875rem
    }
}

h3 {
    font-size: 27px;
    font-size: 1.6875rem
}

@media (max-width:767px) {
    h3 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

h4, h5, h6 {
    color: #002f6d;
    font-weight: 700
}

    h4.Tree-collectionLabel, h5.Tree-collectionLabel, h6.Tree-collectionLabel {
        margin: 0
    }

h4 {
    font-size: 20px;
    font-size: 1.25rem
}

h5 {
    font-size: 16px;
    font-size: 1rem
}

h6 {
    font-size: 14px;
    font-size: .875rem
}

.lead {
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem
}

@media (max-width:767px) {
    .lead {
        font-size: 18px;
        font-size: 1.125rem
    }
}

input {
    border-radius: 0;
    -webkit-appearance: none
}

div[tabindex]:active, div[tabindex]:focus, span[tabindex]:active, span[tabindex]:focus {
    outline: 0
}

@font-face {
    font-family: iconfont;
    src: url(/fonts/iconfont.ttf?5fykqc) format("truetype"),url(/fonts/iconfont.woff?5fykqc) format("woff"),url(/fonts/iconfont.svg?5fykqc#iconfont) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: iconfont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-angle-down:before {
    content: "\e900"
}

.icon-angle-left:before {
    content: "\e901"
}

.icon-angle-right:before {
    content: "\e902"
}

.icon-angle-up:before {
    content: "\e903"
}

.icon-breadcrumb-bar:before {
    content: "---"
}

.icon-double-angle-left:before {
    content: "\e905"
}

.icon-double-angle-right:before {
    content: "\e906"
}

.icon-facebook:before {
    content: "\e907"
}

.icon-instagram:before {
    content: "\e908"
}

.icon-minus:before {
    content: "\e909"
}

.icon-plus:before {
    content: "\e90a"
}

.icon-search:before {
    content: "\e90b"
}

.icon-twitter:before {
    content: "\e90c"
}

.icon-youtube:before {
    content: "\e90d"
}

.abstract.abstract--profile .abstract-title h2 {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 0
}

.abstract.abstract--profile .abstract-description {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.abstract.abstract--profile .abstract-image {
    padding-top: 126%
}

.abstract {
    list-style: none
}

    .abstract > a {
        display: block;
        text-decoration: none
    }

        .abstract > a:focus h3, .abstract > a:focus h4, .abstract > a:hover h3, .abstract > a:hover h4 {
            text-decoration: underline
        }

        .abstract > a:focus .abstract-title > *, .abstract > a:hover .abstract-title > * {
            color: #0066ba;
            text-decoration: underline
        }

        .abstract > a:focus .abstract-body, .abstract > a:hover .abstract-body {
            text-decoration: none
        }

    .abstract .abstract-image, .abstract .abstract-video {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 67%;
        background-position: 50% 50% !important;
        background-repeat: no-repeat !important;
        background-size: cover !important
    }

        .abstract .abstract-image img, .abstract .abstract-video img {
            visibility: hidden
        }

        .abstract .abstract-image svg, .abstract .abstract-video svg {
            position: absolute;
            top: 0;
            left: 0;
            height: 40px;
            background: transparent;
            fill: #0066ba
        }

        .abstract .abstract-image iframe, .abstract .abstract-video iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%
        }

    .abstract .abstract-header-meta {
        color: #222;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        letter-spacing: .05em;
        margin-bottom: 10px;
        text-transform: uppercase
    }

@media (max-width:767px) {
    .abstract .abstract-header-meta {
        font-size: 13.3333px;
        font-size: .83333125rem;
        margin-bottom: 5px
    }
}

.abstract .abstract-title > * {
    transition: all .2s ease;
    color: #0066ba;
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0
}

.abstract .abstract-body {
    font-size: 18px;
    font-size: 1.125rem
}

    .abstract .abstract-body p:last-of-type {
        margin-bottom: 0
    }

.abstract .abstract-meta {
    color: #555;
    margin-bottom: 10px
}

.abstract .abstract-body-meta {
    font-weight: 700;
    margin-bottom: 10px
}

.abstract .abstract-description {
    padding-bottom: 20px
}

    .abstract .abstract-description .button--fancy, .abstract .abstract-description .button--fancy-inverse {
        display: inline-block
    }

@media (max-width:767px) {
    .abstract:not(.abstract--icon):not(.abstract--step):not(.abstract--search-result):not(.abstract--event) .abstract-image {
        width: 120%;
        margin-left: -40px
    }

    .abstract:not(.abstract--icon):not(.abstract--step):not(.abstract--search-result):not(.abstract--event) .abstract-title > * {
        margin-top: 20px
    }
}

.abstract.abstract--image-top .abstract-title > *, .abstract.abstract--portrait .abstract-title > * {
    margin-top: 20px
}

@media (min-width:768px) {
    .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) {
        position: relative;
        overflow: hidden
    }

        .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) .abstract-image {
            position: relative;
            width: 45%;
            height: 0;
            padding-top: 30%;
            margin-top: 40px
        }

        .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) .abstract-body, .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) .abstract-header {
            padding-left: calc(45% + 30px)
        }

        .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) .abstract-title > * {
            padding-top: 0
        }

        .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) .abstract-description {
            padding-bottom: 0
        }

    .abstract:not(.abstract--hasImage) .abstract-title > * {
        padding: 0 0 20px
    }

    .abstract:not(.abstract--hasImage) .abstract-description {
        padding: 0
    }
}

@media (min-width:768px) and (min-width:768px) {
    .abstract.abstract--hasImage:not(.abstract--image-top):not(.abstract--portrait):not(.abstract--icon):not(.abstract--step):not(.abstract--search-result) .abstract-image {
        float: left
    }
}

.abstract--event .abstract-body, .abstract--event .abstract-title {
    padding-left: 70px
}

@media (min-width:768px) {
    .abstract--event .abstract-body, .abstract--event .abstract-title {
        padding-left: 108px
    }
}

.abstract--event > a {
    min-height: 50px
}

@media (min-width:768px) {
    .abstract--event > a {
        min-height: 100px
    }
}

.abstract--event .abstract-title h3 {
    margin-bottom: 0;
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

@media (min-width:768px) {
    .abstract--event .abstract-title h3 {
        padding-top: 10px !important
    }
}

.abstract--event .abstract-body-meta {
    color: #555;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0
}

.abstract--event .abstract-event-date {
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    background: #0066ba;
    border: 1px solid #06a;
    padding: 4px 5px 0;
    position: relative
}

@media (min-width:768px) {
    .abstract--event .abstract-event-date {
        height: 76px;
        width: 76px;
        padding-top: 6px
    }
}

.abstract--event .abstract-event-date:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 6px solid #d9f0fa;
    border-bottom: 40px solid transparent;
    position: absolute;
    left: calc(100% + 1px);
    top: 5px
}

@media (min-width:768px) {
    .abstract--event .abstract-event-date:after {
        border-left-width: 10px;
        border-bottom-width: 56px;
        top: 10px
    }
}

.abstract--event .abstract-event-date .abstract-event-date-day, .abstract--event .abstract-event-date .abstract-event-date-month {
    display: block
}

.abstract--event .abstract-event-date .abstract-event-date-day {
    font-weight: 600;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px
}

@media (min-width:768px) {
    .abstract--event .abstract-event-date .abstract-event-date-day {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 36px
    }
}

.abstract--event .abstract-event-date .abstract-event-date-month {
    border-bottom: 1px solid #fff;
    font-size: 8px;
    font-size: .5rem;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0 5px 1px;
    padding-bottom: 2px
}

@media (min-width:768px) {
    .abstract--event .abstract-event-date .abstract-event-date-month {
        font-size: 14px;
        font-size: .875rem;
        margin: 4px 10px 2px;
        padding-bottom: 5px
    }
}

.abstract--event .abstract-event-date .abstract-event-date-year {
    visibility: hidden
}

.abstract--icon .abstract-image, .abstract--step .abstract-image {
    position: relative;
    display: inline-block;
    padding-top: 70px;
    background-size: 50% !important;
    background-color: #0066ba;
    width: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px #0066ba;
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 20px
}

.abstract.abstract--portrait .abstract-image {
    padding-top: 126%
}

.abstract--search-result .abstract-title > * {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 32px;
    padding-bottom: 6px !important
}

@media (max-width:767px) {
    .abstract--search-result .abstract-title > * {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.abstract--search-result .abstract-description {
    padding-bottom: 0
}

.abstract--search-result .abstract-footer {
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    margin-top: 6px
}

.abstract--step {
    margin-left: 37.5px;
    border-left: 3px solid #ffb600;
    border-bottom: .1px solid transparent;
    padding-left: 57.5px;
    position: relative;
    z-index: 1
}

    .abstract--step .abstract-image {
        position: absolute;
        margin-left: -95px;
        top: -5px;
        width: 75px;
        padding-top: 65px
    }

    .abstract--step .abstract-description, .abstract--step .abstract-header {
        border: 1px solid #0066ba
    }

    .abstract--step .abstract-header {
        border-bottom: none
    }

    .abstract--step .abstract-description {
        border-top: none;
        margin-bottom: 25px
    }

    .abstract--step .abstract-description, .abstract--step .abstract-title > * {
        padding: 25px 30px
    }

    .abstract--step .abstract-title > * {
        padding-bottom: 0
    }

    .abstract--step .abstract-description {
        padding-top: 10px
    }

    .abstract--step:after, .abstract--step:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 9px 9px 0;
        top: 33px;
        margin-left: -9px
    }

    .abstract--step:before {
        border-color: transparent #0066ba transparent transparent
    }

    .abstract--step:after {
        margin-left: -8px;
        border-color: transparent #fff transparent transparent
    }

@media (min-width:768px) {
    .abstract--step {
        padding-left: 75px
    }

        .abstract--step .abstract-image {
            margin-left: -115px;
            width: 80px;
            padding-top: 70px
        }
}

.panel-group {
    margin-bottom: 0
}

.main-content .main-primary > .accordion, .main-content .main-primary > .accordions, .main-content .main-primary > .panel-group, .main-content.single-column main > .accordion, .main-content.single-column main > .accordions, .main-content.single-column main > .panel-group {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .main-content .main-primary > .accordion, .main-content .main-primary > .accordions, .main-content .main-primary > .panel-group, .main-content.single-column main > .accordion, .main-content.single-column main > .accordions, .main-content.single-column main > .panel-group {
        margin-bottom: 40px
    }
}

.main-content .main-primary > .accordion.section, .main-content .main-primary > .accordions.section, .main-content .main-primary > .panel-group.section, .main-content.single-column main > .accordion.section, .main-content.single-column main > .accordions.section, .main-content.single-column main > .panel-group.section {
    padding-bottom: 0
}

.accordion .panel, .accordions .panel, .panel-group .panel {
    background: none;
    padding: 0;
    box-shadow: none
}

    .accordion .panel + .panel, .accordions .panel + .panel, .panel-group .panel + .panel {
        margin-top: 4px
    }

    .accordion .panel .panel-heading, .accordions .panel .panel-heading, .panel-group .panel .panel-heading {
        padding: 0 !important;
        background-color: #ffe299
    }

        .accordion .panel .panel-heading a, .accordions .panel .panel-heading a, .panel-group .panel .panel-heading a {
            padding: 24px 20px
        }

            .accordion .panel .panel-heading a[aria-expanded=true], .accordions .panel .panel-heading a[aria-expanded=true], .panel-group .panel .panel-heading a[aria-expanded=true] {
                text-decoration: none
            }

        .accordion .panel .panel-heading .panel-title, .accordions .panel .panel-heading .panel-title, .panel-group .panel .panel-heading .panel-title {
            font-size: 18px;
            font-size: 1.125rem;
            font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
            font-weight: 600;
            letter-spacing: inherit;
            margin-top: 0;
            margin-bottom: 0;
            display: block;
            line-height: 1.33333
        }

            .accordion .panel .panel-heading .panel-title a, .accordions .panel .panel-heading .panel-title a, .panel-group .panel .panel-heading .panel-title a {
                display: block;
                overflow: visible;
                padding: 18px 50px 18px 24px;
                position: relative;
                text-overflow: ellipsis
            }

                .accordion .panel .panel-heading .panel-title a:after, .accordion .panel .panel-heading .panel-title a:before, .accordions .panel .panel-heading .panel-title a:after, .accordions .panel .panel-heading .panel-title a:before, .panel-group .panel .panel-heading .panel-title a:after, .panel-group .panel .panel-heading .panel-title a:before {
                    content: "";
                    display: block;
                    margin-top: -2px;
                    position: absolute;
                    top: 50%;
                    right: 20px;
                    width: 15px;
                    height: 2px;
                    background-color: #555;
                    transform-origin: 50% 50%;
                    transition: all .25s
                }

@media (max-width:767px) {
    .accordion .panel .panel-heading .panel-title a:after, .accordion .panel .panel-heading .panel-title a:before, .accordions .panel .panel-heading .panel-title a:after, .accordions .panel .panel-heading .panel-title a:before, .panel-group .panel .panel-heading .panel-title a:after, .panel-group .panel .panel-heading .panel-title a:before {
        width: 16.66666667px
    }
}

.accordion .panel .panel-heading .panel-title a:before, .accordions .panel .panel-heading .panel-title a:before, .panel-group .panel .panel-heading .panel-title a:before {
    transform: rotate(0deg)
}

.accordion .panel .panel-heading .panel-title a:after, .accordions .panel .panel-heading .panel-title a:after, .panel-group .panel .panel-heading .panel-title a:after {
    transform: rotate(90deg)
}

.accordion .panel .panel-heading .panel-title a[aria-expanded=true]:after, .accordions .panel .panel-heading .panel-title a[aria-expanded=true]:after, .panel-group .panel .panel-heading .panel-title a[aria-expanded=true]:after {
    display: none
}

.accordion .panel .panel-body, .accordions .panel .panel-body, .panel-group .panel .panel-body {
    padding: 18px 24px;
    background: #fffbf0
}

.accordion .panel.panel-default .panel-title a:after, .accordion .panel.panel-default .panel-title a:before, .accordion .panel.panel-primary .panel-title a:after, .accordion .panel.panel-primary .panel-title a:before, .accordions .panel.panel-default .panel-title a:after, .accordions .panel.panel-default .panel-title a:before, .accordions .panel.panel-primary .panel-title a:after, .accordions .panel.panel-primary .panel-title a:before, .panel-group .panel.panel-default .panel-title a:after, .panel-group .panel.panel-default .panel-title a:before, .panel-group .panel.panel-primary .panel-title a:after, .panel-group .panel.panel-primary .panel-title a:before {
    background-color: #0066ba
}

.main-content .main-primary > .anything-grid, .main-content .main-primary > .events-list, .main-content.single-column main > .anything-grid, .main-content.single-column main > .events-list {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .main-content .main-primary > .anything-grid, .main-content .main-primary > .events-list, .main-content.single-column main > .anything-grid, .main-content.single-column main > .events-list {
        margin-bottom: 40px
    }
}

.main-content .main-primary > .anything-grid.section, .main-content .main-primary > .events-list.section, .main-content.single-column main > .anything-grid.section, .main-content.single-column main > .events-list.section {
    padding-bottom: 0
}

.anything-grid .section-header, .events-list .section-header {
    position: relative
}

@media (max-width:767px) {
    .anything-grid .section-header, .events-list .section-header {
        margin-top: 10px
    }
}

.anything-grid .section-header h2, .events-list .section-header h2 {
    margin-bottom: 40px
}

    .anything-grid .section-header h2 span, .events-list .section-header h2 span {
        font-weight: 400
    }

.anything-grid#search-results .section-header h2, .events-list#search-results .section-header h2 {
    color: #555;
    float: left;
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    margin-top: 0
}

.anything-grid .section-body + nav, .events-list .section-body + nav {
    margin-top: 40px
}

@media (max-width:767px) {
    .anything-grid .section-body + nav, .events-list .section-body + nav {
        border: 0;
        margin-top: 20px
    }
}

.anything-grid-links, .events-list-links {
    float: right
}

@media (max-width:767px) {
    .anything-grid-links, .events-list-links {
        float: none;
        clear: left
    }
}

.anything-grid-links .navs-header, .events-list-links .navs-header {
    display: inline-block
}

.anything-grid-more-link, .events-list-more-link {
    white-space: nowrap
}

    .anything-grid-more-link a, .events-list-more-link a {
        font-style: italic;
        padding: 0;
        line-height: 20px;
        text-decoration: none
    }

@media (max-width:767px) {
    .anything-grid-more-link a, .events-list-more-link a {
        font-size: 13.33333px;
        font-size: .833333125rem;
        line-height: 30px
    }
}

.anything-grid-more-link a:hover, .events-list-more-link a:hover {
    text-decoration: underline
}

@media (min-width:768px) {
    .anything-grid-refine-search, .events-list-refine-search {
        display: none
    }
}

.anything-grid-refine-search a, .events-list-refine-search a {
    color: #0066ba;
    float: right;
    text-transform: uppercase
}

    .anything-grid-refine-search a:focus, .anything-grid-refine-search a:hover, .events-list-refine-search a:focus, .events-list-refine-search a:hover {
        color: #0066ba;
        text-decoration: underline
    }

.anything-grid .list--grid li:last-of-type .abstract--search-result, .events-list .list--grid li:last-of-type .abstract--search-result {
    margin-bottom: 0
}

.anything-grid .list--grid li:last-of-type .abstract--hasImage:not(.abstract--step) .abstract-description, .events-list .list--grid li:last-of-type .abstract--hasImage:not(.abstract--step) .abstract-description {
    padding-bottom: 0
}

@media (min-width:768px) {
    .steps .anything-grid, .steps .events-list {
        position: relative
    }

        .steps .anything-grid:before, .steps .events-list:before {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 50%;
            height: 100%;
            border-right: 3px solid #ffb600
        }

        .steps .anything-grid .abstract.abstract--step, .steps .events-list .abstract.abstract--step {
            border: none
        }
}

@media (min-width:1100px) {
    .anything-grid .list--grid.list--grid-steps, .events-list .list--grid.list--grid-steps {
        padding: 0 80px
    }
}

.anything-grid .list--grid.list--grid-steps > li, .events-list .list--grid.list--grid-steps > li {
    margin-top: 0
}

    .anything-grid .list--grid.list--grid-steps > li:last-of-type .abstract, .events-list .list--grid.list--grid-steps > li:last-of-type .abstract {
        padding-bottom: 20px
    }

@media (min-width:768px) {
    .anything-grid .list--grid.list--grid-steps > li, .events-list .list--grid.list--grid-steps > li {
        margin-bottom: -100px
    }

        .anything-grid .list--grid.list--grid-steps > li:nth-of-type(odd), .events-list .list--grid.list--grid-steps > li:nth-of-type(odd) {
            padding-right: 50%
        }

            .anything-grid .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract.abstract--step, .events-list .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract.abstract--step {
                margin-left: 0;
                padding-left: 0;
                padding-right: 72px;
                position: relative
            }

                .anything-grid .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract.abstract--step .abstract-image, .events-list .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract.abstract--step .abstract-image {
                    margin-left: 0;
                    right: 0;
                    margin-right: -39.5px
                }

                .anything-grid .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract.abstract--step:after, .anything-grid .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract.abstract--step:before, .events-list .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract.abstract--step:after, .events-list .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract.abstract--step:before {
                    right: 63px;
                    border-width: 9px 0 9px 9px
                }

                .anything-grid .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract.abstract--step:before, .events-list .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract.abstract--step:before {
                    border-color: transparent transparent transparent #0066ba
                }

                .anything-grid .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract.abstract--step:after, .events-list .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract.abstract--step:after {
                    right: 64px;
                    border-color: transparent transparent transparent #fff
                }

        .anything-grid .list--grid.list--grid-steps > li:nth-of-type(2n), .events-list .list--grid.list--grid-steps > li:nth-of-type(2n) {
            padding-left: 50%
        }

            .anything-grid .list--grid.list--grid-steps > li:nth-of-type(2n) .abstract.abstract--step, .events-list .list--grid.list--grid-steps > li:nth-of-type(2n) .abstract.abstract--step {
                margin-left: 0
            }

        .anything-grid .list--grid.list--grid-steps > li .abstract--step .abstract-description, .anything-grid .list--grid.list--grid-steps > li .abstract--step .abstract-header, .events-list .list--grid.list--grid-steps > li .abstract--step .abstract-description, .events-list .list--grid.list--grid-steps > li .abstract--step .abstract-header {
            box-shadow: 10px 10px #d9f0fa;
            background: #fff;
            opacity: 1
        }

        .anything-grid .list--grid.list--grid-steps > li .abstract--step .abstract-description, .events-list .list--grid.list--grid-steps > li .abstract--step .abstract-description {
            margin-top: -1px
        }

        .anything-grid .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract--step > a:before, .events-list .list--grid.list--grid-steps > li:nth-of-type(odd) .abstract--step > a:before {
            position: absolute;
            content: "";
            right: 54px;
            top: 42px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 9px 0 9px 9px;
            border-color: transparent transparent transparent #d9f0fa
        }

        .anything-grid .list--grid.list--grid-steps > li:last-child, .events-list .list--grid.list--grid-steps > li:last-child {
            margin-bottom: 0
        }

            .anything-grid .list--grid.list--grid-steps > li:last-child .abstract--step, .events-list .list--grid.list--grid-steps > li:last-child .abstract--step {
                padding-bottom: 105px
            }
}

.breadcrumbs {
    list-style: none;
    font-size: 14px;
    font-size: .875rem;
    padding: 10px 9.5%;
    background: #0066ba
}

@media (max-width:767px) {
    .breadcrumbs {
        font-size: 16px;
        font-size: 1rem;
        padding: 13px 5%
    }
}

.breadcrumbs ol, .breadcrumbs ul {
    margin-bottom: 0;
    padding-left: 0
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none
}

    .breadcrumbs a:focus, .breadcrumbs a:hover {
        color: #ffb600;
        text-decoration: none
    }

.breadcrumbs li {
    display: inline;
    background: #0066ba;
    line-height: 30px;
    position: relative;
    vertical-align: top
}

@media (max-width:767px) {
    .breadcrumbs li {
        margin-left: 0;
        padding-left: 0
    }
}

.breadcrumbs li:first-child {
    padding-left: 0;
    margin-left: 0
}

.breadcrumbs li:last-child {
    padding-right: 0
}

@media (min-width:768px) {
    .breadcrumbs li:nth-of-type(n+2) {
        padding-left: 40px
    }

        .breadcrumbs li:nth-of-type(n+2):before {
            content: "---";
            color: #ffb600;
            font-size: 18px;
            line-height: 1em;
            position: absolute;
            left: 10px;
            top: 0
        }
}

@media (max-width:767px) {
    .breadcrumbs li:nth-last-of-type(2) a {
        display: inline-block;
        padding-left: 30px;
        position: relative
    }
}

@media (max-width:767px) {
    .breadcrumbs li:nth-last-of-type(2) a:before {
        content: "---";
        color: #ffb600;
        font-size: 20px;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media (max-width:767px) {
    .breadcrumbs li:not(:nth-last-of-type(2)) {
        display: none
    }
}

.breadcrumbs li[aria-current=page] {
    color: #fff;
    font-weight: 700
}

.button, .button--generic {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    display: inline-block;
    padding: 16px 24px;
    font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400;
    color: #fff;
    background: #0066ba
}

    .button:focus, .button:hover {
        background: #005296;
        color: #fff;
        cursor: pointer;
        text-decoration: none
    }

.button--fancy-inverse.button--fancy-inverse {
    color: #fff !important;
    font-weight: 400
}

    .button--fancy-inverse.button--fancy-inverse:focus, .button--fancy-inverse.button--fancy-inverse:hover {
        color: #fff !important
    }

.button--fancy, .button--fancy-inverse {
    background: none;
    color: #0066ba;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    padding: 10px 0;
    position: relative
}

    .button--fancy-inverse:after, .button--fancy:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        border-bottom: 3px solid #ffb600;
        transition: all .8s cubic-bezier(.58,.3,.005,1)
    }

    .button--fancy-inverse:focus, .button--fancy-inverse:hover, .button--fancy:focus, .button--fancy:hover {
        background: none;
        color: #0066ba;
        cursor: pointer;
        text-decoration: none
    }

        .button--fancy-inverse:focus:after, .button--fancy-inverse:hover:after, .button--fancy:focus:after, .button--fancy:hover:after {
            animation: slide-out-slide-in .8s cubic-bezier(.18,.43,.01,.96) 0s 1
        }

@keyframes slide-out-slide-in {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(100%)
    }

    50.02% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

.button--internal-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 54px;
    position: relative;
    text-align: left;
    max-width: 100%
}

    .button--internal-link:after {
        content: "\e902";
        font-family: iconfont;
        font-size: 12px;
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%)
    }

.event-cta {
    display: table;
    position: relative;
    border: 2px solid #0066ba;
    box-shadow: 10px 10px #d9f0fa;
    padding: 24px 36px;
    margin-bottom: 36px;
    width: 100%
}

@media (min-width:768px) {
    .event-cta__info {
        display: table-cell;
        vertical-align: top;
        width: 100%
    }
}

.event-cta__info .abstract--event .abstract-event-date:after {
    display: none
}

@media (min-width:768px) {
    .event-cta__info .abstract--event .abstract-body, .event-cta__info .abstract--event .abstract-title {
        padding-left: 100px
    }
}

@media (min-width:768px) {
    .event-cta__link {
        display: table-cell;
        vertical-align: top
    }
}

.event-cta__link a {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width:768px) {
    .event-cta__link a {
        margin-top: 12px;
        margin-left: 36px
    }
}

.event-cta__link a:after {
    content: "\e902";
    font-family: iconfont;
    font-size: 12px;
    font-size: .75rem;
    padding-left: .75em
}

.factoid {
    color: #002f6d;
    text-align: center
}

.factoid__data {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 700;
    font-family: Source Serif Pro,Times New Roman,Times,serif
}

@media (max-width:1199px) {
    .factoid__data {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media (max-width:767px) {
    .factoid__data {
        font-size: 36px;
        font-size: 2.25rem
    }
}

.factoid__label {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase
}

@media (max-width:767px) {
    .factoid__label {
        font-size: 16px;
        font-size: 1rem
    }
}

.key-facts--grid .factoid__label {
    font-size: 16px;
    font-size: 1rem
}

.featured-banner {
    position: relative;
    color: #fff;
    background: #0066ba
}

@media (max-width:767px) {
    .featured-banner .featured-banner__container {
        padding-bottom: 50%;
        display: table
    }

        .featured-banner .featured-banner__container .featured-banner__panel {
            display: table-header-group
        }
}

.featured-banner .featured-banner__container .featured-banner__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 40%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width:991px) {
    .featured-banner .featured-banner__container .featured-banner__image {
        max-width: none;
        width: 50%
    }
}

@media (max-width:767px) {
    .featured-banner .featured-banner__container .featured-banner__image {
        background-color: #0066ba;
        width: 100%;
        height: 60%;
        position: absolute;
        top: auto
    }
}

.featured-banner .featured-banner__container .featured-banner__image img {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.featured-banner .featured-banner__container .featured-banner__panel {
    padding-right: 0
}

    .featured-banner .featured-banner__container .featured-banner__panel .panel {
        width: 100%;
        padding: 30px 45% 30px 0
    }

@media (max-width:991px) {
    .featured-banner .featured-banner__container .featured-banner__panel .panel {
        padding-right: calc(45vw - 24px);
        padding-bottom: 30px
    }
}

@media (max-width:767px) {
    .featured-banner .featured-banner__container .featured-banner__panel .panel {
        padding-top: 0;
        padding-right: 0
    }
}

.featured-banner .featured-banner__container .panel {
    margin-bottom: 0;
    background: #0066ba;
    box-shadow: none;
    width: 50%
}

@media (max-width:991px) {
    .featured-banner .featured-banner__container .panel {
        width: 100%
    }
}

.featured-banner .featured-banner__container .panel .panel-title {
    font-family: Source Serif Pro,Times New Roman,Times,serif;
    font-weight: 600
}

.featured-banner .featured-banner__container .panel .panel-body, .featured-banner .featured-banner__container .panel .panel-heading {
    padding: 0
}

    .featured-banner .featured-banner__container .panel .panel-body .rich-text h2, .featured-banner .featured-banner__container .panel .panel-body .rich-text h3, .featured-banner .featured-banner__container .panel .panel-body .rich-text h4, .featured-banner .featured-banner__container .panel .panel-body .rich-text h5, .featured-banner .featured-banner__container .panel .panel-body .rich-text h6, .featured-banner .featured-banner__container .panel .panel-heading h2, .featured-banner .featured-banner__container .panel .panel-heading h3, .featured-banner .featured-banner__container .panel .panel-heading h4, .featured-banner .featured-banner__container .panel .panel-heading h5, .featured-banner .featured-banner__container .panel .panel-heading h6 {
        color: #fff;
        letter-spacing: normal;
        line-height: 1.1;
        margin-bottom: 16px;
        text-transform: none
    }

    .featured-banner .featured-banner__container .panel .panel-body .rich-text h2, .featured-banner .featured-banner__container .panel .panel-heading h2 {
        font-size: 27px;
        font-size: 1.6875rem
    }

    .featured-banner .featured-banner__container .panel .panel-body .rich-text > div > h2:first-of-type, .featured-banner .featured-banner__container .panel .panel-body .rich-text > h2:first-of-type, .featured-banner .featured-banner__container .panel .panel-heading > div > h2:first-of-type, .featured-banner .featured-banner__container .panel .panel-heading > h2:first-of-type {
        margin-top: 0
    }

    .featured-banner .featured-banner__container .panel .panel-body .rich-text .lead, .featured-banner .featured-banner__container .panel .panel-body .rich-text a, .featured-banner .featured-banner__container .panel .panel-heading .lead, .featured-banner .featured-banner__container .panel .panel-heading a {
        font-size: 16px;
        font-size: 1rem
    }

    .featured-banner .featured-banner__container .panel .panel-body .rich-text .lead, .featured-banner .featured-banner__container .panel .panel-heading .lead {
        margin-bottom: 16px
    }

    .featured-banner .featured-banner__container .panel .panel-body .rich-text a, .featured-banner .featured-banner__container .panel .panel-heading a {
        color: #fff
    }

.featured-banner--contain .featured-banner__container {
    position: relative
}

@media (max-width:767px) {
    .featured-banner--contain .featured-banner__container {
        padding-bottom: 0
    }
}

.featured-banner--contain .featured-banner__container .featured-banner__image {
    background-size: contain;
    background-position: 50%;
    position: absolute
}

@media (max-width:767px) {
    .featured-banner--contain .featured-banner__container .featured-banner__image {
        background-image: none !important;
        position: relative
    }

        .featured-banner--contain .featured-banner__container .featured-banner__image img {
            position: static;
            width: 100%;
            height: auto;
            margin: 20px 0 0
        }
}

@media (max-width:991px) {
    .featured-banner--contain .featured-banner__container .featured-banner__panel .panel {
        padding-bottom: 10px
    }
}

.main-content .main-primary > .featured-content, .main-content.single-column main > .featured-content {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .main-content .main-primary > .featured-content, .main-content.single-column main > .featured-content {
        margin-bottom: 40px
    }
}

.main-content .main-primary > .featured-content.section, .main-content.single-column main > .featured-content.section {
    padding-bottom: 0
}

.featured-content__container {
    position: relative
}

.featured-content__image {
    background-size: cover;
    background-position: top;
    margin-left: -5vw;
    padding-top: 100vw;
    height: 0;
    width: 100vw
}

@media (min-width:992px) and (max-width:1199px) {
    .featured-content__image {
        width: 60%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .featured-content__image {
        width: 50%
    }
}

@media (min-width:1200px) {
    .featured-content__image {
        width: 65%
    }
}

@media (min-width:768px) {
    .featured-content__image {
        margin: 0;
        padding-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%
    }
}

.featured-content__image img {
    height: 1px;
    width: 1px;
    visibility: hidden
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage {
    display: table;
    padding-right: 788.16px;
    min-height: 720px;
    width: 100%;
    max-width: 100%
}

@media (max-width:1440px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-right: calc(52.65vw + 30px)
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-right: calc(48.6vw + 30px)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-right: calc(40.5vw + 30px)
    }
}

@media (max-width:767px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        display: block;
        min-height: auto;
        padding-right: 0;
        width: 100%
    }
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage > div {
    display: table-cell;
    vertical-align: middle
}

@media (max-width:767px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage > div {
        display: block
    }
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__heading {
    font-size: 60px;
    font-size: 3.75rem;
    margin-top: 10px;
    position: relative;
    padding-left: 20px
}

@media (max-width:767px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__heading {
        font-size: 36px;
        font-size: 2.25rem;
        margin-top: 0
    }
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__heading.featured-content__heading-hasImage {
    height: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 50%;
    position: relative
}

@media (max-width:767px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__heading.featured-content__heading-hasImage {
        padding-top: 35%
    }
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__content {
    background-image: url(/assets/img/featured-content-image-shape.svg);
    position: relative
}

@media (min-width:768px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__content {
        margin-left: -25px;
        margin-right: -125px
    }
}

@media (max-width:767px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__content {
        margin-top: -60px
    }
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__content > div {
    padding: 25px 30px
}

@media (min-width:768px) {
    .featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__links {
        margin-top: 10px
    }
}

.featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__links a {
    margin: 0 auto
}

    .featured-content .featured-content__content-container.featured-content__content-container-hasImage .featured-content__links a:nth-of-type(n+2) {
        margin-top: 20px
    }

.featured-content__content-container {
    position: relative
}

.featured-content__heading {
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 1
}

@media (max-width:767px) {
    .featured-content__heading {
        margin-bottom: 15px
    }
}

.featured-content__heading.featured-content__heading-hasImage {
    margin-bottom: 10px
}

.featured-content__heading img {
    padding-left: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

@media (max-width:767px) {
    .featured-content__heading img {
        padding-left: 15%;
        padding-right: 15%
    }
}

.featured-content__content {
    background-image: url(/assets/img/featured-content-no-image-shape.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 25px;
    margin-left: -25px;
    margin-right: -25px
}

@media (max-width:767px) {
    .featured-content__content {
        background: none !important;
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0;
        padding: 0
    }
}

.featured-content__content > div {
    background-color: #ffb600;
    padding: 50px
}

@media (max-width:767px) {
    .featured-content__content > div {
        padding: 25px
    }
}

.featured-content__links {
    margin-top: 15px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .featured-content__links {
        margin-top: 20px;
        margin-bottom: 0
    }
}

.featured-content__links a {
    display: block;
    max-width: 300px
}

@media (max-width:767px) {
    .featured-content__links a {
        max-width: none
    }
}

.featured-content__links a:nth-of-type(n+2) {
    margin-top: 20px
}

.featured-content--content-right.featured-content.featured-content .featured-content__image, .featured-content--key-facts.featured-content.featured-content .featured-content__image {
    right: auto;
    left: 0
}

.featured-content--content-right.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage, .featured-content--key-facts.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage {
    padding-right: 0;
    padding-left: 788.16px
}

@media (max-width:1440px) {
    .featured-content--content-right.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage, .featured-content--key-facts.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-left: calc(52.65vw + 30px)
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .featured-content--content-right.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage, .featured-content--key-facts.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-left: calc(48.6vw + 30px)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .featured-content--content-right.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage, .featured-content--key-facts.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-left: calc(40.5vw + 30px)
    }
}

@media (max-width:767px) {
    .featured-content--content-right.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage, .featured-content--key-facts.featured-content.featured-content .featured-content__content-container.featured-content__content-container-hasImage {
        padding-left: 0
    }
}

.featured-content--content-right.featured-content.featured-content .featured-content__content, .featured-content--key-facts.featured-content.featured-content .featured-content__content {
    background-image: url(/assets/img/featured-content-image-left-shape.svg)
}

@media (min-width:768px) {
    .featured-content--content-right.featured-content.featured-content .featured-content__content, .featured-content--key-facts.featured-content.featured-content .featured-content__content {
        margin-right: -25px;
        margin-left: -125px
    }
}

.featured-content--content-right.featured-content.featured-content .featured-content__heading, .featured-content--key-facts.featured-content.featured-content .featured-content__heading {
    padding-left: 0
}

@media (min-width:768px) {
    .featured-content--content-right.featured-content.featured-content .featured-content__heading img, .featured-content--key-facts.featured-content.featured-content .featured-content__heading img {
        padding-right: 20px;
        padding-left: 0
    }
}

.featured-content--key-facts-left.featured-content.featured-content .featured-content__content {
    background-image: url(/assets/img/featured-content-image-left-shape.svg)
}

@media (min-width:768px) {
    .featured-content--key-facts-left.featured-content.featured-content .featured-content__content {
        padding: 40px;
        margin: -40px -140px -20px -40px
    }
}

@media (min-width:768px) {
    .featured-content--key-facts.featured-content.featured-content .featured-content__content {
        padding: 40px;
        margin: -40px -40px -20px -140px
    }
}

.featured-content.featured-content--search-banner {
    position: relative;
    z-index: 1
}

.page-banner + .featured-content.featured-content--search-banner {
    margin-top: -120px;
    padding-top: 0
}

@media (max-width:767px) {
    .page-banner + .featured-content.featured-content--search-banner {
        margin-top: -60px
    }
}

.featured-content.featured-content--search-banner .featured-content__content-container:after, .featured-content.featured-content--search-banner .featured-content__content-container:before {
    content: " ";
    display: table
}

.featured-content.featured-content--search-banner .featured-content__content-container:after {
    clear: both
}

.featured-content.featured-content--search-banner .featured-content__content {
    background-image: url(/assets/img/featured-content-search-banner.svg);
    background-size: 100% calc(100% - 25px);
    padding-bottom: 0
}

@media (min-width:992px) {
    .featured-content.featured-content--search-banner .featured-content__content {
        float: left;
        width: 65%
    }
}

.featured-content.featured-content--search-banner .featured-content__content > div {
    background-color: transparent;
    padding: 0
}

.featured-content.featured-content--search-banner .featured-content__links:after, .featured-content.featured-content--search-banner .featured-content__links:before {
    content: " ";
    display: table
}

.featured-content.featured-content--search-banner .featured-content__links:after {
    clear: both
}

@media (min-width:992px) {
    .featured-content.featured-content--search-banner .featured-content__links {
        float: left;
        position: absolute;
        right: 0;
        top: 120px;
        width: 35%
    }
}

@media (min-width:992px) {
    .featured-content.featured-content--search-banner .featured-content__links a {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:991px) {
    .featured-content.featured-content--search-banner .featured-content__links a {
        max-width: none;
        width: 100%
    }
}

.featured-content.featured-content--search-questions {
    margin-bottom: -200px;
    padding-bottom: 0;
    position: relative;
    z-index: 2
}

@media (max-width:767px) {
    .featured-content.featured-content--search-questions {
        margin-bottom: -80px
    }
}

.steps + .featured-content.featured-content--search-questions {
    margin-top: -60px;
    padding-top: 0
}

@media (max-width:767px) {
    .steps + .featured-content.featured-content--search-questions {
        margin-top: 0
    }
}

.featured-content.featured-content--search-questions .featured-content__content-container {
    margin: 0 auto;
    max-width: 720px
}

    .featured-content.featured-content--search-questions .featured-content__content-container:after, .featured-content.featured-content--search-questions .featured-content__content-container:before {
        content: " ";
        display: table
    }

    .featured-content.featured-content--search-questions .featured-content__content-container:after {
        clear: both
    }

.featured-content.featured-content--search-questions .featured-content__content {
    background-image: url(/assets/img/featured-content-search-questions.svg)
}

@media (min-width:768px) {
    .featured-content.featured-content--search-questions .featured-content__content {
        padding: 30px 60px 15px
    }
}

.featured-content.featured-content--search-questions .featured-content__content > div {
    background-color: transparent;
    padding: 0
}

.featured-footer {
    clear: both;
    overflow: hidden;
    position: relative;
    padding-top: 69px
}

    .featured-footer:after, .featured-footer:before {
        content: " ";
        display: table
    }

    .featured-footer:after {
        clear: both
    }

    .featured-footer h2, .featured-footer h3, .featured-footer h4, .featured-footer h5, .featured-footer h6 {
        color: #002f6d;
        position: relative;
        float: left;
        font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        letter-spacing: .05em;
        line-height: 20px;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 10px;
        padding-right: 10px
    }

        .featured-footer h2 img, .featured-footer h3 img, .featured-footer h4 img, .featured-footer h5 img, .featured-footer h6 img {
            max-width: 165px;
            padding-bottom: 15px
        }

    .featured-footer .rich-text h3 {
        margin-bottom: 0
    }

    .featured-footer .featured-footer--content {
        background-color: #d9f0fa;
        position: relative;
        padding: 120px 9.5% 80px
    }

        .featured-footer .featured-footer--content:after, .featured-footer .featured-footer--content:before {
            content: " ";
            display: table
        }

        .featured-footer .featured-footer--content:after {
            clear: both
        }

@media (max-width:767px) {
    .featured-footer .featured-footer--content {
        padding: 40px 5%
    }
}

.featured-footer .featured-footer--content-column {
    color: #0066ba
}

    .featured-footer .featured-footer--content-column a {
        color: #0066ba;
        text-decoration: underline
    }

        .featured-footer .featured-footer--content-column a:focus, .featured-footer .featured-footer--content-column a:hover {
            text-decoration: none
        }

    .featured-footer .featured-footer--content-column:first-child .featured-footer--content-body {
        padding-left: 67px
    }

@media (max-width:991px) {
    .featured-footer .featured-footer--content-column:first-child .featured-footer--content-body {
        padding-left: 0
    }
}

.featured-footer .featured-footer--content-column:first-child h2, .featured-footer .featured-footer--content-column:first-child h3, .featured-footer .featured-footer--content-column:first-child h4, .featured-footer .featured-footer--content-column:first-child h5, .featured-footer .featured-footer--content-column:first-child h6 {
    margin-bottom: 0;
    padding-right: 0
}

.featured-footer .featured-footer--content-column:first-child .rich-text {
    color: #002f6d
}

.featured-footer .featured-footer--content-column:first-child {
    width: 31%
}

@media (max-width:767px) {
    .featured-footer .featured-footer--content-column:first-child {
        width: 100%
    }
}

.featured-footer .featured-footer--content-column:not(:first-child) {
    width: 23%
}

@media (max-width:767px) {
    .featured-footer .featured-footer--content-column:not(:first-child) {
        width: 100%
    }
}

.featured-footer .featured-footer--content-heading {
    overflow: hidden;
    width: 100%
}

    .featured-footer .featured-footer--content-heading:after, .featured-footer .featured-footer--content-heading:before {
        content: " ";
        display: table
    }

    .featured-footer .featured-footer--content-heading:after {
        clear: both
    }

@media (min-width:768px) {
    .featured-footer .featured-footer--content-heading {
        padding-bottom: 15px
    }
}

.featured-footer .featured-footer--content-body {
    clear: both
}

    .featured-footer .featured-footer--content-body .rich-text {
        font-size: 14px;
        font-size: .875rem
    }

        .featured-footer .featured-footer--content-body .rich-text a {
            text-decoration: none
        }

            .featured-footer .featured-footer--content-body .rich-text a:focus, .featured-footer .featured-footer--content-body .rich-text a:hover {
                text-decoration: underline
            }

        .featured-footer .featured-footer--content-body .rich-text ul {
            padding-left: 0
        }

        .featured-footer .featured-footer--content-body .rich-text li {
            list-style-type: none
        }

        .featured-footer .featured-footer--content-body .rich-text > :last-child:not(address) {
            padding-bottom: 0;
            margin-bottom: 0
        }

        .featured-footer .featured-footer--content-body .rich-text > :first-child.list--pointer {
            margin-top: -5px
        }

        .featured-footer .featured-footer--content-body .rich-text > :last-child.list--pointer {
            margin-bottom: -5px
        }

    .featured-footer .featured-footer--content-body .social-connect {
        margin-top: 20px
    }

        .featured-footer .featured-footer--content-body .social-connect a {
            text-decoration: none
        }

            .featured-footer .featured-footer--content-body .social-connect a:focus, .featured-footer .featured-footer--content-body .social-connect a:hover {
                color: #002f6d
            }

            .featured-footer .featured-footer--content-body .social-connect a .social-connect-icon {
                font-size: 25px;
                font-size: 1.5625rem
            }

.featured-footer .call-to-action-button {
    margin-top: 10px
}

@media (min-width:768px) {
    .featured-footer {
        padding-top: 139px
    }
}

.featured-footer:after, .featured-footer:before {
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 1;
    z-index: 1
}

.featured-footer:before {
    background: none;
    border-width: 70px 0 0 100px;
    border-color: transparent transparent transparent #d9f0fa
}

@media (min-width:768px) {
    .featured-footer:before {
        border-width: 140px 0 0 200px
    }
}

@media (min-width:992px) {
    .featured-footer:before {
        border-width: 140px 0 0 300px
    }
}

@media (min-width:1200px) {
    .featured-footer:before {
        border-width: 140px 0 0 400px
    }
}

.featured-footer:after {
    left: 100px;
    border-width: 0 0 70px 700px;
    border-color: transparent transparent #d9f0fa
}

@media (min-width:768px) {
    .featured-footer:after {
        left: 200px;
        border-width: 0 0 140px 792px
    }
}

@media (min-width:992px) {
    .featured-footer:after {
        left: 300px;
        border-width: 0 0 140px 900px
    }
}

@media (min-width:1200px) {
    .featured-footer:after {
        left: 400px;
        border-width: 0 0 140px 1040px
    }
}

.featured-footer--homepage {
    height: 600px;
    margin-top: -150px
}

@media (max-width:767px) {
    .featured-footer--homepage {
        margin-top: 0;
        height: auto
    }
}

@media (min-width:768px) {
    .featured-footer--homepage {
        border-top: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .featured-footer--homepage {
        height: 600px
    }
}

.featured-footer--homepage .featured-footer--background {
    background: url(/assets/img/featured-footer.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    transform: none;
    bottom: 0;
    left: 0;
    height: 600px;
    width: 100%
}

@media (max-width:767px) {
    .featured-footer--homepage .featured-footer--background {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .featured-footer--homepage .featured-footer--background {
        height: 600px
    }
}

@media (max-width:767px) {
    .featured-footer--homepage .featured-footer--overlay {
        display: none
    }
}

.featured-footer--homepage .featured-footer--overlay:after, .featured-footer--homepage .featured-footer--overlay:before {
    content: "";
    position: absolute;
    width: 100%
}

.featured-footer--homepage .featured-footer--overlay:before {
    background: linear-gradient(0deg,transparent,#0066ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0066ba",endColorstr="#00000000",GradientType=0);
    top: 0;
    height: 200px;
    left: 0
}

@media (max-width:767px) {
    .featured-footer--homepage .featured-footer--overlay:before {
        background: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .featured-footer--homepage .featured-footer--overlay:before {
        height: 100px
    }
}

.featured-footer--homepage .featured-footer--overlay:after {
    background: linear-gradient(180deg,transparent,#064646 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#ff064646",GradientType=0);
    bottom: 0;
    height: 200px;
    left: 0
}

@media (max-width:767px) {
    .featured-footer--homepage .featured-footer--overlay:after {
        background: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .featured-footer--homepage .featured-footer--overlay:after {
        height: 100px
    }
}

@media (min-width:768px) {
    .featured-footer--homepage .featured-footer--content {
        background: none;
        padding-top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
}

.featured-links__cols [class^=col-] {
    background: #fff4d9;
    padding: 35px 40px 25px
}

@media (max-width:767px) {
    .featured-links__cols [class^=col-] {
        padding-left: calc(5% + 10px);
        padding-right: calc(5% + 10px)
    }
}

.featured-links__cols [class^=col-]:nth-child(2) {
    background: #ffe9b3
}

@media (min-width:768px) and (max-width:991px) {
    .featured-links__cols [class^=col-]:after, .featured-links__cols [class^=col-]:before {
        content: " ";
        display: table
    }

    .featured-links__cols [class^=col-]:after {
        clear: both
    }
}

.featured-links__cols [class^=col-] h2, .featured-links__cols [class^=col-] h3 {
    font-size: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
    color: #002f6d;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative
}

    .featured-links__cols [class^=col-] h2:before, .featured-links__cols [class^=col-] h3:before {
        content: "";
        width: 50px;
        border-top: 3px solid #ffb600;
        position: absolute;
        bottom: -12px;
        left: 0
    }

.featured-links__cols [class^=col-] .rich-text {
    padding-bottom: 10px
}

    .featured-links__cols [class^=col-] .rich-text ul {
        padding-left: 0
    }

@media (min-width:768px) {
    .featured-links__intro-container {
        min-height: 300px;
        display: table
    }
}

@media (min-width:768px) {
    .featured-links__intro {
        display: table-cell;
        vertical-align: bottom
    }
}

.featured-links__intro h2 {
    margin: 0;
    padding-bottom: 30px
}

@media (max-width:767px) {
    .featured-links__intro h2 {
        padding-bottom: 20px
    }
}

@media (max-width:991px) {
    .featured-links__intro h2 img {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .featured-links__intro h2 img {
        margin-left: auto;
        margin-right: auto
    }
}

.featured-links__img {
    position: relative
}

@media (min-width:768px) {
    .featured-links__img {
        min-height: 300px
    }
}

.featured-links__img img {
    position: absolute;
    bottom: 0;
    max-height: 100%
}

@media (min-width:768px) {
    .featured-links__img img {
        right: -4.75%
    }
}

@media (max-width:991px) {
    .featured-links__img img {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .featured-links__img img {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding-top: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .featured-links li {
        width: 50%;
        float: left
    }
}

.featured-links .list {
    margin-bottom: 0
}

    .featured-links .list li {
        font-size: 16px;
        font-size: 1rem;
        padding-bottom: 12px
    }

@media (max-width:767px) {
    .featured-links .container {
        margin-left: -5vw;
        margin-right: -5vw
    }
}

.featured-search__content {
    background-color: #ffb600;
    color: #002f6d;
    margin-bottom: 10px;
    padding: 30px;
    position: relative;
    z-index: 1
}

    .featured-search__content:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 60px;
        height: 0;
        width: 0;
        border-top: 20px solid #ffb600;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent
    }

.featured-search__heading {
    color: #002f6d;
    font-family: Source Serif Pro,Times New Roman,Times,serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .featured-search__heading {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 15px
    }
}

.featured-search__body {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .featured-search__body {
        line-height: 1.7
    }
}

@media (max-width:767px) {
    .featured-search__body {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 15px
    }
}

.featured-search__body > * {
    margin-bottom: 0
}

.featured-search__footer {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width:767px) {
    .featured-search__footer {
        font-size: 16px;
        font-size: 1rem
    }
}

.featured-search__search .site-search {
    display: block
}

    .featured-search__search .site-search .site-search__form {
        width: 100%
    }

.featured-search.featured-search--questions .featured-search__content {
    background-color: #0066ba;
    color: #fff
}

    .featured-search.featured-search--questions .featured-search__content:after {
        border-top-color: #0066ba
    }

.featured-search.featured-search--questions .featured-search__heading {
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: none
}

@media (max-width:767px) {
    .featured-search.featured-search--questions .featured-search__heading {
        font-size: 27px;
        font-size: 1.6875rem
    }
}

@media (min-width:768px) {
    .figure-caption {
        margin-bottom: 10px
    }
}

.figure-caption figcaption {
    font-size: 13.33333px;
    font-size: .833333125rem;
    font-style: italic;
    line-height: 20px;
    padding-top: 10px
}

.main-content > .figure-caption figcaption, .main-content > .scLooseFrameZone > .figure-caption figcaption {
    margin-left: 9.5%
}

@media (max-width:767px) {
    .main-content > .figure-caption figcaption, .main-content > .scLooseFrameZone > .figure-caption figcaption {
        margin-left: 5%
    }
}

.footer {
    background: #002f6d;
    line-height: 2em;
    padding: 5px 0;
    font-size: 12px;
    font-size: .75rem
}

    .footer:after, .footer:before {
        content: " ";
        display: table
    }

    .footer:after {
        clear: both
    }

    .footer .footer-links {
        float: right;
        padding-right: 9.5%
    }

    .footer .footer-links-list {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .footer .footer-links-list > li {
            display: inline-block
        }

            .footer .footer-links-list > li:not(:last-child):after {
                content: " | ";
                color: #fff
            }

        .footer .footer-links-list a:link, .footer .footer-links-list a:visited {
            color: #fff;
            text-decoration: none
        }

        .footer .footer-links-list a:focus, .footer .footer-links-list a:hover {
            text-decoration: underline
        }

@media (max-width:767px) {
    .footer .footer-links-list a {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

.footer .footer-copyright {
    float: left;
    color: #fff;
    padding-left: 9.5%
}

.footer .footer-social {
    float: right;
    line-height: 2em;
    padding-right: 9.5%
}

@media (max-width:767px) {
    .footer .footer-social {
        float: none;
        line-height: 1.5em;
        padding: 5px 5% 10px
    }
}

.footer .footer-social .social-connect-icon:before {
    color: #fff
}

.footer .footer-social .social-connect-body {
    margin-bottom: 0
}

.footer .footer-social a:hover .social-connect-icon:before {
    color: #ffb600
}

@media (max-width:991px) {
    .footer {
        padding: 10px 5%
    }

        .footer .footer-copyright, .footer .footer-links {
            width: 100%;
            text-align: center
        }

        .footer .footer-links {
            float: none;
            padding-right: 0
        }

        .footer .footer-copyright {
            width: 100%;
            padding-left: 0
        }
}

.forms-required {
    font-weight: 400;
    margin-bottom: 20px
}

.forms abbr[class=required] {
    border-bottom: 0;
    color: #0066ba;
    font-weight: 400;
    text-decoration: none
}

@media (min-width:768px) {
    .forms abbr[class=required] {
        font-size: 150%
    }
}

.forms input[type=submit], .forms label {
    margin-top: 20px
}

.forms label {
    display: block;
    margin-bottom: 5px
}

.forms .form-control:not(select) {
    border: 1px solid rgba(0,0,0,.25);
    box-shadow: inset 0 .125em 0 0 rgba(0,0,0,.05);
    padding: .5em .75em
}

.forms input[type=date], .forms input[type=email], .forms input[type=number], .forms input[type=password], .forms input[type=tel], .forms input[type=text], .forms select {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 40px
}

    .forms input[type=date]:focus, .forms input[type=email]:focus, .forms input[type=number]:focus, .forms input[type=password]:focus, .forms input[type=tel]:focus, .forms input[type=text]:focus, .forms select:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .forms input[type=date]::-moz-placeholder, .forms input[type=email]::-moz-placeholder, .forms input[type=number]::-moz-placeholder, .forms input[type=password]::-moz-placeholder, .forms input[type=tel]::-moz-placeholder, .forms input[type=text]::-moz-placeholder, .forms select::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .forms input[type=date]:-ms-input-placeholder, .forms input[type=email]:-ms-input-placeholder, .forms input[type=number]:-ms-input-placeholder, .forms input[type=password]:-ms-input-placeholder, .forms input[type=tel]:-ms-input-placeholder, .forms input[type=text]:-ms-input-placeholder, .forms select:-ms-input-placeholder {
        color: #999
    }

    .forms input[type=date]::-webkit-input-placeholder, .forms input[type=email]::-webkit-input-placeholder, .forms input[type=number]::-webkit-input-placeholder, .forms input[type=password]::-webkit-input-placeholder, .forms input[type=tel]::-webkit-input-placeholder, .forms input[type=text]::-webkit-input-placeholder, .forms select::-webkit-input-placeholder {
        color: #999
    }

    .forms input[type=date]::-ms-expand, .forms input[type=email]::-ms-expand, .forms input[type=number]::-ms-expand, .forms input[type=password]::-ms-expand, .forms input[type=tel]::-ms-expand, .forms input[type=text]::-ms-expand, .forms select::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .forms input[type=date][disabled], .forms input[type=date][readonly], .forms input[type=email][disabled], .forms input[type=email][readonly], .forms input[type=number][disabled], .forms input[type=number][readonly], .forms input[type=password][disabled], .forms input[type=password][readonly], .forms input[type=tel][disabled], .forms input[type=tel][readonly], .forms input[type=text][disabled], .forms input[type=text][readonly], .forms select[disabled], .forms select[readonly], fieldset[disabled] .forms input[type=date], fieldset[disabled] .forms input[type=email], fieldset[disabled] .forms input[type=number], fieldset[disabled] .forms input[type=password], fieldset[disabled] .forms input[type=tel], fieldset[disabled] .forms input[type=text], fieldset[disabled] .forms select {
        background-color: #ddd;
        opacity: 1
    }

    .forms input[type=date][disabled], .forms input[type=email][disabled], .forms input[type=number][disabled], .forms input[type=password][disabled], .forms input[type=tel][disabled], .forms input[type=text][disabled], .forms select[disabled], fieldset[disabled] .forms input[type=date], fieldset[disabled] .forms input[type=email], fieldset[disabled] .forms input[type=number], fieldset[disabled] .forms input[type=password], fieldset[disabled] .forms input[type=tel], fieldset[disabled] .forms input[type=text], fieldset[disabled] .forms select {
        cursor: not-allowed
    }

textarea.forms input[type=date], textarea.forms input[type=email], textarea.forms input[type=number], textarea.forms input[type=password], textarea.forms input[type=tel], textarea.forms input[type=text], textarea.forms select {
    height: auto
}

.forms textarea {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: inherit
}

    .forms textarea:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .forms textarea::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .forms textarea:-ms-input-placeholder {
        color: #999
    }

    .forms textarea::-webkit-input-placeholder {
        color: #999
    }

    .forms textarea::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .forms textarea[disabled], .forms textarea[readonly], fieldset[disabled] .forms textarea {
        background-color: #ddd;
        opacity: 1
    }

    .forms textarea[disabled], fieldset[disabled] .forms textarea {
        cursor: not-allowed
    }

textarea.forms textarea {
    height: auto
}

.forms input[type=date] {
    width: inherit
}

.forms select[size] {
    height: inherit;
    -webkit-appearance: menulist-textfield;
    width: inherit
}

.forms input[type=checkbox] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    margin-right: 10px
}

.forms input[type=radio] {
    -moz-appearance: radio;
    -webkit-appearance: radio;
    margin-right: 10px
}

.forms input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #0066ba;
    border-color: transparent;
    border-radius: 0
}

    .forms input[type=submit].active.focus, .forms input[type=submit].active:focus, .forms input[type=submit].focus, .forms input[type=submit]:active.focus, .forms input[type=submit]:active:focus, .forms input[type=submit]:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .forms input[type=submit].focus, .forms input[type=submit]:focus, .forms input[type=submit]:hover {
        color: #fff;
        text-decoration: none
    }

    .forms input[type=submit].active, .forms input[type=submit]:active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .forms input[type=submit].disabled, .forms input[type=submit][disabled], fieldset[disabled] .forms input[type=submit] {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        box-shadow: none
    }

a.forms input[type=submit].disabled, fieldset[disabled] a.forms input[type=submit] {
    pointer-events: none
}

.forms input[type=submit].focus, .forms input[type=submit]:focus {
    color: #fff;
    background-color: #004a87;
    border-color: transparent
}

.forms input[type=submit]:hover {
    color: #fff;
    background-color: #004a87;
    border-color: transparent
}

.forms input[type=submit].active, .forms input[type=submit]:active, .open > .dropdown-toggle.forms input[type=submit] {
    color: #fff;
    background-color: #004a87;
    border-color: transparent
}

    .forms input[type=submit].active.focus, .forms input[type=submit].active:focus, .forms input[type=submit].active:hover, .forms input[type=submit]:active.focus, .forms input[type=submit]:active:focus, .forms input[type=submit]:active:hover, .open > .dropdown-toggle.forms input[type=submit].focus, .open > .dropdown-toggle.forms input[type=submit]:focus, .open > .dropdown-toggle.forms input[type=submit]:hover {
        color: #fff;
        background-color: #003663;
        border-color: transparent
    }

.forms input[type=submit].active, .forms input[type=submit]:active, .open > .dropdown-toggle.forms input[type=submit] {
    background-image: none
}

.forms input[type=submit].disabled.focus, .forms input[type=submit].disabled:focus, .forms input[type=submit].disabled:hover, .forms input[type=submit][disabled].focus, .forms input[type=submit][disabled]:focus, .forms input[type=submit][disabled]:hover, fieldset[disabled] .forms input[type=submit].focus, fieldset[disabled] .forms input[type=submit]:focus, fieldset[disabled] .forms input[type=submit]:hover {
    background-color: #0066ba;
    border-color: transparent
}

.forms input[type=submit] .badge {
    color: #0066ba;
    background-color: #fff
}

.forms input, .forms select, .forms textarea {
    border-radius: 0
}

@media screen and (-webkit-min-device-pixel-ratio:2) and (max-width:414px) {
    .forms input, .forms select, .forms textarea {
        font-size: 16px;
        font-size: 1rem
    }
}

.field-validation-error {
    color: #b70000 !important;
    font-weight: 700 !important
}

.main-content .main-primary > .gallery, .main-content.single-column main > .gallery {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .main-content .main-primary > .gallery, .main-content.single-column main > .gallery {
        margin-bottom: 40px
    }
}

.main-content .main-primary > .gallery.section, .main-content.single-column main > .gallery.section {
    padding-bottom: 0
}

.gallery .section-header h2 {
    margin-top: 0;
    margin-bottom: 40px
}

.gallery nav {
    margin-top: 30px
}

@media (max-width:991px) {
    .gallery nav {
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .gallery nav {
        margin-top: 10px
    }
}

.gallery figure {
    margin-bottom: 0
}

.gallery a, .gallery a:focus, .gallery a:hover {
    color: #000;
    text-decoration: none
}

main > div:first-of-type .gallery-title {
    display: none
}
