@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://s3.amazonaws.com/fedscoop-media/assets/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("https://s3.amazonaws.com/fedscoop-media/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://s3.amazonaws.com/fedscoop-media/assets/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://s3.amazonaws.com/fedscoop-media/assets/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://s3.amazonaws.com/fedscoop-media/assets/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://s3.amazonaws.com/fedscoop-media/assets/fonts/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

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

.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);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hacker-news:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 35px;
  font-family: "effra",sans-serif; }

h2 {
  font-size: 2em;
  font-weight: bold;
  font-family: "effra",sans-serif; }

h3 {
  font-family: "effra",sans-serif; }

p {
  font-family: "ff-tisa-web-pro",serif;
  font-size: 1em;
  font-weight: normal; }

strong {
  font-family: inherit;
  font-weight: bold; }

em {
  font-family: inherit;
  font-style: italic; }

body {
  font-family: "ff-tisa-web-pro",serif;
  font-size: 1em;
  font-weight: normal; }

#banner_top_nav {
  font-family: "effra",sans-serif; }

.accent {
  color: #ed2a7a; }

.border_top {
  border-top: 1px solid #e2e2e2; }

.border_bottom {
  border-bottom: 1px solid #e2e2e2; }

.emphasis {
  font-style: italic; }

.main_font {
  font-family: "ff-tisa-web-pro",serif; }

.accent_font {
  font-family: "effra",sans-serif; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  @media (min-width: 768px) {
    .container {
      width: 750px;
      padding: 0 0 0 0; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1124px; } }

.hover-behavior, .button-hover-pink, .button.pink:hover, .button-hover-white, .button.white:hover, .events-list-item.highlighted-event .button.pink:hover, .button {
  transition: all .3s; }

.hover-behavior-long {
  transition: all .7s; }

.button-hover-pink, .button.pink:hover {
  background-color: #ed2a7a;
  color: white; }

.button-hover-white, .button.white:hover, .events-list-item.highlighted-event .button.pink:hover {
  background-color: white;
  color: #ed2a7a; }

.button {
  font-family: "effra",sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block; }
  .button.pink {
    border: solid #ed2a7a 2px;
    color: #ed2a7a; }
  .button.white {
    border: solid  white 2px;
    color: white; }
  .button.white-white {
    color: white;
    border: solid white 2px; }
    .button.white-white:hover {
      background-color: white;
      color: #ed2a7a; }
  .button.white-pink {
    color: white;
    border: solid  white 2px; }
    .button.white-pink a {
      color: inherit;
      text-decoration: none; }
    .button.white-pink:hover {
      background-color: #ed2a7a;
      border-color: #ed2a7a; }
  .button.pink-no-hover {
    border: solid #ed2a7a 2px;
    background-color: #ed2a7a;
    color: white; }

.row {
  clear: both;
  overflow: hidden;
  width: 100%; }

#banner_date {
  display: none;
  border-top: 6px solid #ed2a7a;
  border-bottom: 1px solid #e2e2e2;
  color: #889ba1;
  font-style: italic;
  height: 42px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all .5s; }
  @media (min-width: 992px) {
    #banner_date {
      display: block; } }
  #banner_date p {
    font-size: 1em;
    line-height: 34px;
    transition: all .5s; }
  #banner_date .secret-message {
    display: none;
    color: white;
    opacity: 0; }
  #banner_date #ripple {
    display: none;
    position: absolute;
    top: 0;
    left: 48%;
    width: 1%;
    height: 1%;
    background: red;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; }
  #banner_date:hover {
    background-color: #ed2a7a;
    border-bottom: solid #ed2a7a 2px; }
    #banner_date:hover .date {
      margin-top: -40px; }
    #banner_date:hover .secret-message {
      display: inline;
      opacity: 1;
      color: white; }

#banner_top_nav {
  color: #889ba1;
  height: 46px;
  background-color: white;
  position: relative;
  z-index: 800; }
  @media (min-width: 992px) {
    #banner_top_nav {
      height: 130px;
      background-color: transparent;
      z-index: 1000; } }
  @media (min-width: 1200px) {
    #banner_top_nav {
      height: 140px; } }

#logo {
  width: 25%;
  margin-left: 10px; }
  @media (min-width: 992px) {
    #logo {
      width: 40%;
      margin-left: 0;
      float: left;
      width: 33.33333%; } }
  #logo a {
    background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/logo/FSlogo_dark_2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin-top: 5px;
    height: 40px; }
    @media (min-width: 992px) {
      #logo a {
        margin-top: 30px;
        height: 79px;
        margin-top: 20px; } }
    @media (min-width: 1200px) {
      #logo a {
        margin-top: 20px;
        height: 99px; } }

.mobile-nav-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  width: 47px;
  text-align: center;
  transition: all .75s;
  float: right; }
  .mobile-nav-dropdown .fa {
    color: black;
    font-size: 1em;
    line-height: 47px; }
  @media (min-width: 992px) {
    .mobile-nav-dropdown {
      display: none; } }

.mobile-nav-active {
  background-color: #ed2a7a; }
  .mobile-nav-active .fa {
    color: white; }

.dropdown {
  z-index: 400;
  border-bottom: 2px solid #ed2a7a;
  transition: all .7s;
  top: -300px;
  position: absolute;
  z-index: 551; }
  .dropdown.active {
    top: 47px; }
  .dropdown > ul li:first-child {
    padding: 0;
    line-height: 3em; }
    .dropdown > ul li:first-child div {
      width: 50%;
      text-align: center;
      display: inline-block; }
      .dropdown > ul li:first-child div:first-child {
        border-right: 1px solid #ed2a7a;
        height: 100%; }

.nav {
  display: none;
  float: left;
  width: 33.33333%;
  list-style-type: none; }
  @media (min-width: 992px) {
    .nav {
      display: block; } }
  .nav .fa-sort-desc {
    position: relative;
    bottom: 4px; }
  .nav .connect {
    cursor: pointer; }
    .nav .connect img {
      width: 15px;
      transition: all .1s; }
    .nav .connect.connect-hover {
      width: 230px;
      text-align: center;
      float: none;
      margin: 0 auto;
      font-size: 1.125em;
      margin-top: 57px;
      text-transform: uppercase; }
  .nav li {
    display: inline; }
    .nav li a {
      color: #889ba1;
      display: block;
      font-size: 1.125em;
      margin-top: 57px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
  .nav .social {
    display: none;
    font-size: 1.3em;
    text-align: center;
    width: 220px;
    float: none;
    margin: 0 auto;
    background-color: #e2e2e2;
    position: relative;
    z-index: 9999; }
    .nav .social ul {
      padding: 10px 0; }
    .nav .social a {
      margin-top: 0;
      transition: all .2s; }
      .nav .social a:hover {
        color: #ed2a7a; }
  .nav .social-show {
    margin-top: 10px; }
  .nav .social li {
    display: inline-block;
    width: 50px;
    margin: 10px 0; }

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

#banner_sub_nav_wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: white;
  height: 1px; }
  @media (min-width: 992px) {
    #banner_sub_nav_wrap {
      z-index: 999;
      z-index: 999;
      overflow: visible;
      height: auto; } }

#banner_sub_nav {
  height: 49px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: white; }
  #banner_sub_nav .container.search-x {
    margin-top: -3px; }
  #banner_sub_nav ul li {
    display: block;
    position: relative; }
    @media (min-width: 992px) {
      #banner_sub_nav ul li {
        display: inline-block; } }
    #banner_sub_nav ul li a {
      font-family: "effra",sans-serif;
      color: #000000;
      display: block;
      font-size: 1.5em;
      font-weight: bold;
      line-height: 49px;
      /*padding-left: 22px;
      padding-right: 22px;*/
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      #banner_sub_nav ul li a.active {
        color: #889ba1; }
      @media (min-width: 992px) {
        #banner_sub_nav ul li a {
          padding: 0 9px; } }
      @media (min-width: 1200px) {
        #banner_sub_nav ul li a {
          padding: 0 20px; } }
      #banner_sub_nav ul li a:hover {
        color: #ed2a7a; }
  #banner_sub_nav .scoops {
    display: none;
    background-color: #e2e2e2;
    position: relative;
    z-index: 99999; }
    @media (min-width: 1200px) {
      #banner_sub_nav .scoops {
        width: 190px; } }
    #banner_sub_nav .scoops ul {
      overflow: hidden; }
    #banner_sub_nav .scoops a {
      font-family: "effra",sans-serif;
      font-size: 1em;
      line-height: 1.7em;
      font-weight: normal;
      color: #889ba1; }
      #banner_sub_nav .scoops a:hover {
        color: #ed2a7a; }
  #banner_sub_nav li.tv_radio_menu > div {
    height: 0;
    margin-top: -1px;
    transition: height .4s;
    background-color: black; }
  #banner_sub_nav li.tv_radio_menu div > ul {
    width: 100%;
    position: absolute;
    height: 100px;
    display: block; }
    #banner_sub_nav li.tv_radio_menu div > ul li {
      border-bottom: 1px solid #ed2a7a;
      transition: background-color .1s;
      display: block;
      height: 50px; }
      #banner_sub_nav li.tv_radio_menu div > ul li:last-child {
        border-bottom: 0; }
      #banner_sub_nav li.tv_radio_menu div > ul li a {
        color: white; }
      #banner_sub_nav li.tv_radio_menu div > ul li:hover {
        background-color: #ed2a7a; }
  #banner_sub_nav li.tv_radio_menu:hover > div {
    height: 100px; }

#banner_sub_nav .scoops li {
  display: block; }
  #banner_sub_nav .scoops li a {
    float: left; }

#content ul.news-nav, #content ul.news-nav-mobile {
  /*transition: all .2s;*/
  float: none;
  margin: 0 auto; }
  @media (min-width: 992px) {
    #content ul.news-nav, #content ul.news-nav-mobile {
      float: left;
      margin-left: 24px; } }
  @media (min-width: 1200px) {
    #content ul.news-nav, #content ul.news-nav-mobile {
      margin-left: 0; } }
  #content ul.news-nav .fa-caret-down, #content ul.news-nav-mobile .fa-caret-down {
    color: white;
    position: absolute;
    z-index: 13;
    top: 17px;
    font-size: .55em;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s; }
    @media (min-width: 992px) {
      #content ul.news-nav .fa-caret-down, #content ul.news-nav-mobile .fa-caret-down {
        right: 25px; } }
    @media (min-width: 1200px) {
      #content ul.news-nav .fa-caret-down, #content ul.news-nav-mobile .fa-caret-down {
        right: 50px; } }
  #content ul.news-nav li, #content ul.news-nav-mobile li {
    font-family: "effra",sans-serif;
    color: #000000;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 49px;
    /*padding-left: 22px;
    padding-right: 22px;*/
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      #content ul.news-nav li, #content ul.news-nav-mobile li {
        padding: 0 22px; } }
  #content ul.news-nav .section-title, #content ul.news-nav-mobile .section-title {
    margin-top: -2px;
    background-color: black;
    margin-left: 3px; }
    @media (min-width: 992px) {
      #content ul.news-nav .section-title, #content ul.news-nav-mobile .section-title {
        width: 150px; } }
    @media (min-width: 1200px) {
      #content ul.news-nav .section-title, #content ul.news-nav-mobile .section-title {
        width: 175px; } }
    #content ul.news-nav .section-title.section-title-active, #content ul.news-nav-mobile .section-title.section-title-active {
      background-color: #ed2a7a; }
  #content ul.news-nav h2, #content ul.news-nav-mobile h2 {
    font-size: 1em; }

.news-nav-mobile {
  display: table; }
  @media (min-width: 992px) {
    .news-nav-mobile {
      display: none; } }

.news-nav {
  display: none; }
  @media (min-width: 992px) {
    .news-nav {
      display: block; } }
  .news-nav .section-title {
    cursor: pointer; }

.nav-inner {
  display: none; }
  @media (min-width: 992px) {
    .nav-inner {
      display: block;
      margin-left: 20px;
      float: left; } }
  .nav-inner ul {
    display: table;
    margin: 0 auto; }
    .nav-inner ul a.active {
      color: #889ba1; }

.nav-inner-right {
  float: right;
  font-family: "effra",sans-serif; }
  @media (min-width: 992px) {
    .nav-inner-right {
      display: block; } }

.change-scoop, .search-icon {
  display: inline-block;
  margin: 0 10px; }

.change-scoop {
  color: #889ba1;
  text-transform: uppercase;
  display: none; }
  @media (min-width: 992px) {
    .change-scoop {
      display: inline-block; } }
  @media (min-width: 1200px) {
    .change-scoop {
      width: 157px; } }
  .change-scoop ul {
    cursor: pointer; }
  .change-scoop img {
    width: 15px;
    margin-bottom: -1px;
    transition: all .4s; }
  .change-scoop .fa.fa-sort-desc {
    margin-top: -5px; }

.search-icon-mobile {
  display: block;
  position: absolute;
  top: 0;
  right: 46px;
  cursor: pointer;
  color: black;
  width: 49px;
  height: 48px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  margin-right: 0;
  transition: all .75s; }
  @media (min-width: 992px) {
    .search-icon-mobile {
      display: none; } }
  .search-icon-mobile .fa {
    text-align: center;
    display: block;
    line-height: 49px; }

.search-icon {
  position: absolute;
  top: -47px;
  right: 47px;
  cursor: pointer;
  color: black;
  width: 49px;
  height: 47px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  margin-right: 0;
  transition: all .75s; }
  @media (min-width: 992px) {
    .search-icon {
      top: 0;
      right: 0;
      position: relative; } }
  .search-icon:hover {
    color: white;
    background-color: #ed2a7a;
    border-left: 1px solid white;
    border-right: 1px solid white; }
  .search-icon .fa {
    text-align: center;
    display: block;
    line-height: 49px; }

.search-field {
  float: right;
  display: block;
  transition: all .4s;
  height: 49px;
  margin-top: -113px;
  position: relative;
  z-index: 999;
  width: 100%; }
  @media (min-width: 992px) {
    .search-field {
      margin-top: -49px;
      width: auto; } }
  .search-field input {
    font-family: "effra",sans-serif;
    transition: all .4s;
    font-size: 1.1em;
    color: #889ba1;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 49px;
    padding: 15px; }
    @media (min-width: 992px) {
      .search-field input {
        width: 600px; } }
    .search-field input:focus {
      outline: none; }

.container.search-x.mobile-search {
  z-index: 9999;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .container.search-x.mobile-search {
      display: none; } }

.desktop-search {
  display: none; }
  @media (min-width: 992px) {
    .desktop-search {
      display: block; } }

.search-show {
  margin-top: 2px; }
  @media (min-width: 992px) {
    .search-show {
      margin-top: 1px; } }

#megamenu {
  background-color: #ee2a7b;
  overflow: hidden;
  z-index: 700;
  width: 100%;
  position: absolute;
  height: 0;
  -webkit-transition: height .7s;
  transition: height .7s; }
  @media (min-width: 992px) {
    #megamenu {
      display: block; } }
  #megamenu.menu-open {
    height: 305px; }
    @media (min-width: 1200px) {
      #megamenu.menu-open {
        height: 322px; } }
  #megamenu #stories {
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    overflow: hidden;
    width: 1000px; }
  #megamenu .content_polygon {
    float: left;
    margin-right: 37px; }
    #megamenu .content_polygon.last {
      margin-right: 0; }
    #megamenu .content_polygon::after {
      border-bottom-color: #ee2a7b !important; }
  #megamenu #topics {
    border-top: 1px solid white;
    overflow: visible;
    position: relative;
    height: 142px; }
    #megamenu #topics .container {
      overflow: visible; }
    #megamenu #topics #tabs {
      float: left;
      width: 15%;
      z-index: 600;
      height: 141px;
      border-right: 1px solid white;
      /**** remove later ****/ }
      #megamenu #topics #tabs > ul > li {
        text-align: center; }
      #megamenu #topics #tabs ul {
        overflow: visible; }
        #megamenu #topics #tabs ul li {
          height: 35px;
          overflow: visible; }
          #megamenu #topics #tabs ul li ul li {
            text-align: left; }
          #megamenu #topics #tabs ul li.last {
            border-bottom: none;
            height: 36px; }
            #megamenu #topics #tabs ul li.last a {
              height: 36px; }
          #megamenu #topics #tabs ul li a {
            font-family: "effra",sans-serif;
            background-color: #ff569a;
            color: white;
            display: block;
            font-size: 1em;
            height: 35px;
            line-height: 35px;
            text-decoration: none; }
            #megamenu #topics #tabs ul li a:hover, #megamenu #topics #tabs ul li a.active {
              background-color: black; }
          #megamenu #topics #tabs ul li ul {
            border: none;
            position: absolute;
            margin-left: 180px;
            top: 0;
            width: 859px; }
            @media (min-width: 1200px) {
              #megamenu #topics #tabs ul li ul {
                width: 959px; } }
            #megamenu #topics #tabs ul li ul:after {
              clear: both; }
            #megamenu #topics #tabs ul li ul li {
              display: inline-block; }
              #megamenu #topics #tabs ul li ul li a {
                color: white; }
      #megamenu #topics #tabs li.sub_categories {
        width: 188px;
        text-align: left;
        overflow: hidden;
        float: left; }
        #megamenu #topics #tabs li.sub_categories a {
          padding-left: 10px; }
      #megamenu #topics #tabs .last ul {
        display: none; }
  #megamenu .close_megamenu {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: black;
    width: 40px;
    height: 50px; }
    #megamenu .close_megamenu:before {
      content: '';
      width: 0;
      height: 0;
      left: -50px;
      bottom: 0;
      border-left: 50px solid transparent;
      border-right: 0px solid transparent;
      border-top: 50px solid transparent;
      border-bottom: 50px solid black;
      position: absolute; }
    #megamenu .close_megamenu .close {
      width: 40px;
      height: 50px; }
      #megamenu .close_megamenu .close:before, #megamenu .close_megamenu .close:after {
        content: '';
        position: absolute;
        width: 50%;
        top: 50%;
        height: 2px;
        background: white;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg); }
      #megamenu .close_megamenu .close:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg); }

#banner_sub_nav #logo {
  display: none; }

.mobile-megamenu, .dropdown {
  background-color: black;
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-family: "effra",sans-serif;
  text-align: center; }
  .mobile-megamenu a, .dropdown a {
    display: block;
    color: white;
    text-decoration: none; }
  .mobile-megamenu li, .dropdown li {
    font-size: 1em;
    line-height: 50px;
    border-bottom: 1px solid #ed2a7a; }
    .mobile-megamenu li:last-child, .dropdown li:last-child {
      border-bottom: none; }
  @media (min-width: 992px) {
    .mobile-megamenu, .dropdown {
      display: none; } }

.mobile-megamenu li {
  padding: 0; }
.mobile-megamenu .mobile-top-menu > div {
  height: 50px;
  line-height: 50px; }
.mobile-megamenu .sub_categories_list {
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  height: 0;
  /*max-height: 0;*/
  overflow: hidden; }
  .mobile-megamenu .sub_categories_list li {
    height: 50px;
    line-height: 50px;
    color: white;
    background-color: #454A4C; }
  .mobile-megamenu .sub_categories_list.expanded {
    /*max-height: 1000px;*/ }
.mobile-megamenu .menu {
  transition: all .7s; }
  .mobile-megamenu .menu.active {
    background-color: #ed2a7a;
    color: white; }

#content .sticky {
  display: none;
  position: fixed !important;
  top: -54px;
  width: 100%;
  left: 0;
  border-top: 0;
  margin-top: 0;
  background: white;
  z-index: 99999;
  border-top: 6px solid #ed2a7a; }
  @media (min-width: 992px) {
    #content .sticky {
      display: block; } }
  #content .sticky.fixed {
    margin-top: 54px; }
  #content .sticky #logo {
    display: block;
    width: 100px;
    padding-right: 2px; }
    #content .sticky #logo a {
      margin-top: 0;
      height: 50px; }
  #content .sticky .search-show {
    margin-top: 2px; }
    @media (min-width: 992px) {
      #content .sticky .search-show {
        margin-top: 0; } }
  #content .sticky #megamenu {
    position: fixed; }
  #content .sticky #banner_sub_nav {
    height: 48px;
    border-top: 0; }
  @media (min-width: 992px) {
    #content .sticky ul.news-nav, #content .sticky ul.news-nav-mobile {
      margin-left: 11px; } }
  #content .sticky ul.news-nav .section-title, #content .sticky ul.news-nav-mobile .section-title {
    margin-top: 0;
    height: 46px;
    background-color: white;
    margin-left: 9px;
    margin-right: -9px;
    width: 100px;
    color: #ed2a7a; }
  #content .sticky ul.news-nav .fa-caret-down, #content .sticky ul.news-nav-mobile .fa-caret-down {
    color: #ed2a7a;
    right: -7px; }
    @media (min-width: 1200px) {
      #content .sticky ul.news-nav .fa-caret-down, #content .sticky ul.news-nav-mobile .fa-caret-down {
        right: 8px; } }
  @media (min-width: 1200px) {
    #content .sticky .nav-inner {
      margin-left: 0; } }

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.events {
  position: relative;
  background-color: #eceff0;
  padding-bottom: 30px; }
  .events .container {
    position: relative; }
  .events .floating_title .section-title {
    float: none;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .events .floating_title .section-title {
        margin: 0;
        margin-left: 25px;
        float: left; } }
    .events .floating_title .section-title:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 0 !important;
      border-right: 0;
      border-top: 0;
      position: absolute;
      left: -50px; }
  .events .date {
    font-family: "ff-tisa-web-pro",serif;
    transition: opacity 1s;
    transition-delay: .2s; }

.events-ad-space {
  padding: 28px;
  margin: 0 auto 28px;
  float: none;
  max-width: 356px;
  background-color: white; }
  @media (min-width: 992px) {
    .events-ad-space {
      float: right;
      margin: 28px 0;
      width: 100%;
      height: 356px; } }
  .events-ad-space img {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%; }
  .events-ad-space .ad-text {
    font-family: "effra",sans-serif;
    margin-top: 1%;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #889ba1; }

.extra-details {
  bottom: 0;
  opacity: 0;
  transition: opacity .5s;
  transition-delay: .25s;
  color: white; }

.events-sidebar {
  width: 100%;
  float: right;
  margin-top: 8px; }
  @media (min-width: 992px) {
    .events-sidebar {
      padding-left: 28px;
      float: left;
      width: 33.33333%;
      float: left;
      margin-left: 66.66667%;
      margin-left: 0; } }

#events-landing .events-sidebar {
  margin-top: 0;
  position: relative; }

.events-text .date {
  color: #ed2a7a;
  font-style: italic;
  margin-bottom: 10px;
  transition: opacity .75s;
  transition-delay: .1s; }

.events-banner {
  background-color: black;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 290px;
  margin-bottom: -137px; }

.event-logo {
  display: none;
  height: 130px;
  width: 130px;
  float: left;
  position: relative;
  z-index: 400;
  margin-bottom: -72px; }
  @media (min-width: 992px) {
    .event-logo {
      display: block; } }
  .event-logo .logo-img {
    margin-left: 45px;
    margin-top: 30px;
    height: 130px;
    width: 130px;
    background-size: cover; }

.details-inner {
  background-color: #ed2a7a;
  padding: 50px 28px 29px; }

.event-details {
  display: none;
  width: 100%;
  position: relative;
  color: white;
  float: right;
  padding: 137px 0 0 0; }
  @media (min-width: 992px) {
    .event-details {
      display: block; } }
  .event-details img {
    position: absolute;
    left: 33px;
    top: -39px; }
  .event-details a.button.white-white {
    display: block;
    position: relative;
    bottom: 0;
    width: 100%; }
  .event-details .date {
    margin: 0 0 15px 0; }
  .event-details .details-body {
    margin: 0 0 70px 0;
    line-height: 1.7em; }
  .event-details h3 a.button {
    padding: 10px 65px; }
  .event-details h2 {
    margin: 15px 0; }
  .event-details h3 {
    width: 100%;
    text-align: center;
    float: none; }

.events .event-details {
  padding: 128px 0 0 0; }

.events-list {
  margin-top: 165px; }
  @media (min-width: 992px) {
    .events-list {
      margin-top: 137px;
      float: left;
      width: 66.66667%; } }

.events-list-item {
  position: relative;
  background-color: white;
  padding: 28px;
  height: 165px;
  margin: 28px 0;
  transition: all .75s;
  transition-delay: .1s;
  max-width: 741px;
  overflow: hidden; }
  .events-list-item .events-text, .events-list-item .events-register {
    display: inline-block; }
  .events-list-item .event-image {
    display: none;
    width: 25%;
    height: 100%;
    overflow: hidden;
    text-align: center; }
    .events-list-item .event-image img {
      margin: 0 -100%; }
    @media (min-width: 992px) {
      .events-list-item .event-image {
        display: inline-block; } }
  .events-list-item .events-text {
    vertical-align: top;
    padding-left: 3%;
    width: 52%; }
    .events-list-item .events-text p {
      font-size: .9em; }
      @media (min-width: 992px) {
        .events-list-item .events-text p {
          font-size: 1em; } }
  .events-list-item .events-register {
    float: right;
    font-family: "effra",sans-serif;
    text-align: center; }
    .events-list-item .events-register .button {
      padding: 7px 16px; }
      @media (min-width: 992px) {
        .events-list-item .events-register .button {
          padding: 10px 25px; } }
  .events-list-item .events-title {
    font-family: "effra",sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    transition: all .75s;
    transition-delay: .1s; }
    @media (min-width: 992px) {
      .events-list-item .events-title {
        font-size: 1.5em; }
        .events-list-item .events-title.long {
          font-size: 1.3em; } }
    @media (min-width: 1200px) {
      .events-list-item .events-title {
        font-size: 2em;
        font-weight: bold;
        font-family: "effra",sans-serif;
        font-size: 1.8em; }
        .events-list-item .events-title.long {
          font-size: 1.5em; } }
  .events-list-item hr {
    color: #dfdfdf;
    margin: 35px 0 15px 0; }
  .events-list-item .events-location, .events-list-item .view-details a, .events-list-item .event-details {
    font-family: "effra",sans-serif;
    transition: all .75s;
    transition-delay: .1s; }
  .events-list-item .events-location {
    margin-bottom: -10px; }
  .events-list-item .event-details {
    transition: all .6s; }
  .events-list-item .view-details {
    font-weight: bold; }
    .events-list-item .view-details a {
      text-decoration: none;
      color: black; }
  .events-list-item:hover {
    background-color: black; }
    .events-list-item:hover .date {
      /*display: none;*/
      opacity: 0; }
    .events-list-item:hover .events-title {
      margin-top: -30px;
      transition: all .75s;
      transition-delay: .1s; }
    .events-list-item:hover .extra-details {
      display: block;
      bottom: 25%;
      opacity: 1;
      transition: all .75s;
      transition-delay: .1s; }
    .events-list-item:hover .events-title, .events-list-item:hover .view-details {
      color: white; }
      .events-list-item:hover .events-title a, .events-list-item:hover .view-details a {
        color: white; }
  .events-list-item.highlighted-event {
    display: block;
    background-color: #ed2a7a;
    color: white; }
    @media (min-width: 992px) {
      .events-list-item.highlighted-event {
        display: none; } }
    .events-list-item.highlighted-event .date {
      color: white; }
    .events-list-item.highlighted-event:hover .events-location {
      color: #ed2a7a; }
    .events-list-item.highlighted-event .button.pink {
      border: solid  white 2px;
      color: white; }

.section_heading {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  height: 50px;
  overflow: visible;
  width: 100%; }
  .section_heading #heading {
    overflow: visible;
    position: relative; }
  .section_heading .section-title {
    position: absolute; }

footer {
  position: relative;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-family: "effra",sans-serif; }
  footer #logo {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      footer #logo {
        width: 230px;
        padding-left: 50px; } }
  footer #logo a {
    background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/logo/fedscoop_reverse.svg");
    max-width: 200px;
    margin: 0 auto;
    float: none; }
    @media (min-width: 992px) {
      footer #logo a {
        margin: 0 30px 0 0;
        height: 64px; } }
  footer a {
    text-decoration: none;
    color: white; }
    footer a:hover {
      color: #ed2a7a; }
  footer .row {
    margin: 10px 0; }
    @media (min-width: 992px) {
      footer .row {
        margin: 40px 0 30px 0; } }
  footer .footer-content {
    width: auto;
    margin: 0 auto; }
    @media (min-width: 992px) {
      footer .footer-content {
        width: 800px; } }
  footer ul {
    font-size: 1em;
    max-height: 300px;
    width: 100%;
    /*display: inline-block;*/
    margin: 0 auto; }
    @media (min-width: 992px) {
      footer ul {
        width: 540px; } }
    footer ul li {
      width: 100%;
      text-align: center;
      line-height: 2em;
      text-transform: uppercase;
      display: block;
      float: left;
      list-style-type: none; }
      @media (min-width: 992px) {
        footer ul li {
          text-align: left;
          width: 180px; } }
  footer .footer-menu {
    width: 70%;
    display: block;
    margin: 0 auto 30px auto;
    overflow: hidden; }
    @media (min-width: 992px) {
      footer .footer-menu {
        display: inline-block;
        float: right;
        width: 540px; } }
    @media (min-width: 768px) {
      footer .footer-menu li {
        display: block; } }
    @media (min-width: 992px) {
      footer .footer-menu li {
        display: inline-block; } }
  footer .footer-scoops {
    display: inline-block;
    margin: 0 auto; }
    @media (min-width: 992px) {
      footer .footer-scoops {
        width: 300px; } }
  footer .footer-social {
    position: relative;
    min-height: 40px;
    line-height: 60px;
    color: white;
    width: 100%;
    border-top: 1px dashed #889ba1;
    text-align: center; }
    footer .footer-social ul {
      text-align: center;
      display: inline-block;
      margin-top: 10px;
      width: auto; }
      @media (min-width: 992px) {
        footer .footer-social ul {
          width: 387px; } }
    footer .footer-social li {
      display: inline;
      width: auto;
      margin-bottom: 20px; }
    footer .footer-social .fa {
      font-size: 1.2em;
      margin: 0 15px;
      transition: all .1s; }
      footer .footer-social .fa:hover {
        color: #ed2a7a; }

.back-to-top {
  float: right; }
  .back-to-top a {
    color: white;
    text-decoration: none; }
    .back-to-top a:hover {
      color: inherit; }

.copyright {
  color: white;
  background-color: #ed2a7a;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 10px;
  font-family: "effra",sans-serif;
  position: relative;
  bottom: 0;
  font-size: .4em; }
  .copyright h3 {
    display: inline; }
  @media (min-width: 768px) {
    .copyright {
      font-size: 1em; } }

.daily-scoop {
  padding: 28px 0;
  background-color: black;
  margin: 0 0 55px 0; }
  .daily-scoop .white-logo {
    display: block; }
  .daily-scoop .black-logo {
    display: none; }
  @media (min-width: 992px) {
    .daily-scoop {
      padding: 0;
      height: 260px; } }
  @media (min-width: 992px) {
    .daily-scoop {
      margin: 0; } }
  .daily-scoop .scoop-wrap {
    position: relative;
    margin-top: 0; }
    .daily-scoop .scoop-wrap .white-logo, .daily-scoop .scoop-wrap form {
      display: block; }
      @media (min-width: 992px) {
        .daily-scoop .scoop-wrap .white-logo, .daily-scoop .scoop-wrap form {
          display: inline-table; } }
    .daily-scoop .scoop-wrap form {
      float: none;
      margin: 0 auto;
      width: 90%; }
      @media (min-width: 992px) {
        .daily-scoop .scoop-wrap form {
          float: right;
          width: 70%; } }
      @media (min-width: 1200px) {
        .daily-scoop .scoop-wrap form {
          width: auto; } }
    .daily-scoop .scoop-wrap > div {
      width: 45%;
      float: none;
      margin: 0 auto; }
      @media (min-width: 992px) {
        .daily-scoop .scoop-wrap > div {
          float: left;
          margin-top: 77px;
          width: 23%; } }
      @media (min-width: 1200px) {
        .daily-scoop .scoop-wrap > div {
          margin-top: 38px;
          width: 25%; } }
    @media (min-width: 992px) {
      .daily-scoop .scoop-wrap {
        margin-top: 5%; } }
  .daily-scoop img, .daily-scoop .signup {
    display: block; }
    @media (min-width: 992px) {
      .daily-scoop img, .daily-scoop .signup {
        display: inline-block; } }
  .daily-scoop img {
    /*width: 45%;
    @include medium() {
    	width: 25%;	
    }*/
    width: 100%;
    top: 100%;
    margin: 0 auto 5% auto; }
    @media (min-width: 992px) {
      .daily-scoop img {
        margin: 0 1% 0 0;
        margin-bottom: -30px; } }
  .daily-scoop .signup {
    text-align: center; }
    @media (min-width: 992px) {
      .daily-scoop .signup {
        width: 60%; } }
    @media (min-width: 1200px) {
      .daily-scoop .signup {
        margin: 0 0 0 0;
        width: auto; } }
    .daily-scoop .signup p#text {
      font-size: 1.5em;
      line-height: 1.2em;
      color: white;
      font-style: italic;
      margin-bottom: 30px; }
    .daily-scoop .signup p span {
      color: #ed2a7a; }
  .daily-scoop .btn {
    /*margin-right:70px; */ }
    @media (min-width: 992px) {
      .daily-scoop .btn {
        float: none;
        margin-left: 30px;
        margin-top: 80px; } }
    @media (min-width: 1200px) {
      .daily-scoop .btn {
        margin-top: 55px; } }
  .daily-scoop .row {
    position: absolute; }
  .daily-scoop h3 {
    display: inline; }
  .daily-scoop span .button {
    position: relative;
    padding: 14px 40px;
    text-align: center;
    display: block;
    width: 90%;
    margin: 0 auto;
    background-color: black; }
    @media (min-width: 992px) {
      .daily-scoop span .button {
        width: auto;
        margin: 0;
        display: inline-block; } }
    .daily-scoop span .button:hover {
      border-color: #ed2a7a; }
  .daily-scoop input {
    font-family: "effra",sans-serif;
    width: 90%;
    font-size: 1.1em;
    padding: 15px 15px;
    border: 0;
    float: none;
    max-width: 700px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .daily-scoop input {
        width: 100%; } }
    .daily-scoop input:focus {
      outline: none; }

#subscribe-page .white-logo {
  display: none; }
#subscribe-page .black-logo {
  display: block; }
@media (min-width: 992px) {
  #subscribe-page {
    min-height: 380px; } }
#subscribe-page .daily-scoop {
  background-color: white; }
  @media (min-width: 992px) {
    #subscribe-page .daily-scoop {
      margin-top: 100px; } }
  #subscribe-page .daily-scoop #text {
    color: black; }
  #subscribe-page .daily-scoop input {
    border: 1px solid #d7d7d7; }

#content .content p {
  display: none; }
  @media (min-width: 992px) {
    #content .content p {
      display: block;
      font-size: 1.5em; } }
#content .gallery .img-2 h1 {
  font-size: 1.5em; }
#content .gallery .img-3 h1, #content .gallery .img-4 h1, #content .gallery .img-5 h1 {
  font-size: 1.8em; }
#content .gallery .img-4, #content .gallery .img-5 {
  display: none; }
  @media (min-width: 992px) {
    #content .gallery .img-4, #content .gallery .img-5 {
      display: block; } }

#gallery_wrap {
  position: relative; }

#gallery_title .floating_title {
  z-index: 999; }
#gallery_title .section-title {
  float: none;
  margin: 0 auto; }
  @media (min-width: 992px) {
    #gallery_title .section-title {
      float: left;
      margin-left: 25px; } }

.gallery {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background-color: black;
  z-index: 800; }
  @media (min-width: 1200px) {
    .gallery {
      min-height: 480px; } }
  .gallery .inner {
    background-color: #ed2a7a; }
  .gallery > .section-title {
    float: left;
    margin-right: -40%;
    margin-top: -25px;
    margin-left: 150px;
    position: relative; }
  .gallery .text .content_date {
    margin-top: 10px;
    opacity: 0;
    transition: opacity .7s;
    transition-delay: .25s; }
  .gallery .caption {
    position: absolute;
    left: 10%;
    color: white; }
  .gallery .img-1 .caption {
    left: 20%; }
  .gallery .image {
    -webkit-transition: opacity .7s ease-in-out;
    -moz-transition: opacity .7s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out; }
    .gallery .image:hover {
      opacity: .7;
      cursor: pointer; }
  .gallery .img-1 {
    float: left;
    width: 100%;
    padding-top: 80%; }
    @media (min-width: 992px) {
      .gallery .img-1 {
        width: 40%;
        padding-top: 40%; } }
  .gallery .img-2 {
    float: left;
    width: 50%;
    padding-top: 35%; }
    @media (min-width: 992px) {
      .gallery .img-2 {
        width: 40%;
        padding-top: 20%; } }
  .gallery .img-3 {
    float: left;
    width: 50%;
    padding-top: 35%; }
    @media (min-width: 992px) {
      .gallery .img-3 {
        width: 20%;
        padding-top: 20%; } }
  .gallery .img-4 {
    float: left;
    width: 20%;
    padding-top: 20%; }
  .gallery .img-5 {
    float: left;
    width: 20%;
    padding-top: 20%; }
  .gallery .fedsclusive {
    background-color: black;
    float: left;
    width: 100%;
    padding: 5% 0 5% 0;
    text-align: center; }
    @media (min-width: 992px) {
      .gallery .fedsclusive {
        width: 20%;
        padding: 20% 0 0 0; } }
    .gallery .fedsclusive .content {
      color: #ed2a7a;
      position: relative; }
      @media (min-width: 992px) {
        .gallery .fedsclusive .content {
          margin-top: -80%; } }
      .gallery .fedsclusive .content p:first-child {
        color: white;
        margin-bottom: 5%; }
      .gallery .fedsclusive .content p {
        padding-top: 0;
        font-style: italic;
        margin-bottom: 15%; }
  .gallery .img-1, .gallery .img-2, .gallery .img-3, .gallery .img-4, .gallery .img-5 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border: none;
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .gallery .inactive {
    opacity: .3; }
  .gallery .img-scale {
    position: relative;
    z-index: 999;
    -o-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    -moz-transform: scale(1.4, 1.4);
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    opacity: 1; }
    .gallery .img-scale:hover {
      opacity: 1; }
    @media (min-width: 992px) {
      .gallery .img-scale.img-3 {
        -o-transform: scale(1.4, 1.4) translate(-30px, 35px);
        -ms-transform: scale(1.4, 1.4) translate(-30px, 35px);
        -moz-transform: scale(1.4, 1.4) translate(-30px, 35px);
        -webkit-transform: scale(1.4, 1.4) translate(-30px, 35px);
        transform: scale(1.4, 1.4) translate(-30px, 35px); } }
    .gallery .img-scale.img-1 {
      -o-transform: scale(1.4, 1.4) translate(30px, 0);
      -ms-transform: scale(1.4, 1.4) translate(30px, 0);
      -moz-transform: scale(1.4, 1.4) translate(30px, 0);
      -webkit-transform: scale(1.4, 1.4) translate(30px, 0);
      transform: scale(1.4, 1.4) translate(30px, 0); }

.gallery-popup {
  display: none;
  width: 600px;
  height: 400px;
  top: 50%;
  left: 50%;
  position: fixed;
  margin-left: -350px;
  margin-top: -250px;
  z-index: 99999; }
  .gallery-popup .caption {
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.8); }
    .gallery-popup .caption p {
      font-family: "effra",sans-serif;
      margin: 10px 30px 0; }
      @media (min-width: 992px) {
        .gallery-popup .caption p {
          margin: 10px 100px 0; } }
      .gallery-popup .caption p span {
        margin-left: 20px;
        font-family: "ff-tisa-web-pro",serif;
        font-size: 1em;
        font-weight: normal;
        font-style: italic;
        font-weight: bold; }
        .gallery-popup .caption p span a {
          color: #ed2a7a;
          text-decoration: none; }

.iw-modalOverlay {
  background: #000;
  opacity: .6;
  z-index: 99997; }

.img-1-overlay, .img-2-overlay, .img-3-overlay, .img-4-overlay, .img-5-overlay {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.floating_title {
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  z-index: 9999; }
  .floating_title .section-title {
    margin-left: 25px; }

.section-title {
  background-color: #ed2a7a;
  color: white;
  height: 50px;
  top: -1px;
  width: 235px;
  text-transform: uppercase;
  z-index: 13; }
  .csstransforms .section-title {
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
    float: left; }
    .csstransforms .section-title h2 {
      line-height: 50px;
      text-align: center;
      font-size: 1.5em;
      -webkit-transform: skew(45deg) !important;
      -moz-transform: skew(45deg) !important;
      -ms-transform: skew(45deg) !important;
      -o-transform: skew(45deg) !important;
      transform: skew(45deg) !important; }
  .no-js .section-title, .no-csstransforms .section-title {
    background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/section-title-polygon.png"); }
    .no-js .section-title h2, .no-csstransforms .section-title h2 {
      text-align: center;
      line-height: 50px;
      font-size: 1.5em; }

.list .title-wrap {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2; }
  .list .title-wrap .section-title {
    float: none;
    margin: -1px auto 0 auto; }
    @media (min-width: 992px) {
      .list .title-wrap .section-title {
        width: 60%; } }
    @media (min-width: 1200px) {
      .list .title-wrap .section-title {
        width: 235px; } }

@media (min-width: 1200px) {
  .ad {
    border: 1px solid #e2e2e2; } }

.ad_300 {
  padding: 28px;
  width: 100% !important;
  height: auto !important; }
  @media (min-width: 992px) {
    .ad_300 {
      padding: 28px 0; } }
  @media (min-width: 1200px) {
    .ad_300 {
      padding: 28px; } }
  .ad_300 iframe {
    width: 100% !important; }
    .ad_300 iframe img {
      width: 100% !important;
      height: 100% !important; }

.ad_style img {
  width: 100% !important;
  height: 100% !important; }

.events-sidebar .ad_300 {
  padding-left: 0;
  padding-right: 0;
  float: right;
  margin-top: 28px; }
  .events-sidebar .ad_300 > div {
    margin: 0 auto;
    width: 300px; }

.full-width-ad {
  display: none;
  background-color: #eceff0;
  padding-bottom: 81px;
  padding-top: 81px;
  width: 100%; }
  @media (min-width: 992px) {
    .full-width-ad {
      display: block; } }
  .full-width-ad > .container > div {
    width: 728px;
    margin: 0 auto; }
  .full-width-ad img {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .full-width-ad .ad-text {
    font-family: "effra",sans-serif;
    margin-top: 1%;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #889ba1;
    text-align: center; }

#footer-ad {
  display: none; }
  @media (min-width: 992px) {
    #footer-ad {
      display: block; } }

.homepage-large-ad {
  display: none;
  background-color: #eceff0;
  padding-bottom: 81px;
  padding-top: 81px;
  width: 100%; }
  @media (min-width: 992px) {
    .homepage-large-ad {
      display: block; } }
  .homepage-large-ad > .container > div {
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 992px) {
      .homepage-large-ad > .container > div {
        width: 728px; } }
    @media (min-width: 1200px) {
      .homepage-large-ad > .container > div {
        width: 1124px; } }
  .homepage-large-ad img {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .homepage-large-ad .ad-text {
    font-family: "effra",sans-serif;
    margin-top: 1%;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #889ba1;
    text-align: center; }

#footer-ad {
  display: none; }
  @media (min-width: 992px) {
    #footer-ad {
      display: block; } }

#share_bar {
  position: absolute;
  top: 0px;
  border: 1px solid #d7d7d7;
  width: 60px;
  display: none; }
  @media (min-width: 992px) {
    #share_bar {
      display: block;
      left: 0px; } }
  #share_bar .share_icon {
    background-color: white; }
    #share_bar .share_icon a {
      border-bottom: 1px solid #e2e2e2;
      color: #bdccd1;
      display: block;
      font-size: 2em;
      height: 63px;
      text-align: center; }
      #share_bar .share_icon a i {
        padding-top: 16.5px; }
      #share_bar .share_icon a.last {
        border-bottom: none; }
      #share_bar .share_icon a:hover {
        color: white;
        background-color: #ed2a7a; }
    #share_bar .share_icon#more_options a {
      display: block;
      height: 75px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 16.5px;
      padding-top: 16.5px;
      width: 100%; }
      #share_bar .share_icon#more_options a div {
        background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/grid_control/down_arrow.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 26px 15px;
        height: 15px;
        margin-bottom: 0px;
        margin-top: 0px;
        width: 100%;
        transition: all .5s; }
        #share_bar .share_icon#more_options a div:nth-of-type(1) {
          transition-delay: 0s; }
        #share_bar .share_icon#more_options a div:nth-of-type(2) {
          transition-delay: .20s; }
        #share_bar .share_icon#more_options a div:nth-of-type(3) {
          transition-delay: .40s; }
  #share_bar.fixed {
    position: fixed;
    top: 85px;
    left: 16px;
    z-index: 1; }

.list ul li {
  overflow: hidden;
  padding-bottom: 26px;
  padding-top: 26px; }
  .list ul li .details {
    float: left;
    max-width: 200px;
    width: 58%; }
  .list ul li .image {
    float: right;
    height: 62px;
    margin-left: 10px;
    position: relative;
    width: 112px; }
    .list ul li .image .color_overlay {
      background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.5)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* IE10+ */
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#80000000',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      height: 62px;
      position: absolute;
      width: 112px; }
    .list ul li .image .overlay {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 39px 39px;
      height: 62px;
      position: absolute;
      width: 112px; }
      .list ul li .image .overlay.radio_overlay {
        background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/listen.svg"); }
      .list ul li .image .overlay.tv_overlay {
        background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/play.svg"); }
    .list ul li .image img {
      width: 112px;
      height: 62px; }
  .list ul li p {
    margin-bottom: 12px; }
  .list ul li h3 {
    font-weight: bold;
    font-size: 1.250em; }
.list .view_all a {
  font-family: "effra",sans-serif;
  color: #889ba1;
  display: block;
  font-size: 0.750em;
  margin-bottom: 40px;
  margin-top: 20px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase; }
  .list .view_all a:hover {
    color: #ed2a7a; }

.search-sort {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 30px; }
  @media (min-width: 992px) {
    .search-sort {
      text-align: right;
      margin-top: -10px;
      width: 100%; } }
  .search-sort .filter {
    display: inline-block; }
    .search-sort .filter ul {
      margin: 0 !important; }
      .search-sort .filter ul li {
        display: inline-block; }
        .search-sort .filter ul li a {
          font-family: "effra",sans-serif;
          font-size: .9em;
          color: #889ba1;
          display: block;
          height: 26px;
          line-height: 26px;
          padding: 0 15px;
          text-decoration: none;
          text-transform: uppercase; }
          .search-sort .filter ul li a .fa-chevron-down {
            display: none;
            position: relative;
            top: -1px;
            font-size: 14px;
            padding-right: 5px; }
            .search-sort .filter ul li a .fa-chevron-down:before {
              content: ""; }
        .search-sort .filter ul li.active, .search-sort .filter ul li:hover {
          background-color: #ed2a7a; }
          .search-sort .filter ul li.active a, .search-sort .filter ul li:hover a {
            color: white; }
        .search-sort .filter ul li.active .fa-chevron-down {
          display: inline-block; }
        .search-sort .filter ul li.date-toggle.up .fa-chevron-down:before {
          content: ""; }

.content_grid_wrap .content_grid .grid_or_list {
  display: none;
  height: 60px;
  line-height: 60px;
  font-size: 1.3em;
  margin-bottom: 28px;
  border-bottom: 1px solid #e2e2e2; }
  @media (min-width: 992px) {
    .content_grid_wrap .content_grid .grid_or_list {
      display: block; } }
  .content_grid_wrap .content_grid .grid_or_list span:first-child {
    font-style: italic;
    float: none;
    display: block;
    text-align: center; }
    @media (min-width: 992px) {
      .content_grid_wrap .content_grid .grid_or_list span:first-child {
        display: inline;
        float: left; } }
  .content_grid_wrap .content_grid .grid_or_list span:last-child {
    display: none;
    color: #889ba1;
    float: right; }
    @media (min-width: 992px) {
      .content_grid_wrap .content_grid .grid_or_list span:last-child {
        display: inline; } }
    .content_grid_wrap .content_grid .grid_or_list span:last-child input {
      display: none; }
    .content_grid_wrap .content_grid .grid_or_list span:last-child .fa {
      transition: all .2s; }
    .content_grid_wrap .content_grid .grid_or_list span:last-child label.ps-checked {
      margin: 0 5px; }
    .content_grid_wrap .content_grid .grid_or_list span:last-child label input:checked + .fa {
      color: #ed2a7a; }
.content_grid_wrap .content_grid .list, .content_grid_wrap .content_grid .grid {
  transition: all .5s;
  overflow: hidden; }
.content_grid_wrap .content_grid .list {
  display: none; }
.content_grid_wrap .content_grid .list-hide {
  opacity: 0;
  transform: translateX(-500px);
  display: none; }
.content_grid_wrap .content_grid .grid-hide {
  opacity: 0;
  transform: translateX(500px);
  display: none; }
.content_grid_wrap .content_grid .inner_grid {
  /***********************************************/
  /***********************************************/ }
  .content_grid_wrap .content_grid .inner_grid .explore_row {
    overflow: hidden; }
    @media (min-width: 992px) {
      .content_grid_wrap .content_grid .inner_grid .explore_row {
        margin-bottom: 28px; } }
    .content_grid_wrap .content_grid .inner_grid .explore_row .headline {
      font-size: 2em;
      font-weight: bold;
      font-family: "effra",sans-serif;
      font-size: 1.7em;
      margin-bottom: 10px; }
  .content_grid_wrap .content_grid .inner_grid .explore_row .explore_l {
    float: none;
    margin: 0 auto 28px; }
    @media (min-width: 992px) {
      .content_grid_wrap .content_grid .inner_grid .explore_row .explore_l {
        float: left;
        margin: 0; } }
  .content_grid_wrap .content_grid .inner_grid .explore_row .explore_r {
    float: none;
    margin: 0 auto 28px; }
    @media (min-width: 992px) {
      .content_grid_wrap .content_grid .inner_grid .explore_row .explore_r {
        float: right;
        margin: 0; } }
  .content_grid_wrap .content_grid .inner_grid .list-content .explore_row {
    overflow: hidden; }
    @media (min-width: 992px) {
      .content_grid_wrap .content_grid .inner_grid .list-content .explore_row {
        margin-bottom: 28px; } }
    .content_grid_wrap .content_grid .inner_grid .list-content .explore_row .headline {
      font-size: 2em;
      font-weight: bold;
      font-family: "effra",sans-serif;
      font-size: 1.7em;
      margin-bottom: 10px; }
  .content_grid_wrap .content_grid .inner_grid .list-content .explore_row .explore_l {
    float: none;
    margin-bottom: 28px; }
  .content_grid_wrap .content_grid .inner_grid .list-content .explore_row .explore_r {
    float: none; }
    @media (min-width: 992px) {
      .content_grid_wrap .content_grid .inner_grid .list-content .explore_row .explore_r {
        margin: 0; } }

.pagination {
  /*
  	.current-page{ //to add to 
  		background-color: $fedscoop-pink;
  		color: white;
  		height: 50px;
  		//margin: -25px 0 0 0;
  		top: -1px;
  		width: 50px;
  		text-transform: uppercase;
  		z-index: 13;
  	@include yep ("csstransforms") {
  		-webkit-transform: skew(-45deg);
  	  -moz-transform: skew(-45deg);
  	  -ms-transform: skew(-45deg);
  	  -o-transform: skew(-45deg);
  	  transform: skew(-45deg); 
  	  float: left;
  	  h3{
  	  	line-height: 50px;
  		  text-align: center;
  		  -webkit-transform: skew(45deg) !important;
  		  -moz-transform: skew(45deg) !important;
  		  -ms-transform: skew(45deg) !important;
  		  -o-transform: skew(45deg) !important;
  		  transform: skew(45deg) !important; 
  	  }
  	}
  	@include nope ("csstransforms") {
  		background-image: url('http://fedscoop.nclud.com/assets/img/icons/section-title-polygon.png');
  		h2{
  			text-align: center;
  			line-height: 50px;
  		}
  	}
  }
  */ }
  .pagination.small {
    display: block; }
    @media (min-width: 992px) {
      .pagination.small {
        display: none; } }
  .pagination.large {
    display: none; }
    @media (min-width: 992px) {
      .pagination.large {
        display: block; } }
  .pagination ul {
    display: block;
    margin: 50px auto;
    text-align: center; }
    @media (min-width: 992px) {
      .pagination ul {
        margin: 100px auto 200px auto; } }
    .pagination ul a {
      font-family: "effra",sans-serif;
      color: black;
      font-size: 1.3em;
      font-weight: bold;
      text-decoration: none;
      display: block;
      min-width: 25px; }
      .pagination ul a:hover {
        color: #ed2a7a; }
      .pagination ul a.active {
        color: white;
        background-color: #ed2a7a;
        color: white;
        height: 20px;
        top: -1px;
        width: 50px;
        text-transform: uppercase;
        z-index: 13; }
        .csstransforms .pagination ul a.active {
          -webkit-transform: skew(-45deg);
          -moz-transform: skew(-45deg);
          -ms-transform: skew(-45deg);
          -o-transform: skew(-45deg);
          transform: skew(-45deg); }
          .csstransforms .pagination ul a.active h3 {
            line-height: 20px;
            text-align: center;
            -webkit-transform: skew(45deg) !important;
            -moz-transform: skew(45deg) !important;
            -ms-transform: skew(45deg) !important;
            -o-transform: skew(45deg) !important;
            transform: skew(45deg) !important; }
        .no-js .pagination ul a.active, .no-csstransforms .pagination ul a.active {
          background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/section-title-polygon.png"); }
          .no-js .pagination ul a.active h2, .no-csstransforms .pagination ul a.active h2 {
            text-align: center;
            line-height: 50px; }
    .pagination ul li {
      display: inline-block;
      margin-right: 10px; }
      .pagination ul li > h3 {
        font-size: 1.3em;
        font-weight: bold; }

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

h1 {
  font-size: 2.2em; }
  @media (min-width: 992px) {
    h1 {
      font-size: 3em;
      font-weight: bold;
      margin-bottom: 35px;
      font-family: "effra",sans-serif; } }

h2 {
  font-size: 1.7em; }
  @media (min-width: 992px) {
    h2 {
      font-size: 2em;
      font-weight: bold;
      font-family: "effra",sans-serif; } }

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

#two_column_wrap {
  overflow: hidden;
  width: 100%;
  /*
  	#left_column, #right_column{
  		padding-bottom: 1000em;
  		margin-bottom: -1000em;
  	}
  */ }
  #two_column_wrap .container {
    position: relative; }
  @media (min-width: 992px) {
    #two_column_wrap #left_column {
      margin-right: 28px;
      float: left;
      float: left;
      width: 66.66667%;
      margin-right: 0; } }
  @media (min-width: 1200px) {
    #two_column_wrap #left_column {
      width: 741px; } }
  #two_column_wrap #right_column {
    position: relative; }
    #two_column_wrap #right_column a {
      text-decoration: none;
      color: black;
      transition: all .1s; }
      #two_column_wrap #right_column a:hover {
        color: #ed2a7a; }
    @media (min-width: 992px) {
      #two_column_wrap #right_column {
        float: right;
        float: left;
        width: 33.33333%;
        padding-left: 28px; } }
    @media (min-width: 1200px) {
      #two_column_wrap #right_column {
        margin-left: 28px;
        padding-left: 0;
        width: 355px; } }
  #two_column_wrap .search-left, #two_column_wrap .search-right {
    margin-top: 28px; }

#content .content_polygon {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  #content .content_polygon .description {
    display: none; }
  #content .content_polygon a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  #content .content_polygon .byline {
    display: none; }
    @media (min-width: 992px) {
      #content .content_polygon .byline {
        display: block; } }
  #content .content_polygon .polygon_content {
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C */
    height: 100%;
    position: relative;
    width: 100%; }
  #content .content_polygon .overlay_content {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 1s;
    top: 0;
    z-index: 550; }
    #content .content_polygon .overlay_content .content_type {
      position: absolute;
      top: 29px;
      left: 27px; }
      #content .content_polygon .overlay_content .content_type p {
        background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/triangle_top_left.svg");
        padding-left: 28px;
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: left center;
        font-family: "effra",sans-serif;
        color: white;
        font-size: 1em;
        font-weight: bold;
        text-transform: uppercase; }
    #content .content_polygon .overlay_content .text {
      position: absolute;
      width: 75%;
      transition: all .75s;
      transition-delay: .1s; }
      #content .content_polygon .overlay_content .text h2 {
        color: white; }
      #content .content_polygon .overlay_content .text .byline, #content .content_polygon .overlay_content .text .content_date {
        color: white;
        font-style: italic; }
      #content .content_polygon .overlay_content .text .content_date {
        margin-top: 10px;
        opacity: 0;
        transition: opacity .5s;
        transition-delay: .25s; }
  #content .content_polygon.grid {
    position: relative;
    margin: 0 auto 15px; }
    @media (min-width: 992px) {
      #content .content_polygon.grid {
        position: absolute;
        margin: 0; } }
  #content .content_polygon.large {
    height: 250px;
    width: 90%; }
    @media (min-width: 992px) {
      #content .content_polygon.large {
        height: 325.34698px;
        width: 580.79181px; } }
    @media (min-width: 1200px) {
      #content .content_polygon.large {
        height: 377px;
        width: 673px; } }
    #content .content_polygon.large .text {
      bottom: 0px;
      left: 30px; }
      #content .content_polygon.large .text h2 {
        font-size: 1.575em; }
        @media (min-width: 768px) {
          #content .content_polygon.large .text h2 {
            font-size: 2.213em; } }
        @media (min-width: 1200px) {
          #content .content_polygon.large .text h2 {
            font-size: 2.813em; } }
      #content .content_polygon.large .text .byline, #content .content_polygon.large .text .content_date {
        font-size: 1.125em; }
      #content .content_polygon.large .text .byline {
        margin-bottom: 1em;
        /*display: block;*/ }
  #content .content_polygon.medium {
    height: 250px;
    width: 90%; }
    @media (min-width: 992px) {
      #content .content_polygon.medium {
        height: 214.88434px;
        width: 385.75623px; } }
    @media (min-width: 1200px) {
      #content .content_polygon.medium {
        height: 249px;
        width: 447px; } }
    #content .content_polygon.medium .text {
      bottom: 0px;
      left: 30px; }
      #content .content_polygon.medium .text h2 {
        font-size: 1.575em; }
        @media (min-width: 768px) {
          #content .content_polygon.medium .text h2 {
            font-size: 2.213em; } }
        @media (min-width: 992px) {
          #content .content_polygon.medium .text h2 {
            font-size: 1.575em; } }
        @media (min-width: 1200px) {
          #content .content_polygon.medium .text h2 {
            font-size: 1.875em; } }
      #content .content_polygon.medium .text .byline, #content .content_polygon.medium .text .content_date {
        font-size: .875em; }
      #content .content_polygon.medium .text .byline {
        margin-bottom: .5em; }
  #content .content_polygon.small {
    height: 250px;
    width: 90%; }
    @media (min-width: 992px) {
      #content .content_polygon.small {
        height: 107.01068px;
        width: 191.58363px; } }
    @media (min-width: 1200px) {
      #content .content_polygon.small {
        height: 124px;
        width: 222px; } }
    #content .content_polygon.small .text {
      bottom: 0px;
      left: 30px; }
      #content .content_polygon.small .text h2 {
        font-size: 1.575em; }
        @media (min-width: 768px) {
          #content .content_polygon.small .text h2 {
            font-size: 2.213em; } }
        @media (min-width: 992px) {
          #content .content_polygon.small .text h2 {
            font-size: 1em; } }
      #content .content_polygon.small .text .byline, #content .content_polygon.small .text .content_date {
        font-size: .875em; }
      #content .content_polygon.small .text .byline {
        margin-bottom: .5em; }
  #content .content_polygon.explore {
    width: 90%;
    height: 251px; }
    @media (min-width: 992px) {
      #content .content_polygon.explore {
        width: 48%;
        max-width: none; } }
    @media (min-width: 1200px) {
      #content .content_polygon.explore {
        width: 357px; } }
    #content .content_polygon.explore .text {
      bottom: 0px;
      left: 30px; }
      #content .content_polygon.explore .text h2 {
        font-size: 1.500em; }
      #content .content_polygon.explore .text .byline {
        margin-bottom: .5em; }
  #content .content_polygon.read_next {
    height: 175px;
    width: 100%; }
    @media (min-width: 1200px) {
      #content .content_polygon.read_next {
        width: 315px; } }
    #content .content_polygon.read_next .text {
      bottom: 0px;
      left: 30px; }
      #content .content_polygon.read_next .text h2 {
        font-size: 1.375em; }
      #content .content_polygon.read_next .text .byline {
        margin-bottom: .5em; }
  #content .content_polygon.tv_feature {
    width: 95%;
    height: 50%;
    margin: 0 auto 28px auto;
    float: none; }
    #content .content_polygon.tv_feature .text {
      bottom: 0px;
      left: 30px; }
      #content .content_polygon.tv_feature .text h2 {
        font-size: 1.500em; }
    @media (min-width: 992px) {
      #content .content_polygon.tv_feature {
        float: left;
        width: 47%;
        height: 369px;
        margin: 0; } }
    @media (min-width: 1200px) {
      #content .content_polygon.tv_feature {
        width: 551px; } }
  #content .content_polygon.b_r.large:after {
    border-bottom: 86px solid white;
    border-left: 86px solid transparent; }
    @media (min-width: 992px) {
      #content .content_polygon.b_r.large:after {
        border-bottom: 133px solid white;
        border-left: 133px solid transparent; } }
  #content .content_polygon.b_r.medium:after {
    border-bottom: 86px solid white;
    border-left: 86px solid transparent; }
  #content .content_polygon.b_r.small.banner:after {
    border-bottom: 43px solid black; }
  #content .content_polygon.b_r.small:after {
    border-bottom: 86px solid white;
    border-left: 86px solid transparent; }
    @media (min-width: 992px) {
      #content .content_polygon.b_r.small:after {
        border-bottom: 43px solid white;
        border-left: 43px solid transparent; } }
  #content .content_polygon.b_r.explore:after {
    border-bottom: 86px solid white;
    border-left: 86px solid transparent; }
  #content .content_polygon.b_r.tv_feature:after {
    border-bottom: 106px solid white;
    border-left: 106px solid transparent; }
  #content .content_polygon.t_l:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: all .75s;
    z-index: 200; }
    @media (min-width: 992px) {
      #content .content_polygon.t_l:before {
        content: ""; } }
  #content .content_polygon.t_l.large:before {
    border-top: 133px solid white;
    border-right: 133px solid transparent; }
  #content .content_polygon.t_l.medium:before {
    border-top: 86px solid white;
    border-right: 86px solid transparent; }
  #content .content_polygon:after {
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all .75s;
    width: 0;
    border-bottom: 86px solid white;
    border-left: 86px solid transparent; }
    @media (min-width: 992px) {
      #content .content_polygon:after {
        border-bottom: 0px solid white;
        border-left: 0px solid transparent; } }
  #content .content_polygon:hover.active .overlay_content, #content .content_polygon.active.active .overlay_content {
    opacity: 0; }
  #content .content_polygon:hover.active:after, #content .content_polygon.active.active:after {
    opacity: 1; }
  #content .content_polygon:hover:after, #content .content_polygon.active:after {
    opacity: .75; }
  #content .content_polygon:hover.t_l:before, #content .content_polygon.active.t_l:before {
    border-top: 0px solid white;
    border-right: 0px solid transparent; }
  #content .content_polygon:hover.explore:after, #content .content_polygon.active.explore:after {
    border-bottom: 502px solid #ed2a7a;
    border-left: 714px solid transparent; }
  #content .content_polygon:hover.explore .overlay_content .text, #content .content_polygon.active.explore .overlay_content .text {
    bottom: 10%; }
    #content .content_polygon:hover.explore .overlay_content .text .content_date, #content .content_polygon.active.explore .overlay_content .text .content_date {
      opacity: 1; }
  #content .content_polygon:hover.read_next:after, #content .content_polygon.active.read_next:after {
    border-bottom: 350px solid #ed2a7a;
    border-left: 630px solid transparent; }
  #content .content_polygon:hover.read_next .overlay_content .text, #content .content_polygon.active.read_next .overlay_content .text {
    bottom: 10%; }
  #content .content_polygon:hover.large:after, #content .content_polygon.active.large:after {
    border-bottom: 754px solid #ed2a7a;
    border-left: 1346px solid transparent; }
  #content .content_polygon:hover.medium:after, #content .content_polygon.active.medium:after {
    border-bottom: 498px solid #ed2a7a;
    border-left: 894px solid transparent; }
  #content .content_polygon:hover.small.banner:after, #content .content_polygon.active.small.banner:after {
    border-bottom: 248px solid #ed2a7a; }
  #content .content_polygon:hover.small:after, #content .content_polygon.active.small:after {
    border-bottom: 248px solid #ed2a7a;
    border-left: 444px solid transparent; }
  #content .content_polygon:hover.tv_feature:after, #content .content_polygon.active.tv_feature:after {
    border-bottom: 738px solid #ed2a7a;
    border-left: 1102px solid transparent; }
  #content .content_polygon:hover.category_feature .overlay_content .text, #content .content_polygon.active.category_feature .overlay_content .text {
    bottom: 10%; }
    #content .content_polygon:hover.category_feature .overlay_content .text .content_date, #content .content_polygon.active.category_feature .overlay_content .text .content_date {
      opacity: 1; }
  #content .content_polygon:hover .overlay_content .text, #content .content_polygon.active .overlay_content .text {
    bottom: 25%; }
    #content .content_polygon:hover .overlay_content .text .content_date, #content .content_polygon.active .overlay_content .text .content_date {
      opacity: 1; }
#content .list_row .content_polygon.explore .text {
  bottom: 7px; }
#content .list-content .list_row {
  overflow: hidden; }
#content .list-content .content_polygon {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: visible; }
  @media (min-width: 992px) {
    #content .list-content .content_polygon .description {
      display: block;
      position: absolute;
      float: right;
      left: 306px;
      width: 310px;
      top: -114px;
      color: black;
      line-height: 1.2em;
      line-height: 1.4em;
      font-size: .95em; } }
  @media (min-width: 1200px) {
    #content .list-content .content_polygon .description {
      left: 350px;
      width: 357px; } }
  #content .list-content .content_polygon a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  #content .list-content .content_polygon .byline {
    display: none; }
    @media (min-width: 992px) {
      #content .list-content .content_polygon .byline {
        display: block; } }
  #content .list-content .content_polygon .polygon_content {
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* IE10+ */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#80000000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    height: 100%;
    position: relative;
    width: 100%; }
  #content .list-content .content_polygon .overlay_content {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 1s;
    top: 0;
    z-index: 550; }
    #content .list-content .content_polygon .overlay_content .content_type {
      position: absolute;
      top: 29px;
      left: 27px; }
      #content .list-content .content_polygon .overlay_content .content_type p {
        background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/triangle_top_left.svg");
        padding-left: 28px;
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: left center;
        font-family: "effra",sans-serif;
        color: white;
        font-size: 1em;
        font-weight: bold;
        text-transform: uppercase; }
    #content .list-content .content_polygon .overlay_content .text {
      position: absolute;
      transition: all .75s;
      transition-delay: .1s; }
      @media (min-width: 992px) {
        #content .list-content .content_polygon .overlay_content .text {
          width: 100%; } }
      @media (min-width: 992px) {
        #content .list-content .content_polygon .overlay_content .text h2 {
          color: black; } }
      @media (min-width: 992px) {
        #content .list-content .content_polygon .overlay_content .text .byline, #content .list-content .content_polygon .overlay_content .text .content_date {
          color: white;
          font-style: italic; } }
      @media (min-width: 992px) {
        #content .list-content .content_polygon .overlay_content .text .content_date {
          margin-top: 10px;
          opacity: 1;
          transition: opacity .5s;
          transition-delay: .25s; } }
  #content .list-content .content_polygon.grid {
    position: relative;
    margin: 0 auto 15px; }
    @media (min-width: 992px) {
      #content .list-content .content_polygon.grid {
        position: absolute;
        margin: 0; } }
  #content .list-content .content_polygon.large {
    height: 250px;
    width: 90%; }
    @media (min-width: 992px) {
      #content .list-content .content_polygon.large {
        height: 325.34698px;
        width: 580.79181px; } }
    @media (min-width: 1200px) {
      #content .list-content .content_polygon.large {
        height: 377px;
        width: 673px; } }
    #content .list-content .content_polygon.large .text {
      bottom: 0px;
      left: 30px; }
      #content .list-content .content_polygon.large .text h2 {
        font-size: 1.575em; }
        @media (min-width: 768px) {
          #content .list-content .content_polygon.large .text h2 {
            font-size: 2.213em; } }
        @media (min-width: 1200px) {
          #content .list-content .content_polygon.large .text h2 {
            font-size: 2.813em; } }
      #content .list-content .content_polygon.large .text .byline, #content .list-content .content_polygon.large .text .content_date {
        font-size: 1.125em; }
      #content .list-content .content_polygon.large .text .byline {
        margin-bottom: 1em;
        /*display: block;*/ }
  #content .list-content .content_polygon.medium {
    height: 250px;
    width: 90%; }
    @media (min-width: 992px) {
      #content .list-content .content_polygon.medium {
        height: 214.88434px;
        width: 385.75623px; } }
    @media (min-width: 1200px) {
      #content .list-content .content_polygon.medium {
        height: 249px;
        width: 447px; } }
    #content .list-content .content_polygon.medium .text {
      bottom: 0px;
      left: 30px; }
      #content .list-content .content_polygon.medium .text h2 {
        font-size: 1.575em; }
        @media (min-width: 768px) {
          #content .list-content .content_polygon.medium .text h2 {
            font-size: 2.213em; } }
        @media (min-width: 992px) {
          #content .list-content .content_polygon.medium .text h2 {
            font-size: 1.575em; } }
        @media (min-width: 1200px) {
          #content .list-content .content_polygon.medium .text h2 {
            font-size: 1.875em; } }
      #content .list-content .content_polygon.medium .text .byline, #content .list-content .content_polygon.medium .text .content_date {
        font-size: .875em; }
      #content .list-content .content_polygon.medium .text .byline {
        margin-bottom: .5em; }
  #content .list-content .content_polygon.small {
    height: 250px;
    width: 90%; }
    @media (min-width: 992px) {
      #content .list-content .content_polygon.small {
        height: 107.01068px;
        width: 191.58363px; } }
    @media (min-width: 1200px) {
      #content .list-content .content_polygon.small {
        height: 124px;
        width: 222px; } }
    #content .list-content .content_polygon.small .text {
      bottom: 0px;
      left: 30px; }
      #content .list-content .content_polygon.small .text h2 {
        font-size: 1.575em; }
        @media (min-width: 768px) {
          #content .list-content .content_polygon.small .text h2 {
            font-size: 2.213em; } }
        @media (min-width: 992px) {
          #content .list-content .content_polygon.small .text h2 {
            font-size: 1em; } }
      #content .list-content .content_polygon.small .text .byline, #content .list-content .content_polygon.small .text .content_date {
        font-size: .875em; }
      #content .list-content .content_polygon.small .text .byline {
        margin-bottom: .5em; }
  #content .list-content .content_polygon.explore {
    width: 90%;
    max-width: 500px;
    height: 251px; }
    @media (min-width: 992px) {
      #content .list-content .content_polygon.explore {
        width: 48%;
        max-width: none; } }
    @media (min-width: 1200px) {
      #content .list-content .content_polygon.explore {
        width: 357px; } }
    @media (min-width: 992px) {
      #content .list-content .content_polygon.explore .text {
        bottom: 7px; } }
    @media (min-width: 992px) {
      #content .list-content .content_polygon.explore .text h2 {
        font-size: 1.500em;
        position: absolute;
        top: -203px;
        left: 306px;
        width: 310px; } }
    @media (min-width: 1200px) {
      #content .list-content .content_polygon.explore .text h2 {
        left: 350px;
        width: 357px; } }
    #content .list-content .content_polygon.explore .text .byline {
      margin-bottom: .5em; }
  #content .list-content .content_polygon.read_next {
    height: 175px;
    width: 100%; }
    @media (min-width: 1200px) {
      #content .list-content .content_polygon.read_next {
        width: 315px; } }
    #content .list-content .content_polygon.read_next .text {
      bottom: 0px;
      left: 30px; }
      #content .list-content .content_polygon.read_next .text h2 {
        font-size: 1.375em; }
      #content .list-content .content_polygon.read_next .text .byline {
        margin-bottom: .5em; }
  #content .list-content .content_polygon.tv_feature {
    width: 95%;
    height: 50%;
    margin: 0 auto 28px auto;
    float: none; }
    #content .list-content .content_polygon.tv_feature .text {
      bottom: 0px;
      left: 30px; }
      #content .list-content .content_polygon.tv_feature .text h2 {
        font-size: 1.500em; }
    @media (min-width: 992px) {
      #content .list-content .content_polygon.tv_feature {
        float: left;
        width: 47%;
        height: 369px;
        margin: 0; } }
    @media (min-width: 1200px) {
      #content .list-content .content_polygon.tv_feature {
        width: 551px; } }
  #content .list-content .content_polygon.b_r.large:after {
    border-bottom: 86px solid white;
    border-left: 86px solid transparent; }
    @media (min-width: 992px) {
      #content .list-content .content_polygon.b_r.large:after {
        border-bottom: 133px solid white;
        border-left: 133px solid transparent; } }
  #content .list-content .content_polygon.b_r.medium:after {
    border-bottom: 86px solid white;
    border-left: 86px solid transparent; }
  #content .list-content .content_polygon.b_r.small.banner:after {
    border-bottom: 43px solid black; }
  #content .list-content .content_polygon.b_r.small:after {
    border-bottom: 86px solid white;
    border-left: 86px solid transparent; }
    @media (min-width: 992px) {
      #content .list-content .content_polygon.b_r.small:after {
        border-bottom: 43px solid white;
        border-left: 43px solid transparent; } }
  #content .list-content .content_polygon.b_r.explore:after {
    border-bottom: 86px solid white;
    border-left: 86px solid transparent; }
  #content .list-content .content_polygon.b_r.tv_feature:after {
    border-bottom: 106px solid white;
    border-left: 106px solid transparent; }
  #content .list-content .content_polygon.t_l:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: all .75s;
    z-index: 200; }
    @media (min-width: 992px) {
      #content .list-content .content_polygon.t_l:before {
        content: ""; } }
  #content .list-content .content_polygon.t_l.large:before {
    border-top: 133px solid white;
    border-right: 133px solid transparent; }
  #content .list-content .content_polygon.t_l.medium:before {
    border-top: 86px solid white;
    border-right: 86px solid transparent; }
  #content .list-content .content_polygon:after {
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all .75s;
    width: 0;
    border-bottom: 86px solid white;
    border-left: 86px solid transparent; }
    @media (min-width: 992px) {
      #content .list-content .content_polygon:after {
        border-bottom: 0px solid white;
        border-left: 0px solid transparent; } }
  #content .list-content .content_polygon:hover.active .overlay_content, #content .list-content .content_polygon.active.active .overlay_content {
    opacity: 0; }
  #content .list-content .content_polygon:hover.active:after, #content .list-content .content_polygon.active.active:after {
    opacity: 1; }
  #content .list-content .content_polygon:hover:after, #content .list-content .content_polygon.active:after {
    opacity: .75; }
  #content .list-content .content_polygon:hover.t_l:before, #content .list-content .content_polygon.active.t_l:before {
    border-top: 0px solid white;
    border-right: 0px solid transparent; }
  #content .list-content .content_polygon:hover.explore:after, #content .list-content .content_polygon.active.explore:after {
    border-bottom: 502px solid #ed2a7a;
    border-left: 714px solid transparent; }
  #content .list-content .content_polygon:hover.read_next:after, #content .list-content .content_polygon.active.read_next:after {
    border-bottom: 350px solid #ed2a7a;
    border-left: 630px solid transparent; }
  #content .list-content .content_polygon:hover.large:after, #content .list-content .content_polygon.active.large:after {
    border-bottom: 754px solid #ed2a7a;
    border-left: 1346px solid transparent; }
  #content .list-content .content_polygon:hover.medium:after, #content .list-content .content_polygon.active.medium:after {
    border-bottom: 498px solid #ed2a7a;
    border-left: 894px solid transparent; }
  #content .list-content .content_polygon:hover.small.banner:after, #content .list-content .content_polygon.active.small.banner:after {
    border-bottom: 248px solid #ed2a7a; }
  #content .list-content .content_polygon:hover.small:after, #content .list-content .content_polygon.active.small:after {
    border-bottom: 248px solid #ed2a7a;
    border-left: 444px solid transparent; }
  #content .list-content .content_polygon:hover.tv_feature:after, #content .list-content .content_polygon.active.tv_feature:after {
    border-bottom: 738px solid #ed2a7a;
    border-left: 1102px solid transparent; }
  #content .list-content .content_polygon:hover.category_feature .overlay_content .text .content_date, #content .list-content .content_polygon.active.category_feature .overlay_content .text .content_date {
    opacity: 1; }
  #content .list-content .content_polygon:hover .overlay_content .text, #content .list-content .content_polygon.active .overlay_content .text {
    bottom: 7px; }
    #content .list-content .content_polygon:hover .overlay_content .text .content_date, #content .list-content .content_polygon.active .overlay_content .text .content_date {
      opacity: 1; }

#article_wrap {
  padding: 0 5%; }
  @media (min-width: 992px) {
    #article_wrap {
      padding: 0; } }
  @media (min-width: 1200px) {
    #article_wrap {
      width: 716px;
      margin-left: 0px; } }
  #article_wrap > h1 {
    margin-top: 28px; }
    @media (min-width: 992px) {
      #article_wrap > h1 {
        margin-top: 0;
        margin-left: 0; } }
  #article_wrap #disqus_thread {
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      #article_wrap #disqus_thread {
        margin-left: 90px; } }
    @media (min-width: 1200px) {
      #article_wrap #disqus_thread {
        width: auto; } }
  #article_wrap #disqus_module .join-conversation {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; }
    @media (min-width: 992px) {
      #article_wrap #disqus_module .join-conversation {
        margin-left: 90px; } }
  #article_wrap #disqus_module .section-title {
    margin-bottom: 30px;
    width: 85%;
    float: none;
    margin: 0 auto; }
    @media (min-width: 992px) {
      #article_wrap #disqus_module .section-title {
        width: 70%; } }
    #article_wrap #disqus_module .section-title h2 {
      font-size: 1em; }
      @media (min-width: 992px) {
        #article_wrap #disqus_module .section-title h2 {
          font-size: 1.35em; } }
      @media (min-width: 1200px) {
        #article_wrap #disqus_module .section-title h2 {
          font-size: 1.7em; } }

#article_wrap table, .people-detail-body table, #left_column table {
  margin: 0 auto;
  border-collapse: collapse; }
  @media (min-width: 992px) {
    #article_wrap table, .people-detail-body table, #left_column table {
      margin-left: 90px; } }
  #article_wrap table td, .people-detail-body table td, #left_column table td {
    padding: 15px; }
  #article_wrap table th, .people-detail-body table th, #left_column table th {
    padding: 7px 15px; }
#article_wrap table, #article_wrap td, #article_wrap th, .people-detail-body table, .people-detail-body td, .people-detail-body th, #left_column table, #left_column td, #left_column th {
  border: 1px solid #e2e2e2; }
#article_wrap ol, #article_wrap ul, .people-detail-body ol, .people-detail-body ul, #left_column ol, #left_column ul {
  margin-left: 50px; }
  @media (min-width: 992px) {
    #article_wrap ol, #article_wrap ul, .people-detail-body ol, .people-detail-body ul, #left_column ol, #left_column ul {
      margin-left: 120px; } }
#article_wrap ol, .people-detail-body ol, #left_column ol {
  list-style-type: decimal; }
#article_wrap ul, .people-detail-body ul, #left_column ul {
  list-style-type: circle; }

.people-detail-body ol, .people-detail-body ul {
  margin-left: 20px; }
  @media (min-width: 992px) {
    .people-detail-body ol, .people-detail-body ul {
      margin-left: 70px; } }

#bio_box_wrap {
  margin-bottom: 20px;
  overflow: visible;
  position: relative; }

#byline_wrap {
  overflow: hidden;
  position: relative; }
  #byline_wrap .byline {
    bottom: 0;
    left: 80px;
    position: absolute; }
    #byline_wrap .byline .author_name {
      font-size: 1.125em;
      font-style: italic;
      margin-bottom: 10px; }
    #byline_wrap .byline .date {
      font-family: "effra",sans-serif;
      color: #889ba1;
      font-size: 0.875em;
      margin-bottom: 0px;
      text-transform: uppercase; }
      #byline_wrap .byline .date span {
        color: #c0c9cc; }

#bio_toggle {
  font-family: "effra",sans-serif;
  border-bottom: 1px solid #dbdbdb;
  color: #889ba1;
  display: block;
  padding-bottom: 6px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 60px; }
  #bio_toggle span {
    background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/pink_down_arrow.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 7px 5px;
    padding-right: 10px;
    width: 33px; }

#bio_box {
  background-color: white;
  border: 1px solid #e2e2e2;
  display: none;
  height: 220px;
  left: 0;
  overflow: hidden;
  padding: 28px;
  position: absolute;
  top: 90px;
  transition: all 1s;
  width: 300px;
  z-index: 9999; }
  #bio_box .author {
    margin-bottom: 28px;
    color: black; }
    #bio_box .author span.name {
      font-family: "effra",sans-serif;
      font-weight: bold;
      color: #ed2a7a; }
    #bio_box .author span.position {
      margin-left: 5px;
      font-style: italic;
      color: #889ba1; }
  #bio_box .bio p {
    line-height: 1.2em; }
  #bio_box .recent_stories {
    display: none; }
  #bio_box .author-social {
    text-transform: uppercase;
    color: #889ba1;
    position: absolute;
    bottom: 10px;
    width: 80%; }
    #bio_box .author-social a {
      text-decoration: none;
      color: inherit; }
      #bio_box .author-social a:hover {
        color: #ed2a7a; }
    #bio_box .author-social span a {
      font-family: "effra",sans-serif;
      float: right; }
    #bio_box .author-social .fa {
      display: inline;
      margin: 0 5px; }

#article_ad {
  display: none;
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    #article_ad {
      display: block; } }
  #article_ad .full-width-ad {
    padding-bottom: 16px;
    padding-top: 16px; }
    #article_ad .full-width-ad .ad-text {
      display: none; }

@media (min-width: 992px) {
  #article {
    padding-left: 0; } }
#article #explore_heading {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  height: 50px;
  overflow: hidden; }
  #article #explore_heading h2 {
    font-family: "ff-tisa-web-pro",serif;
    float: left;
    font-size: 1.500em;
    font-style: italic;
    font-weight: normal;
    height: 50px;
    line-height: 50px; }
  #article #explore_heading ul {
    float: right;
    margin-right: 10px; }
    #article #explore_heading ul li {
      display: inline-block; }
      #article #explore_heading ul li a {
        font-family: "effra",sans-serif;
        color: #889ba1;
        font-size: 0.750em;
        line-height: 50px;
        text-decoration: none;
        text-transform: uppercase; }
        #article #explore_heading ul li a:hover {
          color: #ed2a7a;
          text-decoration: underline; }
#article #explore {
  margin-bottom: 40px;
  display: none;
  margin-left: 90px; }
  @media (min-width: 992px) {
    #article #explore {
      display: block; } }
  #article #explore .content_polygon {
    float: left; }
    @media (min-width: 992px) {
      #article #explore .content_polygon {
        margin-right: 2%;
        width: 32%; } }
    #article #explore .content_polygon.last {
      margin-right: 0px; }
#article #explore_related {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 27px;
  padding-top: 27px;
  overflow: hidden; }
#article #slider_container {
  position: relative;
  margin-bottom: 20px;
  /* jssor slider arrow navigator skin 12 css */
  /*
  .jssora12l                  (normal)
  .jssora12r                  (normal)
  .jssora12l:hover            (normal mouseover)
  .jssora12r:hover            (normal mouseover)
  .jssora12l.jssora12ldn      (mousedown)
  .jssora12r.jssora12rdn      (mousedown)
  */ }
  #article #slider_container [u=slides] {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%; }
  #article #slider_container [u=caption] {
    color: black;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: white;
    filter: alpha(opacity=90);
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    position: absolute; }
    @media (max-width: 768px) {
      #article #slider_container [u=caption] {
        font-size: 24px; } }
  #article #slider_container .jssora12l, #article #slider_container .jssora12r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url("http://s3.amazonaws.com/fedscoop-media/dev/a12.png") no-repeat;
    overflow: hidden; }
  #article #slider_container .jssora12l {
    background-position: -16px -37px; }
  #article #slider_container .jssora12r {
    background-position: -75px -37px; }
  #article #slider_container .jssora12l:hover {
    background-position: -136px -37px; }
  #article #slider_container .jssora12r:hover {
    background-position: -195px -37px; }
  #article #slider_container .jssora12l.jssora12ldn {
    background-position: -256px -37px; }
  #article #slider_container .jssora12r.jssora12rdn {
    background-position: -315px -37px; }
#article p.tagline {
  color: #3f4446;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 35px; }
  @media (min-width: 992px) {
    #article p.tagline {
      font-size: 1.750em; } }

#article_body {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1200px) {
    #article_body {
      width: 682px; } }
  #article_body p, #article_body blockquote, #article_body ul, #article_body li {
    color: #4c5051; }
  #article_body h1, #article_body h2, #article_body h3, #article_body h4 {
    padding-left: 18px;
    margin-bottom: 1em; }
    @media (min-width: 992px) {
      #article_body h1, #article_body h2, #article_body h3, #article_body h4 {
        padding-left: 90px; } }
  #article_body p, #article_body ul {
    font-size: 1.125em;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px; }
    @media (min-width: 992px) {
      #article_body p, #article_body ul {
        padding-left: 90px;
        padding-right: 0; } }
  #article_body .html_embed {
    margin-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px; }
    @media (min-width: 992px) {
      #article_body .html_embed {
        padding-left: 90px;
        padding-right: 0; } }
  #article_body ul {
    margin-left: 60px; }
    #article_body ul li {
      list-style: circle;
      margin-bottom: 5px;
      /*list-style-position: inside;*/ }
  #article_body a {
    color: #ed2a7a; }
  #article_body .player, #article_body .slideshare {
    margin-bottom: 40px;
    padding-left: 18px; }
    @media (min-width: 992px) {
      #article_body .player, #article_body .slideshare {
        padding-left: 90px; } }
  #article_body .highlighted_text {
    border-bottom: 3px solid #303435;
    float: right;
    margin-bottom: 50px;
    width: 592px; }
    #article_body .highlighted_text p {
      color: black;
      font-size: 1.375em;
      padding-left: 0px; }
  #article_body blockquote {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    font-size: 1.375em;
    font-style: italic;
    line-height: 1.5em;
    margin-bottom: 50px;
    margin-left: 18px;
    padding-bottom: 43px;
    padding-top: 43px;
    padding-left: 53px;
    padding-right: 53px;
    text-align: center; }
    @media (min-width: 992px) {
      #article_body blockquote {
        margin-left: 90px; } }
    @media (min-width: 768px) {
      #article_body blockquote {
        width: auto; } }
    @media (min-width: 1200px) {
      #article_body blockquote {
        width: 592px; } }
    #article_body blockquote:before {
      color: #ed2a7a;
      content: '\201c'; }
    #article_body blockquote:after {
      color: #ed2a7a;
      content: '\201d'; }
  #article_body .article_image {
    border-bottom: 1px solid #e2e2e2; }
    #article_body .article_image.left {
      float: left;
      margin-bottom: 16px;
      margin-right: 31px; }
      @media (min-width: 992px) {
        #article_body .article_image.left {
          width: 242px;
          margin-left: 60px; } }
      @media (min-width: 1200px) {
        #article_body .article_image.left {
          margin-left: 0px; } }
    #article_body .article_image.center {
      float: none;
      margin: 0 auto;
      width: 90%;
      margin-bottom: 40px;
      text-align: center; }
      @media (min-width: 992px) {
        #article_body .article_image.center {
          float: right;
          margin-left: 90px;
          width: 592px; } }
    #article_body .article_image img, #article_body .article_image span {
      margin-bottom: 20px;
      width: 100%; }
    #article_body .article_image img {
      height: auto; }
    #article_body .article_image span {
      color: #889ba1;
      display: block;
      font-size: 1em;
      font-style: italic;
      line-height: 1.25em; }

#article_rail {
  overflow: visible; }
  #article_rail .ad {
    width: 355px !important;
    margin: 0 auto 33px; }
    #article_rail .ad a {
      display: block;
      float: none;
      margin: 0 auto;
      width: 100%;
      max-width: 300px; }
    #article_rail .ad img {
      width: 100%; }
      @media (min-width: 768px) {
        #article_rail .ad img {
          display: block; } }
  @media (min-width: 1200px) {
    #article_rail .section-title {
      width: 235px; } }
  #article_rail .list {
    display: none; }
    @media (min-width: 992px) {
      #article_rail .list {
        display: block; } }

.video-block {
  overflow: hidden;
  margin-bottom: 30px; }

.video-block iframe,
.video-block object,
.video-block embed {
  position: relative;
  top: 0;
  left: 0;
  width: 100%; }
  @media (min-width: 992px) {
    .video-block iframe,
    .video-block object,
    .video-block embed {
      max-width: 625px;
      float: right;
      position: relative; } }

#in_this_story {
  margin-bottom: 20px;
  min-height: 140px;
  padding-bottom: 18px;
  padding-top: 18px;
  margin-left: 18px; }
  @media (min-width: 992px) {
    #in_this_story {
      margin-left: 90px; } }
  @media (min-width: 1200px) {
    #in_this_story {
      width: 624px; } }
  #in_this_story h3 {
    font-family: "ff-tisa-web-pro",serif;
    font-size: 1.125em;
    margin-bottom: 14px; }
  #in_this_story a {
    font-family: "effra",sans-serif;
    color: #ed2a7a;
    text-decoration: none; }
    #in_this_story a:hover {
      text-decoration: underline; }

.subscribe {
  margin-bottom: 20px;
  margin-left: 18px;
  text-align: center; }
  @media (min-width: 992px) {
    .subscribe {
      margin-left: 90px; } }
  @media (min-width: 1200px) {
    .subscribe {
      width: 624px; } }
  .subscribe > span {
    margin-bottom: 10px;
    display: block;
    font-weight: bold; }
  .subscribe > * {
    vertical-align: middle; }
  .subscribe .logo {
    width: 200px;
    margin-right: 10px;
    display: inline-block; }
    .subscribe .logo img {
      width: 100%; }
  .subscribe .button {
    padding-left: 40px;
    padding-right: 40px; }
  .subscribe .button-wrap {
    display: inline-block;
    margin-top: 3px; }
    .subscribe .button-wrap .text {
      font-size: 1em;
      font-style: oblique;
      display: inline-block;
      margin-bottom: 10px; }
      .subscribe .button-wrap .text > span {
        color: #ee2a7b; }

#read_next_wrap_outter {
  height: 875px;
  position: relative;
  margin: 20px auto;
  width: 96%; }
  @media (min-width: 992px) {
    #read_next_wrap_outter {
      right: 0;
      width: 300px;
      margin: 0 auto 60px auto; } }
  @media (min-width: 1200px) {
    #read_next_wrap_outter {
      width: 355px;
      padding-left: 0; } }

#read_next_wrap {
  min-height: 875px;
  overflow: visible;
  position: relative; }
  #read_next_wrap #read_next_heading, #read_next_wrap #read_next_body {
    left: 360px;
    transition: all .75s; }
  #read_next_wrap #read_next_heading {
    position: absolute;
    top: 0;
    left: 0 !important;
    transition: all .75s;
    z-index: 200; }
  #read_next_wrap .section-title {
    background-color: black;
    margin-left: 25px;
    width: 265px; }
    @media (min-width: 992px) {
      #read_next_wrap .section-title {
        width: 300px;
        padding-right: 20px; } }
    @media (min-width: 1200px) {
      #read_next_wrap .section-title {
        width: 265px;
        padding-right: 0px; } }
  #read_next_wrap #read_next_body {
    background-color: #ed2a7a;
    overflow: hidden;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 72px;
    position: absolute;
    width: 100%;
    top: 15px;
    left: 0 !important;
    transition-delay: .25s;
    z-index: 100; }
    #read_next_wrap #read_next_body .content_polygon {
      margin-bottom: 22px; }
      #read_next_wrap #read_next_body .content_polygon:after {
        border-bottom: 0; }
      #read_next_wrap #read_next_body .content_polygon:hover:after {
        border-bottom: 350px solid #ed2a7a; }
    #read_next_wrap #read_next_body:before {
      border-top: 70px solid white;
      border-right: 70px solid transparent;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      transition: all .75s;
      z-index: 200; }
  #read_next_wrap.active #read_next_heading, #read_next_wrap.active #read_next_body {
    left: 0px; }

.exploring-header {
  line-height: 1.5em;
  margin: 10px;
  font-family: "ff-tisa-web-pro",serif;
  font-size: 1.5em;
  font-style: italic;
  text-align: center; }
  @media (min-width: 992px) {
    .exploring-header {
      margin: 0;
      height: 75px;
      line-height: 75px; } }
  @media (min-width: 992px) {
    .exploring-header {
      border-bottom: 1px solid #e2e2e2; } }
  .exploring-header .triangle:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 15px solid #ed2a7a;
    position: absolute; }
    @media (min-width: 992px) {
      .exploring-header .triangle:before {
        border-top: 32px solid transparent; } }
  .exploring-header .category-name {
    font-family: "effra",sans-serif;
    font-size: 1.1em;
    color: #ed2a7a;
    margin-left: 23px;
    font-style: normal; }
    .exploring-header .category-name a {
      color: #ed2a7a;
      text-decoration: none; }
      .exploring-header .category-name a:hover {
        text-decoration: underline; }
    .exploring-header .category-name #cat_separator {
      font-family: "ff-tisa-web-pro",serif;
      color: black;
      font-style: italic; }

.category .subcategories {
  display: none;
  font-size: .9em;
  text-align: center;
  font-family: "effra",sans-serif;
  text-transform: uppercase;
  color: #889ba1; }
  @media (min-width: 992px) {
    .category .subcategories {
      display: block; } }
  .category .subcategories ul {
    min-height: 65px;
    width: 100%;
    margin-top: 20px; }
  .category .subcategories li {
    list-style-type: none;
    display: inline-block;
    margin: 0 2%;
    margin-bottom: 20px; }
    .category .subcategories li a {
      color: inherit;
      text-transform: inherit;
      text-decoration: none; }
      .category .subcategories li a:hover {
        color: #ed2a7a; }

.category_right .list {
  display: none; }
  @media (min-width: 992px) {
    .category_right .list {
      display: block; } }
.category_right .ad.ad_300 {
  margin-bottom: 33px; }
  .category_right .ad.ad_300 img {
    width: 100%; }

#people-landing .person-card {
  height: 330px;
  width: 259px;
  display: block;
  margin: 20px auto;
  text-align: center;
  position: relative;
  overflow: hidden; }
  #people-landing .person-card a {
    display: block;
    height: 330px; }
    #people-landing .person-card a:hover {
      -moz-text-decoration-color: inherit; }
    #people-landing .person-card a:focus {
      -moz-text-decoration-color: inherit; }
  @media (min-width: 768px) {
    #people-landing .person-card {
      margin-right: 25px;
      margin-bottom: 25px;
      display: inline-table; } }
  @media (min-width: 1200px) {
    #people-landing .person-card:nth-child(4n) {
      margin-right: 0; } }
#people-landing .card-inner {
  border: 1px solid #e2e2e2;
  display: block;
  height: 100%;
  padding: 28px;
  position: relative;
  text-decoration: none;
  width: 100%; }
  #people-landing .card-inner .name, #people-landing .card-inner .outside_description, #people-landing .card-inner .inside_description {
    transition: all .75s; }
  #people-landing .card-inner > .name {
    color: #ed2a7a;
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 15px; }
  #people-landing .card-inner > .outside_description {
    color: #4c5051;
    font-size: 0.875em; }
  #people-landing .card-inner .inside_description {
    text-align: left;
    color: white;
    font-size: 0.875em;
    line-height: 1.3em;
    position: relative;
    opacity: 0;
    top: 10px;
    z-index: 1; }
  #people-landing .card-inner > .photo {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    bottom: 72px;
    float: none;
    height: 152px;
    left: 54.5px;
    position: absolute;
    width: 152px; }
  #people-landing .card-inner .badges {
    bottom: 25px;
    position: absolute; }
    #people-landing .card-inner .badges ul li {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      height: 26px;
      width: 22px; }
      #people-landing .card-inner .badges ul li.speaker {
        background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/people_badges/speaker.svg"); }
      #people-landing .card-inner .badges ul li.fed50 {
        background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/people_badges/fed50.svg"); }
      #people-landing .card-inner .badges ul li.mentor {
        background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/people_badges/mentor.svg"); }
      #people-landing .card-inner .badges ul li.profile {
        background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/people_badges/profile.svg"); }
  #people-landing .card-inner:before {
    content: '';
    transition: all 0.75s ease 0s;
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 0px solid transparent;
    border-top: 100px solid transparent;
    border-bottom: 70px solid #e2e2e2;
    position: absolute;
    right: 0;
    bottom: 0; }
  #people-landing .card-inner:after {
    transition: all 0.75s ease 0s;
    content: '';
    width: 0;
    height: 0;
    border-left: 71px solid transparent;
    border-right: 0px solid transparent;
    border-top: 100px solid transparent;
    border-bottom: 71px solid white;
    position: absolute;
    right: -1px;
    bottom: -1px; }
  #people-landing .card-inner:hover .name {
    color: white;
    position: relative;
    z-index: 1;
    opacity: 0; }
  #people-landing .card-inner:hover .outside_description {
    opacity: 0; }
  #people-landing .card-inner:hover .inside_description {
    opacity: 1;
    top: -47px; }
  #people-landing .card-inner:hover:after {
    opacity: .75;
    border-bottom: 660px solid #ed2a7a;
    border-left: 522px solid transparent; }
  #people-landing .card-inner:hover:before {
    border-bottom: 70px solid transparent; }
#people-landing .image-container {
  /*overflow: hidden;*/
  height: 380px;
  position: relative; }
  #people-landing .image-container .text {
    color: black;
    top: 408px;
    padding-right: 30px;
    width: 90%;
    left: 50px;
    position: relative;
    float: left;
    z-index: 1; }
    @media (min-width: 992px) {
      #people-landing .image-container .text {
        color: white;
        top: 130px; } }
    #people-landing .image-container .text .organization {
      font-family: "effra",sans-serif;
      text-transform: uppercase;
      margin-bottom: 5px; }
    #people-landing .image-container .text .person-title {
      margin-bottom: 15px; }
    #people-landing .image-container .text .person-job-title {
      font-style: italic;
      font-size: 1.3em; }
    #people-landing .image-container .text .button {
      margin-top: 20px;
      color: #ed2a7a;
      border: 2px solid #ed2a7a; }
      #people-landing .image-container .text .button:hover {
        color: white; }
      @media (min-width: 992px) {
        #people-landing .image-container .text .button {
          color: white;
          border: 2px solid white; }
          #people-landing .image-container .text .button:hover {
            border: 2px solid #ed2a7a; } }
#people-landing .header {
  margin-bottom: 28px; }
  #people-landing .header .header-text {
    font-size: 1.3em;
    line-height: 1.25em;
    float: none;
    margin: 215px auto 15px;
    width: 80%; }
    #people-landing .header .header-text span {
      color: #ed2a7a;
      font-family: "effra",sans-serif;
      font-weight: bold; }
    @media (min-width: 992px) {
      #people-landing .header .header-text {
        margin: 15px auto;
        width: 55%; } }
#people-landing .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  @media (min-width: 992px) {
    #people-landing .overlay {
      background: -webkit-linear-gradient(left, black, black, transparent, rgba(0, 0, 0, 0.4));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, black, black, transparent, rgba(0, 0, 0, 0.4));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, black, black, transparent, rgba(0, 0, 0, 0.4));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, black, black, transparent, rgba(0, 0, 0, 0.4)); } }
#people-landing .header-image {
  height: 380px;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (min-width: 992px) {
    #people-landing .header-image {
      width: 80%;
      margin-left: 20%; } }
  #people-landing .header-image:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 50px solid transparent;
    border-right: 0px solid transparent;
    border-top: 100px solid transparent;
    border-bottom: 50px solid white; }
  @media (min-width: 768px) {
    #people-landing .header-image:after {
      border-left: 100px solid transparent;
      border-bottom: 100px solid white; } }
  @media (min-width: 992px) {
    #people-landing .header-image:after {
      border-left: 150px solid transparent;
      border-bottom: 150px solid white; } }
#people-landing .people-list {
  border-top: 1px solid #e2e2e2;
  padding-top: 28px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  #people-landing .people-list .people-filter {
    width: 90%;
    margin: 0 auto 15px auto;
    height: 100px; }
    @media (min-width: 992px) {
      #people-landing .people-list .people-filter {
        width: 100%; } }
  #people-landing .people-list .search, #people-landing .people-list .filter {
    display: block; }
    @media (min-width: 992px) {
      #people-landing .people-list .search, #people-landing .people-list .filter {
        display: inline-block; } }
  #people-landing .people-list .search {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      #people-landing .people-list .search {
        width: 400px; } }
    #people-landing .people-list .search .search-field {
      width: 100%;
      margin-top: 0; }
      #people-landing .people-list .search .search-field input {
        width: 100%; }
  #people-landing .people-list .filter {
    float: none;
    margin: 15px auto 0 auto; }
    @media (min-width: 992px) {
      #people-landing .people-list .filter {
        float: right;
        margin-top: 15px 0 0 0; } }
    #people-landing .people-list .filter ul li {
      display: inline-block; }
      #people-landing .people-list .filter ul li a {
        font-family: "effra",sans-serif;
        font-size: .9em;
        color: #889ba1;
        display: block;
        height: 26px;
        line-height: 26px;
        padding: 0 15px;
        text-decoration: none;
        text-transform: uppercase; }
      #people-landing .people-list .filter ul li.active, #people-landing .people-list .filter ul li:hover {
        background-color: #ed2a7a; }
        #people-landing .people-list .filter ul li.active a, #people-landing .people-list .filter ul li:hover a {
          color: white; }
  #people-landing .people-list #people_grid #load_more {
    text-align: center;
    font-family: "effra",sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase; }
    #people-landing .people-list #people_grid #load_more a {
      color: #ed2a7a;
      text-decoration: none; }
#people-landing .card-inner {
  padding: 28px;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e2e2; }
  #people-landing .card-inner > .title {
    margin-top: 10px;
    font-size: .9em; }
  #people-landing .card-inner > .photo {
    background: url("http://s3.amazonaws.com/fedscoop-dev/Big-Bird.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    float: none;
    margin: 30px auto 0 auto; }
#people-landing > .tv-radio-wrap {
  margin: 100px 0;
  background-color: black;
  padding: 28px;
  position: relative; }
  @media (min-width: 992px) {
    #people-landing > .tv-radio-wrap {
      height: 610px; } }
  #people-landing > .tv-radio-wrap .section-title:before {
    border-top: 0; }
  #people-landing > .tv-radio-wrap .tv-radio {
    margin-top: 30px; }
    @media (min-width: 992px) {
      #people-landing > .tv-radio-wrap .tv-radio {
        margin-top: 100px; } }
    #people-landing > .tv-radio-wrap .tv-radio .content_polygon.explore {
      width: 100%;
      max-width: none; }
      @media (min-width: 992px) {
        #people-landing > .tv-radio-wrap .tv-radio .content_polygon.explore {
          max-width: 500px; } }
  #people-landing > .tv-radio-wrap .entry {
    width: 100%;
    margin-bottom: 28px; }
    #people-landing > .tv-radio-wrap .entry > h3 {
      margin-top: 20px;
      color: #ed2a7a; }
    #people-landing > .tv-radio-wrap .entry h1 {
      font-size: 2em;
      color: white;
      margin-bottom: 10px; }
    #people-landing > .tv-radio-wrap .entry p {
      font-style: italic;
      color: white;
      margin-bottom: 30px; }
    #people-landing > .tv-radio-wrap .entry:first-child {
      float: left; }
    @media (min-width: 992px) {
      #people-landing > .tv-radio-wrap .entry:nth-child(2) {
        margin: 0 5%; } }
    #people-landing > .tv-radio-wrap .entry:last-child {
      float: right; }
    @media (min-width: 992px) {
      #people-landing > .tv-radio-wrap .entry {
        display: inline-block;
        width: 30%; } }
    #people-landing > .tv-radio-wrap .entry .content_polygon.b_r.explore:after {
      border-bottom: 86px solid; }
    #people-landing > .tv-radio-wrap .entry .content_polygon:hover.explore:after {
      border-bottom: 502px solid #ed2a7a; }
#people-landing .events {
  background-color: white;
  margin: 60px 0 40px 0; }
#people-landing .events-list-item {
  max-width: 100%;
  margin: 0;
  border-bottom: 1px solid #e2e2e2; }
#people-landing .section-title {
  float: none;
  margin: 0 auto; }
  @media (min-width: 992px) {
    #people-landing .section-title {
      float: left;
      margin: -1px 0 0 25px; } }
  #people-landing .section-title:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 0px solid transparent;
    border-top: 50px solid white;
    position: absolute;
    left: -50px; }
#people-landing .title-wrap {
  margin-top: 20px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  height: 50px; }
  #people-landing .title-wrap p {
    margin: 0 auto;
    float: none;
    width: 47px;
    font-family: "effra",sans-serif;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #889ba1;
    line-height: 50px; }
    @media (min-width: 992px) {
      #people-landing .title-wrap p {
        float: right; } }
  #people-landing .title-wrap a {
    text-decoration: none;
    color: inherit; }
    #people-landing .title-wrap a:hover {
      color: #ed2a7a; }

.people-detail .full-width-ad {
  height: 124px;
  padding: 17px 0; }
.people-detail #right_column {
  margin-top: 28px; }
.people-detail .explore_l {
  float: left; }
.people-detail .explore_r {
  float: right; }
.people-detail .explore_row {
  overflow: hidden;
  margin-bottom: 28px; }
.people-detail .category_right .list {
  display: none; }
  @media (min-width: 992px) {
    .people-detail .category_right .list {
      display: block; } }

.people-detail-body .featured-in {
  margin-bottom: 28px; }
.people-detail-body .bio-image, .people-detail-body .bio-details {
  display: inline; }
.people-detail-body .bio-image {
  float: left; }
@media (min-width: 768px) {
  .people-detail-body .bio-details {
    float: right;
    width: 333px; } }
@media (min-width: 992px) {
  .people-detail-body .bio-details {
    width: 333px; } }
@media (min-width: 1200px) {
  .people-detail-body .bio-details {
    width: 433px; } }
.people-detail-body .bio-details > .label {
  font-family: "effra",sans-serif;
  font-weight: bold;
  font-size: .8em;
  line-height: 1.7em;
  text-transform: uppercase;
  color: #ed2a7a;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 5px; }
.people-detail-body .bio-details > .value {
  line-height: 1.5em;
  margin-bottom: 10px; }
.people-detail-body .see-more, .people-detail-body .profiles .featured-in, .people-detail-body .fedevents {
  /**/
  margin-top: 28px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }
  .people-detail-body .see-more > :first-child, .people-detail-body .profiles .featured-in > :first-child, .people-detail-body .fedevents > :first-child {
    font-style: italic;
    font-size: 1.4em;
    display: block;
    text-align: center; }
    @media (min-width: 992px) {
      .people-detail-body .see-more > :first-child, .people-detail-body .profiles .featured-in > :first-child, .people-detail-body .fedevents > :first-child {
        display: inline;
        float: left; } }
    .people-detail-body .see-more > :first-child .accent, .people-detail-body .profiles .featured-in > :first-child .accent, .people-detail-body .fedevents > :first-child .accent {
      color: #ed2a7a; }
  .people-detail-body .see-more > .breadcrumb, .people-detail-body .profiles .featured-in > .breadcrumb, .people-detail-body .fedevents > .breadcrumb {
    font-size: .8em;
    float: right;
    text-transform: uppercase;
    font-family: "effra",sans-serif;
    color: #889ba1; }
    .people-detail-body .see-more > .breadcrumb a, .people-detail-body .profiles .featured-in > .breadcrumb a, .people-detail-body .fedevents > .breadcrumb a {
      text-decoration: none;
      color: inherit; }
      .people-detail-body .see-more > .breadcrumb a:hover, .people-detail-body .profiles .featured-in > .breadcrumb a:hover, .people-detail-body .fedevents > .breadcrumb a:hover {
        color: #ed2a7a; }
.people-detail-body .people-bio {
  overflow: hidden;
  padding: 28px;
  margin-top: 28px;
  width: 100%;
  min-height: 602px;
  border: 1px solid #e2e2e2; }
  .people-detail-body .people-bio .info-top {
    font-size: 1.5em;
    margin-bottom: 40px; }
    .people-detail-body .people-bio .info-top #name {
      float: left;
      color: #ed2a7a;
      font-weight: bold; }
      .people-detail-body .people-bio .info-top #name h1 {
        font-family: "effra",sans-serif;
        font-size: 1em;
        margin-bottom: 0; }
    .people-detail-body .people-bio .info-top .social-links {
      font-size: 1em;
      float: right; }
      .people-detail-body .people-bio .info-top .social-links li {
        display: inline-block; }
      .people-detail-body .people-bio .info-top .social-links a .fa {
        color: #889ba1;
        margin: 0 5px; }
        .people-detail-body .people-bio .info-top .social-links a .fa:hover {
          color: #ed2a7a; }
  .people-detail-body .people-bio .info-details {
    width: 100%;
    height: 450px;
    margin-bottom: 42px; }
    @media (min-width: 992px) {
      .people-detail-body .people-bio .info-details {
        height: 250px; } }
  .people-detail-body .people-bio .bio-image {
    height: 251px;
    width: 227px;
    float: none;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .people-detail-body .people-bio .bio-image {
        margin: 0;
        float: left; } }
  .people-detail-body .people-bio .biography {
    line-height: 1.5em;
    font-size: 1.125em;
    overflow: hidden;
    margin-bottom: 38px;
    transition: 0.8s; }
    .people-detail-body .people-bio .biography * {
      display: none;
      margin-bottom: 1em; }
  .people-detail-body .people-bio .biography.expanded {
    max-height: 600px; }
  .people-detail-body .people-bio .read-more.button.pink-no-hover {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: .8em;
    display: table;
    border: 0; }
    .people-detail-body .people-bio .read-more.button.pink-no-hover a {
      display: block;
      padding: 2px 15px;
      color: white;
      line-height: 23px;
      text-decoration: none; }
.people-detail-body .events {
  background-color: white; }
  .people-detail-body .events .events-list-item .extra-details {
    color: black; }
  .people-detail-body .events .events-list-item:hover {
    background-color: #e2e2e2; }
    .people-detail-body .events .events-list-item:hover .events-location {
      color: #e2e2e2; }
    .people-detail-body .events .events-list-item:hover .events-title, .people-detail-body .events .events-list-item:hover .extra-details, .people-detail-body .events .events-list-item:hover .view-details {
      color: black; }
    .people-detail-body .events .events-list-item:hover .events-location {
      margin-top: -20px; }
.people-detail-body .gallery-wrap {
  min-height: 290px;
  width: 100%;
  margin: 50px 0 28px 0;
  padding: 52px 0 28px 0;
  background-color: #e2e2e2; }
  .people-detail-body .gallery-wrap a {
    display: block;
    float: left;
    height: 209px;
    overflow: hidden;
    margin-left: 28px;
    width: 209px; }
  .people-detail-body .gallery-wrap .expand-gallery {
    text-transform: uppercase;
    font-family: "effra",sans-serif;
    font-size: 0.8em;
    color: #889ba1;
    float: right;
    margin-top: -30px;
    padding-right: 28px;
    cursor: pointer; }
  .people-detail-body .gallery-wrap .people-gallery {
    overflow: hidden;
    position: relative;
    transition: 0.8s; }
.people-detail-body .profiles form {
  font-size: 1.3em;
  color: #889ba1;
  float: right; }
.people-detail-body .profiles input {
  display: none; }
.people-detail-body .profiles .fa {
  transition: all .2s; }
.people-detail-body .profiles label.ps-checked {
  margin: 0 5px; }
.people-detail-body .profiles label input:checked + .fa {
  color: #ed2a7a; }

.people-detail-body #gallery_title {
  float: none;
  margin: -80px auto 0;
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .people-detail-body #gallery_title {
      padding-bottom: 0px;
      float: left;
      margin: -80px 0 0 56px; } }

#events-landing .person-card {
  height: 330px;
  width: 259px;
  display: block;
  margin: 20px auto;
  text-align: center;
  position: relative;
  overflow: hidden; }
  #events-landing .person-card a {
    display: block;
    height: 330px; }
    #events-landing .person-card a:hover {
      -moz-text-decoration-color: inherit; }
    #events-landing .person-card a:focus {
      -moz-text-decoration-color: inherit; }
  @media (min-width: 768px) {
    #events-landing .person-card {
      margin-right: 25px;
      margin-bottom: 25px;
      display: inline-table; } }
  @media (min-width: 1200px) {
    #events-landing .person-card:nth-child(4n) {
      margin-right: 0; } }
#events-landing .card-inner {
  border: 1px solid #e2e2e2;
  display: block;
  height: 100%;
  padding: 28px;
  position: relative;
  text-decoration: none;
  width: 100%; }
  #events-landing .card-inner .name, #events-landing .card-inner .outside_description, #events-landing .card-inner .inside_description {
    transition: all .75s; }
  #events-landing .card-inner > .name {
    color: #ed2a7a;
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 15px; }
  #events-landing .card-inner > .outside_description {
    color: #4c5051;
    font-size: 0.875em; }
  #events-landing .card-inner .inside_description {
    text-align: left;
    color: white;
    font-size: 0.875em;
    line-height: 1.3em;
    position: relative;
    opacity: 0;
    top: 10px;
    z-index: 1; }
  #events-landing .card-inner > .photo {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    bottom: 72px;
    float: none;
    height: 152px;
    left: 54.5px;
    position: absolute;
    width: 152px; }
  #events-landing .card-inner .badges {
    bottom: 25px;
    position: absolute; }
    #events-landing .card-inner .badges ul li {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block;
      height: 26px;
      width: 22px; }
      #events-landing .card-inner .badges ul li.speaker {
        background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/people_badges/speaker.svg"); }
      #events-landing .card-inner .badges ul li.fed50 {
        background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/people_badges/fed50.svg"); }
      #events-landing .card-inner .badges ul li.mentor {
        background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/people_badges/mentor.svg"); }
      #events-landing .card-inner .badges ul li.profile {
        background-image: url("https://s3.amazonaws.com/fedscoop-media/assets/img/icons/people_badges/profile.svg"); }
  #events-landing .card-inner:before {
    content: '';
    transition: all 0.75s ease 0s;
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 0px solid transparent;
    border-top: 100px solid transparent;
    border-bottom: 70px solid #e2e2e2;
    position: absolute;
    right: 0;
    bottom: 0; }
  #events-landing .card-inner:after {
    transition: all 0.75s ease 0s;
    content: '';
    width: 0;
    height: 0;
    border-left: 71px solid transparent;
    border-right: 0px solid transparent;
    border-top: 100px solid transparent;
    border-bottom: 71px solid white;
    position: absolute;
    right: -1px;
    bottom: -1px; }
  #events-landing .card-inner:hover .name {
    color: white;
    position: relative;
    z-index: 1;
    opacity: 0; }
  #events-landing .card-inner:hover .outside_description {
    opacity: 0; }
  #events-landing .card-inner:hover .inside_description {
    opacity: 1;
    top: -47px; }
  #events-landing .card-inner:hover:after {
    opacity: .75;
    border-bottom: 660px solid #ed2a7a;
    border-left: 522px solid transparent; }
  #events-landing .card-inner:hover:before {
    border-bottom: 70px solid transparent; }
#events-landing .event-top {
  background-color: #eceff0; }
  #events-landing .event-top .container {
    position: relative;
    z-index: 5; }
  #events-landing .event-top .events-list .section_heading:first-of-type {
    margin-top: 28px !important; }
  #events-landing .event-top .section-title {
    position: relative;
    float: none;
    margin: 0 auto; }
    @media (min-width: 992px) {
      #events-landing .event-top .section-title {
        margin-left: 25px;
        float: left; }
        #events-landing .event-top .section-title:before {
          content: '';
          width: 0;
          height: 0;
          border-left: 50px solid transparent;
          border-right: 0px solid transparent;
          border-top: 50px solid #eceff0;
          position: absolute;
          left: -50px; } }
  #events-landing .event-top .events-banner {
    height: 368px; }
#events-landing .exploring-header {
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 0;
  margin: 0; }
  #events-landing .exploring-header .exploring {
    color: white; }
#events-landing .featured {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-bottom: 50px; }
  #events-landing .featured .section-title {
    float: none;
    margin: 0 auto; }
    @media (min-width: 992px) {
      #events-landing .featured .section-title {
        margin: -1px 40px 0 25px;
        float: left; } }
    #events-landing .featured .section-title:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 50px solid transparent;
      border-right: 0px solid transparent;
      border-top: 50px solid white;
      position: absolute;
      left: -50px; }
#events-landing .section-name {
  position: inherit;
  /* or featured pos relative and section-name absolute*/
  margin: 30px 0 42px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  height: 51px; }
  #events-landing .section-name span {
    text-align: center;
    width: 100%;
    float: left;
    height: 50px; }
    @media (min-width: 992px) {
      #events-landing .section-name span {
        width: auto; } }
    #events-landing .section-name span h2 {
      font-family: "ff-tisa-web-pro",serif;
      font-style: italic;
      font-weight: normal;
      font-size: 1.5em;
      line-height: 42px; }
    #events-landing .section-name span:last-child {
      float: right;
      line-height: 50px; }
      #events-landing .section-name span:last-child p {
        font-family: "effra",sans-serif;
        color: #889ba1;
        font-size: .75em;
        text-transform: uppercase; }
        #events-landing .section-name span:last-child p a {
          text-decoration: none;
          color: inherit; }
          #events-landing .section-name span:last-child p a:hover {
            color: #ed2a7a; }
#events-landing .past {
  margin-top: 30px;
  margin-bottom: 30px; }
  #events-landing .past .section-name {
    margin-bottom: 10px; }
    #events-landing .past .section-name > span {
      float: left; }
      @media (min-width: 992px) {
        #events-landing .past .section-name > span {
          margin-left: 20px; } }
  #events-landing .past .events-list-item {
    background-color: #eceff0; }
    #events-landing .past .events-list-item:first-child {
      margin-top: 0; }
    #events-landing .past .events-list-item .extra-details {
      color: black; }
    #events-landing .past .events-list-item:hover {
      background-color: black; }
      #events-landing .past .events-list-item:hover .events-location {
        opacity: 0; }
      #events-landing .past .events-list-item:hover .events-title, #events-landing .past .events-list-item:hover .extra-details, #events-landing .past .events-list-item:hover .view-details a {
        color: white; }
  #events-landing .past .filters {
    display: block; }
    @media (min-width: 992px) {
      #events-landing .past .filters {
        display: inline-block; } }
  #events-landing .past .filters {
    float: none;
    margin: 15px auto 50px auto; }
    #events-landing .past .filters li.year-filter {
      position: relative; }
      #events-landing .past .filters li.year-filter:hover {
        background-color: black; }
      #events-landing .past .filters li.year-filter ul {
        display: none;
        border-top: 2px solid white;
        width: 100%;
        position: absolute;
        background-color: #ed2a7a;
        text-align: center; }
        #events-landing .past .filters li.year-filter ul li {
          width: 100%; }
          #events-landing .past .filters li.year-filter ul li:hover {
            background-color: black; }
        #events-landing .past .filters li.year-filter ul a {
          color: white; }
      #events-landing .past .filters li.year-filter:hover ul {
        display: block; }
    @media (min-width: 992px) {
      #events-landing .past .filters {
        float: right;
        margin-top: 15px 0 0 0; } }
    #events-landing .past .filters ul li {
      display: inline-block; }
      #events-landing .past .filters ul li a {
        font-family: "effra",sans-serif;
        font-size: .9em;
        color: #889ba1;
        display: block;
        height: 26px;
        line-height: 26px;
        padding: 0 15px;
        text-decoration: none;
        text-transform: uppercase; }
      #events-landing .past .filters ul li.active, #events-landing .past .filters ul li:hover {
        background-color: #ed2a7a; }
        #events-landing .past .filters ul li.active a, #events-landing .past .filters ul li:hover a {
          color: white; }
#events-landing .section-left {
  float: left; }
  @media (min-width: 992px) {
    #events-landing .section-left {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 1200px) {
    #events-landing .section-left {
      width: 741px; } }
#events-landing .section-right {
  float: right; }
  @media (min-width: 992px) {
    #events-landing .section-right {
      float: left;
      width: 33.33333%;
      padding-left: 28px; } }
  @media (min-width: 1200px) {
    #events-landing .section-right {
      padding-left: 0;
      margin-left: 27px;
      width: 356px; } }
  #events-landing .section-right .ad {
    height: 460;
    width: 354;
    margin-bottom: 28px;
    width: 100%;
    height: auto; }
    @media (min-width: 992px) {
      #events-landing .section-right .ad {
        border: 1px solid #d7d7d7; } }
    @media (min-width: 1200px) {
      #events-landing .section-right .ad {
        padding: 28px; } }
#events-landing .become-sponsor {
  float: right;
  background-color: black;
  color: white;
  padding: 28px;
  margin: 28px 0; }
  #events-landing .become-sponsor p, #events-landing .become-sponsor h2 {
    margin-bottom: 20px; }
  #events-landing .become-sponsor p {
    line-height: 1.4em; }
    #events-landing .become-sponsor p:first-child {
      font-size: 1.4em;
      font-style: italic;
      text-align: center; }
  #events-landing .become-sponsor h2 {
    font-size: 2em;
    font-weight: bold;
    font-family: "effra",sans-serif;
    text-align: center; }
    #events-landing .become-sponsor h2 span {
      color: #ed2a7a; }
  #events-landing .become-sponsor a.button.white-white {
    margin-top: 20px;
    width: 100%;
    text-align: center; }
    #events-landing .become-sponsor a.button.white-white:hover {
      color: white;
      background-color: #ed2a7a;
      border-color: #ed2a7a; }

#tv_radio_ad-top {
  margin-bottom: 28px; }
  #tv_radio_ad-top .full-width-ad {
    height: 128px;
    padding: 9px 0 0 0; }

#article .see-more {
  /**/
  margin-bottom: 10px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }
  #article .see-more > :first-child {
    float: left;
    font-style: italic;
    font-size: 1.4em; }
    #article .see-more > :first-child .accent {
      color: #ed2a7a; }
  #article .see-more > .breadcrumb {
    font-size: .8em;
    float: right;
    text-transform: uppercase;
    font-family: "effra",sans-serif;
    color: #889ba1; }
#article .date {
  font-family: "effra",sans-serif;
  color: #889ba1;
  font-size: 0.875em;
  text-transform: uppercase;
  margin-bottom: 50px; }
  #article .date span {
    color: #c0c9cc; }

.blank-page-content p, .blank-page-content ul {
  font-size: 1.125em;
  line-height: 1.5em;
  color: #4c5051;
  margin-bottom: 30px; }
.blank-page-content a {
  color: #ee2a7b; }
.blank-page-content strong {
  color: black; }
.blank-page-content img {
  float: left;
  margin: 10px;
  margin-left: 0; }
.blank-page-content blockquote {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  font-size: 1.375em;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 50px;
  margin-left: 18px;
  padding-bottom: 43px;
  padding-top: 43px;
  padding-left: 53px;
  padding-right: 53px;
  text-align: center; }
  @media (min-width: 992px) {
    .blank-page-content blockquote {
      margin-left: 90px; } }
  @media (min-width: 768px) {
    .blank-page-content blockquote {
      width: auto; } }
  @media (min-width: 1200px) {
    .blank-page-content blockquote {
      width: 592px; } }
  .blank-page-content blockquote:before {
    color: #ed2a7a;
    content: '\201c'; }
  .blank-page-content blockquote:after {
    color: #ed2a7a;
    content: '\201d'; }

.article-series .article-nav {
  display: inline-block;
  text-decoration: none;
  padding: 5px 15px;
  border: 3px solid #ee2a7b;
  color: #ee2a7b;
  font-family: 'effra',sans-serif;
  width: 200px;
  margin-bottom: 30px;
  transition: all 0.3s; }
  .article-series .article-nav:first-of-type {
    margin-right: 30px; }
  .article-series .article-nav:hover {
    background-color: #ee2a7b;
    color: white; }
  .article-series .article-nav:only-child {
    margin-right: 0; }
  @media screen and (max-width: 500px) {
    .article-series .article-nav {
      margin-right: 0 !important; } }
.article-series .full-list {
  display: inline-block;
  text-decoration: none;
  /* padding: 5px 15px; */
  font-family: 'effra',sans-serif;
  width: 200px;
  text-align: center;
  color: #ee2a7b; }

/*footer {
	line-height: 40px;
	height: 40px;
	color: #889ba1;
	padding: 5px 0;
	background-color: $fedscoop_pink;
	color: white;
	text-transform: uppercase;
}*/

/*# sourceMappingURL=style.css.map */
