﻿.cc-window
{
    opacity: 1;
    transition: opacity 1s ease;
}
.cc-window.cc-invisible
{
    opacity: 0;
}
.cc-animate.cc-revoke
{
    transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top
{
    transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom
{
    transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover
{
    transform: translateY(0);
}
.cc-grower
{
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.cc-revoke, .cc-window
{
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
}
.cc-window.cc-static
{
    position: static;
}
.cc-window.cc-floating
{
    flex-direction: column;
    max-width: 24em;
    padding: 2em;
}
.cc-window.cc-banner
{
    flex-direction: row;
    padding: 1em 1.8em;
    width: 100%;
}
.cc-revoke
{
    padding: .5em;
}
.cc-revoke:hover
{
    text-decoration: underline;
}
.cc-header
{
    font-size: 18px;
    font-weight: 700;
}
.cc-btn, .cc-close, .cc-link, .cc-revoke
{
    cursor: pointer;
}
.cc-link
{
    display: inline-block;
    opacity: .8;
    padding: .2em;
    text-decoration: underline;
}
.cc-link:hover
{
    opacity: 1;
}
.cc-link:active, .cc-link:visited
{
    color: initial;
}
.cc-btn
{
    border-style: solid;
    border-width: 2px;
    display: block;
    font-size: .9em;
    font-weight: 700;
    padding: .4em .8em;
    text-align: center;
    white-space: nowrap;
}
.cc-highlight .cc-btn:first-child
{
    background-color: transparent;
    border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover
{
    background-color: transparent;
    text-decoration: underline;
}
.cc-close
{
    display: block;
    font-size: 1.6em;
    line-height: .75;
    opacity: .9;
    position: absolute;
    right: .5em;
    top: .5em;
}
.cc-close:focus, .cc-close:hover
{
    opacity: 1;
}
.cc-revoke.cc-top
{
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    left: 3em;
    top: 0;
}
.cc-revoke.cc-bottom
{
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    bottom: 0;
    left: 3em;
}
.cc-revoke.cc-left
{
    left: 3em;
    right: unset;
}
.cc-revoke.cc-right
{
    left: unset;
    right: 3em;
}
.cc-top
{
    top: 1em;
}
.cc-left
{
    left: 1em;
}
.cc-right
{
    right: 1em;
}
.cc-bottom
{
    bottom: 1em;
}
.cc-floating>.cc-link
{
    margin-bottom: 1em;
}
.cc-floating .cc-message
{
    display: block;
    margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance
{
    flex: 1 0 auto;
}
.cc-window.cc-banner
{
    align-items: center;
}
.cc-banner.cc-top
{
    left: 0;
    right: 0;
    top: 0;
}
.cc-banner.cc-bottom
{
    bottom: 0;
    left: 0;
    right: 0;
}
.cc-banner .cc-message
{
    display: block;
    flex: 1 1 auto;
    margin-right: 1em;
    max-width: 100%;
}
.cc-compliance
{
    align-content: space-between;
    align-items: center;
    display: flex;
}
.cc-floating .cc-compliance>.cc-btn
{
    flex: 1;
}
.cc-btn+.cc-btn
{
    margin-left: .5em;
}
@media print
{
    .cc-revoke, .cc-window
    {
        display: none;
    }
}
@media screen and (max-width: 900px)
{
    .cc-btn
    {
        white-space: normal;
    }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape)
{
    .cc-window.cc-top
    {
        top: 0;
    }
    .cc-window.cc-bottom
    {
        bottom: 0;
    }
    .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right
    {
        left: 0;
        right: 0;
    }
    .cc-window.cc-banner
    {
        flex-direction: column;
    }
    .cc-window.cc-banner .cc-compliance
    {
        flex: 1 1 auto;
    }
    .cc-window.cc-floating
    {
        max-width: none;
    }
    .cc-window .cc-message
    {
        margin-bottom: 1em;
    }
    .cc-window.cc-banner
    {
        align-items: unset;
    }
    .cc-window.cc-banner .cc-message
    {
        margin-right: 0;
    }
}
.cc-floating.cc-theme-classic
{
    border-radius: 5px;
    padding: 1.2em;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance
{
    display: inline;
    flex: none;
    text-align: center;
}
.cc-theme-classic .cc-btn
{
    border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child
{
    min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn
{
    display: inline-block;
}
.cc-theme-edgeless.cc-window
{
    padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message
{
    margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn
{
    height: 100%;
    margin: 0;
    padding: .8em 1.8em;
}
.cc-banner.cc-theme-edgeless .cc-message
{
    margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn
{
    margin-left: 0;
}
.owl-carousel, .owl-carousel .owl-item
{
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel
{
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage
{
    -moz-backface-visibility: hidden;
    position: relative;
    touch-action: manipulation;
}
.owl-carousel .owl-stage:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.owl-carousel .owl-stage-outer
{
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper
{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
.owl-carousel .owl-item
{
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    float: left;
    min-height: 1px;
}
.owl-carousel .owl-item img
{
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled
{
    display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded
{
    display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev
{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot
{
    background: 0 0;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0!important;
}
.owl-carousel.owl-loading
{
    display: block;
    opacity: 0;
}
.owl-carousel.owl-hidden
{
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item
{
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item
{
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab
{
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl
{
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item
{
    float: right;
}
.owl-carousel .animated
{
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in
{
    z-index: 0;
}
.owl-carousel .owl-animated-out
{
    z-index: 1;
}
.owl-carousel .fadeOut
{
    animation-name: fadeOut;
}
@keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
.owl-height
{
    transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy
{
    opacity: 0;
    transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""]
{
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy
{
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper
{
    background: #000;
    height: 100%;
    position: relative;
}
.owl-carousel .owl-video-play-icon
{
    -webkit-backface-visibility: hidden;
    background: url(../image/owl.video.play.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: transform .1s ease;
    width: 80px;
    z-index: 1;
}
.owl-carousel .owl-video-play-icon:hover
{
    transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn
{
    display: none;
}
.owl-carousel .owl-video-tn
{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame
{
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.owl-theme .owl-dots, .owl-theme .owl-nav
{
    -webkit-tap-highlight-color: transparent;
    text-align: center;
}
.owl-theme .owl-nav
{
    margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-]
{
    background: #d6d6d6;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
}
.owl-theme .owl-nav [class*=owl-]:hover
{
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled
{
    cursor: default;
    opacity: .5;
}
.owl-theme .owl-nav.disabled+.owl-dots
{
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot
{
    zoom: 1;
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span
{
    -webkit-backface-visibility: visible;
    background: #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity .2s ease;
    width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background: #869791;
}
html
{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}
body
{
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary
{
    display: block;
}
audio, canvas, progress, video
{
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls])
{
    display: none;
    height: 0;
}
[hidden], template
{
    display: none;
}
a
{
    background-color: transparent;
}
a:active, a:hover
{
    outline: 0;
}
abbr[title]
{
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong
{
    font-weight: 700;
}
dfn
{
    font-style: italic;
}
h1
{
    font-size: 2em;
    margin: .67em 0;
}
mark
{
    background: #ff0;
    color: #000;
}
small
{
    font-size: 80%;
}
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup
{
    top: -.5em;
}
sub
{
    bottom: -.25em;
}
img
{
    border: 0;
}
svg:not(:root)
{
    overflow: hidden;
}
figure
{
    margin: 1em 40px;
}
hr
{
    box-sizing: content-box;
    height: 0;
}
pre
{
    overflow: auto;
}
code, kbd, pre, samp
{
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea
{
    color: inherit;
    font: inherit;
    margin: 0;
}
button
{
    overflow: visible;
}
button, select
{
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit]
{
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled]
{
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}
input
{
    line-height: normal;
}
input[type=checkbox], input[type=radio]
{
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
{
    height: auto;
}
input[type=search]
{
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
textarea
{
    overflow: auto;
}
optgroup
{
    font-weight: 700;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
td, th
{
    padding: 0;
}
@media print
{
    *, :after, :before
    {
        background: transparent!important;
        box-shadow: none!important;
        color: #000!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;
    }
}
@font-face
{
    font-family: Glyphicons Halflings;
    src: url(/public/fonts/vendor/bootstrap/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974);
    src: url(/public/fonts/vendor/bootstrap/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974?) format("embedded-opentype"),url(/public/fonts/vendor/bootstrap/glyphicons-halflings-regular.woff2?be810be3a3e14c682a257d6eff341fe4) format("woff2"),url(/public/fonts/vendor/bootstrap/glyphicons-halflings-regular.woff?82b1212e45a2bc35dd731913b27ad813) format("woff"),url(/public/fonts/vendor/bootstrap/glyphicons-halflings-regular.ttf?4692b9ec53fd5972caa2f2372ae20d16) format("truetype"),url(/public/fonts/vendor/bootstrap/glyphicons-halflings-regular.svg?060b2710bdbbe3dfe48b58d59bd5f1fb) format("svg");
}
.glyphicon
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}
.glyphicon-asterisk:before
{
    content: "*";
}
.glyphicon-plus:before
{
    content: "+";
}
.glyphicon-eur:before, .glyphicon-euro:before
{
    content: "€";
}
.glyphicon-minus:before
{
    content: "−";
}
.glyphicon-cloud:before
{
    content: "☁";
}
.glyphicon-envelope:before
{
    content: "✉";
}
.glyphicon-pencil:before
{
    content: "✏";
}
.glyphicon-glass:before
{
    content: "";
}
.glyphicon-music:before
{
    content: "";
}
.glyphicon-search:before
{
    content: "";
}
.glyphicon-heart:before
{
    content: "";
}
.glyphicon-star:before
{
    content: "";
}
.glyphicon-star-empty:before
{
    content: "";
}
.glyphicon-user:before
{
    content: "";
}
.glyphicon-film:before
{
    content: "";
}
.glyphicon-th-large:before
{
    content: "";
}
.glyphicon-th:before
{
    content: "";
}
.glyphicon-th-list:before
{
    content: "";
}
.glyphicon-ok:before
{
    content: "";
}
.glyphicon-remove:before
{
    content: "";
}
.glyphicon-zoom-in:before
{
    content: "";
}
.glyphicon-zoom-out:before
{
    content: "";
}
.glyphicon-off:before
{
    content: "";
}
.glyphicon-signal:before
{
    content: "";
}
.glyphicon-cog:before
{
    content: "";
}
.glyphicon-trash:before
{
    content: "";
}
.glyphicon-home:before
{
    content: "";
}
.glyphicon-file:before
{
    content: "";
}
.glyphicon-time:before
{
    content: "";
}
.glyphicon-road:before
{
    content: "";
}
.glyphicon-download-alt:before
{
    content: "";
}
.glyphicon-download:before
{
    content: "";
}
.glyphicon-upload:before
{
    content: "";
}
.glyphicon-inbox:before
{
    content: "";
}
.glyphicon-play-circle:before
{
    content: "";
}
.glyphicon-repeat:before
{
    content: "";
}
.glyphicon-refresh:before
{
    content: "";
}
.glyphicon-list-alt:before
{
    content: "";
}
.glyphicon-lock:before
{
    content: "";
}
.glyphicon-flag:before
{
    content: "";
}
.glyphicon-headphones:before
{
    content: "";
}
.glyphicon-volume-off:before
{
    content: "";
}
.glyphicon-volume-down:before
{
    content: "";
}
.glyphicon-volume-up:before
{
    content: "";
}
.glyphicon-qrcode:before
{
    content: "";
}
.glyphicon-barcode:before
{
    content: "";
}
.glyphicon-tag:before
{
    content: "";
}
.glyphicon-tags:before
{
    content: "";
}
.glyphicon-book:before
{
    content: "";
}
.glyphicon-bookmark:before
{
    content: "";
}
.glyphicon-print:before
{
    content: "";
}
.glyphicon-camera:before
{
    content: "";
}
.glyphicon-font:before
{
    content: "";
}
.glyphicon-bold:before
{
    content: "";
}
.glyphicon-italic:before
{
    content: "";
}
.glyphicon-text-height:before
{
    content: "";
}
.glyphicon-text-width:before
{
    content: "";
}
.glyphicon-align-left:before
{
    content: "";
}
.glyphicon-align-center:before
{
    content: "";
}
.glyphicon-align-right:before
{
    content: "";
}
.glyphicon-align-justify:before
{
    content: "";
}
.glyphicon-list:before
{
    content: "";
}
.glyphicon-indent-left:before
{
    content: "";
}
.glyphicon-indent-right:before
{
    content: "";
}
.glyphicon-facetime-video:before
{
    content: "";
}
.glyphicon-picture:before
{
    content: "";
}
.glyphicon-map-marker:before
{
    content: "";
}
.glyphicon-adjust:before
{
    content: "";
}
.glyphicon-tint:before
{
    content: "";
}
.glyphicon-edit:before
{
    content: "";
}
.glyphicon-share:before
{
    content: "";
}
.glyphicon-check:before
{
    content: "";
}
.glyphicon-move:before
{
    content: "";
}
.glyphicon-step-backward:before
{
    content: "";
}
.glyphicon-fast-backward:before
{
    content: "";
}
.glyphicon-backward:before
{
    content: "";
}
.glyphicon-play:before
{
    content: "";
}
.glyphicon-pause:before
{
    content: "";
}
.glyphicon-stop:before
{
    content: "";
}
.glyphicon-forward:before
{
    content: "";
}
.glyphicon-fast-forward:before
{
    content: "";
}
.glyphicon-step-forward:before
{
    content: "";
}
.glyphicon-eject:before
{
    content: "";
}
.glyphicon-chevron-left:before
{
    content: "";
}
.glyphicon-chevron-right:before
{
    content: "";
}
.glyphicon-plus-sign:before
{
    content: "";
}
.glyphicon-minus-sign:before
{
    content: "";
}
.glyphicon-remove-sign:before
{
    content: "";
}
.glyphicon-ok-sign:before
{
    content: "";
}
.glyphicon-question-sign:before
{
    content: "";
}
.glyphicon-info-sign:before
{
    content: "";
}
.glyphicon-screenshot:before
{
    content: "";
}
.glyphicon-remove-circle:before
{
    content: "";
}
.glyphicon-ok-circle:before
{
    content: "";
}
.glyphicon-ban-circle:before
{
    content: "";
}
.glyphicon-arrow-left:before
{
    content: "";
}
.glyphicon-arrow-right:before
{
    content: "";
}
.glyphicon-arrow-up:before
{
    content: "";
}
.glyphicon-arrow-down:before
{
    content: "";
}
.glyphicon-share-alt:before
{
    content: "";
}
.glyphicon-resize-full:before
{
    content: "";
}
.glyphicon-resize-small:before
{
    content: "";
}
.glyphicon-exclamation-sign:before
{
    content: "";
}
.glyphicon-gift:before
{
    content: "";
}
.glyphicon-leaf:before
{
    content: "";
}
.glyphicon-fire:before
{
    content: "";
}
.glyphicon-eye-open:before
{
    content: "";
}
.glyphicon-eye-close:before
{
    content: "";
}
.glyphicon-warning-sign:before
{
    content: "";
}
.glyphicon-plane:before
{
    content: "";
}
.glyphicon-calendar:before
{
    content: "";
}
.glyphicon-random:before
{
    content: "";
}
.glyphicon-comment:before
{
    content: "";
}
.glyphicon-magnet:before
{
    content: "";
}
.glyphicon-chevron-up:before
{
    content: "";
}
.glyphicon-chevron-down:before
{
    content: "";
}
.glyphicon-retweet:before
{
    content: "";
}
.glyphicon-shopping-cart:before
{
    content: "";
}
.glyphicon-folder-close:before
{
    content: "";
}
.glyphicon-folder-open:before
{
    content: "";
}
.glyphicon-resize-vertical:before
{
    content: "";
}
.glyphicon-resize-horizontal:before
{
    content: "";
}
.glyphicon-hdd:before
{
    content: "";
}
.glyphicon-bullhorn:before
{
    content: "";
}
.glyphicon-bell:before
{
    content: "";
}
.glyphicon-certificate:before
{
    content: "";
}
.glyphicon-thumbs-up:before
{
    content: "";
}
.glyphicon-thumbs-down:before
{
    content: "";
}
.glyphicon-hand-right:before
{
    content: "";
}
.glyphicon-hand-left:before
{
    content: "";
}
.glyphicon-hand-up:before
{
    content: "";
}
.glyphicon-hand-down:before
{
    content: "";
}
.glyphicon-circle-arrow-right:before
{
    content: "";
}
.glyphicon-circle-arrow-left:before
{
    content: "";
}
.glyphicon-circle-arrow-up:before
{
    content: "";
}
.glyphicon-circle-arrow-down:before
{
    content: "";
}
.glyphicon-globe:before
{
    content: "";
}
.glyphicon-wrench:before
{
    content: "";
}
.glyphicon-tasks:before
{
    content: "";
}
.glyphicon-filter:before
{
    content: "";
}
.glyphicon-briefcase:before
{
    content: "";
}
.glyphicon-fullscreen:before
{
    content: "";
}
.glyphicon-dashboard:before
{
    content: "";
}
.glyphicon-paperclip:before
{
    content: "";
}
.glyphicon-heart-empty:before
{
    content: "";
}
.glyphicon-link:before
{
    content: "";
}
.glyphicon-phone:before
{
    content: "";
}
.glyphicon-pushpin:before
{
    content: "";
}
.glyphicon-usd:before
{
    content: "";
}
.glyphicon-gbp:before
{
    content: "";
}
.glyphicon-sort:before
{
    content: "";
}
.glyphicon-sort-by-alphabet:before
{
    content: "";
}
.glyphicon-sort-by-alphabet-alt:before
{
    content: "";
}
.glyphicon-sort-by-order:before
{
    content: "";
}
.glyphicon-sort-by-order-alt:before
{
    content: "";
}
.glyphicon-sort-by-attributes:before
{
    content: "";
}
.glyphicon-sort-by-attributes-alt:before
{
    content: "";
}
.glyphicon-unchecked:before
{
    content: "";
}
.glyphicon-expand:before
{
    content: "";
}
.glyphicon-collapse-down:before
{
    content: "";
}
.glyphicon-collapse-up:before
{
    content: "";
}
.glyphicon-log-in:before
{
    content: "";
}
.glyphicon-flash:before
{
    content: "";
}
.glyphicon-log-out:before
{
    content: "";
}
.glyphicon-new-window:before
{
    content: "";
}
.glyphicon-record:before
{
    content: "";
}
.glyphicon-save:before
{
    content: "";
}
.glyphicon-open:before
{
    content: "";
}
.glyphicon-saved:before
{
    content: "";
}
.glyphicon-import:before
{
    content: "";
}
.glyphicon-export:before
{
    content: "";
}
.glyphicon-send:before
{
    content: "";
}
.glyphicon-floppy-disk:before
{
    content: "";
}
.glyphicon-floppy-saved:before
{
    content: "";
}
.glyphicon-floppy-remove:before
{
    content: "";
}
.glyphicon-floppy-save:before
{
    content: "";
}
.glyphicon-floppy-open:before
{
    content: "";
}
.glyphicon-credit-card:before
{
    content: "";
}
.glyphicon-transfer:before
{
    content: "";
}
.glyphicon-cutlery:before
{
    content: "";
}
.glyphicon-header:before
{
    content: "";
}
.glyphicon-compressed:before
{
    content: "";
}
.glyphicon-earphone:before
{
    content: "";
}
.glyphicon-phone-alt:before
{
    content: "";
}
.glyphicon-tower:before
{
    content: "";
}
.glyphicon-stats:before
{
    content: "";
}
.glyphicon-sd-video:before
{
    content: "";
}
.glyphicon-hd-video:before
{
    content: "";
}
.glyphicon-subtitles:before
{
    content: "";
}
.glyphicon-sound-stereo:before
{
    content: "";
}
.glyphicon-sound-dolby:before
{
    content: "";
}
.glyphicon-sound-5-1:before
{
    content: "";
}
.glyphicon-sound-6-1:before
{
    content: "";
}
.glyphicon-sound-7-1:before
{
    content: "";
}
.glyphicon-copyright-mark:before
{
    content: "";
}
.glyphicon-registration-mark:before
{
    content: "";
}
.glyphicon-cloud-download:before
{
    content: "";
}
.glyphicon-cloud-upload:before
{
    content: "";
}
.glyphicon-tree-conifer:before
{
    content: "";
}
.glyphicon-tree-deciduous:before
{
    content: "";
}
.glyphicon-cd:before
{
    content: "";
}
.glyphicon-save-file:before
{
    content: "";
}
.glyphicon-open-file:before
{
    content: "";
}
.glyphicon-level-up:before
{
    content: "";
}
.glyphicon-copy:before
{
    content: "";
}
.glyphicon-paste:before
{
    content: "";
}
.glyphicon-alert:before
{
    content: "";
}
.glyphicon-equalizer:before
{
    content: "";
}
.glyphicon-king:before
{
    content: "";
}
.glyphicon-queen:before
{
    content: "";
}
.glyphicon-pawn:before
{
    content: "";
}
.glyphicon-bishop:before
{
    content: "";
}
.glyphicon-knight:before
{
    content: "";
}
.glyphicon-baby-formula:before
{
    content: "";
}
.glyphicon-tent:before
{
    content: "⛺";
}
.glyphicon-blackboard:before
{
    content: "";
}
.glyphicon-bed:before
{
    content: "";
}
.glyphicon-apple:before
{
    content: "";
}
.glyphicon-erase:before
{
    content: "";
}
.glyphicon-hourglass:before
{
    content: "⌛";
}
.glyphicon-lamp:before
{
    content: "";
}
.glyphicon-duplicate:before
{
    content: "";
}
.glyphicon-piggy-bank:before
{
    content: "";
}
.glyphicon-scissors:before
{
    content: "";
}
.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before
{
    content: "";
}
.glyphicon-jpy:before, .glyphicon-yen:before
{
    content: "¥";
}
.glyphicon-rub:before, .glyphicon-ruble:before
{
    content: "₽";
}
.glyphicon-scale:before
{
    content: "";
}
.glyphicon-ice-lolly:before
{
    content: "";
}
.glyphicon-ice-lolly-tasted:before
{
    content: "";
}
.glyphicon-education:before
{
    content: "";
}
.glyphicon-option-horizontal:before
{
    content: "";
}
.glyphicon-option-vertical:before
{
    content: "";
}
.glyphicon-menu-hamburger:before
{
    content: "";
}
.glyphicon-modal-window:before
{
    content: "";
}
.glyphicon-oil:before
{
    content: "";
}
.glyphicon-grain:before
{
    content: "";
}
.glyphicon-sunglasses:before
{
    content: "";
}
.glyphicon-text-size:before
{
    content: "";
}
.glyphicon-text-color:before
{
    content: "";
}
.glyphicon-text-background:before
{
    content: "";
}
.glyphicon-object-align-top:before
{
    content: "";
}
.glyphicon-object-align-bottom:before
{
    content: "";
}
.glyphicon-object-align-horizontal:before
{
    content: "";
}
.glyphicon-object-align-left:before
{
    content: "";
}
.glyphicon-object-align-vertical:before
{
    content: "";
}
.glyphicon-object-align-right:before
{
    content: "";
}
.glyphicon-triangle-right:before
{
    content: "";
}
.glyphicon-triangle-left:before
{
    content: "";
}
.glyphicon-triangle-bottom:before
{
    content: "";
}
.glyphicon-triangle-top:before
{
    content: "";
}
.glyphicon-console:before
{
    content: "";
}
.glyphicon-superscript:before
{
    content: "";
}
.glyphicon-subscript:before
{
    content: "";
}
.glyphicon-menu-left:before
{
    content: "";
}
.glyphicon-menu-right:before
{
    content: "";
}
.glyphicon-menu-down:before
{
    content: "";
}
.glyphicon-menu-up:before
{
    content: "";
}
*, :after, :before
{
    box-sizing: border-box;
}
html
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 10px;
}
body
{
    background-color: #fff;
    color: #4c4d4e;
    font-family: Roboto,Libre Franklin,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
button, input, select, textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a
{
    color: #032788;
    text-decoration: none;
}
a:focus, a:hover
{
    color: #032788;
    text-decoration: underline;
}
a:focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure
{
    margin: 0;
}
img
{
    vertical-align: middle;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img
{
    display: block;
    height: auto;
    max-width: 100%;
}
.img-rounded
{
    border-radius: 6px;
}
.img-thumbnail
{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
    height: auto;
    line-height: 1.42857143;
    max-width: 100%;
    padding: 4px;
    transition: all .2s ease-in-out;
}
.img-circle
{
    border-radius: 50%;
}
hr
{
    border: 0;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}
.sr-only
{
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus
{
    margin: 0;
}
[role=button]
{
    cursor: pointer;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
    color: #272726;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
}
.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
{
    color: #777;
    font-weight: 400;
    line-height: 1;
}
.h1, .h2, .h3, h1, h2, h3
{
    margin-bottom: 10px;
    margin-top: 20px;
}
.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-bottom: 10px;
    margin-top: 10px;
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small
{
    font-size: 75%;
}
.h1, h1
{
    font-size: 4rem;
}
.h2, h2
{
    font-size: 3rem;
}
.h3, h3
{
    font-size: 2.4rem;
}
.h4, h4
{
    font-size: 1.8rem;
}
.h5, h5
{
    font-size: 1.4rem;
}
.h6, h6
{
    font-size: 1.2rem;
}
p
{
    margin: 0 0 10px;
}
.lead
{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
}
@media(min-width: 768px)
{
    .lead
    {
        font-size: 21px;
    }
}
.small, small
{
    font-size: 85%;
}
.mark, mark
{
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-justify
{
    text-align: justify;
}
.text-nowrap
{
    white-space: nowrap;
}
.text-lowercase
{
    text-transform: lowercase;
}
.text-uppercase
{
    text-transform: uppercase;
}
.text-capitalize
{
    text-transform: capitalize;
}
.text-muted
{
    color: #777;
}
.text-primary
{
    color: #f06c00;
}
a.text-primary:focus, a.text-primary:hover
{
    color: #bd5500;
}
.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;
}
a.bg-primary:focus, a.bg-primary:hover
{
    background-color: #bd5500;
}
.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
{
    border-bottom: 1px solid #eee;
    margin: 40px 0 20px;
    padding-bottom: 9px;
}
ol, ul
{
    margin-bottom: 10px;
    margin-top: 0;
}
ol ol, ol ul, ul ol, ul ul
{
    margin-bottom: 0;
}
.list-inline, .list-unstyled
{
    list-style: none;
    padding-left: 0;
}
.list-inline
{
    margin-left: -5px;
}
.list-inline>li
{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl
{
    margin-bottom: 20px;
    margin-top: 0;
}
dd, dt
{
    line-height: 1.42857143;
}
dt
{
    font-weight: 700;
}
dd
{
    margin-left: 0;
}
@media(min-width: 768px)
{
    .dl-horizontal dt
    {
        clear: left;
        float: left;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px;
    }
    .dl-horizontal dd
    {
        margin-left: 180px;
    }
}
abbr[data-original-title], abbr[title]
{
    cursor: help;
}
.initialism
{
    font-size: 90%;
    text-transform: uppercase;
}
blockquote
{
    border-left: 5px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child
{
    margin-bottom: 0;
}
blockquote .small, blockquote footer, blockquote small
{
    color: #777;
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
}
blockquote .small:before, blockquote footer:before, blockquote small:before
{
    content: "— ";
}
.blockquote-reverse, blockquote.pull-right
{
    border-left: 0;
    border-right: 5px solid #eee;
    padding-left: 0;
    padding-right: 15px;
    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: " —";
}
address
{
    font-style: normal;
    line-height: 1.42857143;
    margin-bottom: 20px;
}
code, kbd, pre, samp
{
    font-family: Menlo,Monaco,Consolas,Courier New,monospace;
}
code
{
    background-color: #f9f2f4;
    border-radius: 0;
    color: #c7254e;
}
code, kbd
{
    font-size: 90%;
    padding: 2px 4px;
}
kbd
{
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    color: #fff;
}
kbd kbd
{
    box-shadow: none;
    font-size: 100%;
    font-weight: 700;
    padding: 0;
}
pre
{
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.42857143;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
}
pre, pre code
{
    border-radius: 0;
}
pre code
{
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap;
}
.pre-scrollable
{
    max-height: 340px;
    overflow-y: scroll;
}
.container
{
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media(min-width: 768px)
{
    .container
    {
        width: 750px;
    }
}
@media(min-width: 992px)
{
    .container
    {
        width: 970px;
    }
}
@media(min-width: 1200px)
{
    .container
    {
        width: 1170px;
    }
}
.container-fluid
{
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row
{
    margin-left: -15px;
    margin-right: -15px;
}
.row-no-gutters
{
    margin-left: 0;
    margin-right: 0;
}
.row-no-gutters [class*=col-]
{
    padding-left: 0;
    padding-right: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-2, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-2, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-2, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-2, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-2, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
    float: left;
}
.col-xs-24
{
    width: 100%;
}
.col-xs-23
{
    width: 95.83333333%;
}
.col-xs-22
{
    width: 91.66666667%;
}
.col-xs-21
{
    width: 87.5%;
}
.col-xs-20
{
    width: 83.33333333%;
}
.col-xs-19
{
    width: 79.16666667%;
}
.col-xs-18
{
    width: 75%;
}
.col-xs-17
{
    width: 70.83333333%;
}
.col-xs-16
{
    width: 66.66666667%;
}
.col-xs-15
{
    width: 62.5%;
}
.col-xs-14
{
    width: 58.33333333%;
}
.col-xs-13
{
    width: 54.16666667%;
}
.col-xs-12
{
    width: 50%;
}
.col-xs-11
{
    width: 45.83333333%;
}
.col-xs-10
{
    width: 41.66666667%;
}
.col-xs-9
{
    width: 37.5%;
}
.col-xs-8
{
    width: 33.33333333%;
}
.col-xs-7
{
    width: 29.16666667%;
}
.col-xs-6
{
    width: 25%;
}
.col-xs-5
{
    width: 20.83333333%;
}
.col-xs-4
{
    width: 16.66666667%;
}
.col-xs-3
{
    width: 12.5%;
}
.col-xs-2
{
    width: 8.33333333%;
}
.col-xs-1
{
    width: 4.16666667%;
}
.col-xs-pull-24
{
    right: 100%;
}
.col-xs-pull-23
{
    right: 95.83333333%;
}
.col-xs-pull-22
{
    right: 91.66666667%;
}
.col-xs-pull-21
{
    right: 87.5%;
}
.col-xs-pull-20
{
    right: 83.33333333%;
}
.col-xs-pull-19
{
    right: 79.16666667%;
}
.col-xs-pull-18
{
    right: 75%;
}
.col-xs-pull-17
{
    right: 70.83333333%;
}
.col-xs-pull-16
{
    right: 66.66666667%;
}
.col-xs-pull-15
{
    right: 62.5%;
}
.col-xs-pull-14
{
    right: 58.33333333%;
}
.col-xs-pull-13
{
    right: 54.16666667%;
}
.col-xs-pull-12
{
    right: 50%;
}
.col-xs-pull-11
{
    right: 45.83333333%;
}
.col-xs-pull-10
{
    right: 41.66666667%;
}
.col-xs-pull-9
{
    right: 37.5%;
}
.col-xs-pull-8
{
    right: 33.33333333%;
}
.col-xs-pull-7
{
    right: 29.16666667%;
}
.col-xs-pull-6
{
    right: 25%;
}
.col-xs-pull-5
{
    right: 20.83333333%;
}
.col-xs-pull-4
{
    right: 16.66666667%;
}
.col-xs-pull-3
{
    right: 12.5%;
}
.col-xs-pull-2
{
    right: 8.33333333%;
}
.col-xs-pull-1
{
    right: 4.16666667%;
}
.col-xs-pull-0
{
    right: auto;
}
.col-xs-push-24
{
    left: 100%;
}
.col-xs-push-23
{
    left: 95.83333333%;
}
.col-xs-push-22
{
    left: 91.66666667%;
}
.col-xs-push-21
{
    left: 87.5%;
}
.col-xs-push-20
{
    left: 83.33333333%;
}
.col-xs-push-19
{
    left: 79.16666667%;
}
.col-xs-push-18
{
    left: 75%;
}
.col-xs-push-17
{
    left: 70.83333333%;
}
.col-xs-push-16
{
    left: 66.66666667%;
}
.col-xs-push-15
{
    left: 62.5%;
}
.col-xs-push-14
{
    left: 58.33333333%;
}
.col-xs-push-13
{
    left: 54.16666667%;
}
.col-xs-push-12
{
    left: 50%;
}
.col-xs-push-11
{
    left: 45.83333333%;
}
.col-xs-push-10
{
    left: 41.66666667%;
}
.col-xs-push-9
{
    left: 37.5%;
}
.col-xs-push-8
{
    left: 33.33333333%;
}
.col-xs-push-7
{
    left: 29.16666667%;
}
.col-xs-push-6
{
    left: 25%;
}
.col-xs-push-5
{
    left: 20.83333333%;
}
.col-xs-push-4
{
    left: 16.66666667%;
}
.col-xs-push-3
{
    left: 12.5%;
}
.col-xs-push-2
{
    left: 8.33333333%;
}
.col-xs-push-1
{
    left: 4.16666667%;
}
.col-xs-push-0
{
    left: auto;
}
.col-xs-offset-24
{
    margin-left: 100%;
}
.col-xs-offset-23
{
    margin-left: 95.83333333%;
}
.col-xs-offset-22
{
    margin-left: 91.66666667%;
}
.col-xs-offset-21
{
    margin-left: 87.5%;
}
.col-xs-offset-20
{
    margin-left: 83.33333333%;
}
.col-xs-offset-19
{
    margin-left: 79.16666667%;
}
.col-xs-offset-18
{
    margin-left: 75%;
}
.col-xs-offset-17
{
    margin-left: 70.83333333%;
}
.col-xs-offset-16
{
    margin-left: 66.66666667%;
}
.col-xs-offset-15
{
    margin-left: 62.5%;
}
.col-xs-offset-14
{
    margin-left: 58.33333333%;
}
.col-xs-offset-13
{
    margin-left: 54.16666667%;
}
.col-xs-offset-12
{
    margin-left: 50%;
}
.col-xs-offset-11
{
    margin-left: 45.83333333%;
}
.col-xs-offset-10
{
    margin-left: 41.66666667%;
}
.col-xs-offset-9
{
    margin-left: 37.5%;
}
.col-xs-offset-8
{
    margin-left: 33.33333333%;
}
.col-xs-offset-7
{
    margin-left: 29.16666667%;
}
.col-xs-offset-6
{
    margin-left: 25%;
}
.col-xs-offset-5
{
    margin-left: 20.83333333%;
}
.col-xs-offset-4
{
    margin-left: 16.66666667%;
}
.col-xs-offset-3
{
    margin-left: 12.5%;
}
.col-xs-offset-2
{
    margin-left: 8.33333333%;
}
.col-xs-offset-1
{
    margin-left: 4.16666667%;
}
.col-xs-offset-0
{
    margin-left: 0;
}
@media(min-width: 768px)
{
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-2, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9
    {
        float: left;
    }
    .col-sm-24
    {
        width: 100%;
    }
    .col-sm-23
    {
        width: 95.83333333%;
    }
    .col-sm-22
    {
        width: 91.66666667%;
    }
    .col-sm-21
    {
        width: 87.5%;
    }
    .col-sm-20
    {
        width: 83.33333333%;
    }
    .col-sm-19
    {
        width: 79.16666667%;
    }
    .col-sm-18
    {
        width: 75%;
    }
    .col-sm-17
    {
        width: 70.83333333%;
    }
    .col-sm-16
    {
        width: 66.66666667%;
    }
    .col-sm-15
    {
        width: 62.5%;
    }
    .col-sm-14
    {
        width: 58.33333333%;
    }
    .col-sm-13
    {
        width: 54.16666667%;
    }
    .col-sm-12
    {
        width: 50%;
    }
    .col-sm-11
    {
        width: 45.83333333%;
    }
    .col-sm-10
    {
        width: 41.66666667%;
    }
    .col-sm-9
    {
        width: 37.5%;
    }
    .col-sm-8
    {
        width: 33.33333333%;
    }
    .col-sm-7
    {
        width: 29.16666667%;
    }
    .col-sm-6
    {
        width: 25%;
    }
    .col-sm-5
    {
        width: 20.83333333%;
    }
    .col-sm-4
    {
        width: 16.66666667%;
    }
    .col-sm-3
    {
        width: 12.5%;
    }
    .col-sm-2
    {
        width: 8.33333333%;
    }
    .col-sm-1
    {
        width: 4.16666667%;
    }
    .col-sm-pull-24
    {
        right: 100%;
    }
    .col-sm-pull-23
    {
        right: 95.83333333%;
    }
    .col-sm-pull-22
    {
        right: 91.66666667%;
    }
    .col-sm-pull-21
    {
        right: 87.5%;
    }
    .col-sm-pull-20
    {
        right: 83.33333333%;
    }
    .col-sm-pull-19
    {
        right: 79.16666667%;
    }
    .col-sm-pull-18
    {
        right: 75%;
    }
    .col-sm-pull-17
    {
        right: 70.83333333%;
    }
    .col-sm-pull-16
    {
        right: 66.66666667%;
    }
    .col-sm-pull-15
    {
        right: 62.5%;
    }
    .col-sm-pull-14
    {
        right: 58.33333333%;
    }
    .col-sm-pull-13
    {
        right: 54.16666667%;
    }
    .col-sm-pull-12
    {
        right: 50%;
    }
    .col-sm-pull-11
    {
        right: 45.83333333%;
    }
    .col-sm-pull-10
    {
        right: 41.66666667%;
    }
    .col-sm-pull-9
    {
        right: 37.5%;
    }
    .col-sm-pull-8
    {
        right: 33.33333333%;
    }
    .col-sm-pull-7
    {
        right: 29.16666667%;
    }
    .col-sm-pull-6
    {
        right: 25%;
    }
    .col-sm-pull-5
    {
        right: 20.83333333%;
    }
    .col-sm-pull-4
    {
        right: 16.66666667%;
    }
    .col-sm-pull-3
    {
        right: 12.5%;
    }
    .col-sm-pull-2
    {
        right: 8.33333333%;
    }
    .col-sm-pull-1
    {
        right: 4.16666667%;
    }
    .col-sm-pull-0
    {
        right: auto;
    }
    .col-sm-push-24
    {
        left: 100%;
    }
    .col-sm-push-23
    {
        left: 95.83333333%;
    }
    .col-sm-push-22
    {
        left: 91.66666667%;
    }
    .col-sm-push-21
    {
        left: 87.5%;
    }
    .col-sm-push-20
    {
        left: 83.33333333%;
    }
    .col-sm-push-19
    {
        left: 79.16666667%;
    }
    .col-sm-push-18
    {
        left: 75%;
    }
    .col-sm-push-17
    {
        left: 70.83333333%;
    }
    .col-sm-push-16
    {
        left: 66.66666667%;
    }
    .col-sm-push-15
    {
        left: 62.5%;
    }
    .col-sm-push-14
    {
        left: 58.33333333%;
    }
    .col-sm-push-13
    {
        left: 54.16666667%;
    }
    .col-sm-push-12
    {
        left: 50%;
    }
    .col-sm-push-11
    {
        left: 45.83333333%;
    }
    .col-sm-push-10
    {
        left: 41.66666667%;
    }
    .col-sm-push-9
    {
        left: 37.5%;
    }
    .col-sm-push-8
    {
        left: 33.33333333%;
    }
    .col-sm-push-7
    {
        left: 29.16666667%;
    }
    .col-sm-push-6
    {
        left: 25%;
    }
    .col-sm-push-5
    {
        left: 20.83333333%;
    }
    .col-sm-push-4
    {
        left: 16.66666667%;
    }
    .col-sm-push-3
    {
        left: 12.5%;
    }
    .col-sm-push-2
    {
        left: 8.33333333%;
    }
    .col-sm-push-1
    {
        left: 4.16666667%;
    }
    .col-sm-push-0
    {
        left: auto;
    }
    .col-sm-offset-24
    {
        margin-left: 100%;
    }
    .col-sm-offset-23
    {
        margin-left: 95.83333333%;
    }
    .col-sm-offset-22
    {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-21
    {
        margin-left: 87.5%;
    }
    .col-sm-offset-20
    {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-19
    {
        margin-left: 79.16666667%;
    }
    .col-sm-offset-18
    {
        margin-left: 75%;
    }
    .col-sm-offset-17
    {
        margin-left: 70.83333333%;
    }
    .col-sm-offset-16
    {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-15
    {
        margin-left: 62.5%;
    }
    .col-sm-offset-14
    {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-13
    {
        margin-left: 54.16666667%;
    }
    .col-sm-offset-12
    {
        margin-left: 50%;
    }
    .col-sm-offset-11
    {
        margin-left: 45.83333333%;
    }
    .col-sm-offset-10
    {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-9
    {
        margin-left: 37.5%;
    }
    .col-sm-offset-8
    {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-7
    {
        margin-left: 29.16666667%;
    }
    .col-sm-offset-6
    {
        margin-left: 25%;
    }
    .col-sm-offset-5
    {
        margin-left: 20.83333333%;
    }
    .col-sm-offset-4
    {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-3
    {
        margin-left: 12.5%;
    }
    .col-sm-offset-2
    {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-1
    {
        margin-left: 4.16666667%;
    }
    .col-sm-offset-0
    {
        margin-left: 0;
    }
}
@media(min-width: 992px)
{
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-2, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9
    {
        float: left;
    }
    .col-md-24
    {
        width: 100%;
    }
    .col-md-23
    {
        width: 95.83333333%;
    }
    .col-md-22
    {
        width: 91.66666667%;
    }
    .col-md-21
    {
        width: 87.5%;
    }
    .col-md-20
    {
        width: 83.33333333%;
    }
    .col-md-19
    {
        width: 79.16666667%;
    }
    .col-md-18
    {
        width: 75%;
    }
    .col-md-17
    {
        width: 70.83333333%;
    }
    .col-md-16
    {
        width: 66.66666667%;
    }
    .col-md-15
    {
        width: 62.5%;
    }
    .col-md-14
    {
        width: 58.33333333%;
    }
    .col-md-13
    {
        width: 54.16666667%;
    }
    .col-md-12
    {
        width: 50%;
    }
    .col-md-11
    {
        width: 45.83333333%;
    }
    .col-md-10
    {
        width: 41.66666667%;
    }
    .col-md-9
    {
        width: 37.5%;
    }
    .col-md-8
    {
        width: 33.33333333%;
    }
    .col-md-7
    {
        width: 29.16666667%;
    }
    .col-md-6
    {
        width: 25%;
    }
    .col-md-5
    {
        width: 20.83333333%;
    }
    .col-md-4
    {
        width: 16.66666667%;
    }
    .col-md-3
    {
        width: 12.5%;
    }
    .col-md-2
    {
        width: 8.33333333%;
    }
    .col-md-1
    {
        width: 4.16666667%;
    }
    .col-md-pull-24
    {
        right: 100%;
    }
    .col-md-pull-23
    {
        right: 95.83333333%;
    }
    .col-md-pull-22
    {
        right: 91.66666667%;
    }
    .col-md-pull-21
    {
        right: 87.5%;
    }
    .col-md-pull-20
    {
        right: 83.33333333%;
    }
    .col-md-pull-19
    {
        right: 79.16666667%;
    }
    .col-md-pull-18
    {
        right: 75%;
    }
    .col-md-pull-17
    {
        right: 70.83333333%;
    }
    .col-md-pull-16
    {
        right: 66.66666667%;
    }
    .col-md-pull-15
    {
        right: 62.5%;
    }
    .col-md-pull-14
    {
        right: 58.33333333%;
    }
    .col-md-pull-13
    {
        right: 54.16666667%;
    }
    .col-md-pull-12
    {
        right: 50%;
    }
    .col-md-pull-11
    {
        right: 45.83333333%;
    }
    .col-md-pull-10
    {
        right: 41.66666667%;
    }
    .col-md-pull-9
    {
        right: 37.5%;
    }
    .col-md-pull-8
    {
        right: 33.33333333%;
    }
    .col-md-pull-7
    {
        right: 29.16666667%;
    }
    .col-md-pull-6
    {
        right: 25%;
    }
    .col-md-pull-5
    {
        right: 20.83333333%;
    }
    .col-md-pull-4
    {
        right: 16.66666667%;
    }
    .col-md-pull-3
    {
        right: 12.5%;
    }
    .col-md-pull-2
    {
        right: 8.33333333%;
    }
    .col-md-pull-1
    {
        right: 4.16666667%;
    }
    .col-md-pull-0
    {
        right: auto;
    }
    .col-md-push-24
    {
        left: 100%;
    }
    .col-md-push-23
    {
        left: 95.83333333%;
    }
    .col-md-push-22
    {
        left: 91.66666667%;
    }
    .col-md-push-21
    {
        left: 87.5%;
    }
    .col-md-push-20
    {
        left: 83.33333333%;
    }
    .col-md-push-19
    {
        left: 79.16666667%;
    }
    .col-md-push-18
    {
        left: 75%;
    }
    .col-md-push-17
    {
        left: 70.83333333%;
    }
    .col-md-push-16
    {
        left: 66.66666667%;
    }
    .col-md-push-15
    {
        left: 62.5%;
    }
    .col-md-push-14
    {
        left: 58.33333333%;
    }
    .col-md-push-13
    {
        left: 54.16666667%;
    }
    .col-md-push-12
    {
        left: 50%;
    }
    .col-md-push-11
    {
        left: 45.83333333%;
    }
    .col-md-push-10
    {
        left: 41.66666667%;
    }
    .col-md-push-9
    {
        left: 37.5%;
    }
    .col-md-push-8
    {
        left: 33.33333333%;
    }
    .col-md-push-7
    {
        left: 29.16666667%;
    }
    .col-md-push-6
    {
        left: 25%;
    }
    .col-md-push-5
    {
        left: 20.83333333%;
    }
    .col-md-push-4
    {
        left: 16.66666667%;
    }
    .col-md-push-3
    {
        left: 12.5%;
    }
    .col-md-push-2
    {
        left: 8.33333333%;
    }
    .col-md-push-1
    {
        left: 4.16666667%;
    }
    .col-md-push-0
    {
        left: auto;
    }
    .col-md-offset-24
    {
        margin-left: 100%;
    }
    .col-md-offset-23
    {
        margin-left: 95.83333333%;
    }
    .col-md-offset-22
    {
        margin-left: 91.66666667%;
    }
    .col-md-offset-21
    {
        margin-left: 87.5%;
    }
    .col-md-offset-20
    {
        margin-left: 83.33333333%;
    }
    .col-md-offset-19
    {
        margin-left: 79.16666667%;
    }
    .col-md-offset-18
    {
        margin-left: 75%;
    }
    .col-md-offset-17
    {
        margin-left: 70.83333333%;
    }
    .col-md-offset-16
    {
        margin-left: 66.66666667%;
    }
    .col-md-offset-15
    {
        margin-left: 62.5%;
    }
    .col-md-offset-14
    {
        margin-left: 58.33333333%;
    }
    .col-md-offset-13
    {
        margin-left: 54.16666667%;
    }
    .col-md-offset-12
    {
        margin-left: 50%;
    }
    .col-md-offset-11
    {
        margin-left: 45.83333333%;
    }
    .col-md-offset-10
    {
        margin-left: 41.66666667%;
    }
    .col-md-offset-9
    {
        margin-left: 37.5%;
    }
    .col-md-offset-8
    {
        margin-left: 33.33333333%;
    }
    .col-md-offset-7
    {
        margin-left: 29.16666667%;
    }
    .col-md-offset-6
    {
        margin-left: 25%;
    }
    .col-md-offset-5
    {
        margin-left: 20.83333333%;
    }
    .col-md-offset-4
    {
        margin-left: 16.66666667%;
    }
    .col-md-offset-3
    {
        margin-left: 12.5%;
    }
    .col-md-offset-2
    {
        margin-left: 8.33333333%;
    }
    .col-md-offset-1
    {
        margin-left: 4.16666667%;
    }
    .col-md-offset-0
    {
        margin-left: 0;
    }
}
@media(min-width: 1200px)
{
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-2, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9
    {
        float: left;
    }
    .col-lg-24
    {
        width: 100%;
    }
    .col-lg-23
    {
        width: 95.83333333%;
    }
    .col-lg-22
    {
        width: 91.66666667%;
    }
    .col-lg-21
    {
        width: 87.5%;
    }
    .col-lg-20
    {
        width: 83.33333333%;
    }
    .col-lg-19
    {
        width: 79.16666667%;
    }
    .col-lg-18
    {
        width: 75%;
    }
    .col-lg-17
    {
        width: 70.83333333%;
    }
    .col-lg-16
    {
        width: 66.66666667%;
    }
    .col-lg-15
    {
        width: 62.5%;
    }
    .col-lg-14
    {
        width: 58.33333333%;
    }
    .col-lg-13
    {
        width: 54.16666667%;
    }
    .col-lg-12
    {
        width: 50%;
    }
    .col-lg-11
    {
        width: 45.83333333%;
    }
    .col-lg-10
    {
        width: 41.66666667%;
    }
    .col-lg-9
    {
        width: 37.5%;
    }
    .col-lg-8
    {
        width: 33.33333333%;
    }
    .col-lg-7
    {
        width: 29.16666667%;
    }
    .col-lg-6
    {
        width: 25%;
    }
    .col-lg-5
    {
        width: 20.83333333%;
    }
    .col-lg-4
    {
        width: 16.66666667%;
    }
    .col-lg-3
    {
        width: 12.5%;
    }
    .col-lg-2
    {
        width: 8.33333333%;
    }
    .col-lg-1
    {
        width: 4.16666667%;
    }
    .col-lg-pull-24
    {
        right: 100%;
    }
    .col-lg-pull-23
    {
        right: 95.83333333%;
    }
    .col-lg-pull-22
    {
        right: 91.66666667%;
    }
    .col-lg-pull-21
    {
        right: 87.5%;
    }
    .col-lg-pull-20
    {
        right: 83.33333333%;
    }
    .col-lg-pull-19
    {
        right: 79.16666667%;
    }
    .col-lg-pull-18
    {
        right: 75%;
    }
    .col-lg-pull-17
    {
        right: 70.83333333%;
    }
    .col-lg-pull-16
    {
        right: 66.66666667%;
    }
    .col-lg-pull-15
    {
        right: 62.5%;
    }
    .col-lg-pull-14
    {
        right: 58.33333333%;
    }
    .col-lg-pull-13
    {
        right: 54.16666667%;
    }
    .col-lg-pull-12
    {
        right: 50%;
    }
    .col-lg-pull-11
    {
        right: 45.83333333%;
    }
    .col-lg-pull-10
    {
        right: 41.66666667%;
    }
    .col-lg-pull-9
    {
        right: 37.5%;
    }
    .col-lg-pull-8
    {
        right: 33.33333333%;
    }
    .col-lg-pull-7
    {
        right: 29.16666667%;
    }
    .col-lg-pull-6
    {
        right: 25%;
    }
    .col-lg-pull-5
    {
        right: 20.83333333%;
    }
    .col-lg-pull-4
    {
        right: 16.66666667%;
    }
    .col-lg-pull-3
    {
        right: 12.5%;
    }
    .col-lg-pull-2
    {
        right: 8.33333333%;
    }
    .col-lg-pull-1
    {
        right: 4.16666667%;
    }
    .col-lg-pull-0
    {
        right: auto;
    }
    .col-lg-push-24
    {
        left: 100%;
    }
    .col-lg-push-23
    {
        left: 95.83333333%;
    }
    .col-lg-push-22
    {
        left: 91.66666667%;
    }
    .col-lg-push-21
    {
        left: 87.5%;
    }
    .col-lg-push-20
    {
        left: 83.33333333%;
    }
    .col-lg-push-19
    {
        left: 79.16666667%;
    }
    .col-lg-push-18
    {
        left: 75%;
    }
    .col-lg-push-17
    {
        left: 70.83333333%;
    }
    .col-lg-push-16
    {
        left: 66.66666667%;
    }
    .col-lg-push-15
    {
        left: 62.5%;
    }
    .col-lg-push-14
    {
        left: 58.33333333%;
    }
    .col-lg-push-13
    {
        left: 54.16666667%;
    }
    .col-lg-push-12
    {
        left: 50%;
    }
    .col-lg-push-11
    {
        left: 45.83333333%;
    }
    .col-lg-push-10
    {
        left: 41.66666667%;
    }
    .col-lg-push-9
    {
        left: 37.5%;
    }
    .col-lg-push-8
    {
        left: 33.33333333%;
    }
    .col-lg-push-7
    {
        left: 29.16666667%;
    }
    .col-lg-push-6
    {
        left: 25%;
    }
    .col-lg-push-5
    {
        left: 20.83333333%;
    }
    .col-lg-push-4
    {
        left: 16.66666667%;
    }
    .col-lg-push-3
    {
        left: 12.5%;
    }
    .col-lg-push-2
    {
        left: 8.33333333%;
    }
    .col-lg-push-1
    {
        left: 4.16666667%;
    }
    .col-lg-push-0
    {
        left: auto;
    }
    .col-lg-offset-24
    {
        margin-left: 100%;
    }
    .col-lg-offset-23
    {
        margin-left: 95.83333333%;
    }
    .col-lg-offset-22
    {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-21
    {
        margin-left: 87.5%;
    }
    .col-lg-offset-20
    {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-19
    {
        margin-left: 79.16666667%;
    }
    .col-lg-offset-18
    {
        margin-left: 75%;
    }
    .col-lg-offset-17
    {
        margin-left: 70.83333333%;
    }
    .col-lg-offset-16
    {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-15
    {
        margin-left: 62.5%;
    }
    .col-lg-offset-14
    {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-13
    {
        margin-left: 54.16666667%;
    }
    .col-lg-offset-12
    {
        margin-left: 50%;
    }
    .col-lg-offset-11
    {
        margin-left: 45.83333333%;
    }
    .col-lg-offset-10
    {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-9
    {
        margin-left: 37.5%;
    }
    .col-lg-offset-8
    {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-7
    {
        margin-left: 29.16666667%;
    }
    .col-lg-offset-6
    {
        margin-left: 25%;
    }
    .col-lg-offset-5
    {
        margin-left: 20.83333333%;
    }
    .col-lg-offset-4
    {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-3
    {
        margin-left: 12.5%;
    }
    .col-lg-offset-2
    {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-1
    {
        margin-left: 4.16666667%;
    }
    .col-lg-offset-0
    {
        margin-left: 0;
    }
}
table
{
    background-color: transparent;
}
table col[class*=col-]
{
    display: table-column;
    float: none;
    position: static;
}
table td[class*=col-], table th[class*=col-]
{
    display: table-cell;
    float: none;
    position: static;
}
caption
{
    color: #777;
    padding-bottom: 8px;
    padding-top: 8px;
}
caption, th
{
    text-align: left;
}
.table
{
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
    border-top: 1px solid #ddd;
    line-height: 1.42857143;
    padding: 8px;
    vertical-align: top;
}
.table>thead>tr>th
{
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th
{
    border-top: 0;
}
.table>tbody+tbody
{
    border-top: 2px solid #ddd;
}
.table .table
{
    background-color: #fff;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th
{
    padding: 5px;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th
{
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th
{
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd)
{
    background-color: #e9e9e9;
}
.table-hover>tbody>tr:hover, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active
{
    background-color: #f5f5f5;
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover
{
    background-color: #e8e8e8;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success
{
    background-color: #dff0d8;
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover
{
    background-color: #d0e9c6;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info
{
    background-color: #d9edf7;
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover
{
    background-color: #c4e3f3;
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning
{
    background-color: #fcf8e3;
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover
{
    background-color: #faf2cc;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger
{
    background-color: #f2dede;
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover
{
    background-color: #ebcccc;
}
.table-responsive
{
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px)
{
    .table-responsive
    {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        overflow-y: hidden;
        width: 100%;
    }
    .table-responsive>.table
    {
        margin-bottom: 0;
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th
    {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered
    {
        border: 0;
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child
    {
        border-left: 0;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child
    {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th
    {
        border-bottom: 0;
    }
}
fieldset
{
    margin: 0;
    min-width: 0;
}
fieldset, legend
{
    border: 0;
    padding: 0;
}
legend
{
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    width: 100%;
}
label
{
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}
input[type=search]
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
input[type=checkbox], input[type=radio]
{
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px\9;
}
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;
}
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
{
    padding-top: 7px;
}
.form-control, output
{
    color: #2f2f2f;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
}
.form-control
{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    height: 34px;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}
.form-control:focus
{
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    outline: 0;
}
.form-control::-moz-placeholder
{
    color: #777;
    opacity: 1;
}
.form-control:-ms-input-placeholder
{
    color: #777;
}
.form-control::-webkit-input-placeholder
{
    color: #777;
}
.form-control::-ms-expand
{
    background-color: transparent;
    border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control
{
    cursor: not-allowed;
}
textarea.form-control
{
    height: auto;
}
@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: 34px;
    }
    .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: 30px;
    }
    .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: 46px;
    }
}
.form-group
{
    margin-bottom: 15px;
}
.checkbox, .radio
{
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label
{
    cursor: not-allowed;
}
.checkbox label, .radio label
{
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]
{
    margin-left: -20px;
    margin-top: 4px\9;
    position: absolute;
}
.checkbox+.checkbox, .radio+.radio
{
    margin-top: -5px;
}
.checkbox-inline, .radio-inline
{
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    vertical-align: middle;
}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline
{
    cursor: not-allowed;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline
{
    margin-left: 10px;
    margin-top: 0;
}
.form-control-static
{
    margin-bottom: 0;
    min-height: 34px;
    padding-bottom: 7px;
    padding-top: 7px;
}
.form-control-static.input-lg, .form-control-static.input-sm
{
    padding-left: 0;
    padding-right: 0;
}
.input-sm
{
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
}
select.input-sm
{
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm, textarea.input-sm
{
    height: auto;
}
.form-group-sm .form-control
{
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
}
.form-group-sm select.form-control
{
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control
{
    height: auto;
}
.form-group-sm .form-control-static
{
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    min-height: 32px;
    padding: 6px 10px;
}
.input-lg
{
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px;
}
select.input-lg
{
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg, textarea.input-lg
{
    height: auto;
}
.form-group-lg .form-control
{
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px;
}
.form-group-lg select.form-control
{
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control
{
    height: auto;
}
.form-group-lg .form-control-static
{
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    min-height: 38px;
    padding: 11px 16px;
}
.has-feedback
{
    position: relative;
}
.has-feedback .form-control
{
    padding-right: 42.5px;
}
.form-control-feedback
{
    display: block;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 2;
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback
{
    height: 46px;
    line-height: 46px;
    width: 46px;
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback
{
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label
{
    color: #3c763d;
}
.has-success .form-control
{
    border-color: #3c763d;
    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
{
    background-color: #dff0d8;
    border-color: #3c763d;
    color: #3c763d;
}
.has-success .form-control-feedback
{
    color: #3c763d;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label
{
    color: #8a6d3b;
}
.has-warning .form-control
{
    border-color: #8a6d3b;
    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
{
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    color: #8a6d3b;
}
.has-warning .form-control-feedback
{
    color: #8a6d3b;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label
{
    color: #a94442;
}
.has-error .form-control
{
    border-color: #a94442;
    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
{
    background-color: #f2dede;
    border-color: #a94442;
    color: #a94442;
}
.has-error .form-control-feedback
{
    color: #a94442;
}
.has-feedback label~.form-control-feedback
{
    top: 25px;
}
.has-feedback label.sr-only~.form-control-feedback
{
    top: 0;
}
.help-block
{
    color: #8b8d8e;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}
@media(min-width: 768px)
{
    .form-inline .form-group
    {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control
    {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }
    .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-bottom: 0;
        margin-top: 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]
    {
        margin-left: 0;
        position: relative;
    }
    .form-inline .has-feedback .form-control-feedback
    {
        top: 0;
    }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline
{
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox, .form-horizontal .radio
{
    min-height: 27px;
}
.form-horizontal .form-group
{
    margin-left: -15px;
    margin-right: -15px;
}
@media(min-width: 768px)
{
    .form-horizontal .control-label
    {
        margin-bottom: 0;
        padding-top: 7px;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback
{
    right: 15px;
}
@media(min-width: 768px)
{
    .form-horizontal .form-group-lg .control-label
    {
        font-size: 18px;
        padding-top: 11px;
    }
    .form-horizontal .form-group-sm .control-label
    {
        font-size: 12px;
        padding-top: 6px;
    }
}
.btn
{
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.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: #333;
    text-decoration: none;
}
.btn.active, .btn:active
{
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    outline: 0;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn
{
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}
a.btn.disabled, fieldset[disabled] a.btn
{
    pointer-events: none;
}
.btn-default
{
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.btn-default.focus, .btn-default:focus
{
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    color: #333;
}
.btn-default:hover
{
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default
{
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
    color: #333;
}
.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
{
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    color: #333;
}
.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: #fff;
    border-color: #ccc;
}
.btn-default .badge
{
    background-color: #333;
    color: #fff;
}
.btn-primary
{
    background-color: #f06c00;
    border-color: #f06c00;
    color: #fff;
}
.btn-primary.focus, .btn-primary:focus
{
    background-color: #bd5500;
    border-color: #713300;
    color: #fff;
}
.btn-primary:hover
{
    background-color: #bd5500;
    border-color: #b35000;
    color: #fff;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary
{
    background-color: #bd5500;
    background-image: none;
    border-color: #b35000;
    color: #fff;
}
.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
{
    background-color: #994500;
    border-color: #713300;
    color: #fff;
}
.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: #f06c00;
    border-color: #f06c00;
}
.btn-primary .badge
{
    background-color: #fff;
    color: #f06c00;
}
.btn-success
{
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}
.btn-success.focus, .btn-success:focus
{
    background-color: #449d44;
    border-color: #2d672d;
    color: #fff;
}
.btn-success:hover
{
    background-color: #449d44;
    border-color: #419641;
    color: #fff;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success
{
    background-color: #449d44;
    background-image: none;
    border-color: #419641;
    color: #fff;
}
.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
{
    background-color: #398439;
    border-color: #2d672d;
    color: #fff;
}
.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: #5cb85c;
}
.btn-success .badge
{
    background-color: #fff;
    color: #5cb85c;
}
.btn-info
{
    background-color: #3f7b96;
    border-color: #3f7b96;
    color: #fff;
}
.btn-info.focus, .btn-info:focus
{
    background-color: #305e72;
    border-color: #19313c;
    color: #fff;
}
.btn-info:hover
{
    background-color: #305e72;
    border-color: #2d586b;
    color: #fff;
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info
{
    background-color: #305e72;
    background-image: none;
    border-color: #2d586b;
    color: #fff;
}
.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
{
    background-color: #254959;
    border-color: #19313c;
    color: #fff;
}
.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: #3f7b96;
    border-color: #3f7b96;
}
.btn-info .badge
{
    background-color: #fff;
    color: #3f7b96;
}
.btn-warning
{
    background-color: #f06c00;
    border-color: #f06c00;
    color: #fff;
}
.btn-warning.focus, .btn-warning:focus
{
    background-color: #bd5500;
    border-color: #713300;
    color: #fff;
}
.btn-warning:hover
{
    background-color: #bd5500;
    border-color: #b35000;
    color: #fff;
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning
{
    background-color: #bd5500;
    background-image: none;
    border-color: #b35000;
    color: #fff;
}
.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
{
    background-color: #994500;
    border-color: #713300;
    color: #fff;
}
.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: #f06c00;
    border-color: #f06c00;
}
.btn-warning .badge
{
    background-color: #fff;
    color: #f06c00;
}
.btn-danger
{
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.btn-danger.focus, .btn-danger:focus
{
    background-color: #c9302c;
    border-color: #8b211e;
    color: #fff;
}
.btn-danger:hover
{
    background-color: #c9302c;
    border-color: #c12e2a;
    color: #fff;
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger
{
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a;
    color: #fff;
}
.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
{
    background-color: #ac2925;
    border-color: #8b211e;
    color: #fff;
}
.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: #d9534f;
}
.btn-danger .badge
{
    background-color: #fff;
    color: #d9534f;
}
.btn-link
{
    border-radius: 0;
    color: #032788;
    font-weight: 400;
}
.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
{
    background-color: transparent;
    color: #032788;
    text-decoration: underline;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover
{
    color: #777;
    text-decoration: none;
}
.btn-group-lg>.btn, .btn-lg
{
    border-radius: 0;
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px;
}
.btn-group-sm>.btn, .btn-sm
{
    border-radius: 0;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-group-xs>.btn, .btn-xs
{
    border-radius: 0;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}
.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
{
    height: 0;
    overflow: hidden;
    position: relative;
    transition-duration: .35s;
    transition-property: height,visibility;
    transition-timing-function: ease;
}
.caret
{
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
.dropdown, .dropup
{
    position: relative;
}
.dropdown-toggle:focus
{
    outline: 0;
}
.dropdown-menu
{
    background-clip: padding-box;
    background-color: #fff;
    border: 1px;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu.pull-right
{
    left: auto;
    right: 0;
}
.dropdown-menu .divider
{
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.dropdown-menu>li>a
{
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
    background-color: #fff;
    color: #262626;
    text-decoration: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
{
    background-color: #f06c00;
    color: #fff;
    outline: 0;
    text-decoration: none;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover
{
    color: #777;
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover
{
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-decoration: none;
}
.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
{
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-backdrop
{
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu
{
    left: auto;
    right: 0;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret
{
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    border-top: 0;
    content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu
{
    bottom: 100%;
    margin-bottom: 2px;
    top: auto;
}
@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
{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.btn-group-vertical>.btn, .btn-group>.btn
{
    float: left;
    position: relative;
}
.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;
}
.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;
    max-width: 100%;
    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-left: 0;
    margin-top: -1px;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child)
{
    border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child), .btn-group-vertical>.btn:last-child:not(:first-child)
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn
{
    border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified
{
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group
{
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified>.btn-group .btn
{
    width: 100%;
}
.btn-group-justified>.btn-group .dropdown-menu
{
    left: auto;
}
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio]
{
    clip: rect(0,0,0,0);
    pointer-events: none;
    position: absolute;
}
.input-group
{
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group[class*=col-]
{
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control
{
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.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
{
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn
{
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn
{
    height: auto;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn
{
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn
{
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn
{
    height: auto;
}
.input-group .form-control, .input-group-addon, .input-group-btn
{
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child)
{
    border-radius: 0;
}
.input-group-addon, .input-group-btn
{
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group-addon
{
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.input-group-addon.input-sm
{
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
}
.input-group-addon.input-lg
{
    border-radius: 6px;
    font-size: 18px;
    padding: 10px 16px;
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio]
{
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle)
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child
{
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child
{
    border-left: 0;
}
.input-group-btn
{
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn, .input-group-btn>.btn
{
    position: relative;
}
.input-group-btn>.btn+.btn
{
    margin-left: -1px;
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover
{
    z-index: 2;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group
{
    margin-right: -1px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group
{
    margin-left: -1px;
    z-index: 2;
}
.nav
{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav>li, .nav>li>a
{
    display: block;
    position: relative;
}
.nav>li>a
{
    padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover
{
    background-color: #eee;
    text-decoration: none;
}
.nav>li.disabled>a
{
    color: #777;
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover
{
    background-color: transparent;
    color: #777;
    cursor: not-allowed;
    text-decoration: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
    background-color: #eee;
    border-color: #032788;
}
.nav .nav-divider
{
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.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
{
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
    line-height: 1.42857143;
    margin-right: 2px;
}
.nav-tabs>li>a:hover
{
    border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #ddd transparent;
    color: #2f2f2f;
    cursor: default;
}
.nav-tabs.nav-justified
{
    border-bottom: 0;
    width: 100%;
}
.nav-tabs.nav-justified>li
{
    float: none;
}
.nav-tabs.nav-justified>li>a
{
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu
{
    left: auto;
    top: 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
{
    border-radius: 0;
    margin-right: 0;
}
.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: 0 0 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: 0;
}
.nav-pills>li+li
{
    margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
{
    background-color: #f06c00;
    color: #fff;
}
.nav-stacked>li
{
    float: none;
}
.nav-stacked>li+li
{
    margin-left: 0;
    margin-top: 2px;
}
.nav-justified
{
    width: 100%;
}
.nav-justified>li
{
    float: none;
}
.nav-justified>li>a
{
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified>.dropdown .dropdown-menu
{
    left: auto;
    top: 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
{
    border-radius: 0;
    margin-right: 0;
}
.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: 0 0 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
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.navbar
{
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 5rem;
    position: relative;
}
@media(min-width: 768px)
{
    .navbar
    {
        border-radius: 0;
    }
    .navbar-header
    {
        float: left;
    }
}
.navbar-collapse
{
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-collapse.in
{
    overflow-y: auto;
}
@media(min-width: 768px)
{
    .navbar-collapse
    {
        border-top: 0;
        box-shadow: none;
        width: auto;
    }
    .navbar-collapse.collapse
    {
        display: block!important;
        height: auto!important;
        overflow: visible!important;
        padding-bottom: 0;
    }
    .navbar-collapse.in
    {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse
    {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-bottom, .navbar-fixed-top
{
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse
{
    max-height: 340px;
}
@media(max-device-width: 480px) and (orientation: landscape)
{
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse
    {
        max-height: 200px;
    }
}
@media(min-width: 768px)
{
    .navbar-fixed-bottom, .navbar-fixed-top
    {
        border-radius: 0;
    }
}
.navbar-fixed-top
{
    border-width: 0 0 1px;
    top: 0;
}
.navbar-fixed-bottom
{
    border-width: 1px 0 0;
    bottom: 0;
    margin-bottom: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header
{
    margin-left: -15px;
    margin-right: -15px;
}
@media(min-width: 768px)
{
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header
    {
        margin-left: 0;
        margin-right: 0;
    }
}
.navbar-static-top
{
    border-width: 0 0 1px;
    z-index: 1000;
}
@media(min-width: 768px)
{
    .navbar-static-top
    {
        border-radius: 0;
    }
}
.navbar-brand
{
    float: left;
    font-size: 18px;
    height: 5rem;
    line-height: 20px;
    padding: -7.5rem 15px;
}
.navbar-brand:focus, .navbar-brand:hover
{
    text-decoration: none;
}
.navbar-brand>img
{
    display: block;
}
@media(min-width: 768px)
{
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
    {
        margin-left: -15px;
    }
}
.navbar-toggle
{
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
    margin-bottom: -14.5rem;
    margin-right: 15px;
    margin-top: -14.5rem;
    padding: 9px 10px;
    position: relative;
}
.navbar-toggle:focus
{
    outline: 0;
}
.navbar-toggle .icon-bar
{
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.navbar-toggle .icon-bar+.icon-bar
{
    margin-top: 4px;
}
@media(min-width: 768px)
{
    .navbar-toggle
    {
        display: none;
    }
}
.navbar-nav
{
    margin: -3.75rem -15px;
}
.navbar-nav>li>a
{
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
@media(max-width: 767px)
{
    .navbar-nav .open .dropdown-menu
    {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a
    {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a
    {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover
    {
        background-image: none;
    }
}
@media(min-width: 768px)
{
    .navbar-nav
    {
        float: left;
        margin: 0;
    }
    .navbar-nav>li
    {
        float: left;
    }
    .navbar-nav>li>a
    {
        padding-bottom: -7.5rem;
        padding-top: -7.5rem;
    }
}
.navbar-form
{
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
    margin: -14.5rem -15px;
    padding: 10px 15px;
}
@media(min-width: 768px)
{
    .navbar-form .form-group
    {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control
    {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }
    .navbar-form .form-control-static
    {
        display: inline-block;
    }
    .navbar-form .input-group
    {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn
    {
        width: auto;
    }
    .navbar-form .input-group>.form-control
    {
        width: 100%;
    }
    .navbar-form .control-label
    {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox, .navbar-form .radio
    {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label, .navbar-form .radio label
    {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio]
    {
        margin-left: 0;
        position: relative;
    }
    .navbar-form .has-feedback .form-control-feedback
    {
        top: 0;
    }
}
@media(max-width: 767px)
{
    .navbar-form .form-group
    {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child
    {
        margin-bottom: 0;
    }
}
@media(min-width: 768px)
{
    .navbar-form
    {
        border: 0;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: auto;
    }
}
.navbar-nav>li>.dropdown-menu
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0;
}
.navbar-btn
{
    margin-bottom: -14.5rem;
    margin-top: -14.5rem;
}
.navbar-btn.btn-sm
{
    margin-bottom: -12.5rem;
    margin-top: -12.5rem;
}
.navbar-btn.btn-xs
{
    margin-bottom: -8.5rem;
    margin-top: -8.5rem;
}
.navbar-text
{
    margin-bottom: -7.5rem;
    margin-top: -7.5rem;
}
@media(min-width: 768px)
{
    .navbar-text
    {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-left
    {
        float: left!important;
    }
    .navbar-right
    {
        float: right!important;
        margin-right: -15px;
    }
    .navbar-right~.navbar-right
    {
        margin-right: 0;
    }
}
.navbar-default
{
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand
{
    color: #777;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
{
    background-color: transparent;
    color: #5e5e5e;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text
{
    color: #777;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
{
    background-color: transparent;
    color: #333;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
    background-color: #e7e7e7;
    color: #555;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover
{
    background-color: transparent;
    color: #ccc;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover
{
    background-color: #e7e7e7;
    color: #555;
}
@media(max-width: 767px)
{
    .navbar-default .navbar-nav .open .dropdown-menu>li>a
    {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover
    {
        background-color: transparent;
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover
    {
        background-color: #e7e7e7;
        color: #555;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover
    {
        background-color: transparent;
        color: #ccc;
    }
}
.navbar-default .navbar-toggle
{
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
    border-color: #e7e7e7;
}
.navbar-default .navbar-link
{
    color: #777;
}
.navbar-default .navbar-link:hover
{
    color: #333;
}
.navbar-default .btn-link
{
    color: #777;
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover
{
    color: #333;
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover
{
    color: #ccc;
}
.navbar-inverse
{
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand
{
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover
{
    background-color: transparent;
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text
{
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover
{
    background-color: transparent;
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
{
    background-color: #080808;
    color: #fff;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover
{
    background-color: transparent;
    color: #444;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover
{
    background-color: #080808;
    color: #fff;
}
@media(max-width: 767px)
{
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header
    {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider
    {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a
    {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover
    {
        background-color: transparent;
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover
    {
        background-color: #080808;
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover
    {
        background-color: transparent;
        color: #444;
    }
}
.navbar-inverse .navbar-toggle
{
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover
{
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar
{
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
    border-color: #101010;
}
.navbar-inverse .navbar-link
{
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover
{
    color: #fff;
}
.navbar-inverse .btn-link
{
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover
{
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover
{
    color: #444;
}
.breadcrumb
{
    background-color: #f5f5f5;
    border-radius: 0;
    list-style: none;
    margin-bottom: 20px;
    padding: 8px 0;
}
.breadcrumb>li
{
    display: inline-block;
}
.breadcrumb>li+li:before
{
    color: #656668;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb>.active
{
    color: #000;
}
.pagination
{
    border-radius: 0;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
.pagination>li
{
    display: inline;
}
.pagination>li>a, .pagination>li>span
{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #032788;
    float: left;
    line-height: 1.42857143;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover
{
    background-color: #eee;
    border-color: #ddd;
    color: #032788;
    z-index: 2;
}
.pagination>li:first-child>a, .pagination>li:first-child>span
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
    background-color: #f06c00;
    border-color: #f06c00;
    color: #fff;
    cursor: default;
    z-index: 3;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover
{
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed;
}
.pagination-lg>li>a, .pagination-lg>li>span
{
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px;
}
.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
{
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.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;
}
.pager
{
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
}
.pager li
{
    display: inline;
}
.pager li>a, .pager li>span
{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li>a:focus, .pager li>a:hover
{
    background-color: #eee;
    text-decoration: none;
}
.pager .next>a, .pager .next>span
{
    float: right;
}
.pager .previous>a, .pager .previous>span
{
    float: left;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span
{
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}
.label
{
    border-radius: .25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
a.label:focus, a.label:hover
{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.label:empty
{
    display: none;
}
.btn .label
{
    position: relative;
    top: -1px;
}
.label-default
{
    background-color: #777;
}
.label-default[href]:focus, .label-default[href]:hover
{
    background-color: #5e5e5e;
}
.label-primary
{
    background-color: #f06c00;
}
.label-primary[href]:focus, .label-primary[href]:hover
{
    background-color: #bd5500;
}
.label-success
{
    background-color: #5cb85c;
}
.label-success[href]:focus, .label-success[href]:hover
{
    background-color: #449d44;
}
.label-info
{
    background-color: #3f7b96;
}
.label-info[href]:focus, .label-info[href]:hover
{
    background-color: #305e72;
}
.label-warning
{
    background-color: #f06c00;
}
.label-warning[href]:focus, .label-warning[href]:hover
{
    background-color: #bd5500;
}
.label-danger
{
    background-color: #d9534f;
}
.label-danger[href]:focus, .label-danger[href]:hover
{
    background-color: #c9302c;
}
.badge
{
    background-color: #777;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.badge:empty
{
    display: none;
}
.btn .badge
{
    position: relative;
    top: -1px;
}
.btn-group-xs>.btn .badge, .btn-xs .badge
{
    padding: 1px 5px;
    top: 0;
}
a.badge:focus, a.badge:hover
{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge
{
    background-color: #fff;
    color: #032788;
}
.list-group-item>.badge
{
    float: right;
}
.list-group-item>.badge+.badge
{
    margin-right: 5px;
}
.nav-pills>li>a>.badge
{
    margin-left: 3px;
}
.jumbotron
{
    background-color: #eee;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.jumbotron .h1, .jumbotron h1
{
    color: inherit;
}
.jumbotron p
{
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 15px;
}
.jumbotron>hr
{
    border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron
{
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}
.jumbotron .container
{
    max-width: 100%;
}
@media screen and (min-width: 768px)
{
    .jumbotron
    {
        padding-bottom: 48px;
        padding-top: 48px;
    }
    .container .jumbotron, .container-fluid .jumbotron
    {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron .h1, .jumbotron h1
    {
        font-size: 63px;
    }
}
.thumbnail
{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: block;
    line-height: 1.42857143;
    margin-bottom: 20px;
    padding: 4px;
    transition: border .2s ease-in-out;
}
.thumbnail a>img, .thumbnail>img
{
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover
{
    border-color: #032788;
}
.thumbnail .caption
{
    color: #4c4d4e;
    padding: 9px;
}
.alert
{
    border: 1px solid transparent;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 15px;
}
.alert h4
{
    color: inherit;
    margin-top: 0;
}
.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
{
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-success
{
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr
{
    border-top-color: #c9e2b3;
}
.alert-success .alert-link
{
    color: #2b542c;
}
.alert-info
{
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr
{
    border-top-color: #a6e1ec;
}
.alert-info .alert-link
{
    color: #245269;
}
.alert-warning
{
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr
{
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link
{
    color: #66512c;
}
.alert-danger
{
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr
{
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link
{
    color: #843534;
}
@keyframes progress-bar-stripes
{
    0%
    {
        background-position: 40px 0;
    }
    to
    {
        background-position: 0 0;
    }
}
.progress
{
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.progress-bar
{
    background-color: #f06c00;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width .6s ease;
    width: 0;
}
.progress-bar-striped, .progress-striped .progress-bar
{
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 40px 40px;
}
.progress-bar.active, .progress.active .progress-bar
{
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success
{
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success
{
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}
.progress-bar-info
{
    background-color: #3f7b96;
}
.progress-striped .progress-bar-info
{
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}
.progress-bar-warning
{
    background-color: #f06c00;
}
.progress-striped .progress-bar-warning
{
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}
.progress-bar-danger
{
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger
{
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}
.media
{
    margin-top: 15px;
}
.media:first-child
{
    margin-top: 0;
}
.media, .media-body
{
    zoom: 1;
    overflow: hidden;
}
.media-body
{
    width: 10000px;
}
.media-object
{
    display: block;
}
.media-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-bottom: 5px;
    margin-top: 0;
}
.media-list
{
    list-style: none;
    padding-left: 0;
}
.list-group
{
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item
{
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
.list-group-item:first-child
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover
{
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading
{
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text
{
    color: #777;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
{
    background-color: #f06c00;
    border-color: #f06c00;
    color: #fff;
    z-index: 2;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small
{
    color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text
{
    color: #ffdbbd;
}
a.list-group-item, button.list-group-item
{
    color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading
{
    color: #333;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover
{
    background-color: #f5f5f5;
    color: #555;
    text-decoration: none;
}
button.list-group-item
{
    text-align: left;
    width: 100%;
}
.list-group-item-success
{
    background-color: #dff0d8;
    color: #3c763d;
}
a.list-group-item-success, button.list-group-item-success
{
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover
{
    background-color: #d0e9c6;
    color: #3c763d;
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover
{
    background-color: #3c763d;
    border-color: #3c763d;
    color: #fff;
}
.list-group-item-info
{
    background-color: #d9edf7;
    color: #31708f;
}
a.list-group-item-info, button.list-group-item-info
{
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover
{
    background-color: #c4e3f3;
    color: #31708f;
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover
{
    background-color: #31708f;
    border-color: #31708f;
    color: #fff;
}
.list-group-item-warning
{
    background-color: #fcf8e3;
    color: #8a6d3b;
}
a.list-group-item-warning, button.list-group-item-warning
{
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover
{
    background-color: #faf2cc;
    color: #8a6d3b;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover
{
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    color: #fff;
}
.list-group-item-danger
{
    background-color: #f2dede;
    color: #a94442;
}
a.list-group-item-danger, button.list-group-item-danger
{
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover
{
    background-color: #ebcccc;
    color: #a94442;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover
{
    background-color: #a94442;
    border-color: #a94442;
    color: #fff;
}
.list-group-item-heading
{
    margin-bottom: 5px;
    margin-top: 0;
}
.list-group-item-text
{
    line-height: 1.3;
    margin-bottom: 0;
}
.panel
{
    background-color: #ececec;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 20px;
}
.panel-body
{
    padding: 15px;
}
.panel-heading
{
    border-bottom: 1px solid transparent;
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
    padding: 10px 15px;
}
.panel-heading>.dropdown .dropdown-toggle, .panel-title
{
    color: inherit;
}
.panel-title
{
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a
{
    color: inherit;
}
.panel-footer
{
    background-color: #f5f5f5;
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}
.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-radius: 0;
    border-width: 1px 0;
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child
{
    border-top: 0;
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
}
.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-left-radius: -1px;
    border-bottom-right-radius: -1px;
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child
{
    border-top-width: 0;
}
.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table
{
    margin-bottom: 0;
}
.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption
{
    padding-left: 15px;
    padding-right: 15px;
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child
{
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child
{
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body
{
    border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th
{
    border-top: 0;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered
{
    border: 0;
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child
{
    border-left: 0;
}
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child
{
    border-right: 0;
}
.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th
{
    border-bottom: 0;
}
.panel>.table-responsive
{
    border: 0;
    margin-bottom: 0;
}
.panel-group
{
    margin-bottom: 20px;
}
.panel-group .panel
{
    border-radius: 0;
    margin-bottom: 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 solid #ddd;
}
.panel-group .panel-footer
{
    border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body
{
    border-bottom: 1px solid #ddd;
}
.panel-default
{
    border-color: #ddd;
}
.panel-default>.panel-heading
{
    background-color: #dfdfdf;
    border-color: #ddd;
    color: #4c4d4e;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color: #ddd;
}
.panel-default>.panel-heading .badge
{
    background-color: #4c4d4e;
    color: #dfdfdf;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body
{
    border-bottom-color: #ddd;
}
.panel-primary
{
    border-color: #f06c00;
}
.panel-primary>.panel-heading
{
    background-color: #f06c00;
    border-color: #f06c00;
    color: #fff;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color: #f06c00;
}
.panel-primary>.panel-heading .badge
{
    background-color: #fff;
    color: #f06c00;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body
{
    border-bottom-color: #f06c00;
}
.panel-success
{
    border-color: #d6e9c6;
}
.panel-success>.panel-heading
{
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color: #d6e9c6;
}
.panel-success>.panel-heading .badge
{
    background-color: #3c763d;
    color: #dff0d8;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body
{
    border-bottom-color: #d6e9c6;
}
.panel-info
{
    border-color: #bce8f1;
}
.panel-info>.panel-heading
{
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge
{
    background-color: #31708f;
    color: #d9edf7;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body
{
    border-bottom-color: #bce8f1;
}
.panel-warning
{
    border-color: #faebcc;
}
.panel-warning>.panel-heading
{
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge
{
    background-color: #8a6d3b;
    color: #fcf8e3;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body
{
    border-bottom-color: #faebcc;
}
.panel-danger
{
    border-color: #ebccd1;
}
.panel-danger>.panel-heading
{
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge
{
    background-color: #a94442;
    color: #f2dede;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body
{
    border-bottom-color: #ebccd1;
}
.embed-responsive
{
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video
{
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.embed-responsive-16by9
{
    padding-bottom: 56.25%;
}
.embed-responsive-4by3
{
    padding-bottom: 75%;
}
.well
{
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.well blockquote
{
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}
.well-lg
{
    border-radius: 6px;
    padding: 24px;
}
.well-sm
{
    border-radius: 3px;
    padding: 9px;
}
.close
{
    color: #000;
    filter: alpha(opacity=20);
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    text-shadow: 0 1px 0 #fff;
}
.close:focus, .close:hover
{
    color: #000;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    text-decoration: none;
}
button.close
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}
.modal, .modal-open
{
    overflow: hidden;
}
.modal
{
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}
.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
{
    margin: 10px;
    position: relative;
    width: auto;
}
.modal-content
{
    background-clip: padding-box;
    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);
    outline: 0;
    position: relative;
}
.modal-backdrop
{
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop.fade
{
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in
{
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header
{
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}
.modal-header .close
{
    margin-top: -2px;
}
.modal-title
{
    line-height: 1.42857143;
    margin: 0;
}
.modal-body
{
    padding: 15px;
    position: relative;
}
.modal-footer
{
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right;
}
.modal-footer .btn+.btn
{
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn
{
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block
{
    margin-left: 0;
}
.modal-scrollbar-measure
{
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}
@media(min-width: 768px)
{
    .modal-dialog
    {
        margin: 30px auto;
        width: 600px;
    }
    .modal-content
    {
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
    .modal-sm
    {
        width: 300px;
    }
}
@media(min-width: 992px)
{
    .modal-lg
    {
        width: 900px;
    }
}
.tooltip
{
    word-wrap: normal;
    display: block;
    filter: alpha(opacity=0);
    font-family: Roboto,Libre Franklin,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
}
.tooltip.in
{
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top
{
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right
{
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom
{
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left
{
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip.top .tooltip-arrow
{
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow
{
    right: 5px;
}
.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow
{
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    margin-bottom: -5px;
}
.tooltip.top-right .tooltip-arrow
{
    left: 5px;
}
.tooltip.right .tooltip-arrow
{
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.left .tooltip-arrow
{
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip.bottom .tooltip-arrow
{
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.tooltip.bottom-left .tooltip-arrow
{
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    margin-top: -5px;
    right: 5px;
    top: 0;
}
.tooltip.bottom-right .tooltip-arrow
{
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 5px;
    margin-top: -5px;
    top: 0;
}
.tooltip-inner
{
    background-color: #000;
    border-radius: 0;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
}
.tooltip-arrow
{
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.popover
{
    word-wrap: normal;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    display: none;
    font-family: Roboto,Libre Franklin,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060;
}
.popover.top
{
    margin-top: -10px;
}
.popover.right
{
    margin-left: 10px;
}
.popover.bottom
{
    margin-top: 10px;
}
.popover.left
{
    margin-left: -10px;
}
.popover>.arrow
{
    border-width: 11px;
}
.popover>.arrow, .popover>.arrow:after
{
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.popover>.arrow:after
{
    border-width: 10px;
    content: "";
}
.popover.top>.arrow
{
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}
.popover.top>.arrow:after
{
    border-bottom-width: 0;
    border-top-color: #fff;
    bottom: 1px;
    content: " ";
    margin-left: -10px;
}
.popover.right>.arrow
{
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    left: -11px;
    margin-top: -11px;
    top: 50%;
}
.popover.right>.arrow:after
{
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -10px;
    content: " ";
    left: 1px;
}
.popover.bottom>.arrow
{
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}
.popover.bottom>.arrow:after
{
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " ";
    margin-left: -10px;
    top: 1px;
}
.popover.left>.arrow
{
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
}
.popover.left>.arrow:after
{
    border-left-color: #fff;
    border-right-width: 0;
    bottom: -10px;
    content: " ";
    right: 1px;
}
.popover-title
{
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    margin: 0;
    padding: 8px 14px;
}
.popover-content
{
    padding: 9px 14px;
}
.carousel, .carousel-inner
{
    position: relative;
}
.carousel-inner
{
    overflow: hidden;
    width: 100%;
}
.carousel-inner>.item
{
    display: none;
    position: relative;
    transition: left .6s ease-in-out;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img
{
    line-height: 1;
}
@media(-webkit-transform-3d),(transform-3d)
{
    .carousel-inner>.item
    {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
        transition: transform .6s ease-in-out;
    }
    .carousel-inner>.item.active.right, .carousel-inner>.item.next
    {
        left: 0;
        transform: translate3d(100%,0,0);
    }
    .carousel-inner>.item.active.left, .carousel-inner>.item.prev
    {
        left: 0;
        transform: translate3d(-100%,0,0);
    }
    .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right
    {
        left: 0;
        transform: translateZ(0);
    }
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev
{
    display: block;
}
.carousel-inner>.active
{
    left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev
{
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner>.next
{
    left: 100%;
}
.carousel-inner>.prev
{
    left: -100%;
}
.carousel-inner>.next.left, .carousel-inner>.prev.right
{
    left: 0;
}
.carousel-inner>.active.left
{
    left: -100%;
}
.carousel-inner>.active.right
{
    left: 100%;
}
.carousel-control
{
    background-color: transparent;
    bottom: 0;
    color: #fff;
    filter: alpha(opacity=50);
    font-size: 20px;
    left: 0;
    opacity: .5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    top: 0;
    width: 15%;
}
.carousel-control.left
{
    background-image: linear-gradient(90deg,rgba(0,0,0,.5) 0,transparent);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
}
.carousel-control.right
{
    background-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
    left: auto;
    right: 0;
}
.carousel-control:focus, .carousel-control:hover
{
    color: #fff;
    filter: alpha(opacity=90);
    opacity: .9;
    outline: 0;
    text-decoration: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev
{
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev
{
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
{
    margin-right: -10px;
    right: 50%;
}
.carousel-control .icon-next, .carousel-control .icon-prev
{
    font-family: serif;
    height: 20px;
    line-height: 1;
    width: 20px;
}
.carousel-control .icon-prev:before
{
    content: "‹";
}
.carousel-control .icon-next:before
{
    content: "›";
}
.carousel-indicators
{
    bottom: 10px;
    left: 50%;
    list-style: none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
.carousel-indicators li
{
    background-color: #000\9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active
{
    background-color: #fff;
    height: 12px;
    margin: 0;
    width: 12px;
}
.carousel-caption
{
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    z-index: 10;
}
.carousel-caption .btn
{
    text-shadow: none;
}
@media screen and (min-width: 768px)
{
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev
    {
        font-size: 30px;
        height: 30px;
        margin-top: -10px;
        width: 30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev
    {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
    {
        margin-right: -10px;
    }
    .carousel-caption
    {
        left: 20%;
        padding-bottom: 30px;
        right: 20%;
    }
    .carousel-indicators
    {
        bottom: 20px;
    }
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .featured-jumbotron .featured-story-jumbotron:after, .featured-jumbotron .featured-story-jumbotron: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, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before
{
    content: " ";
    display: table;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .featured-jumbotron .featured-story-jumbotron:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after
{
    clear: both;
}
.center-block
{
    display: block;
    margin-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
{
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
.hidden
{
    display: none!important;
}
.affix
{
    position: fixed;
}
@-ms-viewport{width:device-width}
.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block
{
    display: none!important;
}
@media(max-width: 767px)
{
    .visible-xs
    {
        display: block!important;
    }
    table.visible-xs
    {
        display: table!important;
    }
    tr.visible-xs
    {
        display: table-row!important;
    }
    td.visible-xs, th.visible-xs
    {
        display: table-cell!important;
    }
    .visible-xs-block
    {
        display: block!important;
    }
    .visible-xs-inline
    {
        display: inline!important;
    }
    .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;
    }
    .visible-sm-block
    {
        display: block!important;
    }
    .visible-sm-inline
    {
        display: inline!important;
    }
    .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;
    }
    .visible-md-block
    {
        display: block!important;
    }
    .visible-md-inline
    {
        display: inline!important;
    }
    .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;
    }
    .visible-lg-block
    {
        display: block!important;
    }
    .visible-lg-inline
    {
        display: inline!important;
    }
    .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;
    }
    .hidden-print
    {
        display: none!important;
    }
}
.fa.fa-glass
{
    --fa: "";
}
.fa.fa-envelope-o
{
    --fa: "";
}
.fa.fa-envelope-o, .fa.fa-star-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-star-o
{
    --fa: "";
}
.fa.fa-close, .fa.fa-remove
{
    --fa: "";
}
.fa.fa-gear
{
    --fa: "";
}
.fa.fa-trash-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-home
{
    --fa: "";
}
.fa.fa-file-o
{
    --fa: "";
}
.fa.fa-clock-o, .fa.fa-file-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-clock-o
{
    --fa: "";
}
.fa.fa-arrow-circle-o-down
{
    --fa: "";
}
.fa.fa-arrow-circle-o-down, .fa.fa-arrow-circle-o-up
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-arrow-circle-o-up
{
    --fa: "";
}
.fa.fa-play-circle-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-repeat, .fa.fa-rotate-right
{
    --fa: "";
}
.fa.fa-refresh
{
    --fa: "";
}
.fa.fa-list-alt
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-dedent
{
    --fa: "";
}
.fa.fa-video-camera
{
    --fa: "";
}
.fa.fa-picture-o
{
    --fa: "";
}
.fa.fa-photo, .fa.fa-picture-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-photo
{
    --fa: "";
}
.fa.fa-image
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-map-marker
{
    --fa: "";
}
.fa.fa-pencil-square-o
{
    --fa: "";
}
.fa.fa-edit, .fa.fa-pencil-square-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-edit
{
    --fa: "";
}
.fa.fa-share-square-o
{
    --fa: "";
}
.fa.fa-check-square-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-arrows
{
    --fa: "";
}
.fa.fa-times-circle-o
{
    --fa: "";
}
.fa.fa-check-circle-o, .fa.fa-times-circle-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-check-circle-o
{
    --fa: "";
}
.fa.fa-mail-forward
{
    --fa: "";
}
.fa.fa-expand
{
    --fa: "";
}
.fa.fa-compress
{
    --fa: "";
}
.fa.fa-eye, .fa.fa-eye-slash
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-warning
{
    --fa: "";
}
.fa.fa-calendar
{
    --fa: "";
}
.fa.fa-arrows-v
{
    --fa: "";
}
.fa.fa-arrows-h
{
    --fa: "";
}
.fa.fa-bar-chart, .fa.fa-bar-chart-o
{
    --fa: "";
}
.fa.fa-twitter-square
{
    --fa: "";
}
.fa.fa-facebook-square, .fa.fa-twitter-square
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-facebook-square
{
    --fa: "";
}
.fa.fa-gears
{
    --fa: "";
}
.fa.fa-thumbs-o-up
{
    --fa: "";
}
.fa.fa-thumbs-o-down, .fa.fa-thumbs-o-up
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-thumbs-o-down
{
    --fa: "";
}
.fa.fa-heart-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-sign-out
{
    --fa: "";
}
.fa.fa-linkedin-square
{
    --fa: "";
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-thumb-tack
{
    --fa: "";
}
.fa.fa-external-link
{
    --fa: "";
}
.fa.fa-sign-in
{
    --fa: "";
}
.fa.fa-github-square
{
    --fa: "";
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-lemon-o
{
    --fa: "";
}
.fa.fa-lemon-o, .fa.fa-square-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-square-o
{
    --fa: "";
}
.fa.fa-bookmark-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-facebook, .fa.fa-twitter
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-facebook
{
    --fa: "";
}
.fa.fa-facebook-f
{
    --fa: "";
}
.fa.fa-facebook-f, .fa.fa-github
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-credit-card
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-feed
{
    --fa: "";
}
.fa.fa-hdd-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-hand-o-right
{
    --fa: "";
}
.fa.fa-hand-o-left, .fa.fa-hand-o-right
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-hand-o-left
{
    --fa: "";
}
.fa.fa-hand-o-up
{
    --fa: "";
}
.fa.fa-hand-o-down, .fa.fa-hand-o-up
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-hand-o-down
{
    --fa: "";
}
.fa.fa-globe
{
    --fa: "";
}
.fa.fa-tasks
{
    --fa: "";
}
.fa.fa-arrows-alt
{
    --fa: "";
}
.fa.fa-group
{
    --fa: "";
}
.fa.fa-chain
{
    --fa: "";
}
.fa.fa-cut
{
    --fa: "";
}
.fa.fa-files-o
{
    --fa: "";
}
.fa.fa-files-o, .fa.fa-floppy-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-floppy-o
{
    --fa: "";
}
.fa.fa-save
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-navicon, .fa.fa-reorder
{
    --fa: "";
}
.fa.fa-magic
{
    --fa: "";
}
.fa.fa-pinterest, .fa.fa-pinterest-square
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-pinterest-square
{
    --fa: "";
}
.fa.fa-google-plus-square
{
    --fa: "";
}
.fa.fa-google-plus, .fa.fa-google-plus-square
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-google-plus
{
    --fa: "";
}
.fa.fa-money
{
    --fa: "";
}
.fa.fa-unsorted
{
    --fa: "";
}
.fa.fa-sort-desc
{
    --fa: "";
}
.fa.fa-sort-asc
{
    --fa: "";
}
.fa.fa-linkedin
{
    --fa: "";
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-rotate-left
{
    --fa: "";
}
.fa.fa-legal
{
    --fa: "";
}
.fa.fa-dashboard, .fa.fa-tachometer
{
    --fa: "";
}
.fa.fa-comment-o
{
    --fa: "";
}
.fa.fa-comment-o, .fa.fa-comments-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-comments-o
{
    --fa: "";
}
.fa.fa-flash
{
    --fa: "";
}
.fa.fa-clipboard
{
    --fa: "";
}
.fa.fa-lightbulb-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-exchange
{
    --fa: "";
}
.fa.fa-cloud-download
{
    --fa: "";
}
.fa.fa-cloud-upload
{
    --fa: "";
}
.fa.fa-bell-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-cutlery
{
    --fa: "";
}
.fa.fa-file-text-o
{
    --fa: "";
}
.fa.fa-building-o, .fa.fa-file-text-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-building-o
{
    --fa: "";
}
.fa.fa-hospital-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-tablet
{
    --fa: "";
}
.fa.fa-mobile, .fa.fa-mobile-phone
{
    --fa: "";
}
.fa.fa-circle-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-mail-reply
{
    --fa: "";
}
.fa.fa-github-alt
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-folder-o
{
    --fa: "";
}
.fa.fa-folder-o, .fa.fa-folder-open-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-folder-open-o
{
    --fa: "";
}
.fa.fa-smile-o
{
    --fa: "";
}
.fa.fa-frown-o, .fa.fa-smile-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-frown-o
{
    --fa: "";
}
.fa.fa-meh-o
{
    --fa: "";
}
.fa.fa-keyboard-o, .fa.fa-meh-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-keyboard-o
{
    --fa: "";
}
.fa.fa-flag-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-mail-reply-all
{
    --fa: "";
}
.fa.fa-star-half-o
{
    --fa: "";
}
.fa.fa-star-half-empty, .fa.fa-star-half-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-star-half-empty
{
    --fa: "";
}
.fa.fa-star-half-full
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-code-fork
{
    --fa: "";
}
.fa.fa-chain-broken, .fa.fa-unlink
{
    --fa: "";
}
.fa.fa-calendar-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-unlock-alt
{
    --fa: "";
}
.fa.fa-minus-square-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-level-up
{
    --fa: "";
}
.fa.fa-level-down
{
    --fa: "";
}
.fa.fa-pencil-square
{
    --fa: "";
}
.fa.fa-external-link-square
{
    --fa: "";
}
.fa.fa-compass
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-caret-square-o-down
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-toggle-down
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-caret-square-o-up
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-toggle-up
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-caret-square-o-right
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-toggle-right
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-eur, .fa.fa-euro
{
    --fa: "";
}
.fa.fa-gbp
{
    --fa: "";
}
.fa.fa-dollar, .fa.fa-usd
{
    --fa: "$";
}
.fa.fa-inr, .fa.fa-rupee
{
    --fa: "";
}
.fa.fa-cny, .fa.fa-jpy, .fa.fa-rmb, .fa.fa-yen
{
    --fa: "";
}
.fa.fa-rouble, .fa.fa-rub, .fa.fa-ruble
{
    --fa: "";
}
.fa.fa-krw, .fa.fa-won
{
    --fa: "";
}
.fa.fa-bitcoin, .fa.fa-btc
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-bitcoin
{
    --fa: "";
}
.fa.fa-file-text
{
    --fa: "";
}
.fa.fa-sort-alpha-asc
{
    --fa: "";
}
.fa.fa-sort-alpha-desc
{
    --fa: "";
}
.fa.fa-sort-amount-asc
{
    --fa: "";
}
.fa.fa-sort-amount-desc
{
    --fa: "";
}
.fa.fa-sort-numeric-asc
{
    --fa: "";
}
.fa.fa-sort-numeric-desc
{
    --fa: "";
}
.fa.fa-youtube-square
{
    --fa: "";
}
.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-square
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-xing-square
{
    --fa: "";
}
.fa.fa-youtube-play
{
    --fa: "";
}
.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow, .fa.fa-youtube-play
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-bitbucket-square
{
    --fa: "";
}
.fa.fa-tumblr, .fa.fa-tumblr-square
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-tumblr-square
{
    --fa: "";
}
.fa.fa-long-arrow-down
{
    --fa: "";
}
.fa.fa-long-arrow-up
{
    --fa: "";
}
.fa.fa-long-arrow-left
{
    --fa: "";
}
.fa.fa-long-arrow-right
{
    --fa: "";
}
.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-gittip
{
    --fa: "";
}
.fa.fa-sun-o
{
    --fa: "";
}
.fa.fa-moon-o, .fa.fa-sun-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-moon-o
{
    --fa: "";
}
.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-arrow-circle-o-right
{
    --fa: "";
}
.fa.fa-arrow-circle-o-left, .fa.fa-arrow-circle-o-right
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-arrow-circle-o-left
{
    --fa: "";
}
.fa.fa-caret-square-o-left
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-toggle-left
{
    --fa: "";
}
.fa.fa-dot-circle-o, .fa.fa-toggle-left
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-dot-circle-o
{
    --fa: "";
}
.fa.fa-vimeo-square
{
    --fa: "";
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-try, .fa.fa-turkish-lira
{
    --fa: "";
}
.fa.fa-plus-square-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-bank, .fa.fa-institution
{
    --fa: "";
}
.fa.fa-mortar-board
{
    --fa: "";
}
.fa.fa-google, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-yahoo
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-reddit-square
{
    --fa: "";
}
.fa.fa-behance, .fa.fa-behance-square, .fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-behance-square
{
    --fa: "";
}
.fa.fa-steam, .fa.fa-steam-square
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-steam-square
{
    --fa: "";
}
.fa.fa-automobile
{
    --fa: "";
}
.fa.fa-cab
{
    --fa: "";
}
.fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-file-pdf-o
{
    --fa: "";
}
.fa.fa-file-pdf-o, .fa.fa-file-word-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-file-word-o
{
    --fa: "";
}
.fa.fa-file-excel-o
{
    --fa: "";
}
.fa.fa-file-excel-o, .fa.fa-file-powerpoint-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-file-powerpoint-o
{
    --fa: "";
}
.fa.fa-file-image-o
{
    --fa: "";
}
.fa.fa-file-image-o, .fa.fa-file-photo-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-file-photo-o
{
    --fa: "";
}
.fa.fa-file-picture-o
{
    --fa: "";
}
.fa.fa-file-archive-o, .fa.fa-file-picture-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-file-archive-o
{
    --fa: "";
}
.fa.fa-file-zip-o
{
    --fa: "";
}
.fa.fa-file-audio-o, .fa.fa-file-zip-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-file-audio-o
{
    --fa: "";
}
.fa.fa-file-sound-o
{
    --fa: "";
}
.fa.fa-file-sound-o, .fa.fa-file-video-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-file-video-o
{
    --fa: "";
}
.fa.fa-file-movie-o
{
    --fa: "";
}
.fa.fa-file-code-o, .fa.fa-file-movie-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-file-code-o
{
    --fa: "";
}
.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-life-bouy, .fa.fa-life-buoy, .fa.fa-life-saver, .fa.fa-support
{
    --fa: "";
}
.fa.fa-circle-o-notch
{
    --fa: "";
}
.fa.fa-ra, .fa.fa-rebel
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-ra
{
    --fa: "";
}
.fa.fa-resistance
{
    --fa: "";
}
.fa.fa-empire, .fa.fa-ge, .fa.fa-resistance
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-ge
{
    --fa: "";
}
.fa.fa-git-square
{
    --fa: "";
}
.fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-y-combinator-square
{
    --fa: "";
}
.fa.fa-yc-square
{
    --fa: "";
}
.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin, .fa.fa-yc-square
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-wechat
{
    --fa: "";
}
.fa.fa-send
{
    --fa: "";
}
.fa.fa-paper-plane-o
{
    --fa: "";
}
.fa.fa-paper-plane-o, .fa.fa-send-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-send-o
{
    --fa: "";
}
.fa.fa-circle-thin
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-header
{
    --fa: "";
}
.fa.fa-futbol-o
{
    --fa: "";
}
.fa.fa-futbol-o, .fa.fa-soccer-ball-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-soccer-ball-o
{
    --fa: "";
}
.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-newspaper-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-bell-slash-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-trash
{
    --fa: "";
}
.fa.fa-copyright
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-eyedropper
{
    --fa: "";
}
.fa.fa-area-chart
{
    --fa: "";
}
.fa.fa-pie-chart
{
    --fa: "";
}
.fa.fa-line-chart
{
    --fa: "";
}
.fa.fa-lastfm, .fa.fa-lastfm-square
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-lastfm-square
{
    --fa: "";
}
.fa.fa-angellist, .fa.fa-ioxhost
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-cc
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-ils, .fa.fa-shekel, .fa.fa-sheqel
{
    --fa: "";
}
.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-diamond
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-intersex, .fa.fa-transgender
{
    --fa: "";
}
.fa.fa-transgender-alt
{
    --fa: "";
}
.fa.fa-facebook-official
{
    --fa: "";
}
.fa.fa-facebook-official, .fa.fa-pinterest-p, .fa.fa-whatsapp
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-hotel
{
    --fa: "";
}
.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-yc
{
    --fa: "";
}
.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-battery, .fa.fa-battery-4
{
    --fa: "";
}
.fa.fa-battery-3
{
    --fa: "";
}
.fa.fa-battery-2
{
    --fa: "";
}
.fa.fa-battery-1
{
    --fa: "";
}
.fa.fa-battery-0
{
    --fa: "";
}
.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-sticky-note-o
{
    --fa: "";
}
.fa.fa-cc-diners-club, .fa.fa-cc-jcb
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-clone
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-hourglass-o
{
    --fa: "";
}
.fa.fa-hourglass-1
{
    --fa: "";
}
.fa.fa-hourglass-2
{
    --fa: "";
}
.fa.fa-hourglass-3
{
    --fa: "";
}
.fa.fa-hand-rock-o
{
    --fa: "";
}
.fa.fa-hand-grab-o, .fa.fa-hand-rock-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-hand-grab-o
{
    --fa: "";
}
.fa.fa-hand-paper-o
{
    --fa: "";
}
.fa.fa-hand-paper-o, .fa.fa-hand-stop-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-hand-stop-o
{
    --fa: "";
}
.fa.fa-hand-scissors-o
{
    --fa: "";
}
.fa.fa-hand-lizard-o, .fa.fa-hand-scissors-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-hand-lizard-o
{
    --fa: "";
}
.fa.fa-hand-spock-o
{
    --fa: "";
}
.fa.fa-hand-pointer-o, .fa.fa-hand-spock-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-hand-pointer-o
{
    --fa: "";
}
.fa.fa-hand-peace-o
{
    --fa: "";
}
.fa.fa-hand-peace-o, .fa.fa-registered
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-creative-commons, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-odnoklassniki-square
{
    --fa: "";
}
.fa.fa-chrome, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-internet-explorer, .fa.fa-opera, .fa.fa-safari, .fa.fa-wikipedia-w
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-television
{
    --fa: "";
}
.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-calendar-plus-o
{
    --fa: "";
}
.fa.fa-calendar-minus-o, .fa.fa-calendar-plus-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-calendar-minus-o
{
    --fa: "";
}
.fa.fa-calendar-times-o
{
    --fa: "";
}
.fa.fa-calendar-check-o, .fa.fa-calendar-times-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-calendar-check-o
{
    --fa: "";
}
.fa.fa-map-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-commenting
{
    --fa: "";
}
.fa.fa-commenting-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-houzz, .fa.fa-vimeo
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-vimeo
{
    --fa: "";
}
.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-credit-card-alt
{
    --fa: "";
}
.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-pause-circle-o
{
    --fa: "";
}
.fa.fa-pause-circle-o, .fa.fa-stop-circle-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-stop-circle-o
{
    --fa: "";
}
.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-wheelchair-alt
{
    --fa: "";
}
.fa.fa-question-circle-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-volume-control-phone
{
    --fa: "";
}
.fa.fa-asl-interpreting
{
    --fa: "";
}
.fa.fa-deafness, .fa.fa-hard-of-hearing
{
    --fa: "";
}
.fa.fa-glide, .fa.fa-glide-g
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-signing
{
    --fa: "";
}
.fa.fa-viadeo, .fa.fa-viadeo-square
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-viadeo-square
{
    --fa: "";
}
.fa.fa-snapchat, .fa.fa-snapchat-ghost
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-snapchat-ghost
{
    --fa: "";
}
.fa.fa-snapchat-square
{
    --fa: "";
}
.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-yoast
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-google-plus-official
{
    --fa: "";
}
.fa.fa-google-plus-circle
{
    --fa: "";
}
.fa.fa-fa, .fa.fa-font-awesome, .fa.fa-google-plus-circle
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-fa
{
    --fa: "";
}
.fa.fa-handshake-o
{
    --fa: "";
}
.fa.fa-envelope-open-o, .fa.fa-handshake-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-envelope-open-o
{
    --fa: "";
}
.fa.fa-linode
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-address-book-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-vcard
{
    --fa: "";
}
.fa.fa-address-card-o
{
    --fa: "";
}
.fa.fa-address-card-o, .fa.fa-vcard-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-vcard-o
{
    --fa: "";
}
.fa.fa-user-circle-o
{
    --fa: "";
}
.fa.fa-user-circle-o, .fa.fa-user-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-user-o
{
    --fa: "";
}
.fa.fa-id-badge
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-drivers-license
{
    --fa: "";
}
.fa.fa-id-card-o
{
    --fa: "";
}
.fa.fa-drivers-license-o, .fa.fa-id-card-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-drivers-license-o
{
    --fa: "";
}
.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-thermometer, .fa.fa-thermometer-4
{
    --fa: "";
}
.fa.fa-thermometer-3
{
    --fa: "";
}
.fa.fa-thermometer-2
{
    --fa: "";
}
.fa.fa-thermometer-1
{
    --fa: "";
}
.fa.fa-thermometer-0
{
    --fa: "";
}
.fa.fa-bathtub, .fa.fa-s15
{
    --fa: "";
}
.fa.fa-window-maximize, .fa.fa-window-restore
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-times-rectangle
{
    --fa: "";
}
.fa.fa-window-close-o
{
    --fa: "";
}
.fa.fa-times-rectangle-o, .fa.fa-window-close-o
{
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-times-rectangle-o
{
    --fa: "";
}
.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa.fa-eercast
{
    --fa: "";
}
.fa.fa-snowflake-o
{
    --fa: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 400;
}
.fa.fa-meetup, .fa.fa-superpowers, .fa.fa-wpexplorer
{
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400;
}
.fa
{
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp-solid, .fa-solid, .fab, .far, .fas
{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before
{
    content: var(--fa);
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas
{
    font-family: Font Awesome\ 6 Free;
}
.fa-brands, .fab
{
    font-family: Font Awesome\ 6 Brands;
}
.fa-1x
{
    font-size: 1em;
}
.fa-2x
{
    font-size: 2em;
}
.fa-3x
{
    font-size: 3em;
}
.fa-4x
{
    font-size: 4em;
}
.fa-5x
{
    font-size: 5em;
}
.fa-6x
{
    font-size: 6em;
}
.fa-7x
{
    font-size: 7em;
}
.fa-8x
{
    font-size: 8em;
}
.fa-9x
{
    font-size: 9em;
}
.fa-10x
{
    font-size: 10em;
}
.fa-2xs
{
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em;
}
.fa-xs
{
    font-size: .75em;
    line-height: .08333333em;
    vertical-align: .125em;
}
.fa-sm
{
    font-size: .875em;
    line-height: .07142857em;
    vertical-align: .05357143em;
}
.fa-lg
{
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em;
}
.fa-xl
{
    font-size: 1.5em;
    line-height: .04166667em;
    vertical-align: -.125em;
}
.fa-2xl
{
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em;
}
.fa-fw
{
    text-align: center;
    width: 1.25em;
}
.fa-ul
{
    list-style-type: none;
    margin-left: var(--fa-li-margin,2.5em);
    padding-left: 0;
}
.fa-ul>li
{
    position: relative;
}
.fa-li
{
    left: calc(var(--fa-li-width,2em) * -1);
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: var(--fa-li-width,2em);
}
.fa-border
{
    border-color: var(--fa-border-color,#eee);
    border-radius: var(--fa-border-radius,.1em);
    border-style: var(--fa-border-style,solid);
    border-width: var(--fa-border-width,.08em);
    padding: var(--fa-border-padding,.2em .25em .15em);
}
.fa-pull-left
{
    float: left;
    margin-right: var(--fa-pull-margin,.3em);
}
.fa-pull-right
{
    float: right;
    margin-left: var(--fa-pull-margin,.3em);
}
.fa-beat
{
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-beat;
    animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-bounce
{
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-bounce;
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}
.fa-fade
{
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-fade;
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade, .fa-fade
{
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
}
.fa-beat-fade
{
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-beat-fade;
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-flip
{
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-flip;
    animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-shake
{
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-shake;
    animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-shake, .fa-spin
{
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
}
.fa-spin
{
    animation-duration: var(--fa-animation-duration,2s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-spin;
    animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-spin-reverse
{
    --fa-animation-direction: reverse;
}
.fa-pulse, .fa-spin-pulse
{
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-name: fa-spin;
    animation-timing-function: var(--fa-animation-timing,steps(8));
}
@media(prefers-reduced-motion: reduce)
{
    .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse
    {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s;
    }
}
@keyframes fa-beat
{
    0%, 90%
    {
        transform: scale(1);
    }
    45%
    {
        transform: scale(var(--fa-beat-scale,1.25));
    }
}
@keyframes fa-bounce
{
    0%
    {
        transform: scale(1) translateY(0);
    }
    10%
    {
        transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
    }
    30%
    {
        transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    }
    50%
    {
        transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
    }
    57%
    {
        transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    }
    64%
    {
        transform: scale(1) translateY(0);
    }
    to
    {
        transform: scale(1) translateY(0);
    }
}
@keyframes fa-fade
{
    50%
    {
        opacity: var(--fa-fade-opacity,.4);
    }
}
@keyframes fa-beat-fade
{
    0%, to
    {
        opacity: var(--fa-beat-fade-opacity,.4);
        transform: scale(1);
    }
    50%
    {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale,1.125));
    }
}
@keyframes fa-flip
{
    50%
    {
        transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
    }
}
@keyframes fa-shake
{
    0%
    {
        transform: rotate(-15deg);
    }
    4%
    {
        transform: rotate(15deg);
    }
    24%, 8%
    {
        transform: rotate(-18deg);
    }
    12%, 28%
    {
        transform: rotate(18deg);
    }
    16%
    {
        transform: rotate(-22deg);
    }
    20%
    {
        transform: rotate(22deg);
    }
    32%
    {
        transform: rotate(-12deg);
    }
    36%
    {
        transform: rotate(12deg);
    }
    40%, to
    {
        transform: rotate(0deg);
    }
}
@keyframes fa-spin
{
    0%
    {
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(1turn);
    }
}
.fa-rotate-90
{
    transform: rotate(90deg);
}
.fa-rotate-180
{
    transform: rotate(180deg);
}
.fa-rotate-270
{
    transform: rotate(270deg);
}
.fa-flip-horizontal
{
    transform: scaleX(-1);
}
.fa-flip-vertical
{
    transform: scaleY(-1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical
{
    transform: scale(-1);
}
.fa-rotate-by
{
    transform: rotate(var(--fa-rotate-angle,0));
}
.fa-stack
{
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x, .fa-stack-2x
{
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index,auto);
}
.fa-stack-1x
{
    line-height: inherit;
}
.fa-stack-2x
{
    font-size: 2em;
}
.fa-inverse
{
    color: var(--fa-inverse,#fff);
}
.fa-0
{
    --fa: "0";
}
.fa-1
{
    --fa: "1";
}
.fa-2
{
    --fa: "2";
}
.fa-3
{
    --fa: "3";
}
.fa-4
{
    --fa: "4";
}
.fa-5
{
    --fa: "5";
}
.fa-6
{
    --fa: "6";
}
.fa-7
{
    --fa: "7";
}
.fa-8
{
    --fa: "8";
}
.fa-9
{
    --fa: "9";
}
.fa-fill-drip
{
    --fa: "";
}
.fa-arrows-to-circle
{
    --fa: "";
}
.fa-chevron-circle-right, .fa-circle-chevron-right
{
    --fa: "";
}
.fa-at
{
    --fa: "@";
}
.fa-trash-alt, .fa-trash-can
{
    --fa: "";
}
.fa-text-height
{
    --fa: "";
}
.fa-user-times, .fa-user-xmark
{
    --fa: "";
}
.fa-stethoscope
{
    --fa: "";
}
.fa-comment-alt, .fa-message
{
    --fa: "";
}
.fa-info
{
    --fa: "";
}
.fa-compress-alt, .fa-down-left-and-up-right-to-center
{
    --fa: "";
}
.fa-explosion
{
    --fa: "";
}
.fa-file-alt, .fa-file-lines, .fa-file-text
{
    --fa: "";
}
.fa-wave-square
{
    --fa: "";
}
.fa-ring
{
    --fa: "";
}
.fa-building-un
{
    --fa: "";
}
.fa-dice-three
{
    --fa: "";
}
.fa-calendar-alt, .fa-calendar-days
{
    --fa: "";
}
.fa-anchor-circle-check
{
    --fa: "";
}
.fa-building-circle-arrow-right
{
    --fa: "";
}
.fa-volleyball, .fa-volleyball-ball
{
    --fa: "";
}
.fa-arrows-up-to-line
{
    --fa: "";
}
.fa-sort-desc, .fa-sort-down
{
    --fa: "";
}
.fa-circle-minus, .fa-minus-circle
{
    --fa: "";
}
.fa-door-open
{
    --fa: "";
}
.fa-right-from-bracket, .fa-sign-out-alt
{
    --fa: "";
}
.fa-atom
{
    --fa: "";
}
.fa-soap
{
    --fa: "";
}
.fa-heart-music-camera-bolt, .fa-icons
{
    --fa: "";
}
.fa-microphone-alt-slash, .fa-microphone-lines-slash
{
    --fa: "";
}
.fa-bridge-circle-check
{
    --fa: "";
}
.fa-pump-medical
{
    --fa: "";
}
.fa-fingerprint
{
    --fa: "";
}
.fa-hand-point-right
{
    --fa: "";
}
.fa-magnifying-glass-location, .fa-search-location
{
    --fa: "";
}
.fa-forward-step, .fa-step-forward
{
    --fa: "";
}
.fa-face-smile-beam, .fa-smile-beam
{
    --fa: "";
}
.fa-flag-checkered
{
    --fa: "";
}
.fa-football, .fa-football-ball
{
    --fa: "";
}
.fa-school-circle-exclamation
{
    --fa: "";
}
.fa-crop
{
    --fa: "";
}
.fa-angle-double-down, .fa-angles-down
{
    --fa: "";
}
.fa-users-rectangle
{
    --fa: "";
}
.fa-people-roof
{
    --fa: "";
}
.fa-people-line
{
    --fa: "";
}
.fa-beer, .fa-beer-mug-empty
{
    --fa: "";
}
.fa-diagram-predecessor
{
    --fa: "";
}
.fa-arrow-up-long, .fa-long-arrow-up
{
    --fa: "";
}
.fa-burn, .fa-fire-flame-simple
{
    --fa: "";
}
.fa-male, .fa-person
{
    --fa: "";
}
.fa-laptop
{
    --fa: "";
}
.fa-file-csv
{
    --fa: "";
}
.fa-menorah
{
    --fa: "";
}
.fa-truck-plane
{
    --fa: "";
}
.fa-record-vinyl
{
    --fa: "";
}
.fa-face-grin-stars, .fa-grin-stars
{
    --fa: "";
}
.fa-bong
{
    --fa: "";
}
.fa-pastafarianism, .fa-spaghetti-monster-flying
{
    --fa: "";
}
.fa-arrow-down-up-across-line
{
    --fa: "";
}
.fa-spoon, .fa-utensil-spoon
{
    --fa: "";
}
.fa-jar-wheat
{
    --fa: "";
}
.fa-envelopes-bulk, .fa-mail-bulk
{
    --fa: "";
}
.fa-file-circle-exclamation
{
    --fa: "";
}
.fa-circle-h, .fa-hospital-symbol
{
    --fa: "";
}
.fa-pager
{
    --fa: "";
}
.fa-address-book, .fa-contact-book
{
    --fa: "";
}
.fa-strikethrough
{
    --fa: "";
}
.fa-k
{
    --fa: "K";
}
.fa-landmark-flag
{
    --fa: "";
}
.fa-pencil, .fa-pencil-alt
{
    --fa: "";
}
.fa-backward
{
    --fa: "";
}
.fa-caret-right
{
    --fa: "";
}
.fa-comments
{
    --fa: "";
}
.fa-file-clipboard, .fa-paste
{
    --fa: "";
}
.fa-code-pull-request
{
    --fa: "";
}
.fa-clipboard-list
{
    --fa: "";
}
.fa-truck-loading, .fa-truck-ramp-box
{
    --fa: "";
}
.fa-user-check
{
    --fa: "";
}
.fa-vial-virus
{
    --fa: "";
}
.fa-sheet-plastic
{
    --fa: "";
}
.fa-blog
{
    --fa: "";
}
.fa-user-ninja
{
    --fa: "";
}
.fa-person-arrow-up-from-line
{
    --fa: "";
}
.fa-scroll-torah, .fa-torah
{
    --fa: "";
}
.fa-broom-ball, .fa-quidditch, .fa-quidditch-broom-ball
{
    --fa: "";
}
.fa-toggle-off
{
    --fa: "";
}
.fa-archive, .fa-box-archive
{
    --fa: "";
}
.fa-person-drowning
{
    --fa: "";
}
.fa-arrow-down-9-1, .fa-sort-numeric-desc, .fa-sort-numeric-down-alt
{
    --fa: "";
}
.fa-face-grin-tongue-squint, .fa-grin-tongue-squint
{
    --fa: "";
}
.fa-spray-can
{
    --fa: "";
}
.fa-truck-monster
{
    --fa: "";
}
.fa-w
{
    --fa: "W";
}
.fa-earth-africa, .fa-globe-africa
{
    --fa: "";
}
.fa-rainbow
{
    --fa: "";
}
.fa-circle-notch
{
    --fa: "";
}
.fa-tablet-alt, .fa-tablet-screen-button
{
    --fa: "";
}
.fa-paw
{
    --fa: "";
}
.fa-cloud
{
    --fa: "";
}
.fa-trowel-bricks
{
    --fa: "";
}
.fa-face-flushed, .fa-flushed
{
    --fa: "";
}
.fa-hospital-user
{
    --fa: "";
}
.fa-tent-arrow-left-right
{
    --fa: "";
}
.fa-gavel, .fa-legal
{
    --fa: "";
}
.fa-binoculars
{
    --fa: "";
}
.fa-microphone-slash
{
    --fa: "";
}
.fa-box-tissue
{
    --fa: "";
}
.fa-motorcycle
{
    --fa: "";
}
.fa-bell-concierge, .fa-concierge-bell
{
    --fa: "";
}
.fa-pen-ruler, .fa-pencil-ruler
{
    --fa: "";
}
.fa-people-arrows, .fa-people-arrows-left-right
{
    --fa: "";
}
.fa-mars-and-venus-burst
{
    --fa: "";
}
.fa-caret-square-right, .fa-square-caret-right
{
    --fa: "";
}
.fa-cut, .fa-scissors
{
    --fa: "";
}
.fa-sun-plant-wilt
{
    --fa: "";
}
.fa-toilets-portable
{
    --fa: "";
}
.fa-hockey-puck
{
    --fa: "";
}
.fa-table
{
    --fa: "";
}
.fa-magnifying-glass-arrow-right
{
    --fa: "";
}
.fa-digital-tachograph, .fa-tachograph-digital
{
    --fa: "";
}
.fa-users-slash
{
    --fa: "";
}
.fa-clover
{
    --fa: "";
}
.fa-mail-reply, .fa-reply
{
    --fa: "";
}
.fa-star-and-crescent
{
    --fa: "";
}
.fa-house-fire
{
    --fa: "";
}
.fa-minus-square, .fa-square-minus
{
    --fa: "";
}
.fa-helicopter
{
    --fa: "";
}
.fa-compass
{
    --fa: "";
}
.fa-caret-square-down, .fa-square-caret-down
{
    --fa: "";
}
.fa-file-circle-question
{
    --fa: "";
}
.fa-laptop-code
{
    --fa: "";
}
.fa-swatchbook
{
    --fa: "";
}
.fa-prescription-bottle
{
    --fa: "";
}
.fa-bars, .fa-navicon
{
    --fa: "";
}
.fa-people-group
{
    --fa: "";
}
.fa-hourglass-3, .fa-hourglass-end
{
    --fa: "";
}
.fa-heart-broken, .fa-heart-crack
{
    --fa: "";
}
.fa-external-link-square-alt, .fa-square-up-right
{
    --fa: "";
}
.fa-face-kiss-beam, .fa-kiss-beam
{
    --fa: "";
}
.fa-film
{
    --fa: "";
}
.fa-ruler-horizontal
{
    --fa: "";
}
.fa-people-robbery
{
    --fa: "";
}
.fa-lightbulb
{
    --fa: "";
}
.fa-caret-left
{
    --fa: "";
}
.fa-circle-exclamation, .fa-exclamation-circle
{
    --fa: "";
}
.fa-school-circle-xmark
{
    --fa: "";
}
.fa-arrow-right-from-bracket, .fa-sign-out
{
    --fa: "";
}
.fa-chevron-circle-down, .fa-circle-chevron-down
{
    --fa: "";
}
.fa-unlock-alt, .fa-unlock-keyhole
{
    --fa: "";
}
.fa-cloud-showers-heavy
{
    --fa: "";
}
.fa-headphones-alt, .fa-headphones-simple
{
    --fa: "";
}
.fa-sitemap
{
    --fa: "";
}
.fa-circle-dollar-to-slot, .fa-donate
{
    --fa: "";
}
.fa-memory
{
    --fa: "";
}
.fa-road-spikes
{
    --fa: "";
}
.fa-fire-burner
{
    --fa: "";
}
.fa-flag
{
    --fa: "";
}
.fa-hanukiah
{
    --fa: "";
}
.fa-feather
{
    --fa: "";
}
.fa-volume-down, .fa-volume-low
{
    --fa: "";
}
.fa-comment-slash
{
    --fa: "";
}
.fa-cloud-sun-rain
{
    --fa: "";
}
.fa-compress
{
    --fa: "";
}
.fa-wheat-alt, .fa-wheat-awn
{
    --fa: "";
}
.fa-ankh
{
    --fa: "";
}
.fa-hands-holding-child
{
    --fa: "";
}
.fa-asterisk
{
    --fa: "*";
}
.fa-check-square, .fa-square-check
{
    --fa: "";
}
.fa-peseta-sign
{
    --fa: "";
}
.fa-header, .fa-heading
{
    --fa: "";
}
.fa-ghost
{
    --fa: "";
}
.fa-list, .fa-list-squares
{
    --fa: "";
}
.fa-phone-square-alt, .fa-square-phone-flip
{
    --fa: "";
}
.fa-cart-plus
{
    --fa: "";
}
.fa-gamepad
{
    --fa: "";
}
.fa-circle-dot, .fa-dot-circle
{
    --fa: "";
}
.fa-dizzy, .fa-face-dizzy
{
    --fa: "";
}
.fa-egg
{
    --fa: "";
}
.fa-house-medical-circle-xmark
{
    --fa: "";
}
.fa-campground
{
    --fa: "";
}
.fa-folder-plus
{
    --fa: "";
}
.fa-futbol, .fa-futbol-ball, .fa-soccer-ball
{
    --fa: "";
}
.fa-paint-brush, .fa-paintbrush
{
    --fa: "";
}
.fa-lock
{
    --fa: "";
}
.fa-gas-pump
{
    --fa: "";
}
.fa-hot-tub, .fa-hot-tub-person
{
    --fa: "";
}
.fa-map-location, .fa-map-marked
{
    --fa: "";
}
.fa-house-flood-water
{
    --fa: "";
}
.fa-tree
{
    --fa: "";
}
.fa-bridge-lock
{
    --fa: "";
}
.fa-sack-dollar
{
    --fa: "";
}
.fa-edit, .fa-pen-to-square
{
    --fa: "";
}
.fa-car-side
{
    --fa: "";
}
.fa-share-alt, .fa-share-nodes
{
    --fa: "";
}
.fa-heart-circle-minus
{
    --fa: "";
}
.fa-hourglass-2, .fa-hourglass-half
{
    --fa: "";
}
.fa-microscope
{
    --fa: "";
}
.fa-sink
{
    --fa: "";
}
.fa-bag-shopping, .fa-shopping-bag
{
    --fa: "";
}
.fa-arrow-down-z-a, .fa-sort-alpha-desc, .fa-sort-alpha-down-alt
{
    --fa: "";
}
.fa-mitten
{
    --fa: "";
}
.fa-person-rays
{
    --fa: "";
}
.fa-users
{
    --fa: "";
}
.fa-eye-slash
{
    --fa: "";
}
.fa-flask-vial
{
    --fa: "";
}
.fa-hand, .fa-hand-paper
{
    --fa: "";
}
.fa-om
{
    --fa: "";
}
.fa-worm
{
    --fa: "";
}
.fa-house-circle-xmark
{
    --fa: "";
}
.fa-plug
{
    --fa: "";
}
.fa-chevron-up
{
    --fa: "";
}
.fa-hand-spock
{
    --fa: "";
}
.fa-stopwatch
{
    --fa: "";
}
.fa-face-kiss, .fa-kiss
{
    --fa: "";
}
.fa-bridge-circle-xmark
{
    --fa: "";
}
.fa-face-grin-tongue, .fa-grin-tongue
{
    --fa: "";
}
.fa-chess-bishop
{
    --fa: "";
}
.fa-face-grin-wink, .fa-grin-wink
{
    --fa: "";
}
.fa-deaf, .fa-deafness, .fa-ear-deaf, .fa-hard-of-hearing
{
    --fa: "";
}
.fa-road-circle-check
{
    --fa: "";
}
.fa-dice-five
{
    --fa: "";
}
.fa-rss-square, .fa-square-rss
{
    --fa: "";
}
.fa-land-mine-on
{
    --fa: "";
}
.fa-i-cursor
{
    --fa: "";
}
.fa-stamp
{
    --fa: "";
}
.fa-stairs
{
    --fa: "";
}
.fa-i
{
    --fa: "I";
}
.fa-hryvnia, .fa-hryvnia-sign
{
    --fa: "";
}
.fa-pills
{
    --fa: "";
}
.fa-face-grin-wide, .fa-grin-alt
{
    --fa: "";
}
.fa-tooth
{
    --fa: "";
}
.fa-v
{
    --fa: "V";
}
.fa-bangladeshi-taka-sign
{
    --fa: "";
}
.fa-bicycle
{
    --fa: "";
}
.fa-rod-asclepius, .fa-rod-snake, .fa-staff-aesculapius, .fa-staff-snake
{
    --fa: "";
}
.fa-head-side-cough-slash
{
    --fa: "";
}
.fa-ambulance, .fa-truck-medical
{
    --fa: "";
}
.fa-wheat-awn-circle-exclamation
{
    --fa: "";
}
.fa-snowman
{
    --fa: "";
}
.fa-mortar-pestle
{
    --fa: "";
}
.fa-road-barrier
{
    --fa: "";
}
.fa-school
{
    --fa: "";
}
.fa-igloo
{
    --fa: "";
}
.fa-joint
{
    --fa: "";
}
.fa-angle-right
{
    --fa: "";
}
.fa-horse
{
    --fa: "";
}
.fa-q
{
    --fa: "Q";
}
.fa-g
{
    --fa: "G";
}
.fa-notes-medical
{
    --fa: "";
}
.fa-temperature-2, .fa-temperature-half, .fa-thermometer-2, .fa-thermometer-half
{
    --fa: "";
}
.fa-dong-sign
{
    --fa: "";
}
.fa-capsules
{
    --fa: "";
}
.fa-poo-bolt, .fa-poo-storm
{
    --fa: "";
}
.fa-face-frown-open, .fa-frown-open
{
    --fa: "";
}
.fa-hand-point-up
{
    --fa: "";
}
.fa-money-bill
{
    --fa: "";
}
.fa-bookmark
{
    --fa: "";
}
.fa-align-justify
{
    --fa: "";
}
.fa-umbrella-beach
{
    --fa: "";
}
.fa-helmet-un
{
    --fa: "";
}
.fa-bullseye
{
    --fa: "";
}
.fa-bacon
{
    --fa: "";
}
.fa-hand-point-down
{
    --fa: "";
}
.fa-arrow-up-from-bracket
{
    --fa: "";
}
.fa-folder, .fa-folder-blank
{
    --fa: "";
}
.fa-file-medical-alt, .fa-file-waveform
{
    --fa: "";
}
.fa-radiation
{
    --fa: "";
}
.fa-chart-simple
{
    --fa: "";
}
.fa-mars-stroke
{
    --fa: "";
}
.fa-vial
{
    --fa: "";
}
.fa-dashboard, .fa-gauge, .fa-gauge-med, .fa-tachometer-alt-average
{
    --fa: "";
}
.fa-magic-wand-sparkles, .fa-wand-magic-sparkles
{
    --fa: "";
}
.fa-e
{
    --fa: "E";
}
.fa-pen-alt, .fa-pen-clip
{
    --fa: "";
}
.fa-bridge-circle-exclamation
{
    --fa: "";
}
.fa-user
{
    --fa: "";
}
.fa-school-circle-check
{
    --fa: "";
}
.fa-dumpster
{
    --fa: "";
}
.fa-shuttle-van, .fa-van-shuttle
{
    --fa: "";
}
.fa-building-user
{
    --fa: "";
}
.fa-caret-square-left, .fa-square-caret-left
{
    --fa: "";
}
.fa-highlighter
{
    --fa: "";
}
.fa-key
{
    --fa: "";
}
.fa-bullhorn
{
    --fa: "";
}
.fa-globe
{
    --fa: "";
}
.fa-synagogue
{
    --fa: "";
}
.fa-person-half-dress
{
    --fa: "";
}
.fa-road-bridge
{
    --fa: "";
}
.fa-location-arrow
{
    --fa: "";
}
.fa-c
{
    --fa: "C";
}
.fa-tablet-button
{
    --fa: "";
}
.fa-building-lock
{
    --fa: "";
}
.fa-pizza-slice
{
    --fa: "";
}
.fa-money-bill-wave
{
    --fa: "";
}
.fa-area-chart, .fa-chart-area
{
    --fa: "";
}
.fa-house-flag
{
    --fa: "";
}
.fa-person-circle-minus
{
    --fa: "";
}
.fa-ban, .fa-cancel
{
    --fa: "";
}
.fa-camera-rotate
{
    --fa: "";
}
.fa-air-freshener, .fa-spray-can-sparkles
{
    --fa: "";
}
.fa-star
{
    --fa: "";
}
.fa-repeat
{
    --fa: "";
}
.fa-cross
{
    --fa: "";
}
.fa-box
{
    --fa: "";
}
.fa-venus-mars
{
    --fa: "";
}
.fa-arrow-pointer, .fa-mouse-pointer
{
    --fa: "";
}
.fa-expand-arrows-alt, .fa-maximize
{
    --fa: "";
}
.fa-charging-station
{
    --fa: "";
}
.fa-shapes, .fa-triangle-circle-square
{
    --fa: "";
}
.fa-random, .fa-shuffle
{
    --fa: "";
}
.fa-person-running, .fa-running
{
    --fa: "";
}
.fa-mobile-retro
{
    --fa: "";
}
.fa-grip-lines-vertical
{
    --fa: "";
}
.fa-spider
{
    --fa: "";
}
.fa-hands-bound
{
    --fa: "";
}
.fa-file-invoice-dollar
{
    --fa: "";
}
.fa-plane-circle-exclamation
{
    --fa: "";
}
.fa-x-ray
{
    --fa: "";
}
.fa-spell-check
{
    --fa: "";
}
.fa-slash
{
    --fa: "";
}
.fa-computer-mouse, .fa-mouse
{
    --fa: "";
}
.fa-arrow-right-to-bracket, .fa-sign-in
{
    --fa: "";
}
.fa-shop-slash, .fa-store-alt-slash
{
    --fa: "";
}
.fa-server
{
    --fa: "";
}
.fa-virus-covid-slash
{
    --fa: "";
}
.fa-shop-lock
{
    --fa: "";
}
.fa-hourglass-1, .fa-hourglass-start
{
    --fa: "";
}
.fa-blender-phone
{
    --fa: "";
}
.fa-building-wheat
{
    --fa: "";
}
.fa-person-breastfeeding
{
    --fa: "";
}
.fa-right-to-bracket, .fa-sign-in-alt
{
    --fa: "";
}
.fa-venus
{
    --fa: "";
}
.fa-passport
{
    --fa: "";
}
.fa-thumb-tack-slash, .fa-thumbtack-slash
{
    --fa: "";
}
.fa-heart-pulse, .fa-heartbeat
{
    --fa: "";
}
.fa-people-carry, .fa-people-carry-box
{
    --fa: "";
}
.fa-temperature-high
{
    --fa: "";
}
.fa-microchip
{
    --fa: "";
}
.fa-crown
{
    --fa: "";
}
.fa-weight-hanging
{
    --fa: "";
}
.fa-xmarks-lines
{
    --fa: "";
}
.fa-file-prescription
{
    --fa: "";
}
.fa-weight, .fa-weight-scale
{
    --fa: "";
}
.fa-user-friends, .fa-user-group
{
    --fa: "";
}
.fa-arrow-up-a-z, .fa-sort-alpha-up
{
    --fa: "";
}
.fa-chess-knight
{
    --fa: "";
}
.fa-face-laugh-squint, .fa-laugh-squint
{
    --fa: "";
}
.fa-wheelchair
{
    --fa: "";
}
.fa-arrow-circle-up, .fa-circle-arrow-up
{
    --fa: "";
}
.fa-toggle-on
{
    --fa: "";
}
.fa-person-walking, .fa-walking
{
    --fa: "";
}
.fa-l
{
    --fa: "L";
}
.fa-fire
{
    --fa: "";
}
.fa-bed-pulse, .fa-procedures
{
    --fa: "";
}
.fa-shuttle-space, .fa-space-shuttle
{
    --fa: "";
}
.fa-face-laugh, .fa-laugh
{
    --fa: "";
}
.fa-folder-open
{
    --fa: "";
}
.fa-heart-circle-plus
{
    --fa: "";
}
.fa-code-fork
{
    --fa: "";
}
.fa-city
{
    --fa: "";
}
.fa-microphone-alt, .fa-microphone-lines
{
    --fa: "";
}
.fa-pepper-hot
{
    --fa: "";
}
.fa-unlock
{
    --fa: "";
}
.fa-colon-sign
{
    --fa: "";
}
.fa-headset
{
    --fa: "";
}
.fa-store-slash
{
    --fa: "";
}
.fa-road-circle-xmark
{
    --fa: "";
}
.fa-user-minus
{
    --fa: "";
}
.fa-mars-stroke-up, .fa-mars-stroke-v
{
    --fa: "";
}
.fa-champagne-glasses, .fa-glass-cheers
{
    --fa: "";
}
.fa-clipboard
{
    --fa: "";
}
.fa-house-circle-exclamation
{
    --fa: "";
}
.fa-file-arrow-up, .fa-file-upload
{
    --fa: "";
}
.fa-wifi, .fa-wifi-3, .fa-wifi-strong
{
    --fa: "";
}
.fa-bath, .fa-bathtub
{
    --fa: "";
}
.fa-underline
{
    --fa: "";
}
.fa-user-edit, .fa-user-pen
{
    --fa: "";
}
.fa-signature
{
    --fa: "";
}
.fa-stroopwafel
{
    --fa: "";
}
.fa-bold
{
    --fa: "";
}
.fa-anchor-lock
{
    --fa: "";
}
.fa-building-ngo
{
    --fa: "";
}
.fa-manat-sign
{
    --fa: "";
}
.fa-not-equal
{
    --fa: "";
}
.fa-border-style, .fa-border-top-left
{
    --fa: "";
}
.fa-map-location-dot, .fa-map-marked-alt
{
    --fa: "";
}
.fa-jedi
{
    --fa: "";
}
.fa-poll, .fa-square-poll-vertical
{
    --fa: "";
}
.fa-mug-hot
{
    --fa: "";
}
.fa-battery-car, .fa-car-battery
{
    --fa: "";
}
.fa-gift
{
    --fa: "";
}
.fa-dice-two
{
    --fa: "";
}
.fa-chess-queen
{
    --fa: "";
}
.fa-glasses
{
    --fa: "";
}
.fa-chess-board
{
    --fa: "";
}
.fa-building-circle-check
{
    --fa: "";
}
.fa-person-chalkboard
{
    --fa: "";
}
.fa-mars-stroke-h, .fa-mars-stroke-right
{
    --fa: "";
}
.fa-hand-back-fist, .fa-hand-rock
{
    --fa: "";
}
.fa-caret-square-up, .fa-square-caret-up
{
    --fa: "";
}
.fa-cloud-showers-water
{
    --fa: "";
}
.fa-bar-chart, .fa-chart-bar
{
    --fa: "";
}
.fa-hands-bubbles, .fa-hands-wash
{
    --fa: "";
}
.fa-less-than-equal
{
    --fa: "";
}
.fa-train
{
    --fa: "";
}
.fa-eye-low-vision, .fa-low-vision
{
    --fa: "";
}
.fa-crow
{
    --fa: "";
}
.fa-sailboat
{
    --fa: "";
}
.fa-window-restore
{
    --fa: "";
}
.fa-plus-square, .fa-square-plus
{
    --fa: "";
}
.fa-torii-gate
{
    --fa: "";
}
.fa-frog
{
    --fa: "";
}
.fa-bucket
{
    --fa: "";
}
.fa-image
{
    --fa: "";
}
.fa-microphone
{
    --fa: "";
}
.fa-cow
{
    --fa: "";
}
.fa-caret-up
{
    --fa: "";
}
.fa-screwdriver
{
    --fa: "";
}
.fa-folder-closed
{
    --fa: "";
}
.fa-house-tsunami
{
    --fa: "";
}
.fa-square-nfi
{
    --fa: "";
}
.fa-arrow-up-from-ground-water
{
    --fa: "";
}
.fa-glass-martini-alt, .fa-martini-glass
{
    --fa: "";
}
.fa-square-binary
{
    --fa: "";
}
.fa-rotate-back, .fa-rotate-backward, .fa-rotate-left, .fa-undo-alt
{
    --fa: "";
}
.fa-columns, .fa-table-columns
{
    --fa: "";
}
.fa-lemon
{
    --fa: "";
}
.fa-head-side-mask
{
    --fa: "";
}
.fa-handshake
{
    --fa: "";
}
.fa-gem
{
    --fa: "";
}
.fa-dolly, .fa-dolly-box
{
    --fa: "";
}
.fa-smoking
{
    --fa: "";
}
.fa-compress-arrows-alt, .fa-minimize
{
    --fa: "";
}
.fa-monument
{
    --fa: "";
}
.fa-snowplow
{
    --fa: "";
}
.fa-angle-double-right, .fa-angles-right
{
    --fa: "";
}
.fa-cannabis
{
    --fa: "";
}
.fa-circle-play, .fa-play-circle
{
    --fa: "";
}
.fa-tablets
{
    --fa: "";
}
.fa-ethernet
{
    --fa: "";
}
.fa-eur, .fa-euro, .fa-euro-sign
{
    --fa: "";
}
.fa-chair
{
    --fa: "";
}
.fa-check-circle, .fa-circle-check
{
    --fa: "";
}
.fa-circle-stop, .fa-stop-circle
{
    --fa: "";
}
.fa-compass-drafting, .fa-drafting-compass
{
    --fa: "";
}
.fa-plate-wheat
{
    --fa: "";
}
.fa-icicles
{
    --fa: "";
}
.fa-person-shelter
{
    --fa: "";
}
.fa-neuter
{
    --fa: "";
}
.fa-id-badge
{
    --fa: "";
}
.fa-marker
{
    --fa: "";
}
.fa-face-laugh-beam, .fa-laugh-beam
{
    --fa: "";
}
.fa-helicopter-symbol
{
    --fa: "";
}
.fa-universal-access
{
    --fa: "";
}
.fa-chevron-circle-up, .fa-circle-chevron-up
{
    --fa: "";
}
.fa-lari-sign
{
    --fa: "";
}
.fa-volcano
{
    --fa: "";
}
.fa-person-walking-dashed-line-arrow-right
{
    --fa: "";
}
.fa-gbp, .fa-pound-sign, .fa-sterling-sign
{
    --fa: "";
}
.fa-viruses
{
    --fa: "";
}
.fa-square-person-confined
{
    --fa: "";
}
.fa-user-tie
{
    --fa: "";
}
.fa-arrow-down-long, .fa-long-arrow-down
{
    --fa: "";
}
.fa-tent-arrow-down-to-line
{
    --fa: "";
}
.fa-certificate
{
    --fa: "";
}
.fa-mail-reply-all, .fa-reply-all
{
    --fa: "";
}
.fa-suitcase
{
    --fa: "";
}
.fa-person-skating, .fa-skating
{
    --fa: "";
}
.fa-filter-circle-dollar, .fa-funnel-dollar
{
    --fa: "";
}
.fa-camera-retro
{
    --fa: "";
}
.fa-arrow-circle-down, .fa-circle-arrow-down
{
    --fa: "";
}
.fa-arrow-right-to-file, .fa-file-import
{
    --fa: "";
}
.fa-external-link-square, .fa-square-arrow-up-right
{
    --fa: "";
}
.fa-box-open
{
    --fa: "";
}
.fa-scroll
{
    --fa: "";
}
.fa-spa
{
    --fa: "";
}
.fa-location-pin-lock
{
    --fa: "";
}
.fa-pause
{
    --fa: "";
}
.fa-hill-avalanche
{
    --fa: "";
}
.fa-temperature-0, .fa-temperature-empty, .fa-thermometer-0, .fa-thermometer-empty
{
    --fa: "";
}
.fa-bomb
{
    --fa: "";
}
.fa-registered
{
    --fa: "";
}
.fa-address-card, .fa-contact-card, .fa-vcard
{
    --fa: "";
}
.fa-balance-scale-right, .fa-scale-unbalanced-flip
{
    --fa: "";
}
.fa-subscript
{
    --fa: "";
}
.fa-diamond-turn-right, .fa-directions
{
    --fa: "";
}
.fa-burst
{
    --fa: "";
}
.fa-house-laptop, .fa-laptop-house
{
    --fa: "";
}
.fa-face-tired, .fa-tired
{
    --fa: "";
}
.fa-money-bills
{
    --fa: "";
}
.fa-smog
{
    --fa: "";
}
.fa-crutch
{
    --fa: "";
}
.fa-cloud-arrow-up, .fa-cloud-upload, .fa-cloud-upload-alt
{
    --fa: "";
}
.fa-palette
{
    --fa: "";
}
.fa-arrows-turn-right
{
    --fa: "";
}
.fa-vest
{
    --fa: "";
}
.fa-ferry
{
    --fa: "";
}
.fa-arrows-down-to-people
{
    --fa: "";
}
.fa-seedling, .fa-sprout
{
    --fa: "";
}
.fa-arrows-alt-h, .fa-left-right
{
    --fa: "";
}
.fa-boxes-packing
{
    --fa: "";
}
.fa-arrow-circle-left, .fa-circle-arrow-left
{
    --fa: "";
}
.fa-group-arrows-rotate
{
    --fa: "";
}
.fa-bowl-food
{
    --fa: "";
}
.fa-candy-cane
{
    --fa: "";
}
.fa-arrow-down-wide-short, .fa-sort-amount-asc, .fa-sort-amount-down
{
    --fa: "";
}
.fa-cloud-bolt, .fa-thunderstorm
{
    --fa: "";
}
.fa-remove-format, .fa-text-slash
{
    --fa: "";
}
.fa-face-smile-wink, .fa-smile-wink
{
    --fa: "";
}
.fa-file-word
{
    --fa: "";
}
.fa-file-powerpoint
{
    --fa: "";
}
.fa-arrows-h, .fa-arrows-left-right
{
    --fa: "";
}
.fa-house-lock
{
    --fa: "";
}
.fa-cloud-arrow-down, .fa-cloud-download, .fa-cloud-download-alt
{
    --fa: "";
}
.fa-children
{
    --fa: "";
}
.fa-blackboard, .fa-chalkboard
{
    --fa: "";
}
.fa-user-alt-slash, .fa-user-large-slash
{
    --fa: "";
}
.fa-envelope-open
{
    --fa: "";
}
.fa-handshake-alt-slash, .fa-handshake-simple-slash
{
    --fa: "";
}
.fa-mattress-pillow
{
    --fa: "";
}
.fa-guarani-sign
{
    --fa: "";
}
.fa-arrows-rotate, .fa-refresh, .fa-sync
{
    --fa: "";
}
.fa-fire-extinguisher
{
    --fa: "";
}
.fa-cruzeiro-sign
{
    --fa: "";
}
.fa-greater-than-equal
{
    --fa: "";
}
.fa-shield-alt, .fa-shield-halved
{
    --fa: "";
}
.fa-atlas, .fa-book-atlas
{
    --fa: "";
}
.fa-virus
{
    --fa: "";
}
.fa-envelope-circle-check
{
    --fa: "";
}
.fa-layer-group
{
    --fa: "";
}
.fa-arrows-to-dot
{
    --fa: "";
}
.fa-archway
{
    --fa: "";
}
.fa-heart-circle-check
{
    --fa: "";
}
.fa-house-chimney-crack, .fa-house-damage
{
    --fa: "";
}
.fa-file-archive, .fa-file-zipper
{
    --fa: "";
}
.fa-square
{
    --fa: "";
}
.fa-glass-martini, .fa-martini-glass-empty
{
    --fa: "";
}
.fa-couch
{
    --fa: "";
}
.fa-cedi-sign
{
    --fa: "";
}
.fa-italic
{
    --fa: "";
}
.fa-table-cells-column-lock
{
    --fa: "";
}
.fa-church
{
    --fa: "";
}
.fa-comments-dollar
{
    --fa: "";
}
.fa-democrat
{
    --fa: "";
}
.fa-z
{
    --fa: "Z";
}
.fa-person-skiing, .fa-skiing
{
    --fa: "";
}
.fa-road-lock
{
    --fa: "";
}
.fa-a
{
    --fa: "A";
}
.fa-temperature-arrow-down, .fa-temperature-down
{
    --fa: "";
}
.fa-feather-alt, .fa-feather-pointed
{
    --fa: "";
}
.fa-p
{
    --fa: "P";
}
.fa-snowflake
{
    --fa: "";
}
.fa-newspaper
{
    --fa: "";
}
.fa-ad, .fa-rectangle-ad
{
    --fa: "";
}
.fa-arrow-circle-right, .fa-circle-arrow-right
{
    --fa: "";
}
.fa-filter-circle-xmark
{
    --fa: "";
}
.fa-locust
{
    --fa: "";
}
.fa-sort, .fa-unsorted
{
    --fa: "";
}
.fa-list-1-2, .fa-list-numeric, .fa-list-ol
{
    --fa: "";
}
.fa-person-dress-burst
{
    --fa: "";
}
.fa-money-check-alt, .fa-money-check-dollar
{
    --fa: "";
}
.fa-vector-square
{
    --fa: "";
}
.fa-bread-slice
{
    --fa: "";
}
.fa-language
{
    --fa: "";
}
.fa-face-kiss-wink-heart, .fa-kiss-wink-heart
{
    --fa: "";
}
.fa-filter
{
    --fa: "";
}
.fa-question
{
    --fa: "?";
}
.fa-file-signature
{
    --fa: "";
}
.fa-arrows-alt, .fa-up-down-left-right
{
    --fa: "";
}
.fa-house-chimney-user
{
    --fa: "";
}
.fa-hand-holding-heart
{
    --fa: "";
}
.fa-puzzle-piece
{
    --fa: "";
}
.fa-money-check
{
    --fa: "";
}
.fa-star-half-alt, .fa-star-half-stroke
{
    --fa: "";
}
.fa-code
{
    --fa: "";
}
.fa-glass-whiskey, .fa-whiskey-glass
{
    --fa: "";
}
.fa-building-circle-exclamation
{
    --fa: "";
}
.fa-magnifying-glass-chart
{
    --fa: "";
}
.fa-arrow-up-right-from-square, .fa-external-link
{
    --fa: "";
}
.fa-cubes-stacked
{
    --fa: "";
}
.fa-krw, .fa-won, .fa-won-sign
{
    --fa: "";
}
.fa-virus-covid
{
    --fa: "";
}
.fa-austral-sign
{
    --fa: "";
}
.fa-f
{
    --fa: "F";
}
.fa-leaf
{
    --fa: "";
}
.fa-road
{
    --fa: "";
}
.fa-cab, .fa-taxi
{
    --fa: "";
}
.fa-person-circle-plus
{
    --fa: "";
}
.fa-chart-pie, .fa-pie-chart
{
    --fa: "";
}
.fa-bolt-lightning
{
    --fa: "";
}
.fa-sack-xmark
{
    --fa: "";
}
.fa-file-excel
{
    --fa: "";
}
.fa-file-contract
{
    --fa: "";
}
.fa-fish-fins
{
    --fa: "";
}
.fa-building-flag
{
    --fa: "";
}
.fa-face-grin-beam, .fa-grin-beam
{
    --fa: "";
}
.fa-object-ungroup
{
    --fa: "";
}
.fa-poop
{
    --fa: "";
}
.fa-location-pin, .fa-map-marker
{
    --fa: "";
}
.fa-kaaba
{
    --fa: "";
}
.fa-toilet-paper
{
    --fa: "";
}
.fa-hard-hat, .fa-hat-hard, .fa-helmet-safety
{
    --fa: "";
}
.fa-eject
{
    --fa: "";
}
.fa-arrow-alt-circle-right, .fa-circle-right
{
    --fa: "";
}
.fa-plane-circle-check
{
    --fa: "";
}
.fa-face-rolling-eyes, .fa-meh-rolling-eyes
{
    --fa: "";
}
.fa-object-group
{
    --fa: "";
}
.fa-chart-line, .fa-line-chart
{
    --fa: "";
}
.fa-mask-ventilator
{
    --fa: "";
}
.fa-arrow-right
{
    --fa: "";
}
.fa-map-signs, .fa-signs-post
{
    --fa: "";
}
.fa-cash-register
{
    --fa: "";
}
.fa-person-circle-question
{
    --fa: "";
}
.fa-h
{
    --fa: "H";
}
.fa-tarp
{
    --fa: "";
}
.fa-screwdriver-wrench, .fa-tools
{
    --fa: "";
}
.fa-arrows-to-eye
{
    --fa: "";
}
.fa-plug-circle-bolt
{
    --fa: "";
}
.fa-heart
{
    --fa: "";
}
.fa-mars-and-venus
{
    --fa: "";
}
.fa-home-user, .fa-house-user
{
    --fa: "";
}
.fa-dumpster-fire
{
    --fa: "";
}
.fa-house-crack
{
    --fa: "";
}
.fa-cocktail, .fa-martini-glass-citrus
{
    --fa: "";
}
.fa-face-surprise, .fa-surprise
{
    --fa: "";
}
.fa-bottle-water
{
    --fa: "";
}
.fa-circle-pause, .fa-pause-circle
{
    --fa: "";
}
.fa-toilet-paper-slash
{
    --fa: "";
}
.fa-apple-alt, .fa-apple-whole
{
    --fa: "";
}
.fa-kitchen-set
{
    --fa: "";
}
.fa-r
{
    --fa: "R";
}
.fa-temperature-1, .fa-temperature-quarter, .fa-thermometer-1, .fa-thermometer-quarter
{
    --fa: "";
}
.fa-cube
{
    --fa: "";
}
.fa-bitcoin-sign
{
    --fa: "";
}
.fa-shield-dog
{
    --fa: "";
}
.fa-solar-panel
{
    --fa: "";
}
.fa-lock-open
{
    --fa: "";
}
.fa-elevator
{
    --fa: "";
}
.fa-money-bill-transfer
{
    --fa: "";
}
.fa-money-bill-trend-up
{
    --fa: "";
}
.fa-house-flood-water-circle-arrow-right
{
    --fa: "";
}
.fa-poll-h, .fa-square-poll-horizontal
{
    --fa: "";
}
.fa-circle
{
    --fa: "";
}
.fa-backward-fast, .fa-fast-backward
{
    --fa: "";
}
.fa-recycle
{
    --fa: "";
}
.fa-user-astronaut
{
    --fa: "";
}
.fa-plane-slash
{
    --fa: "";
}
.fa-trademark
{
    --fa: "";
}
.fa-basketball, .fa-basketball-ball
{
    --fa: "";
}
.fa-satellite-dish
{
    --fa: "";
}
.fa-arrow-alt-circle-up, .fa-circle-up
{
    --fa: "";
}
.fa-mobile-alt, .fa-mobile-screen-button
{
    --fa: "";
}
.fa-volume-high, .fa-volume-up
{
    --fa: "";
}
.fa-users-rays
{
    --fa: "";
}
.fa-wallet
{
    --fa: "";
}
.fa-clipboard-check
{
    --fa: "";
}
.fa-file-audio
{
    --fa: "";
}
.fa-burger, .fa-hamburger
{
    --fa: "";
}
.fa-wrench
{
    --fa: "";
}
.fa-bugs
{
    --fa: "";
}
.fa-rupee, .fa-rupee-sign
{
    --fa: "";
}
.fa-file-image
{
    --fa: "";
}
.fa-circle-question, .fa-question-circle
{
    --fa: "";
}
.fa-plane-departure
{
    --fa: "";
}
.fa-handshake-slash
{
    --fa: "";
}
.fa-book-bookmark
{
    --fa: "";
}
.fa-code-branch
{
    --fa: "";
}
.fa-hat-cowboy
{
    --fa: "";
}
.fa-bridge
{
    --fa: "";
}
.fa-phone-alt, .fa-phone-flip
{
    --fa: "";
}
.fa-truck-front
{
    --fa: "";
}
.fa-cat
{
    --fa: "";
}
.fa-anchor-circle-exclamation
{
    --fa: "";
}
.fa-truck-field
{
    --fa: "";
}
.fa-route
{
    --fa: "";
}
.fa-clipboard-question
{
    --fa: "";
}
.fa-panorama
{
    --fa: "";
}
.fa-comment-medical
{
    --fa: "";
}
.fa-teeth-open
{
    --fa: "";
}
.fa-file-circle-minus
{
    --fa: "";
}
.fa-tags
{
    --fa: "";
}
.fa-wine-glass
{
    --fa: "";
}
.fa-fast-forward, .fa-forward-fast
{
    --fa: "";
}
.fa-face-meh-blank, .fa-meh-blank
{
    --fa: "";
}
.fa-parking, .fa-square-parking
{
    --fa: "";
}
.fa-house-signal
{
    --fa: "";
}
.fa-bars-progress, .fa-tasks-alt
{
    --fa: "";
}
.fa-faucet-drip
{
    --fa: "";
}
.fa-cart-flatbed, .fa-dolly-flatbed
{
    --fa: "";
}
.fa-ban-smoking, .fa-smoking-ban
{
    --fa: "";
}
.fa-terminal
{
    --fa: "";
}
.fa-mobile-button
{
    --fa: "";
}
.fa-house-medical-flag
{
    --fa: "";
}
.fa-basket-shopping, .fa-shopping-basket
{
    --fa: "";
}
.fa-tape
{
    --fa: "";
}
.fa-bus-alt, .fa-bus-simple
{
    --fa: "";
}
.fa-eye
{
    --fa: "";
}
.fa-face-sad-cry, .fa-sad-cry
{
    --fa: "";
}
.fa-audio-description
{
    --fa: "";
}
.fa-person-military-to-person
{
    --fa: "";
}
.fa-file-shield
{
    --fa: "";
}
.fa-user-slash
{
    --fa: "";
}
.fa-pen
{
    --fa: "";
}
.fa-tower-observation
{
    --fa: "";
}
.fa-file-code
{
    --fa: "";
}
.fa-signal, .fa-signal-5, .fa-signal-perfect
{
    --fa: "";
}
.fa-bus
{
    --fa: "";
}
.fa-heart-circle-xmark
{
    --fa: "";
}
.fa-home-lg, .fa-house-chimney
{
    --fa: "";
}
.fa-window-maximize
{
    --fa: "";
}
.fa-face-frown, .fa-frown
{
    --fa: "";
}
.fa-prescription
{
    --fa: "";
}
.fa-shop, .fa-store-alt
{
    --fa: "";
}
.fa-floppy-disk, .fa-save
{
    --fa: "";
}
.fa-vihara
{
    --fa: "";
}
.fa-balance-scale-left, .fa-scale-unbalanced
{
    --fa: "";
}
.fa-sort-asc, .fa-sort-up
{
    --fa: "";
}
.fa-comment-dots, .fa-commenting
{
    --fa: "";
}
.fa-plant-wilt
{
    --fa: "";
}
.fa-diamond
{
    --fa: "";
}
.fa-face-grin-squint, .fa-grin-squint
{
    --fa: "";
}
.fa-hand-holding-dollar, .fa-hand-holding-usd
{
    --fa: "";
}
.fa-chart-diagram
{
    --fa: "";
}
.fa-bacterium
{
    --fa: "";
}
.fa-hand-pointer
{
    --fa: "";
}
.fa-drum-steelpan
{
    --fa: "";
}
.fa-hand-scissors
{
    --fa: "";
}
.fa-hands-praying, .fa-praying-hands
{
    --fa: "";
}
.fa-arrow-right-rotate, .fa-arrow-rotate-forward, .fa-arrow-rotate-right, .fa-redo
{
    --fa: "";
}
.fa-biohazard
{
    --fa: "";
}
.fa-location, .fa-location-crosshairs
{
    --fa: "";
}
.fa-mars-double
{
    --fa: "";
}
.fa-child-dress
{
    --fa: "";
}
.fa-users-between-lines
{
    --fa: "";
}
.fa-lungs-virus
{
    --fa: "";
}
.fa-face-grin-tears, .fa-grin-tears
{
    --fa: "";
}
.fa-phone
{
    --fa: "";
}
.fa-calendar-times, .fa-calendar-xmark
{
    --fa: "";
}
.fa-child-reaching
{
    --fa: "";
}
.fa-head-side-virus
{
    --fa: "";
}
.fa-user-cog, .fa-user-gear
{
    --fa: "";
}
.fa-arrow-up-1-9, .fa-sort-numeric-up
{
    --fa: "";
}
.fa-door-closed
{
    --fa: "";
}
.fa-shield-virus
{
    --fa: "";
}
.fa-dice-six
{
    --fa: "";
}
.fa-mosquito-net
{
    --fa: "";
}
.fa-file-fragment
{
    --fa: "";
}
.fa-bridge-water
{
    --fa: "";
}
.fa-person-booth
{
    --fa: "";
}
.fa-text-width
{
    --fa: "";
}
.fa-hat-wizard
{
    --fa: "";
}
.fa-pen-fancy
{
    --fa: "";
}
.fa-digging, .fa-person-digging
{
    --fa: "";
}
.fa-trash
{
    --fa: "";
}
.fa-gauge-simple, .fa-gauge-simple-med, .fa-tachometer-average
{
    --fa: "";
}
.fa-book-medical
{
    --fa: "";
}
.fa-poo
{
    --fa: "";
}
.fa-quote-right, .fa-quote-right-alt
{
    --fa: "";
}
.fa-shirt, .fa-t-shirt, .fa-tshirt
{
    --fa: "";
}
.fa-cubes
{
    --fa: "";
}
.fa-divide
{
    --fa: "";
}
.fa-tenge, .fa-tenge-sign
{
    --fa: "";
}
.fa-headphones
{
    --fa: "";
}
.fa-hands-holding
{
    --fa: "";
}
.fa-hands-clapping
{
    --fa: "";
}
.fa-republican
{
    --fa: "";
}
.fa-arrow-left
{
    --fa: "";
}
.fa-person-circle-xmark
{
    --fa: "";
}
.fa-ruler
{
    --fa: "";
}
.fa-align-left
{
    --fa: "";
}
.fa-dice-d6
{
    --fa: "";
}
.fa-restroom
{
    --fa: "";
}
.fa-j
{
    --fa: "J";
}
.fa-users-viewfinder
{
    --fa: "";
}
.fa-file-video
{
    --fa: "";
}
.fa-external-link-alt, .fa-up-right-from-square
{
    --fa: "";
}
.fa-table-cells, .fa-th
{
    --fa: "";
}
.fa-file-pdf
{
    --fa: "";
}
.fa-bible, .fa-book-bible
{
    --fa: "";
}
.fa-o
{
    --fa: "O";
}
.fa-medkit, .fa-suitcase-medical
{
    --fa: "";
}
.fa-user-secret
{
    --fa: "";
}
.fa-otter
{
    --fa: "";
}
.fa-female, .fa-person-dress
{
    --fa: "";
}
.fa-comment-dollar
{
    --fa: "";
}
.fa-briefcase-clock, .fa-business-time
{
    --fa: "";
}
.fa-table-cells-large, .fa-th-large
{
    --fa: "";
}
.fa-book-tanakh, .fa-tanakh
{
    --fa: "";
}
.fa-phone-volume, .fa-volume-control-phone
{
    --fa: "";
}
.fa-hat-cowboy-side
{
    --fa: "";
}
.fa-clipboard-user
{
    --fa: "";
}
.fa-child
{
    --fa: "";
}
.fa-lira-sign
{
    --fa: "";
}
.fa-satellite
{
    --fa: "";
}
.fa-plane-lock
{
    --fa: "";
}
.fa-tag
{
    --fa: "";
}
.fa-comment
{
    --fa: "";
}
.fa-birthday-cake, .fa-cake, .fa-cake-candles
{
    --fa: "";
}
.fa-envelope
{
    --fa: "";
}
.fa-angle-double-up, .fa-angles-up
{
    --fa: "";
}
.fa-paperclip
{
    --fa: "";
}
.fa-arrow-right-to-city
{
    --fa: "";
}
.fa-ribbon
{
    --fa: "";
}
.fa-lungs
{
    --fa: "";
}
.fa-arrow-up-9-1, .fa-sort-numeric-up-alt
{
    --fa: "";
}
.fa-litecoin-sign
{
    --fa: "";
}
.fa-border-none
{
    --fa: "";
}
.fa-circle-nodes
{
    --fa: "";
}
.fa-parachute-box
{
    --fa: "";
}
.fa-indent
{
    --fa: "";
}
.fa-truck-field-un
{
    --fa: "";
}
.fa-hourglass, .fa-hourglass-empty
{
    --fa: "";
}
.fa-mountain
{
    --fa: "";
}
.fa-user-doctor, .fa-user-md
{
    --fa: "";
}
.fa-circle-info, .fa-info-circle
{
    --fa: "";
}
.fa-cloud-meatball
{
    --fa: "";
}
.fa-camera, .fa-camera-alt
{
    --fa: "";
}
.fa-square-virus
{
    --fa: "";
}
.fa-meteor
{
    --fa: "";
}
.fa-car-on
{
    --fa: "";
}
.fa-sleigh
{
    --fa: "";
}
.fa-arrow-down-1-9, .fa-sort-numeric-asc, .fa-sort-numeric-down
{
    --fa: "";
}
.fa-hand-holding-droplet, .fa-hand-holding-water
{
    --fa: "";
}
.fa-water
{
    --fa: "";
}
.fa-calendar-check
{
    --fa: "";
}
.fa-braille
{
    --fa: "";
}
.fa-prescription-bottle-alt, .fa-prescription-bottle-medical
{
    --fa: "";
}
.fa-landmark
{
    --fa: "";
}
.fa-truck
{
    --fa: "";
}
.fa-crosshairs
{
    --fa: "";
}
.fa-person-cane
{
    --fa: "";
}
.fa-tent
{
    --fa: "";
}
.fa-vest-patches
{
    --fa: "";
}
.fa-check-double
{
    --fa: "";
}
.fa-arrow-down-a-z, .fa-sort-alpha-asc, .fa-sort-alpha-down
{
    --fa: "";
}
.fa-money-bill-wheat
{
    --fa: "";
}
.fa-cookie
{
    --fa: "";
}
.fa-arrow-left-rotate, .fa-arrow-rotate-back, .fa-arrow-rotate-backward, .fa-arrow-rotate-left, .fa-undo
{
    --fa: "";
}
.fa-hard-drive, .fa-hdd
{
    --fa: "";
}
.fa-face-grin-squint-tears, .fa-grin-squint-tears
{
    --fa: "";
}
.fa-dumbbell
{
    --fa: "";
}
.fa-list-alt, .fa-rectangle-list
{
    --fa: "";
}
.fa-tarp-droplet
{
    --fa: "";
}
.fa-house-medical-circle-check
{
    --fa: "";
}
.fa-person-skiing-nordic, .fa-skiing-nordic
{
    --fa: "";
}
.fa-calendar-plus
{
    --fa: "";
}
.fa-plane-arrival
{
    --fa: "";
}
.fa-arrow-alt-circle-left, .fa-circle-left
{
    --fa: "";
}
.fa-subway, .fa-train-subway
{
    --fa: "";
}
.fa-chart-gantt
{
    --fa: "";
}
.fa-indian-rupee, .fa-indian-rupee-sign, .fa-inr
{
    --fa: "";
}
.fa-crop-alt, .fa-crop-simple
{
    --fa: "";
}
.fa-money-bill-1, .fa-money-bill-alt
{
    --fa: "";
}
.fa-left-long, .fa-long-arrow-alt-left
{
    --fa: "";
}
.fa-dna
{
    --fa: "";
}
.fa-virus-slash
{
    --fa: "";
}
.fa-minus, .fa-subtract
{
    --fa: "";
}
.fa-chess
{
    --fa: "";
}
.fa-arrow-left-long, .fa-long-arrow-left
{
    --fa: "";
}
.fa-plug-circle-check
{
    --fa: "";
}
.fa-street-view
{
    --fa: "";
}
.fa-franc-sign
{
    --fa: "";
}
.fa-volume-off
{
    --fa: "";
}
.fa-american-sign-language-interpreting, .fa-asl-interpreting, .fa-hands-american-sign-language-interpreting, .fa-hands-asl-interpreting
{
    --fa: "";
}
.fa-cog, .fa-gear
{
    --fa: "";
}
.fa-droplet-slash, .fa-tint-slash
{
    --fa: "";
}
.fa-mosque
{
    --fa: "";
}
.fa-mosquito
{
    --fa: "";
}
.fa-star-of-david
{
    --fa: "";
}
.fa-person-military-rifle
{
    --fa: "";
}
.fa-cart-shopping, .fa-shopping-cart
{
    --fa: "";
}
.fa-vials
{
    --fa: "";
}
.fa-plug-circle-plus
{
    --fa: "";
}
.fa-place-of-worship
{
    --fa: "";
}
.fa-grip-vertical
{
    --fa: "";
}
.fa-hexagon-nodes
{
    --fa: "";
}
.fa-arrow-turn-up, .fa-level-up
{
    --fa: "";
}
.fa-u
{
    --fa: "U";
}
.fa-square-root-alt, .fa-square-root-variable
{
    --fa: "";
}
.fa-clock, .fa-clock-four
{
    --fa: "";
}
.fa-backward-step, .fa-step-backward
{
    --fa: "";
}
.fa-pallet
{
    --fa: "";
}
.fa-faucet
{
    --fa: "";
}
.fa-baseball-bat-ball
{
    --fa: "";
}
.fa-s
{
    --fa: "S";
}
.fa-timeline
{
    --fa: "";
}
.fa-keyboard
{
    --fa: "";
}
.fa-caret-down
{
    --fa: "";
}
.fa-clinic-medical, .fa-house-chimney-medical
{
    --fa: "";
}
.fa-temperature-3, .fa-temperature-three-quarters, .fa-thermometer-3, .fa-thermometer-three-quarters
{
    --fa: "";
}
.fa-mobile-android-alt, .fa-mobile-screen
{
    --fa: "";
}
.fa-plane-up
{
    --fa: "";
}
.fa-piggy-bank
{
    --fa: "";
}
.fa-battery-3, .fa-battery-half
{
    --fa: "";
}
.fa-mountain-city
{
    --fa: "";
}
.fa-coins
{
    --fa: "";
}
.fa-khanda
{
    --fa: "";
}
.fa-sliders, .fa-sliders-h
{
    --fa: "";
}
.fa-folder-tree
{
    --fa: "";
}
.fa-network-wired
{
    --fa: "";
}
.fa-map-pin
{
    --fa: "";
}
.fa-hamsa
{
    --fa: "";
}
.fa-cent-sign
{
    --fa: "";
}
.fa-flask
{
    --fa: "";
}
.fa-person-pregnant
{
    --fa: "";
}
.fa-wand-sparkles
{
    --fa: "";
}
.fa-ellipsis-v, .fa-ellipsis-vertical
{
    --fa: "";
}
.fa-ticket
{
    --fa: "";
}
.fa-power-off
{
    --fa: "";
}
.fa-long-arrow-alt-right, .fa-right-long
{
    --fa: "";
}
.fa-flag-usa
{
    --fa: "";
}
.fa-laptop-file
{
    --fa: "";
}
.fa-teletype, .fa-tty
{
    --fa: "";
}
.fa-diagram-next
{
    --fa: "";
}
.fa-person-rifle
{
    --fa: "";
}
.fa-house-medical-circle-exclamation
{
    --fa: "";
}
.fa-closed-captioning
{
    --fa: "";
}
.fa-hiking, .fa-person-hiking
{
    --fa: "";
}
.fa-venus-double
{
    --fa: "";
}
.fa-images
{
    --fa: "";
}
.fa-calculator
{
    --fa: "";
}
.fa-people-pulling
{
    --fa: "";
}
.fa-n
{
    --fa: "N";
}
.fa-cable-car, .fa-tram
{
    --fa: "";
}
.fa-cloud-rain
{
    --fa: "";
}
.fa-building-circle-xmark
{
    --fa: "";
}
.fa-ship
{
    --fa: "";
}
.fa-arrows-down-to-line
{
    --fa: "";
}
.fa-download
{
    --fa: "";
}
.fa-face-grin, .fa-grin
{
    --fa: "";
}
.fa-backspace, .fa-delete-left
{
    --fa: "";
}
.fa-eye-dropper, .fa-eye-dropper-empty, .fa-eyedropper
{
    --fa: "";
}
.fa-file-circle-check
{
    --fa: "";
}
.fa-forward
{
    --fa: "";
}
.fa-mobile, .fa-mobile-android, .fa-mobile-phone
{
    --fa: "";
}
.fa-face-meh, .fa-meh
{
    --fa: "";
}
.fa-align-center
{
    --fa: "";
}
.fa-book-dead, .fa-book-skull
{
    --fa: "";
}
.fa-drivers-license, .fa-id-card
{
    --fa: "";
}
.fa-dedent, .fa-outdent
{
    --fa: "";
}
.fa-heart-circle-exclamation
{
    --fa: "";
}
.fa-home, .fa-home-alt, .fa-home-lg-alt, .fa-house
{
    --fa: "";
}
.fa-calendar-week
{
    --fa: "";
}
.fa-laptop-medical
{
    --fa: "";
}
.fa-b
{
    --fa: "B";
}
.fa-file-medical
{
    --fa: "";
}
.fa-dice-one
{
    --fa: "";
}
.fa-kiwi-bird
{
    --fa: "";
}
.fa-arrow-right-arrow-left, .fa-exchange
{
    --fa: "";
}
.fa-redo-alt, .fa-rotate-forward, .fa-rotate-right
{
    --fa: "";
}
.fa-cutlery, .fa-utensils
{
    --fa: "";
}
.fa-arrow-up-wide-short, .fa-sort-amount-up
{
    --fa: "";
}
.fa-mill-sign
{
    --fa: "";
}
.fa-bowl-rice
{
    --fa: "";
}
.fa-skull
{
    --fa: "";
}
.fa-broadcast-tower, .fa-tower-broadcast
{
    --fa: "";
}
.fa-truck-pickup
{
    --fa: "";
}
.fa-long-arrow-alt-up, .fa-up-long
{
    --fa: "";
}
.fa-stop
{
    --fa: "";
}
.fa-code-merge
{
    --fa: "";
}
.fa-upload
{
    --fa: "";
}
.fa-hurricane
{
    --fa: "";
}
.fa-mound
{
    --fa: "";
}
.fa-toilet-portable
{
    --fa: "";
}
.fa-compact-disc
{
    --fa: "";
}
.fa-file-arrow-down, .fa-file-download
{
    --fa: "";
}
.fa-caravan
{
    --fa: "";
}
.fa-shield-cat
{
    --fa: "";
}
.fa-bolt, .fa-zap
{
    --fa: "";
}
.fa-glass-water
{
    --fa: "";
}
.fa-oil-well
{
    --fa: "";
}
.fa-vault
{
    --fa: "";
}
.fa-mars
{
    --fa: "";
}
.fa-toilet
{
    --fa: "";
}
.fa-plane-circle-xmark
{
    --fa: "";
}
.fa-cny, .fa-jpy, .fa-rmb, .fa-yen, .fa-yen-sign
{
    --fa: "";
}
.fa-rouble, .fa-rub, .fa-ruble, .fa-ruble-sign
{
    --fa: "";
}
.fa-sun
{
    --fa: "";
}
.fa-guitar
{
    --fa: "";
}
.fa-face-laugh-wink, .fa-laugh-wink
{
    --fa: "";
}
.fa-horse-head
{
    --fa: "";
}
.fa-bore-hole
{
    --fa: "";
}
.fa-industry
{
    --fa: "";
}
.fa-arrow-alt-circle-down, .fa-circle-down
{
    --fa: "";
}
.fa-arrows-turn-to-dots
{
    --fa: "";
}
.fa-florin-sign
{
    --fa: "";
}
.fa-arrow-down-short-wide, .fa-sort-amount-desc, .fa-sort-amount-down-alt
{
    --fa: "";
}
.fa-less-than
{
    --fa: "<";
}
.fa-angle-down
{
    --fa: "";
}
.fa-car-tunnel
{
    --fa: "";
}
.fa-head-side-cough
{
    --fa: "";
}
.fa-grip-lines
{
    --fa: "";
}
.fa-thumbs-down
{
    --fa: "";
}
.fa-user-lock
{
    --fa: "";
}
.fa-arrow-right-long, .fa-long-arrow-right
{
    --fa: "";
}
.fa-anchor-circle-xmark
{
    --fa: "";
}
.fa-ellipsis, .fa-ellipsis-h
{
    --fa: "";
}
.fa-chess-pawn
{
    --fa: "";
}
.fa-first-aid, .fa-kit-medical
{
    --fa: "";
}
.fa-person-through-window
{
    --fa: "";
}
.fa-toolbox
{
    --fa: "";
}
.fa-hands-holding-circle
{
    --fa: "";
}
.fa-bug
{
    --fa: "";
}
.fa-credit-card, .fa-credit-card-alt
{
    --fa: "";
}
.fa-automobile, .fa-car
{
    --fa: "";
}
.fa-hand-holding-hand
{
    --fa: "";
}
.fa-book-open-reader, .fa-book-reader
{
    --fa: "";
}
.fa-mountain-sun
{
    --fa: "";
}
.fa-arrows-left-right-to-line
{
    --fa: "";
}
.fa-dice-d20
{
    --fa: "";
}
.fa-truck-droplet
{
    --fa: "";
}
.fa-file-circle-xmark
{
    --fa: "";
}
.fa-temperature-arrow-up, .fa-temperature-up
{
    --fa: "";
}
.fa-medal
{
    --fa: "";
}
.fa-bed
{
    --fa: "";
}
.fa-h-square, .fa-square-h
{
    --fa: "";
}
.fa-podcast
{
    --fa: "";
}
.fa-temperature-4, .fa-temperature-full, .fa-thermometer-4, .fa-thermometer-full
{
    --fa: "";
}
.fa-bell
{
    --fa: "";
}
.fa-superscript
{
    --fa: "";
}
.fa-plug-circle-xmark
{
    --fa: "";
}
.fa-star-of-life
{
    --fa: "";
}
.fa-phone-slash
{
    --fa: "";
}
.fa-paint-roller
{
    --fa: "";
}
.fa-hands-helping, .fa-handshake-angle
{
    --fa: "";
}
.fa-location-dot, .fa-map-marker-alt
{
    --fa: "";
}
.fa-file
{
    --fa: "";
}
.fa-greater-than
{
    --fa: ">";
}
.fa-person-swimming, .fa-swimmer
{
    --fa: "";
}
.fa-arrow-down
{
    --fa: "";
}
.fa-droplet, .fa-tint
{
    --fa: "";
}
.fa-eraser
{
    --fa: "";
}
.fa-earth, .fa-earth-america, .fa-earth-americas, .fa-globe-americas
{
    --fa: "";
}
.fa-person-burst
{
    --fa: "";
}
.fa-dove
{
    --fa: "";
}
.fa-battery-0, .fa-battery-empty
{
    --fa: "";
}
.fa-socks
{
    --fa: "";
}
.fa-inbox
{
    --fa: "";
}
.fa-section
{
    --fa: "";
}
.fa-gauge-high, .fa-tachometer-alt, .fa-tachometer-alt-fast
{
    --fa: "";
}
.fa-envelope-open-text
{
    --fa: "";
}
.fa-hospital, .fa-hospital-alt, .fa-hospital-wide
{
    --fa: "";
}
.fa-wine-bottle
{
    --fa: "";
}
.fa-chess-rook
{
    --fa: "";
}
.fa-bars-staggered, .fa-reorder, .fa-stream
{
    --fa: "";
}
.fa-dharmachakra
{
    --fa: "";
}
.fa-hotdog
{
    --fa: "";
}
.fa-blind, .fa-person-walking-with-cane
{
    --fa: "";
}
.fa-drum
{
    --fa: "";
}
.fa-ice-cream
{
    --fa: "";
}
.fa-heart-circle-bolt
{
    --fa: "";
}
.fa-fax
{
    --fa: "";
}
.fa-paragraph
{
    --fa: "";
}
.fa-check-to-slot, .fa-vote-yea
{
    --fa: "";
}
.fa-star-half
{
    --fa: "";
}
.fa-boxes, .fa-boxes-alt, .fa-boxes-stacked
{
    --fa: "";
}
.fa-chain, .fa-link
{
    --fa: "";
}
.fa-assistive-listening-systems, .fa-ear-listen
{
    --fa: "";
}
.fa-tree-city
{
    --fa: "";
}
.fa-play
{
    --fa: "";
}
.fa-font
{
    --fa: "";
}
.fa-table-cells-row-lock
{
    --fa: "";
}
.fa-rupiah-sign
{
    --fa: "";
}
.fa-magnifying-glass, .fa-search
{
    --fa: "";
}
.fa-ping-pong-paddle-ball, .fa-table-tennis, .fa-table-tennis-paddle-ball
{
    --fa: "";
}
.fa-diagnoses, .fa-person-dots-from-line
{
    --fa: "";
}
.fa-trash-can-arrow-up, .fa-trash-restore-alt
{
    --fa: "";
}
.fa-naira-sign
{
    --fa: "";
}
.fa-cart-arrow-down
{
    --fa: "";
}
.fa-walkie-talkie
{
    --fa: "";
}
.fa-file-edit, .fa-file-pen
{
    --fa: "";
}
.fa-receipt
{
    --fa: "";
}
.fa-pen-square, .fa-pencil-square, .fa-square-pen
{
    --fa: "";
}
.fa-suitcase-rolling
{
    --fa: "";
}
.fa-person-circle-exclamation
{
    --fa: "";
}
.fa-chevron-down
{
    --fa: "";
}
.fa-battery, .fa-battery-5, .fa-battery-full
{
    --fa: "";
}
.fa-skull-crossbones
{
    --fa: "";
}
.fa-code-compare
{
    --fa: "";
}
.fa-list-dots, .fa-list-ul
{
    --fa: "";
}
.fa-school-lock
{
    --fa: "";
}
.fa-tower-cell
{
    --fa: "";
}
.fa-down-long, .fa-long-arrow-alt-down
{
    --fa: "";
}
.fa-ranking-star
{
    --fa: "";
}
.fa-chess-king
{
    --fa: "";
}
.fa-person-harassing
{
    --fa: "";
}
.fa-brazilian-real-sign
{
    --fa: "";
}
.fa-landmark-alt, .fa-landmark-dome
{
    --fa: "";
}
.fa-arrow-up
{
    --fa: "";
}
.fa-television, .fa-tv, .fa-tv-alt
{
    --fa: "";
}
.fa-shrimp
{
    --fa: "";
}
.fa-list-check, .fa-tasks
{
    --fa: "";
}
.fa-jug-detergent
{
    --fa: "";
}
.fa-circle-user, .fa-user-circle
{
    --fa: "";
}
.fa-user-shield
{
    --fa: "";
}
.fa-wind
{
    --fa: "";
}
.fa-car-burst, .fa-car-crash
{
    --fa: "";
}
.fa-y
{
    --fa: "Y";
}
.fa-person-snowboarding, .fa-snowboarding
{
    --fa: "";
}
.fa-shipping-fast, .fa-truck-fast
{
    --fa: "";
}
.fa-fish
{
    --fa: "";
}
.fa-user-graduate
{
    --fa: "";
}
.fa-adjust, .fa-circle-half-stroke
{
    --fa: "";
}
.fa-clapperboard
{
    --fa: "";
}
.fa-circle-radiation, .fa-radiation-alt
{
    --fa: "";
}
.fa-baseball, .fa-baseball-ball
{
    --fa: "";
}
.fa-jet-fighter-up
{
    --fa: "";
}
.fa-diagram-project, .fa-project-diagram
{
    --fa: "";
}
.fa-copy
{
    --fa: "";
}
.fa-volume-mute, .fa-volume-times, .fa-volume-xmark
{
    --fa: "";
}
.fa-hand-sparkles
{
    --fa: "";
}
.fa-grip, .fa-grip-horizontal
{
    --fa: "";
}
.fa-share-from-square, .fa-share-square
{
    --fa: "";
}
.fa-child-combatant, .fa-child-rifle
{
    --fa: "";
}
.fa-gun
{
    --fa: "";
}
.fa-phone-square, .fa-square-phone
{
    --fa: "";
}
.fa-add, .fa-plus
{
    --fa: "+";
}
.fa-expand
{
    --fa: "";
}
.fa-computer
{
    --fa: "";
}
.fa-close, .fa-multiply, .fa-remove, .fa-times, .fa-xmark
{
    --fa: "";
}
.fa-arrows, .fa-arrows-up-down-left-right
{
    --fa: "";
}
.fa-chalkboard-teacher, .fa-chalkboard-user
{
    --fa: "";
}
.fa-peso-sign
{
    --fa: "";
}
.fa-building-shield
{
    --fa: "";
}
.fa-baby
{
    --fa: "";
}
.fa-users-line
{
    --fa: "";
}
.fa-quote-left, .fa-quote-left-alt
{
    --fa: "";
}
.fa-tractor
{
    --fa: "";
}
.fa-trash-arrow-up, .fa-trash-restore
{
    --fa: "";
}
.fa-arrow-down-up-lock
{
    --fa: "";
}
.fa-lines-leaning
{
    --fa: "";
}
.fa-ruler-combined
{
    --fa: "";
}
.fa-copyright
{
    --fa: "";
}
.fa-equals
{
    --fa: "=";
}
.fa-blender
{
    --fa: "";
}
.fa-teeth
{
    --fa: "";
}
.fa-ils, .fa-shekel, .fa-shekel-sign, .fa-sheqel, .fa-sheqel-sign
{
    --fa: "";
}
.fa-map
{
    --fa: "";
}
.fa-rocket
{
    --fa: "";
}
.fa-photo-film, .fa-photo-video
{
    --fa: "";
}
.fa-folder-minus
{
    --fa: "";
}
.fa-hexagon-nodes-bolt
{
    --fa: "";
}
.fa-store
{
    --fa: "";
}
.fa-arrow-trend-up
{
    --fa: "";
}
.fa-plug-circle-minus
{
    --fa: "";
}
.fa-sign, .fa-sign-hanging
{
    --fa: "";
}
.fa-bezier-curve
{
    --fa: "";
}
.fa-bell-slash
{
    --fa: "";
}
.fa-tablet, .fa-tablet-android
{
    --fa: "";
}
.fa-school-flag
{
    --fa: "";
}
.fa-fill
{
    --fa: "";
}
.fa-angle-up
{
    --fa: "";
}
.fa-drumstick-bite
{
    --fa: "";
}
.fa-holly-berry
{
    --fa: "";
}
.fa-chevron-left
{
    --fa: "";
}
.fa-bacteria
{
    --fa: "";
}
.fa-hand-lizard
{
    --fa: "";
}
.fa-notdef
{
    --fa: "";
}
.fa-disease
{
    --fa: "";
}
.fa-briefcase-medical
{
    --fa: "";
}
.fa-genderless
{
    --fa: "";
}
.fa-chevron-right
{
    --fa: "";
}
.fa-retweet
{
    --fa: "";
}
.fa-car-alt, .fa-car-rear
{
    --fa: "";
}
.fa-pump-soap
{
    --fa: "";
}
.fa-video-slash
{
    --fa: "";
}
.fa-battery-2, .fa-battery-quarter
{
    --fa: "";
}
.fa-radio
{
    --fa: "";
}
.fa-baby-carriage, .fa-carriage-baby
{
    --fa: "";
}
.fa-traffic-light
{
    --fa: "";
}
.fa-thermometer
{
    --fa: "";
}
.fa-vr-cardboard
{
    --fa: "";
}
.fa-hand-middle-finger
{
    --fa: "";
}
.fa-percent, .fa-percentage
{
    --fa: "%";
}
.fa-truck-moving
{
    --fa: "";
}
.fa-glass-water-droplet
{
    --fa: "";
}
.fa-display
{
    --fa: "";
}
.fa-face-smile, .fa-smile
{
    --fa: "";
}
.fa-thumb-tack, .fa-thumbtack
{
    --fa: "";
}
.fa-trophy
{
    --fa: "";
}
.fa-person-praying, .fa-pray
{
    --fa: "";
}
.fa-hammer
{
    --fa: "";
}
.fa-hand-peace
{
    --fa: "";
}
.fa-rotate, .fa-sync-alt
{
    --fa: "";
}
.fa-spinner
{
    --fa: "";
}
.fa-robot
{
    --fa: "";
}
.fa-peace
{
    --fa: "";
}
.fa-cogs, .fa-gears
{
    --fa: "";
}
.fa-warehouse
{
    --fa: "";
}
.fa-arrow-up-right-dots
{
    --fa: "";
}
.fa-splotch
{
    --fa: "";
}
.fa-face-grin-hearts, .fa-grin-hearts
{
    --fa: "";
}
.fa-dice-four
{
    --fa: "";
}
.fa-sim-card
{
    --fa: "";
}
.fa-transgender, .fa-transgender-alt
{
    --fa: "";
}
.fa-mercury
{
    --fa: "";
}
.fa-arrow-turn-down, .fa-level-down
{
    --fa: "";
}
.fa-person-falling-burst
{
    --fa: "";
}
.fa-award
{
    --fa: "";
}
.fa-ticket-alt, .fa-ticket-simple
{
    --fa: "";
}
.fa-building
{
    --fa: "";
}
.fa-angle-double-left, .fa-angles-left
{
    --fa: "";
}
.fa-qrcode
{
    --fa: "";
}
.fa-clock-rotate-left, .fa-history
{
    --fa: "";
}
.fa-face-grin-beam-sweat, .fa-grin-beam-sweat
{
    --fa: "";
}
.fa-arrow-right-from-file, .fa-file-export
{
    --fa: "";
}
.fa-shield, .fa-shield-blank
{
    --fa: "";
}
.fa-arrow-up-short-wide, .fa-sort-amount-up-alt
{
    --fa: "";
}
.fa-comment-nodes
{
    --fa: "";
}
.fa-house-medical
{
    --fa: "";
}
.fa-golf-ball, .fa-golf-ball-tee
{
    --fa: "";
}
.fa-chevron-circle-left, .fa-circle-chevron-left
{
    --fa: "";
}
.fa-house-chimney-window
{
    --fa: "";
}
.fa-pen-nib
{
    --fa: "";
}
.fa-tent-arrow-turn-left
{
    --fa: "";
}
.fa-tents
{
    --fa: "";
}
.fa-magic, .fa-wand-magic
{
    --fa: "";
}
.fa-dog
{
    --fa: "";
}
.fa-carrot
{
    --fa: "";
}
.fa-moon
{
    --fa: "";
}
.fa-wine-glass-alt, .fa-wine-glass-empty
{
    --fa: "";
}
.fa-cheese
{
    --fa: "";
}
.fa-yin-yang
{
    --fa: "";
}
.fa-music
{
    --fa: "";
}
.fa-code-commit
{
    --fa: "";
}
.fa-temperature-low
{
    --fa: "";
}
.fa-biking, .fa-person-biking
{
    --fa: "";
}
.fa-broom
{
    --fa: "";
}
.fa-shield-heart
{
    --fa: "";
}
.fa-gopuram
{
    --fa: "";
}
.fa-earth-oceania, .fa-globe-oceania
{
    --fa: "";
}
.fa-square-xmark, .fa-times-square, .fa-xmark-square
{
    --fa: "";
}
.fa-hashtag
{
    --fa: "#";
}
.fa-expand-alt, .fa-up-right-and-down-left-from-center
{
    --fa: "";
}
.fa-oil-can
{
    --fa: "";
}
.fa-t
{
    --fa: "T";
}
.fa-hippo
{
    --fa: "";
}
.fa-chart-column
{
    --fa: "";
}
.fa-infinity
{
    --fa: "";
}
.fa-vial-circle-check
{
    --fa: "";
}
.fa-person-arrow-down-to-line
{
    --fa: "";
}
.fa-voicemail
{
    --fa: "";
}
.fa-fan
{
    --fa: "";
}
.fa-person-walking-luggage
{
    --fa: "";
}
.fa-arrows-alt-v, .fa-up-down
{
    --fa: "";
}
.fa-cloud-moon-rain
{
    --fa: "";
}
.fa-calendar
{
    --fa: "";
}
.fa-trailer
{
    --fa: "";
}
.fa-bahai, .fa-haykal
{
    --fa: "";
}
.fa-sd-card
{
    --fa: "";
}
.fa-dragon
{
    --fa: "";
}
.fa-shoe-prints
{
    --fa: "";
}
.fa-circle-plus, .fa-plus-circle
{
    --fa: "";
}
.fa-face-grin-tongue-wink, .fa-grin-tongue-wink
{
    --fa: "";
}
.fa-hand-holding
{
    --fa: "";
}
.fa-plug-circle-exclamation
{
    --fa: "";
}
.fa-chain-broken, .fa-chain-slash, .fa-link-slash, .fa-unlink
{
    --fa: "";
}
.fa-clone
{
    --fa: "";
}
.fa-person-walking-arrow-loop-left
{
    --fa: "";
}
.fa-arrow-up-z-a, .fa-sort-alpha-up-alt
{
    --fa: "";
}
.fa-fire-alt, .fa-fire-flame-curved
{
    --fa: "";
}
.fa-tornado
{
    --fa: "";
}
.fa-file-circle-plus
{
    --fa: "";
}
.fa-book-quran, .fa-quran
{
    --fa: "";
}
.fa-anchor
{
    --fa: "";
}
.fa-border-all
{
    --fa: "";
}
.fa-angry, .fa-face-angry
{
    --fa: "";
}
.fa-cookie-bite
{
    --fa: "";
}
.fa-arrow-trend-down
{
    --fa: "";
}
.fa-feed, .fa-rss
{
    --fa: "";
}
.fa-draw-polygon
{
    --fa: "";
}
.fa-balance-scale, .fa-scale-balanced
{
    --fa: "";
}
.fa-gauge-simple-high, .fa-tachometer, .fa-tachometer-fast
{
    --fa: "";
}
.fa-shower
{
    --fa: "";
}
.fa-desktop, .fa-desktop-alt
{
    --fa: "";
}
.fa-m
{
    --fa: "M";
}
.fa-table-list, .fa-th-list
{
    --fa: "";
}
.fa-comment-sms, .fa-sms
{
    --fa: "";
}
.fa-book
{
    --fa: "";
}
.fa-user-plus
{
    --fa: "";
}
.fa-check
{
    --fa: "";
}
.fa-battery-4, .fa-battery-three-quarters
{
    --fa: "";
}
.fa-house-circle-check
{
    --fa: "";
}
.fa-angle-left
{
    --fa: "";
}
.fa-diagram-successor
{
    --fa: "";
}
.fa-truck-arrow-right
{
    --fa: "";
}
.fa-arrows-split-up-and-left
{
    --fa: "";
}
.fa-fist-raised, .fa-hand-fist
{
    --fa: "";
}
.fa-cloud-moon
{
    --fa: "";
}
.fa-briefcase
{
    --fa: "";
}
.fa-person-falling
{
    --fa: "";
}
.fa-image-portrait, .fa-portrait
{
    --fa: "";
}
.fa-user-tag
{
    --fa: "";
}
.fa-rug
{
    --fa: "";
}
.fa-earth-europe, .fa-globe-europe
{
    --fa: "";
}
.fa-cart-flatbed-suitcase, .fa-luggage-cart
{
    --fa: "";
}
.fa-rectangle-times, .fa-rectangle-xmark, .fa-times-rectangle, .fa-window-close
{
    --fa: "";
}
.fa-baht-sign
{
    --fa: "";
}
.fa-book-open
{
    --fa: "";
}
.fa-book-journal-whills, .fa-journal-whills
{
    --fa: "";
}
.fa-handcuffs
{
    --fa: "";
}
.fa-exclamation-triangle, .fa-triangle-exclamation, .fa-warning
{
    --fa: "";
}
.fa-database
{
    --fa: "";
}
.fa-mail-forward, .fa-share
{
    --fa: "";
}
.fa-bottle-droplet
{
    --fa: "";
}
.fa-mask-face
{
    --fa: "";
}
.fa-hill-rockslide
{
    --fa: "";
}
.fa-exchange-alt, .fa-right-left
{
    --fa: "";
}
.fa-paper-plane
{
    --fa: "";
}
.fa-road-circle-exclamation
{
    --fa: "";
}
.fa-dungeon
{
    --fa: "";
}
.fa-align-right
{
    --fa: "";
}
.fa-money-bill-1-wave, .fa-money-bill-wave-alt
{
    --fa: "";
}
.fa-life-ring
{
    --fa: "";
}
.fa-hands, .fa-sign-language, .fa-signing
{
    --fa: "";
}
.fa-calendar-day
{
    --fa: "";
}
.fa-ladder-water, .fa-swimming-pool, .fa-water-ladder
{
    --fa: "";
}
.fa-arrows-up-down, .fa-arrows-v
{
    --fa: "";
}
.fa-face-grimace, .fa-grimace
{
    --fa: "";
}
.fa-wheelchair-alt, .fa-wheelchair-move
{
    --fa: "";
}
.fa-level-down-alt, .fa-turn-down
{
    --fa: "";
}
.fa-person-walking-arrow-right
{
    --fa: "";
}
.fa-envelope-square, .fa-square-envelope
{
    --fa: "";
}
.fa-dice
{
    --fa: "";
}
.fa-bowling-ball
{
    --fa: "";
}
.fa-brain
{
    --fa: "";
}
.fa-band-aid, .fa-bandage
{
    --fa: "";
}
.fa-calendar-minus
{
    --fa: "";
}
.fa-circle-xmark, .fa-times-circle, .fa-xmark-circle
{
    --fa: "";
}
.fa-gifts
{
    --fa: "";
}
.fa-hotel
{
    --fa: "";
}
.fa-earth-asia, .fa-globe-asia
{
    --fa: "";
}
.fa-id-card-alt, .fa-id-card-clip
{
    --fa: "";
}
.fa-magnifying-glass-plus, .fa-search-plus
{
    --fa: "";
}
.fa-thumbs-up
{
    --fa: "";
}
.fa-user-clock
{
    --fa: "";
}
.fa-allergies, .fa-hand-dots
{
    --fa: "";
}
.fa-file-invoice
{
    --fa: "";
}
.fa-window-minimize
{
    --fa: "";
}
.fa-coffee, .fa-mug-saucer
{
    --fa: "";
}
.fa-brush
{
    --fa: "";
}
.fa-file-half-dashed
{
    --fa: "";
}
.fa-mask
{
    --fa: "";
}
.fa-magnifying-glass-minus, .fa-search-minus
{
    --fa: "";
}
.fa-ruler-vertical
{
    --fa: "";
}
.fa-user-alt, .fa-user-large
{
    --fa: "";
}
.fa-train-tram
{
    --fa: "";
}
.fa-user-nurse
{
    --fa: "";
}
.fa-syringe
{
    --fa: "";
}
.fa-cloud-sun
{
    --fa: "";
}
.fa-stopwatch-20
{
    --fa: "";
}
.fa-square-full
{
    --fa: "";
}
.fa-magnet
{
    --fa: "";
}
.fa-jar
{
    --fa: "";
}
.fa-note-sticky, .fa-sticky-note
{
    --fa: "";
}
.fa-bug-slash
{
    --fa: "";
}
.fa-arrow-up-from-water-pump
{
    --fa: "";
}
.fa-bone
{
    --fa: "";
}
.fa-table-cells-row-unlock
{
    --fa: "";
}
.fa-user-injured
{
    --fa: "";
}
.fa-face-sad-tear, .fa-sad-tear
{
    --fa: "";
}
.fa-plane
{
    --fa: "";
}
.fa-tent-arrows-down
{
    --fa: "";
}
.fa-exclamation
{
    --fa: "!";
}
.fa-arrows-spin
{
    --fa: "";
}
.fa-print
{
    --fa: "";
}
.fa-try, .fa-turkish-lira, .fa-turkish-lira-sign
{
    --fa: "";
}
.fa-dollar, .fa-dollar-sign, .fa-usd
{
    --fa: "$";
}
.fa-x
{
    --fa: "X";
}
.fa-magnifying-glass-dollar, .fa-search-dollar
{
    --fa: "";
}
.fa-users-cog, .fa-users-gear
{
    --fa: "";
}
.fa-person-military-pointing
{
    --fa: "";
}
.fa-bank, .fa-building-columns, .fa-institution, .fa-museum, .fa-university
{
    --fa: "";
}
.fa-umbrella
{
    --fa: "";
}
.fa-trowel
{
    --fa: "";
}
.fa-d
{
    --fa: "D";
}
.fa-stapler
{
    --fa: "";
}
.fa-masks-theater, .fa-theater-masks
{
    --fa: "";
}
.fa-kip-sign
{
    --fa: "";
}
.fa-hand-point-left
{
    --fa: "";
}
.fa-handshake-alt, .fa-handshake-simple
{
    --fa: "";
}
.fa-fighter-jet, .fa-jet-fighter
{
    --fa: "";
}
.fa-share-alt-square, .fa-square-share-nodes
{
    --fa: "";
}
.fa-barcode
{
    --fa: "";
}
.fa-plus-minus
{
    --fa: "";
}
.fa-video, .fa-video-camera
{
    --fa: "";
}
.fa-graduation-cap, .fa-mortar-board
{
    --fa: "";
}
.fa-hand-holding-medical
{
    --fa: "";
}
.fa-person-circle-check
{
    --fa: "";
}
.fa-level-up-alt, .fa-turn-up
{
    --fa: "";
}
.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus)
{
    clip: rect(0,0,0,0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
:host, :root
{
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face
{
    font-display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 400;
    src: url(/public/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2?89999bdf5d835c0120257222e5568fec) format("woff2"),url(/public/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf?914997e1bdfc990d0897cdaba877a0b3) format("truetype");
}
.fa-regular, .far
{
    font-weight: 400;
}
:host, :root
{
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face
{
    font-display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 900;
    src: url(/public/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?2463b90d9a316e4e5294e6706b6a7a72) format("woff2"),url(/public/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?2582b0e4bcf85eceead0de3fd9035c90) format("truetype");
}
.fa-solid, .fas
{
    font-weight: 900;
}
:host, :root
{
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face
{
    font-display: block;
    font-family: Font Awesome\ 6 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(/public/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?c210719e60948b211a1260f79812efe5) format("woff2"),url(/public/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?1815e00441357e01619e5793e1caa78a) format("truetype");
}
.fa-brands, .fab
{
    font-weight: 400;
}
.fa-monero
{
    --fa: "";
}
.fa-hooli
{
    --fa: "";
}
.fa-yelp
{
    --fa: "";
}
.fa-cc-visa
{
    --fa: "";
}
.fa-lastfm
{
    --fa: "";
}
.fa-shopware
{
    --fa: "";
}
.fa-creative-commons-nc
{
    --fa: "";
}
.fa-aws
{
    --fa: "";
}
.fa-redhat
{
    --fa: "";
}
.fa-yoast
{
    --fa: "";
}
.fa-cloudflare
{
    --fa: "";
}
.fa-ups
{
    --fa: "";
}
.fa-pixiv
{
    --fa: "";
}
.fa-wpexplorer
{
    --fa: "";
}
.fa-dyalog
{
    --fa: "";
}
.fa-bity
{
    --fa: "";
}
.fa-stackpath
{
    --fa: "";
}
.fa-buysellads
{
    --fa: "";
}
.fa-first-order
{
    --fa: "";
}
.fa-modx
{
    --fa: "";
}
.fa-guilded
{
    --fa: "";
}
.fa-vnv
{
    --fa: "";
}
.fa-js-square, .fa-square-js
{
    --fa: "";
}
.fa-microsoft
{
    --fa: "";
}
.fa-qq
{
    --fa: "";
}
.fa-orcid
{
    --fa: "";
}
.fa-java
{
    --fa: "";
}
.fa-invision
{
    --fa: "";
}
.fa-creative-commons-pd-alt
{
    --fa: "";
}
.fa-centercode
{
    --fa: "";
}
.fa-glide-g
{
    --fa: "";
}
.fa-drupal
{
    --fa: "";
}
.fa-jxl
{
    --fa: "";
}
.fa-dart-lang
{
    --fa: "";
}
.fa-hire-a-helper
{
    --fa: "";
}
.fa-creative-commons-by
{
    --fa: "";
}
.fa-unity
{
    --fa: "";
}
.fa-whmcs
{
    --fa: "";
}
.fa-rocketchat
{
    --fa: "";
}
.fa-vk
{
    --fa: "";
}
.fa-untappd
{
    --fa: "";
}
.fa-mailchimp
{
    --fa: "";
}
.fa-css3-alt
{
    --fa: "";
}
.fa-reddit-square, .fa-square-reddit
{
    --fa: "";
}
.fa-vimeo-v
{
    --fa: "";
}
.fa-contao
{
    --fa: "";
}
.fa-square-font-awesome
{
    --fa: "";
}
.fa-deskpro
{
    --fa: "";
}
.fa-brave
{
    --fa: "";
}
.fa-sistrix
{
    --fa: "";
}
.fa-instagram-square, .fa-square-instagram
{
    --fa: "";
}
.fa-battle-net
{
    --fa: "";
}
.fa-the-red-yeti
{
    --fa: "";
}
.fa-hacker-news-square, .fa-square-hacker-news
{
    --fa: "";
}
.fa-edge
{
    --fa: "";
}
.fa-threads
{
    --fa: "";
}
.fa-napster
{
    --fa: "";
}
.fa-snapchat-square, .fa-square-snapchat
{
    --fa: "";
}
.fa-google-plus-g
{
    --fa: "";
}
.fa-artstation
{
    --fa: "";
}
.fa-markdown
{
    --fa: "";
}
.fa-sourcetree
{
    --fa: "";
}
.fa-google-plus
{
    --fa: "";
}
.fa-diaspora
{
    --fa: "";
}
.fa-foursquare
{
    --fa: "";
}
.fa-stack-overflow
{
    --fa: "";
}
.fa-github-alt
{
    --fa: "";
}
.fa-phoenix-squadron
{
    --fa: "";
}
.fa-pagelines
{
    --fa: "";
}
.fa-algolia
{
    --fa: "";
}
.fa-red-river
{
    --fa: "";
}
.fa-creative-commons-sa
{
    --fa: "";
}
.fa-safari
{
    --fa: "";
}
.fa-google
{
    --fa: "";
}
.fa-font-awesome-alt, .fa-square-font-awesome-stroke
{
    --fa: "";
}
.fa-atlassian
{
    --fa: "";
}
.fa-linkedin-in
{
    --fa: "";
}
.fa-digital-ocean
{
    --fa: "";
}
.fa-nimblr
{
    --fa: "";
}
.fa-chromecast
{
    --fa: "";
}
.fa-evernote
{
    --fa: "";
}
.fa-hacker-news
{
    --fa: "";
}
.fa-creative-commons-sampling
{
    --fa: "";
}
.fa-adversal
{
    --fa: "";
}
.fa-creative-commons
{
    --fa: "";
}
.fa-watchman-monitoring
{
    --fa: "";
}
.fa-fonticons
{
    --fa: "";
}
.fa-weixin
{
    --fa: "";
}
.fa-shirtsinbulk
{
    --fa: "";
}
.fa-codepen
{
    --fa: "";
}
.fa-git-alt
{
    --fa: "";
}
.fa-lyft
{
    --fa: "";
}
.fa-rev
{
    --fa: "";
}
.fa-windows
{
    --fa: "";
}
.fa-wizards-of-the-coast
{
    --fa: "";
}
.fa-square-viadeo, .fa-viadeo-square
{
    --fa: "";
}
.fa-meetup
{
    --fa: "";
}
.fa-centos
{
    --fa: "";
}
.fa-adn
{
    --fa: "";
}
.fa-cloudsmith
{
    --fa: "";
}
.fa-opensuse
{
    --fa: "";
}
.fa-pied-piper-alt
{
    --fa: "";
}
.fa-dribbble-square, .fa-square-dribbble
{
    --fa: "";
}
.fa-codiepie
{
    --fa: "";
}
.fa-node
{
    --fa: "";
}
.fa-mix
{
    --fa: "";
}
.fa-steam
{
    --fa: "";
}
.fa-cc-apple-pay
{
    --fa: "";
}
.fa-scribd
{
    --fa: "";
}
.fa-debian
{
    --fa: "";
}
.fa-openid
{
    --fa: "";
}
.fa-instalod
{
    --fa: "";
}
.fa-files-pinwheel
{
    --fa: "";
}
.fa-expeditedssl
{
    --fa: "";
}
.fa-sellcast
{
    --fa: "";
}
.fa-square-twitter, .fa-twitter-square
{
    --fa: "";
}
.fa-r-project
{
    --fa: "";
}
.fa-delicious
{
    --fa: "";
}
.fa-freebsd
{
    --fa: "";
}
.fa-vuejs
{
    --fa: "";
}
.fa-accusoft
{
    --fa: "";
}
.fa-ioxhost
{
    --fa: "";
}
.fa-fonticons-fi
{
    --fa: "";
}
.fa-app-store
{
    --fa: "";
}
.fa-cc-mastercard
{
    --fa: "";
}
.fa-itunes-note
{
    --fa: "";
}
.fa-golang
{
    --fa: "";
}
.fa-kickstarter, .fa-square-kickstarter
{
    --fa: "";
}
.fa-grav
{
    --fa: "";
}
.fa-weibo
{
    --fa: "";
}
.fa-uncharted
{
    --fa: "";
}
.fa-firstdraft
{
    --fa: "";
}
.fa-square-youtube, .fa-youtube-square
{
    --fa: "";
}
.fa-wikipedia-w
{
    --fa: "";
}
.fa-rendact, .fa-wpressr
{
    --fa: "";
}
.fa-angellist
{
    --fa: "";
}
.fa-galactic-republic
{
    --fa: "";
}
.fa-nfc-directional
{
    --fa: "";
}
.fa-skype
{
    --fa: "";
}
.fa-joget
{
    --fa: "";
}
.fa-fedora
{
    --fa: "";
}
.fa-stripe-s
{
    --fa: "";
}
.fa-meta
{
    --fa: "";
}
.fa-laravel
{
    --fa: "";
}
.fa-hotjar
{
    --fa: "";
}
.fa-bluetooth-b
{
    --fa: "";
}
.fa-square-letterboxd
{
    --fa: "";
}
.fa-sticker-mule
{
    --fa: "";
}
.fa-creative-commons-zero
{
    --fa: "";
}
.fa-hips
{
    --fa: "";
}
.fa-css
{
    --fa: "";
}
.fa-behance
{
    --fa: "";
}
.fa-reddit
{
    --fa: "";
}
.fa-discord
{
    --fa: "";
}
.fa-chrome
{
    --fa: "";
}
.fa-app-store-ios
{
    --fa: "";
}
.fa-cc-discover
{
    --fa: "";
}
.fa-wpbeginner
{
    --fa: "";
}
.fa-confluence
{
    --fa: "";
}
.fa-shoelace
{
    --fa: "";
}
.fa-mdb
{
    --fa: "";
}
.fa-dochub
{
    --fa: "";
}
.fa-accessible-icon
{
    --fa: "";
}
.fa-ebay
{
    --fa: "";
}
.fa-amazon
{
    --fa: "";
}
.fa-unsplash
{
    --fa: "";
}
.fa-yarn
{
    --fa: "";
}
.fa-square-steam, .fa-steam-square
{
    --fa: "";
}
.fa-500px
{
    --fa: "";
}
.fa-square-vimeo, .fa-vimeo-square
{
    --fa: "";
}
.fa-asymmetrik
{
    --fa: "";
}
.fa-font-awesome, .fa-font-awesome-flag, .fa-font-awesome-logo-full
{
    --fa: "";
}
.fa-gratipay
{
    --fa: "";
}
.fa-apple
{
    --fa: "";
}
.fa-hive
{
    --fa: "";
}
.fa-gitkraken
{
    --fa: "";
}
.fa-keybase
{
    --fa: "";
}
.fa-apple-pay
{
    --fa: "";
}
.fa-padlet
{
    --fa: "";
}
.fa-amazon-pay
{
    --fa: "";
}
.fa-github-square, .fa-square-github
{
    --fa: "";
}
.fa-stumbleupon
{
    --fa: "";
}
.fa-fedex
{
    --fa: "";
}
.fa-phoenix-framework
{
    --fa: "";
}
.fa-shopify
{
    --fa: "";
}
.fa-neos
{
    --fa: "";
}
.fa-square-threads
{
    --fa: "";
}
.fa-hackerrank
{
    --fa: "";
}
.fa-researchgate
{
    --fa: "";
}
.fa-swift
{
    --fa: "";
}
.fa-angular
{
    --fa: "";
}
.fa-speakap
{
    --fa: "";
}
.fa-angrycreative
{
    --fa: "";
}
.fa-y-combinator
{
    --fa: "";
}
.fa-empire
{
    --fa: "";
}
.fa-envira
{
    --fa: "";
}
.fa-google-scholar
{
    --fa: "";
}
.fa-gitlab-square, .fa-square-gitlab
{
    --fa: "";
}
.fa-studiovinari
{
    --fa: "";
}
.fa-pied-piper
{
    --fa: "";
}
.fa-wordpress
{
    --fa: "";
}
.fa-product-hunt
{
    --fa: "";
}
.fa-firefox
{
    --fa: "";
}
.fa-linode
{
    --fa: "";
}
.fa-goodreads
{
    --fa: "";
}
.fa-odnoklassniki-square, .fa-square-odnoklassniki
{
    --fa: "";
}
.fa-jsfiddle
{
    --fa: "";
}
.fa-sith
{
    --fa: "";
}
.fa-themeisle
{
    --fa: "";
}
.fa-page4
{
    --fa: "";
}
.fa-hashnode
{
    --fa: "";
}
.fa-react
{
    --fa: "";
}
.fa-cc-paypal
{
    --fa: "";
}
.fa-squarespace
{
    --fa: "";
}
.fa-cc-stripe
{
    --fa: "";
}
.fa-creative-commons-share
{
    --fa: "";
}
.fa-bitcoin
{
    --fa: "";
}
.fa-keycdn
{
    --fa: "";
}
.fa-opera
{
    --fa: "";
}
.fa-itch-io
{
    --fa: "";
}
.fa-umbraco
{
    --fa: "";
}
.fa-galactic-senate
{
    --fa: "";
}
.fa-ubuntu
{
    --fa: "";
}
.fa-draft2digital
{
    --fa: "";
}
.fa-stripe
{
    --fa: "";
}
.fa-houzz
{
    --fa: "";
}
.fa-gg
{
    --fa: "";
}
.fa-dhl
{
    --fa: "";
}
.fa-pinterest-square, .fa-square-pinterest
{
    --fa: "";
}
.fa-xing
{
    --fa: "";
}
.fa-blackberry
{
    --fa: "";
}
.fa-creative-commons-pd
{
    --fa: "";
}
.fa-playstation
{
    --fa: "";
}
.fa-quinscape
{
    --fa: "";
}
.fa-less
{
    --fa: "";
}
.fa-blogger-b
{
    --fa: "";
}
.fa-opencart
{
    --fa: "";
}
.fa-vine
{
    --fa: "";
}
.fa-signal-messenger
{
    --fa: "";
}
.fa-paypal
{
    --fa: "";
}
.fa-gitlab
{
    --fa: "";
}
.fa-typo3
{
    --fa: "";
}
.fa-reddit-alien
{
    --fa: "";
}
.fa-yahoo
{
    --fa: "";
}
.fa-dailymotion
{
    --fa: "";
}
.fa-affiliatetheme
{
    --fa: "";
}
.fa-pied-piper-pp
{
    --fa: "";
}
.fa-bootstrap
{
    --fa: "";
}
.fa-odnoklassniki
{
    --fa: "";
}
.fa-nfc-symbol
{
    --fa: "";
}
.fa-mintbit
{
    --fa: "";
}
.fa-ethereum
{
    --fa: "";
}
.fa-speaker-deck
{
    --fa: "";
}
.fa-creative-commons-nc-eu
{
    --fa: "";
}
.fa-patreon
{
    --fa: "";
}
.fa-avianex
{
    --fa: "";
}
.fa-ello
{
    --fa: "";
}
.fa-gofore
{
    --fa: "";
}
.fa-bimobject
{
    --fa: "";
}
.fa-brave-reverse
{
    --fa: "";
}
.fa-facebook-f
{
    --fa: "";
}
.fa-google-plus-square, .fa-square-google-plus
{
    --fa: "";
}
.fa-web-awesome
{
    --fa: "";
}
.fa-mandalorian
{
    --fa: "";
}
.fa-first-order-alt
{
    --fa: "";
}
.fa-osi
{
    --fa: "";
}
.fa-google-wallet
{
    --fa: "";
}
.fa-d-and-d-beyond
{
    --fa: "";
}
.fa-periscope
{
    --fa: "";
}
.fa-fulcrum
{
    --fa: "";
}
.fa-cloudscale
{
    --fa: "";
}
.fa-forumbee
{
    --fa: "";
}
.fa-mizuni
{
    --fa: "";
}
.fa-schlix
{
    --fa: "";
}
.fa-square-xing, .fa-xing-square
{
    --fa: "";
}
.fa-bandcamp
{
    --fa: "";
}
.fa-wpforms
{
    --fa: "";
}
.fa-cloudversify
{
    --fa: "";
}
.fa-usps
{
    --fa: "";
}
.fa-megaport
{
    --fa: "";
}
.fa-magento
{
    --fa: "";
}
.fa-spotify
{
    --fa: "";
}
.fa-optin-monster
{
    --fa: "";
}
.fa-fly
{
    --fa: "";
}
.fa-square-bluesky
{
    --fa: "";
}
.fa-aviato
{
    --fa: "";
}
.fa-itunes
{
    --fa: "";
}
.fa-cuttlefish
{
    --fa: "";
}
.fa-blogger
{
    --fa: "";
}
.fa-flickr
{
    --fa: "";
}
.fa-viber
{
    --fa: "";
}
.fa-soundcloud
{
    --fa: "";
}
.fa-digg
{
    --fa: "";
}
.fa-tencent-weibo
{
    --fa: "";
}
.fa-letterboxd
{
    --fa: "";
}
.fa-symfony
{
    --fa: "";
}
.fa-maxcdn
{
    --fa: "";
}
.fa-etsy
{
    --fa: "";
}
.fa-facebook-messenger
{
    --fa: "";
}
.fa-audible
{
    --fa: "";
}
.fa-think-peaks
{
    --fa: "";
}
.fa-bilibili
{
    --fa: "";
}
.fa-erlang
{
    --fa: "";
}
.fa-x-twitter
{
    --fa: "";
}
.fa-cotton-bureau
{
    --fa: "";
}
.fa-dashcube
{
    --fa: "";
}
.fa-42-group, .fa-innosoft
{
    --fa: "";
}
.fa-stack-exchange
{
    --fa: "";
}
.fa-elementor
{
    --fa: "";
}
.fa-pied-piper-square, .fa-square-pied-piper
{
    --fa: "";
}
.fa-creative-commons-nd
{
    --fa: "";
}
.fa-palfed
{
    --fa: "";
}
.fa-superpowers
{
    --fa: "";
}
.fa-resolving
{
    --fa: "";
}
.fa-xbox
{
    --fa: "";
}
.fa-square-web-awesome-stroke
{
    --fa: "";
}
.fa-searchengin
{
    --fa: "";
}
.fa-tiktok
{
    --fa: "";
}
.fa-facebook-square, .fa-square-facebook
{
    --fa: "";
}
.fa-renren
{
    --fa: "";
}
.fa-linux
{
    --fa: "";
}
.fa-glide
{
    --fa: "";
}
.fa-linkedin
{
    --fa: "";
}
.fa-hubspot
{
    --fa: "";
}
.fa-deploydog
{
    --fa: "";
}
.fa-twitch
{
    --fa: "";
}
.fa-flutter
{
    --fa: "";
}
.fa-ravelry
{
    --fa: "";
}
.fa-mixer
{
    --fa: "";
}
.fa-lastfm-square, .fa-square-lastfm
{
    --fa: "";
}
.fa-vimeo
{
    --fa: "";
}
.fa-mendeley
{
    --fa: "";
}
.fa-uniregistry
{
    --fa: "";
}
.fa-figma
{
    --fa: "";
}
.fa-creative-commons-remix
{
    --fa: "";
}
.fa-cc-amazon-pay
{
    --fa: "";
}
.fa-dropbox
{
    --fa: "";
}
.fa-instagram
{
    --fa: "";
}
.fa-cmplid
{
    --fa: "";
}
.fa-upwork
{
    --fa: "";
}
.fa-facebook
{
    --fa: "";
}
.fa-gripfire
{
    --fa: "";
}
.fa-jedi-order
{
    --fa: "";
}
.fa-uikit
{
    --fa: "";
}
.fa-fort-awesome-alt
{
    --fa: "";
}
.fa-phabricator
{
    --fa: "";
}
.fa-ussunnah
{
    --fa: "";
}
.fa-earlybirds
{
    --fa: "";
}
.fa-trade-federation
{
    --fa: "";
}
.fa-autoprefixer
{
    --fa: "";
}
.fa-whatsapp
{
    --fa: "";
}
.fa-square-upwork
{
    --fa: "";
}
.fa-slideshare
{
    --fa: "";
}
.fa-google-play
{
    --fa: "";
}
.fa-viadeo
{
    --fa: "";
}
.fa-line
{
    --fa: "";
}
.fa-google-drive
{
    --fa: "";
}
.fa-servicestack
{
    --fa: "";
}
.fa-simplybuilt
{
    --fa: "";
}
.fa-bitbucket
{
    --fa: "";
}
.fa-imdb
{
    --fa: "";
}
.fa-deezer
{
    --fa: "";
}
.fa-raspberry-pi
{
    --fa: "";
}
.fa-jira
{
    --fa: "";
}
.fa-docker
{
    --fa: "";
}
.fa-screenpal
{
    --fa: "";
}
.fa-bluetooth
{
    --fa: "";
}
.fa-gitter
{
    --fa: "";
}
.fa-d-and-d
{
    --fa: "";
}
.fa-microblog
{
    --fa: "";
}
.fa-cc-diners-club
{
    --fa: "";
}
.fa-gg-circle
{
    --fa: "";
}
.fa-pied-piper-hat
{
    --fa: "";
}
.fa-kickstarter-k
{
    --fa: "";
}
.fa-yandex
{
    --fa: "";
}
.fa-readme
{
    --fa: "";
}
.fa-html5
{
    --fa: "";
}
.fa-sellsy
{
    --fa: "";
}
.fa-square-web-awesome
{
    --fa: "";
}
.fa-sass
{
    --fa: "";
}
.fa-wirsindhandwerk, .fa-wsh
{
    --fa: "";
}
.fa-buromobelexperte
{
    --fa: "";
}
.fa-salesforce
{
    --fa: "";
}
.fa-octopus-deploy
{
    --fa: "";
}
.fa-medapps
{
    --fa: "";
}
.fa-ns8
{
    --fa: "";
}
.fa-pinterest-p
{
    --fa: "";
}
.fa-apper
{
    --fa: "";
}
.fa-fort-awesome
{
    --fa: "";
}
.fa-waze
{
    --fa: "";
}
.fa-bluesky
{
    --fa: "";
}
.fa-cc-jcb
{
    --fa: "";
}
.fa-snapchat, .fa-snapchat-ghost
{
    --fa: "";
}
.fa-fantasy-flight-games
{
    --fa: "";
}
.fa-rust
{
    --fa: "";
}
.fa-wix
{
    --fa: "";
}
.fa-behance-square, .fa-square-behance
{
    --fa: "";
}
.fa-supple
{
    --fa: "";
}
.fa-webflow
{
    --fa: "";
}
.fa-rebel
{
    --fa: "";
}
.fa-css3
{
    --fa: "";
}
.fa-staylinked
{
    --fa: "";
}
.fa-kaggle
{
    --fa: "";
}
.fa-space-awesome
{
    --fa: "";
}
.fa-deviantart
{
    --fa: "";
}
.fa-cpanel
{
    --fa: "";
}
.fa-goodreads-g
{
    --fa: "";
}
.fa-git-square, .fa-square-git
{
    --fa: "";
}
.fa-square-tumblr, .fa-tumblr-square
{
    --fa: "";
}
.fa-trello
{
    --fa: "";
}
.fa-creative-commons-nc-jp
{
    --fa: "";
}
.fa-get-pocket
{
    --fa: "";
}
.fa-perbyte
{
    --fa: "";
}
.fa-grunt
{
    --fa: "";
}
.fa-weebly
{
    --fa: "";
}
.fa-connectdevelop
{
    --fa: "";
}
.fa-leanpub
{
    --fa: "";
}
.fa-black-tie
{
    --fa: "";
}
.fa-themeco
{
    --fa: "";
}
.fa-python
{
    --fa: "";
}
.fa-android
{
    --fa: "";
}
.fa-bots
{
    --fa: "";
}
.fa-free-code-camp
{
    --fa: "";
}
.fa-hornbill
{
    --fa: "";
}
.fa-js
{
    --fa: "";
}
.fa-ideal
{
    --fa: "";
}
.fa-git
{
    --fa: "";
}
.fa-dev
{
    --fa: "";
}
.fa-sketch
{
    --fa: "";
}
.fa-yandex-international
{
    --fa: "";
}
.fa-cc-amex
{
    --fa: "";
}
.fa-uber
{
    --fa: "";
}
.fa-github
{
    --fa: "";
}
.fa-php
{
    --fa: "";
}
.fa-alipay
{
    --fa: "";
}
.fa-youtube
{
    --fa: "";
}
.fa-skyatlas
{
    --fa: "";
}
.fa-firefox-browser
{
    --fa: "";
}
.fa-replyd
{
    --fa: "";
}
.fa-suse
{
    --fa: "";
}
.fa-jenkins
{
    --fa: "";
}
.fa-twitter
{
    --fa: "";
}
.fa-rockrms
{
    --fa: "";
}
.fa-pinterest
{
    --fa: "";
}
.fa-buffer
{
    --fa: "";
}
.fa-npm
{
    --fa: "";
}
.fa-yammer
{
    --fa: "";
}
.fa-btc
{
    --fa: "";
}
.fa-dribbble
{
    --fa: "";
}
.fa-stumbleupon-circle
{
    --fa: "";
}
.fa-internet-explorer
{
    --fa: "";
}
.fa-stubber
{
    --fa: "";
}
.fa-telegram, .fa-telegram-plane
{
    --fa: "";
}
.fa-old-republic
{
    --fa: "";
}
.fa-odysee
{
    --fa: "";
}
.fa-square-whatsapp, .fa-whatsapp-square
{
    --fa: "";
}
.fa-node-js
{
    --fa: "";
}
.fa-edge-legacy
{
    --fa: "";
}
.fa-slack, .fa-slack-hash
{
    --fa: "";
}
.fa-medrt
{
    --fa: "";
}
.fa-usb
{
    --fa: "";
}
.fa-tumblr
{
    --fa: "";
}
.fa-vaadin
{
    --fa: "";
}
.fa-quora
{
    --fa: "";
}
.fa-square-x-twitter
{
    --fa: "";
}
.fa-reacteurope
{
    --fa: "";
}
.fa-medium, .fa-medium-m
{
    --fa: "";
}
.fa-amilia
{
    --fa: "";
}
.fa-mixcloud
{
    --fa: "";
}
.fa-flipboard
{
    --fa: "";
}
.fa-viacoin
{
    --fa: "";
}
.fa-critical-role
{
    --fa: "";
}
.fa-sitrox
{
    --fa: "";
}
.fa-discourse
{
    --fa: "";
}
.fa-joomla
{
    --fa: "";
}
.fa-mastodon
{
    --fa: "";
}
.fa-airbnb
{
    --fa: "";
}
.fa-wolf-pack-battalion
{
    --fa: "";
}
.fa-buy-n-large
{
    --fa: "";
}
.fa-gulp
{
    --fa: "";
}
.fa-creative-commons-sampling-plus
{
    --fa: "";
}
.fa-strava
{
    --fa: "";
}
.fa-ember
{
    --fa: "";
}
.fa-canadian-maple-leaf
{
    --fa: "";
}
.fa-teamspeak
{
    --fa: "";
}
.fa-pushed
{
    --fa: "";
}
.fa-wordpress-simple
{
    --fa: "";
}
.fa-nutritionix
{
    --fa: "";
}
.fa-wodu
{
    --fa: "";
}
.fa-google-pay
{
    --fa: "";
}
.fa-intercom
{
    --fa: "";
}
.fa-zhihu
{
    --fa: "";
}
.fa-korvue
{
    --fa: "";
}
.fa-pix
{
    --fa: "";
}
.fa-steam-symbol
{
    --fa: "";
}
.alert-danger .btn, .alert-danger .btn:focus, .alert-danger .btn:hover, .alert-info .btn, .alert-info .btn:focus, .alert-info .btn:hover, .alert-success .btn, .alert-success .btn:focus, .alert-success .btn:hover, .alert-warning .btn, .alert-warning .btn:focus, .alert-warning .btn:hover
{
    color: #fff;
}
.badge
{
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #4c4d4e;
    font-weight: 400;
}
.badge-green
{
    background-color: #d6efd6;
    border-color: #63b763;
}
.badge-red
{
    background-color: #efd6d6;
    border-color: #b76363;
}
.badge-blue
{
    background-color: #c6dce8;
    border-color: #638cb7;
}
.badge-notifications
{
    background-color: #f42f2f;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    height: 15px;
    margin-top: -2px;
    padding: 2px;
    width: 15px;
}
.btn-default:visited
{
    color: #333;
}
.btn:focus, .btn:visited
{
    color: #fff;
}
.btn-white
{
    background: #fff;
    color: #0b0a0f;
}
.btn-white:hover
{
    background: #d9d9d9;
    color: #0b0a0f;
}
.btn-white:visited
{
    color: #0b0a0f;
}
.btn-huge
{
    font-size: 1.1em;
    padding: 10px 35px;
}
.btn-huge i
{
    margin-right: 2px;
}
.btn-transparent:link, .btn-transparent:visited
{
    background: transparent;
    border-color: #fff;
    color: #fff;
    font-size: 11px;
    padding: 7px 15px;
}
.btn-transparent:active, .btn-transparent:hover
{
    background: #ccc;
    border-color: #f06c00;
    color: #f06c00;
}
.btn-transparent .caret
{
    margin-left: 6px;
}
.donation-button
{
    padding: .75em 3.5em;
}
.btn-simple
{
    background: transparent;
    box-shadow: inset 0 0 0 3px #fff;
    color: #fff;
}
.btn-simple:visited
{
    color: #fff;
}
.btn-simple:active, .btn-simple:hover
{
    background: transparent;
    box-shadow: inset 0 0 0 3px #d9d9d9;
    color: #d9d9d9;
}
.btn-simple-white
{
    border: 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.btn-group-smaller>.btn, .btn-smaller
{
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5;
    padding: 3px 8px;
}
.btn-full-width
{
    width: 100%;
}
.btn-border-radius-0
{
    border-radius: 0;
}
.btn-white-purple-border
{
    background: #fff;
    border: 2px solid #2d2252;
    color: #2d2252;
    font-weight: 400;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
}
.btn-white-purple-border:visited
{
    color: #2d2252;
}
.btn-white-purple-border:hover
{
    background: #2d2252;
    color: #fff;
    text-decoration: none;
}
.btn-purple
{
    background: #2d2252;
    border-color: #2d2252;
    color: #fff;
}
.btn-purple:visited
{
    color: #fff;
}
.btn-purple:hover
{
    background: #0f0c1c;
    border-color: #2d2252;
    color: #fff;
}
.btn-secondary
{
    background-color: #404040;
    border-color: #404040;
    color: #fff;
}
.btn-secondary.focus, .btn-secondary:focus
{
    background-color: #272727;
    border-color: #000;
    color: #fff;
}
.btn-secondary:hover
{
    background-color: #272727;
    border-color: #212121;
    color: #fff;
}
.btn-secondary.active, .btn-secondary:active, .open>.dropdown-toggle.btn-secondary
{
    background-color: #272727;
    background-image: none;
    border-color: #212121;
    color: #fff;
}
.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open>.dropdown-toggle.btn-secondary.focus, .open>.dropdown-toggle.btn-secondary:focus, .open>.dropdown-toggle.btn-secondary:hover
{
    background-color: #151515;
    border-color: #000;
    color: #fff;
}
.btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary[disabled].focus, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary:hover
{
    background-color: #404040;
    border-color: #404040;
}
.btn-secondary .badge
{
    background-color: #fff;
    color: #404040;
}
.btn-grey
{
    background-color: #9c9c9c;
    border-color: #9c9c9c;
    color: #fff;
}
.btn-grey.focus, .btn-grey:focus
{
    background-color: #828282;
    border-color: #5c5c5c;
    color: #fff;
}
.btn-grey:hover
{
    background-color: #828282;
    border-color: #7d7d7d;
    color: #fff;
}
.btn-grey.active, .btn-grey:active, .open>.dropdown-toggle.btn-grey
{
    background-color: #828282;
    background-image: none;
    border-color: #7d7d7d;
    color: #fff;
}
.btn-grey.active.focus, .btn-grey.active:focus, .btn-grey.active:hover, .btn-grey:active.focus, .btn-grey:active:focus, .btn-grey:active:hover, .open>.dropdown-toggle.btn-grey.focus, .open>.dropdown-toggle.btn-grey:focus, .open>.dropdown-toggle.btn-grey:hover
{
    background-color: #707070;
    border-color: #5c5c5c;
    color: #fff;
}
.btn-grey.disabled.focus, .btn-grey.disabled:focus, .btn-grey.disabled:hover, .btn-grey[disabled].focus, .btn-grey[disabled]:focus, .btn-grey[disabled]:hover, fieldset[disabled] .btn-grey.focus, fieldset[disabled] .btn-grey:focus, fieldset[disabled] .btn-grey:hover
{
    background-color: #9c9c9c;
    border-color: #9c9c9c;
}
.btn-grey .badge
{
    background-color: #fff;
    color: #9c9c9c;
}
.btn-wide
{
    min-width: calc(100% - 20px);
}
.btn.btn-wrap
{
    white-space: normal;
}
.media
{
    padding-bottom: 2em;
}
.media .pull-left
{
    margin-right: 30px;
}
.media .media-heading
{
    font-size: 27px;
}
.media p
{
    font-size: 14px;
    padding-bottom: 0;
}
.media .emphasis
{
    margin-bottom: 2px;
    padding-bottom: 0;
}
.modal
{
    text-align: center;
}
@media screen and (min-width: 768px)
{
    .modal:before
    {
        content: " ";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
}
.modal-title
{
    font-size: 22px;
    font-weight: 600;
}
.modal-content
{
    border-radius: 0;
}
.modal-content-container
{
    border: 1px solid #eee;
    padding: 0 20px;
}
.modal-dialog
{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.nav>li>a
{
    color: #404040;
}
.panel-secondary
{
    border-color: #404040;
}
.panel-secondary>.panel-heading
{
    background-color: #404040;
    border-color: #404040;
    color: #fff;
}
.panel-secondary>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color: #404040;
}
.panel-secondary>.panel-heading .badge
{
    background-color: #fff;
    color: #404040;
}
.panel-secondary>.panel-footer+.panel-collapse>.panel-body
{
    border-bottom-color: #404040;
}
.panel-container-shadow
{
    margin-bottom: 20px;
}
@media(min-width: 768px)
{
    .panel-container-shadow
    {
        width: 19.666667%;
    }
}
.panel-shadow
{
    border: none;
    border-radius: 1em;
    box-shadow: 4px 6px 9px 0 rgba(0,0,0,.31);
    height: 100%;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
}
.panel-shadow:hover
{
    text-decoration: underline;
}
.panel-shadow .panel-heading
{
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
.panel-shadow .img
{
    border-radius: 1em;
    width: 100%;
}
.panel-shadow .panel-body
{
    padding: 15px 15px 0;
}
.nav-tabs, .panel-shadow .panel-body p
{
    margin-bottom: 0;
}
.nav-tabs>li
{
    padding-bottom: 0;
}
.nav-tabs>li a:hover
{
    background: #f06c00;
    color: #fff;
}
.tab-content
{
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
}
.tab-pane
{
    padding: .5em 1em;
}
.tab-pane .page-header
{
    margin-top: 10px;
}
.anchor
{
    display: block;
    position: relative;
    top: -14px;
    visibility: hidden;
    z-index: 9999;
}
.scrollup
{
    background: url(../image/back-to-top.png) no-repeat;
    bottom: 50px;
    display: none;
    height: 40px;
    opacity: .3;
    position: fixed;
    right: 16px;
    text-indent: -9999px;
    width: 40px;
}
.scrollup:focus
{
    outline: none;
}
#back-to-top
{
    margin: 0;
    padding: 0;
}
#back-to-top a
{
    background-color: #666;
    border-top: 1px solid #808080;
    color: #fff;
    display: block;
    margin: 0;
    padding: 4px 0 3px;
    text-align: center;
    width: 100%;
}
#back-to-top a:focus, #back-to-top a:hover
{
    background: #dfdfe4;
    color: #4a4a4a;
    text-decoration: none;
}
.default-breadcrumbs
{
    background: transparent;
    background-size: 100%;
    color: #656668;
    font-size: .85em;
    font-weight: 400;
}
.breadcrumb
{
    background: none;
    border-bottom: 1px solid #d9d9d9;
    border-top: none;
    margin-bottom: 0;
    text-transform: inherit;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited
{
    color: #656668;
}
.breadcrumb a:active, .breadcrumb a:hover
{
    color: #000;
}
.breadcrumb>.active>a
{
    color: #000;
    font-weight: 600;
}
.breadcrumb>li+li:before
{
    content: "";
    font-family: var(--fa-style-family-classic);
    font-weight: 600;
}
body #st-el-4 .st-btns
{
    overflow: auto;
}
footer#solstice-footer
{
    background: #fff;
    border-top: none;
    color: #404040;
    font-family: Roboto,Libre Franklin,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding-bottom: 26px;
    padding-top: 60px;
}
footer#solstice-footer h2
{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    max-width: auto;
}
footer#solstice-footer a:active, footer#solstice-footer a:focus, footer#solstice-footer a:link, footer#solstice-footer a:visited
{
    color: #404040;
    font-weight: 400;
}
footer#solstice-footer a:hover
{
    color: #000;
}
footer#solstice-footer .logo-eclipse-white
{
    margin-bottom: 15px;
    max-width: 161px;
}
footer#solstice-footer .nav
{
    margin-bottom: 25px;
    margin-left: -15px;
}
footer#solstice-footer .nav a
{
    padding: 6px 15px;
}
footer#solstice-footer .nav a:hover
{
    background: none;
    color: #000;
}
@media(max-width: 767px)
{
    footer#solstice-footer
    {
        text-align: center;
    }
    footer#solstice-footer .nav
    {
        margin-left: 0;
    }
}
footer#solstice-footer li
{
    padding-bottom: 0;
}
@media(max-width: 450px)
{
    footer#solstice-footer section.col-xs-11, footer#solstice-footer section.col-xs-14
    {
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 95.83333333%;
    }
}
@media(min-width: 451px) and (max-width: 767px)
{
    footer#solstice-footer #footer-useful-links
    {
        clear: left;
    }
    footer#solstice-footer #copyright
    {
        clear: both;
    }
}
#copyright
{
    padding-top: 15px;
}
#copyright img
{
    clear: both;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}
@media(max-width: 991px)
{
    #copyright-text
    {
        margin-bottom: 20px;
    }
}
@media(min-width: 992px)
{
    footer .social-media
    {
        text-align: right;
    }
}
#footer-eclipse-foundation, #footer-legal, #footer-other, #footer-useful-links
{
    z-index: 99;
}
.footer-other-working-groups
{
    font-size: 11px;
    font-weight: 300;
}
.footer-other-working-groups .logo-eclipse-default, .footer-other-working-groups .social-media
{
    margin-bottom: 20px;
    margin-top: 0;
}
.footer-other-working-groups .img-responsive
{
    max-width: 175px;
}
.footer-other-working-groups .footer-working-group-col
{
    padding: 0;
}
@media(min-width: 1200px)
{
    .footer-other-working-groups
    {
        background: url(../image/footer-working-group-separator.png) 50% repeat-y;
    }
    .footer-other-working-groups .img-responsive
    {
        max-width: 200px;
    }
}
.footer-min
{
    background: #ececec;
    border-top: 1px solid #acacac;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
}
.footer-min a
{
    font-size: .8em;
    font-weight: 400;
}
.footer-min p, .footer-min ul
{
    font-size: .8em;
    margin-bottom: 0;
}
.footer-min ul
{
    text-align: right;
}
.footer-min ul li
{
    padding-bottom: 0;
}
@media screen and (max-width: 767px)
{
    .footer-min p, .footer-min ul
    {
        text-align: center;
    }
}
body.solstice-footer-min
{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: static;
}
body.solstice-footer-min main
{
    flex: 1 0 auto;
}
footer#solstice-footer.footer-darker
{
    background: #000;
    color: #fff;
}
footer#solstice-footer.footer-darker h2
{
    color: #fff;
}
footer#solstice-footer.footer-darker a:active, footer#solstice-footer.footer-darker a:focus, footer#solstice-footer.footer-darker a:link, footer#solstice-footer.footer-darker a:visited
{
    color: #fff;
    font-weight: 400;
}
footer#solstice-footer.footer-darker a:hover
{
    color: hsla(0,0%,100%,.788);
}
footer#solstice-footer.footer-darker .nav a:hover
{
    background: none;
    color: hsla(0,0%,100%,.788);
}
#footer
{
    background-color: #fff;
    color: #000;
    padding: 5rem 1.5rem 4rem;
}
#footer .footer-section
{
    padding-bottom: 3rem;
}
#footer #footer-end
{
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
    justify-content: flex-end;
}
#footer .footer-end-social-container
{
    align-items: flex-start;
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}
#footer .footer-end-social
{
    align-items: center;
    display: flex;
}
#footer .footer-end-social-text
{
    margin-right: 1.5rem;
}
#footer .nav li>a
{
    padding: .2rem 0;
}
#footer .nav li>a, #footer .nav li>a:active, #footer .nav li>a:hover, #footer .nav li>a:visited
{
    background-color: unset;
    color: #404040;
}
#footer .footer-end-social-links img
{
    width: 2.4rem;
}
#footer .footer-end-newsletter
{
    background-color: #e7e9ea;
    left: calc(-50vw - -50%);
    padding: 4rem;
    position: relative;
    width: 100vw;
}
#footer .footer-end-newsletter-label
{
    color: #f06c00;
}
#footer .footer-end-newsletter-submit
{
    outline-offset: 3px;
    padding: 0;
}
#footer .footer-end-newsletter-submit, #footer .footer-end-newsletter-submit:link, #footer .footer-end-newsletter-submit:visited
{
    color: #000;
}
#footer .footer-end-newsletter-submit:active, #footer .footer-end-newsletter-submit:focus, #footer .footer-end-newsletter-submit:hover
{
    color: #f06c00;
}
#footer .footer-end-newsletter-input-wrapper
{
    align-items: center;
    background-color: #f5f6f7;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
#footer .footer-end-newsletter-input-wrapper:focus-within
{
    border-bottom-color: #f06c00;
    transition: border-bottom-color .2s ease-in;
}
#footer .footer-end-newsletter-input
{
    background-color: transparent;
    border: none;
    font-weight: 400;
    margin-right: 1rem;
    width: 100%;
}
#footer .footer-end-newsletter-input::-moz-placeholder
{
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: 700;
}
#footer .footer-end-newsletter-input:-ms-input-placeholder
{
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: 700;
}
#footer .footer-end-newsletter-input::placeholder
{
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: 700;
}
#footer .footer-end-newsletter-input:focus
{
    outline: none;
}
@media(min-width: 768px)
{
    #footer
    {
        text-align: left;
    }
    #footer #footer-end
    {
        flex-direction: column;
        gap: 0;
    }
    #footer .footer-sections
    {
        padding-bottom: 5rem;
    }
    #footer .footer-section
    {
        padding-bottom: 0;
    }
    #footer .footer-end-social-container
    {
        justify-content: flex-end;
    }
    #footer .footer-end-newsletter
    {
        background-color: transparent;
        left: unset;
        padding: 0;
        position: unset;
        width: unset;
    }
    #footer .footer-social-row
    {
        justify-content: flex-end;
    }
}
.footer-working-group-sponsor
{
    align-items: baseline;
    display: flex;
    gap: 4rem;
    justify-content: center;
}
.footer-working-group-circle-group
{
    display: flex;
    flex-shrink: 0;
    gap: 2rem;
}
.footer-working-group-circle
{
    background-color: #ffa02e;
    border-radius: 50%;
    height: 1rem;
    width: 1rem;
}
@keyframes header-fade-in
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes menu-slide-in
{
    0%
    {
        margin-top: -10rem;
    }
    to
    {
        margin-top: 0;
    }
}
.header-wrapper
{
    background-color: #fff;
    font-weight: 700;
}
.header-wrapper .header-toolbar
{
    background-color: #f8f8f8;
    padding: 1.25rem 0;
}
.header-wrapper .header-toolbar-row
{
    display: flex;
    justify-content: flex-end;
}
.header-wrapper .header-toolbar-row>*
{
    margin-left: 2rem;
}
.header-wrapper .header-toolbar-row .toolbar-btn>button
{
    background-color: transparent;
    border-width: 0;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
}
.header-wrapper .header-toolbar-row .toolbar-btn>button:focus-visible
{
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
}
.header-wrapper .header-toolbar-row>.dropdown .dropdown-toggle:hover, .header-wrapper .header-toolbar-row>.dropdown.open .dropdown-toggle
{
    color: #f06c00;
}
.header-wrapper .toolbar-search-bar-wrapper
{
    background-color: transparent;
    box-shadow: none;
    margin-top: 1.5rem;
    min-width: 30rem;
}
.header-wrapper .search-bar
{
    animation-duration: .2s;
    animation-name: toolbar-search-bar-show;
}
.header-wrapper .toolbar-user-menu
{
    min-width: 20rem;
}
.header-wrapper .header-navbar-wrapper
{
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
    padding: 2rem 0;
}
.header-wrapper .header-navbar
{
    align-items: center;
    display: flex;
    height: 5rem;
    justify-content: space-between;
    width: 100%;
}
.header-wrapper .header-navbar-nav
{
    display: none;
}
.header-wrapper .header-navbar-brand, .header-wrapper .header-navbar-end
{
    flex: 1;
}
.header-wrapper .header-navbar-end
{
    display: flex;
    justify-content: flex-end;
}
.header-wrapper .header-navbar-nav-links
{
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.header-wrapper .header-navbar-nav-links button
{
    font-weight: inherit;
}
.header-wrapper .navbar-nav-links-item
{
    align-items: center;
    display: flex;
}
.header-wrapper .navbar-nav-links-item button
{
    padding: 0;
}
.header-wrapper .nav-link-active
{
    position: relative;
}
.header-wrapper .nav-link-active:before
{
    border-radius: 50%;
    height: 1rem;
    top: calc(50% + 4rem);
    width: 1rem;
}
.header-wrapper .nav-link-active:after, .header-wrapper .nav-link-active:before
{
    animation-duration: .2s;
    animation-name: header-fade-in;
    background-color: #f06c00;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1000;
}
.header-wrapper .nav-link-active:after
{
    height: 1px;
    left: 0;
    top: calc(50% + 4.5rem);
    width: 100%;
}
.header-wrapper .header-navbar-end-download-btn
{
    display: none;
}
.header-wrapper .mobile-menu-btn
{
    background-color: transparent;
    border-width: 0;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
}
@media(min-width: 768px)
{
    .header-wrapper .header-navbar-nav
    {
        align-items: stretch;
        display: flex;
    }
    .header-wrapper .header-navbar-nav-links
    {
        display: flex;
    }
    .header-wrapper .header-navbar-nav-links>*
    {
        margin-right: 1rem;
    }
    .header-wrapper .header-navbar-end-download-btn
    {
        display: inline-block;
    }
    .header-wrapper .mobile-menu-btn
    {
        display: none;
    }
}
.header-wrapper .eclipsefdn-mega-menu
{
    display: none;
}
@media(min-width: 768px)
{
    .header-wrapper .eclipsefdn-mega-menu
    {
        background-color: #fff;
        box-shadow: 0 10px 10px 0 #4441;
        display: block;
        position: absolute;
        width: 100%;
        z-index: 999;
    }
    .header-wrapper .menu-heading
    {
        width: 100%;
    }
    .header-wrapper .mega-menu-submenu-featured-story
    {
        display: none;
    }
    .header-wrapper .mega-menu-submenu-featured-story-btn
    {
        display: block;
    }
    .header-wrapper .mega-menu-submenu
    {
        display: flex;
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
    .header-wrapper .mega-menu-submenu-featured-story
    {
        flex-basis: 20%;
        flex-shrink: 0;
        margin-right: 6rem;
    }
    .header-wrapper .mega-menu-submenu-links-section
    {
        display: flex;
        width: 100%;
    }
    .header-wrapper .mega-menu-submenu-links
    {
        margin-right: 6rem;
        max-width: 24ch;
    }
    .header-wrapper .mega-menu-submenu-links ul
    {
        list-style: none;
        padding-left: 0;
    }
    .header-wrapper .mega-menu-submenu-links ul li
    {
        margin-bottom: 1.2rem;
    }
    .header-wrapper .mega-menu-submenu-links ul li a
    {
        color: inherit;
        text-decoration: inherit;
    }
    .header-wrapper .mega-menu-submenu-ad-wrapper
    {
        color: #999;
        font-weight: 500;
    }
    .header-wrapper .mega-menu-submenu-ad-wrapper a
    {
        color: inherit;
        display: block;
        margin-top: 1rem;
        text-decoration: inherit;
    }
    .header-wrapper .mega-menu-submenu-ad-wrapper a:hover
    {
        text-decoration: underline;
    }
    .header-wrapper .eclipsefdn-mega-menu-promo-content
    {
        min-width: 20rem;
    }
    .header-wrapper .eclipsefdn-mega-menu-promo-content .featured-story-description
    {
        text-align: left;
    }
}
@media(min-width: 1200px)
{
    .header-wrapper .mega-menu-submenu-featured-story
    {
        display: inline-block;
    }
    .header-wrapper .mega-menu-submenu-featured-story-heading
    {
        color: #f06c00;
    }
    .header-wrapper .mega-menu-submenu-featured-story-text
    {
        font-weight: 400;
    }
}
.mobile-menu ul
{
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.mobile-menu ul a
{
    color: inherit;
    text-decoration: inherit;
}
.mobile-menu .mobile-menu
{
    margin: 0;
    padding: 0;
}
.mobile-menu .mobile-menu-sub-menu
{
    width: 100%;
}
.mobile-menu .mobile-menu-sub-menu>li:last-child>.mobile-menu-item
{
    border: none;
}
.mobile-menu .mobile-menu-item
{
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    padding: 2rem 4rem;
}
.mobile-menu .mobile-menu-sub-menu .mobile-menu-item
{
    background-color: #f2f2f2;
    border-bottom-color: #ccc;
}
.mobile-menu .mobile-menu-sub-menu .mobile-menu-item+.mobile-menu-sub-menu-wrapper .mobile-menu-sub-menu .mobile-menu-item
{
    background-color: #dfdfdf;
    border-bottom-color: #b9b9b9;
}
.mobile-menu .mobile-menu-dropdown-toggle>*
{
    pointer-events: none;
}
.mobile-menu .mobile-menu-dropdown .mobile-menu-sub-menu-wrapper
{
    overflow: hidden;
}
.mobile-menu .mobile-menu-dropdown .mobile-menu-sub-menu:not(.hidden)
{
    animation: menu-slide-in .2s ease-out;
}
@media(min-width: 768px)
{
    .mobile-menu
    {
        display: none;
    }
}
.logo-eclipse-default
{
    margin: 0;
}
@media(max-width: 767px)
{
    #main-menu-wrapper
    {
        margin: 0;
        padding: 0;
    }
    #main-menu
    {
        background: transparent;
        margin-bottom: 0;
    }
    #main-menu .navbar-header
    {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    #main-menu .navbar-brand
    {
        height: auto;
        padding: 0 0 0 15px;
    }
    #main-menu #navbar-main-menu
    {
        float: none;
    }
    #main-menu.navbar
    {
        border: 0;
        border-bottom: 1px solid #ccc;
    }
    #main-menu .navbar-toggle
    {
        margin: 0;
        padding: 10px 15px 10px 0;
    }
    #main-menu .navbar-toggle .icon-bar
    {
        background: #f06c00;
        height: 3px;
    }
    #main-menu .nav
    {
        background: #f06c00;
        margin: 0;
        padding: 0;
    }
    #main-menu .nav>li.open .dropdown-toggle, #main-menu .nav>li.open a.dropdown-toggle
    {
        background: #787878;
        color: #fff;
    }
    #main-menu .nav>li>a
    {
        border-bottom: 1px solid #525252;
        color: #fff;
        padding: 18px 15px;
        text-transform: none;
    }
    #main-menu .nav>li .dropdown-menu
    {
        background: #525252;
        border-bottom: none;
        border-radius: 0;
        padding: 0;
    }
    #main-menu .nav>li .dropdown-menu>li.active a:link, #main-menu .nav>li .dropdown-menu>li.active a:visited
    {
        background: #f06c00;
        color: #fff;
    }
    #main-menu .nav>li .dropdown-menu>li.active a:focus, #main-menu .nav>li .dropdown-menu>li.active a:hover
    {
        background: #f5f5f5;
        color: #fff;
    }
    #main-menu .nav>li .dropdown-menu>li>a
    {
        color: #afafaf;
        padding: 18px 15px;
    }
    #main-menu .nav>li .dropdown-menu>li>a:focus, #main-menu .nav>li .dropdown-menu>li>a:hover
    {
        background: #f5f5f5;
        color: #7c7c7c;
    }
    #main-menu .nav>li.main-menu-search .dropdown-toggle
    {
        display: none;
    }
    #main-menu .nav>li.main-menu-search .dropdown-menu
    {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        display: block;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }
    #main-menu .nav>li.main-menu-search .dropdown-menu p
    {
        color: #fff;
    }
    #main-menu .nav>li.main-menu-search .dropdown-menu .yamm-content
    {
        padding: 15px;
    }
    #main-menu .nav>li.main-menu-search .dropdown-menu .gsc-input
    {
        background-color: #fff;
    }
    #main-menu .nav>li.main-menu-search .dropdown-menu .gsc-input-box
    {
        border: none;
    }
}
@media(max-width: 1199px)
{
    #breadcrumb .container, #header-wrapper .container, .region-breadcrumb .container, .toolbar-container-wrapper .container, main .container
    {
        width: auto;
    }
}
@media(min-width: 768px)
{
    #main-menu
    {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #main-menu .dropdown li, #main-menu ul li
    {
        text-transform: none;
    }
    #main-menu li a
    {
        color: #fff;
        margin-right: 0;
    }
    #main-menu li a:active, #main-menu li a:hover
    {
        color: #ccc;
    }
    #main-menu li.dropdown .dropdown-menu
    {
        left: auto;
        right: auto;
    }
    #main-menu li.dropdown.eclipse-more .dropdown-menu
    {
        left: 0;
        right: auto;
        width: 600px;
    }
    #main-menu .navbar-right li.dropdown:last-child .dropdown-menu
    {
        left: auto;
        right: 0;
    }
    #main-menu .navbar-right li.dropdown.eclipse-more .dropdown-menu
    {
        width: 600px;
    }
    #main-menu .dropdown-menu a, #main-menu .dropdown-menu a:active, #main-menu .dropdown-menu a:hover
    {
        color: #282828;
    }
    #main-menu .dropdown-menu .yamm-content a
    {
        margin: 0;
    }
}
@media(min-width: 992px)
{
    #main-menu
    {
        font-size: 17px;
    }
    #main-menu .dropdown-menu
    {
        max-width: 630px;
    }
    #main-menu .dropdown-menu li
    {
        padding-bottom: 2px;
    }
}
#main-menu
{
    margin-bottom: 0;
}
#main-menu li
{
    padding-bottom: 0;
}
#main-menu a
{
    font-weight: 400;
}
#main-menu a:active, #main-menu a:focus
{
    color: #ccc;
}
#main-menu .nav .open a, #main-menu .nav .open a:focus, #main-menu .nav .open a:hover, #main-menu .nav>li>a:focus, #main-menu .nav>li>a:hover
{
    background-color: transparent;
}
.dropdown-toggle:hover
{
    cursor: pointer;
}
.ul-left-nav
{
    margin-left: 0;
    padding-left: 0;
}
.ul-left-nav>li
{
    list-style: none;
    margin-bottom: .45em;
}
.ul-left-nav>li.active a
{
    font-weight: 600;
}
.ul-left-nav>li.about, .ul-left-nav>li.separator
{
    font-weight: 700;
    padding-left: 0;
}
.ul-left-nav>li.about img, .ul-left-nav>li.separator img
{
    position: absolute;
    top: 6px;
}
.ul-left-nav>li.separator
{
    border-top: 1px solid #d4d4dd;
    padding-top: 8px;
}
.ul-left-nav>li.separator a
{
    font-weight: 700;
}
.ul-left-nav>li.separator:first-child
{
    border-top: none;
}
.ul-left-nav>li>a
{
    color: #545454;
    font-weight: 400;
}
.ul-left-nav>li>a:hover
{
    color: #35322f;
}
.logo-eclipse-default-mobile
{
    max-width: 130px;
}
@media(min-width: 768px)
{
    .alternate-layout #main-menu
    {
        font-size: 14px;
    }
    .alternate-layout #main-menu ul li
    {
        text-transform: none;
    }
    .alternate-layout #main-menu li a
    {
        color: #6b655f;
    }
    .alternate-layout #main-menu li a:active, .alternate-layout #main-menu li a:hover
    {
        color: #35322f;
    }
}
@media(min-width: 992px)
{
    .alternate-layout #main-menu
    {
        font-size: 17px;
    }
}
@media(max-width: 767px)
{
    .alternate-layout #main-menu
    {
        background: #fff;
    }
}
.collapsible-menu
{
    margin-top: 10px;
}
.collapsible-menu a, .collapsible-menu a:hover
{
    color: #000;
}
.collapsible-menu .collapsible-menu-item
{
    background-color: #ccc;
    padding: 10px 0;
}
.collapsible-menu .collapsible-menu-item.active
{
    background-color: #ccc;
}
.collapsible-menu .collapsible-menu-item.active a
{
    color: #000;
}
.collapsible-menu .collapsible-menu-item.active:hover, .collapsible-menu .collapsible-menu-item:hover:not(.active)
{
    background-color: #a6a6a6;
}
.collapsible-menu .collapsible-menu-item:not(:last-child)
{
    border-bottom: 1px solid #e6e6e6;
}
.collapsible-menu .collapsible-menu-sub-items
{
    background-color: #fff;
}
.collapsible-menu .collapsible-menu-sub-items a
{
    color: #ccc;
}
.collapsible-menu .collapsible-menu-sub-items a:hover
{
    font-weight: 700;
}
.collapsible-menu .collapsible-menu-sub-item
{
    margin-bottom: 0;
    padding: 0 0 8px 15px;
}
.collapsible-menu .collapsible-menu-sub-item a.active .collapsible-menu-text
{
    font-weight: 700;
}
.collapsible-menu .collapsible-menu-sub-item:first-child
{
    margin-top: 15px;
}
.collapsible-menu .collapsible-menu-sub-item:last-child
{
    margin-bottom: 15px;
}
.collapsible-menu a
{
    display: block;
}
.collapsible-menu a .collapsible-menu-text
{
    padding: 0;
}
.header-navbar-nav .dropdown-menu, .header-navbar-nav .dropdown-menu>li>a, .header-navbar-nav .dropdown.open
{
    background-color: #b7b3b0;
    padding-bottom: .5rem;
    padding-top: .5rem;
    white-space: normal;
}
.header-navbar-nav .dropdown-menu
{
    margin-top: 0;
    min-width: unset;
    padding: 0;
    text-align: center;
    width: 100%;
}
.header-navbar-nav .dropdown-menu>li>a
{
    border-bottom: 1px solid #aba6a3;
}
.header-navbar-nav .dropdown-menu>li>a, .header-navbar-nav .dropdown-menu>li>a:link, .header-navbar-nav .dropdown-menu>li>a:visited
{
    color: #282828;
}
.header-navbar-nav .dropdown-menu>li>a:hover
{
    background-color: #c3c0bd;
    color: #282828;
}
.header-navbar-nav .dropdown-menu>li>a:active, .navbar-nav-links-item
{
    color: #282828;
}
.navbar-nav-links-item>.dropdown>button
{
    padding: .3rem 2rem;
}
#main-sidebar .main-sidebar-html-block
{
    background: #ccc;
    padding: 20px;
    text-align: center;
}
#main-sidebar .ul-left-nav
{
    margin-bottom: 0;
    padding: 15px;
    position: relative;
}
#main-sidebar .ul-left-nav>li.separator
{
    border: none;
}
#main-sidebar .main-sidebar-children
{
    padding-left: 20px;
}
#main-sidebar a, #main-sidebar a:hover
{
    color: #000;
}
#main-sidebar .main-sidebar-heading
{
    font-size: 2.4rem;
    font-weight: 300;
}
#main-sidebar .main-sidebar-heading:hover
{
    text-decoration: none;
}
#main-sidebar li:last-child
{
    border-bottom: none;
}
#main-sidebar
{
    background-color: #ccc;
    color: #000;
    left: calc(-50vw - -50%);
    position: relative;
    width: 100vw;
}
#main-sidebar ul:not(:first-child)
{
    padding: 0;
}
#main-sidebar .ul-left-nav
{
    padding: 3rem 0 0;
}
#main-sidebar .main-sidebar-heading
{
    display: block;
    padding-left: 1rem;
}
#main-sidebar .main-sidebar-item
{
    margin: 0;
}
#main-sidebar .main-sidebar-item>a
{
    background: #222;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
#main-sidebar .main-sidebar-item>a.main-sidebar-item-active, #main-sidebar .main-sidebar-item>a:hover, #main-sidebar .main-sidebar-item>a[aria-expanded=true]
{
    background-color: #f06c00;
}
#main-sidebar .main-sidebar-item>a[aria-expanded=true] .main-sidebar-item-icon
{
    content: "";
}
#main-sidebar .main-sidebar-item>a[aria-expanded=false] .main-sidebar-item-icon
{
    content: "";
}
#main-sidebar .main-sidebar-item-icon
{
    font-family: var(--fa-style-family-classic);
}
#main-sidebar .submenu-item:hover
{
    background-color: #f2f2f2;
}
#main-sidebar .submenu-item a
{
    display: inline-block;
    padding: 1.5rem 1rem;
    width: 100%;
}
@media(min-width: 992px)
{
    #main-sidebar
    {
        background-color: transparent;
        left: unset;
        padding-bottom: 6rem;
        position: unset;
        position: relative;
        width: unset;
    }
    #main-sidebar:before
    {
        background-color: #ccc;
        content: "";
        display: block;
        height: 100%;
        margin-left: 2rem;
        padding: 1rem;
        position: absolute;
        width: calc(100% - 2rem);
    }
    #main-sidebar .main-sidebar-item-indented .main-sidebar-heading
    {
        padding-left: 3rem;
    }
    #main-sidebar .main-sidebar-heading[href]:hover
    {
        color: #f06c00;
    }
    #main-sidebar .main-sidebar-item>a
    {
        align-content: center;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        padding-bottom: 1rem;
        padding-right: 3rem;
        padding-top: 1rem;
    }
    #main-sidebar .main-sidebar-item>a:hover
    {
        animation-duration: .5s;
        animation-name: main-sidebar-expand-right;
        padding-right: 4rem;
        width: calc(100% + 1rem);
    }
    #main-sidebar .main-sidebar-item-submenu
    {
        background-color: #fff;
        padding: 0;
    }
    #main-sidebar .submenu-item:hover
    {
        background-color: #f2f2f2;
    }
    #main-sidebar .submenu-item a
    {
        display: inline-block;
        padding: 1rem 3rem;
        width: 100%;
    }
}
.sideitem h6
{
    border-bottom: 1px solid #989a9b;
}
.sideitem ul
{
    margin-left: 10px;
}
@keyframes main-sidebar-expand-right
{
    0%
    {
        padding-right: 3rem;
        width: 100%;
    }
    to
    {
        padding-right: 4rem;
        width: calc(100% + 1rem);
    }
}
.toolbar-container-wrapper
{
    background: transparent;
}
.toolbar-row
{
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 8px 0;
}
.toolbar-row a
{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}
.toolbar-row a:hover
{
    color: #ccc;
}
.toolbar-row a:visited
{
    color: #fff;
}
.toolbar-row .dropdown-menu
{
    left: auto;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    right: 0;
}
.toolbar-row .dropdown-menu a
{
    color: #4c4d4e;
}
.toolbar-row .dropdown-menu a:hover
{
    color: #1a1a1a;
}
.toolbar-row .dropdown-menu a:visited
{
    color: #4c4d4e;
}
.toolbar-row ul
{
    margin-bottom: 0;
}
.toolbar-row ul li:last-child
{
    padding-right: 0;
}
.toolbar-row .toolbar-left-content span
{
    font-size: 18px;
}
@media(max-width: 767px)
{
    .toolbar-row .toolbar-left-content span
    {
        display: block;
        padding-top: 10px;
        text-align: center;
    }
}
@media(min-width: 768px)
{
    .toolbar-row .toolbar-left-content span
    {
        border-left: 5px solid #f7941e;
        padding-left: 10px;
    }
}
.toolbar-row .toolbar-left-content a
{
    color: #f06c00;
    font-weight: 700;
}
.toolbar-contrast
{
    background: #f1f1f1;
    color: #7c7c7c;
}
.toolbar-contrast a
{
    font-weight: 300;
}
.toolbar-contrast a:link, .toolbar-contrast a:visited
{
    color: #7c7c7c;
}
.toolbar-contrast a:hover
{
    color: #3f7b96;
}
.alternate-layout .toolbar-container-wrapper
{
    background: #fff;
}
.alternate-layout .toolbar-row, .alternate-layout .toolbar-row a
{
    color: #404040;
}
.alternate-layout .toolbar-row a:hover
{
    color: #666;
}
.alternate-layout .toolbar-row a:visited
{
    color: #404040;
}
.eclipsefdn-agenda-legend
{
    padding-bottom: 20px;
}
.eclipsefdn-agenda-legend-icon:after
{
    background-color: #bbb;
    border-radius: 50%;
    bottom: -3px;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    padding-top: 2px;
    position: relative;
    width: 15px;
}
.eclipsefdn-agenda td:first-of-type, .eclipsefdn-agenda th:first-of-type
{
    max-width: 30rem;
}
.eclipsefdn-agenda-schedule ul
{
    -webkit-padding-start: 1ch;
    padding-inline-start: 1ch;
}
.eclipsefdn-registration
{
    font-size: 1.2em;
    line-height: 1.55em;
    margin: 0 10%;
}
.eclipsefdn-registration p
{
    margin-bottom: 20px;
}
.eclipsefdn-registration-links li
{
    margin-bottom: 5px;
}
.eclipsefdn-registration-links:only-child
{
    margin-top: 20px;
}
.eclipsefdn-user-display-circle .icon-backdrop, .eclipsefdn-user-display-circle .img
{
    border: 1px solid #f06c00;
    border-radius: 50%;
}
.eclipsefdn-user-display-circle .icon-backdrop
{
    background-color: #fff;
    display: inline-block;
    position: relative;
    width: 100%;
}
.eclipsefdn-user-display-circle .icon-backdrop i
{
    font-size: 25vw;
    padding-top: 18%;
}
@media(min-width: 768px)
{
    .eclipsefdn-user-display-circle .icon-backdrop i
    {
        font-size: 12vw;
    }
}
@media(min-width: 1200px)
{
    .eclipsefdn-user-display-circle .icon-backdrop i
    {
        font-size: 9em;
    }
}
.eclipsefdn-user-display-circle .icon-backdrop i:before
{
    color: #f06c00;
}
.eclipsefdn-user-display-circle .icon-backdrop .icon-container
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.eclipsefdn-user-display-circle .icon-backdrop .ratio
{
    margin-top: 100%;
}
.eclipsefdn-sponsors-content li img
{
    display: inline-block;
    padding-bottom: 20px;
    padding-right: 25px;
}
.eclipsefdn-sponsors-content.with-max li img
{
    max-width: 120px;
}
.featured-centered-item
{
    height: 260px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
@media(max-width: 1200px)
{
    .featured-centered-item
    {
        height: 205px;
    }
}
@media(max-width: 768px)
{
    .featured-centered-item
    {
        margin-bottom: 15px;
    }
}
.featured-centered-item:before
{
    content: "";
    height: 100%;
}
.featured-centered-item .centered-item, .featured-centered-item:before
{
    display: inline-block;
    vertical-align: middle;
}
@media(max-width: 1200px)
{
    .featured-centered-item .centered-item
    {
        padding: 20px;
        width: 205px;
    }
}
@media(max-width: 480px)
{
    .featured-centered-item .centered-item
    {
        padding: 20px;
        width: 165px;
    }
}
.featured-centered-item .centered-item img
{
    display: inherit;
}
.featured-centered-item a.hidden-item
{
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.featured-centered-item a.hidden-item:hover
{
    opacity: 1;
    text-decoration: none;
}
.featured-centered-item a
{
    color: #fff;
    display: table;
    height: 260px;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    white-space: normal;
    width: 100%;
    z-index: 9;
}
@media(max-width: 1200px)
{
    .featured-centered-item a
    {
        height: 205px;
    }
}
.featured-centered-item a .item-description, .featured-centered-item a .item-title
{
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.featured-centered-item a .item-title
{
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}
@media(max-width: 1200px)
{
    .featured-centered-item a .item-description
    {
        display: none;
    }
}
.featured-centered-item a .arrow
{
    color: #fff;
    font-size: 2em;
}
.featured-centered-item a .centered-vertical-item
{
    display: table-cell;
    vertical-align: middle;
}
.featured-footer
{
    background-position: bottom;
    background-size: cover;
    background: #ddd9d6;
    padding: 4rem 0;
    text-align: center;
}
.featured-footer h2
{
    color: #4c4d4e;
    font-weight: 300;
    margin-top: 10px;
}
.featured-footer .feather
{
    height: 40px;
    width: 40px;
}
.featured-footer .textfield-underline
{
    text-align: center;
    width: 300px;
}
.featured-footer.featured-story-light
{
    background-image: unset;
    border-bottom: none;
    border-top: none;
}
.featured-footer.featured-story-dark
{
    background: #404040;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #fff;
}
.featured-footer.featured-story-dark h2
{
    color: #fff;
}
.eclipsefdn-featured-footer .h2, .eclipsefdn-featured-footer h2
{
    font-size: 2.4rem;
}
.eclipsefdn-featured-footer p
{
    margin: 2rem auto;
    max-width: 36em;
}
.eclipsefdn-featured-footer .list-inline
{
    display: flex;
    justify-content: center;
}
.eclipsefdn-featured-footer .list-inline li
{
    padding: 0;
}
.eclipsefdn-featured-footer .list-inline li a
{
    min-width: 16rem;
}
.eclipsefdn-featured-footer.featured-story-light .list-inline li:nth-child(odd) .btn-primary
{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.eclipsefdn-featured-footer.featured-story-light .list-inline li:nth-child(odd) .btn-primary:active, .eclipsefdn-featured-footer.featured-story-light .list-inline li:nth-child(odd) .btn-primary:hover
{
    background-color: #1a1a1a;
}
.eclipsefdn-featured-footer.featured-story-dark .list-inline li:nth-child(odd) .btn-primary
{
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.eclipsefdn-featured-footer.featured-story-dark .list-inline li:nth-child(odd) .btn-primary:active, .eclipsefdn-featured-footer.featured-story-dark .list-inline li:nth-child(odd) .btn-primary:hover
{
    background-color: #e6e6e6;
}
.featured-jumbotron
{
    background-color: #404040;
    color: #fff;
    margin-bottom: 0;
    padding-top: 10px;
}
.featured-jumbotron .btn
{
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
}
@media(max-width: 991px)
{
    .featured-jumbotron .btn
    {
        margin-bottom: 25px;
    }
}
.featured-jumbotron h1
{
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}
@media(min-width: 992px)
{
    .featured-jumbotron h1
    {
        font-size: 45px;
    }
}
@media(max-width: 991px)
{
    .featured-jumbotron h1
    {
        font-size: 30px;
    }
}
.featured-jumbotron h1:after
{
    border-bottom: 3px solid #fff;
    content: "";
    display: block;
    height: 5px;
    margin: 15px auto 0;
    width: 100px;
}
.featured-jumbotron h2
{
    color: inherit;
}
.featured-jumbotron p
{
    font-weight: 400;
}
.featured-jumbotron a:not(.btn):not(.jumbotron-icon)
{
    color: #fff;
    font-weight: 700;
}
.featured-jumbotron a:not(.btn):not(.jumbotron-icon):hover
{
    color: #ccc;
}
.featured-jumbotron a:not(.btn):not(.jumbotron-icon):visited
{
    color: #fff;
}
@media(max-width: 767px)
{
    .featured-jumbotron .btn
    {
        border-radius: 0;
        line-height: 1.5;
        min-width: auto;
        padding: 5px 10px;
    }
}
.featured-jumbotron .jumbotron-icon
{
    color: inherit;
    display: block;
    margin-bottom: 10px;
}
@media(min-width: 768px)
{
    .featured-jumbotron .jumbotron-icon
    {
        height: 50px;
    }
    .featured-jumbotron .jumbotron-icon .feather
    {
        height: 50px;
        width: 50px;
    }
}
@media(max-width: 767px)
{
    .featured-jumbotron .jumbotron-icon
    {
        height: 35px;
    }
}
@media(max-width: 767px) and (max-width: 767px)
{
    .featured-jumbotron .jumbotron-icon .feather
    {
        height: 35px;
        width: 35px;
    }
}
.featured-jumbotron.alternate
{
    text-align: left;
}
.featured-jumbotron.alternate h1
{
    color: #f06c00;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}
@media(min-width: 992px)
{
    .featured-jumbotron.alternate h1
    {
        font-size: 34px;
    }
}
@media(max-width: 991px)
{
    .featured-jumbotron.alternate h1
    {
        font-size: 34px;
    }
}
.featured-jumbotron.alternate h1:after
{
    display: none;
}
.featured-jumbotron.alternate p
{
    font-weight: 700;
}
@media(min-width: 992px)
{
    .featured-jumbotron.alternate p
    {
        font-size: 52px;
    }
}
@media(max-width: 991px)
{
    .featured-jumbotron.alternate p
    {
        font-size: 52px;
    }
}
.featured-jumbotron.alternate .featured-jumbotron-alternate-highlight
{
    color: #f06c00;
}
.featured-jumbotron .input-group .btn
{
    min-width: unset;
    padding-left: 12px;
    padding-right: 12px;
}
.featured-jumbotron .input-group .form-control
{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    height: 39px;
}
.header-default-bg-img .featured-jumbotron
{
    background-image: url(../image/eclipse-home-bg.jpg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header-default-bg-img .featured-jumbotron:before
{
    background: linear-gradient(0deg,#000 60%,transparent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media(min-width: 768px)
{
    .header-default-bg-img .featured-jumbotron:before
    {
        display: none;
    }
}
@media(min-width: 992px)
{
    .header-default-bg-img .featured-jumbotron
    {
        background-position: unset;
    }
}
.featured-jumbotron
{
    padding: 10rem 0;
    text-align: left;
}
.featured-jumbotron-content
{
    filter: drop-shadow(0 0 8px #0008);
}
.featured-jumbotron .featured-jumbotron-headline, .featured-jumbotron .h1, .featured-jumbotron h1
{
    color: #f06c00;
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: normal;
    margin-bottom: 1rem;
}
.featured-jumbotron .featured-jumbotron-headline:after, .featured-jumbotron .h1:after, .featured-jumbotron h1:after
{
    content: none;
}
.featured-jumbotron .featured-jumbotron-headline>.highlight, .featured-jumbotron .h1>.highlight, .featured-jumbotron h1>.highlight
{
    color: #fff;
}
.featured-jumbotron .featured-jumbotron-subtitle
{
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 3rem;
}
.featured-jumbotron .featured-jumbotron-tagline, .featured-jumbotron .featured-jumbotron-tagline p
{
    font-size: 1.4rem;
}
.featured-jumbotron .featured-jumbotron-tagline
{
    margin-bottom: 1.5rem;
}
.featured-jumbotron .featured-jumbotron-links
{
    list-style: none;
    margin-bottom: 2rem;
    margin-left: -5px;
    margin-top: 2rem;
    padding-left: 0;
}
.featured-jumbotron .featured-jumbotron-links>li
{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.featured-jumbotron .featured-story-jumbotron
{
    margin-bottom: -8rem;
}
@media(min-width: 768px)
{
    .featured-jumbotron .featured-story-jumbotron
    {
        margin-bottom: -5rem;
    }
}
@media(max-width: 1199px)
{
    .jumbotron.featured-jumbotron p
    {
        text-shadow: unset;
    }
}
.eclipsefdn-projects .featured-projects-list-cards, .featured-projects .featured-projects-list-cards
{
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    row-gap: 4rem;
}
.eclipsefdn-projects .featured-projects-list-cards .featured-project, .featured-projects .featured-projects-list-cards .featured-project
{
    flex-basis: 100%;
}
@media(min-width: 768px)
{
    .eclipsefdn-projects .featured-projects-list-cards .featured-project, .featured-projects .featured-projects-list-cards .featured-project
    {
        flex-basis: calc(50% - 1rem);
    }
}
@media(min-width: 1200px)
{
    .eclipsefdn-projects .featured-projects-list-cards .featured-project, .featured-projects .featured-projects-list-cards .featured-project
    {
        flex-basis: calc(33% - 1rem);
    }
}
.featured-projects-item
{
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    height: 100%;
    padding: 20px;
}
.featured-projects-item hr
{
    border-top: 1px solid #f06c00;
}
.featured-projects-item .downloadUrl
{
    color: #f06c00;
}
.featured-projects-item .downloadUrl:hover
{
    color: #a34a00;
}
.featured-projects-item-proposal .featured-projects-item-img
{
    display: none;
}
.featured-projects-item-proposal .featured-projects-item-category
{
    background-color: #404040;
}
.featured-projects-item-proposal hr
{
    border-color: #404040;
}
.featured-projects-item-proposal .downloadUrl
{
    color: #404040;
}
.featured-projects-item-proposal .downloadUrl:hover
{
    color: #1a1a1a;
}
.featured-projects-item-category
{
    background-color: #f06c00;
    color: #fff;
    float: right;
    font-size: 11px;
    min-width: 200px;
    padding: 2px;
    position: relative;
    right: -20px;
    text-align: center;
    text-transform: uppercase;
}
.featured-projects-item-heading
{
    font-weight: 700;
    margin-bottom: 0;
}
.featured-projects-item-img
{
    align-self: center;
    max-height: 9.5rem;
    max-width: 100%;
}
.featured-projects-item-content .link
{
    display: flex;
    height: unset;
    margin: 40px 0 20px;
    max-width: 40%;
    min-height: 9.5rem;
}
.eclipsefdn-project-list-filters .btn
{
    margin: 10px 10px 0 0;
    text-transform: capitalize;
}
.eclipsefdn-project-list-filters .btn.active:focus, .eclipsefdn-project-list-filters .btn:focus
{
    color: #333;
    outline: none;
}
.featured-projects-item
{
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 10px #0002;
}
.featured-section-row
{
    background-position: 0 100%;
    font-size: 19px;
    padding: 60px 0;
}
.featured-section-row h2
{
    color: #f06c00;
    font-size: 34px;
    margin: 0 0 20px;
    text-transform: none;
}
.featured-section-row p
{
    margin: 0 0 20px;
}
.featured-section-row p:last-child
{
    margin-bottom: 0;
}
.featured-section-row .feather
{
    height: 40px;
    width: 40px;
}
.featured-section-row-lighter-bg
{
    background: #fff;
    color: #4c4d4e;
}
.featured-section-row-lighter-bg h2, .featured-section-row-lighter-bg h3, .featured-section-row-lighter-bg h4, .featured-section-row-lighter-bg li, .featured-section-row-lighter-bg p
{
    color: #4c4d4e;
}
.featured-section-row-light-bg
{
    background: #f9f9f9;
    color: #4c4d4e;
}
.featured-section-row-light-bg h2, .featured-section-row-light-bg h3, .featured-section-row-light-bg h4, .featured-section-row-light-bg li, .featured-section-row-light-bg p
{
    color: #4c4d4e;
}
.featured-section-row-dark-bg
{
    background: #2f2f2f;
    color: #fff;
}
.featured-section-row-dark-bg h2, .featured-section-row-dark-bg h3, .featured-section-row-dark-bg h4, .featured-section-row-dark-bg li, .featured-section-row-dark-bg p
{
    color: #fff;
}
.featured-section-row-dark-bg a:not(.btn)
{
    color: #0544ec;
}
.featured-section-row-dark-bg a:not(.btn):focus, .featured-section-row-dark-bg a:not(.btn):hover
{
    color: #053cd3;
}
.featured-stats
{
    background-color: #404040;
    color: #fff;
    padding: 20px 0 40px;
    text-align: center;
}
.featured-stats h2, .featured-stats p
{
    color: inherit;
}
.featured-stats a.featured-stats-link
{
    color: #fff;
}
.featured-stats hr
{
    border-color: #4d4d4d;
    margin: 40px 0;
}
.featured-stats-icon-container
{
    margin-bottom: 10px;
    padding-right: 0;
}
.featured-stats-text-container
{
    line-height: 1.3;
    padding-left: 0;
    padding-top: 5px;
    text-align: left;
}
.featured-stats-number
{
    font-size: 35px;
}
.featured-circle
{
    background-color: #f06c00;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
.featured-circle .feather
{
    color: #fff;
}
.featured-circle-outline
{
    border: 2px solid #f06c00;
    border-radius: 80px;
    display: block;
    height: 80px;
    margin: 0 auto 20px;
    text-align: center;
    width: 80px;
}
.featured-circle-outline .icon
{
    color: #f06c00;
}
.featured-circle-stats
{
    border-radius: 70px;
    height: 70px;
    padding-top: 18px;
    width: 70px;
}
.featured-circle-stats .feather
{
    height: 30px;
    width: 30px;
}
@media(max-width: 768px)
{
    .featured-circle
    {
        margin-bottom: 10px;
    }
}
.featured-story
{
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
@media(max-width: 767px)
{
    .featured-story
    {
        text-align: center;
    }
}
.featured-story .featured-story-block-content
{
    margin-bottom: 30px;
    position: static;
}
@media(min-width: 768px)
{
    .featured-story .featured-story-block-content
    {
        margin-bottom: 0;
        padding-right: 35px;
    }
}
.featured-story .featured-story-block-content:before
{
    background-color: #fff;
    background-image: url(../image/featured-story-default-bg.jpg);
    background-position: bottom;
    background-size: cover;
    content: "";
    display: block;
    left: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
@media(min-width: 768px)
{
    .featured-story .featured-story-block-content:before
    {
        width: 65vw;
    }
}
.featured-story-description
{
    clear: both;
    color: #9b9b9b;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-top: 10px;
}
.featured-ad, .featured-story-block
{
    padding-top: 25px;
}
@media(min-width: 768px)
{
    .featured-ad, .featured-story-block
    {
        min-height: 250px;
        padding-top: 30px;
    }
}
.featured-story-block
{
    background-color: transparent;
    background-position: 100% 0;
    background-repeat: no-repeat;
}
.featured-story-block .featured-story-description
{
    font-size: .9em;
    margin-bottom: 10px;
}
@media(min-width: 768px)
{
    .featured-story-block
    {
        padding-bottom: 50px;
    }
}
.featured-story-block h2
{
    color: #404040;
    font-size: 42px;
    font-weight: 700;
    margin-top: 30px;
}
.featured-story-block p
{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.featured-ad-content, .featured-side-content
{
    clear: both;
}
.featured-ad, .featured-side
{
    background-color: #eaeaeb;
    padding-bottom: 20px;
    position: relative;
}
@media(min-width: 768px)
{
    .featured-ad .featured-ad-content, .featured-ad .featured-side-content, .featured-side .featured-ad-content, .featured-side .featured-side-content
    {
        position: relative;
        right: 15px;
        width: 100%;
        z-index: 2;
    }
    .featured-ad:after, .featured-ad:before, .featured-side:after, .featured-side:before
    {
        background-color: #eaeaeb;
        content: "";
        min-height: 100%;
        position: absolute;
        top: 0;
    }
    .featured-ad:before, .featured-side:before
    {
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%,37% 51%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%,37% 51%);
        left: -45px;
        width: 100px;
        z-index: 1;
    }
    .featured-ad:after, .featured-side:after
    {
        left: 0;
        overflow-x: hidden;
        width: 50vw;
        z-index: 1;
    }
}
.eclipsefnd-ad:after
{
    clear: both;
    content: " ";
    display: table;
}
.eclipsefnd-ad a
{
    background: #fff 50% no-repeat;
    box-shadow: 3px 4px 46px -6px rgba(0,0,0,.51);
    display: block;
    height: 200px;
    margin: auto;
    text-align: center;
    text-indent: -9999px;
    width: 200px;
}
.ad-strategic-default a
{
    background-size: 200px 200px;
}
.featured-jumbotron-dark .jumbotron-item-highlighted .btn-primary
{
    background-color: #000;
    color: #fff;
}
.featured-story-jumbotron
{
    background: #ffa02e;
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
    padding: 1.5rem 4rem;
    text-align: left;
    width: 100%;
}
.featured-story-jumbotron-content-title
{
    color: #272726;
    color: #fff;
    font-family: inherit;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 10px;
}
.featured-story-jumbotron-content-title .small, .featured-story-jumbotron-content-title small
{
    color: #777;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
}
.featured-story-jumbotron .featured-story-jumbotron-content-body
{
    color: #000;
    font-size: 1.4rem;
}
.featured-story-jumbotron-links
{
    display: flex;
    gap: .5rem;
    justify-content: center;
}
.featured-story-jumbotron-links-button
{
    max-width: 24rem;
    white-space: normal;
}
@media(min-width: 992px)
{
    .featured-story-jumbotron
    {
        flex-direction: row;
        gap: 8rem;
    }
    .featured-story-jumbotron-links
    {
        flex-direction: column;
        max-width: 24rem;
    }
}
@media screen and (min-width: 768px)
{
    .featured-testimonials
    {
        padding: 30px 0;
    }
}
.featured-testimonials .testimonial-item
{
    display: none;
    text-align: center;
}
@media screen and (min-width: 768px)
{
    .featured-testimonials .testimonial-item
    {
        padding: 0 90px;
    }
}
.featured-testimonials .testimonial-item h2
{
    font-weight: 700;
}
.featured-testimonials .testimonial-item .content
{
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
}
@media screen and (min-width: 768px)
{
    .featured-testimonials .testimonial-item .content
    {
        font-size: 24px;
    }
    .featured-testimonials .testimonial-item .content:after, .featured-testimonials .testimonial-item .content:before
    {
        color: #eaeaea;
        font-family: sans-serif;
        font-size: 170px;
        font-weight: 400;
        line-height: .5;
        position: absolute;
        top: 27px;
    }
    .featured-testimonials .testimonial-item .content:before
    {
        content: "“";
        left: -70px;
    }
    .featured-testimonials .testimonial-item .content:after
    {
        content: "”";
        right: -70px;
    }
}
.featured-testimonials .testimonial-item img
{
    border-radius: 100px;
    width: 100px;
}
.featured-testimonials .testimonial-item .author
{
    font-weight: 300;
}
.featured-testimonials .testimonial-item .author .job-title
{
    color: #693703;
}
.skip-content
{
    clip: rect(0,0,0,0);
    border: 0;
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.skip-content:active, .skip-content:focus
{
    margin: 0;
}
.skip-content:not(:focus)
{
    clip: rect(0,0,0,0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.skip-content:active, .skip-content:focus
{
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto;
}
.skip-content:focus, .skip-content:hover, .skip-content:link, .skip-content:visited
{
    color: #000;
    font-size: 1.5rem;
}
.skip-content:focus
{
    background-color: #ff0;
    display: block;
    padding: 1rem;
}
.ad-eclipsecon-schedule a
{
    font-weight: 300;
}
.ad-eclipsecon-schedule>thead>tr>th
{
    border-color: #cecece;
}
.ad-eclipsecon-schedule>tbody>tr>td, .ad-eclipsecon-schedule>tbody>tr>th
{
    border: none;
}
.ad-eclipsecon-schedule>tbody>tr:nth-of-type(odd)
{
    background-color: #e8e8e8;
}
.ad-eclipsecon-schedule-title
{
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
}
.ad-eclipsecon-schedule-title:before
{
    color: #a59bd0;
    content: "";
    font-family: FontAwesome;
    font-size: 35px;
    left: 0;
    position: absolute;
    top: -2px;
}
.donate-ad
{
    background-color: #f6f6f6;
    border-bottom: 4px solid #bf4b97;
    overflow: hidden;
    position: relative;
}
.donate-ad h2
{
    margin-top: 0;
}
.donate-ad .btn-square
{
    background-color: #2e2458;
    color: #fff;
    margin-bottom: 10px;
    width: 57px;
}
.donate-ad .btn-square.active
{
    background-color: #f7941d;
}
.donate-ad .underlined-link
{
    font-weight: 400;
    text-decoration: underline;
}
.donate-ad .underlined-link:hover
{
    text-decoration: none;
}
.donate-ad .btn-donate-close
{
    cursor: pointer;
    font-size: 1.2em;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
}
.donate-ad .list-amount
{
    margin-bottom: 0;
}
.donate-ad .donate-submit
{
    margin-top: 20px;
}
.donate-ad .donate-submit .input-group-addon
{
    font-size: .8em;
}
.donate-ad .form-inline .input-group>.form-control
{
    padding-right: 6px;
    text-align: right;
}
@media(min-width: 768px)
{
    .donate-ad .form-inline .input-group>.form-control
    {
        width: 60px;
    }
}
.donate-form, .donate-text
{
    padding-top: 20px;
}
@media(min-width: 992px)
{
    .donate-text:after
    {
        border-bottom: 126px solid transparent;
        border-left: 34px solid #f6f6f6;
        border-top: 126px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        right: -34px;
        top: 0;
        width: 0;
        z-index: 99;
    }
}
.donate-form form
{
    position: relative;
    z-index: 9;
}
.donate-form:after
{
    background-color: #fff;
    content: "";
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1000px;
    z-index: 1;
}
.recognition-fields
{
    display: none;
}
.alert-heading
{
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.alert-icon
{
    margin-right: 1rem;
}
.block-summary-title h2
{
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}
.block-summary-title .feather
{
    stroke: #f06c00;
    height: 50px;
    margin-bottom: 0;
    width: 50px;
}
.block-summary-item
{
    background-color: #efefef;
    cursor: pointer;
    margin-bottom: 30px;
    padding: 30px;
}
.block-summary-item:hover
{
    background-color: #ffbf8a;
}
.block-summary-item:last-child
{
    margin-bottom: 10px;
}
.block-summary-item h4
{
    color: #484848;
    display: block;
    font-size: 19px;
    font-weight: 700;
}
.block-summary-item h4 a, .block-summary-item h4 a:focus, .block-summary-item h4 a:visited
{
    color: #484848;
}
.block-summary-item h4 a:hover
{
    color: #484848;
    text-decoration: none;
}
.block-summary-item p
{
    color: #484848;
    display: block;
}
.block-summary-more
{
    text-align: center;
}
.block-summary-more a
{
    color: #9c9c9c;
}
.block-summary-more li:last-child
{
    border-left: 1px solid #9c9c9c;
    padding-left: 10px;
}
.block-summary-more .fa-rss
{
    color: #f06c00;
    font-size: 18px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.solstice-block-white-bg
{
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
}
.solstice-block-white-bg h2.block-title
{
    background: transparent;
    border-bottom: 1px solid #d7d7d7;
    color: #404040;
}
.solstice-block-white-bg .block-solstice-collapse-angle
{
    color: #404040;
    right: 15px;
    top: 23px;
}
.btn-neutral, .btn-neutral:link, .btn-neutral:visited
{
    background-color: #e4e4e4;
    border-color: #e4e4e4;
    color: #000;
}
.btn-neutral:active, .btn-neutral:hover
{
    background-color: #cbcbcb;
    border-color: #cbcbcb;
    color: #000;
}
.btn.btn-pill
{
    border-radius: 9999px;
}
.card-container
{
    padding: 15px;
}
.card-container a .card-panel
{
    text-decoration: none;
}
.card-container a .card-panel:hover
{
    text-decoration: underline;
}
.card-container .glyph-highlight
{
    left: calc(90% - 75px);
    position: absolute;
    text-align: center;
    top: 10px;
}
.card-container .glyph-highlight .glyph-container
{
    background-color: #404040;
    color: #fff;
    font-size: 3em;
    height: 75px;
    padding: 15px 10px 5px;
    width: 75px;
}
.card-container .glyph-highlight .glyph-container img
{
    max-height: 100%;
    max-width: 100%;
    vertical-align: text-bottom;
}
.card-container .glyph-highlight .glyph-bottom
{
    border: 37.5px solid transparent;
    border-top: 18.75px solid #404040;
    height: 0;
    width: 0;
}
.card-container .card-panel
{
    border: none;
    border-radius: 1em;
    box-shadow: 4px 6px 9px 0 rgba(0,0,0,.31);
    height: 100%;
    overflow: hidden;
    padding: 0;
}
@media(min-width: 768px)
{
    .card-container .card-panel.horizontal-card>*
    {
        float: left;
        min-height: 100%;
    }
    .card-container .card-panel.horizontal-card .panel-body, .card-container .card-panel.horizontal-card .panel-footer
    {
        padding-left: 25px;
        padding-right: 25px;
        width: 100%;
    }
    .card-container .card-panel.horizontal-card .panel-heading~.panel-body, .card-container .card-panel.horizontal-card .panel-heading~.panel-footer
    {
        float: right;
        width: 67%;
    }
    .card-container .card-panel.horizontal-card .panel-heading
    {
        overflow-x: hidden;
        width: 33%;
    }
    .card-container .card-panel.horizontal-card .panel-heading .cover-image
    {
        height: 250px;
        max-height: 100%;
        max-width: 100%;
        width: auto;
    }
    .card-container .card-panel.horizontal-card .panel-heading .cover-image.unbound
    {
        height: 100%;
    }
}
.card-container .card-panel img.cover-image
{
    height: 250px;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-container .card-panel img.cover-image.rounded
{
    border-radius: 1em;
}
.card-container .card-panel>*
{
    background-color: inherit;
    border: none;
}
.card-container .card-panel .panel-body
{
    padding: 0 1em 1em;
}
.card-container .card-panel .panel-heading
{
    padding: 0;
}
.card-container .card-panel .panel-heading+.panel-body, .card-container .card-panel.horizontal-card .panel-body
{
    padding-top: 0;
}
.card-container .card-panel .panel-body p
{
    margin-top: 20px;
}
.card-container .card-panel .panel-body h3+p
{
    margin-top: 0;
}
.card-container .card-panel .panel-footer a
{
    margin-left: 10px;
    margin-right: 10px;
}
.card-container .card-panel .panel-footer a:not(.btn)
{
    font-size: 1.5em;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}
.card-container .card-panel.with-glyph .panel-heading+.panel-body
{
    margin-top: 0;
}
.card-container .card-panel.with-glyph .panel-body, .card-container .card-panel.with-glyph.horizontal-card .panel-body
{
    margin-top: 56.25px;
}
.card-container .card-panel.bordered .tri-col
{
    -moz-column-count: 1;
    column-count: 1;
    padding-left: 20px;
}
@media(min-width: 768px)
{
    .card-container .card-panel.bordered .tri-col
    {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 100px;
        column-gap: 100px;
        -moz-column-rule: 1px solid #e1e1e1;
        column-rule: 1px solid #e1e1e1;
    }
}
@media(min-width: 992px)
{
    .card-container .card-panel.bordered .tri-col
    {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 100px;
        column-gap: 100px;
        -moz-column-rule: 1px solid #e1e1e1;
        column-rule: 1px solid #e1e1e1;
    }
}
.card-container .card-panel.bordered .tri-col li
{
    line-height: 1.8;
    list-style-position: inside;
    margin-right: 40px;
}
.card
{
    padding: 4rem;
}
.card-logo
{
    height: 8rem;
    margin-bottom: 4rem;
    max-width: 26rem;
}
.card-logo img
{
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.card.card-bordered
{
    border: 1px solid #e6e6e6;
}
.website-coming-soon h1
{
    color: #fff;
    font-weight: 700;
}
.website-coming-soon__container
{
    background: rgba(0,0,0,.666);
    color: #fff;
    margin-bottom: 8rem;
    margin-top: 2rem;
    padding: 2.2rem 2rem;
}
.website-coming-soon__content a
{
    color: #f06c00;
}
.preview-container
{
    background-color: #fff;
    border: 1px solid #0003;
}
.content-nav-tab-toggle button>*
{
    display: inline-block;
}
.content-nav-tab-toggle
{
    background: #404040;
    color: #fff;
}
.content-nav-tab-toggle .hamburger-wrapper
{
    left: 6px;
    position: relative;
    top: 2px;
}
.content-nav-tab-toggle .nav-label
{
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding-right: 0;
    text-align: right;
}
.content-nav-tab-all .content-nav-tab-all-show
{
    display: block;
}
.content-nav-tab-all .content-nav-tab-all-hide
{
    display: none;
}
.content-nav-tab li.active a, .content-nav-tab li.active a:focus, .content-nav-tab li.active a:hover
{
    background-color: #fff;
}
@media(min-width: 768px)
{
    .content-nav-tab-toggle
    {
        margin-top: 20px;
    }
    .content-nav-tab-body
    {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media(max-width: 767px)
{
    .content-nav-tab
    {
        margin-bottom: 2px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .content-nav-tab li
    {
        display: block;
        font-weight: 600;
        margin: 1px 0;
        width: 100%;
    }
    .content-nav-tab li a
    {
        background-color: rgba(247,148,34,.25);
        border: none;
        color: #000;
        margin-right: 0;
    }
    .content-nav-tab li.active a, .content-nav-tab li.active a:focus, .content-nav-tab li.active a:hover
    {
        background-color: #f79422;
        border: none;
        color: #fff;
    }
    .content-nav-tab li a:hover
    {
        background-color: #de7b08;
        color: #fff;
    }
    .content-nav-tab-toggle .icon-bar
    {
        background: #fff;
        height: 3px;
    }
    .content-nav-tab-toggle p.nav-label
    {
        color: #fff;
    }
    .featured-section-row-dark-bg .content-nav-tab-toggle
    {
        background: #fff;
    }
    .featured-section-row-dark-bg .content-nav-tab-toggle .icon-bar
    {
        background: #404040;
    }
    .featured-section-row-dark-bg .content-nav-tab-toggle p.nav-label
    {
        color: #404040;
    }
    .content-nav-tab-body.tab-content, .content-nav-tab.nav-tabs
    {
        border: none;
    }
    .content-nav-tab-body.no-gutters-mobile
    {
        padding-left: 0;
        padding-right: 0;
    }
}
.drag_installbutton
{
    clear: both;
    display: inline;
    position: relative;
}
.drag_installbutton .tooltip
{
    background: url(../image/mpcdrag.png) no-repeat scroll 110% 60% #a285c5;
    border: 1px solid #ae00ce;
    color: #000;
    display: none;
    left: 64px;
    opacity: 1;
    padding: 5px 50px 5px 5px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 325px;
    z-index: 99;
}
.drag_installbutton .tooltip h3
{
    color: #000;
    margin-top: 0;
}
.drag_installbutton .tooltip.show-right
{
    left: -335px;
}
.drag_installbutton a.drag:hover .tooltip
{
    display: block;
}
.drag_installbutton.drag_installbutton_v2 .btn:hover
{
    cursor: move;
}
.drag_installbutton.drag_installbutton_v2 .tooltip
{
    background-color: #eee;
    border: 1px solid #777;
    left: 100px;
    margin-top: -6px;
}
.drag_installbutton.drag_installbutton_v2 .tooltip.tooltip-below-right
{
    left: auto;
    right: 0;
    top: 40px;
}
.drag_installbutton.drag_installbutton_v2 .tooltip h3
{
    font-size: 18px;
}
.feed-list
{
    display: flex;
    flex-direction: column;
}
.feed-list .feed-item
{
    max-height: 35.4rem;
}
@media(min-width: 768px)
{
    .feed-list-horizontal, .feed-list-horizontal .feed-list-items
    {
        flex-direction: row;
    }
}
.feed-list-bordered:not(.feed-list-gapped)
{
    border: 1px solid #ccc;
}
.feed-list-bordered:not(.feed-list-gapped).feed-list-vertical .feed-item
{
    border-bottom: 1px solid #ccc;
}
.feed-list-bordered:not(.feed-list-gapped).feed-list-vertical .feed-item:last-child
{
    border-bottom: unset;
}
.feed-list-bordered:not(.feed-list-gapped).feed-list-horizontal .feed-item
{
    border-right: 1px solid #ccc;
}
.feed-list-bordered:not(.feed-list-gapped).feed-list-horizontal .feed-item:last-child
{
    border-right: unset;
}
.feed-list-gapped
{
    gap: 2rem;
}
.feed-list-gapped .feed-list-items
{
    gap: 2rem;
    height: 100%;
}
.feed-list-gapped .feed-item
{
    overflow-x: hidden;
    overflow-y: auto;
}
.feed-list-bordered.feed-list-gapped
{
    border: unset;
}
.feed-list-bordered.feed-list-gapped .feed-item
{
    border: 1px solid #ccc;
}
.feed-list-shadowed.feed-list-gapped .feed-item
{
    box-shadow: 0 0 12px #0002;
}
.feed-actions, .feed-list-items
{
    display: flex;
    flex-direction: column;
}
.feed-actions
{
    flex-shrink: 0;
    position: relative;
    width: 100%;
}
.feed-actions-btns
{
    display: flex;
}
.feed-actions-btns>.btn
{
    margin: 0;
    width: 100%;
}
@media(min-width: 768px)
{
    .feed-list-horizontal .feed-actions
    {
        max-width: 32rem;
    }
}
.feed-actions-img
{
    aspect-ratio: 1.66666667;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.feed-list .news-items>*
{
    height: 100%;
}
.timeline
{
    display: flex;
    gap: 4rem;
    justify-content: space-around;
    position: relative;
}
.timeline:before
{
    background-color: #ccc;
    content: "";
    position: absolute;
}
.timeline-item
{
    position: relative;
}
.timeline-item:before
{
    background-color: #ccc;
    border-radius: 50%;
    content: "";
    height: 1rem;
    position: absolute;
    width: 1rem;
}
.timeline-horizontal.timeline-end .timeline-item
{
    margin-top: 4rem;
}
.timeline-horizontal.timeline-end .timeline-item:before
{
    top: -4.5rem;
}
.timeline-vertical.timeline-end .timeline-item
{
    margin-left: 4rem;
}
.timeline-vertical.timeline-end .timeline-item:before
{
    left: -4.5rem;
}
.timeline-opposite.timeline-vertical
{
    align-items: center;
}
.timeline-opposite.timeline-vertical:before
{
    left: calc(50% - .5px);
}
.timeline-opposite.timeline-vertical .timeline-item
{
    width: calc(50% - 4rem);
}
.timeline-opposite.timeline-vertical .timeline-item:before
{
    top: calc(50% - .5rem);
}
.timeline-opposite.timeline-vertical .timeline-item:nth-child(2n)
{
    align-self: flex-start;
    margin-right: 4rem;
    text-align: right;
}
.timeline-opposite.timeline-vertical .timeline-item:nth-child(2n):before
{
    right: -4.5rem;
}
.timeline-opposite.timeline-vertical .timeline-item:nth-child(odd)
{
    align-self: flex-end;
    margin-left: 4rem;
    text-align: left;
}
.timeline-opposite.timeline-vertical .timeline-item:nth-child(odd):before
{
    left: -4.5rem;
}
.timeline-vertical
{
    flex-direction: column;
    justify-content: space-between;
}
.timeline-vertical:before
{
    height: 100%;
    width: 1px;
}
.timeline-vertical .timeline-item:first-child:before
{
    top: 0;
}
.timeline-vertical .timeline-item:last-child:before
{
    bottom: 0;
    top: unset;
}
.timeline-horizontal
{
    flex-direction: row;
}
.timeline-horizontal:before
{
    height: 1px;
    width: 100%;
}
.timeline-horizontal .timeline-item:first-child:before
{
    left: 0;
}
.timeline-horizontal .timeline-item:last-child:before
{
    right: 0;
}
.header_nav
{
    padding-bottom: 35px;
}
.header_nav img
{
    margin: 20px auto;
}
.header_nav ul
{
    background: #f4f4f4;
    color: #7b778e;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.header_nav ul li
{
    clear: right;
    list-style: none;
    padding-bottom: 0;
}
.header_nav ul li:nth-child(odd)
{
    clear: left;
}
.header_nav ul a
{
    display: block;
    font-weight: 600;
    padding: 20px;
}
.header_nav ul a:active, .header_nav ul a:link, .header_nav ul a:visited
{
    color: #7b778e;
}
.header_nav ul a:hover
{
    color: #f06c00;
}
.header_nav ul a i
{
    font-size: 30px;
    font-weight: 700;
    padding: 4px 0 0;
    text-align: center;
}
.header_nav ul span
{
    padding: 0 0 0 5px;
}
.header_nav ul span p
{
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    text-transform: none;
}
.logo-list
{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.logo-list li
{
    height: 8rem;
    max-width: 11rem;
}
.logo-list img
{
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.logo-list-lg
{
    gap: 4rem;
}
.logo-list-lg li
{
    height: 8rem;
    max-width: 20rem;
}
.logo-list .logo-placeholder-text
{
    font-size: 1.8rem;
    font-weight: 700;
}
.news-list h2
{
    color: #404040;
    margin-bottom: 20px;
    margin-top: 0;
}
.news-list .news-list-icon
{
    margin-bottom: 0;
}
.news-list .news-list-icon .feather
{
    stroke: #f06c00;
    height: 50px;
    width: 50px;
}
.news-list .media-link
{
    background-color: #efefef;
    color: #484848;
    display: block;
    margin-bottom: 10px;
    padding: 30px;
}
.news-list .media-link:hover
{
    background-color: #ffbf8a;
    color: #484848;
    text-decoration: none;
}
.news-list .media-link:focus, .news-list .media-link:visited
{
    color: #484848;
}
@media(min-width: 992px)
{
    .news-list .news-list-col
    {
        padding-bottom: 70px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.news-list .media-heading
{
    color: #484848;
    font-size: 19px;
    font-weight: 700;
}
.news-list .media-text
{
    color: #484848;
}
.news-list .news-list-links
{
    text-align: center;
}
.news-list .news-list-links a
{
    color: #484848;
}
.news-list .news-list-links .news-list-links-rss
{
    border-left: 1px solid #484848;
    padding-left: 10px;
}
.news-list .news-list-links .fa-rss
{
    color: #f06c00;
    font-size: 18px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.news-items .tpl-cards
{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
.news-items .tpl-cards .news-item-card
{
    background-color: #fff;
    box-shadow: 0 0 12px #eaeaea;
    padding: 4rem 2rem 2rem;
    width: 100%;
}
.news-items .tpl-cards .news-item-card:hover
{
    background-color: #fcfcfc;
}
.news-items .tpl-cards .news-item-card .news-item-card-title
{
    font-weight: 700;
}
.news-items .tpl-cards .news-item-card .news-item-card-date
{
    color: #f06c00;
    font-weight: 700;
    margin: 1rem 0;
}
@media(min-width: 1200px)
{
    .news-items .tpl-cards .news-item-card
    {
        width: 30%;
    }
}
.featured-project-summary .label, .project-summary .label
{
    color: #fff;
}
.featured-project-summary-heading, .project-summary-heading
{
    color: #272726;
    font-family: inherit;
    font-size: 1.8rem;
    font-weight: 300;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.1;
    margin: 0;
    max-width: 50ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.featured-project-summary-heading .small, .featured-project-summary-heading small, .project-summary-heading .small, .project-summary-heading small
{
    color: #777;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
}
.featured-project-summary-heading-wrapper, .project-summary-heading-wrapper
{
    display: flex;
}
.featured-project-summary-heading-link, .project-summary-heading-link
{
    display: inline-block;
    margin-right: 1rem;
}
.featured-project-summary .hr-border-dotted, .project-summary .hr-border-dotted
{
    border: 2px dashed rgba(0,0,0,.1);
    clear: both;
    margin: 30px 25px;
}
.featured-project-summary .project-teaser .project-teaser-description, .project-summary .project-teaser .project-teaser-description
{
    border-right: 1px solid rgba(0,0,0,.1);
    margin-top: 7px;
    padding-right: 15px;
}
.featured-project-summary .project-teaser ul.list-inline, .project-summary .project-teaser ul.list-inline
{
    display: inline;
}
.featured-project-summary .project-teaser h2, .project-summary .project-teaser h2
{
    display: inline;
    font-size: 18px;
    font-weight: 900;
    margin-right: 6px;
}
.project-list-sidebar
{
    margin-bottom: 30px;
}
.project-list-sidebar .sidebar-panel
{
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 15px;
}
.project-list-sidebar .logo-panel
{
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px 10px;
}
.project-list-sidebar .tag-panel
{
    position: relative;
}
.project-list-sidebar .tag-panel .block-solstice-collapse-angle
{
    color: #404040;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 42px;
}
.resources-group
{
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 60px;
}
.resources-group .resources-item
{
    margin-bottom: 30px;
    overflow: hidden;
}
.resources-group .resources-item .resources-item-img
{
    display: block;
    height: 120px;
    overflow: hidden;
}
.resources-group .resources-item .resources-item-img img
{
    max-width: 100%;
    min-height: 120px;
}
.resources-group .resources-item .resources-item-img .resources-item-icon
{
    background-color: #f1f1f1;
    display: block;
    padding: 30px;
    text-align: center;
}
.resources-group .resources-item .resources-item-img .resources-item-icon .feather
{
    color: #404040;
    height: 55px;
    width: 55px;
}
.resources-group .resources-item .resources-item-heading a
{
    color: #404040;
    font-size: 18px;
    font-weight: 400;
}
.resources-group .resources-item .resources-item-date
{
    color: #8b8d8e;
    font-size: 12px;
    margin-bottom: 0;
}
.resources-group .resources-item .resources-item-text, .resources-group .resources-more
{
    font-size: 12px;
}
.search-bar
{
    align-items: center;
    background-color: #fff;
    border-radius: 999px;
    color: #4c4d4e;
    display: flex;
    filter: drop-shadow(1px 1px 3px #5554);
    justify-content: space-between;
    padding: .6rem .6rem .6rem 2rem;
    width: 100%;
}
.search-bar input
{
    background: transparent;
    border: none;
    font-weight: 400;
    height: 2rem;
    margin-right: 1rem;
    outline: none;
    width: 100%;
}
.search-bar button
{
    align-items: center;
    background-color: transparent;
    background-color: #f06c00;
    border-radius: 50%;
    border-width: 0;
    color: #fff;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    height: 3rem;
    line-height: inherit;
    padding: 0;
    width: 3rem;
}
.search-bar button i
{
    width: 100%;
}
.section-highlights .featured-highlights-item
{
    padding: 25px;
    text-align: center;
}
.section-highlights .featured-highlights-item h3
{
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.section-highlights .featured-highlights-item .feather
{
    stroke: #f06c00;
    height: 40px;
    width: 40px;
}
.section-highlights .featured-highlights-item .circle-icon
{
    background-color: #f7941e;
    display: block;
    height: 80px;
    width: 80px;
}
.section-highlights .featured-highlights-item .circle-icon i
{
    color: #fff;
    font-size: 37px;
    margin-top: 20px;
}
.section-top-angle
{
    position: relative;
}
.section-top-angle:before
{
    -webkit-clip-path: polygon(0 16%,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 16%,100% 0,100% 100%,0 100%);
    content: "";
    display: block;
    height: 80px;
    position: absolute;
    top: -79px;
    width: 100%;
}
.share-button
{
    color: #fff;
    display: block;
    height: 24px;
    padding: 5px;
    width: 24px;
}
.share-button:active, .share-button:focus, .share-button:hover, .share-button:visited
{
    color: #fff;
}
.share-button .fa
{
    font-size: 13px;
}
.share-button-twitter
{
    background-color: #1da1f2;
}
.share-button-facebook
{
    background-color: #3b5998;
}
.share-button-mail
{
    background-color: #949494;
}
@media(max-width: 768px)
{
    .btn-block-xs
    {
        display: block;
        width: 100%;
    }
}
.btn-pill
{
    border-radius: 9999px;
}
.sidebar-block
{
    margin-top: 50px;
}
.sidebar-block .sidebar-block-item
{
    background-color: #f1f1f1;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-top: 17px;
}
.sidebar-block .sidebar-block-item.active
{
    background-color: #404040;
}
.sidebar-block .sidebar-block-item.active a
{
    color: #fff;
}
.sidebar-block .sidebar-block-item.active:hover
{
    background-color: #1a1a1a;
}
.sidebar-block .sidebar-block-item:hover:not(.active)
{
    background-color: #cbcbcb;
}
.sidebar-block .sidebar-block-item:hover:not(.active) a
{
    color: #0d0d0d;
}
.sidebar-block .sidebar-block-sub-items
{
    background-color: #fff;
    border: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
}
.sidebar-block .sidebar-block-sub-items a:hover
{
    font-weight: 700;
}
.sidebar-block .sidebar-block-sub-item
{
    margin-bottom: 0;
    padding: 0 0 8px 15px;
}
.sidebar-block .sidebar-block-sub-item a.active .sidebar-block-text
{
    font-weight: 700;
}
.sidebar-block .sidebar-block-sub-item:first-child
{
    padding-top: 15px;
}
.sidebar-block .sidebar-block-sub-item:last-child
{
    padding-bottom: 15px;
}
.sidebar-block a
{
    color: #404040;
    display: block;
}
.sidebar-block a .sidebar-block-icon
{
    stroke-width: 1;
    height: 40px;
    margin: 0 20px 0 0;
    width: 40px;
}
.sidebar-block a .sidebar-block-text
{
    padding: 2px 0 0;
}
.rollover-tile
{
    border: solid transparent;
    border-width: 2px 2px 0;
    box-sizing: border-box;
    outline: none;
    padding: 1rem;
    position: relative;
}
@media(min-width: 768px)
{
    .rollover-tile-content
    {
        background-color: inherit;
        border: 2px solid transparent;
        border-top: 0 solid transparent;
        left: 0;
        margin-left: -2px;
        max-height: 0;
        outline: none;
        overflow: hidden;
        padding: 1rem;
        position: absolute;
        top: 100%;
        transition: max-height .5s ease-in;
        visibility: hidden;
        width: calc(100% + 4px);
    }
    .rollover-tile:active .rollover-tile-content, .rollover-tile:focus-within .rollover-tile-content, .rollover-tile:hover .rollover-tile-content
    {
        max-height: 999rem;
        visibility: unset;
    }
    .rollover-tile:focus-within
    {
        border-color: #000;
    }
    .rollover-tile:focus-within .rollover-tile-content
    {
        border-color: #000;
    }
}
.toolbar-menu
{
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 25px;
}
.toolbar-menu .breadcrumb
{
    background: none;
    margin-bottom: 0;
    padding-left: 0;
}
.toolbar-menu .breadcrumb li
{
    font-size: 1.1em;
    padding-bottom: 0;
}
.toolbar-menu .breadcrumb>li+li:before
{
    content: " | ";
}
.toolbar-menu .breadcrumb a:link, .toolbar-menu .breadcrumb a:visited
{
    color: #2f2f2f;
}
.toolbar-menu .breadcrumb a:hover
{
    color: #f06c00;
}
.toolbar-menu .breadcrumb a.active
{
    color: #371e1d;
    font-weight: 600;
}
.vertical-border-separator-left
{
    border-left: 1px solid #ccc;
}
.vertical-border-separator-right, .vertical-border-separators>:not(:last-child)
{
    border-right: 1px solid #ccc;
}
.menu-heading
{
    display: inline-block;
    margin-bottom: 2rem;
    min-width: 10ch;
    position: relative;
}
.menu-heading:before
{
    background-color: #000;
    border-radius: 50%;
    bottom: -.5rem;
    content: "";
    display: inline-block;
    height: 1rem;
    left: 0;
    position: absolute;
    width: 1rem;
}
@media(min-width: 768px)
{
    .menu-heading:before
    {
        left: unset;
    }
}
.menu-heading:after
{
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    margin-left: auto;
    margin-top: 1.25rem;
    width: 100%;
}
@media screen and (max-width: 767px)
{
    .eclipsefdn-adopters
    {
        text-align: center;
    }
}
.eclipsefdn-adopters ul li
{
    margin-bottom: 20px;
}
@media screen and (max-width: 767px)
{
    .eclipsefdn-adopters ul li:first-child
    {
        margin-top: 20px;
    }
}
.eclipsefdn-adopters h2
{
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.eclipsefdn-adopters .adopters-img
{
    max-height: 95px;
    max-width: 170px;
    min-width: 170px;
    padding: 10px;
}
.eclipsefdn-adopters .btn-xs.btn-secondary
{
    border-radius: 21px;
    font-size: 12px;
    padding: 1px 12px;
}
.member-detail-logo-link
{
    display: inline-block;
}
.eclipsefdn-members-list .members-item
{
    padding: 0;
}
@media(-ms-high-contrast: none)
{
    .eclipsefdn-members-list .members-item
    {
        padding: 20px;
    }
}
.eclipsefdn-members-list a
{
    margin-bottom: 5px;
    max-width: 11rem;
}
.eclipsefdn-members-list a img.img-responsive
{
    max-height: 100%;
}
@media(-ms-high-contrast: none)
{
    .eclipsefdn-members-list a img.img-responsive
    {
        max-width: 11rem;
    }
}
.eclipsefdn-members-list .members-item-only-logos img.img-responsive
{
    max-height: 8rem;
}
.eclipsefdn-members-list .logo-placeholder-text
{
    text-align: center;
}
.logo-placeholder-text
{
    font-size: 1.8rem;
    font-weight: 700;
}
.eclipsefdn-members-list[data-ml-template=carousel] .members-item a
{
    overflow: hidden;
}
.eclipsefdn-members-list[data-ml-template=carousel] .members-item-logo
{
    aspect-ratio: 1;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 2rem;
}
.newsroom-resources .tpl-cover .newsroom-resource-section-title
{
    color: #272726;
    font-family: inherit;
    font-size: 3rem;
    font-weight: 300;
    font-weight: 400;
    letter-spacing: -.05em;
    line-height: 1.1;
    margin-bottom: 3rem;
    margin-top: 20px;
}
.newsroom-resources .tpl-cover .newsroom-resource-section-title .small, .newsroom-resources .tpl-cover .newsroom-resource-section-title small
{
    color: #777;
    font-size: 65%;
    font-weight: 400;
    line-height: 1;
}
.newsroom-resources .tpl-cover .newsroom-resource-item-container
{
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
}
.newsroom-resources .tpl-cover .newsroom-resource-item
{
    border: 1px solid #ccc;
    box-shadow: 0 0 10px #ccc;
    display: flex;
    flex-direction: column;
    width: 30rem;
}
.newsroom-resources .tpl-cover .newsroom-resource-item-image
{
    height: 40rem;
}
.newsroom-resources .tpl-cover .newsroom-resource-item-image img
{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.newsroom-resources .tpl-cover .newsroom-resources-links
{
    margin-bottom: 4rem;
    margin-top: 4rem;
}
.eclipsefdn-video
{
    aspect-ratio: 1.77777778;
    background-color: #000;
    display: block;
    position: relative;
    width: 100%;
}
.eclipsefdn-video:before
{
    background-image: url(../image/yt_icon_red.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20%;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}
.eclipsefdn-video img
{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.eclipsefdn-video-with-js:before
{
    position: absolute;
}
.video-list-default
{
    -webkit-padding-start: 0;
    list-style: none;
    padding-inline-start: 0;
}
.video-list-default .video-list-item
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em 0;
}
.video-list-default .video-list-item-video
{
    width: 50em;
}
.video-list-default .video-list-item-video-container
{
    margin-bottom: 2em;
}
.video-list-default .eclipsefdn-video
{
    margin: auto;
    min-width: 24em;
}
@media(min-width: 768px)
{
    .video-list-default .eclipsefdn-video
    {
        max-width: 26em;
    }
}
.video-list-default .video-list-item-details
{
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}
@media(min-width: 768px)
{
    .video-list-default .video-list-item
    {
        flex-direction: row;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .video-list-default .video-list-item-details
    {
        padding-left: 3em;
        padding-right: unset;
        text-align: left;
    }
}
@media(min-width: 1200px)
{
    .video-list-default .video-list-item
    {
        padding-left: 14rem;
        padding-right: 14rem;
    }
}
.eclipsefdn-participating-organizations .logo-list-default .logo-list-item
{
    height: 8rem;
    max-width: 11rem;
}
.eclipsefdn-participating-organizations .logo-list-default .logo-list-item-img
{
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.eclipsefdn-weighted-collaborations:not([data-template-id]), .eclipsefdn-weighted-collaborations[data-template-id=default]
{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.eclipsefdn-weighted-collaborations:not([data-template-id]) .weighted-collaboration, .eclipsefdn-weighted-collaborations[data-template-id=default] .weighted-collaboration
{
    align-items: center;
    background-color: #ececec;
    border: 3px solid transparent;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    justify-content: center;
    padding: 3.5rem;
    transition: border-color .2s ease-in;
    width: 100%;
}
.eclipsefdn-weighted-collaborations:not([data-template-id]) .weighted-collaboration-logo, .eclipsefdn-weighted-collaborations[data-template-id=default] .weighted-collaboration-logo
{
    max-width: 100%;
    min-height: 10rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.eclipsefdn-weighted-collaborations:not([data-template-id]) .weighted-collaboration:hover, .eclipsefdn-weighted-collaborations[data-template-id=default] .weighted-collaboration:hover
{
    border-color: #ffa02e;
}
@media(min-width: 768px)
{
    .eclipsefdn-weighted-collaborations:not([data-template-id]), .eclipsefdn-weighted-collaborations[data-template-id=default]
    {
        flex-direction: row;
    }
}
.eclipsefdn-meeting-minutes .nav.nav-tabs.meeting-minutes-tabs-default
{
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 2.5rem;
}
.eclipsefdn-meeting-minutes .nav.nav-tabs.meeting-minutes-tabs-default .meeting-minutes-tab-item
{
    margin-bottom: 0;
    padding-bottom: 0;
}
.eclipsefdn-meeting-minutes .nav.nav-tabs.meeting-minutes-tabs-default .meeting-minutes-tab-item-link
{
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 2rem;
    text-transform: uppercase;
}
.eclipsefdn-meeting-minutes .nav.nav-tabs.meeting-minutes-tabs-default .meeting-minutes-tab-item.active .meeting-minutes-tab-item-link, .eclipsefdn-meeting-minutes .nav.nav-tabs.meeting-minutes-tabs-default .meeting-minutes-tab-item>.meeting-minutes-tab-item-link:hover
{
    background-color: transparent;
    border-color: #f06c00;
    color: #f06c00;
}
.eclipsefdn-meeting-minutes .tab-content
{
    background-color: transparent;
    border: none;
}
.eclipsefdn-meeting-minutes .panel
{
    background-color: #fff;
}
.eclipsefdn-meeting-minutes .card-container .glyph-highlight .glyph-container
{
    background-color: #f06c00;
}
.eclipsefdn-meeting-minutes .card-container .glyph-highlight .glyph-bottom
{
    border-bottom: 0;
    border-top-color: #f06c00;
}
.eclipsefdn-meeting-minutes .card-panel.bordered
{
    border: 1px solid #e1e1e1;
    border-radius: .5rem;
    box-shadow: none;
    margin-bottom: 3rem;
    padding: 2rem;
}
.eclipsefdn-meeting-minutes .glyph-highlight .glyph-container.text
{
    font-size: 1.5em;
    margin-top: 0;
}
.eclipsefdn-meeting-minutes .glyph-highlight.left-align
{
    left: inherit;
    right: calc(94% - 75px);
    top: -10px;
}
.eclipsefdn-meeting-minutes .meeting-minutes-list li
{
    margin-bottom: 1rem;
}
.eclipsefdn-meeting-minutes .meeting-minutes-list li a:hover
{
    text-decoration: underline;
}
.download-extra-header h1
{
    align-items: center;
    display: inline-flex;
    height: 100%;
    margin: unset;
}
.downloads-container .featured-download
{
    padding: 4rem 8rem;
}
.downloads-container .featured-download-logo img
{
    max-height: 8rem;
    width: unset;
}
.downloads-container .other-products-section .card
{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.downloads-container .featured-section-row-dark-bg
{
    background-image: url(../image/mid-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.downloads-container .search-bar
{
    margin: 2rem auto;
    width: 48rem;
}
.step-timeline
{
    margin: 35px auto 0;
}
.step-timeline a
{
    font-weight: 700;
}
.step-timeline .gs-item
{
    padding-bottom: 20px;
}
.step-timeline .circle
{
    background: #88b7cd;
    border: 2px solid #fff;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 700;
    height: 47px;
    padding-left: 1px;
    padding-top: 6px;
    width: 47px;
}
.step-timeline .two .circle
{
    background: #76adc5;
}
.step-timeline .three .circle
{
    background: #5297b6;
}
.step-timeline .four .circle
{
    background: #3f7b96;
}
.step-timeline h1
{
    font-size: 2em;
    margin-bottom: 24px;
    padding: 9px 0 0 62px;
    text-align: left;
}
.step-timeline ul
{
    padding-left: 1px;
}
.step-timeline li
{
    list-style: none;
    margin-bottom: 1em;
    padding-left: 14px;
}
.step-timeline li:before
{
    color: #f06c00;
    content: "»";
    display: block;
    float: left;
    margin-left: -16px;
    margin-right: 10px;
}
@media(min-width: 992px)
{
    .step-timeline
    {
        border-top: 1px dotted #c2cbe4;
        position: relative;
    }
    .step-timeline .circle
    {
        float: none;
        margin: -25px auto 0;
    }
    .step-timeline h1
    {
        float: none;
        padding-left: 0;
        padding-top: 15px;
    }
}
.icon-sidebar-menu h3
{
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
}
.icon-sidebar-menu p
{
    font-size: 13px;
}
.icon-sidebar-menu .circle-icon
{
    display: block;
    height: 80px;
    width: 80px;
}
.icon-sidebar-menu .circle-icon i
{
    font-size: 37px;
    margin-top: 20px;
}
.tabs-sidebar .nav
{
    margin-top: 15px;
}
.tabs-sidebar .nav img
{
    padding-top: 13px;
}
.tabs-sidebar .nav .active img.desaturate
{
    filter: grayscale(0);
}
.tabs-sidebar .nav li.active a
{
    background: none;
    border: 1px solid #cbd3e8;
}
.tabs-sidebar .nav li.active a:after
{
    background: url(../image/tabs-sidebar-active.png) no-repeat;
    content: "";
    display: block;
    height: 21px;
    left: 100%;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 8px;
}
.tabs-sidebar .nav li a
{
    border: 1px solid #fff;
}
.tabs-sidebar .nav li a:focus, .tabs-sidebar .nav li a:hover
{
    border: 1px solid #cbd3e8;
    outline: none;
}
.tabs-sidebar .tab-content .row
{
    border-bottom: 1px solid #eee;
    padding: 1em;
}
.tabs-sidebar .tab-content p
{
    font-size: 13.5px;
}
.newsletter-sponsored-by
{
    background-color: #1f1f1f;
    padding: 15px 0;
}
.newsletter-sponsored-by .sponsored-by-neon
{
    color: #9e9e9e;
    margin-bottom: 0;
}
@media(max-width: 768px)
{
    .newsletter-sponsored-by .sponsored-by-neon
    {
        margin-bottom: 15px;
        text-align: center;
    }
}
.newsletter-sponsored-by .neon-logo
{
    margin-left: 10px;
    max-height: 50px;
    max-width: 150px;
}
.newsletter-sponsored-by .google-search-archive
{
    color: #9e9e9e;
    font-weight: 200;
    margin-bottom: 0;
    text-align: right;
    text-transform: uppercase;
}
@media(max-width: 768px)
{
    .newsletter-sponsored-by .google-search-archive
    {
        text-align: center;
    }
}
.newsletter-featured-container
{
    background-image: url(../image/featured-newsletter-bg.jpg);
    background-size: cover;
}
.newsletter-featured-container .item-title, .newsletter-featured-container h2, .newsletter-featured-container h3
{
    color: #fff;
}
.newsletter-featured-container h2
{
    font-size: 3em;
}
@media(max-width: 991px)
{
    .newsletter-featured-container h2
    {
        text-align: center;
    }
}
.newsletter-featured-container .featured-item
{
    height: 260px;
    text-align: center;
    white-space: nowrap;
}
@media(max-width: 1200px)
{
    .newsletter-featured-container .featured-item
    {
        height: 205px;
    }
}
.newsletter-featured-container .featured-item:before
{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.newsletter-featured-container .featured-item .centered-item
{
    display: inline-block;
    vertical-align: middle;
    width: 260px;
}
.newsletter-featured-container .featured-title-container
{
    height: 520px;
}
@media(max-width: 1200px)
{
    .newsletter-featured-container .featured-title-container
    {
        height: 410px;
    }
}
@media(max-width: 992px)
{
    .newsletter-featured-container .featured-title-container
    {
        height: inherit;
    }
}
@media(min-width: 992px)
{
    .newsletter-featured-container .featured-title-container:before
    {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .newsletter-featured-container .featured-title-item
    {
        display: inline-block;
        vertical-align: middle;
        width: 260px;
    }
}
@media(max-width: 991px)
{
    .newsletter-featured-container .featured-title-item
    {
        margin-bottom: 50px;
        text-align: center;
    }
}
.about-page .link-tile, .dark .about-page .link-tile
{
    align-items: center;
    aspect-ratio: 1;
    color: #000;
    display: flex;
    font-size: 2rem;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.about-page.featured-jumbotron
{
    background-color: #000;
    padding: 0;
}
.about-page.featured-jumbotron video
{
    height: 100%;
    position: relative;
    width: 100%;
}
.about-page.featured-jumbotron .video-wrapper
{
    position: relative;
}
.about-page.featured-jumbotron .video-wrapper:after
{
    background: linear-gradient(90deg,#000,#000 5%,transparent 10%,transparent 50%,transparent 90%,#000 95%,#000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.about-page .what-we-do-links-section
{
    background: url(../image/what-we-do.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2rem;
    padding-top: 15rem;
}
.about-page .what-we-do-links-section-sublinks
{
    font-size: 1.5rem;
    text-shadow: 0 0 4px #000,0 0 4px #0006,0 0 14px #0006;
}
.about-page .driving-shared-innovation-section
{
    background: url(../image/shared-innovation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 0;
}
.about-page .driving-shared-innovation-section .subsection
{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff6;
    border-top: 4px solid #0004;
    padding-top: 36rem;
}
.about-page .driving-shared-innovation-section .featured-section-row-dark, .about-page .driving-shared-innovation-section .featured-section-row-dark .h2, .about-page .driving-shared-innovation-section .featured-section-row-dark h2
{
    color: #fff;
}
.about-page .driving-shared-innovation-section .circular-container
{
    margin-bottom: -36rem;
    padding: 9rem;
    position: relative;
    z-index: 2;
}
@media(min-width: 768px)
{
    .about-page .driving-shared-innovation-section .circular-container
    {
        padding: 14rem;
    }
}
.about-page .driving-shared-innovation-section .big-quote
{
    width: 10rem;
}
.about-page .driving-shared-innovation-section .eclipsefdn-weighted-collaborations .weighted-collaboration
{
    background-color: #fff;
}
.about-page .who-we-are-section a.rollover-tile
{
    display: block;
}
.about-page .who-we-are-section .rollover-tile-content
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 24rem;
}
@media(min-width: 768px)
{
    .about-page .who-we-are-section .rollover-tile-content
    {
        box-shadow: 0 7px 10px #0002;
    }
}
.about-page .who-we-are-section .rollover-tile .h3, .about-page .who-we-are-section .rollover-tile h3
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.about-page .our-approach-section .big-quote
{
    width: 10rem;
}
.about-page .circular-container
{
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: relative;
    text-align: center;
}
.about-page .circular-container:before
{
    aspect-ratio: 1;
    border-radius: 50%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.about-page .circular-container-white:before
{
    background-color: #fff;
}
.step-by-step .intro
{
    text-align: center;
}
.step-by-step .intro h2
{
    margin-top: 1.5em;
}
.step-by-step .step-by-step-timeline
{
    margin-top: 1.5em;
    text-align: center;
}
.step-by-step .step-by-step-timeline .step-icon, .step-by-step .step-by-step-timeline .step-icon:hover, .step-by-step .step-by-step-timeline .step-icon:visited
{
    color: #4c4d4e;
}
.step-by-step .step-by-step-timeline .feather
{
    height: 50px;
    margin-bottom: 15px;
    width: 50px;
}
.discover-search
{
    background: #efefef;
}
.discover-search h2
{
    color: #545454;
    margin-bottom: .1em;
    margin-top: 1.3em;
    padding-bottom: 0;
}
.discover-search .form-search-projects
{
    margin-bottom: 1.4em;
}
.discover-search>.container
{
    min-height: 267px;
}
@media(min-width: 992px)
{
    .discover-search>.container
    {
        background: url(../image/discover-search-bg.jpg) 100% no-repeat;
    }
}
main #bigbuttons
{
    left: auto;
    min-height: 1px;
    padding: 1.65em 15px 2.2em;
    position: relative;
    text-align: center;
    top: auto;
}
@media(min-width: 768px)
{
    main #bigbuttons
    {
        float: left;
        margin-left: 58.33333333%;
        width: 41.66666667%;
    }
}
@media(min-width: 992px)
{
    main #bigbuttons
    {
        float: left;
        margin-left: 37.5%;
        width: 62.5%;
    }
}
@media(min-width: 1200px)
{
    main #bigbuttons
    {
        float: left;
        margin-left: 25%;
        width: 66.66666667%;
    }
}
main #bigbuttons h3
{
    display: none;
}
main #bigbuttons:after, main #bigbuttons:before
{
    content: " ";
    display: table;
}
main #bigbuttons:after
{
    clear: both;
}
main #bigbuttons ul
{
    list-style: none;
    margin-left: -5px;
    padding-left: 0;
}
main #bigbuttons ul>li
{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
main #bigbuttons ul li
{
    background: none;
}
@media(min-width: 768px)
{
    main #bigbuttons ul li
    {
        float: right;
    }
}
main #bigbuttons a
{
    left: auto;
    margin: 0;
    position: relative;
    top: auto;
}
main #bigbuttons a:hover
{
    text-decoration: none;
}
div#novaContent
{
    background-position: 0 0;
    padding-top: 0;
}
@media(max-width: 767px)
{
    div#novaContent
    {
        background-image: none;
    }
}
@media(min-width: 1200px)
{
    div#novaContent
    {
        background-position: top;
    }
}
.legacy-page #midcolumn
{
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media(min-width: 992px)
{
    .legacy-page #midcolumn
    {
        float: left;
        width: 70.83333333%;
    }
}
.legacy-page #midcolumn #maincontent, .legacy-page #midcolumn #midcolumn
{
    width: 100%;
}
.legacy-page #midcolumn.no-right-sidebar
{
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media(min-width: 992px)
{
    .legacy-page #midcolumn.no-right-sidebar
    {
        float: left;
        width: 100%;
    }
}
.legacy-page #rightcolumn
{
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media(min-width: 992px)
{
    .legacy-page #rightcolumn
    {
        float: left;
        width: 29.16666667%;
    }
}
.font-monospace
{
    font-family: Menlo,Monaco,Consolas,Courier New,monospace;
}
.h1, .h2, h1, h2
{
    font-family: inherit;
    font-weight: 400;
    letter-spacing: -.05em;
}
.h3, .h4, .h5, .h6, h3, h4, h5, h6
{
    font-family: inherit;
    font-weight: 300;
    letter-spacing: normal;
}
.donation-box
{
    text-align: center;
}
.donation-box div:first-child
{
    background: #fafafa;
    border: .1em #e5e5e5;
    border-style: solid solid none;
    padding-bottom: 1em;
    padding-top: 1em;
}
.donation-box div:first-child p.donation-amount
{
    font-size: 5em;
}
.donation-box div:first-child h2
{
    font-size: 1.5em;
    margin-top: 0;
    text-transform: uppercase;
}
.donation-box div+div p
{
    margin: 0;
    padding: 2em;
}
.block-box, .sideitem
{
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #4c4d4e;
    margin: 0 0 2em;
    padding: 15px;
}
.block-box h2, .block-box h3, .block-box h6, .sideitem h2, .sideitem h3, .sideitem h6
{
    background: none;
    color: #4c4d4e;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: inherit;
}
.block-box h2 a:hover, .block-box h3 a:hover, .block-box h6 a:hover, .sideitem h2 a:hover, .sideitem h3 a:hover, .sideitem h6 a:hover
{
    color: #4c4d4e;
}
.block-box .content, .sideitem .content
{
    padding: .5em 1em;
}
.block-box .reset li, .sideitem .reset li
{
    padding-bottom: 15px;
    padding-left: 0;
}
.block-box .reset li .date, .sideitem .reset li .date
{
    clear: both;
    display: block;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 3px;
}
.block-box p, .sideitem p
{
    padding: 0;
}
.block-box .list-heading, .sideitem .list-heading
{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}
.block-box ul, .sideitem ul
{
    margin-left: 2.14286em;
    padding-left: 15px;
    padding-right: 15px;
}
.block-box ul ul, .sideitem ul ul
{
    padding-top: 5px;
}
.block-box ul ul li, .sideitem ul ul li
{
    padding-bottom: 2px;
}
.block-box-classic
{
    border: 1px solid #d5d5d5;
    padding: 3px;
}
.block-heading
{
    background: none repeat scroll 0 0 #3f7b96;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
}
.bordered-box
{
    border: 1px solid #ededed;
    height: 100%;
}
.bordered-box .box-header
{
    border-bottom: 1px solid #ededed;
}
.bordered-box.bordered-box-light
{
    background-color: #fff;
    border: 1px solid #ededed;
}
.bordered-box.bordered-box-light .box-header
{
    border-bottom: 1px solid #ededed;
}
.bordered-box .box-header>*
{
    margin: 0;
    padding: 20px;
}
.bordered-box .box-body
{
    padding: 20px;
}
.bordered-box .box-body .logos
{
    max-height: 100px;
    max-width: 200px;
}
@media(min-width: 768px)
{
    .bordered-box .box-header .box-header-logo
    {
        padding: 10px 0 10px 40px;
    }
}
.dark .text-primary, .text-primary
{
    color: #f06c00;
}
.dark .text-secondary, .text-secondary
{
    color: #404040;
}
.dark .text-black, .text-black
{
    color: #000;
}
.dark, .dark .h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5, .dark .h6, .dark .text-white, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .text-white
{
    color: #fff;
}
.brand-primary
{
    color: #f06c00;
}
hr.brand-primary
{
    border-color: #f06c00;
}
.brand-secondary
{
    color: #404040;
}
hr.brand-secondary
{
    border-color: #404040;
}
.brand-tertiary
{
    color: #3f7b96;
}
hr.brand-tertiary
{
    border-color: #3f7b96;
}
.brand-quaternary
{
    color: #efefef;
}
hr.brand-quaternary
{
    border-color: #efefef;
}
.brand-quinary
{
    color: #efefef;
}
hr.brand-quinary
{
    border-color: #efefef;
}
.brand-success
{
    color: #5cb85c;
}
.brand-info
{
    color: #3f7b96;
}
.brand-warning
{
    color: #f06c00;
}
.brand-danger
{
    color: #d9534f;
}
.orange
{
    color: #f7941e;
}
hr.orange
{
    border-color: #f7941e;
}
.blue
{
    color: #00f;
}
hr.blue
{
    border-color: #00f;
}
.darkblue
{
    color: #009;
}
hr.darkblue
{
    border-color: #009;
}
.yellow
{
    color: #ff0;
}
hr.yellow
{
    border-color: #ff0;
}
.red
{
    color: #f00;
}
hr.red
{
    border-color: #f00;
}
.lightred
{
    color: #ff8080;
}
hr.lightred
{
    border-color: #ff8080;
}
.darkred
{
    color: #900;
}
hr.darkred
{
    border-color: #900;
}
.green
{
    color: #008000;
}
hr.green
{
    border-color: #008000;
}
.black
{
    color: #000;
}
hr.black
{
    border-color: #000;
}
.white
{
    color: #fff;
}
hr.white
{
    border-color: #fff;
}
.gray-light
{
    color: #777;
}
hr.gray-light
{
    border-color: #777;
}
.gray
{
    color: #9c9c9c;
}
hr.gray
{
    border-color: #9c9c9c;
}
.bg-primary
{
    background-color: #f06c00;
    color: unset;
}
.bg-black
{
    background-color: #000;
}
.background-primary
{
    background: #f06c00;
    color: #fff;
}
.background-primary h2, .background-primary h3, .background-primary h4, .background-primary li, .background-primary p
{
    color: inherit;
}
.background-secondary
{
    background: #404040;
    color: #fff;
}
.background-secondary h2, .background-secondary h3, .background-secondary h4, .background-secondary li, .background-secondary p
{
    color: inherit;
}
.background-tertiary
{
    background: #3f7b96;
    color: #fff;
}
.background-tertiary h2, .background-tertiary h3, .background-tertiary h4, .background-tertiary li, .background-tertiary p
{
    color: inherit;
}
.background-quaternary
{
    background: #efefef;
    color: #fff;
}
.background-quaternary h2, .background-quaternary h3, .background-quaternary h4, .background-quaternary li, .background-quaternary p
{
    color: inherit;
}
.background-quinary
{
    background: #efefef;
    color: #fff;
}
.background-quinary h2, .background-quinary h3, .background-quinary h4, .background-quinary li, .background-quinary p
{
    color: inherit;
}
.background-bg-body
{
    background: #fff;
}
.background-charcoal
{
    background: #2f2f31;
    color: #fff;
}
.background-charcoal select
{
    color: #2f2f31;
}
.background-mid-grey
{
    background: #9c9c9c;
}
.background-grey
{
    background: #ececec;
}
.background-light-grey
{
    background: #f1f1f1;
}
.background-purple
{
    background: #2c2255;
    color: #fff;
}
.background-purple select
{
    color: #2f2f31;
}
.background-blue
{
    background: #3f7b96;
    color: #fff;
}
.background-white
{
    background: #fff;
}
.background-orange
{
    background: #f7941e;
    color: #000;
}
.background-orange select
{
    color: #000;
}
.label-purple
{
    background-color: #f06c00;
}
#novaContent.background-image-none
{
    background-image: none;
}
.table-striped>tbody>tr:nth-of-type(odd).background-orange, tr.background-orange
{
    background: #fbc380;
}
.table-hover>tbody>tr.background-orange:hover
{
    background: #f7941e;
}
.box-gray-border
{
    border: 1px solid #d6d6d6;
}
@media(min-width: 768px)
{
    .border-left-col
    {
        border-left: 1px solid #ccc;
        padding-left: 62px;
    }
}
@media(min-width: 992px)
{
    .border-right-col
    {
        border-right: 1px solid #ccc;
        padding-right: 62px;
    }
}
.border-grey-right
{
    border-right: 1px solid #ccc;
}
.no-border
{
    border: none!important;
}
.reset-box-sizing, .reset-box-sizing *, .reset-box-sizing :after, .reset-box-sizing :before
{
    box-sizing: content-box;
}
.vcenter
{
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.vertical-align
{
    align-items: center;
    display: flex;
    justify-content: center;
}
.float-right
{
    float: right;
}
.float-left
{
    float: left;
}
@media(min-width: 768px)
{
    .float-sm-right
    {
        float: right;
    }
}
.visible-thin
{
    display: none!important;
}
.col-lg-5-eclipse, .col-md-5-eclipse, .col-sm-5-eclipse, .col-xs-5-eclipse
{
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.col-xs-5-eclipse
{
    float: left;
    width: 20%;
}
@media(min-width: 768px)
{
    .col-sm-5-eclipse
    {
        float: left;
        width: 20%;
    }
}
@media(min-width: 992px)
{
    .col-md-5-eclipse
    {
        float: left;
        width: 20%;
    }
}
@media(min-width: 1200px)
{
    .col-lg-5-eclipse
    {
        float: left;
        width: 20%;
    }
}
.centered-container
{
    left: 50%;
    min-height: 100px;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 100%;
}
@media(min-width: 768px)
{
    .justify-left-desktop
    {
        justify-content: left;
    }
}
@media(max-width: 767px)
{
    .justify-left-mobile
    {
        justify-content: left;
    }
}
@media(min-width: 768px)
{
    .text-sm-left
    {
        text-align: left;
    }
    .text-sm-center
    {
        text-align: center;
    }
}
@media(min-width: 992px)
{
    .text-md-left
    {
        text-align: left;
    }
    .text-md-center
    {
        text-align: center;
    }
}
@media(min-width: 1200px)
{
    .text-lg-left
    {
        text-align: left;
    }
    .text-lg-center
    {
        text-align: center;
    }
}
.d-flex, .display-flex
{
    display: flex;
}
.flex-center
{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gap-5
{
    gap: 5px;
}
.gap-10
{
    gap: 10px;
}
.gap-20
{
    gap: 20px;
}
.gap-30
{
    gap: 30px;
}
.gap-40
{
    gap: 40px;
}
.gap-50
{
    gap: 50px;
}
.gap-60
{
    gap: 60px;
}
@media(min-width: 992px)
{
    .vertical-align-md
    {
        align-items: center;
        display: flex;
        justify-content: center;
    }
}
.flex-column
{
    display: flex;
    flex-direction: column;
}
.flex-grow
{
    flex-grow: 1;
}
.flex-wrap
{
    flex-wrap: wrap;
}
@media(max-width: 767px)
{
    .flex-column-mobile
    {
        flex-direction: column;
    }
}
.justify-content-start
{
    justify-content: flex-start;
}
.justify-content-center
{
    justify-content: center;
}
.justify-content-end
{
    justify-content: flex-end;
}
.justify-content-between
{
    justify-content: space-between;
}
.justify-content-around
{
    justify-content: space-around;
}
.align-items-start
{
    align-items: flex-start;
}
.align-items-center
{
    align-items: center;
}
.align-items-baseline
{
    align-items: baseline;
}
.align-items-end
{
    align-items: flex-end;
}
.circles-list
{
    counter-reset: li-counter;
    list-style-type: none;
}
.circles-list>li
{
    margin-bottom: 10px;
    min-height: 3em;
    padding-left: .5em;
    position: relative;
}
.circles-list>li:before
{
    background-color: #b1b9de;
    border-radius: 50%;
    color: #f5f5f5;
    content: counter(li-counter);
    counter-increment: li-counter;
    font-size: 1.2em;
    font-weight: 700;
    height: 1.8em;
    left: -2em;
    line-height: 1.2;
    padding: 6px 4px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.8em;
}
ul.circles-list>li:before
{
    content: "";
    font-family: FontAwesome;
}
.container-list
{
    counter-reset: list;
    padding-left: 55px;
}
.container-list>.list-row
{
    margin-top: 12px;
    min-height: 3em;
    position: relative;
}
.container-list>.list-row:before
{
    background-color: #b1b9de;
    border-radius: 50%;
    color: #f5f5f5;
    content: counter(list);
    counter-increment: list;
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    height: 1.8em;
    left: -2em;
    line-height: 1.2;
    padding: 6px 4px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.8em;
}
.container-list>.list-row>div:first-child
{
    padding-left: .5em;
}
.container-list>.list-row .no-wrap
{
    white-space: nowrap;
}
.list-checkmark>li
{
    padding-left: 0;
    padding-right: 40px;
}
.list-checkmark a:link, .list-checkmark a:visited
{
    color: #969696;
    font-weight: 700;
}
.list-checkmark a:hover
{
    color: #f06c00;
}
.list-padding li
{
    padding-bottom: 25px;
}
.list-border-right li
{
    border-right: 1px solid;
}
.list-border-right li:last-child
{
    border: none;
}
ul.list-no-bullets
{
    list-style-type: none;
}
.fa-ul-2x
{
    margin-left: 3.14286em;
}
.fa-ul-2x li
{
    padding-bottom: 28px;
}
.fa-li
{
    top: .23em;
}
.li-margin-bottom-0>li
{
    margin-bottom: 0;
}
.li-margin-bottom-10>li
{
    margin-bottom: 10px;
}
.li-margin-bottom-20>li
{
    margin-bottom: 20px;
}
.li-margin-bottom-30>li
{
    margin-bottom: 30px;
}
.li-margin-bottom-40>li
{
    margin-bottom: 40px;
}
.li-margin-bottom-50>li
{
    margin-bottom: 50px;
}
.li-margin-bottom-60>li
{
    margin-bottom: 60px;
}
.reset
{
    margin: 0;
}
.padding-0, .reset
{
    padding: 0;
}
.padding-5
{
    padding: 5px;
}
.padding-10
{
    padding: 10px;
}
.padding-15
{
    padding: 15px;
}
.padding-20
{
    padding: 20px;
}
.padding-25
{
    padding: 25px;
}
.padding-30
{
    padding: 30px;
}
.padding-35
{
    padding: 35px;
}
.padding-40
{
    padding: 40px;
}
.padding-45
{
    padding: 45px;
}
.padding-50
{
    padding: 50px;
}
.padding-55
{
    padding: 55px;
}
.padding-60
{
    padding: 60px;
}
.padding-bottom-0
{
    padding-bottom: 0;
}
.padding-bottom-5
{
    padding-bottom: 5px;
}
.padding-bottom-10
{
    padding-bottom: 10px;
}
.padding-bottom-15
{
    padding-bottom: 15px;
}
.padding-bottom-20
{
    padding-bottom: 20px;
}
.padding-bottom-25
{
    padding-bottom: 25px;
}
.padding-bottom-30
{
    padding-bottom: 30px;
}
.padding-bottom-35
{
    padding-bottom: 35px;
}
.padding-bottom-40
{
    padding-bottom: 40px;
}
.padding-bottom-45
{
    padding-bottom: 45px;
}
.padding-bottom-50
{
    padding-bottom: 50px;
}
.padding-bottom-55
{
    padding-bottom: 55px;
}
.padding-bottom-60
{
    padding-bottom: 60px;
}
.padding-top-0
{
    padding-top: 0;
}
.padding-top-5
{
    padding-top: 5px;
}
.padding-top-10
{
    padding-top: 10px;
}
.padding-top-15
{
    padding-top: 15px;
}
.padding-top-20
{
    padding-top: 20px;
}
.padding-top-25
{
    padding-top: 25px;
}
.padding-top-30
{
    padding-top: 30px;
}
.padding-top-35
{
    padding-top: 35px;
}
.padding-top-40
{
    padding-top: 40px;
}
.padding-top-45
{
    padding-top: 45px;
}
.padding-top-50
{
    padding-top: 50px;
}
.padding-top-55
{
    padding-top: 55px;
}
.padding-top-60
{
    padding-top: 60px;
}
.padding-left-0
{
    padding-left: 0;
}
.padding-left-5
{
    padding-left: 5px;
}
.padding-left-10
{
    padding-left: 10px;
}
.padding-left-15
{
    padding-left: 15px;
}
.padding-left-20
{
    padding-left: 20px;
}
.padding-left-25
{
    padding-left: 25px;
}
.padding-left-30
{
    padding-left: 30px;
}
.padding-left-35
{
    padding-left: 35px;
}
.padding-left-40
{
    padding-left: 40px;
}
.padding-left-45
{
    padding-left: 45px;
}
.padding-left-50
{
    padding-left: 50px;
}
.padding-left-55
{
    padding-left: 55px;
}
.padding-left-60
{
    padding-left: 60px;
}
.padding-right-0
{
    padding-right: 0;
}
.padding-right-5
{
    padding-right: 5px;
}
.padding-right-10
{
    padding-right: 10px;
}
.padding-right-15
{
    padding-right: 15px;
}
.padding-right-20
{
    padding-right: 20px;
}
.padding-right-25
{
    padding-right: 25px;
}
.padding-right-30
{
    padding-right: 30px;
}
.padding-right-35
{
    padding-right: 35px;
}
.padding-right-40
{
    padding-right: 40px;
}
.padding-right-45
{
    padding-right: 45px;
}
.padding-right-50
{
    padding-right: 50px;
}
.padding-right-55
{
    padding-right: 55px;
}
.padding-right-60
{
    padding-right: 60px;
}
.margin-0
{
    margin: 0;
}
.margin-5
{
    margin: 5px;
}
.margin-10
{
    margin: 10px;
}
.margin-15
{
    margin: 15px;
}
.margin-20
{
    margin: 20px;
}
.margin-25
{
    margin: 25px;
}
.margin-30
{
    margin: 30px;
}
.margin-35
{
    margin: 35px;
}
.margin-40
{
    margin: 40px;
}
.margin-45
{
    margin: 45px;
}
.margin-50
{
    margin: 50px;
}
.margin-55
{
    margin: 55px;
}
.margin-60
{
    margin: 60px;
}
.margin-bottom-0
{
    margin-bottom: 0;
}
.margin-bottom-5
{
    margin-bottom: 5px;
}
.margin-bottom-10
{
    margin-bottom: 10px;
}
.margin-bottom-15
{
    margin-bottom: 15px;
}
.margin-bottom-20
{
    margin-bottom: 20px;
}
.margin-bottom-25
{
    margin-bottom: 25px;
}
.margin-bottom-30
{
    margin-bottom: 30px;
}
.margin-bottom-35
{
    margin-bottom: 35px;
}
.margin-bottom-40
{
    margin-bottom: 40px;
}
.margin-bottom-45
{
    margin-bottom: 45px;
}
.margin-bottom-50
{
    margin-bottom: 50px;
}
.margin-bottom-55
{
    margin-bottom: 55px;
}
.margin-bottom-60
{
    margin-bottom: 60px;
}
.margin-top-0
{
    margin-top: 0;
}
.margin-top-5
{
    margin-top: 5px;
}
.margin-top-10
{
    margin-top: 10px;
}
.margin-top-15
{
    margin-top: 15px;
}
.margin-top-20
{
    margin-top: 20px;
}
.margin-top-25
{
    margin-top: 25px;
}
.margin-top-30
{
    margin-top: 30px;
}
.margin-top-35
{
    margin-top: 35px;
}
.margin-top-40
{
    margin-top: 40px;
}
.margin-top-45
{
    margin-top: 45px;
}
.margin-top-50
{
    margin-top: 50px;
}
.margin-top-55
{
    margin-top: 55px;
}
.margin-top-60
{
    margin-top: 60px;
}
.margin-right-0
{
    margin-right: 0;
}
.margin-right-5
{
    margin-right: 5px;
}
.margin-right-7
{
    margin-right: 7px;
}
.margin-right-10
{
    margin-right: 10px;
}
.margin-right-15
{
    margin-right: 15px;
}
.margin-right-20
{
    margin-right: 20px;
}
.margin-right-25
{
    margin-right: 25px;
}
.margin-right-30
{
    margin-right: 30px;
}
.margin-right-35
{
    margin-right: 35px;
}
.margin-right-40
{
    margin-right: 40px;
}
.margin-right-45
{
    margin-right: 45px;
}
.margin-right-50
{
    margin-right: 50px;
}
.margin-right-55
{
    margin-right: 55px;
}
.margin-right-60
{
    margin-right: 60px;
}
.margin-left-0
{
    margin-left: 0;
}
.margin-left-5
{
    margin-left: 5px;
}
.margin-left-10
{
    margin-left: 10px;
}
.margin-left-15
{
    margin-left: 15px;
}
.margin-left-20
{
    margin-left: 20px;
}
.margin-left-25
{
    margin-left: 25px;
}
.margin-left-30
{
    margin-left: 30px;
}
.margin-left-35
{
    margin-left: 35px;
}
.margin-left-40
{
    margin-left: 40px;
}
.margin-left-45
{
    margin-left: 45px;
}
.margin-left-50
{
    margin-left: 50px;
}
.margin-left-55
{
    margin-left: 55px;
}
.margin-left-60
{
    margin-left: 60px;
}
.padding-top
{
    padding-top: 3em;
}
.padding-bottom
{
    padding-bottom: 3em;
}
.margin-auto
{
    margin: 0 auto;
}
.breadcrumbs-default-margin
{
    margin-bottom: 20px;
}
@media(max-width: 767px)
{
    .list-inline-xs-margin a.btn
    {
        margin-bottom: 5px;
    }
}
.circle
{
    background: #fff;
    border: none;
    border-radius: 50%;
    color: #262626;
    display: block;
    font-size: 28px;
    height: 110px;
    padding-top: 13px;
    position: relative;
    text-align: center;
    width: 110px;
}
.circle h3
{
    font-size: 10px;
    position: absolute;
    text-align: center;
    top: 3.3em;
    width: 69%;
}
.circle-dark
{
    background: #0b0a0f;
    border: 8px solid #494756;
    border: 8px solid rgba(73,71,86,.8);
    color: #fff;
    filter: alpha(opacity=80);
    opacity: .8;
}
.circle-dark:hover
{
    background: #494371;
    border: 8px solid #bec8e2;
    border: 8px solid rgba(190,200,226,.8);
    color: #fff;
    filter: alpha(opacity=90);
    opacity: .9;
}
.circle-gray
{
    background: #ccc;
    color: #262626;
}
.circle-icon
{
    background: #eee;
    border-radius: 50%;
    height: 140px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}
.triangle
{
    border-color: #ececec transparent transparent;
    border-style: solid;
    border-width: 34px 300px 0;
    height: 0;
    -moz-transform: scale(.9999);
    width: 0;
}
.triangle.triangle-black
{
    border-color: #252525 transparent transparent;
}
.triangle.triangle-white
{
    border-color: #f9f9f9 hsla(0,0%,98%,0) hsla(0,0%,98%,0) transparent;
}
.box
{
    margin-bottom: 10px;
    margin-top: 1.5em;
    padding: 15px 10px;
}
.blue_box
{
    background-color: #114e68;
}
.blue_box h3, .blue_box p
{
    color: #fff;
}
h2, h3, h4, h5, h6
{
    line-height: 1.3em;
}
.uppercase
{
    text-transform: uppercase;
}
.capitalize
{
    text-transform: capitalize;
}
.fs-xs
{
    font-size: 1rem;
}
.fs-sm
{
    font-size: 1.2rem;
}
.fs-md
{
    font-size: 1.4rem;
}
.fs-lg
{
    font-size: 1.8rem;
}
.fs-xl
{
    font-size: 2.4rem;
}
.fs-1
{
    font-size: 4rem;
}
.fs-2
{
    font-size: 3rem;
}
.fs-3
{
    font-size: 2.4rem;
}
.fs-4
{
    font-size: 1.8rem;
}
.fs-5
{
    font-size: 1.4rem;
}
.fs-6
{
    font-size: 1.2rem;
}
.fst-normal
{
    font-style: normal;
}
.fst-italic
{
    font-style: italic;
}
.fw-200
{
    font-weight: 200;
}
.fw-300
{
    font-weight: 300;
}
.fw-400
{
    font-weight: 400;
}
.fw-500
{
    font-weight: 500;
}
.fw-600
{
    font-weight: 600;
}
.emphasis, .fw-700
{
    font-weight: 700;
}
.emphasis
{
    color: #f06c00;
}
.ellipsis
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.underlined
{
    text-decoration: underline;
}
.small
{
    font-size: 10px;
}
.big
{
    font-size: 20px;
}
.font-size-large
{
    font-size: 58px;
}
.text-highlight
{
    background: #eee;
    padding: 12px 24px;
}
.white-space-normal
{
    white-space: normal;
}
.header-short-underline
{
    font-size: 18px;
    font-weight: 700;
}
.header-short-underline:after
{
    border-bottom: 2px solid;
    content: "";
    display: block;
    height: 3px;
    margin: 0 auto;
    position: relative;
    top: 5px;
    width: 50px;
}
a:visited
{
    color: #730387;
}
a[name], a[name]:hover
{
    background-color: inherit;
    color: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}
.a-underline
{
    text-decoration: underline;
}
.a-underline:hover
{
    text-decoration: none;
}
blockquote
{
    font-size: 14px;
}
.top-level-heading
{
    background: #404040;
    color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
}
.top-level-heading:after
{
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #404040;
    bottom: -20px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 0;
}
.heading-underline
{
    font-size: 2em;
    font-weight: 200;
    margin: 50px 0 20px;
    position: relative;
    text-transform: uppercase;
}
.heading-underline:after
{
    border-bottom: 4px solid #404040;
    content: "";
    display: block;
    margin: 15px 0 0;
    width: 100px;
}
.heading-underline.heading-underline-extended:after
{
    height: 4px;
    max-width: 75%;
    width: 300px;
}
@media(min-width: 769px)
{
    .heading-underline.heading-underline-extended:after
    {
        width: 400px;
    }
}
.heading-underline.text-center:after
{
    margin: 10px auto 0;
}
.heading-underline.text-left:after
{
    margin: 15px 0 0;
}
.heading-underline.text-right:after
{
    margin: 15px 0 0 auto;
}
.fa-xl
{
    font-size: 2.333333em;
}
.btn-xl
{
    border-radius: 0;
    font-size: 21px;
    font-weight: 200;
    line-height: 1.3333333;
    padding: 12px 24px;
}
.icon-backdrop
{
    background-color: #fff;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.icon-backdrop i
{
    font-size: 25vw;
    padding-top: 33%;
}
@media(min-width: 768px)
{
    .icon-backdrop i
    {
        font-size: 12vw;
        padding-top: 18%;
    }
}
@media(min-width: 1200px)
{
    .icon-backdrop i
    {
        font-size: 9em;
    }
}
.icon-backdrop i:before
{
    color: #f06c00;
}
.icon-backdrop .icon-container
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.icon-backdrop .ratio
{
    margin-top: 100%;
}
.w-100
{
    width: 100%;
}
.h-100
{
    height: 100%;
}
.padding-x-0
{
    padding-left: 0;
    padding-right: 0;
}
.padding-y-0
{
    padding-bottom: 0;
    padding-top: 0;
}
.margin-x-0
{
    margin-left: 0;
    margin-right: 0;
}
.margin-y-0
{
    margin-bottom: 0;
    margin-top: 0;
}
.padding-x-10
{
    padding-left: 10px;
    padding-right: 10px;
}
.padding-y-10
{
    padding-bottom: 10px;
    padding-top: 10px;
}
.margin-x-10
{
    margin-left: 10px;
    margin-right: 10px;
}
.margin-y-10
{
    margin-bottom: 10px;
    margin-top: 10px;
}
.padding-x-20
{
    padding-left: 20px;
    padding-right: 20px;
}
.padding-y-20
{
    padding-bottom: 20px;
    padding-top: 20px;
}
.margin-x-20
{
    margin-left: 20px;
    margin-right: 20px;
}
.margin-y-20
{
    margin-bottom: 20px;
    margin-top: 20px;
}
.padding-x-30
{
    padding-left: 30px;
    padding-right: 30px;
}
.padding-y-30
{
    padding-bottom: 30px;
    padding-top: 30px;
}
.margin-x-30
{
    margin-left: 30px;
    margin-right: 30px;
}
.margin-y-30
{
    margin-bottom: 30px;
    margin-top: 30px;
}
.padding-x-40
{
    padding-left: 40px;
    padding-right: 40px;
}
.padding-y-40
{
    padding-bottom: 40px;
    padding-top: 40px;
}
.margin-x-40
{
    margin-left: 40px;
    margin-right: 40px;
}
.margin-y-40
{
    margin-bottom: 40px;
    margin-top: 40px;
}
.padding-x-50
{
    padding-left: 50px;
    padding-right: 50px;
}
.padding-y-50
{
    padding-bottom: 50px;
    padding-top: 50px;
}
.margin-x-50
{
    margin-left: 50px;
    margin-right: 50px;
}
.margin-y-50
{
    margin-bottom: 50px;
    margin-top: 50px;
}
.padding-x-60
{
    padding-left: 60px;
    padding-right: 60px;
}
.padding-y-60
{
    padding-bottom: 60px;
    padding-top: 60px;
}
.margin-x-60
{
    margin-left: 60px;
    margin-right: 60px;
}
.margin-y-60
{
    margin-bottom: 60px;
    margin-top: 60px;
}
.margin-x-auto
{
    margin-left: auto;
    margin-right: auto;
}
.overflow-hidden
{
    overflow: hidden;
}
.overflow-x-hidden
{
    overflow-x: hidden;
}
.overflow-y-hidden
{
    overflow-y: hidden;
}
.bg-secondary
{
    background-color: #404040;
}
.object-fit-cover
{
    -o-object-fit: cover;
    object-fit: cover;
}
.object-fit-contain
{
    -o-object-fit: contain;
    object-fit: contain;
}
.fade-anim:hover
{
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: .5;
    transition: opacity .15s ease-in-out;
}
.footer-offset
{
    margin-bottom: -55px;
}
.solstice-tags
{
    line-height: 2em;
}
.solstice-tags a
{
    background-color: #ececec;
    border-bottom: 2px solid #dfdfdf;
    font-size: .85em;
    margin: 2px;
    padding: 0 5px 2px;
}
img.desaturate
{
    filter: grayscale(100%);
}
.table-layout-fixed
{
    table-layout: fixed;
}
.table.table-solstice th
{
    background: #3f7b96;
    color: #fff;
    vertical-align: middle;
}
.table.table-solstice th:nth-child(2n)
{
    background: #40bbdc;
}
.deprecated #novaContent
{
    background: url(../image/bg-deprecated.gif) center 75px no-repeat!important;
}
.form-control:focus
{
    border-color: #f06c00;
    box-shadow: none;
}
.textfield-underline
{
    background-color: transparent;
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: none;
    box-shadow: none;
    color: inherit;
    margin: 10px auto;
}
.textfield-underline:-moz-placeholder, .textfield-underline::-moz-placeholder
{
    color: inherit;
}
.textfield-underline:-ms-input-placeholder
{
    color: inherit;
}
.textfield-underline::-webkit-input-placeholder
{
    color: inherit;
}
.hidden-label label.control-label
{
    clip: rect(0,0,0,0);
    border: 0;
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.solstice-loading
{
    padding: 50px 0;
    text-align: center;
}
.solstice-loading>i.fa
{
    font-size: 96px;
}
.dropdown-menu li a
{
    background-color: #fff;
}
.dropdown-menu li a.active, .dropdown-menu li a:hover
{
    background-color: #efefef;
}
.sr-only-focusable:active, .sr-only-focusable:focus
{
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto;
}
.border-reset
{
    border: 0!important;
}
.link-unstyled, .link-unstyled:focus, .link-unstyled:hover, .link-unstyled:link, .link-unstyled:visited
{
    color: inherit;
    text-decoration: inherit;
}
.break-container
{
    left: calc(-50vw - -50%);
    position: relative;
    width: 100vw;
}
.break-container-reset
{
    left: unset;
    position: unset;
    width: unset;
}
.equal-height
{
    display: flex;
    flex-wrap: wrap;
}
@media(min-width: 768px)
{
    .equal-height-sm
    {
        display: flex;
        flex-wrap: wrap;
    }
}
@media(min-width: 992px)
{
    .equal-height-md
    {
        display: flex;
        flex-wrap: wrap;
    }
}
@media(min-width: 1200px)
{
    .equal-height-lg
    {
        display: flex;
        flex-wrap: wrap;
    }
}
.dark .text-primary-light, .featured-section-row-dark-bg .text-primary-light, .text-primary-light
{
    color: #ffa02e;
}
.multiply-link a, a.multiply-link
{
    mix-blend-mode: multiply;
    text-decoration: underline;
}
.bg-primary-light
{
    background-color: #ffa02e;
}
.bg-primary-light.bg-hover-darker:hover
{
    background-color: #fa8800;
}
.bg-neutral-flat
{
    background-color: #ececec;
}
.bg-neutral-flat.bg-hover-darker:hover
{
    background-color: #d3d3d3;
}
.bg-neutral-flat-dark
{
    background-color: #d5d5d5;
}
.bg-neutral-flat-dark-darker, .bg-neutral-flat-dark.bg-hover-darker:hover
{
    background-color: #aca7a7;
}
.bg-neutral-tinted
{
    background-color: #e5e0e0;
}
.bg-neutral-tinted.bg-hover-darker:hover
{
    background-color: #c3c3c3;
}
.font-bold
{
    font-weight: 600;
}
.break-spaces
{
    white-space: break-spaces;
}
.btn.text-wrap, .text-wrap
{
    white-space: normal;
}
.split
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.split .split-col
{
    width: 100%;
}
@media(min-width: 992px)
{
    .split
    {
        flex-direction: row;
    }
    .split.split-reverse
    {
        flex-direction: row-reverse;
    }
    .split.split-reverse .split-content
    {
        margin-left: auto;
    }
}
@media(min-width: 1200px)
{
    .split .split-content
    {
        max-width: 585px;
    }
}
.tiled-link-list
{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    list-style: none;
    margin: unset;
    padding-left: 0;
}
.tiled-link-list>li
{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.tiled-link-list li
{
    aspect-ratio: 1;
    flex-shrink: 0;
    min-width: 12rem;
    padding: 0;
    width: calc(12.5% - 1rem);
}
.tiled-link-list a
{
    align-items: center;
    background-color: #e5e0e0;
    color: inherit;
    color: #000;
    display: flex;
    font-family: inherit;
    font-size: 1.8rem;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    padding: 2rem 1rem;
    text-align: center;
    text-decoration: inherit;
    width: 100%;
}
.tiled-link-list a:hover
{
    background-color: #c9c5c5;
}
.card-list
{
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}
.card
{
    box-shadow: 0 0 10px #e6e6e6;
    text-align: center;
    width: 100%;
}
.card.topic-card
{
    padding: 4rem;
}
@media(min-width: 992px)
{
    .card.topic-card
    {
        width: 28rem;
    }
}
.card.topic-card .topic-card-logo
{
    height: 8rem;
    margin-bottom: 4rem;
    max-width: 26rem;
}
.card.topic-card .topic-card-logo img
{
    height: 100%;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.news-cards .news-item-card
{
    background-color: #fff;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    width: 100%;
}
.news-cards .news-item-card:hover
{
    background-color: #fcfcfc;
}
.news-cards .news-item-card .news-item-card-title
{
    font-weight: 700;
}
.news-cards .news-item-card .news-item-card-date
{
    color: #f06c00;
    font-weight: 700;
    margin: 1rem 0;
}
.news-cards .news-container
{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
@media(min-width: 768px)
{
    .news-cards-horizontal .news-container
    {
        flex-direction: row;
    }
}
@media(min-width: 1200px)
{
    .news-cards-horizontal .news-item-card
    {
        width: 30%;
    }
}
.news-cards-gapped .news-container
{
    justify-content: space-evenly;
}
.news-cards-gapped .news-item-card
{
    box-shadow: 0 0 12px #0004;
}
.feed-list-horizontal .news-item-card:after
{
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 80%,hsla(0,0%,100%,.9) 95%,#fff);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media(min-width: 768px)
{
    .news-section-action
    {
        min-height: -webkit-min-content;
        min-height: -moz-min-content;
        min-height: min-content;
    }
}
.news-section-action-img-wrapper
{
    height: 100%;
    width: 100%;
}
.news-section-action-img-wrapper img
{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
@media(min-width: 768px)
{
    .news-section-action-horizontal
    {
        min-height: unset;
        width: 50%;
    }
}
@media(min-width: 992px)
{
    .news-section-action-horizontal
    {
        width: 30%;
    }
}
.news-section-action-links
{
    align-items: center;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: .75rem;
    position: absolute;
    width: 100%;
}
.news-section-action-links .btn+.btn, .news-section-action-links .btn-block
{
    margin-left: unset;
    margin-top: 0;
}
.news-section-action-links .btn-block
{
    width: 16rem;
}
@media(min-width: 768px)
{
    .news-section-action-links
    {
        bottom: unset;
        flex-direction: row;
        gap: unset;
        position: relative;
    }
    .news-section-action-links .btn-block
    {
        width: 100%;
    }
}
.staff-card img
{
    -o-object-position: top center;
    object-position: top center;
    width: 100%;
}
.leadership-cards
{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
@media(min-width: 768px)
{
    .leadership-cards
    {
        flex-direction: row;
    }
    .leadership-cards>:first-child
    {
        flex-basis: calc(25% - 1.5rem);
    }
    .leadership-cards>:last-child
    {
        flex-basis: 75%;
    }
}
.executive-director-card
{
    display: flex;
    flex-direction: column;
    height: calc(100% - 20px);
    justify-content: flex-start;
}
.executive-director-card img
{
    min-height: 81%;
    -o-object-position: bottom center;
    object-position: bottom center;
}
.sharp-card
{
    border: 1px solid #eee;
}
.sharp-card.sharp-card-carrot-orange
{
    background-color: #f5872c;
    border-color: #f5872c;
    box-shadow: 0 0 5px #0001;
}
.sharp-card.sharp-card-carrot-orange a, .sharp-card.sharp-card-carrot-orange a:active, .sharp-card.sharp-card-carrot-orange a:focus, .sharp-card.sharp-card-carrot-orange a:hover
{
    color: #fff;
    text-decoration: underline;
}
.nav-tabs .featured-tab a, .nav-tabs .featured-tab a:focus
{
    background-color: #000;
    color: #fff;
}
.nav-tabs .featured-tab a:hover
{
    background-color: #f06c00;
    color: #fff;
}
.alternate-tab-controls
{
    margin-top: 6rem;
    position: relative;
}
.alternate-tab-controls-center
{
    margin: 0 auto;
}
.alternate-tab-controls-right
{
    position: absolute;
    right: 0;
}
.alternate-tab-controls-left
{
    left: 0;
    position: absolute;
}
@media(max-width: 1199px)
{
    .jumbotron p
    {
        text-shadow: unset;
    }
}
.featured-jumbotron-dark.featured-jumbotron-astro .h2, .featured-jumbotron-dark.featured-jumbotron-astro .h3, .featured-jumbotron-dark.featured-jumbotron-astro h2, .featured-jumbotron-dark.featured-jumbotron-astro h3
{
    color: #fff;
}
.featured-jumbotron .featured-story-jumbotron
{
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media(min-width: 768px)
{
    .featured-jumbotron .featured-story-jumbotron
    {
        width: 750px;
    }
}
@media(min-width: 992px)
{
    .featured-jumbotron .featured-story-jumbotron
    {
        width: 970px;
    }
}
@media(min-width: 1200px)
{
    .featured-jumbotron .featured-story-jumbotron
    {
        width: 1170px;
    }
}
.featured-jumbotron .featured-story-jumbotron>.navbar-collapse, .featured-jumbotron .featured-story-jumbotron>.navbar-header
{
    margin-left: -15px;
    margin-right: -15px;
}
@media(min-width: 768px)
{
    .featured-jumbotron .featured-story-jumbotron>.navbar-collapse, .featured-jumbotron .featured-story-jumbotron>.navbar-header
    {
        margin-left: 0;
        margin-right: 0;
    }
}
.featured-jumbotron
{
    font-weight: 400;
    text-align: center;
}
@media(min-width: 992px)
{
    .featured-jumbotron
    {
        text-align: left;
    }
}
.featured-jumbotron.featured-jumbotron-astro h1
{
    font-size: 4rem;
    letter-spacing: normal;
}
.featured-story-jumbotron .featured-story-jumbotron-content-title
{
    font-size: 2.4rem;
}
.featured-story-jumbotron
{
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px);
    text-align: center;
}
@media(min-width: 992px)
{
    .featured-story-jumbotron
    {
        text-align: left;
    }
}
.featured-section
{
    font-size: 19px;
}
.featured-section strong
{
    font-weight: 700;
}
.tile-section
{
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    text-align: center;
}
.tile-section-content
{
    color: #000;
    font-weight: 500;
}
.tile-section-end
{
    align-items: flex-end;
    flex-grow: 1;
}
.tile-section .btn
{
    display: block;
    width: 100%;
}
@media(min-width: 768px)
{
    .tile-section .btn
    {
        display: inline-block;
        width: unset;
    }
}
@media(min-width: 992px)
{
    .tile-section
    {
        text-align: left;
    }
}
.circular-container
{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    padding: 10%;
    position: relative;
    text-align: center;
}
.circular-container:before
{
    aspect-ratio: 1;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
}
@media(min-width: 768px)
{
    .circular-container
    {
        padding: 18%;
    }
}
.circular-container-neutral-darkest:before
{
    background-color: #272726;
}
.circular-container-primary-light:before
{
    background-color: #ffa02e;
}
.circular-container-primary-light:before.bg-hover-darker:hover
{
    background-color: #fa8800;
}
.circular-container-neutral-flat:before
{
    background-color: #ececec;
}
.circular-container-neutral-flat:before.bg-hover-darker:hover
{
    background-color: #d3d3d3;
}
.wide-outer-columns
{
    display: flex;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
}
.wide-outer-columns>*
{
    padding: 4rem 15px;
}
@media(min-width: 992px)
{
    .wide-outer-columns
    {
        flex-direction: row;
    }
    .wide-outer-columns>*
    {
        padding: 4rem;
        position: relative;
        width: 100%;
    }
    .wide-outer-columns>:first-child
    {
        padding-left: unset;
    }
    .wide-outer-columns>:first-child:before
    {
        left: -100vw;
    }
    .wide-outer-columns>:last-child
    {
        padding-right: unset;
    }
    .wide-outer-columns>:last-child:before
    {
        right: -100vw;
    }
    .wide-outer-columns>:first-child:before, .wide-outer-columns>:last-child:before
    {
        background-color: inherit;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 100vw;
    }
}
.security-page .dark a, .security-page .dark a:active, .security-page .dark a:focus, .security-page .dark a:hover
{
    color: #ffa02e;
}
.security-page .events-feed-list .events-list
{
    overflow-y: auto;
}
.security-page .events-feed-list .timeline-item
{
    outline-offset: 1rem;
}
.security-page .events-feed-list .timeline-item:active .event-title, .security-page .events-feed-list .timeline-item:focus .event-title, .security-page .events-feed-list .timeline-item:hover .event-title
{
    color: #f06c00;
    transition: color .2s ease-in-out;
}
.security-page .events-feed-list .timeline-item:active:before, .security-page .events-feed-list .timeline-item:focus:before, .security-page .events-feed-list .timeline-item:hover:before
{
    background-color: #f06c00;
    transition: background-color .2s ease-in-out;
}
.security-page .featured-jumbotron
{
    background-color: #000;
    position: relative;
}
.security-page .featured-jumbotron:before
{
    background-image: url(../image/security-jumbotron.jpg);
    background-position-y: 15%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    max-width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.security-page .newsroom-resources .newsroom-resource-item-container
{
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
}
.security-page .newsroom-resources .newsroom-resource-item
{
    width: unset;
}
.security-page .newsroom-resources .newsroom-resource-item-image
{
    height: unset;
}
@media(min-width: 768px)
{
    .security-page .newsroom-resources .newsroom-resource-item-container
    {
        display: flex;
        gap: 1rem;
        justify-content: flex-end;
    }
    .security-page .newsroom-resources .newsroom-resource-item
    {
        width: 17.5rem;
    }
}
.security-page .view-all-btn
{
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 3.7rem;
    min-width: 16.4rem;
}
.security-page .eclipsefdn-video-list .video-details-title
{
    font-weight: 400;
}
.security-page .security-contact
{
    position: relative;
    width: 100%;
}
.security-page .security-contact-bg
{
    width: 100%;
}
.security-page .security-contact-content
{
    height: calc(100% - 4.5rem);
    left: 5rem;
    position: absolute;
    top: 1rem;
    width: calc(100% - 10rem);
}
.security-page .security-contact-email-icon
{
    display: block;
    margin: 2rem auto auto;
    width: 30%;
}
.security-page .security-contact-text
{
    text-align: center;
}
.security-page .related-list
{
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.security-page .related-list>li
{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
@media(min-width: 768px)
{
    .security-page .related-list
    {
        gap: 8rem;
    }
}
.security-page .related-list li
{
    padding: unset;
}
.security-page .related-list .related-item
{
    background-color: #ececec;
    border: 3px solid transparent;
    display: block;
    height: 100%;
    padding: 2rem;
    text-align: center;
    width: 100%;
}
.security-page .related-list .related-item img
{
    height: 100%;
    margin: auto auto 2rem;
    max-height: 12rem;
    max-width: 20rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.security-page .related-list .related-item:hover
{
    border-color: #ffa02e;
    transition: border-color .2s ease-in;
}
.security-page .related-list>li
{
    width: 100%;
}
.security-page .sharp-card
{
    text-align: center;
}
@media(min-width: 768px)
{
    .security-page .sharp-card
    {
        text-align: left;
    }
}
.security-page .known-vulnerabilities-and-advisories-section .sharp-card img
{
    margin-bottom: 2rem;
}
@media(min-width: 768px)
{
    .security-page .known-vulnerabilities-and-advisories-section .sharp-card img
    {
        margin-bottom: unset;
    }
}
.security-resources-page .resources-summary
{
    height: 50rem;
    overflow: hidden;
}
.security-resources-page .resources-summary-img
{
    min-height: 80%;
}
.security-resources-page .resources-summary-img img
{
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.bg-neutral-tinted-dark
{
    background-color: #c9c5c5;
}
.bg-neutral-tinted-dark.bg-hover-lighter:hover
{
    background-color: #c3c3c3;
}
.bg-neutral-tinted-dark.bg-hover-darker:hover
{
    background-color: #8b8686;
}
.bg-hover-neutral-tinted-darker:hover
{
    background-color: #c3c3c3;
}
.bg-neutral-darkest
{
    background-color: #272726;
}
.bg-security-grid
{
    background-color: #000;
    background-image: url(../image/bg-security-grid.png);
    background-position: 100%;
}
.bg-security-grid, .parallax
{
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax
{
    background-attachment: fixed;
    background-position: 50%;
    height: 100%;
}
.shadow-xl
{
    filter: drop-shadow(0 0 30px #000) drop-shadow(0 0 30px #0007);
}
.min-h-100
{
    min-height: 100%;
}
.aspect-square
{
    aspect-ratio: 1;
}
.featured-projects
{
    align-items: stretch;
}
#footer-end
{
    overflow-x: hidden;
}
#featured-story
{
    margin-bottom: 60px;
}
.featured-section-row-dark-bg
{
    background-color: #000;
}
.featured-section-row-dark-bg .h2, .featured-section-row-dark-bg .h3
{
    color: #fff;
}
.center-align-h1 h1
{
    padding-bottom: 35px;
    padding-top: 25px;
    text-align: center;
}
.eclipsefdn-promo-content .fa-spinner
{
    display: none;
}
.what-our-members-say-section
{
    position: relative;
}
@media(min-width: 768px)
{
    .what-our-members-say-section-bg
    {
        background: url(../image/bg-what-our-members-say.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        height: 75%;
        position: absolute;
        width: 100%;
    }
}
@media(min-width: 992px)
{
    .what-our-members-say-section-bg
    {
        background-position: 0 45%;
    }
}
.what-our-members-say-section .quote-tile:first-child
{
    padding-top: 16rem;
    position: relative;
}
.what-our-members-say-section .quote-tile:first-child .quote-icon
{
    filter: grayscale(1);
    left: calc(50% - 6.5rem);
    position: absolute;
    top: 3rem;
    width: 13rem;
}
.light-link, .light-link:active, .light-link:hover, .light-link:link, .light-link:visited
{
    color: #9db6fb;
}
.dark a, .dark a:active, .dark a:focus, .dark a:hover
{
    color: #76a4e3;
}
.dark code
{
    background-color: #333;
    color: #eee;
}