
@font-face {
    font-family: "OpenSansRegular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
}
@font-face {
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"), url("fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg");
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fonts/fontawesome-webfont.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 #eee;
    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, end) 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: #fff;
}
.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: "";
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: medium none;
}
.flex-slides, .flex-control-nav, .flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "flexslider-icon";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .flex-slides > li {
    display: none;
    position: relative;
}
.flexslider .flex-slides a {
    outline: medium none;
    text-decoration: none;
}
.flexslider .flex-slides a img {
    border: medium none;
}
.flexslider .flex-slides img {
    display: block;
    max-width: 100%;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.flex-slides::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .flex-slides {
    display: block;
}
* html .flex-slides {
    height: 1%;
}
.flexslider {
    margin: 0;
    position: relative;
}
.flex-viewport {
    direction: ltr;
    max-height: 2000px;
}
.agy .flex-viewport {
    max-height: 300px;
}
.afs li {
    margin-right: 30px;
}
.afs li:last-child {
    margin-right: 0;
}
.flex-direction-nav {
    line-height: normal;
}
.flex-direction-nav li {
    display: inline-block;
    height: 30px;
    margin: -15px 0 0;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 10;
}
.flex-direction-nav li:first-child {
    left: 10px;
}
.flex-direction-nav li:last-child {
    right: 10px;
}
.flex-direction-nav a {
    border-radius: 50%;
    cursor: pointer;
    display: table-cell;
    font-family: "flexslider-icon";
    font-size: 18px;
    height: 30px;
    line-height: 18px;
    opacity: 0;
    padding: 2px 0 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 30px;
}
.flex-direction-nav a::before {
    content: "";
}
.flex-direction-nav a.flex-next::before {
    content: "";
}
.flex-direction-nav a {
    background-color: #000;
    color: #fff;
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
    opacity: 0.7;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0 !important;
}
.flex-direction-nav em {
    display: none;
}
.afs.acq {
    position: relative;
}
.afs.acq .flex-direction-nav {
    display: block;
    position: absolute;
    right: 0;
    top: -25px;
    width: 42px;
}
.afs.acq .flex-direction-nav li {
    height: 20px;
    margin: 0;
    width: 20px;
}
.afs.acq .flex-direction-nav li:first-child {
    left: 0;
}
.afs.acq .flex-direction-nav li:last-child {
    right: 0;
}
.afs.acq .flex-direction-nav a {
    font-size: 13px;
    height: 20px;
    line-height: 13px;
    width: 20px;
}
.flex-pauseplay a {
    bottom: 5px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 10px;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    width: 20px;
    z-index: 10;
}
.flex-pauseplay a::before {
    content: "";
    display: inline-block;
    font-family: "flexslider-icon";
    font-size: 20px;
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play::before {
    content: "";
}
.flex-control-nav {
    bottom: -40px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}
.flex-control-paging li a {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.flex-control-paging li a:hover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.flex-control-paging li a.flex-active {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    cursor: default;
}
.flex-control-thumbs {
    border-top: 1px solid transparent;
    margin: 0;
    overflow: hidden;
    position: static;
}
.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%;
}
.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: 0.7;
    width: 100%;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1;
}
.abs {
    display: block;
    width: 100%;
}
.abs {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    margin: 0;
    padding: 20px 15px;
    position: absolute;
}
.abs * {
    font-size: 1em;
    margin: 0;
    padding: 0;
}
.adq .flexslider {
    max-height: 600px;
    overflow: hidden;
}
.nivo-lightbox-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99998;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
    opacity: 1;
    visibility: visible;
}
.nivo-lightbox-wrap {
    bottom: 10%;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 10%;
}
.nivo-lightbox-content {
    height: 100%;
    width: 100%;
}
.nivo-lightbox-title-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
.nivo-lightbox-nav {
    display: none;
}
.nivo-lightbox-prev {
    left: 0;
    position: absolute;
    top: 50%;
}
.nivo-lightbox-next {
    position: absolute;
    right: 0;
    top: 50%;
}
.nivo-lightbox-close {
    position: absolute;
    right: 2%;
    top: 2%;
}
.nivo-lightbox-image {
    text-align: center;
}
.nivo-lightbox-image img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}
.nivo-lightbox-content iframe {
    height: 100%;
    width: 100%;
}
.nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
}
.nivo-lightbox-error {
    color: #fff;
    display: table;
    height: 100%;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    width: 100%;
}
.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle;
}
.nivo-lightbox-effect-fade, .nivo-lightbox-effect-fadeScale, .nivo-lightbox-effect-slideLeft, .nivo-lightbox-effect-slideRight, .nivo-lightbox-effect-slideUp, .nivo-lightbox-effect-slideDown, .nivo-lightbox-effect-fall {
    transition: all 0.2s ease-in-out 0s;
}
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    transform: scale(0.7);
    transition: all 0.3s ease 0s;
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    transform: scale(1);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s;
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    transform: translateX(0px);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
    transform: translateY(0px);
}
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    transform: translateZ(300px);
    transition: all 0.3s ease-out 0s;
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    transform: translateZ(0px);
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: rgba(0, 0, 0, 0) url("images/loading.gif") no-repeat scroll 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 80%;
    opacity: 0.5;
    text-indent: -9999px;
    top: 10%;
    width: 8%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url("images/prev.png");
    border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url("images/next.png");
    border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    background: rgba(0, 0, 0, 0) url("images/close.png") no-repeat scroll 5px 5px;
    display: block;
    height: 16px;
    opacity: 0.5;
    padding: 5px;
    text-indent: -9999px;
    width: 16px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
    background: #000 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 7px 15px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    padding: 40px;
}
@media not all, not all, (min--moz-device-pixel-ratio: 1.3), not all, (min-resolution: 1.3dppx) {
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url("images/loading@2x.gif");
    background-size: 32px 32px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url("images/prev@2x.png");
    background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url("images/next@2x.png");
    background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url("images/close@2x.png");
    background-size: 16px 16px;
}
}
.nivo-lightbox-overlay, .mfp-wrap {
    z-index: 2147483647;
}
html {
    overflow-y: scroll;
}
html, body {
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: left;
}
body {
   
    color: #333333;
    font-family: verdana;
    font-size: 13px;
    line-height: 19px;
    background-color: #A8C7CA;
    background-image: url(pattern3.png);
    background-repeat: repeat;

	
}
h1, h2, h3, h4, h5, h6, .aio {
    font-family: "Times New Roman",Times,serif;
}
.akn {
    border-bottom: 2px solid;
}
.akf {
    border-top: 3px solid;
}
.ake {
    border-bottom: 1px solid;
}
.ajs, .ajw {
    border-top: 1px solid;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: normal;
    margin: 0 0 30px;
    padding: 0;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
address {
    font-style: normal;
    margin: 10px 0;
}
.aku.aid {
    display: inline-block;
    font-size: 18px;
    height: 48px;
    line-height: 18px;
    margin: 0;
    padding: 15px 0 0;
    width: 48px;
}
.aeo {
    display: table;
    float: left;
    height: 63px;
    margin-right: 10px;
    padding: 21px 2px 2px;
    position: relative;
    text-align: center;
    width: 59px;
}
.aeo, .aeo em {
    border-radius: 12%;
}
.aeo strong, .aeo em {
    font-style: normal;
    font-weight: normal;
}
.aeo strong {
    display: block;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
.aeo em {
    display: table-cell;
    font-size: 22px;
    vertical-align: middle;
}
#ahl {
    position: relative;
}
#ahl form input, #ahl form button {
    border: medium none;
    float: left;
    height: 40px;
}
#ahl form input {
    width: auto;
}
#ahl form button[type="submit"] {
    margin-left: 1px;
    padding: 0;
    width: 40px;
}
#ahl form button span {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
#ahl .ahn li {
    float: left;
    margin-right: 1px;
}
#ahl .ahn a {
    font-size: 1.6em;
    height: 40px;
    width: 40px;
}
#adt {
    display: none;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
#aep {
    display: block;
    height: 24px;
    left: 50%;
    margin-left: -29px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 58px;
}
#aep a {
    border-radius: 100%;
    display: block;
    font-size: 16px;
    height: 58px;
    line-height: 16px;
    margin-top: -34px;
    padding: 34px 0 0 21px;
    width: 58px;
}
#ahq {
    padding: 30px 0 35px;
}
#ahq .agh {
    margin-top: -3px;
}
#ahq .agh h1, #ahq .agh p {
    font-weight: normal;
    margin: 0;
    text-transform: none;
}
#ahq .agh h1 {
    font-size: 32px;
    font-variant: small-caps;
}
#ahq .agh p {
    font-size: 16px;
    text-transform: capitalize;
}
#ahq .aex {
    padding-top: 2px;
}
#ahq .aex ul.ajz {
    margin-bottom: 17px;
}
#ahq .aex ul.ajz li {
    margin-left: 20px;
}
#ahq .aex ul.ajz li:first-child {
    margin-left: 0;
}
#ahq .aex ul.ajz li span {
    margin-right: 8px;
}
#aen {
    padding: 30px 0;
}
.aem {
    clear: both;
    font-size: 1em;
    line-height: 1.6em;
    padding: 80px 0;
}
.aem section {
    margin-bottom: 50px;
}
.aem section:last-child, .aem section.akd, .aem section.agl {
    margin-bottom: 0;
}
.aei, .aem .aei {
    font-size: 2.8em;
    line-height: 1.4em;
}
.adi, .aem .adi {
    font-size: 0.8em;
}
.adn, .aem .adn {
    font-size: 1em;
}
.adg, .aem .adg {
    font-size: 1.2em;
}
.ads, .aem .ads {
    font-size: 1.4em;
}
.agp, .aem .afi {
    font-size: 4em;
    line-height: 1.2em;
}
.afj, .aem .aej {
    font-size: 6em;
    font-weight: normal;
    line-height: 1.2em;
}
.ags aside .agr {
    font-family: "Times New Roman",Times,serif;
    font-size: 22px;
    margin: 0 0 30px;
    padding: 0;
}
.ags aside .agr span {
    margin: 0 10px 0 0;
    padding: 0;
}
.ags aside .abc li {
    border-bottom: 1px solid;
    line-height: normal;
    margin: 20px 0 0;
    padding: 0 0 20px;
}
.ags aside .abc li:first-child {
    margin-top: 0;
}
.ags aside .abc li img {
    float: left;
    margin-right: 10px;
}
.ags aside .abc li p {
    margin: 0;
    padding: 0;
}
.aes {
    padding: 80px 0;
}
.aes .aix {
    border-bottom: 1px solid;
    margin: 0 0 50px;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.aes ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.aes ul li {
    margin: 0 0 8px;
}
#aff {
    padding: 5px 0;
}
#aff form input {
    border: medium none;
    float: left;
    height: 30px;
    width: 64%;
}
#aff form input[type="submit"] {
    font-weight: bold;
    margin-left: 1px;
    padding: 0 5px;
    text-transform: uppercase;
    width: 35%;
}
#ael {
    border-top: 1px solid;
    padding: 50px 0 45px;
}
#ahq nav li {
    border-right: 1px solid;
    margin-right: 6px;
    padding-right: 10px;
}
#ahq nav li:last-child {
    border: medium none;
    margin-right: 0;
    padding-right: 0;
}
#ahu {
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: normal;
    word-wrap: normal;
}
#ahu ul:first-child {
    float: left;
    margin-top: -3px;
}
#ahu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#ahu ul ul {
    border: 0 solid;
    position: absolute;
    width: 190px;
    z-index: 99999;
}
#ahu ul ul ul, #ahu ul ul ul ul {
    left: 190px;
    top: 0;
}
#ahu ul:first-child li:last-child > ul {
    right: 0;
}
#ahu ul:first-child > li:last-child li > ul {
    left: -190px;
}
#ahu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
	
}
#ahu ul:first-child li:last-child {
    margin-right: 0;
}
#ahu li li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0;
    text-transform: capitalize;
    width: 100%;
}
#ahu li li:last-child {
    border-width: 0;
}
#ahu li a {
    border-top: 3px solid transparent;
    display: block;
    padding: 27px 25px;
}
#ahu li li a {
    border-top: medium none;
    display: block;
    margin: 0;
    padding: 10px 15px;
}
#ahu li a.akb::before, #ahu li.ahv a.akb::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px 3px 3px;
    content: "";
    height: 0;
    left: 14px;
    position: absolute;
    top: 36px;
    width: 0;
}
#ahu li li a.akb::before, #ahu li.ahv li a.akb::before {
    left: 5px;
    top: 16px;
}
#ahu ul ul {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
}
#ahu ul li:hover > ul {
    height: auto;
    opacity: 1;
    overflow: visible;
}
#ahu ul li li:hover > a, #ahu ul li.ahv ul .ahv > a {
    transition: background-color 0.2s ease-in-out 0s;
}
#ahu ul ul {
    transition: all 0.5s ease-in-out 0s;
}
#ahu form {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}
#ahu form select {
    border: 1px solid;
    cursor: pointer;
    display: block;
    outline: medium none;
    padding: 8px;
    width: 100%;
}
#ahu form select option {
    border: medium none;
    cursor: pointer;
    display: block;
    margin: 10px;
    outline: medium none;
    padding: 0;
}
.adv {
    float: right;
    font-size: 12px;
}
.adv ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.adv li {
    display: inline;
    margin-right: 10px;
    text-transform: uppercase;
}
.adv li:last-child {
    margin-right: 0;
}
.adv a {
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
}
.adv a::before {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
}
.adv li:last-child a {
    padding: 0;
}
.adv li:last-child a::before {
    content: "";
}
.ags aside nav {
    display: block;
    width: 100%;
}
.ags aside nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ags aside nav li {
    margin: 0 0 5px;
    padding: 0;
}
.ags aside nav a {
    border-bottom: 1px solid;
    display: block;
    margin: 0;
    padding: 5px 10px 8px 15px;
    position: relative;
    text-decoration: none;
}
.ags aside nav a::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 9px;
    left: 5px;
    position: absolute;
    top: 5px;
}
.ags aside nav ul ul a {
    padding-left: 35px;
}
.ags aside nav ul ul a::before {
    left: 25px;
}
.ags aside nav ul ul ul a {
    padding-left: 45px;
}
.ags aside nav ul ul ul a::before {
    left: 35px;
}
.adl {
    clear: both;
    display: block;
    line-height: normal;
    width: 100%;
}
.adl ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.adl li {
    display: inline;
}
.adl strong {
    font-weight: normal;
}
.adl .aka {
    margin: 0;
}
.adl a, .adl .aft strong, .adl .afe strong {
    display: inline-block;
    margin: 1px 5px;
    padding: 8px 12px;
}
.adl a:first-child {
    margin-left: 0;
}
.adl a {
    border: 1px solid;
}
.afh {
    clear: both;
    display: block;
    line-height: normal;
    width: 100%;
}
.afh ul {
    list-style: outside none none;
    margin: 0;
    padding: 5px 10px;
}
.afh li {
    float: right;
}
.afh li:first-child {
    float: left;
}
#add {
    border-radius: 8px;
    bottom: 60px;
    line-height: normal;
    opacity: 0.2;
    padding: 8px 10px 5px;
    position: fixed;
    right: 5px;
    visibility: hidden;
    z-index: 999999;
}
#add.afz {
    opacity: 0.5;
    visibility: visible;
}
#add.afz {
    transition: all 0.8s ease-in-out 0s;
}
#add:hover {
    opacity: 1;
}
#add span {
    border-top: 5px solid #fff;
}
.adu {
    margin-bottom: 40px;
}
.aba {
    margin-bottom: 10px;
}
.abl {
    font-size: 0.8em;
}
.abl ul {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
.abl ul li {
    display: inline;
    margin-right: 10px;
}
.abl ul li:last-child {
    margin-right: 0;
}
.abl ul li.aay, .abl ul li.abw, .abl ul li.aby, .abl ul li.aaw {
    padding-left: 14px;
    position: relative;
}
.abl ul li.aay::before, .abl ul li.abw::before, .abl ul li.aby::before, .abl ul li.aaw::before {
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}
.abl ul li.aay::before {
    content: "";
}
.abl ul li.abw::before {
    content: "";
}
.abl ul li.aby::before {
    content: "";
}
.abl ul li.aaw::before {
    content: "";
}
#ajd ul {
    border-collapse: collapse;
    display: table;
    width: 100%;
}
#ajd li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: inherit;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: top;
    width: 20%;
}
#ajd li a {
    background-color: inherit;
    padding: 10px 5px;
}
button.ahs.ajf {}
#ado #aca {
    display: block;
    width: 100%;
}
#ado #aca .aak {
    border-bottom: 1px solid;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
#aev .aab {
    margin-bottom: 50px;
}
#aev .aab .acx {
    margin-bottom: 30px;
}
#aev .abi {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    margin-bottom: 50px;
    padding: 30px 0;
}
#aev .abi .aao {
    float: left;
    margin-right: 15px;
}
#aev .abi .aal {
    line-height: 1.6em;
}
#aev .abi .aal span {
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
}
#aev .aaq {
    margin-bottom: 50px;
}
#aev .aaq sup {
    vertical-align: baseline;
}
#aev .aaq ul {
    margin: 0;
    padding: 0;
}
#aev .aaq ul li {
    margin-bottom: 0;
}
#aev .aaq ul.agl.ahd li {
    margin-bottom: 25px;
}
#aev .aaq ul.agl.ahd li:last-child {
    margin-bottom: 0;
}
#aev .aaq ul.ahb li {
    margin-top: 15px;
}
#aev .aaq ul.ahb li:first-child {
    margin-top: 0;
}
#aev .aaq ul.ahb li img {
    border: 1px solid;
    float: left;
    margin: 0 10px 0 0;
    max-height: 52px;
    max-width: 52px;
    padding: 2px;
}
#aev #acb {
    display: block;
    margin: 0 0 50px;
}
#aev #acb .agh {
    font-weight: bold;
}
#aev #act ul {
    list-style: outside none none;
}
#aev #act ul:first-child {
    margin-bottom: 50px;
}
#aev #act ul:first-child li > ul {
    margin-bottom: 25px;
    margin-top: 25px;
}
#aev #act .abh {
    display: block;
    width: 100%;
}
#aev #act .abh .acr .abt {
    margin-right: 20px;
}
#aev #act .abh .acr .abt img {
    border: 1px solid;
    padding: 2px;
}
#aev #act .abh .acr .abn .acn {
    font-size: 11px;
}
#aev #act .abh .acr .abn .acn time {
    float: left;
    margin-right: 10px;
}
#aev #act .abh .acr .abn .acn .abz {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 1px;
    float: left;
    margin: 3px 0 0;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}
#aev #act .abh .abd {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
#aeu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#aeu ul li article {
    border-bottom: 1px solid;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
#agv section figure ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#agv section figure ul li {
    margin-bottom: 30px;
}
#agv section figure ul li a {
    display: block;
    position: relative;
}
#agv section figure ul li a::before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#agv section figure ul li a::after {
    border-radius: 50%;
    content: "";
    display: table-cell;
    font-family: "FontAwesome";
    font-size: 36px;
    height: 50px;
    left: 50%;
    line-height: 36px;
    margin: -25px 0 0 -25px;
    padding: 5px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 50px;
}
#agv section figure ul li a::before, #agv section figure ul li a::after {
    opacity: 0;
}
#agv section figure ul li a:hover::before, #agv section figure ul li a:hover::after {
    opacity: 1;
}
#akt {
    display: block;
    margin: 0;
    padding: 100px 0 0;
    text-align: center;
}
#akt h1, #akt h2 {
    margin: 0;
    padding: 0;
}
#akt h1 {
    font-size: 13em;
    margin-top: -150px;
}
#akt h2 {
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#akt p.ahz {
    font-size: 32px;
    line-height: 34px;
}
#akt form, #akt form input {
    display: inline-block;
}
#akt form input {
    min-width: 200px;
    width: auto;
}
#akt form button[type="submit"] {
    width: auto;
}
figure.adf figcaption p {
    margin: 15px 0 0;
    padding: 0;
}
figure.adf figcaption .aek {
    font-weight: bold;
}
figure.adf figcaption .adk {
    font-size: 11px;
    line-height: normal;
    margin: 0 0 15px;
}
figure.adf figcaption .aat {
    border-top: 1px solid;
    margin: 0;
    padding-top: 15px;
}
.aiv {
    color: #000;
}
.aib {
    color: #800000;
}
.aiw, .agt, .afk, .afd, .agw, .aeq, .aer, .aet, .aed, .aia, .aea, .ahs.aiv, .ahs.aiv:hover, .ahs.akc, .ahs.akc:hover, .ahs.aiy, .ahs.aiy:hover, .ahs.akq, .ahs.akq:hover, .ahs.aib, .ahs.aib:hover, .ahs.ahm, .ahs.ahm:hover, .ahs.ahi, .ahs.ahi:hover, .ahs.aks, .ahs.aks:hover, .ahs.ahk, .ahs.ahk:hover, .afp em, .afp .agt, .afp .afd, .afp .agw, .afp .aeq, .afp .aer, .afp .aet, .afp .aed, .afp .aia, .afp .aea {
    color: #fff;
}
.aco {
    display: block;
    font-size: 1em;
    padding: 30px;
    text-transform: uppercase;
}
.aem .aco h1 {
    font-size: 2em;
    margin: 0 0 12px;
    padding: 0;
    text-transform: uppercase;
}
.aco p {
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    text-transform: none;
}
.aco .ahs {
    display: block;
    line-height: 1.4em;
    text-align: center;
}
.aco.akj, .aco.aki, .aco.akh {
    border: medium solid;
}
.aco.akj {
    border-width: 0 0 0 5px;
}
.aco.aki {
    border-width: 0 5px 0 0;
}
.aco.akh {
    border-width: 0 5px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    border-bottom: 1px solid;
    display: block;
    padding-bottom: 5px;
    position: relative;
}
h1 span::after, h2 span::after, h3 span::after, h4 span::after, h5 span::after, h6 span::after {
    bottom: -2px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
}
h1 span.fa, h2 span.fa, h3 span.fa, h4 span.fa, h5 span.fa, h6 span.fa {
    border-bottom: medium none;
    padding-bottom: 0;
}
h1 span.fa::after, h2 span.fa::after, h3 span.fa::after, h4 span.fa::after, h5 span.fa::after, h6 span.fa::after {
    display: none;
}
ul.agl, ol.agl {
    list-style: outside none none;
}
.agl.ahx li {
    display: inline-block;
}
.agl.ahd li {
    margin-bottom: 25px;
}
.agl.ahd li:last-child {
    margin-bottom: 0;
}
.akg {
    list-style-position: inside;
    margin: 10px 0;
    padding: 0;
}
.akg.aht {
    margin-left: 20px;
}
.akg li {
    margin: 6px 0 0;
    padding: 0;
}
.akg li:first-child {
    margin-top: 0;
}
.akg li > ul, .akg li > ol {
    margin: 8px 0 8px 30px;
}
.akc, .akg.afn.akc a {
    color: #56aed4;
}
.aiy, .akg.afn.aiy a {
    color: #84b533;
}
.akq, .akg.afn.akq a {
    color: #a8a8a8;
}
.ahy, .akg.afn.ahy a {
    color: #333;
}
.ahm, .akg.afn.ahm a {
    color: #fda46a;
}
.ahi, .akg.afn.ahi a {
    color: #795984;
}
.aks, .akg.afn.aks a {
    color: #41A9CC;
}
.ahk, .akg.afn.ahk a {
    color: #ffc600;
}
.akg.akk {
    list-style-type: disc;
}
.akg.aij {
    list-style-type: upper-roman;
}
.akg.aii {
    list-style-type: upper-alpha;
}
.akg.agx {
    list-style-type: decimal;
}
.akg.afm {
    list-style-type: circle;
}
.akg.akl, .akg.ajf, .akg.akp, .akg.aim, .akg.afr, .akg.aeh {
    list-style-type: none;
}
.akg.ajf li > ul, .akg.ajf li > ol {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 1px;
    list-style: outside none none;
    padding: 0 0 0 10px;
}
.akg.akp li, .akg.akp li .akg.akp li, .akg.aim li, .akg.aim li .akg.aim li {
    padding-left: 22px;
    position: relative;
}
.akg.akp li::before, .akg.aim li::before, .akg.akp li::after, .akg.aim li::after {
    font-family: "FontAwesome";
    font-size: 13px;
    position: absolute;
    top: 0;
}
.akg.akp li::before, .akg.aim li::before {
    left: 0;
}
.akg.akp li::before, .akg.akp li .akg.akp li::before {
    content: "";
}
.akg.aim li::before, .akg.aim li .akg.aim li::before {
    content: "";
}
.akg.akp li ul, .akg.aim li ul {
    margin: inherit;
    padding: inherit;
}
.akg.akp li li, .akg.aim li li {
    padding-left: 0;
    position: relative;
}
.akg.akp li li::before, .akg.aim li li::before {
    content: "";
}
.akg.aeh li {
    border-bottom: 1px solid;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.akg.aeh li:last-child {
    margin-bottom: 0;
}
.akg.afr li {
    display: inline-block;
    margin: 0 5px 5px 0;
}
.akg.afr li a {
    display: block;
    padding: 4px 10px;
    text-transform: capitalize;
}
.akg.afg {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 12px;
}
.akg.afg li {
    display: inline-block;
    margin: 0 15px 5px 0;
    position: relative;
    text-transform: capitalize;
}
.akg.afg li:last-child {
    margin-right: 0;
}
.akg.afg li a {
    display: block;
    font-size: 11px;
    line-height: normal;
    padding: 5px 12px;
    position: relative;
}
.akg.afg li a::before {
    border-color: transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    bottom: 0;
    content: "";
    left: -12px;
    position: absolute;
    top: 0;
}
.akg.afg li a::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: -1px -1px 2px #000;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 4px;
}
hr, .afl {
    border-top: 1px none;
    clear: both;
    display: block;
    height: 20px;
    margin: 30px 0;
    padding: 0;
    width: 100%;
}
.afl {
    border-top-style: dotted;
}
hr {
    border: medium none;
    height: 1px;
    margin: 25px 0;
}
.agu {
    border: 1px solid #e5e4e3;
    clear: left;
    display: block;
    float: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 10px 0 0;
    padding: 10px 15px;
    text-align: center;
}
blockquote::before, q::before, blockquote::after, q::after {
    quotes: none;
}
blockquote, blockquote::before, blockquote::after {
    border: medium solid;
}
blockquote {
    border-width: 0 0 0 5px;
    display: block;
    font-size: 1em;
    font-style: normal;
    line-height: 1.2em;
    margin: 15px 0;
    padding: 15px;
    text-transform: none;
    width: auto;
}
.ahs {
    display: inline-block;
    font-weight: normal;
    line-height: normal;
}
.ahs.aip {
    font-size: 0.9em;
    padding: 5px 15px;
}
.ahs.aho {
    font-size: 1.1em;
    padding: 8px 15px;
}
.ahs.air {
    font-size: 1.4em;
    padding: 10px 22px;
}
.ady {
    border: 1px solid #f00000;
    display: block;
    margin: 15px 0;
    padding: 15px 20px;
    position: relative;
}
.ady a {
    background-color: transparent;
}
.ady.ajy {
    background-color: #fff;
    border-color: #e0e0e0;
}
.ady.agz {
    background-color: #fee794;
    border-color: #fdc703;
}
.ady.aha {
    background-color: #c2e4cd;
    border-color: #76c38f;
}
.ady.ait {
    background-color: #f3cbcc;
    border-color: #41A9CC;
}
.ady .aiu {
    font-size: 1.4em;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 15px;
}
.ady.ajy .aiu {
    color: #a8a8a8;
}
.ady.agz .aiu {
    color: #fdc703;
}
.ady.aha .aiu {
    color: #76c38f;
}
.ady.ait .aiu {
    color: #41A9CC;
}
.aap, .abr {
    display: block;
    margin-top: 15px;
    position: relative;
    width: 100%;
}
.aap:first-child, .abr:first-child {
    margin-top: 0;
}
.aap .abf, .aap .abf.ahv, .abr .acv, .abr .acv.ahv {
    border: 1px solid;
    display: block;
    padding: 0 0 0 34px;
    position: relative;
}
.aap .abf span, .aap .abf.ahv span, .abr .acv span, .abr .acv.ahv span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 1px;
    display: block;
    padding: 8px 15px;
}
.aap .abf::before, .abr .acv::before, .aap .abf.ahv::before, .abr .acv.ahv::before {
    font-family: "FontAwesome";
    font-size: 20px;
    left: 9px;
    position: absolute;
    top: 9px;
}
.aap .abf::before, .abr .acv::before {
    content: "";
}
.aap .abf.ahv::before, .abr .acv.ahv::before {
    content: "";
}
.aap .aan, .abr .abq {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    display: none;
    padding: 15px 20px;
}
aside .aap .aan, aside .abr .abq {
    padding: 15px 15px 0;
}
.adh {
    display: block;
    width: 100%;
}
.adh .ahc {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.adh .ahc li {
    display: inline-block;
    float: left;
    margin: 0 -1px -1px 0;
}
.adh .ahc li a {
    border: 1px solid;
    display: block;
    padding: 10px 20px;
}
.adh .ahc li a:hover, .adh .ahc li.abx a {
    color: inherit;
}
.adh .ahc li.abx a {
    cursor: default;
}
.adh .acj {
    border: 1px solid;
    display: block;
    padding: 20px 25px 15px;
}
.adh .acj .adb:first-child {
    margin-top: 0;
}
.aac {
    border: 1px solid;
    line-height: normal;
    text-align: center;
}
.aac .acu {
    display: block;
}
.aem .aai h2 {
    margin: 0;
    padding: 20px 5px;
    text-transform: capitalize;
}
.aac .acu .aas ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 25px;
}
.aac .acu .aas ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    padding: 10px 5px;
}
.aac .acu .aas ul li:first-child {
    border: medium none;
}
.aac .acu .aah {
    font-size: 2.5em;
    padding: 15px 5px;
}
.aac .acu .aah sup {
    font-size: 0.3em;
}
.aac .acu .aah span {
    display: block;
    font-size: 0.3em;
    margin: -5px 0 0;
}
.aac .acu .aad {
    padding: 20px 10px;
}
.afp {
    list-style: outside none none;
    padding: 0;
}
.afp li, .afp div {
    margin: 8px 0 0;
}
.afp li:first-child, .afp div:first-child {
    margin-top: 0;
}
.afp strong {
    display: block;
    margin: 0 0 2px;
}
.afp span {
    display: block;
    margin: 0;
    padding: 3px;
}
.afp em {
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    min-height: 10px;
    padding: 2px 5px;
}
.agt, .ahs.akc, .afp .agt {
    background-color: #56aed4;
}
.afk, .ahs.aiv {
    background-color: #000;
}
.afd, .ahs.aiy, .afp .afd {
    background-color: #5D931B;
}
.agw, .ahs.akq, .afp .agw {
    background-color: #a8a8a8;
}
.aeq, .afp em, .afp .aeq {
    background-color: #333;
}
.aer, .ahs.aib, .afp .aer {
    background-color: #800000;
}
.aet, .ahs.ahm, .afp .aet {
    background-color: #fda46a;
}
.aed, .ahs.ahi, .afp .aed {
    background-color: #795984;
}
.aia, .ahs.aks, .afp .aia {
    background-color: #41A9CC;
}
.aea, .ahs.ahk, .afp .aea {
    background-color: #007D9E;
}
.aew, .ahs.aiw {
    background-color: #fff;
    color: #666;
}
.ahs.aiv:hover {
    background-color: #232323;
}
.ahs.akc:hover {
    background-color: #1c546c;
}
.ahs.aiy:hover {
    background-color: #98ba55;
}
.ahs.akq:hover {
    background-color: #c9c9c9;
}
.ahs.aib:hover {
    background-color: #400000;
}
.ahs.ahm:hover {
    background-color: #a66000;
}
.ahs.ahi:hover {
    background-color: #48344e;
}
.ahs.aks:hover {
    background-color: #209A49;
}
.ahs.ahk:hover {
    background-color: #d2a402;
}
.ahs.aiw {
    border: 1px solid #e0e0e0;
}
.ahs.aiw:hover {
    background-color: #efefef;
    color: #666;
}


input.ahs, button.ahs {
    border: medium none;
    cursor: pointer;
    width: auto;
}
button.ahs {
    background-color: transparent;
    display: inline-block;
    margin: 0;
    padding: 0;
}
button.ahs span {
    display: inline-block;
    padding: 5px 10px;
}
.afc {
    background-color: inherit;
    color: #f00000;
}
 .aje {
    table-layout: auto;
    width: 100%;
}


.aje {
    display: table;
}
.aje .ajb {
    display: table-row;
}
.aje .aez {
    display: table-header-group;
}
.aje .ahf {
    display: table-row-group;
}
.aje .ahe {
    display: table-footer-group;
}
.aje .aja {
    display: table-column;
}
.aje .adx {
    display: table-column-group;
}
.aje .ahr {
    display: table-cell;
}
.aje .aeb {
    display: table-caption;
}
.aje.aey {
    line-height: 1em;
    max-width: 100%;
    text-align: center;
}
.aje.aey a {
    background-color: transparent;
    display: block;
}
.aje.aey .aeb {
    text-align: center;
    text-transform: uppercase;
}
.aje.aey .ahr {
    max-height: 12px;
    padding: 5px 0;
}
.aje.aey .aez .ahr {
    font-size: 13px;
    font-weight: bold;
}
.ahn {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ahn li, .ahn div {
    display: inline-block;
    line-height: normal;
    margin: 0 2px 2px 0;
}
.ahn li:last-child, .ahn li.akd, .ahn div:last-child, .ahn div.akd {
    margin-right: 0;
}
.ahn li.adc span {
    display: table-cell;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
.ahn a em, .fa em {
    display: none;
}
.ahn a {
    display: table-cell;
    font-size: 1.2em;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
.ahn a:hover, .ahn.afb a:hover {
    background-color: #ccc;
    color: #fff;
}
.ahn .adw:hover, .ahn.afb .adw {
    background-color: #4a484c;
}
.ahn .abm:hover, .ahn.afb .abm {
    background-color: #a4c639;
}
.ahn .acs:hover, .ahn.afb .acs {
    background-color: #000;
}
.ahn .aav:hover, .ahn.afb .aav {
    background-color: #205081;
}
.ahn .abk:hover, .ahn.afb .abk {
    background-color: #f7931a;
}
.ahn .ade:hover, .ahn.afb .ade {
    background-color: #0070bb;
}
.ahn .abo:hover, .ahn.afb .abo {
    background-color: #ea4c89;
}
.ahn .abj:hover, .ahn.afb .abj {
    background-color: #3d9ae8;
}
.ahn .abg:hover, .ahn.afb .abg {
    background-color: #3b5998;
}
.ahn .acf:hover, .ahn.afb .acf {
    background-color: #ff0084;
}
.ahn .aam:hover, .ahn.afb .aam {
    background-color: #25a0ca;
}
.ahn .aci:hover, .ahn.afb .aci {
    background-color: #171516;
}
.ahn .acc:hover, .ahn.afb .acc {
    background-color: #614c3e;
}
.ahn .aaj:hover, .ahn.afb .aaj {
    background-color: #db4a39;
}
.ahn .acw:hover, .ahn.afb .acw {
    background-color: #e34c26;
}
.ahn .aaz:hover, .ahn.afb .aaz {
    background-color: #3f729b;
}
.ahn .abb:hover, .ahn.afb .abb {
    background-color: #0e76a8;
}
.ahn .ack:hover, .ahn.afb .ack {
    background-color: #000;
}
.ahn .acd:hover, .ahn.afb .acd {
    background-color: #f5ae34;
}
.ahn .aau:hover, .ahn.afb .aau {
    background-color: #c8232c;
}
.ahn .ace:hover, .ahn.afb .ace {
    background-color: #005ea8;
}
.ahn .adm:hover, .ahn.afb .adm {
    background-color: #ee802f;
}
.ahn .acl:hover, .ahn.afb .acl {
    background-color: #00aff0;
}
.ahn .aaa:hover, .ahn.afb .aaa {
    background-color: #000;
}
.ahn .acg:hover, .ahn.afb .acg {
    background-color: #2174a6;
}
.ahn .ach:hover, .ahn.afb .ach {
    background-color: #34526f;
}
.ahn .abp:hover, .ahn.afb .abp {
    background-color: #00acee;
}
.ahn .aee:hover, .ahn.afb .aee {
    background-color: #4e658e;
}
.ahn .acp:hover, .ahn.afb .acp {
    background-color: #e32529;
}
.ahn .abv:hover, .ahn.afb .abv {
    background-color: #94bf65;
}
.ahn .adj:hover, .ahn.afb .adj {
    background-color: #126567;
}
.ahn .abu:hover, .ahn.afb .abu {
    background-color: #c4302b;
}
.afa {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.afa iframe {
    display: block;
    margin: 0;
    padding: 0;
}
.aid {
    display: inline-block;
    position: relative;
    text-align: center;
}
.aid.ahj {
    font-size: 2em;
    height: 40px;
    line-height: 2.3em;
    width: 40px;
}
.aid.aip {
    font-size: 3em;
    height: 80px;
    line-height: 2.1em;
    width: 80px;
}
.aid.aho {
    font-size: 5em;
    height: 120px;
    line-height: 1.7em;
    width: 120px;
}
.aid.air {
    font-size: 8em;
    height: 200px;
    line-height: 1.8em;
    width: 200px;
}
.akg.afg.aju li a {
    border-radius: 0 5px 5px 0;
}
.akg.afr.aju a, form.aju input, form.aju textarea, .ahn.aju li a, .aju {
    border-radius: 5px;
}
.ahn.ajt li a, .ajt {
    border-radius: 8px;
}
.ahn.ajg li a, .ajg {
    border-radius: 10px;
}
.ahn.ajc li a, .ajc {
    border-radius: 12px;
}
.aid, .ahn.aiz li a, .aiz {
    border-radius: 50%;
}
.ahn.aiz li a {
    line-height: 1em;
}
code {
    white-space: normal;
    word-wrap: break-word;
}
code.ajv {
    display: block;
    width: 100%;
}
pre, pre code {
    white-space: pre-wrap;
    word-wrap: break-word;
}
.ada {
    margin-top: 30px;
}
.ada:first-child {
    margin-top: 0;
}
.ada div blockquote {
    border: medium none;
    margin: 0;
    padding: 0 0 0 60px;
    position: relative;
    width: auto;
}
.ada div blockquote::before {
    border: medium none;
    content: "“";
    font: bold 110px/80px arial;
    left: 0;
    max-height: 35px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.ada blockquote * {
    margin: 15px 0 0;
    padding: 0;
}
.ada blockquote *:first-child {
    margin-top: 0;
}
.ada .aag {
    display: block;
    line-height: normal;
    padding: 0;
}
.ada .aag .aae {
    display: block;
}
.ada .aag strong, .ada .aag span {
    display: block;
    margin: 0;
    padding: 0;
}
.ada .aag span {
    font-size: 0.8em;
}
.ada.aki blockquote {
    border-width: 1px;
    margin: 0 0 20px;
    padding: 20px;
    position: relative;
    width: 100%;
}
.ada.aki blockquote::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: inherit;
    border-width: 20px 15px 0;
    bottom: -20px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: 0;
}
.ada.aki .aag {
    margin: 0 0 0 20px;
}
.ada.akh blockquote {
    border-radius: 8px 0 8px 8px;
    margin: 0 0 20px;
    padding: 20px;
    position: relative;
    width: 100%;
}
.ada.akh blockquote, .ada.akh blockquote::before, .ada.akh blockquote::after {
    border-width: 1px;
}
.ada.akh blockquote::before {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: inherit;
    border-width: 20px 0 0 40px;
    bottom: -20px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: 0;
}
.ada.akh blockquote::after {
    border-color: inherit;
    border-radius: 0 0 0 8px;
    content: "”";
    font: bold 30px/35px arial;
    height: 25px;
    overflow: hidden;
    padding: 2px 0 0;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -1px;
    width: 25px;
}
.ada.akh .aag {
    font-size: 12px;
    margin: 15px 0 0;
    width: 100%;
}
.ada.akh .aag img {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0 10px 0 0;
    max-width: 50px;
}
.ada.akh .aag .aae {
    display: inline-block;
    float: left;
    margin-top: 10px;
}
.ada.akh .aag span {
    display: inline;
}
.akr {
    display: block;
    height: 350px;
    position: relative;
    width: 100%;
}
.akr #adp {
    height: 100%;
    width: 100%;
}
.akr #adp img[src*="gstatic.com/"], #adp img[src*="googleapis.com/"] {
    height: auto;
    max-width: none;
    width: auto;
}
address, article, aside, figcaption, figure, footer, header, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}
.akm {
    font-weight: bold;
}
.aif {
    text-align: center;
}
.aih, .aef {
    text-align: right;
}
.aec {
    text-transform: uppercase;
}
.agl {
    margin: 0;
    padding: 0;
}
.ajf {
    display: block;
    width: 100%;
}
.ain {
    clear: both;
    display: block;
}
.ain::after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
a, *:focus, *:active {
    outline: medium none;
    text-decoration: none;
}
.agh {
    float: left;
}
.aex {
    float: right;
}
img {
    border: medium none;
    height: auto;
    line-height: normal;
    margin: 0;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
.ako {
    clear: left;
    float: left;
    margin: 0 15px 10px 0;
}
nav ul, nav ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.aeg {
    border: 1px solid;
    padding: 4px;
}
.agj, .agi, .agf, .agg, .agk, .agq, .ago, .agm, .age, .agn, .agc, .afu, .afw, .afv, .agd, .afo {
    display: inline;
    float: left;
    list-style: outside none none;
    margin: 0 0 0 4.21053%;
    position: relative;
}
.agj:first-child, .agi:first-child, .agf:first-child, .agg:first-child, .agk:first-child, .agq:first-child, .ago:first-child, .agm:first-child, .age:first-child, .agn:first-child, .agc:first-child, .afu:first-child, .afw:first-child, .afv:first-child, .agd:first-child, .afo {
    margin-left: 0;
}
.ais {
    clear: left;
    margin-left: 0;
}
.adq {
    clear: both;
    display: block;
    width: 100%;
}
body .afx {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    word-wrap: break-word;
}
.agj {
    width: 47.8947%;
}
.agj.afo {
    width: 50%;
}
.agi {
    width: 30.5263%;
}
.agf {
    width: 65.2632%;
}
.agi.afo {
    width: 33.3333%;
}
.agf.afo {
    width: 66.6667%;
}
.agg {
    width: 21.8421%;
}
.agk {
    width: 47.8947%;
}
.agq {
    width: 73.9474%;
}
.agg.afo {
    width: 25%;
}
.agk.afo {
    width: 50%;
}
.agq.afo {
    width: 75%;
}
.ago {
    width: 16.6316%;
}
.agm {
    width: 37.4737%;
}
.age {
    width: 58.3158%;
}
.agn {
    width: 79.1579%;
}
.ago.afo {
    width: 20%;
}
.agm.afo {
    width: 40%;
}
.age.afo {
    width: 60%;
}
.agn.afo {
    width: 80%;
}
.agc {
    width: 13.1579%;
}
.afu {
    width: 30.5263%;
}
.afw {
    width: 47.8947%;
}
.afv {
    width: 65.2632%;
}
.agd {
    width: 82.6316%;
}
.agc.afo {
    width: 16.6667%;
}
.afu.afo {
    width: 33.3333%;
}
.afw.afo {
    width: 50%;
}
.afv.afo {
    width: 66.6667%;
}
.agd.afo {
    width: 83.3333%;
}
.aik {
    margin-bottom: 5px;
}
.aic {
    margin-bottom: 10px;
}
.ahw {
    margin-bottom: 15px;
}
.aie {
    margin-bottom: 20px;
}
.ahh {
    margin-bottom: 30px;
}
.ahg {
    margin-bottom: 50px;
}
.ahp {
    margin-bottom: 80px;
}
.agb {
    margin-bottom: 100px;
}
.ajk {
    padding: 5px;
}
.aig {
    padding: 15px;
}
.ail {
    padding: 20px;
}
.ajm, .ajp, .ajl, .ajn, .ajo, .ajq, .ajj, .ajr, .aji, .aiq {
    width: auto;
}
.ajm {
    width: 10%;
}
.ajp {
    width: 20%;
}
.ajl {
    width: 30%;
}
.ajn {
    width: 40%;
}
.ajo {
    width: 50%;
}
.ajq {
    width: 60%;
}
.ajj {
    width: 70%;
}
.ajr {
    width: 80%;
}
.aji {
    width: 90%;
}
.aiq {
    width: 100%;
}
#ahu li a {
    color:#fff;
}
#ahu ul ul, #ahu li li {
    border-color: #333;
}
#ahu li li a, #ahu li.ahv li a {
    background-color:#396e90; 
    color: #fff;
	
}
#ahu li a.akb::before {
    border-top-color: #900;
}
#ahu li:hover a.akb::before, #ahu li.ahv a.akb::before {
    border-top-color: #fff;
}
#ahu form select {
    background: #ededed none repeat scroll 0 0;
    border-color: #0099CB;
    color: inherit;
}
.ags aside nav a {
    background-color: inherit;
    border-bottom-color: #e1e0df;
    color: #666;
}
.adl a {
    border-color: #dfdfdf;
}
.aco {
    background-color: #efefef;
    color: #000;
}
.akg.ajf li > ul, .akg.ajf li > ol {
    border-color: #e1e0df;
}
.akg.aeh li {
    border-bottom-color: #e1e0df;
}
.akg.afr li a, .akg.afg li a {
    background-color: #f1f1f1;
    color: none;
}
.akg.afg li a::before {
    border-right-color: #f1f1f1;
}
hr {
    background-color: #e1e0df;
}
.afl {
    border-top-color: #e1e0df;
}
blockquote, q {
    background-color: #f1f1f1;
    color: inherit;
}
blockquote, q, .aac, .aac .acu .aas ul li, .adh .ahc li a {
    border-color: #e1e0df;
}
.ada blockquote {
    background-color: inherit;
    color: inherit;
}
.ady {
    color: inherit;
}
.aac .acu .aai, .aac .acu .aah {
    background-color: #f1f1f1;
    color: inherit;
}
.adh .ahc li.ui-tabs-active a {
    border-bottom-color: #fff;
}

.adh .acj, .aap .abf, .aap .abf.ahv, .abr .acv, .abr .acv.ahv, .aap .abf span, .aap .abf.ahv span, .abr .acv span, .abr .acv.ahv span, .aap .aan, .abr .abq, .aje, .aje .ahr, .aje .aez .ahr {
    border-color: #689FA4;
}


.aje.aey .ajb:hover {
    background: inherit;
    color: inherit;
}
.ahn a, .ahn.afb a:hover {
    background-color: #666;
    color: #fff;
}
.ahn a:hover, .ahn.afb a {
    color: #fff;
}
#ado #aca .aak, #aev .abi, #aev .aab .acx .abl, #aev .aaq ul.ahb li img, #aev #act .abh .acr .abn .acn .abz, #aev #act .abh .acr .abt img, #aev #act .abh .abd, #aeu ul li article, figure.adf figcaption .aat, .aeg {
    border-color: #e1e0df;
}
.akn, .akn a, .ajh, .ajh a {
    color: #fff;
}
.ajx, .ake {
    background-color: inherit;
    color: #000;
}
.ajx, .ajx a, .ake {
    color: #000;
}
.akf {
    background-color:inherit;
    color: none;
}
.ajs, .ajw {
    border-color: #fff;
}
.ags aside .agr span {
    background-color: inherit;
    color: #e1e0df;
}
.akf, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .ags aside .abc li {
    border-color: none;
}
a, #ajd .aku.aid, .adv li:last-child a {
    color: #900;
}
#ajd .aku.aid {
    background-color: #fff;
}
#ajd a:hover .aku.aid {
    color: #fff;
}
h1 span::after, h2 span::after, h3 span::after, h4 span::after, h5 span::after, h6 span::after, #aff .aku.aid {
    background-color: #0B446A;
}
.aeo, #ahu li.ahv a, #ahu ul li.ahv ul .ahv > a {
    background-color: #004A60;
    color: #fff;
}
#ahu a:hover, #ahu li:hover > a, #ahu ul li li:hover > a{
    background-color: #209A49;
    color: #fff;
}

#ahu li:hover > a, #ahu ul li li:hover > a{
    background-color: #900;
    color: #fff;
}
.aeo em {
    color: inherit;
}
.aes .aix {
    border-color: #41A9CC;
}
#ahu li.ahv a, #ahu li:hover a {
    border-top-color: #400f10;
}
.aem .ags aside nav a:hover, .aem .ags aside nav .ahv > a {
    background-color: inherit;
    color: #41A9CC;
}
#add, .akg.afr li a:hover, .akg.afg li a:hover, .abf:hover, .acv:hover, .aap .abf.ahv, .abr .acv.ahv {
    background-color: #41A9CC;
    color: #fff;
}
.akg.afg li a:hover::before {
    border-right-color: #41A9CC;
}
.adh .ahc li.ui-tabs-active a {
    border-top-color: #41A9CC;
}
.aba a:hover {
    background-color: inherit;
    color: #41A9CC;
}
.akn, .aco.akj, .aco.aki, .aco.akh, #ajd ul {
    border-color: #41A9CC;
}
#agv section figure ul li a:hover::after {
    color: #41A9CC;
}
.akn {
    background-color: #004A60;
}
.aeo em, #ajd a:hover .aku.aid, .akn a, #ahl form input {
    background-color: #41A9CC;
}
#ael, .ake {
    border-color: #ffffff;
}
.ajw, #ael a, .ajs, .ajs a {
    color: #e1e0df;
}
.ajh, .ajw, #ael a {
    background-color: #;
}
.ajs, .ajs a, #aff form input {
    background-color: #209A49;
}
#ahl form button[type="submit"], #aff form input[type="submit"] {
    background-color: #d95558;
    color: inherit;
}
.flex-direction-nav a, .abs, .nivo-lightbox-overlay, .nivo-lightbox-ajax, #ahl form input, .aku.aid, .aeo, .aeo em, #aep a, #aff form input, #ahu ul, #ajd li, button.ahs.ajf, #agv section figure ul li a::after, blockquote, q, .afp em, .aje, code.ajv, .ada.akh blockquote::after, .ajf, .aeg, .agj, .agi, .agf, .agg, .agk, .agq, .ago, .agm, .age, .agn, .agc, .afu, .afw, .afv, .agd, .afo, .adq, .ajm, .ajp, .ajl, .ajn, .ajo, .ajq, .ajj, .ajr, .aji, .aiq {
    box-sizing: border-box;
}
.acy div {
    background-color: #666;
    color: #fff;
    margin-bottom: 30px;
}
@media screen and (max-width: 615px) {
#ahl, #ahq, #ahu, #aen, #ajd, .aem, .aes, #aff, #ael {
    margin: 0 auto;
    max-width: 90%;
}
.ako, .agh, .aex {
    display: inline-block;
    float: none;
}
.agj, .agj.afo, .agi, .agf, .agi.afo, .agf.afo, .agg, .agk, .agq, .agg.afo, .agk.afo, .agq.afo, .ago, .agm, .age, .agn, .ago.afo, .agm.afo, .age.afo, .agn.afo, .agc, .afu, .afw, .afv, .agd, .agc.afo, .afu.afo, .afw.afo, .afv.afo, .agd.afo {
    display: block;
    float: none;
    margin: 0 0 5%;
    padding: 0;
    width: auto;
}
#ahl .agh, #ahl .aex, #ahq .agh, #ahq .aex, #aen .agh, #aen .aex, #ael .agh, #ael .aex {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
}
#ahl .agh, #ahq .agh, #aen .agh, #ael .agh {
    margin-bottom: 20px;
}
#ahq, #ahq .aih {
    text-align: center;
}
#ajd ul, #ajd li {
    display: block;
    width: 100%;
}
#ajd li {
    border-color: inherit;
    border-width: 0 1px 1px;
}
#ajd li:last-child {
    border-bottom: medium none;
}
#act .akg li > ul {
    list-style: outside none none;
    margin: 0 0 0 20px;
    padding: 0;
}
.abh .agh.ajm, .abh .agh.aji {
    display: block;
    float: none;
    width: 100%;
}
}
@media screen and (max-width: 850px) {
#ahu ul {
    display: none;
}
}
@media screen and (min-width: 361px) {
#ahl, #ahq, #ahu, #aen, #ajd, .aem, .aes, #aff, #ael {
    margin: 0 auto;
    max-width: 95%;
}
}
@media screen and (min-width: 1140px) {
#ahl, #ahq, #ahu, #aen, #ajd, .aem, .aes, #aff, #ael, .acz {
    margin: 0 auto;
    max-width: 1140px;
}
}
@media screen and (min-width: 851px) and (max-width: 10000px) {
#ahu form {
    display: none;
}
}
@media screen and (max-width: 650px) {
.adz {
    display: block;
    margin: 0 0 30px;
    overflow-x: scroll;
    overflow-y: auto;
    padding: 0 0 15px;
    width: 100%;
}
.adz table, .adz .aje {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.abs {
    opacity: 0;
    visibility: hidden;
}
}
