﻿@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("../font/font-awesome/fontawesome-webfont.eot?v=4.7.0");
    src: url("../font/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../font/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../font/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../font/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../font/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 1rem/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.3333333333em;
    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 {
    width: 1.2857142857em;
    text-align: center;
}

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

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

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

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

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

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

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

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

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


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    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 {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

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

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

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

.fa-inverse {
    color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.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-pp: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-resistance: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: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: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

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

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

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

.fa-stop-circle:before {
    content: "";
}

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

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

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

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

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

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

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

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

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

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.fa-stroke {
    color: white;
    text-shadow: -1px -1px 0 #6183C2, 1px -1px 0 #6183C2, -1px 1px 0 #6183C2, 1px 1px 0 #6183C2;
}

@font-face {
    src: url("../font/roboto/Thin/Roboto-Thin.eot");
    src: url("../font/roboto/Thin/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Thin/Roboto-Thin.woff") format("woff"), url("../font/roboto/Thin/Roboto-Thin.ttf") format("truetype"), url("../font/roboto/Thin/Roboto-Thin.svg#../font/roboto/Thin/Roboto-Thin") format("svg");
    font-family: "Roboto";
    font-weight: 100;
    font-style: normal;
}

@font-face {
    src: url("../font/roboto/ThinItalic/Roboto-ThinItalic.eot");
    src: url("../font/roboto/ThinItalic/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../font/roboto/ThinItalic/Roboto-ThinItalic.woff") format("woff"), url("../font/roboto/ThinItalic/Roboto-ThinItalic.ttf") format("truetype"), url("../font/roboto/ThinItalic/Roboto-ThinItalic.svg#../font/roboto/ThinItalic/Roboto-ThinItalic") format("svg");
    font-family: "Roboto";
    font-weight: 100;
    font-style: italic;
}

@font-face {
    src: url("../font/roboto/Light/Roboto-Light.eot");
    src: url("../font/roboto/Light/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Light/Roboto-Light.woff") format("woff"), url("../font/roboto/Light/Roboto-Light.ttf") format("truetype"), url("../font/roboto/Light/Roboto-Light.svg#../font/roboto/Light/Roboto-Light") format("svg");
    font-family: "Roboto";
    font-weight: 300;
    font-style: normal;
}

@font-face {
    src: url("../font/roboto/LightItalic/Roboto-LightItalic.eot");
    src: url("../font/roboto/LightItalic/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../font/roboto/LightItalic/Roboto-LightItalic.woff") format("woff"), url("../font/roboto/LightItalic/Roboto-LightItalic.ttf") format("truetype"), url("../font/roboto/LightItalic/Roboto-LightItalic.svg#../font/roboto/LightItalic/Roboto-LightItalic") format("svg");
    font-family: "Roboto";
    font-weight: 300;
    font-style: italic;
}

@font-face {
    src: url("../font/roboto/Regular/Roboto-Regular.eot");
    src: url("../font/roboto/Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Regular/Roboto-Regular.woff") format("woff"), url("../font/roboto/Regular/Roboto-Regular.ttf") format("truetype"), url("../font/roboto/Regular/Roboto-Regular.svg#../font/roboto/Regular/Roboto-Regular") format("svg");
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
}

@font-face {
    src: url("../font/roboto/Italic/Roboto-Italic.eot");
    src: url("../font/roboto/Italic/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Italic/Roboto-Italic.woff") format("woff"), url("../font/roboto/Italic/Roboto-Italic.ttf") format("truetype"), url("../font/roboto/Italic/Roboto-Italic.svg#../font/roboto/Italic/Roboto-Italic") format("svg");
    font-family: "Roboto";
    font-weight: 400;
    font-style: italic;
}

@font-face {
    src: url("../font/roboto/Medium/Roboto-Medium.eot");
    src: url("../font/roboto/Medium/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Medium/Roboto-Medium.woff") format("woff"), url("../font/roboto/Medium/Roboto-Medium.ttf") format("truetype"), url("../font/roboto/Medium/Roboto-Medium.svg#../font/roboto/Medium/Roboto-Medium") format("svg");
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
}

@font-face {
    src: url("../font/roboto/MediumItalic/Roboto-MediumItalic.eot");
    src: url("../font/roboto/MediumItalic/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../font/roboto/MediumItalic/Roboto-MediumItalic.woff") format("woff"), url("../font/roboto/MediumItalic/Roboto-MediumItalic.ttf") format("truetype"), url("../font/roboto/MediumItalic/Roboto-MediumItalic.svg#../font/roboto/MediumItalic/Roboto-MediumItalic") format("svg");
    font-family: "Roboto";
    font-weight: 500;
    font-style: italic;
}

@font-face {
    src: url("../font/roboto/Bold/Roboto-Bold.eot");
    src: url("../font/roboto/Bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Bold/Roboto-Bold.woff") format("woff"), url("../font/roboto/Bold/Roboto-Bold.ttf") format("truetype"), url("../font/roboto/Bold/Roboto-Bold.svg#../font/roboto/Bold/Roboto-Bold") format("svg");
    font-family: "Roboto";
    font-weight: 700;
    font-style: normal;
}

@font-face {
    src: url("../font/roboto/BoldItalic/Roboto-BoldItalic.eot");
    src: url("../font/roboto/BoldItalic/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/roboto/BoldItalic/Roboto-BoldItalic.woff") format("woff"), url("../font/roboto/BoldItalic/Roboto-BoldItalic.ttf") format("truetype"), url("../font/roboto/BoldItalic/Roboto-BoldItalic.svg#../font/roboto/BoldItalic/Roboto-BoldItalic") format("svg");
    font-family: "Roboto";
    font-weight: 700;
    font-style: italic;
}

@font-face {
    src: url("../font/roboto/Black/Roboto-Black.eot");
    src: url("../font/roboto/Black/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Black/Roboto-Black.woff") format("woff"), url("../font/roboto/Black/Roboto-Black.ttf") format("truetype"), url("../font/roboto/Black/Roboto-Black.svg#../font/roboto/Black/Roboto-Black") format("svg");
    font-family: "Roboto";
    font-weight: 900;
    font-style: normal;
}

@font-face {
    src: url("../font/roboto/BlackItalic/Roboto-BlackItalic.eot");
    src: url("../font/roboto/BlackItalic/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../font/roboto/BlackItalic/Roboto-BlackItalic.woff") format("woff"), url("../font/roboto/BlackItalic/Roboto-BlackItalic.ttf") format("truetype"), url("../font/roboto/BlackItalic/Roboto-BlackItalic.svg#../font/roboto/BlackItalic/Roboto-BlackItalic") format("svg");
    font-family: "Roboto";
    font-weight: 900;
    font-style: italic;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}

html {
    font-size: 14px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-size: 1rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-weight: 400;
    line-height: 1.5;
    background-color: #F3F2F3;
    color: #3F4144;
}

.l-header__logo img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a {
    color: #F6871F;
    text-decoration: underline;
}

a:hover {
    color: #d96e09;
}

label {
    display: inline-block;
    margin-bottom: 0.25rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

::-webkit-search-decoration {
    display: none;
}

ul,
ol,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

table {
    border-collapse: collapse;
    /*background-color: #FFF;*/
}

th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    margin-bottom: 0.75rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #7D7F83;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.l-header {
    position: relative;
    display: flex;
    flex: 1 0;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-color: #FFF;
}

.l-header .c-container {
    position: relative;
    display: flex;
    /*flex: 1 0;*/
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.l-header__logo {
    position: relative;
    display: block;
    flex: none;
    padding: 0.5rem 0;
    max-width: 10rem;
}

.l-header__time {
    position: relative;
    display: block;
    flex: none;
    color: #1868B3;
}

.l-header__actions {
    position: relative;
    display: block;
    flex: none;
}

.l-nav {
    position: relative;
    display: flex;
    flex: 1 0;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
}

.l-nav--tabs {
    border-bottom: 1px solid #ddd;
}

.l-nav-bar .l-nav--tabs {
    border-bottom: none;
}

.l-nav__item+.l-nav__item {
    margin-left: 0.5rem;
}

.l-nav--tabs .l-nav__item {
    margin-bottom: -1px;
}

.l-nav__link {
    display: block;
    padding: 0.5em;
    text-decoration: none;
}

.l-nav__link--icon {
    color: red;
}

.l-nav__link--icon>.fa:first-child {
    margin-right: 0.5em;
}

.l-nav__link--icon>.fa:last-child {
    margin-left: 0.5em;
}

.l-nav--tabs .l-nav__link {
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}

.l-nav--tabs .l-nav__link.is-active {
    color: #55595c;
    background-color: #F3F2F3;
    border-color: #ddd #ddd transparent;
    font-weight: 400;
}

.c-panel .l-nav--tabs .l-nav__link {
    color: #FFF;
}

.c-panel .l-nav--tabs .l-nav__link.is-active {
    color: #286CB0;
    background-color: #FFF;
}

.js-tab-body {
    display: none;
}

.js-tab-body.is-active {
    display: block;
}

.l-nav-bar .l-nav__link {
    color: #FFF;
}

.l-nav-bar {
    position: relative;
    display: flex;
    flex: 1 0;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: .3rem 1rem;
    background-color: #1051A3;
}

.l-nav-bar--shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.15);
}

.l-nav-bar__item {
    position: relative;
    display: block;
    flex: none;
    color: #FFF;
}

.l-nav-bar__item--bottom {
    margin-bottom: -.8rem;
}

.l-nav-bar__item--tabs {
    position: relative;
    top: .5rem;
}

.c-panel .l-nav-bar {
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -.5rem;
    margin-bottom: -.5rem;
}

.l-nav-bar label {
    color: #FFF;
}

.l-block-frame {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 100vh;
    flex: 1 0;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
}

.l-block-frame--vertical {
    flex-direction: column;
}

.l-block-frame--align-right {
    justify-content: flex-end;
}

.l-block-frame--align-center {
    justify-content: center;
}

.l-block-frame--align-justify {
    justify-content: space-between;
}

.l-block-frame--align-spaced {
    justify-content: space-around;
}

.l-block {
    position: relative;
    display: flex;
    flex: 1 0;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
}

.l-block--vertical {
    flex-direction: column;
}

.l-block--align-right {
    justify-content: flex-end;
}

.l-block--align-center {
    justify-content: center;
}

.l-block--align-justify {
    justify-content: space-between;
}

.l-block--align-spaced {
    justify-content: space-around;
}

.l-block--shrink {
    flex: none;
}

.l-block--size-1 {
    flex: 0 0 8.3333333333%;
}

.l-block--size-2 {
    flex: 0 0 16.6666666667%;
}

.l-block--size-3 {
    flex: 0 0 25%;
}

.l-block--size-4 {
    flex: 0 0 33.3333333333%;
}

.l-block--size-5 {
    flex: 0 0 41.6666666667%;
}

.l-block--size-6 {
    flex: 0 0 50%;
}

.l-block--size-7 {
    flex: 0 0 58.3333333333%;
}

.l-block--size-8 {
    flex: 0 0 66.6666666667%;
}

.l-block--size-9 {
    flex: 0 0 75%;
}

.l-block--size-10 {
    flex: 0 0 83.3333333333%;
}

.l-block--size-11 {
    flex: 0 0 91.6666666667%;
}

.l-block--size-12 {
    flex: 0 0 100%;
}

.l-block-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    flex: 1 0;
}

.l-block-content--shrink {
    flex: none;
}

.l-block-content--collapsed {
    padding-left: 0;
    padding-right: 0;
}

.l-page__header {
    position: relative;
    display: flex;
    flex: 1 0;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 1.0rem 0;
}

.l-page__header__title {
    position: relative;
    display: block;
    flex: none;
    margin: 0;
}

.l-page__header__actions {
    position: relative;
    display: block;
    flex: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.content-first,
.l-page__section+.l-page__section {
    margin-top: 1.5rem;
}

.l-form--inline {
    position: relative;
    display: flex;
    flex: 1 0;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.l-form__group {
    margin-bottom: 1rem;
}

.l-form--inline .l-form__group {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0;
}

.l-form--inline .l-form__group label {
    margin-bottom: 0;
    margin-right: 0.75rem;
}

.l-form--inline .l-form__group+.l-form__group {
    margin-left: 1rem;
}

.l-list--unstyled {
    padding-left: 0;
    list-style: none;
}

.l-list--inline {
    padding-left: 0;
    list-style: none;
}

.l-list--inline>li {
    display: inline-block;
}

.l-list--spaced>li+li {
    margin-top: .5em;
}

.c-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    text-decoration: none;
}

.c-btn[disabled],
.c-btn.is-disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.c-btn .fa:last-child {
    margin-left: .5rem;
}

.c-btn--primary {
    color: #FFF;
    background-color: #F6871F;
}

.c-btn--primary:hover,
.ButtonBig:hover {
    color: #FFF;
    background-color: #d96e09;
    border-color: #cf6908;
}

.c-btn--primary:focus,
.c-btn--primary.is-focus,
.ButtonBig:focus {
    color: #FFF;
    background-color: #d96e09;
    border-color: #cf6908;
}

.c-btn--primary:active,
.c-btn--primary.is-active,
.ButtonBig:active {
    color: #FFF;
    background-color: #d96e09;
    border-color: #cf6908;
}

.c-btn--primary[disabled],
.c-btn--primary.is-disabled,
.ButtonBig[disabled] {
    /*background-color: #F6871F;
    border-color: #F6871F;*/
    background-color: #c08955;
    border-color: #c08955;
    color: #EEE;
}

.c-panel {
    overflow: hidden;
    margin-bottom: 1rem;
    border: 0 solid;
    border-color: transparent;
    background-color: #FFF;
    border-radius: 0.25rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.legacy {
    margin-top: 1rem;
}

.c-panel__header {
    background-color: #1051A3;
    padding: 0.7rem 1.0rem;
}

.legacy .c-panel__header {
    padding: 0.75rem 1rem;
}

.legacy .c-table th {
    font-weight: bolder;
}

.legacy .c-table td {
    font-size: 0.8em;
}

.c-panel__title {
    margin: 0;
    font-weight: normal;
    color: #FFF;
}

.c-panel__body {
    padding: 1.0rem;
}

.legacy .c-panel__body {
    padding: 1rem;
}

.c-panel__body p:first-child:last-child {
    margin: 0;
}

.c-form-control {
    display: block;
    max-width: 100%;
    padding: 0.5rem 0.75rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #FFF;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.c-form-control::placeholder {
    color: #999;
    opacity: 1;
}

.c-form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.c-form-control:focus {
    color: #55595c;
    background-color: #FFF;
    border-color: #66afe9;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.c-form-control:disable,
.c-form-control[readonly] {
    background-color: #F3F2F3;
    opacity: 1;
}

.c-form-control:disabled {
    cursor: not-allowed;
}

select.c-form-control {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: calc(2.5rem - 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    color: #55595c;
    vertical-align: middle;
    background: #FFF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.c-form-control--search {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23949494' d='M5.4,3.4c0-0.5-0.2-1-0.6-1.4C4.4,1.6,4,1.4,3.4,1.4S2.4,1.6,2,2S1.4,2.9,1.4,3.4s0.2,1,0.6,1.4 s0.9,0.6,1.4,0.6s1-0.2,1.4-0.6C5.2,4.4,5.4,4,5.4,3.4z M7.7,7.1c0,0.2-0.1,0.3-0.2,0.4S7.3,7.7,7.1,7.7C7,7.7,6.8,7.6,6.7,7.5 L5.2,6C4.7,6.4,4.1,6.6,3.4,6.6C3,6.6,2.6,6.5,2.2,6.3c-0.4-0.2-0.7-0.4-1-0.7S0.7,5,0.6,4.6S0.3,3.9,0.3,3.4s0.1-0.8,0.2-1.2 s0.4-0.7,0.7-1s0.6-0.5,1-0.7S3,0.3,3.4,0.3s0.8,0.1,1.2,0.2s0.7,0.4,1,0.7s0.5,0.6,0.7,1C6.5,2.6,6.6,3,6.6,3.4 c0,0.7-0.2,1.2-0.5,1.8l1.5,1.5C7.6,6.8,7.7,7,7.7,7.1z'/%3E%3C/svg%3E");
    background-position: center right 0.625rem;
    background-size: 1.25rem 1.25rem;
}

.c-form-control--success {
    border-color: #5cb85c;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: center right 0.625rem;
    background-size: 1.25rem 1.25rem;
}

.c-form-control--error {
    border-color: #d9534f;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-position: center right 0.625rem;
    background-size: 1.25rem 1.25rem;
}

.c-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.c-table th,
.c-table td {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.c-table--condensed th,
.c-table--condensed td {
    padding: 0.3rem;
}

.c-table thead th {
    font-weight: 400;
    vertical-align: bottom;
    border-top: none;
    border-bottom-width: 2px;
}

.c-table--striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.c-table--bordered {
    border: 1px solid #eceeef;
}

.c-table__row--error {
    background-color: #f2dede;
}

.c-table__row--warning {
    background-color: #fcf8e3;
}

.c-footer {
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #CDCCCD;
    color: #747474;
}

.c-drop-down {
    position: relative;
    text-decoration: none;
    color: inherit;
}

.c-drop-down:after {
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    content: "";
    display: inline-block;
    font: normal normal normal 1rem/1rem FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-drop-down.is-open:after {
    content: "";
}

.c-drop-down__menu {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.12);
    visibility: hidden;
    opacity: 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.75rem 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    background-color: #ffffff;
    transition: visibility .3s, opacity .3s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    z-index: 100;
}

.c-drop-down__menu:after {
    border: solid transparent;
    border-width: 0.75rem;
    border-bottom-color: #ffffff;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -0.75rem;
    margin-top: -1.425rem;
    pointer-events: none;
}

.c-drop-down__menu:before {
    border: solid transparent;
    border-width: calc(0.75rem + 1px);
    border-bottom-color: rgba(0, 0, 0, 0.12);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: calc((0.75rem + 1px)*-1);
    margin-top: calc(((0.75rem*2) + 2px)*-1);
    pointer-events: none;
}

.is-open+.c-drop-down__menu {
    visibility: visible;
    opacity: 1;
}

.c-drop-down__menu-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-decoration: none;
}

.c-drop-down__menu-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}

.c-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 2rem;
}

@media (min-width: 62rem) {
    .c-container {
        max-width: 85rem;
    }
}

.c-avatar {
    display: block;
    position: relative;
    text-align: right;
    margin-top: 1em;
}

.c-avatar__image {
    position: relative;
    display: inline-block;
    width: 3rem;
}

.c-avatar__image>img {
    border-radius: 50%;
}

.c-avatar__name {
    font-weight: 400;
    margin-left: 1rem;
}

.c-avatar__status {
    position: absolute;
    bottom: 0;
    left: 3rem;
    margin-left: -1rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #59B141;
    border-radius: 50%;
    border: 0.25rem solid white;
}

.c-icon-badge {
    display: inline-block;
    position: relative;
}

.c-icon-badge__badge {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.1rem;
    margin-top: -0.1rem;
    background-color: gray;
    border-radius: 50%;
    box-shadow: 0 0 0 1px white;
}

.c-icon-badge__badge--success {
    background-color: #D74B4B;
}

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

.u-hard {
    padding: 0 !important;
}

.u-hard--left {
    padding-left: 0 !important;
}

.u-hard--right {
    padding-right: 0 !important;
}

.u-hard--bottom {
    padding-bottom: 0 !important;
}

.u-hard--top {
    padding-top: 0 !important;
}

.u-flush {
    margin: 0 !important;
}

.u-flush--left {
    margin-left: 0 !important;
}

.u-flush--right {
    margin-right: 0 !important;
}

.u-flush--bottom {
    margin-bottom: 0 !important;
}

.u-flush--top {
    margin-top: 0 !important;
}

.u-push {
    margin: 1rem !important;
}

.u-push--large {
    margin: 1.5rem !important;
}

.u-push--left {
    margin-left: 1rem !important;
}

.u-push--left-large {
    margin-left: 1.5rem !important;
}

.u-push--right {
    margin-right: 1rem !important;
}

.u-push--right-large {
    margin-right: 1.5rem !important;
}

.u-push--bottom {
    margin-bottom: 1rem !important;
}

.u-push--bottom-large {
    margin-bottom: 1.5rem !important;
}

.u-push--top {
    margin-top: 1rem !important;
}

.u-push--top-large {
    margin-top: 1.5rem !important;
}


/* LEGACY CSS */

.TableData {
    /*font-size: 11px;
	font-weight: bold;*/
    color: black;
    padding: .3em .6em;
}

.TableDataSmall {
    font-size: 0.8rem;
    /*font-size: 11px;	
	font-weight: bold;*/
    color: black;
}

.TableBorder {
    border-top-color: black;
    border-top-style: solid;
    border-top-width: thin;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-left-color: white;
    border-left-style: solid;
    border-left-width: thin;
    border-right-color: white;
    border-right-style: solid;
    border-right-width: thin;
}

.TableForm {
    border-top-color: Black;
    border-top-style: solid;
    border-top-width: thin;
    border-bottom-color: Black;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-left-color: Black;
    border-left-style: solid;
    border-left-width: thin;
    border-right-color: Black;
    border-right-style: solid;
    border-right-width: thin;
    background-color: white;
}

.Bullet {
    list-style-image: url('../images/bullet.gif');
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.Header {
    height: 80px;
    background-position: left center;
    background-image: url('../images/MFW_NewLogo.jpg');
    background-repeat: no-repeat;
    background-color: White;
    width: 60rem;
    display: block;
}

.HeaderWide {
    height: 124px;
    background-position: center center;
    background-image: url('../images/MFW_NewLogo.jpg');
    background-repeat: no-repeat;
    background-color: White;
}

.HeaderSeperator {
    background-image: url('../images/headerseperator.jpg');
    background-repeat: repeat-x;
    height: 5px;
}


/*.ButtonBig[disabled]
{
	color: grey;
}*/

.ButtonBig {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    text-decoration: none;
    color: #FFF;
    background-color: #F6871F;
}

.ButtonSmall[disabled] {
    color: grey;
}

.ButtonSmall {
    font-size: 0.8rem;
}

.LabelLeft {
    text-align: left;
    /*font-size: 10px;
	font-weight: bold;
	color: black;*/
}

.LabelRight {
    text-align: right;
    /*font-size: 10px;
	font-weight: bold;
	color: black;*/
}

.SectionHeader {
    background-color: #1051A3;
    color: White;
    font-size: 14px;
    padding: 0.5em;
}

A.StandardLink:Link {
    /*color: black;
	font-size: 10px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
	text-decoration: none;	*/
}

A.StandardLink:Visited {
    /*color: black;
	font-size: 10px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
	text-decoration: none;	*/
}

A.StandardLink:Hover {
    /*color: #FF8700;
	font-size: 10px;
	text-decoration: none;*/
}

A.StandardLink:Active {
    /*color: #FF8700;
	font-size: 10px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
	text-decoration: none;*/
}

A.WebSectionLink:Link {
    /*color: black;
	font-size: 11px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
	font-weight: bold;
	text-decoration: none;	
	background-image: url('../images/WebSectionLink.gif');
	background-repeat: no-repeat;		
	background-position: left;	
	padding-left: 15px;	*/
}

A.WebSectionLink:Visited {
    /*color: black;
	font-size: 11px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;	
	font-weight: bold;
	text-decoration: none;
	background-image: url('../images/WebSectionLink.gif');
	background-repeat: no-repeat;		
	background-position: left;	
	padding-left: 15px;	*/
}

A.WebSectionLink:Hover {
    /*color: #FF8700;
	font-size: 11px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
	font-weight: bold;
	text-decoration: none;
	background-image: url('../images/WebSectionLinkHover.gif');
	background-repeat: no-repeat;		
	background-position: left;	
	padding-left: 15px;	*/
}

A.WebSectionLink:Active {
    color: #FF8700;
    font-size: 11px;
    /*	font-family: Verdana, Arial, Sans-Serif;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-weight: bold;
    text-decoration: none;
    background-image: url('../images/WebSectionLinkHover.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

A.StandardLinkVisited:Link {
    color: black;
    font-size: 11px;
    /*	font-family: Verdana, Arial, Sans-Serif;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-weight: bold;
    text-decoration: none;
}

A.StandardLinkVisited:Visited {
    color: black;
    font-size: 11px;
    /*	font-family: Verdana, Arial, Sans-Serif;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-weight: bold;
    text-decoration: none;
}

A.StandardLinkVisited:Hover {
    color: #FF8700;
    font-size: 11px;
    /*	font-family: Verdana, Arial, Sans-Serif;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-weight: bold;
    text-decoration: none;
}

A.StandardLinkVisited:Active {
    color: #FF8700;
    font-size: 11px;
    /*	font-family: Verdana, Arial, Sans-Serif;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-weight: bold;
    text-decoration: none;
}

A.AlertLink:Link {
    color: #ff0000;
    font-size: 11px;
    /*	font-family: Verdana, Arial, Sans-Serif;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    text-decoration: none;
}

A.AlertLink:Visited {
    color: #ff0000;
    font-size: 11px;
    /*	font-family: Verdana, Arial, Sans-Serif;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    text-decoration: none;
    font-weight: bold;
}

A.AlertLink:Hover {
    color: white;
    font-size: 11px;
    /*	font-family: Verdana, Arial, Sans-Serif;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    text-decoration: none;
}

A.AlertLink:Active {
    color: white;
    font-size: 11px;
    text-decoration: none;
}

.StandardTextbox {
    font-size: 11px;
}

.ErrorTextbox {
    font-size: 11px;
    background-color: Yellow;
}

.ColumnHeader {
    font-weight: 400;
    font-size: 0.9rem;
    text-align: left;
    padding: .5em 1em;
    /*font-size: 11px;
	font-weight: bold;
	color:black;*/
}

.HeadingCell .ColumnHeader {
    padding: 0;
}

.RequiredField {
    color: Red;
    font-size: 0.8rem;
    font-weight: bold;
}

.TablePageHeader {
    background-color: White;
}

.StandardSelectList {
    font-size: 11px;
}

.GridRow {
    background-color: #e8eff6;
}

.GridTable {
    background-color: white;
}

.GridRowAlternate {
    background-color: White;
}

A.ColumnHeaderLink:Link {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    font-style: italic;
    text-decoration: none;
    color: black;
}

A.ColumnHeaderLink:Visited {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    font-style: italic;
    text-decoration: none;
    color: #FF8700;
}

A.ColumnHeaderLink:Hover {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    font-style: italic;
    text-decoration: underline;
    color: #FF8700;
}

A.ColumnHeaderLink:Active {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    font-style: italic;
    text-decoration: underline;
    color: #FF8700;
}

.TableMouseOver {
    background: #FF8700;
    color: blue;
    border: ridge thin black;
}

.TableMouseOut {
    background: white;
    color: white;
    border: solid thin black;
}

.SectionTable {
    overflow: hidden;
    margin-bottom: 1rem;
    border: 0 solid;
    border-color: transparent;
    background-color: #FFF;
    border-radius: 0.25rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


/*.SectionTable td { padding: .5em; }
.TreeView td { padding: 0; }
.TopGroup td { padding: 0; }
.Grid td { padding: 0; }*/

.Grid .ColumnHeader {
    padding: 0;
}

.ValidationTable {
    background-color: White;
}

.ValidationHeader {
    font-size: 11px;
    color: white;
    font-weight: bold;
}

.ValidationTableData {
    color: Red;
    font-size: 10px;
    font-weight: bold;
}

.SplashTableData {
    background-position: center;
    background-color: white;
    /*	background-image: url('../images/Graphics1.jpg'); */
    background-repeat: no-repeat;
    height: 156px;
}

.TableClosed {
    display: none;
}

.TableOpen {}

.DemoNotice {
    position: absolute;
    top: 5px;
    left: 10px;
    background-color: White;
    color: Red;
    padding: 2px;
}

table.comboBox img {
    max-width: inherit;
}

table.comboBox td {
    padding: inherit;
}


/* menu layout css */

ul.slidingmenu,
ul.slidingmenu ul,
ul.slidingmenu li,
ul.slidingmenu a {
    padding: 0;
    margin: 0;
    display: block;
}

ul.slidingmenu,
ul.slidingmenu ul {
    width: 145px;
}

ul.slidingmenu li {
    list-style-type: none;
    position: relative;
}

ul.slidingmenu a {
    width: 100%;
}

ul.slidingmenu ul {
    position: absolute;
    top: -4px;
    left: -1px;
    top: 18px;
    display: none;
}

Table.MessageTable {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #FF8700;
}


/* menu appearence css */

ul.slidingmenu,
ul.slidingmenu ul {
    border: 1px solid #FF8700;
    border-width: 1px 1px 1px 1px;
}

ul.slidingmenu li {
    background: #FF8700;
    text-align: center;
    border-bottom: 1px solid black;
}

ul.slidingmenu a {
    color: white;
    /*	font-family: Verdana, Arial, Sans-Serif;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-weight: bold;
    background: #FF8700;
    text-decoration: none;
    font-size: 11px;
    vertical-align: middle;
}

ul.slidingmenu a:hover {
    color: #FF8700;
    font-size: 11px;
    background: white;
}

#warning {
    margin: 10px;
}

#warning .red {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
}

#divShipmentPaymentButton { display: none; }