    @font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("/assets/fontawesome-webfont-400972c0ba1fb2ce0621241d1e81e7c5.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("/assets/fontawesome-webfont-de21f78f1504f5a23a130db28ef51f42.woff2?v=4.4.0") format("woff2"), url("/assets/fontawesome-webfont-51a5d5a7858dd2d232bfcb5ca902ad17.woff?v=4.4.0") format("woff"), url("/assets/fontawesome-webfont-4d6d3752d2e15fab10ab323135fb24da.ttf?v=4.4.0") format("truetype"), url("/assets/fontawesome-webfont-c27e72f521d6b71ad97d3db9abcee4fb.svg?v=4.4.0#fontawesomeregular") format("svg");
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    text-align: center;
    width: 1.28571em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14286em;
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: -2.14286em;
    position: absolute;
    text-align: center;
    top: 0.142857em;
    width: 2.14286em;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    border: 0.08em solid #eeeeee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    animation: 2s linear 0s normal none infinite running fa-spin;
}

.fa-pulse {
    animation: 1s steps(8) 0s normal none infinite running fa-spin;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    transform: rotate(90deg);
}

.fa-rotate-180 {
    transform: rotate(180deg);
}

.fa-rotate-270 {
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    transform: scale(1, -1);
}

:root .fa-rotate-90,
*:root .fa-rotate-180,
*:root .fa-rotate-270,
*:root .fa-flip-horizontal,
*:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass::before {
    content: "";
}

.fa-music::before {
    content: "";
}

.fa-search::before {
    content: "";
}

.fa-envelope-o::before {
    content: "";
}

.fa-heart::before {
    content: "";
}

.fa-star::before {
    content: "";
}

.fa-star-o::before {
    content: "";
}

.fa-user::before {
    content: "";
}

.fa-film::before {
    content: "";
}

.fa-th-large::before {
    content: "";
}

.fa-th::before {
    content: "";
}

.fa-th-list::before {
    content: "";
}

.fa-check::before {
    content: "";
}

.fa-remove::before,
.fa-close::before,
.fa-times::before {
    content: "";
}

.fa-search-plus::before {
    content: "";
}

.fa-search-minus::before {
    content: "";
}

.fa-power-off::before {
    content: "";
}

.fa-signal::before {
    content: "";
}

.fa-gear::before,
.fa-cog::before {
    content: "";
}

.fa-trash-o::before {
    content: "";
}

.fa-home::before {
    content: "";
}

.fa-file-o::before {
    content: "";
}

.fa-clock-o::before {
    content: "";
}

.fa-road::before {
    content: "";
}

.fa-download::before {
    content: "";
}

.fa-arrow-circle-o-down::before {
    content: "";
}

.fa-arrow-circle-o-up::before {
    content: "";
}

.fa-inbox::before {
    content: "";
}

.fa-play-circle-o::before {
    content: "";
}

.fa-rotate-right::before,
.fa-repeat::before {
    content: "";
}

.fa-refresh::before {
    content: "";
}

.fa-list-alt::before {
    content: "";
}

.fa-lock::before {
    content: "";
}

.fa-flag::before {
    content: "";
}

.fa-headphones::before {
    content: "";
}

.fa-volume-off::before {
    content: "";
}

.fa-volume-down::before {
    content: "";
}

.fa-volume-up::before {
    content: "";
}

.fa-qrcode::before {
    content: "";
}

.fa-barcode::before {
    content: "";
}

.fa-tag::before {
    content: "";
}

.fa-tags::before {
    content: "";
}

.fa-book::before {
    content: "";
}

.fa-bookmark::before {
    content: "";
}

.fa-print::before {
    content: "";
}

.fa-camera::before {
    content: "";
}

.fa-font::before {
    content: "";
}

.fa-bold::before {
    content: "";
}

.fa-italic::before {
    content: "";
}

.fa-text-height::before {
    content: "";
}

.fa-text-width::before {
    content: "";
}

.fa-align-left::before {
    content: "";
}

.fa-align-center::before {
    content: "";
}

.fa-align-right::before {
    content: "";
}

.fa-align-justify::before {
    content: "";
}

.fa-list::before {
    content: "";
}

.fa-dedent::before,
.fa-outdent::before {
    content: "";
}

.fa-indent::before {
    content: "";
}

.fa-video-camera::before {
    content: "";
}

.fa-photo::before,
.fa-image::before,
.fa-picture-o::before {
    content: "";
}

.fa-pencil::before {
    content: "";
}

.fa-map-marker::before {
    content: "";
}

.fa-adjust::before {
    content: "";
}

.fa-tint::before {
    content: "";
}

.fa-edit::before,
.fa-pencil-square-o::before {
    content: "";
}

.fa-share-square-o::before {
    content: "";
}

.fa-check-square-o::before {
    content: "";
}

.fa-arrows::before {
    content: "";
}

.fa-step-backward::before {
    content: "";
}

.fa-fast-backward::before {
    content: "";
}

.fa-backward::before {
    content: "";
}

.fa-play::before {
    content: "";
}

.fa-pause::before {
    content: "";
}

.fa-stop::before {
    content: "";
}

.fa-forward::before {
    content: "";
}

.fa-fast-forward::before {
    content: "";
}

.fa-step-forward::before {
    content: "";
}

.fa-eject::before {
    content: "";
}

.fa-chevron-left::before {
    content: "";
}

.fa-chevron-right::before {
    content: "";
}

.fa-plus-circle::before {
    content: "";
}

.fa-minus-circle::before {
    content: "";
}

.fa-times-circle::before {
    content: "";
}

.fa-check-circle::before {
    content: "";
}

.fa-question-circle::before {
    content: "";
}

.fa-info-circle::before {
    content: "";
}

.fa-crosshairs::before {
    content: "";
}

.fa-times-circle-o::before {
    content: "";
}

.fa-check-circle-o::before {
    content: "";
}

.fa-ban::before {
    content: "";
}

.fa-arrow-left::before {
    content: "";
}

.fa-arrow-right::before {
    content: "";
}

.fa-arrow-up::before {
    content: "";
}

.fa-arrow-down::before {
    content: "";
}

.fa-mail-forward::before,
.fa-share::before {
    content: "";
}

.fa-expand::before {
    content: "";
}

.fa-compress::before {
    content: "";
}

.fa-plus::before {
    content: "";
}

.fa-minus::before {
    content: "";
}

.fa-asterisk::before {
    content: "";
}

.fa-exclamation-circle::before {
    content: "";
}

.fa-gift::before {
    content: "";
}

.fa-leaf::before {
    content: "";
}

.fa-fire::before {
    content: "";
}

.fa-eye::before {
    content: "";
}

.fa-eye-slash::before {
    content: "";
}

.fa-warning::before,
.fa-exclamation-triangle::before {
    content: "";
}

.fa-plane::before {
    content: "";
}

.fa-calendar::before {
    content: "";
}

.fa-random::before {
    content: "";
}

.fa-comment::before {
    content: "";
}

.fa-magnet::before {
    content: "";
}

.fa-chevron-up::before {
    content: "";
}

.fa-chevron-down::before {
    content: "";
}

.fa-retweet::before {
    content: "";
}

.fa-shopping-cart::before {
    content: "";
}

.fa-folder::before {
    content: "";
}

.fa-folder-open::before {
    content: "";
}

.fa-arrows-v::before {
    content: "";
}

.fa-arrows-h::before {
    content: "";
}

.fa-bar-chart-o::before,
.fa-bar-chart::before {
    content: "";
}

.fa-twitter-square::before {
    content: "";
}

.fa-facebook-square::before {
    content: "";
}

.fa-camera-retro::before {
    content: "";
}

.fa-key::before {
    content: "";
}

.fa-gears::before,
.fa-cogs::before {
    content: "";
}

.fa-comments::before {
    content: "";
}

.fa-thumbs-o-up::before {
    content: "";
}

.fa-thumbs-o-down::before {
    content: "";
}

.fa-star-half::before {
    content: "";
}

.fa-heart-o::before {
    content: "";
}

.fa-sign-out::before {
    content: "";
}

.fa-linkedin-square::before {
    content: "";
}

.fa-thumb-tack::before {
    content: "";
}

.fa-external-link::before {
    content: "";
}

.fa-sign-in::before {
    content: "";
}

.fa-trophy::before {
    content: "";
}

.fa-github-square::before {
    content: "";
}

.fa-upload::before {
    content: "";
}

.fa-lemon-o::before {
    content: "";
}

.fa-phone::before {
    content: "";
}

.fa-square-o::before {
    content: "";
}

.fa-bookmark-o::before {
    content: "";
}

.fa-phone-square::before {
    content: "";
}

.fa-twitter::before {
    content: "";
}

.fa-facebook-f::before,
.fa-facebook::before {
    content: "";
}

.fa-github::before {
    content: "";
}

.fa-unlock::before {
    content: "";
}

.fa-credit-card::before {
    content: "";
}

.fa-feed::before,
.fa-rss::before {
    content: "";
}

.fa-hdd-o::before {
    content: "";
}

.fa-bullhorn::before {
    content: "";
}

.fa-bell::before {
    content: "";
}

.fa-certificate::before {
    content: "";
}

.fa-hand-o-right::before {
    content: "";
}

.fa-hand-o-left::before {
    content: "";
}

.fa-hand-o-up::before {
    content: "";
}

.fa-hand-o-down::before {
    content: "";
}

.fa-arrow-circle-left::before {
    content: "";
}

.fa-arrow-circle-right::before {
    content: "";
}

.fa-arrow-circle-up::before {
    content: "";
}

.fa-arrow-circle-down::before {
    content: "";
}

.fa-globe::before {
    content: "";
}

.fa-wrench::before {
    content: "";
}

.fa-tasks::before {
    content: "";
}

.fa-filter::before {
    content: "";
}

.fa-briefcase::before {
    content: "";
}

.fa-arrows-alt::before {
    content: "";
}

.fa-group::before,
.fa-users::before {
    content: "";
}

.fa-chain::before,
.fa-link::before {
    content: "";
}

.fa-cloud::before {
    content: "";
}

.fa-flask::before {
    content: "";
}

.fa-cut::before,
.fa-scissors::before {
    content: "";
}

.fa-copy::before,
.fa-files-o::before {
    content: "";
}

.fa-paperclip::before {
    content: "";
}

.fa-save::before,
.fa-floppy-o::before {
    content: "";
}

.fa-square::before {
    content: "";
}

.fa-navicon::before,
.fa-reorder::before,
.fa-bars::before {
    content: "";
}

.fa-list-ul::before {
    content: "";
}

.fa-list-ol::before {
    content: "";
}

.fa-strikethrough::before {
    content: "";
}

.fa-underline::before {
    content: "";
}

.fa-table::before {
    content: "";
}

.fa-magic::before {
    content: "";
}

.fa-truck::before {
    content: "";
}

.fa-pinterest::before {
    content: "";
}

.fa-pinterest-square::before {
    content: "";
}

.fa-google-plus-square::before {
    content: "";
}

.fa-google-plus::before {
    content: "";
}

.fa-money::before {
    content: "";
}

.fa-caret-down::before {
    content: "";
}

.fa-caret-up::before {
    content: "";
}

.fa-caret-left::before {
    content: "";
}

.fa-caret-right::before {
    content: "";
}

.fa-columns::before {
    content: "";
}

.fa-unsorted::before,
.fa-sort::before {
    content: "";
}

.fa-sort-down::before,
.fa-sort-desc::before {
    content: "";
}

.fa-sort-up::before,
.fa-sort-asc::before {
    content: "";
}

.fa-envelope::before {
    content: "";
}

.fa-linkedin::before {
    content: "";
}

.fa-rotate-left::before,
.fa-undo::before {
    content: "";
}

.fa-legal::before,
.fa-gavel::before {
    content: "";
}

.fa-dashboard::before,
.fa-tachometer::before {
    content: "";
}

.fa-comment-o::before {
    content: "";
}

.fa-comments-o::before {
    content: "";
}

.fa-flash::before,
.fa-bolt::before {
    content: "";
}

.fa-sitemap::before {
    content: "";
}

.fa-umbrella::before {
    content: "";
}

.fa-paste::before,
.fa-clipboard::before {
    content: "";
}

.fa-lightbulb-o::before {
    content: "";
}

.fa-exchange::before {
    content: "";
}

.fa-cloud-download::before {
    content: "";
}

.fa-cloud-upload::before {
    content: "";
}

.fa-user-md::before {
    content: "";
}

.fa-stethoscope::before {
    content: "";
}

.fa-suitcase::before {
    content: "";
}

.fa-bell-o::before {
    content: "";
}

.fa-coffee::before {
    content: "";
}

.fa-cutlery::before {
    content: "";
}

.fa-file-text-o::before {
    content: "";
}

.fa-building-o::before {
    content: "";
}

.fa-hospital-o::before {
    content: "";
}

.fa-ambulance::before {
    content: "";
}

.fa-medkit::before {
    content: "";
}

.fa-fighter-jet::before {
    content: "";
}

.fa-beer::before {
    content: "";
}

.fa-h-square::before {
    content: "";
}

.fa-plus-square::before {
    content: "";
}

.fa-angle-double-left::before {
    content: "";
}

.fa-angle-double-right::before {
    content: "";
}

.fa-angle-double-up::before {
    content: "";
}

.fa-angle-double-down::before {
    content: "";
}

.fa-angle-left::before {
    content: "";
}

.fa-angle-right::before {
    content: "";
}

.fa-angle-up::before {
    content: "";
}

.fa-angle-down::before {
    content: "";
}

.fa-desktop::before {
    content: "";
}

.fa-laptop::before {
    content: "";
}

.fa-tablet::before {
    content: "";
}

.fa-mobile-phone::before,
.fa-mobile::before {
    content: "";
}

.fa-circle-o::before {
    content: "";
}

.fa-quote-left::before {
    content: "";
}

.fa-quote-right::before {
    content: "";
}

.fa-spinner::before {
    content: "";
}

.fa-circle::before {
    content: "";
}

.fa-mail-reply::before,
.fa-reply::before {
    content: "";
}

.fa-github-alt::before {
    content: "";
}

.fa-folder-o::before {
    content: "";
}

.fa-folder-open-o::before {
    content: "";
}

.fa-smile-o::before {
    content: "";
}

.fa-frown-o::before {
    content: "";
}

.fa-meh-o::before {
    content: "";
}

.fa-gamepad::before {
    content: "";
}

.fa-keyboard-o::before {
    content: "";
}

.fa-flag-o::before {
    content: "";
}

.fa-flag-checkered::before {
    content: "";
}

.fa-terminal::before {
    content: "";
}

.fa-code::before {
    content: "";
}

.fa-mail-reply-all::before,
.fa-reply-all::before {
    content: "";
}

.fa-star-half-empty::before,
.fa-star-half-full::before,
.fa-star-half-o::before {
    content: "";
}

.fa-location-arrow::before {
    content: "";
}

.fa-crop::before {
    content: "";
}

.fa-code-fork::before {
    content: "";
}

.fa-unlink::before,
.fa-chain-broken::before {
    content: "";
}

.fa-question::before {
    content: "";
}

.fa-info::before {
    content: "";
}

.fa-exclamation::before {
    content: "";
}

.fa-superscript::before {
    content: "";
}

.fa-subscript::before {
    content: "";
}

.fa-eraser::before {
    content: "";
}

.fa-puzzle-piece::before {
    content: "";
}

.fa-microphone::before {
    content: "";
}

.fa-microphone-slash::before {
    content: "";
}

.fa-shield::before {
    content: "";
}

.fa-calendar-o::before {
    content: "";
}

.fa-fire-extinguisher::before {
    content: "";
}

.fa-rocket::before {
    content: "";
}

.fa-maxcdn::before {
    content: "";
}

.fa-chevron-circle-left::before {
    content: "";
}

.fa-chevron-circle-right::before {
    content: "";
}

.fa-chevron-circle-up::before {
    content: "";
}

.fa-chevron-circle-down::before {
    content: "";
}

.fa-html5::before {
    content: "";
}

.fa-css3::before {
    content: "";
}

.fa-anchor::before {
    content: "";
}

.fa-unlock-alt::before {
    content: "";
}

.fa-bullseye::before {
    content: "";
}

.fa-ellipsis-h::before {
    content: "";
}

.fa-ellipsis-v::before {
    content: "";
}

.fa-rss-square::before {
    content: "";
}

.fa-play-circle::before {
    content: "";
}

.fa-ticket::before {
    content: "";
}

.fa-minus-square::before {
    content: "";
}

.fa-minus-square-o::before {
    content: "";
}

.fa-level-up::before {
    content: "";
}

.fa-level-down::before {
    content: "";
}

.fa-check-square::before {
    content: "";
}

.fa-pencil-square::before {
    content: "";
}

.fa-external-link-square::before {
    content: "";
}

.fa-share-square::before {
    content: "";
}

.fa-compass::before {
    content: "";
}

.fa-toggle-down::before,
.fa-caret-square-o-down::before {
    content: "";
}

.fa-toggle-up::before,
.fa-caret-square-o-up::before {
    content: "";
}

.fa-toggle-right::before,
.fa-caret-square-o-right::before {
    content: "";
}

.fa-euro::before,
.fa-eur::before {
    content: "";
}

.fa-gbp::before {
    content: "";
}

.fa-dollar::before,
.fa-usd::before {
    content: "";
}

.fa-rupee::before,
.fa-inr::before {
    content: "";
}

.fa-cny::before,
.fa-rmb::before,
.fa-yen::before,
.fa-jpy::before {
    content: "";
}

.fa-ruble::before,
.fa-rouble::before,
.fa-rub::before {
    content: "";
}

.fa-won::before,
.fa-krw::before {
    content: "";
}

.fa-bitcoin::before,
.fa-btc::before {
    content: "";
}

.fa-file::before {
    content: "";
}

.fa-file-text::before {
    content: "";
}

.fa-sort-alpha-asc::before {
    content: "";
}

.fa-sort-alpha-desc::before {
    content: "";
}

.fa-sort-amount-asc::before {
    content: "";
}

.fa-sort-amount-desc::before {
    content: "";
}

.fa-sort-numeric-asc::before {
    content: "";
}

.fa-sort-numeric-desc::before {
    content: "";
}

.fa-thumbs-up::before {
    content: "";
}

.fa-thumbs-down::before {
    content: "";
}

.fa-youtube-square::before {
    content: "";
}

.fa-youtube::before {
    content: "";
}

.fa-xing::before {
    content: "";
}

.fa-xing-square::before {
    content: "";
}

.fa-youtube-play::before {
    content: "";
}

.fa-dropbox::before {
    content: "";
}

.fa-stack-overflow::before {
    content: "";
}

.fa-instagram::before {
    content: "";
}

.fa-flickr::before {
    content: "";
}

.fa-adn::before {
    content: "";
}

.fa-bitbucket::before {
    content: "";
}

.fa-bitbucket-square::before {
    content: "";
}

.fa-tumblr::before {
    content: "";
}

.fa-tumblr-square::before {
    content: "";
}

.fa-long-arrow-down::before {
    content: "";
}

.fa-long-arrow-up::before {
    content: "";
}

.fa-long-arrow-left::before {
    content: "";
}

.fa-long-arrow-right::before {
    content: "";
}

.fa-apple::before {
    content: "";
}

.fa-windows::before {
    content: "";
}

.fa-android::before {
    content: "";
}

.fa-linux::before {
    content: "";
}

.fa-dribbble::before {
    content: "";
}

.fa-skype::before {
    content: "";
}

.fa-foursquare::before {
    content: "";
}

.fa-trello::before {
    content: "";
}

.fa-female::before {
    content: "";
}

.fa-male::before {
    content: "";
}

.fa-gittip::before,
.fa-gratipay::before {
    content: "";
}

.fa-sun-o::before {
    content: "";
}

.fa-moon-o::before {
    content: "";
}

.fa-archive::before {
    content: "";
}

.fa-bug::before {
    content: "";
}

.fa-vk::before {
    content: "";
}

.fa-weibo::before {
    content: "";
}

.fa-renren::before {
    content: "";
}

.fa-pagelines::before {
    content: "";
}

.fa-stack-exchange::before {
    content: "";
}

.fa-arrow-circle-o-right::before {
    content: "";
}

.fa-arrow-circle-o-left::before {
    content: "";
}

.fa-toggle-left::before,
.fa-caret-square-o-left::before {
    content: "";
}

.fa-dot-circle-o::before {
    content: "";
}

.fa-wheelchair::before {
    content: "";
}

.fa-vimeo-square::before {
    content: "";
}

.fa-turkish-lira::before,
.fa-try::before {
    content: "";
}

.fa-plus-square-o::before {
    content: "";
}

.fa-space-shuttle::before {
    content: "";
}

.fa-slack::before {
    content: "";
}

.fa-envelope-square::before {
    content: "";
}

.fa-wordpress::before {
    content: "";
}

.fa-openid::before {
    content: "";
}

.fa-institution::before,
.fa-bank::before,
.fa-university::before {
    content: "";
}

.fa-mortar-board::before,
.fa-graduation-cap::before {
    content: "";
}

.fa-yahoo::before {
    content: "";
}

.fa-google::before {
    content: "";
}

.fa-reddit::before {
    content: "";
}

.fa-reddit-square::before {
    content: "";
}

.fa-stumbleupon-circle::before {
    content: "";
}

.fa-stumbleupon::before {
    content: "";
}

.fa-delicious::before {
    content: "";
}

.fa-digg::before {
    content: "";
}

.fa-pied-piper::before {
    content: "";
}

.fa-pied-piper-alt::before {
    content: "";
}

.fa-drupal::before {
    content: "";
}

.fa-joomla::before {
    content: "";
}

.fa-language::before {
    content: "";
}

.fa-fax::before {
    content: "";
}

.fa-building::before {
    content: "";
}

.fa-child::before {
    content: "";
}

.fa-paw::before {
    content: "";
}

.fa-spoon::before {
    content: "";
}

.fa-cube::before {
    content: "";
}

.fa-cubes::before {
    content: "";
}

.fa-behance::before {
    content: "";
}

.fa-behance-square::before {
    content: "";
}

.fa-steam::before {
    content: "";
}

.fa-steam-square::before {
    content: "";
}

.fa-recycle::before {
    content: "";
}

.fa-automobile::before,
.fa-car::before {
    content: "";
}

.fa-cab::before,
.fa-taxi::before {
    content: "";
}

.fa-tree::before {
    content: "";
}

.fa-spotify::before {
    content: "";
}

.fa-deviantart::before {
    content: "";
}

.fa-soundcloud::before {
    content: "";
}

.fa-database::before {
    content: "";
}

.fa-file-pdf-o::before {
    content: "";
}

.fa-file-word-o::before {
    content: "";
}

.fa-file-excel-o::before {
    content: "";
}

.fa-file-powerpoint-o::before {
    content: "";
}

.fa-file-photo-o::before,
.fa-file-picture-o::before,
.fa-file-image-o::before {
    content: "";
}

.fa-file-zip-o::before,
.fa-file-archive-o::before {
    content: "";
}

.fa-file-sound-o::before,
.fa-file-audio-o::before {
    content: "";
}

.fa-file-movie-o::before,
.fa-file-video-o::before {
    content: "";
}

.fa-file-code-o::before {
    content: "";
}

.fa-vine::before {
    content: "";
}

.fa-codepen::before {
    content: "";
}

.fa-jsfiddle::before {
    content: "";
}

.fa-life-bouy::before,
.fa-life-buoy::before,
.fa-life-saver::before,
.fa-support::before,
.fa-life-ring::before {
    content: "";
}

.fa-circle-o-notch::before {
    content: "";
}

.fa-ra::before,
.fa-rebel::before {
    content: "";
}

.fa-ge::before,
.fa-empire::before {
    content: "";
}

.fa-git-square::before {
    content: "";
}

.fa-git::before {
    content: "";
}

.fa-y-combinator-square::before,
.fa-yc-square::before,
.fa-hacker-news::before {
    content: "";
}

.fa-tencent-weibo::before {
    content: "";
}

.fa-qq::before {
    content: "";
}

.fa-wechat::before,
.fa-weixin::before {
    content: "";
}

.fa-send::before,
.fa-paper-plane::before {
    content: "";
}

.fa-send-o::before,
.fa-paper-plane-o::before {
    content: "";
}

.fa-history::before {
    content: "";
}

.fa-circle-thin::before {
    content: "";
}

.fa-header::before {
    content: "";
}

.fa-paragraph::before {
    content: "";
}

.fa-sliders::before {
    content: "";
}

.fa-share-alt::before {
    content: "";
}

.fa-share-alt-square::before {
    content: "";
}

.fa-bomb::before {
    content: "";
}

.fa-soccer-ball-o::before,
.fa-futbol-o::before {
    content: "";
}

.fa-tty::before {
    content: "";
}

.fa-binoculars::before {
    content: "";
}

.fa-plug::before {
    content: "";
}

.fa-slideshare::before {
    content: "";
}

.fa-twitch::before {
    content: "";
}

.fa-yelp::before {
    content: "";
}

.fa-newspaper-o::before {
    content: "";
}

.fa-wifi::before {
    content: "";
}

.fa-calculator::before {
    content: "";
}

.fa-paypal::before {
    content: "";
}

.fa-google-wallet::before {
    content: "";
}

.fa-cc-visa::before {
    content: "";
}

.fa-cc-mastercard::before {
    content: "";
}

.fa-cc-discover::before {
    content: "";
}

.fa-cc-amex::before {
    content: "";
}

.fa-cc-paypal::before {
    content: "";
}

.fa-cc-stripe::before {
    content: "";
}

.fa-bell-slash::before {
    content: "";
}

.fa-bell-slash-o::before {
    content: "";
}

.fa-trash::before {
    content: "";
}

.fa-copyright::before {
    content: "";
}

.fa-at::before {
    content: "";
}

.fa-eyedropper::before {
    content: "";
}

.fa-paint-brush::before {
    content: "";
}

.fa-birthday-cake::before {
    content: "";
}

.fa-area-chart::before {
    content: "";
}

.fa-pie-chart::before {
    content: "";
}

.fa-line-chart::before {
    content: "";
}

.fa-lastfm::before {
    content: "";
}

.fa-lastfm-square::before {
    content: "";
}

.fa-toggle-off::before {
    content: "";
}

.fa-toggle-on::before {
    content: "";
}

.fa-bicycle::before {
    content: "";
}

.fa-bus::before {
    content: "";
}

.fa-ioxhost::before {
    content: "";
}

.fa-angellist::before {
    content: "";
}

.fa-cc::before {
    content: "";
}

.fa-shekel::before,
.fa-sheqel::before,
.fa-ils::before {
    content: "";
}

.fa-meanpath::before {
    content: "";
}

.fa-buysellads::before {
    content: "";
}

.fa-connectdevelop::before {
    content: "";
}

.fa-dashcube::before {
    content: "";
}

.fa-forumbee::before {
    content: "";
}

.fa-leanpub::before {
    content: "";
}

.fa-sellsy::before {
    content: "";
}

.fa-shirtsinbulk::before {
    content: "";
}

.fa-simplybuilt::before {
    content: "";
}

.fa-skyatlas::before {
    content: "";
}

.fa-cart-plus::before {
    content: "";
}

.fa-cart-arrow-down::before {
    content: "";
}

.fa-diamond::before {
    content: "";
}

.fa-ship::before {
    content: "";
}

.fa-user-secret::before {
    content: "";
}

.fa-motorcycle::before {
    content: "";
}

.fa-street-view::before {
    content: "";
}

.fa-heartbeat::before {
    content: "";
}

.fa-venus::before {
    content: "";
}

.fa-mars::before {
    content: "";
}

.fa-mercury::before {
    content: "";
}

.fa-intersex::before,
.fa-transgender::before {
    content: "";
}

.fa-transgender-alt::before {
    content: "";
}

.fa-venus-double::before {
    content: "";
}

.fa-mars-double::before {
    content: "";
}

.fa-venus-mars::before {
    content: "";
}

.fa-mars-stroke::before {
    content: "";
}

.fa-mars-stroke-v::before {
    content: "";
}

.fa-mars-stroke-h::before {
    content: "";
}

.fa-neuter::before {
    content: "";
}

.fa-genderless::before {
    content: "";
}

.fa-facebook-official::before {
    content: "";
}

.fa-pinterest-p::before {
    content: "";
}

.fa-whatsapp::before {
    content: "";
}

.fa-server::before {
    content: "";
}

.fa-user-plus::before {
    content: "";
}

.fa-user-times::before {
    content: "";
}

.fa-hotel::before,
.fa-bed::before {
    content: "";
}

.fa-viacoin::before {
    content: "";
}

.fa-train::before {
    content: "";
}

.fa-subway::before {
    content: "";
}

.fa-medium::before {
    content: "";
}

.fa-yc::before,
.fa-y-combinator::before {
    content: "";
}

.fa-optin-monster::before {
    content: "";
}

.fa-opencart::before {
    content: "";
}

.fa-expeditedssl::before {
    content: "";
}

.fa-battery-4::before,
.fa-battery-full::before {
    content: "";
}

.fa-battery-3::before,
.fa-battery-three-quarters::before {
    content: "";
}

.fa-battery-2::before,
.fa-battery-half::before {
    content: "";
}

.fa-battery-1::before,
.fa-battery-quarter::before {
    content: "";
}

.fa-battery-0::before,
.fa-battery-empty::before {
    content: "";
}

.fa-mouse-pointer::before {
    content: "";
}

.fa-i-cursor::before {
    content: "";
}

.fa-object-group::before {
    content: "";
}

.fa-object-ungroup::before {
    content: "";
}

.fa-sticky-note::before {
    content: "";
}

.fa-sticky-note-o::before {
    content: "";
}

.fa-cc-jcb::before {
    content: "";
}

.fa-cc-diners-club::before {
    content: "";
}

.fa-clone::before {
    content: "";
}

.fa-balance-scale::before {
    content: "";
}

.fa-hourglass-o::before {
    content: "";
}

.fa-hourglass-1::before,
.fa-hourglass-start::before {
    content: "";
}

.fa-hourglass-2::before,
.fa-hourglass-half::before {
    content: "";
}

.fa-hourglass-3::before,
.fa-hourglass-end::before {
    content: "";
}

.fa-hourglass::before {
    content: "";
}

.fa-hand-grab-o::before,
.fa-hand-rock-o::before {
    content: "";
}

.fa-hand-stop-o::before,
.fa-hand-paper-o::before {
    content: "";
}

.fa-hand-scissors-o::before {
    content: "";
}

.fa-hand-lizard-o::before {
    content: "";
}

.fa-hand-spock-o::before {
    content: "";
}

.fa-hand-pointer-o::before {
    content: "";
}

.fa-hand-peace-o::before {
    content: "";
}

.fa-trademark::before {
    content: "";
}

.fa-registered::before {
    content: "";
}

.fa-creative-commons::before {
    content: "";
}

.fa-gg::before {
    content: "";
}

.fa-gg-circle::before {
    content: "";
}

.fa-tripadvisor::before {
    content: "";
}

.fa-odnoklassniki::before {
    content: "";
}

.fa-odnoklassniki-square::before {
    content: "";
}

.fa-get-pocket::before {
    content: "";
}

.fa-wikipedia-w::before {
    content: "";
}

.fa-safari::before {
    content: "";
}

.fa-chrome::before {
    content: "";
}

.fa-firefox::before {
    content: "";
}

.fa-opera::before {
    content: "";
}

.fa-internet-explorer::before {
    content: "";
}

.fa-tv::before,
.fa-television::before {
    content: "";
}

.fa-contao::before {
    content: "";
}

.fa-500px::before {
    content: "";
}

.fa-amazon::before {
    content: "";
}

.fa-calendar-plus-o::before {
    content: "";
}

.fa-calendar-minus-o::before {
    content: "";
}

.fa-calendar-times-o::before {
    content: "";
}

.fa-calendar-check-o::before {
    content: "";
}

.fa-industry::before {
    content: "";
}

.fa-map-pin::before {
    content: "";
}

.fa-map-signs::before {
    content: "";
}

.fa-map-o::before {
    content: "";
}

.fa-map::before {
    content: "";
}

.fa-commenting::before {
    content: "";
}

.fa-commenting-o::before {
    content: "";
}

.fa-houzz::before {
    content: "";
}

.fa-vimeo::before {
    content: "";
}

.fa-black-tie::before {
    content: "";
}

.fa-fonticons::before {
    content: "";
}

.cd-top {
    background: #0098f7 url("/assets/editor/cd-top-arrow.svg") no-repeat scroll center 50% padding-box;
    border-radius: 100%;
    bottom: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: fixed;
    right: 30px;
    text-indent: 100%;
    transform: scale3d(0, 0, 0) rotate(180deg);
    transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
    white-space: nowrap;
    width: 50px;
    z-index: 1;
}

.cd-top.cd-is-visible {
    transform: scale3d(1, 1, 1) rotate(0deg);
}

.no-touch .cd-top:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.24);
}

@media only screen and (min-width: 768px) {
    .cd-top {
        bottom: 20px;
        left: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        bottom: 30px;
        height: 50px;
        left: 30px;
        width: 50px;
    }
}

.tooltip {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 2000;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    background-color: #000000;
    border-radius: 4px;
    color: #ffffff;
    max-width: 250px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

.tooltip-arrow {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    margin-bottom: -5px;
    right: 5px;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    margin-top: -5px;
    right: 5px;
    top: 0;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    left: 5px;
    margin-top: -5px;
    top: 0;
}

.pln {
    color: #000000;
}

@media screen {
    .str {
        color: #008800;
    }
    .kwd {
        color: #000088;
    }
    .com {
        color: #880000;
    }
    .typ {
        color: #660066;
    }
    .lit {
        color: #006666;
    }
    .pun,
    .opn,
    .clo {
        color: #666600;
    }
    .tag {
        color: #000088;
    }
    .atn {
        color: #660066;
    }
    .atv {
        color: #008800;
    }
    .dec,
    .var {
        color: #660066;
    }
    .fun {
        color: #ff0000;
    }
}

@media print,
projection {
    .str {
        color: #006600;
    }
    .kwd {
        color: #000066;
        font-weight: bold;
    }
    .com {
        color: #660000;
        font-style: italic;
    }
    .typ {
        color: #440044;
        font-weight: bold;
    }
    .lit {
        color: #004444;
    }
    .pun,
    .opn,
    .clo {
        color: #444400;
    }
    .tag {
        color: #000066;
        font-weight: bold;
    }
    .atn {
        color: #440044;
    }
    .atv {
        color: #006600;
    }
}

pre.prettyprint {
    border: 1px solid #888888;
    padding: 10px;
}

ol.linenums {
    margin-bottom: 0;
    margin-top: 0;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
    list-style-type: none;
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
    background: #eeeeee none repeat scroll 0 0;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

:focus {
    outline: 0 none;
}

.fr-element,
.fr-element:focus {
    outline: 0 solid rgba(0, 0, 0, 0);
}

.fr-box.fr-basic .fr-element {
    box-sizing: border-box;
    color: #000000;
    min-height: 40px;
    overflow-x: auto;
    padding: 10px;
    text-align: initial;
}

.fr-element {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    z-index: 2;
}

.fr-element a {
    -moz-user-select: auto;
}

.fr-element.fr-disabled {
    -moz-user-select: none;
}

.fr-element [contenteditable="false"] {
    -moz-user-select: none;
}

.fr-element [contenteditable="true"] {
    outline: 0 solid rgba(0, 0, 0, 0);
}

.fr-box a.fr-floating-btn {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    color: #1e88e5;
    display: block;
    height: 32px;
    left: 0;
    line-height: 32px;
    outline: medium none;
    text-align: center;
    top: 0;
    transform: scale(0);
    transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    width: 32px;
}

.fr-box a.fr-floating-btn svg {
    fill: #1e88e5;
    transition: transform 0.2s ease 0s;
}

.fr-box a.fr-floating-btn i {
    font-size: 14px;
    line-height: 32px;
}

.fr-box a.fr-floating-btn.fr-btn+.fr-btn {
    margin-left: 10px;
}

.fr-box a.fr-floating-btn:hover {
    background: #ebebeb none repeat scroll 0 0;
    cursor: pointer;
}

.fr-box a.fr-floating-btn:hover svg {
    fill: #1e88e5;
}

.fr-box .fr-visible a.fr-floating-btn {
    transform: scale(1);
}

iframe.fr-iframe {
    border: medium none;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
}

.fr-wrapper {
    position: relative;
    z-index: 1;
}

.fr-wrapper::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.fr-wrapper .fr-placeholder {
    color: #aaaaaa;
    display: none;
    font-size: 12px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.fr-wrapper.show-placeholder .fr-placeholder {
    display: block;
}

.fr-wrapper *::-moz-selection {
    background: #b5d6fd none repeat scroll 0 0;
    color: #000000;
}

.fr-box.fr-basic .fr-wrapper {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    left: 0;
    top: 0;
}

.fr-box.fr-basic.fr-top .fr-wrapper {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    border-top: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.fr-box.fr-basic.fr-bottom .fr-wrapper {
    background-clip: padding-box;
    border-bottom: 0 none;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

.fr-tooltip {
    -moz-user-select: none;
    background: #222222 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    left: -3000px;
    line-height: 22px;
    opacity: 0;
    padding: 0 8px;
    position: absolute;
    text-rendering: optimizelegibility;
    top: 0;
    transition: opacity 0.2s ease 0s;
    z-index: 9997;
}

.fr-tooltip.fr-visible {
    opacity: 1;
}

.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 padding-box;
    border: 0 none;
    border-radius: 0;
    box-sizing: border-box;
    color: #222222;
    cursor: pointer;
    float: left;
    height: 38px;
    line-height: 1;
    margin: 0 2px;
    outline: 0 none;
    padding: 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: background 0.2s ease 0s;
    width: 38px;
    z-index: 2;
}

.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.fr-popup .fr-command.fr-btn::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.fr-popup .fr-command.fr-btn.fr-btn-text {
    width: auto;
}

.fr-toolbar .fr-command.fr-btn i,
.fr-popup .fr-command.fr-btn i {
    display: block;
    float: none;
    font-size: 14px;
    margin: 12px;
    text-align: center;
    width: 14px;
}

.fr-toolbar .fr-command.fr-btn span.fr-sr-only,
.fr-popup .fr-command.fr-btn span.fr-sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-toolbar .fr-command.fr-btn span,
.fr-popup .fr-command.fr-btn span {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 17px;
    line-height: 17px;
    min-width: 38px;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fr-toolbar .fr-command.fr-btn img,
.fr-popup .fr-command.fr-btn img {
    margin: 12px;
    width: 14px;
}

.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #1e88e5;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
    width: auto;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span {
    font-weight: normal;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.fr-popup .fr-command.fr-btn.fr-dropdown i,
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.fr-popup .fr-command.fr-btn.fr-dropdown span,
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.fr-popup .fr-command.fr-btn.fr-dropdown img {
    margin-left: 8px;
    margin-right: 16px;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
    background: #d6d6d6 none repeat scroll 0 0;
    color: #222222;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
    background: #d6d6d6 none repeat scroll 0 0 !important;
    color: #222222 !important;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
    border-top-color: #222222 !important;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.fr-popup .fr-command.fr-btn.fr-dropdown::after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #222222;
    content: "";
    height: 0;
    position: absolute;
    right: 4px;
    top: 17px;
    width: 0;
}

.fr-toolbar .fr-command.fr-btn.fr-disabled,
.fr-popup .fr-command.fr-btn.fr-disabled {
    color: #bdbdbd;
    cursor: default;
}

.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.fr-popup .fr-command.fr-btn.fr-disabled::after {
    border-top-color: #bdbdbd !important;
}

.fr-toolbar .fr-command.fr-btn.fr-hidden,
.fr-popup .fr-command.fr-btn.fr-hidden {
    display: none;
}

.fr-toolbar.fr-disabled .fr-btn,
.fr-popup.fr-disabled .fr-btn,
.fr-toolbar.fr-disabled .fr-btn.fr-active,
.fr-popup.fr-disabled .fr-btn.fr-active {
    color: #bdbdbd;
}

.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
    border-top-color: #bdbdbd;
}

.fr-toolbar.fr-rtl .fr-command.fr-btn,
.fr-popup.fr-rtl .fr-command.fr-btn {
    float: right;
}

.fr-toolbar.fr-inline .fr-command.fr-btn {
    float: none;
}

.fr-desktop .fr-command:hover,
.fr-desktop .fr-command:focus {
    background: #ebebeb none repeat scroll 0 0;
    color: #222222;
}

.fr-desktop .fr-command:hover::after,
.fr-desktop .fr-command:focus::after {
    border-top-color: #222222 !important;
}

.fr-desktop .fr-command.fr-selected {
    background: #d6d6d6 none repeat scroll 0 0;
    color: #222222;
}

.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus {
    background: #ebebeb none repeat scroll 0 0;
    color: #1e88e5;
}

.fr-desktop .fr-command.fr-active.fr-selected {
    background: #d6d6d6 none repeat scroll 0 0;
    color: #1e88e5;
}

.fr-desktop .fr-command.fr-disabled:hover,
.fr-desktop .fr-command.fr-disabled:focus,
.fr-desktop .fr-command.fr-disabled.fr-selected {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.fr-desktop.fr-disabled .fr-command:hover,
.fr-desktop.fr-disabled .fr-command:focus,
.fr-desktop.fr-disabled .fr-command.fr-selected {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.fr-toolbar.fr-mobile .fr-command.fr-blink,
.fr-popup.fr-mobile .fr-command.fr-blink {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.fr-command.fr-btn+.fr-dropdown-menu {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    bottom: auto;
    display: inline-block;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: auto;
    z-index: 3;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper {
    background: #ffffff none repeat scroll 0 0;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 0;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-height: 0;
    padding: 0;
    position: relative;
    text-align: left;
    transition: max-height 0.2s ease 0s;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
    max-height: 275px;
    overflow: auto;
    position: relative;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
    color: inherit;
    cursor: pointer;
    display: block;
    line-height: 200%;
    padding: 0 24px;
    text-decoration: none;
    white-space: nowrap;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
    background: #d6d6d6 none repeat scroll 0 0;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
    color: #bdbdbd;
    cursor: default;
}

.fr-command.fr-btn.fr-active+.fr-dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    display: inline-block;
}

.fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper {
    height: auto;
    max-height: 275px;
}

.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu {
    background-clip: padding-box;
    border-radius: 2px 2px 0 0;
}

.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
.fr-popup.fr-rtl .fr-dropdown-wrapper {
    text-align: right !important;
}

body.prevent-scroll {
    overflow: hidden;
    text-align: center;
}

body.prevent-scroll.fr-mobile {
    position: fixed;
}

.fr-modal {
    bottom: 0;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    left: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    text-rendering: optimizelegibility;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.fr-modal .fr-modal-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #222222 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px;
    border-style: solid none none;
    border-width: 5px 0 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
    display: inline-block;
    margin: 20px auto;
    min-width: 300px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    width: 90%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .fr-modal .fr-modal-wrapper {
        margin: 30px auto;
        width: 70%;
    }
}

@media (min-width: 992px) {
    .fr-modal .fr-modal-wrapper {
        margin: 50px auto;
        width: 600px;
    }
}

.fr-modal .fr-modal-wrapper .fr-modal-head {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 0 none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    min-height: 42px;
    overflow: hidden;
    position: absolute;
    transition: height 0.2s ease 0s;
    width: 100%;
    z-index: 3;
}

.fr-modal .fr-modal-wrapper .fr-modal-head i {
    box-sizing: content-box;
    color: #222222;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    padding: 12px;
    width: 20px;
}

.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    transition: color 0.2s ease 0s;
}

.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 12px 10px;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body {
    height: 100%;
    min-height: 150px;
    overflow-y: scroll;
}

.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
    background: #ebebeb none repeat scroll 0 0;
}

.fr-overlay {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}

.fr-popup {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: #ffffff none repeat scroll 0 0 padding-box;
    border-color: #222222 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px;
    border-style: solid none none;
    border-width: 5px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    color: #222222;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    position: absolute;
    text-align: left;
    text-rendering: optimizelegibility;
    z-index: 9995;
}

.fr-popup .fr-input-focus {
    background: #f5f5f5 none repeat scroll 0 0;
}

.fr-popup.fr-above {
    border-bottom: 5px solid #222222;
    border-top: 0 none;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
    margin-top: -10px;
}

.fr-popup.fr-active {
    display: block;
}

.fr-popup.fr-hidden {
    opacity: 0;
}

.fr-popup .fr-hs {
    display: block !important;
}

.fr-popup .fr-hs.fr-hidden {
    display: none !important;
}

.fr-popup .fr-input-line {
    padding: 8px 0;
    position: relative;
}

.fr-popup .fr-input-line input[type="text"],
.fr-popup .fr-input-line textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #bdbdbd;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-sizing: border-box;
    color: #222222;
    font-size: 14px;
    margin: 0 0 1px;
    padding: 6px 0 2px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.fr-popup .fr-input-line input[type="text"]:focus,
.fr-popup .fr-input-line textarea:focus {
    border-bottom: 2px solid #1e88e5;
    margin-bottom: 0;
}

.fr-popup .fr-input-line input+label,
.fr-popup .fr-input-line textarea+label {
    color: rgba(0, 0, 0, 0);
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 0;
    transition: color 0.2s ease 0s;
    z-index: 1;
}

.fr-popup .fr-input-line input.fr-not-empty:focus+label,
.fr-popup .fr-input-line textarea.fr-not-empty:focus+label {
    color: #1e88e5;
}

.fr-popup .fr-input-line input.fr-not-empty+label,
.fr-popup .fr-input-line textarea.fr-not-empty+label {
    color: #808080;
}

.fr-popup input,
.fr-popup textarea {
    -moz-user-select: text;
    background-clip: padding-box;
    border-radius: 0;
    outline: medium none;
}

.fr-popup textarea {
    resize: none;
}

.fr-popup .fr-buttons {
    border-bottom: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    line-height: 0;
    padding: 0 2px;
    white-space: nowrap;
}

.fr-popup .fr-buttons::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.fr-popup .fr-buttons .fr-btn {
    display: inline-block;
    float: none;
}

.fr-popup .fr-buttons .fr-btn i {
    float: left;
}

.fr-popup .fr-buttons .fr-separator {
    display: inline-block;
    float: none;
}

.fr-popup .fr-layer {
    box-sizing: border-box;
    display: none;
    margin: 10px;
    width: 225px;
}

@media (min-width: 768px) {
    .fr-popup .fr-layer {
        width: 300px;
    }
}

.fr-popup .fr-layer.fr-active {
    display: inline-block;
}

.fr-popup .fr-action-buttons {
    height: 36px;
    text-align: right;
    z-index: 7;
}

.fr-popup .fr-action-buttons button.fr-command {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #1e88e5;
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    line-height: 1;
    outline: medium none;
    padding: 10px;
    text-decoration: none;
    transition: background 0.2s ease 0s;
}

.fr-popup .fr-action-buttons button.fr-command+button {
    margin-left: 24px;
}

.fr-popup .fr-action-buttons button.fr-command:hover,
.fr-popup .fr-action-buttons button.fr-command:focus {
    background: #ebebeb none repeat scroll 0 0;
    color: #1e88e5;
}

.fr-popup .fr-action-buttons button.fr-command:active {
    background: #d6d6d6 none repeat scroll 0 0;
    color: #1e88e5;
}

.fr-popup .fr-action-buttons button::-moz-focus-inner {
    border: 0 none;
}

.fr-popup .fr-checkbox {
    box-sizing: content-box;
    display: inline-block;
    height: 16px;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    width: 16px;
}

.fr-popup .fr-checkbox svg {
    display: none;
    height: 10px;
    margin-left: 2px;
    margin-top: 2px;
    width: 10px;
}

.fr-popup .fr-checkbox span {
    background-clip: padding-box;
    border: 1px solid #222222;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    height: 16px;
    position: relative;
    transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
    width: 16px;
    z-index: 1;
}

.fr-popup .fr-checkbox input {
    border: 0 none;
    cursor: pointer;
    height: 16px;
    left: 1px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 1px;
    width: 16px;
    z-index: 2;
}

.fr-popup .fr-checkbox input:checked+span {
    background: #1e88e5 none repeat scroll 0 0;
    border-color: #1e88e5;
}

.fr-popup .fr-checkbox input:checked+span svg {
    display: block;
}

.fr-popup .fr-checkbox input:focus+span {
    border-color: #1e88e5;
}

.fr-popup .fr-checkbox-line {
    font-size: 14px;
    line-height: 1.4px;
    margin-top: 10px;
}

.fr-popup .fr-checkbox-line label {
    cursor: pointer;
    margin: 0 5px;
    vertical-align: middle;
}

.fr-popup.fr-rtl {
    direction: rtl;
    text-align: right;
}

.fr-popup.fr-rtl .fr-action-buttons {
    text-align: left;
}

.fr-popup.fr-rtl .fr-input-line input+label,
.fr-popup.fr-rtl .fr-input-line textarea+label {
    left: auto;
    right: 0;
}

.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
    float: right;
}

.fr-popup .fr-arrow {
    border-bottom: 5px solid #222222;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -9px;
    width: 0;
}

.fr-popup.fr-above .fr-arrow {
    border-bottom: 0 none;
    border-top: 5px solid #222222;
    bottom: -9px;
    top: auto;
}

.fr-text-edit-layer {
    box-sizing: border-box;
    display: block !important;
    width: 250px;
}

.fr-toolbar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: #ffffff none repeat scroll 0 0 padding-box;
    border-color: #222222 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px;
    border-style: solid none none;
    border-width: 5px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 2px;
    position: relative;
    text-align: left;
    text-rendering: optimizelegibility;
    z-index: 4;
}

.fr-toolbar::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.fr-toolbar.fr-rtl {
    text-align: right;
}

.fr-toolbar.fr-inline {
    display: none;
    margin-top: 10px;
    position: absolute;
    white-space: nowrap;
}

.fr-toolbar.fr-inline .fr-arrow {
    border-bottom: 5px solid #222222;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -9px;
    width: 0;
}

.fr-toolbar.fr-inline.fr-above {
    border-bottom: 5px solid #222222;
    border-top: 0 none;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
    margin-top: -10px;
}

.fr-toolbar.fr-inline.fr-above .fr-arrow {
    border-bottom: 0 none;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 5px;
    bottom: -9px;
    top: auto;
}

.fr-toolbar.fr-top {
    background-clip: padding-box;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    top: 0;
}

.fr-toolbar.fr-bottom {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    bottom: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.fr-separator {
    background: #ebebeb none repeat scroll 0 0;
    display: block;
    float: left;
    vertical-align: top;
}

.fr-separator+.fr-separator {
    display: none;
}

.fr-separator.fr-vs {
    height: 34px;
    margin: 2px;
    width: 1px;
}

.fr-separator.fr-hs {
    clear: both;
    height: 1px;
    margin: 0 2px;
    width: calc(100% - 2 * 2px);
}

.fr-separator.fr-hidden {
    display: none !important;
}

.fr-rtl .fr-separator {
    float: right;
}

.fr-toolbar.fr-inline .fr-separator.fr-hs {
    float: none;
}

.fr-toolbar.fr-inline .fr-separator.fr-vs {
    display: inline-block;
    float: none;
}

.fr-visibility-helper {
    display: none;
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    .fr-visibility-helper {
        margin-left: 1px !important;
    }
}

@media (min-width: 992px) {
    .fr-visibility-helper {
        margin-left: 2px !important;
    }
}

@media (min-width: 1200px) {
    .fr-visibility-helper {
        margin-left: 3px !important;
    }
}

.fr-opacity-0 {
    opacity: 0;
}

.fr-box {
    position: relative;
}

.fr-sticky {
    position: sticky;
}

.fr-sticky-off {
    position: relative;
}

.fr-sticky-on {
    position: fixed;
}

.fr-sticky-on.fr-sticky-ios {
    left: 0;
    position: absolute;
    right: 0;
    width: auto !important;
}

.fr-sticky-dummy {
    display: none;
}

.fr-sticky-on+.fr-sticky-dummy,
.fr-sticky-box>.fr-sticky-dummy {
    display: block;
}

span.fr-sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-view strong {
    font-weight: 700;
}

.fr-view table {
    border: medium none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
    border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5 none repeat scroll 0 0;
}

.fr-view table td,
.fr-view table th {
    border: 1px solid #dddddd;
}

.fr-view table td:empty,
.fr-view table th:empty {
    height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
    border: 1px double #ff0000;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
    border-width: 2px;
}

.fr-view table th {
    background: #e6e6e6 none repeat scroll 0 0;
}

.fr-view hr {
    -moz-user-select: none;
    clear: both;
    page-break-after: always;
}

.fr-view .fr-file {
    position: relative;
}

.fr-view .fr-file::after {
    content: "📎";
    font-weight: normal;
    position: relative;
}

.fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.fr-view[dir="rtl"] blockquote {
    border-left: medium none;
    border-right: 2px solid #5e35b1;
    margin-right: 0;
    padding-left: 0;
    padding-right: 5px;
}

.fr-view[dir="rtl"] blockquote blockquote {
    border-color: #00bcd4;
}

.fr-view[dir="rtl"] blockquote blockquote blockquote {
    border-color: #43a047;
}

.fr-view blockquote {
    border-left: 2px solid #5e35b1;
    color: #5e35b1;
    margin-left: 0;
    padding-left: 5px;
}

.fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4;
}

.fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047;
}

.fr-view span.fr-emoticon {
    display: inline;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
    font-weight: normal;
    line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    line-height: 1;
    margin: -0.1em 0.1em 0.1em;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    width: 1em;
}

.fr-view .fr-text-gray {
    color: #aaaaaa !important;
}

.fr-view .fr-text-bordered {
    border-bottom: 1px solid #222222;
    border-top: 1px solid #222222;
    padding: 10px 0;
}

.fr-view .fr-text-spaced {
    letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
    text-transform: uppercase;
}

.fr-view img {
    max-width: 100%;
    position: relative;
}

.fr-view img.fr-dib {
    display: block;
    float: none;
    margin: 5px auto;
    vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
    margin-left: 0;
}

.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
}

.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 2 * 5px);
    vertical-align: bottom;
}

.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

.fr-view img.fr-rounded {
    background-clip: padding-box;
    border-radius: 100%;
}

.fr-view img.fr-bordered {
    border: 10px solid #cccccc;
    box-sizing: content-box;
}

.fr-view .fr-video {
    position: relative;
    text-align: center;
}

.fr-view .fr-video>* {
    border: medium none;
    box-sizing: content-box;
    max-width: 100%;
}

.fr-view .fr-video.fr-dvb {
    clear: both;
    display: block;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right;
}

.fr-view .fr-video.fr-dvi {
    display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right;
}

.fr-view a.fr-strong {
    font-weight: 700;
}

.fr-view a.fr-green {
    color: #008000;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
    background-clip: padding-box;
    border-radius: 10px;
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
    font-size: 24px;
}

a.fr-view.fr-strong {
    font-weight: 700;
}

a.fr-view.fr-green {
    color: #008000;
}

img.fr-view {
    max-width: 100%;
    position: relative;
}

img.fr-view.fr-dib {
    display: block;
    float: none;
    margin: 5px auto;
    vertical-align: top;
}

img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
}

img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
}

img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 2 * 5px);
    vertical-align: bottom;
}

img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

img.fr-view.fr-rounded {
    background-clip: padding-box;
    border-radius: 100%;
}

img.fr-view.fr-bordered {
    border: 10px solid #cccccc;
    box-sizing: content-box;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-box .fr-counter {
    background: #ffffff none repeat scroll 0 0 padding-box;
    border-left: 1px solid #ebebeb;
    border-radius: 2px 0 0;
    border-top: 1px solid #ebebeb;
    bottom: 0;
    color: #cccccc;
    content: attr(data-chars);
    font-family: "Times New Roman", Georgia, serif;
    font-size: 15px;
    padding: 5px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.fr-box.fr-rtl .fr-counter {
    background-clip: padding-box;
    border-left: medium none;
    border-radius: 0 2px 0 0;
    border-right: 1px solid #ebebeb;
    left: 0;
    right: auto;
}

.fr-box.fr-code-view .fr-counter {
    display: none;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

textarea.fr-code {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    color: #000000;
    display: none;
    font-family: "Courier New", monospace;
    font-size: 14px;
    margin: 0;
    outline: medium none;
    padding: 10px;
    resize: none;
    width: 100%;
}

.fr-box.fr-rtl textarea.fr-code {
    direction: rtl;
}

.fr-box .CodeMirror {
    display: none;
}

.fr-box.fr-code-view textarea.fr-code {
    display: block;
}

.fr-box.fr-code-view.fr-inline {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.fr-box.fr-code-view .fr-element,
.fr-box.fr-code-view .fr-placeholder,
.fr-box.fr-code-view .fr-iframe {
    display: none;
}

.fr-box.fr-code-view .CodeMirror {
    display: block;
}

.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
    display: block;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch {
    -moz-user-select: none;
    background: #ffffff none repeat scroll 0 0 padding-box;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    color: #222222;
    cursor: pointer;
    display: none;
    line-height: 1;
    outline: 0 none;
    padding: 12px;
    position: absolute;
    right: 0;
    text-align: left;
    text-decoration: none;
    top: 0;
    transition: background 0.2s ease 0s;
    z-index: 2;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
    font-size: 14px;
    text-align: center;
    width: 14px;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
    background: #ebebeb none repeat scroll 0 0;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-popup .fr-colors-tabs {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    line-height: 16px;
    margin-bottom: 5px;
    margin-left: -2px;
    margin-right: -2px;
}

.fr-popup .fr-colors-tabs .fr-colors-tab {
    color: #222222;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding: 8px 0;
    position: relative;
    text-align: center;
    width: 50%;
}

.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.fr-popup .fr-colors-tabs .fr-colors-tab:focus {
    color: #1e88e5;
}

.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
    background: #1e88e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: transform 0.2s ease 0s;
    width: 100%;
}

.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
    color: #1e88e5;
}

.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"]~[data-param1="background"]::after {
    transform: translate3d(-100%, 0px, 0px);
}

.fr-popup .fr-separator+.fr-colors-tabs {
    box-shadow: none;
    margin-left: 2px;
    margin-right: 2px;
}

.fr-popup .fr-color-set {
    display: none;
    line-height: 0;
}

.fr-popup .fr-color-set.fr-selected-set {
    display: block;
}

.fr-popup .fr-color-set>span {
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
    z-index: 1;
}

.fr-popup .fr-color-set>span>i {
    bottom: 0;
    cursor: default;
    font-size: 13px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    width: 32px;
}

.fr-popup .fr-color-set>span .fr-selected-color {
    bottom: 0;
    color: #ffffff;
    cursor: default;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
    left: 0;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.fr-popup .fr-color-set>span:hover,
.fr-popup .fr-color-set>span:focus {
    outline: 1px solid #222222;
    z-index: 2;
}

.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"]~[data-param1="background"]::after {
    transform: translate3d(100%, 0px, 0px);
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-drag-helper {
    background: #1e88e5 none repeat scroll 0 0;
    display: none;
    height: 2px;
    margin-top: -1px;
    opacity: 0.2;
    position: absolute;
    z-index: 9999;
}

.fr-drag-helper.fr-visible {
    display: block;
}

.fr-dragging {
    opacity: 0.4;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-popup .fr-emoticon {
    box-sizing: content-box;
    cursor: default;
    display: inline-block;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    padding: 5px;
    width: 20px;
}

.fr-popup .fr-emoticon img {
    height: 20px;
}

.fr-popup .fr-link:focus {
    background: #ebebeb none repeat scroll 0 0;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-file-upload-layer {
    border: 2px dashed #bdbdbd;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    padding: 25px 0;
    position: relative;
    text-align: center;
}

.fr-file-upload-layer:hover {
    background: #ebebeb none repeat scroll 0 0;
}

.fr-file-upload-layer.fr-drop {
    background: #ebebeb none repeat scroll 0 0;
    border-color: #1e88e5;
}

.fr-file-upload-layer .fr-form {
    bottom: 0;
    left: 0;
    margin: 0 !important;
    opacity: 0;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 9999;
}

.fr-file-upload-layer .fr-form input {
    bottom: 0;
    cursor: pointer;
    font-size: 400px;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%;
}

.fr-file-progress-bar-layer {
    box-sizing: border-box;
}

.fr-file-progress-bar-layer>h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}

.fr-file-progress-bar-layer>div.fr-action-buttons {
    display: none;
}

.fr-file-progress-bar-layer>div.fr-loader {
    background: #bcdbf7 none repeat scroll 0 0;
    height: 10px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.fr-file-progress-bar-layer>div.fr-loader span {
    background: #1e88e5 none repeat scroll 0 0;
    display: block;
    height: 100%;
    transition: width 0.2s ease 0s;
    width: 0;
}

.fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    animation: 2s linear 0s normal none infinite running loading;
    position: absolute;
    top: 0;
    width: 30% !important;
}

.fr-file-progress-bar-layer.fr-error>div.fr-loader {
    display: none;
}

.fr-file-progress-bar-layer.fr-error>div.fr-action-buttons {
    display: block;
}

@keyframes loading {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

@keyframes loading {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

body.fr-fullscreen {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.fr-box.fr-fullscreen {
    bottom: 0;
    left: 0;
    margin: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    width: auto !important;
    z-index: 9990 !important;
}

.fr-box.fr-fullscreen .fr-toolbar.fr-top {
    top: 0 !important;
}

.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
    bottom: 0 !important;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
    padding: 20px 20px 10px;
    text-align: left;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table+table {
    margin-top: 20px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
    border: 0 none;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
    padding: 6px 0 4px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
    border-bottom: 1px solid #ebebeb;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
    color: #646464;
    width: 60%;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
    letter-spacing: 0.5px;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-element img {
    cursor: pointer;
}

.fr-image-resizer {
    -moz-user-select: none;
    border: 1px solid #1e88e5;
    box-sizing: content-box;
    display: none;
    position: absolute;
}

.fr-image-resizer.fr-active {
    display: block;
}

.fr-image-resizer .fr-handler {
    background: #1e88e5 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 4;
}

.fr-image-resizer .fr-handler.fr-hnw {
    cursor: nw-resize;
}

.fr-image-resizer .fr-handler.fr-hne {
    cursor: ne-resize;
}

.fr-image-resizer .fr-handler.fr-hsw {
    cursor: sw-resize;
}

.fr-image-resizer .fr-handler.fr-hse {
    cursor: se-resize;
}

.fr-image-resizer .fr-handler {
    height: 12px;
    width: 12px;
}

.fr-image-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px;
}

.fr-image-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px;
}

.fr-image-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px;
}

.fr-image-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px;
}

@media (min-width: 1200px) {
    .fr-image-resizer .fr-handler {
        height: 10px;
        width: 10px;
    }
    .fr-image-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px;
    }
    .fr-image-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px;
    }
    .fr-image-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px;
    }
    .fr-image-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px;
    }
}

.fr-image-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.fr-image-upload-layer {
    border: 2px dashed #bdbdbd;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    padding: 25px 0;
    position: relative;
    text-align: center;
}

.fr-image-upload-layer:hover {
    background: #ebebeb none repeat scroll 0 0;
}

.fr-image-upload-layer.fr-drop {
    background: #ebebeb none repeat scroll 0 0;
    border-color: #1e88e5;
}

.fr-image-upload-layer .fr-form {
    bottom: 0;
    left: 0;
    margin: 0 !important;
    opacity: 0;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 9999;
}

.fr-image-upload-layer .fr-form input {
    bottom: 0;
    cursor: pointer;
    font-size: 400px;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%;
}

.fr-image-progress-bar-layer>h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}

.fr-image-progress-bar-layer>div.fr-action-buttons {
    display: none;
}

.fr-image-progress-bar-layer>div.fr-loader {
    background: #bcdbf7 none repeat scroll 0 0;
    height: 10px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.fr-image-progress-bar-layer>div.fr-loader span {
    background: #1e88e5 none repeat scroll 0 0;
    display: block;
    height: 100%;
    transition: width 0.2s ease 0s;
    width: 0;
}

.fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    animation: 2s linear 0s normal none infinite running loading;
    position: absolute;
    top: 0;
    width: 30% !important;
}

.fr-image-progress-bar-layer.fr-error>div.fr-loader {
    display: none;
}

.fr-image-progress-bar-layer.fr-error>div.fr-action-buttons {
    display: block;
}

.fr-image-size-layer .fr-image-group .fr-input-line {
    display: inline-block;
    width: calc(50% - 5px);
}

.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line {
    margin-left: 10px;
}

.fr-uploading {
    opacity: 0.4;
}

@keyframes loading {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

@keyframes loading {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-modal-head .fr-modal-head-line::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.fr-modal-head .fr-modal-head-line i.fr-modal-more {
    float: left;
    opacity: 1;
    transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
}

.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
    opacity: 0;
    padding: 12px 0;
    width: 0;
}

.fr-modal-head .fr-modal-tags {
    display: none;
}

.fr-modal-head .fr-modal-tags a {
    background-clip: padding-box;
    border-radius: 2px;
    color: #1e88e5;
    cursor: pointer;
    display: inline-block;
    margin: 8px 0 8px 8px;
    opacity: 0;
    padding: 6px 8px;
    text-decoration: none;
    transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
}

.fr-modal-head .fr-modal-tags a:focus {
    outline: medium none;
}

.fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #d6d6d6 none repeat scroll 0 0;
}

div.fr-modal-body .fr-preloader {
    display: block;
    margin: 50px auto;
}

div.fr-modal-body div.fr-image-list {
    margin: 0 10px;
    padding: 0;
    text-align: center;
}

div.fr-modal-body div.fr-image-list::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

div.fr-modal-body div.fr-image-list .fr-list-column {
    float: left;
    width: calc((100% - 10px) / 2);
}

@media (min-width: 768px) and (max-width: 1199px) {
    div.fr-modal-body div.fr-image-list .fr-list-column {
        width: calc((100% - 20px) / 3);
    }
}

@media (min-width: 1200px) {
    div.fr-modal-body div.fr-image-list .fr-list-column {
        width: calc((100% - 30px) / 4);
    }
}

div.fr-modal-body div.fr-image-list .fr-list-column+.fr-list-column {
    margin-left: 10px;
}

div.fr-modal-body div.fr-image-list div.fr-image-container {
    background-clip: padding-box;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
    margin-top: 10px;
}

div.fr-modal-body div.fr-image-list div.fr-image-container+div {
    margin-top: 10px;
}

div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease 0s;
    z-index: 2;
}

div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
    bottom: 0;
    color: #ffffff;
    content: attr(data-deleting);
    font-size: 15px;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
    background: #cccccc none repeat scroll 0 0;
    height: 95px;
    z-index: 1;
}

div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
    bottom: 0;
    content: attr(data-loading);
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

div.fr-modal-body div.fr-image-list div.fr-image-container img {
    opacity: 1;
    position: relative;
    transform: translateZ(0px);
    transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
}

div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
    opacity: 0.75;
}

div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
    display: inline-block;
}

div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    background-clip: padding-box;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    display: none;
    height: 36px;
    line-height: 36px;
    margin: 0;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
    width: 36px;
    z-index: 3;
}

div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
    background: #b8312f none repeat scroll 0 0;
    color: #ffffff;
    left: 50%;
    transform: translateY(-50%) translateX(25%);
}

div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    background: #ffffff none repeat scroll 0 0;
    color: #1e88e5;
    left: 50%;
    transform: translateY(-50%) translateX(-125%);
}

.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
    background: #ebebeb none repeat scroll 0 0;
}

.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #d6d6d6 none repeat scroll 0 0;
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
    opacity: 0.75;
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
    display: inline-block;
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
    background: #bf4644 none repeat scroll 0 0;
    color: #ffffff;
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
    background: #ebebeb none repeat scroll 0 0;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-line-breaker {
    border-top: 1px solid #1e88e5;
    cursor: text;
    display: none;
    position: fixed;
    z-index: 2;
}

.fr-line-breaker.fr-visible {
    display: block;
}

.fr-line-breaker a.fr-floating-btn {
    left: calc(50% - 32px / 2);
    position: absolute;
    top: -16px;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-quick-insert {
    box-sizing: content-box;
    margin-left: -5px;
    padding-right: 5px;
    position: absolute;
    white-space: nowrap;
    z-index: 9998;
}

.fr-quick-insert.fr-on a.fr-floating-btn svg {
    transform: rotate(135deg);
}

.fr-quick-insert.fr-hidden {
    display: none;
}

.fr-qi-helper {
    padding-left: 10px;
    position: absolute;
    white-space: nowrap;
    z-index: 3;
}

.fr-qi-helper a.fr-btn.fr-floating-btn {
    color: #222222;
    display: inline-block;
    opacity: 0;
    text-align: center;
    transform: scale(0);
}

.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
    opacity: 1;
    transform: scale(1);
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-element table td.fr-selected-cell,
.fr-element table th.fr-selected-cell {
    border: 1px double #1e88e5;
}

.fr-element table tr {
    -moz-user-select: none;
}

.fr-element table td,
.fr-element table th {
    -moz-user-select: text;
}

.fr-element .fr-no-selection table td,
.fr-element .fr-no-selection table th {
    -moz-user-select: none;
}

.fr-table-resizer {
    cursor: col-resize;
    display: none;
    position: fixed;
    z-index: 3;
}

.fr-table-resizer.fr-moving {
    z-index: 2;
}

.fr-table-resizer div {
    border-right: 1px solid #1e88e5;
    opacity: 0;
}

.fr-no-selection {
    -moz-user-select: none;
}

.fr-popup .fr-table-size .fr-table-size-info {
    font-size: 14px;
    padding: 8px;
    text-align: center;
}

.fr-popup .fr-table-size .fr-select-table-size {
    line-height: 0;
    padding: 0 5px 5px;
    white-space: nowrap;
}

.fr-popup .fr-table-size .fr-select-table-size>span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    padding: 0 4px 4px 0;
}

.fr-popup .fr-table-size .fr-select-table-size>span>span {
    border: 1px solid #dddddd;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.fr-popup .fr-table-size .fr-select-table-size>span.hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.fr-popup .fr-table-size .fr-select-table-size>span.hover>span {
    background: rgba(30, 136, 229, 0.3) none repeat scroll 0 0;
    border: 1px solid #1e88e5;
}

.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.fr-popup.fr-above .fr-table-size .fr-select-table-size>span {
    display: inline-block !important;
}

.fr-popup .fr-table-colors-buttons {
    margin-bottom: 5px;
}

.fr-popup .fr-table-colors {
    display: block;
    line-height: 0;
}

.fr-popup .fr-table-colors>span {
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
    z-index: 1;
}

.fr-popup .fr-table-colors>span>i {
    bottom: 0;
    cursor: default;
    font-size: 13px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    width: 32px;
}

.fr-popup .fr-table-colors>span:focus {
    outline: 1px solid #222222;
    z-index: 2;
}

.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span {
    height: 12px;
    width: 12px;
}

.fr-insert-helper {
    position: fixed;
    white-space: nowrap;
    z-index: 9999;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fr-element .fr-video {
    -moz-user-select: none;
}

.fr-element .fr-video::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.fr-element .fr-video.fr-active>* {
    position: relative;
    z-index: 2;
}

.fr-element .fr-video>* {
    border: medium none;
    box-sizing: content-box;
    max-width: 100%;
}

.fr-box .fr-video-resizer {
    -moz-user-select: none;
    border: 1px solid #1e88e5;
    display: none;
    position: absolute;
}

.fr-box .fr-video-resizer.fr-active {
    display: block;
}

.fr-box .fr-video-resizer .fr-handler {
    background: #1e88e5 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 4;
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    cursor: nw-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
    cursor: ne-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    cursor: sw-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
    cursor: se-resize;
}

.fr-box .fr-video-resizer .fr-handler {
    height: 12px;
    width: 12px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px;
}

@media (min-width: 1200px) {
    .fr-box .fr-video-resizer .fr-handler {
        height: 10px;
        width: 10px;
    }
    .fr-box .fr-video-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px;
    }
    .fr-box .fr-video-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px;
    }
    .fr-box .fr-video-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px;
    }
    .fr-box .fr-video-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px;
    }
}

.fr-video-size-layer .fr-video-group .fr-input-line {
    display: inline-block;
    width: calc(50% - 5px);
}

.fr-video-size-layer .fr-video-group .fr-input-line+.fr-input-line {
    margin-left: 10px;
}

.fr-video-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.dark-theme:focus {
    outline: 0 none;
}

.dark-theme.fr-box.fr-basic .fr-element {
    color: #000000;
    min-height: 40px;
    overflow-x: auto;
    padding: 10px;
}

.dark-theme .fr-element {}

.dark-theme.fr-box a.fr-floating-btn {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    color: #42a5f5;
    height: 32px;
    left: 0;
    line-height: 32px;
    top: 0;
    transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    width: 32px;
}

.dark-theme.fr-box a.fr-floating-btn svg {
    fill: #42a5f5;
    transition: transform 0.2s ease 0s;
}

.dark-theme.fr-box a.fr-floating-btn i {
    font-size: 14px;
    line-height: 32px;
}

.dark-theme.fr-box a.fr-floating-btn:hover {
    background: #3d3d3d none repeat scroll 0 0;
}

.dark-theme.fr-box a.fr-floating-btn:hover svg {
    fill: #42a5f5;
}

.dark-theme .fr-wrapper .fr-placeholder {
    color: #aaaaaa;
    font-size: 12px;
    left: 0;
    right: 0;
    top: 0;
}

.dark-theme .fr-wrapper *::-moz-selection {
    background: #b5d6fd none repeat scroll 0 0;
    color: #000000;
}

.dark-theme.fr-box.fr-basic .fr-wrapper {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    left: 0;
    top: 0;
}

.dark-theme.fr-box.fr-basic.fr-top .fr-wrapper {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    border-top: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.dark-theme.fr-box.fr-basic.fr-bottom .fr-wrapper {
    background-clip: padding-box;
    border-bottom: 0 none;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

.dark-theme .fr-sticky-on.fr-sticky-ios {
    left: 0;
    right: 0;
}

.dark-theme.fr-box .fr-counter {
    background: #ffffff none repeat scroll 0 0 padding-box;
    border-left: 1px solid #ebebeb;
    border-radius: 2px 0 0;
    border-top: 1px solid #ebebeb;
    color: #aaaaaa;
}

.dark-theme.fr-box.fr-rtl .fr-counter {
    background-clip: padding-box;
    border-radius: 0 2px 0 0;
    border-right: 1px solid #ebebeb;
    right: auto;
}

.dark-theme textarea.fr-code {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
}

.dark-theme.fr-box.fr-code-view.fr-inline {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    outline: 0 none;
    padding: 12px;
    right: 0;
    top: 0;
    transition: background 0.2s ease 0s;
}

.dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
    font-size: 14px;
    width: 14px;
}

.dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
    background: #3d3d3d none repeat scroll 0 0;
}

.dark-theme.fr-popup .fr-colors-tabs {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.dark-theme.fr-popup .fr-colors-tabs .fr-colors-tab {
    color: #ffffff;
    padding: 8px 0;
}

.dark-theme.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.dark-theme.fr-popup .fr-colors-tabs .fr-colors-tab:focus {
    color: #42a5f5;
}

.dark-theme.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
    background: #42a5f5 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    transition: transform 0.2s ease 0s;
}

.dark-theme.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
    color: #42a5f5;
}

.dark-theme.fr-popup .fr-color-set {
    line-height: 0;
}

.dark-theme.fr-popup .fr-color-set>span>i {
    bottom: 0;
    left: 0;
}

.dark-theme.fr-popup .fr-color-set>span .fr-selected-color {
    bottom: 0;
    color: #ffffff;
    font-weight: 400;
    left: 0;
    right: 0;
    top: 0;
}

.dark-theme.fr-popup .fr-color-set>span:hover,
.dark-theme.fr-popup .fr-color-set>span:focus {
    outline: 1px solid #ffffff;
}

.dark-theme .fr-drag-helper {
    background: #42a5f5 none repeat scroll 0 0;
}

.dark-theme.fr-popup .fr-link:focus {
    background: #3d3d3d none repeat scroll 0 0;
}

.dark-theme .fr-file-upload-layer {
    border: 2px dashed #808080;
    padding: 25px 0;
}

.dark-theme .fr-file-upload-layer:hover {
    background: #3d3d3d none repeat scroll 0 0;
}

.dark-theme .fr-file-upload-layer.fr-drop {
    background: #3d3d3d none repeat scroll 0 0;
    border-color: #42a5f5;
}

.dark-theme .fr-file-upload-layer .fr-form {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.dark-theme .fr-file-progress-bar-layer>h3 {
    margin: 10px 0;
}

.dark-theme .fr-file-progress-bar-layer>div.fr-loader {
    background: #c6e4fc none repeat scroll 0 0;
}

.dark-theme .fr-file-progress-bar-layer>div.fr-loader span {
    background: #42a5f5 none repeat scroll 0 0;
    transition: width 0.2s ease 0s;
}

.dark-theme .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    top: 0;
}

.dark-theme.fr-box.fr-fullscreen {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
    border: 0 none;
}

.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
    border-bottom: 1px solid #595959;
}

.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
    color: #ffffff;
}

.dark-theme .fr-image-resizer {
    border: 1px solid #42a5f5;
}

.dark-theme .fr-image-resizer .fr-handler {
    background: #42a5f5 none repeat scroll 0 0;
    border: 1px solid #ffffff;
}

.dark-theme .fr-image-resizer .fr-handler {
    height: 12px;
    width: 12px;
}

.dark-theme .fr-image-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px;
}

.dark-theme .fr-image-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px;
}

.dark-theme .fr-image-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px;
}

.dark-theme .fr-image-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px;
}

@media (min-width: 1200px) {
    .dark-theme .fr-image-resizer .fr-handler {
        height: 10px;
        width: 10px;
    }
    .dark-theme .fr-image-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px;
    }
    .dark-theme .fr-image-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px;
    }
    .dark-theme .fr-image-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px;
    }
    .dark-theme .fr-image-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px;
    }
}

.dark-theme.fr-image-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.dark-theme .fr-image-upload-layer {
    border: 2px dashed #808080;
    padding: 25px 0;
}

.dark-theme .fr-image-upload-layer:hover {
    background: #3d3d3d none repeat scroll 0 0;
}

.dark-theme .fr-image-upload-layer.fr-drop {
    background: #3d3d3d none repeat scroll 0 0;
    border-color: #42a5f5;
}

.dark-theme .fr-image-upload-layer .fr-form {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.dark-theme .fr-image-progress-bar-layer>h3 {
    margin: 10px 0;
}

.dark-theme .fr-image-progress-bar-layer>div.fr-loader {
    background: #c6e4fc none repeat scroll 0 0;
}

.dark-theme .fr-image-progress-bar-layer>div.fr-loader span {
    background: #42a5f5 none repeat scroll 0 0;
    transition: width 0.2s ease 0s;
}

.dark-theme .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    top: 0;
}

.dark-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more {
    transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
}

.dark-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
    opacity: 0;
    padding: 12px 0;
    width: 0;
}

.dark-theme.fr-modal-head .fr-modal-tags a {
    background-clip: padding-box;
    border-radius: 2px;
    color: #42a5f5;
    opacity: 0;
    transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
}

.dark-theme.fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #2e2e2e none repeat scroll 0 0;
}

.dark-themediv.fr-modal-body .fr-preloader {
    margin: 50px auto;
}

.dark-themediv.fr-modal-body div.fr-image-list {
    padding: 0;
}

.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container {
    background-clip: padding-box;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease 0s;
}

.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
    bottom: 0;
    color: #ffffff;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}

.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
    background: #aaaaaa none repeat scroll 0 0;
}

.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}

.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container img {
    transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
}

.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    margin: 0;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
    background: #b8312f none repeat scroll 0 0;
    color: #ffffff;
}

.dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    background: #353535 none repeat scroll 0 0;
    color: #42a5f5;
}

.dark-theme.dark-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
    background: #3d3d3d none repeat scroll 0 0;
}

.dark-theme.dark-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #2e2e2e none repeat scroll 0 0;
}

.dark-theme.dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
    background: #bf4644 none repeat scroll 0 0;
    color: #ffffff;
}

.dark-theme.dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
    background: #3d3d3d none repeat scroll 0 0;
}

.dark-theme .fr-line-breaker {
    border-top: 1px solid #42a5f5;
}

.dark-theme .fr-line-breaker a.fr-floating-btn {
    left: calc(50% - 32px / 2);
    top: -16px;
}

.dark-theme .fr-qi-helper {
    padding-left: 10px;
}

.dark-theme .fr-qi-helper a.fr-btn.fr-floating-btn {
    color: #ffffff;
}

.dark-theme .fr-element table td.fr-selected-cell,
.dark-theme .fr-element table th.fr-selected-cell {
    border: 1px double #42a5f5;
}

.dark-theme .fr-table-resizer div {
    border-right: 1px solid #42a5f5;
}

.dark-theme.fr-popup .fr-table-size .fr-select-table-size {
    line-height: 0;
}

.dark-theme.fr-popup .fr-table-size .fr-select-table-size>span {
    padding: 0 4px 4px 0;
}

.dark-theme.fr-popup .fr-table-size .fr-select-table-size>span>span {
    border: 1px solid #dddddd;
}

.dark-theme.fr-popup .fr-table-size .fr-select-table-size>span.hover>span {
    background: rgba(66, 165, 245, 0.3) none repeat scroll 0 0;
    border: 1px solid #42a5f5;
}

.dark-theme.fr-popup .fr-table-colors {
    line-height: 0;
}

.dark-theme.fr-popup .fr-table-colors>span>i {
    bottom: 0;
    left: 0;
}

.dark-theme.fr-popup .fr-table-colors>span:focus {
    outline: 1px solid #ffffff;
}

.dark-theme .fr-element .fr-video::after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.dark-theme.fr-box .fr-video-resizer {
    border: 1px solid #42a5f5;
}

.dark-theme.fr-box .fr-video-resizer .fr-handler {
    background: #42a5f5 none repeat scroll 0 0;
    border: 1px solid #ffffff;
}

.dark-theme.fr-box .fr-video-resizer .fr-handler {
    height: 12px;
    width: 12px;
}

.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px;
}

.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px;
}

.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px;
}

.dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px;
}

@media (min-width: 1200px) {
    .dark-theme.fr-box .fr-video-resizer .fr-handler {
        height: 10px;
        width: 10px;
    }
    .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px;
    }
    .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px;
    }
    .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px;
    }
    .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px;
    }
}

.dark-theme.fr-video-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.dark-theme .fr-view strong {
    font-weight: 700;
}

.dark-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #d3d3d3 none repeat scroll 0 0;
}

.dark-theme .fr-view table td,
.dark-theme .fr-view table th {
    border: 1px solid #dddddd;
}

.dark-theme .fr-view table th {
    background: #e6e6e6 none repeat scroll 0 0;
}

.dark-theme .fr-view[dir="rtl"] blockquote {
    border-right: 2px solid #5e35b1;
    margin-right: 0;
}

.dark-theme .fr-view[dir="rtl"] blockquote blockquote {
    border-color: #00bcd4;
}

.dark-theme .fr-view[dir="rtl"] blockquote blockquote blockquote {
    border-color: #43a047;
}

.dark-theme .fr-view blockquote {
    border-left: 2px solid #5e35b1;
    color: #5e35b1;
    margin-left: 0;
}

.dark-theme .fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4;
}

.dark-theme .fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047;
}

.dark-theme .fr-view span.fr-emoticon {
    line-height: 0;
}

.dark-theme .fr-view span.fr-emoticon.fr-emoticon-img {
    font-size: inherit;
}

.dark-theme .fr-view .fr-text-bordered {
    padding: 10px 0;
}

.dark-theme .fr-tooltip {
    background: #222222 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    left: 0;
    line-height: 22px;
    top: 0;
    transition: opacity 0.2s ease 0s;
}

.dark-theme.fr-toolbar .fr-command.fr-btn,
.dark-theme.fr-popup .fr-command.fr-btn {
    border: 0 none;
    color: #ffffff;
    height: 38px;
    margin: 0 2px;
    outline: 0 none;
    padding: 0;
    transition: background 0.2s ease 0s;
    width: 38px;
}

.dark-theme.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.dark-theme.fr-popup .fr-command.fr-btn::-moz-focus-inner {
    border: 0 none;
}

.dark-theme.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.dark-theme.fr-popup .fr-command.fr-btn.fr-btn-text {
    width: auto;
}

.dark-theme.fr-toolbar .fr-command.fr-btn i,
.dark-theme.fr-popup .fr-command.fr-btn i {
    font-size: 14px;
    margin: 12px;
    width: 14px;
}

.dark-theme.fr-toolbar .fr-command.fr-btn span,
.dark-theme.fr-popup .fr-command.fr-btn span {
    font-size: 14px;
    height: 17px;
    line-height: 17px;
    min-width: 38px;
    padding: 0 2px;
}

.dark-theme.fr-toolbar .fr-command.fr-btn img,
.dark-theme.fr-popup .fr-command.fr-btn img {
    margin: 12px;
    width: 14px;
}

.dark-theme.fr-toolbar .fr-command.fr-btn.fr-active,
.dark-theme.fr-popup .fr-command.fr-btn.fr-active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #42a5f5;
}

.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,
.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
    width: auto;
}

.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown i,
.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown span,
.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown img {
    margin-left: 8px;
    margin-right: 16px;
}

.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
    background: #2e2e2e none repeat scroll 0 0;
    color: #ffffff;
}

.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
    background: #2e2e2e none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
    border-top-color: #ffffff !important;
}

.dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown::after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #ffffff;
    height: 0;
    right: 4px;
    top: 17px;
    width: 0;
}

.dark-theme.fr-toolbar .fr-command.fr-btn.fr-disabled,
.dark-theme.fr-popup .fr-command.fr-btn.fr-disabled {
    color: #808080;
}

.dark-theme.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.dark-theme.fr-popup .fr-command.fr-btn.fr-disabled::after {
    border-top-color: #808080 !important;
}

.dark-theme.fr-toolbar.fr-disabled .fr-btn,
.dark-theme.fr-popup.fr-disabled .fr-btn,
.dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-active,
.dark-theme.fr-popup.fr-disabled .fr-btn.fr-active {
    color: #808080;
}

.dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.dark-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.dark-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
    border-top-color: #808080;
}

.dark-theme.fr-desktop .fr-command:hover,
.dark-theme.fr-desktop .fr-command:focus {
    background: #3d3d3d none repeat scroll 0 0;
    color: #ffffff;
}

.dark-theme.fr-desktop .fr-command:hover::after,
.dark-theme.fr-desktop .fr-command:focus::after {
    border-top-color: #ffffff !important;
}

.dark-theme.fr-desktop .fr-command.fr-selected {
    background: #2e2e2e none repeat scroll 0 0;
    color: #ffffff;
}

.dark-theme.fr-desktop .fr-command.fr-active:hover,
.dark-theme.fr-desktop .fr-command.fr-active:focus {
    background: #3d3d3d none repeat scroll 0 0;
    color: #42a5f5;
}

.dark-theme.fr-desktop .fr-command.fr-active.fr-selected {
    background: #2e2e2e none repeat scroll 0 0;
    color: #42a5f5;
}

.dark-theme.fr-toolbar.fr-mobile .fr-command.fr-blink,
.dark-theme.fr-popup.fr-mobile .fr-command.fr-blink {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.dark-theme .fr-command.fr-btn+.fr-dropdown-menu {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    bottom: auto;
    height: auto;
    right: auto;
}

.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper {
    background: #353535 none repeat scroll 0 0;
    height: 0;
    margin: 0 auto auto;
    max-height: 0;
    padding: 0;
    transition: max-height 0.2s ease 0s;
}

.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
    max-height: 275px;
    overflow: auto;
}

.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
    margin: 0;
    padding: 0;
}

.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
    margin: 0;
    padding: 0;
}

.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
    color: inherit;
}

.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
    background: #2e2e2e none repeat scroll 0 0;
}

.dark-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
    color: #808080;
}

.dark-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
}

.dark-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper {
    height: auto;
    max-height: 275px;
}

.dark-theme .fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu {
    background-clip: padding-box;
    border-radius: 2px 2px 0 0;
}

.dark-theme.fr-modal {
    bottom: 0;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    left: 0;
    overflow-x: auto;
    right: 0;
    top: 0;
}

.dark-theme.fr-modal .fr-modal-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #222222 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px;
    border-style: solid none none;
    border-width: 5px 0 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
    margin: 20px auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dark-theme.fr-modal .fr-modal-wrapper {
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .dark-theme.fr-modal .fr-modal-wrapper {
        margin: 50px auto;
    }
}

.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head {
    background: #353535 none repeat scroll 0 0;
    border-bottom: 0 none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    transition: height 0.2s ease 0s;
}

.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head i {
    color: #ffffff;
}

.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close {
    right: 0;
    top: 0;
    transition: color 0.2s ease 0s;
}

.dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
    font-weight: 400;
    margin: 0;
}

.dark-theme.dark-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
    background: #3d3d3d none repeat scroll 0 0;
}

.dark-theme.fr-overlay {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.dark-theme.fr-popup {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #353535 none repeat scroll 0 0 padding-box;
    border-color: #222222 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px;
    border-style: solid none none;
    border-width: 5px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.dark-theme.fr-popup .fr-input-focus {
    background: #f5f5f5 none repeat scroll 0 0;
}

.dark-theme.fr-popup.fr-above {
    border-bottom: 5px solid #222222;
    border-top: 0 none;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

.dark-theme.fr-popup .fr-input-line {
    padding: 8px 0;
}

.dark-theme.fr-popup .fr-input-line input[type="text"],
.dark-theme.fr-popup .fr-input-line textarea {
    border-bottom: 1px solid #bdbdbd;
    color: #ffffff;
    margin: 0 0 1px;
}

.dark-theme.fr-popup .fr-input-line input[type="text"]:focus,
.dark-theme.fr-popup .fr-input-line textarea:focus {
    border-bottom: 2px solid #42a5f5;
}

.dark-theme.fr-popup .fr-input-line input+label,
.dark-theme.fr-popup .fr-input-line textarea+label {
    left: 0;
    top: 0;
    transition: color 0.2s ease 0s;
}

.dark-theme.fr-popup .fr-input-line input.fr-not-empty:focus+label,
.dark-theme.fr-popup .fr-input-line textarea.fr-not-empty:focus+label {
    color: #42a5f5;
}

.dark-theme.fr-popup .fr-input-line input.fr-not-empty+label,
.dark-theme.fr-popup .fr-input-line textarea.fr-not-empty+label {
    color: #808080;
}

.dark-theme.fr-popup .fr-buttons {
    border-bottom: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    line-height: 0;
    padding: 0 2px;
}

.dark-theme.fr-popup .fr-layer {
    width: 225px;
}

@media (min-width: 768px) {
    .dark-theme.fr-popup .fr-layer {
        width: 300px;
    }
}

.dark-theme.fr-popup .fr-action-buttons button.fr-command {
    color: #42a5f5;
    transition: background 0.2s ease 0s;
}

.dark-theme.fr-popup .fr-action-buttons button.fr-command:hover,
.dark-theme.fr-popup .fr-action-buttons button.fr-command:focus {
    background: #3d3d3d none repeat scroll 0 0;
    color: #42a5f5;
}

.dark-theme.fr-popup .fr-action-buttons button.fr-command:active {
    background: #2e2e2e none repeat scroll 0 0;
    color: #42a5f5;
}

.dark-theme.fr-popup .fr-action-buttons button::-moz-focus-inner {
    border: 0 none;
}

.dark-theme.fr-popup .fr-checkbox span {
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 2px;
    transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}

.dark-theme.fr-popup .fr-checkbox input {
    margin: 0;
    padding: 0;
}

.dark-theme.fr-popup .fr-checkbox input:checked+span {
    background: #42a5f5 none repeat scroll 0 0;
    border-color: #42a5f5;
}

.dark-theme.fr-popup .fr-checkbox input:focus+span {
    border-color: #42a5f5;
}

.dark-theme.fr-popup.fr-rtl .fr-input-line input+label,
.dark-theme.fr-popup.fr-rtl .fr-input-line textarea+label {
    left: auto;
    right: 0;
}

.dark-theme.fr-popup .fr-arrow {
    border-bottom: 5px solid #222222;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    height: 0;
    margin-left: -5px;
    top: -9px;
    width: 0;
}

.dark-theme.fr-popup.fr-above .fr-arrow {
    border-bottom: 0 none;
    border-top: 5px solid #222222;
    bottom: -9px;
    top: auto;
}

.dark-theme.fr-toolbar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #353535 none repeat scroll 0 0 padding-box;
    border-color: #222222 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px;
    border-style: solid none none;
    border-width: 5px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 2px;
}

.dark-theme.fr-toolbar.fr-inline .fr-arrow {
    border-bottom: 5px solid #222222;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    height: 0;
    margin-left: -5px;
    top: -9px;
    width: 0;
}

.dark-theme.fr-toolbar.fr-inline.fr-above {
    border-bottom: 5px solid #222222;
    border-top: 0 none;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

.dark-theme.fr-toolbar.fr-inline.fr-above .fr-arrow {
    border-bottom: 0 none;
    border-top-color: inherit;
    border-top-width: 5px;
    bottom: -9px;
    top: auto;
}

.dark-theme.fr-toolbar.fr-top {
    background-clip: padding-box;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    top: 0;
}

.dark-theme.fr-toolbar.fr-bottom {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    bottom: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.dark-theme .fr-separator {
    background: #595959 none repeat scroll 0 0;
}

.dark-theme .fr-separator.fr-vs {
    height: 34px;
    margin: 2px;
    width: 1px;
}

.dark-theme .fr-separator.fr-hs {
    height: 1px;
    margin: 0 2px;
    width: calc(100% - 2 * 2px);
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.gray-theme:focus {
    outline: 0 none;
}

.gray-theme.fr-box.fr-basic .fr-element {
    color: #000000;
    min-height: 40px;
    overflow-x: auto;
    padding: 10px;
}

.gray-theme .fr-element {}

.gray-theme.fr-box a.fr-floating-btn {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    color: #0097a7;
    height: 32px;
    left: 0;
    line-height: 32px;
    top: 0;
    transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    width: 32px;
}

.gray-theme.fr-box a.fr-floating-btn svg {
    fill: #0097a7;
    transition: transform 0.2s ease 0s;
}

.gray-theme.fr-box a.fr-floating-btn i {
    font-size: 14px;
    line-height: 32px;
}

.gray-theme.fr-box a.fr-floating-btn:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

.gray-theme.fr-box a.fr-floating-btn:hover svg {
    fill: #0097a7;
}

.gray-theme .fr-wrapper .fr-placeholder {
    color: #aaaaaa;
    font-size: 12px;
    left: 0;
    right: 0;
    top: 0;
}

.gray-theme .fr-wrapper *::-moz-selection {
    background: #b5d6fd none repeat scroll 0 0;
    color: #000000;
}

.gray-theme.fr-box.fr-basic .fr-wrapper {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    left: 0;
    top: 0;
}

.gray-theme.fr-box.fr-basic.fr-top .fr-wrapper {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    border-top: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.gray-theme.fr-box.fr-basic.fr-bottom .fr-wrapper {
    background-clip: padding-box;
    border-bottom: 0 none;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

.gray-theme .fr-sticky-on.fr-sticky-ios {
    left: 0;
    right: 0;
}

.gray-theme.fr-box .fr-counter {
    background: #ffffff none repeat scroll 0 0 padding-box;
    border-left: 1px solid #ebebeb;
    border-radius: 2px 0 0;
    border-top: 1px solid #ebebeb;
    color: #cccccc;
}

.gray-theme.fr-box.fr-rtl .fr-counter {
    background-clip: padding-box;
    border-radius: 0 2px 0 0;
    border-right: 1px solid #ebebeb;
    right: auto;
}

.gray-theme textarea.fr-code {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
}

.gray-theme.fr-box.fr-code-view.fr-inline {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.gray-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    color: #37474f;
    outline: 0 none;
    padding: 12px;
    right: 0;
    top: 0;
    transition: background 0.2s ease 0s;
}

.gray-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
    font-size: 14px;
    width: 14px;
}

.gray-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

.gray-theme.fr-popup .fr-colors-tabs {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.gray-theme.fr-popup .fr-colors-tabs .fr-colors-tab {
    color: #37474f;
    padding: 8px 0;
}

.gray-theme.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.gray-theme.fr-popup .fr-colors-tabs .fr-colors-tab:focus {
    color: #0097a7;
}

.gray-theme.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
    background: #0097a7 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    transition: transform 0.2s ease 0s;
}

.gray-theme.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
    color: #0097a7;
}

.gray-theme.fr-popup .fr-color-set {
    line-height: 0;
}

.gray-theme.fr-popup .fr-color-set>span>i {
    bottom: 0;
    left: 0;
}

.gray-theme.fr-popup .fr-color-set>span .fr-selected-color {
    bottom: 0;
    color: #ffffff;
    font-weight: 400;
    left: 0;
    right: 0;
    top: 0;
}

.gray-theme.fr-popup .fr-color-set>span:hover,
.gray-theme.fr-popup .fr-color-set>span:focus {
    outline: 1px solid #37474f;
}

.gray-theme .fr-drag-helper {
    background: #0097a7 none repeat scroll 0 0;
}

.gray-theme.fr-popup .fr-link:focus {
    background: #e6e6e6 none repeat scroll 0 0;
}

.gray-theme .fr-file-upload-layer {
    border: 2px dashed #b7bdc0;
    padding: 25px 0;
}

.gray-theme .fr-file-upload-layer:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

.gray-theme .fr-file-upload-layer.fr-drop {
    background: #e6e6e6 none repeat scroll 0 0;
    border-color: #0097a7;
}

.gray-theme .fr-file-upload-layer .fr-form {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.gray-theme .fr-file-progress-bar-layer>h3 {
    margin: 10px 0;
}

.gray-theme .fr-file-progress-bar-layer>div.fr-loader {
    background: #b3e0e5 none repeat scroll 0 0;
}

.gray-theme .fr-file-progress-bar-layer>div.fr-loader span {
    background: #0097a7 none repeat scroll 0 0;
    transition: width 0.2s ease 0s;
}

.gray-theme .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    top: 0;
}

.gray-theme.fr-box.fr-fullscreen {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
    border: 0 none;
}

.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
    border-bottom: 1px solid #ebebeb;
}

.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
    color: #737e84;
}

.gray-theme .fr-image-resizer {
    border: 1px solid #0097a7;
}

.gray-theme .fr-image-resizer .fr-handler {
    background: #0097a7 none repeat scroll 0 0;
    border: 1px solid #ffffff;
}

.gray-theme .fr-image-resizer .fr-handler {
    height: 12px;
    width: 12px;
}

.gray-theme .fr-image-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px;
}

.gray-theme .fr-image-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px;
}

.gray-theme .fr-image-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px;
}

.gray-theme .fr-image-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px;
}

@media (min-width: 1200px) {
    .gray-theme .fr-image-resizer .fr-handler {
        height: 10px;
        width: 10px;
    }
    .gray-theme .fr-image-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px;
    }
    .gray-theme .fr-image-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px;
    }
    .gray-theme .fr-image-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px;
    }
    .gray-theme .fr-image-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px;
    }
}

.gray-theme.fr-image-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.gray-theme .fr-image-upload-layer {
    border: 2px dashed #b7bdc0;
    padding: 25px 0;
}

.gray-theme .fr-image-upload-layer:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

.gray-theme .fr-image-upload-layer.fr-drop {
    background: #e6e6e6 none repeat scroll 0 0;
    border-color: #0097a7;
}

.gray-theme .fr-image-upload-layer .fr-form {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.gray-theme .fr-image-progress-bar-layer>h3 {
    margin: 10px 0;
}

.gray-theme .fr-image-progress-bar-layer>div.fr-loader {
    background: #b3e0e5 none repeat scroll 0 0;
}

.gray-theme .fr-image-progress-bar-layer>div.fr-loader span {
    background: #0097a7 none repeat scroll 0 0;
    transition: width 0.2s ease 0s;
}

.gray-theme .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    top: 0;
}

.gray-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more {
    transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
}

.gray-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
    opacity: 0;
    padding: 12px 0;
    width: 0;
}

.gray-theme.fr-modal-head .fr-modal-tags a {
    background-clip: padding-box;
    border-radius: 2px;
    color: #0097a7;
    opacity: 0;
    transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
}

.gray-theme.fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #d6d6d6 none repeat scroll 0 0;
}

.gray-themediv.fr-modal-body .fr-preloader {
    margin: 50px auto;
}

.gray-themediv.fr-modal-body div.fr-image-list {
    padding: 0;
}

.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container {
    background-clip: padding-box;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease 0s;
}

.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
    bottom: 0;
    color: #ffffff;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}

.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
    background: #cccccc none repeat scroll 0 0;
}

.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}

.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container img {
    transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
}

.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    margin: 0;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
    background: #b8312f none repeat scroll 0 0;
    color: #ffffff;
}

.gray-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #0097a7;
}

.gray-theme.gray-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

.gray-theme.gray-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #d6d6d6 none repeat scroll 0 0;
}

.gray-theme.gray-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
    background: #bf4644 none repeat scroll 0 0;
    color: #ffffff;
}

.gray-theme.gray-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

.gray-theme .fr-line-breaker {
    border-top: 1px solid #0097a7;
}

.gray-theme .fr-line-breaker a.fr-floating-btn {
    left: calc(50% - 32px / 2);
    top: -16px;
}

.gray-theme .fr-qi-helper {
    padding-left: 10px;
}

.gray-theme .fr-qi-helper a.fr-btn.fr-floating-btn {
    color: #37474f;
}

.gray-theme .fr-element table td.fr-selected-cell,
.gray-theme .fr-element table th.fr-selected-cell {
    border: 1px double #0097a7;
}

.gray-theme .fr-table-resizer div {
    border-right: 1px solid #0097a7;
}

.gray-theme.fr-popup .fr-table-size .fr-select-table-size {
    line-height: 0;
}

.gray-theme.fr-popup .fr-table-size .fr-select-table-size>span {
    padding: 0 4px 4px 0;
}

.gray-theme.fr-popup .fr-table-size .fr-select-table-size>span>span {
    border: 1px solid #dddddd;
}

.gray-theme.fr-popup .fr-table-size .fr-select-table-size>span.hover>span {
    background: rgba(0, 151, 167, 0.3) none repeat scroll 0 0;
    border: 1px solid #0097a7;
}

.gray-theme.fr-popup .fr-table-colors {
    line-height: 0;
}

.gray-theme.fr-popup .fr-table-colors>span>i {
    bottom: 0;
    left: 0;
}

.gray-theme.fr-popup .fr-table-colors>span:focus {
    outline: 1px solid #37474f;
}

.gray-theme .fr-element .fr-video::after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.gray-theme.fr-box .fr-video-resizer {
    border: 1px solid #0097a7;
}

.gray-theme.fr-box .fr-video-resizer .fr-handler {
    background: #0097a7 none repeat scroll 0 0;
    border: 1px solid #ffffff;
}

.gray-theme.fr-box .fr-video-resizer .fr-handler {
    height: 12px;
    width: 12px;
}

.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px;
}

.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px;
}

.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px;
}

.gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px;
}

@media (min-width: 1200px) {
    .gray-theme.fr-box .fr-video-resizer .fr-handler {
        height: 10px;
        width: 10px;
    }
    .gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px;
    }
    .gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px;
    }
    .gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px;
    }
    .gray-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px;
    }
}

.gray-theme.fr-video-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.gray-theme .fr-view strong {
    font-weight: 700;
}

.gray-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5 none repeat scroll 0 0;
}

.gray-theme .fr-view table td,
.gray-theme .fr-view table th {
    border: 1px solid #dddddd;
}

.gray-theme .fr-view table th {
    background: #e6e6e6 none repeat scroll 0 0;
}

.gray-theme .fr-view[dir="rtl"] blockquote {
    border-right: 2px solid #5e35b1;
    margin-right: 0;
}

.gray-theme .fr-view[dir="rtl"] blockquote blockquote {
    border-color: #00bcd4;
}

.gray-theme .fr-view[dir="rtl"] blockquote blockquote blockquote {
    border-color: #43a047;
}

.gray-theme .fr-view blockquote {
    border-left: 2px solid #5e35b1;
    color: #5e35b1;
    margin-left: 0;
}

.gray-theme .fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4;
}

.gray-theme .fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047;
}

.gray-theme .fr-view span.fr-emoticon {
    line-height: 0;
}

.gray-theme .fr-view span.fr-emoticon.fr-emoticon-img {
    font-size: inherit;
}

.gray-theme .fr-view .fr-text-bordered {
    padding: 10px 0;
}

.gray-theme .fr-tooltip {
    background: #222222 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    left: 0;
    line-height: 22px;
    top: 0;
    transition: opacity 0.2s ease 0s;
}

.gray-theme.fr-toolbar .fr-command.fr-btn,
.gray-theme.fr-popup .fr-command.fr-btn {
    border: 0 none;
    color: #37474f;
    height: 38px;
    margin: 0 2px;
    outline: 0 none;
    padding: 0;
    transition: background 0.2s ease 0s;
    width: 38px;
}

.gray-theme.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.gray-theme.fr-popup .fr-command.fr-btn::-moz-focus-inner {
    border: 0 none;
}

.gray-theme.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.gray-theme.fr-popup .fr-command.fr-btn.fr-btn-text {
    width: auto;
}

.gray-theme.fr-toolbar .fr-command.fr-btn i,
.gray-theme.fr-popup .fr-command.fr-btn i {
    font-size: 14px;
    margin: 12px;
    width: 14px;
}

.gray-theme.fr-toolbar .fr-command.fr-btn span,
.gray-theme.fr-popup .fr-command.fr-btn span {
    font-size: 14px;
    height: 17px;
    line-height: 17px;
    min-width: 38px;
    padding: 0 2px;
}

.gray-theme.fr-toolbar .fr-command.fr-btn img,
.gray-theme.fr-popup .fr-command.fr-btn img {
    margin: 12px;
    width: 14px;
}

.gray-theme.fr-toolbar .fr-command.fr-btn.fr-active,
.gray-theme.fr-popup .fr-command.fr-btn.fr-active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #0097a7;
}

.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
    width: auto;
}

.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown i,
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown span,
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown img {
    margin-left: 8px;
    margin-right: 16px;
}

.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
    background: #d6d6d6 none repeat scroll 0 0;
    color: #37474f;
}

.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
    background: #d6d6d6 none repeat scroll 0 0 !important;
    color: #37474f !important;
}

.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
    border-top-color: #37474f !important;
}

.gray-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.gray-theme.fr-popup .fr-command.fr-btn.fr-dropdown::after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #37474f;
    height: 0;
    right: 4px;
    top: 17px;
    width: 0;
}

.gray-theme.fr-toolbar .fr-command.fr-btn.fr-disabled,
.gray-theme.fr-popup .fr-command.fr-btn.fr-disabled {
    color: #b7bdc0;
}

.gray-theme.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.gray-theme.fr-popup .fr-command.fr-btn.fr-disabled::after {
    border-top-color: #b7bdc0 !important;
}

.gray-theme.fr-toolbar.fr-disabled .fr-btn,
.gray-theme.fr-popup.fr-disabled .fr-btn,
.gray-theme.fr-toolbar.fr-disabled .fr-btn.fr-active,
.gray-theme.fr-popup.fr-disabled .fr-btn.fr-active {
    color: #b7bdc0;
}

.gray-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.gray-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.gray-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.gray-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
    border-top-color: #b7bdc0;
}

.gray-theme.fr-desktop .fr-command:hover,
.gray-theme.fr-desktop .fr-command:focus {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #37474f;
}

.gray-theme.fr-desktop .fr-command:hover::after,
.gray-theme.fr-desktop .fr-command:focus::after {
    border-top-color: #37474f !important;
}

.gray-theme.fr-desktop .fr-command.fr-selected {
    background: #d6d6d6 none repeat scroll 0 0;
    color: #37474f;
}

.gray-theme.fr-desktop .fr-command.fr-active:hover,
.gray-theme.fr-desktop .fr-command.fr-active:focus {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #0097a7;
}

.gray-theme.fr-desktop .fr-command.fr-active.fr-selected {
    background: #d6d6d6 none repeat scroll 0 0;
    color: #0097a7;
}

.gray-theme.fr-toolbar.fr-mobile .fr-command.fr-blink,
.gray-theme.fr-popup.fr-mobile .fr-command.fr-blink {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.gray-theme .fr-command.fr-btn+.fr-dropdown-menu {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    bottom: auto;
    height: auto;
    right: auto;
}

.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 0;
    margin: 0 auto auto;
    max-height: 0;
    padding: 0;
    transition: max-height 0.2s ease 0s;
}

.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
    max-height: 275px;
    overflow: auto;
}

.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
    margin: 0;
    padding: 0;
}

.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
    margin: 0;
    padding: 0;
}

.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
    color: inherit;
}

.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
    background: #d6d6d6 none repeat scroll 0 0;
}

.gray-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
    color: #b7bdc0;
}

.gray-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
}

.gray-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper {
    height: auto;
    max-height: 275px;
}

.gray-theme .fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu {
    background-clip: padding-box;
    border-radius: 2px 2px 0 0;
}

.gray-theme.fr-modal {
    bottom: 0;
    color: #37474f;
    font-family: Arial, Helvetica, sans-serif;
    left: 0;
    overflow-x: auto;
    right: 0;
    top: 0;
}

.gray-theme.fr-modal .fr-modal-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #bdbdbd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px;
    border-style: solid none none;
    border-width: 5px 0 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
    margin: 20px auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .gray-theme.fr-modal .fr-modal-wrapper {
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .gray-theme.fr-modal .fr-modal-wrapper {
        margin: 50px auto;
    }
}

.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-head {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 0 none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    transition: height 0.2s ease 0s;
}

.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-head i {
    color: #37474f;
}

.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close {
    right: 0;
    top: 0;
    transition: color 0.2s ease 0s;
}

.gray-theme.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
    font-weight: 400;
    margin: 0;
}

.gray-theme.gray-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

.gray-theme.fr-overlay {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.gray-theme.fr-popup {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f5f5f5 none repeat scroll 0 0 padding-box;
    border-color: #bdbdbd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px;
    border-style: solid none none;
    border-width: 5px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    color: #37474f;
    font-family: Arial, Helvetica, sans-serif;
}

.gray-theme.fr-popup .fr-input-focus {
    background: #f5f5f5 none repeat scroll 0 0;
}

.gray-theme.fr-popup.fr-above {
    border-bottom: 5px solid #bdbdbd;
    border-top: 0 none;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

.gray-theme.fr-popup .fr-input-line {
    padding: 8px 0;
}

.gray-theme.fr-popup .fr-input-line input[type="text"],
.gray-theme.fr-popup .fr-input-line textarea {
    border-bottom: 1px solid #bdbdbd;
    color: #37474f;
    margin: 0 0 1px;
}

.gray-theme.fr-popup .fr-input-line input[type="text"]:focus,
.gray-theme.fr-popup .fr-input-line textarea:focus {
    border-bottom: 2px solid #0097a7;
}

.gray-theme.fr-popup .fr-input-line input+label,
.gray-theme.fr-popup .fr-input-line textarea+label {
    left: 0;
    top: 0;
    transition: color 0.2s ease 0s;
}

.gray-theme.fr-popup .fr-input-line input.fr-not-empty:focus+label,
.gray-theme.fr-popup .fr-input-line textarea.fr-not-empty:focus+label {
    color: #0097a7;
}

.gray-theme.fr-popup .fr-input-line input.fr-not-empty+label,
.gray-theme.fr-popup .fr-input-line textarea.fr-not-empty+label {
    color: #808080;
}

.gray-theme.fr-popup .fr-buttons {
    border-bottom: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    line-height: 0;
    padding: 0 2px;
}

.gray-theme.fr-popup .fr-layer {
    width: 225px;
}

@media (min-width: 768px) {
    .gray-theme.fr-popup .fr-layer {
        width: 300px;
    }
}

.gray-theme.fr-popup .fr-action-buttons button.fr-command {
    color: #0097a7;
    transition: background 0.2s ease 0s;
}

.gray-theme.fr-popup .fr-action-buttons button.fr-command:hover,
.gray-theme.fr-popup .fr-action-buttons button.fr-command:focus {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #0097a7;
}

.gray-theme.fr-popup .fr-action-buttons button.fr-command:active {
    background: #d6d6d6 none repeat scroll 0 0;
    color: #0097a7;
}

.gray-theme.fr-popup .fr-action-buttons button::-moz-focus-inner {
    border: 0 none;
}

.gray-theme.fr-popup .fr-checkbox span {
    background-clip: padding-box;
    border: 1px solid #37474f;
    border-radius: 2px;
    transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}

.gray-theme.fr-popup .fr-checkbox input {
    margin: 0;
    padding: 0;
}

.gray-theme.fr-popup .fr-checkbox input:checked+span {
    background: #0097a7 none repeat scroll 0 0;
    border-color: #0097a7;
}

.gray-theme.fr-popup .fr-checkbox input:focus+span {
    border-color: #0097a7;
}

.gray-theme.fr-popup.fr-rtl .fr-input-line input+label,
.gray-theme.fr-popup.fr-rtl .fr-input-line textarea+label {
    left: auto;
    right: 0;
}

.gray-theme.fr-popup .fr-arrow {
    border-bottom: 5px solid #bdbdbd;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    height: 0;
    margin-left: -5px;
    top: -9px;
    width: 0;
}

.gray-theme.fr-popup.fr-above .fr-arrow {
    border-bottom: 0 none;
    border-top: 5px solid #bdbdbd;
    bottom: -9px;
    top: auto;
}

.gray-theme.fr-toolbar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f5f5f5 none repeat scroll 0 0 padding-box;
    border-color: #bdbdbd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px;
    border-style: solid none none;
    border-width: 5px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    color: #37474f;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 2px;
}

.gray-theme.fr-toolbar.fr-inline .fr-arrow {
    border-bottom: 5px solid #bdbdbd;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    height: 0;
    margin-left: -5px;
    top: -9px;
    width: 0;
}

.gray-theme.fr-toolbar.fr-inline.fr-above {
    border-bottom: 5px solid #bdbdbd;
    border-top: 0 none;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

.gray-theme.fr-toolbar.fr-inline.fr-above .fr-arrow {
    border-bottom: 0 none;
    border-top-color: inherit;
    border-top-width: 5px;
    bottom: -9px;
    top: auto;
}

.gray-theme.fr-toolbar.fr-top {
    background-clip: padding-box;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    top: 0;
}

.gray-theme.fr-toolbar.fr-bottom {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    bottom: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.gray-theme .fr-separator {
    background: #ebebeb none repeat scroll 0 0;
}

.gray-theme .fr-separator.fr-vs {
    height: 34px;
    margin: 2px;
    width: 1px;
}

.gray-theme .fr-separator.fr-hs {
    height: 1px;
    margin: 0 2px;
    width: calc(100% - 2 * 2px);
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.red-theme:focus {
    outline: 0 none;
}

.red-theme.fr-box.fr-basic .fr-element {
    color: #000000;
    min-height: 40px;
    overflow-x: auto;
    padding: 10px;
}

.red-theme .fr-element {}

.red-theme.fr-box a.fr-floating-btn {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    box-shadow: none;
    color: #ffca28;
    height: 32px;
    left: 0;
    line-height: 32px;
    top: 0;
    transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    width: 32px;
}

.red-theme.fr-box a.fr-floating-btn svg {
    fill: #ffca28;
    transition: transform 0.2s ease 0s;
}

.red-theme.fr-box a.fr-floating-btn i {
    font-size: 14px;
    line-height: 32px;
}

.red-theme.fr-box a.fr-floating-btn:hover {
    background: #ebebeb none repeat scroll 0 0;
}

.red-theme.fr-box a.fr-floating-btn:hover svg {
    fill: #ffca28;
}

.red-theme .fr-wrapper .fr-placeholder {
    color: #aaaaaa;
    font-size: 12px;
    left: 0;
    right: 0;
    top: 0;
}

.red-theme .fr-wrapper *::-moz-selection {
    background: #b5d6fd none repeat scroll 0 0;
    color: #000000;
}

.red-theme.fr-box.fr-basic .fr-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: -moz-use-text-color #671b1a #671b1a;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    left: 0;
    top: 0;
}

.red-theme.fr-box.fr-basic.fr-top .fr-wrapper {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    border-top: 0 none;
    box-shadow: none;
}

.red-theme.fr-box.fr-basic.fr-bottom .fr-wrapper {
    background-clip: padding-box;
    border-bottom: 0 none;
    border-radius: 2px 2px 0 0;
    box-shadow: none;
}

.red-theme .fr-sticky-on.fr-sticky-ios {
    left: 0;
    right: 0;
}

.red-theme.fr-box .fr-counter {
    background: #ffffff none repeat scroll 0 0 padding-box;
    border-left: 1px solid #ebebeb;
    border-radius: 2px 0 0;
    border-top: 1px solid #ebebeb;
    color: #cccccc;
}

.red-theme.fr-box.fr-rtl .fr-counter {
    background-clip: padding-box;
    border-radius: 0 2px 0 0;
    border-right: 1px solid #ebebeb;
    right: auto;
}

.red-theme textarea.fr-code {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
}

.red-theme.fr-box.fr-code-view.fr-inline {
    box-shadow: none;
}

.red-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #ffffff;
    outline: 0 none;
    padding: 12px;
    right: 0;
    top: 0;
    transition: background 0.2s ease 0s;
}

.red-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
    font-size: 14px;
    width: 14px;
}

.red-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
    background: #c65a59 none repeat scroll 0 0;
}

.red-theme.fr-popup .fr-colors-tabs {
    box-shadow: none;
}

.red-theme.fr-popup .fr-colors-tabs .fr-colors-tab {
    color: #ffffff;
    padding: 8px 0;
}

.red-theme.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.red-theme.fr-popup .fr-colors-tabs .fr-colors-tab:focus {
    color: #ffca28;
}

.red-theme.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
    background: #ffca28 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    transition: transform 0.2s ease 0s;
}

.red-theme.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
    color: #ffca28;
}

.red-theme.fr-popup .fr-color-set {
    line-height: 0;
}

.red-theme.fr-popup .fr-color-set>span>i {
    bottom: 0;
    left: 0;
}

.red-theme.fr-popup .fr-color-set>span .fr-selected-color {
    bottom: 0;
    color: #ffffff;
    font-weight: 400;
    left: 0;
    right: 0;
    top: 0;
}

.red-theme.fr-popup .fr-color-set>span:hover,
.red-theme.fr-popup .fr-color-set>span:focus {
    outline: 1px solid #ffffff;
}

.red-theme .fr-drag-helper {
    background: #ffca28 none repeat scroll 0 0;
}

.red-theme.fr-popup .fr-link:focus {
    background: #c65a59 none repeat scroll 0 0;
}

.red-theme .fr-file-upload-layer {
    border: 2px dashed #edc9c9;
    padding: 25px 0;
}

.red-theme .fr-file-upload-layer:hover {
    background: #c65a59 none repeat scroll 0 0;
}

.red-theme .fr-file-upload-layer.fr-drop {
    background: #c65a59 none repeat scroll 0 0;
    border-color: #ffca28;
}

.red-theme .fr-file-upload-layer .fr-form {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.red-theme .fr-file-progress-bar-layer>h3 {
    margin: 10px 0;
}

.red-theme .fr-file-progress-bar-layer>div.fr-loader {
    background: #ffefbf none repeat scroll 0 0;
}

.red-theme .fr-file-progress-bar-layer>div.fr-loader span {
    background: #ffca28 none repeat scroll 0 0;
    transition: width 0.2s ease 0s;
}

.red-theme .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    top: 0;
}

.red-theme.fr-box.fr-fullscreen {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.red-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
    border: 0 none;
}

.red-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.red-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
    color: #ffffff;
}

.red-theme .fr-image-resizer {
    border: 1px solid #ffca28;
}

.red-theme .fr-image-resizer .fr-handler {
    background: #ffca28 none repeat scroll 0 0;
    border: 1px solid #ffffff;
}

.red-theme .fr-image-resizer .fr-handler {
    height: 12px;
    width: 12px;
}

.red-theme .fr-image-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px;
}

.red-theme .fr-image-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px;
}

.red-theme .fr-image-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px;
}

.red-theme .fr-image-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px;
}

@media (min-width: 1200px) {
    .red-theme .fr-image-resizer .fr-handler {
        height: 10px;
        width: 10px;
    }
    .red-theme .fr-image-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px;
    }
    .red-theme .fr-image-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px;
    }
    .red-theme .fr-image-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px;
    }
    .red-theme .fr-image-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px;
    }
}

.red-theme.fr-image-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.red-theme .fr-image-upload-layer {
    border: 2px dashed #edc9c9;
    padding: 25px 0;
}

.red-theme .fr-image-upload-layer:hover {
    background: #c65a59 none repeat scroll 0 0;
}

.red-theme .fr-image-upload-layer.fr-drop {
    background: #c65a59 none repeat scroll 0 0;
    border-color: #ffca28;
}

.red-theme .fr-image-upload-layer .fr-form {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.red-theme .fr-image-progress-bar-layer>h3 {
    margin: 10px 0;
}

.red-theme .fr-image-progress-bar-layer>div.fr-loader {
    background: #ffefbf none repeat scroll 0 0;
}

.red-theme .fr-image-progress-bar-layer>div.fr-loader span {
    background: #ffca28 none repeat scroll 0 0;
    transition: width 0.2s ease 0s;
}

.red-theme .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    top: 0;
}

.red-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more {
    transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
}

.red-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
    opacity: 0;
    padding: 12px 0;
    width: 0;
}

.red-theme.fr-modal-head .fr-modal-tags a {
    background-clip: padding-box;
    border-radius: 2px;
    color: #ffca28;
    opacity: 0;
    transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
}

.red-theme.fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #d48382 none repeat scroll 0 0;
}

.red-themediv.fr-modal-body .fr-preloader {
    margin: 50px auto;
}

.red-themediv.fr-modal-body div.fr-image-list {
    padding: 0;
}

.red-themediv.fr-modal-body div.fr-image-list div.fr-image-container {
    background-clip: padding-box;
    border-radius: 2px;
    box-shadow: none;
}

.red-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease 0s;
}

.red-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
    bottom: 0;
    color: #ffffff;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}

.red-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
    background: #cccccc none repeat scroll 0 0;
}

.red-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}

.red-themediv.fr-modal-body div.fr-image-list div.fr-image-container img {
    transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
}

.red-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
.red-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    box-shadow: none;
    margin: 0;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.red-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
    background: #b8312f none repeat scroll 0 0;
    color: #ffffff;
}

.red-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    background: #b8312f none repeat scroll 0 0;
    color: #ffca28;
}

.red-theme.red-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
    background: #c65a59 none repeat scroll 0 0;
}

.red-theme.red-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #d48382 none repeat scroll 0 0;
}

.red-theme.red-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
    background: #bf4644 none repeat scroll 0 0;
    color: #ffffff;
}

.red-theme.red-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
    background: #c65a59 none repeat scroll 0 0;
}

.red-theme .fr-line-breaker {
    border-top: 1px solid #ffca28;
}

.red-theme .fr-line-breaker a.fr-floating-btn {
    left: calc(50% - 32px / 2);
    top: -16px;
}

.red-theme .fr-qi-helper {
    padding-left: 10px;
}

.red-theme .fr-qi-helper a.fr-btn.fr-floating-btn {
    color: #ffffff;
}

.red-theme .fr-element table td.fr-selected-cell,
.red-theme .fr-element table th.fr-selected-cell {
    border: 1px double #ffca28;
}

.red-theme .fr-table-resizer div {
    border-right: 1px solid #ffca28;
}

.red-theme.fr-popup .fr-table-size .fr-select-table-size {
    line-height: 0;
}

.red-theme.fr-popup .fr-table-size .fr-select-table-size>span {
    padding: 0 4px 4px 0;
}

.red-theme.fr-popup .fr-table-size .fr-select-table-size>span>span {
    border: 1px solid #dddddd;
}

.red-theme.fr-popup .fr-table-size .fr-select-table-size>span.hover>span {
    background: rgba(255, 202, 40, 0.3) none repeat scroll 0 0;
    border: 1px solid #ffca28;
}

.red-theme.fr-popup .fr-table-colors {
    line-height: 0;
}

.red-theme.fr-popup .fr-table-colors>span>i {
    bottom: 0;
    left: 0;
}

.red-theme.fr-popup .fr-table-colors>span:focus {
    outline: 1px solid #ffffff;
}

.red-theme .fr-element .fr-video::after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.red-theme.fr-box .fr-video-resizer {
    border: 1px solid #ffca28;
}

.red-theme.fr-box .fr-video-resizer .fr-handler {
    background: #ffca28 none repeat scroll 0 0;
    border: 1px solid #ffffff;
}

.red-theme.fr-box .fr-video-resizer .fr-handler {
    height: 12px;
    width: 12px;
}

.red-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px;
}

.red-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px;
}

.red-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px;
}

.red-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px;
}

@media (min-width: 1200px) {
    .red-theme.fr-box .fr-video-resizer .fr-handler {
        height: 10px;
        width: 10px;
    }
    .red-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px;
    }
    .red-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px;
    }
    .red-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px;
    }
    .red-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px;
    }
}

.red-theme.fr-video-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.red-theme .fr-view strong {
    font-weight: 700;
}

.red-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5 none repeat scroll 0 0;
}

.red-theme .fr-view table td,
.red-theme .fr-view table th {
    border: 1px solid #dddddd;
}

.red-theme .fr-view table th {
    background: #e6e6e6 none repeat scroll 0 0;
}

.red-theme .fr-view[dir="rtl"] blockquote {
    border-right: 2px solid #5e35b1;
    margin-right: 0;
}

.red-theme .fr-view[dir="rtl"] blockquote blockquote {
    border-color: #00bcd4;
}

.red-theme .fr-view[dir="rtl"] blockquote blockquote blockquote {
    border-color: #43a047;
}

.red-theme .fr-view blockquote {
    border-left: 2px solid #5e35b1;
    color: #5e35b1;
    margin-left: 0;
}

.red-theme .fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4;
}

.red-theme .fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047;
}

.red-theme .fr-view span.fr-emoticon {
    line-height: 0;
}

.red-theme .fr-view span.fr-emoticon.fr-emoticon-img {
    font-size: inherit;
}

.red-theme .fr-view .fr-text-bordered {
    padding: 10px 0;
}

.red-theme .fr-tooltip {
    background: #222222 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    left: 0;
    line-height: 22px;
    top: 0;
    transition: opacity 0.2s ease 0s;
}

.red-theme.fr-toolbar .fr-command.fr-btn,
.red-theme.fr-popup .fr-command.fr-btn {
    border: 0 none;
    color: #ffffff;
    height: 38px;
    margin: 0 2px;
    outline: 0 none;
    padding: 0;
    transition: background 0.2s ease 0s;
    width: 38px;
}

.red-theme.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.red-theme.fr-popup .fr-command.fr-btn::-moz-focus-inner {
    border: 0 none;
}

.red-theme.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.red-theme.fr-popup .fr-command.fr-btn.fr-btn-text {
    width: auto;
}

.red-theme.fr-toolbar .fr-command.fr-btn i,
.red-theme.fr-popup .fr-command.fr-btn i {
    font-size: 14px;
    margin: 12px;
    width: 14px;
}

.red-theme.fr-toolbar .fr-command.fr-btn span,
.red-theme.fr-popup .fr-command.fr-btn span {
    font-size: 14px;
    height: 17px;
    line-height: 17px;
    min-width: 38px;
    padding: 0 2px;
}

.red-theme.fr-toolbar .fr-command.fr-btn img,
.red-theme.fr-popup .fr-command.fr-btn img {
    margin: 12px;
    width: 14px;
}

.red-theme.fr-toolbar .fr-command.fr-btn.fr-active,
.red-theme.fr-popup .fr-command.fr-btn.fr-active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffca28;
}

.red-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,
.red-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
    width: auto;
}

.red-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.red-theme.fr-popup .fr-command.fr-btn.fr-dropdown i,
.red-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.red-theme.fr-popup .fr-command.fr-btn.fr-dropdown span,
.red-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.red-theme.fr-popup .fr-command.fr-btn.fr-dropdown img {
    margin-left: 8px;
    margin-right: 16px;
}

.red-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.red-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
    background: #d48382 none repeat scroll 0 0;
    color: #ffffff;
}

.red-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.red-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.red-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.red-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
    background: #d48382 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

.red-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.red-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.red-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.red-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
    border-top-color: #ffffff !important;
}

.red-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.red-theme.fr-popup .fr-command.fr-btn.fr-dropdown::after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #ffffff;
    height: 0;
    right: 4px;
    top: 17px;
    width: 0;
}

.red-theme.fr-toolbar .fr-command.fr-btn.fr-disabled,
.red-theme.fr-popup .fr-command.fr-btn.fr-disabled {
    color: #edc9c9;
}

.red-theme.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.red-theme.fr-popup .fr-command.fr-btn.fr-disabled::after {
    border-top-color: #edc9c9 !important;
}

.red-theme.fr-toolbar.fr-disabled .fr-btn,
.red-theme.fr-popup.fr-disabled .fr-btn,
.red-theme.fr-toolbar.fr-disabled .fr-btn.fr-active,
.red-theme.fr-popup.fr-disabled .fr-btn.fr-active {
    color: #edc9c9;
}

.red-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.red-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.red-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.red-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
    border-top-color: #edc9c9;
}

.red-theme.fr-desktop .fr-command:hover,
.red-theme.fr-desktop .fr-command:focus {
    background: #c65a59 none repeat scroll 0 0;
    color: #ffffff;
}

.red-theme.fr-desktop .fr-command:hover::after,
.red-theme.fr-desktop .fr-command:focus::after {
    border-top-color: #ffffff !important;
}

.red-theme.fr-desktop .fr-command.fr-selected {
    background: #d48382 none repeat scroll 0 0;
    color: #ffffff;
}

.red-theme.fr-desktop .fr-command.fr-active:hover,
.red-theme.fr-desktop .fr-command.fr-active:focus {
    background: #c65a59 none repeat scroll 0 0;
    color: #ffca28;
}

.red-theme.fr-desktop .fr-command.fr-active.fr-selected {
    background: #d48382 none repeat scroll 0 0;
    color: #ffca28;
}

.red-theme.fr-toolbar.fr-mobile .fr-command.fr-blink,
.red-theme.fr-popup.fr-mobile .fr-command.fr-blink {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.red-theme .fr-command.fr-btn+.fr-dropdown-menu {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    bottom: auto;
    height: auto;
    right: auto;
}

.red-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper {
    background: #b8312f none repeat scroll 0 0;
    height: 0;
    margin: 0 auto auto;
    max-height: 0;
    padding: 0;
    transition: max-height 0.2s ease 0s;
}

.red-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
    max-height: 275px;
    overflow: auto;
}

.red-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
    margin: 0;
    padding: 0;
}

.red-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
    margin: 0;
    padding: 0;
}

.red-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
    color: inherit;
}

.red-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
    background: #d48382 none repeat scroll 0 0;
}

.red-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
    color: #edc9c9;
}

.red-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu {
    box-shadow: none;
}

.red-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper {
    height: auto;
    max-height: 275px;
}

.red-theme .fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu {
    background-clip: padding-box;
    border-radius: 2px 2px 0 0;
}

.red-theme.fr-modal {
    bottom: 0;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    left: 0;
    overflow-x: auto;
    right: 0;
    top: 0;
}

.red-theme.fr-modal .fr-modal-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #671b1a;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 5px 1px 1px;
    box-shadow: none;
    margin: 20px auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .red-theme.fr-modal .fr-modal-wrapper {
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .red-theme.fr-modal .fr-modal-wrapper {
        margin: 50px auto;
    }
}

.red-theme.fr-modal .fr-modal-wrapper .fr-modal-head {
    background: #b8312f none repeat scroll 0 0;
    border-bottom: 1px solid #671b1a;
    box-shadow: none;
    transition: height 0.2s ease 0s;
}

.red-theme.fr-modal .fr-modal-wrapper .fr-modal-head i {
    color: #ffffff;
}

.red-theme.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close {
    right: 0;
    top: 0;
    transition: color 0.2s ease 0s;
}

.red-theme.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
    font-weight: 400;
    margin: 0;
}

.red-theme.red-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
    background: #c65a59 none repeat scroll 0 0;
}

.red-theme.fr-overlay {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.red-theme.fr-popup {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #b8312f none repeat scroll 0 0 padding-box;
    border-color: #671b1a;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 5px 1px 1px;
    box-shadow: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.red-theme.fr-popup .fr-input-focus {
    background: #f5f5f5 none repeat scroll 0 0;
}

.red-theme.fr-popup.fr-above {
    border-bottom: 5px solid #671b1a;
    border-top: 0 none;
    box-shadow: none;
}

.red-theme.fr-popup .fr-input-line {
    padding: 8px 0;
}

.red-theme.fr-popup .fr-input-line input[type="text"],
.red-theme.fr-popup .fr-input-line textarea {
    border-bottom: 1px solid #bdbdbd;
    color: #ffffff;
    margin: 0 0 1px;
}

.red-theme.fr-popup .fr-input-line input[type="text"]:focus,
.red-theme.fr-popup .fr-input-line textarea:focus {
    border-bottom: 2px solid #ffca28;
}

.red-theme.fr-popup .fr-input-line input+label,
.red-theme.fr-popup .fr-input-line textarea+label {
    left: 0;
    top: 0;
    transition: color 0.2s ease 0s;
}

.red-theme.fr-popup .fr-input-line input.fr-not-empty:focus+label,
.red-theme.fr-popup .fr-input-line textarea.fr-not-empty:focus+label {
    color: #ffca28;
}

.red-theme.fr-popup .fr-input-line input.fr-not-empty+label,
.red-theme.fr-popup .fr-input-line textarea.fr-not-empty+label {
    color: #808080;
}

.red-theme.fr-popup .fr-buttons {
    border-bottom: 1px solid #671b1a;
    box-shadow: none;
    line-height: 0;
    padding: 0 2px;
}

.red-theme.fr-popup .fr-layer {
    width: 225px;
}

@media (min-width: 768px) {
    .red-theme.fr-popup .fr-layer {
        width: 300px;
    }
}

.red-theme.fr-popup .fr-action-buttons button.fr-command {
    color: #ffca28;
    transition: background 0.2s ease 0s;
}

.red-theme.fr-popup .fr-action-buttons button.fr-command:hover,
.red-theme.fr-popup .fr-action-buttons button.fr-command:focus {
    background: #c65a59 none repeat scroll 0 0;
    color: #ffca28;
}

.red-theme.fr-popup .fr-action-buttons button.fr-command:active {
    background: #d48382 none repeat scroll 0 0;
    color: #ffca28;
}

.red-theme.fr-popup .fr-action-buttons button::-moz-focus-inner {
    border: 0 none;
}

.red-theme.fr-popup .fr-checkbox span {
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 2px;
    transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}

.red-theme.fr-popup .fr-checkbox input {
    margin: 0;
    padding: 0;
}

.red-theme.fr-popup .fr-checkbox input:checked+span {
    background: #ffca28 none repeat scroll 0 0;
    border-color: #ffca28;
}

.red-theme.fr-popup .fr-checkbox input:focus+span {
    border-color: #ffca28;
}

.red-theme.fr-popup.fr-rtl .fr-input-line input+label,
.red-theme.fr-popup.fr-rtl .fr-input-line textarea+label {
    left: auto;
    right: 0;
}

.red-theme.fr-popup .fr-arrow {
    border-bottom: 5px solid #671b1a;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    height: 0;
    margin-left: -5px;
    top: -9px;
    width: 0;
}

.red-theme.fr-popup.fr-above .fr-arrow {
    border-bottom: 0 none;
    border-top: 5px solid #671b1a;
    bottom: -9px;
    top: auto;
}

.red-theme.fr-toolbar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #b8312f none repeat scroll 0 0 padding-box;
    border-color: #671b1a;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 5px 1px 1px;
    box-shadow: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 2px;
}

.red-theme.fr-toolbar.fr-inline .fr-arrow {
    border-bottom: 5px solid #671b1a;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    height: 0;
    margin-left: -5px;
    top: -9px;
    width: 0;
}

.red-theme.fr-toolbar.fr-inline.fr-above {
    border-bottom: 5px solid #671b1a;
    border-top: 0 none;
    box-shadow: none;
}

.red-theme.fr-toolbar.fr-inline.fr-above .fr-arrow {
    border-bottom: 0 none;
    border-top-color: inherit;
    border-top-width: 5px;
    bottom: -9px;
    top: auto;
}

.red-theme.fr-toolbar.fr-top {
    background-clip: padding-box;
    border-radius: 2px 2px 0 0;
    box-shadow: none;
    top: 0;
}

.red-theme.fr-toolbar.fr-bottom {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    bottom: 0;
    box-shadow: none;
}

.red-theme .fr-separator {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}

.red-theme .fr-separator.fr-vs {
    height: 34px;
    margin: 2px;
    width: 1px;
}

.red-theme .fr-separator.fr-hs {
    height: 1px;
    margin: 0 2px;
    width: calc(100% - 2 * 2px);
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.hide-by-clipping {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.royal-theme:focus {
    outline: 0 none;
}

.royal-theme.fr-box.fr-basic .fr-element {
    color: #000000;
    min-height: 40px;
    overflow-x: auto;
    padding: 10px;
}

.royal-theme .fr-element {}

.royal-theme.fr-box a.fr-floating-btn {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    color: #553982;
    height: 32px;
    left: 0;
    line-height: 32px;
    top: 0;
    transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    width: 32px;
}

.royal-theme.fr-box a.fr-floating-btn svg {
    fill: #553982;
    transition: transform 0.2s ease 0s;
}

.royal-theme.fr-box a.fr-floating-btn i {
    font-size: 14px;
    line-height: 32px;
}

.royal-theme.fr-box a.fr-floating-btn:hover {
    background: #9365b8 none repeat scroll 0 0;
}

.royal-theme.fr-box a.fr-floating-btn:hover svg {
    fill: #ffffff;
}

.royal-theme .fr-wrapper .fr-placeholder {
    color: #aaaaaa;
    font-size: 12px;
    left: 0;
    right: 0;
    top: 0;
}

.royal-theme .fr-wrapper *::-moz-selection {
    background: #b5d6fd none repeat scroll 0 0;
    color: #000000;
}

.royal-theme.fr-box.fr-basic .fr-wrapper {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    left: 0;
    top: 0;
}

.royal-theme.fr-box.fr-basic.fr-top .fr-wrapper {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    border-top: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.royal-theme.fr-box.fr-basic.fr-bottom .fr-wrapper {
    background-clip: padding-box;
    border-bottom: 0 none;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

.royal-theme .fr-sticky-on.fr-sticky-ios {
    left: 0;
    right: 0;
}

.royal-theme.fr-box .fr-counter {
    background: #ffffff none repeat scroll 0 0 padding-box;
    border-left: 1px solid #ebebeb;
    border-radius: 2px 0 0;
    border-top: 1px solid #ebebeb;
    color: #cccccc;
}

.royal-theme.fr-box.fr-rtl .fr-counter {
    background-clip: padding-box;
    border-radius: 0 2px 0 0;
    border-right: 1px solid #ebebeb;
    right: auto;
}

.royal-theme textarea.fr-code {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
}

.royal-theme.fr-box.fr-code-view.fr-inline {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.royal-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    color: #553982;
    outline: 0 none;
    padding: 12px;
    right: 0;
    top: 0;
    transition: background 0.2s ease 0s;
}

.royal-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
    font-size: 14px;
    width: 14px;
}

.royal-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

.royal-theme.fr-popup .fr-colors-tabs {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.royal-theme.fr-popup .fr-colors-tabs .fr-colors-tab {
    color: #553982;
    padding: 8px 0;
}

.royal-theme.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.royal-theme.fr-popup .fr-colors-tabs .fr-colors-tab:focus {
    color: #553982;
}

.royal-theme.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
    background: #553982 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    transition: transform 0.2s ease 0s;
}

.royal-theme.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
    color: #553982;
}

.royal-theme.fr-popup .fr-color-set {
    line-height: 0;
}

.royal-theme.fr-popup .fr-color-set>span>i {
    bottom: 0;
    left: 0;
}

.royal-theme.fr-popup .fr-color-set>span .fr-selected-color {
    bottom: 0;
    color: #ffffff;
    font-weight: 400;
    left: 0;
    right: 0;
    top: 0;
}

.royal-theme.fr-popup .fr-color-set>span:hover,
.royal-theme.fr-popup .fr-color-set>span:focus {
    outline: 1px solid #553982;
}

.royal-theme .fr-drag-helper {
    background: #553982 none repeat scroll 0 0;
}

.royal-theme.fr-popup .fr-link:focus {
    background: #e6e6e6 none repeat scroll 0 0;
}

.royal-theme .fr-file-upload-layer {
    border: 2px dashed #b7bdc0;
    padding: 25px 0;
}

.royal-theme .fr-file-upload-layer:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

.royal-theme .fr-file-upload-layer.fr-drop {
    background: #e6e6e6 none repeat scroll 0 0;
    border-color: #553982;
}

.royal-theme .fr-file-upload-layer .fr-form {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.royal-theme .fr-file-progress-bar-layer>h3 {
    margin: 10px 0;
}

.royal-theme .fr-file-progress-bar-layer>div.fr-loader {
    background: #ccc4da none repeat scroll 0 0;
}

.royal-theme .fr-file-progress-bar-layer>div.fr-loader span {
    background: #553982 none repeat scroll 0 0;
    transition: width 0.2s ease 0s;
}

.royal-theme .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    top: 0;
}

.royal-theme.fr-box.fr-fullscreen {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
    border: 0 none;
}

.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
    border-bottom: 1px solid #ebebeb;
}

.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
    color: #8874a8;
}

.royal-theme .fr-image-resizer {
    border: 1px solid #553982;
}

.royal-theme .fr-image-resizer .fr-handler {
    background: #553982 none repeat scroll 0 0;
    border: 1px solid #ffffff;
}

.royal-theme .fr-image-resizer .fr-handler {
    height: 12px;
    width: 12px;
}

.royal-theme .fr-image-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px;
}

.royal-theme .fr-image-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px;
}

.royal-theme .fr-image-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px;
}

.royal-theme .fr-image-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px;
}

@media (min-width: 1200px) {
    .royal-theme .fr-image-resizer .fr-handler {
        height: 10px;
        width: 10px;
    }
    .royal-theme .fr-image-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px;
    }
    .royal-theme .fr-image-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px;
    }
    .royal-theme .fr-image-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px;
    }
    .royal-theme .fr-image-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px;
    }
}

.royal-theme.fr-image-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.royal-theme .fr-image-upload-layer {
    border: 2px dashed #b7bdc0;
    padding: 25px 0;
}

.royal-theme .fr-image-upload-layer:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

.royal-theme .fr-image-upload-layer.fr-drop {
    background: #e6e6e6 none repeat scroll 0 0;
    border-color: #553982;
}

.royal-theme .fr-image-upload-layer .fr-form {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.royal-theme .fr-image-progress-bar-layer>h3 {
    margin: 10px 0;
}

.royal-theme .fr-image-progress-bar-layer>div.fr-loader {
    background: #ccc4da none repeat scroll 0 0;
}

.royal-theme .fr-image-progress-bar-layer>div.fr-loader span {
    background: #553982 none repeat scroll 0 0;
    transition: width 0.2s ease 0s;
}

.royal-theme .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    top: 0;
}

.royal-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more {
    transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
}

.royal-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
    opacity: 0;
    padding: 12px 0;
    width: 0;
}

.royal-theme.fr-modal-head .fr-modal-tags a {
    background-clip: padding-box;
    border-radius: 2px;
    color: #553982;
    opacity: 0;
    transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
}

.royal-theme.fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #d6d6d6 none repeat scroll 0 0;
}

.royal-themediv.fr-modal-body .fr-preloader {
    margin: 50px auto;
}

.royal-themediv.fr-modal-body div.fr-image-list {
    padding: 0;
}

.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container {
    background-clip: padding-box;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease 0s;
}

.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
    bottom: 0;
    color: #ffffff;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}

.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
    background: #cccccc none repeat scroll 0 0;
}

.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}

.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container img {
    transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
}

.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    margin: 0;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
    background: #b8312f none repeat scroll 0 0;
    color: #ffffff;
}

.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    background: #ffffff none repeat scroll 0 0;
    color: #553982;
}

.royal-theme.royal-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

.royal-theme.royal-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #d6d6d6 none repeat scroll 0 0;
}

.royal-theme.royal-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
    background: #bf4644 none repeat scroll 0 0;
    color: #ffffff;
}

.royal-theme.royal-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

.royal-theme .fr-line-breaker {
    border-top: 1px solid #553982;
}

.royal-theme .fr-line-breaker a.fr-floating-btn {
    left: calc(50% - 32px / 2);
    top: -16px;
}

.royal-theme .fr-qi-helper {
    padding-left: 10px;
}

.royal-theme .fr-qi-helper a.fr-btn.fr-floating-btn {
    color: #553982;
}

.royal-theme .fr-element table td.fr-selected-cell,
.royal-theme .fr-element table th.fr-selected-cell {
    border: 1px double #553982;
}

.royal-theme .fr-table-resizer div {
    border-right: 1px solid #553982;
}

.royal-theme.fr-popup .fr-table-size .fr-select-table-size {
    line-height: 0;
}

.royal-theme.fr-popup .fr-table-size .fr-select-table-size>span {
    padding: 0 4px 4px 0;
}

.royal-theme.fr-popup .fr-table-size .fr-select-table-size>span>span {
    border: 1px solid #dddddd;
}

.royal-theme.fr-popup .fr-table-size .fr-select-table-size>span.hover>span {
    background: rgba(85, 57, 130, 0.3) none repeat scroll 0 0;
    border: 1px solid #553982;
}

.royal-theme.fr-popup .fr-table-colors {
    line-height: 0;
}

.royal-theme.fr-popup .fr-table-colors>span>i {
    bottom: 0;
    left: 0;
}

.royal-theme.fr-popup .fr-table-colors>span:focus {
    outline: 1px solid #553982;
}

.royal-theme .fr-element .fr-video::after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.royal-theme.fr-box .fr-video-resizer {
    border: 1px solid #553982;
}

.royal-theme.fr-box .fr-video-resizer .fr-handler {
    background: #553982 none repeat scroll 0 0;
    border: 1px solid #ffffff;
}

.royal-theme.fr-box .fr-video-resizer .fr-handler {
    height: 12px;
    width: 12px;
}

.royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px;
}

.royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px;
}

.royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px;
}

.royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px;
}

@media (min-width: 1200px) {
    .royal-theme.fr-box .fr-video-resizer .fr-handler {
        height: 10px;
        width: 10px;
    }
    .royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px;
    }
    .royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px;
    }
    .royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px;
    }
    .royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px;
    }
}

.royal-theme.fr-video-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.royal-theme .fr-view strong {
    font-weight: 700;
}

.royal-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5 none repeat scroll 0 0;
}

.royal-theme .fr-view table td,
.royal-theme .fr-view table th {
    border: 1px solid #dddddd;
}

.royal-theme .fr-view table th {
    background: #e6e6e6 none repeat scroll 0 0;
}

.royal-theme .fr-view[dir="rtl"] blockquote {
    border-right: 2px solid #5e35b1;
    margin-right: 0;
}

.royal-theme .fr-view[dir="rtl"] blockquote blockquote {
    border-color: #00bcd4;
}

.royal-theme .fr-view[dir="rtl"] blockquote blockquote blockquote {
    border-color: #43a047;
}

.royal-theme .fr-view blockquote {
    border-left: 2px solid #5e35b1;
    color: #5e35b1;
    margin-left: 0;
}

.royal-theme .fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4;
}

.royal-theme .fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047;
}

.royal-theme .fr-view span.fr-emoticon {
    line-height: 0;
}

.royal-theme .fr-view span.fr-emoticon.fr-emoticon-img {
    font-size: inherit;
}

.royal-theme .fr-view .fr-text-bordered {
    padding: 10px 0;
}

.royal-theme .fr-tooltip {
    background: #222222 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    left: 0;
    line-height: 22px;
    top: 0;
    transition: opacity 0.2s ease 0s;
}

.royal-theme.fr-toolbar .fr-command.fr-btn,
.royal-theme.fr-popup .fr-command.fr-btn {
    border: 0 none;
    color: #553982;
    height: 38px;
    margin: 0 2px;
    outline: 0 none;
    padding: 0;
    transition: background 0.2s ease 0s;
    width: 38px;
}

.royal-theme.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.royal-theme.fr-popup .fr-command.fr-btn::-moz-focus-inner {
    border: 0 none;
}

.royal-theme.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.royal-theme.fr-popup .fr-command.fr-btn.fr-btn-text {
    width: auto;
}

.royal-theme.fr-toolbar .fr-command.fr-btn i,
.royal-theme.fr-popup .fr-command.fr-btn i {
    font-size: 14px;
    margin: 12px;
    width: 14px;
}

.royal-theme.fr-toolbar .fr-command.fr-btn span,
.royal-theme.fr-popup .fr-command.fr-btn span {
    font-size: 14px;
    height: 17px;
    line-height: 17px;
    min-width: 38px;
    padding: 0 2px;
}

.royal-theme.fr-toolbar .fr-command.fr-btn img,
.royal-theme.fr-popup .fr-command.fr-btn img {
    margin: 12px;
    width: 14px;
}

.royal-theme.fr-toolbar .fr-command.fr-btn.fr-active,
.royal-theme.fr-popup .fr-command.fr-btn.fr-active {
    background: #9365b8 none repeat scroll 0 0;
    color: #ffffff;
}

.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,
.royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
    width: auto;
}

.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown i,
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown span,
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown img {
    margin-left: 8px;
    margin-right: 16px;
}

.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
    background: #d6d6d6 none repeat scroll 0 0;
    color: #553982;
}

.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
    background: #d6d6d6 none repeat scroll 0 0 !important;
    color: #553982 !important;
}

.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
    border-top-color: #553982 !important;
}

.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown::after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #553982;
    height: 0;
    right: 4px;
    top: 17px;
    width: 0;
}

.royal-theme.fr-toolbar .fr-command.fr-btn.fr-disabled,
.royal-theme.fr-popup .fr-command.fr-btn.fr-disabled {
    color: #b7bdc0;
}

.royal-theme.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.royal-theme.fr-popup .fr-command.fr-btn.fr-disabled::after {
    border-top-color: #b7bdc0 !important;
}

.royal-theme.fr-toolbar.fr-disabled .fr-btn,
.royal-theme.fr-popup.fr-disabled .fr-btn,
.royal-theme.fr-toolbar.fr-disabled .fr-btn.fr-active,
.royal-theme.fr-popup.fr-disabled .fr-btn.fr-active {
    color: #b7bdc0;
}

.royal-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.royal-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.royal-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.royal-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
    border-top-color: #b7bdc0;
}

.royal-theme.fr-desktop .fr-command:hover,
.royal-theme.fr-desktop .fr-command:focus {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #553982;
}

.royal-theme.fr-desktop .fr-command:hover::after,
.royal-theme.fr-desktop .fr-command:focus::after {
    border-top-color: #553982 !important;
}

.royal-theme.fr-desktop .fr-command.fr-selected {
    background: #d6d6d6 none repeat scroll 0 0;
    color: #553982;
}

.royal-theme.fr-desktop .fr-command.fr-active:hover,
.royal-theme.fr-desktop .fr-command.fr-active:focus {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #553982;
}

.royal-theme.fr-desktop .fr-command.fr-active.fr-selected {
    background: #d6d6d6 none repeat scroll 0 0;
    color: #553982;
}

.royal-theme.fr-toolbar.fr-mobile .fr-command.fr-blink,
.royal-theme.fr-popup.fr-mobile .fr-command.fr-blink {
    background: #9365b8 none repeat scroll 0 0;
}

.royal-theme .fr-command.fr-btn+.fr-dropdown-menu {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    bottom: auto;
    height: auto;
    right: auto;
}

.royal-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper {
    background: #ffffff none repeat scroll 0 0;
    height: 0;
    margin: 0 auto auto;
    max-height: 0;
    padding: 0;
    transition: max-height 0.2s ease 0s;
}

.royal-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
    max-height: 275px;
    overflow: auto;
}

.royal-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
    margin: 0;
    padding: 0;
}

.royal-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
    margin: 0;
    padding: 0;
}

.royal-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
    color: inherit;
}

.royal-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
    background: #d6d6d6 none repeat scroll 0 0;
}

.royal-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
    color: #b7bdc0;
}

.royal-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
}

.royal-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper {
    height: auto;
    max-height: 275px;
}

.royal-theme .fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu {
    background-clip: padding-box;
    border-radius: 2px 2px 0 0;
}

.royal-theme.fr-modal {
    bottom: 0;
    color: #553982;
    font-family: Arial, Helvetica, sans-serif;
    left: 0;
    overflow-x: auto;
    right: 0;
    top: 0;
}

.royal-theme.fr-modal .fr-modal-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #553982 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px;
    border-style: solid none none;
    border-width: 5px 0 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
    margin: 20px auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .royal-theme.fr-modal .fr-modal-wrapper {
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .royal-theme.fr-modal .fr-modal-wrapper {
        margin: 50px auto;
    }
}

.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-head {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 0 none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    transition: height 0.2s ease 0s;
}

.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-head i {
    color: #553982;
}

.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close {
    right: 0;
    top: 0;
    transition: color 0.2s ease 0s;
}

.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
    font-weight: 400;
    margin: 0;
}

.royal-theme.royal-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}

.royal-theme.fr-overlay {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.royal-theme.fr-popup {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0 padding-box;
    border-color: #553982 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px;
    border-style: solid none none;
    border-width: 5px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    color: #553982;
    font-family: Arial, Helvetica, sans-serif;
}

.royal-theme.fr-popup .fr-input-focus {
    background: #f5f5f5 none repeat scroll 0 0;
}

.royal-theme.fr-popup.fr-above {
    border-bottom: 5px solid #553982;
    border-top: 0 none;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

.royal-theme.fr-popup .fr-input-line {
    padding: 8px 0;
}

.royal-theme.fr-popup .fr-input-line input[type="text"],
.royal-theme.fr-popup .fr-input-line textarea {
    border-bottom: 1px solid #bdbdbd;
    color: #553982;
    margin: 0 0 1px;
}

.royal-theme.fr-popup .fr-input-line input[type="text"]:focus,
.royal-theme.fr-popup .fr-input-line textarea:focus {
    border-bottom: 2px solid #553982;
}

.royal-theme.fr-popup .fr-input-line input+label,
.royal-theme.fr-popup .fr-input-line textarea+label {
    left: 0;
    top: 0;
    transition: color 0.2s ease 0s;
}

.royal-theme.fr-popup .fr-input-line input.fr-not-empty:focus+label,
.royal-theme.fr-popup .fr-input-line textarea.fr-not-empty:focus+label {
    color: #553982;
}

.royal-theme.fr-popup .fr-input-line input.fr-not-empty+label,
.royal-theme.fr-popup .fr-input-line textarea.fr-not-empty+label {
    color: #808080;
}

.royal-theme.fr-popup .fr-buttons {
    border-bottom: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    line-height: 0;
    padding: 0 2px;
}

.royal-theme.fr-popup .fr-layer {
    width: 225px;
}

@media (min-width: 768px) {
    .royal-theme.fr-popup .fr-layer {
        width: 300px;
    }
}

.royal-theme.fr-popup .fr-action-buttons button.fr-command {
    color: #553982;
    transition: background 0.2s ease 0s;
}

.royal-theme.fr-popup .fr-action-buttons button.fr-command:hover,
.royal-theme.fr-popup .fr-action-buttons button.fr-command:focus {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #553982;
}

.royal-theme.fr-popup .fr-action-buttons button.fr-command:active {
    background: #d6d6d6 none repeat scroll 0 0;
    color: #553982;
}

.royal-theme.fr-popup .fr-action-buttons button::-moz-focus-inner {
    border: 0 none;
}

.royal-theme.fr-popup .fr-checkbox span {
    background-clip: padding-box;
    border: 1px solid #553982;
    border-radius: 2px;
    transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}

.royal-theme.fr-popup .fr-checkbox input {
    margin: 0;
    padding: 0;
}

.royal-theme.fr-popup .fr-checkbox input:checked+span {
    background: #553982 none repeat scroll 0 0;
    border-color: #553982;
}

.royal-theme.fr-popup .fr-checkbox input:focus+span {
    border-color: #553982;
}

.royal-theme.fr-popup.fr-rtl .fr-input-line input+label,
.royal-theme.fr-popup.fr-rtl .fr-input-line textarea+label {
    left: auto;
    right: 0;
}

.royal-theme.fr-popup .fr-arrow {
    border-bottom: 5px solid #553982;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    height: 0;
    margin-left: -5px;
    top: -9px;
    width: 0;
}

.royal-theme.fr-popup.fr-above .fr-arrow {
    border-bottom: 0 none;
    border-top: 5px solid #553982;
    bottom: -9px;
    top: auto;
}

.royal-theme.fr-toolbar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0 padding-box;
    border-color: #553982 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px;
    border-style: solid none none;
    border-width: 5px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    color: #553982;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 2px;
}

.royal-theme.fr-toolbar.fr-inline .fr-arrow {
    border-bottom: 5px solid #553982;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    height: 0;
    margin-left: -5px;
    top: -9px;
    width: 0;
}

.royal-theme.fr-toolbar.fr-inline.fr-above {
    border-bottom: 5px solid #553982;
    border-top: 0 none;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

.royal-theme.fr-toolbar.fr-inline.fr-above .fr-arrow {
    border-bottom: 0 none;
    border-top-color: inherit;
    border-top-width: 5px;
    bottom: -9px;
    top: auto;
}

.royal-theme.fr-toolbar.fr-top {
    background-clip: padding-box;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    top: 0;
}

.royal-theme.fr-toolbar.fr-bottom {
    background-clip: padding-box;
    border-radius: 0 0 2px 2px;
    bottom: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.royal-theme .fr-separator {
    background: #ebebeb none repeat scroll 0 0;
}

.royal-theme .fr-separator.fr-vs {
    height: 34px;
    margin: 2px;
    width: 1px;
}

.royal-theme .fr-separator.fr-hs {
    height: 1px;
    margin: 0 2px;
    width: calc(100% - 2 * 2px);
}

html {
    height: 100%;
}

body {
    color: #252525;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    height: 100%;
    line-height: 1.5;
    margin: 0;
    text-rendering: optimizelegibility;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after {
    content: " ";
    display: table;
}

.clearfix::after,
.container::after,
.container-fluid::after,
.row::after {
    clear: both;
}

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

header {
    padding: 0;
}

.text-xsmall {
    font-size: 11.2px;
}

@media (min-width: 768px) {
    .text-xsmall {
        font-size: 11.2px;
    }
}

.text-small {
    font-size: 14.4px;
}

@media (min-width: 768px) {
    .text-small {
        font-size: 14.4px;
    }
}

.text-large {
    font-size: 19.2px;
}

@media (min-width: 768px) {
    .text-large {
        font-size: 19.2px;
    }
}

.text-xlarge {
    font-size: 24px;
}

@media (min-width: 768px) {
    .text-xlarge {
        font-size: 24px;
    }
}

.text-xxlarge {
    font-size: 27.2px;
}

@media (min-width: 768px) {
    .text-xxlarge {
        font-size: 27.2px;
    }
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.icon-after {
    margin-left: 10px;
}

.icon-before {
    margin-right: 10px;
}

.container {
    position: relative;
}

.skrollable {
    position: relative;
}

.white-box {
    background: #ffffff none repeat scroll 0 0;
    border-color: #252525;
    border-radius: 5px;
    color: #252525;
    padding: 30px;
}

.black-box {
    border-color: #ffffff;
    border-radius: 5px;
    color: #ffffff;
    padding: 30px;
    position: relative;
}

.black-box *:not(.highlight):not(.btn) {
    border-color: #ffffff;
    color: #ffffff;
}

.black-box::after {
    background: #000000 none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease 0s;
    z-index: -1;
}

.black-box:hover::after {
    opacity: 0.75;
}

.no-rounded-corners,
.no-rounded-corners *:not(.round):not(.circle),
.no-rounded-corners *::after {
    border-radius: 0 !important;
}

.shadow-level-5:not(footer):not(.header-over),
.shadow-level-5.header-scroll {
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.3), 0 6px 8px rgba(0, 0, 0, 0.22);
}

footer.shadow-level-5 {
    box-shadow: 0 -10px 16px rgba(0, 0, 0, 0.3), 0 -6px 8px rgba(0, 0, 0, 0.22);
}

.shadow-level-4:not(footer):not(.header-over),
.shadow-level-4.header-scroll {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);
}

footer.shadow-level-4 {
    box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.25), 0 -6px 6px rgba(0, 0, 0, 0.22);
}

.shadow-level-3:not(footer):not(.header-over),
.shadow-level-3.header-scroll {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.23);
}

footer.shadow-level-3 {
    box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.19), 0 -4px 6px rgba(0, 0, 0, 0.23);
}

.shadow-level-2:not(footer):not(.header-over),
.shadow-level-2.header-scroll {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
}

footer.shadow-level-2 {
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16), 0 -2px 4px rgba(0, 0, 0, 0.23);
}

.shadow-level-1:not(footer):not(.header-over),
.shadow-level-1.header-scroll {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

footer.shadow-level-1 {
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
}

.overlay-90::after {
    opacity: 0.9 !important;
}

.overlay-80::after {
    opacity: 0.8 !important;
}

.overlay-70::after {
    opacity: 0.7 !important;
}

.overlay-60::after {
    opacity: 0.6 !important;
}

.overlay-50::after {
    opacity: 0.5 !important;
}

.overlay-40::after {
    opacity: 0.4 !important;
}

.overlay-30::after {
    opacity: 0.3 !important;
}

.overlay-20::after {
    opacity: 0.2 !important;
}

.overlay-10::after {
    opacity: 0.1 !important;
}

.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;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 767px) {
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.6667%;
    }
    .col-xs-10 {
        width: 83.3333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.6667%;
    }
    .col-xs-7 {
        width: 58.3333%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.6667%;
    }
    .col-xs-4 {
        width: 33.3333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.6667%;
    }
    .col-xs-1 {
        width: 8.33333%;
    }
    .col-xs-pull-12 {
        right: 100%;
    }
    .col-xs-pull-11 {
        right: 91.6667%;
    }
    .col-xs-pull-10 {
        right: 83.3333%;
    }
    .col-xs-pull-9 {
        right: 75%;
    }
    .col-xs-pull-8 {
        right: 66.6667%;
    }
    .col-xs-pull-7 {
        right: 58.3333%;
    }
    .col-xs-pull-6 {
        right: 50%;
    }
    .col-xs-pull-5 {
        right: 41.6667%;
    }
    .col-xs-pull-4 {
        right: 33.3333%;
    }
    .col-xs-pull-3 {
        right: 25%;
    }
    .col-xs-pull-2 {
        right: 16.6667%;
    }
    .col-xs-pull-1 {
        right: 8.33333%;
    }
    .col-xs-pull-0 {
        right: auto;
    }
    .col-xs-push-12 {
        left: 100%;
    }
    .col-xs-push-11 {
        left: 91.6667%;
    }
    .col-xs-push-10 {
        left: 83.3333%;
    }
    .col-xs-push-9 {
        left: 75%;
    }
    .col-xs-push-8 {
        left: 66.6667%;
    }
    .col-xs-push-7 {
        left: 58.3333%;
    }
    .col-xs-push-6 {
        left: 50%;
    }
    .col-xs-push-5 {
        left: 41.6667%;
    }
    .col-xs-push-4 {
        left: 33.3333%;
    }
    .col-xs-push-3 {
        left: 25%;
    }
    .col-xs-push-2 {
        left: 16.6667%;
    }
    .col-xs-push-1 {
        left: 8.33333%;
    }
    .col-xs-push-0 {
        left: auto;
    }
    .col-xs-offset-12 {
        margin-left: 100%;
    }
    .col-xs-offset-11 {
        margin-left: 91.6667%;
    }
    .col-xs-offset-10 {
        margin-left: 83.3333%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-8 {
        margin-left: 66.6667%;
    }
    .col-xs-offset-7 {
        margin-left: 58.3333%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-5 {
        margin-left: 41.6667%;
    }
    .col-xs-offset-4 {
        margin-left: 33.3333%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-2 {
        margin-left: 16.6667%;
    }
    .col-xs-offset-1 {
        margin-left: 8.33333%;
    }
    .col-xs-offset-0 {
        margin-left: 0;
    }
    .row-xs-middle {
        min-height: 1px;
        transform: translateY(50%);
    }
    .row-xs-middle>.col-xs-auto,
    .row-xs-middle>.col-xs-1,
    .row-xs-middle>.col-xs-2,
    .row-xs-middle>.col-xs-3,
    .row-xs-middle>.col-xs-4,
    .row-xs-middle>.col-xs-5,
    .row-xs-middle>.col-xs-6,
    .row-xs-middle>.col-xs-7,
    .row-xs-middle>.col-xs-8,
    .row-xs-middle>.col-xs-9,
    .row-xs-middle>.col-xs-10,
    .row-xs-middle>.col-xs-11,
    .row-xs-middle>.col-xs-12 {
        transform: translateY(-50%);
    }
    .container-auto .row {
        display: inline-block;
        margin: auto;
    }
    .container-auto .row .col-xs-auto {
        width: auto;
    }
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.6667%;
    }
    .col-sm-10 {
        width: 83.3333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.6667%;
    }
    .col-sm-7 {
        width: 58.3333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.6667%;
    }
    .col-sm-4 {
        width: 33.3333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.6667%;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.6667%;
    }
    .col-sm-pull-10 {
        right: 83.3333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.6667%;
    }
    .col-sm-pull-7 {
        right: 58.3333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.6667%;
    }
    .col-sm-pull-4 {
        right: 33.3333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.6667%;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.6667%;
    }
    .col-sm-push-10 {
        left: 83.3333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.6667%;
    }
    .col-sm-push-7 {
        left: 58.3333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.6667%;
    }
    .col-sm-push-4 {
        left: 33.3333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.6667%;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .row-sm-middle {
        min-height: 1px;
        transform: translateY(50%);
    }
    .row-sm-middle>.col-sm-auto,
    .row-sm-middle>.col-sm-1,
    .row-sm-middle>.col-sm-2,
    .row-sm-middle>.col-sm-3,
    .row-sm-middle>.col-sm-4,
    .row-sm-middle>.col-sm-5,
    .row-sm-middle>.col-sm-6,
    .row-sm-middle>.col-sm-7,
    .row-sm-middle>.col-sm-8,
    .row-sm-middle>.col-sm-9,
    .row-sm-middle>.col-sm-10,
    .row-sm-middle>.col-sm-11,
    .row-sm-middle>.col-sm-12 {
        transform: translateY(-50%);
    }
    .container-auto .row {
        display: inline-block;
        margin: auto;
    }
    .container-auto .row .col-sm-auto {
        width: auto;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.6667%;
    }
    .col-md-10 {
        width: 83.3333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.6667%;
    }
    .col-md-7 {
        width: 58.3333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.6667%;
    }
    .col-md-4 {
        width: 33.3333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.6667%;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.6667%;
    }
    .col-md-pull-10 {
        right: 83.3333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.6667%;
    }
    .col-md-pull-7 {
        right: 58.3333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.6667%;
    }
    .col-md-pull-4 {
        right: 33.3333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.6667%;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.6667%;
    }
    .col-md-push-10 {
        left: 83.3333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.6667%;
    }
    .col-md-push-7 {
        left: 58.3333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.6667%;
    }
    .col-md-push-4 {
        left: 33.3333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.6667%;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.6667%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.6667%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.6667%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.6667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .row-md-middle {
        min-height: 1px;
        transform: translateY(50%);
    }
    .row-md-middle>.col-md-auto,
    .row-md-middle>.col-md-1,
    .row-md-middle>.col-md-2,
    .row-md-middle>.col-md-3,
    .row-md-middle>.col-md-4,
    .row-md-middle>.col-md-5,
    .row-md-middle>.col-md-6,
    .row-md-middle>.col-md-7,
    .row-md-middle>.col-md-8,
    .row-md-middle>.col-md-9,
    .row-md-middle>.col-md-10,
    .row-md-middle>.col-md-11,
    .row-md-middle>.col-md-12 {
        transform: translateY(-50%);
    }
    .container-auto .row {
        display: inline-block;
        margin: auto;
    }
    .container-auto .row .col-md-auto {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.6667%;
    }
    .col-lg-10 {
        width: 83.3333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.6667%;
    }
    .col-lg-7 {
        width: 58.3333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.6667%;
    }
    .col-lg-4 {
        width: 33.3333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.6667%;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.6667%;
    }
    .col-lg-pull-10 {
        right: 83.3333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.6667%;
    }
    .col-lg-pull-7 {
        right: 58.3333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.6667%;
    }
    .col-lg-pull-4 {
        right: 33.3333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.6667%;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.6667%;
    }
    .col-lg-push-10 {
        left: 83.3333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.6667%;
    }
    .col-lg-push-7 {
        left: 58.3333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.6667%;
    }
    .col-lg-push-4 {
        left: 33.3333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.6667%;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .row-lg-middle {
        min-height: 1px;
        transform: translateY(50%);
    }
    .row-lg-middle>.col-lg-auto,
    .row-lg-middle>.col-lg-1,
    .row-lg-middle>.col-lg-2,
    .row-lg-middle>.col-lg-3,
    .row-lg-middle>.col-lg-4,
    .row-lg-middle>.col-lg-5,
    .row-lg-middle>.col-lg-6,
    .row-lg-middle>.col-lg-7,
    .row-lg-middle>.col-lg-8,
    .row-lg-middle>.col-lg-9,
    .row-lg-middle>.col-lg-10,
    .row-lg-middle>.col-lg-11,
    .row-lg-middle>.col-lg-12 {
        transform: translateY(-50%);
    }
    .container-auto .row {
        display: inline-block;
        margin: auto;
    }
    .container-auto .row .col-lg-auto {
        width: auto;
    }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

p,
pre {
    margin: 0 0 10px;
}

blockquote {
    margin: 0 0 20px;
}

p:last-child,
pre:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

pre {
    overflow: auto;
}

code,
.code {
    background: #efefef none repeat scroll 0 0;
    border-radius: 4px;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 0.85em;
    padding: 2px 6px;
    white-space: nowrap;
}

p.line {
    margin-bottom: 30px;
}

p.line::after {
    content: "—";
    display: block;
    font-size: 100px;
    line-height: 0.1;
}

h1,
.h1 {
    font-size: 2.17em;
    font-weight: 400;
    margin: 0;
}

h1+p,
.h1+p,
h1+pre,
.h1+pre,
h1+blockquote,
.h1+blockquote,
h1+div,
.h1+div,
h1+a,
.h1+a,
h1+h1,
.h1+h1,
h1+h2,
.h1+h2,
h1+h3,
.h1+h3,
h1+h4,
.h1+h4,
h1+h5,
.h1+h5,
h1+h6,
.h1+h6,
h1+.h1,
.h1+.h1,
h1+.h2,
.h1+.h2,
h1+.h3,
.h1+.h3,
h1+.h4,
.h1+.h4,
h1+.h5,
.h1+.h5,
h1+.h6,
.h1+.h6 {
    margin-top: 0.6em;
}

h1.bordered+p,
.h1.bordered+p,
h1.bordered+pre,
.h1.bordered+pre,
h1.bordered+blockquote,
.h1.bordered+blockquote,
h1.bordered+div,
.h1.bordered+div,
h1.bordered+a,
.h1.bordered+a,
h1.bordered+h1,
.h1.bordered+h1,
h1.bordered+h2,
.h1.bordered+h2,
h1.bordered+h3,
.h1.bordered+h3,
h1.bordered+h4,
.h1.bordered+h4,
h1.bordered+h5,
.h1.bordered+h5,
h1.bordered+h6,
.h1.bordered+h6,
h1.bordered+.h1,
.h1.bordered+.h1,
h1.bordered+.h2,
.h1.bordered+.h2,
h1.bordered+.h3,
.h1.bordered+.h3,
h1.bordered+.h4,
.h1.bordered+.h4,
h1.bordered+.h5,
.h1.bordered+.h5,
h1.bordered+.h6,
.h1.bordered+.h6 {
    margin-top: 2em;
}

h1.bordered>span,
.h1.bordered>span {
    border-color: #252525;
    border-style: solid;
    border-width: 0.12em;
    display: inline-block;
    padding: 0.4em 0.6em;
}

h1.text-light span,
.h1.text-light span {
    border-width: 0.08em;
}

h1.text-thin span,
.h1.text-thin span {
    border-width: 0.03em;
}

h1.text-xsmall,
.h1.text-xsmall {
    font-size: 1.519em;
}

h1.text-xsmall+p,
.h1.text-xsmall+p,
h1.text-xsmall+pre,
.h1.text-xsmall+pre,
h1.text-xsmall+blockquote,
.h1.text-xsmall+blockquote,
h1.text-xsmall+div,
.h1.text-xsmall+div,
h1.text-xsmall+a,
.h1.text-xsmall+a,
h1.text-xsmall+h1,
.h1.text-xsmall+h1,
h1.text-xsmall+h2,
.h1.text-xsmall+h2,
h1.text-xsmall+h3,
.h1.text-xsmall+h3,
h1.text-xsmall+h4,
.h1.text-xsmall+h4,
h1.text-xsmall+h5,
.h1.text-xsmall+h5,
h1.text-xsmall+h6,
.h1.text-xsmall+h6,
h1.text-xsmall+.h1,
.h1.text-xsmall+.h1,
h1.text-xsmall+.h2,
.h1.text-xsmall+.h2,
h1.text-xsmall+.h3,
.h1.text-xsmall+.h3,
h1.text-xsmall+.h4,
.h1.text-xsmall+.h4,
h1.text-xsmall+.h5,
.h1.text-xsmall+.h5,
h1.text-xsmall+.h6,
.h1.text-xsmall+.h6 {
    margin-top: 0.42em;
}

h1.text-xsmall.bordered+p,
.h1.text-xsmall.bordered+p,
h1.text-xsmall.bordered+pre,
.h1.text-xsmall.bordered+pre,
h1.text-xsmall.bordered+blockquote,
.h1.text-xsmall.bordered+blockquote,
h1.text-xsmall.bordered+div,
.h1.text-xsmall.bordered+div,
h1.text-xsmall.bordered+a,
.h1.text-xsmall.bordered+a,
h1.text-xsmall.bordered+h1,
.h1.text-xsmall.bordered+h1,
h1.text-xsmall.bordered+h2,
.h1.text-xsmall.bordered+h2,
h1.text-xsmall.bordered+h3,
.h1.text-xsmall.bordered+h3,
h1.text-xsmall.bordered+h4,
.h1.text-xsmall.bordered+h4,
h1.text-xsmall.bordered+h5,
.h1.text-xsmall.bordered+h5,
h1.text-xsmall.bordered+h6,
.h1.text-xsmall.bordered+h6,
h1.text-xsmall.bordered+.h1,
.h1.text-xsmall.bordered+.h1,
h1.text-xsmall.bordered+.h2,
.h1.text-xsmall.bordered+.h2,
h1.text-xsmall.bordered+.h3,
.h1.text-xsmall.bordered+.h3,
h1.text-xsmall.bordered+.h4,
.h1.text-xsmall.bordered+.h4,
h1.text-xsmall.bordered+.h5,
.h1.text-xsmall.bordered+.h5,
h1.text-xsmall.bordered+.h6,
.h1.text-xsmall.bordered+.h6 {
    margin-top: 1.4em;
}

h1.text-small,
.h1.text-small {
    font-size: 1.953em;
}

h1.text-small+p,
.h1.text-small+p,
h1.text-small+pre,
.h1.text-small+pre,
h1.text-small+blockquote,
.h1.text-small+blockquote,
h1.text-small+div,
.h1.text-small+div,
h1.text-small+a,
.h1.text-small+a,
h1.text-small+h1,
.h1.text-small+h1,
h1.text-small+h2,
.h1.text-small+h2,
h1.text-small+h3,
.h1.text-small+h3,
h1.text-small+h4,
.h1.text-small+h4,
h1.text-small+h5,
.h1.text-small+h5,
h1.text-small+h6,
.h1.text-small+h6,
h1.text-small+.h1,
.h1.text-small+.h1,
h1.text-small+.h2,
.h1.text-small+.h2,
h1.text-small+.h3,
.h1.text-small+.h3,
h1.text-small+.h4,
.h1.text-small+.h4,
h1.text-small+.h5,
.h1.text-small+.h5,
h1.text-small+.h6,
.h1.text-small+.h6 {
    margin-top: 0.54em;
}

h1.text-small.bordered+p,
.h1.text-small.bordered+p,
h1.text-small.bordered+pre,
.h1.text-small.bordered+pre,
h1.text-small.bordered+blockquote,
.h1.text-small.bordered+blockquote,
h1.text-small.bordered+div,
.h1.text-small.bordered+div,
h1.text-small.bordered+a,
.h1.text-small.bordered+a,
h1.text-small.bordered+h1,
.h1.text-small.bordered+h1,
h1.text-small.bordered+h2,
.h1.text-small.bordered+h2,
h1.text-small.bordered+h3,
.h1.text-small.bordered+h3,
h1.text-small.bordered+h4,
.h1.text-small.bordered+h4,
h1.text-small.bordered+h5,
.h1.text-small.bordered+h5,
h1.text-small.bordered+h6,
.h1.text-small.bordered+h6,
h1.text-small.bordered+.h1,
.h1.text-small.bordered+.h1,
h1.text-small.bordered+.h2,
.h1.text-small.bordered+.h2,
h1.text-small.bordered+.h3,
.h1.text-small.bordered+.h3,
h1.text-small.bordered+.h4,
.h1.text-small.bordered+.h4,
h1.text-small.bordered+.h5,
.h1.text-small.bordered+.h5,
h1.text-small.bordered+.h6,
.h1.text-small.bordered+.h6 {
    margin-top: 1.8em;
}

h1.text-large,
.h1.text-large {
    font-size: 2.604em;
}

h1.text-large+p,
.h1.text-large+p,
h1.text-large+pre,
.h1.text-large+pre,
h1.text-large+blockquote,
.h1.text-large+blockquote,
h1.text-large+div,
.h1.text-large+div,
h1.text-large+a,
.h1.text-large+a,
h1.text-large+h1,
.h1.text-large+h1,
h1.text-large+h2,
.h1.text-large+h2,
h1.text-large+h3,
.h1.text-large+h3,
h1.text-large+h4,
.h1.text-large+h4,
h1.text-large+h5,
.h1.text-large+h5,
h1.text-large+h6,
.h1.text-large+h6,
h1.text-large+.h1,
.h1.text-large+.h1,
h1.text-large+.h2,
.h1.text-large+.h2,
h1.text-large+.h3,
.h1.text-large+.h3,
h1.text-large+.h4,
.h1.text-large+.h4,
h1.text-large+.h5,
.h1.text-large+.h5,
h1.text-large+.h6,
.h1.text-large+.h6 {
    margin-top: 0.72em;
}

h1.text-large.bordered+p,
.h1.text-large.bordered+p,
h1.text-large.bordered+pre,
.h1.text-large.bordered+pre,
h1.text-large.bordered+blockquote,
.h1.text-large.bordered+blockquote,
h1.text-large.bordered+div,
.h1.text-large.bordered+div,
h1.text-large.bordered+a,
.h1.text-large.bordered+a,
h1.text-large.bordered+h1,
.h1.text-large.bordered+h1,
h1.text-large.bordered+h2,
.h1.text-large.bordered+h2,
h1.text-large.bordered+h3,
.h1.text-large.bordered+h3,
h1.text-large.bordered+h4,
.h1.text-large.bordered+h4,
h1.text-large.bordered+h5,
.h1.text-large.bordered+h5,
h1.text-large.bordered+h6,
.h1.text-large.bordered+h6,
h1.text-large.bordered+.h1,
.h1.text-large.bordered+.h1,
h1.text-large.bordered+.h2,
.h1.text-large.bordered+.h2,
h1.text-large.bordered+.h3,
.h1.text-large.bordered+.h3,
h1.text-large.bordered+.h4,
.h1.text-large.bordered+.h4,
h1.text-large.bordered+.h5,
.h1.text-large.bordered+.h5,
h1.text-large.bordered+.h6,
.h1.text-large.bordered+.h6 {
    margin-top: 2.4em;
}

h1.text-xlarge,
.h1.text-xlarge {
    font-size: 3.255em;
}

h1.text-xlarge+p,
.h1.text-xlarge+p,
h1.text-xlarge+pre,
.h1.text-xlarge+pre,
h1.text-xlarge+blockquote,
.h1.text-xlarge+blockquote,
h1.text-xlarge+div,
.h1.text-xlarge+div,
h1.text-xlarge+a,
.h1.text-xlarge+a,
h1.text-xlarge+h1,
.h1.text-xlarge+h1,
h1.text-xlarge+h2,
.h1.text-xlarge+h2,
h1.text-xlarge+h3,
.h1.text-xlarge+h3,
h1.text-xlarge+h4,
.h1.text-xlarge+h4,
h1.text-xlarge+h5,
.h1.text-xlarge+h5,
h1.text-xlarge+h6,
.h1.text-xlarge+h6,
h1.text-xlarge+.h1,
.h1.text-xlarge+.h1,
h1.text-xlarge+.h2,
.h1.text-xlarge+.h2,
h1.text-xlarge+.h3,
.h1.text-xlarge+.h3,
h1.text-xlarge+.h4,
.h1.text-xlarge+.h4,
h1.text-xlarge+.h5,
.h1.text-xlarge+.h5,
h1.text-xlarge+.h6,
.h1.text-xlarge+.h6 {
    margin-top: 0.9em;
}

h1.text-xlarge.bordered+p,
.h1.text-xlarge.bordered+p,
h1.text-xlarge.bordered+pre,
.h1.text-xlarge.bordered+pre,
h1.text-xlarge.bordered+blockquote,
.h1.text-xlarge.bordered+blockquote,
h1.text-xlarge.bordered+div,
.h1.text-xlarge.bordered+div,
h1.text-xlarge.bordered+a,
.h1.text-xlarge.bordered+a,
h1.text-xlarge.bordered+h1,
.h1.text-xlarge.bordered+h1,
h1.text-xlarge.bordered+h2,
.h1.text-xlarge.bordered+h2,
h1.text-xlarge.bordered+h3,
.h1.text-xlarge.bordered+h3,
h1.text-xlarge.bordered+h4,
.h1.text-xlarge.bordered+h4,
h1.text-xlarge.bordered+h5,
.h1.text-xlarge.bordered+h5,
h1.text-xlarge.bordered+h6,
.h1.text-xlarge.bordered+h6,
h1.text-xlarge.bordered+.h1,
.h1.text-xlarge.bordered+.h1,
h1.text-xlarge.bordered+.h2,
.h1.text-xlarge.bordered+.h2,
h1.text-xlarge.bordered+.h3,
.h1.text-xlarge.bordered+.h3,
h1.text-xlarge.bordered+.h4,
.h1.text-xlarge.bordered+.h4,
h1.text-xlarge.bordered+.h5,
.h1.text-xlarge.bordered+.h5,
h1.text-xlarge.bordered+.h6,
.h1.text-xlarge.bordered+.h6 {
    margin-top: 3em;
}

h1.text-xxlarge,
.h1.text-xxlarge {
    font-size: 3.689em;
}

h1.text-xxlarge+p,
.h1.text-xxlarge+p,
h1.text-xxlarge+pre,
.h1.text-xxlarge+pre,
h1.text-xxlarge+blockquote,
.h1.text-xxlarge+blockquote,
h1.text-xxlarge+div,
.h1.text-xxlarge+div,
h1.text-xxlarge+a,
.h1.text-xxlarge+a,
h1.text-xxlarge+h1,
.h1.text-xxlarge+h1,
h1.text-xxlarge+h2,
.h1.text-xxlarge+h2,
h1.text-xxlarge+h3,
.h1.text-xxlarge+h3,
h1.text-xxlarge+h4,
.h1.text-xxlarge+h4,
h1.text-xxlarge+h5,
.h1.text-xxlarge+h5,
h1.text-xxlarge+h6,
.h1.text-xxlarge+h6,
h1.text-xxlarge+.h1,
.h1.text-xxlarge+.h1,
h1.text-xxlarge+.h2,
.h1.text-xxlarge+.h2,
h1.text-xxlarge+.h3,
.h1.text-xxlarge+.h3,
h1.text-xxlarge+.h4,
.h1.text-xxlarge+.h4,
h1.text-xxlarge+.h5,
.h1.text-xxlarge+.h5,
h1.text-xxlarge+.h6,
.h1.text-xxlarge+.h6 {
    margin-top: 1.02em;
}

h1.text-xxlarge.bordered+p,
.h1.text-xxlarge.bordered+p,
h1.text-xxlarge.bordered+pre,
.h1.text-xxlarge.bordered+pre,
h1.text-xxlarge.bordered+blockquote,
.h1.text-xxlarge.bordered+blockquote,
h1.text-xxlarge.bordered+div,
.h1.text-xxlarge.bordered+div,
h1.text-xxlarge.bordered+a,
.h1.text-xxlarge.bordered+a,
h1.text-xxlarge.bordered+h1,
.h1.text-xxlarge.bordered+h1,
h1.text-xxlarge.bordered+h2,
.h1.text-xxlarge.bordered+h2,
h1.text-xxlarge.bordered+h3,
.h1.text-xxlarge.bordered+h3,
h1.text-xxlarge.bordered+h4,
.h1.text-xxlarge.bordered+h4,
h1.text-xxlarge.bordered+h5,
.h1.text-xxlarge.bordered+h5,
h1.text-xxlarge.bordered+h6,
.h1.text-xxlarge.bordered+h6,
h1.text-xxlarge.bordered+.h1,
.h1.text-xxlarge.bordered+.h1,
h1.text-xxlarge.bordered+.h2,
.h1.text-xxlarge.bordered+.h2,
h1.text-xxlarge.bordered+.h3,
.h1.text-xxlarge.bordered+.h3,
h1.text-xxlarge.bordered+.h4,
.h1.text-xxlarge.bordered+.h4,
h1.text-xxlarge.bordered+.h5,
.h1.text-xxlarge.bordered+.h5,
h1.text-xxlarge.bordered+.h6,
.h1.text-xxlarge.bordered+.h6 {
    margin-top: 3.4em;
}

h2,
.h2 {
    font-size: 1.74em;
    font-weight: 400;
    margin: 0;
}

h2+p,
.h2+p,
h2+pre,
.h2+pre,
h2+blockquote,
.h2+blockquote,
h2+div,
.h2+div,
h2+a,
.h2+a,
h2+h1,
.h2+h1,
h2+h2,
.h2+h2,
h2+h3,
.h2+h3,
h2+h4,
.h2+h4,
h2+h5,
.h2+h5,
h2+h6,
.h2+h6,
h2+.h1,
.h2+.h1,
h2+.h2,
.h2+.h2,
h2+.h3,
.h2+.h3,
h2+.h4,
.h2+.h4,
h2+.h5,
.h2+.h5,
h2+.h6,
.h2+.h6 {
    margin-top: 0.6em;
}

h2.bordered+p,
.h2.bordered+p,
h2.bordered+pre,
.h2.bordered+pre,
h2.bordered+blockquote,
.h2.bordered+blockquote,
h2.bordered+div,
.h2.bordered+div,
h2.bordered+a,
.h2.bordered+a,
h2.bordered+h1,
.h2.bordered+h1,
h2.bordered+h2,
.h2.bordered+h2,
h2.bordered+h3,
.h2.bordered+h3,
h2.bordered+h4,
.h2.bordered+h4,
h2.bordered+h5,
.h2.bordered+h5,
h2.bordered+h6,
.h2.bordered+h6,
h2.bordered+.h1,
.h2.bordered+.h1,
h2.bordered+.h2,
.h2.bordered+.h2,
h2.bordered+.h3,
.h2.bordered+.h3,
h2.bordered+.h4,
.h2.bordered+.h4,
h2.bordered+.h5,
.h2.bordered+.h5,
h2.bordered+.h6,
.h2.bordered+.h6 {
    margin-top: 2em;
}

h2.bordered>span,
.h2.bordered>span {
    border-color: #252525;
    border-style: solid;
    border-width: 0.12em;
    display: inline-block;
    padding: 0.4em 0.6em;
}

h2.text-light span,
.h2.text-light span {
    border-width: 0.08em;
}

h2.text-thin span,
.h2.text-thin span {
    border-width: 0.03em;
}

h2.text-xsmall,
.h2.text-xsmall {
    font-size: 1.218em;
}

h2.text-xsmall+p,
.h2.text-xsmall+p,
h2.text-xsmall+pre,
.h2.text-xsmall+pre,
h2.text-xsmall+blockquote,
.h2.text-xsmall+blockquote,
h2.text-xsmall+div,
.h2.text-xsmall+div,
h2.text-xsmall+a,
.h2.text-xsmall+a,
h2.text-xsmall+h1,
.h2.text-xsmall+h1,
h2.text-xsmall+h2,
.h2.text-xsmall+h2,
h2.text-xsmall+h3,
.h2.text-xsmall+h3,
h2.text-xsmall+h4,
.h2.text-xsmall+h4,
h2.text-xsmall+h5,
.h2.text-xsmall+h5,
h2.text-xsmall+h6,
.h2.text-xsmall+h6,
h2.text-xsmall+.h1,
.h2.text-xsmall+.h1,
h2.text-xsmall+.h2,
.h2.text-xsmall+.h2,
h2.text-xsmall+.h3,
.h2.text-xsmall+.h3,
h2.text-xsmall+.h4,
.h2.text-xsmall+.h4,
h2.text-xsmall+.h5,
.h2.text-xsmall+.h5,
h2.text-xsmall+.h6,
.h2.text-xsmall+.h6 {
    margin-top: 0.42em;
}

h2.text-xsmall.bordered+p,
.h2.text-xsmall.bordered+p,
h2.text-xsmall.bordered+pre,
.h2.text-xsmall.bordered+pre,
h2.text-xsmall.bordered+blockquote,
.h2.text-xsmall.bordered+blockquote,
h2.text-xsmall.bordered+div,
.h2.text-xsmall.bordered+div,
h2.text-xsmall.bordered+a,
.h2.text-xsmall.bordered+a,
h2.text-xsmall.bordered+h1,
.h2.text-xsmall.bordered+h1,
h2.text-xsmall.bordered+h2,
.h2.text-xsmall.bordered+h2,
h2.text-xsmall.bordered+h3,
.h2.text-xsmall.bordered+h3,
h2.text-xsmall.bordered+h4,
.h2.text-xsmall.bordered+h4,
h2.text-xsmall.bordered+h5,
.h2.text-xsmall.bordered+h5,
h2.text-xsmall.bordered+h6,
.h2.text-xsmall.bordered+h6,
h2.text-xsmall.bordered+.h1,
.h2.text-xsmall.bordered+.h1,
h2.text-xsmall.bordered+.h2,
.h2.text-xsmall.bordered+.h2,
h2.text-xsmall.bordered+.h3,
.h2.text-xsmall.bordered+.h3,
h2.text-xsmall.bordered+.h4,
.h2.text-xsmall.bordered+.h4,
h2.text-xsmall.bordered+.h5,
.h2.text-xsmall.bordered+.h5,
h2.text-xsmall.bordered+.h6,
.h2.text-xsmall.bordered+.h6 {
    margin-top: 1.4em;
}

h2.text-small,
.h2.text-small {
    font-size: 1.566em;
}

h2.text-small+p,
.h2.text-small+p,
h2.text-small+pre,
.h2.text-small+pre,
h2.text-small+blockquote,
.h2.text-small+blockquote,
h2.text-small+div,
.h2.text-small+div,
h2.text-small+a,
.h2.text-small+a,
h2.text-small+h1,
.h2.text-small+h1,
h2.text-small+h2,
.h2.text-small+h2,
h2.text-small+h3,
.h2.text-small+h3,
h2.text-small+h4,
.h2.text-small+h4,
h2.text-small+h5,
.h2.text-small+h5,
h2.text-small+h6,
.h2.text-small+h6,
h2.text-small+.h1,
.h2.text-small+.h1,
h2.text-small+.h2,
.h2.text-small+.h2,
h2.text-small+.h3,
.h2.text-small+.h3,
h2.text-small+.h4,
.h2.text-small+.h4,
h2.text-small+.h5,
.h2.text-small+.h5,
h2.text-small+.h6,
.h2.text-small+.h6 {
    margin-top: 0.54em;
}

h2.text-small.bordered+p,
.h2.text-small.bordered+p,
h2.text-small.bordered+pre,
.h2.text-small.bordered+pre,
h2.text-small.bordered+blockquote,
.h2.text-small.bordered+blockquote,
h2.text-small.bordered+div,
.h2.text-small.bordered+div,
h2.text-small.bordered+a,
.h2.text-small.bordered+a,
h2.text-small.bordered+h1,
.h2.text-small.bordered+h1,
h2.text-small.bordered+h2,
.h2.text-small.bordered+h2,
h2.text-small.bordered+h3,
.h2.text-small.bordered+h3,
h2.text-small.bordered+h4,
.h2.text-small.bordered+h4,
h2.text-small.bordered+h5,
.h2.text-small.bordered+h5,
h2.text-small.bordered+h6,
.h2.text-small.bordered+h6,
h2.text-small.bordered+.h1,
.h2.text-small.bordered+.h1,
h2.text-small.bordered+.h2,
.h2.text-small.bordered+.h2,
h2.text-small.bordered+.h3,
.h2.text-small.bordered+.h3,
h2.text-small.bordered+.h4,
.h2.text-small.bordered+.h4,
h2.text-small.bordered+.h5,
.h2.text-small.bordered+.h5,
h2.text-small.bordered+.h6,
.h2.text-small.bordered+.h6 {
    margin-top: 1.8em;
}

h2.text-large,
.h2.text-large {
    font-size: 2.088em;
}

h2.text-large+p,
.h2.text-large+p,
h2.text-large+pre,
.h2.text-large+pre,
h2.text-large+blockquote,
.h2.text-large+blockquote,
h2.text-large+div,
.h2.text-large+div,
h2.text-large+a,
.h2.text-large+a,
h2.text-large+h1,
.h2.text-large+h1,
h2.text-large+h2,
.h2.text-large+h2,
h2.text-large+h3,
.h2.text-large+h3,
h2.text-large+h4,
.h2.text-large+h4,
h2.text-large+h5,
.h2.text-large+h5,
h2.text-large+h6,
.h2.text-large+h6,
h2.text-large+.h1,
.h2.text-large+.h1,
h2.text-large+.h2,
.h2.text-large+.h2,
h2.text-large+.h3,
.h2.text-large+.h3,
h2.text-large+.h4,
.h2.text-large+.h4,
h2.text-large+.h5,
.h2.text-large+.h5,
h2.text-large+.h6,
.h2.text-large+.h6 {
    margin-top: 0.72em;
}

h2.text-large.bordered+p,
.h2.text-large.bordered+p,
h2.text-large.bordered+pre,
.h2.text-large.bordered+pre,
h2.text-large.bordered+blockquote,
.h2.text-large.bordered+blockquote,
h2.text-large.bordered+div,
.h2.text-large.bordered+div,
h2.text-large.bordered+a,
.h2.text-large.bordered+a,
h2.text-large.bordered+h1,
.h2.text-large.bordered+h1,
h2.text-large.bordered+h2,
.h2.text-large.bordered+h2,
h2.text-large.bordered+h3,
.h2.text-large.bordered+h3,
h2.text-large.bordered+h4,
.h2.text-large.bordered+h4,
h2.text-large.bordered+h5,
.h2.text-large.bordered+h5,
h2.text-large.bordered+h6,
.h2.text-large.bordered+h6,
h2.text-large.bordered+.h1,
.h2.text-large.bordered+.h1,
h2.text-large.bordered+.h2,
.h2.text-large.bordered+.h2,
h2.text-large.bordered+.h3,
.h2.text-large.bordered+.h3,
h2.text-large.bordered+.h4,
.h2.text-large.bordered+.h4,
h2.text-large.bordered+.h5,
.h2.text-large.bordered+.h5,
h2.text-large.bordered+.h6,
.h2.text-large.bordered+.h6 {
    margin-top: 2.4em;
}

h2.text-xlarge,
.h2.text-xlarge {
    font-size: 2.61em;
}

h2.text-xlarge+p,
.h2.text-xlarge+p,
h2.text-xlarge+pre,
.h2.text-xlarge+pre,
h2.text-xlarge+blockquote,
.h2.text-xlarge+blockquote,
h2.text-xlarge+div,
.h2.text-xlarge+div,
h2.text-xlarge+a,
.h2.text-xlarge+a,
h2.text-xlarge+h1,
.h2.text-xlarge+h1,
h2.text-xlarge+h2,
.h2.text-xlarge+h2,
h2.text-xlarge+h3,
.h2.text-xlarge+h3,
h2.text-xlarge+h4,
.h2.text-xlarge+h4,
h2.text-xlarge+h5,
.h2.text-xlarge+h5,
h2.text-xlarge+h6,
.h2.text-xlarge+h6,
h2.text-xlarge+.h1,
.h2.text-xlarge+.h1,
h2.text-xlarge+.h2,
.h2.text-xlarge+.h2,
h2.text-xlarge+.h3,
.h2.text-xlarge+.h3,
h2.text-xlarge+.h4,
.h2.text-xlarge+.h4,
h2.text-xlarge+.h5,
.h2.text-xlarge+.h5,
h2.text-xlarge+.h6,
.h2.text-xlarge+.h6 {
    margin-top: 0.9em;
}

h2.text-xlarge.bordered+p,
.h2.text-xlarge.bordered+p,
h2.text-xlarge.bordered+pre,
.h2.text-xlarge.bordered+pre,
h2.text-xlarge.bordered+blockquote,
.h2.text-xlarge.bordered+blockquote,
h2.text-xlarge.bordered+div,
.h2.text-xlarge.bordered+div,
h2.text-xlarge.bordered+a,
.h2.text-xlarge.bordered+a,
h2.text-xlarge.bordered+h1,
.h2.text-xlarge.bordered+h1,
h2.text-xlarge.bordered+h2,
.h2.text-xlarge.bordered+h2,
h2.text-xlarge.bordered+h3,
.h2.text-xlarge.bordered+h3,
h2.text-xlarge.bordered+h4,
.h2.text-xlarge.bordered+h4,
h2.text-xlarge.bordered+h5,
.h2.text-xlarge.bordered+h5,
h2.text-xlarge.bordered+h6,
.h2.text-xlarge.bordered+h6,
h2.text-xlarge.bordered+.h1,
.h2.text-xlarge.bordered+.h1,
h2.text-xlarge.bordered+.h2,
.h2.text-xlarge.bordered+.h2,
h2.text-xlarge.bordered+.h3,
.h2.text-xlarge.bordered+.h3,
h2.text-xlarge.bordered+.h4,
.h2.text-xlarge.bordered+.h4,
h2.text-xlarge.bordered+.h5,
.h2.text-xlarge.bordered+.h5,
h2.text-xlarge.bordered+.h6,
.h2.text-xlarge.bordered+.h6 {
    margin-top: 3em;
}

h2.text-xxlarge,
.h2.text-xxlarge {
    font-size: 2.958em;
}

h2.text-xxlarge+p,
.h2.text-xxlarge+p,
h2.text-xxlarge+pre,
.h2.text-xxlarge+pre,
h2.text-xxlarge+blockquote,
.h2.text-xxlarge+blockquote,
h2.text-xxlarge+div,
.h2.text-xxlarge+div,
h2.text-xxlarge+a,
.h2.text-xxlarge+a,
h2.text-xxlarge+h1,
.h2.text-xxlarge+h1,
h2.text-xxlarge+h2,
.h2.text-xxlarge+h2,
h2.text-xxlarge+h3,
.h2.text-xxlarge+h3,
h2.text-xxlarge+h4,
.h2.text-xxlarge+h4,
h2.text-xxlarge+h5,
.h2.text-xxlarge+h5,
h2.text-xxlarge+h6,
.h2.text-xxlarge+h6,
h2.text-xxlarge+.h1,
.h2.text-xxlarge+.h1,
h2.text-xxlarge+.h2,
.h2.text-xxlarge+.h2,
h2.text-xxlarge+.h3,
.h2.text-xxlarge+.h3,
h2.text-xxlarge+.h4,
.h2.text-xxlarge+.h4,
h2.text-xxlarge+.h5,
.h2.text-xxlarge+.h5,
h2.text-xxlarge+.h6,
.h2.text-xxlarge+.h6 {
    margin-top: 1.02em;
}

h2.text-xxlarge.bordered+p,
.h2.text-xxlarge.bordered+p,
h2.text-xxlarge.bordered+pre,
.h2.text-xxlarge.bordered+pre,
h2.text-xxlarge.bordered+blockquote,
.h2.text-xxlarge.bordered+blockquote,
h2.text-xxlarge.bordered+div,
.h2.text-xxlarge.bordered+div,
h2.text-xxlarge.bordered+a,
.h2.text-xxlarge.bordered+a,
h2.text-xxlarge.bordered+h1,
.h2.text-xxlarge.bordered+h1,
h2.text-xxlarge.bordered+h2,
.h2.text-xxlarge.bordered+h2,
h2.text-xxlarge.bordered+h3,
.h2.text-xxlarge.bordered+h3,
h2.text-xxlarge.bordered+h4,
.h2.text-xxlarge.bordered+h4,
h2.text-xxlarge.bordered+h5,
.h2.text-xxlarge.bordered+h5,
h2.text-xxlarge.bordered+h6,
.h2.text-xxlarge.bordered+h6,
h2.text-xxlarge.bordered+.h1,
.h2.text-xxlarge.bordered+.h1,
h2.text-xxlarge.bordered+.h2,
.h2.text-xxlarge.bordered+.h2,
h2.text-xxlarge.bordered+.h3,
.h2.text-xxlarge.bordered+.h3,
h2.text-xxlarge.bordered+.h4,
.h2.text-xxlarge.bordered+.h4,
h2.text-xxlarge.bordered+.h5,
.h2.text-xxlarge.bordered+.h5,
h2.text-xxlarge.bordered+.h6,
.h2.text-xxlarge.bordered+.h6 {
    margin-top: 3.4em;
}

h3,
.h3 {
    font-size: 1.31em;
    font-weight: 400;
    margin: 0;
}

h3+p,
.h3+p,
h3+pre,
.h3+pre,
h3+blockquote,
.h3+blockquote,
h3+div,
.h3+div,
h3+a,
.h3+a,
h3+h1,
.h3+h1,
h3+h2,
.h3+h2,
h3+h3,
.h3+h3,
h3+h4,
.h3+h4,
h3+h5,
.h3+h5,
h3+h6,
.h3+h6,
h3+.h1,
.h3+.h1,
h3+.h2,
.h3+.h2,
h3+.h3,
.h3+.h3,
h3+.h4,
.h3+.h4,
h3+.h5,
.h3+.h5,
h3+.h6,
.h3+.h6 {
    margin-top: 0.6em;
}

h3.bordered+p,
.h3.bordered+p,
h3.bordered+pre,
.h3.bordered+pre,
h3.bordered+blockquote,
.h3.bordered+blockquote,
h3.bordered+div,
.h3.bordered+div,
h3.bordered+a,
.h3.bordered+a,
h3.bordered+h1,
.h3.bordered+h1,
h3.bordered+h2,
.h3.bordered+h2,
h3.bordered+h3,
.h3.bordered+h3,
h3.bordered+h4,
.h3.bordered+h4,
h3.bordered+h5,
.h3.bordered+h5,
h3.bordered+h6,
.h3.bordered+h6,
h3.bordered+.h1,
.h3.bordered+.h1,
h3.bordered+.h2,
.h3.bordered+.h2,
h3.bordered+.h3,
.h3.bordered+.h3,
h3.bordered+.h4,
.h3.bordered+.h4,
h3.bordered+.h5,
.h3.bordered+.h5,
h3.bordered+.h6,
.h3.bordered+.h6 {
    margin-top: 2em;
}

h3.bordered>span,
.h3.bordered>span {
    border-color: #252525;
    border-style: solid;
    border-width: 0.12em;
    display: inline-block;
    padding: 0.4em 0.6em;
}

h3.text-light span,
.h3.text-light span {
    border-width: 0.08em;
}

h3.text-thin span,
.h3.text-thin span {
    border-width: 0.03em;
}

h3.text-xsmall,
.h3.text-xsmall {
    font-size: 0.917em;
}

h3.text-xsmall+p,
.h3.text-xsmall+p,
h3.text-xsmall+pre,
.h3.text-xsmall+pre,
h3.text-xsmall+blockquote,
.h3.text-xsmall+blockquote,
h3.text-xsmall+div,
.h3.text-xsmall+div,
h3.text-xsmall+a,
.h3.text-xsmall+a,
h3.text-xsmall+h1,
.h3.text-xsmall+h1,
h3.text-xsmall+h2,
.h3.text-xsmall+h2,
h3.text-xsmall+h3,
.h3.text-xsmall+h3,
h3.text-xsmall+h4,
.h3.text-xsmall+h4,
h3.text-xsmall+h5,
.h3.text-xsmall+h5,
h3.text-xsmall+h6,
.h3.text-xsmall+h6,
h3.text-xsmall+.h1,
.h3.text-xsmall+.h1,
h3.text-xsmall+.h2,
.h3.text-xsmall+.h2,
h3.text-xsmall+.h3,
.h3.text-xsmall+.h3,
h3.text-xsmall+.h4,
.h3.text-xsmall+.h4,
h3.text-xsmall+.h5,
.h3.text-xsmall+.h5,
h3.text-xsmall+.h6,
.h3.text-xsmall+.h6 {
    margin-top: 0.42em;
}

h3.text-xsmall.bordered+p,
.h3.text-xsmall.bordered+p,
h3.text-xsmall.bordered+pre,
.h3.text-xsmall.bordered+pre,
h3.text-xsmall.bordered+blockquote,
.h3.text-xsmall.bordered+blockquote,
h3.text-xsmall.bordered+div,
.h3.text-xsmall.bordered+div,
h3.text-xsmall.bordered+a,
.h3.text-xsmall.bordered+a,
h3.text-xsmall.bordered+h1,
.h3.text-xsmall.bordered+h1,
h3.text-xsmall.bordered+h2,
.h3.text-xsmall.bordered+h2,
h3.text-xsmall.bordered+h3,
.h3.text-xsmall.bordered+h3,
h3.text-xsmall.bordered+h4,
.h3.text-xsmall.bordered+h4,
h3.text-xsmall.bordered+h5,
.h3.text-xsmall.bordered+h5,
h3.text-xsmall.bordered+h6,
.h3.text-xsmall.bordered+h6,
h3.text-xsmall.bordered+.h1,
.h3.text-xsmall.bordered+.h1,
h3.text-xsmall.bordered+.h2,
.h3.text-xsmall.bordered+.h2,
h3.text-xsmall.bordered+.h3,
.h3.text-xsmall.bordered+.h3,
h3.text-xsmall.bordered+.h4,
.h3.text-xsmall.bordered+.h4,
h3.text-xsmall.bordered+.h5,
.h3.text-xsmall.bordered+.h5,
h3.text-xsmall.bordered+.h6,
.h3.text-xsmall.bordered+.h6 {
    margin-top: 1.4em;
}

h3.text-small,
.h3.text-small {
    font-size: 1.179em;
}

h3.text-small+p,
.h3.text-small+p,
h3.text-small+pre,
.h3.text-small+pre,
h3.text-small+blockquote,
.h3.text-small+blockquote,
h3.text-small+div,
.h3.text-small+div,
h3.text-small+a,
.h3.text-small+a,
h3.text-small+h1,
.h3.text-small+h1,
h3.text-small+h2,
.h3.text-small+h2,
h3.text-small+h3,
.h3.text-small+h3,
h3.text-small+h4,
.h3.text-small+h4,
h3.text-small+h5,
.h3.text-small+h5,
h3.text-small+h6,
.h3.text-small+h6,
h3.text-small+.h1,
.h3.text-small+.h1,
h3.text-small+.h2,
.h3.text-small+.h2,
h3.text-small+.h3,
.h3.text-small+.h3,
h3.text-small+.h4,
.h3.text-small+.h4,
h3.text-small+.h5,
.h3.text-small+.h5,
h3.text-small+.h6,
.h3.text-small+.h6 {
    margin-top: 0.54em;
}

h3.text-small.bordered+p,
.h3.text-small.bordered+p,
h3.text-small.bordered+pre,
.h3.text-small.bordered+pre,
h3.text-small.bordered+blockquote,
.h3.text-small.bordered+blockquote,
h3.text-small.bordered+div,
.h3.text-small.bordered+div,
h3.text-small.bordered+a,
.h3.text-small.bordered+a,
h3.text-small.bordered+h1,
.h3.text-small.bordered+h1,
h3.text-small.bordered+h2,
.h3.text-small.bordered+h2,
h3.text-small.bordered+h3,
.h3.text-small.bordered+h3,
h3.text-small.bordered+h4,
.h3.text-small.bordered+h4,
h3.text-small.bordered+h5,
.h3.text-small.bordered+h5,
h3.text-small.bordered+h6,
.h3.text-small.bordered+h6,
h3.text-small.bordered+.h1,
.h3.text-small.bordered+.h1,
h3.text-small.bordered+.h2,
.h3.text-small.bordered+.h2,
h3.text-small.bordered+.h3,
.h3.text-small.bordered+.h3,
h3.text-small.bordered+.h4,
.h3.text-small.bordered+.h4,
h3.text-small.bordered+.h5,
.h3.text-small.bordered+.h5,
h3.text-small.bordered+.h6,
.h3.text-small.bordered+.h6 {
    margin-top: 1.8em;
}

h3.text-large,
.h3.text-large {
    font-size: 1.572em;
}

h3.text-large+p,
.h3.text-large+p,
h3.text-large+pre,
.h3.text-large+pre,
h3.text-large+blockquote,
.h3.text-large+blockquote,
h3.text-large+div,
.h3.text-large+div,
h3.text-large+a,
.h3.text-large+a,
h3.text-large+h1,
.h3.text-large+h1,
h3.text-large+h2,
.h3.text-large+h2,
h3.text-large+h3,
.h3.text-large+h3,
h3.text-large+h4,
.h3.text-large+h4,
h3.text-large+h5,
.h3.text-large+h5,
h3.text-large+h6,
.h3.text-large+h6,
h3.text-large+.h1,
.h3.text-large+.h1,
h3.text-large+.h2,
.h3.text-large+.h2,
h3.text-large+.h3,
.h3.text-large+.h3,
h3.text-large+.h4,
.h3.text-large+.h4,
h3.text-large+.h5,
.h3.text-large+.h5,
h3.text-large+.h6,
.h3.text-large+.h6 {
    margin-top: 0.72em;
}

h3.text-large.bordered+p,
.h3.text-large.bordered+p,
h3.text-large.bordered+pre,
.h3.text-large.bordered+pre,
h3.text-large.bordered+blockquote,
.h3.text-large.bordered+blockquote,
h3.text-large.bordered+div,
.h3.text-large.bordered+div,
h3.text-large.bordered+a,
.h3.text-large.bordered+a,
h3.text-large.bordered+h1,
.h3.text-large.bordered+h1,
h3.text-large.bordered+h2,
.h3.text-large.bordered+h2,
h3.text-large.bordered+h3,
.h3.text-large.bordered+h3,
h3.text-large.bordered+h4,
.h3.text-large.bordered+h4,
h3.text-large.bordered+h5,
.h3.text-large.bordered+h5,
h3.text-large.bordered+h6,
.h3.text-large.bordered+h6,
h3.text-large.bordered+.h1,
.h3.text-large.bordered+.h1,
h3.text-large.bordered+.h2,
.h3.text-large.bordered+.h2,
h3.text-large.bordered+.h3,
.h3.text-large.bordered+.h3,
h3.text-large.bordered+.h4,
.h3.text-large.bordered+.h4,
h3.text-large.bordered+.h5,
.h3.text-large.bordered+.h5,
h3.text-large.bordered+.h6,
.h3.text-large.bordered+.h6 {
    margin-top: 2.4em;
}

h3.text-xlarge,
.h3.text-xlarge {
    font-size: 1.965em;
}

h3.text-xlarge+p,
.h3.text-xlarge+p,
h3.text-xlarge+pre,
.h3.text-xlarge+pre,
h3.text-xlarge+blockquote,
.h3.text-xlarge+blockquote,
h3.text-xlarge+div,
.h3.text-xlarge+div,
h3.text-xlarge+a,
.h3.text-xlarge+a,
h3.text-xlarge+h1,
.h3.text-xlarge+h1,
h3.text-xlarge+h2,
.h3.text-xlarge+h2,
h3.text-xlarge+h3,
.h3.text-xlarge+h3,
h3.text-xlarge+h4,
.h3.text-xlarge+h4,
h3.text-xlarge+h5,
.h3.text-xlarge+h5,
h3.text-xlarge+h6,
.h3.text-xlarge+h6,
h3.text-xlarge+.h1,
.h3.text-xlarge+.h1,
h3.text-xlarge+.h2,
.h3.text-xlarge+.h2,
h3.text-xlarge+.h3,
.h3.text-xlarge+.h3,
h3.text-xlarge+.h4,
.h3.text-xlarge+.h4,
h3.text-xlarge+.h5,
.h3.text-xlarge+.h5,
h3.text-xlarge+.h6,
.h3.text-xlarge+.h6 {
    margin-top: 0.9em;
}

h3.text-xlarge.bordered+p,
.h3.text-xlarge.bordered+p,
h3.text-xlarge.bordered+pre,
.h3.text-xlarge.bordered+pre,
h3.text-xlarge.bordered+blockquote,
.h3.text-xlarge.bordered+blockquote,
h3.text-xlarge.bordered+div,
.h3.text-xlarge.bordered+div,
h3.text-xlarge.bordered+a,
.h3.text-xlarge.bordered+a,
h3.text-xlarge.bordered+h1,
.h3.text-xlarge.bordered+h1,
h3.text-xlarge.bordered+h2,
.h3.text-xlarge.bordered+h2,
h3.text-xlarge.bordered+h3,
.h3.text-xlarge.bordered+h3,
h3.text-xlarge.bordered+h4,
.h3.text-xlarge.bordered+h4,
h3.text-xlarge.bordered+h5,
.h3.text-xlarge.bordered+h5,
h3.text-xlarge.bordered+h6,
.h3.text-xlarge.bordered+h6,
h3.text-xlarge.bordered+.h1,
.h3.text-xlarge.bordered+.h1,
h3.text-xlarge.bordered+.h2,
.h3.text-xlarge.bordered+.h2,
h3.text-xlarge.bordered+.h3,
.h3.text-xlarge.bordered+.h3,
h3.text-xlarge.bordered+.h4,
.h3.text-xlarge.bordered+.h4,
h3.text-xlarge.bordered+.h5,
.h3.text-xlarge.bordered+.h5,
h3.text-xlarge.bordered+.h6,
.h3.text-xlarge.bordered+.h6 {
    margin-top: 3em;
}

h3.text-xxlarge,
.h3.text-xxlarge {
    font-size: 2.227em;
}

h3.text-xxlarge+p,
.h3.text-xxlarge+p,
h3.text-xxlarge+pre,
.h3.text-xxlarge+pre,
h3.text-xxlarge+blockquote,
.h3.text-xxlarge+blockquote,
h3.text-xxlarge+div,
.h3.text-xxlarge+div,
h3.text-xxlarge+a,
.h3.text-xxlarge+a,
h3.text-xxlarge+h1,
.h3.text-xxlarge+h1,
h3.text-xxlarge+h2,
.h3.text-xxlarge+h2,
h3.text-xxlarge+h3,
.h3.text-xxlarge+h3,
h3.text-xxlarge+h4,
.h3.text-xxlarge+h4,
h3.text-xxlarge+h5,
.h3.text-xxlarge+h5,
h3.text-xxlarge+h6,
.h3.text-xxlarge+h6,
h3.text-xxlarge+.h1,
.h3.text-xxlarge+.h1,
h3.text-xxlarge+.h2,
.h3.text-xxlarge+.h2,
h3.text-xxlarge+.h3,
.h3.text-xxlarge+.h3,
h3.text-xxlarge+.h4,
.h3.text-xxlarge+.h4,
h3.text-xxlarge+.h5,
.h3.text-xxlarge+.h5,
h3.text-xxlarge+.h6,
.h3.text-xxlarge+.h6 {
    margin-top: 1.02em;
}

h3.text-xxlarge.bordered+p,
.h3.text-xxlarge.bordered+p,
h3.text-xxlarge.bordered+pre,
.h3.text-xxlarge.bordered+pre,
h3.text-xxlarge.bordered+blockquote,
.h3.text-xxlarge.bordered+blockquote,
h3.text-xxlarge.bordered+div,
.h3.text-xxlarge.bordered+div,
h3.text-xxlarge.bordered+a,
.h3.text-xxlarge.bordered+a,
h3.text-xxlarge.bordered+h1,
.h3.text-xxlarge.bordered+h1,
h3.text-xxlarge.bordered+h2,
.h3.text-xxlarge.bordered+h2,
h3.text-xxlarge.bordered+h3,
.h3.text-xxlarge.bordered+h3,
h3.text-xxlarge.bordered+h4,
.h3.text-xxlarge.bordered+h4,
h3.text-xxlarge.bordered+h5,
.h3.text-xxlarge.bordered+h5,
h3.text-xxlarge.bordered+h6,
.h3.text-xxlarge.bordered+h6,
h3.text-xxlarge.bordered+.h1,
.h3.text-xxlarge.bordered+.h1,
h3.text-xxlarge.bordered+.h2,
.h3.text-xxlarge.bordered+.h2,
h3.text-xxlarge.bordered+.h3,
.h3.text-xxlarge.bordered+.h3,
h3.text-xxlarge.bordered+.h4,
.h3.text-xxlarge.bordered+.h4,
h3.text-xxlarge.bordered+.h5,
.h3.text-xxlarge.bordered+.h5,
h3.text-xxlarge.bordered+.h6,
.h3.text-xxlarge.bordered+.h6 {
    margin-top: 3.4em;
}

h4,
.h4 {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
}

h4+p,
.h4+p,
h4+pre,
.h4+pre,
h4+blockquote,
.h4+blockquote,
h4+div,
.h4+div,
h4+a,
.h4+a,
h4+h1,
.h4+h1,
h4+h2,
.h4+h2,
h4+h3,
.h4+h3,
h4+h4,
.h4+h4,
h4+h5,
.h4+h5,
h4+h6,
.h4+h6,
h4+.h1,
.h4+.h1,
h4+.h2,
.h4+.h2,
h4+.h3,
.h4+.h3,
h4+.h4,
.h4+.h4,
h4+.h5,
.h4+.h5,
h4+.h6,
.h4+.h6 {
    margin-top: 0.6em;
}

h4.bordered+p,
.h4.bordered+p,
h4.bordered+pre,
.h4.bordered+pre,
h4.bordered+blockquote,
.h4.bordered+blockquote,
h4.bordered+div,
.h4.bordered+div,
h4.bordered+a,
.h4.bordered+a,
h4.bordered+h1,
.h4.bordered+h1,
h4.bordered+h2,
.h4.bordered+h2,
h4.bordered+h3,
.h4.bordered+h3,
h4.bordered+h4,
.h4.bordered+h4,
h4.bordered+h5,
.h4.bordered+h5,
h4.bordered+h6,
.h4.bordered+h6,
h4.bordered+.h1,
.h4.bordered+.h1,
h4.bordered+.h2,
.h4.bordered+.h2,
h4.bordered+.h3,
.h4.bordered+.h3,
h4.bordered+.h4,
.h4.bordered+.h4,
h4.bordered+.h5,
.h4.bordered+.h5,
h4.bordered+.h6,
.h4.bordered+.h6 {
    margin-top: 2em;
}

h4.bordered>span,
.h4.bordered>span {
    border-color: #252525;
    border-style: solid;
    border-width: 0.12em;
    display: inline-block;
    padding: 0.4em 0.6em;
}

h4.text-light span,
.h4.text-light span {
    border-width: 0.08em;
}

h4.text-thin span,
.h4.text-thin span {
    border-width: 0.03em;
}

h4.text-xsmall,
.h4.text-xsmall {
    font-size: 0.7em;
}

h4.text-xsmall+p,
.h4.text-xsmall+p,
h4.text-xsmall+pre,
.h4.text-xsmall+pre,
h4.text-xsmall+blockquote,
.h4.text-xsmall+blockquote,
h4.text-xsmall+div,
.h4.text-xsmall+div,
h4.text-xsmall+a,
.h4.text-xsmall+a,
h4.text-xsmall+h1,
.h4.text-xsmall+h1,
h4.text-xsmall+h2,
.h4.text-xsmall+h2,
h4.text-xsmall+h3,
.h4.text-xsmall+h3,
h4.text-xsmall+h4,
.h4.text-xsmall+h4,
h4.text-xsmall+h5,
.h4.text-xsmall+h5,
h4.text-xsmall+h6,
.h4.text-xsmall+h6,
h4.text-xsmall+.h1,
.h4.text-xsmall+.h1,
h4.text-xsmall+.h2,
.h4.text-xsmall+.h2,
h4.text-xsmall+.h3,
.h4.text-xsmall+.h3,
h4.text-xsmall+.h4,
.h4.text-xsmall+.h4,
h4.text-xsmall+.h5,
.h4.text-xsmall+.h5,
h4.text-xsmall+.h6,
.h4.text-xsmall+.h6 {
    margin-top: 0.42em;
}

h4.text-xsmall.bordered+p,
.h4.text-xsmall.bordered+p,
h4.text-xsmall.bordered+pre,
.h4.text-xsmall.bordered+pre,
h4.text-xsmall.bordered+blockquote,
.h4.text-xsmall.bordered+blockquote,
h4.text-xsmall.bordered+div,
.h4.text-xsmall.bordered+div,
h4.text-xsmall.bordered+a,
.h4.text-xsmall.bordered+a,
h4.text-xsmall.bordered+h1,
.h4.text-xsmall.bordered+h1,
h4.text-xsmall.bordered+h2,
.h4.text-xsmall.bordered+h2,
h4.text-xsmall.bordered+h3,
.h4.text-xsmall.bordered+h3,
h4.text-xsmall.bordered+h4,
.h4.text-xsmall.bordered+h4,
h4.text-xsmall.bordered+h5,
.h4.text-xsmall.bordered+h5,
h4.text-xsmall.bordered+h6,
.h4.text-xsmall.bordered+h6,
h4.text-xsmall.bordered+.h1,
.h4.text-xsmall.bordered+.h1,
h4.text-xsmall.bordered+.h2,
.h4.text-xsmall.bordered+.h2,
h4.text-xsmall.bordered+.h3,
.h4.text-xsmall.bordered+.h3,
h4.text-xsmall.bordered+.h4,
.h4.text-xsmall.bordered+.h4,
h4.text-xsmall.bordered+.h5,
.h4.text-xsmall.bordered+.h5,
h4.text-xsmall.bordered+.h6,
.h4.text-xsmall.bordered+.h6 {
    margin-top: 1.4em;
}

h4.text-small,
.h4.text-small {
    font-size: 0.9em;
}

h4.text-small+p,
.h4.text-small+p,
h4.text-small+pre,
.h4.text-small+pre,
h4.text-small+blockquote,
.h4.text-small+blockquote,
h4.text-small+div,
.h4.text-small+div,
h4.text-small+a,
.h4.text-small+a,
h4.text-small+h1,
.h4.text-small+h1,
h4.text-small+h2,
.h4.text-small+h2,
h4.text-small+h3,
.h4.text-small+h3,
h4.text-small+h4,
.h4.text-small+h4,
h4.text-small+h5,
.h4.text-small+h5,
h4.text-small+h6,
.h4.text-small+h6,
h4.text-small+.h1,
.h4.text-small+.h1,
h4.text-small+.h2,
.h4.text-small+.h2,
h4.text-small+.h3,
.h4.text-small+.h3,
h4.text-small+.h4,
.h4.text-small+.h4,
h4.text-small+.h5,
.h4.text-small+.h5,
h4.text-small+.h6,
.h4.text-small+.h6 {
    margin-top: 0.54em;
}

h4.text-small.bordered+p,
.h4.text-small.bordered+p,
h4.text-small.bordered+pre,
.h4.text-small.bordered+pre,
h4.text-small.bordered+blockquote,
.h4.text-small.bordered+blockquote,
h4.text-small.bordered+div,
.h4.text-small.bordered+div,
h4.text-small.bordered+a,
.h4.text-small.bordered+a,
h4.text-small.bordered+h1,
.h4.text-small.bordered+h1,
h4.text-small.bordered+h2,
.h4.text-small.bordered+h2,
h4.text-small.bordered+h3,
.h4.text-small.bordered+h3,
h4.text-small.bordered+h4,
.h4.text-small.bordered+h4,
h4.text-small.bordered+h5,
.h4.text-small.bordered+h5,
h4.text-small.bordered+h6,
.h4.text-small.bordered+h6,
h4.text-small.bordered+.h1,
.h4.text-small.bordered+.h1,
h4.text-small.bordered+.h2,
.h4.text-small.bordered+.h2,
h4.text-small.bordered+.h3,
.h4.text-small.bordered+.h3,
h4.text-small.bordered+.h4,
.h4.text-small.bordered+.h4,
h4.text-small.bordered+.h5,
.h4.text-small.bordered+.h5,
h4.text-small.bordered+.h6,
.h4.text-small.bordered+.h6 {
    margin-top: 1.8em;
}

h4.text-large,
.h4.text-large {
    font-size: 1.2em;
}

h4.text-large+p,
.h4.text-large+p,
h4.text-large+pre,
.h4.text-large+pre,
h4.text-large+blockquote,
.h4.text-large+blockquote,
h4.text-large+div,
.h4.text-large+div,
h4.text-large+a,
.h4.text-large+a,
h4.text-large+h1,
.h4.text-large+h1,
h4.text-large+h2,
.h4.text-large+h2,
h4.text-large+h3,
.h4.text-large+h3,
h4.text-large+h4,
.h4.text-large+h4,
h4.text-large+h5,
.h4.text-large+h5,
h4.text-large+h6,
.h4.text-large+h6,
h4.text-large+.h1,
.h4.text-large+.h1,
h4.text-large+.h2,
.h4.text-large+.h2,
h4.text-large+.h3,
.h4.text-large+.h3,
h4.text-large+.h4,
.h4.text-large+.h4,
h4.text-large+.h5,
.h4.text-large+.h5,
h4.text-large+.h6,
.h4.text-large+.h6 {
    margin-top: 0.72em;
}

h4.text-large.bordered+p,
.h4.text-large.bordered+p,
h4.text-large.bordered+pre,
.h4.text-large.bordered+pre,
h4.text-large.bordered+blockquote,
.h4.text-large.bordered+blockquote,
h4.text-large.bordered+div,
.h4.text-large.bordered+div,
h4.text-large.bordered+a,
.h4.text-large.bordered+a,
h4.text-large.bordered+h1,
.h4.text-large.bordered+h1,
h4.text-large.bordered+h2,
.h4.text-large.bordered+h2,
h4.text-large.bordered+h3,
.h4.text-large.bordered+h3,
h4.text-large.bordered+h4,
.h4.text-large.bordered+h4,
h4.text-large.bordered+h5,
.h4.text-large.bordered+h5,
h4.text-large.bordered+h6,
.h4.text-large.bordered+h6,
h4.text-large.bordered+.h1,
.h4.text-large.bordered+.h1,
h4.text-large.bordered+.h2,
.h4.text-large.bordered+.h2,
h4.text-large.bordered+.h3,
.h4.text-large.bordered+.h3,
h4.text-large.bordered+.h4,
.h4.text-large.bordered+.h4,
h4.text-large.bordered+.h5,
.h4.text-large.bordered+.h5,
h4.text-large.bordered+.h6,
.h4.text-large.bordered+.h6 {
    margin-top: 2.4em;
}

h4.text-xlarge,
.h4.text-xlarge {
    font-size: 1.5em;
}

h4.text-xlarge+p,
.h4.text-xlarge+p,
h4.text-xlarge+pre,
.h4.text-xlarge+pre,
h4.text-xlarge+blockquote,
.h4.text-xlarge+blockquote,
h4.text-xlarge+div,
.h4.text-xlarge+div,
h4.text-xlarge+a,
.h4.text-xlarge+a,
h4.text-xlarge+h1,
.h4.text-xlarge+h1,
h4.text-xlarge+h2,
.h4.text-xlarge+h2,
h4.text-xlarge+h3,
.h4.text-xlarge+h3,
h4.text-xlarge+h4,
.h4.text-xlarge+h4,
h4.text-xlarge+h5,
.h4.text-xlarge+h5,
h4.text-xlarge+h6,
.h4.text-xlarge+h6,
h4.text-xlarge+.h1,
.h4.text-xlarge+.h1,
h4.text-xlarge+.h2,
.h4.text-xlarge+.h2,
h4.text-xlarge+.h3,
.h4.text-xlarge+.h3,
h4.text-xlarge+.h4,
.h4.text-xlarge+.h4,
h4.text-xlarge+.h5,
.h4.text-xlarge+.h5,
h4.text-xlarge+.h6,
.h4.text-xlarge+.h6 {
    margin-top: 0.9em;
}

h4.text-xlarge.bordered+p,
.h4.text-xlarge.bordered+p,
h4.text-xlarge.bordered+pre,
.h4.text-xlarge.bordered+pre,
h4.text-xlarge.bordered+blockquote,
.h4.text-xlarge.bordered+blockquote,
h4.text-xlarge.bordered+div,
.h4.text-xlarge.bordered+div,
h4.text-xlarge.bordered+a,
.h4.text-xlarge.bordered+a,
h4.text-xlarge.bordered+h1,
.h4.text-xlarge.bordered+h1,
h4.text-xlarge.bordered+h2,
.h4.text-xlarge.bordered+h2,
h4.text-xlarge.bordered+h3,
.h4.text-xlarge.bordered+h3,
h4.text-xlarge.bordered+h4,
.h4.text-xlarge.bordered+h4,
h4.text-xlarge.bordered+h5,
.h4.text-xlarge.bordered+h5,
h4.text-xlarge.bordered+h6,
.h4.text-xlarge.bordered+h6,
h4.text-xlarge.bordered+.h1,
.h4.text-xlarge.bordered+.h1,
h4.text-xlarge.bordered+.h2,
.h4.text-xlarge.bordered+.h2,
h4.text-xlarge.bordered+.h3,
.h4.text-xlarge.bordered+.h3,
h4.text-xlarge.bordered+.h4,
.h4.text-xlarge.bordered+.h4,
h4.text-xlarge.bordered+.h5,
.h4.text-xlarge.bordered+.h5,
h4.text-xlarge.bordered+.h6,
.h4.text-xlarge.bordered+.h6 {
    margin-top: 3em;
}

h4.text-xxlarge,
.h4.text-xxlarge {
    font-size: 1.7em;
}

h4.text-xxlarge+p,
.h4.text-xxlarge+p,
h4.text-xxlarge+pre,
.h4.text-xxlarge+pre,
h4.text-xxlarge+blockquote,
.h4.text-xxlarge+blockquote,
h4.text-xxlarge+div,
.h4.text-xxlarge+div,
h4.text-xxlarge+a,
.h4.text-xxlarge+a,
h4.text-xxlarge+h1,
.h4.text-xxlarge+h1,
h4.text-xxlarge+h2,
.h4.text-xxlarge+h2,
h4.text-xxlarge+h3,
.h4.text-xxlarge+h3,
h4.text-xxlarge+h4,
.h4.text-xxlarge+h4,
h4.text-xxlarge+h5,
.h4.text-xxlarge+h5,
h4.text-xxlarge+h6,
.h4.text-xxlarge+h6,
h4.text-xxlarge+.h1,
.h4.text-xxlarge+.h1,
h4.text-xxlarge+.h2,
.h4.text-xxlarge+.h2,
h4.text-xxlarge+.h3,
.h4.text-xxlarge+.h3,
h4.text-xxlarge+.h4,
.h4.text-xxlarge+.h4,
h4.text-xxlarge+.h5,
.h4.text-xxlarge+.h5,
h4.text-xxlarge+.h6,
.h4.text-xxlarge+.h6 {
    margin-top: 1.02em;
}

h4.text-xxlarge.bordered+p,
.h4.text-xxlarge.bordered+p,
h4.text-xxlarge.bordered+pre,
.h4.text-xxlarge.bordered+pre,
h4.text-xxlarge.bordered+blockquote,
.h4.text-xxlarge.bordered+blockquote,
h4.text-xxlarge.bordered+div,
.h4.text-xxlarge.bordered+div,
h4.text-xxlarge.bordered+a,
.h4.text-xxlarge.bordered+a,
h4.text-xxlarge.bordered+h1,
.h4.text-xxlarge.bordered+h1,
h4.text-xxlarge.bordered+h2,
.h4.text-xxlarge.bordered+h2,
h4.text-xxlarge.bordered+h3,
.h4.text-xxlarge.bordered+h3,
h4.text-xxlarge.bordered+h4,
.h4.text-xxlarge.bordered+h4,
h4.text-xxlarge.bordered+h5,
.h4.text-xxlarge.bordered+h5,
h4.text-xxlarge.bordered+h6,
.h4.text-xxlarge.bordered+h6,
h4.text-xxlarge.bordered+.h1,
.h4.text-xxlarge.bordered+.h1,
h4.text-xxlarge.bordered+.h2,
.h4.text-xxlarge.bordered+.h2,
h4.text-xxlarge.bordered+.h3,
.h4.text-xxlarge.bordered+.h3,
h4.text-xxlarge.bordered+.h4,
.h4.text-xxlarge.bordered+.h4,
h4.text-xxlarge.bordered+.h5,
.h4.text-xxlarge.bordered+.h5,
h4.text-xxlarge.bordered+.h6,
.h4.text-xxlarge.bordered+.h6 {
    margin-top: 3.4em;
}

h5,
.h5 {
    font-size: 0.8em;
    font-weight: 400;
    margin: 0;
}

h5+p,
.h5+p,
h5+pre,
.h5+pre,
h5+blockquote,
.h5+blockquote,
h5+div,
.h5+div,
h5+a,
.h5+a,
h5+h1,
.h5+h1,
h5+h2,
.h5+h2,
h5+h3,
.h5+h3,
h5+h4,
.h5+h4,
h5+h5,
.h5+h5,
h5+h6,
.h5+h6,
h5+.h1,
.h5+.h1,
h5+.h2,
.h5+.h2,
h5+.h3,
.h5+.h3,
h5+.h4,
.h5+.h4,
h5+.h5,
.h5+.h5,
h5+.h6,
.h5+.h6 {
    margin-top: 0.6em;
}

h5.bordered+p,
.h5.bordered+p,
h5.bordered+pre,
.h5.bordered+pre,
h5.bordered+blockquote,
.h5.bordered+blockquote,
h5.bordered+div,
.h5.bordered+div,
h5.bordered+a,
.h5.bordered+a,
h5.bordered+h1,
.h5.bordered+h1,
h5.bordered+h2,
.h5.bordered+h2,
h5.bordered+h3,
.h5.bordered+h3,
h5.bordered+h4,
.h5.bordered+h4,
h5.bordered+h5,
.h5.bordered+h5,
h5.bordered+h6,
.h5.bordered+h6,
h5.bordered+.h1,
.h5.bordered+.h1,
h5.bordered+.h2,
.h5.bordered+.h2,
h5.bordered+.h3,
.h5.bordered+.h3,
h5.bordered+.h4,
.h5.bordered+.h4,
h5.bordered+.h5,
.h5.bordered+.h5,
h5.bordered+.h6,
.h5.bordered+.h6 {
    margin-top: 2em;
}

h5.bordered>span,
.h5.bordered>span {
    border-color: #252525;
    border-style: solid;
    border-width: 0.12em;
    display: inline-block;
    padding: 0.4em 0.6em;
}

h5.text-light span,
.h5.text-light span {
    border-width: 0.08em;
}

h5.text-thin span,
.h5.text-thin span {
    border-width: 0.03em;
}

h5.text-xsmall,
.h5.text-xsmall {
    font-size: 0.56em;
}

h5.text-xsmall+p,
.h5.text-xsmall+p,
h5.text-xsmall+pre,
.h5.text-xsmall+pre,
h5.text-xsmall+blockquote,
.h5.text-xsmall+blockquote,
h5.text-xsmall+div,
.h5.text-xsmall+div,
h5.text-xsmall+a,
.h5.text-xsmall+a,
h5.text-xsmall+h1,
.h5.text-xsmall+h1,
h5.text-xsmall+h2,
.h5.text-xsmall+h2,
h5.text-xsmall+h3,
.h5.text-xsmall+h3,
h5.text-xsmall+h4,
.h5.text-xsmall+h4,
h5.text-xsmall+h5,
.h5.text-xsmall+h5,
h5.text-xsmall+h6,
.h5.text-xsmall+h6,
h5.text-xsmall+.h1,
.h5.text-xsmall+.h1,
h5.text-xsmall+.h2,
.h5.text-xsmall+.h2,
h5.text-xsmall+.h3,
.h5.text-xsmall+.h3,
h5.text-xsmall+.h4,
.h5.text-xsmall+.h4,
h5.text-xsmall+.h5,
.h5.text-xsmall+.h5,
h5.text-xsmall+.h6,
.h5.text-xsmall+.h6 {
    margin-top: 0.42em;
}

h5.text-xsmall.bordered+p,
.h5.text-xsmall.bordered+p,
h5.text-xsmall.bordered+pre,
.h5.text-xsmall.bordered+pre,
h5.text-xsmall.bordered+blockquote,
.h5.text-xsmall.bordered+blockquote,
h5.text-xsmall.bordered+div,
.h5.text-xsmall.bordered+div,
h5.text-xsmall.bordered+a,
.h5.text-xsmall.bordered+a,
h5.text-xsmall.bordered+h1,
.h5.text-xsmall.bordered+h1,
h5.text-xsmall.bordered+h2,
.h5.text-xsmall.bordered+h2,
h5.text-xsmall.bordered+h3,
.h5.text-xsmall.bordered+h3,
h5.text-xsmall.bordered+h4,
.h5.text-xsmall.bordered+h4,
h5.text-xsmall.bordered+h5,
.h5.text-xsmall.bordered+h5,
h5.text-xsmall.bordered+h6,
.h5.text-xsmall.bordered+h6,
h5.text-xsmall.bordered+.h1,
.h5.text-xsmall.bordered+.h1,
h5.text-xsmall.bordered+.h2,
.h5.text-xsmall.bordered+.h2,
h5.text-xsmall.bordered+.h3,
.h5.text-xsmall.bordered+.h3,
h5.text-xsmall.bordered+.h4,
.h5.text-xsmall.bordered+.h4,
h5.text-xsmall.bordered+.h5,
.h5.text-xsmall.bordered+.h5,
h5.text-xsmall.bordered+.h6,
.h5.text-xsmall.bordered+.h6 {
    margin-top: 1.4em;
}

h5.text-small,
.h5.text-small {
    font-size: 0.72em;
}

h5.text-small+p,
.h5.text-small+p,
h5.text-small+pre,
.h5.text-small+pre,
h5.text-small+blockquote,
.h5.text-small+blockquote,
h5.text-small+div,
.h5.text-small+div,
h5.text-small+a,
.h5.text-small+a,
h5.text-small+h1,
.h5.text-small+h1,
h5.text-small+h2,
.h5.text-small+h2,
h5.text-small+h3,
.h5.text-small+h3,
h5.text-small+h4,
.h5.text-small+h4,
h5.text-small+h5,
.h5.text-small+h5,
h5.text-small+h6,
.h5.text-small+h6,
h5.text-small+.h1,
.h5.text-small+.h1,
h5.text-small+.h2,
.h5.text-small+.h2,
h5.text-small+.h3,
.h5.text-small+.h3,
h5.text-small+.h4,
.h5.text-small+.h4,
h5.text-small+.h5,
.h5.text-small+.h5,
h5.text-small+.h6,
.h5.text-small+.h6 {
    margin-top: 0.54em;
}

h5.text-small.bordered+p,
.h5.text-small.bordered+p,
h5.text-small.bordered+pre,
.h5.text-small.bordered+pre,
h5.text-small.bordered+blockquote,
.h5.text-small.bordered+blockquote,
h5.text-small.bordered+div,
.h5.text-small.bordered+div,
h5.text-small.bordered+a,
.h5.text-small.bordered+a,
h5.text-small.bordered+h1,
.h5.text-small.bordered+h1,
h5.text-small.bordered+h2,
.h5.text-small.bordered+h2,
h5.text-small.bordered+h3,
.h5.text-small.bordered+h3,
h5.text-small.bordered+h4,
.h5.text-small.bordered+h4,
h5.text-small.bordered+h5,
.h5.text-small.bordered+h5,
h5.text-small.bordered+h6,
.h5.text-small.bordered+h6,
h5.text-small.bordered+.h1,
.h5.text-small.bordered+.h1,
h5.text-small.bordered+.h2,
.h5.text-small.bordered+.h2,
h5.text-small.bordered+.h3,
.h5.text-small.bordered+.h3,
h5.text-small.bordered+.h4,
.h5.text-small.bordered+.h4,
h5.text-small.bordered+.h5,
.h5.text-small.bordered+.h5,
h5.text-small.bordered+.h6,
.h5.text-small.bordered+.h6 {
    margin-top: 1.8em;
}

h5.text-large,
.h5.text-large {
    font-size: 0.96em;
}

h5.text-large+p,
.h5.text-large+p,
h5.text-large+pre,
.h5.text-large+pre,
h5.text-large+blockquote,
.h5.text-large+blockquote,
h5.text-large+div,
.h5.text-large+div,
h5.text-large+a,
.h5.text-large+a,
h5.text-large+h1,
.h5.text-large+h1,
h5.text-large+h2,
.h5.text-large+h2,
h5.text-large+h3,
.h5.text-large+h3,
h5.text-large+h4,
.h5.text-large+h4,
h5.text-large+h5,
.h5.text-large+h5,
h5.text-large+h6,
.h5.text-large+h6,
h5.text-large+.h1,
.h5.text-large+.h1,
h5.text-large+.h2,
.h5.text-large+.h2,
h5.text-large+.h3,
.h5.text-large+.h3,
h5.text-large+.h4,
.h5.text-large+.h4,
h5.text-large+.h5,
.h5.text-large+.h5,
h5.text-large+.h6,
.h5.text-large+.h6 {
    margin-top: 0.72em;
}

h5.text-large.bordered+p,
.h5.text-large.bordered+p,
h5.text-large.bordered+pre,
.h5.text-large.bordered+pre,
h5.text-large.bordered+blockquote,
.h5.text-large.bordered+blockquote,
h5.text-large.bordered+div,
.h5.text-large.bordered+div,
h5.text-large.bordered+a,
.h5.text-large.bordered+a,
h5.text-large.bordered+h1,
.h5.text-large.bordered+h1,
h5.text-large.bordered+h2,
.h5.text-large.bordered+h2,
h5.text-large.bordered+h3,
.h5.text-large.bordered+h3,
h5.text-large.bordered+h4,
.h5.text-large.bordered+h4,
h5.text-large.bordered+h5,
.h5.text-large.bordered+h5,
h5.text-large.bordered+h6,
.h5.text-large.bordered+h6,
h5.text-large.bordered+.h1,
.h5.text-large.bordered+.h1,
h5.text-large.bordered+.h2,
.h5.text-large.bordered+.h2,
h5.text-large.bordered+.h3,
.h5.text-large.bordered+.h3,
h5.text-large.bordered+.h4,
.h5.text-large.bordered+.h4,
h5.text-large.bordered+.h5,
.h5.text-large.bordered+.h5,
h5.text-large.bordered+.h6,
.h5.text-large.bordered+.h6 {
    margin-top: 2.4em;
}

h5.text-xlarge,
.h5.text-xlarge {
    font-size: 1.2em;
}

h5.text-xlarge+p,
.h5.text-xlarge+p,
h5.text-xlarge+pre,
.h5.text-xlarge+pre,
h5.text-xlarge+blockquote,
.h5.text-xlarge+blockquote,
h5.text-xlarge+div,
.h5.text-xlarge+div,
h5.text-xlarge+a,
.h5.text-xlarge+a,
h5.text-xlarge+h1,
.h5.text-xlarge+h1,
h5.text-xlarge+h2,
.h5.text-xlarge+h2,
h5.text-xlarge+h3,
.h5.text-xlarge+h3,
h5.text-xlarge+h4,
.h5.text-xlarge+h4,
h5.text-xlarge+h5,
.h5.text-xlarge+h5,
h5.text-xlarge+h6,
.h5.text-xlarge+h6,
h5.text-xlarge+.h1,
.h5.text-xlarge+.h1,
h5.text-xlarge+.h2,
.h5.text-xlarge+.h2,
h5.text-xlarge+.h3,
.h5.text-xlarge+.h3,
h5.text-xlarge+.h4,
.h5.text-xlarge+.h4,
h5.text-xlarge+.h5,
.h5.text-xlarge+.h5,
h5.text-xlarge+.h6,
.h5.text-xlarge+.h6 {
    margin-top: 0.9em;
}

h5.text-xlarge.bordered+p,
.h5.text-xlarge.bordered+p,
h5.text-xlarge.bordered+pre,
.h5.text-xlarge.bordered+pre,
h5.text-xlarge.bordered+blockquote,
.h5.text-xlarge.bordered+blockquote,
h5.text-xlarge.bordered+div,
.h5.text-xlarge.bordered+div,
h5.text-xlarge.bordered+a,
.h5.text-xlarge.bordered+a,
h5.text-xlarge.bordered+h1,
.h5.text-xlarge.bordered+h1,
h5.text-xlarge.bordered+h2,
.h5.text-xlarge.bordered+h2,
h5.text-xlarge.bordered+h3,
.h5.text-xlarge.bordered+h3,
h5.text-xlarge.bordered+h4,
.h5.text-xlarge.bordered+h4,
h5.text-xlarge.bordered+h5,
.h5.text-xlarge.bordered+h5,
h5.text-xlarge.bordered+h6,
.h5.text-xlarge.bordered+h6,
h5.text-xlarge.bordered+.h1,
.h5.text-xlarge.bordered+.h1,
h5.text-xlarge.bordered+.h2,
.h5.text-xlarge.bordered+.h2,
h5.text-xlarge.bordered+.h3,
.h5.text-xlarge.bordered+.h3,
h5.text-xlarge.bordered+.h4,
.h5.text-xlarge.bordered+.h4,
h5.text-xlarge.bordered+.h5,
.h5.text-xlarge.bordered+.h5,
h5.text-xlarge.bordered+.h6,
.h5.text-xlarge.bordered+.h6 {
    margin-top: 3em;
}

h5.text-xxlarge,
.h5.text-xxlarge {
    font-size: 1.36em;
}

h5.text-xxlarge+p,
.h5.text-xxlarge+p,
h5.text-xxlarge+pre,
.h5.text-xxlarge+pre,
h5.text-xxlarge+blockquote,
.h5.text-xxlarge+blockquote,
h5.text-xxlarge+div,
.h5.text-xxlarge+div,
h5.text-xxlarge+a,
.h5.text-xxlarge+a,
h5.text-xxlarge+h1,
.h5.text-xxlarge+h1,
h5.text-xxlarge+h2,
.h5.text-xxlarge+h2,
h5.text-xxlarge+h3,
.h5.text-xxlarge+h3,
h5.text-xxlarge+h4,
.h5.text-xxlarge+h4,
h5.text-xxlarge+h5,
.h5.text-xxlarge+h5,
h5.text-xxlarge+h6,
.h5.text-xxlarge+h6,
h5.text-xxlarge+.h1,
.h5.text-xxlarge+.h1,
h5.text-xxlarge+.h2,
.h5.text-xxlarge+.h2,
h5.text-xxlarge+.h3,
.h5.text-xxlarge+.h3,
h5.text-xxlarge+.h4,
.h5.text-xxlarge+.h4,
h5.text-xxlarge+.h5,
.h5.text-xxlarge+.h5,
h5.text-xxlarge+.h6,
.h5.text-xxlarge+.h6 {
    margin-top: 1.02em;
}

h5.text-xxlarge.bordered+p,
.h5.text-xxlarge.bordered+p,
h5.text-xxlarge.bordered+pre,
.h5.text-xxlarge.bordered+pre,
h5.text-xxlarge.bordered+blockquote,
.h5.text-xxlarge.bordered+blockquote,
h5.text-xxlarge.bordered+div,
.h5.text-xxlarge.bordered+div,
h5.text-xxlarge.bordered+a,
.h5.text-xxlarge.bordered+a,
h5.text-xxlarge.bordered+h1,
.h5.text-xxlarge.bordered+h1,
h5.text-xxlarge.bordered+h2,
.h5.text-xxlarge.bordered+h2,
h5.text-xxlarge.bordered+h3,
.h5.text-xxlarge.bordered+h3,
h5.text-xxlarge.bordered+h4,
.h5.text-xxlarge.bordered+h4,
h5.text-xxlarge.bordered+h5,
.h5.text-xxlarge.bordered+h5,
h5.text-xxlarge.bordered+h6,
.h5.text-xxlarge.bordered+h6,
h5.text-xxlarge.bordered+.h1,
.h5.text-xxlarge.bordered+.h1,
h5.text-xxlarge.bordered+.h2,
.h5.text-xxlarge.bordered+.h2,
h5.text-xxlarge.bordered+.h3,
.h5.text-xxlarge.bordered+.h3,
h5.text-xxlarge.bordered+.h4,
.h5.text-xxlarge.bordered+.h4,
h5.text-xxlarge.bordered+.h5,
.h5.text-xxlarge.bordered+.h5,
h5.text-xxlarge.bordered+.h6,
.h5.text-xxlarge.bordered+.h6 {
    margin-top: 3.4em;
}

h6,
.h6 {
    font-size: 0.65em;
    font-weight: 400;
    margin: 0;
}

h6+p,
.h6+p,
h6+pre,
.h6+pre,
h6+blockquote,
.h6+blockquote,
h6+div,
.h6+div,
h6+a,
.h6+a,
h6+h1,
.h6+h1,
h6+h2,
.h6+h2,
h6+h3,
.h6+h3,
h6+h4,
.h6+h4,
h6+h5,
.h6+h5,
h6+h6,
.h6+h6,
h6+.h1,
.h6+.h1,
h6+.h2,
.h6+.h2,
h6+.h3,
.h6+.h3,
h6+.h4,
.h6+.h4,
h6+.h5,
.h6+.h5,
h6+.h6,
.h6+.h6 {
    margin-top: 0.6em;
}

h6.bordered+p,
.h6.bordered+p,
h6.bordered+pre,
.h6.bordered+pre,
h6.bordered+blockquote,
.h6.bordered+blockquote,
h6.bordered+div,
.h6.bordered+div,
h6.bordered+a,
.h6.bordered+a,
h6.bordered+h1,
.h6.bordered+h1,
h6.bordered+h2,
.h6.bordered+h2,
h6.bordered+h3,
.h6.bordered+h3,
h6.bordered+h4,
.h6.bordered+h4,
h6.bordered+h5,
.h6.bordered+h5,
h6.bordered+h6,
.h6.bordered+h6,
h6.bordered+.h1,
.h6.bordered+.h1,
h6.bordered+.h2,
.h6.bordered+.h2,
h6.bordered+.h3,
.h6.bordered+.h3,
h6.bordered+.h4,
.h6.bordered+.h4,
h6.bordered+.h5,
.h6.bordered+.h5,
h6.bordered+.h6,
.h6.bordered+.h6 {
    margin-top: 2em;
}

h6.bordered>span,
.h6.bordered>span {
    border-color: #252525;
    border-style: solid;
    border-width: 0.12em;
    display: inline-block;
    padding: 0.4em 0.6em;
}

h6.text-light span,
.h6.text-light span {
    border-width: 0.08em;
}

h6.text-thin span,
.h6.text-thin span {
    border-width: 0.03em;
}

h6.text-xsmall,
.h6.text-xsmall {
    font-size: 0.455em;
}

h6.text-xsmall+p,
.h6.text-xsmall+p,
h6.text-xsmall+pre,
.h6.text-xsmall+pre,
h6.text-xsmall+blockquote,
.h6.text-xsmall+blockquote,
h6.text-xsmall+div,
.h6.text-xsmall+div,
h6.text-xsmall+a,
.h6.text-xsmall+a,
h6.text-xsmall+h1,
.h6.text-xsmall+h1,
h6.text-xsmall+h2,
.h6.text-xsmall+h2,
h6.text-xsmall+h3,
.h6.text-xsmall+h3,
h6.text-xsmall+h4,
.h6.text-xsmall+h4,
h6.text-xsmall+h5,
.h6.text-xsmall+h5,
h6.text-xsmall+h6,
.h6.text-xsmall+h6,
h6.text-xsmall+.h1,
.h6.text-xsmall+.h1,
h6.text-xsmall+.h2,
.h6.text-xsmall+.h2,
h6.text-xsmall+.h3,
.h6.text-xsmall+.h3,
h6.text-xsmall+.h4,
.h6.text-xsmall+.h4,
h6.text-xsmall+.h5,
.h6.text-xsmall+.h5,
h6.text-xsmall+.h6,
.h6.text-xsmall+.h6 {
    margin-top: 0.42em;
}

h6.text-xsmall.bordered+p,
.h6.text-xsmall.bordered+p,
h6.text-xsmall.bordered+pre,
.h6.text-xsmall.bordered+pre,
h6.text-xsmall.bordered+blockquote,
.h6.text-xsmall.bordered+blockquote,
h6.text-xsmall.bordered+div,
.h6.text-xsmall.bordered+div,
h6.text-xsmall.bordered+a,
.h6.text-xsmall.bordered+a,
h6.text-xsmall.bordered+h1,
.h6.text-xsmall.bordered+h1,
h6.text-xsmall.bordered+h2,
.h6.text-xsmall.bordered+h2,
h6.text-xsmall.bordered+h3,
.h6.text-xsmall.bordered+h3,
h6.text-xsmall.bordered+h4,
.h6.text-xsmall.bordered+h4,
h6.text-xsmall.bordered+h5,
.h6.text-xsmall.bordered+h5,
h6.text-xsmall.bordered+h6,
.h6.text-xsmall.bordered+h6,
h6.text-xsmall.bordered+.h1,
.h6.text-xsmall.bordered+.h1,
h6.text-xsmall.bordered+.h2,
.h6.text-xsmall.bordered+.h2,
h6.text-xsmall.bordered+.h3,
.h6.text-xsmall.bordered+.h3,
h6.text-xsmall.bordered+.h4,
.h6.text-xsmall.bordered+.h4,
h6.text-xsmall.bordered+.h5,
.h6.text-xsmall.bordered+.h5,
h6.text-xsmall.bordered+.h6,
.h6.text-xsmall.bordered+.h6 {
    margin-top: 1.4em;
}

h6.text-small,
.h6.text-small {
    font-size: 0.585em;
}

h6.text-small+p,
.h6.text-small+p,
h6.text-small+pre,
.h6.text-small+pre,
h6.text-small+blockquote,
.h6.text-small+blockquote,
h6.text-small+div,
.h6.text-small+div,
h6.text-small+a,
.h6.text-small+a,
h6.text-small+h1,
.h6.text-small+h1,
h6.text-small+h2,
.h6.text-small+h2,
h6.text-small+h3,
.h6.text-small+h3,
h6.text-small+h4,
.h6.text-small+h4,
h6.text-small+h5,
.h6.text-small+h5,
h6.text-small+h6,
.h6.text-small+h6,
h6.text-small+.h1,
.h6.text-small+.h1,
h6.text-small+.h2,
.h6.text-small+.h2,
h6.text-small+.h3,
.h6.text-small+.h3,
h6.text-small+.h4,
.h6.text-small+.h4,
h6.text-small+.h5,
.h6.text-small+.h5,
h6.text-small+.h6,
.h6.text-small+.h6 {
    margin-top: 0.54em;
}

h6.text-small.bordered+p,
.h6.text-small.bordered+p,
h6.text-small.bordered+pre,
.h6.text-small.bordered+pre,
h6.text-small.bordered+blockquote,
.h6.text-small.bordered+blockquote,
h6.text-small.bordered+div,
.h6.text-small.bordered+div,
h6.text-small.bordered+a,
.h6.text-small.bordered+a,
h6.text-small.bordered+h1,
.h6.text-small.bordered+h1,
h6.text-small.bordered+h2,
.h6.text-small.bordered+h2,
h6.text-small.bordered+h3,
.h6.text-small.bordered+h3,
h6.text-small.bordered+h4,
.h6.text-small.bordered+h4,
h6.text-small.bordered+h5,
.h6.text-small.bordered+h5,
h6.text-small.bordered+h6,
.h6.text-small.bordered+h6,
h6.text-small.bordered+.h1,
.h6.text-small.bordered+.h1,
h6.text-small.bordered+.h2,
.h6.text-small.bordered+.h2,
h6.text-small.bordered+.h3,
.h6.text-small.bordered+.h3,
h6.text-small.bordered+.h4,
.h6.text-small.bordered+.h4,
h6.text-small.bordered+.h5,
.h6.text-small.bordered+.h5,
h6.text-small.bordered+.h6,
.h6.text-small.bordered+.h6 {
    margin-top: 1.8em;
}

h6.text-large,
.h6.text-large {
    font-size: 0.78em;
}

h6.text-large+p,
.h6.text-large+p,
h6.text-large+pre,
.h6.text-large+pre,
h6.text-large+blockquote,
.h6.text-large+blockquote,
h6.text-large+div,
.h6.text-large+div,
h6.text-large+a,
.h6.text-large+a,
h6.text-large+h1,
.h6.text-large+h1,
h6.text-large+h2,
.h6.text-large+h2,
h6.text-large+h3,
.h6.text-large+h3,
h6.text-large+h4,
.h6.text-large+h4,
h6.text-large+h5,
.h6.text-large+h5,
h6.text-large+h6,
.h6.text-large+h6,
h6.text-large+.h1,
.h6.text-large+.h1,
h6.text-large+.h2,
.h6.text-large+.h2,
h6.text-large+.h3,
.h6.text-large+.h3,
h6.text-large+.h4,
.h6.text-large+.h4,
h6.text-large+.h5,
.h6.text-large+.h5,
h6.text-large+.h6,
.h6.text-large+.h6 {
    margin-top: 0.72em;
}

h6.text-large.bordered+p,
.h6.text-large.bordered+p,
h6.text-large.bordered+pre,
.h6.text-large.bordered+pre,
h6.text-large.bordered+blockquote,
.h6.text-large.bordered+blockquote,
h6.text-large.bordered+div,
.h6.text-large.bordered+div,
h6.text-large.bordered+a,
.h6.text-large.bordered+a,
h6.text-large.bordered+h1,
.h6.text-large.bordered+h1,
h6.text-large.bordered+h2,
.h6.text-large.bordered+h2,
h6.text-large.bordered+h3,
.h6.text-large.bordered+h3,
h6.text-large.bordered+h4,
.h6.text-large.bordered+h4,
h6.text-large.bordered+h5,
.h6.text-large.bordered+h5,
h6.text-large.bordered+h6,
.h6.text-large.bordered+h6,
h6.text-large.bordered+.h1,
.h6.text-large.bordered+.h1,
h6.text-large.bordered+.h2,
.h6.text-large.bordered+.h2,
h6.text-large.bordered+.h3,
.h6.text-large.bordered+.h3,
h6.text-large.bordered+.h4,
.h6.text-large.bordered+.h4,
h6.text-large.bordered+.h5,
.h6.text-large.bordered+.h5,
h6.text-large.bordered+.h6,
.h6.text-large.bordered+.h6 {
    margin-top: 2.4em;
}

h6.text-xlarge,
.h6.text-xlarge {
    font-size: 0.975em;
}

h6.text-xlarge+p,
.h6.text-xlarge+p,
h6.text-xlarge+pre,
.h6.text-xlarge+pre,
h6.text-xlarge+blockquote,
.h6.text-xlarge+blockquote,
h6.text-xlarge+div,
.h6.text-xlarge+div,
h6.text-xlarge+a,
.h6.text-xlarge+a,
h6.text-xlarge+h1,
.h6.text-xlarge+h1,
h6.text-xlarge+h2,
.h6.text-xlarge+h2,
h6.text-xlarge+h3,
.h6.text-xlarge+h3,
h6.text-xlarge+h4,
.h6.text-xlarge+h4,
h6.text-xlarge+h5,
.h6.text-xlarge+h5,
h6.text-xlarge+h6,
.h6.text-xlarge+h6,
h6.text-xlarge+.h1,
.h6.text-xlarge+.h1,
h6.text-xlarge+.h2,
.h6.text-xlarge+.h2,
h6.text-xlarge+.h3,
.h6.text-xlarge+.h3,
h6.text-xlarge+.h4,
.h6.text-xlarge+.h4,
h6.text-xlarge+.h5,
.h6.text-xlarge+.h5,
h6.text-xlarge+.h6,
.h6.text-xlarge+.h6 {
    margin-top: 0.9em;
}

h6.text-xlarge.bordered+p,
.h6.text-xlarge.bordered+p,
h6.text-xlarge.bordered+pre,
.h6.text-xlarge.bordered+pre,
h6.text-xlarge.bordered+blockquote,
.h6.text-xlarge.bordered+blockquote,
h6.text-xlarge.bordered+div,
.h6.text-xlarge.bordered+div,
h6.text-xlarge.bordered+a,
.h6.text-xlarge.bordered+a,
h6.text-xlarge.bordered+h1,
.h6.text-xlarge.bordered+h1,
h6.text-xlarge.bordered+h2,
.h6.text-xlarge.bordered+h2,
h6.text-xlarge.bordered+h3,
.h6.text-xlarge.bordered+h3,
h6.text-xlarge.bordered+h4,
.h6.text-xlarge.bordered+h4,
h6.text-xlarge.bordered+h5,
.h6.text-xlarge.bordered+h5,
h6.text-xlarge.bordered+h6,
.h6.text-xlarge.bordered+h6,
h6.text-xlarge.bordered+.h1,
.h6.text-xlarge.bordered+.h1,
h6.text-xlarge.bordered+.h2,
.h6.text-xlarge.bordered+.h2,
h6.text-xlarge.bordered+.h3,
.h6.text-xlarge.bordered+.h3,
h6.text-xlarge.bordered+.h4,
.h6.text-xlarge.bordered+.h4,
h6.text-xlarge.bordered+.h5,
.h6.text-xlarge.bordered+.h5,
h6.text-xlarge.bordered+.h6,
.h6.text-xlarge.bordered+.h6 {
    margin-top: 3em;
}

h6.text-xxlarge,
.h6.text-xxlarge {
    font-size: 1.105em;
}

h6.text-xxlarge+p,
.h6.text-xxlarge+p,
h6.text-xxlarge+pre,
.h6.text-xxlarge+pre,
h6.text-xxlarge+blockquote,
.h6.text-xxlarge+blockquote,
h6.text-xxlarge+div,
.h6.text-xxlarge+div,
h6.text-xxlarge+a,
.h6.text-xxlarge+a,
h6.text-xxlarge+h1,
.h6.text-xxlarge+h1,
h6.text-xxlarge+h2,
.h6.text-xxlarge+h2,
h6.text-xxlarge+h3,
.h6.text-xxlarge+h3,
h6.text-xxlarge+h4,
.h6.text-xxlarge+h4,
h6.text-xxlarge+h5,
.h6.text-xxlarge+h5,
h6.text-xxlarge+h6,
.h6.text-xxlarge+h6,
h6.text-xxlarge+.h1,
.h6.text-xxlarge+.h1,
h6.text-xxlarge+.h2,
.h6.text-xxlarge+.h2,
h6.text-xxlarge+.h3,
.h6.text-xxlarge+.h3,
h6.text-xxlarge+.h4,
.h6.text-xxlarge+.h4,
h6.text-xxlarge+.h5,
.h6.text-xxlarge+.h5,
h6.text-xxlarge+.h6,
.h6.text-xxlarge+.h6 {
    margin-top: 1.02em;
}

h6.text-xxlarge.bordered+p,
.h6.text-xxlarge.bordered+p,
h6.text-xxlarge.bordered+pre,
.h6.text-xxlarge.bordered+pre,
h6.text-xxlarge.bordered+blockquote,
.h6.text-xxlarge.bordered+blockquote,
h6.text-xxlarge.bordered+div,
.h6.text-xxlarge.bordered+div,
h6.text-xxlarge.bordered+a,
.h6.text-xxlarge.bordered+a,
h6.text-xxlarge.bordered+h1,
.h6.text-xxlarge.bordered+h1,
h6.text-xxlarge.bordered+h2,
.h6.text-xxlarge.bordered+h2,
h6.text-xxlarge.bordered+h3,
.h6.text-xxlarge.bordered+h3,
h6.text-xxlarge.bordered+h4,
.h6.text-xxlarge.bordered+h4,
h6.text-xxlarge.bordered+h5,
.h6.text-xxlarge.bordered+h5,
h6.text-xxlarge.bordered+h6,
.h6.text-xxlarge.bordered+h6,
h6.text-xxlarge.bordered+.h1,
.h6.text-xxlarge.bordered+.h1,
h6.text-xxlarge.bordered+.h2,
.h6.text-xxlarge.bordered+.h2,
h6.text-xxlarge.bordered+.h3,
.h6.text-xxlarge.bordered+.h3,
h6.text-xxlarge.bordered+.h4,
.h6.text-xxlarge.bordered+.h4,
h6.text-xxlarge.bordered+.h5,
.h6.text-xxlarge.bordered+.h5,
h6.text-xxlarge.bordered+.h6,
.h6.text-xxlarge.bordered+.h6 {
    margin-top: 3.4em;
}

p:not([style*="display:none"])+h1,
pre:not([style*="display:none"])+h1,
blockquote:not([style*="display:none"])+h1,
div:not([style*="display:none"])+h1,
a:not([style*="display:none"])+h1,
p:not([style*="display:none"])+h2,
pre:not([style*="display:none"])+h2,
blockquote:not([style*="display:none"])+h2,
div:not([style*="display:none"])+h2,
a:not([style*="display:none"])+h2,
p:not([style*="display:none"])+h3,
pre:not([style*="display:none"])+h3,
blockquote:not([style*="display:none"])+h3,
div:not([style*="display:none"])+h3,
a:not([style*="display:none"])+h3,
p:not([style*="display:none"])+h4,
pre:not([style*="display:none"])+h4,
blockquote:not([style*="display:none"])+h4,
div:not([style*="display:none"])+h4,
a:not([style*="display:none"])+h4,
p:not([style*="display:none"])+h5,
pre:not([style*="display:none"])+h5,
blockquote:not([style*="display:none"])+h5,
div:not([style*="display:none"])+h5,
a:not([style*="display:none"])+h5,
p:not([style*="display:none"])+h6,
pre:not([style*="display:none"])+h6,
blockquote:not([style*="display:none"])+h6,
div:not([style*="display:none"])+h6,
a:not([style*="display:none"])+h6,
p:not([style*="display:none"])+.h1,
pre:not([style*="display:none"])+.h1,
blockquote:not([style*="display:none"])+.h1,
div:not([style*="display:none"])+.h1,
a:not([style*="display:none"])+.h1,
p:not([style*="display:none"])+.h2,
pre:not([style*="display:none"])+.h2,
blockquote:not([style*="display:none"])+.h2,
div:not([style*="display:none"])+.h2,
a:not([style*="display:none"])+.h2,
p:not([style*="display:none"])+.h3,
pre:not([style*="display:none"])+.h3,
blockquote:not([style*="display:none"])+.h3,
div:not([style*="display:none"])+.h3,
a:not([style*="display:none"])+.h3,
p:not([style*="display:none"])+.h4,
pre:not([style*="display:none"])+.h4,
blockquote:not([style*="display:none"])+.h4,
div:not([style*="display:none"])+.h4,
a:not([style*="display:none"])+.h4,
p:not([style*="display:none"])+.h5,
pre:not([style*="display:none"])+.h5,
blockquote:not([style*="display:none"])+.h5,
div:not([style*="display:none"])+.h5,
a:not([style*="display:none"])+.h5,
p:not([style*="display:none"])+.h6,
pre:not([style*="display:none"])+.h6,
blockquote:not([style*="display:none"])+.h6,
div:not([style*="display:none"])+.h6,
a:not([style*="display:none"])+.h6 {
    margin-top: 1em;
}

.text-bold {
    font-weight: 700;
}

.text-light {
    font-weight: 300;
}

.text-thin {
    font-weight: 100;
}

.text-normal {
    font-weight: 400;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.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-spaced {
    letter-spacing: 1px;
}

.highlight {
    color: #0098f7;
}

.highlight.bordered>span {
    border-color: #0098f7;
}

.text-tint {
    color: #515151;
}

.box {
    border-color: #252525;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    padding: 20px;
}

.box *:not(a) {
    border-color: #252525;
}

i.facebook {
    color: #3b5998;
}

i.facebook.r-btn {
    background: #3b5998 none repeat scroll 0 0 !important;
    border-color: #3b5998 !important;
    color: #ffffff !important;
}

i.facebook.r-btn:hover,
i.facebook.r-btn:focus {
    background: #4d68a1 none repeat scroll 0 0 !important;
    border-color: #4d68a1 !important;
}

i.facebook.f-btn {
    color: #3b5998 !important;
}

i.facebook.f-btn:not(.borderless) {
    border-color: #3b5998 !important;
}

i.facebook.f-btn:hover,
i.facebook.f-btn:focus {
    background: #3b5998 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

i.facebook.f-btn:hover:not(.borderless),
i.facebook.f-btn:focus:not(.borderless) {
    border-color: #3b5998 !important;
}

i.facebook.f-btn:active {
    color: #ffffff !important;
}

i.facebook:active {
    background: #5872a7 none repeat scroll 0 0 !important;
    border-color: #5872a7 !important;
}

i.facebook:not(.alt-link):not(.btn) {
    color: #3b5998 !important;
}

i.facebook:hover:not(.alt-link):not(.btn),
i.facebook:focus:not(.alt-link):not(.btn) {
    color: #4d68a1 !important;
}

i.facebook:active:not(.alt-link):not(.btn) {
    color: #5872a7 !important;
}

i.facebook.alt-link:hover:not(.highlight),
i.facebook.alt-link:focus:not(.highlight) {
    color: #3b5998 !important;
}

i.facebook.alt-link.highlight {
    color: #3b5998 !important;
}

i.facebook.alt-link.highlight:hover,
i.facebook.alt-link.highlight:focus {
    color: #4d68a1 !important;
}

i.facebook.alt-link:active {
    color: #5872a7 !important;
}

i.twitter {
    color: #55acee;
}

i.twitter.r-btn {
    background: #55acee none repeat scroll 0 0 !important;
    border-color: #55acee !important;
    color: #ffffff !important;
}

i.twitter.r-btn:hover,
i.twitter.r-btn:focus {
    background: #64b3f0 none repeat scroll 0 0 !important;
    border-color: #64b3f0 !important;
}

i.twitter.f-btn {
    color: #55acee !important;
}

i.twitter.f-btn:not(.borderless) {
    border-color: #55acee !important;
}

i.twitter.f-btn:hover,
i.twitter.f-btn:focus {
    background: #55acee none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

i.twitter.f-btn:hover:not(.borderless),
i.twitter.f-btn:focus:not(.borderless) {
    border-color: #55acee !important;
}

i.twitter.f-btn:active {
    color: #ffffff !important;
}

i.twitter:active {
    background: #6fb8f1 none repeat scroll 0 0 !important;
    border-color: #6fb8f1 !important;
}

i.twitter:not(.alt-link):not(.btn) {
    color: #55acee !important;
}

i.twitter:hover:not(.alt-link):not(.btn),
i.twitter:focus:not(.alt-link):not(.btn) {
    color: #4d9dd9 !important;
}

i.twitter:active:not(.alt-link):not(.btn) {
    color: #4892ca !important;
}

i.twitter.alt-link:hover:not(.highlight),
i.twitter.alt-link:focus:not(.highlight) {
    color: #55acee !important;
}

i.twitter.alt-link.highlight {
    color: #55acee !important;
}

i.twitter.alt-link.highlight:hover,
i.twitter.alt-link.highlight:focus {
    color: #4d9dd9 !important;
}

i.twitter.alt-link:active {
    color: #4892ca !important;
}

i.pinterest {
    color: #c8232c;
}

i.pinterest.r-btn {
    background: #c8232c none repeat scroll 0 0 !important;
    border-color: #c8232c !important;
    color: #ffffff !important;
}

i.pinterest.r-btn:hover,
i.pinterest.r-btn:focus {
    background: #cd373f none repeat scroll 0 0 !important;
    border-color: #cd373f !important;
}

i.pinterest.f-btn {
    color: #c8232c !important;
}

i.pinterest.f-btn:not(.borderless) {
    border-color: #c8232c !important;
}

i.pinterest.f-btn:hover,
i.pinterest.f-btn:focus {
    background: #c8232c none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

i.pinterest.f-btn:hover:not(.borderless),
i.pinterest.f-btn:focus:not(.borderless) {
    border-color: #c8232c !important;
}

i.pinterest.f-btn:active {
    color: #ffffff !important;
}

i.pinterest:active {
    background: #d0444c none repeat scroll 0 0 !important;
    border-color: #d0444c !important;
}

i.pinterest:not(.alt-link):not(.btn) {
    color: #c8232c !important;
}

i.pinterest:hover:not(.alt-link):not(.btn),
i.pinterest:focus:not(.alt-link):not(.btn) {
    color: #cd373f !important;
}

i.pinterest:active:not(.alt-link):not(.btn) {
    color: #d0444c !important;
}

i.pinterest.alt-link:hover:not(.highlight),
i.pinterest.alt-link:focus:not(.highlight) {
    color: #c8232c !important;
}

i.pinterest.alt-link.highlight {
    color: #c8232c !important;
}

i.pinterest.alt-link.highlight:hover,
i.pinterest.alt-link.highlight:focus {
    color: #cd373f !important;
}

i.pinterest.alt-link:active {
    color: #d0444c !important;
}

i.linkedin {
    color: #1784bb;
}

i.linkedin.r-btn {
    background: #1784bb none repeat scroll 0 0 !important;
    border-color: #1784bb !important;
    color: #ffffff !important;
}

i.linkedin.r-btn:hover,
i.linkedin.r-btn:focus {
    background: #2c8fc1 none repeat scroll 0 0 !important;
    border-color: #2c8fc1 !important;
}

i.linkedin.f-btn {
    color: #1784bb !important;
}

i.linkedin.f-btn:not(.borderless) {
    border-color: #1784bb !important;
}

i.linkedin.f-btn:hover,
i.linkedin.f-btn:focus {
    background: #1784bb none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

i.linkedin.f-btn:hover:not(.borderless),
i.linkedin.f-btn:focus:not(.borderless) {
    border-color: #1784bb !important;
}

i.linkedin.f-btn:active {
    color: #ffffff !important;
}

i.linkedin:active {
    background: #3a96c5 none repeat scroll 0 0 !important;
    border-color: #3a96c5 !important;
}

i.linkedin:not(.alt-link):not(.btn) {
    color: #1784bb !important;
}

i.linkedin:hover:not(.alt-link):not(.btn),
i.linkedin:focus:not(.alt-link):not(.btn) {
    color: #2c8fc1 !important;
}

i.linkedin:active:not(.alt-link):not(.btn) {
    color: #3a96c5 !important;
}

i.linkedin.alt-link:hover:not(.highlight),
i.linkedin.alt-link:focus:not(.highlight) {
    color: #1784bb !important;
}

i.linkedin.alt-link.highlight {
    color: #1784bb !important;
}

i.linkedin.alt-link.highlight:hover,
i.linkedin.alt-link.highlight:focus {
    color: #2c8fc1 !important;
}

i.linkedin.alt-link:active {
    color: #3a96c5 !important;
}

i.google-plus {
    color: #323031;
}

i.google-plus.r-btn {
    background: #323031 none repeat scroll 0 0 !important;
    border-color: #323031 !important;
    color: #ffffff !important;
}

i.google-plus.r-btn:hover,
i.google-plus.r-btn:focus {
    background: #444344 none repeat scroll 0 0 !important;
    border-color: #444344 !important;
}

i.google-plus.f-btn {
    color: #323031 !important;
}

i.google-plus.f-btn:not(.borderless) {
    border-color: #323031 !important;
}

i.google-plus.f-btn:hover,
i.google-plus.f-btn:focus {
    background: #323031 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

i.google-plus.f-btn:hover:not(.borderless),
i.google-plus.f-btn:focus:not(.borderless) {
    border-color: #323031 !important;
}

i.google-plus.f-btn:active {
    color: #ffffff !important;
}

i.google-plus:active {
    background: #514f50 none repeat scroll 0 0 !important;
    border-color: #514f50 !important;
}

i.google-plus:not(.alt-link):not(.btn) {
    color: #323031 !important;
}

i.google-plus:hover:not(.alt-link):not(.btn),
i.google-plus:focus:not(.alt-link):not(.btn) {
    color: #444344 !important;
}

i.google-plus:active:not(.alt-link):not(.btn) {
    color: #514f50 !important;
}

i.google-plus.alt-link:hover:not(.highlight),
i.google-plus.alt-link:focus:not(.highlight) {
    color: #323031 !important;
}

i.google-plus.alt-link.highlight {
    color: #323031 !important;
}

i.google-plus.alt-link.highlight:hover,
i.google-plus.alt-link.highlight:focus {
    color: #444344 !important;
}

i.google-plus.alt-link:active {
    color: #514f50 !important;
}

i.github {
    color: #333333;
}

i.github.r-btn {
    background: #333333 none repeat scroll 0 0 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}

i.github.r-btn:hover,
i.github.r-btn:focus {
    background: #454545 none repeat scroll 0 0 !important;
    border-color: #454545 !important;
}

i.github.f-btn {
    color: #333333 !important;
}

i.github.f-btn:not(.borderless) {
    border-color: #333333 !important;
}

i.github.f-btn:hover,
i.github.f-btn:focus {
    background: #333333 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

i.github.f-btn:hover:not(.borderless),
i.github.f-btn:focus:not(.borderless) {
    border-color: #333333 !important;
}

i.github.f-btn:active {
    color: #ffffff !important;
}

i.github:active {
    background: #525252 none repeat scroll 0 0 !important;
    border-color: #525252 !important;
}

i.github:not(.alt-link):not(.btn) {
    color: #333333 !important;
}

i.github:hover:not(.alt-link):not(.btn),
i.github:focus:not(.alt-link):not(.btn) {
    color: #454545 !important;
}

i.github:active:not(.alt-link):not(.btn) {
    color: #525252 !important;
}

i.github.alt-link:hover:not(.highlight),
i.github.alt-link:focus:not(.highlight) {
    color: #333333 !important;
}

i.github.alt-link.highlight {
    color: #333333 !important;
}

i.github.alt-link.highlight:hover,
i.github.alt-link.highlight:focus {
    color: #454545 !important;
}

i.github.alt-link:active {
    color: #525252 !important;
}

i.instagram {
    color: #3f729b;
}

i.instagram.r-btn {
    background: #3f729b none repeat scroll 0 0 !important;
    border-color: #3f729b !important;
    color: #ffffff !important;
}

i.instagram.r-btn:hover,
i.instagram.r-btn:focus {
    background: #507fa4 none repeat scroll 0 0 !important;
    border-color: #507fa4 !important;
}

i.instagram.f-btn {
    color: #3f729b !important;
}

i.instagram.f-btn:not(.borderless) {
    border-color: #3f729b !important;
}

i.instagram.f-btn:hover,
i.instagram.f-btn:focus {
    background: #3f729b none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

i.instagram.f-btn:hover:not(.borderless),
i.instagram.f-btn:focus:not(.borderless) {
    border-color: #3f729b !important;
}

i.instagram.f-btn:active {
    color: #ffffff !important;
}

i.instagram:active {
    background: #5c87aa none repeat scroll 0 0 !important;
    border-color: #5c87aa !important;
}

i.instagram:not(.alt-link):not(.btn) {
    color: #3f729b !important;
}

i.instagram:hover:not(.alt-link):not(.btn),
i.instagram:focus:not(.alt-link):not(.btn) {
    color: #507fa4 !important;
}

i.instagram:active:not(.alt-link):not(.btn) {
    color: #5c87aa !important;
}

i.instagram.alt-link:hover:not(.highlight),
i.instagram.alt-link:focus:not(.highlight) {
    color: #3f729b !important;
}

i.instagram.alt-link.highlight {
    color: #3f729b !important;
}

i.instagram.alt-link.highlight:hover,
i.instagram.alt-link.highlight:focus {
    color: #507fa4 !important;
}

i.instagram.alt-link:active {
    color: #5c87aa !important;
}

img {
    margin: auto;
    max-width: 100%;
    vertical-align: middle;
}

img.circle {
    border-radius: 100%;
}

img.rounded {
    border-radius: 2px;
}

a.img-link {
    display: block;
}

img+p,
a.img-link+p,
img+pre,
a.img-link+pre,
img+blockquote,
a.img-link+blockquote,
img+h1,
a.img-link+h1,
img+h2,
a.img-link+h2,
img+h3,
a.img-link+h3,
img+h4,
a.img-link+h4,
img+h5,
a.img-link+h5,
img+h6,
a.img-link+h6,
img+.h1,
a.img-link+.h1,
img+.h2,
a.img-link+.h2,
img+.h3,
a.img-link+.h3,
img+.h4,
a.img-link+.h4,
img+.h5,
a.img-link+.h5,
img+.h5,
a.img-link+.h5 {
    margin-top: 20px;
}

p+img,
pre+img,
blockquote+img,
h1+img,
h2+img,
h3+img,
h4+img,
h5+img,
h6+img,
.h1+img,
.h2+img,
.h3+img,
.h4+img,
.h5+img,
.h5+img,
p+a.img-link,
pre+a.img-link,
blockquote+a.img-link,
h1+a.img-link,
h2+a.img-link,
h3+a.img-link,
h4+a.img-link,
h5+a.img-link,
h6+a.img-link,
.h1+a.img-link,
.h2+a.img-link,
.h3+a.img-link,
.h4+a.img-link,
.h5+a.img-link,
.h5+a.img-link {
    margin-top: 20px;
}

img {
    border: 0 none;
}

svg:not(:root) {
    overflow: hidden;
}

img.img-icon {
    width: 25%;
}

img.img-xs-100 {
    width: 100%;
}

img.img-xs-75 {
    width: 75%;
}

img.img-xs-50 {
    width: 50%;
}

img.img-xs-25 {
    width: 25%;
}

@media (min-width: 768px) {
    img.img-icon {
        width: 20%;
    }
    img.img-sm-100 {
        width: 100%;
    }
    img.img-sm-75 {
        width: 75%;
    }
    img.img-sm-50 {
        width: 50%;
    }
    img.img-sm-25 {
        width: 25%;
    }
}

@media (min-width: 992px) {
    img.img-icon {
        width: 15%;
    }
    img.img-md-100 {
        width: 100%;
    }
    img.img-md-75 {
        width: 75%;
    }
    img.img-md-50 {
        width: 50%;
    }
    img.img-md-25 {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    img.img-icon {
        width: 10%;
    }
    img.img-lg-100 {
        width: 100%;
    }
    img.img-lg-75 {
        width: 75%;
    }
    img.img-lg-50 {
        width: 50%;
    }
    img.img-lg-25 {
        width: 25%;
    }
}

html.nav-in {
    overflow: hidden;
}

html.nav-in header::after {
    opacity: 0.2;
    visibility: visible;
}

html.nav-in header.shadow-level-5[class*="shadow-level-"] .navbar-collapse {
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.3), 0 6px 8px rgba(0, 0, 0, 0.22);
}

html.nav-in header.shadow-level-4[class*="shadow-level-"] .navbar-collapse {
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.3), 0 6px 8px rgba(0, 0, 0, 0.22);
}

html.nav-in header.shadow-level-3[class*="shadow-level-"] .navbar-collapse {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);
}

html.nav-in header.shadow-level-2[class*="shadow-level-"] .navbar-collapse {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.23);
}

html.nav-in header.shadow-level-1[class*="shadow-level-"] .navbar-collapse {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
}

html.nav-in header .navbar-collapse {
    left: 20%;
    overflow: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    html.nav-in header .navbar-collapse {
        left: 60%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    html.nav-in header .navbar-collapse {
        left: 70%;
    }
}

@media (min-width: 1200px) {
    html.nav-in header .navbar-collapse {
        left: 75%;
    }
}

html.nav-in header .navbar-toggle {
    display: none;
}

[class*="content-"],
[class*="blog_feed-"],
[class*="blog_post-"],
[class*="social-"],
[class*="testimonial-"],
[class*="landing-"],
[class*="pricing-"],
[class*="contact-"],
[class*="team-"],
section.blog-post-image,
.fdf-block {
    background-color: #ffffff;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    [class*="content-"],
    [class*="blog_feed-"],
    [class*="blog_post-"],
    [class*="social-"],
    [class*="testimonial-"],
    [class*="landing-"],
    [class*="pricing-"],
    [class*="contact-"],
    [class*="team-"],
    section.blog-post-image,
    .fdf-block {
        padding: 75px 0;
    }
}

@media (min-width: 992px) {
    [class*="content-"],
    [class*="blog_feed-"],
    [class*="blog_post-"],
    [class*="social-"],
    [class*="testimonial-"],
    [class*="landing-"],
    [class*="pricing-"],
    [class*="contact-"],
    [class*="team-"],
    section.blog-post-image,
    .fdf-block {
        padding: 80px 0;
    }
    .preview [class*="social-"] {
        padding: 0;
        width: 40px;
    }
}

[class*="content-"] .container *:not(.row):not([style*="display:none"])+.row,
[class*="blog_feed-"] .container *:not(.row):not([style*="display:none"])+.row,
[class*="blog_post-"] .container *:not(.row):not([style*="display:none"])+.row,
[class*="social-"] .container *:not(.row):not([style*="display:none"])+.row,
[class*="testimonial-"] .container *:not(.row):not([style*="display:none"])+.row,
[class*="landing-"] .container *:not(.row):not([style*="display:none"])+.row,
[class*="pricing-"] .container *:not(.row):not([style*="display:none"])+.row,
[class*="contact-"] .container *:not(.row):not([style*="display:none"])+.row,
[class*="team-"] .container *:not(.row):not([style*="display:none"])+.row,
section.blog-post-image .container *:not(.row):not([style*="display:none"])+.row,
.fdf-block .container *:not(.row):not([style*="display:none"])+.row,
[class*="content-"] .container .row+*,
[class*="blog_feed-"] .container .row+*,
[class*="blog_post-"] .container .row+*,
[class*="social-"] .container .row+*,
[class*="testimonial-"] .container .row+*,
[class*="landing-"] .container .row+*,
[class*="pricing-"] .container .row+*,
[class*="contact-"] .container .row+*,
[class*="team-"] .container .row+*,
section.blog-post-image .container .row+*,
.fdf-block .container .row+* {
    margin-top: 30px;
}

@media (min-width: 768px) {
    [class*="content-"] .container *:not(.row):not([style*="display:none"])+.row,
    [class*="blog_feed-"] .container *:not(.row):not([style*="display:none"])+.row,
    [class*="blog_post-"] .container *:not(.row):not([style*="display:none"])+.row,
    [class*="social-"] .container *:not(.row):not([style*="display:none"])+.row,
    [class*="testimonial-"] .container *:not(.row):not([style*="display:none"])+.row,
    [class*="landing-"] .container *:not(.row):not([style*="display:none"])+.row,
    [class*="pricing-"] .container *:not(.row):not([style*="display:none"])+.row,
    [class*="contact-"] .container *:not(.row):not([style*="display:none"])+.row,
    [class*="team-"] .container *:not(.row):not([style*="display:none"])+.row,
    section.blog-post-image .container *:not(.row):not([style*="display:none"])+.row,
    .fdf-block .container *:not(.row):not([style*="display:none"])+.row,
    [class*="content-"] .container .row+*,
    [class*="blog_feed-"] .container .row+*,
    [class*="blog_post-"] .container .row+*,
    [class*="social-"] .container .row+*,
    [class*="testimonial-"] .container .row+*,
    [class*="landing-"] .container .row+*,
    [class*="pricing-"] .container .row+*,
    [class*="contact-"] .container .row+*,
    [class*="team-"] .container .row+*,
    section.blog-post-image .container .row+*,
    .fdf-block .container .row+* {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    [class*="content-"] .container .col-xs-12:nth-child(n+2),
    [class*="blog_feed-"] .container .col-xs-12:nth-child(n+2),
    [class*="blog_post-"] .container .col-xs-12:nth-child(n+2),
    [class*="social-"] .container .col-xs-12:nth-child(n+2),
    [class*="testimonial-"] .container .col-xs-12:nth-child(n+2),
    [class*="landing-"] .container .col-xs-12:nth-child(n+2),
    [class*="pricing-"] .container .col-xs-12:nth-child(n+2),
    [class*="contact-"] .container .col-xs-12:nth-child(n+2),
    [class*="team-"] .container .col-xs-12:nth-child(n+2),
    section.blog-post-image .container .col-xs-12:nth-child(n+2),
    .fdf-block .container .col-xs-12:nth-child(n+2),
    [class*="content-"] .container .col-xs-10.col-xs-offset-1:nth-child(n+2),
    [class*="blog_feed-"] .container .col-xs-10.col-xs-offset-1:nth-child(n+2),
    [class*="blog_post-"] .container .col-xs-10.col-xs-offset-1:nth-child(n+2),
    [class*="social-"] .container .col-xs-10.col-xs-offset-1:nth-child(n+2),
    [class*="testimonial-"] .container .col-xs-10.col-xs-offset-1:nth-child(n+2),
    [class*="landing-"] .container .col-xs-10.col-xs-offset-1:nth-child(n+2),
    [class*="pricing-"] .container .col-xs-10.col-xs-offset-1:nth-child(n+2),
    [class*="contact-"] .container .col-xs-10.col-xs-offset-1:nth-child(n+2),
    [class*="team-"] .container .col-xs-10.col-xs-offset-1:nth-child(n+2),
    section.blog-post-image .container .col-xs-10.col-xs-offset-1:nth-child(n+2),
    .fdf-block .container .col-xs-10.col-xs-offset-1:nth-child(n+2),
    [class*="content-"] .container .col-xs-8.col-xs-offset-2:nth-child(n+2),
    [class*="blog_feed-"] .container .col-xs-8.col-xs-offset-2:nth-child(n+2),
    [class*="blog_post-"] .container .col-xs-8.col-xs-offset-2:nth-child(n+2),
    [class*="social-"] .container .col-xs-8.col-xs-offset-2:nth-child(n+2),
    [class*="testimonial-"] .container .col-xs-8.col-xs-offset-2:nth-child(n+2),
    [class*="landing-"] .container .col-xs-8.col-xs-offset-2:nth-child(n+2),
    [class*="pricing-"] .container .col-xs-8.col-xs-offset-2:nth-child(n+2),
    [class*="contact-"] .container .col-xs-8.col-xs-offset-2:nth-child(n+2),
    [class*="team-"] .container .col-xs-8.col-xs-offset-2:nth-child(n+2),
    section.blog-post-image .container .col-xs-8.col-xs-offset-2:nth-child(n+2),
    .fdf-block .container .col-xs-8.col-xs-offset-2:nth-child(n+2) {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    [class*="content-"] .container .col-sm-6:nth-child(n+3),
    [class*="blog_feed-"] .container .col-sm-6:nth-child(n+3),
    [class*="blog_post-"] .container .col-sm-6:nth-child(n+3),
    [class*="social-"] .container .col-sm-6:nth-child(n+3),
    [class*="testimonial-"] .container .col-sm-6:nth-child(n+3),
    [class*="landing-"] .container .col-sm-6:nth-child(n+3),
    [class*="pricing-"] .container .col-sm-6:nth-child(n+3),
    [class*="contact-"] .container .col-sm-6:nth-child(n+3),
    [class*="team-"] .container .col-sm-6:nth-child(n+3),
    section.blog-post-image .container .col-sm-6:nth-child(n+3),
    .fdf-block .container .col-sm-6:nth-child(n+3) {
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    [class*="content-"] .container .col-sm-6:nth-child(n+3):not([class*="col-md-"]),
    [class*="blog_feed-"] .container .col-sm-6:nth-child(n+3):not([class*="col-md-"]),
    [class*="blog_post-"] .container .col-sm-6:nth-child(n+3):not([class*="col-md-"]),
    [class*="social-"] .container .col-sm-6:nth-child(n+3):not([class*="col-md-"]),
    [class*="testimonial-"] .container .col-sm-6:nth-child(n+3):not([class*="col-md-"]),
    [class*="landing-"] .container .col-sm-6:nth-child(n+3):not([class*="col-md-"]),
    [class*="pricing-"] .container .col-sm-6:nth-child(n+3):not([class*="col-md-"]),
    [class*="contact-"] .container .col-sm-6:nth-child(n+3):not([class*="col-md-"]),
    [class*="team-"] .container .col-sm-6:nth-child(n+3):not([class*="col-md-"]),
    section.blog-post-image .container .col-sm-6:nth-child(n+3):not([class*="col-md-"]),
    .fdf-block .container .col-sm-6:nth-child(n+3):not([class*="col-md-"]),
    [class*="content-"] .container .col-md-6:nth-child(n+3),
    [class*="blog_feed-"] .container .col-md-6:nth-child(n+3),
    [class*="blog_post-"] .container .col-md-6:nth-child(n+3),
    [class*="social-"] .container .col-md-6:nth-child(n+3),
    [class*="testimonial-"] .container .col-md-6:nth-child(n+3),
    [class*="landing-"] .container .col-md-6:nth-child(n+3),
    [class*="pricing-"] .container .col-md-6:nth-child(n+3),
    [class*="contact-"] .container .col-md-6:nth-child(n+3),
    [class*="team-"] .container .col-md-6:nth-child(n+3),
    section.blog-post-image .container .col-md-6:nth-child(n+3),
    .fdf-block .container .col-md-6:nth-child(n+3) {
        margin-top: 30px;
    }
}

.parallax-bg[class*="content-"],
.parallax-bg[class*="blog_feed-"],
.parallax-bg[class*="blog_post-"],
.parallax-bg[class*="social-"],
.parallax-bg[class*="testimonial-"],
.parallax-bg[class*="landing-"],
.parallax-bg[class*="pricing-"],
.parallax-bg[class*="contact-"],
.parallax-bg[class*="team-"],
section.blog-post-image.parallax-bg,
.fdf-block.parallax-bg,
.fixed-bg[class*="content-"],
.fixed-bg[class*="blog_feed-"],
.fixed-bg[class*="blog_post-"],
.fixed-bg[class*="social-"],
.fixed-bg[class*="testimonial-"],
.fixed-bg[class*="landing-"],
.fixed-bg[class*="pricing-"],
.fixed-bg[class*="contact-"],
.fixed-bg[class*="team-"],
section.blog-post-image.fixed-bg,
.fdf-block.fixed-bg {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.parallax-bg[class*="content-"]:not(.set-bg),
.parallax-bg[class*="blog_feed-"]:not(.set-bg),
.parallax-bg[class*="blog_post-"]:not(.set-bg),
.parallax-bg[class*="social-"]:not(.set-bg),
.parallax-bg[class*="testimonial-"]:not(.set-bg),
.parallax-bg[class*="landing-"]:not(.set-bg),
.parallax-bg[class*="pricing-"]:not(.set-bg),
.parallax-bg[class*="contact-"]:not(.set-bg),
.parallax-bg[class*="team-"]:not(.set-bg),
section.blog-post-image.parallax-bg:not(.set-bg),
.fdf-block.parallax-bg:not(.set-bg) {
    background-image: none;
}

[class*="content-"][class*="overlay-"],
[class*="blog_feed-"][class*="overlay-"],
[class*="blog_post-"][class*="overlay-"],
[class*="social-"][class*="overlay-"],
[class*="testimonial-"][class*="overlay-"],
[class*="landing-"][class*="overlay-"],
[class*="pricing-"][class*="overlay-"],
[class*="contact-"][class*="overlay-"],
[class*="team-"][class*="overlay-"],
section.blog-post-image[class*="overlay-"],
.fdf-block[class*="overlay-"] {
    position: relative;
}

[class*="content-"][class*="overlay-"]::after,
[class*="blog_feed-"][class*="overlay-"]::after,
[class*="blog_post-"][class*="overlay-"]::after,
[class*="social-"][class*="overlay-"]::after,
[class*="testimonial-"][class*="overlay-"]::after,
[class*="landing-"][class*="overlay-"]::after,
[class*="pricing-"][class*="overlay-"]::after,
[class*="contact-"][class*="overlay-"]::after,
[class*="team-"][class*="overlay-"]::after,
section.blog-post-image[class*="overlay-"]::after,
.fdf-block[class*="overlay-"]::after {
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 2;
}

[class*="content-"] .bg-highlight,
[class*="blog_feed-"] .bg-highlight,
[class*="blog_post-"] .bg-highlight,
[class*="social-"] .bg-highlight,
[class*="testimonial-"] .bg-highlight,
[class*="landing-"] .bg-highlight,
[class*="pricing-"] .bg-highlight,
[class*="contact-"] .bg-highlight,
[class*="team-"] .bg-highlight,
section.blog-post-image .bg-highlight,
.fdf-block .bg-highlight {
    background-color: #0098f7;
    color: #ffffff;
}

[class*="content-"] .border-highlight,
[class*="blog_feed-"] .border-highlight,
[class*="blog_post-"] .border-highlight,
[class*="social-"] .border-highlight,
[class*="testimonial-"] .border-highlight,
[class*="landing-"] .border-highlight,
[class*="pricing-"] .border-highlight,
[class*="contact-"] .border-highlight,
[class*="team-"] .border-highlight,
section.blog-post-image .border-highlight,
.fdf-block .border-highlight {
    border-color: #0098f7;
}

.screen-height[class*="content-"],
.screen-height[class*="blog_feed-"],
.screen-height[class*="blog_post-"],
.screen-height[class*="social-"],
.screen-height[class*="testimonial-"],
.screen-height[class*="landing-"],
.screen-height[class*="pricing-"],
.screen-height[class*="contact-"],
.screen-height[class*="team-"],
section.blog-post-image.screen-height,
.fdf-block.screen-height {
    height: 100%;
    max-height: 1200px;
}

.screen-height[class*="content-"] .container,
.screen-height[class*="blog_feed-"] .container,
.screen-height[class*="blog_post-"] .container,
.screen-height[class*="social-"] .container,
.screen-height[class*="testimonial-"] .container,
.screen-height[class*="landing-"] .container,
.screen-height[class*="pricing-"] .container,
.screen-height[class*="contact-"] .container,
.screen-height[class*="team-"] .container,
section.blog-post-image.screen-height .container,
.fdf-block.screen-height .container {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.screen-height.align-bottom[class*="content-"] .container,
.screen-height.align-bottom[class*="blog_feed-"] .container,
.screen-height.align-bottom[class*="blog_post-"] .container,
.screen-height.align-bottom[class*="social-"] .container,
.screen-height.align-bottom[class*="testimonial-"] .container,
.screen-height.align-bottom[class*="landing-"] .container,
.screen-height.align-bottom[class*="pricing-"] .container,
.screen-height.align-bottom[class*="contact-"] .container,
.screen-height.align-bottom[class*="team-"] .container,
section.blog-post-image.screen-height.align-bottom .container,
.fdf-block.screen-height.align-bottom .container {
    bottom: 0;
    top: auto;
    transform: translateY(0px);
}

[class*="content-"] .container,
[class*="blog_feed-"] .container,
[class*="blog_post-"] .container,
[class*="social-"] .container,
[class*="testimonial-"] .container,
[class*="landing-"] .container,
[class*="pricing-"] .container,
[class*="contact-"] .container,
[class*="team-"] .container,
section.blog-post-image .container,
.fdf-block .container,
header .container,
footer .container {
    position: relative;
    z-index: 3;
}

.full-width[class*="content-"] .container,
.full-width[class*="blog_feed-"] .container,
.full-width[class*="blog_post-"] .container,
.full-width[class*="social-"] .container,
.full-width[class*="testimonial-"] .container,
.full-width[class*="landing-"] .container,
.full-width[class*="pricing-"] .container,
.full-width[class*="contact-"] .container,
.full-width[class*="team-"] .container,
section.blog-post-image.full-width .container,
.fdf-block.full-width .container,
header.full-width .container,
footer.full-width .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.full-width[class*="content-"] .container .row,
.full-width[class*="blog_feed-"] .container .row,
.full-width[class*="blog_post-"] .container .row,
.full-width[class*="social-"] .container .row,
.full-width[class*="testimonial-"] .container .row,
.full-width[class*="landing-"] .container .row,
.full-width[class*="pricing-"] .container .row,
.full-width[class*="contact-"] .container .row,
.full-width[class*="team-"] .container .row,
section.blog-post-image.full-width .container .row,
.fdf-block.full-width .container .row,
header.full-width .container .row,
footer.full-width .container .row {
    margin-left: 0;
    margin-right: 0;
}

footer {
    background: #ffffff none repeat scroll 0 0;
    padding: 0px 0;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    footer {
        padding: 0px 0;
    }
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    float: left;
    list-style: outside none none;
}

footer ul li+li a {
    margin-left: 15px;
}

footer.footer-border {
    border-top: 1px solid #252525;
}

a {
    color: #0098f7;
    text-decoration: none;
    transition: color 0.2s ease 0s, text-decoration 0.2s ease 0s;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #008ae1;
}

a:active {
    color: #0081d2;
}

a.alt-link {
    text-decoration: underline;
}

a.alt-link:not(.highlight) {
    color: #252525;
    text-decoration: underline;
}

a.alt-link:hover:not(.highlight),
a.alt-link:focus:not(.highlight) {
    color: #0098f7;
}

a.alt-link.text-tint:not(.highlight) {
    color: #515151;
}

a.alt-link.highlight {
    color: #0098f7;
}

a.alt-link.highlight:hover,
a.alt-link.highlight:focus {
    color: #008ae1;
}

a.alt-link:active {
    color: #0081d2;
}

.colored-box {
    background-attachment: scroll;
    background-clip: padding-box !important;
    background-color: #0098f7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #252525;
    padding: 20px;
}

.colored-box .highlight {
    color: #000000;
}

.colored-box>a {
    color: inherit !important;
    display: block;
}

.colored-box>a::after {
    background-color: #000000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease 0s;
}

.colored-box>a:hover,
.colored-box>a:focus,
.colored-box>a:active {
    cursor: pointer;
    text-decoration: none;
}

.colored-box>a:hover::after,
.colored-box>a:focus::after {
    opacity: 0.05;
}

.colored-box>a:active::after {
    opacity: 0.1;
}

.colored-box:not(:last-child) {
    border-right: 5px solid rgba(0, 0, 0, 0);
}

.colored-box+.colored-box {
    border-left: 5px solid rgba(0, 0, 0, 0);
}

.colored-box>*:not(a)>a:not(.alt-link) {
    color: #003d63;
}

.colored-box>*:not(a)>a:hover:not(.alt-link),
.colored-box>*:not(a)>a:focus:not(.alt-link),
.colored-box>*:not(a)>a:active:not(.alt-link) {
    color: #001e31;
}

.colored-box>*:not(a)>a.alt-link {
    color: #252525;
}

.colored-box>*:not(a)>a.alt-link:hover,
.colored-box>*:not(a)>a.alt-link:focus {
    color: #003d63;
}

.colored-box>*:not(a)>a.alt-link:active {
    color: #001e31;
}

.colored-box>*:not(a)>a.alt-link.highlight {
    color: #003d63;
}

.colored-box>*:not(a)>a.alt-link.highlight:hover,
.colored-box>*:not(a)>a.alt-link.highlight:focus,
.colored-box>*:not(a)>a.alt-link.highlight:active {
    color: #001e31;
}

a.facebook {
    color: #3b5998;
}

a.facebook.r-btn {
    background: #3b5998 none repeat scroll 0 0 !important;
    border-color: #3b5998 !important;
    color: #ffffff !important;
}

a.facebook.r-btn:hover,
a.facebook.r-btn:focus {
    background: #4d68a1 none repeat scroll 0 0 !important;
    border-color: #4d68a1 !important;
}

a.facebook.f-btn {
    color: #3b5998 !important;
}

a.facebook.f-btn:not(.borderless) {
    border-color: #3b5998 !important;
}

a.facebook.f-btn:hover,
a.facebook.f-btn:focus {
    background: #3b5998 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.facebook.f-btn:hover:not(.borderless),
a.facebook.f-btn:focus:not(.borderless) {
    border-color: #3b5998 !important;
}

a.facebook.f-btn:active {
    color: #ffffff !important;
}

a.facebook:active {
    background: #5872a7 none repeat scroll 0 0 !important;
    border-color: #5872a7 !important;
}

a.facebook:not(.alt-link):not(.btn) {
    color: #3b5998 !important;
}

a.facebook:hover:not(.alt-link):not(.btn),
a.facebook:focus:not(.alt-link):not(.btn) {
    color: #4d68a1 !important;
}

a.facebook:active:not(.alt-link):not(.btn) {
    color: #5872a7 !important;
}

a.facebook.alt-link:hover:not(.highlight),
a.facebook.alt-link:focus:not(.highlight) {
    color: #3b5998 !important;
}

a.facebook.alt-link.highlight {
    color: #3b5998 !important;
}

a.facebook.alt-link.highlight:hover,
a.facebook.alt-link.highlight:focus {
    color: #4d68a1 !important;
}

a.facebook.alt-link:active {
    color: #5872a7 !important;
}

a.twitter {
    color: #55acee;
}

a.twitter.r-btn {
    background: #55acee none repeat scroll 0 0 !important;
    border-color: #55acee !important;
    color: #ffffff !important;
}

a.twitter.r-btn:hover,
a.twitter.r-btn:focus {
    background: #64b3f0 none repeat scroll 0 0 !important;
    border-color: #64b3f0 !important;
}

a.twitter.f-btn {
    color: #55acee !important;
}

a.twitter.f-btn:not(.borderless) {
    border-color: #55acee !important;
}

a.twitter.f-btn:hover,
a.twitter.f-btn:focus {
    background: #55acee none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.twitter.f-btn:hover:not(.borderless),
a.twitter.f-btn:focus:not(.borderless) {
    border-color: #55acee !important;
}

a.twitter.f-btn:active {
    color: #ffffff !important;
}

a.twitter:active {
    background: #6fb8f1 none repeat scroll 0 0 !important;
    border-color: #6fb8f1 !important;
}

a.twitter:not(.alt-link):not(.btn) {
    color: #55acee !important;
}

a.twitter:hover:not(.alt-link):not(.btn),
a.twitter:focus:not(.alt-link):not(.btn) {
    color: #4d9dd9 !important;
}

a.twitter:active:not(.alt-link):not(.btn) {
    color: #4892ca !important;
}

a.twitter.alt-link:hover:not(.highlight),
a.twitter.alt-link:focus:not(.highlight) {
    color: #55acee !important;
}

a.twitter.alt-link.highlight {
    color: #55acee !important;
}

a.twitter.alt-link.highlight:hover,
a.twitter.alt-link.highlight:focus {
    color: #4d9dd9 !important;
}

a.twitter.alt-link:active {
    color: #4892ca !important;
}

a.pinterest {
    color: #c8232c;
}

a.pinterest.r-btn {
    background: #c8232c none repeat scroll 0 0 !important;
    border-color: #c8232c !important;
    color: #ffffff !important;
}

a.pinterest.r-btn:hover,
a.pinterest.r-btn:focus {
    background: #cd373f none repeat scroll 0 0 !important;
    border-color: #cd373f !important;
}

a.pinterest.f-btn {
    color: #c8232c !important;
}

a.pinterest.f-btn:not(.borderless) {
    border-color: #c8232c !important;
}

a.pinterest.f-btn:hover,
a.pinterest.f-btn:focus {
    background: #c8232c none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.pinterest.f-btn:hover:not(.borderless),
a.pinterest.f-btn:focus:not(.borderless) {
    border-color: #c8232c !important;
}

a.pinterest.f-btn:active {
    color: #ffffff !important;
}

a.pinterest:active {
    background: #d0444c none repeat scroll 0 0 !important;
    border-color: #d0444c !important;
}

a.pinterest:not(.alt-link):not(.btn) {
    color: #c8232c !important;
}

a.pinterest:hover:not(.alt-link):not(.btn),
a.pinterest:focus:not(.alt-link):not(.btn) {
    color: #cd373f !important;
}

a.pinterest:active:not(.alt-link):not(.btn) {
    color: #d0444c !important;
}

a.pinterest.alt-link:hover:not(.highlight),
a.pinterest.alt-link:focus:not(.highlight) {
    color: #c8232c !important;
}

a.pinterest.alt-link.highlight {
    color: #c8232c !important;
}

a.pinterest.alt-link.highlight:hover,
a.pinterest.alt-link.highlight:focus {
    color: #cd373f !important;
}

a.pinterest.alt-link:active {
    color: #d0444c !important;
}

a.linkedin {
    color: #1784bb;
}

a.linkedin.r-btn {
    background: #1784bb none repeat scroll 0 0 !important;
    border-color: #1784bb !important;
    color: #ffffff !important;
}

a.linkedin.r-btn:hover,
a.linkedin.r-btn:focus {
    background: #2c8fc1 none repeat scroll 0 0 !important;
    border-color: #2c8fc1 !important;
}

a.linkedin.f-btn {
    color: #1784bb !important;
}

a.linkedin.f-btn:not(.borderless) {
    border-color: #1784bb !important;
}

a.linkedin.f-btn:hover,
a.linkedin.f-btn:focus {
    background: #1784bb none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.linkedin.f-btn:hover:not(.borderless),
a.linkedin.f-btn:focus:not(.borderless) {
    border-color: #1784bb !important;
}

a.linkedin.f-btn:active {
    color: #ffffff !important;
}

a.linkedin:active {
    background: #3a96c5 none repeat scroll 0 0 !important;
    border-color: #3a96c5 !important;
}

a.linkedin:not(.alt-link):not(.btn) {
    color: #1784bb !important;
}

a.linkedin:hover:not(.alt-link):not(.btn),
a.linkedin:focus:not(.alt-link):not(.btn) {
    color: #2c8fc1 !important;
}

a.linkedin:active:not(.alt-link):not(.btn) {
    color: #3a96c5 !important;
}

a.linkedin.alt-link:hover:not(.highlight),
a.linkedin.alt-link:focus:not(.highlight) {
    color: #1784bb !important;
}

a.linkedin.alt-link.highlight {
    color: #1784bb !important;
}

a.linkedin.alt-link.highlight:hover,
a.linkedin.alt-link.highlight:focus {
    color: #2c8fc1 !important;
}

a.linkedin.alt-link:active {
    color: #3a96c5 !important;
}

a.google-plus {
    color: #323031;
}

a.google-plus.r-btn {
    background: #323031 none repeat scroll 0 0 !important;
    border-color: #323031 !important;
    color: #ffffff !important;
}

a.google-plus.r-btn:hover,
a.google-plus.r-btn:focus {
    background: #444344 none repeat scroll 0 0 !important;
    border-color: #444344 !important;
}

a.google-plus.f-btn {
    color: #323031 !important;
}

a.google-plus.f-btn:not(.borderless) {
    border-color: #323031 !important;
}

a.google-plus.f-btn:hover,
a.google-plus.f-btn:focus {
    background: #323031 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.google-plus.f-btn:hover:not(.borderless),
a.google-plus.f-btn:focus:not(.borderless) {
    border-color: #323031 !important;
}

a.google-plus.f-btn:active {
    color: #ffffff !important;
}

a.google-plus:active {
    background: #514f50 none repeat scroll 0 0 !important;
    border-color: #514f50 !important;
}

a.google-plus:not(.alt-link):not(.btn) {
    color: #323031 !important;
}

a.google-plus:hover:not(.alt-link):not(.btn),
a.google-plus:focus:not(.alt-link):not(.btn) {
    color: #444344 !important;
}

a.google-plus:active:not(.alt-link):not(.btn) {
    color: #514f50 !important;
}

a.google-plus.alt-link:hover:not(.highlight),
a.google-plus.alt-link:focus:not(.highlight) {
    color: #323031 !important;
}

a.google-plus.alt-link.highlight {
    color: #323031 !important;
}

a.google-plus.alt-link.highlight:hover,
a.google-plus.alt-link.highlight:focus {
    color: #444344 !important;
}

a.google-plus.alt-link:active {
    color: #514f50 !important;
}

a.github {
    color: #333333;
}

a.github.r-btn {
    background: #333333 none repeat scroll 0 0 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}

a.github.r-btn:hover,
a.github.r-btn:focus {
    background: #454545 none repeat scroll 0 0 !important;
    border-color: #454545 !important;
}

a.github.f-btn {
    color: #333333 !important;
}

a.github.f-btn:not(.borderless) {
    border-color: #333333 !important;
}

a.github.f-btn:hover,
a.github.f-btn:focus {
    background: #333333 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.github.f-btn:hover:not(.borderless),
a.github.f-btn:focus:not(.borderless) {
    border-color: #333333 !important;
}

a.github.f-btn:active {
    color: #ffffff !important;
}

a.github:active {
    background: #525252 none repeat scroll 0 0 !important;
    border-color: #525252 !important;
}

a.github:not(.alt-link):not(.btn) {
    color: #333333 !important;
}

a.github:hover:not(.alt-link):not(.btn),
a.github:focus:not(.alt-link):not(.btn) {
    color: #454545 !important;
}

a.github:active:not(.alt-link):not(.btn) {
    color: #525252 !important;
}

a.github.alt-link:hover:not(.highlight),
a.github.alt-link:focus:not(.highlight) {
    color: #333333 !important;
}

a.github.alt-link.highlight {
    color: #333333 !important;
}

a.github.alt-link.highlight:hover,
a.github.alt-link.highlight:focus {
    color: #454545 !important;
}

a.github.alt-link:active {
    color: #525252 !important;
}

a.instagram {
    color: #3f729b;
}

a.instagram.r-btn {
    background: #3f729b none repeat scroll 0 0 !important;
    border-color: #3f729b !important;
    color: #ffffff !important;
}

a.instagram.r-btn:hover,
a.instagram.r-btn:focus {
    background: #507fa4 none repeat scroll 0 0 !important;
    border-color: #507fa4 !important;
}

a.instagram.f-btn {
    color: #3f729b !important;
}

a.instagram.f-btn:not(.borderless) {
    border-color: #3f729b !important;
}

a.instagram.f-btn:hover,
a.instagram.f-btn:focus {
    background: #3f729b none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.instagram.f-btn:hover:not(.borderless),
a.instagram.f-btn:focus:not(.borderless) {
    border-color: #3f729b !important;
}

a.instagram.f-btn:active {
    color: #ffffff !important;
}

a.instagram:active {
    background: #5c87aa none repeat scroll 0 0 !important;
    border-color: #5c87aa !important;
}

a.instagram:not(.alt-link):not(.btn) {
    color: #3f729b !important;
}

a.instagram:hover:not(.alt-link):not(.btn),
a.instagram:focus:not(.alt-link):not(.btn) {
    color: #507fa4 !important;
}

a.instagram:active:not(.alt-link):not(.btn) {
    color: #5c87aa !important;
}

a.instagram.alt-link:hover:not(.highlight),
a.instagram.alt-link:focus:not(.highlight) {
    color: #3f729b !important;
}

a.instagram.alt-link.highlight {
    color: #3f729b !important;
}

a.instagram.alt-link.highlight:hover,
a.instagram.alt-link.highlight:focus {
    color: #507fa4 !important;
}

a.instagram.alt-link:active {
    color: #5c87aa !important;
}

:not(div)+p>.btn:not(.round) {
    margin-top: 20px;
}

.btn {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 5px 16px;
    position: relative;
    text-align: center;
    transition: border 0.2s ease 0s, background 0.2s ease 0s, color 0.2s ease 0s, box-shadow 0.2s ease 0s;
    white-space: nowrap;
}

.btn.text-thin {
    border-width: 0.25px;
}

.btn.text-light {
    border-width: 1px;
}

.btn.text-bold {
    border-width: 2px;
}

.btn.text-xsmall {
    border-width: 1px;
}

.btn.text-xsmall.text-thin {
    border-width: 0.25px;
}

.btn.text-xsmall.text-light {
    border-width: 0.25px;
}

.btn.text-xsmall.text-bold {
    border-width: 1px;
}

.btn.text-small {
    border-width: 1px;
}

.btn.text-small.text-thin {
    border-width: 0.25px;
}

.btn.text-small.text-light {
    border-width: 1px;
}

.btn.text-small.text-bold {
    border-width: 1px;
}

.btn.text-large {
    border-width: 1px;
}

.btn.text-large.text-thin {
    border-width: 0.25px;
}

.btn.text-large.text-light {
    border-width: 1px;
}

.btn.text-large.text-bold {
    border-width: 2px;
}

.btn.text-xlarge {
    border-width: 2px;
}

.btn.text-xlarge.text-thin {
    border-width: 0.25px;
}

.btn.text-xlarge.text-light {
    border-width: 1px;
}

.btn.text-xlarge.text-bold {
    border-width: 3px;
}

.btn.text-xxlarge {
    border-width: 2px;
}

.btn.text-xxlarge.text-thin {
    border-width: 0.25px;
}

.btn.text-xxlarge.text-light {
    border-width: 2px;
}

.btn.text-xxlarge.text-bold {
    border-width: 3px;
}

.btn:not(.round) {}

.btn:hover,
.btn:active,
.btn:focus {
    text-decoration: none;
}

.btn.disabled,
.btn[disabled] {
    box-shadow: none !important;
    pointer-events: none;
}

.btn+.btn {
    /*margin-left: 20px; */
}

.btn.round {
    border-radius: 100%;
    font-size: 24px;
    height: 46px;
    line-height: 44px;
    margin: 7.5px;
    padding: 0;
    width: 46px;
}

.btn.round.text-xsmall {
    font-size: 16.8px;
    height: 34.2px;
    line-height: 32.2px;
    margin: 5.25px;
    width: 34.2px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-xsmall {
    margin-bottom: 12.9px;
    margin-top: 12.9px;
}

.btn.round.text-xsmall.text-thin {
    height: 32.7px;
    line-height: 32.2px;
    width: 32.7px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-xsmall.text-thin {
    margin-bottom: 13.65px;
    margin-top: 13.65px;
}

.btn.round.text-xsmall.text-light {
    height: 32.7px;
    line-height: 32.2px;
    width: 32.7px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-xsmall.text-light {
    margin-bottom: 13.65px;
    margin-top: 13.65px;
}

.btn.round.text-xsmall.borderless {
    height: 32.2px;
    line-height: 32.2px;
    width: 32.2px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-xsmall.borderless {
    margin-bottom: 13.9px;
    margin-top: 13.9px;
}

.btn.round.text-small {
    font-size: 21.6px;
    height: 43.4px;
    line-height: 41.4px;
    margin: 6.75px;
    width: 43.4px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-small {
    margin-bottom: 8.3px;
    margin-top: 8.3px;
}

.btn.round.text-small.text-thin {
    height: 41.9px;
    line-height: 41.4px;
    width: 41.9px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-small.text-thin {
    margin-bottom: 9.05px;
    margin-top: 9.05px;
}

.btn.round.text-small.text-light {
    height: 43.4px;
    line-height: 41.4px;
    width: 43.4px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-small.text-light {
    margin-bottom: 8.3px;
    margin-top: 8.3px;
}

.btn.round.text-small.borderless {
    height: 41.4px;
    line-height: 41.4px;
    width: 41.4px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-small.borderless {
    margin-bottom: 9.3px;
    margin-top: 9.3px;
}

.btn.round.text-large {
    font-size: 28.8px;
    height: 57.2px;
    line-height: 55.2px;
    margin: 9px;
    width: 57.2px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-large {
    margin-bottom: 1.4px;
    margin-top: 1.4px;
}

.btn.round.text-large.text-thin {
    height: 55.7px;
    line-height: 55.2px;
    width: 55.7px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-large.text-thin {
    margin-bottom: 2.15px;
    margin-top: 2.15px;
}

.btn.round.text-large.text-light {
    height: 57.2px;
    line-height: 55.2px;
    width: 57.2px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-large.text-light {
    margin-bottom: 1.4px;
    margin-top: 1.4px;
}

.btn.round.text-large.borderless {
    height: 55.2px;
    line-height: 55.2px;
    width: 55.2px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-large.borderless {
    margin-bottom: 2.4px;
    margin-top: 2.4px;
}

.btn.round.text-xlarge {
    font-size: 36px;
    height: 73px;
    line-height: 69px;
    margin: 11.25px;
    width: 73px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-xlarge {
    margin-bottom: -6.5px;
    margin-top: -6.5px;
}

.btn.round.text-xlarge.text-thin {
    height: 69.5px;
    line-height: 69px;
    width: 69.5px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-xlarge.text-thin {
    margin-bottom: -4.75px;
    margin-top: -4.75px;
}

.btn.round.text-xlarge.text-light {
    height: 71px;
    line-height: 69px;
    width: 71px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-xlarge.text-light {
    margin-bottom: -5.5px;
    margin-top: -5.5px;
}

.btn.round.text-xlarge.borderless {
    height: 69px;
    line-height: 69px;
    width: 69px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-xlarge.borderless {
    margin-bottom: -4.5px;
    margin-top: -4.5px;
}

.btn.round.text-xxlarge {
    font-size: 40.8px;
    height: 82.2px;
    line-height: 78.2px;
    margin: 12.75px;
    width: 82.2px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-xxlarge {
    margin-bottom: -11.1px;
    margin-top: -11.1px;
}

.btn.round.text-xxlarge.text-thin {
    height: 78.7px;
    line-height: 78.2px;
    width: 78.7px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-xxlarge.text-thin {
    margin-bottom: -9.35px;
    margin-top: -9.35px;
}

.btn.round.text-xxlarge.text-light {
    height: 82.2px;
    line-height: 78.2px;
    width: 82.2px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-xxlarge.text-light {
    margin-bottom: -11.1px;
    margin-top: -11.1px;
}

.btn.round.text-xxlarge.borderless {
    height: 78.2px;
    line-height: 78.2px;
    width: 78.2px;
}

header .navbar .navbar-collapse ul.nav li .btn.round.text-xxlarge.borderless {
    margin-bottom: -9.1px;
    margin-top: -9.1px;
}

.btn.shadow-level-5[class*="shadow-level-"]:hover,
.btn.shadow-level-5[class*="shadow-level-"]:focus {
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.3), 0 6px 8px rgba(0, 0, 0, 0.22);
}

.btn.shadow-level-4[class*="shadow-level-"]:hover,
.btn.shadow-level-4[class*="shadow-level-"]:focus {
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.3), 0 6px 8px rgba(0, 0, 0, 0.22);
}

.btn.shadow-level-3[class*="shadow-level-"]:hover,
.btn.shadow-level-3[class*="shadow-level-"]:focus {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);
}

.btn.shadow-level-2[class*="shadow-level-"]:hover,
.btn.shadow-level-2[class*="shadow-level-"]:focus {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.23);
}

.btn.shadow-level-1[class*="shadow-level-"]:hover,
.btn.shadow-level-1[class*="shadow-level-"]:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
}

.f-btn:active,
.r-btn:active {
    background: #464646 none repeat scroll 0 0;
    border-color: #464646;
    color: #ffffff;
}

.f-btn.highlight:active,
.r-btn.highlight:active {
    background: #26a7f8 none repeat scroll 0 0;
    border-color: #26a7f8;
    color: #ffffff;
}

.f-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #252525;
    color: #252525;
}

.f-btn:hover,
.f-btn:focus {
    background: #252525 none repeat scroll 0 0;
    border-color: #252525;
    color: #ffffff;
}

.f-btn.highlight {
    border-color: #0098f7;
    color: #0098f7;
}

.f-btn.highlight:hover,
.f-btn.highlight:focus {
    background: #0098f7 none repeat scroll 0 0;
    color: #ffffff;
}

.f-btn.borderless {
    border-color: rgba(0, 0, 0, 0) !important;
}

.f-btn.disabled,
.f-btn[disabled] {
    border-color: #b3b3b3 !important;
    color: #b3b3b3 !important;
}

.r-btn {
    background: #252525 none repeat scroll 0 0;
    border-color: #252525;
    color: #ffffff;
}

.r-btn:hover,
.r-btn:focus {
    background: #393939 none repeat scroll 0 0;
    border-color: #393939;
    color: #ffffff;
}

.r-btn.highlight {
    background: #0098f7 none repeat scroll 0 0;
    border-color: #0098f7;
    color: #ffffff;
}

.r-btn.highlight:hover,
.r-btn.highlight:focus {
    background: #008ae1 none repeat scroll 0 0;
    border-color: #008ae1;
}

.bg-btn {
    background: #ffffff none repeat scroll 0 0;
    border-color: #ffffff;
    color: #252525;
}

.bg-btn:not([class*="shadow-level-"]) {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.bg-btn:hover,
.bg-btn:focus {
    background: #e8e8e8 none repeat scroll 0 0;
    border-color: #e8e8e8;
    color: #252525;
}

.bg-btn:hover:not([class*="shadow-level-"]),
.bg-btn:focus:not([class*="shadow-level-"]) {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
}

.bg-btn:active {
    background: #d9d9d9 none repeat scroll 0 0;
    border-color: #d9d9d9;
}

.bg-btn.highlight {
    color: #0098f7;
}

.r-btn.disabled,
.bg-btn.disabled,
.r-btn[disabled],
.bg-btn[disabled] {
    background: #d9d9d9 none repeat scroll 0 0 !important;
    border-color: #d9d9d9 !important;
    color: #b3b3b3 !important;
}

a.facebook-hover:hover,
a.facebook-hover:focus {
    background: #3b5998 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.facebook-hover:hover:not(.borderless),
a.facebook-hover:focus:not(.borderless) {
    border-color: #3b5998 !important;
}

a.facebook-hover:active {
    background: #5872a7 none repeat scroll 0 0 !important;
}

a.facebook-hover:active:not(.borderless) {
    border-color: #5872a7 !important;
}

a.twitter-hover:hover,
a.twitter-hover:focus {
    background: #55acee none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.twitter-hover:hover:not(.borderless),
a.twitter-hover:focus:not(.borderless) {
    border-color: #55acee !important;
}

a.twitter-hover:active {
    background: #6fb8f1 none repeat scroll 0 0 !important;
}

a.twitter-hover:active:not(.borderless) {
    border-color: #6fb8f1 !important;
}

a.pinterest-hover:hover,
a.pinterest-hover:focus {
    background: #c8232c none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.pinterest-hover:hover:not(.borderless),
a.pinterest-hover:focus:not(.borderless) {
    border-color: #c8232c !important;
}

a.pinterest-hover:active {
    background: #d0444c none repeat scroll 0 0 !important;
}

a.pinterest-hover:active:not(.borderless) {
    border-color: #d0444c !important;
}

a.linkedin-hover:hover,
a.linkedin-hover:focus {
    background: #1784bb none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.linkedin-hover:hover:not(.borderless),
a.linkedin-hover:focus:not(.borderless) {
    border-color: #1784bb !important;
}

a.linkedin-hover:active {
    background: #3a96c5 none repeat scroll 0 0 !important;
}

a.linkedin-hover:active:not(.borderless) {
    border-color: #3a96c5 !important;
}

a.google-plus-hover:hover,
a.google-plus-hover:focus {
    background: #323031 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.google-plus-hover:hover:not(.borderless),
a.google-plus-hover:focus:not(.borderless) {
    border-color: #323031 !important;
}

a.google-plus-hover:active {
    background: #514f50 none repeat scroll 0 0 !important;
}

a.google-plus-hover:active:not(.borderless) {
    border-color: #514f50 !important;
}

a.github-hover:hover,
a.github-hover:focus {
    background: #333333 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.github-hover:hover:not(.borderless),
a.github-hover:focus:not(.borderless) {
    border-color: #333333 !important;
}

a.github-hover:active {
    background: #525252 none repeat scroll 0 0 !important;
}

a.github-hover:active:not(.borderless) {
    border-color: #525252 !important;
}

a.instagram-hover:hover,
a.instagram-hover:focus {
    background: #3f729b none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.instagram-hover:hover:not(.borderless),
a.instagram-hover:focus:not(.borderless) {
    border-color: #3f729b !important;
}

a.instagram-hover:active {
    background: #5c87aa none repeat scroll 0 0 !important;
}

a.instagram-hover:active:not(.borderless) {
    border-color: #5c87aa !important;
}

a.facebook {
    color: #3b5998;
}

a.facebook.r-btn {
    background: #3b5998 none repeat scroll 0 0 !important;
    border-color: #3b5998 !important;
    color: #ffffff !important;
}

a.facebook.r-btn:hover,
a.facebook.r-btn:focus {
    background: #4d68a1 none repeat scroll 0 0 !important;
    border-color: #4d68a1 !important;
}

a.facebook.f-btn {
    color: #3b5998 !important;
}

a.facebook.f-btn:not(.borderless) {
    border-color: #3b5998 !important;
}

a.facebook.f-btn:hover,
a.facebook.f-btn:focus {
    background: #3b5998 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.facebook.f-btn:hover:not(.borderless),
a.facebook.f-btn:focus:not(.borderless) {
    border-color: #3b5998 !important;
}

a.facebook.f-btn:active {
    color: #ffffff !important;
}

a.facebook:active {
    background: #5872a7 none repeat scroll 0 0 !important;
    border-color: #5872a7 !important;
}

a.facebook:not(.alt-link):not(.btn) {
    color: #3b5998 !important;
}

a.facebook:hover:not(.alt-link):not(.btn),
a.facebook:focus:not(.alt-link):not(.btn) {
    color: #4d68a1 !important;
}

a.facebook:active:not(.alt-link):not(.btn) {
    color: #5872a7 !important;
}

a.facebook.alt-link:hover:not(.highlight),
a.facebook.alt-link:focus:not(.highlight) {
    color: #3b5998 !important;
}

a.facebook.alt-link.highlight {
    color: #3b5998 !important;
}

a.facebook.alt-link.highlight:hover,
a.facebook.alt-link.highlight:focus {
    color: #4d68a1 !important;
}

a.facebook.alt-link:active {
    color: #5872a7 !important;
}

a.twitter {
    color: #55acee;
}

a.twitter.r-btn {
    background: #55acee none repeat scroll 0 0 !important;
    border-color: #55acee !important;
    color: #ffffff !important;
}

a.twitter.r-btn:hover,
a.twitter.r-btn:focus {
    background: #64b3f0 none repeat scroll 0 0 !important;
    border-color: #64b3f0 !important;
}

a.twitter.f-btn {
    color: #55acee !important;
}

a.twitter.f-btn:not(.borderless) {
    border-color: #55acee !important;
}

a.twitter.f-btn:hover,
a.twitter.f-btn:focus {
    background: #55acee none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.twitter.f-btn:hover:not(.borderless),
a.twitter.f-btn:focus:not(.borderless) {
    border-color: #55acee !important;
}

a.twitter.f-btn:active {
    color: #ffffff !important;
}

a.twitter:active {
    background: #6fb8f1 none repeat scroll 0 0 !important;
    border-color: #6fb8f1 !important;
}

a.twitter:not(.alt-link):not(.btn) {
    color: #55acee !important;
}

a.twitter:hover:not(.alt-link):not(.btn),
a.twitter:focus:not(.alt-link):not(.btn) {
    color: #4d9dd9 !important;
}

a.twitter:active:not(.alt-link):not(.btn) {
    color: #4892ca !important;
}

a.twitter.alt-link:hover:not(.highlight),
a.twitter.alt-link:focus:not(.highlight) {
    color: #55acee !important;
}

a.twitter.alt-link.highlight {
    color: #55acee !important;
}

a.twitter.alt-link.highlight:hover,
a.twitter.alt-link.highlight:focus {
    color: #4d9dd9 !important;
}

a.twitter.alt-link:active {
    color: #4892ca !important;
}

a.pinterest {
    color: #c8232c;
}

a.pinterest.r-btn {
    background: #c8232c none repeat scroll 0 0 !important;
    border-color: #c8232c !important;
    color: #ffffff !important;
}

a.pinterest.r-btn:hover,
a.pinterest.r-btn:focus {
    background: #cd373f none repeat scroll 0 0 !important;
    border-color: #cd373f !important;
}

a.pinterest.f-btn {
    color: #c8232c !important;
}

a.pinterest.f-btn:not(.borderless) {
    border-color: #c8232c !important;
}

a.pinterest.f-btn:hover,
a.pinterest.f-btn:focus {
    background: #c8232c none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.pinterest.f-btn:hover:not(.borderless),
a.pinterest.f-btn:focus:not(.borderless) {
    border-color: #c8232c !important;
}

a.pinterest.f-btn:active {
    color: #ffffff !important;
}

a.pinterest:active {
    background: #d0444c none repeat scroll 0 0 !important;
    border-color: #d0444c !important;
}

a.pinterest:not(.alt-link):not(.btn) {
    color: #c8232c !important;
}

a.pinterest:hover:not(.alt-link):not(.btn),
a.pinterest:focus:not(.alt-link):not(.btn) {
    color: #cd373f !important;
}

a.pinterest:active:not(.alt-link):not(.btn) {
    color: #d0444c !important;
}

a.pinterest.alt-link:hover:not(.highlight),
a.pinterest.alt-link:focus:not(.highlight) {
    color: #c8232c !important;
}

a.pinterest.alt-link.highlight {
    color: #c8232c !important;
}

a.pinterest.alt-link.highlight:hover,
a.pinterest.alt-link.highlight:focus {
    color: #cd373f !important;
}

a.pinterest.alt-link:active {
    color: #d0444c !important;
}

a.linkedin {
    color: #1784bb;
}

a.linkedin.r-btn {
    background: #1784bb none repeat scroll 0 0 !important;
    border-color: #1784bb !important;
    color: #ffffff !important;
}

a.linkedin.r-btn:hover,
a.linkedin.r-btn:focus {
    background: #2c8fc1 none repeat scroll 0 0 !important;
    border-color: #2c8fc1 !important;
}

a.linkedin.f-btn {
    color: #1784bb !important;
}

a.linkedin.f-btn:not(.borderless) {
    border-color: #1784bb !important;
}

a.linkedin.f-btn:hover,
a.linkedin.f-btn:focus {
    background: #1784bb none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.linkedin.f-btn:hover:not(.borderless),
a.linkedin.f-btn:focus:not(.borderless) {
    border-color: #1784bb !important;
}

a.linkedin.f-btn:active {
    color: #ffffff !important;
}

a.linkedin:active {
    background: #3a96c5 none repeat scroll 0 0 !important;
    border-color: #3a96c5 !important;
}

a.linkedin:not(.alt-link):not(.btn) {
    color: #1784bb !important;
}

a.linkedin:hover:not(.alt-link):not(.btn),
a.linkedin:focus:not(.alt-link):not(.btn) {
    color: #2c8fc1 !important;
}

a.linkedin:active:not(.alt-link):not(.btn) {
    color: #3a96c5 !important;
}

a.linkedin.alt-link:hover:not(.highlight),
a.linkedin.alt-link:focus:not(.highlight) {
    color: #1784bb !important;
}

a.linkedin.alt-link.highlight {
    color: #1784bb !important;
}

a.linkedin.alt-link.highlight:hover,
a.linkedin.alt-link.highlight:focus {
    color: #2c8fc1 !important;
}

a.linkedin.alt-link:active {
    color: #3a96c5 !important;
}

a.google-plus {
    color: #323031;
}

a.google-plus.r-btn {
    background: #323031 none repeat scroll 0 0 !important;
    border-color: #323031 !important;
    color: #ffffff !important;
}

a.google-plus.r-btn:hover,
a.google-plus.r-btn:focus {
    background: #444344 none repeat scroll 0 0 !important;
    border-color: #444344 !important;
}

a.google-plus.f-btn {
    color: #323031 !important;
}

a.google-plus.f-btn:not(.borderless) {
    border-color: #323031 !important;
}

a.google-plus.f-btn:hover,
a.google-plus.f-btn:focus {
    background: #323031 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.google-plus.f-btn:hover:not(.borderless),
a.google-plus.f-btn:focus:not(.borderless) {
    border-color: #323031 !important;
}

a.google-plus.f-btn:active {
    color: #ffffff !important;
}

a.google-plus:active {
    background: #514f50 none repeat scroll 0 0 !important;
    border-color: #514f50 !important;
}

a.google-plus:not(.alt-link):not(.btn) {
    color: #323031 !important;
}

a.google-plus:hover:not(.alt-link):not(.btn),
a.google-plus:focus:not(.alt-link):not(.btn) {
    color: #444344 !important;
}

a.google-plus:active:not(.alt-link):not(.btn) {
    color: #514f50 !important;
}

a.google-plus.alt-link:hover:not(.highlight),
a.google-plus.alt-link:focus:not(.highlight) {
    color: #323031 !important;
}

a.google-plus.alt-link.highlight {
    color: #323031 !important;
}

a.google-plus.alt-link.highlight:hover,
a.google-plus.alt-link.highlight:focus {
    color: #444344 !important;
}

a.google-plus.alt-link:active {
    color: #514f50 !important;
}

a.github {
    color: #333333;
}

a.github.r-btn {
    background: #333333 none repeat scroll 0 0 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}

a.github.r-btn:hover,
a.github.r-btn:focus {
    background: #454545 none repeat scroll 0 0 !important;
    border-color: #454545 !important;
}

a.github.f-btn {
    color: #333333 !important;
}

a.github.f-btn:not(.borderless) {
    border-color: #333333 !important;
}

a.github.f-btn:hover,
a.github.f-btn:focus {
    background: #333333 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.github.f-btn:hover:not(.borderless),
a.github.f-btn:focus:not(.borderless) {
    border-color: #333333 !important;
}

a.github.f-btn:active {
    color: #ffffff !important;
}

a.github:active {
    background: #525252 none repeat scroll 0 0 !important;
    border-color: #525252 !important;
}

a.github:not(.alt-link):not(.btn) {
    color: #333333 !important;
}

a.github:hover:not(.alt-link):not(.btn),
a.github:focus:not(.alt-link):not(.btn) {
    color: #454545 !important;
}

a.github:active:not(.alt-link):not(.btn) {
    color: #525252 !important;
}

a.github.alt-link:hover:not(.highlight),
a.github.alt-link:focus:not(.highlight) {
    color: #333333 !important;
}

a.github.alt-link.highlight {
    color: #333333 !important;
}

a.github.alt-link.highlight:hover,
a.github.alt-link.highlight:focus {
    color: #454545 !important;
}

a.github.alt-link:active {
    color: #525252 !important;
}

a.instagram {
    color: #3f729b;
}

a.instagram.r-btn {
    background: #3f729b none repeat scroll 0 0 !important;
    border-color: #3f729b !important;
    color: #ffffff !important;
}

a.instagram.r-btn:hover,
a.instagram.r-btn:focus {
    background: #507fa4 none repeat scroll 0 0 !important;
    border-color: #507fa4 !important;
}

a.instagram.f-btn {
    color: #3f729b !important;
}

a.instagram.f-btn:not(.borderless) {
    border-color: #3f729b !important;
}

a.instagram.f-btn:hover,
a.instagram.f-btn:focus {
    background: #3f729b none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

a.instagram.f-btn:hover:not(.borderless),
a.instagram.f-btn:focus:not(.borderless) {
    border-color: #3f729b !important;
}

a.instagram.f-btn:active {
    color: #ffffff !important;
}

a.instagram:active {
    background: #5c87aa none repeat scroll 0 0 !important;
    border-color: #5c87aa !important;
}

a.instagram:not(.alt-link):not(.btn) {
    color: #3f729b !important;
}

a.instagram:hover:not(.alt-link):not(.btn),
a.instagram:focus:not(.alt-link):not(.btn) {
    color: #507fa4 !important;
}

a.instagram:active:not(.alt-link):not(.btn) {
    color: #5c87aa !important;
}

a.instagram.alt-link:hover:not(.highlight),
a.instagram.alt-link:focus:not(.highlight) {
    color: #3f729b !important;
}

a.instagram.alt-link.highlight {
    color: #3f729b !important;
}

a.instagram.alt-link.highlight:hover,
a.instagram.alt-link.highlight:focus {
    color: #507fa4 !important;
}

a.instagram.alt-link:active {
    color: #5c87aa !important;
}

.alert {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 50px;
    padding: 15px;
    text-align: left;
}

.alert.alert-error {
    color: #b8312f;
}

:not([style*="display:none"]):not([style*="display: none"])+form {
    margin-top: 30px;
}

@media (min-width: 768px) {
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    td,
    th {
        padding: 0;
    }
    header.menu-bg-froala .navbar-collapse.in .f-btn.disabled,
    .bg-froala .f-btn.disabled,
    header.menu-bg-froala .navbar-collapse.in .f-btn[disabled],
    .bg-froala .f-btn[disabled] {
        border-color: #006aad !important;
        color: #006aad !important;
    }
    header.menu-bg-froala .navbar-collapse.in .r-btn.disabled,
    .bg-froala .r-btn.disabled,
    header.menu-bg-froala .navbar-collapse.in .bg-btn.disabled,
    .bg-froala .bg-btn.disabled,
    header.menu-bg-froala .navbar-collapse.in .r-btn[disabled],
    .bg-froala .r-btn[disabled],
    header.menu-bg-froala .navbar-collapse.in .bg-btn[disabled],
    .bg-froala .bg-btn[disabled] {
        background: #0081d2 none repeat scroll 0 0 !important;
        border-color: #0081d2 !important;
        color: #006aad !important;
    }
    header.menu-bg-froala .navbar-collapse.in .bg-btn,
    .bg-froala .bg-btn {
        background: #0098f7 none repeat scroll 0 0;
        border-color: #0098f7;
    }
    header.menu-bg-froala .navbar-collapse.in .bg-btn:hover,
    .bg-froala .bg-btn:hover,
    header.menu-bg-froala .navbar-collapse.in .bg-btn:focus,
    .bg-froala .bg-btn:focus {
        background: #008ae1 none repeat scroll 0 0;
        border-color: #008ae1;
    }
    header.menu-bg-froala .navbar-collapse.in .bg-btn:active,
    .bg-froala .bg-btn:active {
        background: #0081d2 none repeat scroll 0 0;
        border-color: #0081d2;
    }
    header.menu-txt-froala .navbar-collapse.in .f-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-froala .f-btn:not(.highlight):not(.disabled):not([disabled]) {
        border-color: #0098f7;
        color: #0098f7;
    }
    header.menu-txt-froala .navbar-collapse.in .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-froala .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-froala .navbar-collapse.in .f-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-froala .f-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #0098f7 none repeat scroll 0 0;
        border-color: #0098f7;
        color: #ffffff;
    }
    header.menu-txt-froala .navbar-collapse.in .r-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-froala .r-btn:not(.highlight):not(.disabled):not([disabled]) {
        background: #0098f7 none repeat scroll 0 0;
        border-color: #0098f7;
        color: #ffffff;
    }
    header.menu-txt-froala .navbar-collapse.in .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-froala .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-froala .navbar-collapse.in .r-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-froala .r-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #008ae1 none repeat scroll 0 0;
        border-color: #008ae1;
    }
    header.menu-txt-froala .navbar-collapse.in .f-btn:active:not(.highlight),
    .txt-froala .f-btn:active:not(.highlight),
    header.menu-txt-froala .navbar-collapse.in .r-btn:active:not(.highlight),
    .txt-froala .r-btn:active:not(.highlight) {
        background: #26a7f8 none repeat scroll 0 0;
        border-color: #26a7f8;
        color: #ffffff;
    }
    header.menu-txt-froala .navbar-collapse.in .bg-btn:not(.highlight),
    .txt-froala .bg-btn:not(.highlight) {
        color: #0098f7;
    }
    header.menu-hi-froala .navbar-collapse.in .highlight.f-btn:not(.disabled):not([disabled]),
    .hi-froala .highlight.f-btn:not(.disabled):not([disabled]) {
        border-color: #0098f7;
    }
    header.menu-hi-froala .navbar-collapse.in .highlight.f-btn:hover:not(.disabled):not([disabled]),
    .hi-froala .highlight.f-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-froala .navbar-collapse.in .highlight.f-btn:focus:not(.disabled):not([disabled]),
    .hi-froala .highlight.f-btn:focus:not(.disabled):not([disabled]) {
        background: #0098f7 none repeat scroll 0 0;
        color: #ffffff;
    }
    header.menu-hi-froala .navbar-collapse.in .highlight.r-btn:not(.disabled):not([disabled]),
    .hi-froala .highlight.r-btn:not(.disabled):not([disabled]) {
        background: #0098f7 none repeat scroll 0 0;
        border-color: #0098f7;
        color: #ffffff;
    }
    header.menu-hi-froala .navbar-collapse.in .highlight.r-btn:hover:not(.disabled):not([disabled]),
    .hi-froala .highlight.r-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-froala .navbar-collapse.in .highlight.r-btn:focus:not(.disabled):not([disabled]),
    .hi-froala .highlight.r-btn:focus:not(.disabled):not([disabled]) {
        background: #008ae1 none repeat scroll 0 0;
        border-color: #008ae1;
    }
    header.menu-hi-froala .navbar-collapse.in .highlight.bg-btn:not(.disabled):not([disabled]),
    .hi-froala .highlight.bg-btn:not(.disabled):not([disabled]) {
        color: #0098f7;
    }
    header.menu-hi-froala .navbar-collapse.in .highlight.f-btn:active:not(.disabled):not([disabled]),
    .hi-froala .highlight.f-btn:active:not(.disabled):not([disabled]),
    header.menu-hi-froala .navbar-collapse.in .highlight.r-btn:active:not(.disabled):not([disabled]),
    .hi-froala .highlight.r-btn:active:not(.disabled):not([disabled]) {
        background: #0081d2 none repeat scroll 0 0;
        border-color: #0081d2;
    }
    .txt-froala {
        color: #0098f7;
    }
    .txt-froala .bordered>span {
        border-color: #0098f7;
    }
    .txt-froala .text-tint {
        color: #007ac6;
    }
    .txt-froala .box {
        border-color: #0098f7;
    }
    .txt-froala .box *:not(a) {
        border-color: #0098f7;
    }
    .hi-froala .highlight {
        color: #0098f7;
    }
    .hi-froala .highlight.bordered>span {
        border-color: #0098f7;
    }
    .txt-froala:not(header) .alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #0098f7;
    }
    .txt-froala:not(header) .alt-link.text-tint:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #007ac6;
    }
    .txt-froala:not(header) .colored-box {
        color: #0098f7;
    }
    .txt-froala:not(header) .colored-box>a {
        color: #0098f7;
    }
    .txt-froala:not(header) .colored-box>*:not(a)>a.alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #0098f7;
    }
    .hi-froala:not(header) a:not(.btn):not(.alt-link) {
        color: #0098f7;
    }
    .hi-froala:not(header) a:hover:not(.btn):not(.alt-link),
    .hi-froala:not(header) a:focus:not(.btn):not(.alt-link) {
        color: #008ae1;
    }
    .hi-froala:not(header) a:active:not(.btn):not(.alt-link) {
        color: #0081d2;
    }
    .hi-froala:not(header) .alt-link:hover:not(.highlight),
    .hi-froala:not(header) .alt-link:focus:not(.highlight) {
        color: #0098f7;
    }
    .hi-froala:not(header) .alt-link.highlight {
        color: #0098f7;
    }
    .hi-froala:not(header) .alt-link.highlight:hover,
    .hi-froala:not(header) .alt-link.highlight:focus {
        color: #008ae1;
    }
    .hi-froala:not(header) .alt-link:active {
        color: #0081d2;
    }
    .hi-froala:not(header) .colored-box {
        background: #0098f7 none repeat scroll 0 0;
    }
    .hi-froala:not(header) .colored-box .highlight {
        color: #000000;
    }
    .hi-froala:not(header) .colored-box>a::after {
        background-color: #000000;
    }
    .hi-froala:not(header) .colored-box>*:not(a) a:not(.alt-link) {
        color: #003d63;
    }
    .hi-froala:not(header) .colored-box>*:not(a) a:hover:not(.alt-link),
    .hi-froala:not(header) .colored-box>*:not(a) a:focus:not(.alt-link),
    .hi-froala:not(header) .colored-box>*:not(a) a:active:not(.alt-link) {
        color: #001e31;
    }
    .hi-froala:not(header) .colored-box>*:not(a) a.alt-link:hover,
    .hi-froala:not(header) .colored-box>*:not(a) a.alt-link:focus {
        color: #003d63;
    }
    .hi-froala:not(header) .colored-box>*:not(a) a.alt-link:active {
        color: #001e31;
    }
    .hi-froala:not(header) .colored-box>*:not(a) a.alt-link.highlight {
        color: #003d63;
    }
    .hi-froala:not(header) .colored-box>*:not(a) a.alt-link.highlight:hover,
    .hi-froala:not(header) .colored-box>*:not(a) a.alt-link.highlight:focus,
    .hi-froala:not(header) .colored-box>*:not(a) a.alt-link.highlight:active {
        color: #001e31;
    }
    .bg-froala:not([class*="overlay-"]) {
        background-color: #0098f7;
    }
    .bg-froala[class*="overlay-"]::after {
        background-color: #0098f7;
    }
    .hi-froala .bg-highlight {
        background-color: #0098f7;
        color: #000000;
    }
    .hi-froala .border-highlight {
        border-color: #0098f7;
    }
    header.bg-froala,
    header.bg-froala .navbar .navbar-collapse.in {
        background: #0098f7 none repeat scroll 0 0;
    }
    header.txt-froala.header-border {
        border-bottom-color: #0098f7;
    }
    header.txt-froala.header-border .navbar-collapse.in {
        border-left-color: #0098f7;
    }
    header.txt-froala .navbar a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #0098f7;
    }
    header.txt-froala .navbar .navbar-toggle .icon-bar {
        background-color: #0098f7;
    }
    header.menu-txt-froala .navbar .navbar-collapse.in button.dismiss-navbar {
        color: #0098f7;
    }
    header.menu-txt-froala .navbar .navbar-collapse.in ul.nav li>a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #0098f7;
    }
    header.hi-froala .navbar a:hover:not(.highlight):not(.btn),
    header.hi-froala .navbar a:focus:not(.highlight):not(.btn) {
        color: #0098f7;
    }
    header.hi-froala .navbar a:active:not(.highlight):not(.btn) {
        color: #0081d2;
    }
    header.hi-froala .navbar a.highlight:hover:not(.highlight):not(.btn),
    header.hi-froala .navbar a.highlight:focus:not(.highlight):not(.btn),
    header.hi-froala .navbar a.highlight:active:not(.highlight):not(.btn) {
        color: #0098f7;
    }
    header.menu-bg-froala .navbar .navbar-collapse.in {
        background: #0098f7 none repeat scroll 0 0;
    }
    header.menu-hi-froala .navbar .navbar-collapse.in ul.nav li>a:hover:not(.highlight):not(.btn),
    header.menu-hi-froala .navbar .navbar-collapse.in ul.nav li>a:focus:not(.highlight):not(.btn) {
        color: #0098f7;
    }
    header.menu-hi-froala .navbar .navbar-collapse.in ul.nav li>a:active:not(.highlight):not(.btn) {
        color: #0081d2;
    }
    header.menu-hi-froala .navbar .navbar-collapse.in ul.nav li>a.highlight:hover:not(.highlight):not(.btn),
    header.menu-hi-froala .navbar .navbar-collapse.in ul.nav li>a.highlight:focus:not(.highlight):not(.btn),
    header.menu-hi-froala .navbar .navbar-collapse.in ul.nav li>a.highlight:active:not(.highlight):not(.btn) {
        color: #0098f7;
    }
    html.nav-in header.menu-hi-froala .highlight {
        color: #0098f7;
    }
    footer.bg-froala {
        background: #0098f7 none repeat scroll 0 0;
    }
    footer.txt-froala.footer-border {
        border-top-color: #0098f7;
    }
    .txt-froala form .form-group.select-field select {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #0098f7;
    }
    .txt-froala .colored-box form .form-group .form-control:focus {
        border-color: #0098f7;
    }
    .txt-froala .colored-box form .form-group .form-control:focus+label {
        color: #0098f7;
    }
    header.menu-bg-well-read .navbar-collapse.in .f-btn.disabled,
    .bg-well-read .f-btn.disabled,
    header.menu-bg-well-read .navbar-collapse.in .f-btn[disabled],
    .bg-well-read .f-btn[disabled] {
        border-color: #cd6f6d !important;
        color: #cd6f6d !important;
    }
    header.menu-bg-well-read .navbar-collapse.in .r-btn.disabled,
    .bg-well-read .r-btn.disabled,
    header.menu-bg-well-read .navbar-collapse.in .bg-btn.disabled,
    .bg-well-read .bg-btn.disabled,
    header.menu-bg-well-read .navbar-collapse.in .r-btn[disabled],
    .bg-well-read .r-btn[disabled],
    header.menu-bg-well-read .navbar-collapse.in .bg-btn[disabled],
    .bg-well-read .bg-btn[disabled] {
        background: #c3504e none repeat scroll 0 0 !important;
        border-color: #c3504e !important;
        color: #cd6f6d !important;
    }
    header.menu-bg-well-read .navbar-collapse.in .bg-btn,
    .bg-well-read .bg-btn {
        background: #b8312f none repeat scroll 0 0;
        border-color: #b8312f;
    }
    header.menu-bg-well-read .navbar-collapse.in .bg-btn:hover,
    .bg-well-read .bg-btn:hover,
    header.menu-bg-well-read .navbar-collapse.in .bg-btn:focus,
    .bg-well-read .bg-btn:focus {
        background: #be4442 none repeat scroll 0 0;
        border-color: #be4442;
    }
    header.menu-bg-well-read .navbar-collapse.in .bg-btn:active,
    .bg-well-read .bg-btn:active {
        background: #c3504e none repeat scroll 0 0;
        border-color: #c3504e;
    }
    header.menu-txt-well-read .navbar-collapse.in .f-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-well-read .f-btn:not(.highlight):not(.disabled):not([disabled]) {
        border-color: #b8312f;
        color: #b8312f;
    }
    header.menu-txt-well-read .navbar-collapse.in .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-well-read .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-well-read .navbar-collapse.in .f-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-well-read .f-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #b8312f none repeat scroll 0 0;
        border-color: #b8312f;
        color: #ffffff;
    }
    header.menu-txt-well-read .navbar-collapse.in .r-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-well-read .r-btn:not(.highlight):not(.disabled):not([disabled]) {
        background: #b8312f none repeat scroll 0 0;
        border-color: #b8312f;
        color: #ffffff;
    }
    header.menu-txt-well-read .navbar-collapse.in .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-well-read .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-well-read .navbar-collapse.in .r-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-well-read .r-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #be4442 none repeat scroll 0 0;
        border-color: #be4442;
    }
    header.menu-txt-well-read .navbar-collapse.in .f-btn:active:not(.highlight),
    .txt-well-read .f-btn:active:not(.highlight),
    header.menu-txt-well-read .navbar-collapse.in .r-btn:active:not(.highlight),
    .txt-well-read .r-btn:active:not(.highlight) {
        background: #c3504e none repeat scroll 0 0;
        border-color: #c3504e;
        color: #ffffff;
    }
    header.menu-txt-well-read .navbar-collapse.in .bg-btn:not(.highlight),
    .txt-well-read .bg-btn:not(.highlight) {
        color: #b8312f;
    }
    header.menu-hi-well-read .navbar-collapse.in .highlight.f-btn:not(.disabled):not([disabled]),
    .hi-well-read .highlight.f-btn:not(.disabled):not([disabled]) {
        border-color: #b8312f;
    }
    header.menu-hi-well-read .navbar-collapse.in .highlight.f-btn:hover:not(.disabled):not([disabled]),
    .hi-well-read .highlight.f-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-well-read .navbar-collapse.in .highlight.f-btn:focus:not(.disabled):not([disabled]),
    .hi-well-read .highlight.f-btn:focus:not(.disabled):not([disabled]) {
        background: #b8312f none repeat scroll 0 0;
        color: #ffffff;
    }
    header.menu-hi-well-read .navbar-collapse.in .highlight.r-btn:not(.disabled):not([disabled]),
    .hi-well-read .highlight.r-btn:not(.disabled):not([disabled]) {
        background: #b8312f none repeat scroll 0 0;
        border-color: #b8312f;
        color: #ffffff;
    }
    header.menu-hi-well-read .navbar-collapse.in .highlight.r-btn:hover:not(.disabled):not([disabled]),
    .hi-well-read .highlight.r-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-well-read .navbar-collapse.in .highlight.r-btn:focus:not(.disabled):not([disabled]),
    .hi-well-read .highlight.r-btn:focus:not(.disabled):not([disabled]) {
        background: #be4442 none repeat scroll 0 0;
        border-color: #be4442;
    }
    header.menu-hi-well-read .navbar-collapse.in .highlight.bg-btn:not(.disabled):not([disabled]),
    .hi-well-read .highlight.bg-btn:not(.disabled):not([disabled]) {
        color: #b8312f;
    }
    header.menu-hi-well-read .navbar-collapse.in .highlight.f-btn:active:not(.disabled):not([disabled]),
    .hi-well-read .highlight.f-btn:active:not(.disabled):not([disabled]),
    header.menu-hi-well-read .navbar-collapse.in .highlight.r-btn:active:not(.disabled):not([disabled]),
    .hi-well-read .highlight.r-btn:active:not(.disabled):not([disabled]) {
        background: #c3504e none repeat scroll 0 0;
        border-color: #c3504e;
    }
    .txt-well-read {
        color: #b8312f;
    }
    .txt-well-read .bordered>span {
        border-color: #b8312f;
    }
    .txt-well-read .text-tint {
        color: #c65a59;
    }
    .txt-well-read .box {
        border-color: #b8312f;
    }
    .txt-well-read .box *:not(a) {
        border-color: #b8312f;
    }
    .hi-well-read .highlight {
        color: #b8312f;
    }
    .hi-well-read .highlight.bordered>span {
        border-color: #b8312f;
    }
    .txt-well-read:not(header) .alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #b8312f;
    }
    .txt-well-read:not(header) .alt-link.text-tint:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #c65a59;
    }
    .txt-well-read:not(header) .colored-box {
        color: #b8312f;
    }
    .txt-well-read:not(header) .colored-box>a {
        color: #b8312f;
    }
    .txt-well-read:not(header) .colored-box>*:not(a)>a.alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #b8312f;
    }
    .hi-well-read:not(header) a:not(.btn):not(.alt-link) {
        color: #b8312f;
    }
    .hi-well-read:not(header) a:hover:not(.btn):not(.alt-link),
    .hi-well-read:not(header) a:focus:not(.btn):not(.alt-link) {
        color: #be4442;
    }
    .hi-well-read:not(header) a:active:not(.btn):not(.alt-link) {
        color: #c3504e;
    }
    .hi-well-read:not(header) .alt-link:hover:not(.highlight),
    .hi-well-read:not(header) .alt-link:focus:not(.highlight) {
        color: #b8312f;
    }
    .hi-well-read:not(header) .alt-link.highlight {
        color: #b8312f;
    }
    .hi-well-read:not(header) .alt-link.highlight:hover,
    .hi-well-read:not(header) .alt-link.highlight:focus {
        color: #be4442;
    }
    .hi-well-read:not(header) .alt-link:active {
        color: #c3504e;
    }
    .hi-well-read:not(header) .colored-box {
        background: #b8312f none repeat scroll 0 0;
    }
    .hi-well-read:not(header) .colored-box .highlight {
        color: #ffffff;
    }
    .hi-well-read:not(header) .colored-box>a::after {
        background-color: #ffffff;
    }
    .hi-well-read:not(header) .colored-box>*:not(a) a:not(.alt-link) {
        color: #e3adac;
    }
    .hi-well-read:not(header) .colored-box>*:not(a) a:hover:not(.alt-link),
    .hi-well-read:not(header) .colored-box>*:not(a) a:focus:not(.alt-link),
    .hi-well-read:not(header) .colored-box>*:not(a) a:active:not(.alt-link) {
        color: #f1d6d5;
    }
    .hi-well-read:not(header) .colored-box>*:not(a) a.alt-link:hover,
    .hi-well-read:not(header) .colored-box>*:not(a) a.alt-link:focus {
        color: #e3adac;
    }
    .hi-well-read:not(header) .colored-box>*:not(a) a.alt-link:active {
        color: #f1d6d5;
    }
    .hi-well-read:not(header) .colored-box>*:not(a) a.alt-link.highlight {
        color: #e3adac;
    }
    .hi-well-read:not(header) .colored-box>*:not(a) a.alt-link.highlight:hover,
    .hi-well-read:not(header) .colored-box>*:not(a) a.alt-link.highlight:focus,
    .hi-well-read:not(header) .colored-box>*:not(a) a.alt-link.highlight:active {
        color: #f1d6d5;
    }
    .bg-well-read:not([class*="overlay-"]) {
        background-color: #b8312f;
    }
    .bg-well-read[class*="overlay-"]::after {
        background-color: #b8312f;
    }
    .hi-well-read .bg-highlight {
        background-color: #b8312f;
        color: #ffffff;
    }
    .hi-well-read .border-highlight {
        border-color: #b8312f;
    }
    header.bg-well-read,
    header.bg-well-read .navbar .navbar-collapse.in {
        background: #b8312f none repeat scroll 0 0;
    }
    header.txt-well-read.header-border {
        border-bottom-color: #b8312f;
    }
    header.txt-well-read.header-border .navbar-collapse.in {
        border-left-color: #b8312f;
    }
    header.txt-well-read .navbar a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #b8312f;
    }
    header.txt-well-read .navbar .navbar-toggle .icon-bar {
        background-color: #b8312f;
    }
    header.menu-txt-well-read .navbar .navbar-collapse.in button.dismiss-navbar {
        color: #b8312f;
    }
    header.menu-txt-well-read .navbar .navbar-collapse.in ul.nav li>a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #b8312f;
    }
    header.hi-well-read .navbar a:hover:not(.highlight):not(.btn),
    header.hi-well-read .navbar a:focus:not(.highlight):not(.btn) {
        color: #b8312f;
    }
    header.hi-well-read .navbar a:active:not(.highlight):not(.btn) {
        color: #c3504e;
    }
    header.hi-well-read .navbar a.highlight:hover:not(.highlight):not(.btn),
    header.hi-well-read .navbar a.highlight:focus:not(.highlight):not(.btn),
    header.hi-well-read .navbar a.highlight:active:not(.highlight):not(.btn) {
        color: #b8312f;
    }
    header.menu-bg-well-read .navbar .navbar-collapse.in {
        background: #b8312f none repeat scroll 0 0;
    }
    header.menu-hi-well-read .navbar .navbar-collapse.in ul.nav li>a:hover:not(.highlight):not(.btn),
    header.menu-hi-well-read .navbar .navbar-collapse.in ul.nav li>a:focus:not(.highlight):not(.btn) {
        color: #b8312f;
    }
    header.menu-hi-well-read .navbar .navbar-collapse.in ul.nav li>a:active:not(.highlight):not(.btn) {
        color: #c3504e;
    }
    header.menu-hi-well-read .navbar .navbar-collapse.in ul.nav li>a.highlight:hover:not(.highlight):not(.btn),
    header.menu-hi-well-read .navbar .navbar-collapse.in ul.nav li>a.highlight:focus:not(.highlight):not(.btn),
    header.menu-hi-well-read .navbar .navbar-collapse.in ul.nav li>a.highlight:active:not(.highlight):not(.btn) {
        color: #b8312f;
    }
    html.nav-in header.menu-hi-well-read .highlight {
        color: #b8312f;
    }
    footer.bg-well-read {
        background: #b8312f none repeat scroll 0 0;
    }
    footer.txt-well-read.footer-border {
        border-top-color: #b8312f;
    }
    .txt-well-read form .form-group.select-field select {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #b8312f;
    }
    .txt-well-read .colored-box form .form-group .form-control:focus {
        border-color: #b8312f;
    }
    .txt-well-read .colored-box form .form-group .form-control:focus+label {
        color: #b8312f;
    }
    header.menu-bg-white .navbar-collapse.in .f-btn.disabled,
    .bg-white .f-btn.disabled,
    header.menu-bg-white .navbar-collapse.in .f-btn[disabled],
    .bg-white .f-btn[disabled] {
        border-color: #b3b3b3 !important;
        color: #b3b3b3 !important;
    }
    header.menu-bg-white .navbar-collapse.in .r-btn.disabled,
    .bg-white .r-btn.disabled,
    header.menu-bg-white .navbar-collapse.in .bg-btn.disabled,
    .bg-white .bg-btn.disabled,
    header.menu-bg-white .navbar-collapse.in .r-btn[disabled],
    .bg-white .r-btn[disabled],
    header.menu-bg-white .navbar-collapse.in .bg-btn[disabled],
    .bg-white .bg-btn[disabled] {
        background: #d9d9d9 none repeat scroll 0 0 !important;
        border-color: #d9d9d9 !important;
        color: #b3b3b3 !important;
    }
    header.menu-bg-white .navbar-collapse.in .bg-btn,
    .bg-white .bg-btn {
        background: #ffffff none repeat scroll 0 0;
        border-color: #ffffff;
    }
    header.menu-bg-white .navbar-collapse.in .bg-btn:hover,
    .bg-white .bg-btn:hover,
    header.menu-bg-white .navbar-collapse.in .bg-btn:focus,
    .bg-white .bg-btn:focus {
        background: #e8e8e8 none repeat scroll 0 0;
        border-color: #e8e8e8;
    }
    header.menu-bg-white .navbar-collapse.in .bg-btn:active,
    .bg-white .bg-btn:active {
        background: #d9d9d9 none repeat scroll 0 0;
        border-color: #d9d9d9;
    }
    header.menu-txt-white .navbar-collapse.in .f-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-white .f-btn:not(.highlight):not(.disabled):not([disabled]) {
        border-color: #ffffff;
        color: #ffffff;
    }
    header.menu-txt-white .navbar-collapse.in .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-white .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-white .navbar-collapse.in .f-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-white .f-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #ffffff none repeat scroll 0 0;
        border-color: #ffffff;
        color: #252525;
    }
    header.menu-txt-white .navbar-collapse.in .r-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-white .r-btn:not(.highlight):not(.disabled):not([disabled]) {
        background: #ffffff none repeat scroll 0 0;
        border-color: #ffffff;
        color: #252525;
    }
    header.menu-txt-white .navbar-collapse.in .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-white .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-white .navbar-collapse.in .r-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-white .r-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #e8e8e8 none repeat scroll 0 0;
        border-color: #e8e8e8;
    }
    header.menu-txt-white .navbar-collapse.in .f-btn:active:not(.highlight),
    .txt-white .f-btn:active:not(.highlight),
    header.menu-txt-white .navbar-collapse.in .r-btn:active:not(.highlight),
    .txt-white .r-btn:active:not(.highlight) {
        background: #dedede none repeat scroll 0 0;
        border-color: #dedede;
        color: #252525;
    }
    header.menu-txt-white .navbar-collapse.in .bg-btn:not(.highlight),
    .txt-white .bg-btn:not(.highlight) {
        color: #ffffff;
    }
    header.menu-hi-white .navbar-collapse.in .highlight.f-btn:not(.disabled):not([disabled]),
    .hi-white .highlight.f-btn:not(.disabled):not([disabled]) {
        border-color: #ffffff;
    }
    header.menu-hi-white .navbar-collapse.in .highlight.f-btn:hover:not(.disabled):not([disabled]),
    .hi-white .highlight.f-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-white .navbar-collapse.in .highlight.f-btn:focus:not(.disabled):not([disabled]),
    .hi-white .highlight.f-btn:focus:not(.disabled):not([disabled]) {
        background: #ffffff none repeat scroll 0 0;
        color: #252525;
    }
    header.menu-hi-white .navbar-collapse.in .highlight.r-btn:not(.disabled):not([disabled]),
    .hi-white .highlight.r-btn:not(.disabled):not([disabled]) {
        background: #ffffff none repeat scroll 0 0;
        border-color: #ffffff;
        color: #252525;
    }
    header.menu-hi-white .navbar-collapse.in .highlight.r-btn:hover:not(.disabled):not([disabled]),
    .hi-white .highlight.r-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-white .navbar-collapse.in .highlight.r-btn:focus:not(.disabled):not([disabled]),
    .hi-white .highlight.r-btn:focus:not(.disabled):not([disabled]) {
        background: #e8e8e8 none repeat scroll 0 0;
        border-color: #e8e8e8;
    }
    header.menu-hi-white .navbar-collapse.in .highlight.bg-btn:not(.disabled):not([disabled]),
    .hi-white .highlight.bg-btn:not(.disabled):not([disabled]) {
        color: #ffffff;
    }
    header.menu-hi-white .navbar-collapse.in .highlight.f-btn:active:not(.disabled):not([disabled]),
    .hi-white .highlight.f-btn:active:not(.disabled):not([disabled]),
    header.menu-hi-white .navbar-collapse.in .highlight.r-btn:active:not(.disabled):not([disabled]),
    .hi-white .highlight.r-btn:active:not(.disabled):not([disabled]) {
        background: #d9d9d9 none repeat scroll 0 0;
        border-color: #d9d9d9;
    }
    .txt-white {
        color: #ffffff;
    }
    .txt-white .bordered>span {
        border-color: #ffffff;
    }
    .txt-white .text-tint {
        color: #cccccc;
    }
    .txt-white .box {
        border-color: #ffffff;
    }
    .txt-white .box *:not(a) {
        border-color: #ffffff;
    }
    .hi-white .highlight {
        color: #ffffff;
    }
    .hi-white .highlight.bordered>span {
        border-color: #ffffff;
    }
    .txt-white:not(header) .alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #ffffff;
    }
    .txt-white:not(header) .alt-link.text-tint:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #cccccc;
    }
    .txt-white:not(header) .colored-box {
        color: #ffffff;
    }
    .txt-white:not(header) .colored-box>a {
        color: #ffffff;
    }
    .txt-white:not(header) .colored-box>*:not(a)>a.alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #ffffff;
    }
    .hi-white:not(header) a:not(.btn):not(.alt-link) {
        color: #ffffff;
    }
    .hi-white:not(header) a:hover:not(.btn):not(.alt-link),
    .hi-white:not(header) a:focus:not(.btn):not(.alt-link) {
        color: #e8e8e8;
    }
    .hi-white:not(header) a:active:not(.btn):not(.alt-link) {
        color: #d9d9d9;
    }
    .hi-white:not(header) .alt-link:hover:not(.highlight),
    .hi-white:not(header) .alt-link:focus:not(.highlight) {
        color: #ffffff;
    }
    .hi-white:not(header) .alt-link.highlight {
        color: #ffffff;
    }
    .hi-white:not(header) .alt-link.highlight:hover,
    .hi-white:not(header) .alt-link.highlight:focus {
        color: #e8e8e8;
    }
    .hi-white:not(header) .alt-link:active {
        color: #d9d9d9;
    }
    .hi-white:not(header) .colored-box {
        background: #ffffff none repeat scroll 0 0;
    }
    .hi-white:not(header) .colored-box .highlight {
        color: #000000;
    }
    .hi-white:not(header) .colored-box>a::after {
        background-color: #000000;
    }
    .hi-white:not(header) .colored-box>*:not(a) a:not(.alt-link) {
        color: #666666;
    }
    .hi-white:not(header) .colored-box>*:not(a) a:hover:not(.alt-link),
    .hi-white:not(header) .colored-box>*:not(a) a:focus:not(.alt-link),
    .hi-white:not(header) .colored-box>*:not(a) a:active:not(.alt-link) {
        color: #333333;
    }
    .hi-white:not(header) .colored-box>*:not(a) a.alt-link:hover,
    .hi-white:not(header) .colored-box>*:not(a) a.alt-link:focus {
        color: #666666;
    }
    .hi-white:not(header) .colored-box>*:not(a) a.alt-link:active {
        color: #333333;
    }
    .hi-white:not(header) .colored-box>*:not(a) a.alt-link.highlight {
        color: #666666;
    }
    .hi-white:not(header) .colored-box>*:not(a) a.alt-link.highlight:hover,
    .hi-white:not(header) .colored-box>*:not(a) a.alt-link.highlight:focus,
    .hi-white:not(header) .colored-box>*:not(a) a.alt-link.highlight:active {
        color: #333333;
    }
    .bg-white:not([class*="overlay-"]) {
        background-color: #ffffff;
    }
    .bg-white[class*="overlay-"]::after {
        background-color: #ffffff;
    }
    .hi-white .bg-highlight {
        background-color: #ffffff;
        color: #000000;
    }
    .hi-white .border-highlight {
        border-color: #ffffff;
    }
    header.bg-white,
    header.bg-white .navbar .navbar-collapse.in {
        background: #ffffff none repeat scroll 0 0;
    }
    header.txt-white.header-border {
        border-bottom-color: #ffffff;
    }
    header.txt-white.header-border .navbar-collapse.in {
        border-left-color: #ffffff;
    }
    header.txt-white .navbar a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #ffffff;
    }
    header.txt-white .navbar .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    header.menu-txt-white .navbar .navbar-collapse.in button.dismiss-navbar {
        color: #ffffff;
    }
    header.menu-txt-white .navbar .navbar-collapse.in ul.nav li>a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #ffffff;
    }
    header.hi-white .navbar a:hover:not(.highlight):not(.btn),
    header.hi-white .navbar a:focus:not(.highlight):not(.btn) {
        color: #ffffff;
    }
    header.hi-white .navbar a:active:not(.highlight):not(.btn) {
        color: #d9d9d9;
    }
    header.hi-white .navbar a.highlight:hover:not(.highlight):not(.btn),
    header.hi-white .navbar a.highlight:focus:not(.highlight):not(.btn),
    header.hi-white .navbar a.highlight:active:not(.highlight):not(.btn) {
        color: #ffffff;
    }
    header.menu-bg-white .navbar .navbar-collapse.in {
        background: #ffffff none repeat scroll 0 0;
    }
    header.menu-hi-white .navbar .navbar-collapse.in ul.nav li>a:hover:not(.highlight):not(.btn),
    header.menu-hi-white .navbar .navbar-collapse.in ul.nav li>a:focus:not(.highlight):not(.btn) {
        color: #ffffff;
    }
    header.menu-hi-white .navbar .navbar-collapse.in ul.nav li>a:active:not(.highlight):not(.btn) {
        color: #d9d9d9;
    }
    header.menu-hi-white .navbar .navbar-collapse.in ul.nav li>a.highlight:hover:not(.highlight):not(.btn),
    header.menu-hi-white .navbar .navbar-collapse.in ul.nav li>a.highlight:focus:not(.highlight):not(.btn),
    header.menu-hi-white .navbar .navbar-collapse.in ul.nav li>a.highlight:active:not(.highlight):not(.btn) {
        color: #ffffff;
    }
    html.nav-in header.menu-hi-white .highlight {
        color: #ffffff;
    }
    footer.bg-white {
        background: #ffffff none repeat scroll 0 0;
    }
    footer.txt-white.footer-border {
        border-top-color: #ffffff;
    }
    .txt-white form .form-group.select-field select {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #ffffff;
    }
    .txt-white .colored-box form .form-group .form-control:focus {
        border-color: #ffffff;
    }
    .txt-white .colored-box form .form-group .form-control:focus+label {
        color: #ffffff;
    }
    header.menu-bg-white-smoke .navbar-collapse.in .f-btn.disabled,
    .bg-white-smoke .f-btn.disabled,
    header.menu-bg-white-smoke .navbar-collapse.in .f-btn[disabled],
    .bg-white-smoke .f-btn[disabled] {
        border-color: #a7a7a7 !important;
        color: #a7a7a7 !important;
    }
    header.menu-bg-white-smoke .navbar-collapse.in .r-btn.disabled,
    .bg-white-smoke .r-btn.disabled,
    header.menu-bg-white-smoke .navbar-collapse.in .bg-btn.disabled,
    .bg-white-smoke .bg-btn.disabled,
    header.menu-bg-white-smoke .navbar-collapse.in .r-btn[disabled],
    .bg-white-smoke .r-btn[disabled],
    header.menu-bg-white-smoke .navbar-collapse.in .bg-btn[disabled],
    .bg-white-smoke .bg-btn[disabled] {
        background: #cbcbcb none repeat scroll 0 0 !important;
        border-color: #cbcbcb !important;
        color: #a7a7a7 !important;
    }
    header.menu-bg-white-smoke .navbar-collapse.in .bg-btn,
    .bg-white-smoke .bg-btn {
        background: #efefef none repeat scroll 0 0;
        border-color: #efefef;
    }
    header.menu-bg-white-smoke .navbar-collapse.in .bg-btn:hover,
    .bg-white-smoke .bg-btn:hover,
    header.menu-bg-white-smoke .navbar-collapse.in .bg-btn:focus,
    .bg-white-smoke .bg-btn:focus {
        background: #d9d9d9 none repeat scroll 0 0;
        border-color: #d9d9d9;
    }
    header.menu-bg-white-smoke .navbar-collapse.in .bg-btn:active,
    .bg-white-smoke .bg-btn:active {
        background: #cbcbcb none repeat scroll 0 0;
        border-color: #cbcbcb;
    }
    header.menu-txt-white-smoke .navbar-collapse.in .f-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-white-smoke .f-btn:not(.highlight):not(.disabled):not([disabled]) {
        border-color: #efefef;
        color: #efefef;
    }
    header.menu-txt-white-smoke .navbar-collapse.in .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-white-smoke .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-white-smoke .navbar-collapse.in .f-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-white-smoke .f-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #efefef none repeat scroll 0 0;
        border-color: #efefef;
        color: #252525;
    }
    header.menu-txt-white-smoke .navbar-collapse.in .r-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-white-smoke .r-btn:not(.highlight):not(.disabled):not([disabled]) {
        background: #efefef none repeat scroll 0 0;
        border-color: #efefef;
        color: #252525;
    }
    header.menu-txt-white-smoke .navbar-collapse.in .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-white-smoke .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-white-smoke .navbar-collapse.in .r-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-white-smoke .r-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #d9d9d9 none repeat scroll 0 0;
        border-color: #d9d9d9;
    }
    header.menu-txt-white-smoke .navbar-collapse.in .f-btn:active:not(.highlight),
    .txt-white-smoke .f-btn:active:not(.highlight),
    header.menu-txt-white-smoke .navbar-collapse.in .r-btn:active:not(.highlight),
    .txt-white-smoke .r-btn:active:not(.highlight) {
        background: #d1d1d1 none repeat scroll 0 0;
        border-color: #d1d1d1;
        color: #252525;
    }
    header.menu-txt-white-smoke .navbar-collapse.in .bg-btn:not(.highlight),
    .txt-white-smoke .bg-btn:not(.highlight) {
        color: #efefef;
    }
    header.menu-hi-white-smoke .navbar-collapse.in .highlight.f-btn:not(.disabled):not([disabled]),
    .hi-white-smoke .highlight.f-btn:not(.disabled):not([disabled]) {
        border-color: #efefef;
    }
    header.menu-hi-white-smoke .navbar-collapse.in .highlight.f-btn:hover:not(.disabled):not([disabled]),
    .hi-white-smoke .highlight.f-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-white-smoke .navbar-collapse.in .highlight.f-btn:focus:not(.disabled):not([disabled]),
    .hi-white-smoke .highlight.f-btn:focus:not(.disabled):not([disabled]) {
        background: #efefef none repeat scroll 0 0;
        color: #252525;
    }
    header.menu-hi-white-smoke .navbar-collapse.in .highlight.r-btn:not(.disabled):not([disabled]),
    .hi-white-smoke .highlight.r-btn:not(.disabled):not([disabled]) {
        background: #efefef none repeat scroll 0 0;
        border-color: #efefef;
        color: #252525;
    }
    header.menu-hi-white-smoke .navbar-collapse.in .highlight.r-btn:hover:not(.disabled):not([disabled]),
    .hi-white-smoke .highlight.r-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-white-smoke .navbar-collapse.in .highlight.r-btn:focus:not(.disabled):not([disabled]),
    .hi-white-smoke .highlight.r-btn:focus:not(.disabled):not([disabled]) {
        background: #d9d9d9 none repeat scroll 0 0;
        border-color: #d9d9d9;
    }
    header.menu-hi-white-smoke .navbar-collapse.in .highlight.bg-btn:not(.disabled):not([disabled]),
    .hi-white-smoke .highlight.bg-btn:not(.disabled):not([disabled]) {
        color: #efefef;
    }
    header.menu-hi-white-smoke .navbar-collapse.in .highlight.f-btn:active:not(.disabled):not([disabled]),
    .hi-white-smoke .highlight.f-btn:active:not(.disabled):not([disabled]),
    header.menu-hi-white-smoke .navbar-collapse.in .highlight.r-btn:active:not(.disabled):not([disabled]),
    .hi-white-smoke .highlight.r-btn:active:not(.disabled):not([disabled]) {
        background: #cbcbcb none repeat scroll 0 0;
        border-color: #cbcbcb;
    }
    .txt-white-smoke {
        color: #efefef;
    }
    .txt-white-smoke .bordered>span {
        border-color: #efefef;
    }
    .txt-white-smoke .text-tint {
        color: #bfbfbf;
    }
    .txt-white-smoke .box {
        border-color: #efefef;
    }
    .txt-white-smoke .box *:not(a) {
        border-color: #efefef;
    }
    .hi-white-smoke .highlight {
        color: #efefef;
    }
    .hi-white-smoke .highlight.bordered>span {
        border-color: #efefef;
    }
    .txt-white-smoke:not(header) .alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #efefef;
    }
    .txt-white-smoke:not(header) .alt-link.text-tint:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #bfbfbf;
    }
    .txt-white-smoke:not(header) .colored-box {
        color: #efefef;
    }
    .txt-white-smoke:not(header) .colored-box>a {
        color: #efefef;
    }
    .txt-white-smoke:not(header) .colored-box>*:not(a)>a.alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #efefef;
    }
    .hi-white-smoke:not(header) a:not(.btn):not(.alt-link) {
        color: #efefef;
    }
    .hi-white-smoke:not(header) a:hover:not(.btn):not(.alt-link),
    .hi-white-smoke:not(header) a:focus:not(.btn):not(.alt-link) {
        color: #d9d9d9;
    }
    .hi-white-smoke:not(header) a:active:not(.btn):not(.alt-link) {
        color: #cbcbcb;
    }
    .hi-white-smoke:not(header) .alt-link:hover:not(.highlight),
    .hi-white-smoke:not(header) .alt-link:focus:not(.highlight) {
        color: #efefef;
    }
    .hi-white-smoke:not(header) .alt-link.highlight {
        color: #efefef;
    }
    .hi-white-smoke:not(header) .alt-link.highlight:hover,
    .hi-white-smoke:not(header) .alt-link.highlight:focus {
        color: #d9d9d9;
    }
    .hi-white-smoke:not(header) .alt-link:active {
        color: #cbcbcb;
    }
    .hi-white-smoke:not(header) .colored-box {
        background: #efefef none repeat scroll 0 0;
    }
    .hi-white-smoke:not(header) .colored-box .highlight {
        color: #000000;
    }
    .hi-white-smoke:not(header) .colored-box>a::after {
        background-color: #000000;
    }
    .hi-white-smoke:not(header) .colored-box>*:not(a) a:not(.alt-link) {
        color: #606060;
    }
    .hi-white-smoke:not(header) .colored-box>*:not(a) a:hover:not(.alt-link),
    .hi-white-smoke:not(header) .colored-box>*:not(a) a:focus:not(.alt-link),
    .hi-white-smoke:not(header) .colored-box>*:not(a) a:active:not(.alt-link) {
        color: #303030;
    }
    .hi-white-smoke:not(header) .colored-box>*:not(a) a.alt-link:hover,
    .hi-white-smoke:not(header) .colored-box>*:not(a) a.alt-link:focus {
        color: #606060;
    }
    .hi-white-smoke:not(header) .colored-box>*:not(a) a.alt-link:active {
        color: #303030;
    }
    .hi-white-smoke:not(header) .colored-box>*:not(a) a.alt-link.highlight {
        color: #606060;
    }
    .hi-white-smoke:not(header) .colored-box>*:not(a) a.alt-link.highlight:hover,
    .hi-white-smoke:not(header) .colored-box>*:not(a) a.alt-link.highlight:focus,
    .hi-white-smoke:not(header) .colored-box>*:not(a) a.alt-link.highlight:active {
        color: #303030;
    }
    .bg-white-smoke:not([class*="overlay-"]) {
        background-color: #efefef;
    }
    .bg-white-smoke[class*="overlay-"]::after {
        background-color: #efefef;
    }
    .hi-white-smoke .bg-highlight {
        background-color: #efefef;
        color: #000000;
    }
    .hi-white-smoke .border-highlight {
        border-color: #efefef;
    }
    header.bg-white-smoke,
    header.bg-white-smoke .navbar .navbar-collapse.in {
        background: #efefef none repeat scroll 0 0;
    }
    header.txt-white-smoke.header-border {
        border-bottom-color: #efefef;
    }
    header.txt-white-smoke.header-border .navbar-collapse.in {
        border-left-color: #efefef;
    }
    header.txt-white-smoke .navbar a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #efefef;
    }
    header.txt-white-smoke .navbar .navbar-toggle .icon-bar {
        background-color: #efefef;
    }
    header.menu-txt-white-smoke .navbar .navbar-collapse.in button.dismiss-navbar {
        color: #efefef;
    }
    header.menu-txt-white-smoke .navbar .navbar-collapse.in ul.nav li>a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #efefef;
    }
    header.hi-white-smoke .navbar a:hover:not(.highlight):not(.btn),
    header.hi-white-smoke .navbar a:focus:not(.highlight):not(.btn) {
        color: #efefef;
    }
    header.hi-white-smoke .navbar a:active:not(.highlight):not(.btn) {
        color: #cbcbcb;
    }
    header.hi-white-smoke .navbar a.highlight:hover:not(.highlight):not(.btn),
    header.hi-white-smoke .navbar a.highlight:focus:not(.highlight):not(.btn),
    header.hi-white-smoke .navbar a.highlight:active:not(.highlight):not(.btn) {
        color: #efefef;
    }
    header.menu-bg-white-smoke .navbar .navbar-collapse.in {
        background: #efefef none repeat scroll 0 0;
    }
    header.menu-hi-white-smoke .navbar .navbar-collapse.in ul.nav li>a:hover:not(.highlight):not(.btn),
    header.menu-hi-white-smoke .navbar .navbar-collapse.in ul.nav li>a:focus:not(.highlight):not(.btn) {
        color: #efefef;
    }
    header.menu-hi-white-smoke .navbar .navbar-collapse.in ul.nav li>a:active:not(.highlight):not(.btn) {
        color: #cbcbcb;
    }
    header.menu-hi-white-smoke .navbar .navbar-collapse.in ul.nav li>a.highlight:hover:not(.highlight):not(.btn),
    header.menu-hi-white-smoke .navbar .navbar-collapse.in ul.nav li>a.highlight:focus:not(.highlight):not(.btn),
    header.menu-hi-white-smoke .navbar .navbar-collapse.in ul.nav li>a.highlight:active:not(.highlight):not(.btn) {
        color: #efefef;
    }
    html.nav-in header.menu-hi-white-smoke .highlight {
        color: #efefef;
    }
    footer.bg-white-smoke {
        background: #efefef none repeat scroll 0 0;
    }
    footer.txt-white-smoke.footer-border {
        border-top-color: #efefef;
    }
    .txt-white-smoke form .form-group.select-field select {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #efefef;
    }
    .txt-white-smoke .colored-box form .form-group .form-control:focus {
        border-color: #efefef;
    }
    .txt-white-smoke .colored-box form .form-group .form-control:focus+label {
        color: #efefef;
    }
    header.menu-bg-iron .navbar-collapse.in .f-btn.disabled,
    .bg-iron .f-btn.disabled,
    header.menu-bg-iron .navbar-collapse.in .f-btn[disabled],
    .bg-iron .f-btn[disabled] {
        border-color: #929597 !important;
        color: #929597 !important;
    }
    header.menu-bg-iron .navbar-collapse.in .r-btn.disabled,
    .bg-iron .r-btn.disabled,
    header.menu-bg-iron .navbar-collapse.in .bg-btn.disabled,
    .bg-iron .bg-btn.disabled,
    header.menu-bg-iron .navbar-collapse.in .r-btn[disabled],
    .bg-iron .r-btn[disabled],
    header.menu-bg-iron .navbar-collapse.in .bg-btn[disabled],
    .bg-iron .bg-btn[disabled] {
        background: #b2b5b8 none repeat scroll 0 0 !important;
        border-color: #b2b5b8 !important;
        color: #929597 !important;
    }
    header.menu-bg-iron .navbar-collapse.in .bg-btn,
    .bg-iron .bg-btn {
        background: #d1d5d8 none repeat scroll 0 0;
        border-color: #d1d5d8;
    }
    header.menu-bg-iron .navbar-collapse.in .bg-btn:hover,
    .bg-iron .bg-btn:hover,
    header.menu-bg-iron .navbar-collapse.in .bg-btn:focus,
    .bg-iron .bg-btn:focus {
        background: #bec2c5 none repeat scroll 0 0;
        border-color: #bec2c5;
    }
    header.menu-bg-iron .navbar-collapse.in .bg-btn:active,
    .bg-iron .bg-btn:active {
        background: #b2b5b8 none repeat scroll 0 0;
        border-color: #b2b5b8;
    }
    header.menu-txt-iron .navbar-collapse.in .f-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-iron .f-btn:not(.highlight):not(.disabled):not([disabled]) {
        border-color: #d1d5d8;
        color: #d1d5d8;
    }
    header.menu-txt-iron .navbar-collapse.in .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-iron .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-iron .navbar-collapse.in .f-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-iron .f-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #d1d5d8 none repeat scroll 0 0;
        border-color: #d1d5d8;
        color: #252525;
    }
    header.menu-txt-iron .navbar-collapse.in .r-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-iron .r-btn:not(.highlight):not(.disabled):not([disabled]) {
        background: #d1d5d8 none repeat scroll 0 0;
        border-color: #d1d5d8;
        color: #252525;
    }
    header.menu-txt-iron .navbar-collapse.in .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-iron .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-iron .navbar-collapse.in .r-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-iron .r-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #bec2c5 none repeat scroll 0 0;
        border-color: #bec2c5;
    }
    header.menu-txt-iron .navbar-collapse.in .f-btn:active:not(.highlight),
    .txt-iron .f-btn:active:not(.highlight),
    header.menu-txt-iron .navbar-collapse.in .r-btn:active:not(.highlight),
    .txt-iron .r-btn:active:not(.highlight) {
        background: #b7bbbd none repeat scroll 0 0;
        border-color: #b7bbbd;
        color: #252525;
    }
    header.menu-txt-iron .navbar-collapse.in .bg-btn:not(.highlight),
    .txt-iron .bg-btn:not(.highlight) {
        color: #d1d5d8;
    }
    header.menu-hi-iron .navbar-collapse.in .highlight.f-btn:not(.disabled):not([disabled]),
    .hi-iron .highlight.f-btn:not(.disabled):not([disabled]) {
        border-color: #d1d5d8;
    }
    header.menu-hi-iron .navbar-collapse.in .highlight.f-btn:hover:not(.disabled):not([disabled]),
    .hi-iron .highlight.f-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-iron .navbar-collapse.in .highlight.f-btn:focus:not(.disabled):not([disabled]),
    .hi-iron .highlight.f-btn:focus:not(.disabled):not([disabled]) {
        background: #d1d5d8 none repeat scroll 0 0;
        color: #252525;
    }
    header.menu-hi-iron .navbar-collapse.in .highlight.r-btn:not(.disabled):not([disabled]),
    .hi-iron .highlight.r-btn:not(.disabled):not([disabled]) {
        background: #d1d5d8 none repeat scroll 0 0;
        border-color: #d1d5d8;
        color: #252525;
    }
    header.menu-hi-iron .navbar-collapse.in .highlight.r-btn:hover:not(.disabled):not([disabled]),
    .hi-iron .highlight.r-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-iron .navbar-collapse.in .highlight.r-btn:focus:not(.disabled):not([disabled]),
    .hi-iron .highlight.r-btn:focus:not(.disabled):not([disabled]) {
        background: #bec2c5 none repeat scroll 0 0;
        border-color: #bec2c5;
    }
    header.menu-hi-iron .navbar-collapse.in .highlight.bg-btn:not(.disabled):not([disabled]),
    .hi-iron .highlight.bg-btn:not(.disabled):not([disabled]) {
        color: #d1d5d8;
    }
    header.menu-hi-iron .navbar-collapse.in .highlight.f-btn:active:not(.disabled):not([disabled]),
    .hi-iron .highlight.f-btn:active:not(.disabled):not([disabled]),
    header.menu-hi-iron .navbar-collapse.in .highlight.r-btn:active:not(.disabled):not([disabled]),
    .hi-iron .highlight.r-btn:active:not(.disabled):not([disabled]) {
        background: #b2b5b8 none repeat scroll 0 0;
        border-color: #b2b5b8;
    }
    .txt-iron {
        color: #d1d5d8;
    }
    .txt-iron .bordered>span {
        border-color: #d1d5d8;
    }
    .txt-iron .text-tint {
        color: #a7aaad;
    }
    .txt-iron .box {
        border-color: #d1d5d8;
    }
    .txt-iron .box *:not(a) {
        border-color: #d1d5d8;
    }
    .hi-iron .highlight {
        color: #d1d5d8;
    }
    .hi-iron .highlight.bordered>span {
        border-color: #d1d5d8;
    }
    .txt-iron:not(header) .alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #d1d5d8;
    }
    .txt-iron:not(header) .alt-link.text-tint:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #a7aaad;
    }
    .txt-iron:not(header) .colored-box {
        color: #d1d5d8;
    }
    .txt-iron:not(header) .colored-box>a {
        color: #d1d5d8;
    }
    .txt-iron:not(header) .colored-box>*:not(a)>a.alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #d1d5d8;
    }
    .hi-iron:not(header) a:not(.btn):not(.alt-link) {
        color: #d1d5d8;
    }
    .hi-iron:not(header) a:hover:not(.btn):not(.alt-link),
    .hi-iron:not(header) a:focus:not(.btn):not(.alt-link) {
        color: #bec2c5;
    }
    .hi-iron:not(header) a:active:not(.btn):not(.alt-link) {
        color: #b2b5b8;
    }
    .hi-iron:not(header) .alt-link:hover:not(.highlight),
    .hi-iron:not(header) .alt-link:focus:not(.highlight) {
        color: #d1d5d8;
    }
    .hi-iron:not(header) .alt-link.highlight {
        color: #d1d5d8;
    }
    .hi-iron:not(header) .alt-link.highlight:hover,
    .hi-iron:not(header) .alt-link.highlight:focus {
        color: #bec2c5;
    }
    .hi-iron:not(header) .alt-link:active {
        color: #b2b5b8;
    }
    .hi-iron:not(header) .colored-box {
        background: #d1d5d8 none repeat scroll 0 0;
    }
    .hi-iron:not(header) .colored-box .highlight {
        color: #000000;
    }
    .hi-iron:not(header) .colored-box>a::after {
        background-color: #000000;
    }
    .hi-iron:not(header) .colored-box>*:not(a) a:not(.alt-link) {
        color: #545556;
    }
    .hi-iron:not(header) .colored-box>*:not(a) a:hover:not(.alt-link),
    .hi-iron:not(header) .colored-box>*:not(a) a:focus:not(.alt-link),
    .hi-iron:not(header) .colored-box>*:not(a) a:active:not(.alt-link) {
        color: #2a2b2b;
    }
    .hi-iron:not(header) .colored-box>*:not(a) a.alt-link:hover,
    .hi-iron:not(header) .colored-box>*:not(a) a.alt-link:focus {
        color: #545556;
    }
    .hi-iron:not(header) .colored-box>*:not(a) a.alt-link:active {
        color: #2a2b2b;
    }
    .hi-iron:not(header) .colored-box>*:not(a) a.alt-link.highlight {
        color: #545556;
    }
    .hi-iron:not(header) .colored-box>*:not(a) a.alt-link.highlight:hover,
    .hi-iron:not(header) .colored-box>*:not(a) a.alt-link.highlight:focus,
    .hi-iron:not(header) .colored-box>*:not(a) a.alt-link.highlight:active {
        color: #2a2b2b;
    }
    .bg-iron:not([class*="overlay-"]) {
        background-color: #d1d5d8;
    }
    .bg-iron[class*="overlay-"]::after {
        background-color: #d1d5d8;
    }
    .hi-iron .bg-highlight {
        background-color: #d1d5d8;
        color: #000000;
    }
    .hi-iron .border-highlight {
        border-color: #d1d5d8;
    }
    header.bg-iron,
    header.bg-iron .navbar .navbar-collapse.in {
        background: #d1d5d8 none repeat scroll 0 0;
    }
    header.txt-iron.header-border {
        border-bottom-color: #d1d5d8;
    }
    header.txt-iron.header-border .navbar-collapse.in {
        border-left-color: #d1d5d8;
    }
    header.txt-iron .navbar a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #d1d5d8;
    }
    header.txt-iron .navbar .navbar-toggle .icon-bar {
        background-color: #d1d5d8;
    }
    header.menu-txt-iron .navbar .navbar-collapse.in button.dismiss-navbar {
        color: #d1d5d8;
    }
    header.menu-txt-iron .navbar .navbar-collapse.in ul.nav li>a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #d1d5d8;
    }
    header.hi-iron .navbar a:hover:not(.highlight):not(.btn),
    header.hi-iron .navbar a:focus:not(.highlight):not(.btn) {
        color: #d1d5d8;
    }
    header.hi-iron .navbar a:active:not(.highlight):not(.btn) {
        color: #b2b5b8;
    }
    header.hi-iron .navbar a.highlight:hover:not(.highlight):not(.btn),
    header.hi-iron .navbar a.highlight:focus:not(.highlight):not(.btn),
    header.hi-iron .navbar a.highlight:active:not(.highlight):not(.btn) {
        color: #d1d5d8;
    }
    header.menu-bg-iron .navbar .navbar-collapse.in {
        background: #d1d5d8 none repeat scroll 0 0;
    }
    header.menu-hi-iron .navbar .navbar-collapse.in ul.nav li>a:hover:not(.highlight):not(.btn),
    header.menu-hi-iron .navbar .navbar-collapse.in ul.nav li>a:focus:not(.highlight):not(.btn) {
        color: #d1d5d8;
    }
    header.menu-hi-iron .navbar .navbar-collapse.in ul.nav li>a:active:not(.highlight):not(.btn) {
        color: #b2b5b8;
    }
    header.menu-hi-iron .navbar .navbar-collapse.in ul.nav li>a.highlight:hover:not(.highlight):not(.btn),
    header.menu-hi-iron .navbar .navbar-collapse.in ul.nav li>a.highlight:focus:not(.highlight):not(.btn),
    header.menu-hi-iron .navbar .navbar-collapse.in ul.nav li>a.highlight:active:not(.highlight):not(.btn) {
        color: #d1d5d8;
    }
    html.nav-in header.menu-hi-iron .highlight {
        color: #d1d5d8;
    }
    footer.bg-iron {
        background: #d1d5d8 none repeat scroll 0 0;
    }
    footer.txt-iron.footer-border {
        border-top-color: #d1d5d8;
    }
    .txt-iron form .form-group.select-field select {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #d1d5d8;
    }
    .txt-iron .colored-box form .form-group .form-control:focus {
        border-color: #d1d5d8;
    }
    .txt-iron .colored-box form .form-group .form-control:focus+label {
        color: #d1d5d8;
    }
    header.menu-bg-mariner .navbar-collapse.in .f-btn.disabled,
    .bg-mariner .f-btn.disabled,
    header.menu-bg-mariner .navbar-collapse.in .f-btn[disabled],
    .bg-mariner .f-btn[disabled] {
        border-color: #6ba8d9 !important;
        color: #6ba8d9 !important;
    }
    header.menu-bg-mariner .navbar-collapse.in .r-btn.disabled,
    .bg-mariner .r-btn.disabled,
    header.menu-bg-mariner .navbar-collapse.in .bg-btn.disabled,
    .bg-mariner .bg-btn.disabled,
    header.menu-bg-mariner .navbar-collapse.in .r-btn[disabled],
    .bg-mariner .r-btn[disabled],
    header.menu-bg-mariner .navbar-collapse.in .bg-btn[disabled],
    .bg-mariner .bg-btn[disabled] {
        background: #4c95d1 none repeat scroll 0 0 !important;
        border-color: #4c95d1 !important;
        color: #6ba8d9 !important;
    }
    header.menu-bg-mariner .navbar-collapse.in .bg-btn,
    .bg-mariner .bg-btn {
        background: #2c82c9 none repeat scroll 0 0;
        border-color: #2c82c9;
    }
    header.menu-bg-mariner .navbar-collapse.in .bg-btn:hover,
    .bg-mariner .bg-btn:hover,
    header.menu-bg-mariner .navbar-collapse.in .bg-btn:focus,
    .bg-mariner .bg-btn:focus {
        background: #3f8dce none repeat scroll 0 0;
        border-color: #3f8dce;
    }
    header.menu-bg-mariner .navbar-collapse.in .bg-btn:active,
    .bg-mariner .bg-btn:active {
        background: #4c95d1 none repeat scroll 0 0;
        border-color: #4c95d1;
    }
    header.menu-txt-mariner .navbar-collapse.in .f-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-mariner .f-btn:not(.highlight):not(.disabled):not([disabled]) {
        border-color: #2c82c9;
        color: #2c82c9;
    }
    header.menu-txt-mariner .navbar-collapse.in .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-mariner .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-mariner .navbar-collapse.in .f-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-mariner .f-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #2c82c9 none repeat scroll 0 0;
        border-color: #2c82c9;
        color: #ffffff;
    }
    header.menu-txt-mariner .navbar-collapse.in .r-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-mariner .r-btn:not(.highlight):not(.disabled):not([disabled]) {
        background: #2c82c9 none repeat scroll 0 0;
        border-color: #2c82c9;
        color: #ffffff;
    }
    header.menu-txt-mariner .navbar-collapse.in .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-mariner .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-mariner .navbar-collapse.in .r-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-mariner .r-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #3f8dce none repeat scroll 0 0;
        border-color: #3f8dce;
    }
    header.menu-txt-mariner .navbar-collapse.in .f-btn:active:not(.highlight),
    .txt-mariner .f-btn:active:not(.highlight),
    header.menu-txt-mariner .navbar-collapse.in .r-btn:active:not(.highlight),
    .txt-mariner .r-btn:active:not(.highlight) {
        background: #4c95d1 none repeat scroll 0 0;
        border-color: #4c95d1;
        color: #ffffff;
    }
    header.menu-txt-mariner .navbar-collapse.in .bg-btn:not(.highlight),
    .txt-mariner .bg-btn:not(.highlight) {
        color: #2c82c9;
    }
    header.menu-hi-mariner .navbar-collapse.in .highlight.f-btn:not(.disabled):not([disabled]),
    .hi-mariner .highlight.f-btn:not(.disabled):not([disabled]) {
        border-color: #2c82c9;
    }
    header.menu-hi-mariner .navbar-collapse.in .highlight.f-btn:hover:not(.disabled):not([disabled]),
    .hi-mariner .highlight.f-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-mariner .navbar-collapse.in .highlight.f-btn:focus:not(.disabled):not([disabled]),
    .hi-mariner .highlight.f-btn:focus:not(.disabled):not([disabled]) {
        background: #2c82c9 none repeat scroll 0 0;
        color: #ffffff;
    }
    header.menu-hi-mariner .navbar-collapse.in .highlight.r-btn:not(.disabled):not([disabled]),
    .hi-mariner .highlight.r-btn:not(.disabled):not([disabled]) {
        background: #2c82c9 none repeat scroll 0 0;
        border-color: #2c82c9;
        color: #ffffff;
    }
    header.menu-hi-mariner .navbar-collapse.in .highlight.r-btn:hover:not(.disabled):not([disabled]),
    .hi-mariner .highlight.r-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-mariner .navbar-collapse.in .highlight.r-btn:focus:not(.disabled):not([disabled]),
    .hi-mariner .highlight.r-btn:focus:not(.disabled):not([disabled]) {
        background: #3f8dce none repeat scroll 0 0;
        border-color: #3f8dce;
    }
    header.menu-hi-mariner .navbar-collapse.in .highlight.bg-btn:not(.disabled):not([disabled]),
    .hi-mariner .highlight.bg-btn:not(.disabled):not([disabled]) {
        color: #2c82c9;
    }
    header.menu-hi-mariner .navbar-collapse.in .highlight.f-btn:active:not(.disabled):not([disabled]),
    .hi-mariner .highlight.f-btn:active:not(.disabled):not([disabled]),
    header.menu-hi-mariner .navbar-collapse.in .highlight.r-btn:active:not(.disabled):not([disabled]),
    .hi-mariner .highlight.r-btn:active:not(.disabled):not([disabled]) {
        background: #4c95d1 none repeat scroll 0 0;
        border-color: #4c95d1;
    }
    .txt-mariner {
        color: #2c82c9;
    }
    .txt-mariner .bordered>span {
        border-color: #2c82c9;
    }
    .txt-mariner .text-tint {
        color: #569bd4;
    }
    .txt-mariner .box {
        border-color: #2c82c9;
    }
    .txt-mariner .box *:not(a) {
        border-color: #2c82c9;
    }
    .hi-mariner .highlight {
        color: #2c82c9;
    }
    .hi-mariner .highlight.bordered>span {
        border-color: #2c82c9;
    }
    .txt-mariner:not(header) .alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #2c82c9;
    }
    .txt-mariner:not(header) .alt-link.text-tint:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #569bd4;
    }
    .txt-mariner:not(header) .colored-box {
        color: #2c82c9;
    }
    .txt-mariner:not(header) .colored-box>a {
        color: #2c82c9;
    }
    .txt-mariner:not(header) .colored-box>*:not(a)>a.alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #2c82c9;
    }
    .hi-mariner:not(header) a:not(.btn):not(.alt-link) {
        color: #2c82c9;
    }
    .hi-mariner:not(header) a:hover:not(.btn):not(.alt-link),
    .hi-mariner:not(header) a:focus:not(.btn):not(.alt-link) {
        color: #3f8dce;
    }
    .hi-mariner:not(header) a:active:not(.btn):not(.alt-link) {
        color: #4c95d1;
    }
    .hi-mariner:not(header) .alt-link:hover:not(.highlight),
    .hi-mariner:not(header) .alt-link:focus:not(.highlight) {
        color: #2c82c9;
    }
    .hi-mariner:not(header) .alt-link.highlight {
        color: #2c82c9;
    }
    .hi-mariner:not(header) .alt-link.highlight:hover,
    .hi-mariner:not(header) .alt-link.highlight:focus {
        color: #3f8dce;
    }
    .hi-mariner:not(header) .alt-link:active {
        color: #4c95d1;
    }
    .hi-mariner:not(header) .colored-box {
        background: #2c82c9 none repeat scroll 0 0;
    }
    .hi-mariner:not(header) .colored-box .highlight {
        color: #ffffff;
    }
    .hi-mariner:not(header) .colored-box>a::after {
        background-color: #ffffff;
    }
    .hi-mariner:not(header) .colored-box>*:not(a) a:not(.alt-link) {
        color: #abcde9;
    }
    .hi-mariner:not(header) .colored-box>*:not(a) a:hover:not(.alt-link),
    .hi-mariner:not(header) .colored-box>*:not(a) a:focus:not(.alt-link),
    .hi-mariner:not(header) .colored-box>*:not(a) a:active:not(.alt-link) {
        color: #d5e6f4;
    }
    .hi-mariner:not(header) .colored-box>*:not(a) a.alt-link:hover,
    .hi-mariner:not(header) .colored-box>*:not(a) a.alt-link:focus {
        color: #abcde9;
    }
    .hi-mariner:not(header) .colored-box>*:not(a) a.alt-link:active {
        color: #d5e6f4;
    }
    .hi-mariner:not(header) .colored-box>*:not(a) a.alt-link.highlight {
        color: #abcde9;
    }
    .hi-mariner:not(header) .colored-box>*:not(a) a.alt-link.highlight:hover,
    .hi-mariner:not(header) .colored-box>*:not(a) a.alt-link.highlight:focus,
    .hi-mariner:not(header) .colored-box>*:not(a) a.alt-link.highlight:active {
        color: #d5e6f4;
    }
    .bg-mariner:not([class*="overlay-"]) {
        background-color: #2c82c9;
    }
    .bg-mariner[class*="overlay-"]::after {
        background-color: #2c82c9;
    }
    .hi-mariner .bg-highlight {
        background-color: #2c82c9;
        color: #ffffff;
    }
    .hi-mariner .border-highlight {
        border-color: #2c82c9;
    }
    header.bg-mariner,
    header.bg-mariner .navbar .navbar-collapse.in {
        background: #2c82c9 none repeat scroll 0 0;
    }
    header.txt-mariner.header-border {
        border-bottom-color: #2c82c9;
    }
    header.txt-mariner.header-border .navbar-collapse.in {
        border-left-color: #2c82c9;
    }
    header.txt-mariner .navbar a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #2c82c9;
    }
    header.txt-mariner .navbar .navbar-toggle .icon-bar {
        background-color: #2c82c9;
    }
    header.menu-txt-mariner .navbar .navbar-collapse.in button.dismiss-navbar {
        color: #2c82c9;
    }
    header.menu-txt-mariner .navbar .navbar-collapse.in ul.nav li>a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #2c82c9;
    }
    header.hi-mariner .navbar a:hover:not(.highlight):not(.btn),
    header.hi-mariner .navbar a:focus:not(.highlight):not(.btn) {
        color: #2c82c9;
    }
    header.hi-mariner .navbar a:active:not(.highlight):not(.btn) {
        color: #4c95d1;
    }
    header.hi-mariner .navbar a.highlight:hover:not(.highlight):not(.btn),
    header.hi-mariner .navbar a.highlight:focus:not(.highlight):not(.btn),
    header.hi-mariner .navbar a.highlight:active:not(.highlight):not(.btn) {
        color: #2c82c9;
    }
    header.menu-bg-mariner .navbar .navbar-collapse.in {
        background: #2c82c9 none repeat scroll 0 0;
    }
    header.menu-hi-mariner .navbar .navbar-collapse.in ul.nav li>a:hover:not(.highlight):not(.btn),
    header.menu-hi-mariner .navbar .navbar-collapse.in ul.nav li>a:focus:not(.highlight):not(.btn) {
        color: #2c82c9;
    }
    header.menu-hi-mariner .navbar .navbar-collapse.in ul.nav li>a:active:not(.highlight):not(.btn) {
        color: #4c95d1;
    }
    header.menu-hi-mariner .navbar .navbar-collapse.in ul.nav li>a.highlight:hover:not(.highlight):not(.btn),
    header.menu-hi-mariner .navbar .navbar-collapse.in ul.nav li>a.highlight:focus:not(.highlight):not(.btn),
    header.menu-hi-mariner .navbar .navbar-collapse.in ul.nav li>a.highlight:active:not(.highlight):not(.btn) {
        color: #2c82c9;
    }
    html.nav-in header.menu-hi-mariner .highlight {
        color: #2c82c9;
    }
    footer.bg-mariner {
        background: #2c82c9 none repeat scroll 0 0;
    }
    footer.txt-mariner.footer-border {
        border-top-color: #2c82c9;
    }
    .txt-mariner form .form-group.select-field select {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #2c82c9;
    }
    .txt-mariner .colored-box form .form-group .form-control:focus {
        border-color: #2c82c9;
    }
    .txt-mariner .colored-box form .form-group .form-control:focus+label {
        color: #2c82c9;
    }
    header.menu-bg-blue-whale .navbar-collapse.in .f-btn.disabled,
    .bg-blue-whale .f-btn.disabled,
    header.menu-bg-blue-whale .navbar-collapse.in .f-btn[disabled],
    .bg-blue-whale .f-btn[disabled] {
        border-color: #697083 !important;
        color: #697083 !important;
    }
    header.menu-bg-blue-whale .navbar-collapse.in .r-btn.disabled,
    .bg-blue-whale .r-btn.disabled,
    header.menu-bg-blue-whale .navbar-collapse.in .bg-btn.disabled,
    .bg-blue-whale .bg-btn.disabled,
    header.menu-bg-blue-whale .navbar-collapse.in .r-btn[disabled],
    .bg-blue-whale .r-btn[disabled],
    header.menu-bg-blue-whale .navbar-collapse.in .bg-btn[disabled],
    .bg-blue-whale .bg-btn[disabled] {
        background: #485169 none repeat scroll 0 0 !important;
        border-color: #485169 !important;
        color: #697083 !important;
    }
    header.menu-bg-blue-whale .navbar-collapse.in .bg-btn,
    .bg-blue-whale .bg-btn {
        background: #28324e none repeat scroll 0 0;
        border-color: #28324e;
    }
    header.menu-bg-blue-whale .navbar-collapse.in .bg-btn:hover,
    .bg-blue-whale .bg-btn:hover,
    header.menu-bg-blue-whale .navbar-collapse.in .bg-btn:focus,
    .bg-blue-whale .bg-btn:focus {
        background: #3b445e none repeat scroll 0 0;
        border-color: #3b445e;
    }
    header.menu-bg-blue-whale .navbar-collapse.in .bg-btn:active,
    .bg-blue-whale .bg-btn:active {
        background: #485169 none repeat scroll 0 0;
        border-color: #485169;
    }
    header.menu-txt-blue-whale .navbar-collapse.in .f-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-blue-whale .f-btn:not(.highlight):not(.disabled):not([disabled]) {
        border-color: #28324e;
        color: #28324e;
    }
    header.menu-txt-blue-whale .navbar-collapse.in .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-blue-whale .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-blue-whale .navbar-collapse.in .f-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-blue-whale .f-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #28324e none repeat scroll 0 0;
        border-color: #28324e;
        color: #ffffff;
    }
    header.menu-txt-blue-whale .navbar-collapse.in .r-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-blue-whale .r-btn:not(.highlight):not(.disabled):not([disabled]) {
        background: #28324e none repeat scroll 0 0;
        border-color: #28324e;
        color: #ffffff;
    }
    header.menu-txt-blue-whale .navbar-collapse.in .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-blue-whale .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-blue-whale .navbar-collapse.in .r-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-blue-whale .r-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #3b445e none repeat scroll 0 0;
        border-color: #3b445e;
    }
    header.menu-txt-blue-whale .navbar-collapse.in .f-btn:active:not(.highlight),
    .txt-blue-whale .f-btn:active:not(.highlight),
    header.menu-txt-blue-whale .navbar-collapse.in .r-btn:active:not(.highlight),
    .txt-blue-whale .r-btn:active:not(.highlight) {
        background: #485169 none repeat scroll 0 0;
        border-color: #485169;
        color: #ffffff;
    }
    header.menu-txt-blue-whale .navbar-collapse.in .bg-btn:not(.highlight),
    .txt-blue-whale .bg-btn:not(.highlight) {
        color: #28324e;
    }
    header.menu-hi-blue-whale .navbar-collapse.in .highlight.f-btn:not(.disabled):not([disabled]),
    .hi-blue-whale .highlight.f-btn:not(.disabled):not([disabled]) {
        border-color: #28324e;
    }
    header.menu-hi-blue-whale .navbar-collapse.in .highlight.f-btn:hover:not(.disabled):not([disabled]),
    .hi-blue-whale .highlight.f-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-blue-whale .navbar-collapse.in .highlight.f-btn:focus:not(.disabled):not([disabled]),
    .hi-blue-whale .highlight.f-btn:focus:not(.disabled):not([disabled]) {
        background: #28324e none repeat scroll 0 0;
        color: #ffffff;
    }
    header.menu-hi-blue-whale .navbar-collapse.in .highlight.r-btn:not(.disabled):not([disabled]),
    .hi-blue-whale .highlight.r-btn:not(.disabled):not([disabled]) {
        background: #28324e none repeat scroll 0 0;
        border-color: #28324e;
        color: #ffffff;
    }
    header.menu-hi-blue-whale .navbar-collapse.in .highlight.r-btn:hover:not(.disabled):not([disabled]),
    .hi-blue-whale .highlight.r-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-blue-whale .navbar-collapse.in .highlight.r-btn:focus:not(.disabled):not([disabled]),
    .hi-blue-whale .highlight.r-btn:focus:not(.disabled):not([disabled]) {
        background: #3b445e none repeat scroll 0 0;
        border-color: #3b445e;
    }
    header.menu-hi-blue-whale .navbar-collapse.in .highlight.bg-btn:not(.disabled):not([disabled]),
    .hi-blue-whale .highlight.bg-btn:not(.disabled):not([disabled]) {
        color: #28324e;
    }
    header.menu-hi-blue-whale .navbar-collapse.in .highlight.f-btn:active:not(.disabled):not([disabled]),
    .hi-blue-whale .highlight.f-btn:active:not(.disabled):not([disabled]),
    header.menu-hi-blue-whale .navbar-collapse.in .highlight.r-btn:active:not(.disabled):not([disabled]),
    .hi-blue-whale .highlight.r-btn:active:not(.disabled):not([disabled]) {
        background: #485169 none repeat scroll 0 0;
        border-color: #485169;
    }
    .txt-blue-whale {
        color: #28324e;
    }
    .txt-blue-whale .bordered>span {
        border-color: #28324e;
    }
    .txt-blue-whale .text-tint {
        color: #535b71;
    }
    .txt-blue-whale .box {
        border-color: #28324e;
    }
    .txt-blue-whale .box *:not(a) {
        border-color: #28324e;
    }
    .hi-blue-whale .highlight {
        color: #28324e;
    }
    .hi-blue-whale .highlight.bordered>span {
        border-color: #28324e;
    }
    .txt-blue-whale:not(header) .alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #28324e;
    }
    .txt-blue-whale:not(header) .alt-link.text-tint:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #535b71;
    }
    .txt-blue-whale:not(header) .colored-box {
        color: #28324e;
    }
    .txt-blue-whale:not(header) .colored-box>a {
        color: #28324e;
    }
    .txt-blue-whale:not(header) .colored-box>*:not(a)>a.alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #28324e;
    }
    .hi-blue-whale:not(header) a:not(.btn):not(.alt-link) {
        color: #28324e;
    }
    .hi-blue-whale:not(header) a:hover:not(.btn):not(.alt-link),
    .hi-blue-whale:not(header) a:focus:not(.btn):not(.alt-link) {
        color: #3b445e;
    }
    .hi-blue-whale:not(header) a:active:not(.btn):not(.alt-link) {
        color: #485169;
    }
    .hi-blue-whale:not(header) .alt-link:hover:not(.highlight),
    .hi-blue-whale:not(header) .alt-link:focus:not(.highlight) {
        color: #28324e;
    }
    .hi-blue-whale:not(header) .alt-link.highlight {
        color: #28324e;
    }
    .hi-blue-whale:not(header) .alt-link.highlight:hover,
    .hi-blue-whale:not(header) .alt-link.highlight:focus {
        color: #3b445e;
    }
    .hi-blue-whale:not(header) .alt-link:active {
        color: #485169;
    }
    .hi-blue-whale:not(header) .colored-box {
        background: #28324e none repeat scroll 0 0;
    }
    .hi-blue-whale:not(header) .colored-box .highlight {
        color: #ffffff;
    }
    .hi-blue-whale:not(header) .colored-box>a::after {
        background-color: #ffffff;
    }
    .hi-blue-whale:not(header) .colored-box>*:not(a) a:not(.alt-link) {
        color: #a9adb8;
    }
    .hi-blue-whale:not(header) .colored-box>*:not(a) a:hover:not(.alt-link),
    .hi-blue-whale:not(header) .colored-box>*:not(a) a:focus:not(.alt-link),
    .hi-blue-whale:not(header) .colored-box>*:not(a) a:active:not(.alt-link) {
        color: #d4d6dc;
    }
    .hi-blue-whale:not(header) .colored-box>*:not(a) a.alt-link:hover,
    .hi-blue-whale:not(header) .colored-box>*:not(a) a.alt-link:focus {
        color: #a9adb8;
    }
    .hi-blue-whale:not(header) .colored-box>*:not(a) a.alt-link:active {
        color: #d4d6dc;
    }
    .hi-blue-whale:not(header) .colored-box>*:not(a) a.alt-link.highlight {
        color: #a9adb8;
    }
    .hi-blue-whale:not(header) .colored-box>*:not(a) a.alt-link.highlight:hover,
    .hi-blue-whale:not(header) .colored-box>*:not(a) a.alt-link.highlight:focus,
    .hi-blue-whale:not(header) .colored-box>*:not(a) a.alt-link.highlight:active {
        color: #d4d6dc;
    }
    .bg-blue-whale:not([class*="overlay-"]) {
        background-color: #28324e;
    }
    .bg-blue-whale[class*="overlay-"]::after {
        background-color: #28324e;
    }
    .hi-blue-whale .bg-highlight {
        background-color: #28324e;
        color: #ffffff;
    }
    .hi-blue-whale .border-highlight {
        border-color: #28324e;
    }
    header.bg-blue-whale,
    header.bg-blue-whale .navbar .navbar-collapse.in {
        background: #28324e none repeat scroll 0 0;
    }
    header.txt-blue-whale.header-border {
        border-bottom-color: #28324e;
    }
    header.txt-blue-whale.header-border .navbar-collapse.in {
        border-left-color: #28324e;
    }
    header.txt-blue-whale .navbar a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #28324e;
    }
    header.txt-blue-whale .navbar .navbar-toggle .icon-bar {
        background-color: #28324e;
    }
    header.menu-txt-blue-whale .navbar .navbar-collapse.in button.dismiss-navbar {
        color: #28324e;
    }
    header.menu-txt-blue-whale .navbar .navbar-collapse.in ul.nav li>a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #28324e;
    }
    header.hi-blue-whale .navbar a:hover:not(.highlight):not(.btn),
    header.hi-blue-whale .navbar a:focus:not(.highlight):not(.btn) {
        color: #28324e;
    }
    header.hi-blue-whale .navbar a:active:not(.highlight):not(.btn) {
        color: #485169;
    }
    header.hi-blue-whale .navbar a.highlight:hover:not(.highlight):not(.btn),
    header.hi-blue-whale .navbar a.highlight:focus:not(.highlight):not(.btn),
    header.hi-blue-whale .navbar a.highlight:active:not(.highlight):not(.btn) {
        color: #28324e;
    }
    header.menu-bg-blue-whale .navbar .navbar-collapse.in {
        background: #28324e none repeat scroll 0 0;
    }
    header.menu-hi-blue-whale .navbar .navbar-collapse.in ul.nav li>a:hover:not(.highlight):not(.btn),
    header.menu-hi-blue-whale .navbar .navbar-collapse.in ul.nav li>a:focus:not(.highlight):not(.btn) {
        color: #28324e;
    }
    header.menu-hi-blue-whale .navbar .navbar-collapse.in ul.nav li>a:active:not(.highlight):not(.btn) {
        color: #485169;
    }
    header.menu-hi-blue-whale .navbar .navbar-collapse.in ul.nav li>a.highlight:hover:not(.highlight):not(.btn),
    header.menu-hi-blue-whale .navbar .navbar-collapse.in ul.nav li>a.highlight:focus:not(.highlight):not(.btn),
    header.menu-hi-blue-whale .navbar .navbar-collapse.in ul.nav li>a.highlight:active:not(.highlight):not(.btn) {
        color: #28324e;
    }
    html.nav-in header.menu-hi-blue-whale .highlight {
        color: #28324e;
    }
    footer.bg-blue-whale {
        background: #28324e none repeat scroll 0 0;
    }
    footer.txt-blue-whale.footer-border {
        border-top-color: #28324e;
    }
    .txt-blue-whale form .form-group.select-field select {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #28324e;
    }
    .txt-blue-whale .colored-box form .form-group .form-control:focus {
        border-color: #28324e;
    }
    .txt-blue-whale .colored-box form .form-group .form-control:focus+label {
        color: #28324e;
    }
    header.menu-bg-black .navbar-collapse.in .f-btn.disabled,
    .bg-black .f-btn.disabled,
    header.menu-bg-black .navbar-collapse.in .f-btn[disabled],
    .bg-black .f-btn[disabled] {
        border-color: #4d4d4d !important;
        color: #4d4d4d !important;
    }
    header.menu-bg-black .navbar-collapse.in .r-btn.disabled,
    .bg-black .r-btn.disabled,
    header.menu-bg-black .navbar-collapse.in .bg-btn.disabled,
    .bg-black .bg-btn.disabled,
    header.menu-bg-black .navbar-collapse.in .r-btn[disabled],
    .bg-black .r-btn[disabled],
    header.menu-bg-black .navbar-collapse.in .bg-btn[disabled],
    .bg-black .bg-btn[disabled] {
        background: #262626 none repeat scroll 0 0 !important;
        border-color: #262626 !important;
        color: #4d4d4d !important;
    }
    header.menu-bg-black .navbar-collapse.in .bg-btn,
    .bg-black .bg-btn {
        background: #000000 none repeat scroll 0 0;
        border-color: #000000;
    }
    header.menu-bg-black .navbar-collapse.in .bg-btn:hover,
    .bg-black .bg-btn:hover,
    header.menu-bg-black .navbar-collapse.in .bg-btn:focus,
    .bg-black .bg-btn:focus {
        background: #171717 none repeat scroll 0 0;
        border-color: #171717;
    }
    header.menu-bg-black .navbar-collapse.in .bg-btn:active,
    .bg-black .bg-btn:active {
        background: #262626 none repeat scroll 0 0;
        border-color: #262626;
    }
    header.menu-txt-black .navbar-collapse.in .f-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-black .f-btn:not(.highlight):not(.disabled):not([disabled]) {
        border-color: #000000;
        color: #000000;
    }
    header.menu-txt-black .navbar-collapse.in .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-black .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-black .navbar-collapse.in .f-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-black .f-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #000000 none repeat scroll 0 0;
        border-color: #000000;
        color: #ffffff;
    }
    header.menu-txt-black .navbar-collapse.in .r-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-black .r-btn:not(.highlight):not(.disabled):not([disabled]) {
        background: #000000 none repeat scroll 0 0;
        border-color: #000000;
        color: #ffffff;
    }
    header.menu-txt-black .navbar-collapse.in .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-black .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-black .navbar-collapse.in .r-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-black .r-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #171717 none repeat scroll 0 0;
        border-color: #171717;
    }
    header.menu-txt-black .navbar-collapse.in .f-btn:active:not(.highlight),
    .txt-black .f-btn:active:not(.highlight),
    header.menu-txt-black .navbar-collapse.in .r-btn:active:not(.highlight),
    .txt-black .r-btn:active:not(.highlight) {
        background: #262626 none repeat scroll 0 0;
        border-color: #262626;
        color: #ffffff;
    }
    header.menu-txt-black .navbar-collapse.in .bg-btn:not(.highlight),
    .txt-black .bg-btn:not(.highlight) {
        color: #000000;
    }
    header.menu-hi-black .navbar-collapse.in .highlight.f-btn:not(.disabled):not([disabled]),
    .hi-black .highlight.f-btn:not(.disabled):not([disabled]) {
        border-color: #000000;
    }
    header.menu-hi-black .navbar-collapse.in .highlight.f-btn:hover:not(.disabled):not([disabled]),
    .hi-black .highlight.f-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-black .navbar-collapse.in .highlight.f-btn:focus:not(.disabled):not([disabled]),
    .hi-black .highlight.f-btn:focus:not(.disabled):not([disabled]) {
        background: #000000 none repeat scroll 0 0;
        color: #ffffff;
    }
    header.menu-hi-black .navbar-collapse.in .highlight.r-btn:not(.disabled):not([disabled]),
    .hi-black .highlight.r-btn:not(.disabled):not([disabled]) {
        background: #000000 none repeat scroll 0 0;
        border-color: #000000;
        color: #ffffff;
    }
    header.menu-hi-black .navbar-collapse.in .highlight.r-btn:hover:not(.disabled):not([disabled]),
    .hi-black .highlight.r-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-black .navbar-collapse.in .highlight.r-btn:focus:not(.disabled):not([disabled]),
    .hi-black .highlight.r-btn:focus:not(.disabled):not([disabled]) {
        background: #171717 none repeat scroll 0 0;
        border-color: #171717;
    }
    header.menu-hi-black .navbar-collapse.in .highlight.bg-btn:not(.disabled):not([disabled]),
    .hi-black .highlight.bg-btn:not(.disabled):not([disabled]) {
        color: #000000;
    }
    header.menu-hi-black .navbar-collapse.in .highlight.f-btn:active:not(.disabled):not([disabled]),
    .hi-black .highlight.f-btn:active:not(.disabled):not([disabled]),
    header.menu-hi-black .navbar-collapse.in .highlight.r-btn:active:not(.disabled):not([disabled]),
    .hi-black .highlight.r-btn:active:not(.disabled):not([disabled]) {
        background: #262626 none repeat scroll 0 0;
        border-color: #262626;
    }
    .txt-black {
        color: #000000;
    }
    .txt-black .bordered>span {
        border-color: #000000;
    }
    .txt-black .text-tint {
        color: #333333;
    }
    .txt-black .box {
        border-color: #000000;
    }
    .txt-black .box *:not(a) {
        border-color: #000000;
    }
    .hi-black .highlight {
        color: #000000;
    }
    .hi-black .highlight.bordered>span {
        border-color: #000000;
    }
    .txt-black:not(header) .alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #000000;
    }
    .txt-black:not(header) .alt-link.text-tint:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #333333;
    }
    .txt-black:not(header) .colored-box {
        color: #000000;
    }
    .txt-black:not(header) .colored-box>a {
        color: #000000;
    }
    .txt-black:not(header) .colored-box>*:not(a)>a.alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #000000;
    }
    .hi-black:not(header) a:not(.btn):not(.alt-link) {
        color: #000000;
    }
    .hi-black:not(header) a:hover:not(.btn):not(.alt-link),
    .hi-black:not(header) a:focus:not(.btn):not(.alt-link) {
        color: #171717;
    }
    .hi-black:not(header) a:active:not(.btn):not(.alt-link) {
        color: #262626;
    }
    .hi-black:not(header) .alt-link:hover:not(.highlight),
    .hi-black:not(header) .alt-link:focus:not(.highlight) {
        color: #000000;
    }
    .hi-black:not(header) .alt-link.highlight {
        color: #000000;
    }
    .hi-black:not(header) .alt-link.highlight:hover,
    .hi-black:not(header) .alt-link.highlight:focus {
        color: #171717;
    }
    .hi-black:not(header) .alt-link:active {
        color: #262626;
    }
    .hi-black:not(header) .colored-box {
        background: #000000 none repeat scroll 0 0;
    }
    .hi-black:not(header) .colored-box .highlight {
        color: #ffffff;
    }
    .hi-black:not(header) .colored-box>a::after {
        background-color: #ffffff;
    }
    .hi-black:not(header) .colored-box>*:not(a) a:not(.alt-link) {
        color: #999999;
    }
    .hi-black:not(header) .colored-box>*:not(a) a:hover:not(.alt-link),
    .hi-black:not(header) .colored-box>*:not(a) a:focus:not(.alt-link),
    .hi-black:not(header) .colored-box>*:not(a) a:active:not(.alt-link) {
        color: #cccccc;
    }
    .hi-black:not(header) .colored-box>*:not(a) a.alt-link:hover,
    .hi-black:not(header) .colored-box>*:not(a) a.alt-link:focus {
        color: #999999;
    }
    .hi-black:not(header) .colored-box>*:not(a) a.alt-link:active {
        color: #cccccc;
    }
    .hi-black:not(header) .colored-box>*:not(a) a.alt-link.highlight {
        color: #999999;
    }
    .hi-black:not(header) .colored-box>*:not(a) a.alt-link.highlight:hover,
    .hi-black:not(header) .colored-box>*:not(a) a.alt-link.highlight:focus,
    .hi-black:not(header) .colored-box>*:not(a) a.alt-link.highlight:active {
        color: #cccccc;
    }
    .bg-black:not([class*="overlay-"]) {
        background-color: #000000;
    }
    .bg-black[class*="overlay-"]::after {
        background-color: #000000;
    }
    .hi-black .bg-highlight {
        background-color: #000000;
        color: #ffffff;
    }
    .hi-black .border-highlight {
        border-color: #000000;
    }
    header.bg-black,
    header.bg-black .navbar .navbar-collapse.in {
        background: #000000 none repeat scroll 0 0;
    }
    header.txt-black.header-border {
        border-bottom-color: #000000;
    }
    header.txt-black.header-border .navbar-collapse.in {
        border-left-color: #000000;
    }
    header.txt-black .navbar a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #000000;
    }
    header.txt-black .navbar .navbar-toggle .icon-bar {
        background-color: #000000;
    }
    header.menu-txt-black .navbar .navbar-collapse.in button.dismiss-navbar {
        color: #000000;
    }
    header.menu-txt-black .navbar .navbar-collapse.in ul.nav li>a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #000000;
    }
    header.hi-black .navbar a:hover:not(.highlight):not(.btn),
    header.hi-black .navbar a:focus:not(.highlight):not(.btn) {
        color: #000000;
    }
    header.hi-black .navbar a:active:not(.highlight):not(.btn) {
        color: #262626;
    }
    header.hi-black .navbar a.highlight:hover:not(.highlight):not(.btn),
    header.hi-black .navbar a.highlight:focus:not(.highlight):not(.btn),
    header.hi-black .navbar a.highlight:active:not(.highlight):not(.btn) {
        color: #000000;
    }
    header.menu-bg-black .navbar .navbar-collapse.in {
        background: #000000 none repeat scroll 0 0;
    }
    header.menu-hi-black .navbar .navbar-collapse.in ul.nav li>a:hover:not(.highlight):not(.btn),
    header.menu-hi-black .navbar .navbar-collapse.in ul.nav li>a:focus:not(.highlight):not(.btn) {
        color: #000000;
    }
    header.menu-hi-black .navbar .navbar-collapse.in ul.nav li>a:active:not(.highlight):not(.btn) {
        color: #262626;
    }
    header.menu-hi-black .navbar .navbar-collapse.in ul.nav li>a.highlight:hover:not(.highlight):not(.btn),
    header.menu-hi-black .navbar .navbar-collapse.in ul.nav li>a.highlight:focus:not(.highlight):not(.btn),
    header.menu-hi-black .navbar .navbar-collapse.in ul.nav li>a.highlight:active:not(.highlight):not(.btn) {
        color: #000000;
    }
    html.nav-in header.menu-hi-black .highlight {
        color: #000000;
    }
    footer.bg-black {
        background: #000000 none repeat scroll 0 0;
    }
    footer.txt-black.footer-border {
        border-top-color: #000000;
    }
    .txt-black form .form-group.select-field select {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #000000;
    }
    .txt-black .colored-box form .form-group .form-control:focus {
        border-color: #000000;
    }
    .txt-black .colored-box form .form-group .form-control:focus+label {
        color: #000000;
    }
    header.menu-bg-almost-black .navbar-collapse.in .f-btn.disabled,
    .bg-almost-black .f-btn.disabled,
    header.menu-bg-almost-black .navbar-collapse.in .f-btn[disabled],
    .bg-almost-black .f-btn[disabled] {
        border-color: #5d5d5d !important;
        color: #5d5d5d !important;
    }
    header.menu-bg-almost-black .navbar-collapse.in .r-btn.disabled,
    .bg-almost-black .r-btn.disabled,
    header.menu-bg-almost-black .navbar-collapse.in .bg-btn.disabled,
    .bg-almost-black .bg-btn.disabled,
    header.menu-bg-almost-black .navbar-collapse.in .r-btn[disabled],
    .bg-almost-black .r-btn[disabled],
    header.menu-bg-almost-black .navbar-collapse.in .bg-btn[disabled],
    .bg-almost-black .bg-btn[disabled] {
        background: #3a3a3a none repeat scroll 0 0 !important;
        border-color: #3a3a3a !important;
        color: #5d5d5d !important;
    }
    header.menu-bg-almost-black .navbar-collapse.in .bg-btn,
    .bg-almost-black .bg-btn {
        background: #171717 none repeat scroll 0 0;
        border-color: #171717;
    }
    header.menu-bg-almost-black .navbar-collapse.in .bg-btn:hover,
    .bg-almost-black .bg-btn:hover,
    header.menu-bg-almost-black .navbar-collapse.in .bg-btn:focus,
    .bg-almost-black .bg-btn:focus {
        background: #2c2c2c none repeat scroll 0 0;
        border-color: #2c2c2c;
    }
    header.menu-bg-almost-black .navbar-collapse.in .bg-btn:active,
    .bg-almost-black .bg-btn:active {
        background: #3a3a3a none repeat scroll 0 0;
        border-color: #3a3a3a;
    }
    header.menu-txt-almost-black .navbar-collapse.in .f-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-almost-black .f-btn:not(.highlight):not(.disabled):not([disabled]) {
        border-color: #171717;
        color: #171717;
    }
    header.menu-txt-almost-black .navbar-collapse.in .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-almost-black .f-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-almost-black .navbar-collapse.in .f-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-almost-black .f-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #171717 none repeat scroll 0 0;
        border-color: #171717;
        color: #ffffff;
    }
    header.menu-txt-almost-black .navbar-collapse.in .r-btn:not(.highlight):not(.disabled):not([disabled]),
    .txt-almost-black .r-btn:not(.highlight):not(.disabled):not([disabled]) {
        background: #171717 none repeat scroll 0 0;
        border-color: #171717;
        color: #ffffff;
    }
    header.menu-txt-almost-black .navbar-collapse.in .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    .txt-almost-black .r-btn:hover:not(.highlight):not(.disabled):not([disabled]),
    header.menu-txt-almost-black .navbar-collapse.in .r-btn:focus:not(.highlight):not(.disabled):not([disabled]),
    .txt-almost-black .r-btn:focus:not(.highlight):not(.disabled):not([disabled]) {
        background: #2c2c2c none repeat scroll 0 0;
        border-color: #2c2c2c;
    }
    header.menu-txt-almost-black .navbar-collapse.in .f-btn:active:not(.highlight),
    .txt-almost-black .f-btn:active:not(.highlight),
    header.menu-txt-almost-black .navbar-collapse.in .r-btn:active:not(.highlight),
    .txt-almost-black .r-btn:active:not(.highlight) {
        background: #3a3a3a none repeat scroll 0 0;
        border-color: #3a3a3a;
        color: #ffffff;
    }
    header.menu-txt-almost-black .navbar-collapse.in .bg-btn:not(.highlight),
    .txt-almost-black .bg-btn:not(.highlight) {
        color: #171717;
    }
    header.menu-hi-almost-black .navbar-collapse.in .highlight.f-btn:not(.disabled):not([disabled]),
    .hi-almost-black .highlight.f-btn:not(.disabled):not([disabled]) {
        border-color: #171717;
    }
    header.menu-hi-almost-black .navbar-collapse.in .highlight.f-btn:hover:not(.disabled):not([disabled]),
    .hi-almost-black .highlight.f-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-almost-black .navbar-collapse.in .highlight.f-btn:focus:not(.disabled):not([disabled]),
    .hi-almost-black .highlight.f-btn:focus:not(.disabled):not([disabled]) {
        background: #171717 none repeat scroll 0 0;
        color: #ffffff;
    }
    header.menu-hi-almost-black .navbar-collapse.in .highlight.r-btn:not(.disabled):not([disabled]),
    .hi-almost-black .highlight.r-btn:not(.disabled):not([disabled]) {
        background: #171717 none repeat scroll 0 0;
        border-color: #171717;
        color: #ffffff;
    }
    header.menu-hi-almost-black .navbar-collapse.in .highlight.r-btn:hover:not(.disabled):not([disabled]),
    .hi-almost-black .highlight.r-btn:hover:not(.disabled):not([disabled]),
    header.menu-hi-almost-black .navbar-collapse.in .highlight.r-btn:focus:not(.disabled):not([disabled]),
    .hi-almost-black .highlight.r-btn:focus:not(.disabled):not([disabled]) {
        background: #2c2c2c none repeat scroll 0 0;
        border-color: #2c2c2c;
    }
    header.menu-hi-almost-black .navbar-collapse.in .highlight.bg-btn:not(.disabled):not([disabled]),
    .hi-almost-black .highlight.bg-btn:not(.disabled):not([disabled]) {
        color: #171717;
    }
    header.menu-hi-almost-black .navbar-collapse.in .highlight.f-btn:active:not(.disabled):not([disabled]),
    .hi-almost-black .highlight.f-btn:active:not(.disabled):not([disabled]),
    header.menu-hi-almost-black .navbar-collapse.in .highlight.r-btn:active:not(.disabled):not([disabled]),
    .hi-almost-black .highlight.r-btn:active:not(.disabled):not([disabled]) {
        background: #3a3a3a none repeat scroll 0 0;
        border-color: #3a3a3a;
    }
    .txt-almost-black {
        color: #171717;
    }
    .txt-almost-black .bordered>span {
        border-color: #171717;
    }
    .txt-almost-black .text-tint {
        color: #454545;
    }
    .txt-almost-black .box {
        border-color: #171717;
    }
    .txt-almost-black .box *:not(a) {
        border-color: #171717;
    }
    .hi-almost-black .highlight {
        color: #171717;
    }
    .hi-almost-black .highlight.bordered>span {
        border-color: #171717;
    }
    .txt-almost-black:not(header) .alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #171717;
    }
    .txt-almost-black:not(header) .alt-link.text-tint:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #454545;
    }
    .txt-almost-black:not(header) .colored-box {
        color: #171717;
    }
    .txt-almost-black:not(header) .colored-box>a {
        color: #171717;
    }
    .txt-almost-black:not(header) .colored-box>*:not(a)>a.alt-link:not(.highlight):not(:hover):not(:focus):not(:active) {
        color: #171717;
    }
    .hi-almost-black:not(header) a:not(.btn):not(.alt-link) {
        color: #171717;
    }
    .hi-almost-black:not(header) a:hover:not(.btn):not(.alt-link),
    .hi-almost-black:not(header) a:focus:not(.btn):not(.alt-link) {
        color: #2c2c2c;
    }
    .hi-almost-black:not(header) a:active:not(.btn):not(.alt-link) {
        color: #3a3a3a;
    }
    .hi-almost-black:not(header) .alt-link:hover:not(.highlight),
    .hi-almost-black:not(header) .alt-link:focus:not(.highlight) {
        color: #171717;
    }
    .hi-almost-black:not(header) .alt-link.highlight {
        color: #171717;
    }
    .hi-almost-black:not(header) .alt-link.highlight:hover,
    .hi-almost-black:not(header) .alt-link.highlight:focus {
        color: #2c2c2c;
    }
    .hi-almost-black:not(header) .alt-link:active {
        color: #3a3a3a;
    }
    .hi-almost-black:not(header) .colored-box {
        background: #171717 none repeat scroll 0 0;
    }
    .hi-almost-black:not(header) .colored-box .highlight {
        color: #ffffff;
    }
    .hi-almost-black:not(header) .colored-box>a::after {
        background-color: #ffffff;
    }
    .hi-almost-black:not(header) .colored-box>*:not(a) a:not(.alt-link) {
        color: #a2a2a2;
    }
    .hi-almost-black:not(header) .colored-box>*:not(a) a:hover:not(.alt-link),
    .hi-almost-black:not(header) .colored-box>*:not(a) a:focus:not(.alt-link),
    .hi-almost-black:not(header) .colored-box>*:not(a) a:active:not(.alt-link) {
        color: #d1d1d1;
    }
    .hi-almost-black:not(header) .colored-box>*:not(a) a.alt-link:hover,
    .hi-almost-black:not(header) .colored-box>*:not(a) a.alt-link:focus {
        color: #a2a2a2;
    }
    .hi-almost-black:not(header) .colored-box>*:not(a) a.alt-link:active {
        color: #d1d1d1;
    }
    .hi-almost-black:not(header) .colored-box>*:not(a) a.alt-link.highlight {
        color: #a2a2a2;
    }
    .hi-almost-black:not(header) .colored-box>*:not(a) a.alt-link.highlight:hover,
    .hi-almost-black:not(header) .colored-box>*:not(a) a.alt-link.highlight:focus,
    .hi-almost-black:not(header) .colored-box>*:not(a) a.alt-link.highlight:active {
        color: #d1d1d1;
    }
    .bg-almost-black:not([class*="overlay-"]) {
        background-color: #171717;
    }
    .bg-almost-black[class*="overlay-"]::after {
        background-color: #171717;
    }
    .hi-almost-black .bg-highlight {
        background-color: #171717;
        color: #ffffff;
    }
    .hi-almost-black .border-highlight {
        border-color: #171717;
    }
    header.bg-almost-black,
    header.bg-almost-black .navbar .navbar-collapse.in {
        background: #171717 none repeat scroll 0 0;
    }
    header.txt-almost-black.header-border {
        border-bottom-color: #171717;
    }
    header.txt-almost-black.header-border .navbar-collapse.in {
        border-left-color: #171717;
    }
    header.txt-almost-black .navbar a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #171717;
    }
    header.txt-almost-black .navbar .navbar-toggle .icon-bar {
        background-color: #171717;
    }
    header.menu-txt-almost-black .navbar .navbar-collapse.in button.dismiss-navbar {
        color: #171717;
    }
    header.menu-txt-almost-black .navbar .navbar-collapse.in ul.nav li>a:not(.highlight):not(.btn):not(:hover):not(:focus):not(:active) {
        color: #171717;
    }
    header.hi-almost-black .navbar a:hover:not(.highlight):not(.btn),
    header.hi-almost-black .navbar a:focus:not(.highlight):not(.btn) {
        color: #171717;
    }
    header.hi-almost-black .navbar a:active:not(.highlight):not(.btn) {
        color: #3a3a3a;
    }
    header.hi-almost-black .navbar a.highlight:hover:not(.highlight):not(.btn),
    header.hi-almost-black .navbar a.highlight:focus:not(.highlight):not(.btn),
    header.hi-almost-black .navbar a.highlight:active:not(.highlight):not(.btn) {
        color: #171717;
    }
    header.menu-bg-almost-black .navbar .navbar-collapse.in {
        background: #171717 none repeat scroll 0 0;
    }
    header.menu-hi-almost-black .navbar .navbar-collapse.in ul.nav li>a:hover:not(.highlight):not(.btn),
    header.menu-hi-almost-black .navbar .navbar-collapse.in ul.nav li>a:focus:not(.highlight):not(.btn) {
        color: #171717;
    }
    header.menu-hi-almost-black .navbar .navbar-collapse.in ul.nav li>a:active:not(.highlight):not(.btn) {
        color: #3a3a3a;
    }
    header.menu-hi-almost-black .navbar .navbar-collapse.in ul.nav li>a.highlight:hover:not(.highlight):not(.btn),
    header.menu-hi-almost-black .navbar .navbar-collapse.in ul.nav li>a.highlight:focus:not(.highlight):not(.btn),
    header.menu-hi-almost-black .navbar .navbar-collapse.in ul.nav li>a.highlight:active:not(.highlight):not(.btn) {
        color: #171717;
    }
    html.nav-in header.menu-hi-almost-black .highlight {
        color: #171717;
    }
    footer.bg-almost-black {
        background: #171717 none repeat scroll 0 0;
    }
    footer.txt-almost-black.footer-border {
        border-top-color: #171717;
    }
    .txt-almost-black form .form-group.select-field select {
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #171717;
    }
    .txt-almost-black .colored-box form .form-group .form-control:focus {
        border-color: #171717;
    }
    .txt-almost-black .colored-box form .form-group .form-control:focus+label {
        color: #171717;
    }
    .content-4 {
        text-align: center;
    }
    .content-6 .container *+img,
    .content-6 .container *+a.img-link,
    .content-6 .container img+*,
    .content-6 .container a.img-link+* {
        margin-top: 30px;
    }
    .content-6 .container img+.row,
    .content-6 .container a.img-link+.row {
        margin-top: 30px !important;
    }
    @media (max-width: 767px) {
        .content-7 .container .col-xs-12+.col-xs-8 {
            margin-top: 30px;
        }
        .content-7 .container .col-xs-12+.col-xs-8+.col-xs-4 {
            margin-top: 30px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .content-7 .container .col-xs-12+.col-xs-8 {
            margin-top: 50px;
        }
        .content-7 .container .col-xs-12+.col-xs-8+.col-xs-4 {
            margin-top: 50px;
        }
    }
    @media (min-width: 992px) {
        .content-7 .container .col-md-2 .col-xs-12+.col-xs-12,
        .content-7 .container .col-md-2 .col-sm-12+.col-sm-12 {
            margin-top: 30px;
        }
    }
    .content-11 {
        padding: 0;
    }
    .content-11 .row {
        margin-left: 0;
        margin-right: 0;
    }
    .content-11 .row .col-md-4,
    .content-11 .row .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .content-11 .row .col-xs-10 {
        padding: 50px 0;
    }
    .content-12 .container *:not(.row)+.row,
    .content-12 .container .row+* {
        margin-top: 30px;
    }
    @media (max-width: 767px) {
        .content-12 .container *+.col-xs-6 {
            margin-top: 30px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .content-12 .container *+.col-xs-12:not([class^="col-sm-"]),
        .content-12 .container .col-xs-12:not([class^="col-sm-"]) {
            margin-top: 30px;
        }
    }
    .content-10 {
        text-align: center;
    }
    .content-10 .container .box {
        padding-top: 0;
    }
    .content-10 .container .box h1,
    .content-10 .container .box h2,
    .content-10 .container .box h3,
    .content-10 .container .box h4,
    .content-10 .container .box h5,
    .content-10 .container .box h6 {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        line-height: 260%;
    }
    .content-10 .container .box ul {
        margin-bottom: 0;
        margin-top: 20px;
        padding-left: 0;
    }
    .content-10 .container .box ul li {
        line-height: 200%;
        list-style-type: none;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .content-10 .container .col-sm-6:nth-child(n+3):not(.col-sm-offset-3) {
            margin-top: 30px;
        }
        .content-10 .container .col-sm-6.col-sm-offset-3:nth-child(n+2) {
            margin-top: 30px;
        }
    }
    .content-15 {
        padding-bottom: 0 !important;
    }
    .content-15 .container .white-box {
        border-radius: 5px 5px 0 0;
    }
    .content-15 .container .white-box h1,
    .content-15 .container .white-box h2,
    .content-15 .container .white-box h3,
    .content-15 .container .white-box h4,
    .content-15 .container .white-box h5,
    .content-15 .container .white-box h6 {
        border-bottom: 2px solid #000000;
        border-color: #000000;
        padding-bottom: 10px;
    }
    .content-21 .container .row+* {
        margin-top: 30px;
    }
    .content-21 .container img+*,
    .content-21 .container a.img-link+*,
    .content-21 .container *+img,
    .content-21 .container *+a.img-link {
        margin-top: 30px;
    }
    .content-22 {
        text-align: center;
    }
    @media (max-width: 767px) {
        .content-22 .container .col-xs-12:nth-child(n+2) {
            margin-top: 50px;
        }
        .content-22 .container .row+*,
        .content-22 .container *+.row {
            margin-top: 50px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .content-22 .container .col-sm-6:nth-child(n+3) {
            margin-top: 50px;
        }
    }
    .content-23 {
        padding: 10px 0;
        text-align: center;
    }
    .content-23 .container {
        border-collapse: initial;
    }
    .content-23 .container *+.row {
        margin-top: 0;
    }
    @media (min-width: 768px) {
        .content-23 .container *+.row .colored-box {
            border-top: 10px solid rgba(0, 0, 0, 0);
        }
    }
    @media (max-width: 767px) {
        .content-23 .container .row .colored-box {
            border-left: 10px solid rgba(0, 0, 0, 0);
            border-right: 10px solid rgba(0, 0, 0, 0);
        }
        .content-23 .container .row .col-xs-12:nth-child(n+2) {
            margin-top: 10px;
        }
        .content-23 .container .row+.row {
            margin-top: 10px;
        }
    }
    .content-26 .container .row .row+* {
        margin-top: 10px;
    }
    .content-27 .container .btn {
        margin-top: 0;
        min-width: 150px;
    }
    @media (max-width: 767px) {
        .content-30 {
            text-align: center;
        }
    }
    .content-30 .container .btn {
        margin-top: 0;
        min-width: 140px;
    }
    .landing-1 {
        text-align: center;
    }
    .landing-1 .container form+* {
        margin-top: 30px;
    }
    @media (min-width: 768px) {
        .landing-1 .container form+* {
            margin-top: 10px;
        }
    }
    .contact-1 {
        padding: 0 0 50px;
    }
    @media (min-width: 768px) {
        .contact-1 {
            padding: 0 0 80px;
        }
    }
    .contact-1 #map-canvas {
        height: 200px;
        width: 100%;
        z-index: 5;
    }
    @media (min-width: 768px) {
        .contact-1 #map-canvas {
            height: 400px;
        }
    }
    .contact-1 .container {
        margin-top: 30px;
    }
    @media (min-width: 768px) {
        .contact-1 .container {
            margin-top: 50px;
        }
    }
    .contact-1 .container .company-info>div {
        border-left: 1px solid #efefef;
        padding-bottom: 30px;
        text-align: center;
    }
    @media (max-width: 767px) {
        .contact-1 .container .company-info>div {
            border-left-width: 0;
        }
        .contact-1 .container .company-info>div:first-child {
            border-top: 1px solid #efefef;
            padding-top: 30px;
        }
    }
    .contact-1 .container .company-info>div+div {
        border-top: 1px solid #efefef;
        padding-top: 30px;
    }
    .contact-9 {
        text-align: center;
    }
    .contact-9 .img-link+* {
        margin-top: 50px;
    }
    .contact-9 #map-canvas {
        height: 200px;
        width: 100%;
        z-index: 5;
    }
    @media (min-width: 768px) {
        .contact-9 #map-canvas {
            height: 300px;
        }
    }
    .pricing-2 {
        text-align: center;
    }
    @media (min-width: 768px) {
        .pricing-2 .container [class^="col-"]+[class^="col-"] {
            border-left: 1px solid #efefef;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .pricing-2 .container .col-sm-6:nth-child(3) {
            border-left-width: 0;
        }
        .pricing-2 .container .col-sm-6:nth-child(n+3) {
            margin-top: 50px;
        }
    }
    .pricing-2 .container .plan {
        border: 1px solid #aaaaaa;
        padding: 25px 5px;
    }
    @media (min-width: 768px) {
        .pricing-2 .container .plan {
            border-width: 0;
            padding: 0;
        }
    }
    .pricing-2 .container .plan img+.plan-name {
        margin-top: 20px;
    }
    .pricing-2 .container .plan .plan-name * {
        margin-top: 0;
    }
    .pricing-2 .container .plan ul {
        margin-bottom: 0;
        margin-top: 20px;
        padding-left: 0;
    }
    .pricing-2 .container .plan ul li {
        line-height: 200%;
        list-style-type: none;
    }
    .pricing-4 {
        text-align: center;
    }
    .pricing-4 .container .plan {
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        margin-top: 30px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .pricing-4 .container .plan:first-child {
        margin-top: 0;
    }
    @media (min-width: 768px) {
        .pricing-4 .container .plan {
            border-right-width: 0;
            margin-top: 21px;
        }
        .pricing-4 .container .plan:first-child {
            margin-top: 21px;
        }
        .pricing-4 .container .plan:last-child {
            border-right-width: 1px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .pricing-4 .container .plan.col-sm-5 {
            margin-top: 0;
        }
        .pricing-4 .container .plan.col-sm-5:nth-child(2) {
            border-right-width: 1px;
        }
        .pricing-4 .container .plan.col-sm-5:nth-child(n+3) {
            margin-top: 30px;
        }
    }
    .pricing-4 .container .plan .plan-name {
        padding: 10px 0;
    }
    .pricing-4 .container .plan.popular {
        border-width: 2px;
        margin-top: 30px;
    }
    @media (min-width: 768px) {
        .pricing-4 .container .plan.popular {
            margin-top: 0;
            padding-bottom: 40px;
        }
        .pricing-4 .container .plan.popular .plan-name {
            padding: 20px 0;
        }
    }
    .pricing-4 .container .plan.popular+.plan {
        border-left-width: 1px;
    }
    @media (min-width: 768px) {
        .pricing-4 .container .plan.popular+.plan {
            border-left-width: 0;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .pricing-4 .container .plan.popular.col-sm-5 {
            border-width: 1px 0 1px 1px;
            padding-bottom: 20px;
        }
        .pricing-4 .container .plan.popular.col-sm-5+.plan {
            border-left-width: 1px;
        }
        .pricing-4 .container .plan.popular.col-sm-5 .plan-name {
            padding: 10px 0;
        }
    }
    .pricing-4 .container .plan ul {
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
    }
    .pricing-4 .container .plan ul li {
        border-bottom: 1px solid #efefef;
        line-height: 180%;
        list-style-type: none;
    }
    .pricing-4 .container .plan ul li:first-child {
        border-top: 1px solid #efefef;
    }
    .pricing-4 .container .plan .price {
        margin-bottom: 10px;
        padding: 10px 0;
    }
    .pricing-4 .container .plan .price:not(.bg-highlight) {
        background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    }
    .pricing-4 .container .plan .price p {
        line-height: 1;
        margin-bottom: 0;
    }
    .testimonial-2 {
        text-align: center;
    }
    .testimonial-2 .container .quote {
        margin-bottom: 0;
    }
    .testimonial-2 .container .quote::before {
        content: "”";
        display: block;
        font-size: 80px;
        line-height: 100%;
    }
    .testimonial-2 .container .author {
        margin-bottom: 0;
        margin-top: 0;
    }
    .testimonial-2 .container .author::before {
        content: "—";
        display: block;
        font-size: 30px;
    }
    .testimonial-5 {
        text-align: center;
    }
    @media (min-width: 768px) {
        .testimonial-5 {
            text-align: inherit;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .testimonial-5 .container .row+.row {
            margin-top: 30px;
        }
    }
    @media (min-width: 992px) {
        .testimonial-5 .container .row+.row .black-box,
        .testimonial-5 .container .row+.row .white-box {
            margin-top: -20px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .testimonial-5 .container *+.col-xs-12:not([class^="col-sm-"]) .black-box,
        .testimonial-5 .container *+.col-xs-12:not([class^="col-sm-"]) .white-box {
            margin-top: 30px;
        }
    }
    .testimonial-5 .container .author-name {
        margin-bottom: 0;
    }
    @media (max-width: 767px) {
        .testimonial-5 .container .col-xs-6+.col-xs-12 {
            margin-top: 20px;
        }
    }
    .testimonial-10 .container i.fa-twitter {
        color: #55acee;
        font-size: 120px;
    }
    .testimonial-10 .container .author::before {
        content: "—";
        display: inline-block;
        margin-right: 10px;
    }
    .testimonial-10 .container .row .col-xs-12 {
        margin-top: 0;
    }
    .testimonial-11 {
        text-align: center;
    }
    .testimonial-11 .container *+.logos,
    .testimonial-11 .container .logos+* {
        margin-top: 30px;
    }
    .testimonial-11 .container .logos img {
        display: inline-block;
        height: 40px;
        margin: 20px 30px;
    }
    .testimonial-12 {
        text-align: center;
    }
    .testimonial-12 .container *+.logos {
        margin: 30px 0 0;
    }
    @media (min-width: 768px) {
        .testimonial-12 .container *+.logos {
            margin: 50px 0 0;
        }
    }
    .testimonial-12 .container .logos img {
        display: inline-block;
        height: 35px;
        margin: 20px 40px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .landing-9 .container .col-xs-12:not([class^="col-sm-"]) {
            margin-top: 30px;
        }
    }
    .footer-2 {
        text-align: center;
    }
    .footer-2 .container div+div {
        margin-top: 30px;
    }
    .footer-2 .container ul {
        display: inline-block;
        vertical-align: middle;
    }
    @media (max-width: 991px) {
        .footer-3 {
            text-align: center;
        }
    }
    .footer-3 .container *+.row {
        margin-top: 30px;
    }
    .footer-3 .container p {
        margin-bottom: 0;
    }
    .footer-3 .container p+ul {
        margin-left: 0;
        margin-top: 15px;
    }
    @media (min-width: 992px) {
        .footer-3 .container p+ul {
            margin-left: 20px;
            margin-top: 0;
        }
    }
    @media (max-width: 991px) {
        .footer-3 .container .text-right {
            text-align: center !important;
        }
        .footer-3 .container .pull-left {
            float: none !important;
        }
        .footer-3 .container ul {
            display: inline-block;
            vertical-align: middle;
        }
        .footer-3 .container .col-xs-12:nth-child(n+2) {
            margin-top: 30px;
        }
    }
    .footer-6 {
        text-align: center;
    }
    @media (min-width: 768px) {
        .footer-6 {
            text-align: inherit;
        }
    }
    .footer-6 .container *+ul {
        margin-top: 20px;
    }
    .footer-6 .container ul li {
        float: none;
        line-height: 2;
    }
    .footer-6 .container ul li+li a {
        margin-left: 0;
    }
    .footer-6 .container .alt-link {
        text-decoration: none;
    }
    @media (max-width: 767px) {
        .footer-6 .container .col-xs-12+.col-xs-12 {
            margin-top: 30px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .footer-6 .container .col-sm-6:nth-child(n+3) {
            margin-top: 30px;
        }
    }
    *+#discount-form,
    *+#review-purchase,
    *+#dropin-braintree {
        margin-top: 20px;
    }
    div#powered-by {
        text-align: center;
    }
    .white-box+.white-box {
        margin-top: 30px;
    }
    div#review-purchase table {
        font-size: 15px;
    }
    div#review-purchase table td {
        vertical-align: top !important;
    }
    div#review-purchase table+table {
        margin-top: 20px;
    }
    div#review-purchase #reverse-taxes {
        margin-top: 20px;
    }
    div#review-purchase #order-terms {
        margin-bottom: 0;
        margin-top: 20px;
    }
    #accepted-cards {
        margin-top: 20px;
    }
    #accepted-cards img {
        margin: 6px;
    }
    div.hide-info {
        display: none;
    }
    .header-over+.fdf-block .container {
        padding-top: 40px !important;
    }
    form.loading {
        position: relative;
    }
    form.loading::before {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    form.loading::after {
        color: #ffffff;
        content: "Please Wait. Loading ...";
        font-size: 30px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        z-index: 2;
    }
    div#devise {
        background: #ffffff none repeat scroll 0 0;
        left: 0;
        min-height: 100%;
        padding: 80px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
    }
    @media screen and (max-width: 991px) {
        div#devise {
            padding: 0;
        }
    }
    div#devise a#devise-close {
        color: #999999;
        font-size: 60px;
        font-weight: 300;
        line-height: 0;
        position: absolute;
        right: 30px;
        text-decoration: none;
        top: 30px;
        transition: color 0.2s ease 0s;
        z-index: 3001;
    }
    div#devise a#devise-close:hover {
        color: #474747;
    }
    div#devise form {
        margin: 50px auto auto;
        width: 60%;
    }
    @media screen and (max-width: 991px) {
        div#devise form {
            width: 90%;
        }
    }
    #domain-key-table {
        width: 70%;
    }
    #domain-key-table .form-control {
        display: inline-block;
        width: 40%;
    }
    #domain-key-table .r-btn {
        height: 34px;
        padding-bottom: 4px;
        padding-top: 4px;
    }
    table {
        margin-top: 20px;
    }
    table td,
    table th {
        text-align: left;
        vertical-align: middle !important;
    }
    .header-over+.fdf-block>.container {
        padding-top: 40px !important;
    }
    .froala-index-cover {
        background-image: url("/assets/froala/pages/city.svg");
        padding: 100px 0;
    }
    @media (min-width: 768px) {
        .froala-index-cover {
            padding: 200px 0;
        }
    }
    .froala-index-cover h1 {
        margin-top: 50px;
    }
    .testimonial-12 .container .logos img {
        height: 30px;
        margin: 20px 35px;
    }
    #froala-pricing-cover {
        background-image: url("/assets/froala/pages/pricing.jpg");
    }
    .careers-cover {
        background-image: url("/assets/froala/pages/careers.jpg");
    }
    form#new_question {
        width: 60%;
    }
    @media screen and (max-width: 991px) {
        form#new_question {
            width: 90%;
        }
    }
    .accepted-methods img {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #faq-page .panel-group .panel+.panel {
        margin-top: 5px;
    }
    #faq-page .panel-group .panel h4 a {
        display: block;
        padding: 10px;
        text-decoration: none;
    }
    #faq-page .panel-group .panel .collapsing {
        height: 0;
        overflow: hidden;
        position: relative;
        transition: height 0.35s ease 0s, visibility 0.35s ease 0s;
    }
    #faq-page .panel-group .panel .panel-collapse.collapse {
        display: none;
    }
    #faq-page .panel-group .panel .panel-collapse.collapse.in {
        display: block;
    }
    #faq-page .panel-group .panel .panel-body {
        background: #ffffff none repeat scroll 0 0;
        padding: 10px;
    }
    #faq-page .panel-group .panel.panel-default {
        border: medium none;
        border-radius: 2px;
        box-shadow: none;
    }
    #faq-page .panel-group .panel.panel-default>.panel-heading {
        background: #efefef none repeat scroll 0 0;
        border: medium none;
        border-radius: 2px;
    }
    #faq-page .panel-group .panel.panel-default>.panel-heading h4 {
        font-size: inherit;
    }
    #faq-page .panel-group .panel.panel-default>.panel-heading h4 a {
        text-decoration: none;
    }
    #faq-page .panel-group .panel.panel-default>.panel-heading+.panel-collapse .panel-body {
        border-radius: 2px;
    }
    form span#vat-country {
        display: none;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        left: 0;
        position: absolute;
        top: 5px;
    }
    form span#vat-country.is-eu {
        display: inline-block;
    }
    form span#vat-country.is-eu+input {
        padding-left: 30px;
    }
    body {
        font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    html.turbolinks-progress-bar::before {
        background-color: #2c82c9 !important;
        height: 5px !important;
    }
    #cookie-disclaimer {
        display: none;
    }
    @media (min-width: 992px) {
        #cookie-disclaimer {
            background: #ffffff none repeat scroll 0 0;
            border-top: 1px solid #efefef;
            bottom: 0;
            color: #28324e;
            display: block;
            left: 20px;
            padding: 10px 20px;
            position: fixed;
            right: 20px;
            text-align: center;
            z-index: 3000;
        }
        #cookie-disclaimer a {
            margin-top: 0;
        }
        #cookie-disclaimer p {
            display: inline-block;
            margin-bottom: 0;
        }
        #cookie-disclaimer a.btn.f-btn {
            margin-left: 20px;
        }
    }
    header nav.navbar .brand img {
        padding: 10px 0;
    }
    .alert {
        border-radius: 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        margin: 10px 0 20px;
        position: relative;
        text-shadow: none;
    }
    .alert.fade {
        opacity: 0;
        transition: opacity 0.25s ease-in 0s;
    }
    .alert.fade.fade.in {
        opacity: 1;
    }
    .alert button.close {
        float: right;
        font-size: 26px;
        position: relative;
        top: -10px;
    }
    .alert ul {
        padding-left: 15px;
    }
    .alert button.close>span {
        line-height: 1;
    }
    .alert-error {
        color: #b8312f;
    }
    .alert-alert {
        color: #b94a48;
    }
    .alert-notice {
        color: #468847;
    }
    .page-container {
        background-color: #efefef;
        min-height: 400px;
        padding: 10px 0;
    }
    .tooltip {
        z-index: 50000;
    }
    table {
        font-size: 14px;
        /*width: 100%;*/
    }
    table th,
    table td {
        padding: 2px 5px;
        vertical-align: middle;
    }
    table thead tr {
        border-bottom: 2px solid #252525;
        font-weight: bold;
    }
    table tbody tr:hover {
        background: #efefef none repeat scroll 0 0;
    }
    table tbody tr+tr {
        border-top: 1px solid #efefef;
    }
    a.a-check-box {
        color: #000000;
    }
    a.a-check-box:hover {
        color: #0098f7;
    }
    pre.prettyprint {
        background: #f5f5f5 none repeat scroll 0 0;
        border-color: #cccccc;
        border-radius: 0;
        font-size: 14px;
        line-height: 1.4;
    }
    .froala-popup.froala-image-popup div.f-popup-line.drop-upload form,
    .froala-popup.froala-file-popup div.f-popup-line.drop-upload form {
        margin-top: 0;
    }
    .title-left-border {
        border-left: 3px solid #0098f7;
        margin-bottom: 15px;
        padding-left: 10px;
    }
    .title-left-border~.row {
        margin-left: 0;
        margin-top: 30px !important;
    }
    :not(.data-list)+*>.title-left-border {
        margin-top: 50px;
    }
    :not(.data-list)+*>.title-left-border+p.info {
        margin-top: 50px !important;
    }
    @media (min-width: 768px) {
        .menu-right-border {
            border-right: 1px solid #efefef;
        }
    }
    .border-left-column {
        border-left: 1px solid #efefef;
    }
    .border-right-column {
        border-right: 1px solid #efefef;
    }
    .simple-left-menu-wrapper {
        max-height: 2000px;
        min-height: 150px;
        overflow: auto;
        position: relative;
    }
    @media (min-width: 992px) {
        .simple-left-menu-wrapper.sticky {
            position: fixed;
            top: 80px;
        }
        .simple-left-menu-wrapper.sticky ul.simple-left-menu li:last-child::after {
            left: 0;
        }
    }
    .simple-left-menu-wrapper ul.simple-left-menu {
        line-height: 2;
        list-style: outside none none;
        margin: 0 0 15px;
        padding-left: 15px;
    }
    .simple-left-menu-wrapper ul.simple-left-menu>li.active:not(.menu-group)>a,
    .simple-left-menu-wrapper ul.simple-left-menu li.menu-group li.active>a {
        color: #0098f7;
    }
    .simple-left-menu-wrapper ul.simple-left-menu.spy-menu-links>li:last-child:not(.menu-group):not(.not-active)::after {
        background: #0098f7 none repeat scroll 0 0;
        content: "";
        height: 32px;
        left: 0;
        position: absolute;
        transition: transform 0.2s ease 0s;
        width: 2px;
    }
    .simple-left-menu-wrapper ul.simple-left-menu>li.bottom-border-item {
        border-bottom: 1px solid #efefef;
    }
    .simple-left-menu-wrapper ul.simple-left-menu>li.menu-title {
        opacity: 0.5;
    }
    .simple-left-menu-wrapper ul.simple-left-menu>li+.menu-title {
        margin-top: 15px;
    }
    .simple-left-menu-wrapper ul.simple-left-menu>li a:focus,
    .simple-left-menu-wrapper ul.simple-left-menu>li a:active,
    .simple-left-menu-wrapper ul.simple-left-menu>li a:visited {
        text-decoration: none;
    }
    .simple-left-menu-wrapper ul.simple-left-menu>li a:hover {
        text-decoration: none;
    }
    .simple-left-menu-wrapper ul.simple-left-menu>li:not(.active) a {
        color: #000000;
    }
    .simple-left-menu-wrapper ul.simple-left-menu>li:not(.active) a:focus,
    .simple-left-menu-wrapper ul.simple-left-menu>li:not(.active) a:active,
    .simple-left-menu-wrapper ul.simple-left-menu>li:not(.active) a:visited {
        color: #000000;
    }
    .simple-left-menu-wrapper ul.simple-left-menu>li:not(.active) a:hover {
        color: #0098f7 !important;
    }
    .simple-left-menu-wrapper ul.simple-left-menu>li.collapsable {
        cursor: pointer;
    }
    .simple-left-menu-wrapper ul.simple-left-menu>li.menu-group>a {
        color: #000000;
        display: block;
        position: relative;
        z-index: 2;
    }
    .simple-left-menu-wrapper ul.simple-left-menu>li.menu-group>ul {
        list-style: outside none none;
        max-height: 1000px;
        overflow: hidden;
        padding-left: 30px;
        position: relative;
        transition: max-height 0.2s ease 0s;
        z-index: 1;
    }
    .simple-left-menu-wrapper ul.simple-left-menu>li.menu-group.collapsed>ul {
        max-height: 0;
    }
    .anchor::before {
        content: " ";
        display: block;
        height: 60px;
        margin-top: -60px;
        visibility: hidden;
    }