@charset "UTF-8";
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face { font-family: 'FontAwesome'; src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?v=4.4.0"); src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.fa-lg { font-size: 1.33333333em; line-height: .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.28571429em; text-align: center; }

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

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

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

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

.fa-border { padding: .2em .25em .15em; border: solid .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; }

.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 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

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

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

.fa-flip-horizontal { 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 { 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; }

.fa-glass:before { content: "\f000"; }

.fa-music:before { content: "\f001"; }

.fa-search:before { content: "\f002"; }

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

.fa-heart:before { content: "\f004"; }

.fa-star:before { content: "\f005"; }

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

.fa-user:before { content: "\f007"; }

.fa-film:before { content: "\f008"; }

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

.fa-th:before { content: "\f00a"; }

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

.fa-check:before { content: "\f00c"; }

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

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

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

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

.fa-signal:before { content: "\f012"; }

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

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

.fa-home:before { content: "\f015"; }

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

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

.fa-road:before { content: "\f018"; }

.fa-download:before { content: "\f019"; }

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

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

.fa-inbox:before { content: "\f01c"; }

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

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

.fa-refresh:before { content: "\f021"; }

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

.fa-lock:before { content: "\f023"; }

.fa-flag:before { content: "\f024"; }

.fa-headphones:before { content: "\f025"; }

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

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

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

.fa-qrcode:before { content: "\f029"; }

.fa-barcode:before { content: "\f02a"; }

.fa-tag:before { content: "\f02b"; }

.fa-tags:before { content: "\f02c"; }

.fa-book:before { content: "\f02d"; }

.fa-bookmark:before { content: "\f02e"; }

.fa-print:before { content: "\f02f"; }

.fa-camera:before { content: "\f030"; }

.fa-font:before { content: "\f031"; }

.fa-bold:before { content: "\f032"; }

.fa-italic:before { content: "\f033"; }

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

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

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

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

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

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

.fa-list:before { content: "\f03a"; }

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

.fa-indent:before { content: "\f03c"; }

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

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

.fa-pencil:before { content: "\f040"; }

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

.fa-adjust:before { content: "\f042"; }

.fa-tint:before { content: "\f043"; }

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

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

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

.fa-arrows:before { content: "\f047"; }

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

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

.fa-backward:before { content: "\f04a"; }

.fa-play:before { content: "\f04b"; }

.fa-pause:before { content: "\f04c"; }

.fa-stop:before { content: "\f04d"; }

.fa-forward:before { content: "\f04e"; }

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

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

.fa-eject:before { content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before { content: "\f05b"; }

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

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

.fa-ban:before { content: "\f05e"; }

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

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

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

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

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

.fa-expand:before { content: "\f065"; }

.fa-compress:before { content: "\f066"; }

.fa-plus:before { content: "\f067"; }

.fa-minus:before { content: "\f068"; }

.fa-asterisk:before { content: "\f069"; }

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

.fa-gift:before { content: "\f06b"; }

.fa-leaf:before { content: "\f06c"; }

.fa-fire:before { content: "\f06d"; }

.fa-eye:before { content: "\f06e"; }

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

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

.fa-plane:before { content: "\f072"; }

.fa-calendar:before { content: "\f073"; }

.fa-random:before { content: "\f074"; }

.fa-comment:before { content: "\f075"; }

.fa-magnet:before { content: "\f076"; }

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

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

.fa-retweet:before { content: "\f079"; }

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

.fa-folder:before { content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before { content: "\f084"; }

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

.fa-comments:before { content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before { content: "\f091"; }

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

.fa-upload:before { content: "\f093"; }

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

.fa-phone:before { content: "\f095"; }

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

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

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

.fa-twitter:before { content: "\f099"; }

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

.fa-github:before { content: "\f09b"; }

.fa-unlock:before { content: "\f09c"; }

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

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

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

.fa-bullhorn:before { content: "\f0a1"; }

.fa-bell:before { content: "\f0f3"; }

.fa-certificate:before { content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before { content: "\f0ac"; }

.fa-wrench:before { content: "\f0ad"; }

.fa-tasks:before { content: "\f0ae"; }

.fa-filter:before { content: "\f0b0"; }

.fa-briefcase:before { content: "\f0b1"; }

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

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

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

.fa-cloud:before { content: "\f0c2"; }

.fa-flask:before { content: "\f0c3"; }

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

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

.fa-paperclip:before { content: "\f0c6"; }

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

.fa-square:before { content: "\f0c8"; }

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

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

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

.fa-strikethrough:before { content: "\f0cc"; }

.fa-underline:before { content: "\f0cd"; }

.fa-table:before { content: "\f0ce"; }

.fa-magic:before { content: "\f0d0"; }

.fa-truck:before { content: "\f0d1"; }

.fa-pinterest:before { content: "\f0d2"; }

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

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

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

.fa-money:before { content: "\f0d6"; }

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

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

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

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

.fa-columns:before { content: "\f0db"; }

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

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

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

.fa-envelope:before { content: "\f0e0"; }

.fa-linkedin:before { content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before { content: "\f0e8"; }

.fa-umbrella:before { content: "\f0e9"; }

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

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

.fa-exchange:before { content: "\f0ec"; }

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

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

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

.fa-stethoscope:before { content: "\f0f1"; }

.fa-suitcase:before { content: "\f0f2"; }

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

.fa-coffee:before { content: "\f0f4"; }

.fa-cutlery:before { content: "\f0f5"; }

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

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

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

.fa-ambulance:before { content: "\f0f9"; }

.fa-medkit:before { content: "\f0fa"; }

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

.fa-beer:before { content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before { content: "\f108"; }

.fa-laptop:before { content: "\f109"; }

.fa-tablet:before { content: "\f10a"; }

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

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

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

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

.fa-spinner:before { content: "\f110"; }

.fa-circle:before { content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before { content: "\f11b"; }

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

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

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

.fa-terminal:before { content: "\f120"; }

.fa-code:before { content: "\f121"; }

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

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

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

.fa-crop:before { content: "\f125"; }

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

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

.fa-question:before { content: "\f128"; }

.fa-info:before { content: "\f129"; }

.fa-exclamation:before { content: "\f12a"; }

.fa-superscript:before { content: "\f12b"; }

.fa-subscript:before { content: "\f12c"; }

.fa-eraser:before { content: "\f12d"; }

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

.fa-microphone:before { content: "\f130"; }

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

.fa-shield:before { content: "\f132"; }

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

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

.fa-rocket:before { content: "\f135"; }

.fa-maxcdn:before { content: "\f136"; }

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

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

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

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

.fa-html5:before { content: "\f13b"; }

.fa-css3:before { content: "\f13c"; }

.fa-anchor:before { content: "\f13d"; }

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

.fa-bullseye:before { content: "\f140"; }

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

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

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

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

.fa-ticket:before { content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before { content: "\f14e"; }

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

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

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

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

.fa-gbp:before { content: "\f154"; }

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

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

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

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

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

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

.fa-file:before { content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before { content: "\f167"; }

.fa-xing:before { content: "\f168"; }

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

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

.fa-dropbox:before { content: "\f16b"; }

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

.fa-instagram:before { content: "\f16d"; }

.fa-flickr:before { content: "\f16e"; }

.fa-adn:before { content: "\f170"; }

.fa-bitbucket:before { content: "\f171"; }

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

.fa-tumblr:before { content: "\f173"; }

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

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

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

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

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

.fa-apple:before { content: "\f179"; }

.fa-windows:before { content: "\f17a"; }

.fa-android:before { content: "\f17b"; }

.fa-linux:before { content: "\f17c"; }

.fa-dribbble:before { content: "\f17d"; }

.fa-skype:before { content: "\f17e"; }

.fa-foursquare:before { content: "\f180"; }

.fa-trello:before { content: "\f181"; }

.fa-female:before { content: "\f182"; }

.fa-male:before { content: "\f183"; }

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

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

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

.fa-archive:before { content: "\f187"; }

.fa-bug:before { content: "\f188"; }

.fa-vk:before { content: "\f189"; }

.fa-weibo:before { content: "\f18a"; }

.fa-renren:before { content: "\f18b"; }

.fa-pagelines:before { content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before { content: "\f193"; }

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

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

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

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

.fa-slack:before { content: "\f198"; }

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

.fa-wordpress:before { content: "\f19a"; }

.fa-openid:before { content: "\f19b"; }

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

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

.fa-yahoo:before { content: "\f19e"; }

.fa-google:before { content: "\f1a0"; }

.fa-reddit:before { content: "\f1a1"; }

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

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

.fa-stumbleupon:before { content: "\f1a4"; }

.fa-delicious:before { content: "\f1a5"; }

.fa-digg:before { content: "\f1a6"; }

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

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

.fa-drupal:before { content: "\f1a9"; }

.fa-joomla:before { content: "\f1aa"; }

.fa-language:before { content: "\f1ab"; }

.fa-fax:before { content: "\f1ac"; }

.fa-building:before { content: "\f1ad"; }

.fa-child:before { content: "\f1ae"; }

.fa-paw:before { content: "\f1b0"; }

.fa-spoon:before { content: "\f1b1"; }

.fa-cube:before { content: "\f1b2"; }

.fa-cubes:before { content: "\f1b3"; }

.fa-behance:before { content: "\f1b4"; }

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

.fa-steam:before { content: "\f1b6"; }

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

.fa-recycle:before { content: "\f1b8"; }

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

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

.fa-tree:before { content: "\f1bb"; }

.fa-spotify:before { content: "\f1bc"; }

.fa-deviantart:before { content: "\f1bd"; }

.fa-soundcloud:before { content: "\f1be"; }

.fa-database:before { content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before { content: "\f1ca"; }

.fa-codepen:before { content: "\f1cb"; }

.fa-jsfiddle:before { content: "\f1cc"; }

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

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

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

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

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

.fa-git:before { content: "\f1d3"; }

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

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

.fa-qq:before { content: "\f1d6"; }

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

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

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

.fa-history:before { content: "\f1da"; }

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

.fa-header:before { content: "\f1dc"; }

.fa-paragraph:before { content: "\f1dd"; }

.fa-sliders:before { content: "\f1de"; }

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

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

.fa-bomb:before { content: "\f1e2"; }

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

.fa-tty:before { content: "\f1e4"; }

.fa-binoculars:before { content: "\f1e5"; }

.fa-plug:before { content: "\f1e6"; }

.fa-slideshare:before { content: "\f1e7"; }

.fa-twitch:before { content: "\f1e8"; }

.fa-yelp:before { content: "\f1e9"; }

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

.fa-wifi:before { content: "\f1eb"; }

.fa-calculator:before { content: "\f1ec"; }

.fa-paypal:before { content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before { content: "\f1f8"; }

.fa-copyright:before { content: "\f1f9"; }

.fa-at:before { content: "\f1fa"; }

.fa-eyedropper:before { content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before { content: "\f202"; }

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

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

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

.fa-bicycle:before { content: "\f206"; }

.fa-bus:before { content: "\f207"; }

.fa-ioxhost:before { content: "\f208"; }

.fa-angellist:before { content: "\f209"; }

.fa-cc:before { content: "\f20a"; }

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

.fa-meanpath:before { content: "\f20c"; }

.fa-buysellads:before { content: "\f20d"; }

.fa-connectdevelop:before { content: "\f20e"; }

.fa-dashcube:before { content: "\f210"; }

.fa-forumbee:before { content: "\f211"; }

.fa-leanpub:before { content: "\f212"; }

.fa-sellsy:before { content: "\f213"; }

.fa-shirtsinbulk:before { content: "\f214"; }

.fa-simplybuilt:before { content: "\f215"; }

.fa-skyatlas:before { content: "\f216"; }

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

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

.fa-diamond:before { content: "\f219"; }

.fa-ship:before { content: "\f21a"; }

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

.fa-motorcycle:before { content: "\f21c"; }

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

.fa-heartbeat:before { content: "\f21e"; }

.fa-venus:before { content: "\f221"; }

.fa-mars:before { content: "\f222"; }

.fa-mercury:before { content: "\f223"; }

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

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

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

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

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

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

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

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

.fa-neuter:before { content: "\f22c"; }

.fa-genderless:before { content: "\f22d"; }

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

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

.fa-whatsapp:before { content: "\f232"; }

.fa-server:before { content: "\f233"; }

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

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

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

.fa-viacoin:before { content: "\f237"; }

.fa-train:before { content: "\f238"; }

.fa-subway:before { content: "\f239"; }

.fa-medium:before { content: "\f23a"; }

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

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

.fa-opencart:before { content: "\f23d"; }

.fa-expeditedssl:before { content: "\f23e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before { content: "\f24d"; }

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

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

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

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

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

.fa-hourglass:before { content: "\f254"; }

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

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

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

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

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

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

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

.fa-trademark:before { content: "\f25c"; }

.fa-registered:before { content: "\f25d"; }

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

.fa-gg:before { content: "\f260"; }

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

.fa-tripadvisor:before { content: "\f262"; }

.fa-odnoklassniki:before { content: "\f263"; }

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

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

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

.fa-safari:before { content: "\f267"; }

.fa-chrome:before { content: "\f268"; }

.fa-firefox:before { content: "\f269"; }

.fa-opera:before { content: "\f26a"; }

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

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

.fa-contao:before { content: "\f26d"; }

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

.fa-amazon:before { content: "\f270"; }

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

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

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

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

.fa-industry:before { content: "\f275"; }

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

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

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

.fa-map:before { content: "\f279"; }

.fa-commenting:before { content: "\f27a"; }

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

.fa-houzz:before { content: "\f27c"; }

.fa-vimeo:before { content: "\f27d"; }

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

.fa-fonticons:before { content: "\f280"; }

/** Bootstrap v3.0.0 **/
hr, img { border: 0; }

body, figure { margin: 0; }

.breadcrumb, .carousel-indicators, .dropdown-menu, .media-list, .nav, .pager { list-style: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

[hidden] { display: none; }

html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

a:active, a:hover { outline: 0; }

h1 { margin: .67em 0; }

b, strong { font-weight: 700; }

dfn { font-style: italic; }

hr { height: 0; -moz-box-sizing: content-box; box-sizing: content-box; }

mark { color: #000; background: #ff0; }

code, kbd, pre, samp { font-family: monospace,serif; font-size: 1em; }

pre { white-space: pre-wrap; }

q { quotes: "\201C" "\201D" "\2018" "\2019"; }

sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }

sup { top: -.5em; }

sub { bottom: -.25em; }

img { vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

button, select { text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }

button[disabled], html input[disabled] { cursor: default; }

input[type=checkbox], input[type=radio] { padding: 0; box-sizing: border-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }

textarea { overflow: auto; vertical-align: top; }

table { border-collapse: collapse; border-spacing: 0; }

@media print { blockquote, img, pre, tr { page-break-inside: avoid; }
  * { color: #000 !important; text-shadow: none !important; background: 0 0 !important; box-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  blockquote, pre { border: 1px solid #999; }
  thead { display: table-header-group; }
  img { max-width: 100% !important; }
  @page { margin: 2cm .5cm; }
  h2, h3, p { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .navbar { display: none; }
  .table td, .table th { background-color: #fff !important; }
  .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; }
  .label { border: 1px solid #000; }
  .table { border-collapse: collapse !important; }
  .table-bordered td, .table-bordered th { border: 1px solid #ddd !important; } }
pre code, table { background-color: transparent; }

*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; -webkit-tap-highlight-color: transparent; }

body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.428571429; color: #333; background-color: #fff; }

button, input, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }

button, input, select[multiple], textarea { background-image: none; }

a { color: #428bca; text-decoration: none; }

a:focus, a:hover { color: #2a6496; text-decoration: underline; }

a:focus { outline: #333 dotted thin; outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px; }

.img-responsive { display: block; height: auto; max-width: 100%; }

.img-rounded { border-radius: 6px; }

.img-circle { border-radius: 50%; }

hr { margin-top: 20px; margin-bottom: 20px; border-top: 1px solid #eee; }

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

.collapsing, .dropdown, .input-group, .input-group-btn, .input-group-btn > .btn { position: relative; }

p { margin: 0 0 10px; }

.lead { margin-bottom: 20px; font-size: 16.1px; font-weight: 200; line-height: 1.4; }

h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }

@media (min-width: 768px) { .lead { font-size: 21px; } }
small { font-size: 85%; }

cite { font-style: normal; }

.text-muted { color: #999; }

.text-primary { color: #428bca; }

.text-warning { color: #c09853; }

.text-danger { color: #b94a48; }

.text-success { color: #468847; }

.text-info { color: #3a87ad; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: "Open Sans Condensed",Helvetica,Arial,sans-serif; font-weight: 700; line-height: 1.1; }

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: 400; line-height: 1; color: #999; }

legend, pre { color: #333; }

h1, h2, h3 { margin-top: 20px; }

h4, h5, h6 { margin-top: 10px; }

.h1, h1 { font-size: 38px; }

.h2, h2 { font-size: 32px; }

.h3, h3 { font-size: 24px; }

.h4, h4 { font-size: 18px; }

.h5, h5 { font-size: 14px; }

.h6, h6 { font-size: 12px; }

.h1 small, h1 small { font-size: 24px; }

.h2 small, h2 small { font-size: 18px; }

.h3 small, .h4 small, h3 small, h4 small { font-size: 14px; }

.page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee; }

blockquote p:last-child, ol ol, ol ul, ul ol, ul ul { margin-bottom: 0; }

.table, address, dl, legend, pre.prettyprint { margin-bottom: 20px; }

ol, ul { margin-top: 0; margin-bottom: 10px; }

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

.list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; }

dd, dt { line-height: 1.428571429; }

dt { font-weight: 700; }

dd { margin-left: 0; }

@media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; }
  .dl-horizontal dd:after, .dl-horizontal dd:before { display: table; content: " "; }
  .dl-horizontal dd:after { clear: both; } }
.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container:after, .dropdown-menu > li > a, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .pager:after, .row:after, .tabbable:after { clear: both; }

address, pre { display: block; }

abbr[data-original-title], abbr[title] { cursor: help; border-bottom: 1px dotted #999; }

abbr.initialism { font-size: 90%; text-transform: uppercase; }

blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eee; }

blockquote p { font-size: 17.5px; font-weight: 300; line-height: 1.25; }

address, blockquote small, pre { line-height: 1.428571429; }

blockquote small { display: block; color: #999; }

blockquote small:before { content: '\2014 \00A0'; }

blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eee; border-left: 0; }

blockquote.pull-right p, blockquote.pull-right small { text-align: right; }

blockquote.pull-right small:before { content: ''; }

blockquote.pull-right small:after { content: '\00A0 \2014'; }

blockquote:after, blockquote:before, q:after, q:before { content: ""; }

address { font-style: normal; }

code, pre { font-family: Monaco,Menlo,Consolas,"Courier New",monospace; }

code { padding: 2px 4px; font-size: 90%; color: #c7254e; white-space: nowrap; background-color: #f9f2f4; border-radius: 4px; }

pre { padding: 9.5px; margin: 0 0 10px; font-size: 13px; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; }

.container:after, .container:before, .row:after, .row:before { display: table; content: " "; }

pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; border: 0; }

.pre-scrollable { max-height: 340px; overflow-y: scroll; }

.container { margin-right: auto; margin-left: auto; }

.row .row { margin-right: -15px; margin-left: -15px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { float: left; }

.col-xs-1 { width: 8.333333333333332%; }

.col-xs-2 { width: 16.666666666666664%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.33333333333333%; }

.col-xs-5 { width: 41.66666666666667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.333333333333336%; }

.col-xs-8 { width: 66.66666666666666%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.33333333333334%; }

.col-xs-11 { width: 91.66666666666666%; }

.col-xs-12 { width: 100%; }

@media (min-width: 768px) { .container .row { margin-right: -15px; margin-left: -15px; }
  .container { max-width: 720px; }
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 { float: left; }
  .col-sm-1 { width: 8.333333333333332%; }
  .col-sm-2 { width: 16.666666666666664%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333333333333%; }
  .col-sm-5 { width: 41.66666666666667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.333333333333336%; }
  .col-sm-8 { width: 66.66666666666666%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.33333333333334%; }
  .col-sm-11 { width: 91.66666666666666%; }
  .col-sm-12 { width: 100%; }
  .col-sm-push-1 { left: 8.333333333333332%; }
  .col-sm-push-2 { left: 16.666666666666664%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.33333333333333%; }
  .col-sm-push-5 { left: 41.66666666666667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.333333333333336%; }
  .col-sm-push-8 { left: 66.66666666666666%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.33333333333334%; }
  .col-sm-push-11 { left: 91.66666666666666%; }
  .col-sm-pull-1 { right: 8.333333333333332%; }
  .col-sm-pull-2 { right: 16.666666666666664%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.33333333333333%; }
  .col-sm-pull-5 { right: 41.66666666666667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.333333333333336%; }
  .col-sm-pull-8 { right: 66.66666666666666%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.33333333333334%; }
  .col-sm-pull-11 { right: 91.66666666666666%; }
  .col-sm-offset-1 { margin-left: 8.333333333333332%; }
  .col-sm-offset-2 { margin-left: 16.666666666666664%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333333333333%; }
  .col-sm-offset-5 { margin-left: 41.66666666666667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.333333333333336%; }
  .col-sm-offset-8 { margin-left: 66.66666666666666%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333333333334%; }
  .col-sm-offset-11 { margin-left: 91.66666666666666%; } }
@media (min-width: 992px) { .container { max-width: 940px; }
  .col-md-1, .col-md-10, .col-md-11, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 { float: left; }
  .col-md-1 { width: 8.333333333333332%; }
  .col-md-2 { width: 16.666666666666664%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333333333333%; }
  .col-md-5 { width: 41.66666666666667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.333333333333336%; }
  .col-md-8 { width: 66.66666666666666%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.33333333333334%; }
  .col-md-11 { width: 91.66666666666666%; }
  .col-md-12 { width: 100%; }
  .col-md-push-1 { left: 8.333333333333332%; }
  .col-md-push-2 { left: 16.666666666666664%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.33333333333333%; }
  .col-md-push-5 { left: 41.66666666666667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.333333333333336%; }
  .col-md-push-8 { left: 66.66666666666666%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.33333333333334%; }
  .col-md-push-11 { left: 91.66666666666666%; }
  .col-md-pull-1 { right: 8.333333333333332%; }
  .col-md-pull-2 { right: 16.666666666666664%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.33333333333333%; }
  .col-md-pull-5 { right: 41.66666666666667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.333333333333336%; }
  .col-md-pull-8 { right: 66.66666666666666%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.33333333333334%; }
  .col-md-pull-11 { right: 91.66666666666666%; }
  .col-md-offset-1 { margin-left: 8.333333333333332%; }
  .col-md-offset-2 { margin-left: 16.666666666666664%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333333333333%; }
  .col-md-offset-5 { margin-left: 41.66666666666667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.333333333333336%; }
  .col-md-offset-8 { margin-left: 66.66666666666666%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333333333334%; }
  .col-md-offset-11 { margin-left: 91.66666666666666%; } }
@media (min-width: 1200px) { .container { max-width: 1140px; }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { float: left; }
  .col-lg-1 { width: 8.333333333333332%; }
  .col-lg-2 { width: 16.666666666666664%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333333333333%; }
  .col-lg-5 { width: 41.66666666666667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.333333333333336%; }
  .col-lg-8 { width: 66.66666666666666%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333333333334%; }
  .col-lg-11 { width: 91.66666666666666%; }
  .col-lg-12 { width: 100%; }
  .col-lg-push-1 { left: 8.333333333333332%; }
  .col-lg-push-2 { left: 16.666666666666664%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.33333333333333%; }
  .col-lg-push-5 { left: 41.66666666666667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.333333333333336%; }
  .col-lg-push-8 { left: 66.66666666666666%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.33333333333334%; }
  .col-lg-push-11 { left: 91.66666666666666%; }
  .col-lg-pull-1 { right: 8.333333333333332%; }
  .col-lg-pull-2 { right: 16.666666666666664%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.33333333333333%; }
  .col-lg-pull-5 { right: 41.66666666666667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.333333333333336%; }
  .col-lg-pull-8 { right: 66.66666666666666%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.33333333333334%; }
  .col-lg-pull-11 { right: 91.66666666666666%; }
  .col-lg-offset-1 { margin-left: 8.333333333333332%; }
  .col-lg-offset-2 { margin-left: 16.666666666666664%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.33333333333333%; }
  .col-lg-offset-5 { margin-left: 41.66666666666667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.333333333333336%; }
  .col-lg-offset-8 { margin-left: 66.66666666666666%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.33333333333334%; }
  .col-lg-offset-11 { margin-left: 91.66666666666666%; } }
.btn-block, .form-control, .table, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block, legend { width: 100%; }

table { max-width: 100%; }

th { text-align: left; }

.table tbody > tr > td, .table tbody > tr > th, .table tfoot > tr > td, .table tfoot > tr > th, .table thead > tr > td, .table thead > tr > th { padding: 8px; line-height: 1.428571429; vertical-align: top; border-top: 1px solid #ddd; }

.table thead > tr > th { vertical-align: bottom; }

.btn, .btn-group, .btn-group-vertical, .caret, .checkbox, .checkbox-inline, .form-control, .radio, .radio-inline { vertical-align: middle; }

.table caption + thead tr:first-child td, .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th { border-top: 0; }

.table tbody + tbody { border-top: 2px solid #ddd; }

.table .table { background-color: #fff; }

.table-condensed tbody > tr > td, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > td, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed thead > tr > th { padding: 5px; }

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border: 1px solid #ddd; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active { background-color: #f5f5f5; }

table col[class^=col-] { display: table-column; float: none; }

table td[class^=col-], table th[class^=col-] { display: table-cell; float: none; }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success { background-color: #dff0d8; border-color: #d6e9c6; }

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover { background-color: #d0e9c6; border-color: #c9e2b3; }

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger { background-color: #f2dede; border-color: #eed3d7; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover { background-color: #ebcccc; border-color: #e6c1c7; }

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning { background-color: #fcf8e3; border-color: #fbeed5; }

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover { background-color: #faf2cc; border-color: #f8e5be; }

fieldset, legend { padding: 0; border: 0; }

fieldset { margin: 0; }

legend { display: block; font-size: 21px; line-height: inherit; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; margin-bottom: 5px; font-weight: 700; }

.form-control, input[type=file] { display: block; }

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

input[type=checkbox], input[type=radio] { margin: 4px 0 0; margin-top: 1px\9; line-height: normal; }

select[multiple], select[size] { height: auto; }

select optgroup { font-family: inherit; font-size: inherit; font-style: inherit; }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus { outline: #333 dotted thin; outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto; }

.form-control:-moz-placeholder { color: #999; }

.form-control::-moz-placeholder { color: #999; }

.form-control:-ms-input-placeholder { color: #999; }

.form-control::-webkit-input-placeholder { color: #999; }

.form-control { height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

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

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; }

textarea.form-control { height: auto; }

.form-group { margin-bottom: 15px; }

.checkbox, .radio { display: block; min-height: 20px; padding-left: 20px; margin-top: 10px; margin-bottom: 10px; }

.checkbox label, .radio label { display: inline; margin-bottom: 0; font-weight: 400; cursor: pointer; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { float: left; margin-left: -20px; }

.checkbox + .checkbox, .radio + .radio { margin-top: -5px; }

.checkbox-inline, .radio-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline { margin-top: 0; margin-left: 10px; }

.checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline { cursor: not-allowed; }

.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

select.input-sm { height: 30px; line-height: 30px; }

textarea.input-sm { height: auto; }

.input-lg { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }

select.input-lg { height: 45px; line-height: 45px; }

textarea.input-lg { height: auto; }

.has-warning .control-label, .has-warning .help-block { color: #c09853; }

.has-warning .form-control { border-color: #c09853; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus { border-color: #a47e3c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.has-warning .input-group-addon { color: #c09853; background-color: #fcf8e3; border-color: #c09853; }

.has-error .control-label, .has-error .help-block { color: #b94a48; }

.has-error .form-control { border-color: #b94a48; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus { border-color: #953b39; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.has-error .input-group-addon { color: #b94a48; background-color: #f2dede; border-color: #b94a48; }

.has-success .control-label, .has-success .help-block { color: #468847; }

.has-success .form-control { border-color: #468847; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus { border-color: #356635; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.has-success .input-group-addon { color: #468847; background-color: #dff0d8; border-color: #468847; }

.form-control-static { padding-top: 6px; margin-bottom: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; }

@media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; }
  .form-inline .checkbox, .form-inline .radio { display: inline-block; padding-left: 0; margin-top: 0; margin-bottom: 0; }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] { float: none; margin-left: 0; }
  .container .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } }
.form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio-inline { padding-top: 6px; }

.form-horizontal .form-group:after, .form-horizontal .form-group:before { display: table; content: " "; }

.form-horizontal .form-group .row { margin-right: -15px; margin-left: -15px; }

@media (min-width: 768px) { .form-horizontal .control-label { text-align: right; } }
.btn, .input-group-addon, .nav-justified > li > a, .pager { text-align: center; }

.btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.428571429; white-space: nowrap; cursor: pointer; border: none; border-bottom: 1px solid transparent; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

.btn:focus { outline: #333 dotted thin; outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px; }

.btn-group .dropdown-toggle:active, .btn-group-vertical > .btn:focus, .btn-group.open .dropdown-toggle, .btn-group > .btn:focus, .btn.active, .btn:active, .dropdown-toggle:focus, .modal-content, .open > a { outline: 0; }

.btn:focus, .btn:hover { color: #333; text-decoration: none; }

.btn.active, .btn:active { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; opacity: .65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover { color: #333; background-color: #ebebeb; border-color: #adadad; }

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover { background-color: #fff; border-color: #ccc; }

.btn-primary { color: #fff; background-color: #7bb0e7; border-color: #6693C2; }

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover { color: #fff; background-color: #3276b1; border-color: #285e8e; }

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { background-color: #428bca; border-color: #357ebd; }

.btn-warning { color: #fff; background-color: #edae44; border-color: #CA9336; }

.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover { color: #fff; background-color: #ed9c28; border-color: #d58512; }

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover { background-color: #f0ad4e; border-color: #eea236; }

.btn-danger { color: #fff; background-color: #B02B2C; border-color: #8B2121; }

.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover { color: #fff; background-color: #d2322d; border-color: #ac2925; }

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover { background-color: #d9534f; border-color: #d43f3a; }

.btn-success { color: #fff; background-color: #83a846; border-color: #6F8F3B; }

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover { color: #fff; background-color: #6e8e36; border-color: #62822a; }

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover { background-color: #5cb85c; border-color: #4cae4c; }

.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }

.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover { color: #fff; background-color: #39b3d7; border-color: #269abc; }

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover { background-color: #5bc0de; border-color: #46b8da; }

.btn-link { font-weight: 400; color: #428bca; cursor: pointer; border-radius: 0; }

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover { border-color: transparent; }

.btn-link:focus, .btn-link:hover { color: #2a6496; text-decoration: underline; background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover { color: #999; text-decoration: none; }

.btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }

.btn-sm, .btn-xs { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-xs { padding: .35em .65em; }

.btn-block, .input-group.col { padding-right: 0; padding-left: 0; }

.btn-block { display: block; }

.btn-block + .btn-block { margin-top: 5px; }

.fade { opacity: 0; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; }

.fade.in { opacity: 1; }

.collapse { display: none; }

.collapse.in { display: block; }

.collapsing { height: 0; overflow: hidden; -webkit-transition: height .35s ease; transition: height .35s ease; }

.input-group { display: table; border-collapse: separate; }

.input-group.col { float: none; }

.input-group .form-control { width: 100%; margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; }

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn { height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; }

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn { height: auto; }

.input-group .form-control, .input-group-addon, .input-group-btn { display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) { border-radius: 0; }

.input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }

.input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; }

.input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; }

.input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] { margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group-addon:first-child { border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.input-group-addon:last-child { border-left: 0; }

.input-group-btn { white-space: nowrap; }

.input-group-btn > .btn + .btn { margin-left: -4px; }

.input-group-btn > .btn:active, .input-group-btn > .btn:hover { z-index: 2; }

.caret { display: inline-block; width: 0; height: 0; margin-left: 2px; border-top: 4px solid #000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; }

.close, .list-group-item > .badge { float: right; }

.dropdown-header, .dropdown-menu > li > a { padding: 3px 20px; line-height: 1.428571429; display: block; }

.dropdown-menu.pull-right { right: 0; left: auto; }

.dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }

.dropdown-menu > li > a { font-weight: 400; color: #333; white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { color: #fff; text-decoration: none; background-color: #428bca; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { color: #fff; text-decoration: none; background-color: #428bca; outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { color: #999; }

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.open > .dropdown-menu { display: block; }

.dropdown-header { font-size: 12px; color: #999; }

.dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; }

.pull-right > .dropdown-menu { right: 0; left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid #000; content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; }

.list-group { padding-left: 0; margin-bottom: 20px; }

.list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; }

.list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; }

.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }

.list-group-item > .badge + .badge { margin-right: 5px; }

a.list-group-item { color: #555; }

a.list-group-item .list-group-item-heading { color: #333; }

a.list-group-item:focus, a.list-group-item:hover { text-decoration: none; background-color: #f5f5f5; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { z-index: 2; color: #fff; background-color: #428bca; border-color: #428bca; }

.list-group-item.active .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading { color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text { color: #e1edf7; }

.list-group-item-heading { margin-top: 0; margin-bottom: 5px; }

.list-group-item-text { margin-bottom: 0; line-height: 1.3; }

.panel { margin-bottom: 20px; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel .list-group, .panel-title { margin-bottom: 0; }

.panel-body { padding: 15px; }

.panel-footer, .panel-heading { padding: 10px 15px; background-color: #f5f5f5; }

.panel .list-group .list-group-item { border-width: 1px 0; }

.panel .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }

.panel .list-group .list-group-item:last-child { border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; }

.panel-footer, .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #ddd; }

.panel-heading { border-bottom: 1px solid #ddd; border-top-right-radius: 3px; border-top-left-radius: 3px; }

.panel-title { margin-top: 0; font-size: 17.5px; }

.panel-title > a { color: inherit; }

.panel-footer { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }

.panel-group .panel { margin-bottom: 0; overflow: hidden; border-radius: 4px; }

.panel-group .panel + .panel { margin-top: 5px; }

.panel-group .panel-heading { border-bottom: 0; }

.panel-group .panel-footer { border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; }

.panel-primary { border-color: #428bca; }

.panel-primary > .panel-heading { color: #fff; background-color: #428bca; border-color: #428bca; }

.panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #428bca; }

.panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #428bca; }

.panel-success { border-color: #d6e9c6; }

.panel-success > .panel-heading { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; }

.panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; }

.panel-warning { border-color: #fbeed5; }

.panel-warning > .panel-heading { color: #c09853; background-color: #fcf8e3; border-color: #fbeed5; }

.panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #fbeed5; }

.panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #fbeed5; }

.panel-danger { border-color: #eed3d7; }

.panel-danger > .panel-heading { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; }

.panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #eed3d7; }

.panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #eed3d7; }

.panel-info { border-color: #bce8f1; }

.panel-info > .panel-heading { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; }

.panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; }

.well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); }

.well-lg { padding: 24px; border-radius: 6px; }

.well-sm { padding: 9px; border-radius: 3px; }

.close { font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .2; filter: alpha(opacity=20); }

.close:focus, .close:hover { color: #000; text-decoration: none; cursor: pointer; opacity: .5; filter: alpha(opacity=50); }

button.close { padding: 0; cursor: pointer; background: 0 0; border: 0; -webkit-appearance: none; }

.modal-content, .popover { background-clip: padding-box; }

.nav { padding-left: 0; margin-bottom: 0; }

.nav:after, .nav:before { display: table; content: " "; }

.nav > li, .nav > li > a { display: block; position: relative; }

.nav > li > a { padding: 10px 15px; }

.navbar-collapse, .navbar-header { padding-right: 15px; padding-left: 15px; }

.nav > li > a:focus, .nav > li > a:hover { text-decoration: none; background-color: #eee; }

.nav > li.disabled > a { color: #999; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover { color: #999; text-decoration: none; cursor: not-allowed; background-color: transparent; }

.nav.open > a, .nav.open > a:focus, .nav.open > a:hover { color: #fff; background-color: #428bca; border-color: #428bca; }

.nav.open > a .caret, .nav.open > a:focus .caret, .nav.open > a:hover .caret { border-top-color: #fff; border-bottom-color: #fff; }

.nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }

.nav > li > a > img { max-width: none; }

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

.nav-tabs > li { float: left; margin-bottom: -1px; }

.nav-tabs > li > a { margin-right: 2px; line-height: 1.428571429; border: 1px solid transparent; border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover { border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; }

.nav-tabs.nav-justified { width: 100%; border-bottom: 0; }

.nav-tabs.nav-justified > li { display: table-cell; float: none; width: 1%; }

.nav-tabs.nav-justified > li > a { text-align: center; margin-right: 0; border-bottom: 1px solid #ddd; }

.nav-tabs.nav-justified > .active > a { border-bottom-color: #fff; }

.nav-pills > li { float: left; }

.nav-pills > li > a { border-radius: 5px; }

.nav-pills > li + li { margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { color: #fff; background-color: #428bca; }

.nav-stacked > li { float: none; }

.nav-stacked > li + li { margin-top: 2px; margin-left: 0; }

.nav-justified { width: 100%; }

.nav-justified > li { display: table-cell; float: none; width: 1%; }

.btn-group > .btn-group, .btn-toolbar .btn-group, .navbar-brand, .navbar-text { float: left; }

.nav-tabs-justified { border-bottom: 0; }

.nav-tabs-justified > li > a { margin-right: 0; border-bottom: 1px solid #ddd; }

.nav-tabs-justified > .active > a { border-bottom-color: #fff; }

.tabbable:after, .tabbable:before { display: table; content: " "; }

.pill-content > .pill-pane, .tab-content > .tab-pane { display: none; }

.pill-content > .active, .tab-content > .active { display: block; }

.navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before { display: table; content: " "; }

.nav .caret { border-top-color: #428bca; border-bottom-color: #428bca; }

.nav a:hover .caret { border-top-color: #2a6496; border-bottom-color: #2a6496; }

.nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; }

.navbar { position: relative; min-height: 50px; margin-bottom: 0; background-color: #f8f8f8; border: 1px solid #e7e7e7; }

.navbar:after { clear: both; }

.navbar-collapse { max-height: 340px; overflow-x: visible; overflow-y: auto; border-top: 1px solid #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; }

@media (min-width: 768px) { .navbar { border-radius: 4px; }
  .navbar-header { float: left; }
  .navbar-collapse { width: auto; padding-right: 0; padding-left: 0; border-top: 0; box-shadow: none; }
  .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; }
  .navbar-static-top { border-width: 0 0 1px; border-radius: 0; }
  .navbar-fixed-bottom, .navbar-fixed-top { border-radius: 0; } }
.navbar-fixed-bottom, .navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 1030; border-width: 0 0 1px; }

.navbar-fixed-top { top: 0; }

.navbar-fixed-bottom { bottom: 0; margin-bottom: 0; }

.navbar-brand { padding-top: 15px; padding-bottom: 15px; font-size: 18px; line-height: 20px; color: #777; }

.navbar-brand:focus, .navbar-brand:hover { color: #5e5e5e; text-decoration: none; background-color: transparent; }

.navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; border: 1px solid #ddd; border-radius: 4px; }

.navbar-toggle:focus, .navbar-toggle:hover { background-color: #ddd; }

.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; background-color: #ccc; border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }

@media (min-width: 768px) { .navbar-toggle { position: relative; top: auto; left: auto; display: none; } }
.navbar-nav { padding-top: 7.5px; padding-bottom: 7.5px; margin-right: -15px; margin-left: -15px; }

.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; color: #777; }

.navbar-nav > li > a:focus, .navbar-nav > li > a:hover { color: #333; background-color: transparent; }

.navbar-nav > .active > a, .navbar-nav > .active > a:focus, .navbar-nav > .active > a:hover { color: #555; background-color: #e7e7e7; }

.navbar-nav > .disabled > a, .navbar-nav > .disabled > a:focus, .navbar-nav > .disabled > a:hover { color: #ccc; background-color: transparent; }

@media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a { padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; color: #777; }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover { color: #333; background-color: transparent; background-image: none; }
  .navbar-nav .open .dropdown-menu > .active > a, .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-nav .open .dropdown-menu > .active > a:hover { color: #555; background-color: #e7e7e7; }
  .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-nav .open .dropdown-menu > .disabled > a:hover { color: #ccc; background-color: transparent; } }
.progress-striped .progress-bar, .progress-striped .progress-bar-danger { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

@media (min-width: 768px) { .navbar-nav { float: left; padding-top: 0; padding-bottom: 0; margin: 0; }
  .navbar-nav > li { float: left; }
  .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; }
  .navbar-left { float: left !important; }
  .navbar-right { float: right !important; }
  .navbar-right .dropdown-menu { right: 0; left: auto; } }
.navbar-form { padding: 10px 15px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; margin: 8px -15px; }

@media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .navbar-form .form-control { display: inline-block; }
  .navbar-form .checkbox, .navbar-form .radio { display: inline-block; padding-left: 0; margin-top: 0; margin-bottom: 0; }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] { float: none; margin-left: 0; }
  .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; } }
@media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } }
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle, .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child, .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.navbar-nav > .dropdown > a:focus .caret, .navbar-nav > .dropdown > a:hover .caret { border-top-color: #333; border-bottom-color: #333; }

.navbar-nav > .open > a, .navbar-nav > .open > a:focus, .navbar-nav > .open > a:hover { color: #555; background-color: #e7e7e7; }

.navbar-nav > .open > a .caret, .navbar-nav > .open > a:focus .caret, .navbar-nav > .open > a:hover .caret { border-top-color: #555; border-bottom-color: #555; }

.navbar-nav > .dropdown > a .caret { border-top-color: #777; border-bottom-color: #777; }

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right { right: 0; left: auto; }

.modal, .modal-backdrop { top: 0; right: 0; bottom: 0; left: 0; }

.navbar-btn { margin-top: 8px; margin-bottom: 8px; }

.navbar-text { margin-top: 15px; margin-bottom: 15px; color: #777; }

.navbar-link { color: #777; }

.navbar-link:hover { color: #333; }

.navbar-inverse { background-color: #222; border-color: #080808; }

.navbar-inverse .navbar-brand { color: #999; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover { color: #fff; background-color: transparent; }

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text { color: #999; }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover { color: #fff; background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { color: #fff; background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover { color: #444; background-color: transparent; }

.navbar-inverse .navbar-toggle { border-color: #333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; }

.navbar-inverse .navbar-collapse { border-top-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover { color: #fff; background-color: #080808; }

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret { border-top-color: #fff; border-bottom-color: #fff; }

.navbar-inverse .navbar-nav > .dropdown > a .caret { border-top-color: #999; border-bottom-color: #999; }

.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret { border-top-color: #fff; border-bottom-color: #fff; }

@media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover { color: #fff; background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover { color: #fff; background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover { color: #444; background-color: transparent; } }
.navbar-inverse .navbar-link { color: #999; }

.navbar-inverse .navbar-link:hover { color: #fff; }

.btn-default .caret { border-top-color: #333; }

.btn-danger .caret, .btn-info .caret, .btn-primary .caret, .btn-success .caret, .btn-warning .caret { border-top-color: #fff; }

.btn-default .dropup .caret { border-bottom-color: #333; }

.btn-danger .dropup .caret, .btn-info .dropup .caret, .btn-primary .dropup .caret, .btn-success .dropup .caret, .btn-warning .dropup .caret { border-bottom-color: #fff; }

.btn-group, .btn-group-vertical { position: relative; display: inline-block; }

.btn-group-vertical > .btn, .btn-group > .btn { position: relative; float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; }

.btn-toolbar:after, .btn-toolbar:before { display: table; content: " "; }

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn-group + .btn-group { margin-left: 5px; }

.btn .caret, .btn-group > .btn:first-child { margin-left: 0; }

.btn-group-sm > .btn, .btn-group-xs > .btn { font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-group-xs > .btn { padding: 3px 5px; }

.btn-group-sm > .btn { padding: 5px 10px; }

.btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }

.btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px; }

.btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-lg .caret { border-width: 5px; }

.dropup .btn-lg .caret { border-bottom-width: 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group { display: block; float: none; width: 100%; max-width: 100%; }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before { display: table; content: " "; }

.btn-group-vertical > .btn-group > .btn { float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-bottom-left-radius: 4px; border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }

.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }

.btn-group-justified { display: table; width: 100%; border-collapse: separate; table-layout: fixed; }

.btn-group-justified .btn { display: table-cell; float: none; width: 1%; }

[data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] { display: none; }

.breadcrumb > li, .pagination { display: inline-block; }

.breadcrumb { color: #888; font-size: .85em; padding: 10px 15px; margin-bottom: 20px; background-color: #efefef; border-radius: 4px; }

.breadcrumb > li + li:before { padding: 0 1px; color: #888; content: "/\00a0"; }

.breadcrumb a, .breadcrumb a:hover, .breadcrumb > .active { color: #888; }

.pagination { padding-left: 0; margin: 20px 0; border-radius: 4px; }

.pagination > li { display: inline; }

.pagination > li > a, .pagination > li > span { float: left; padding: 6px 12px; line-height: 1.428571429; text-decoration: none; background-color: #fff; border: 1px solid #ddd; border-left-width: 0; }

.pagination > li:first-child > a, .pagination > li:first-child > span { border-left-width: 1px; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }

.pagination > .active > a, .pagination > .active > span, .pagination > li > a:focus, .pagination > li > a:hover { background-color: #f5f5f5; }

.pagination > .active > a, .pagination > .active > span { color: #999; cursor: default; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span { color: #999; cursor: not-allowed; background-color: #fff; }

.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }

.pager { padding-left: 0; margin: 20px 0; }

.pager:after, .pager:before { display: table; content: " "; }

.pager li { display: inline; }

.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover { text-decoration: none; background-color: #f5f5f5; }

.pager .next > a, .pager .next > span { float: right; }

.pager .previous > a, .pager .previous > span { float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span { color: #999; cursor: not-allowed; background-color: #fff; }

.modal-open { overflow: hidden; }

.modal { position: fixed; z-index: 1040; display: none; overflow: auto; overflow-y: scroll; }

.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform .3s ease-out; -moz-transition: -moz-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; }

.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

.modal-dialog { z-index: 1050; width: auto; padding: 10px; margin-right: auto; margin-left: auto; }

.modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop { position: fixed; z-index: 1030; background-color: #000; }

.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); }

.modal-backdrop.in { opacity: .5; filter: alpha(opacity=50); }

.modal-header { min-height: 16.43px; padding: 15px; border-bottom: 1px solid #e5e5e5; }

.modal-header .close { margin-top: -2px; }

.modal-title { margin: 0; line-height: 1.428571429; }

.modal-body { position: relative; padding: 20px; }

.popover, .tooltip, .tooltip-arrow { position: absolute; }

.modal-footer { padding: 19px 20px 20px; margin-top: 15px; text-align: right; border-top: 1px solid #e5e5e5; }

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

.modal-footer:after, .modal-footer:before { display: table; content: " "; }

.modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; }

.modal-footer .btn-group .btn + .btn { margin-left: -1px; }

.modal-footer .btn-block + .btn-block { margin-left: 0; }

@media screen and (min-width: 768px) { .modal-dialog { right: auto; left: 50%; width: 600px; padding-top: 30px; padding-bottom: 30px; }
  .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
.tooltip { z-index: 1030; display: block; font-size: 12px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); visibility: visible; }

.tooltip.in { opacity: .9; filter: alpha(opacity=90); }

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

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

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

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

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

.tooltip-arrow { width: 0; height: 0; border-color: transparent; border-style: solid; }

.tooltip.top .tooltip-arrow { left: 50%; margin-left: -5px; }

.tooltip.top-left .tooltip-arrow { left: 5px; }

.tooltip.top-right .tooltip-arrow { right: 5px; }

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

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

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

.tooltip.bottom .tooltip-arrow { left: 50%; margin-left: -5px; }

.tooltip.bottom-left .tooltip-arrow { left: 5px; }

.tooltip.bottom-right .tooltip-arrow { right: 5px; }

.popover { top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; white-space: normal; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.badge, .label { white-space: nowrap; vertical-align: baseline; }

.popover.top { margin-top: -10px; }

.popover.right { margin-left: 10px; }

.popover.bottom { margin-top: 10px; }

.popover.left { margin-left: -10px; }

.popover-title { padding: 8px 14px; margin: 0; font-size: 14px; font-weight: 400; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; }

.badge, .label { font-weight: 700; }

.popover-content { padding: 9px 14px; }

.popover .arrow, .popover .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; }

.btn .badge, .carousel, .carousel-inner, .carousel-inner > .item { position: relative; }

.popover .arrow { border-width: 11px; }

.popover .arrow:after { border-width: 10px; content: ""; }

.popover.top .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999; border-top-color: rgba(0, 0, 0, 0.25); border-bottom-width: 0; }

.popover.top .arrow:after { bottom: 1px; margin-left: -10px; border-top-color: #fff; border-bottom-width: 0; content: " "; }

.popover.left .arrow:after, .popover.right .arrow:after { bottom: -10px; content: " "; }

.popover.right .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999; border-right-color: rgba(0, 0, 0, 0.25); border-left-width: 0; }

.popover.right .arrow:after { left: 1px; border-right-color: #fff; border-left-width: 0; }

.popover.bottom .arrow { top: -11px; left: 50%; margin-left: -11px; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, 0.25); border-top-width: 0; }

.popover.bottom .arrow:after { top: 1px; margin-left: -10px; border-bottom-color: #fff; border-top-width: 0; content: " "; }

.popover.left .arrow { top: 50%; right: -11px; margin-top: -11px; border-left-color: #999; border-left-color: rgba(0, 0, 0, 0.25); border-right-width: 0; }

.popover.left .arrow:after { right: 1px; border-left-color: #fff; border-right-width: 0; }

.alert { padding: 15px; margin-bottom: 20px; color: #c09853; background-color: #fcf8e3; border: 1px solid #fbeed5; border-radius: 4px; }

.alert h4 { margin-top: 0; color: inherit; }

.alert hr { border-top-color: #f8e5be; }

.alert .alert-link { font-weight: 700; color: #a47e3c; }

.alert > p, .alert > ul { margin-bottom: 0; }

.alert > p + p { margin-top: 5px; }

.alert-dismissable { padding-right: 35px; }

.alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; }

.alert-success { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; }

.alert-success hr { border-top-color: #c9e2b3; }

.alert-success .alert-link { color: #356635; }

.alert-danger { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; }

.alert-danger hr { border-top-color: #e6c1c7; }

.alert-danger .alert-link { color: #953b39; }

.alert-info { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; }

.alert-info hr { border-top-color: #a6e1ec; }

.alert-info .alert-link { color: #2d6987; }

.img-thumbnail, .thumbnail { padding: 4px; line-height: 1.428571429; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

.badge, .label { line-height: 1; }

.thumbnail { display: block; }

.img-thumbnail, .thumbnail > img { display: block; height: auto; max-width: 100%; }

a.thumbnail:focus, a.thumbnail:hover { border-color: #428bca; }

.thumbnail > img { margin-right: auto; margin-left: auto; }

.thumbnail .caption { padding: 9px; color: #333; }

.media, .media-body { overflow: hidden; zoom: 1; }

.media, .media .media { margin-top: 15px; }

.media:first-child { margin-top: 0; }

.media-object { display: block; }

.media-heading { margin: 0 0 5px; }

.media > .pull-left { margin-right: 10px; }

.media > .pull-right { margin-left: 10px; }

.media-list { padding-left: 0; }

.label { display: inline; padding: .25em .6em; font-size: 75%; color: #fff; text-align: center; border-radius: .25em; }

.badge, .progress-bar { font-size: 12px; text-align: center; }

.label[href]:focus, .label[href]:hover { color: #fff; text-decoration: none; cursor: pointer; }

.label:empty { display: none; }

.label-default { background-color: #999; }

.label-default[href]:focus, .label-default[href]:hover { background-color: grey; }

.label-danger { background-color: #d9534f; }

.label-danger[href]:focus, .label-danger[href]:hover { background-color: #c9302c; }

.label-success { background-color: #5cb85c; }

.label-success[href]:focus, .label-success[href]:hover { background-color: #449d44; }

.label-warning { background-color: #f0ad4e; }

.label-warning[href]:focus, .label-warning[href]:hover { background-color: #ec971f; }

.label-info { background-color: #5bc0de; }

.label-info[href]:focus, .label-info[href]:hover { background-color: #31b0d5; }

.badge { display: inline-block; min-width: 10px; padding: 3px 7px; color: #fff; background-color: #999; border-radius: 10px; }

.badge:empty { display: none; }

a.badge:focus, a.badge:hover { color: #fff; text-decoration: none; cursor: pointer; }

.btn .badge { top: -1px; }

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge { color: #428bca; background-color: #fff; }

.nav-pills > li > a > .badge { margin-left: 3px; }

@-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; }
  to { background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes { from { background-position: 40px 0; }
  to { background-position: 0 0; } }
@-o-keyframes progress-bar-stripes { from { background-position: 0 0; }
  to { background-position: 40px 0; } }
@keyframes progress-bar-stripes { from { background-position: 40px 0; }
  to { background-position: 0 0; } }
.progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar { float: left; width: 0; height: 100%; color: #fff; background-color: #428bca; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width .6s ease; transition: width .6s ease; }

.progress-striped .progress-bar { background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); background-size: 40px 40px; }

.progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-danger { background-color: #d9534f; }

.progress-striped .progress-bar-danger { background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-striped .progress-bar-success, .progress-striped .progress-bar-warning { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-success { background-color: #5cb85c; }

.progress-striped .progress-bar-success { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-warning { background-color: #f0ad4e; }

.progress-striped .progress-bar-warning { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-info { background-color: #5bc0de; }

.progress-striped .progress-bar-info { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.carousel-inner { width: 100%; overflow: hidden; }

.carousel-inner > .item { display: none; -webkit-transition: .6s ease-in-out left; transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img { display: block; height: auto; line-height: 1; }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; }

.carousel-inner > .active { left: 0; }

.carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; }

.carousel-inner > .next { left: 100%; }

.carousel-inner > .prev { left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; }

.carousel-inner > .active.left { left: -100%; }

.carousel-inner > .active.right { left: 100%; }

.carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; opacity: .5; filter: alpha(opacity=50); }

.carousel-control.left { background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right { right: 0; left: auto; background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:focus, .carousel-control:hover { color: #fff; text-decoration: none; opacity: .9; filter: alpha(opacity=90); }

.carousel-control .icon-next, .carousel-control .icon-prev { position: absolute; top: 50%; left: 50%; z-index: 5; display: inline-block; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; font-family: serif; }

.carousel-control .icon-prev:before { content: '\2039'; }

.carousel-control .icon-next:before { content: '\203a'; }

.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; }

.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; border: 1px solid #fff; border-radius: 10px; }

.carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; }

.carousel-caption { padding-top: 10px; padding-bottom: 10px; text-align: center; border-bottom: 1px solid #ddd; }

.carousel-caption .btn, .text-hide { text-shadow: none; }

@media screen and (min-width: 768px) { .carousel-control .icon-next, .carousel-control .icon-prev { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; }
  .carousel-indicators { bottom: 20px; } }
.jumbotron { padding: 30px; margin-bottom: 30px; font-size: 21px; font-weight: 200; line-height: 2.1428571435; color: inherit; background-color: #eee; }

.jumbotron h1 { line-height: 1; color: inherit; }

.jumbotron p { line-height: 1.4; }

@media screen and (min-width: 768px) { .jumbotron { padding: 50px 60px; border-radius: 6px; }
  .jumbotron h1 { font-size: 63px; } }
.clearfix:after, .clearfix:before { display: table; content: " "; }

.pull-right { float: right !important; }

.pull-left { float: left !important; }

.hide { display: none !important; }

.show { display: block !important; }

.invisible { visibility: hidden; }

.text-hide { font: 0/0 a; color: transparent; background-color: transparent; border: 0; }

.affix { position: fixed; }

@-ms-viewport { width: device-width; }
@media screen and (max-width: 400px) { @-ms-viewport { width: 320px; } }
.hidden { display: none !important; visibility: hidden !important; }

.visible-xs { display: block !important; }

tr.visible-xs { display: table-row !important; }

td.visible-xs, th.visible-xs { display: table-cell !important; }

@media (min-width: 992px) and (max-width: 1199px) { .visible-xs, td.visible-xs, th.visible-xs, tr.visible-xs { display: none !important; } }
@media (min-width: 1200px) { .visible-xs, td.visible-xs, th.visible-xs, tr.visible-xs { display: none !important; } }
.visible-sm, td.visible-sm, th.visible-sm, tr.visible-sm { display: none !important; }

@media (min-width: 768px) and (max-width: 991px) { .visible-xs, td.visible-xs, th.visible-xs, tr.visible-xs { display: none !important; }
  .visible-sm { display: block !important; }
  tr.visible-sm { display: table-row !important; }
  td.visible-sm, th.visible-sm { display: table-cell !important; }
  .visible-md, td.visible-md, th.visible-md, tr.visible-md { display: none !important; } }
@media (min-width: 1200px) { .visible-sm, td.visible-sm, th.visible-sm, tr.visible-sm { display: none !important; } }
.visible-md, td.visible-md, th.visible-md, tr.visible-md { display: none !important; }

@media (min-width: 992px) and (max-width: 1199px) { .visible-sm, td.visible-sm, th.visible-sm, tr.visible-sm { display: none !important; }
  .visible-md { display: block !important; }
  tr.visible-md { display: table-row !important; }
  td.visible-md, th.visible-md { display: table-cell !important; }
  .visible-lg, td.visible-lg, th.visible-lg, tr.visible-lg { display: none !important; } }
.visible-lg, td.visible-lg, th.visible-lg, tr.visible-lg { display: none !important; }

@media (min-width: 768px) and (max-width: 991px) { .visible-lg, td.visible-lg, th.visible-lg, tr.visible-lg { display: none !important; } }
@media (min-width: 1200px) { .visible-md, td.visible-md, th.visible-md, tr.visible-md { display: none !important; }
  .visible-lg { display: block !important; }
  tr.visible-lg { display: table-row !important; }
  td.visible-lg, th.visible-lg { display: table-cell !important; } }
.hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs { display: none !important; }

@media (min-width: 768px) and (max-width: 991px) { .hidden-xs { display: block !important; }
  tr.hidden-xs { display: table-row !important; }
  td.hidden-xs, th.hidden-xs { display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .hidden-xs { display: block !important; }
  tr.hidden-xs { display: table-row !important; }
  td.hidden-xs, th.hidden-xs { display: table-cell !important; } }
@media (min-width: 1200px) { .hidden-xs { display: block !important; }
  tr.hidden-xs { display: table-row !important; }
  td.hidden-xs, th.hidden-xs { display: table-cell !important; } }
tr.hidden-sm { display: table-row !important; }

td.hidden-sm, th.hidden-sm { display: table-cell !important; }

@media (min-width: 768px) and (max-width: 991px) { .hidden-sm, td.hidden-sm, th.hidden-sm, tr.hidden-sm { display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .hidden-sm { display: block !important; }
  tr.hidden-sm { display: table-row !important; }
  td.hidden-sm, th.hidden-sm { display: table-cell !important; } }
@media (min-width: 1200px) { .hidden-sm { display: block !important; }
  tr.hidden-sm { display: table-row !important; }
  td.hidden-sm, th.hidden-sm { display: table-cell !important; } }
.hidden-md { display: block !important; }

tr.hidden-md { display: table-row !important; }

td.hidden-md, th.hidden-md { display: table-cell !important; }

@media (min-width: 768px) and (max-width: 991px) { .hidden-md { display: block !important; }
  tr.hidden-md { display: table-row !important; }
  td.hidden-md, th.hidden-md { display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .hidden-md, td.hidden-md, th.hidden-md, tr.hidden-md { display: none !important; } }
@media (min-width: 1200px) { .hidden-md { display: block !important; }
  tr.hidden-md { display: table-row !important; }
  td.hidden-md, th.hidden-md { display: table-cell !important; } }
.hidden-lg { display: block !important; }

tr.hidden-lg { display: table-row !important; }

td.hidden-lg, th.hidden-lg { display: table-cell !important; }

@media (min-width: 768px) and (max-width: 991px) { .hidden-lg { display: block !important; }
  tr.hidden-lg { display: table-row !important; }
  td.hidden-lg, th.hidden-lg { display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .hidden-lg { display: block !important; }
  tr.hidden-lg { display: table-row !important; }
  td.hidden-lg, th.hidden-lg { display: table-cell !important; } }
@media (min-width: 1200px) { .hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg { display: none !important; } }
.visible-print, td.visible-print, th.visible-print, tr.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  tr.visible-print { display: table-row !important; }
  td.visible-print, th.visible-print { display: table-cell !important; }
  .hidden-print, td.hidden-print, th.hidden-print, tr.hidden-print { display: none !important; } }
/* --- Alt Text Colors --- */
.inherit-text-color, .inherit-text-color-hover:hover, .cascade-text-color h1, .cascade-text-color .h1, .cascade-text-color h2, .cascade-text-color .h2, .cascade-text-color h3, .cascade-text-color .h3, .cascade-text-color h4, .cascade-text-color .h4, .cascade-text-color h5, .cascade-text-color .h5, .cascade-text-color h6, .cascade-text-color .h6, .cascade-text-color li, .cascade-text-color a, .cascade-text-color blockquote, .cascade-text-color button { color: inherit; }

.relative { position: relative; }

.static { position: static; }

/* --- Disable Float for col-{size}-12 classes (vertical margin fix) --- */
@media (min-width: 1200px) { .col-lg-12 { float: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .col-md-12 { float: none !important; } }
@media (min-width: 768px) and (max-width: 991px) { .col-sm-12 { float: none !important; } }
@media (max-width: 767px) { .col-xs-12 { float: none !important; } }
/* --- Eleminate Top Margin for first child elements within columns--- */
.margin-top-none-col-first-child [class*="col-"] > :first-child { margin-top: 0; }

/* --- Spacers --- */
.margin { margin: 30px !important; }

.margin-vert { margin-top: 30px !important; margin-bottom: 30px !important; }

.margin-horz { margin-left: 30px !important; margin-right: 30px !important; }

.margin-half { margin: 15px !important; }

.margin-vert-half { margin-top: 15px !important; margin-bottom: 15px !important; }

.margin-horz-half { margin-left: 15px !important; margin-right: 15px !important; }

.margin-none { margin: 0 !important; }

.margin-horz-none { margin-left: 0 !important; margin-right: 0 !important; }

.margin-vert-none { margin-top: 0 !important; margin-bottom: 0 !important; }

.padding { padding: 30px !important; }

.padding-vert { padding-top: 30px !important; padding-bottom: 30px !important; }

.padding-horz { padding-left: 30px !important; padding-right: 30px !important; }

.padding-half { padding: 15px !important; }

.padding-vert-half { padding-top: 15px !important; padding-bottom: 15px !important; }

.padding-horz-half { padding-left: 15px !important; padding-right: 15px !important; }

.padding-none { padding: 0 !important; }

.padding-horz-none { padding-left: 0 !important; padding-right: 0 !important; }

.padding-vert-none { padding-top: 0 !important; padding-bottom: 0 !important; }

/* --- Bootstrap LG Styles --- */
@media (min-width: 1200px) { .margin-lg { margin: 30px !important; }
  .margin-vert-lg { margin-top: 30px !important; margin-bottom: 30px !important; }
  .margin-horz-lg { margin-left: 30px !important; margin-right: 30px !important; }
  .margin-half-lg { margin: 15px !important; }
  .margin-vert-half-lg { margin-top: 15px !important; margin-bottom: 15px !important; }
  .margin-horz-half-lg { margin-left: 15px !important; margin-right: 15px !important; }
  .margin-none-lg { margin: 0 !important; }
  .margin-horz-none-lg { margin-left: 0 !important; margin-right: 0 !important; }
  .margin-vert-none-lg { margin-top: 0 !important; margin-bottom: 0 !important; }
  .padding-lg { padding: 30px !important; }
  .padding-vert-lg { padding-top: 30px !important; padding-bottom: 30px !important; }
  .padding-horz-lg { padding-left: 30px !important; padding-right: 30px !important; }
  .padding-half-lg { padding: 15px !important; }
  .padding-vert-half-lg { padding-top: 15px !important; padding-bottom: 15px !important; }
  .padding-horz-half-lg { padding-left: 15px !important; padding-right: 15px !important; }
  .padding-none-lg { padding: 0 !important; }
  .padding-horz-none-lg { padding-left: 0 !important; padding-right: 0 !important; }
  .padding-vert-none-lg { padding-top: 0 !important; padding-bottom: 0 !important; } }
/* --- Bootstrap MD Styles --- */
@media (max-width: 1199px) { .margin-md { margin: 30px !important; }
  .margin-vert-md { margin-top: 30px !important; margin-bottom: 30px !important; }
  .margin-horz-md { margin-left: 30px !important; margin-right: 30px !important; }
  .margin-half-md { margin: 15px !important; }
  .margin-vert-half-md { margin-top: 15px !important; margin-bottom: 15px !important; }
  .margin-horz-half-md { margin-left: 15px !important; margin-right: 15px !important; }
  .margin-none-md { margin: 0 !important; }
  .margin-horz-none-md { margin-left: 0 !important; margin-right: 0 !important; }
  .margin-vert-none-md { margin-top: 0 !important; margin-bottom: 0 !important; }
  .padding-md { padding: 30px !important; }
  .padding-vert-md { padding-top: 30px !important; padding-bottom: 30px !important; }
  .padding-horz-md { padding-left: 30px !important; padding-right: 30px !important; }
  .padding-half-md { padding: 15px !important; }
  .padding-vert-half-md { padding-top: 15px !important; padding-bottom: 15px !important; }
  .padding-horz-half-md { padding-left: 15px !important; padding-right: 15px !important; }
  .padding-none-md { padding: 0 !important; }
  .padding-horz-none-md { padding-left: 0 !important; padding-right: 0 !important; }
  .padding-vert-none-md { padding-top: 0 !important; padding-bottom: 0 !important; }
  .text-left-md { text-align: left !important; }
  .text-center-md { text-align: center !important; }
  .text-right-md { text-align: right !important; }
  .clearfix-md { clear: both !important; }
  .clearfix-md:before, .clearfix-md:after { display: table; content: " "; clear: both; }
  .pull-left-md { float: left !important; }
  .pull-right-md { float: right !important; }
  .pull-none-md { float: none !important; clear: both !important; }
  .relative-md { position: relative !important; }
  .static-md { position: static !important; } }
/* --- Bootstrap SM Styles --- */
@media (max-width: 991px) { .margin-sm { margin: 30px !important; }
  .margin-vert-sm { margin-top: 30px !important; margin-bottom: 30px !important; }
  .margin-horz-sm { margin-left: 30px !important; margin-right: 30px !important; }
  .margin-half-sm { margin: 15px !important; }
  .margin-vert-half-sm { margin-top: 15px !important; margin-bottom: 15px !important; }
  .margin-horz-half-sm { margin-left: 15px !important; margin-right: 15px !important; }
  .margin-none-sm { margin: 0 !important; }
  .margin-horz-none-sm { margin-left: 0 !important; margin-right: 0 !important; }
  .margin-vert-none-sm { margin-top: 0 !important; margin-bottom: 0 !important; }
  .padding-half-sm { padding: 15px !important; }
  .padding-vert-half-sm { padding-top: 15px !important; padding-bottom: 15px !important; }
  .padding-horz-half-sm { padding-left: 15px !important; padding-right: 15px !important; }
  .padding-sm { padding: 30px !important; }
  .padding-vert-sm { padding-top: 30px !important; padding-bottom: 30px !important; }
  .padding-horz-sm { padding-left: 30px !important; padding-right: 30px !important; }
  .padding-none-sm { padding: 0 !important; }
  .padding-horz-none-sm { padding-left: 0 !important; padding-right: 0 !important; }
  .padding-vert-none-sm { padding-top: 0 !important; padding-bottom: 0 !important; }
  .text-left-sm { text-align: left !important; }
  .text-center-sm { text-align: center !important; }
  .text-right-sm { text-align: right !important; }
  .clearfix-sm { clear: both !important; }
  .clearfix-sm:before, .clearfix-sm:after { display: table; content: " "; clear: both; }
  .pull-left-sm { float: left !important; }
  .pull-right-sm { float: right !important; }
  .pull-none-sm { float: none !important; clear: both !important; }
  .relative-sm { position: relative !important; }
  .static-sm { position: static !important; } }
/* --- Bootstrap XS Styles --- */
@media (max-width: 767px) { .margin-xs { margin: 30px !important; }
  .margin-vert-xs { margin-top: 30px !important; margin-bottom: 30px !important; }
  .margin-horz-xs { margin-left: 30px !important; margin-right: 30px !important; }
  .margin-half-xs { margin: 15px !important; }
  .margin-vert-half-xs { margin-top: 15px !important; margin-bottom: 15px !important; }
  .margin-horz-half-xs { margin-left: 15px !important; margin-right: 15px !important; }
  .margin-none-xs { margin: 0 !important; }
  .margin-horz-none-xs { margin-left: 0 !important; margin-right: 0 !important; }
  .margin-vert-none-xs { margin-top: 0 !important; margin-bottom: 0 !important; }
  .padding-xs { padding: 30px !important; }
  .padding-vert-xs { padding-top: 30px !important; padding-bottom: 30px !important; }
  .padding-horz-xs { padding-left: 30px !important; padding-right: 30px !important; }
  .padding-half-xs { padding: 15px !important; }
  .padding-vert-half-xs { padding-top: 15px !important; padding-bottom: 15px !important; }
  .padding-horz-half-xs { padding-left: 15px !important; padding-right: 15px !important; }
  .padding-none-xs { padding: 0 !important; }
  .padding-horz-none-xs { padding-left: 0 !important; padding-right: 0 !important; }
  .padding-vert-none-xs { padding-top: 0 !important; padding-bottom: 0 !important; }
  .text-left-xs { text-align: left !important; }
  .text-center-xs { text-align: center !important; }
  .text-right-xs { text-align: right !important; }
  .clearfix-xs { clear: both !important; }
  .clearfix-xs:before, .clearfix-xs:after { display: table; content: " "; clear: both; }
  .pull-left-xs { float: left !important; }
  .pull-right-xs { float: right !important; }
  .pull-none-xs { float: none !important; clear: both !important; }
  .relative-xs { position: relative !important; }
  .static-xs { position: static !important; } }
/* v1.0.5 */
.royalSlider { width: 600px; height: 400px; position: relative; direction: ltr; }

.royalSlider > * { float: left; }

.rsWebkit3d .rsSlide { -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink { -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer { -webkit-transform: none; }

.rsOverflow { width: 100%; height: 100%; position: relative; overflow: hidden; float: left; -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap { width: 100%; height: 100%; position: relative; overflow: hidden; left: 0; top: 0; -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow { position: absolute; left: 0; top: 0; }

.rsContainer { position: relative; width: 100%; height: 100%; -webkit-tap-highlight-color: transparent; }

.rsArrow, .rsThumbsArrow { cursor: pointer; }

.rsThumb { float: left; position: relative; }

.rsArrow, .rsNav, .rsThumbsArrow { opacity: 1; -webkit-transition: opacity .3s linear; -moz-transition: opacity .3s linear; -o-transition: opacity .3s linear; transition: opacity .3s linear; }

.rsHidden { opacity: 0; visibility: hidden; -webkit-transition: visibility 0s linear .3s,opacity .3s linear; -moz-transition: visibility 0s linear .3s,opacity .3s linear; -o-transition: visibility 0s linear .3s,opacity .3s linear; transition: visibility 0s linear .3s,opacity .3s linear; }

.rsGCaption { width: 100%; float: left; text-align: center; }

.royalSlider.rsFullscreen { position: fixed !important; height: auto !important; width: auto !important; margin: 0 !important; padding: 0 !important; z-index: 2147483647 !important; top: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader { opacity: 1 !important; -webkit-transition: 0s; -moz-transition: 0s; -o-transition: 0s; transition: 0s; display: none; }

.rsSlide { position: absolute; left: 0; top: 0; display: block; overflow: hidden; height: 100%; width: 100%; }

.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide { height: auto; }

.rsContent { width: 100%; height: 100%; position: relative; }

.rsPreloader { position: absolute; z-index: 0; }

.rsNav { -moz-user-select: -moz-none; -webkit-user-select: none; user-select: none; }

.rsNavItem { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs { cursor: pointer; position: relative; overflow: hidden; float: left; z-index: 22; }

.rsTabs { float: left; background: none !important; }

.rsTabs, .rsThumbs { -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; }

.rsVideoContainer { width: auto; height: auto; line-height: 0; position: relative; }

.rsVideoFrameHolder { position: absolute; left: 0; top: 0; background: #141414; opacity: 0; -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive { opacity: 1; }

.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj { position: absolute; z-index: 50; left: 0; top: 0; width: 100%; height: 100%; }

.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 44px; }

.rsABlock { left: 0; top: 0; position: absolute; z-index: 15; }

img.rsImg { max-width: none; }

.grab-cursor { cursor: url(grab.png) 8 8, move; }

.grabbing-cursor { cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag { cursor: auto; }

.rsLink { left: 0; top: 0; position: absolute; width: 100%; height: 100%; display: block; z-index: 20; }

/*@-ms-viewport {
width: auto;
}
.scroller {
overflow-y: scroll;
}
.scroller {
-webkit-overflow-scrolling: touch;
}
.scroller > * {
-webkit-transform: translateZ(0px);
}*/
.scroller, .scroller-inner { position: relative; }

.mp-container { width: 100%; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }

.mp-container.active { overflow: hidden; }
.mp-container.active .mp-menu { box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }

.mp-menu .icon:before { font-family: 'fontAwesome'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; display: inline-block; margin-right: 0.6em; -webkit-font-smoothing: antialiased; }

.mp-pusher { position: relative; left: 0; height: 100%; }

.mp-pusher.mp-pushed .scroller { cursor: pointer; }

.mp-menu { position: absolute; /* we can't use fixed here :( */ top: 0; left: 0; z-index: 15; width: 300px; height: 100%; -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

.mp-level { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after, .mp-level::after, .mp-level::before { position: absolute; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; }

.mp-pusher::after, .mp-level::after { background: rgba(0, 0, 0, 0.5); -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }

.mp-level::after { z-index: -1; }

.mp-pusher.mp-pushed::after, .mp-level.mp-level-overlay::after { width: 100%; height: 100%; opacity: 1; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s; cursor: w-resize; }

.mp-pusher.mp-pushed::after { z-index: 20; }

.interior .mp-pusher.mp-pushed::after { left: 60px; }

.mp-level.mp-level-overlay { cursor: pointer; }

.mp-level.mp-level-overlay.mp-level::before { width: 100%; height: 100%; background: #eaeaea; opacity: 1; }

.mp-pusher, .mp-level { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

/* overlap */
.mp-overlap .mp-level.mp-level-open { box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2); -webkit-transform: translate3d(-20px, 0, 0); -moz-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0); z-index: 2; overflow: scroll; }

.mp-overlap .mp-level.mp-level-open.mp-level-overlay { overflow: inherit; }

.mp-level-overlay .mp-level-open { overflow: scroll; }

/* First level */
.mp-menu > .mp-level, .mp-menu > .mp-level.mp-level-open, .mp-menu.mp-overlap > .mp-level, .mp-menu.mp-overlap > .mp-level.mp-level-open { box-shadow: none; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* cover */
.mp-cover .mp-level.mp-level-open { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) { -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

/* content style */
.mp-menu ul { margin: 0; padding: 0; list-style: none; }

.mp-menu h2 { margin: 0; padding: .5em .75em; color: #888; font-weight: normal; font-size: 2em; font-family: "Georgia", serif; }
.mp-menu h2 a { color: #888; }
.mp-menu h2 a:hover { color: #2A3744 !important; text-decoration: underline !important; }

.mp-menu li h2 { padding-left: 1em; }

.mp-menu.mp-overlap h2::before { position: absolute; top: 0; right: 0; margin-right: 8px; font-size: 75%; line-height: 1.8; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s; transition: opacity 0.3s, transform 0.1s 0.3s; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); transform: translateX(-100%); }

.mp-overlap .mp-level.mp-level-overlay > h2::before { opacity: 1; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0); }

.mp-menu ul li { border-top: 1px solid #ddd; clear: both; }

.mp-menu ul li.login { border-top-color: #344454; }

.mp-menu ul li.account { margin-bottom: 20px; border-bottom: 1px solid #ddd; border-top-color: #344454; }

.mp-menu ul li:last-child { border-bottom: 1px solid #ddd; }

.mp-menu ul li > a { color: #888; display: block; padding: 0.7em 1em 0.7em 1em; outline: none; font-size: 1.4em; -webkit-transition: background 0.3s, box-shadow 0.3s; -moz-transition: background 0.3s, box-shadow 0.3s; transition: background 0.3s, box-shadow 0.3s; }

.mp-menu ul li.special > a { color: #fff; font-family: "Georgia", serif; font-weight: bold; }

.mp-menu ul li.subscribe > a { background: #000; }

.mp-menu ul li.account > a, .mp-menu ul li.login > a { background: #2A3744; }

.mp-menu ul li.subscribe > a:hover { background: #83a846; }

.mp-menu ul li.subscribe > a:hover { color: #fff; }

.mp-menu ul li.account > a:hover, .mp-menu ul li.login > a:hover { color: #2A3744; background: #fff; }

.mp-menu ul li.icon-right > a { padding: 18px 1.2em; float: right; border-left: 1px solid #ddd; }

.mp-menu ul li > a:hover, .mp-menu ul li > a:active, .mp-menu ul li > a:focus { color: #2A3744; }

.mp-menu ul li.icon > a:hover, .mp-menu ul li.icon > a:active, .mp-menu ul li.icon > a:focus { color: #888; background: #ddd; }

.mp-menu ul li.icon > span { display: inline-block; line-height: 55px; padding: 0; font-size: 1.5em; color: #888; }

.mp-menu ul li > span > a { color: #888; font-size: .95em; background: none; text-decoration: none; float: none; display: block; padding: 0 1em 0 0; margin-left: 1em; }
.mp-menu ul li > span > a:hover, .mp-menu ul li > span > a:active, .mp-menu ul li > span > a:focus { color: #2A3744; text-decoration: underline; }

.mp-menu ul li li > a { padding-left: 2em; }

.mp-back { background: #ddd; outline: none; color: #888; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; display: block; font-size: 0.8em; padding: 1em 1em 1em 60px; position: relative; border-top: 1px solid #d0d0d0; border-bottom: 1px solid #d0d0d0; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s; }
.mp-back:hover, .mp-back:active, .mp-back:focus { color: #2A3744; }

.mp-back::after { font-family: 'fontAwesome'; position: absolute; content: "\f0d9"; left: 40px; font-size: 1.3em; color: rgba(0, 0, 0, 0.3); line-height: 1.25; }

.mp-back:hover::after { color: #2A3744; }

.mp-menu .mp-level.mp-level-overlay > .mp-back, .mp-menu .mp-level.mp-level-overlay > .mp-back::after { background: transparent; box-shadow: none; color: transparent; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher, .no-js .mp-pusher { padding-left: 300px; }

.no-csstransforms3d .mp-menu .mp-level, .no-js .mp-menu .mp-level { display: none; }

.no-csstransforms3d .mp-menu > .mp-level, .no-js .mp-menu > .mp-level { display: block; }

.nav-featured-story { padding: 1.5em 1em; background: #2A3744; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; font-size: 16px; line-height: 20px; }
.nav-featured-story a.btn-block { color: #fff; font-size: 16px; }
.nav-featured-story a:hover { color: #ddd !important; text-decoration: none !important; }
.nav-featured-story img { width: 100%; max-width: 100%; height: auto; margin-bottom: 1em; }

@media (max-width: 767px) { .mp-overlap .mp-level, .mp-overlap .mp-level.mp-level-open, .scroller { padding-top: 50px; }
  .interior .mp-pusher.mp-pushed::after { left: 0; } }
#searchModal.fade { background: rgba(255, 255, 255, 0.9); }
#searchModal.fade .modal-dialog { width: 60%; margin-top: 10%; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
#searchModal.fade .modal-content { box-shadow: none; border: none; border-radius: 0; background: none; }
#searchModal.fade .modal-header { border: none; }
#searchModal.fade .modal-header .close { font-size: 30px; margin-top: -30px; }
#searchModal.fade form { position: relative; }
#searchModal.fade .gsc-control-cse { background: none; border: none; }
#searchModal.fade .gsc-control-cse .gsc-adBlock { display: none; }
#searchModal.fade .gsc-control-cse .gsc-input-box, #searchModal.fade .gsc-control-cse .gsc-input-box-focus { border: none !important; box-shadow: none; background: none; height: auto; }
#searchModal.fade .gsc-control-cse .gsc-search-box td.gsc-input { border: none; }
#searchModal.fade .gsc-control-cse .gsc-search-box input.gsc-input { font-size: 4em; color: #7b7b7b; letter-spacing: .03em; border: none; border-radius: 0; line-height: 90px; background-position: 30px 50% !important; font-family: "Open Sans Condensed", sans-serif; font-weight: 300; width: 100%; outline: none; padding: 0 120px 0 30px !important; display: block; height: 90px !important; }
#searchModal.fade .gsc-control-cse input.gsc-search-button { position: absolute; top: 8px; right: 25px; line-height: 90px; height: auto; font-size: 1.5em; border: none; border-top-left-radius: 0; border-bottom-left-radius: 0; background: #ddd; color: #888; padding: 0 15px; font-weight: 300; }
#searchModal.fade .gsc-control-cse input.gsc-search-button:hover, #searchModal.fade .gsc-control-cse input.gsc-search-button:focus { background: #c4c4c4; }
#searchModal.fade .gsc-control-cse .gsc-clear-button { display: none; }
#searchModal.fade .gsc-control-cse .gsc-selected-option-container { width: 90px !important; }
#searchModal.fade .gsc-control-cse .gsc-results-wrapper-overlay { height: 800px; margin: 0 auto; position: fixed !important; width: 96%; left: 2%; top: -50% !important; }
#searchModal.fade .gsc-control-cse .gsc-modal-background-image-visible { background: none; }
#searchModal.fade .gsc-control-cse .cse .gsc-tabsArea, #searchModal.fade .gsc-control-cse .gsc-tabsArea { border-bottom-color: #2A3744; }
#searchModal.fade .gsc-control-cse .gs-web-image-box, #searchModal.fade .gsc-control-cse .gs-promotion-image-box { width: 90px; }
#searchModal.fade .gsc-control-cse .gs-web-image-box img.gs-image, #searchModal.fade .gsc-control-cse .gs-promotion-image-box img.gs-promotion-image { max-width: 80px; }
#searchModal.fade .gsc-control-cse .gs-result .gs-title, #searchModal.fade .gsc-control-cse .gs-result .gs-title * { color: #59B3DB; font-weight: bold; font-size: 18px; text-decoration: none; }
#searchModal.fade .gsc-control-cse .gs-result .gs-title:hover, #searchModal.fade .gsc-control-cse .gs-result .gs-title:focus, #searchModal.fade .gsc-control-cse .gs-result .gs-title *:hover, #searchModal.fade .gsc-control-cse .gs-result .gs-title *:focus { text-decoration: underline; }
#searchModal.fade .search-query { font-size: 5em; color: #7b7b7b; border: none; border-bottom: 1px solid #7b7b7b; border-radius: 0; background: none; font-family: "Open Sans Condensed", sans-serif; font-weight: 300; width: 100%; outline: none; padding-left: 15px; padding-right: 125px; display: block; }
#searchModal.fade .btn { position: absolute; top: 0; right: 0; width: 100px; height: 96%; font-size: 3em; color: #959595; background: none; }
#searchModal.fade .btn:hover { color: #888; }

@media (max-width: 1199px) { #searchModal.fade .gsc-control-cse .gsc-results-wrapper-overlay { top: -35% !important; } }
@media (max-width: 991px) { #searchModal.fade .gsc-control-cse .gsc-results-wrapper-overlay { height: 600px; top: -25% !important; } }
@media (max-width: 767px) { #searchModal.fade .gsc-control-cse .gsc-results-wrapper-overlay { height: 500px; } }
.kiosk-widget { margin-bottom: 20px; }
.kiosk-widget .kiosk-inner { text-align: left; padding-bottom: 15px; border-bottom: 4px solid #ddd; }
.kiosk-widget h2, .kiosk-widget h3 { text-align: left; border-bottom: 3px solid #ddd; padding-bottom: 5px; margin-top: 30px; margin-bottom: 15px; font-size: 2.75em; font-weight: normal; }
.kiosk-widget h2 a, .kiosk-widget h3 a { color: #333; }
.kiosk-widget h2 a:hover, .kiosk-widget h3 a:hover { text-decoration: none; color: #004489; }
.kiosk-widget h2 a span, .kiosk-widget h3 a span { color: #035CB6; font-weight: bold; }
.kiosk-widget h3 { margin-top: 15px; font-size: 1.5em; border-width: 1px; }
.kiosk-widget h3.popover-title { margin: 0; color: #666; font-weight: bold; }
.kiosk-widget h4 { margin: 0; padding: 5px 0 15px; color: #666; line-height: 140%; }
.kiosk-widget h4 span { display: block; }
.kiosk-widget .edition-image-wrap { float: left; width: 31%; text-align: center; margin-right: 5%; padding: 3px 0; border: 1px solid #ddd; background: #fff; border-radius: 3px; position: relative; 		/*&:before {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
		}

		a, a:hover {
			cursor: normal;
		}*/ }
.kiosk-widget .edition-image-wrap img { width: 100%; height: auto; max-width: 120px; }
.kiosk-widget .readtoday { float: left; font-weight: bold; font-size: 1.1em; font-family: "Open Sans Condensed", sans-serif; }
.kiosk-widget .tour { display: inline-block; margin-top: 20px; font-size: 12px; }
.kiosk-widget .tour a i { color: #999; font-weight: normal; }
.kiosk-widget .tour .popover-content { color: #666; font-size: 14px; }
.kiosk-widget .allpubs { float: right; font-size: 1.2em; }
.kiosk-widget a i { margin-right: 5px; }
.kiosk-widget .carousel { margin-bottom: 10px; background: #fff; }
.kiosk-widget .carousel .pub-fourth { float: left; width: 25%; margin: 0; padding: 0 3px; text-align: center; }
.kiosk-widget .carousel .pub-fourth img { width: auto; height: auto; max-width: 100%; max-height: 80px; }
.kiosk-widget .carousel .pub-third { float: left; width: 33%; margin: 0; padding: 0 3px; text-align: center; }
.kiosk-widget .carousel .pub-third img { width: auto; height: auto; max-width: 100%; max-height: 170px; }

.oldGridWrapper { margin: 50px auto; max-width: 900px; width: 95%; }
.oldGridWrapper .staffImageBlock { max-width: 250px; max-height: 250px; overflow: hidden; border-radius: 300px; border: 2px solid #ddd; padding: 0; }
.oldGridWrapper .staffImageBlock img { width: 100%; height: auto; }
.oldGridWrapper .media-heading { font-size: 32px; line-height: 125%; font-family: "Open Sans Condensed", sans-serif; margin-bottom: 10px; }
.oldGridWrapper p.content { font-size: 16px; line-height: 1.625em; }
.oldGridWrapper .nocontent h4 { background: #2A3744; color: #fff; line-height: 150%; padding: 10px 20px; font-size: 20px; margin: 0; }
.oldGridWrapper .deptTitle { font-size: 18px; }
.oldGridWrapper .storyBlock { clear: both; border: 1px solid #ddd; padding: 20px 20px; margin-bottom: 10px; }
.oldGridWrapper .storyBlock .media-body h4 { margin-bottom: 10px; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; background: none; padding: 0; font-size: 32px; line-height: 1.1; }
.oldGridWrapper .storyBlock .media-body h4 .fa-stack { width: 36px; height: 36px; border-radius: 36px; background: #aaa; color: #fff; text-align: center; }
.oldGridWrapper .storyBlock .media-body h4 .fa-stack i { font-size: 18px; line-height: 36px; }
.oldGridWrapper .storyBlock .media-body h4 a { color: #333; }
.oldGridWrapper .storyBlock .media-body p.media-heading { font-size: 18px; color: #aaa; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; line-height: 1.1; margin-top: 10px; margin-bottom: 10px; }
.oldGridWrapper .storyBlock .media-body p.pubDate { font-style: italic; color: #aaa; padding-bottom: 5px; font-size: 85%; }
.oldGridWrapper .storyBlock .media-body p.content { font-size: 15px; font-family: "Georgia", serif; }
.oldGridWrapper .smallScreen { display: none; }
.oldGridWrapper .listImage-horiz-center-cropped, .oldGridWrapper .listImage-vert-center-cropped { float: left; margin: 0 30px 30px 0; width: 225px; }

@media (min-width: 767px) and (max-width: 1200px) { .oldGridWrapper { padding: 0 0 0 70px; } }
.cl-new-layout .cl-ad-wrap { padding-top: 25x; }
.cl-new-layout .classified_ad { border: 1px solid #ccc; border-radius: 5px; padding: 10px; }
.cl-new-layout .cl-searchbar { margin-top: 1em; }
.cl-new-layout .cl-dirlist-block { width: 50%; float: none; padding-left: 0; padding-right: 0; }
.cl-new-layout .cl-dirlist-block .panel { margin-left: 15px; margin-right: 15px; }
.cl-new-layout .cl-dirlist-block .panel-heading:before { content: ""; font-family: "FontAwesome"; font-size: 20px; color: #fff; display: block; position: absolute; width: 22px; height: 22px; left: 15px; top: 9px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.cl-new-layout .cl-dirlist-block.cl-block-0 .panel-heading:before { content: "\f0c0"; }
.cl-new-layout .cl-dirlist-block.cl-block-100 .panel-heading:before { content: "\f11d"; }
.cl-new-layout .cl-dirlist-block.cl-block-1200 .panel-heading:before { content: "\f006"; }
.cl-new-layout .cl-dirlist-block.cl-block-300 .panel-heading:before { content: "\f0ad"; }
.cl-new-layout .cl-dirlist-block.cl-block-400 .panel-heading:before { content: "\f0e6"; }
.cl-new-layout .cl-dirlist-block.cl-block-500 .panel-heading:before { content: "\f0d6"; }
.cl-new-layout .cl-dirlist-block.cl-block-600 .panel-heading:before { content: "\f015"; }
.cl-new-layout .cl-dirlist-block.cl-block-700 .panel-heading:before { content: "\f015"; }
.cl-new-layout .cl-dirlist-block.cl-block-800 .panel-heading:before { content: "\f0d1"; }
.cl-new-layout .cl-dirlist-block.cl-block-900 .panel-heading:before { content: "\f1b9"; }
.cl-new-layout .cl-dirlist-block.cl-block-1000 .panel-heading:before { content: "\f0f6"; }
.cl-new-layout .cl-dirlist-block.cl-block-200 .panel-heading:before { content: "\f083"; }
.cl-new-layout .cl-dirlist-block.cl-block-2000 .panel-heading:before { content: "\f1b0"; }
.cl-new-layout .panel, .cl-new-layout .panel-heading { border-radius: 0; position: relative; }
.cl-new-layout .panel-heading.cl-panelheader:after { content: ""; display: block; position: absolute; width: 0; height: 0; border: 10px solid transparent; border-top-color: #428bca; left: 30px; bottom: -20px; }
.cl-new-layout .panel { margin-bottom: 30px; }
.cl-new-layout .cl-dirlist .panel-heading { font-weight: bold; font-size: 1.25em; text-transform: uppercase; font-family: "Open Sans Condensed", "Open Sans"; padding-left: 45px; }
.cl-new-layout .cl-dirlist .panel-heading .badge { font-size: 1em; margin-top: 2px; }
.cl-new-layout .cl-dirlist .list-group { margin-bottom: 0; }
.cl-new-layout .cl-dirlist .list-group > .list-group-item:first-child { border-top: 0; }
.cl-new-layout .cl-dirlist .list-group > .list-group-item { border-width: 1px 0 0 0; border-style: dotted; padding-left: 5px; padding-right: 5px; }
.cl-new-layout .cl-row { margin: 15px 0; padding: 0 15px; border-bottom: none; }
.cl-new-layout .cl-row .cl-box { border: 1px solid #ddd; border-bottom-width: 4px; }
.cl-new-layout .cl-row .cl-box .cl-image-wrap { overflow: hidden; position: relative; }
.cl-new-layout .cl-row .cl-box .cl-content-wrap { padding: 10px 15px 5px; }
.cl-new-layout .cl-row .cl-box .cl-content-wrap p { height: 110px; overflow: hidden; }
.cl-new-layout .cl-row .cl-featured-ad { background-color: #dddddd; border-radius: 3px; border: 2px solid #999999; }
.cl-new-layout .cl-row .cl-notfeatured-ad { border: 1px solid #ccc; border-radius: 3px; }
.cl-new-layout .cl-panelheader a { color: #ffffff; }
.cl-new-layout .cl-panelheader:first-letter { text-transform: capitalize; }
.cl-new-layout .panel-heading .label-classifieds { font-size: .65em; background: none; color: #fff; margin-top: 5px; border: none; border-radius: 0; line-height: 18px; padding: 0 0 0 5px; }
.cl-new-layout .panel-body .label-as-badge { color: #aaa; border: 1px solid #aaa; background: none; line-height: 21px; width: 22px; height: 22px; text-align: center; border-radius: 3px; padding: 0; }
.cl-new-layout .cl-ad-images { margin-bottom: 30px; }
.cl-new-layout #cl-carousel .carousel-indicators { margin: 10px 0 0; padding: 10px 0 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; overflow: auto; position: static; text-align: left; white-space: nowrap; width: 100%; }
.cl-new-layout #cl-carousel .carousel-indicators li { background-color: transparent; -webkit-border-radius: 0; border-radius: 0; display: block; float: left; height: auto; margin: 0 !important; width: 10%; }
.cl-new-layout #cl-carousel .carousel-indicators li img { display: block; opacity: 0.5; max-width: 100%; }
.cl-new-layout #cl-carousel .carousel-indicators li.active img { opacity: 1; }
.cl-new-layout #cl-carousel .carousel-indicators li:hover img { opacity: 0.75; }
.cl-new-layout #cl-carousel .carousel-indicators.count-0 { display: none; }
.cl-new-layout #cl-carousel .carousel-outer { position: relative; }
.cl-new-layout .label-classifieds[href]:hover, .cl-new-layout .label-classifieds[href]:focus { background-color: #31b0d5; }
.cl-new-layout .btn-classtop { color: #FFFFFF; font-family: "Open Sans Condensed",serif; font-weight: bold; text-transform: uppercase; background-color: #c3512f; border: none; border-bottom: 1px solid #a1300d; padding: 14px 10px; font-size: 16px; border-radius: 4px; text-align: center; }
.cl-new-layout .btn-classtop .label-classifieds { background-color: #fff; color: #035CB6; font-size: 12px; padding: 5px; text-align: center; border-radius: 3px; margin-left: 8px; display: inline-block; min-width: 20px; }
.cl-new-layout .btn-classtop:hover, .cl-new-layout .btn-classtop:focus, .cl-new-layout .btn-classtop:active, .cl-new-layout .btn-classtop.active { color: #FFFFFF; background-color: #af4426; border-color: #bc4c2d; }
.cl-new-layout .bullClassImg { margin-bottom: 5px; }
.cl-new-layout .cl-adp-title { color: #333; margin: 0 0 1em 0; padding: 0 0 0.5em 0; border-bottom: 1px dotted #666; font-weight: bold; }
.cl-new-layout .cl-adp-text { font-size: 1.2em; margin-top: 1em; }

@media (max-width: 991px) { .cl-new-layout .cl-bigcats > div { margin-bottom: 10px; } }
@media (max-width: 767px) { .cl-new-layout .cl-dirlist-block { width: 100%; } }
.railClassAdd { text-align: center; }

.rtRailClassHead { color: white; font-weight: bold; background-color: #3399ff; padding: 3px; }

.rtRailClassDiv { padding-left: 2%; padding-right: 2%; margin-top: 10px; width: 70%; }

.rtRailClassImage { width: 100%; height: auto; }

@media (min-width: 1151) { .rtRailClassDiv { width: 98%; } }
@media (min-width: 985px) and (max-width: 1150px) { .rtRailClassDiv { width: 80%; margin-left: 10%; }
  .rtRailClassHead { width: 91%; } }
@media (max-width: 984px) { .rtRailClassDiv { width: 50%; }
  .rtRailClassHead { width: 51%; } }
.pppTitle { font-family: 'Open Sans Condensed'; font-size: 5.5em; font-weight: 300; text-shadow: 2px 2px 2px #CCCCCC; text-align: center; }
.pppTitle a { color: #000000; }
.pppTitle a:hover { color: #035cb6; text-decoration: none; }

.pppResultsInstructions { font-size: 1.3em; font-weight: bold; margin: 20px 0 10px 0; }
.pppResultsInstructions img { float: left; margin: 0 10px 10px 0; }

.pppUL { list-style-type: none; text-align: center; padding-left: 0px; }

.pppLI { display: inline; margin-bottom: 0.5em; padding-left: 1%; }
.pppLI a { background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%) repeat scroll 0 0 #ECECEC; border-radius: 10px; color: #FFFFFF; font-size: 1em; font-weight: bold; margin: 0; padding: 0.25em 1em; text-align: center; text-decoration: none; text-shadow: 0 1px 0 #263666; width: 10em; }
.pppLI a:hover { background: linear-gradient(to top, #2dabf9 5%, #0688fa 100%) repeat scroll 0 0 #ECECEC; }

.pppLINonActive { display: inline; margin-bottom: 0.5em; padding-left: 1%; }
.pppLINonActive a { background: linear-gradient(to bottom, #666666 5%, #aaaaaa 100%) repeat scroll 0 0 #ECECEC; border-radius: 10px; color: #FFFFFF; font-size: 1em; font-weight: bold; margin: 0; padding: 0.25em 1em; text-align: center; text-decoration: none; text-shadow: 0 1px 0 #263666; width: 10em; }

.pppDividerLine { border: 1px solid #AAAAAA; }

.raceResults { padding: 0; text-align: left; width: 100%; }
.raceResults .pppTH { margin: 2px; background: -moz-linear-gradient(top, #000033, #333366, #000033); background: -ms-linear-gradient(top, #000033, #333366, #000033); background: -o-linear-gradient(top, #000033, #333366, #000033); background: -webkit-linear-gradient(top, #000033, #333366, #000033); background: linear-gradient(to bottom, #000033, #333366, #000033); border-right: 1px solid #FFFFFF; text-align: center; }
.raceResults .pppTH:hover { background: -moz-linear-gradient(top, #663333, #990033, #663333); background: -ms-linear-gradient(top, #663333, #990033, #663333); background: -o-linear-gradient(top, #663333, #990033, #663333); background: -webkit-linear-gradient(top, #663333, #990033, #663333); background: linear-gradient(to bottom, #663333, #990033, #663333); }
.raceResults .pppTH a { color: #FFFFFF; font-size: 1em; line-height: .8em; text-transform: uppercase; text-decoration: none; }
.raceResults tr { height: 10px; margin: 5px; }
.raceResults tr td { background: -moz-linear-gradient(top, #F0F0F0, #FFFFFF); background: -ms-linear-gradient(top, #F0F0F0, #FFFFFF); background: -o-linear-gradient(top, #F0F0F0, #FFFFFF); background: -webkit-linear-gradient(top, #F0F0F0, #FFFFFF); background: linear-gradient(to bottom, #f0f0f0, #ffffff); border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; margin: 5px; padding: 2px 3px; }

.pppBox { width: 80%; /*----------------------------
	Main Section
-----------------------------*/ /*----------------------------
	The Footer
-----------------------------*/ /** You can use these classes to hide parts of the countdown that you don't need. */ }
.pppBox .pppTitleRtRail { margin-top: 4px; text-align: center; }
.pppBox #note { color: #666666; font-size: 12px; margin: 0 auto; padding: 4px; text-align: center; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); width: 100%; }
.pppBox footer a i b { color: #c92020; font-weight: normal; }
.pppBox .countdownHolder { width: 100%; margin: 0 auto; font: 30px 'Open Sans Condensed',sans-serif; text-align: center; letter-spacing: -3px; }
.pppBox .position { display: inline-block; height: 1.6em; overflow: hidden; position: relative; width: 1.05em; }
.pppBox .digit { position: absolute; display: block; width: 1em; background-color: #444; border-radius: 0.2em; text-align: center; color: #fff; letter-spacing: -1px; }
.pppBox .digit.static { box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35); background-image: linear-gradient(to top, #3a3a3a 50%, #444444 50%); background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%); background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%); background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%); background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #3A3A3A), color-stop(0.5, #444444)); }
.pppBox .countDays { /* display:none !important;*/ }
.pppBox .countDiv0 { /* display:none !important;*/ }
.pppBox .countDiv { display: inline-block; width: 16px; height: 1.6em; position: relative; }
.pppBox .countDiv:before, .pppBox .countDiv:after { position: absolute; width: 5px; height: 5px; background-color: #444; border-radius: 50%; left: 50%; margin-left: -3px; top: 0.5em; box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5); content: ''; }
.pppBox .countDiv:after { top: 0.9em; }

@media (min-width: 3px) and (max-width: 767px) { .pppTitle { font-size: 2.5em; }
  .pppLI { display: block; margin-top: 10px; }
  .pppLINonActive { display: block; } }
.electionLevelTitle { font-size: 1.5em; background-color: #336699; color: white; padding: 10px; text-transform: uppercase; margin-bottom: 20px; }

.electionMain { background-color: #aaaaaa; color: black; margin-bottom: 8px; }
.electionMain .electionHeadLeft { padding-left: 0; }
.electionMain .electionHeadLeft .electionTitleBar { background-color: black; color: white; padding-left: 5px; }
.electionMain .electionHeadLeft .electionDesc { padding-left: 5px; }
.electionMain .electionHeadRight { padding-right: 0; }
.electionMain .electionHeadRight .electionLevel { background-color: #aaaaaa; color: black; }

.electionReport { margin-bottom: 15px; }
.electionReport .electionCandidates { background-color: white; padding-left: 10px; margin-bottom: 8px; }
.electionReport .electionCandidates .partyCircle { padding: 2px 8px 2px 8px; border-radius: 15px; color: white; text-align: right; }
.electionReport .electionCandidates .progressbarDiv { height: 1.2em; padding: 0px; border: solid 1px #bbbbbb; border-radius: 5px; }
.electionReport .electionCandidates .progressbarDiv .progressBarValue { background-color: blue; height: 100%; border-radius: 5px 0px 0px 5px; }

.rrElectionBox .electionCandidates { width: 100%; margin-left: 0px !important; margin-right: 0px !important; margin-bottom: 8px; }

.rrElectionBox { text-align: left; font-size: .8em; }
.rrElectionBox .rrElectionTitle { font-size: 1.5em; margin-bottom: 4px; }
.rrElectionBox .rrElectionName { padding-left: 4px; padding-right: 2px; }

.electionRail { background-color: #ECECEC; border: 1px solid #CCCCCC; margin-bottom: 10px; }

.rrElectionMoreLink { font-size: 1.2em; }

@media (min-width: 2px) and (max-width: 767px) { .electionWrapper { padding: 10px; }
  .electionReport { margin-bottom: 5px; }
  .electionReport .electionCandidates { padding-left: 3px; margin-bottom: 3px; font-size: .9em; }
  .electionReport .electionCandidates .partyCircle { padding: 2px 6px 2px 6px; border-radius: 12px; text-align: right; }
  .electionReport .electionCandidates .voteAndPercentBar { padding-left: 1px; }
  .electionReport .electionCandidates .voteAndPercentBar .candidateVoteTotal { font-size: .8em; padding-left: 1px; padding-right: 1px; }
  .electionReport .electionCandidates .voteAndPercentBar .progressbarDiv { height: 1em; padding: 0px; border-radius: 5px; }
  .electionReport .electionCandidates .voteAndPercentBar .candidatePercent { font-size: .6em; padding-left: 1px; padding-right: 0px; } }
/***************************************************************************************
	ITEMS THE SAME FOR ALL SCREEN SIZES
***************************************************************************************/
.allstory.fullPageHTML .leaderboardrow { margin-right: -15px !important; }
.allstory.fullPageHTML #header { height: 62px; }
.allstory.fullPageHTML .top-header.fixed .logo-wrap { float: left; margin-left: 60px; }
.allstory.fullPageHTML .top-header.fixed .navbarBreadTrail { font-weight: bold; text-transform: uppercase; top: 0; font-size: 12px; left: 300px; text-align: left; line-height: 62px; position: absolute; color: #fff; width: 100%; }
.allstory.fullPageHTML .top-header.fixed .navbarBreadTrail a:hover { text-decoration: underline; }
.allstory.fullPageHTML .navbar-fixed-top { position: static; }
.allstory.fullPageHTML #story-page { padding-left: 0; padding-right: 0; }
.allstory.fullPageHTML .story-bottom { width: 100%; padding: 0 20% 30px 20%; position: relative; margin: 0; /*&:before {
	content: "";
	position: absolute;
	display: block;
	width: 2.5%;
	right: 0;
	top: 0;
	height: 100%;
	background: #ddd;
}*/ }
.allstory.fullPageHTML .footer-wrap:before { content: normal; }

.allstory.fullPageHTML .mp-pusher.mp-pushed #header { height: 100%; background: rgba(0, 0, 0, 0.5); }

p.PULSE_body_w_drop_cap:first-letter { float: left; font-weight: bold; font-size: 4em; line-height: .6em; padding-top: 5px; padding-right: 4px; font-family: Georgia; }

.largeLayoutTitleDiv { position: relative; width: 100%; overflow: hidden; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap { color: white; font-weight: bold; position: absolute; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap.top-left { text-align: left; left: 5%; top: 130px; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap.top-middle { text-align: center; left: 5%; right: 5%; top: 130px; width: auto; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap.top-right { text-align: right; top: 130px; right: 5%; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap.middle-left { text-align: left; top: 50%; margin-top: -50px; left: 5%; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap.middle-middle { text-align: center; top: 50%; margin-top: -50px; left: 5%; right: 5%; width: auto; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap.middle-right { text-align: right; top: 50%; margin-top: -50px; right: 5%; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap.bottom-left { text-align: left; bottom: 10%; left: 5%; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap.bottom-middle { text-align: center; bottom: 10%; left: 5%; right: 5%; width: auto; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap.bottom-right { text-align: right; bottom: 10%; right: 5%; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText { font-family: 'Open Sans Condensed', serif; line-height: 1; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .blkBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .whtBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .blkBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .whtBckground { display: inline; border: 10px solid transparent; border-width: 0 10px 8px; line-height: 150%; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .blkBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .blkBckground { color: #fff; background-color: rgba(0, 0, 0, 0.8); }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .whtBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .whtBckground { color: #000; background-color: rgba(255, 255, 255, 0.8); }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .none, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .none { display: inline; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText { margin-top: 10px; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .blkBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .whtBckground { border-bottom-width: 5px; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList { font-size: 1.6em; list-style-type: none; padding: 0px; margin-top: 30px; letter-spacing: .04em; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li { float: left; padding: 7px 15px; position: relative; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li:before { content: ""; display: block; position: absolute; width: 1px; left: 100%; top: 15px; bottom: 15px; z-index: 1; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li:before:last-child { content: normal; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground:before { background: #fff; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.whtBckground:before { background: #000; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.none:before { background: #000; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li a { text-decoration: none; color: #eeeeee; padding: 0; margin: 0; display: inline-block; border-bottom: 1px solid transparent; position: relative; transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li a:before { content: "\f0c1"; font-family: "FontAwesome"; font-size: 16px; font-weight: normal; display: block; position: absolute; left: -2px; top: 6px; opacity: 0; transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li a:hover { text-decoration: none; padding-left: 25px; border-bottom-color: rgba(0, 0, 0, 0.8); }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li a:hover:before { left: 4px; opacity: 0.8; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground { background-color: rgba(0, 0, 0, 0.8); color: #fff; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a:before { color: #fff !important; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a:hover { border-bottom-color: rgba(255, 255, 255, 0.8); }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.whtBckground { background-color: rgba(255, 255, 255, 0.8); color: #000; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.whtBckground a, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.whtBckground a:before { color: #000 !important; }
.largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.whtBckground a:hover { border-bottom-color: rgba(0, 0, 0, 0.8); }

.img-contain img { width: 100%; height: auto; }

.img { width: 100%; }

.bigLayoutStoryBody p.Chapter_head { font-weight: 600; }
.bigLayoutStoryBody p.PULSE_chap_head { font-size: 2em; margin-left: 10%; margin-right: 10%; padding-bottom: .8em; }
.bigLayoutStoryBody p.PULSE_body_copy, .bigLayoutStoryBody p.PULSE_tool_box_text, .bigLayoutStoryBody p.PULSE_subhead { font-size: 1.4em; line-height: 1.625em; margin-left: 10%; margin-right: 10%; font-family: Georgia, serif; }
.bigLayoutStoryBody p.NormalParagraphStyle { font-size: 1.4em; font-family: Georgia, serif; }
.bigLayoutStoryBody p.PULSE_body_w_drop_cap { font-size: 1.4em; font-family: Georgia, serif; margin-left: 10%; margin-right: 10%; }
.bigLayoutStoryBody .title { font-family: 'Open Sans Condensed', sans-serif; font-weight: bold; font-size: 5em; line-height: 1.1em; }
.bigLayoutStoryBody .subtitle { font-size: 2.5em; }
.bigLayoutStoryBody .bylinePubdate { border-top: 2px solid #999; border-bottom: 2px solid #999; margin-bottom: 30px; margin-left: 0; margin-right: 0; }
.bigLayoutStoryBody .bylinePubdate #byline { font-size: 1.25em; text-align: left; font-family: Georgia, sans-serif; font-style: italic; color: #999; font-weight: 400; padding: 5px 15px; }
.bigLayoutStoryBody .bylinePubdate #pubdate { font-size: 1em; font-family: Georgia, sans-serif; color: #999; font-style: italic; text-align: right; padding: 7px 15px; }
.bigLayoutStoryBody .inStoryPhotoBox img { width: 100%; height: auto; }
.bigLayoutStoryBody .inStoryPhotoBox .capCred { font-size: .8em; text-align: left; padding-top: .75em; }
.bigLayoutStoryBody .inStoryPhotoBox .capCred .credit { font-style: italic; }
.bigLayoutStoryBody .inStoryPhotoBox p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.bigLayoutStoryBody .picPullLeft { float: left; text-align: left; margin-right: 30px; margin-bottom: 30px; width: 55%; }
.bigLayoutStoryBody .picPullCenter { text-align: center; margin: 30px auto; width: 100%; }
.bigLayoutStoryBody .picPullCenter > img { width: 100%; }
.bigLayoutStoryBody .picPullRight { float: right; text-align: right; margin-left: 30px; margin-bottom: 30px; width: 55%; }
.bigLayoutStoryBody .picFullWidth { width: auto; margin: 0 -22% 30px; }
.bigLayoutStoryBody .picFullWidth img { width: 100%; height: auto; }
.bigLayoutStoryBody .picFullWidth > .capCred { padding-left: 20px; padding-right: 20px; margin: 0 auto; width: 100%; max-width: 900px; text-align: center; }
.bigLayoutStoryBody .ssPullLeft { float: left; text-align: left; margin-right: 15px !important; margin-bottom: 20px; width: 55%; }
.bigLayoutStoryBody .ssPullCenter { text-align: right; margin: 20px auto; width: 100%; }
.bigLayoutStoryBody .ssPullCenter .inner-item img { height: 400px !important; max-height: 400px !important; }
.bigLayoutStoryBody .ssPullRight { float: right; text-align: right; margin-left: 15px !important; margin-bottom: 20px; width: 55%; }
.bigLayoutStoryBody .ssFullWidth { width: 100%; margin-left: -22%; margin-bottom: 20px; }
.bigLayoutStoryBody .vidPullLeft { float: left; text-align: left; margin-right: 15px; margin-bottom: 20px; }
.bigLayoutStoryBody .vidPullCenter { margin-bottom: 20px; text-align: center; }
.bigLayoutStoryBody .vidPullRight { float: right; text-align: right; margin-left: 15px; margin-bottom: 20px; }
.bigLayoutStoryBody .vidFullWidth { width: 100%; margin-left: -22%; margin-bottom: 20px; }
.bigLayoutStoryBody .widgetPullLeft { width: 300px; float: left; text-align: left; margin-right: 15px; margin-bottom: 20px; }
.bigLayoutStoryBody .widgetPullCenter { margin-bottom: 20px; text-align: center; }
.bigLayoutStoryBody .widgetPullRight { width: 300px; float: right; text-align: right; margin-left: 15px; margin-bottom: 20px; }
.bigLayoutStoryBody .widgetFullWidth { width: 100%; margin-left: -22%; margin-bottom: 20px; }
.bigLayoutStoryBody .inStoryQuoteBox { text-align: left; padding: 5px; font-size: 2em; line-height: 150%; }
.bigLayoutStoryBody .quotePullLeft { width: 50%; float: left; margin-right: 15px; margin-bottom: 20px; }
.bigLayoutStoryBody .quotePullCenter { margin: 20px auto; text-align: center; width: 100%; }
.bigLayoutStoryBody .quotePullRight { width: 50%; float: right; margin-left: 15px; margin-bottom: 20px; }
.bigLayoutStoryBody .quoteFullWidth { width: 100%; margin-left: -22%; margin-bottom: 20px; padding: 10px 15px 0; text-align: center; }
.bigLayoutStoryBody .pullQuoteCredit { font-size: .7em; color: #666666; font-style: italic; }
.bigLayoutStoryBody .inStoryToolBox { text-align: left; padding: 15px; font-size: .9em; max-height: 400px; overflow-y: scroll; }
.bigLayoutStoryBody .inStoryToolBox .PULSE_tool_box_text { margin: 0 0 15px; padding: 0; }
.bigLayoutStoryBody .toolboxPullLeft { width: 50%; float: left; margin-right: 15px; margin-bottom: 20px; }
.bigLayoutStoryBody .toolboxPullCenter { margin: 20px auto; text-align: left; width: 100%; }
.bigLayoutStoryBody .toolboxPullRight { width: 50%; float: right; margin-left: 15px; margin-bottom: 20px; }
.bigLayoutStoryBody .toolboxFullWidth { width: 100%; margin-left: -22%; margin-bottom: 20px; padding: 10px 15px 0; text-align: center; }

.largeLayoutPublished { font-size: 1em; font-style: italic; }

.anchorTag { margin-top: -80px; }

.storyDivider { width: 100%; padding: 30px 15%; position: relative; background: #fff; }
.storyDivider:before { content: ""; display: block; position: absolute; top: 50%; left: 15%; width: 70%; height: 3px; background: #555; }

.sharingSS { margin-right: 15%; }

.interstitialOverlay { left: 0; top: 0; border-radius: 0; background: rgba(255, 255, 255, 0.9); position: fixed; width: 100%; height: 100%; text-align: center; color: white; z-index: 99; }

.overlayInstructions { width: 45px; color: #000; border: 2px solid #000; border-radius: 4px; text-transform: uppercase; padding: 5px 0; margin: 0; font-size: 18px; position: absolute; top: 10px; right: 25%; cursor: pointer; }
.overlayInstructions:hover { background: #000; color: #fff; }

.interstitialAd { margin: 15px auto; width: 300px; }

.largeDisplayNewsLetter .footernlform { margin: 5em 0 0; }

.largeMainContentWrap.wrap-2, .sharing-wrap { position: relative; background: #fff; }

.sharing-wrap { margin-top: 0 !important; }

#footer { position: relative; margin-top: 0 !important; padding-top: 15px; }

.footer-bottom .container { max-width: 1140px !important; margin: 0 auto !important; }

.footer-addThis { margin: 0 !important; padding: 2em 0 0; border-bottom: none; }
.footer-addThis:before, .footer-addThis:after { display: table; content: " "; clear: both; }

/***************************************************************************************
	MEDIA QUERIES -- 768 and up
***************************************************************************************/
@media (min-width: 768px) { .largeLayoutTextTitleTextWrap { width: 70%; }
  .largeLayoutTextTitleTextWrap .largeLayoutTitleText { font-size: 5em; line-height: 1.2em; }
  .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText { font-size: 2em; }
  .bigLayoutStoryBody { width: 100%; margin: auto; padding: 0; background-color: #fff; position: relative; }
  .bigLayoutStoryBody p { margin-bottom: 0; padding-bottom: 1.5em; }
  .bigLayoutStoryBody p.Newstext { font-size: 1.2em; margin-bottom: 0; padding-bottom: 1.5em; line-height: 1.625em; }
  .bigLayoutStoryBody p.Newstext_tagline { margin-left: 15%; margin-right: 15%; }
  .bigLayoutStoryBody p.Chapter_head { font-size: 1.5em; margin-left: 20%; margin-right: 20%; padding-bottom: .5em; padding-top: .5em; } }
@media (min-width: 991px) { .largeLayoutTitleDiv { position: relative; opacity: 1 !important; top: 0 !important; height: auto !important; }
  .bigLayoutStoryBody { padding: 0 10%; }
  .bigLayoutStoryBody p.Newstext { margin-left: 10%; margin-right: 10%; } }
@media (min-width: 1199px) { .bigLayoutStoryBody { padding: 0 15%; }
  .bigLayoutStoryBody p.Newstext { margin-left: 15%; margin-right: 15%; } }
@media (min-width: 1400px) { .bigLayoutStoryBody p.Newstext { margin-left: 20%; margin-right: 20%; }
  .overlayInstructions { right: 30%; } }
/***************************************************************************************
	MEDIA QUERIES -- 100 - 1085 (THE POINT TEXT SHOULDN'T BE NEXT TO PHOTO)
***************************************************************************************/
@media (min-width: 100px) and (max-width: 1085px) { .allstory.fullPageHTML .story-bottom { padding: 0 10% 30px; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText { font-size: 3.5em; }
  .bigLayoutStoryBody { padding: 0 15px; }
  .bigLayoutStoryBody .title { font-size: 3em; }
  .bigLayoutStoryBody .subtitle { font-size: 1.75em; line-height: 1; padding: 10px 0; }
  .bigLayoutStoryBody p.Newstext { padding-left: 8%; padding-right: 8%; }
  .bigLayoutStoryBody .picFullWidth { margin: 0px auto; text-align: center; }
  .vidFullWidth { margin-left: 0px !important; }
  .quoteFullWidth { margin-left: -2% !important; } }
/***************************************************************************************
	MEDIA QUERIES -- 100 - 767 (MOBILE DEVICES)
***************************************************************************************/
@media (min-width: 100px) and (max-width: 767px) { body .container .col-md-12 { padding-left: 0; padding-right: 0; }
  .allstory.fullPageHTML #header { height: 50px; }
  .allstory.fullPageHTML .story-bottom { padding: 0 15px 30px; }
  .allstory.fullPageHTML .story-bottom:before { content: normal; }
  .interstitialOverlay { top: 51px; }
  .overlayInstructions { right: 15px; top: 15px; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap { width: 96%; margin: 0 !important; padding: 15px 30px 0 40px; position: static; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText { font-size: 2.5em; color: #333 !important; line-height: 1; text-align: left; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .blkBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutTitleText .whtBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .blkBckground, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText .whtBckground { background: none; color: #333; border: none !important; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .largeLayoutSubtitleText { font-size: 1.25em; color: #333 !important; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList { margin-top: 0 !important; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li { font-size: .8em; padding: 5px 0 !important; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li:before { content: normal; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li a { color: #333 !important; border: 1px solid #000; padding: 5px 10px; border-radius: 3px; margin: 5px; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground { background: none; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a:before { color: #333 !important; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a:hover, .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap .layoutNavigation .navList li.blkBckground a:before:hover { border-bottom-color: #333; }
  .sharing-wrap .sharingSS { margin: 0 !important; padding: 5px 30px; text-align: center !important; }
  .bigLayoutStoryBody { padding-left: 15px; padding-right: 15px; }
  .bigLayoutStoryBody p.PULSE_body_w_drop_cap, .bigLayoutStoryBody p.PULSE_body_copy { margin-left: 0; margin-right: 0; }
  .bigLayoutStoryBody .title { font-size: 2.25em; }
  .bigLayoutStoryBody p.PULSE_chap_head { margin: 0; padding: 1em 0 .25em; }
  .bigLayoutStoryBody .subtitle { font-size: 1em; }
  .bigLayoutStoryBody .bylinePubdate { margin-top: 3px; margin-bottom: 3px; }
  .bigLayoutStoryBody .bylinePubdate #pubdate { font-size: .85em; text-align: left; }
  .bigLayoutStoryBody .bylinePubdate #byline { font-size: .85em; padding-top: 7px; }
  .bigLayoutStoryBody p.Newstext { padding: 0 0 1.5em; margin: 0; }
  .bigLayoutStoryBody .inStoryPhotoBox img { max-width: 100% !important; height: auto !important; }
  .bigLayoutStoryBody .picFullWidth { width: 100%; margin-left: 0px; margin-bottom: 20px; }
  .bigLayoutStoryBody .ssPullCenter { text-align: right; margin: 5px auto; width: 100%; }
  .bigLayoutStoryBody .ssPullCenter .inner-item img { height: 200px !important; max-height: 200px !important; }
  .bigLayoutStoryBody .vidFullWidth { width: 100%; margin-left: 0px; margin-bottom: 20px; }
  .bigLayoutStoryBody .widgetFullWidth { width: 100%; margin-left: 0px; margin-bottom: 20px; }
  .bigLayoutStoryBody .widgetPullLeft, .bigLayoutStoryBody .widgetPullRight, .bigLayoutStoryBody .picPullLeft, .bigLayoutStoryBody .picPullRight, .bigLayoutStoryBody .vidPullLeft, .bigLayoutStoryBody .vidPullRight, .bigLayoutStoryBody .inStoryPhotoBox { float: none; text-align: center; width: 90% !important; max-width: 100%; clear: both; margin: 0 auto 15px; }
  .bigLayoutStoryBody .inStoryQuoteBox { padding: 5px; font-size: 1.6em; }
  .bigLayoutStoryBody .quotePullRight { float: none; margin: 0 auto; width: 90%; }
  .bigLayoutStoryBody .quotePullLeft { float: none; margin: 0 auto; width: 90%; }
  .bigLayoutStoryBody .inStoryToolBox { max-height: none; margin-bottom: 15px !important; }
  .bigLayoutStoryBody .toolboxPullRight { float: none; margin: 0 auto; width: 95%; }
  .bigLayoutStoryBody .toolboxPullLeft { float: none; margin: 0 auto; width: 95%; }
  .largeMainContentWrap .storyFooterWrapper { width: auto !important; margin-left: 0 !important; padding: 0 30px; } }
/***************************************************************************************
	MEDIA QUERIES -- 100 - 767 (CELL PHONES)
***************************************************************************************/
@media (min-width: 100px) and (max-width: 400px) { .interstitialOverlay { display: none; } }
@media (max-width: 480px) { .bigLayoutStoryBody { padding-left: 30px; }
  .largeLayoutTitleDiv .largeLayoutTextTitleTextWrap { padding-left: 20px; } }
.text-overlay-slideshow { color: #fff; width: 100%; left: 0; top: 0; bottom: 0; height: 100%; right: 0; position: absolute; padding: 0; margin: 0; border: 0; border-radius: 0; max-height: none; background: rgba(0, 0, 0, 0.5); z-index: 101; /*position:absolute;
margin: 0 auto;
padding: 3px 20px 10px 20px;
top: 200px;
left: 25%;
width: 50%;
max-height: 50%;
top: 15%;
overflow: auto;
background-color: rgba( 50, 50, 50, .6);
border: 5px solid;
border-color: grey;
border-radius: 15px;
color: white;*/ }
.text-overlay-slideshow .close-box { width: auto; float: right; margin: 3px -10px 0px 10px; text-align: right; background-color: rgba(0, 0, 0, 0.8); border: 3px solid; border-color: grey; }
.text-overlay-slideshow .close-box:hover { cursor: pointer; cursor: hand; border-color: white; }
.text-overlay-slideshow .close-box .close-box-text { color: white; margin-bottom: 0px; padding: 3px; right: 100px; }
.text-overlay-slideshow .text-overlay-text { font-size: 1.2em; width: 80%; margin: 4em auto 0; max-width: 600px; border: 1px solid #fff; padding: 15px; background: rgba(0, 0, 0, 0.5); position: relative; }
.text-overlay-slideshow .text-overlay-text .overlay-headline { font-weight: bold; }
.text-overlay-slideshow .text-overlay-text .slideShowPub { font-style: italic; font-size: .6em; }
.text-overlay-slideshow .text-overlay-text .closeOverlayInstructions { position: absolute; right: 10px; background: #fff; color: #000; font-size: 1.1em; width: 190px; border: 2px solid white; border-radius: 3px; text-align: center; padding: 3px; cursor: pointer; /*width: 115px;
border: 2px solid white;
border-radius: 3px;
text-align: center;
font-size: .7em;
padding: 2px;
float: right;*/ }

/*************************************************************************
	slideshow section page css
**************************************************************************/
.slideShowWrapper { background-color: #222222; }
.slideShowWrapper .title { color: white; padding: 15px; text-align: center; margin: 0px; }
.slideShowWrapper .titleDivLine { border-bottom: 2px solid #FFFFFF; border-top: 5px solid #666666; }
.slideShowWrapper .photoBox { text-align: center; margin-top: 15px; padding-bottom: 15px; width: 30%; margin-left: 2.5%; border: none; }
.slideShowWrapper .photoBox a { color: white; text-decoration: none; font-size: 1.2em; }
.slideShowWrapper .photoBox a img { width: 100%; }

/*@media (min-width: 600px) and (max-width: 920px) {
	.text-overlay-slideshow {

		padding: 3px 8px 5px 8px;
		top: 10%;
		max-height: 40%;
		width: 64%;
		left: 18%;
		border: 5px solid;
		border-color: grey;
		border-radius: 5px;
		font-size: 1em;

		.close-box {
			margin: 3px -3px 0px 3px;
			border: 2px solid;

			.close-box-text {
				padding: 3px;
			}
		}
		.text-overlay-text {
			padding-top: 5px;
		}
	}
}

@media (min-width: 1px) and (max-width: 600px) {

	.text-overlay-slideshow {

		padding: 3px 8px 5px 8px;
		border: 5px solid;
		border-color: grey;
		border-radius: 5px;
		font-size: .8em;
		width: 70%;
		left: 15%;
		top: 10%;
		max-height: 40%;

		.close-box {
			margin: 3px -3px 0px 3px;
			border: 2px solid;

			.close-box-text {
				padding: 3px;
			}
		}
		.text-overlay-text {
			padding-top: 5px;
		}
	}
	
}*/
/*************************************************************************
	NEW BIG slideshow layout - when fully implemented, delete old slideshow css
**************************************************************************/
#bigSlideShow { margin-top: .5%; margin-bottom: 4px; height: 790px; }
#bigSlideShow .carousel-control { position: absolute; top: 100px; height: 50px; width: 50px; margin-top: -25px; margin-top: 0; font-size: 60px; font-weight: 100; line-height: 25px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); background-color: transparent; border: 0; z-index: 10; text-align: center; background: #222222; border: 3px solid #ffffff; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; opacity: 0.5; filter: alpha(opacity=50); margin-left: 5px; margin-right: 5px; bottom: 30%; }
#bigSlideShow .bigSlideShowCarInner { height: 100%; position: relative; width: auto; }
#bigSlideShow .bigSlideShowCarInner .bigSlideItem { height: 100%; text-align: center; margin: 0 auto; }
#bigSlideShow .bigSlideShowCarInner .bigSlideItem .bigSlideBox { position: relative; height: 100%; width: auto; }
#bigSlideShow .bigSlideShowCarInner .bigSlideItem .bigSlideBox .biggerButton { position: absolute; width: 50%; top: 92%; left: 25%; background-color: grey; color: white; padding: 4px; z-index: 1000; }
#bigSlideShow .bigSlideShowCarInner .bigSlideItem .bigSlideBox img { height: 100%; }
#bigSlideShow .bigSlideShowCarInner .bigSlideItem .bigSlideBox .bigSlideCaption { color: white; background-color: rgba(0, 0, 0, 0.6); height: auto; position: relative; margin: 0 auto; padding: 10px; font-family: Arial; font-size: 12px; font-weight: normal; line-height: 18px; }
#bigSlideShow .bigSlideShowCarInner .bigSlideItem .bigSlideBox .moreSSWrap { width: 76%; margin-left: 12%; margin-top: 5%; }
#bigSlideShow .bigSlideShowCarInner .bigSlideItem .bigSlideBox .moreSSWrap .viewMoreTitle { color: white; }
#bigSlideShow .bigSlideShowCarInner div#moreSSSlide { overflow: auto; }
#bigSlideShow .swipeBox { position: absolute; width: 60%; height: 60%; top: 20%; left: 20%; }
#bigSlideShow .hideOverlayBox { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 100; }

.hideCapDiv { position: absolute; top: 82%; left: 2%; text-align: center; }
.hideCapDiv .hideCap { border: 2px solid #CCCCCC; border-radius: 4px; width: 25px; background-color: rgba(0, 0, 0, 0.6); cursor: pointer; font-size: 1.5em; line-height: 1.1em; color: white; margin: 0 auto; text-align: center; font-style: bold; }
.hideCapDiv .photoCount { color: white; text-align: left; margin-bottom: 0px; margin-top: 4px; }

.capInstructionFrame { position: absolute; top: 82%; left: 5%; }
.capInstructionFrame .capInstruction p { color: white; padding: 5px; background-color: rgba(0, 0, 200, 0.6); }

.slideShowAd { text-align: center; }

.hiddenPicId { color: black; font-size: .7em; position: absolute; top: 2px; left: 2px; z-index: 100; }

.hiddenIFrame { width: 1px; height: 1px; position: absolute !important; top: -1000px !important; left: -1000px !important; }

.menu-icon-bar { margin: 0 auto; border: 2px solid white; border-radius: 3px; height: 35px; width: 36px; cursor: pointer; position: absolute; top: 83%; left: 100%; margin-left: -40px; }

#menu-lines:before { border-bottom: 13px double white; border-top: 4px solid white; content: ""; height: 15px; padding: 2.5px; position: absolute; right: 3px; top: 4px; width: 26px; }

.submitPhotoButton { border: 2px solid white; border-radius: 3px; color: white; padding: 5px 3px 7px 3px; width: 160px; text-align: center; cursor: pointer; position: absolute; top: 83%; left: 100%; margin-left: -205px; background-color: #333333; }

.bigSlideAddThis { position: absolute; left: 100%; margin-left: -46px; }
.bigSlideAddThis .bigSlideAddthis_toolbox { margin-left: 0px; width: 46px !important; visibility: hidden; z-index: 10; /* default fallback */ background: white transparent; /* smart browsers */ background: rgba(255, 255, 255, 0); }

#myfacebook { margin-bottom: 4px; cursor: pointer; }

@media (min-width: 768px) and (max-width: 60000px) { .visibleMobile { display: none; } }
@media (min-width: 1px) and (max-width: 767px) { .visibleMobile { display: block; }
  .hideSSMobile { display: none; }
  .photoBox { width: 95% !important; }
  .moreSSWrap { margin-top: 13% !important; }
  .moreSSWrap .viewMoreTitle { font-size: 1.3em !important; } }
#popupcontentHolder { text-align: center; }
#popupcontentHolder .popupDiv { text-align: center; width: 400px; height: 200px; background-color: #F9F9F9; border: 1px solid #CCC; padding: 5px; display: inline-block; }
#popupcontentHolder .popupDiv .line1Text { font-size: 1.8em; margin-top: 10px; }
#popupcontentHolder .popupDiv .purchaseLink { margin-top: 15px; background-color: #428bca; border-radius: 5px; font-size: 1.6em; margin-left: 5%; margin-top: 10px; padding-bottom: 5px; padding-top: 5px; width: 90%; }
#popupcontentHolder .popupDiv .purchaseLink:hover { background-color: #357ebd; }
#popupcontentHolder .popupDiv .purchaseLink a { color: white; text-decoration: none; }
#popupcontentHolder .popupDiv .closeButton { margin-top: 8px; left: 60%; top: 80%; width: 35%; }

/*************************************************************************
	SLIDE SHOW DEVELOPMENT!!!!
**************************************************************************/
.ssDevelopment #bigSlideShowDev { margin-top: .5%; margin-bottom: 4px; height: 790px; }
.ssDevelopment #bigSlideShowDev .carousel-control { position: absolute; top: 40%; font-size: 4em; border: 0; z-index: 10; bottom: 30%; width: 40px; height: 50px; border-radius: 0; line-height: 50px; text-align: center; margin: 0; padding: 0; }
.ssDevelopment #bigSlideShowDev .carousel-control.right { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.ssDevelopment #bigSlideShowDev .carousel-control.left { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.ssDevelopment #bigSlideShowDev .bigSlideShowCarInner { height: 100%; position: relative; width: auto; }
.ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem { height: 100%; text-align: center; margin: 0 auto; }
.ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox { position: relative; height: 100%; width: auto; }
.ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox .biggerButton { position: absolute; width: 50%; top: 92%; left: 25%; background-color: grey; color: white; padding: 4px; z-index: 1000; }
.ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox img { height: 100%; }
.ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox .bigSlideCaption { color: white; background-color: rgba(0, 0, 0, 0.6); height: auto; position: relative; margin: 0 auto; padding: 10px; font-family: Arial; font-size: 12px; font-weight: normal; line-height: 18px; }
.ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox .bigSlideCaption .hideCapDiv { position: absolute; border: 1px solid #777777; color: #777777; left: 0; top: 100%; height: 20px; width: 70px; margin-top: -24px; font-size: 0.8em; cursor: pointer; background-color: #222222; }
.ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox .moreSSWrap { width: 76%; margin-left: 12%; margin-top: 5%; }
.ssDevelopment #bigSlideShowDev .bigSlideShowCarInner .bigSlideItem .bigSlideBox .moreSSWrap .viewMoreTitle { color: white; font-size: 2em; }
.ssDevelopment #bigSlideShowDev .bigSlideShowCarInner #moreSSSlide { overflow: auto; }
.ssDevelopment #bigSlideShowDev .hideCaps { position: absolute; margin-top: -24px; height: 20px; background-color: black; color: #555555; font-size: 0.8em; border: 1px solid #555555; padding: 0px 2px; cursor: pointer; }
.ssDevelopment #bigSlideShowDev .swipeBox { position: absolute; width: 60%; height: 60%; top: 20%; left: 20%; }
.ssDevelopment #bigSlideShowDev .hideOverlayBox { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 100; }
.ssDevelopment #bigSlideShowDev .showCapDiv { position: absolute; width: 18px; height: 23px; left: 10px; top: 100%; background-color: #333333; color: white; cursor: pointer; margin-top: -23px; display: none; padding: 2px 4px 2px 4px; border-radius: 2px; }
.ssDevelopment .ssTopMenuBar { position: absolute; width: 100%; height: 50px; background-color: rgba(40, 40, 40, 0.8); color: white; top: 0px; left: 0px; margin-top: -7px; padding-top: 10px; }
.ssDevelopment .ssTopMenuBar .ssTitle { font-size: 1.1em; padding-left: 5%; }
.ssDevelopment .ssTopMenuBar .ssMenu { font-size: 1.1em; text-align: right; padding-right: 5%; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL li { list-style: none; float: right; display: block; margin-top: 3px; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssSubmit a { border-radius: 4px; color: white; text-decoration: none; margin-right: 10px; cursor: pointer; padding: 8px; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssSubmit a:hover { color: black; background-color: #dddddd; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssBack a { border-radius: 4px; color: white; text-decoration: none; margin-right: 10px; cursor: pointer; padding: 8px; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssBack a:hover { color: black; background-color: #dddddd; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssHome a { margin-right: 10px; color: white; text-decoration: none; border-radius: 4px; cursor: pointer; padding: 8px; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssHome a:hover { color: black; background-color: #dddddd; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssPurchase a { margin-right: 10px; color: white; text-decoration: none; border-radius: 4px; cursor: pointer; padding: 8px; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssPurchase a:hover { color: black; background-color: #dddddd; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare { border-top-left-radius: 4px; border-top-right-radius: 4px; color: white; text-decoration: none; margin-right: 10px; cursor: pointer; padding: 8px; margin-top: -5px; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare:hover { color: black; background-color: #dddddd; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare:hover ul { display: block; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown { background-color: #dddddd; list-style: none; width: 20%; padding-left: 5px; display: none; position: absolute; border: none; margin-top: 0px; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown li { width: 100%; text-align: left; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown li a { margin-left: -4px; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown li a .fa-facebook-square { color: #3b5998; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown li a .fa-twitter-square { color: #4099ff; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown li a .fa-pinterest-square { color: #c92228; }
.ssDevelopment .ssTopMenuBar .ssMenu .ssMenuUL .ssShare .ssShareDropdown li a:hover { background-color: #ffffff; color: #000000; }
.ssDevelopment .topMenuBarMobile { position: absolute; top: 0; left: 0; width: 100%; background-color: rgba(40, 40, 40, 0.8); color: white; }
.ssDevelopment .topMenuBarMobile .mobileSSTitle { padding-top: 2%; }
.ssDevelopment .topMenuBarMobile .mobileSSTitle .photoCount { padding-left: 10px; }
.ssDevelopment .topMenuBarMobile .navbar-collapse-SS { border-top: none; box-shadow: none; background-color: #333333; z-index: 200; }
.ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav { width: 40%; margin-left: 55%; }
.ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li { display: block; }
.ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li a { color: white; }
.ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li a:hover { color: #777777; }
.ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li .sharingSS { margin-top: 5px; }
.ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li .sharingSS .ssAhref { padding: 1px; margin-top: 3px; margin-right: 6px; }
.ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li .sharingSS .ssAhref #myfacebookMobile { margin-top: 3px; cursor: pointer; background-color: #3b5998; }
.ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li .sharingSS .ssAhref .fa-stack { color: white; background-color: #333333; text-align: center; }
.ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li .sharingSS a .ssPinterest { background-color: #c92228 !important; }
.ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav li .sharingSS a .ssTwitter { background-color: #4099ff !important; }
.ssDevelopment .topMenuBarMobile .navbar-collapse-SS #mobileSSNav .dropdownDivider { border-top: 2px solid #555555; }
.ssDevelopment .slideShowAd { text-align: center; }
.ssDevelopment .hiddenPicId { color: black; font-size: .7em; position: absolute; top: 2px; left: 2px; cursor: default; }
.ssDevelopment .hiddenIFrame { width: 1px; height: 1px; position: absolute !important; top: -1000px !important; left: -1000px !important; }
.ssDevelopment .ads-slideshow > .container > .row > .adunit > div { margin: 0 auto; }

@media (min-width: 767px) and (max-width: 1200px) { .hideTextSmall { display: none; } }
@media (min-width: 1px) and (max-width: 766px) { #bigSlideShowDev .carousel-control { position: absolute; height: 10%; width: 5%; font-size: 2em !important; z-index: 10; background-color: #333333; border-radius: 10px; padding-top: 10px; border: 1px solid white; }
  #bigSlideShowDev .carousel-control { top: 40% !important; } }
.Chapter { font-weight: bold !important; }

.Newstext_bold { font-weight: bold; }

.Guides_bold { font-weight: bold; }

.hd4_FOR { font-weight: bold; font-size: 1.2em; }

.Byline_1_name { font-weight: bold; }

.Byline_2_service { font-style: italic; }

.Byline_package_1 { font-weight: bold; }

.Byline_package_2 { font-style: italic; }

.Chapter_head { font-weight: bold; }

.GO_event_day { font-weight: bold; }

.GO_Out_of_Town_colon { font-weight: bold; }

.hd1_Frutiger_77 { font-weight: bold; font-size: 2em; }

.hd2_light_Frutiger_47 { font-weight: bold; font-size: 1.6em; }

.hd3_subhead { font-weight: bold; font-size: 1.6em; }

.hd3_subhead_bold_67_lead-in { font-weight: bold; font-size: 1.6em; }

.hd4_FOR_BRIEFS_AND_LETTERS_ONLY { font-weight: bold; }

.hd5_columns { font-weight: bold; font-size: 1.6em; }

.hd6_Palatino { font-weight: bold; font-size: 1.6em; }

.hd6_Palatino_all_caps_gray { font-weight: bold; font-size: 1.6em; }

.hd7_Glypha_45_light { font-weight: bold; font-size: 1.6em; }

.hd7_Glypha_65_bold { font-weight: bold; font-size: 1.6em; }

.hd7_Glypha_75_black { font-weight: bold; font-size: 1.6em; }

.hd8_Brief_heads_for_rails { font-weight: bold; }

.hd8_Brief { font-weight: bold; }

.Kicker { font-weight: bold; }

.Letter_name_1 { font-weight: bold; }

.Letter_name_2 { font-style: italic; }

.News_kicker { font-weight: bold; }

.News_kicker_bw { font-weight: bold; }

.News_kicker_obit_tombstone { font-weight: bold; }

.News_of_Record_head { font-weight: bold; }

.News_of_Record_head_secondary { font-weight: bold; }

.News_of_Record_Biz { font-weight: bold; }

.News_of_Record_ComLife { font-weight: normal; }

.News_of_Record_Milestones { font-weight: bold; }

.note { font-style: italic; }

p.Newstext { clear: none !important; }

p.Record_ComLife { clear: none !important; }

p.Newstext_QandA:first-letter { font-weight: bold; font-size: 1.2em; }

.Newstext_italic { font-style: italic; }

.Newstext_score { font-weight: bold; }

.Newstext_score_BRIEF { font-weight: bold; }

.Newstext_tagline { font-style: italic; }

.Photo_credit { text-align: right; }

.Photo_credit_sidesaddle { text-align: right; }

.Photo_wildart_head { font-weight: bold; }

.Recipe_1_head { font_weight: bold; }

.Recipe_3_ingredients { font_weight: bold; }

.Recipe_6_tagline { font-style: italic; }

.Scoreboard_head { font-weight: bold; font-size: 1.6em; }

.Sigs_bugs { font-weight: bold; font-size: 1.6em; }

.Sports_brief_heads { font-weight: bold; }

.Sports_brief_heads_for_rails { font-weight: bold; }

p.Toolbox_inset { clear: none !important; }

p.Toolbox_inset_QandA:first-letter { font-weight: bold; font-size: 1.2em; }

p.QandA:first-letter { font-weight: bold; font-size: 1.2em; }

.Toolbox_inset_tagline { font-style: italic; }

p.Toolbox_history_highlights:first-word { font-weight: bold; }

.Toolbox_head { font-weight: bold; font-size: 1.3em; }

.Toolbox_head_secondary { font-size: 1em; font-weight: bold; }

.Toolbox_source { font-size: 0.8em; }

.WashWeek_votes { font-style: italic; }

.head { font-weight: bold; }

.times_theaters { font-weight: bold; }

.times_heads { font-weight: bold; }

.News_movie_times_heads { background-color: grey; padding: 3px; padding-left: 10px; color: white; font-weight: bold; margin-top: 5px; }

.News_movie_times_theaters { font-style: italic; padding-bottom: 5px; border-style: none; border-bottom: thin dashed #aaaaaa; }

.News_movie_times_notes { font-size: .8em; margin-bottom: 0px; padding-left: 20px; font-style: italic; }

.News_movie_times { margin-left: 20px; }

#section-page .articleView > div { width: 100% !important; }
#section-page table.ap-story-table { width: 100%; }
#section-page table.ap-story-table tr.ap-story-tr div.body { max-width: none; }
#section-page table.ap-story-table tr.ap-story-tr div.body > p.ap-story-p { max-width: 800px; margin: 0 auto 1em; font-family: "Open Sans", sans-serif; font-size: 12px; font-weight: 600; color: #888; }
#section-page table.ap-story-table tr.ap-story-tr .span-body .timestamp { font-size: 14px; color: #888; }
#section-page table.ap-story-table tr.ap-story-tr p.body span.headline { font-size: 3em; line-height: 125%; border-bottom: 1px solid #ddd; padding-bottom: 15px; margin-bottom: 20px; display: block; }
#section-page table.ap-story-table tr div.body { max-width: 800px; margin: 0 auto; }
#section-page table.ap-story-table tr div.body .entry-content p { font-size: 20px; line-height: 150%; margin-bottom: 1em; }
#section-page table.ap-story-table tr div.body .ap-mediabox-table { margin-left: 30px !important; }
#section-page table.ap-story-table tr div.body .ap-mediabox-table:first-child { float: left !important; margin: 10px 30px 10px 0 !important; }
#section-page table.ap-story-table tr div.body .ap-mediabox-table .apCaption { font-size: 14px; padding-top: 5px; display: block; color: #888; }
#section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmltable-table, #section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmlfragment-table { width: 100%; border: none !important; max-width: 300px; }
#section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmltable-table table, #section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmlfragment-table table { width: 100%; }
#section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmltable-table .ap-htmlfragment-tr table tr, #section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmlfragment-table .ap-htmlfragment-tr table tr { border-bottom: 1px solid #ddd; }
#section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmltable-table .ap-htmlfragment-tr table tr .ap_multimedia_link, #section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmlfragment-table .ap-htmlfragment-tr table tr .ap_multimedia_link { padding: 8px 6px 8px 0; display: block; }
#section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmltable-table .ap-htmlfragment-tr table tr .storylink .ap_multimedia_sidetext, #section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmlfragment-table .ap-htmlfragment-tr table tr .storylink .ap_multimedia_sidetext { font-size: 16px; line-height: 16px; font-family: 'Open Sans Condensed',sans-serif; font-weight: bold; padding-top: 8px; padding-bottom: 8px; }
#section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmltable-table .ap-htmltable-tr span.tabletitle, #section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmlfragment-table .ap-htmltable-tr span.tabletitle { background: #2A3744 !important; color: #fff; display: block; padding: 5px 10px; font-weight: bold; }
#section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmltable-table .ap-htmltable-tr .apCaption, #section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmlfragment-table .ap-htmltable-tr .apCaption { border-bottom: 1px solid #ddd; padding-bottom: 8px; }
#section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmltable-table .ap-htmltable-tr .apCaption .apHeadline, #section-page table.ap-story-table tr div.body .ap-mediabox-table .ap-htmlfragment-table .ap-htmltable-tr .apCaption .apHeadline { font-size: 16px; line-height: 16px; font-family: 'Open Sans Condensed',sans-serif; font-weight: bold; }
#section-page #taboola { margin: 0 auto; padding-top: 30px; border-top: 1px solid #ddd; }

/****** Main Styles & Classes *****/
.testClass { color: red; background-color: green; }

body { -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

a, a:hover { color: #428bca; }

iframe { border: none; }

.font-georgia { font-family: "Georgia", serif; }

.font-sans-serif { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.border-top { border-top: 1px solid #ddd; }

.border-all { border: 1px solid #ddd; }

.big-container { width: 96%; margin: 0 auto; max-width: 1290px; }
.big-container.blobTopStoriesBanner { width: auto; max-width: none; }

.li-width-50 li { float: left; width: 50%; display: block; margin: 0; padding: 0; }

.li-width-50 li a { display: inline-block; border: none; margin-bottom: 2px; margin-right: 30px; }

.color-white { color: #fff; }

.color-lightgray { color: #ddd; }

.color-gray { color: #aaa; }

.color-darkgray { color: #2A3744; }

.color-blue { color: #428bca; }

.bg-white { background-color: #fff; }

.bg-lightgray { background-color: #ddd; }

.bg-gray { background-color: #aaa; }

.bg-darkgray { background-color: #2A3744; }

.bg-blue { background-color: #428bca; }

.bg-red { background: #ff0000; }

.well { box-shadow: none; border-radius: 0; border: 1px solid #ddd; }

ul.unstyled { list-style: none; }

.perfect-scrollbar { position: relative; overflow: hidden; padding-right: 15px; }

.scroll-y { overflow-y: scroll; }

.screen-reader-text { position: absolute; margin: -1px; padding: 0; height: 1px; width: 1px; overflow: hidden; clip: rect(0 0 0 0); border: 0; word-wrap: normal !important; }

.pointer { cursor: pointer; }

.wireAuthor { text-transform: uppercase; }
.wireAuthor p:first-child { font-weight: bold; }

img.max-width { max-width: 100%; }

figure.fluid-box { margin: 0 auto 30px; padding: 0; width: 100% !important; height: auto !important; }

#story-video figure.fluid-box { max-width: 650px; }

video, .citySparkBlob > div { width: 100%    !important; height: auto   !important; }

input[type=checkbox], input[type=radio] { border: 1px solid #b4b9be; background: #fff; color: #555; clear: none; cursor: pointer; display: inline-block; line-height: 0; height: 16px; margin: -2px 3px 0 3px; outline: 0; padding: 0 !important; text-align: center; vertical-align: middle; width: 16px; min-width: 16px; -webkit-appearance: none; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; }

input[type=checkbox]:focus, input[type=radio]:focus { border-color: #5b9dd9; -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); }

input[type=checkbox]:checked:before, input[type=radio]:checked:before { float: left; display: inline-block; vertical-align: middle; width: 16px; font: 400 14px/14px fontAwesome; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

input[type=checkbox]:checked:before { content: '\f00c'; margin: 0; color: #1e8cbe; }

.allstory #header.container { max-width: 96%; padding-left: 50px; padding-right: 30px; }
.allstory #header.container .breadcrumb { display: none; }

.hiddenPicIdStory { color: #fff; }

#manage-account-header { visibility: hidden; }

#manage-account-push { display: none; }

.story-category { font-size: 1.5em; line-height: 1; font-family: "Open Sans Condensed", sans-serif; color: #aaa; width: 100%; }
.story-category a { color: #aaa; }
.story-category a:hover { color: #2A3744; text-decoration: none; }
.story-category .sectionSubList { margin-top: 0; }

.purchaseButton { color: #428bca; cursor: pointer; }

.purchaseButton:hover { text-decoration: underline; }

.sectionSubList { font-size: .6em; float: right; margin-top: 11px; }

.apBullDate { font-size: .8em; color: #aaa; }

.header-ad.ad-block { padding: 5px 0 20px; }
.header-ad.ad-block .adunit-left, .header-ad.ad-block .adunit-right { display: inline-block; }
.header-ad.ad-block .adunit-right { margin-left: 15px; }

.home .header-ad.ad-block { padding-top: 20px; }

li.dropdown:hover > .dropdown-menu { display: block; }

.bg-cover-top { background-size: cover; background-repeat: no-repeat; background-position: 50% top; }

.bg-cover-center { background-size: cover; background-repeat: no-repeat; background-position: 50% center; }

.bg-cover-bottom { background-size: cover; background-repeat: no-repeat; background-position: 50% bottom; }

#leftRailFixed { position: fixed; left: 0px; top: 150px; z-index: 100000; }

.story-container .story-head-wrap .story-top-header .adBoxV2 { padding-bottom: 20px; }
.story-container .story-head-wrap .story-heading { font-size: 4em; line-height: 1; padding-right: 5%; margin: 10px 0; }
.story-container .story-head-wrap .story-subhead { color: #aaa; font-size: 2em; line-height: 1; margin: 0 0 15px; padding-right: 5%; }
.story-container .story-head-wrap .story-meta { font-size: .85em; margin: 10px 0 5px; padding-top: 15px; border-top: 4px solid #ddd; }
.story-container .story-head-wrap .story-meta .save-story-wrap { border: none; padding-left: 0; }
.story-container .story-head-wrap .story-meta .save-for-later-btn { border: 1px solid #c4c4c4; }
.story-container .story-head-wrap .story-meta .publish-date { float: left; padding-top: 4px; }
.story-container .story-body { margin-right: 300px; padding-right: 5%; padding-left: 220px; padding-bottom: 16px; }
.story-container .story-body p { margin: 0 auto 1.5em; font-size: 1.425em; font-family: "Georgia", serif; line-height: 1.625em; max-width: 650px; }
.story-container .story-body p.Chapter_head { font-size: 2em; font-family: "Open Sans Condensed", sans-serif; margin: 1em auto .25em; }
.story-container .story-body p.Newstext_drop_cap span.Newstext_drop_cap { font-size: 3.5em; float: left; margin: .25em .1em 0 0; }
.story-container .story-body .related-in-body-wrap > p small { font-size: 14px; }
.story-container .story-body .related-in-body-wrap .related-in-body { margin: 15px auto 2.5em; max-width: 650px; }
.story-container .story-body .related-in-body-wrap .related-in-body > h4 { padding: 5px 15px; }
.story-container .story-body .related-in-body-wrap .related-in-body > div.row:before { content: ""; display: block; position: absolute; top: 0; height: 100%; left: 50%; border-right: 1px solid #ddd; }
.story-container .story-body .related-in-body-wrap .related-in-body .related-image-box { width: 80px; height: 60px; margin-right: 15px; }
.story-container .story-body .related-in-body-wrap .related-in-body a { display: block; }
.story-container .story-body .related-in-body-wrap .related-in-body a:hover { color: #2A3744; }
.story-container .story-body .related-in-body-wrap .related-in-body a .h5 { font-size: 16px; line-height: 135%; margin-top: 0; }
.story-container .story-body .story-slider-wrap { padding: 0; margin: 0 auto 2em; width: 100%; max-width: 800px; }
.story-container .story-body .story-slider-wrap .slider-caption-wrap { background: #f7f7f7; border: 1px solid #ddd; border-top: none; line-height: 115%; padding: 10px 0; }
.story-container .story-body .relatedStories { margin: 0 0 1em 1em; float: right; width: 35%; background: #eee; padding-left: 0px; padding-top: 0px; padding-right: 0px; }
.story-container .story-body .relatedStories h3 { background-color: #333333; color: #fff; margin: 0; padding: .25em .5em; width: 100%; }
.story-container .story-body .relatedStories .related-list { padding-left: 0; margin-bottom: 0; }
.story-container .story-body .relatedStories .related-list li { list-style-type: none; }
.story-container .story-body .relatedStories .related-list .thumbtext a { color: #2A3744; font-size: 1.25em; line-height: 125%; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; }
.story-container .story-body .relatedStories .related-list .thumbtext p { font-size: 1.1em; margin-top: .25em; }
.story-container .story-body .relatedStories .rail-media { margin: 0; padding: 10px; border-bottom: 1px solid #ddd; }
.story-container .story-body .hd4_FOR, .story-container .story-body .hd2_light_Frutiger_47, .story-container .story-body p.Newstext_QandA:first-letter, .story-container .story-body p.Toolbox_inset_QandA:first-letter, .story-container .story-body p.QandA:first-letter { font-size: 1.2em; }
.story-container .story-body .Newstext_bold, .story-container .story-body .Chapter, .story-container .story-body .hd4_FOR, .story-container .story-body .Byline_1_name, .story-container .story-body .Byline_package_1, .story-container .story-body .Chapter_head, .story-container .story-body .GO_event_day, .story-container .story-body .GO_Out_of_Town_colon, .story-container .story-body .hd1_Frutiger_77, .story-container .story-body .hd2_light_Frutiger_47, .story-container .story-body .hd3_subhead, .story-container .story-body .hd3_subhead_bold_67_lead-in, .story-container .story-body .hd4_FOR_BRIEFS_AND_LETTERS_ONLY, .story-container .story-body .hd5_columns, .story-container .story-body .hd6_Palatino, .story-container .story-body .hd6_Palatino_all_caps_gray, .story-container .story-body .hd7_Glypha_45_light, .story-container .story-body .hd7_Glypha_65_bold, .story-container .story-body .hd7_Glypha_75_black, .story-container .story-body .hd8_Brief_heads_for_rails, .story-container .story-body .hd8_Brief, .story-container .story-body .Kicker, .story-container .story-body .Letter_name_1, .story-container .story-body .News_kicker, .story-container .story-body .News_kicker_bw, .story-container .story-body .News_kicker_obit_tombstone, .story-container .story-body .News_of_Record_head, .story-container .story-body .News_of_Record_head_secondary, .story-container .story-body .News_of_Record_Biz, .story-container .story-body .News_of_Record_Milestones, .story-container .story-body p.Newstext_QandA:first-letter, .story-container .story-body .Newstext_score, .story-container .story-body .Newstext_score_BRIEF, .story-container .story-body .Photo_wildart_head, .story-container .story-body .Recipe_1_head, .story-container .story-body .Recipe_3_ingredients, .story-container .story-body .Scoreboard_head, .story-container .story-body .Sigs_bugs, .story-container .story-body .Sports_brief_heads, .story-container .story-body .Sports_brief_heads_for_rails, .story-container .story-body p.Toolbox_inset_QandA:first-letter, .story-container .story-body p.QandA:first-letter, .story-container .story-body .head, .story-container .story-body .times_theaters, .story-container .story-body .times_heads, .story-container .story-body .News_movie_times_theaters { font-weight: bold; }
.story-container .story-body .Byline_2_service, .story-container .story-body .Byline_package_2, .story-container .story-body .Letter_name_2, .story-container .story-body .note, .story-container .story-body .Newstext_italic, .story-container .story-body .Newstext_tagline, .story-container .story-body .Recipe_6_tagline, .story-container .story-body .Toolbox_inset_tagline, .story-container .story-body .WashWeek_votes { font-style: italic; }
.story-container .story-body .toolbox, .story-container .story-body .toolbox1, .story-container .story-body .toolbox2, .story-container .story-body .toolbox3, .story-container .story-body .toolbox4, .story-container .story-body .toolbox5, .story-container .story-body .toolbox6, .story-container .story-body .toolbox7, .story-container .story-body .toolbox8, .story-container .story-body .toolbox9, .story-container .story-body .toolbox10 { font-size: .8em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; border: 1px solid #ddd; background: #f7f7f7; padding: 10px; margin: 0 auto 30px; width: auto; max-width: 800px; position: relative; z-index: 1; float: none; display: block; }
.story-container .story-body .toolbox.full-width, .story-container .story-body .toolbox1.full-width, .story-container .story-body .toolbox2.full-width, .story-container .story-body .toolbox3.full-width, .story-container .story-body .toolbox4.full-width, .story-container .story-body .toolbox5.full-width, .story-container .story-body .toolbox6.full-width, .story-container .story-body .toolbox7.full-width, .story-container .story-body .toolbox8.full-width, .story-container .story-body .toolbox9.full-width, .story-container .story-body .toolbox10.full-width { width: auto; margin-bottom: 30px; }
.story-container .story-body .toolbox.full-width .related-list li, .story-container .story-body .toolbox1.full-width .related-list li, .story-container .story-body .toolbox2.full-width .related-list li, .story-container .story-body .toolbox3.full-width .related-list li, .story-container .story-body .toolbox4.full-width .related-list li, .story-container .story-body .toolbox5.full-width .related-list li, .story-container .story-body .toolbox6.full-width .related-list li, .story-container .story-body .toolbox7.full-width .related-list li, .story-container .story-body .toolbox8.full-width .related-list li, .story-container .story-body .toolbox9.full-width .related-list li, .story-container .story-body .toolbox10.full-width .related-list li { float: left; width: 33.3333%; border: none; }
.story-container .story-body .toolbox.full-width .related-list li:first-child, .story-container .story-body .toolbox1.full-width .related-list li:first-child, .story-container .story-body .toolbox2.full-width .related-list li:first-child, .story-container .story-body .toolbox3.full-width .related-list li:first-child, .story-container .story-body .toolbox4.full-width .related-list li:first-child, .story-container .story-body .toolbox5.full-width .related-list li:first-child, .story-container .story-body .toolbox6.full-width .related-list li:first-child, .story-container .story-body .toolbox7.full-width .related-list li:first-child, .story-container .story-body .toolbox8.full-width .related-list li:first-child, .story-container .story-body .toolbox9.full-width .related-list li:first-child, .story-container .story-body .toolbox10.full-width .related-list li:first-child { margin-top: 10px; padding-top: 10px; }
.story-container .story-body .toolbox.full-width .related-list li .published, .story-container .story-body .toolbox1.full-width .related-list li .published, .story-container .story-body .toolbox2.full-width .related-list li .published, .story-container .story-body .toolbox3.full-width .related-list li .published, .story-container .story-body .toolbox4.full-width .related-list li .published, .story-container .story-body .toolbox5.full-width .related-list li .published, .story-container .story-body .toolbox6.full-width .related-list li .published, .story-container .story-body .toolbox7.full-width .related-list li .published, .story-container .story-body .toolbox8.full-width .related-list li .published, .story-container .story-body .toolbox9.full-width .related-list li .published, .story-container .story-body .toolbox10.full-width .related-list li .published { display: none; }
.story-container .story-body .toolbox.pull-right, .story-container .story-body .toolbox1.pull-right, .story-container .story-body .toolbox2.pull-right, .story-container .story-body .toolbox3.pull-right, .story-container .story-body .toolbox4.pull-right, .story-container .story-body .toolbox5.pull-right, .story-container .story-body .toolbox6.pull-right, .story-container .story-body .toolbox7.pull-right, .story-container .story-body .toolbox8.pull-right, .story-container .story-body .toolbox9.pull-right, .story-container .story-body .toolbox10.pull-right { width: 44%; margin-left: 3%; }
.story-container .story-body .toolbox.pull-left, .story-container .story-body .toolbox1.pull-left, .story-container .story-body .toolbox2.pull-left, .story-container .story-body .toolbox3.pull-left, .story-container .story-body .toolbox4.pull-left, .story-container .story-body .toolbox5.pull-left, .story-container .story-body .toolbox6.pull-left, .story-container .story-body .toolbox7.pull-left, .story-container .story-body .toolbox8.pull-left, .story-container .story-body .toolbox9.pull-left, .story-container .story-body .toolbox10.pull-left { width: 44%; margin-right: 3%; }
.story-container .story-body .toolbox p, .story-container .story-body .toolbox1 p, .story-container .story-body .toolbox2 p, .story-container .story-body .toolbox3 p, .story-container .story-body .toolbox4 p, .story-container .story-body .toolbox5 p, .story-container .story-body .toolbox6 p, .story-container .story-body .toolbox7 p, .story-container .story-body .toolbox8 p, .story-container .story-body .toolbox9 p, .story-container .story-body .toolbox10 p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; margin-bottom: 1em; line-height: 140%; }
.story-container .story-body .toolbox .Toolbox_head, .story-container .story-body .toolbox .hd1_Frutiger_77, .story-container .story-body .toolbox .News_movie_times_heads, .story-container .story-body .toolbox1 .Toolbox_head, .story-container .story-body .toolbox1 .hd1_Frutiger_77, .story-container .story-body .toolbox1 .News_movie_times_heads, .story-container .story-body .toolbox2 .Toolbox_head, .story-container .story-body .toolbox2 .hd1_Frutiger_77, .story-container .story-body .toolbox2 .News_movie_times_heads, .story-container .story-body .toolbox3 .Toolbox_head, .story-container .story-body .toolbox3 .hd1_Frutiger_77, .story-container .story-body .toolbox3 .News_movie_times_heads, .story-container .story-body .toolbox4 .Toolbox_head, .story-container .story-body .toolbox4 .hd1_Frutiger_77, .story-container .story-body .toolbox4 .News_movie_times_heads, .story-container .story-body .toolbox5 .Toolbox_head, .story-container .story-body .toolbox5 .hd1_Frutiger_77, .story-container .story-body .toolbox5 .News_movie_times_heads, .story-container .story-body .toolbox6 .Toolbox_head, .story-container .story-body .toolbox6 .hd1_Frutiger_77, .story-container .story-body .toolbox6 .News_movie_times_heads, .story-container .story-body .toolbox7 .Toolbox_head, .story-container .story-body .toolbox7 .hd1_Frutiger_77, .story-container .story-body .toolbox7 .News_movie_times_heads, .story-container .story-body .toolbox8 .Toolbox_head, .story-container .story-body .toolbox8 .hd1_Frutiger_77, .story-container .story-body .toolbox8 .News_movie_times_heads, .story-container .story-body .toolbox9 .Toolbox_head, .story-container .story-body .toolbox9 .hd1_Frutiger_77, .story-container .story-body .toolbox9 .News_movie_times_heads, .story-container .story-body .toolbox10 .Toolbox_head, .story-container .story-body .toolbox10 .hd1_Frutiger_77, .story-container .story-body .toolbox10 .News_movie_times_heads { color: #fff; font-size: 2em; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; line-height: 125%; margin: -10px -10px 1em; padding: 5px 10px; background: #2A3744; max-width: none; }
.story-container .story-body .toolbox .Toolbox_head_secondary, .story-container .story-body .toolbox .hd3_subhead, .story-container .story-body .toolbox .hd3_subhead_bold_67_lead-in, .story-container .story-body .toolbox .hd5_columns, .story-container .story-body .toolbox .hd6_Palatino, .story-container .story-body .toolbox .hd6_Palatino_all_caps_gray, .story-container .story-body .toolbox .hd7_Glypha_45_light, .story-container .story-body .toolbox .hd7_Glypha_65_bold, .story-container .story-body .toolbox .hd7_Glypha_75_black, .story-container .story-body .toolbox .Scoreboard_head, .story-container .story-body .toolbox .Sigs_bugs, .story-container .story-body .toolbox .News_movie_times_theaters, .story-container .story-body .toolbox1 .Toolbox_head_secondary, .story-container .story-body .toolbox1 .hd3_subhead, .story-container .story-body .toolbox1 .hd3_subhead_bold_67_lead-in, .story-container .story-body .toolbox1 .hd5_columns, .story-container .story-body .toolbox1 .hd6_Palatino, .story-container .story-body .toolbox1 .hd6_Palatino_all_caps_gray, .story-container .story-body .toolbox1 .hd7_Glypha_45_light, .story-container .story-body .toolbox1 .hd7_Glypha_65_bold, .story-container .story-body .toolbox1 .hd7_Glypha_75_black, .story-container .story-body .toolbox1 .Scoreboard_head, .story-container .story-body .toolbox1 .Sigs_bugs, .story-container .story-body .toolbox1 .News_movie_times_theaters, .story-container .story-body .toolbox2 .Toolbox_head_secondary, .story-container .story-body .toolbox2 .hd3_subhead, .story-container .story-body .toolbox2 .hd3_subhead_bold_67_lead-in, .story-container .story-body .toolbox2 .hd5_columns, .story-container .story-body .toolbox2 .hd6_Palatino, .story-container .story-body .toolbox2 .hd6_Palatino_all_caps_gray, .story-container .story-body .toolbox2 .hd7_Glypha_45_light, .story-container .story-body .toolbox2 .hd7_Glypha_65_bold, .story-container .story-body .toolbox2 .hd7_Glypha_75_black, .story-container .story-body .toolbox2 .Scoreboard_head, .story-container .story-body .toolbox2 .Sigs_bugs, .story-container .story-body .toolbox2 .News_movie_times_theaters, .story-container .story-body .toolbox3 .Toolbox_head_secondary, .story-container .story-body .toolbox3 .hd3_subhead, .story-container .story-body .toolbox3 .hd3_subhead_bold_67_lead-in, .story-container .story-body .toolbox3 .hd5_columns, .story-container .story-body .toolbox3 .hd6_Palatino, .story-container .story-body .toolbox3 .hd6_Palatino_all_caps_gray, .story-container .story-body .toolbox3 .hd7_Glypha_45_light, .story-container .story-body .toolbox3 .hd7_Glypha_65_bold, .story-container .story-body .toolbox3 .hd7_Glypha_75_black, .story-container .story-body .toolbox3 .Scoreboard_head, .story-container .story-body .toolbox3 .Sigs_bugs, .story-container .story-body .toolbox3 .News_movie_times_theaters, .story-container .story-body .toolbox4 .Toolbox_head_secondary, .story-container .story-body .toolbox4 .hd3_subhead, .story-container .story-body .toolbox4 .hd3_subhead_bold_67_lead-in, .story-container .story-body .toolbox4 .hd5_columns, .story-container .story-body .toolbox4 .hd6_Palatino, .story-container .story-body .toolbox4 .hd6_Palatino_all_caps_gray, .story-container .story-body .toolbox4 .hd7_Glypha_45_light, .story-container .story-body .toolbox4 .hd7_Glypha_65_bold, .story-container .story-body .toolbox4 .hd7_Glypha_75_black, .story-container .story-body .toolbox4 .Scoreboard_head, .story-container .story-body .toolbox4 .Sigs_bugs, .story-container .story-body .toolbox4 .News_movie_times_theaters, .story-container .story-body .toolbox5 .Toolbox_head_secondary, .story-container .story-body .toolbox5 .hd3_subhead, .story-container .story-body .toolbox5 .hd3_subhead_bold_67_lead-in, .story-container .story-body .toolbox5 .hd5_columns, .story-container .story-body .toolbox5 .hd6_Palatino, .story-container .story-body .toolbox5 .hd6_Palatino_all_caps_gray, .story-container .story-body .toolbox5 .hd7_Glypha_45_light, .story-container .story-body .toolbox5 .hd7_Glypha_65_bold, .story-container .story-body .toolbox5 .hd7_Glypha_75_black, .story-container .story-body .toolbox5 .Scoreboard_head, .story-container .story-body .toolbox5 .Sigs_bugs, .story-container .story-body .toolbox5 .News_movie_times_theaters, .story-container .story-body .toolbox6 .Toolbox_head_secondary, .story-container .story-body .toolbox6 .hd3_subhead, .story-container .story-body .toolbox6 .hd3_subhead_bold_67_lead-in, .story-container .story-body .toolbox6 .hd5_columns, .story-container .story-body .toolbox6 .hd6_Palatino, .story-container .story-body .toolbox6 .hd6_Palatino_all_caps_gray, .story-container .story-body .toolbox6 .hd7_Glypha_45_light, .story-container .story-body .toolbox6 .hd7_Glypha_65_bold, .story-container .story-body .toolbox6 .hd7_Glypha_75_black, .story-container .story-body .toolbox6 .Scoreboard_head, .story-container .story-body .toolbox6 .Sigs_bugs, .story-container .story-body .toolbox6 .News_movie_times_theaters, .story-container .story-body .toolbox7 .Toolbox_head_secondary, .story-container .story-body .toolbox7 .hd3_subhead, .story-container .story-body .toolbox7 .hd3_subhead_bold_67_lead-in, .story-container .story-body .toolbox7 .hd5_columns, .story-container .story-body .toolbox7 .hd6_Palatino, .story-container .story-body .toolbox7 .hd6_Palatino_all_caps_gray, .story-container .story-body .toolbox7 .hd7_Glypha_45_light, .story-container .story-body .toolbox7 .hd7_Glypha_65_bold, .story-container .story-body .toolbox7 .hd7_Glypha_75_black, .story-container .story-body .toolbox7 .Scoreboard_head, .story-container .story-body .toolbox7 .Sigs_bugs, .story-container .story-body .toolbox7 .News_movie_times_theaters, .story-container .story-body .toolbox8 .Toolbox_head_secondary, .story-container .story-body .toolbox8 .hd3_subhead, .story-container .story-body .toolbox8 .hd3_subhead_bold_67_lead-in, .story-container .story-body .toolbox8 .hd5_columns, .story-container .story-body .toolbox8 .hd6_Palatino, .story-container .story-body .toolbox8 .hd6_Palatino_all_caps_gray, .story-container .story-body .toolbox8 .hd7_Glypha_45_light, .story-container .story-body .toolbox8 .hd7_Glypha_65_bold, .story-container .story-body .toolbox8 .hd7_Glypha_75_black, .story-container .story-body .toolbox8 .Scoreboard_head, .story-container .story-body .toolbox8 .Sigs_bugs, .story-container .story-body .toolbox8 .News_movie_times_theaters, .story-container .story-body .toolbox9 .Toolbox_head_secondary, .story-container .story-body .toolbox9 .hd3_subhead, .story-container .story-body .toolbox9 .hd3_subhead_bold_67_lead-in, .story-container .story-body .toolbox9 .hd5_columns, .story-container .story-body .toolbox9 .hd6_Palatino, .story-container .story-body .toolbox9 .hd6_Palatino_all_caps_gray, .story-container .story-body .toolbox9 .hd7_Glypha_45_light, .story-container .story-body .toolbox9 .hd7_Glypha_65_bold, .story-container .story-body .toolbox9 .hd7_Glypha_75_black, .story-container .story-body .toolbox9 .Scoreboard_head, .story-container .story-body .toolbox9 .Sigs_bugs, .story-container .story-body .toolbox9 .News_movie_times_theaters, .story-container .story-body .toolbox10 .Toolbox_head_secondary, .story-container .story-body .toolbox10 .hd3_subhead, .story-container .story-body .toolbox10 .hd3_subhead_bold_67_lead-in, .story-container .story-body .toolbox10 .hd5_columns, .story-container .story-body .toolbox10 .hd6_Palatino, .story-container .story-body .toolbox10 .hd6_Palatino_all_caps_gray, .story-container .story-body .toolbox10 .hd7_Glypha_45_light, .story-container .story-body .toolbox10 .hd7_Glypha_65_bold, .story-container .story-body .toolbox10 .hd7_Glypha_75_black, .story-container .story-body .toolbox10 .Scoreboard_head, .story-container .story-body .toolbox10 .Sigs_bugs, .story-container .story-body .toolbox10 .News_movie_times_theaters { margin-top: 1em; margin-bottom: .5em; font-weight: bold; }
.story-container .story-body .toolbox .Toolbox_inset_bold, .story-container .story-body .toolbox1 .Toolbox_inset_bold, .story-container .story-body .toolbox2 .Toolbox_inset_bold, .story-container .story-body .toolbox3 .Toolbox_inset_bold, .story-container .story-body .toolbox4 .Toolbox_inset_bold, .story-container .story-body .toolbox5 .Toolbox_inset_bold, .story-container .story-body .toolbox6 .Toolbox_inset_bold, .story-container .story-body .toolbox7 .Toolbox_inset_bold, .story-container .story-body .toolbox8 .Toolbox_inset_bold, .story-container .story-body .toolbox9 .Toolbox_inset_bold, .story-container .story-body .toolbox10 .Toolbox_inset_bold { font-weight: bold; }
.story-container .story-body .toolbox p.Toolbox_chatter, .story-container .story-body .toolbox1 p.Toolbox_chatter, .story-container .story-body .toolbox2 p.Toolbox_chatter, .story-container .story-body .toolbox3 p.Toolbox_chatter, .story-container .story-body .toolbox4 p.Toolbox_chatter, .story-container .story-body .toolbox5 p.Toolbox_chatter, .story-container .story-body .toolbox6 p.Toolbox_chatter, .story-container .story-body .toolbox7 p.Toolbox_chatter, .story-container .story-body .toolbox8 p.Toolbox_chatter, .story-container .story-body .toolbox9 p.Toolbox_chatter, .story-container .story-body .toolbox10 p.Toolbox_chatter { margin-bottom: 10px; }
.story-container .story-body .toolbox p.Toolbox_chatter.bold, .story-container .story-body .toolbox1 p.Toolbox_chatter.bold, .story-container .story-body .toolbox2 p.Toolbox_chatter.bold, .story-container .story-body .toolbox3 p.Toolbox_chatter.bold, .story-container .story-body .toolbox4 p.Toolbox_chatter.bold, .story-container .story-body .toolbox5 p.Toolbox_chatter.bold, .story-container .story-body .toolbox6 p.Toolbox_chatter.bold, .story-container .story-body .toolbox7 p.Toolbox_chatter.bold, .story-container .story-body .toolbox8 p.Toolbox_chatter.bold, .story-container .story-body .toolbox9 p.Toolbox_chatter.bold, .story-container .story-body .toolbox10 p.Toolbox_chatter.bold { font-weight: bold; }
.story-container .story-body .toolbox p.Toolbox_chatter > span, .story-container .story-body .toolbox1 p.Toolbox_chatter > span, .story-container .story-body .toolbox2 p.Toolbox_chatter > span, .story-container .story-body .toolbox3 p.Toolbox_chatter > span, .story-container .story-body .toolbox4 p.Toolbox_chatter > span, .story-container .story-body .toolbox5 p.Toolbox_chatter > span, .story-container .story-body .toolbox6 p.Toolbox_chatter > span, .story-container .story-body .toolbox7 p.Toolbox_chatter > span, .story-container .story-body .toolbox8 p.Toolbox_chatter > span, .story-container .story-body .toolbox9 p.Toolbox_chatter > span, .story-container .story-body .toolbox10 p.Toolbox_chatter > span { font-weight: bold; }
.story-container .story-body .toolbox .related-list li, .story-container .story-body .toolbox1 .related-list li, .story-container .story-body .toolbox2 .related-list li, .story-container .story-body .toolbox3 .related-list li, .story-container .story-body .toolbox4 .related-list li, .story-container .story-body .toolbox5 .related-list li, .story-container .story-body .toolbox6 .related-list li, .story-container .story-body .toolbox7 .related-list li, .story-container .story-body .toolbox8 .related-list li, .story-container .story-body .toolbox9 .related-list li, .story-container .story-body .toolbox10 .related-list li { padding-top: 10px; border-top: 1px solid #ddd; margin-top: 10px; }
.story-container .story-body .toolbox .related-list li:first-child, .story-container .story-body .toolbox1 .related-list li:first-child, .story-container .story-body .toolbox2 .related-list li:first-child, .story-container .story-body .toolbox3 .related-list li:first-child, .story-container .story-body .toolbox4 .related-list li:first-child, .story-container .story-body .toolbox5 .related-list li:first-child, .story-container .story-body .toolbox6 .related-list li:first-child, .story-container .story-body .toolbox7 .related-list li:first-child, .story-container .story-body .toolbox8 .related-list li:first-child, .story-container .story-body .toolbox9 .related-list li:first-child, .story-container .story-body .toolbox10 .related-list li:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.story-container .story-body .toolbox .related-body, .story-container .story-body .toolbox1 .related-body, .story-container .story-body .toolbox2 .related-body, .story-container .story-body .toolbox3 .related-body, .story-container .story-body .toolbox4 .related-body, .story-container .story-body .toolbox5 .related-body, .story-container .story-body .toolbox6 .related-body, .story-container .story-body .toolbox7 .related-body, .story-container .story-body .toolbox8 .related-body, .story-container .story-body .toolbox9 .related-body, .story-container .story-body .toolbox10 .related-body { font-size: 1.5em; line-height: 130%; }
.story-container .story-body .toolbox .story-title, .story-container .story-body .toolbox1 .story-title, .story-container .story-body .toolbox2 .story-title, .story-container .story-body .toolbox3 .story-title, .story-container .story-body .toolbox4 .story-title, .story-container .story-body .toolbox5 .story-title, .story-container .story-body .toolbox6 .story-title, .story-container .story-body .toolbox7 .story-title, .story-container .story-body .toolbox8 .story-title, .story-container .story-body .toolbox9 .story-title, .story-container .story-body .toolbox10 .story-title { margin-bottom: 15px; }
.story-container .story-body .toolbox .story-title a, .story-container .story-body .toolbox1 .story-title a, .story-container .story-body .toolbox2 .story-title a, .story-container .story-body .toolbox3 .story-title a, .story-container .story-body .toolbox4 .story-title a, .story-container .story-body .toolbox5 .story-title a, .story-container .story-body .toolbox6 .story-title a, .story-container .story-body .toolbox7 .story-title a, .story-container .story-body .toolbox8 .story-title a, .story-container .story-body .toolbox9 .story-title a, .story-container .story-body .toolbox10 .story-title a { color: #2A3744; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; }
.story-container .story-body .author-mobile { display: none; margin: 0 auto; padding-top: 5px; max-width: 650px; }
.story-container .story-body .author-mobile .author { margin-bottom: 0; text-align: left; font-size: 12px; }
.story-container .story-body .author-mobile .author .Byline_1, .story-container .story-body .author-mobile .author .Byline_2, .story-container .story-body .author-mobile .author p { display: inline-block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; padding-bottom: 10px; margin: 0 6px 0 0; }
.story-container .story-body .author-mobile .author .Byline_1:after { content: ", "; }
.story-container .story-body .author-mobile .author .author-image { width: 30px; height: 30px; float: left; margin-right: 10px; }
.story-container .story-body .author-mobile .author .author-name { float: left; margin-right: 10px; }
.story-container .story-body .author-mobile .author .multiple-author-spacer { margin-top: 20px; }
.story-container .story-body .author-mobile .author .author-btn { display: none; }
.story-container .story-body .News_movie_times_heads { color: #fff; background: #2A3744; font-size: 1.75em; text-transform: uppercase; padding: 10px 20px; margin: 30px auto 0; position: relative; clear: both; /*&:before { content: ""; display: block; position: absolute; top: -30px; left: 0; width: 100%; height: 1px; background: $lightgray;
}*/ }
.story-container .story-body .News_movie_times_heads:after { content: "\f145"; font-family: "fontAwesome"; font-size: 22px; display: inline-block; margin-right: 10px; color: #fff; float: left; margin-top: 2px; }
.story-container .story-body .News_movie_times_heads:first-child { margin-top: 0; }
.story-container .story-body .News_movie_times_heads:first-child:before { content: normal; }
.story-container .story-body .News_movie_times, .story-container .story-body .News_movie_times_theaters { padding: 15px 20px; margin: 0 auto; border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
.story-container .story-body .News_movie_times:nth-child(even), .story-container .story-body .News_movie_times_theaters:nth-child(even) { background: #eee; }
.story-container .story-body .News_movie_times:first-child, .story-container .story-body .News_movie_times_theaters:first-child { border-top: 1px solid #ddd; }
.story-container .story-body .News_movie_times:last-child, .story-container .story-body .News_movie_times_theaters:last-child { border-bottom: 1px solid #ddd; }
.story-container .story-body .News_movie_times .movie-title, .story-container .story-body .News_movie_times_theaters .movie-title { color: #aaa; font-size: 1.25em; line-height: 110%; text-transform: uppercase; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; }
.story-container .story-body .News_movie_times .movie-title .rating, .story-container .story-body .News_movie_times_theaters .movie-title .rating { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; font-style: italic; font-size: .6em; }
.story-container .story-body .News_movie_times .movie-times, .story-container .story-body .News_movie_times_theaters .movie-times { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: .85em; line-height: 140%; }
.story-container .story-body .News_movie_times .movie-times span, .story-container .story-body .News_movie_times_theaters .movie-times span { display: inline-block; }
.story-container .story-body .News_movie_times .movie-times span:first-letter, .story-container .story-body .News_movie_times_theaters .movie-times span:first-letter { text-transform: uppercase; }
.story-container .story-body .News_movie_times .movie-times span.bold, .story-container .story-body .News_movie_times_theaters .movie-times span.bold { font-weight: bold; }
.story-container .story-body .News_movie_times .movie-times span.normal, .story-container .story-body .News_movie_times_theaters .movie-times span.normal { font-weight: normal; }
.story-container .story-body .News_movie_times_notes { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; padding: 5px 20px; margin: 0 auto; border-left: 1px solid #ddd; border-right: 1px solid #ddd; clear: both; }
.story-container .story-body .Calendar_hd1 { color: #2A3744; font-size: 2em; font-weight: bold; font-family: "Open Sans Condensed", sans-serif; text-transform: uppercase; margin: 1.25em auto 0; border-bottom: 3px solid #ddd; }
.story-container .story-body .News_of_Record_Local { margin-bottom: .25em; }
.story-container .story-body .News_of_Record_Local .movie-title { font-family: "Open Sans Condensed", sans-serif; font-size: 1.25em; font-weight: bold; display: inline-block; margin-top: 1em; }
.story-container .left-col { position: absolute; top: 0; width: 200px; height: 100%; }
.story-container .extraBottom { margin-bottom: 40em !important; }
.story-container .author { display: block; margin-bottom: 25em; }
.story-container .author p.Byline_1, .story-container .author p.Byline_2 { margin: 0; }
.story-container .author p.Sigs_columnists { font-weight: bold; position: relative; margin-top: 10px; }
.story-container .author p.Sigs_columnists:before { content: "Author:"; display: block; position: absolute; top: -20px; font-size: 14px; width: 100%; text-align: center; font-weight: normal; }
.story-container .author .author-image { border-radius: 50%; width: 140px; height: 140px; overflow: hidden; margin: 0 auto 15px; border: 1px solid #ddd; }
.story-container .author .author-image img { width: 100%; height: auto; }
.story-container .author .author-name { font-weight: bold; text-transform: uppercase; line-height: 115%; }
.story-container .author .author-name a { color: #2A3744; }
.story-container .author .author-name a div { margin-bottom: 5px; }
.story-container .author .author-name span { display: block; color: #aaa; font-size: .85em; font-weight: normal; }
.story-container .author .multiple-author-spacer { margin: 5px 36px 10px; border-top: 1px solid #ddd; }
.story-container .author .author-twitter { color: #aaa; }
.story-container .author .author-twitter .fa a { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.story-container .related-stories { margin-bottom: 10px; }
.story-container .related-stories .related-story { border-bottom: 1px solid #ddd; /*&:first-child {
	border-top: 1px solid $lightgray;
}*/ }
.story-container .related-stories h4 { margin: 0; padding: 10px; background: #2A3744; color: #fff; }
.story-container .related-stories .img-wrap { max-height: 150px; overflow: hidden; }
.story-container .related-stories h3 { font-size: 16px; line-height: 125%; margin: 0; padding: 5px 0 10px 15px; position: relative; }
.story-container .related-stories h3:before { content: "\f105"; font-family: "FontAwesome"; display: block; position: absolute; top: 5px; left: 5px; font-size: 10px; color: #aaa; }
.story-container .related-stories a { color: #2A3744; }
.story-container .related-stories.google-stories { position: absolute; bottom: 0; left: 0; width: 100%; }
.story-container .right-rail { float: right; min-width: 300px; min-height: 250px; position: absolute; top: 0; right: 0; height: 100%; margin-bottom: 20px; }
.story-container #article-map { max-width: 800px; margin: 0 auto 30px; border: 1px solid #ddd; }
.story-container .story-guide-hero { margin-bottom: 15px; padding-top: 20px; padding-bottom: 24px; }
.story-container .story-guide-hero span { display: inline-block; padding-top: 5px; }
.story-container .story-guide-hero .btn { font-weight: bold; text-transform: uppercase; font-size: 16px; letter-spacing: .05em; }

@media (max-width: 768px) { .story-container .story-body .related-in-body-wrap .related-in-body > div.row:before { content: normal; }
  .story-container .story-body .related-in-body-wrap .related-in-body a { margin-bottom: 15px; } }
/* --- Begin Header Styles --- */
#header a, #header a:hover { color: #fff; transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; }
#header a.btn, #header a:hover.btn { border-radius: 3px; }
#header #nav-toggle-wrap { position: absolute; top: -1px; left: 0; }
#header #nav-toggle-wrap #nav-toggle { width: 30px; height: 30px; padding: 61px 45px; border-right: 1px solid #202a34; position: relative; display: block; }
#header #nav-toggle-wrap #nav-toggle:before { content: "Menu"; display: block; position: absolute; color: #fff; font-size: 16px; text-transform: uppercase; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; top: 21px; left: 26px; }
#header #nav-toggle-wrap #nav-toggle:hover { background: #242f3b; }
#header #nav-toggle-wrap #nav-toggle span, #header #nav-toggle-wrap #nav-toggle span:before, #header #nav-toggle-wrap #nav-toggle span:after { cursor: pointer; border-radius: 1px; height: 3px; width: 30px; background: #fff; position: absolute; display: block; content: ''; transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; }
#header #nav-toggle-wrap #nav-toggle span { top: 50%; left: 50%; margin-left: -15px; }
#header #nav-toggle-wrap #nav-toggle span:before { top: -10px; }
#header #nav-toggle-wrap #nav-toggle span:after { bottom: -10px; }
#header #nav-toggle-wrap #nav-toggle:hover span:before { top: -12px; }
#header #nav-toggle-wrap #nav-toggle:hover span:after { bottom: -12px; }
#header #nav-toggle-wrap #nav-toggle.active span { background-color: transparent; }
#header #nav-toggle-wrap #nav-toggle.active span:before { top: 0; transform: rotate(45deg); }
#header #nav-toggle-wrap #nav-toggle.active span:after { top: 0; transform: rotate(-45deg); }

#header .top-header.fixed #nav-toggle-wrap #nav-toggle { padding-left: 30px; padding-right: 30px; }

.nav-wrap { background: #428bca; }
.nav-wrap .menu { height: 40px; visibility: hidden; margin: 0 auto; }
.nav-wrap .menu > ul { margin: 0; }
.nav-wrap .menu.fit { visibility: visible; }
.nav-wrap #nav ul { margin: 0; padding: 0; list-style: none; }
.nav-wrap #nav li { display: block; float: left; }
.nav-wrap #nav li a { color: #fff; font-size: 16px; display: inline-block; padding: 9px 10px; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; }
.nav-wrap #nav li a:hover { background: #357ebd; }
.nav-wrap #nav li .dropdown-menu li { float: none; }
.nav-wrap #nav li .dropdown-menu li a { color: #2A3744; display: block; }

.interior .nav-wrap { padding-left: 60px; }

.top-header { color: #fff; background: #2A3744; width: 100%; }
.top-header a:hover { color: #ddd; }
.top-header.inner .logo-wrap { margin-left: 60px; }
.top-header #head-col1 { padding-left: 0; }
.top-header .logo-wrap { margin-left: 91px; border-left: 1px solid #344454; }
.top-header .logo-wrap img { width: 100%; max-width: 300px; height: auto; }
.top-header .logo-wrap a { padding: 15px 15px 10px; color: #fff; }
.top-header .logo-wrap a .time { color: #aaa; padding-top: 5px; }
.top-header .logo-wrap a:hover { text-decoration: none; }
.top-header .header-features { border-left: 1px solid #202a34; border-right: 1px solid #344454; }
.top-header .header-features .header-features-item { min-height: 120px; border-left: 1px solid #344454; border-right: 1px solid #202a34; transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; background-position: center 25%; background-repeat: no-repeat; background-size: cover; background-color: #2A3744; position: relative; /*img {
	margin: 5px 15px 15px 0;
	width: auto;
	height: auto;
	max-width: 50%;
	max-height: 70px;
}*/ /*p {
	color: darken( $white, 5% );
	margin: 13px 0 0 50%;
	padding-left: 15px;
	position: relative;
	line-height: 1;
}*/ }
.top-header .header-features .header-features-item:before { content: normal; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); }
.top-header .header-features .header-features-item h2 { font-size: 18px; position: absolute; bottom: 0; left: 0; padding: 20px 10px 10px; width: 100%; margin: 0; background: #000; background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%); background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }
.top-header .header-features .header-features-item h2:before { content: "\f105"; display: none; position: absolute; right: -3px; top: 5px; color: #fff; font-family: "fontAwesome"; font-size: 20px; transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; }
.top-header .header-features .header-features-item:hover { background-color: #242f3b; text-decoration: none; box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5); }
.top-header .extra { padding-top: 20px; }
.top-header .extra .weather-wrap a.btn { border: 1px solid transparent; }
.top-header .extra .weather-wrap a.btn:hover { border-color: #aaa; }
.top-header .extra .weather-wrap a.weather img.icon { width: 30px; height: auto; }

.allstory.fullPageHTML .top-header, .top-header.fixed { position: fixed; top: 0px; height: 62px; overflow: hidden; z-index: 1000; }
.allstory.fullPageHTML .top-header #nav-toggle-wrap, .top-header.fixed #nav-toggle-wrap { background: #428bca; }
.allstory.fullPageHTML .top-header #nav-toggle-wrap #nav-toggle, .top-header.fixed #nav-toggle-wrap #nav-toggle { padding-top: 31px !important; padding-bottom: 31px !important; height: 0; }
.allstory.fullPageHTML .top-header #nav-toggle-wrap #nav-toggle:before, .top-header.fixed #nav-toggle-wrap #nav-toggle:before { content: normal !important; }
.allstory.fullPageHTML .top-header .logo-wrap, .top-header.fixed .logo-wrap { margin-left: 60px; float: left; }
.allstory.fullPageHTML .top-header .logo-wrap .logoText, .allstory.fullPageHTML .top-header .logo-wrap .time, .top-header.fixed .logo-wrap .logoText, .top-header.fixed .logo-wrap .time { display: none; }
.allstory.fullPageHTML .top-header .logo-wrap a, .top-header.fixed .logo-wrap a { text-align: left; padding: 15px; }
.allstory.fullPageHTML .top-header .logo-wrap img, .top-header.fixed .logo-wrap img { max-width: 200px; }
.allstory.fullPageHTML .top-header .header-features .header-features-item, .top-header.fixed .header-features .header-features-item { min-height: 0; padding-top: 5px !important; padding-bottom: 5px !important; }
.allstory.fullPageHTML .top-header .header-features .header-features-item p, .top-header.fixed .header-features .header-features-item p { display: none; }
.allstory.fullPageHTML .top-header #head-col2, .top-header.fixed #head-col2 { display: none !important; }
.allstory.fullPageHTML .top-header #head-col3, .top-header.fixed #head-col3 { float: right; width: auto; }
.allstory.fullPageHTML .top-header #head-col3 .signin, .allstory.fullPageHTML .top-header #head-col3 .extra, .top-header.fixed #head-col3 .signin, .top-header.fixed #head-col3 .extra { float: right !important; margin-right: 15px; }
.allstory.fullPageHTML .top-header .navbarBreadTrail, .top-header.fixed .navbarBreadTrail { font-weight: bold; text-transform: uppercase; top: 0; font-size: 12px; left: 300px; text-align: left; line-height: 62px; position: absolute; color: #fff; width: 100%; }

.signin .signin-btns a { font-weight: bold; text-transform: uppercase; color: #fff; }
.signin .signin-btns a.manage { font-size: 20px; }

.interior .signin-btns a.btn-link { color: #aaa; }

.sharing-btns { padding-top: 30px; }
.sharing-btns > span { display: block; width: 60px !important; height: 50px !important; }
.sharing-btns > span:before { font-family: "fontAwesome"; font-size: 26px; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; text-align: center; }
.sharing-btns span.stLarge { background: none !important; }
.sharing-btns span.st_facebook_large { color: #fff; background: #3b5998; line-height: 50px; position: relative; }
.sharing-btns span.st_facebook_large:hover { background: #4264aa; }
.sharing-btns span.st_facebook_large:before { content: ""; line-height: 50px; }
.sharing-btns span.st_print_large { color: #fff; background: #3b5998; line-height: 50px; position: relative; }
.sharing-btns span.st_print_large:hover { background: #4264aa; }
.sharing-btns span.st_print_large:before { content: ""; line-height: 50px; }
.sharing-btns span.st_twitter_large { color: #fff; background: #00aced; line-height: 50px; position: relative; }
.sharing-btns span.st_twitter_large:hover { background: #08bbff; }
.sharing-btns span.st_twitter_large:before { content: ""; line-height: 50px; }
.sharing-btns span.st_linkedin_large { color: #fff; background: #007bb6; line-height: 50px; position: relative; }
.sharing-btns span.st_linkedin_large:hover { background: #008cd0; }
.sharing-btns span.st_linkedin_large:before { content: ""; line-height: 50px; }
.sharing-btns span.st_googleplus_large { color: #fff; background: #dd4b39; line-height: 50px; position: relative; }
.sharing-btns span.st_googleplus_large:hover { background: #e15f4f; }
.sharing-btns span.st_googleplus_large:before { content: ""; line-height: 50px; }
.sharing-btns span.st_email_large { color: #fff; background: #ececec; line-height: 50px; position: relative; color: #2A3744; }
.sharing-btns span.st_email_large:hover { background: #f9f9f9; }
.sharing-btns span.st_email_large:before { content: ""; line-height: 50px; }
.sharing-btns span.st_sharethis_large { color: #fff; background: #FD9F13; line-height: 50px; position: relative; }
.sharing-btns span.st_sharethis_large:hover { background: #fda92c; }
.sharing-btns span.st_sharethis_large:before { content: ""; line-height: 50px; }

.story-header .sharing-btns { padding-top: 0; margin-top: 35px; position: relative; }
.story-header .sharing-btns:before { content: "Share"; position: absolute; display: block; left: 0; top: -20px; width: 100%; color: #ddd; background: #2A3744; text-align: center; padding: 4px 0; font-size: 12px; text-transform: uppercase; font-weight: bold; letter-spacing: .05em; line-height: 1; }

.story-body .sharing-btns, .sharing-wrap .sharing-btns { padding-top: 0; padding-bottom: 30px; text-align: center; }
.story-body .sharing-btns .title, .sharing-wrap .sharing-btns .title { font-family: "Georgia", serif; font-size: 18px; margin-bottom: 5px; }
.story-body .sharing-btns > span, .sharing-wrap .sharing-btns > span { display: inline-block; margin: 0 2px 5px; width: 40px !important; height: 40px !important; line-height: 40px; border-radius: 40px; }
.story-body .sharing-btns > span:before, .sharing-wrap .sharing-btns > span:before { font-size: 20px; line-height: 40px; }

/* --- BEGIN INTERIOR HEADER BAR --- */
.interior #header { background: #dbdddf; color: #aaa; position: fixed; z-index: 12; height: 100%; width: 60px; text-align: center; top: 0; bottom: 0; }
.interior #header #nav-toggle-wrap #nav-toggle { display: block; padding: 30px !important; border: none; height: 60px; background: #3d5164; color: #fff; }
.interior #header #nav-toggle-wrap #nav-toggle:before { content: normal; }
.interior #header .story-header .btn { line-height: 45px; border: none; border-radius: 0; text-align: center; font-size: 26px; margin: 0; transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; }
.interior #header .story-header .btn:hover, .interior #header .story-header .btn:active, .interior #header .story-header .btn:focus { background: #2A3744 !important; }
.interior #header .story-header .btn.weather:hover, .interior #header .story-header .btn.weather:active, .interior #header .story-header .btn.weather:focus { background: rgba(42, 55, 68, 0.1) !important; }
.interior #header .story-header .btn img.icon { width: 30px; height: auto; margin: 0 0 4px; }
.interior #header .story-header .btn span { font-size: 12px; font-weight: bold; line-height: 1; display: block; }
.interior #header .story-header #nav-search-btn { background: #516a83; padding: 15px 0; display: block; margin-top: 59px; }
.interior #header .story-header #saved-btn { background: #6684a1; position: relative; }
.interior #header .story-header #saved-btn .count { color: #fff; font-size: 14px; font-weight: bold; position: absolute; text-align: center; width: 24px; height: 24px; line-height: 24px; background: #FAA61A; border-radius: 50%; left: 31px; top: 4px; }

.weather-top-ad { margin-top: 20px; padding-left: 10%; }

.weather-wrap .accu-weather div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather div.aw-current-weather-inner { padding-bottom: 2px !important; }
.weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner { width: 100% !important; min-width: 60px !important; max-width: 60px !important; margin: 0 !important; padding: 0 !important; z-index: 0; }
.weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner .aw-widget-content { background: #869db4; border: none !important; text-align: center; padding: 6px 0 !important; margin: 0 !important; }
.weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner .aw-widget-content h3 { display: none; }
.weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner .aw-widget-content .aw-icon { position: static !important; width: 100% !important; background-position: center top !important; background-size: 70px auto !important; height: 40px !important; }
.weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner .aw-widget-content .aw-temp-time-desc, .weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner .aw-widget-content .aw-temperature-today, .weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner .aw-widget-content b { color: #fff !important; text-align: center; padding: 0 !important; margin: 0 !important; float: none !important; font-size: 14px !important; font-weight: bold !important; }
.weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner .aw-widget-content time { display: none; }
.weather-wrap .weather.btn { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: none; z-index: 1; }
.weather-wrap .weather.btn:hover, .weather-wrap .weather.btn:active, .weather-wrap .weather.btn:focus { background: none; }

.home .weather-wrap .weather.btn { left: auto; right: -3px; width: 173px; height: 36px; top: -6px; }
.home .accu-weather { width: 170px; height: 30px; float: right; }
.home .weather-wrap .accu-weather div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather div.aw-current-weather-inner { padding-bottom: 0 !important; }
.home .weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner .aw-widget-content { background: none !important; padding: 0 !important; }
.home .weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner { width: 170px !important; max-width: 170px !important; float: right; }
.home .weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner .aw-widget-content .aw-icon { width: 40px !important; margin-top: -3px !important; }
.home .weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner .aw-widget-content .aw-temperature-today { width: 40px !important; float: left !important; }
.home .weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner .aw-widget-content .aw-temp-time-desc { margin: 9px 0 0 !important; float: left !important; width: 120px !important; }
.home div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p time { float: left !important; width: 80px !important; margin: 0 !important; line-height: 12px !important; }
.home div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p span.aw-weather-description, .home div.aw-widget-current-inner a.aw-toggle { display: none !important; }

.popover .aw-widget-36hour .aw-more-block, .popover .aw-widget-36hour .aw-fc-status { display: none !important; }
.popover div.aw-widget-36hour-inner div.aw-top-content, .popover div.aw-widget-36hour-inner div.aw-fc-status { border: none !important; }
.popover div.aw-widget-36hour-inner div.aw-six-hours div.aw-six-hours-inner { margin: 0 !important; }

.home .footer-wrap { margin-top: 40px; }
.home .footer-wrap #footer-hide-btn { display: none; }
.home.allstory .footer-wrap { margin-top: 0; }

.interior .footer-wrap { position: relative; padding-left: 60px; padding-right: 2.5%; }
.interior .footer-wrap #footer-hide-btn { display: none; }
.interior .footer-wrap:before { content: ""; background: #DBDDDF; display: block; position: absolute; width: 2.5%; right: 0; top: 0; height: 100%; z-index: 1; }
.interior .footer-wrap .footer-columns { padding-left: 45px; }

/* -- Begin Nav Search with Modal --- */
.nav-search div { border-left: 1px solid #fff; padding-left: 10px; margin-left: 10px; display: inline; }

#nav-search-btn, #saved-btn, #mobile-menu #mobile-search-btn { color: #fff; text-transform: uppercase; font-family: "Open Sans Condensed", sans-serif; font-size: 18px; font-weight: bold; background: none; border: 1px solid transparent; padding: 5px 6px; margin: -4px 0 0; line-height: 1; border-radius: 3px; outline: none; }

#nav-search-btn, #saved-btn { margin-top: 4px; }

#nav-search-btn i { padding-right: 5px; }

#nav-search-btn:hover, #saved-btn:hover { border-color: rgba(255, 255, 255, 0.5); }

/* --- Begin Weather Popover --- */
.weather-wrap .popover { color: #9d9d9d; max-width: 800px; width: 800px; left: auto !important; right: 20px; border-color: #ddd; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4); padding: 5px 15px; z-index: 30; }
.weather-wrap .popover a { color: #428bca !important; }
.weather-wrap .popover a:hover { text-decoration: underline; }
.weather-wrap .popover.bottom .arrow { left: auto; right: 15px; }
.weather-wrap .popover .popover-title { font-weight: bold; font-size: 18px; padding: 10px 0; background: none; }
.weather-wrap .popover .popover-title a { font-weight: normal; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; margin-left: 10px; }
.weather-wrap .popover .popover-content { font-size: .85em; padding: 10px 0; }
.weather-wrap .popover .popover-content h3 { font-size: 18px; margin: 0 0 15px; }
.weather-wrap .popover .popover-content h3 .icon { width: 40px; }
.weather-wrap .popover .popover-content .weather-grid .icon { width: 70px; margin-bottom: 10px; }

.interior .weather-wrap .popover { right: auto; left: 100% !important; top: -154px !important; }
.interior .weather-wrap .popover.right .arrow { top: 171px; margin-top: 0; }

.cat-weather .sticky-ad-wrap #section-sticky1, .cat-weather .sticky-ad-wrap #section-sticky2, .cat-weather .sticky-ad-wrap #section-sticky3, .cat-webcams .sticky-ad-wrap #section-sticky1, .cat-webcams .sticky-ad-wrap #section-sticky2, .cat-webcams .sticky-ad-wrap #section-sticky3 { position: static !important; }

/* --- Begin submission pages --- */
.butWrap { background-color: #428bca; border: 1px solid #357ebd; padding: 10px 5px; border-radius: 20px; margin: 10px; width: 98%; height: 120px; padding-left: 8px; }

.butWrap:hover { background-color: #3276b1; }

.SubButLink { color: white; text-decoration: none; }

.formsIFrame { width: 100%; border: none; }

.eventsIFrame { width: 100%; border: none; }

.worshipIFrame { width: 100%; border: none; }

/* --- Begin Social Icons with color coding by type --- */
.social-links { border-bottom: 3px solid #ddd; text-align: right; margin-bottom: 20px; padding-bottom: 5px; }
.social-links span { font-family: "Georgia", serif; font-style: italic; color: #aaa; display: inline-block; margin-right: 10px; }
.social-links .social-link { color: #fff; display: inline-block; width: 28px; height: 28px; margin: 5px 2px; font-size: 20px; line-height: 28px; text-align: center; border-radius: 3px; cursor: pointer; }
.social-links .social-link .fa { line-height: 28px; }
.social-links .social-link.facebook { background-color: #3b5998; border-color: #3b5998; }
.social-links .social-link.twitter { background-color: #00aced; border-color: #00aced; }
.social-links .social-link.google-plus { background-color: #dd4b39; border-color: #dd4b39; }
.social-links .social-link.linkedin { background-color: #007bb6; border-color: #007bb6; }
.social-links .social-link.youtube { background-color: #bb0000; border-color: #bb0000; }
.social-links .social-link.facebook { background-color: #3b5998; border-color: #3b5998; }
.social-links .social-link.foursquare { background-color: #0072b1; border-color: #0072b1; }
.social-links .social-link.pinterest { background-color: #CD2129; border-color: #CD2129; }
.social-links .social-link.vimeo { background-color: #aad450; border-color: #aad450; }
.social-links .social-link.tumblr { background-color: #aad450; border-color: #aad450; }
.social-links .social-link.instagram { background-color: #895A4D; border-color: #895A4D; }
.social-links .social-link.wordpress { background-color: #1e8cbe; border-color: #1e8cbe; }
.social-links .social-link.stumbleupon { background-color: #eb4924; border-color: #eb4924; }
.social-links .social-link.yelp { background-color: #ce2200; border-color: #ce2200; }
.social-links .social-link.paypal { background-color: #179bd7; border-color: #179bd7; }
.social-links .social-link.rss { background-color: #FD9F13; border-color: #FD9F13; }
.social-links .social-link:hover { color: #FFF; text-decoration: none; }

/* --- HOMEPAGE: Begin Classifieds --- */
.home-classified { margin-bottom: 40px; background: #2A3744; color: #fff; }
.home-classified h4 { color: #fff !important; float: left; line-height: 40px; margin: 0 14px 0 0; padding: 0 14px 0 0; font-size: 30px; font-family: "Georgia", serif; font-weight: normal; border-right: 1px solid #ddd; }
.home-classified .btn { margin-top: 0 !important; }
.home-classified .btn.btn-outline { background: #2A3744; color: #fff; font-family: "Georgia", serif; font-size: 16px; font-style: italic; padding: 7px 2em; }
.home-classified .btn.btn-outline:hover { text-decoration: underline; }
.home-classified ul { list-style: none; margin: 0 160px 0 0; padding: 0; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.home-classified ul li { display: inline-block; }
.home-classified ul a { font-size: 16px; line-height: 30px; font-style: italic; color: #fff !important; font-family: "Georgia", serif; display: inline-block; padding: 3px 1em; }
.home-classified ul a:hover { color: #ddd; }

/* --- HOMEPAGE MAIN CONTENT: Begin main content area styles --- */
.home .main-content-wrap .leaderBoardMargin { margin-top: 20px; margin-bottom: 10px; }

.interior .main-content-wrap .leaderBoardMargin { margin-bottom: 15px; }

.main-content-wrap { /*.top-stories-list {
	.author-wrap {
		a.avatar {
			display: none;
		}
	}
}*/ }
.main-content-wrap img.max-width { width: 100%; max-width: 100%; height: auto; }
.main-content-wrap p { font-family: "Georgia", serif; font-size: 15px; }
.main-content-wrap .content-ad .adunit-left, .main-content-wrap .content-ad .adunit-right { display: inline-block; margin: 0 10px; }
.main-content-wrap .content-ad .adunit-left { margin-bottom: 10px; }
.main-content-wrap .special-pubs-wrap { background: #efefef; margin-bottom: 30px; padding: 0px; }
.main-content-wrap .special-pubs-wrap .events-wrap { padding-left: 330px; }
.main-content-wrap .special-pubs-wrap .event-ad-wrap { position: absolute; left: 0; top: 0; }
.main-content-wrap .special-pubs-wrap .kiosk-widget .kiosk-inner { border: none; padding-bottom: 0; }
.main-content-wrap .big-container { position: relative; }
.main-content-wrap .big-container h2, .main-content-wrap .big-container h3, .main-content-wrap .big-container h4, .main-content-wrap .big-container h5, .main-content-wrap .big-container h6 { color: #2A3744; }
.main-content-wrap .big-container h2 a, .main-content-wrap .big-container h3 a, .main-content-wrap .big-container h4 a, .main-content-wrap .big-container h5 a, .main-content-wrap .big-container h6 a { color: #2A3744; }
.main-content-wrap .big-container h2 { font-size: 32px; line-height: 36px; margin: 10px 0; }
.main-content-wrap .big-container h2 .section small { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; color: #777777; font-size: 11px; font-weight: 400; }
.main-content-wrap .big-container h2 span.breaking { position: absolute; bottom: 100%; z-index: 1; font-size: 24px; padding: 6px 17px; background: #db0d0d; color: #fff; margin-bottom: 10px; }
.main-content-wrap .big-container h3 { font-size: 18px; line-height: 18px; margin: 5px 0; }
.main-content-wrap .big-container .top-stories .newsletter-signup { padding-bottom: 20px; padding-top: 10px; border-bottom: 3px solid #ddd; }
.main-content-wrap .big-container .item-block { padding-bottom: 40px; }
.main-content-wrap .big-container .item-block > h2 { font: normal 48px/54px "Georgia", serif; color: #2A3744; margin: 0 0 20px; border-bottom: 3px solid #ddd; position: relative; }
.main-content-wrap .big-container .item-block > h2 span { display: inline-block; padding-bottom: 5px; position: relative; }
.main-content-wrap .big-container .item-block > h2 span:before { content: ""; display: block; position: absolute; left: 0; top: 100%; width: 100%; border-bottom: 3px solid #aaa; }
.main-content-wrap .big-container .item-block > h2 span > a:hover { color: #3d5164; text-decoration: none; }
.main-content-wrap .big-container .item-block > h2 small { display: inline-block; padding: 0 0 0 15px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; font-size: 11px; line-height: 12px; }
.main-content-wrap .big-container .item-block > h2 > a { display: none; font-size: 16px; position: absolute; right: 15px; bottom: 0; line-height: 275%; }
.main-content-wrap .big-container .item-block p { margin-bottom: 0; }
.main-content-wrap .big-container .item-block p.subtext { margin: 5px 0 0; }
.main-content-wrap .big-container .item-block .promo-block > a { display: block; text-align: center; }
.main-content-wrap .big-container .item-block .promo-block > a.portrait { border: 1px solid #ddd; background: #efefef; }
.main-content-wrap .big-container .item-block .promo-block img, .main-content-wrap .big-container .item-block .promo-block img.max-width { width: auto; height: auto; max-width: 100%; max-height: 530px; }
.main-content-wrap .big-container .item-block .grid-item { padding-bottom: 15px; }
.main-content-wrap .big-container .item-block .grid-img-wrap { height: 160px; overflow: hidden; position: relative; }
.main-content-wrap .big-container .item-block .grid-img-wrap.no-image { background-color: #2A3744; background-position: center 25%; background-repeat: no-repeat; background-size: 80% auto !important; }
.main-content-wrap .big-container .item-block .grid-img-wrap.no-image.bend-bulletin { background-image: url("http://statics.bendbulletin.com/images/thebulletin_logoText_reverse.png"); }
.main-content-wrap .big-container .item-block .grid-img-wrap.no-image.del-norte-triplicate { background-image: url("http://statics.bendbulletin.com/images/_triplicate/TriplicateMastheadWhite2017.png"); }
.main-content-wrap .big-container .item-block .grid-img-wrap.no-image.union-democrat { background-image: url("http://statics.bendbulletin.com/images/_uniondemocrat/UnionDemocratMasthead2017.png"); }
.main-content-wrap .big-container .item-block .grid-img-wrap.no-image.baker-city-herald { background-image: url("http://statics.bendbulletin.com/images/_bakercityherald/BakerCityMasthead2017.png"); }
.main-content-wrap .big-container .item-block .grid-img-wrap.no-image.curry-coastal-pilot { background-image: url("http://statics.bendbulletin.com/images/_curryPilot/CurryPilotMastheadWhite2017.png"); }
.main-content-wrap .big-container .item-block .grid-img-wrap.no-image.la-grande-observer { background-image: url("http://statics.bendbulletin.com/images/_lagrandeobserver/LaGrandeObserverMasthead2017.png"); }
.main-content-wrap .big-container .item-block .grid-img-wrap.mug { text-align: center; border: 1px solid #ddd; background: #eaeaea; }
.main-content-wrap .big-container .item-block .grid-img-wrap.mug img { height: 160px; width: auto; }
.main-content-wrap .big-container .item-block .grid-img-wrap.has-image-0 { background: url("http://statics.bendbulletin.com/images/thebulletin_logoStackedText_reverse-150x49.png") no-repeat center center #2A3744; }
.main-content-wrap .big-container .item-block .grid-img-wrap.has-image-0 a { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.main-content-wrap .big-container .item-block .story-item { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ddd; position: relative; /*&:last-child {
	border-bottom: none;
	margin-bottom: 0;
}*/ /*p {
	text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}*/ }
.main-content-wrap .big-container .item-block .story-item .section small { text-transform: uppercase; color: #777777; font-size: 11px; font-weight: 400; }
.main-content-wrap .big-container .item-block .story-item .section small a:hover { color: #2A3744; }
.main-content-wrap .big-container .item-block .story-item img { width: auto; height: auto; max-width: 34%; max-height: 150px; }
.main-content-wrap .big-container .item-block .story-item.category-15323079 { background: #f2f2f2; border: none; padding: 1px 0; }
.main-content-wrap .big-container .item-block .story-item.category-15323079:before { content: "Sponsored Content"; font-family: "Open Sans Condensed", sans-serif; display: block; color: #fff; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; position: absolute; top: 0; left: 0; background: #c4c4c4; padding: 2px 10px; }
.main-content-wrap .big-container .item-block .story-item.category-15323079 button { position: absolute; top: 0; left: 124px; background: none; border: none; color: #aaa; outline: none; }
.main-content-wrap .big-container .item-block .story-item.category-15323079 button:hover { color: #2A3744; }
.main-content-wrap .big-container .item-block .story-item.category-15323079 .popover .popover-title { font-size: 16px; font-weight: 600; margin: 0; background: none; border: none; padding-bottom: 0; }
.main-content-wrap .big-container .item-block .story-item.category-15323079 h2 { margin-top: 30px !important; }
.main-content-wrap .big-container .item-block .more-stories-button { text-align: center; }
.main-content-wrap .big-container .item-block.top-stories .top-stories-list h2 { font-size: 24px; line-height: 28px; margin-top: 0; margin-bottom: 0; }
.main-content-wrap .big-container .item-block.top-stories .top-stories-list img { max-width: 150px; margin-left: 15px; }
.main-content-wrap .big-container .item-block.pic-right .story-loop-wrap .story-item img { margin-right: 0; margin-left: 20px; }
.main-content-wrap .big-container .item-block.pic-left .story-loop-wrap .story-item img { margin-left: 0; margin-right: 20px; margin-bottom: 10px; }
.main-content-wrap .big-container .item-block.pic-left .story-loop-wrap .story-item p { margin-right: 0; }
.main-content-wrap .big-container .item-block.latest-news { padding-bottom: 0; }
.main-content-wrap .big-container .item-block.latest-news .story-wrap td.breaking { width: 200px; vertical-align: middle; color: #fff; background: #db0d0d; padding: 0 20px; font-weight: 600; position: relative; }
.main-content-wrap .big-container .item-block.latest-news .story-wrap td.breaking:after { content: ""; position: absolute; right: -32px; top: 50%; margin-top: -16px; border: 16px solid transparent; border-left-color: #db0d0d; }
.main-content-wrap .big-container .item-block.latest-news .story-wrap td.breaking h2 { color: #fff; text-transform: uppercase; font-size: 24px; line-height: 24px; margin: 0 0 7px; }
.main-content-wrap .big-container .item-block.latest-news .story-wrap td.breaking div { line-height: 14px; }
.main-content-wrap .big-container .item-block.latest-news .story-wrap td.story { background: #2A3744; color: #fff; padding: 20px 20px 20px 30px; }
.main-content-wrap .big-container .item-block.latest-news .story-wrap td.story a:hover { color: #fff; text-decoration: none; }
.main-content-wrap .big-container .item-block.latest-news .story-wrap td.story a span { color: yellow; }
.main-content-wrap .big-container .item-block.latest-news .story-wrap td.story h2 { color: #fff; font-size: 26px; line-height: 26px; margin: 0 0 10px; }
.main-content-wrap .big-container .item-block.latest-news .story-wrap td.story img { margin: 0 20px 0 0; width: auto; height: auto; max-width: 150px; max-height: 100px; }
.main-content-wrap .big-container .item-block.latest-news .story-count-1 { margin: auto; max-width: 1000px; }
.main-content-wrap .big-container .item-block.latest-news h3 { font-size: 26px; line-height: 30px; }
.main-content-wrap .big-container .item-block.latest-news img { width: 30%; height: auto; margin: 10px 0 5px 20px; }
.main-content-wrap .big-container .item-block.latest-news p small { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.main-content-wrap .big-container .item-block.four-pics .grid-img-wrap { height: 230px; max-height: 230px; overflow: hidden; margin-bottom: 10px; background-size: cover; background-repeat: no-repeat; }
.main-content-wrap .big-container .item-block.four-pics .grid-img-wrap a { display: block; width: 100%; height: 100%; transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; 						/*img {
							@include transition( .3s );
							@include transformscale( 1.0 );
						}

						&:hover img {
							@include transformscale( 1.05 );
						}*/ }
.main-content-wrap .big-container .item-block.four-pics .grid-img-wrap a.promo-block { position: absolute; left: 0; top: 0; background-position: center 25%; background-size: cover; background-repeat: no-repeat; background-color: #333; }
.main-content-wrap .big-container .item-block.four-pics .grid-img-wrap.mug { text-align: center; background-color: #2A3744; background-size: contain; }
.main-content-wrap .big-container .item-block.four-pics .grid-img-wrap.mug img { height: 100%; width: auto; }
.main-content-wrap .big-container .item-block.four-pics .grid-img-wrap.mug h3 { text-align: left; }
.main-content-wrap .big-container .item-block.four-pics .grid-img-wrap h3 { position: absolute; bottom: 0; color: #fff; width: 100%; padding: 200px 14px 20px; margin: 0; line-height: 22px; font-size: 22px; background: rgba(13, 13, 12, 0.5); background: -webkit-gradient(linear, top, rgba(13, 13, 12, 0.5) 0, transparent 40%, #0d0d0c 100%); background: -moz-linear-gradient(top, rgba(13, 13, 12, 0.5) 0, transparent 40%, #0d0d0c 100%); background: -webkit-linear-gradient(top, rgba(13, 13, 12, 0.5) 0, transparent 40%, #0d0d0c 100%); background: -o-linear-gradient(top, rgba(13, 13, 12, 0.5) 0, transparent 40%, #0d0d0c 100%); background: -ms-linear-gradient(top, rgba(13, 13, 12, 0.5) 0, transparent 40%, #0d0d0c 100%); }
.main-content-wrap .big-container .item-block.four-pics .has-ad .row { margin-right: 330px; }
.main-content-wrap .big-container .item-block.four-pics .ad-spot { position: absolute; top: 0; right: 15px; width: 300px; height: 95%; }
.main-content-wrap .big-container .item-block.five-grid .big-story .grid-img-wrap { height: 485px; max-height: 485px; }
.main-content-wrap .big-container .item-block.five-grid .big-story h3 { padding-top: 450px; }
.main-content-wrap .big-container .item-block.with-promo .promo-wrap a { background: #2A3744; color: #fff; text-decoration: none; display: block; text-align: center; }
.main-content-wrap .big-container .item-block.with-promo .promo-wrap a h3 { color: #fff; position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px; margin: 0; background: rgba(0, 0, 0, 0.5); }
.main-content-wrap .big-container .item-block.with-promo .promo-wrap a:hover { color: #fff !important; text-decoration: none; }
.main-content-wrap .big-container .item-block.with-promo .promo-wrap a img { height: auto; width: 100%; }
.main-content-wrap .big-container .item-block.with-promo .promo-wrap.opinion img { width: auto; max-width: 240px; padding-top: 15px; }
.main-content-wrap .big-container .item-block.with-promo .promo-wrap.opinion h3 { position: static; background: none; }
.main-content-wrap .big-container .item-block.in-media > .row { padding-right: 320px; position: relative; min-height: 300px; }
.main-content-wrap .big-container .item-block.in-media a, .main-content-wrap .big-container .item-block.in-media a:hover { color: #2A3744; text-decoration: none; }
.main-content-wrap .big-container .item-block.in-media .media-item { display: block; margin-bottom: 20px; }
.main-content-wrap .big-container .item-block.in-media .media-item h4 { margin: 0; padding: 10px; font-size: 16px; color: #fff; background: #2A3744; }
.main-content-wrap .big-container .item-block.in-media .media-item h4 a { color: #fff; }
.main-content-wrap .big-container .item-block.in-media .media-item p { color: #fff; padding: 0 10px 10px; background: #2A3744; font-size: 14px; }
.main-content-wrap .big-container .item-block.in-media .media-item:hover p { text-decoration: none; }
.main-content-wrap .big-container .item-block.in-media .media-image { position: relative; background-repeat: no-repeat; background-position: 50%; background-size: cover; overflow: hidden; height: 138px; }
.main-content-wrap .big-container .item-block.in-media .media-image:before { content: ""; background: #fff; font-family: "fontAwesome"; display: block; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; border: 4px solid #fff; border-radius: 40px; font-size: 22px; line-height: 46px; text-align: center; text-indent: 1px; margin-top: -25px; margin-left: -25px; opacity: .4; transition: ease-in-out all 0.2s; -moz-transition: ease-in-out all 0.2s; -webkit-transition: ease-in-out all 0.2s; }
.main-content-wrap .big-container .item-block.in-media .media-image.video:before { content: "\f04b"; text-indent: 4px; }
.main-content-wrap .big-container .item-block.in-media .media-image.gallery:before { content: "\f03e"; }
.main-content-wrap .big-container .item-block.in-media .media-image.both:before { content: "\f03e"; }
.main-content-wrap .big-container .item-block.in-media .media-image:hover:before { background: #428bca; border-color: #428bca; color: #fff; opacity: .75; }
.main-content-wrap .big-container .item-block.in-media .promo-block .media-image { height: 350px; }
.main-content-wrap .big-container .item-block.in-media .promo-block h4 { font-size: 22px; }
.main-content-wrap .big-container .item-block.in-media .media-ad { position: absolute; top: 0; right: 0; width: 300px; height: 100%; }
.main-content-wrap .big-container .item-block.home-featured-classifieds > h2 > a { display: block; float: left; position: static; margin: 20px 30px 0px; padding: 8px 20px; line-height: 1; }
.main-content-wrap .big-container .item-block.home-featured-classifieds .classified-item { border: 1px solid #ddd; margin-bottom: 30px; border-radius: 4px; }
.main-content-wrap .big-container .item-block.home-featured-classifieds .grid-img-wrap { height: auto; max-height: 160px; }
.main-content-wrap .big-container .item-block.home-featured-classifieds .grid-img-wrap img { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.main-content-wrap .big-container .item-block.ap-only .story-list-items.with-ad { padding-right: 330px; }
.main-content-wrap .big-container .two-col-wrap, .main-content-wrap .big-container .three-col-wrap { margin-bottom: 50px; padding-bottom: 20px; border-top: 8px solid #ddd; border-bottom: 8px solid #ddd; }
.main-content-wrap .big-container .two-col-wrap h2, .main-content-wrap .big-container .two-col-wrap h3, .main-content-wrap .big-container .two-col-wrap h4, .main-content-wrap .big-container .three-col-wrap h2, .main-content-wrap .big-container .three-col-wrap h3, .main-content-wrap .big-container .three-col-wrap h4 { font-family: "Georgia", serif; font-weight: normal; }
.main-content-wrap .big-container .two-col-wrap h2, .main-content-wrap .big-container .three-col-wrap h2 { font-size: 34px; line-height: 40px; margin: 5px 0 10px; }
.main-content-wrap .big-container .two-col-wrap h4, .main-content-wrap .big-container .three-col-wrap h4 { color: #aaa; }
.main-content-wrap .big-container .two-col-wrap p, .main-content-wrap .big-container .three-col-wrap p { font-size: 18px; line-height: 24px; }
.main-content-wrap .big-container .two-col-wrap .col-left.featured, .main-content-wrap .big-container .three-col-wrap .col-left.featured { padding: 15px 0 0; }
.main-content-wrap .big-container .two-col-wrap .col-left.featured h2, .main-content-wrap .big-container .three-col-wrap .col-left.featured h2 { font-size: 24px; line-height: 26px; margin-bottom: 10px; }
.main-content-wrap .big-container .two-col-wrap .col-left.featured p, .main-content-wrap .big-container .three-col-wrap .col-left.featured p { font-size: 16px; line-height: 22px; }
.main-content-wrap .big-container .two-col-wrap .col-left.featured img, .main-content-wrap .big-container .three-col-wrap .col-left.featured img { width: 25%; height: auto; margin-left: 30px; margin-top: 15px; }
.main-content-wrap .big-container .two-col-wrap .col-left.featured .btn, .main-content-wrap .big-container .three-col-wrap .col-left.featured .btn { margin: 0 !important; }
.main-content-wrap .big-container .three-col-wrap { padding: 25px 0; }
.main-content-wrap .big-container .three-col-wrap h2 { font-size: 26px; line-height: 32px; }
.main-content-wrap .big-container .three-col-wrap img { width: 30%; height: auto; margin-left: 15px; margin-right: 25px; }
.main-content-wrap .big-container .three-col-wrap .btn-outline { color: #2A3744; }
.main-content-wrap .big-container .three-col-wrap .btn-outline:hover { text-decoration: underline; }
.main-content-wrap .author-wrap { display: inline-block; margin: 8px 8px 0 0; }
.main-content-wrap .author-wrap .avatar { display: block; width: 25px; height: 25px; overflow: hidden; float: left; margin-right: 5px; border-radius: 50%; }
.main-content-wrap .author-wrap .avatar img { width: 100% !important; height: auto !important; margin: 0 !important; }
.main-content-wrap .author-wrap span { font-size: 12px; color: #777777; }
.main-content-wrap .author-wrap span a { font-weight: bold; color: #2A3744; }
.main-content-wrap .author-wrap .popover { font-size: 12px; line-height: 16px; color: #2A3744; width: 260px; max-width: 260px; left: 0px !important; }
.main-content-wrap .author-wrap .popover.top .arrow, .main-content-wrap .author-wrap .popover.bottom .arrow { left: 30px; }
.main-content-wrap .author-wrap .popover a { color: #2A3744; }
.main-content-wrap .author-wrap .popover a:hover { color: #2A3744; text-decoration: underline; }
.main-content-wrap .author-wrap .popover .author-image { width: 50px; height: 50px; overflow: hidden; border-radius: 50px; border: 1px solid #ddd; float: left; margin-right: 15px; }
.main-content-wrap .author-wrap .popover .author-image img { width: 100% !important; height: auto !important; margin: 0 !important; padding: 0 !important; }
.main-content-wrap .author-wrap .popover .author-name { padding-top: 8px; }
.main-content-wrap .author-wrap .popover .author-name a { font-weight: bold; }
.main-content-wrap .author-wrap .popover .author-twitter a { color: #428bca; }
.main-content-wrap .author-wrap .popover .author-twitter a:hover { color: #428bca; }
.main-content-wrap .author-wrap .popover .author-recent { list-style: none; border-top: 1px solid #ddd; padding: 6px 0 0; margin: 7px 0 0 115px; }
.main-content-wrap .author-wrap .popover .author-recent li { margin-bottom: 7px; }
.main-content-wrap .sponsored-content-wrap { padding: 5px 0; margin-bottom: 50px; border-top: 4px solid #428bca; border-bottom: 4px solid #428bca; }
.main-content-wrap .sponsored-content-wrap > h3 { color: #428bca; padding-bottom: 5px; text-transform: uppercase; }
.main-content-wrap .sponsored-content-wrap > h3 > a { font-size: 16px; text-transform: none; font-family: "Georgia", serif; position: absolute; right: 15px; color: #aaa !important; font-weight: normal; }
.main-content-wrap .sponsored-content-wrap .sponsored-content > a { display: block; transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; }
.main-content-wrap .sponsored-content-wrap .sponsored-content > a:hover { background-color: #f7f7f7; text-decoration: none; }
.main-content-wrap .sponsored-content-wrap .sponsored-content > a .grid-img-wrap { height: 160px; overflow: hidden; position: relative; }
.main-content-wrap .sponsored-content-wrap .sponsored-content > a .grid-img-wrap.mug { text-align: center; border: 1px solid #ddd; background: #eaeaea; }
.main-content-wrap .sponsored-content-wrap .sponsored-content > a .grid-img-wrap.mug img { height: 160px; width: auto; }
.main-content-wrap .sponsored-content-wrap .sponsored-content > a .grid-img-wrap.has-image-0 { background: url("http://statics.bendbulletin.com/images/thebulletin_logoStackedText_reverse-150x49.png") no-repeat center center #2A3744; }
.main-content-wrap .sponsored-content-wrap .sponsored-content > a .grid-img-wrap .kicker { padding: 10px 10px 0; font-size: 12px; }
.main-content-wrap .sponsored-content-wrap .sponsored-content > a .advName { color: #aaa; font-size: 12px; padding-top: 5px; }
.main-content-wrap .sponsored-content-wrap .sponsored-content > a h3 { color: #2A3744; font-size: 18px; line-height: 1; padding: 0; margin: 0 0 10px; }

@media (max-width: 768px) { .main-content-wrap .big-container .item-block.five-grid .big-story .grid-img-wrap { height: 230px; }
  .main-content-wrap .big-container .item-block.five-grid .big-story h3 { padding-top: 200px; } }
#emailModal .modal-body { background: url("http://statics.bendbulletin.com/images/ajax-loader.gif") no-repeat 50% #fff; }

/* --- Large Banner Top Stories Styles --- */
.large-banner-wrap { height: 600px; max-height: 600px; color: #fff; }

.large-banner-wrap a { color: #fff !important; }

.large-banner-wrap a:hover { text-decoration: none; color: #eee; }

.large-image { background-repeat: no-repeat; background-size: cover; background-position: 50% 25%; }

.large-image, .large-image a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.large-image:before { content: ' '; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(13, 13, 12, 0.5); background: -webkit-gradient(linear, top, rgba(13, 13, 12, 0.5) 0, transparent 25%, #0d0d0c 100%); background: -moz-linear-gradient(top, rgba(13, 13, 12, 0.5) 0, transparent 25%, #0d0d0c 100%); background: -webkit-linear-gradient(top, rgba(13, 13, 12, 0.5) 0, transparent 25%, #0d0d0c 100%); background: -o-linear-gradient(top, rgba(13, 13, 12, 0.5) 0, transparent 25%, #0d0d0c 100%); background: -ms-linear-gradient(top, rgba(13, 13, 12, 0.5) 0, transparent 25%, #0d0d0c 100%); }

.large-content-wrap { position: absolute; left: 0; bottom: 0; width: 100%; }

.large-content-wrap .container.border-bottom { border-bottom: 1px solid rgba(255, 255, 255, 0.26); padding-bottom: 25px; }

.large-content-wrap .container.large-related-wrap { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; }

.lead-story { max-width: 800px; }

.lead-story h2 { font-size: 3em; margin-bottom: 20px; }

.lead-story h2 .breaking { background: #db0d0d; color: #fff; display: inline-block; padding: 8px 18px; font-size: 24px; text-transform: uppercase; margin-bottom: 10px; }

.main-content-wrap .lead-story p { font-size: 1.35em; }

.main-content-wrap .lead-story p a { display: inline-block; text-transform: uppercase; }

.main-content-wrap .lead-story .author-wrap { margin: 0; line-height: 25px; }

.main-content-wrap .lead-story .author-wrap .avatar { width: 34px; height: 34px; }

.main-content-wrap .lead-story .author-wrap span, .main-content-wrap .lead-story .author-wrap a { color: #fff; font-weight: bold; font-size: 13px; }

.main-content-wrap .lead-story .author-wrap span { display: inline-block; padding-top: 4px; }

.lead-story .section-social-share, .lead-story .section-social-share .share-icon .stLarge { color: #ddd; letter-spacing: .05em; }

.lead-story .section-social-share { margin-top: 20px; }

.lead-story .section-social-share .share-icon .stLarge:hover { color: #fff; }

.large-related-wrap .related-article { width: 25%; float: left; padding: 0 15px; margin: 20px 0; border-right: 1px solid rgba(255, 255, 255, 0.26); }

.large-related-wrap .related-article:last-child { border-right: 0; padding-right: 0; }

.large-related-wrap h2 { font-size: 18px; margin: 0 0 10px; }

.large-related-wrap cite { font-size: 13px; }

.large-related-wrap .related-article > div > button { display: none; }

.large-related-wrap .related-article > div > small { color: #888; font-weight: 600; text-transform: uppercase; }

.main-content-wrap .big-container .item-block > h2 .social-links { margin: 0; line-height: 1; }

.main-content-wrap .big-container .item-block > h2 .social-links span { font-size: 16px; margin-bottom: 0; }

.main-content-wrap .big-container .item-block > h2 .social-links span:before { content: normal; }

.main-content-wrap .big-container .item-block > h2 .social-links a { color: #fff; }

.main-content-wrap .big-container .item-block.large-banner-stories .grid-img-wrap { max-height: 280px; height: 280px; }

.main-content-wrap .big-container .item-block.large-banner-stories h3 small, .lead-story h2 small { display: block; font-size: 14px; font-weight: 600; text-transform: uppercase; color: #ddd; margin-bottom: 5px; }

.main-content-wrap .big-container .item-block.large-banner-stories .grid-img-wrap a { background-size: cover; background-position: 50%; background-repeat: no-repeat; }

.main-content-wrap .big-container .item-block.large-banner-stories .grid-img-wrap h3 { padding-bottom: 45px; padding-top: 220px; }

.main-content-wrap .big-container .item-block.large-banner-stories .grid-item .abs-author { position: absolute; left: 30px; bottom: 36px; margin-top: 0; }

.main-content-wrap .large-banner-stories .author-wrap { margin: 0; }

.main-content-wrap .item-block.large-banner-stories .grid-item .author-wrap span { color: #ddd; font-weight: 600; }

.main-content-wrap .big-container .item-block.large-banner-stories .grid-item .author-wrap a, .main-content-wrap .big-container .item-block.large-banner-stories .grid-item .abs-author.sponsored .author-wrap span, .large-related-wrap .author-name a, .large-related-wrap .author .wireAuthor p { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; color: #ddd; font-size: 13px; }

.sponsored-btn, .sponsored-btn a { color: #ddd; font-weight: 600; font-size: 13px; }

.sponsored-btn .popover { color: #777; }

@media (max-width: 1200px) { .large-banner-wrap { max-height: 525px; } }
@media (max-width: 767px) { .large-banner-wrap { max-height: 375px; }
  .lead-story h2 { font-size: 2.5em; }
  .large-banner-stories .count-6, .large-banner-stories .count-7 { display: none; } }
.section-menus { margin: 0; padding: 0 10px; text-align: center; background: #efefef; }
.section-menus li { color: #777777; font-size: 15px; font-family: "Open Sans Condensed", sans-serif; font-weight: 600; }
.section-menus a { color: #777777 !important; font-weight: 600; display: inline-block !important; padding: 10px 5px !important; }
.section-menus a:hover { color: #333 !important; text-decoration: none; }

.section .section-menus { display: none !important; background: none; margin: 8px -5px 0 0; padding-right: 0; }
.section .section-menus li { border-left: 1px solid #ddd; }
.section .section-menus li:first-child { border-left: none; }
.section .section-menus a { padding: 0 2px !important; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; letter-spacing: .05em; }

.allstory .section-menus { display: none !important; }

.home .section-menus { float: left; margin: 0 30px; background: none; }
.home .section-menus li { line-height: 1; font-family: "Georgia", serif; font-weight: normal; margin-top: 20px; }
.home .section-menus li a { line-height: 1; color: #333 !important; font-weight: 400; }
.home .section-menus li a:hover { text-decoration: underline; }
.home .section-menus li.sub { display: none; }

.new-interior .section-menus { margin: 0 -10px 0 0; padding: 0; }
.new-interior .section-menus li { margin-top: 0; }
.new-interior .section-menus li a { color: #aaa !important; font-family: "Open Sans Condensed", sans-serif; font-weight: 600; padding: 5px !important; }

.section-menu-dropdown { float: left; margin-top: 10px; }
.section-menu-dropdown .dropdown-menu { width: 100%; }
.section-menu-dropdown .dropdown-menu > li > a { text-align: left; }
.section-menu-dropdown .btn { border: 1px solid #ddd; padding: 7px 15px 7px 10px; }
.section-menu-dropdown .btn span { margin-left: 10px !important; display: inline-block !important; padding: 0 !important; border-top-color: #aaa; }

.section .section-menu-dropdown { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0 !important; }
.section .section-menu-dropdown .btn { color: #aaa; font-weight: 600; }
.section .section-menu-dropdown .dropdown-menu > li > a { padding: 8px 20px; }

.union-democrat.section .section-menus { float: left; margin-right: 15px; margin-top: -5px; }

.union-democrat.section .section-menu-dropdown { margin-right: 15px !important; margin-top: -2px !important; }

.storyPhotoMug { width: 50% !important; }

.storyCaptionMug { margin-left: 23%; }

@media (max-width: 991px) { .section .section-menu-dropdown, .union-democrat.section .section-menu-dropdown { margin-bottom: 5px !important; }
  .section-menu-dropdown .dropdown-menu > li > a, .section .section-menu-dropdown .dropdown-menu > li > a { font-size: 16px; padding: 10px 20px; border-top: 1px solid #ddd; }
  .section-menu-dropdown .dropdown-menu > li:first-child a, .section .section-menu-dropdown .dropdown-menu > li:first-child a { border-top: none; } }
@media (max-width: 767px) { .section-menu-dropdown { width: 100%; padding: 0 15px 15px; }
  .section-menu-dropdown .btn { font-size: 14px; color: #2A3744; text-transform: uppercase; font-weight: 600; padding: 10px 15px 8px; text-align: left; background: #fff; background: -moz-linear-gradient(top, #fff 0%, #ddd 100%); background: -webkit-linear-gradient(top, #fff 0%, #ddd 100%); background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%); width: 100%; }
  .navbarBreadTrail { display: none !important; }
  .story-container .section-menu-dropdown { margin: 0 !important; }
  .storyPhotoMug { width: 50% !important; } }
/* --- Begin Carousel Arrows --- */
#sectionPageCarousel .carousel-control { opacity: 1; background: none; }
#sectionPageCarousel .carousel-control span { width: 40px; height: 60px; background: rgba(255, 255, 255, 0.75); line-height: 60px; text-align: center; margin: 0; text-shadow: none; top: 30%; left: auto; }
#sectionPageCarousel .carousel-control span:before { content: ""; font-family: "fontAwesome"; font-size: 36px; color: #aaa; display: block; }
#sectionPageCarousel .carousel-control span:hover { background: #fff; }
#sectionPageCarousel .carousel-control span.icon-prev { left: 0; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
#sectionPageCarousel .carousel-control span.icon-prev:before { content: "\f104"; }
#sectionPageCarousel .carousel-control span.icon-next { right: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
#sectionPageCarousel .carousel-control span.icon-next:before { content: "\f105"; }
#sectionPageCarousel .carousel-inner .item img { width: auto; max-width: 100%; }
#sectionPageCarousel .carousel-indicators { bottom: -30px; width: 100%; left: 0; margin-left: 0; }
#sectionPageCarousel .carousel-indicators li { border-color: #aaa; }
#sectionPageCarousel .carousel-indicators li.active { background-color: #aaa; }

/* --- Begin Story List Items --- */
.story-list-items .heading { color: #aaa; text-transform: uppercase; margin-bottom: 10px; font-family: "Georgia", serif; font-size: 16px; line-height: 20px; }
.story-list-items ul { list-style: none; padding-left: 0; }
.story-list-items ul a { color: #333; font-size: 15px; font-family: "Open Sans Condensed", sans-serif; letter-spacing: .02em; font-weight: bold; line-height: 18px; padding-bottom: 5px; border-bottom: 1px solid #ddd; margin-bottom: 7px; display: block; }

.article-body { border-top: 1px solid #ddd; padding-top: 20px; }
.article-body a[href^="http"], .article-body a[href^="https"] { overflow-wrap: break-word; word-wrap: break-word; }
.article-body p.Agate_sports { margin-bottom: .5em; }
.article-body p.Agate_sports.center { font-weight: 600; }
.article-body p.secondary.header { font-size: 1.75em; text-transform: uppercase; font-weight: 600; margin-top: 1em; margin-bottom: .5em; border-bottom: 1px solid #ddd; }

/* --- Begin Font Resizer --- */
#font-resizer { margin: 10px auto; max-width: 650px; }
#font-resizer button { color: #9d9d9d; font-family: "Georgia", serif; font-weight: bold; border: 1px solid #b7b7b7; background: #fff; line-height: 24px; padding: 2px 6px; display: block; float: left; outline: none; }
#font-resizer button#font-smaller { border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 0; border-bottom-right-radius: 0; font-size: 14px; line-height: 20px; padding-top: 5px; }
#font-resizer button#font-bigger { border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 0; border-bottom-left-radius: 0; font-size: 18px; border-left: none; line-height: 23px; }
#font-resizer button:hover, #font-resizer button:active, #font-resizer button:focus { background: #aaa; color: #fff; }

/* --- Begin Right Rail Styles --- */
.right-rail-wrap { position: absolute; width: 100%; height: 100%; }
.right-rail-wrap .sticky-ad-wrap { position: relative; padding-top: 5px; padding-bottom: 15px; }
.right-rail-wrap .sticky-ad-wrap:first-child { padding-top: 0; }
.right-rail-wrap .sticky-ad-wrap .sticky { -ms-transform: translateZ(0); -webkit-transform: translateZ(0); transform: translateZ(0); }

#rtRail.sticky-ready .sticky-ad-wrap { -moz-box-sizing: border-box; box-sizing: border-box; height: 33.33333%; }

/* --- Begin Bottom Story Section --- */
.story-bottom { padding-left: 240px; padding-right: 350px; padding-bottom: 30px; border-top: 3px solid #ddd; background: #f7f7f7; margin-left: -40px; margin-right: -2.6%; }
.story-bottom h2 { color: #3D5164; }
.story-bottom .newsletter-signup { border: 2px solid #ddd; margin-bottom: 30px; margin-top: 15px; padding-bottom: 10px; }

#related-story-popout { position: fixed; right: -450px; bottom: 50px; background: white; box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25); width: 400px; border: 4px solid #c4c4c4; z-index: 100; transition: ease-in-out all 1s; -moz-transition: ease-in-out all 1s; -webkit-transition: ease-in-out all 1s; }
#related-story-popout h2 { font-size: 1.5em; margin: 0; border-bottom: 1px solid #ddd; padding-bottom: 10px; }
#related-story-popout h3 { font-size: 1.5em; margin-bottom: 15px; }
#related-story-popout.animate { right: 100px; }
#related-story-popout #close-related { position: absolute; top: -15px; left: -15px; background: #fff; border: 1px solid #c4c4c4; border-radius: 50px; }
#related-story-popout #close-related:hover, #related-story-popout #close-related:active, #related-story-popout #close-related:focus { background: #ddd; }
#related-story-popout.stay-closed { right: -450px !important; }

/* --- BEGIN: Slideshows Section & Reader Photos Section Styles --- */
.cat-slide-shows .section-wrapper, .cat-reader-photos .section-wrapper { background: #222; min-height: 0px; }
.cat-slide-shows .oldGridWrapper, .cat-reader-photos .oldGridWrapper { margin-bottom: 0; padding-bottom: 50px; }
.cat-slide-shows .story-category, .cat-reader-photos .story-category { color: white; }
.cat-slide-shows .story-category a, .cat-reader-photos .story-category a { color: white; }
.cat-slide-shows .slideShowWrapper .row, .cat-reader-photos .slideShowWrapper .row { margin-bottom: 15px; }
.cat-slide-shows .slideShowWrapper .row:last-child, .cat-reader-photos .slideShowWrapper .row:last-child { margin-bottom: 0; }
.cat-slide-shows .ssTitlePage, .cat-reader-photos .ssTitlePage { margin-left: 0; }
.cat-slide-shows .photoBox img, .cat-reader-photos .photoBox img { width: 100%; }
.cat-slide-shows .photoBox p, .cat-reader-photos .photoBox p { font-size: 18px; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; }
.cat-slide-shows .ads-inline, .cat-reader-photos .ads-inline { padding: 0 0 15px; text-align: center; }

/* --- BEGIN: error404 Styles --- */
.cat-error404 .story-loop-wrap ul { list-style: none; padding-left: 0; }
.cat-error404 .story-loop-wrap ul .navbar-search { padding: 15px; background: #fff; border: 1px solid #ddd; }
.cat-error404 .story-loop-wrap ul .search-query { width: 70%; font-size: 18px; line-height: 40px; border-radius: 4px; border: 1px solid #ccc; box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.1); padding: 0 10px; }
.cat-error404 .story-loop-wrap ul .myBtn { width: 29%; height: 40px; margin-top: -2px; }
.cat-error404 .cat-slide-shows .section-wrapper a { color: #fff; line-height: 125%; }
.cat-error404 .cat-slide-shows .section-wrapper .holderDiv { padding-top: 10px; padding-bottom: 15px; text-align: center; }

@media (max-width: 1350px) { .cat-error404 .featured-sections .story-loop-wrap { padding-right: 0; } }
@media (max-width: 768px) { .cat-error404 .featured-sections .story-loop-wrap { padding-right: 5%; }
  .cat-error404 .cat-slide-shows .section-wrapper { padding: 10px; }
  .cat-error404 .story-loop-wrap ul .search-query { width: 100%; }
  .cat-error404 .story-loop-wrap ul .myBtn { width: 100%; margin-top: 5px; } }
/* --- BEGIN: Obituaries Styles --- */
.cat-obituaries .featured-sections .story-loop-wrap .story-item:last-child { border-bottom: 1px solid #ddd; }
.cat-obituaries .story1 { border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px !important; }
.cat-obituaries .story1 .section-social-share { border: none; }
.cat-obituaries .loop-sections-wrap .story-loop-wrap .story-item .grid-img-wrap, .cat-obituaries .story-loop-wrap .story1 .grid-img-wrap { max-height: 180px; }
.cat-obituaries .loop-sections-wrap .story-loop-wrap .story-item .grid-img-wrap img, .cat-obituaries .story-loop-wrap .story1 .grid-img-wrap img { margin-bottom: 0; }
.cat-obituaries .loop-sections-wrap .story-loop-wrap .story-item .grid-img-wrap.mug, .cat-obituaries .story-loop-wrap .story1 .grid-img-wrap.mug { text-align: center; border: none; background: #eaeaea; border: 1px solid #ddd; }
.cat-obituaries .loop-sections-wrap .story-loop-wrap .story-item .grid-img-wrap.mug img, .cat-obituaries .story-loop-wrap .story1 .grid-img-wrap.mug img { max-height: 150px; width: auto; }
.cat-obituaries .popular-sections-wrap .popular-section a.img-wrap { max-height: 250px; }

/* --- BEGIN: Movies Styles --- */
.cat-movies .story-container .story-body .article-body > .visible-lg:before, .cat-movies .story-container .story-body .article-body > .visible-lg:after { clear: both; display: table; content: " "; }
.cat-movies .story-container .story-body .toolbox1 { float: none !important; width: auto; margin: 0 auto 30px !important; max-width: 650px; height: auto; padding: 10px 20px; }
.cat-movies .story-container .story-body .toolbox1:after { content: normal; }
.cat-movies .story-container .story-body .toolbox1 .News_movie_times_notes { border: none; padding: 0; font-size: 16px; }

.section.cat-discover .featured-sections .story-loop-wrap { margin: 0 auto; max-width: 700px; }
.section.cat-discover .story-item .image-wrap { max-height: 400px; overflow: hidden; margin-bottom: 15px; }

/* --- Search Results Styles --- */
.oldGridWrapper .search-page { padding: 20px; background: #f7f7f7; border: 1px solid #ddd; }
.oldGridWrapper .search-page .searchPhrase { width: 75%; height: 50px; padding: 15px; margin: 0 0 5px; font-size: 20px; color: #aaa; letter-spacing: .05em; border-radius: 4px; border: 1px solid #ddd; box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.07); vertical-align: top; }
.oldGridWrapper .search-page button.startSearch { width: 24%; margin: 0; display: inline-block; height: 50px; padding: 0; font-size: 18px; text-transform: uppercase; font-weight: bold; line-height: 150%; vertical-align: top; }
.oldGridWrapper .search-page .search-filter a { padding: 5px 10px; }
.oldGridWrapper .search-results { max-width: 800px; margin: 0 auto; }
.oldGridWrapper .search-results > h3 { font-size: 20px; text-align: center; }
.oldGridWrapper .search-results .buttonRowWrap > h4 { font-size: 3em; margin: 0 0 30px; text-align: center; }
.oldGridWrapper .search-results .buttonRowWrap a.filter-selected:hover { text-decoration: none; }
.oldGridWrapper .search-results .buttonRowWrap .pageButtonsTop, .oldGridWrapper .search-results .buttonRowWrap .pageButtonsBot { border: 1px solid #c4c4c4; color: #aaa; background: #fff; }
.oldGridWrapper .search-results .buttonRowWrap .pageButtonsTop:hover, .oldGridWrapper .search-results .buttonRowWrap .pageButtonsBot:hover { text-decoration: none; background: #428bca; border-color: #428bca; color: #fff; }
.oldGridWrapper .search-results .buttonRowWrap .pageButtonsTop.currentPageButton, .oldGridWrapper .search-results .buttonRowWrap .pageButtonsTop.currentPageButton:hover, .oldGridWrapper .search-results .buttonRowWrap .pageButtonsBot.currentPageButton, .oldGridWrapper .search-results .buttonRowWrap .pageButtonsBot.currentPageButton:hover { color: #fff; background: #333; border-color: #333; }
.oldGridWrapper .search-results article { margin-top: 10px; padding-top: 10px; border-top: 1px solid #ddd; }
.oldGridWrapper .search-results article > .thumb1 { margin-right: 20px; }
.oldGridWrapper .search-results article .media-body a { font-family: "Open Sans Condensed", sans-serif; font-weight: bold; font-size: 28px; line-height: 32px; margin-top: 0; margin-bottom: 0; color: #2A3744; }
.oldGridWrapper .search-results article .media-body p { font-size: 14px; color: #aaa; }
.oldGridWrapper .search-results article .media-body div p:last-child { font-family: "Georgia", serif; color: #333; font-size: 16px; }
.oldGridWrapper .articleToolSet { list-style: none; padding: 0; }

@media (max-width: 767px) { .oldGridWrapper .search-page .searchPhrase { width: 100%; }
  .oldGridWrapper .search-page button.startSearch { width: auto; padding: 0 20px; height: 40px; }
  .oldGridWrapper .search-page .search-filter strong { display: block; } }
.grid-240 .listStory > .hidden-xs { display: none !important; }

@media (max-width: 767px) { .grid-240 .listStory h4.media-heading { font-size: 24px; } }
.grid-250 #toolbox .Toolbox_head .Newstext_bold { font-size: 20px; font-weight: bold; margin-top: 1em; display: block; }
.grid-250 #article-map-wrapper { padding: 1px 5px; margin: 30px 0; background: #fff; border: 1px solid #ddd; }
.grid-250 .storyFooterWrapper { clear: both; }
.grid-250 #mc-article-subscribe-form { padding: 15px; background: #fff; border: 1px solid #ddd; margin-bottom: 30px; }
.grid-250 #mc-article-subscribe-form #mce-EMAIL { height: 50px; font-size: 20px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2); }
.grid-250 #mc-article-subscribe-form .btn-success { height: 50px; }
.grid-250 #subscribeButton a { font-weight: bold; text-transform: uppercase; color: #fff; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; background-color: #83a846; border-color: #6F8F3B; display: inline-block; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
.grid-250 #subscribeButton a:hover, .grid-250 #subscribeButton a:active, .grid-250 #subscribeButton a:focus { background: #6E8E36; border-color: #6E8E36; }

#popupcontent { position: absolute; visibility: hidden; background-color: #fff; border: 1px solid #ddd; padding: 20px; text-align: center; height: 0px; border-radius: 4px; z-index: 999; }
#popupcontent img { border-radius: 6px; }
#popupcontent .line1Text { font-size: 18px; margin-top: 10px; }
#popupcontent .purchaseLink { text-align: center; margin-top: 15px; }
#popupcontent .purchaseLink a { color: #fff; display: inline-block; background: #428bca; text-decoration: none; padding: 6px 15px; border: 1px solid #428bca; border-radius: 4px; font-size: 18px; font-weight: bold; }
#popupcontent .purchaseLink a:hover { background: #2A3744; color: #fff; border-color: #2A3744; }
#popupcontent .closeButton { position: absolute; right: -10px; top: -10px; width: 30px; height: 30px; line-height: 1; text-align: center; background: #2A3744; color: #fff; border: none; border-radius: 30px; left: auto; margin: 0; }
#popupcontent .closeButton:hover { background: #333; }

.grid-281 .oldGridWrapper, .grid-271 .oldGridWrapper { max-width: none; }
.grid-281 .ads-blockGrid, .grid-271 .ads-blockGrid { text-align: center; margin-top: 8px; }
.grid-281 .blockPhotoMugWrap, .grid-271 .blockPhotoMugWrap { text-align: center; }
.grid-281 .grid .grid-item, .grid-271 .grid .grid-item { overflow: hidden; float: left; margin: 0 0 30px; position: relative; }
.grid-281 .grid .grid-item a:hover, .grid-271 .grid .grid-item a:hover { text-decoration: none; }
.grid-281 .grid .grid-item img.grid-image, .grid-281 .grid .grid-item .grid-image img, .grid-271 .grid .grid-item img.grid-image, .grid-271 .grid .grid-item .grid-image img { width: 100%; }
.grid-281 .grid .grid-item .holderDiv, .grid-271 .grid .grid-item .holderDiv { color: #fff; position: absolute; z-index: 10; bottom: 0; left: 15px; right: 15px; background: rgba(0, 0, 0, 0.75); text-align: center; margin: 0; }
.grid-281 .grid .grid-item .holderDiv .blockTitleText, .grid-271 .grid .grid-item .holderDiv .blockTitleText { font-size: 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 600; padding: 8px 12px; line-height: 115%; }

@media (max-width: 1200px) { .grid-281 .blockGrid4 .blockGridCol { width: 46%; } }
@media (max-width: 767px) { .grid-281 .blockGrid4 .blockGridCol { width: 96%; } }
.grid-256 .staffList .col-sm-7, .grid-256 .staffList .col-sm-3, .grid-256 .staffList .col-sm-2 { border: 1px solid #ddd; padding-top: 7px; padding-bottom: 7px; }
.grid-256 h4.deptTitle { margin-top: 25px; }

/* --- Movie Grid Styles --- */
.movie-grid-wrap { margin: 0 auto; padding-bottom: 30px; max-width: 800px; }
.movie-grid-wrap .movie-box { border: 1px solid #ddd; background: #fff; margin-bottom: 30px; }
.movie-grid-wrap .movie-box:last-child { margin-bottom: 0; }
.movie-grid-wrap .movie-box > h3 { font-family: "Georgia", serif; font-weight: normal; font-size: 30px; line-height: 34px; margin: 0; background: #2A3744; color: #fff; padding: 10px 15px; text-align: center; }
.movie-grid-wrap .movie-box article.media { margin: 0; padding: 20px 30px; border-bottom: 1px solid #ddd; }
.movie-grid-wrap .movie-box h4.media-heading { font-family: "Open Sans Condensed", sans-serif; font-weight: bold; font-size: 28px; line-height: 32px; margin-top: 0; margin-bottom: 0; }
.movie-grid-wrap .movie-box h4.media-heading a { color: #2A3744; }
.movie-grid-wrap .movie-box p.media-heading { color: #aaa; font-size: 18px; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; line-height: 1.1; margin: 10px 0; }
.movie-grid-wrap .movie-box .listImage-horiz-center-cropped, .movie-grid-wrap .movie-box .listImage-vert-center-cropped { float: left; margin-right: 20px; }
.movie-grid-wrap .movie-box .smallScreen { display: none; }
.movie-grid-wrap .movie-box p#listStoryKicker { color: #aaa; font-family: "Open Sans Condensed", sans-serif; font-weight: 600; margin-bottom: 0; }
.movie-grid-wrap .movie-box p.pubDate { font-size: 14px; color: #aaa; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.movie-grid-wrap .movie-box p.content { font-size: 16px; margin-bottom: 0; }
.movie-grid-wrap .movie-box .ads-inline { padding: 15px 0; text-align: center; border-bottom: 1px solid #ddd; }

@media (max-width: 767px) { .movie-grid-wrap { margin: 0 15px; }
  .movie-grid-wrap .movie-box article.media { padding: 15px 20px; }
  .movie-grid-wrap .movie-box > h3.media-heading { font-size: 24px; line-height: 28px; }
  .movie-grid-wrap .movie-box h4.media-heading { font-size: 20px; line-height: 24px; }
  .movie-grid-wrap .movie-box .listImage-horiz-center-cropped, .movie-grid-wrap .movie-box .listImage-vert-center-cropped { display: none; }
  .movie-grid-wrap .movie-box .smallScreen { display: block; } }
/* --- Begin oldGridWrapper Styles --- */
.oldGridWrapper { margin: 50px auto; max-width: 900px; width: 95%; min-height: 800px; }
.oldGridWrapper .staffImageBlock { max-width: 250px; max-height: 250px; overflow: hidden; border-radius: 300px; border: 2px solid #ddd; padding: 0; }
.oldGridWrapper .staffImageBlock img { width: 100%; height: auto; }
.oldGridWrapper .media-heading { font-size: 32px; line-height: 125%; font-family: "Open Sans Condensed", sans-serif; margin-bottom: 10px; }
.oldGridWrapper .media-heading a { color: #333; }
.oldGridWrapper p.content { font-size: 16px; line-height: 1.625em; }
.oldGridWrapper .nocontent h4 { background: #2A3744; color: #fff; line-height: 150%; padding: 10px 20px; font-size: 20px; margin: 0; }
.oldGridWrapper .deptTitle { font-size: 18px; }
.oldGridWrapper article.media p.media-heading { font-size: 18px; color: #aaa; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; line-height: 1.1; margin-top: 10px; margin-bottom: 10px; }
.oldGridWrapper article.media p.pubDate { font-style: italic; color: #aaa; padding-bottom: 5px; font-size: 85%; }
.oldGridWrapper article.media p.content { font-size: 15px; font-family: "Georgia", serif; }
.oldGridWrapper .storyBlock, .oldGridWrapper .categoryStoryWrap { clear: both; border: 1px solid #ddd; padding: 20px 20px; margin-bottom: 10px; }
.oldGridWrapper .storyBlock .media-body h4, .oldGridWrapper .categoryStoryWrap .media-body h4 { margin-bottom: 10px; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; background: none; padding: 0; font-size: 32px; line-height: 1.1; }
.oldGridWrapper .storyBlock .media-body h4 .fa-stack, .oldGridWrapper .categoryStoryWrap .media-body h4 .fa-stack { width: 36px; height: 36px; border-radius: 36px; background: #aaa; color: #fff; text-align: center; }
.oldGridWrapper .storyBlock .media-body h4 .fa-stack i, .oldGridWrapper .categoryStoryWrap .media-body h4 .fa-stack i { font-size: 18px; line-height: 36px; }
.oldGridWrapper .storyBlock .media-body h4 a, .oldGridWrapper .categoryStoryWrap .media-body h4 a { color: #333; }
.oldGridWrapper .storyBlock .media-body p.media-heading, .oldGridWrapper .categoryStoryWrap .media-body p.media-heading { font-size: 18px; color: #aaa; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; line-height: 1.1; margin-top: 10px; margin-bottom: 10px; }
.oldGridWrapper .storyBlock .media-body p.pubDate, .oldGridWrapper .categoryStoryWrap .media-body p.pubDate { font-style: italic; color: #aaa; padding-bottom: 5px; font-size: 85%; }
.oldGridWrapper .storyBlock .media-body p.content, .oldGridWrapper .categoryStoryWrap .media-body p.content { font-size: 15px; font-family: "Georgia", serif; }
.oldGridWrapper .smallScreen { display: none; }
.oldGridWrapper .smallScreen.thumb { display: block; }
.oldGridWrapper .listImage-horiz-center-cropped, .oldGridWrapper .listImage-vert-center-cropped { float: left; margin: 0 20px 20px 0; width: 33%; max-width: 225px; }
.oldGridWrapper .ads-inline { padding: 5px 0 15px; text-align: center; }

@media (min-width: 767px) and (max-width: 1200px) { .oldGridWrapper { padding: 0 0 0 70px; }
  .section-container .oldGridWrapper { padding-left: 0; } }
@media (max-width: 767px) { .oldGridWrapper .storyBlock .media-body h4, .oldGridWrapper .categoryStoryWrap .media-body h4 { font-size: 24px; } }
@media (min-width: 767px) { .pic-btns .hidden-xs { display: inline-block !important; } }
/* --- Begin Discover Grid Styles --- */
.discover-story-loop-wrap { padding: 0 6% 15px 0% !important; }

.topListCSS { border-radius: 50%; width: 36px; height: 36px; padding: 18px 25px; background: #fff; border: 2px solid #666; color: #666; text-align: center; display: inline; font: 32px Arial, sans-serif; z-index: 30000; }

.list-spacer { margin-top: 30px; }

/* --- Begin Two Column Grid Styles --- */
.grid-two-columns .sectionPageTitleDiv, .grid-two-columns .sectionHeaderPhoto { max-width: 725px; margin: 0 auto; text-align: center; }
.grid-two-columns .sectionPageTitleDiv .kicker { color: #fff; background: #2A3744; font-size: 20px; padding: 10px; margin: 30px 0 0; }
.grid-two-columns h4.media-heading { font-size: 32px; line-height: 46px; font-family: "Georgia", serif; font-weight: normal; margin-top: 30px; }
.grid-two-columns .twoColArticle, .grid-two-columns .media.listStory { padding: 15px 0; border-bottom: 1px solid #ddd; }
.grid-two-columns .twoColArticle a.pull-left, .grid-two-columns .media.listStory a.pull-left { margin-right: 15px; margin-bottom: 30px; }
.grid-two-columns .twoColArticle h4, .grid-two-columns .media.listStory h4 { font-size: 24px; line-height: 1.1em; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; margin-top: 0; margin-bottom: 10px; }
.grid-two-columns .twoColArticle h4 a, .grid-two-columns .twoColArticle h4 a:hover, .grid-two-columns .media.listStory h4 a, .grid-two-columns .media.listStory h4 a:hover { color: #333; }
.grid-two-columns .twoColArticle .pubDate, .grid-two-columns .media.listStory .pubDate { color: #aaa; font-size: 14px; font-style: italic; padding: 0; }
.grid-two-columns .twoColArticle .content, .grid-two-columns .media.listStory .content { font-family: "Georgia", serif; font-size: 15px; }
.grid-two-columns .ads-inline { padding: 30px 0; text-align: center; }
.grid-two-columns .col-xs-12 .twoColArticle { max-width: 725px; margin: 0 auto; }

/* --- Begin Video Page Styles --- */
.grid-258 .story-category { color: #f7f7f7; }
.grid-258 .story-category a { color: #f7f7f7; }
.grid-258 .section-wrapper { background: #222; }

.videoPageWrapper { color: #fff; }
.videoPageWrapper .videoPageHeader { text-align: center; color: #fff; font-size: 20px; }
.videoPageWrapper a { color: #fff; }
.videoPageWrapper .top-vid { border-bottom: 1px solid #333; margin-bottom: 30px; }
.videoPageWrapper .singleVideoFrame { float: left; width: 33.33333%; color: #ddd; padding: 0 10px 30px; }
.videoPageWrapper .singleVideoFrame a { color: #fff; }
.videoPageWrapper .singleVideoFrame img { width: 100%; }
.videoPageWrapper .singleVideoFrame p { margin: 0; font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.videoPageWrapper .singleVideoFrame .videoPageTitle { padding: 10px 0 0; font-family: "Open Sans Condensed", sans-serif; font-weight: bold; font-size: 17px; white-space: nowrap; overflow: hidden; }

.grid-242 .oldGridWrapper, .grid-270 .oldGridWrapper, .grid-284 .oldGridWrapper, .grid-295 .oldGridWrapper { max-width: none; width: 100%; padding-right: 330px; float: left; min-height: 1800px; }
.grid-242 .oldGridWrapper > .story-loop-wrap, .grid-270 .oldGridWrapper > .story-loop-wrap, .grid-284 .oldGridWrapper > .story-loop-wrap, .grid-295 .oldGridWrapper > .story-loop-wrap { margin-right: 0; }
.grid-242 .oldGridWrapper > .story-loop-wrap .more-stories-button, .grid-270 .oldGridWrapper > .story-loop-wrap .more-stories-button, .grid-284 .oldGridWrapper > .story-loop-wrap .more-stories-button, .grid-295 .oldGridWrapper > .story-loop-wrap .more-stories-button { margin: 15px 0; }
.grid-242 .cl-new-layout > h2, .grid-270 .cl-new-layout > h2, .grid-284 .cl-new-layout > h2, .grid-295 .cl-new-layout > h2 { margin-bottom: 30px; }
.grid-242 .cl-new-layout > h2 small, .grid-270 .cl-new-layout > h2 small, .grid-284 .cl-new-layout > h2 small, .grid-295 .cl-new-layout > h2 small { font-weight: 600; }
.grid-242 .cl-new-layout .form-control, .grid-270 .cl-new-layout .form-control, .grid-284 .cl-new-layout .form-control, .grid-295 .cl-new-layout .form-control { font-size: 16px; }
.grid-242 .cl-new-layout .btn, .grid-270 .cl-new-layout .btn, .grid-284 .cl-new-layout .btn, .grid-295 .cl-new-layout .btn { font-family: "Open Sans Condensed", sans-serif; font-weight: bold; text-transform: uppercase; font-size: 15px; }
.grid-242 .cl-new-layout .btn-classtop, .grid-270 .cl-new-layout .btn-classtop, .grid-284 .cl-new-layout .btn-classtop, .grid-295 .cl-new-layout .btn-classtop { padding: 8px 10px; }
.grid-242 #rtRail, .grid-270 #rtRail, .grid-284 #rtRail, .grid-295 #rtRail { position: absolute; top: 0; right: 0; width: 300px; height: 99%; }
.grid-242 #rtRail .sticky-ad-wrap, .grid-270 #rtRail .sticky-ad-wrap, .grid-284 #rtRail .sticky-ad-wrap, .grid-295 #rtRail .sticky-ad-wrap { height: 33.33333%; }
.grid-242 #rtRail #desktop-ad-4, .grid-270 #rtRail #desktop-ad-4, .grid-284 #rtRail #desktop-ad-4, .grid-295 #rtRail #desktop-ad-4 { display: none; }
.grid-242 .sticky-ad-wrap, .grid-242 .featured-sections #desktop-ad-1, .grid-270 .sticky-ad-wrap, .grid-270 .featured-sections #desktop-ad-1, .grid-284 .sticky-ad-wrap, .grid-284 .featured-sections #desktop-ad-1, .grid-295 .sticky-ad-wrap, .grid-295 .featured-sections #desktop-ad-1 { position: relative; padding-top: 5px; padding-bottom: 15px; height: 33.33333%; -moz-box-sizing: border-box; box-sizing: border-box; }

.cat-webcams .grid-284 .oldGridWrapper { max-width: 900px; float: none; padding-right: 0; }

@media (max-width: 991px) { .grid-242 .oldGridWrapper, .grid-270 .oldGridWrapper, .grid-284 .oldGridWrapper, .grid-295 .oldGridWrapper { min-height: 100px; padding-right: 0; }
  .grid-242 #rtRail, .grid-270 #rtRail, .grid-284 #rtRail, .grid-295 #rtRail { display: none; } }
/* --- Begin Footer Styles --- */
.footer-wrap { background: #2A3744; color: #ddd; }
.footer-wrap h4 { margin-bottom: 3px; }
.footer-wrap p { margin-top: 10px; }
.footer-wrap a:hover { color: #fff !important; }
.footer-wrap .footer-nav-wrap { padding: 10px 0 0; margin-bottom: 15px; border-bottom: 1px solid #344454; }
.footer-wrap .footer-nav-wrap #footer-nav { text-align: center; }
.footer-wrap .footer-nav-wrap #footer-nav li { display: inline; }
.footer-wrap .footer-nav-wrap #footer-nav li a { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; font-size: 16px; display: inline-block; padding: 5px 10px; }
.footer-wrap .footer-nav-wrap #footer-nav img { width: 150px; height: auto; }
.footer-wrap .footer-col { list-style: none; margin: 0; padding: 0 0 15px 0; }
.footer-wrap .social-links { position: static; border: none; text-align: left; }
.footer-wrap .social-links span { display: block; }
.footer-wrap .footer-seo { padding: 15px 0; border-top: 1px solid #344454; text-align: center; }

/* --- Begin Reader photos page styles --- */
.readerFrame { width: 100%; height: 1600px; border: none; }

.infoHead { background-color: blue; color: white; border-radius: 5px; padding: 5px; }

a.contestSubmit { background-color: #428bca; color: #FFFFFF; font-style: bold; text-transform: uppercase; padding: 5px 10px 5px 10px; margin-left: 10px; border-radius: 5px; text-decoration: none; }

a.contestSubmit:hover { background-color: #357ebd; }

@media (min-width: 768px) and (max-width: 7000px) { .contestSubmitButton { margin-bottom: 8px; }
  .readerFrame { margin-top: 20px; } }
@media (min-width: 100px) and (max-width: 767px) { .contestSubmitButton { margin-bottom: 0px; }
  .readerFrame { margin-top: 0px; }
  .navbarBreadTrail { display: none !important; } }
/* --- Begin Saved Stories Modal --- */
#savedModal { color: #2A3744; background: rgba(255, 255, 255, 0.8); }
#savedModal .modal-dialog { width: 96%; max-width: 800px; }
#savedModal .modal-content { border-radius: 0; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
#savedModal .modal-content .modal-header { border: none; position: relative; padding-bottom: 0; }
#savedModal .modal-content .modal-header h2 { font-family: "Georgia", serif; font-weight: normal; }
#savedModal .modal-content .modal-header .close { position: absolute; right: 20px; top: 15px; font-size: 30px; }
#savedModal .modal-content .table-responsive { margin-bottom: 15px; }
#savedModal .modal-content .table-responsive .table { margin-bottom: 0; }
#savedModal .modal-content .table-responsive #saved-sortable-table_length { float: left; }
#savedModal .modal-content .table-responsive #saved-sortable-table_filter { float: right; }
#savedModal .modal-content .table-responsive #saved-sortable-table_filter input { margin-left: 5px; }
#savedModal .modal-content .table-responsive #saved-sortable-table_info { float: left; font-size: 12px; padding-right: 10px; color: #aaa; }
#savedModal .modal-content .table-responsive .dataTables_scrollBody { border-bottom: 1px solid #ddd; margin-bottom: 5px; }
#savedModal .modal-content .table-responsive #saved-sortable-table_paginate { float: right; }
#savedModal .modal-content .table-responsive #saved-sortable-table_paginate .paginate_button { display: inline-block; font-size: 12px; padding: 1px 6px; border: 1px solid transparent; color: #aaa; margin: 0 2px; line-height: 16px; cursor: pointer; }
#savedModal .modal-content .table-responsive #saved-sortable-table_paginate .paginate_button.current { color: #428bca; border-color: #428bca; }
#savedModal .modal-content .table-responsive #saved-sortable-table_paginate .paginate_button.current:hover { color: #fff; background: #428bca; text-decoration: none; }
#savedModal .modal-content .story-title a { font-family: "Georgia", serif; font-size: 16px; color: #2A3744; line-height: 18px; }
#savedModal .modal-content .story-title a:hover { color: #2A3744; }
#savedModal .modal-content .story-title a img { float: right; margin-left: 10px; max-width: 100px; max-height: 60px; }
#savedModal .modal-content .story-published { font-style: italic; color: #aaa; font-size: 12px; line-height: 20px; }

/* --- Begin Save For Later Button --- */
.save-story-wrap { display: inline; border-left: 1px solid #ddd; padding-left: 5px; }
.save-story-wrap .save-for-later-btn { color: #aaa; font-size: 14px; padding: 0 6px; outline: none; }
.save-story-wrap .save-for-later-btn:hover { color: #428bca; }
.save-story-wrap .save-for-later-btn .fa { padding-right: 4px; }
.save-story-wrap .save-for-later-btn span { font-size: 11px; text-transform: uppercase; font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.save-story-wrap .save-for-later-btn .fa-check { color: #6e8e36; }
.save-story-wrap .save-for-later-btn.added { color: #6e8e36; }
.save-story-wrap .save-for-later-btn.added span { display: inline; }

/* --- BEGIN NEWSLETTER SIGNUP FORM --- */
.newsletter-signup { text-align: center; }
.newsletter-signup h2 { font-family: "Georgia", serif; display: inline-block; font-weight: normal; margin: 7px 0; font-size: 28px !important; }
.newsletter-signup form { background: #fff; box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2); border-radius: 5px; padding: 10px; position: relative; border: 1px solid #ddd; display: inline-block; margin: 0; vertical-align: top; width: 96%; max-width: 640px; }
.newsletter-signup form:before { content: "\f0e0"; color: #7bb0e7; font-family: "fontAwesome"; font-size: 36px; display: block; position: absolute; top: 2px; left: 10px; -ms-transform: rotate(-30deg); -webkit-transform: rotate(-30deg); transform: rotate(-30deg); }
.newsletter-signup form input { border: none; background: none; box-shadow: none; width: 75%; float: left; font-size: 22px; padding: 6px 15px 6px 50px; font-family: "Georgia", serif; outline: none; }
.newsletter-signup form button.btn { float: left; width: 25%; font-size: 12px; text-transform: uppercase; font-weight: bold; border-bottom-width: 3px; }

.big-container > .newsletter-signup { padding: 15px; margin-bottom: 40px; background: #f7f7f7; border: 1px solid #ddd; }

.story-body .newsletter-signup { margin: 0 auto; padding: 15px; border: 3px solid #ddd; background: #eaeaea; max-width: 800px; clear: both; }
.story-body .newsletter-signup h2 { margin-top: 0; }

/* --- BEGIN INTERIOR STORY PAGE --- */
.rsContent { text-align: center; height: auto; }
.rsContent .slider-caption-wrap { text-align: left; padding: 8px 15px; line-height: 110%; }

.main-story { margin-top: 30px; }
.main-story .slider .rsContent { text-align: center; }

#story-page, #section-page { padding-right: 2.5%; padding-left: 60px; width: 100%; min-height: 100%; position: relative; left: 0; z-index: 11; overflow: hidden; -webkit-backface-visibility: hidden; transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; }

.story-wrapper, .section-wrapper { background: #fff; min-height: 700px; padding: 15px 2.5% 0; }

.section-top-header .adBlock { padding-bottom: 30px; }

@media (max-width: 991px) { #story-page { padding-right: 0; padding-left: 0; } }
/* --- BEGIN SECTIONS PAGE --- */
.section-container.sponsored .top-section-story, .section-container.sponsored .section-story { border-top-right-radius: 7px; }
.section-container.sponsored .top-section-story img, .section-container.sponsored .section-story img { border-top-right-radius: 7px; }
.section-container.sponsored .top-section-story .save-story-wrap, .section-container.sponsored .section-story .save-story-wrap { position: absolute; top: 0; right: 0; margin: 0; padding: 0; display: block; border: none; width: 72px; height: 72px; border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-top-right-radius: 5px; overflow: hidden; }
.section-container.sponsored .top-section-story .save-story-wrap a, .section-container.sponsored .section-story .save-story-wrap a { display: block; width: 100px; height: 100px; padding: 5px; position: absolute; top: -50px; right: -50px; background: rgba(255, 255, 255, 0.9); border: none; border-radius: 0; cursor: pointer; outline: none; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); transition: ease-in-out all 0.3; -moz-transition: ease-in-out all 0.3; -webkit-transition: ease-in-out all 0.3; }
.section-container.sponsored .top-section-story .save-story-wrap a i, .section-container.sponsored .section-story .save-story-wrap a i { font-size: 20px; position: absolute; top: 70%; left: 40%; -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.section-container.sponsored .top-section-story .save-story-wrap a span, .section-container.sponsored .section-story .save-story-wrap a span { display: none; }

.section-breadcrumb { text-transform: uppercase; }
.section-breadcrumb .section-sponsor { position: absolute; top: 7px; right: 30px; }
.section-breadcrumb .section-sponsor div { float: left; margin-right: 15px; margin-top: 13px; }
.section-breadcrumb .section-sponsor img { max-height: 50px; }

.top-section-story a { color: #fff; display: block; position: relative; }
.top-section-story h2 { font-weight: normal; padding: 20px 30px; width: 100%; background: #2A3744; }
.top-section-story h2 small { display: block; font-size: 15px; font-family: "Open Sans Condensed", sans-serif; font-weight: 600; padding: 5px 0 0; color: #fff; }

.section-story h2 { font-size: 34px; color: #2A3744; margin: 10px 0 20px; font-family: "Georgia", serif; font-weight: normal; }
.section-story h2 small { display: block; font-size: 15px; font-family: "Open Sans Condensed", sans-serif; font-weight: 600; padding: 0 0 5px; }
.section-story h2 a { color: #2A3744; }

.featured-sections { margin-top: 5px; border-top: 4px solid #ddd; }
.featured-sections #desktop-ad-1 { position: absolute; padding-top: 30px; width: 300px; height: 250px; right: 0; top: 0; }
.featured-sections .story-loop-wrap { margin-right: 350px; padding-left: 1.5%; }
.featured-sections .story-loop-wrap > .container { margin-bottom: 0px; max-width: 960px; }
.featured-sections h2 { margin-top: 0; }
.featured-sections h2 a, .featured-sections h2 a:hover, .featured-sections h2 a:active { color: #2A3744; }
.featured-sections h4 { color: #aaa; }
.featured-sections .kickerText { color: #aaa; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1; margin-bottom: 10px; text-transform: uppercase; }
.featured-sections .readmore { display: inline-block; }
.featured-sections .story img { width: 45%; max-width: 180px; height: auto; margin-left: 30px; }
.featured-sections .story .author-wrap { margin-top: 0; padding-bottom: 10px; position: relative; }
.featured-sections .story1 .story-item > a { display: block; text-align: center; }
.featured-sections .story1 .story-item > a.mug { max-height: 450px; overflow: hidden; margin-bottom: 10px; background: #eaeaea; border: 1px solid #ddd; }
.featured-sections .story1 .story-item > a.mug img { height: 100%; width: auto; }
.featured-sections .story1 .story-item > a.mugSectionTop { width: 40%; margin: auto; }
.featured-sections .story1 img { max-width: 100%; width: auto; margin: 0 auto 15px; }
.featured-sections .story2 { margin-top: 15px; margin-bottom: 30px; border-bottom: 1px solid #ddd; }
.featured-sections .story2 .grid-img-wrap { min-width: 100px; height: auto; margin-bottom: 30px; max-height: 180px; overflow: hidden; }
.featured-sections .story2 .grid-img-wrap img { width: 100%; max-width: 100%; margin: 0; }
.featured-sections .story2 .grid-img-wrap.mug { text-align: center; border: 1px solid #ddd; background-color: #2A3744; }
.featured-sections .story2 .grid-img-wrap.mug img { max-height: 180px; width: auto; }
.featured-sections .story2 .story-meta { padding-right: 0; margin-bottom: 30px; }

.section-wrapper .main-section > .adBlock { margin-right: 350px; }
.section-wrapper .adBoxV2 { margin: 10px auto; }

.homeBlobAd { text-align: center; }

.popular-sections-wrap { padding: 0 0 10px 0; margin: 15px 350px 15px 1.5%; background: #fff; border: 1px solid #e8e8e8; }
.popular-sections-wrap h2 { font-family: "Georgia", serif; font-size: 1.75em; line-height: 1.25em; font-weight: normal; color: #2A3744; margin: 10px 1% 15px; border-bottom: 3px solid #ddd; }
.popular-sections-wrap h2 span { display: inline-block; padding-bottom: 5px; position: relative; }
.popular-sections-wrap h2 span:before { content: ""; display: block; position: absolute; left: 0; top: 100%; width: 100%; border-bottom: 3px solid #aaa; }
.popular-sections-wrap .popular-section { float: left; width: 25%; padding: 0 15px; }
.popular-sections-wrap .popular-section a.img-wrap { display: block; width: 100%; max-height: 150px; overflow: hidden; }
.popular-sections-wrap .popular-section a.img-wrap.mug { text-align: center; border: 1px solid #ddd; background-color: #eaeaea; }
.popular-sections-wrap .popular-section a.img-wrap.mug img { height: 150px; width: auto; }
.popular-sections-wrap .popular-section a.img-wrap.no-image { height: 150px; background-color: #2A3744; background-position: 50%; background-repeat: no-repeat; background-size: 80% auto !important; }
.popular-sections-wrap .popular-section a.img-wrap.no-image.bend-bulletin { background-image: url("http://statics.bendbulletin.com/images/thebulletin_logoText_reverse.png"); }
.popular-sections-wrap .popular-section a.img-wrap.no-image.del-norte-triplicate { background-image: url("http://statics.bendbulletin.com/images/_triplicate/TriplicateMastheadWhite2017.png"); }
.popular-sections-wrap .popular-section a.img-wrap.no-image.union-democrat { background-image: url("http://statics.bendbulletin.com/images/_uniondemocrat/UnionDemocratMasthead2017.png"); }
.popular-sections-wrap .popular-section a.img-wrap.no-image.baker-city-herald { background-image: url("http://statics.bendbulletin.com/images/_bakercityherald/BakerCityMasthead2017.png"); }
.popular-sections-wrap .popular-section a.img-wrap.no-image.curry-coastal-pilot { background-image: url("http://statics.bendbulletin.com/images/_curryPilot/CurryPilotMastheadWhite2017.png"); }
.popular-sections-wrap .popular-section a.img-wrap.no-image.la-grande-observer { background-image: url("http://statics.bendbulletin.com/images/_lagrandeobserver/LaGrandeObserverMasthead2017.png"); }
.popular-sections-wrap .popular-section h3 { font-size: 1.25em; margin: 10px 0 0; padding: 0; }
.popular-sections-wrap .popular-section h3 a, .popular-sections-wrap .popular-section h3 a:hover { color: #2A3744; }

.allstory .popular-sections-wrap { margin: 30px 0 50px; padding-bottom: 15px; border: none; }
.allstory .popular-sections-wrap .popular-section { padding-bottom: 20px; }
.allstory .popular-sections-wrap .popular-section h3 { font-size: 20px; }
.allstory .popular-sections-wrap .popular-section a.img-wrap { min-height: 160px; max-height: 160px; }
.allstory .popular-sections-wrap .popular-section img.max-width { width: auto; height: auto; }
.allstory .popular-sections-wrap .published { display: none; }

@media (max-width: 768px) { .allstory .popular-sections-wrap .popular-section { width: 100%; }
  .allstory .popular-sections-wrap .popular-section h3 { white-space: normal; } }
.fixed-related-wrap { position: fixed; bottom: -100px; left: 60px; margin-left: 2%; right: 2%; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); background: #fff; z-index: 100; }
.fixed-related-wrap a:hover { color: #2A3744; }
.fixed-related-wrap .h5 { font-size: 15px; line-height: 1.2em; margin-top: 0; }
.fixed-related-wrap .related-image-box { width: 100px; height: 60px; margin: 0 1em 0 0; }

.section-container .section-top .sticky-ad-wrap { position: absolute; right: 0; top: 20px; bottom: 0; width: 300px; }
.section-container .section-top.has-twitter .sticky-ad-wrap { margin-bottom: 635px; }
.section-container .section-top .twitter-widget-wrap { position: absolute; right: 0; bottom: 0; width: 300px; max-height: 500px; overflow: hidden; }
.section-container .section-top.has-lower-ad .sticky-ad-wrap { margin-bottom: 235px; }
.section-container .section-top .top-rail-second-ad-wrap { position: absolute; right: 0; bottom: 0; width: 300px; }
.section-container .loop-sections-wrap .sticky-ad-wrap { height: 50%; }

@media (max-width: 991px) { .section-container .section-top.has-twitter .sticky-ad-wrap { margin-bottom: 10px; }
  .section-container .section-top.has-lower-ad .sticky-ad-wrap { margin-bottom: 10px; }
  .navbarBreadTrail { display: none !important; } }
.cat-obituaries .section-top { margin-bottom: 15px; }

.loop-sections-wrap { position: relative; }
.loop-sections-wrap .story-loop-wrap { padding: 0 0 15px 1.5%; margin-right: 350px; }
.loop-sections-wrap .story-loop-wrap .newsletter-signup { margin-bottom: 30px; }
.loop-sections-wrap .story-loop-wrap .more-stories-button { max-width: 960px; margin: 0 auto; }
.loop-sections-wrap .story-loop-wrap .story-item { padding: 15px 0; border-top: 1px solid #ddd; max-width: 960px; margin: 0 auto; }
.loop-sections-wrap .story-loop-wrap .story-item .grid-img-wrap { min-width: 100px; margin-bottom: 10px; max-height: 180px; min-height: 180px; overflow: hidden; }
.loop-sections-wrap .story-loop-wrap .story-item .grid-img-wrap.mug { border: 1px solid #ddd; text-align: center; background: #eaeaea; }
.loop-sections-wrap .story-loop-wrap .story-item .grid-img-wrap.mug img { height: 180px; max-height: 180px; width: auto; }
.loop-sections-wrap .story-loop-wrap .story-item h2 { font-size: 30px; margin-top: 0; }
.loop-sections-wrap .story-loop-wrap .story-item h2 a, .loop-sections-wrap .story-loop-wrap .story-item h2 a:hover, .loop-sections-wrap .story-loop-wrap .story-item h2 a:active { color: #2A3744; }
.loop-sections-wrap .story-loop-wrap .story-item h2 i { color: #aaa; font-size: .65em; margin-right: 10px; margin-top: 7px; float: left; display: block; }
.loop-sections-wrap .story-loop-wrap .story-item h4 { color: #aaa; margin: 0; }
.loop-sections-wrap .story-loop-wrap .story-item p { margin-bottom: 0; }
.loop-sections-wrap .story-loop-wrap .story-item .kickerText { color: #aaa; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; line-height: 1; margin-bottom: 10px; }
.loop-sections-wrap .story-loop-wrap .story-item .published { color: #777777; font-style: italic; margin-top: 3px; margin-bottom: 8px; }
.loop-sections-wrap .story-loop-wrap .story-item .readmore { display: inline-block; }
.loop-sections-wrap .story-loop-wrap .story-item .save-story-wrap .btn { float: none; }
.loop-sections-wrap .story-loop-wrap .story-item:first-child { border-top: none; padding-top: 0; }
.loop-sections-wrap #rtRail { position: absolute; top: 0; right: 0; width: 300px; height: 100%; }

.section-social-share { color: #888; font-size: 12px; margin-top: 10px; }
.section-social-share .share-icon .stLarge { background: none !important; width: 20px; height: 20px; line-height: 20px; font-size: 14px; text-align: center; color: #aaa; }
.section-social-share .share-icon .stLarge:before { content: ""; font-family: "fontawesome"; }
.section-social-share .share-icon .stLarge:hover { color: #2A3744; }
.section-social-share .share-icon i.fa { width: 20px; height: 20px; line-height: 20px; font-size: 14px; text-align: center; color: #aaa; cursor: pointer; }
.section-social-share .share-icon i.fa:hover { color: #2A3744; }
.section-social-share .share-icon.st_facebook_large .stLarge:before { content: "\f09a"; }
.section-social-share .share-icon.st_twitter_large .stLarge:before { content: "\f099"; }
.section-social-share .share-icon.st_linkedin_large .stLarge:before { content: "\f0e1"; }
.section-social-share .share-icon.st_googleplus_large .stLarge:before { content: "\f0d5"; }
.section-social-share .share-icon.st_email_large .stLarge:before { content: "\f003"; }

.story1 .section-social-share { border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 10px; margin-top: 0; }

@media (max-width: 767px) { .section-social-share .share-icon .stLarge { width: 30px; height: 30px; line-height: 30px; border: 1px solid #c4c4c4; border-radius: 4px; } }
.loop-sections .newsletter-signup { border: 3px solid #ddd; background: #eaeaea; margin-left: auto; margin-right: auto; margin-bottom: 30px; padding-top: 10px; padding-bottom: 10px; max-width: 960px; }
.loop-sections .newsletter-signup h2 { margin-top: 0; }

.loop-sections-wrap .story-loop-wrap.container { padding: 30px 15px; margin: auto; min-height: 0; }
.loop-sections-wrap .story-loop-wrap.container h2 { font-family: "Georgia", serif; font-weight: normal; }

.sponsor-cont { padding-bottom: 7px; }

.story-loop-wrap.sponsored .save-story-wrap { border: none; padding: 0; }

@media (min-width: 1300px) { .loop-sections-wrap .story-loop-wrap .story-item .grid-img-wrap, .loop-sections-wrap .story-loop-wrap .story-item .grid-img-wrap.mug img { max-height: 190px; }
  .featured-sections .story1 .story-item > a { max-height: 450px; overflow: hidden; margin-bottom: 10px; }
  .featured-sections .story1 img { width: 100%; } }
@media (max-width: 1350px) { .featured-sections .story-loop-wrap { padding-bottom: 0; } }
@media (max-width: 991px) { .featured-sections .story-loop-wrap, .loop-sections-wrap .story-loop-wrap, .section-wrapper .main-section > .adBlock { margin: 0; }
  .featured-sections #desktop-ad-1 { position: static !important; float: none !important; width: auto !important; height: auto !important; }
  .loop-sections-wrap .story-loop-wrap { padding-bottom: 0; }
  .popular-sections-wrap { margin: 15px 0 15px 1.5%; }
  .popular-sections-wrap .popular-section { width: 50%; margin-bottom: 15px; min-height: 210px; }
  .popular-section p, .popular-section h3, .popular-section .published { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .loop-sections-wrap #rtRail { position: static; text-align: center; margin: 0 auto; }
  .section-container .section-top .sticky-ad-wrap { margin: 0 auto; position: static; } }
@media (max-width: 767px) { .loop-sections-wrap .story-loop-wrap, .featured-sections .story-loop-wrap { padding-right: 10px; padding-left: 10px; }
  .loop-sections-wrap .story-loop-wrap .story-item h2 { font-size: 24px; }
  .popular-sections-wrap { padding-bottom: 0; }
  .homeBlobAd { margin-top: 5px; } }
/* --- Begin Grid Section Styles --- */
.grid-wrapper { margin-top: 10px; border-top: 4px solid #ddd; }
.grid-wrapper h1 { font-family: "Georgia", serif; text-align: center; font-weight: normal; font-size: 4em; margin: .5em 0; }
.grid-wrapper .grid { width: 98%; max-width: 1400px; margin: 0 auto 50px; position: relative; }
.grid-wrapper .grid:after { content: ''; display: block; clear: both; }
.grid-wrapper .grid.grid-four-col .grid-sizer, .grid-wrapper .grid.grid-four-col .grid-item { width: 25%; }
.grid-wrapper .grid.grid-four-col .grid-item { float: left; }
.grid-wrapper .grid.grid-four-col .grid-item-width2 { width: 50%; }
.grid-wrapper .grid.grid-four-col .grid-inner { margin: 10px 5px; background: #fff; border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.grid-wrapper .grid.grid-four-col .grid-inner a { transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; }
.grid-wrapper .grid.grid-four-col .grid-inner a:hover { text-decoration: none; }
.grid-wrapper .grid.grid-four-col .grid-inner img { width: 100%; height: auto; }
.grid-wrapper .grid.grid-four-col .grid-inner .img-contain { overflow: hidden; position: relative; }
.grid-wrapper .grid.grid-four-col .grid-inner .img-contain img { border-top-left-radius: 4px; border-top-right-radius: 4px; -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; }
.grid-wrapper .grid.grid-four-col .grid-inner .img-contain:before { content: ""; background: rgba(0, 0, 0, 0.4); display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 1; transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; }
.grid-wrapper .grid.grid-four-col .grid-inner .img-contain:after { content: "\f0c1"; font-family: "fontAwesome"; font-size: 22px; color: #fff; line-height: 42px; display: block; width: 44px; height: 44px; text-align: center; position: absolute; top: 50%; left: 50%; margin-left: -22px; margin-top: -22px; opacity: 0; border: 2px solid rgba(255, 255, 255, 0.7); border-radius: 50%; z-index: 2; transition: ease-in-out all 0.4s; -moz-transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; }
.grid-wrapper .grid.grid-four-col .grid-inner a:hover .img-contain img { -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.grid-wrapper .grid.grid-four-col .grid-inner a:hover .img-contain:before { opacity: 1.0; transition: ease-in-out all 0.3s; -moz-transition: ease-in-out all 0.3s; -webkit-transition: ease-in-out all 0.3s; }
.grid-wrapper .grid.grid-four-col .grid-inner a:hover .img-contain:after { opacity: 0.7; transition: ease-in-out all 0.4s; -moz-transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; }
.grid-wrapper .grid.grid-four-col .grid-inner h2 { color: #2A3744; font-size: 1.4em; text-align: center; margin: 0; padding: 15px 20px; }
.grid-wrapper .grid.grid-four-col .grid-inner h2:hover { background: #eaeaea; }

.leaderboardrow { margin-right: 0px !important; }

@media (max-width: 991px) { .grid-wrapper h1 { font-size: 2.5em; }
  .grid-wrapper .grid.grid-four-col .grid-item { width: 50%; }
  .grid-wrapper .grid.grid-four-col .grid-inner h2 { font-size: 1.15em; padding: 10px; } }
/* --- Begin Paywall Modal Styles Added 'new' - take out when further dev this. --- */
/*.pm-page-wrap {
	.pm-ss-wrap {
		top: 50px !important;
	}
}*/
.pm-page-wrap { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: #e8e8e8; background-color: rgba(232, 232, 232, 0.97); z-index: 9999999; }
.pm-page-wrap .pm-ss-wrap { background: #fff; border-top: 6px solid #F60; top: 0px !important; margin: 25px auto; text-align: center; max-height: 100%; overflow: scroll; }
.pm-page-wrap .pm-ss-wrap .fixWhiteText { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #444; background: #fff; padding: 30px 30px 0; font-size: 1.25em; text-align: center; }
.pm-page-wrap .pm-ss-wrap .firstTopText { font-size: 24px; color: #245682; line-height: 28px; text-transform: uppercase; }
.pm-page-wrap .pm-ss-wrap .firstTopText1 { padding-top: 20px; }
.pm-page-wrap .pm-ss-wrap .secondTopText, .pm-page-wrap .pm-ss-wrap .secondTopText1 { font-size: 20px; line-height: 125%; padding: .5em 15px 1.5em; }
.pm-page-wrap .pm-ss-wrap .thirdTopText, .pm-page-wrap .pm-ss-wrap .thirdTopText1 { font-size: 20px; line-height: 125%; }
.pm-page-wrap .pm-ss-wrap .buttonRowSubscribe span { display: block; font-weight: 700; }
.pm-page-wrap .pm-ss-wrap .buttonRowSubscribe a { display: inline-block; background: #428bca; border-bottom: 1px solid #3071a9; color: #fff; padding: 9px 50px; font-size: 20px; text-transform: uppercase; border-radius: 4px; margin: 1em 0; }
.pm-page-wrap .pm-ss-wrap .buttonRowSubscribe a:hover, .pm-page-wrap .pm-ss-wrap .buttonRowSubscribe a:active { text-decoration: none; background: #3071a9; border-bottom-color: darken #428bca, 20%; }
.pm-page-wrap .pm-ss-wrap .buttonRowNotNow { font-size: 16px; margin-bottom: 1em; }
.pm-page-wrap .pm-ss-wrap .buttonRowSignIn { font-size: 20px; }
.pm-page-wrap .pm-ss-wrap .bottomText1 { background: #ddd; padding: 20px 0 10px; margin: 1.5em -30px 0; }
.pm-page-wrap .pm-ss-wrap .bottomText2 { background: #ddd; padding: 0 20px 20px; font-size: 14px; margin-left: -30px; margin-right: -30px; }

/* --------------------------------- */
/* --- BEGIN LARGE MEDIA QUERIES --- */
/* --------------------------------- */
@media (max-width: 1350px) { .top-header .header-features .header-features-item h2 { font-size: 18px; } }
@media (max-width: 1199px) { .top-header .logo-wrap a, .top-header .header-features-item { min-height: 126px !important; }
  .top-header #head-col3 { clear: both; padding: 8px 0 !important; }
  .top-header #head-col3:before, .top-header #head-col3:after { display: table; content: " "; clear: both; }
  .top-header #head-col3 .signin-btns { display: inline; }
  .top-header #head-col3 .nav-search-btn2 { display: inline-block !important; margin-right: 15px; border: 1px solid #aaa; float: left; }
  .top-header #head-col3 .nav-search-btn2:hover { border-color: #fff; }
  .top-header.fixed .logo-wrap a, .top-header.fixed .header-features .header-features-item { min-height: 1px !important; }
  .top-header.fixed #head-col1 { width: 30%; }
  .top-header.fixed #head-col2 { width: 46%; }
  .top-header.fixed #head-col2 .header-features-item h2 { font-size: 16px !important; margin: 11px 0; }
  .top-header.fixed #head-col3 { clear: none; background: none; width: auto; }
  .top-header.fixed #head-col3:before, .top-header.fixed #head-col3:after { content: normal; }
  .top-header.fixed #head-col3 .extra { margin-top: 5px; }
  .top-header.fixed #head-col3 .signin { margin-top: 7px; }
  .interior .top-header .extra { margin-left: 65px; }
  .main-content-wrap .big-container .item-block.top-stories .top-stories-list h2 { font-size: 24px; line-height: 28px; }
  .main-content-wrap .big-container h3 { font-size: 18px; line-height: 22px; }
  .main-content-wrap .big-container .item-block.in-media > .row { padding-right: 0; }
  .main-content-wrap .big-container .item-block.in-media .media-ad { width: auto; height: auto; }
  .main-content-wrap .big-container .item-block.in-media .promo-block .media-image { height: 320px; }
  #nav-toggle-wrap #nav-toggle { padding-top: 63px !important; padding-bottom: 62px !important; }
  .weather-wrap .popover.bottom .arrow { right: 190px; }
  .extra .weather-wrap a.btn { margin-top: 4px; }
  #head-col3 { background: #344454; border-top: 1px solid #202a34; }
  .section .section-menu-dropdown { float: right !important; margin: 0 0 0 15px !important; }
  .story-container .section-menus { float: right; }
  .story-container .section-menu-dropdown { float: right; margin: 0 0 0 15px !important; }
  .story-container .section-menu-dropdown .btn { color: #aaa; font-weight: 600; font-size: 15px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .story-container .section-menu-dropdown .dropdown-menu > li > a { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .story-container .author { display: none; }
  .story-container .story-body { padding-left: 0; padding-bottom: 0; }
  .story-container .story-body .toolbox.pull-right, .story-container .story-body .toolbox.pull-left { width: auto; max-width: none; }
  .story-container .story-body .author-mobile, .story-container .story-body .author-mobile .author { display: block; margin-bottom: 0 !important; }
  .story-container .story-body .toolbox1 { display: block; height: 175px; min-height: 175px; overflow: hidden; position: relative; margin-bottom: 0; }
  .story-container .story-body .toolbox1:after { content: ""; display: block; position: absolute; left: 0; width: 100%; bottom: 0; height: 40px; background: none; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 90%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%); }
  .story-container .story-body .toolbox1.in:after { height: 0; }
  .story-container .story-body #toolbox-btn { font-weight: 600; color: #333; text-transform: uppercase; background: #f7f7f7; border: 1px solid #ddd; border-top: none; border-top-right-radius: 0; border-top-left-radius: 0; padding: 8px; margin-bottom: 50px; }
  .story-container .story-body #toolbox-btn:before { content: "\f0d8"; font-family: "FontAwesome"; color: #aaa; display: inline-block; padding-right: 8px; }
  .story-container .story-body #toolbox-btn.collapsed:before { content: "\f0d7"; }
  .story-container .story-body #toolbox-btn:hover { background: #ddd; }
  .story-container .story-head-wrap .story-heading { font-size: 3.5em; }
  .story-container .left-col { width: auto; height: auto; position: static; margin-right: 300px; margin-bottom: 0; padding-right: 5%; padding-top: 0; padding-bottom: 0; display: block; }
  .story-container .left-col .author-image { width: 100px; height: 100px; }
  .story-container .related-stories { background: none; margin-top: 30px; /*.related-story {
	border: none !important;
	float: left;
	width: 33.33333%;
}
.img-wrap, h3 {
	padding-left: 5px;
	padding-right: 5px;
}
.img-wrap {
	height: 100px;
}*/ }
  .story-container .related-stories h4 { margin-bottom: 10px; clear: both; }
  .story-bottom { padding-left: 10%; padding-right: 10%; }
  .interior .footer-wrap { padding-left: 40px; }
  .cat-movies .story-body .related-list { padding-right: 10px; }
  .cat-movies .story-body .related-list li { float: left; min-height: 100px; padding-bottom: 5px; }
  .cat-movies .story-body .rail-media .rail-media-body { text-align: center; }
  .cat-movies .story-body .rail-media a { width: 100%; max-height: 90px !important; height: 90px; float: none; text-align: center; }
  .cat-movies .story-body .rail-media a img { margin: 0 !important; padding: 0; width: 100%; height: auto; } }
/* --- END LARGE MEDIA QUERIES --- */
/* ---------------------------------- */
/* --- BEGIN MEDIUM MEDIA QUERIES --- */
/* ---------------------------------- */
@media (max-width: 991px) { .fullPageHTML .top-header.fixed #head-col1 { width: 40%; }
  .fullPageHTML .top-header.fixed #head-col3 { width: 60%; }
  .fullPageHTML .top-header.fixed #head-col3 .extra { display: none !important; }
  .li-width-50 li { float: none; width: auto; }
  .perfect-scrollbar { max-height: none !important; }
  .logoText { font-size: 11px; }
  .header-features h2 { font-size: 1.25em; }
  .header-features p { height: 36px; overflow: hidden; }
  #searchModal.fade .modal-dialog { width: 90%; }
  .main-content-wrap .content-ad .adunit-right, .header-ad.ad-block .adunit-right { display: none; }
  .interior .nav-wrap .big-container .col-md-3 { display: none; }
  .home-classified h4 { float: left; }
  .home-classified ul { display: none; }
  .slider .rsBullets { text-align: center !important; }
  #nav-search-btn, #saved-btn { margin-top: 0; margin-bottom: 4px; }
  .main-content-wrap .big-container .item-block.top-stories .top-stories-list h2 { font-size: 20px; line-height: 24px; }
  .main-content-wrap .big-container .item-block.pic-right.ap-bottom .story-item { padding-bottom: 0; margin-bottom: 0; border: none; }
  .pic-right.ap-bottom .story-loop-wrap { border-bottom: 1px solid #ddd; padding-bottom: 15px; margin-bottom: 15px; }
  .main-content-wrap .big-container .item-block.in-media > .row { padding-right: 0; }
  .main-content-wrap .big-container .item-block.in-media .media-ad { width: auto; padding-top: 15px; }
  .story-container .author a.btn { margin-bottom: 15px !important; }
  .main-story { margin-top: 15px; }
  .story-container .carousel { max-width: 750px; margin: 0 auto; }
  .story-container .carousel .item img { width: auto; max-width: 100%; }
  .story-container .story-body { margin-right: 0; padding-right: 0; }
  .story-container .story-body .story-slider-wrap { max-width: none; }
  .story-container .story-head-wrap .story-heading { font-size: 2.5em; }
  .story-container .story-head-wrap .story-subhead { font-size: 1.75em; }
  .story-container .left-col { margin-right: 0; padding-right: 0; }
  .story-container .author { margin-bottom: 0; }
  .loop-sections-wrap #rtRail, .section-container .loop-sections-wrap .sticky-ad-wrap, .section-container .right-rail-wrap, .story-container .left-col, .story-container .right-rail, .right-rail-wrap { height: auto; width: auto; }
  .right-rail-wrap > div { margin-top: 10px; height: auto !important; }
  .right-rail-wrap > div.sticky-spacer { height: 0 !important; }
  .sticky { text-align: center; margin: 15px 0; position: static !important; }
  #related-story-popout { width: auto; margin: 15px 0; box-shadow: none; }
  /*.home .footer-wrap #footer-hide-btn, .interior .footer-wrap #footer-hide-btn { 	display: block; } #footer-hide-btn { 	background-color: lighten( $darkgray, 5% ); color: $white; border: none; border-radius: 4px; outline: none; } #footer-hide { 	display: none; }*/ }
/* --- END MEDIUM MEDIA QUERIES --- */
/* --------------------------------- */
/* --- BEGIN SMALL MEDIA QUERIES --- */
/* --------------------------------- */
@media (max-width: 767px) { body { overflow-x: hidden; }
  .union-democrat #header .top-header .header-features .header-features-item { border: none; }
  .allstory #header.container { max-width: 100%; padding: 0; }
  .header-features a { min-height: 0; }
  #searchModal.fade .modal-dialog { width: 100%; }
  #searchModal.fade .search-query { font-size: 3em; }
  #searchModal.fade .btn { font-size: 2em; }
  .extra .weather-wrap a.btn { margin-top: 6px; padding: 2px 5px; }
  .extra .weather-wrap .popover { width: 98%; right: 1%; left: 1%; }
  .extra #saved-btn { float: right; font-size: 14px; margin-top: 5px; margin-left: 10px; }
  .social-links { position: static; text-align: center; padding-bottom: 10px; }
  .home .accu-weather { padding-top: 6px; }
  #header .top-header #head-col3 { padding: 5px 0 !important; }
  #header .top-header .signin-btns { padding-top: 10px; padding-bottom: 10px; }
  #header .top-header .signin-btns .btn { margin-left: 15px; }
  #header .top-header .signin-btns.manage { margin-right: 10px; }
  .top-header.fixed { height: 50px; }
  .top-header #head-col3 .nav-search-btn2 { display: none !important; }
  .main-content-wrap .sponsored-content-wrap .sponsored-content > a .grid-img-wrap { height: 100px; }
  .main-story { margin-top: 10px; }
  .main-content-wrap .big-container .item-block { padding-bottom: 20px; }
  .main-content-wrap .big-container .item-block.photo-block.right-list .grid-item-5, .main-content-wrap .big-container .item-block.photo-block.right-list .grid-item-6 { display: none; }
  .main-content-wrap .big-container .item-block.in-media .promo-block .media-image { height: 240px; }
  .main-content-wrap .big-container .item-block.latest-news .story-wrap td.breaking, .main-content-wrap .big-container .item-block.latest-news .story-wrap td.story { display: block; width: 100%; padding: 20px; }
  .main-content-wrap .big-container .item-block.latest-news .story-wrap td.story { padding-top: 30px; }
  .main-content-wrap .big-container .item-block.latest-news .story-wrap td.breaking:after { top: auto; right: auto; left: 76px; bottom: -32px; border-left-color: transparent; border-top-color: #db0d0d; }
  .promo-block { padding-bottom: 15px; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
  #story-page { padding-left: 0; padding-right: 0; }
  .featured-sections .story2 h2 { font-size: 24px; }
  .story-category { float: none; border: none; padding: 0 15px; margin: 0; line-height: 150%; font-size: 1.5em; }
  #story-page, #section-page, .story-wrapper, .section-wrapper { padding-left: 0; padding-right: 0; background: #fff; }
  .story-container { /*.related-stories {
	.related-story {
		width: 50%;
	}
}*/ }
  .story-container .story-head-wrap .story-heading { font-size: 2em; margin: 5px 0 10px; padding-right: 0; }
  .story-container .story-head-wrap .story-subhead { font-size: 1.2em; padding-right: 0; margin-bottom: 10px; }
  .story-container .story-head-wrap .story-meta { margin-top: 5px; padding-top: 10px; }
  .story-container .carousel { margin-bottom: 10px; margin-left: -15px; margin-right: -15px; }
  .story-container .slider-caption-wrap { padding-top: 5px; line-height: 110%; }
  .story-container .article-body { padding-top: 15px; }
  .story-container .author { margin-bottom: 15px; }
  .story-container .left-col, .story-container .right-rail, .story-container .right-rail-wrap { height: auto; min-height: 0; }
  .story-container .story-guide-hero { margin-left: -15px; margin-right: -15px; }
  .newsletter-signup { padding: 15px 0 20px !important; margin-left: -10px !important; margin-right: -10px !important; }
  .newsletter-signup h2 { font-size: 20px !important; line-height: 1 !important; }
  .newsletter-signup form:before { font-size: 30px; top: 5px; left: 12px; }
  .newsletter-signup form input { font-size: 20px; }
  #mobile-menu { height: 50px; background: #2A3744; font-size: 24px; color: #fff; position: fixed; top: 0 !important; width: 100%; z-index: 100; border-bottom: 1px solid #2A3744; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  #mobile-menu > a { font-size: 24px; color: #fff; float: left; display: block; padding: 5px 10px; }
  #mobile-menu > a:hover { color: #ddd; text-decoration: none; }
  #mobile-menu .mobile-search { position: absolute; top: 0; right: 0; }
  #mobile-menu a.btn-link, #mobile-menu .btn-outline { color: #fff; }
  #mobile-menu .menu-control { padding: 8px 15px; position: relative; z-index: 1; }
  #mobile-menu #mobile-search-btn { color: #fff; font-size: 20px; background: none; margin-top: 4px; padding: 10px 15px; position: relative; z-index: 1; }
  #mobile-menu .mobile-logo { padding: 3px 0; text-align: center; width: 200px; margin: 0 auto; float: none; }
  #mobile-menu .mobile-logo img { height: 30px; }
  .main-content-wrap .big-container .item-block > h2 { font-size: 30px; line-height: 32px; padding-bottom: 5px; }
  .main-content-wrap .big-container .item-block > h2 span { display: block; padding: 0 0 0 15px; }
  .main-content-wrap .big-container .item-block > h2 span:before { content: normal; }
  .main-content-wrap .big-container .item-block.pic-right.ap-bottom .story-item:first-child { padding-bottom: 15px; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
  .main-content-wrap .big-container .item-block.photo-block.right-list .grid-img-wrap { height: 200px; overflow: hidden; }
  .main-content-wrap .big-container .item-block.photo-block.right-list .grid-img-wrap.mug { text-align: center; border: 1px solid #ddd; background: #eaeaea; }
  .main-content-wrap .big-container .item-block.photo-block.right-list .grid-img-wrap.mug img { height: 200px; width: auto; }
  .main-content-wrap .big-container .item-block.photo-block.right-list h3 { position: absolute; bottom: 15px; z-index: 1; line-height: 125%; padding: 0; margin: 0; color: #fff; left: 15px; top: 0; right: 15px; }
  .main-content-wrap .big-container .item-block.photo-block.right-list h3 a { color: #fff; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: 15px 30px; background: none; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, transparent 50%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, transparent 50%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%); }
  .author-wrap .popover { left: 10px !important; max-width: 350px !important; }
  .author-wrap .popover.top .arrow, .author-wrap .popover.bottom .arrow { left: 30px !important; }
  #savedModal .modal-header h2 { font-size: 24px; }
  #savedModal .modal-content .table-responsive #saved-sortable-table_length, #savedModal .modal-content .table-responsive #saved-sortable-table_filter { float: none; margin-bottom: 10px; }
  .story-bottom { margin-left: -2.6%; padding-left: 6%; padding-right: 6%; }
  .interior .footer-wrap { padding-left: 0; padding-right: 0; padding-bottom: 100px; }
  .interior .footer-wrap:before { content: normal; }
  .cat-movies .story-body h3 { font-size: 1.5em; text-transform: uppercase; padding: 15px 10px; margin: 0; }
  .cat-movies .story-body h3:hover, .cat-movies .story-body h3:active { cursor: pointer; background: #222; }
  .cat-movies .story-body h3 i { color: #fff; font-size: 18px; padding: 2px 5px; margin-top: -2px; border: 1px solid #fff; border-radius: 2px; float: right; }
  .cat-movies .story-body .related-list { display: none; border: 1px solid #999; border-top: none; border-bottom-width: 5px; margin-bottom: 30px; }
  .cat-movies .story-body .related-list li { width: 50%; }
  .videoPageWrapper .singleVideoFrame { width: 50%; }
  .sections-bottom { margin-top: 30px; }
  .main-content-wrap > .adBoxV2, .story-bottom > .adBoxV2 { margin: 0; position: fixed; bottom: 0; width: 100%; background: #111; padding: 5px !important; z-index: 9999; }
  .story-bottom > .adBoxV2 { left: 0; } }
/* --- END SMALL MEDIA QUERIES --- */
/* ----------------------------------- */
/* --- BEGINE XSMALL MEDIA QUERIES --- */
/* ----------------------------------- */
@media (max-width: 480px) { .story-container .related-stories li { float: none; width: auto; } }
/* --- END XSMALL MEDIA QUERIES --- */
/* --------------------------------- */
/* --- BEGIN LARGE MEDIA QUERIES --- */
/* --------------------------------- */
@media (min-width: 1200px) { .home .weather-wrap .weather.btn { top: -2px; }
  .sponsor-byline { margin-top: -20px; }
  /*.story-container .short-story-no-photo .related-stories { 	position: absolute; 	bottom: 0; }*/
  .story-container .short-story .author { margin-bottom: 50px !important; }
  .article-body { min-height: 500px; }
  .section-wrapper .adBoxV2 { margin: 10px 350px 10px 0; }
  .allstory .story-bottom { margin-left: -90px; margin-right: -5.5%; }
  .allstory .footer-wrap { padding-left: 60px; } }
/* --- END LARGE MEDIA QUERIES --- */
body.allstory.cat-sp #header #nav-toggle-wrap, body.allstory.cat-sp #header .nav-search, body.allstory.cat-sp #header .weather-wrap { width: 33.33333%; float: left; height: 80px; overflow: hidden; }
body.allstory.cat-sp #header #nav-toggle-wrap #nav-toggle { height: 80px; width: 100%; }
body.allstory.cat-sp #header .nav-search #nav-search-btn { line-height: 70px; padding: 27px 0; }
body.allstory.cat-sp #header .weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner { max-width: none !important; }
body.allstory.cat-sp #header .weather-wrap .accu-weather .aw-widget-current .aw-widget-current-inner .aw-widget-content { height: 80px; padding-top: 8px !important; }
body.allstory.cat-sp #header .sharing-btns { clear: both; padding-top: 0; margin: 0; float: left; width: 100%; }
body.allstory.cat-sp #header .sharing-btns:before { content: normal; }
body.allstory.cat-sp #header .sharing-btns > span { float: left; width: 33.33333% !important; }
body.allstory.cat-sp #header .sharing-btns span.st_sharethis_large { position: absolute; bottom: 100%; right: 0; height: 80px !important; }
body.allstory.cat-sp #header .sharing-btns span.st_sharethis_large:before { line-height: 80px; }
body.allstory.cat-sp .top-header { padding-left: 200px; }
body.allstory.cat-sp.interior .mp-pusher.mp-pushed::after { left: 0; }
body.allstory.cat-sp.interior .nav-wrap { padding-left: 260px; }
body.allstory.cat-sp.interior #header { width: 260px; }
body.allstory.cat-sp.interior .footer-wrap { padding-left: 260px; padding-right: 2.5%; }
body.allstory.cat-sp.interior .footer-wrap .footer-columns { padding-left: 0; }
body.allstory.cat-sp #story-page { padding-left: 260px; }
body.allstory.cat-sp .story-container .story-body { padding-left: 0; }
body.allstory.cat-sp .story-container .left-col { position: static; width: auto; height: auto; margin-right: 300px; padding-right: 5%; padding-bottom: 0; }
body.allstory.cat-sp .story-container .author { width: 270px; position: static; display: block; margin: 0 15px !important; }
body.allstory.cat-sp .story-container .author:before, body.allstory.cat-sp .story-container .author:after { clear: both; display: table; }
body.allstory.cat-sp .story-container .author img { width: auto; height: auto; max-width: 270px; max-height: 70px; }
body.allstory.cat-sp .story-container .author .author-image { width: auto; height: auto; border: none; border-radius: 0; margin: 0; }
body.allstory.cat-sp .story-container .author .author-image img { width: auto; height: auto; max-width: 270px; max-height: 70px; }
body.allstory.cat-sp .story-container .author .author-name { display: none; }
body.allstory.cat-sp .story-container .related-stories { background: none; display: none; }
body.allstory.cat-sp .story-container .related-stories .related-story { float: left; width: 48%; margin: 5px 1%; }
body.allstory.cat-sp .story-bottom { padding-left: inherit; margin-left: -29px; }
body.allstory.cat-sp .ad-related-wrap { background: #2A3744; overflow: hidden; overflow-y: auto; position: fixed; top: 0; width: 260px; height: 100%; height: calc(100% - 180px); margin-top: 180px; padding-bottom: calc(1% - 1%); }
body.allstory.cat-sp .ad-related-wrap .ad-heading { background: #aaa; color: #fff; font-weight: bold; padding: 4px 1em 4px 20px; text-transform: uppercase; text-align: left; position: fixed; width: 260px; }
body.allstory.cat-sp .ad-related-wrap .related-stories { padding-top: 28px; }
body.allstory.cat-sp .ad-related-wrap .related-stories .relateds + .next-stories { padding-top: 0; }
body.allstory.cat-sp .ad-related-wrap .related-stories > h4 { display: none; }
body.allstory.cat-sp .ad-related-wrap .related-stories .related-story { color: #fff; border-bottom: 1px solid #344454; padding: 15px 20px; }
body.allstory.cat-sp .ad-related-wrap .related-stories .related-story:hover, body.allstory.cat-sp .ad-related-wrap .related-stories .related-story.active { background: #fff; color: #2A3744; }
body.allstory.cat-sp .ad-related-wrap .related-stories .related-story:hover a, body.allstory.cat-sp .ad-related-wrap .related-stories .related-story.active a { color: #2A3744 !important; text-decoration: none; }
body.allstory.cat-sp .ad-related-wrap .related-stories .related-story:before, body.allstory.cat-sp .ad-related-wrap .related-stories .related-story:after { display: table; content: " "; }
body.allstory.cat-sp .ad-related-wrap .related-stories .related-story:after { clear: both; }
body.allstory.cat-sp .ad-related-wrap .related-stories .related-story .img-wrap { float: left; margin: 0 15px 0 0; width: auto; height: auto; max-width: 60px; max-height: 60px; overflow: hidden; }
body.allstory.cat-sp .ad-related-wrap .related-stories .related-story h3 { font-family: "Georgia", serif; text-align: left; font-size: 14px; line-height: 125%; margin: 0 0 0 0px; }
body.allstory.cat-sp .ad-related-wrap ul.ads-related { margin: 0; padding: 28px 0 0; list-style: none; text-align: left; }
body.allstory.cat-sp .ad-related-wrap ul.ads-related li.ad-item { list-style: none; margin: 0; padding: 0; }
body.allstory.cat-sp .ad-related-wrap ul.ads-related li.ad-item a { display: block; color: #fff; border-bottom: 1px solid #344454; padding: 15px 20px; }
body.allstory.cat-sp .ad-related-wrap ul.ads-related li.ad-item a:hover, body.allstory.cat-sp .ad-related-wrap ul.ads-related li.ad-item a.active { background: #fff; color: #2A3744; text-decoration: none; }
body.allstory.cat-sp .ad-related-wrap ul.ads-related li.ad-item a:hover h2, body.allstory.cat-sp .ad-related-wrap ul.ads-related li.ad-item a.active h2 { color: #2A3744; }
body.allstory.cat-sp .ad-related-wrap ul.ads-related li.ad-item h2 { font-family: "Georgia", serif; font-size: 14px; line-height: 125%; margin: 0 0 0 75px; }
body.allstory.cat-sp .ad-related-wrap ul.ads-related li.ad-item img { margin: 0 15px 0 0; width: auto; height: auto; max-width: 60px; max-height: 60px; }

@media (max-width: 1170px) { body.allstory.cat-sp .story-container .story-body { margin-right: 0; }
  body.allstory.cat-sp .story-container .right-rail { position: static; float: none; }
  body.allstory.cat-sp .story-container .right-rail .right-rail-wrap { position: static; }
  body.allstory.cat-sp .story-container .right-rail .sticky { text-align: center; }
  body.allstory.cat-sp .story-bottom { padding-left: 5%; padding-right: 5%; }
  body.allstory.cat-sp.interior .footer-wrap { padding-left: 260px; padding-right: 2.5%; }
  body.allstory.cat-sp.interior .footer-wrap .footer-columns { padding-left: 0; } }
@media (max-width: 1024px) { body.allstory.cat-sp .top-header { padding-left: 260px; }
  body.allstory.cat-sp .top-header .extra { margin-left: 0; }
  body.allstory.cat-sp .top-header .logo-wrap { margin-left: 0; border-left: none; border-bottom: 1px solid #202a34; }
  body.allstory.cat-sp #head-col1, body.allstory.cat-sp #head-col2 { width: 100%; } }
@media (max-width: 767px) { body.allstory.cat-sp .top-header { padding-left: 0; }
  body.allstory.cat-sp #story-page { padding-left: 0; }
  body.allstory.cat-sp .story-wrapper { padding-left: 0; padding-right: 0; }
  body.allstory.cat-sp .story-container .story-head-wrap, body.allstory.cat-sp .story-container .story-meta { text-align: center; }
  body.allstory.cat-sp .story-container .publish-date { float: none; }
  body.allstory.cat-sp .story-container .author { width: auto; }
  body.allstory.cat-sp .story-container .left-col { margin-right: 0; padding-right: 0; }
  body.allstory.cat-sp .story-container .related-stories { display: block; }
  body.allstory.cat-sp .story-bottom { margin: 0; padding: 0 10px; }
  body.allstory.cat-sp.interior .footer-wrap { padding-left: 0; padding-right: 0; } }
