@font-face {
  font-family: "HelveticaNeueBlack";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/HelveticaNeueLTStd-Blk.otf") format("opentype");
}
@font-face {
  font-family: "HelveticaNeueBlackCn";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/HelveticaNeueLTStd-BlkCn.otf") format("opentype");
}
/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * To FORCE PRINT all selectors you can search and replace a single { (opening
 * curly brace) and insert an empty comment. This is very useful in conjuction
 * with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
/* =============================================================================
 *   Base
 * ========================================================================== */
/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\0000341}}
html {
  background: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\0000345}}
body {
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  color: #9c9c9c;
  background: url(images/blue-static-pattern.png) repeat;
  -moz-osx-font-smoothing: grayscale;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\0000360}}
h1 {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  color: #cecfd8;
  font-weight: lighter;
  font-size: 2.2em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\0000368}}
h2 {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: lighter;
  color: #cecfd8;
  margin: 1.83em 0 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\0000376}}
h3 {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  color: #cecfd8;
  font-weight: lighter;
  margin: 1em 0 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\0000387}}
h5 {
  color: #aaaaaa;
  margin: 1em 0 0 0;
  font-size: 1.1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003159}}
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings. You can
 * style the .container class but do not add width such as border, padding,
 * margins etc.
 */
/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars the content column
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003203}}
#columns {
  padding-top: 40px;
  padding-bottom: 50px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003207}}
.page-amp #columns {
  padding-top: 0;
  padding-bottom: 0;
}

/*
 * Main content column wrapper
 */
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003222}}
.page-amp #main-content {
  margin: 0;
}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003232}}
.front #content,
.section-home #content {
  border-top: 2px solid #1d1d1d;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003239}}
#footer-divider {
  display: block;
  width: 100%;
  height: 30px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3MzczNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #474747), color-stop(100%, #373737));
  background-image: -moz-linear-gradient(#474747, #373737);
  background-image: -webkit-linear-gradient(#474747, #373737);
  background-image: linear-gradient(#474747, #373737);
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 0px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 0px 0px;
  position: relative;
}

/*
 * Footer wrapper
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003252}}
.region-footer .block-ftl-custom-blocks {
  float: left;
  color: #cecfd8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003255}}
.region-footer .block-ftl-custom-blocks .block-inner {
  margin-left: 20px;
  margin-right: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003260}}
.region-footer .block-ftl-custom-blocks .block-content h2 {
  color: #dbdbdb;
  margin: 0;
  padding: 15px 0;
  text-shadow: rgba(0, 0, 0, 0.8) -1px -1px 0, rgba(0, 0, 0, 0.8) 1px 0px 0, rgba(0, 0, 0, 0.8) 1px -1px 0, rgba(0, 0, 0, 0.8) -1px 1px 0, rgba(0, 0, 0, 0.8) 3px 3px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003267}}
.region-footer .block-ftl-custom-blocks .block-content p {
  font-size: 0.88em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003269}}
.region-footer .block-ftl-custom-blocks .block-content p a {
  color: #e3cd09;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003271}}
.region-footer .block-ftl-custom-blocks .block-content p a:hover {
  text-decoration: underline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003283}}
#block-ftl-custom-blocks-3 {
  width: 55%;
  text-align: justify;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003286}}
#block-ftl-custom-blocks-3 .footer-logo {
  width: 63px;
  height: 75px;
  background: url(../logo.png) no-repeat;
  background-size: 330px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 10px 0px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003298}}
#block-ftl-custom-blocks-3 .block-content ul.gold-btns li {
  margin: 0 20px 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003300}}
#block-ftl-custom-blocks-3 .block-content ul.gold-btns li:nth-child(1) a {
  background: url(images/icon-bolt.png) no-repeat 5px center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003303}}
#block-ftl-custom-blocks-3 .block-content ul.gold-btns li:nth-child(2) a {
  background: url(images/icon-amp.png) no-repeat 5px 5px;
  background-size: 30px;
  padding-left: 41px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003312}}
.page-live #block-ftl-custom-blocks-3 {
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003314}}
.page-live #block-ftl-custom-blocks-3 .block-inner {
  background: rgba(0, 0, 0, 0.4);
  padding: 0 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003319}}
.block-4,
.block-11 {
  text-align: center;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003323}}
.block-4 .newsletter-box,
.block-11 .newsletter-box {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 20px 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003328}}
.block-4 .block-content ul.social-network-icons,
.block-11 .block-content ul.social-network-icons {
  margin: 12px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003330}}
.block-4 .block-content ul.social-network-icons li,
.block-11 .block-content ul.social-network-icons li {
  margin: 3px 3px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003332}}
.block-4 .block-content ul.social-network-icons li a,
.block-11 .block-content ul.social-network-icons li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  height: 40px;
  width: 40px;
  background-size: 30px 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003337}}
.block-4 .block-content ul.social-network-icons li a:hover,
.block-11 .block-content ul.social-network-icons li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003343}}
.block-4 .block-content p,
.block-11 .block-content p {
  font-size: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003349}}
.sidebar .block-4 .menu-stick {
  width: 300px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003352}}
.sidebar .block-4 .newsletter-box {
  padding: 20px 20px 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003354}}
.sidebar .block-4 .newsletter-box h2 {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003359}}
#footer .block-11 {
  width: 45%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003363}}
#block-ftl-custom-blocks-5 .block-content {
  line-height: 0;
  background-color: black;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003366}}
#block-ftl-custom-blocks-5 .block-content a {
  width: 100%;
  display: block;
}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps the leaderboard
 */
/*
 * Wraps the header
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003397}}
#header-wrapper {
  /* Debug styles, is this working */
  background: url(images/blue-stripe-pattern.png) repeat-x top center;
  position: relative;
  z-index: 2;
}

/*
 * Wraps messages and help
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003414}}
#messages-help-wrapper {
  margin-top: -5px;
}

/*
 * Wraps the secondary content/preface region
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003424}}
#secondary-content-wrapper .block .block-inner {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003427}}
#secondary-content-wrapper .ad-shell {
  color: white;
  background: url(images/amp-heartbeat@2x.jpg) repeat-x top center;
  background-size: 156px 113px;
  height: 0px;
  width: 100%;
  overflow: hidden;
  transition: height 0.3s ease 0s;
  position: relative;
  z-index: 2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003437}}
#secondary-content-wrapper .ad-shell.open-ad {
  transition-delay: 0s;
  height: 113px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003441}}
#secondary-content-wrapper .ad-shell.close-ad {
  height: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003444}}
#secondary-content-wrapper .ad-shell > a {
  height: 100%;
  width: 100%;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003449}}
#secondary-content-wrapper .ad-shell .ad-inner {
  height: 100%;
  width: 100%;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.25) 50%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.25) 50%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.25) 50%, transparent 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.25) 50%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#00000000',GradientType=1 );
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003461}}
#secondary-content-wrapper .ad-shell .ad-inner:hover .ad-details {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003465}}
#secondary-content-wrapper .ad-shell .ad-details {
  width: 502px;
  margin: auto;
  position: relative;
  left: -50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transition: all 0.2s;
  color: #dbdbdb;
  font-size: 20px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003475}}
#secondary-content-wrapper .ad-shell .ad-details span {
  font-size: 1.25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003478}}
#secondary-content-wrapper .ad-shell .ad-details .amp-logo {
  background: url(images/amp-logo.png) no-repeat center center;
  background-size: 145px 101px;
  width: 145px;
  height: 113px;
  display: block;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003486}}
#secondary-content-wrapper .ad-shell .ad-details .amp-text {
  margin-top: 19px;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003490}}
#secondary-content-wrapper .ad-shell .ad-details .btn {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWExNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkOTkxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffea15), color-stop(100%, #dd9911));
  background-image: -moz-linear-gradient(#ffea15, #dd9911);
  background-image: -webkit-linear-gradient(#ffea15, #dd9911);
  background-image: linear-gradient(#ffea15, #dd9911);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 0 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003496}}
#secondary-content-wrapper .ad-shell .ad-details .btn div {
  display: block;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  color: black;
  line-height: 1;
  padding: 12px 10px 8px 20px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 0 0;
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 14px;
  padding-right: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003362}}
#secondary-content-wrapper .ad-shell .ad-details .btn div:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003506}}
.ftl-live #secondary-content-wrapper .ad-shell {
  height: 113px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003508}}
.ftl-live #secondary-content-wrapper .ad-shell .ad-details {
  left: -25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003510}}
.ftl-live #secondary-content-wrapper .ad-shell .ad-details .amp-text {
  line-height: 1.3;
  margin-top: 26px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003517}}
.front #jp_container_1 .jp-custom-play {
  background-color: #F5DEB3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003520}}
#homepage-call-to-action {
  border-top: #a0a0a0 1px solid;
  border-bottom: #232222 solid 28px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZGViMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5deb3), color-stop(100%, #bebebe));
  background-image: -moz-linear-gradient(#f5deb3, #bebebe);
  background-image: -webkit-linear-gradient(#f5deb3, #bebebe);
  background-image: linear-gradient(#f5deb3, #bebebe);
  height: 84px;
  width: 100%;
  color: #232222;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003534}}
#homepage-call-to-action .cta-inner .cta-play-border-fix {
  position: absolute;
  height: 1px;
  left: 50px;
  width: 49px;
  background-color: #F5DEB3;
  margin-top: -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003542}}
#homepage-call-to-action .cta-inner .cta-comment-here {
  position: absolute;
  right: 14px;
  display: block;
  width: 127px;
  height: 47px;
  background: url(images/call-to-action-comment.png) no-repeat;
  background-size: 127px 47px;
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003552}}
#homepage-call-to-action .cta-inner .cta-close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: absolute;
  right: 6px;
  margin-top: -2px;
  font-size: 0.88em;
  color: #303030;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003560}}
#homepage-call-to-action .cta-inner .cta-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003564}}
#homepage-call-to-action .cta-inner .cta-text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-align: center;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 30px;
  padding: 10px 0 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003571}}
#homepage-call-to-action .cta-inner .cta-text div {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0px 20px 37px;
  border-color: transparent transparent transparent #232222;
  position: relative;
  top: 10px;
  margin: 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003584}}
#homepage-call-to-action:hover .cta-inner .cta-text {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*
 * Wraps the main content column
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003591}}
#content-wrapper {
  background: #232222;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003595}}
.page-checkout #content-wrapper .container {
  max-width: 1150px;
}

/*
 * Wraps the tertiary content/postfix region
 */
/*
 * Footer wrapper
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003610}}
#footer-wrapper {
  background: url(images/blue-static-pattern.png) repeat;
  background-size: 50px 50px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003614}}
#footer-wrapper .container {
  background: url(images/blue-stripe-pattern.png) repeat-x top center;
  padding: 40px 0px 0px;
}

/*
* FTL is Live
*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003624}}
.ftl-live #footer-wrapper .container {
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003627}}
.ftl-live #skip-live-show {
  text-align: center;
  padding: 17px 0 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003631}}
.ftl-live #skip-live-show .skip-live-show-inner #logo {
  float: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003634}}
.ftl-live #skip-live-show .skip-live-show-inner span {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #aaaaaa;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003639}}
.ftl-live #skip-live-show .skip-live-show-inner a.skip-live-link {
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003644}}
.ftl-live #secondary-content-wrapper {
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003647}}
.ftl-live #live-streaming-chat {
  line-height: 0;
  margin: auto;
  max-width: 850px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003652}}
.ftl-live .streaming {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003655}}
.ftl-live #cam-streaming {
  margin-top: -310px;
  z-index: -1;
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  height: 310px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003662}}
.ftl-live #cam-streaming.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003666}}
.ftl-live #audio-streaming {
  line-height: 1;
  height: 310px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003669}}
.ftl-live #audio-streaming .inner-audio-streaming {
  width: 45%;
  margin: auto;
  position: relative;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003674}}
.ftl-live #audio-streaming .inner-audio-streaming .audio-streaming-bg {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 42px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003678}}
.ftl-live #audio-streaming .inner-audio-streaming .audio-streaming-bg #audio-streaming-callout {
  font-size: 13px;
  margin: 10px 0;
  line-height: 1.2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003682}}
.ftl-live #audio-streaming .inner-audio-streaming .audio-streaming-bg #audio-streaming-callout span {
  font-size: 27px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  color: #cecfd8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003690}}
.ftl-live #audio-streaming .live-stream-callout {
  float: none;
  margin: 20px auto 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003694}}
.ftl-live #audio-streaming .live-stream-callout .callout-content {
  background-color: rgba(0, 0, 0, 0.6);
  float: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003697}}
.ftl-live #audio-streaming .live-stream-callout .callout-content .callout-padding {
  padding: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003699}}
.ftl-live #audio-streaming .live-stream-callout .callout-content .callout-padding a {
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003703}}
.ftl-live #audio-streaming .live-stream-callout .callout-content .callout-padding .live-text .dot {
  width: 16px;
  height: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003707}}
.ftl-live #audio-streaming .live-stream-callout .callout-content .callout-padding .live-text span {
  font-size: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003715}}
.ftl-live #content-wrapper {
  background-color: transparent;
  max-width: 1090px;
  text-align: center;
  margin: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003721}}
.ftl-live #mobile-listening-options {
  display: none;
  float: left;
  width: 35%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003725}}
.ftl-live #mobile-listening-options a {
  color: white;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 50px 10px 0px;
  margin: 0px 0px 5px 10px;
  height: 22px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background-color: black;
  background-image: url(images/icon-phone.png);
  background-size: 35px 35px;
  background-position: center 8px;
  background-repeat: no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003740}}
.ftl-live #mobile-listening-options a.tunein {
  background-image: url(images/icon-tunein.png);
  background-size: 35px 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003744}}
.ftl-live #mobile-listening-options a.callin {
  background-image: url(images/icon-mic.png);
  background-size: 23px 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003748}}
.ftl-live #mobile-listening-options a.android {
  background-image: url(images/icon-android.png);
  background-size: 31px 37px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003752}}
.ftl-live #mobile-listening-options a.ios {
  background-image: url(images/icon-apple.png);
  background-size: 31px 37px;
  text-transform: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003762}}
.live-options {
  width: 100%;
  margin: auto;
  display: block;
  padding: 10px 0px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003767}}
.live-options ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003772}}
.live-options li {
  list-style: none;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin: 0 10px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003778}}
.live-options li > a {
  display: block;
  padding: 30px 16px 11px;
  color: #FFF;
  opacity: 0.5;
  cursor: pointer;
  font-size: 1em;
  background: transparent url("images/icon-popout-white@2x.png") no-repeat scroll center 8px/19px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003786}}
.live-options li > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003790}}
.live-options li > a.live-faq {
  background-image: url(images/icon-question-white@2x.png);
  background-size: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003794}}
.live-options li.changetip {
  display: inline-block;
  top: 7px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003802}}
.live-options li:last-child {
  margin-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003805}}
.live-options li.switch-stream a {
  background-image: url(images/icon-arrow-switch@2x.png);
  background-size: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003810}}
.live-options li.switch-stream.hide {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003813}}
.live-options li.show-audio-stream.flash-me {
  -webkit-animation-name: flash;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
  -moz-animation-name: flash;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 3;
  animation-name: flash;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 3;
}
@-webkit-keyframes flash {
  0% {
    background-color: rgba(0, 0, 0, 0.4);
  }
  50% {
    background-color: white;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@-moz-keyframes flash {
  0% {
    background-color: rgba(0, 0, 0, 0.4);
  }
  50% {
    background-color: white;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@keyframes flash {
  0% {
    background-color: rgba(0, 0, 0, 0.4);
  }
  50% {
    background-color: white;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003817}}
.page-studio .live-options {
  width: 310px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003820}}
.ftl-cam-faq {
  display: none;
}

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003831}}
#branding {
  float: left;
}

/*
 * Logo
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003839}}
#logo {
  margin: 17px 15px 15px 5px;
  float: left;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003843}}
#logo img {
  vertical-align: bottom;
  width: 305px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003849}}
#mobile-callout-show-live {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  position: relative;
  text-align: center;
  padding: 9px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003856}}
#mobile-callout-show-live a {
  width: 100%;
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003861}}
#callout {
  float: left;
  margin: 19px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003864}}
#callout .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 13px 9px 0;
  border-color: transparent rgba(0, 0, 0, 0.4) transparent transparent;
  float: left;
  margin-top: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003873}}
#callout .callout-content {
  background-color: rgba(0, 0, 0, 0.4);
  float: left;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003877}}
#callout .callout-content .callout-padding {
  padding: 12px 15px 13px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003880}}
#callout .callout-content .callout-padding a .live {
  vertical-align: top;
  display: inline-block;
  width: 70px;
  height: 40px;
  background: red;
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
  background: url(images/studio-cam.gif) no-repeat center top;
  color: #cecfd8;
  line-height: 1.7;
  font-size: 17px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003894}}
#callout .callout-content .callout-padding a .live .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.6);
  margin: 10px auto;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003904}}
#callout .callout-content .callout-padding .text {
  margin: 0;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003907}}
#callout .callout-content .callout-padding .text span {
  color: #cecfd8;
  font-size: 13px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003911}}
#callout .callout-content .callout-padding .text a {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  color: #e3cd09;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003914}}
#callout .callout-content .callout-padding .text a:hover {
  color: #ffea15;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003921}}
#callout .callout-content .callout-padding a:hover .live {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003923}}
#callout .callout-content .callout-padding a:hover .live .play {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003927}}
#callout .callout-content .callout-padding a:hover .live-text {
  color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003935}}
.front #logo img {
  width: 400px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003938}}
.front #callout {
  margin-top: 29px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003940}}
.front #callout .callout-content .callout-padding {
  padding: 12px 15px 13px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003945}}
.live-text {
  margin: 2px 0 0;
  display: inline-block;
  color: #cecfd8;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003950}}
.live-text .dot {
  display: inline-block;
  border-radius: 30px;
  height: 13px;
  width: 13px;
  background: #de0000;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin: 0px 4px 0 0;
  position: relative;
  top: 1px;
}
@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003961}}
.live-text span {
  font-size: 16px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  line-height: 1;
}

/*
 * Wrapper for the site name and slogan
 */
/*
 * Site name (h1)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003977}}
#site-name {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003982}}
#site-name a:link, #site-name a:visited {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003987}}
#site-name a:hover, #site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\00003998}}
#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031010}}
#main-content-header {
  padding: 0 0 15px;
}

/*
 * The main page title (h1)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031018}}
#page-title {
  margin: 0;
  display: inline-block;
  line-height: 1;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031038}}
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031045}}
.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031061}}
ul.links {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031065}}
ul.links.inline {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031069}}
ul.links li {
  display: inline-block;
  list-style: none;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031076}}
.node .node-links {
  margin: 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031079}}
.node .node-links ul.links li {
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWExNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkOTkxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffea15), color-stop(100%, #dd9911));
  background-image: -moz-linear-gradient(#ffea15, #dd9911);
  background-image: -webkit-linear-gradient(#ffea15, #dd9911);
  background-image: linear-gradient(#ffea15, #dd9911);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031083}}
.node .node-links ul.links li a {
  display: block;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  color: black;
  line-height: 1;
  padding: 12px 10px 8px 34px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 18px 16px;
  background-position: 9px center;
  background-repeat: no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003362}}
.node .node-links ul.links li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031086}}
.node .node-links ul.links li.comment-add a {
  background-image: url(images/icon-forum-add@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031089}}
.node .node-links ul.links li.download-episode a {
  background-image: url(images/icon-download@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031092}}
.node .node-links ul.links li.website-link a {
  background-image: url(images/icon-popout@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031095}}
.node .node-links ul.links li.prev-episode a {
  background-image: url(images/icon-previous@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031098}}
.node .node-links ul.links li.next-episode a {
  background-image: url(images/icon-next@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031105}}
.node.node-teaser ul.links {
  margin: 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031107}}
.node.node-teaser ul.links li {
  background-color: #373737;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031110}}
.node.node-teaser ul.links li a {
  display: block;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: white;
  line-height: 1;
  padding: 8px 10px 6px 29px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 15px 15px;
  background-position: 9px center;
  background-repeat: no-repeat;
  background-image: url(images/icon-search@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003382}}
.node.node-teaser ul.links li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031114}}
.node.node-teaser ul.links li.comment-add a {
  display: block;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: white;
  line-height: 1;
  padding: 8px 10px 6px 34px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 18px 16px;
  background-position: 9px center;
  background-repeat: no-repeat;
  background-image: url(images/icon-forum-add-white@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003382}}
.node.node-teaser ul.links li.comment-add a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031118}}
.node.node-teaser ul.links li.comment-comments a {
  display: block;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: white;
  line-height: 1;
  padding: 8px 10px 6px 34px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 22px 23px;
  background-position: 4px center;
  background-repeat: no-repeat;
  background-image: url(images/icon-forum-topic-default@2x.png);
  background-position: 4px -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003382}}
.node.node-teaser ul.links li.comment-comments a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031123}}
.node.node-teaser ul.links li.affiliates-website a, .node.node-teaser ul.links li.website-link a {
  display: block;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: white;
  line-height: 1;
  padding: 8px 10px 6px 29px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 13px 13px;
  background-position: 9px center;
  background-repeat: no-repeat;
  background-image: url(images/icon-popout-white@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003382}}
.node.node-teaser ul.links li.affiliates-website a:hover, .node.node-teaser ul.links li.website-link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031132}}
.node-full {
  background: #272727;
  border-bottom: 2px solid #1d1d1d;
  border-top: 2px solid #1d1d1d;
  min-height: 130px;
  padding: 15px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031139}}
.node-full .node-content .field-type-image {
  float: left;
  padding: 0 15px 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031143}}
.node-full .node-content .default-date {
  color: #646569;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031146}}
.node-full .node-content .guest-tagline {
  color: #aaaaaa;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031153}}
.node-full .field-type-image img {
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031159}}
.node-publicity ul.links li.node-readmore a,
.node-guest ul.links li.node-readmore a {
  background-image: url(images/icon-play-white@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031162}}
.node-publicity ul.links li.node-readmore a.magnify-readmore,
.node-guest ul.links li.node-readmore a.magnify-readmore {
  background-image: url(images/icon-search@2x.png);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031166}}
.view-audio-promos .views-row,
.page-program-directors .jp-jplayer-inline {
  margin-bottom: 1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031170}}
.node-teaser .teaser-thumbnail .field-type-image {
  min-height: 125px;
  background-color: #232222;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031171}}
.node-podcast.node-teaser .teaser-thumbnail {
  background: url(images/news-podcast-default.png) no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031172}}
.node-affiliate.node-teaser .teaser-thumbnail {
  background: url(images/news-affiliate-default.png) no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031173}}
.node-audio-promo.node-teaser .teaser-thumbnail {
  background: url(images/news-podcast-default.png) no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031174}}
.node-guest.node-teaser .teaser-thumbnail {
  background: url(images/news-guest-default.png) no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031175}}
.node-publicity.node-teaser .teaser-thumbnail {
  background: url(images/news-update-default.png) no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031176}}
.node-simplenews.node-teaser .teaser-thumbnail {
  background: url(images/news-update-default.png) no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031177}}
.node-poll.node-teaser .teaser-thumbnail {
  background: url(images/news-update-default.png) no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031180}}
.node-simplenews .field-name-field-simplenews-term {
  margin: 0;
  display: inline-block;
  line-height: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031184}}
.node-simplenews .field-name-field-simplenews-term ul {
  padding: 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031187}}
.node-simplenews .field-name-field-simplenews-term ul li {
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031193}}
.node-simplenews.node-full .default-date {
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031196}}
.node-simplenews.node-full .full-author,
.node-simplenews.node-full .full-tag {
  margin-left: 15px;
  color: #646569;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031205}}
.node-teaser {
  padding: 20px 0 40px;
  border-bottom: 2px solid #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031208}}
.node-teaser .teaser-thumbnail {
  width: 125px;
  min-height: 114px;
  display: block;
  float: left;
  padding: 0 15px 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031215}}
.node-teaser .teaser-meat {
  padding-left: 140px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031217}}
.node-teaser .teaser-meat a {
  color: #918517;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031219}}
.node-teaser .teaser-meat a:hover {
  color: #e3cd09;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031223}}
.node-teaser .teaser-meat .node-content {
  padding-top: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031225}}
.node-teaser .teaser-meat .node-content section {
  display: flex;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031230}}
.node-teaser h1.node-title {
  font-size: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031232}}
.node-teaser h1.node-title a {
  color: #ad9d07;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031234}}
.node-teaser h1.node-title a:hover {
  color: #e3cd09;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031239}}
.node-teaser .teaser-info {
  font-size: 0.8em;
  color: #646569;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031242}}
.node-teaser .teaser-info .teaser-date,
.node-teaser .teaser-info .teaser-author {
  padding-right: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031246}}
.node-teaser .teaser-info span {
  white-space: nowrap;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031253}}
.node-poll .node-content {
  border-bottom: none;
  padding: 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031258}}
.node-poll .node-content .poll .bar {
  background: #373737;
  height: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031261}}
.node-poll .node-content .poll .bar .foreground {
  height: 25px;
  background: #646569;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031266}}
.node-poll .node-content .poll .percent {
  height: 25px;
  position: relative;
  top: -25px;
  margin-right: 10px;
}

/*
 * Search results are an ordered list so reset the margin
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031279}}
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031288}}
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031294}}
.attribution a {
  text-decoration: none;
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031298}}
.attribution a:hover, .attribution a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *  WYSIWYG (& WORDPRESS STYLES from FREE KEENE)
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031308}}
.alignleft {
  float: left;
  margin: 0px 15px 15px 0;
  padding: 10px 5px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031313}}
.wp-caption {
  text-align: center;
  font-size: smaller;
  background: #333333 none repeat scroll 0% 0%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031318}}
.alignright {
  float: right;
  margin: 0px 0px 15px 15px;
  padding: 10px 5px 0px;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*
 * Regions can be nested, such as when using Panels
 */
/*
 * Header region, embedded in the #header
 */
/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031391}}
.region-sidebar-second .region-inner {
  background-color: #1d1d1d;
  padding: 10px 0 30px;
}

/*
 * Tertiary content
 */
/*
 * Footer region
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031412}}
a {
  color: #ad9d07;
  text-decoration: none;
  transition: 0.2s all;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031431}}
a:hover {
  color: #ffea15;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031436}}
#media_player-wrapper {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #bebebe));
  background-image: -moz-linear-gradient(#fefefe, #bebebe);
  background-image: -webkit-linear-gradient(#fefefe, #bebebe);
  background-image: linear-gradient(#fefefe, #bebebe);
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px -3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px -3px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px -3px 0px;
  height: 45px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031444}}
#media_player-wrapper .block-inner {
  margin: 0px;
}

/* =============================================================================
 *   Main site jplayer and Inline jplayer.
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031454}}
#jp_container_1 ul.jp-controls,
.jp-jplayer-inline ul.jp-controls {
  padding: 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031457}}
#jp_container_1 ul.jp-controls li,
.jp-jplayer-inline ul.jp-controls li {
  list-style: none;
  border-right: rgba(0, 0, 0, 0.2) solid 1px;
  border-left: rgba(255, 255, 255, 0.2) solid 1px;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031462}}
#jp_container_1 ul.jp-controls li.first-btn,
.jp-jplayer-inline ul.jp-controls li.first-btn {
  clear: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031465}}
#jp_container_1 ul.jp-controls li a,
.jp-jplayer-inline ul.jp-controls li a {
  display: block;
  float: left;
  width: 48px;
  height: 45px;
  overflow: hidden;
  text-indent: 38px;
  line-height: 20;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031474}}
#jp_container_1 ul.jp-controls li a:hover,
.jp-jplayer-inline ul.jp-controls li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031477}}
#jp_container_1 ul.jp-controls li a.jp-previous,
.jp-jplayer-inline ul.jp-controls li a.jp-previous {
  background: url(images/icon-next.png) no-repeat center center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031478}}
#jp_container_1 ul.jp-controls li a.jp-play,
.jp-jplayer-inline ul.jp-controls li a.jp-play {
  background: url(images/icon-play.png) no-repeat center center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031479}}
#jp_container_1 ul.jp-controls li a.jp-pause,
.jp-jplayer-inline ul.jp-controls li a.jp-pause {
  background: url(images/icon-pause.png) no-repeat center center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031480}}
#jp_container_1 ul.jp-controls li a.jp-next,
.jp-jplayer-inline ul.jp-controls li a.jp-next {
  background: url(images/icon-previous.png) no-repeat center center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031483}}
#jp_container_1 ul.jp-controls .jp-volume-controls,
.jp-jplayer-inline ul.jp-controls .jp-volume-controls {
  background: url(images/icon-volume.png) no-repeat center center;
  background-size: 11px 28px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: -1px;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031490}}
#jp_container_1 ul.jp-controls .jp-volume-controls .jp-volume-bar,
.jp-jplayer-inline ul.jp-controls .jp-volume-controls .jp-volume-bar {
  position: relative;
  width: 20px;
  height: 45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031494}}
#jp_container_1 ul.jp-controls .jp-volume-controls .jp-volume-bar .jp-volume-bar-value,
.jp-jplayer-inline ul.jp-controls .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
  width: 20px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031502}}
#jp_container_1 ul.jp-controls .jp-volume-controls:hover,
.jp-jplayer-inline ul.jp-controls .jp-volume-controls:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031505}}
#jp_container_1 ul.jp-controls .jp-volume-controls:hover .jp-volume-bar .jp-volume-bar-value,
.jp-jplayer-inline ul.jp-controls .jp-volume-controls:hover .jp-volume-bar .jp-volume-bar-value {
  background-color: rgba(0, 0, 0, 0.3);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031512}}
#jp_container_1 .jp-progress,
.jp-jplayer-inline .jp-progress {
  margin-left: 171px;
  margin-right: 50px;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031516}}
#jp_container_1 .jp-progress .jp-seek-bar,
.jp-jplayer-inline .jp-progress .jp-seek-bar {
  position: relative;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031521}}
#jp_container_1 .jp-progress .jp-seek-bar .jp-play-bar,
.jp-jplayer-inline .jp-progress .jp-seek-bar .jp-play-bar {
  height: 45px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: top;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031527}}
#jp_container_1 .jp-progress .jp-seek-bar .jp-play-bar .jp-time-holder,
.jp-jplayer-inline .jp-progress .jp-seek-bar .jp-play-bar .jp-time-holder {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 8px;
  position: relative;
  z-index: 1;
  margin: 33px -55px 0;
  text-align: right;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031536}}
#jp_container_1 .jp-progress .jp-seek-bar .jp-play-bar .jp-time-holder span,
.jp-jplayer-inline .jp-progress .jp-seek-bar .jp-play-bar .jp-time-holder span {
  width: 50px;
  display: inline-block;
  margin-right: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031540}}
#jp_container_1 .jp-progress .jp-seek-bar .jp-play-bar .jp-time-holder span.jp-current-time,
.jp-jplayer-inline .jp-progress .jp-seek-bar .jp-play-bar .jp-time-holder span.jp-current-time {
  color: #646569;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031543}}
#jp_container_1 .jp-progress .jp-seek-bar .jp-play-bar .jp-time-holder span.jp-duration,
.jp-jplayer-inline .jp-progress .jp-seek-bar .jp-play-bar .jp-time-holder span.jp-duration {
  color: #646569;
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031551}}
#jp_container_1 .jp-progress .jp-seek-bar:hover .jp-time-holder,
.jp-jplayer-inline .jp-progress .jp-seek-bar:hover .jp-time-holder {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031556}}
#jp_container_1 .jp-details,
.jp-jplayer-inline .jp-details {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.6);
  top: -37px;
  position: relative;
  z-index: 1;
  height: 45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031565}}
#jp_container_1 .jp-details .jp-title,
.jp-jplayer-inline .jp-details .jp-title {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031567}}
#jp_container_1 .jp-details .jp-title.marquee,
.jp-jplayer-inline .jp-details .jp-title.marquee {
  -webkit-animation-name: marquee;
  -webkit-animation-duration: 50s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
  -webkit-animation-delay: 0.5s;
  -moz-animation-name: marquee;
  -moz-animation-duration: 50s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: paused;
  -moz-animation-delay: 0.5s;
  animation-name: marquee;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  animation-delay: 0.5s;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
@-moz-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031574}}
#jp_container_1 .jp-details .jp-title,
.jp-jplayer-inline .jp-details .jp-title {
  padding: 8px 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031576}}
#jp_container_1 .jp-details .jp-title span,
.jp-jplayer-inline .jp-details .jp-title span {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031581}}
#jp_container_1 ul.jp-custom-controls,
.jp-jplayer-inline ul.jp-custom-controls {
  float: right;
  margin-top: -90px;
  height: 45px;
  width: 50px;
  padding: 0;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031588}}
#jp_container_1 ul.jp-custom-controls li,
.jp-jplayer-inline ul.jp-custom-controls li {
  border-left: rgba(0, 0, 0, 0.2) solid 1px;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 1px 0px 0 inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 1px 0px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.2) 1px 0px 0 inset;
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031592}}
#jp_container_1 ul.jp-custom-controls li a,
.jp-jplayer-inline ul.jp-custom-controls li a {
  height: 45px;
  width: 50px;
  display: block;
  background: url(images/icon-info.png) no-repeat center 10px;
  background-size: 38px;
  text-indent: 40px;
  line-height: 20;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031602}}
#jp_container_1 ul.jp-custom-controls li a:hover,
.jp-jplayer-inline ul.jp-custom-controls li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031610}}
#jp_container_1.jp-state-playing .jp-progress {
  background: #f5deb3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031613}}
#jp_container_1.jp-state-playing .jp-details .jp-title {
  -webkit-animation-name: marquee;
  -webkit-animation-duration: 50s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
  -webkit-animation-delay: 0.5s;
  -moz-animation-name: marquee;
  -moz-animation-duration: 50s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: paused;
  -moz-animation-delay: 0.5s;
  animation-name: marquee;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  animation-delay: 0.5s;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
}
@-moz-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/* =============================================================================
 *   Extra Inline jplayer overrides.
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031623}}
.jp-jplayer-inline {
  height: 45px;
  background: #373737;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031628}}
.jp-jplayer-inline .jp-progress {
  margin-left: 121px;
  margin-right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031632}}
.jp-jplayer-inline .jp-progress .jp-seek-bar .jp-play-bar {
  height: 45px;
  background: rgba(255, 255, 255, 0.05);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031639}}
.jp-jplayer-inline ul.jp-controls li {
  border-left: none;
  padding-left: 1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031644}}
.jp-jplayer-inline ul.jp-controls li a.jp-play {
  background: url(images/icon-play-white@2x.png) no-repeat center center;
  background-size: 20px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031648}}
.jp-jplayer-inline ul.jp-controls li a.jp-pause {
  background: url(images/icon-pause-white@2x.png) no-repeat center center;
  background-size: 20px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031652}}
.jp-jplayer-inline ul.jp-controls li a.jp-download {
  background: url(images/icon-download-white@2x.png) no-repeat center center;
  background-size: 21px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031658}}
.jp-jplayer-inline ul.jp-controls .jp-volume-controls {
  background: url(images/icon-volume-white.png) no-repeat center center;
  background-size: 11px 28px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031663}}
.jp-jplayer-inline ul.jp-controls .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
  width: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031668}}
.jp-jplayer-inline ul.jp-controls .jp-volume-controls:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031671}}
.jp-jplayer-inline ul.jp-controls .jp-volume-controls:hover .jp-volume-bar .jp-volume-bar-value {
  background-color: rgba(255, 255, 255, 0.2);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031678}}
.jp-jplayer-inline .jp-details {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.05em;
  top: -39px;
  color: #9c9c9c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031683}}
.jp-jplayer-inline .jp-details .jp-current-time {
  margin-left: 15px;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031694}}
.nav {
  clear: both;
  margin: 0px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031697}}
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031703}}
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031712}}
.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031724}}
.nav .block {
  margin-bottom: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031732}}
#jp_container_2.jp-player-live .interface-bg {
  width: 147px;
  height: 147px;
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhiOGI4YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #8b8b8b));
  background-image: -moz-linear-gradient(#e3e3e3, #8b8b8b);
  background-image: -webkit-linear-gradient(#e3e3e3, #8b8b8b);
  background-image: linear-gradient(#e3e3e3, #8b8b8b);
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  margin: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031740}}
#jp_container_2.jp-player-live .jp-interface {
  margin: auto;
  width: 147px;
  height: 147px;
  display: table;
  line-height: 1;
  position: relative;
  top: -147px;
  margin-bottom: -147px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031749}}
#jp_container_2.jp-player-live .jp-interface .jp-controls {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 147px;
  width: 147px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031755}}
#jp_container_2.jp-player-live .jp-interface .jp-controls .jp-play {
  display: table-cell;
  vertical-align: middle;
  height: 147px;
  width: 147px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: url(images/icon-play-large@2x.png) no-repeat center center;
  background-size: 55px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031767}}
#jp_container_2.jp-player-live .jp-interface:hover .jp-controls .jp-play {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031770}}
#jp_container_2.jp-player-live .jp-interface .jp-pause {
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  height: 147px;
  width: 147px;
  display: block;
  background: #f5deb3 url(images/icon-pause-large@2x.png) no-repeat center center;
  background-size: 55px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031779}}
#jp_container_2.jp-player-live .jp-interface .jp-pause .jp-current-time {
  display: table-cell;
  vertical-align: middle;
  height: 147px;
  width: 147px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  color: #1d1d1d;
  font-size: 2.2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031790}}
#jp_container_2.jp-player-live .jp-interface:hover .jp-pause {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031793}}
#jp_container_2.jp-player-live .jp-interface .jp-seeking-bg {
  background: #f5deb3;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  width: 100% !important;
  height: 147px;
  display: block;
  position: relative;
  top: -147px;
  margin-bottom: -147px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031802}}
#jp_container_2.jp-player-live .jp-interface .jp-seeking-bg .loader-icon {
  background: url(images/loading-radio.gif) no-repeat center center;
  background-size: 55px;
  height: 147px;
  display: block;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */
/*
 * Wraps the nav elements
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031826}}
#nav-wrapper {
  margin-top: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031830}}
.ftl-live #nav-wrapper {
  margin-top: -49px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031834}}
#menu-bar .block-superfish {
  margin: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3MzczNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #474747), color-stop(100%, #373737));
  background-image: -moz-linear-gradient(#474747, #373737);
  background-image: -webkit-linear-gradient(#474747, #373737);
  background-image: linear-gradient(#474747, #373737);
  border-top: 1px solid #1d1d1d;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 0px;
  z-index: 2;
  position: relative;
  z-index: 999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031845}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1 {
  width: 20%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031847}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1 > a {
  padding: 0;
  height: 48px;
  width: 100%;
  text-align: center;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.4);
  -moz-box-shadow: rgba(0, 0, 0, 0.4) -1px 0 0 inset, rgba(128, 128, 128, 0.3) 1px 0 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) -1px 0 0 inset, rgba(128, 128, 128, 0.3) 1px 0 0 inset;
  box-shadow: rgba(0, 0, 0, 0.4) -1px 0 0 inset, rgba(128, 128, 128, 0.3) 1px 0 0 inset;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031859}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1 > a:before {
  content: "";
  display: inline-block;
  background: no-repeat 0px -50px;
  background-size: 38px 87px;
  width: 44px;
  height: 48px;
  margin: 0px 0 -20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031871}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1 > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031873}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1 > a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031877}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1 > a.active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWExNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkOTkxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffea15), color-stop(100%, #dd9911));
  background-image: -moz-linear-gradient(#ffea15, #dd9911);
  background-image: -webkit-linear-gradient(#ffea15, #dd9911);
  background-image: linear-gradient(#ffea15, #dd9911);
  color: rgba(0, 0, 0, 0.8);
  -moz-box-shadow: rgba(0, 0, 0, 0.7) -1px 0 0 inset, rgba(128, 128, 128, 0.3) 1px 0 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) -1px 0 0 inset, rgba(128, 128, 128, 0.3) 1px 0 0 inset;
  box-shadow: rgba(0, 0, 0, 0.7) -1px 0 0 inset, rgba(128, 128, 128, 0.3) 1px 0 0 inset;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031881}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1 > a.active:before {
  background-position: 0px 9px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031888}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1:nth-child(1) a:before {
  background-image: url(images/icon-tower.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031889}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1:nth-child(2) a:before {
  background-image: url(images/icon-info.png);
  width: 40px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031893}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1:nth-child(3) a:before {
  background-image: url(images/icon-group.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031894}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1:nth-child(4) a:before {
  background-image: url(images/icon-amp.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031895}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1:nth-child(5) a:before {
  background-image: url(images/icon-myaccount-main@2x.png);
  width: 40px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031900}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1 ul {
  width: 100% !important;
  margin-top: 13px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 2px;
  background: #373737;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031905}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1 ul li {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031907}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1 ul li a {
  padding: 0;
  height: 36px;
  width: 100%;
  text-align: center;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid #1d1d1d;
  -moz-box-shadow: #1d1d1d -1px 0 0 inset, #1d1d1d 1px 0 0 inset;
  -webkit-box-shadow: #1d1d1d -1px 0 0 inset, #1d1d1d 1px 0 0 inset;
  box-shadow: #1d1d1d -1px 0 0 inset, #1d1d1d 1px 0 0 inset;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031919}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1 ul li a:hover, #menu-bar .block-superfish ul#superfish-1 li.sf-depth-1 ul li a.active {
  color: rgba(255, 255, 255, 0.8);
  background: #474747;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031925}}
#menu-bar .block-superfish ul#superfish-1 li.sf-depth-1 ul li.active-trail a {
  color: rgba(255, 255, 255, 0.8);
  background: #474747;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031932}}
#menu-bar .block-superfish ul#superfish-1 > li.active-trail > a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWExNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkOTkxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffea15), color-stop(100%, #dd9911));
  background-image: -moz-linear-gradient(#ffea15, #dd9911);
  background-image: -webkit-linear-gradient(#ffea15, #dd9911);
  background-image: linear-gradient(#ffea15, #dd9911);
  color: rgba(0, 0, 0, 0.8) !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) -1px 0 0 inset, rgba(128, 128, 128, 0.3) 1px 0 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) -1px 0 0 inset, rgba(128, 128, 128, 0.3) 1px 0 0 inset;
  box-shadow: rgba(0, 0, 0, 0.7) -1px 0 0 inset, rgba(128, 128, 128, 0.3) 1px 0 0 inset;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031936}}
#menu-bar .block-superfish ul#superfish-1 > li.active-trail > a:before {
  background-position: 0px 9px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031944}}
.front #menu-bar .block-superfish ul#superfish-1 > li.active-trail > a {
  background-image: none;
  color: rgba(255, 255, 255, 0.4) !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031947}}
.front #menu-bar .block-superfish ul#superfish-1 > li.active-trail > a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  background-position: 0px -50px;
}

/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031960}}
.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031968}}
.at-mt .at-menu-toggle-button {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031972}}
.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031983}}
#header-wrapper .block-ftl-custom-blocks {
  float: right;
  clear: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031987}}
ul.social-network-icons {
  padding: 0px !important;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031990}}
ul.social-network-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000031994}}
ul.social-network-icons li a {
  display: block;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 30px;
  width: 30px;
  background: rgba(0, 0, 0, 0.4) no-repeat center center;
  line-height: 20;
  text-indent: 40px;
  overflow: hidden;
  background-size: 22px 22px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032008}}
ul.social-network-icons li a.facebook {
  background-image: url(images/icon-facebook.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032009}}
ul.social-network-icons li a.twitter {
  background-image: url(images/icon-twitter.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032010}}
ul.social-network-icons li a.gplus {
  background-image: url(images/icon-gplus.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032011}}
ul.social-network-icons li a.reddit {
  background-image: url(images/icon-reddit.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032012}}
ul.social-network-icons li a.youtube {
  background-image: url(images/icon-youtube.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032013}}
ul.social-network-icons li a.soundcloud {
  background-image: url(images/icon-soundcloud.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032014}}
ul.social-network-icons li a:hover {
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032025}}
#nav-wrapper #block-ftl-custom-blocks-2 {
  margin: 0;
  position: relative;
  z-index: 3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032029}}
#nav-wrapper #block-ftl-custom-blocks-2 div.share-btn {
  display: block;
  width: 56px;
  height: 48px;
  right: 0;
  margin-top: -48px;
  position: absolute;
  -moz-box-shadow: rgba(128, 128, 128, 0.3) 1px 0 0 inset;
  -webkit-box-shadow: rgba(128, 128, 128, 0.3) 1px 0 0 inset;
  box-shadow: rgba(128, 128, 128, 0.3) 1px 0 0 inset;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032039}}
#nav-wrapper #block-ftl-custom-blocks-2 div.share-btn a {
  display: block;
  width: 56px;
  height: 48px;
  cursor: pointer;
  background: url(images/icon-share.png) no-repeat center -50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032048}}
#nav-wrapper #block-ftl-custom-blocks-2 div.share-btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032052}}
#nav-wrapper #block-ftl-custom-blocks-2 div.share-btn.active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWExNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkOTkxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffea15), color-stop(100%, #dd9911));
  background-image: -moz-linear-gradient(#ffea15, #dd9911);
  background-image: -webkit-linear-gradient(#ffea15, #dd9911);
  background-image: linear-gradient(#ffea15, #dd9911);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032054}}
#nav-wrapper #block-ftl-custom-blocks-2 div.share-btn.active a {
  background-position: center 9px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032057}}
#nav-wrapper #block-ftl-custom-blocks-2 div.share-btn.active a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032063}}
#nav-wrapper #block-ftl-custom-blocks-2 ul.share-options {
  display: none;
  position: absolute;
  height: 43px;
  width: 288px;
  right: 0;
  background-color: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px 3px;
  top: 2px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032087}}
ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032116}}
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032133}}
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032139}}
.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
/*
 * Wraps breadcrumb
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032155}}
#breadcrumb-wrapper .container ol#crumbs {
  font-size: 0.85em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032159}}
#breadcrumb-wrapper .container .crumb,
#breadcrumb-wrapper .container .crumb a {
  color: #646569;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032164}}
#breadcrumb-wrapper .container .crumb:hover,
#breadcrumb-wrapper .container .crumb a:hover {
  color: #cecfd8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032167}}
#breadcrumb-wrapper .container .crumb .crumb-separator,
#breadcrumb-wrapper .container .crumb a .crumb-separator {
  color: #646569;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032171}}
#breadcrumb-wrapper .container .crumb {
  cursor: not-allowed;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032173}}
#breadcrumb-wrapper .container .crumb .crumb-separator {
  cursor: default;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032182}}
#breadcrumb {
  margin: 0;
  /* If the label is set to show in theme settings the label class is added */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032185}}
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032190}}
#breadcrumb .breadcrumb-label:after {
  content: ":";
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032194}}
#breadcrumb ol {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032199}}
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032203}}
#breadcrumb li {
  list-style: none;
  display: inline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032209}}
.page-amp #breadcrumb-wrapper,
.page-checkout #breadcrumb-wrapper {
  display: none;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032217}}
.item-list ul.pager {
  text-align: left;
  padding: 15px 0 15px 140px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032220}}
.item-list ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032226}}
.item-list ul.pager li.pager-current {
  font-weight: 700;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032232}}
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
  padding: 0;
  width: 60% !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032238}}
ul.pager li {
  padding: 0 !important;
  margin: 0;
  line-height: 2;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032243}}
ul.pager li.pager-current {
  background-color: #9c9c9c;
  color: #1d1d1d;
  padding: 6px 10px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032248}}
ul.pager li.pager-ellipsis {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032251}}
ul.pager li a {
  font-weight: bold;
  font-size: 0.86em;
  color: #9c9c9c;
  background-color: #373737;
  padding: 0px 8px !important;
  margin: 0 0 0 1px !important;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032259}}
ul.pager li a:hover {
  background-color: #9c9c9c;
  color: #1d1d1d;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032272}}
.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032309}}
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032318}}
#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032328}}
#skip-link a:link, #skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032339}}
#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032352}}
.front-page-switch {
  width: 100%;
  border-bottom: #1d1d1d 2px solid;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032355}}
.front-page-switch a.tab {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 2em;
  display: inline-block;
  padding: 6px 15px 0px;
  margin-bottom: -2px;
  height: 45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032364}}
.front-page-switch a.tab.active {
  border: 2px solid #1d1d1d;
  border-bottom: 2px solid #232222;
  color: #cecfd8;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwMzAzMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIzMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303030), color-stop(100%, #232222));
  background-image: -moz-linear-gradient(#303030, #232222);
  background-image: -webkit-linear-gradient(#303030, #232222);
  background-image: linear-gradient(#303030, #232222);
  border-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032372}}
.front-page-switch a.subscribe-btn {
  background-color: #373737;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: white;
  line-height: 1;
  padding: 8px 10px 6px 30px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 13px 13px;
  background-position: 9px center;
  background-repeat: no-repeat;
  background-image: url(images/icon-rss.png);
  margin: 15px;
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003382}}
.front-page-switch a.subscribe-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032380}}
#tasks {
  margin-bottom: 0px;
  display: inline-block;
  margin: 0 10px -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032384}}
#tasks ul {
  padding: 0;
  margin: 0;
  border: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032388}}
#tasks ul li {
  padding: 0;
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032394}}
a.inline-edit,
#tasks ul li a {
  border: 0;
  font-weight: bold;
  font-size: 0.86em;
  padding: 3px 10px;
  color: #9c9c9c;
  background-color: #373737;
  margin: 0 3px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032403}}
a.inline-edit:hover,
#tasks ul li a:hover {
  background-color: #9c9c9c;
  color: #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032407}}
a.inline-edit.active,
#tasks ul li a.active {
  background-color: #9c9c9c;
  color: #1d1d1d;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032412}}
a.inline-edit + div {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032415}}
a.inline-edit {
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032417}}
a.inline-edit:hover {
  background-color: rgba(255, 0, 0, 0.2);
  color: #9c9c9c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032421}}
a.inline-edit:hover + div {
  background-color: rgba(255, 0, 0, 0.2);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032425}}
ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032430}}
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032435}}
ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032445}}
ul.primary li a:hover, ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032454}}
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032464}}
ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032469}}
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032475}}
ul.secondary li a:hover, ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032489}}
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032501}}
.node-full .clearfix {
  clear: both;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032504}}
.node-full > .clearfix {
  padding: 5px 0 0;
}

/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032510}}
.field-label-inline {
  /* Remove the margin on inline field lables to preserve vertical formatting */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032513}}
.field-label-inline .field-label {
  margin: 0;
  color: #aaaaaa;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032522}}
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Taxonomy
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032534}}
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032539}}
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032544}}
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Float left setting
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032555}}
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032564}}
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032573}}
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/*
 * Block title
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032587}}
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032603}}
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032608}}
.block-content li {
  margin: 0;
  padding: 0;
}

/* =============================================================================
 *   Node Styling
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032634}}
.node .node-title {
  margin: 0;
}

/*** PAGE SPONSOR AD ***/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032669}}
a#page-sponsor-ad {
  text-align: center;
  background: #232222;
}

/**** PODCAST NODE ****/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032676}}
.node-podcast .field-name-field-soundcloud-url {
  line-height: 0;
  width: 310px;
  float: left;
  margin-right: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032682}}
.node-podcast ul.episode-links {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032684}}
.node-podcast ul.episode-links li {
  background-color: #373737;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  list-style: none;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032688}}
.node-podcast ul.episode-links li a {
  display: block;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: white;
  line-height: 1;
  padding: 8px 10px 6px 31px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 18px 16px;
  background-position: 9px center;
  background-repeat: no-repeat;
  background-image: url(images/icon-headphones@2x.png);
  background-position: 7px center;
  background-size: 18px 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003382}}
.node-podcast ul.episode-links li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032694}}
.node-podcast ul.episode-links li.studio-yt a {
  background-image: url(images/icon-youtube@2x.png);
  background-size: 22px 19px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032701}}
.view-filters {
  padding: 10px 10px 4px;
  background: #303030;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032704}}
.view-filters .views-exposed-widget {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032707}}
.view-filters .views-exposed-widget.views-submit-button input {
  margin-top: 0 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032713}}
.view-mp3-archives {
  padding-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032715}}
.view-mp3-archives .views-row {
  border-top: 2px solid #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032717}}
.view-mp3-archives .views-row article {
  padding: 18px 10px 8px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032720}}
.view-mp3-archives .views-row article .field-podcast-date {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.16em;
  display: inline-block;
  margin-right: 7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032726}}
.view-mp3-archives .views-row article .expand-details {
  float: right;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: right;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032732}}
.view-mp3-archives .views-row article.visable {
  padding-bottom: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032734}}
.view-mp3-archives .views-row article.visable .expand-details {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032738}}
.view-mp3-archives .views-row article .node-content {
  display: block;
  font-size: 0.86em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032742}}
.view-mp3-archives .views-row article nav.clearfix {
  display: inline-block;
  top: -2px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032746}}
.view-mp3-archives .views-row article nav.clearfix ul.links {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032750}}
.view-mp3-archives .views-row article nav.clearfix ul.links li {
  background-color: #373737;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 10px 6px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032753}}
.view-mp3-archives .views-row article nav.clearfix ul.links li.comment-add a {
  display: block;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: white;
  line-height: 1;
  padding: 8px 10px 6px 34px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 18px 16px;
  background-position: 9px center;
  background-repeat: no-repeat;
  background-image: url(images/icon-forum-add-white@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003382}}
.view-mp3-archives .views-row article nav.clearfix ul.links li.comment-add a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032757}}
.view-mp3-archives .views-row article nav.clearfix ul.links li.comment-comments a {
  display: block;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: white;
  line-height: 1;
  padding: 8px 10px 6px 34px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 22px 23px;
  background-position: 4px center;
  background-repeat: no-repeat;
  background-image: url(images/icon-forum-topic-default@2x.png);
  background-position: 4px -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003382}}
.view-mp3-archives .views-row article nav.clearfix ul.links li.comment-comments a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032762}}
.view-mp3-archives .views-row article nav.clearfix ul.links li.download-episode a {
  display: block;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: white;
  line-height: 1;
  padding: 8px 10px 6px 29px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 15px 15px;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-image: url(images/icon-download-white@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003382}}
.view-mp3-archives .views-row article nav.clearfix ul.links li.download-episode a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032766}}
.view-mp3-archives .views-row article nav.clearfix ul.links li.episode-details a {
  display: block;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: white;
  line-height: 1;
  padding: 8px 10px 6px 29px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 15px 15px;
  background-position: 9px center;
  background-repeat: no-repeat;
  background-image: url(images/icon-search@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003382}}
.view-mp3-archives .views-row article nav.clearfix ul.links li.episode-details a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032773}}
.view-mp3-archives .views-row article:hover nav.clearfix ul.links {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032778}}
.view-mp3-archives .views-row article:hover .expand-details {
  color: #cecfd8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032783}}
.view-mp3-archives .views-row-odd {
  background: #272727;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032786}}
.view-mp3-archives .views-row-last {
  border-bottom: 2px solid #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032792}}
.view-mp3-archives .views-row:hover nav.clearfix ul.links {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* these apply to all ajax progresses */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032798}}
.ajax-progress {
  height: 14px;
  display: inline-block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032802}}
.ajax-progress .throbber {
  height: 15px;
  /* tweak this according to your gif */
  width: 15px;
  /* tweak this according to your gif */
  line-height: 5;
  display: inline-block;
  margin: 2px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032810}}
.menu-stick.fixed {
  top: 0px;
  position: fixed;
  background: #232222;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032816}}
.stickyspacer {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032817}}
#stickyspacer1 {
  height: 47px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032821}}
.page-affiliates #tasks,
.page-promote-us #tasks {
  margin: 0px;
  padding: 8px 0 0;
  z-index: 2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032825}}
.page-affiliates #tasks .tabs li,
.page-promote-us #tasks .tabs li {
  list-style: none;
  display: inline-block;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032829}}
.page-affiliates #tasks .tabs li a,
.page-promote-us #tasks .tabs li a {
  font-size: 1em;
  padding: 6px 15px;
  margin: 0 3px 6px 0;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032840}}
.view-promotional-banners .view-content .views-row {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032843}}
.view-promotional-banners .view-content .views-row .field-name-field-image .field-item {
  width: 175px;
  height: 105px;
  overflow: auto;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032848}}
.view-promotional-banners .view-content .views-row .field-name-field-image .field-item img {
  position: absolute;
  max-width: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032854}}
.view-promotional-banners .view-content .views-row textarea {
  width: 170px;
  height: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032859}}
.view-promotional-banners .promo-help-text {
  margin-top: -42px;
  width: 47px;
  height: 42px;
  display: block;
  background: rgba(0, 0, 0, 0.9) url("images/icon-search@2x.png") no-repeat scroll center center/27px 27px;
  transition-duration: 0.3s;
  cursor: pointer;
  text-indent: 47px;
  overflow: hidden;
  line-height: 10;
  opacity: 1;
  position: relative;
  z-index: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032876}}
.view-affiliates {
  margin-bottom: 50px;
  border-bottom: 2px solid #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032877}}
.view-affiliates .view-header {
  background-color: #303030;
  color: #aaaaaa;
  font-weight: bolder;
  padding: 2px 7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032885}}
.view-affiliates .view-content table {
  margin: 0;
  border: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032889}}
.view-affiliates .view-content table thead tr {
  background-color: #303030;
  border-bottom: 2px solid #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032894}}
.view-affiliates .view-content table tbody {
  border-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032896}}
.view-affiliates .view-content table tbody tr.odd td.active,
.view-affiliates .view-content table tbody td.active {
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032900}}
.view-affiliates .view-content table tbody tr {
  border-bottom: 1px solid #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032902}}
.view-affiliates .view-content table tbody tr.odd {
  background-color: #272727;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032905}}
.view-affiliates .view-content table tbody tr.even {
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032908}}
.view-affiliates .view-content table tbody tr:hover {
  background-color: #303030;
  color: #aaaaaa;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032911}}
.view-affiliates .view-content table tbody tr:hover td.active {
  background-color: #303030;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032915}}
.view-affiliates .view-content table tbody tr.views-row-first {
  border-top: 2px solid #1d1d1d;
}

/************************
  Program Directors page
***************************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032927}}
.page-program-directors .sidebar .region-inner {
  background: transparent;
  padding: 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032930}}
.page-program-directors .sidebar .region-inner .block {
  background-color: #272727;
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032933}}
.page-program-directors .sidebar .region-inner .block .block-inner {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032936}}
.page-program-directors .sidebar .region-inner .block .block-content-content {
  padding: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032942}}
.page-program-directors .pd-promos {
  width: 50%;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032945}}
.page-program-directors .pd-promos div.pd-promos-inner {
  padding-right: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032951}}
#block-ftl-custom-blocks-6 .block-content {
  background: url(images/pd-heavy-hundred.png) no-repeat bottom center;
  min-height: 200px;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032955}}
#block-ftl-custom-blocks-6 .block-content .embeddable-content {
  padding-top: 68px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032957}}
#block-ftl-custom-blocks-6 .block-content .embeddable-content div {
  font-family: "HelveticaNeueBlackCn", "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  color: #272727;
  font-size: 18px;
  line-height: .9;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032964}}
#block-ftl-custom-blocks-6 .block-content .embeddable-content div strong {
  font-size: 42px;
  font-weight: lighter;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032968}}
#block-ftl-custom-blocks-6 .block-content .embeddable-content div:hover {
  color: black;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032972}}
#block-ftl-custom-blocks-6 .block-content .embeddable-content p {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032979}}
#block-ftl-custom-blocks-7 .block-title-wrapper,
#block-ftl-custom-blocks-8 .block-title-wrapper {
  background: url(images/pd-show-clock@2x.png) no-repeat center center;
  background-size: cover;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032982}}
#block-ftl-custom-blocks-7 .block-title-wrapper div,
#block-ftl-custom-blocks-8 .block-title-wrapper div {
  padding-top: 100px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032984}}
#block-ftl-custom-blocks-7 .block-title-wrapper div .block-title,
#block-ftl-custom-blocks-8 .block-title-wrapper div .block-title {
  color: #aaaaaa;
  background-color: rgba(39, 39, 39, 0.9);
  padding: 15px 15px 7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032991}}
#block-ftl-custom-blocks-7 .block-content ul,
#block-ftl-custom-blocks-8 .block-content ul {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000032994}}
#block-ftl-custom-blocks-7 .block-content ul li,
#block-ftl-custom-blocks-8 .block-content ul li {
  list-style: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033000}}
#block-ftl-custom-blocks-8 .block-title-wrapper {
  background-image: url(images/pd-graphics@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033003}}
#block-ftl-custom-blocks-8 .block-content ul {
  display: table-cell;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033005}}
#block-ftl-custom-blocks-8 .block-content ul:first-of-type {
  padding-right: 40px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033012}}
#block-views-testimonials-block {
  background-color: #161616;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033013}}
#block-views-testimonials-block .block-inner {
  padding: 10px 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033015}}
#block-views-testimonials-block .block-inner .block-content {
  background: url(images/quote-close1@2x.png) no-repeat bottom right;
  background-size: 93px 73px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033018}}
#block-views-testimonials-block .block-inner .block-content .view-testimonials {
  background: url(images/quote-open1@2x.png) no-repeat top left;
  background-size: 93px 73px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033025}}
#block-views-testimonials-block a {
  color: #808080;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033027}}
#block-views-testimonials-block a:hover {
  color: #cecfd8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033031}}
#block-views-testimonials-block .view-content {
  padding: 20px 20px 10px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033034}}
#block-views-testimonials-block .views-field-field-quote {
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033042}}
#block-views-testimonials-block .views-field-title,
#block-views-testimonials-block .views-field-field-testimonial-station {
  margin-right: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033050}}
#main-content .view-testimonials .views-row {
  margin-bottom: 15px;
  color: #aaaaaa;
  background-color: #272727;
  padding: 10px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033056}}
#main-content .view-testimonials .views-row .view-content-inner {
  padding: 20px;
  background: url(images/quote-close2@2x.png) bottom right no-repeat, url(images/quote-open2@2x.png) top left no-repeat;
  background-size: 93px 73px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033062}}
#main-content .view-testimonials .views-row:hover {
  background-color: #303030;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033066}}
#main-content .view-testimonials .views-field-field-quote {
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033073}}
#main-content .view-testimonials .views-field-title,
#main-content .view-testimonials .views-field-field-testimonial-station {
  margin-right: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033079}}
.page-about .node-teaser {
  border-top: 2px solid #1d1d1d;
  border-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033082}}
.page-about .node-teaser .node-content {
  padding-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033084}}
.page-about .node-teaser .node-content #onair {
  font-size: 0.8em;
  color: #646569;
}

/************************
  Subreddit page
***************************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033096}}
#submit-showprep {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWExNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkOTkxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffea15), color-stop(100%, #dd9911));
  background-image: -moz-linear-gradient(#ffea15, #dd9911);
  background-image: -webkit-linear-gradient(#ffea15, #dd9911);
  background-image: linear-gradient(#ffea15, #dd9911);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  margin: 10px 10px 0 0;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033101}}
#submit-showprep a {
  display: block;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  color: black;
  line-height: 1;
  padding: 12px 10px 8px 35px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 18px 16px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-image: url(images/icon-forum-add@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003362}}
#submit-showprep a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033107}}
.page-subreddit #content {
  border-top: 2px solid #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033110}}
.page-subreddit #main-content-header {
  padding-bottom: 7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033113}}
.page-subreddit #tasks {
  display: block;
  margin: 13px 0px 0px;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033118}}
.page-subreddit .thing {
  width: 100%;
  border-bottom: 2px solid #1d1d1d;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033122}}
.page-subreddit .thing:hover {
  background-color: #272727;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033125}}
.page-subreddit .thing .inner-thing {
  padding: 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033127}}
.page-subreddit .thing .inner-thing .rank {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033130}}
.page-subreddit .thing .inner-thing .voting {
  float: left;
  width: 35px;
  text-align: center;
  margin: auto;
  font-weight: bolder;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033136}}
.page-subreddit .thing .inner-thing .voting .arrow {
  display: block;
  height: 15px;
  width: 21px;
  overflow: hidden;
  text-indent: 21px;
  margin: auto;
  background-size: 21px 75px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033144}}
.page-subreddit .thing .inner-thing .voting .arrow.up {
  background-image: url(images/icons-reddit-voting@2x.png);
  background-position: 0px -20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033146}}
.page-subreddit .thing .inner-thing .voting .arrow.down {
  background-image: url(images/icons-reddit-voting@2x.png);
  background-position: 0px -39px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033148}}
.page-subreddit .thing .inner-thing .voting .arrow.downmod {
  background-image: url(images/icons-reddit-voting@2x.png);
  background-position: 0px -60px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033150}}
.page-subreddit .thing .inner-thing .voting .arrow.upmod {
  background-image: url(images/icons-reddit-voting@2x.png);
  background-position: 0px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033153}}
.page-subreddit .thing .inner-thing .voting .score {
  margin: 3px 0;
  color: #808080;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033158}}
.page-subreddit .thing .inner-thing .voting .unvoted div.score.dislikes,
.page-subreddit .thing .inner-thing .voting .unvoted div.score.likes {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033164}}
.page-subreddit .thing .inner-thing .thumb .self,
.page-subreddit .thing .inner-thing .thumb .default,
.page-subreddit .thing .inner-thing .thumb .nsfw {
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033170}}
.page-subreddit .thing .inner-thing .entry {
  color: #646569;
  padding-left: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033173}}
.page-subreddit .thing .inner-thing .entry .domain,
.page-subreddit .thing .inner-thing .entry .domain a {
  color: #646569;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033177}}
.page-subreddit .thing .inner-thing .entry .title {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033181}}
.page-subreddit .thing .inner-thing .entry .tagline .author {
  font-weight: bolder;
  color: #9c9c9c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033185}}
.page-subreddit .thing .inner-thing .entry .buttons li {
  background-color: #373737;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  margin: 5px 5px 0 0;
  font-weight: lighter;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033191}}
.page-subreddit .thing .inner-thing .entry .buttons li a {
  display: block;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: white;
  line-height: 1;
  padding: 8px 10px 6px 10px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 0 0;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding: 6px 8px 4px 8px;
  font-size: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003382}}
.page-subreddit .thing .inner-thing .entry .buttons li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033198}}
.page-subreddit .thing .inner-thing.dislikes .score {
  color: #34498c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033201}}
.page-subreddit .thing .inner-thing.likes .score {
  color: #dd9911;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033216}}
.page-subreddit-submit #tasks {
  float: none;
}

/************************
  AMP page
***************************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033227}}
.view-amplifiers.view-display-id-block {
  height: 750px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033231}}
.view-amplifiers.view-display-id-block .view-content {
  width: 120%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033233}}
.view-amplifiers.view-display-id-block .view-content .views-row {
  float: left;
  width: 99px;
  line-height: 0;
  height: 99px;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033240}}
.view-amplifiers.view-display-id-block .view-content img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033251}}
.view-amplifiers.view-display-id-block_1 .views-row,
.view-amplifiers.view-display-id-block_2 .views-row,
.view-amplifiers.view-display-id-block_3 .views-row,
.view-amplifiers.view-display-id-block_4 .views-row {
  float: left;
  width: 30%;
  background: #232222;
  margin: 0 5px 5px 0;
  padding: 10px;
  display: block;
  height: 86px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033260}}
.view-amplifiers.view-display-id-block_1 .views-row .views-field-picture,
.view-amplifiers.view-display-id-block_2 .views-row .views-field-picture,
.view-amplifiers.view-display-id-block_3 .views-row .views-field-picture,
.view-amplifiers.view-display-id-block_4 .views-row .views-field-picture {
  float: left;
  padding-right: 10px;
  line-height: 1;
  height: 85px;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033266}}
.view-amplifiers.view-display-id-block_1 .views-row .views-field-picture .user-picture img,
.view-amplifiers.view-display-id-block_2 .views-row .views-field-picture .user-picture img,
.view-amplifiers.view-display-id-block_3 .views-row .views-field-picture .user-picture img,
.view-amplifiers.view-display-id-block_4 .views-row .views-field-picture .user-picture img {
  width: 85px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033270}}
.view-amplifiers.view-display-id-block_1 .views-row .views-field-field-amp-name,
.view-amplifiers.view-display-id-block_2 .views-row .views-field-field-amp-name,
.view-amplifiers.view-display-id-block_3 .views-row .views-field-field-amp-name,
.view-amplifiers.view-display-id-block_4 .views-row .views-field-field-amp-name {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033274}}
.view-amplifiers.view-display-id-block_1 .views-row:hover,
.view-amplifiers.view-display-id-block_2 .views-row:hover,
.view-amplifiers.view-display-id-block_3 .views-row:hover,
.view-amplifiers.view-display-id-block_4 .views-row:hover {
  background: #1d1d1d;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033279}}
#amp-store-front {
  position: relative;
  margin: -750px auto 0;
  width: 625px;
  color: #cecfd8;
  padding: 45px 0 0;
  height: 705px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033290}}
#amp-store-front .amp-logo {
  background: url(images/amp-logo-alt@2x.png) no-repeat left top;
  background-size: 126px 85px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 23px;
  width: 143px;
  height: 90px;
  display: inline-block;
  margin-left: -10px;
  position: relative;
  z-index: 2;
  bottom: -16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033306}}
#amp-store-front .goal {
  display: inline-block;
  float: right;
  margin: 37px 0 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033310}}
#amp-store-front .goal a {
  background: #373737;
  padding: 8px 17px 6px;
  font-size: 14px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  float: right;
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033317}}
#amp-store-front .goal a:hover {
  background: #646569;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033319}}
#amp-store-front .goal a:hover + div {
  border-top-color: #646569;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033325}}
#amp-store-front .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 25px solid #373737;
  position: relative;
  z-index: 2;
  float: right;
  clear: both;
  margin: 0 5px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033337}}
#amp-store-front .progress-wrapper-notes {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: -70px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033342}}
#amp-store-front .progress-wrapper-notes .progress-wrapper-notes-inner {
  padding: 0 14px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033345}}
#amp-store-front .progress-wrapper-notes .amp-note {
  display: block;
  top: -16px;
  z-index: 2;
  position: relative;
  left: -10px;
  width: 140px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033352}}
#amp-store-front .progress-wrapper-notes .amp-note:hover {
  z-index: 3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033355}}
#amp-store-front .progress-wrapper-notes .amp-note.two {
  top: -71px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033358}}
#amp-store-front .progress-wrapper-notes .amp-note
a {
  background: #373737;
  padding: 6px 0 5px;
  font-size: 13px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  float: right;
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
  left: -80%;
  position: relative;
  text-align: center;
  width: 140px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033370}}
#amp-store-front .progress-wrapper-notes .amp-note
a:hover {
  background: #646569;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033372}}
#amp-store-front .progress-wrapper-notes .amp-note
a:hover + div {
  border-bottom-color: #646569;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033377}}
#amp-store-front .progress-wrapper-notes .amp-note.achieved {
  width: 400px;
  margin-bottom: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033380}}
#amp-store-front .progress-wrapper-notes .amp-note.achieved a {
  width: 400px;
  left: -92%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033386}}
#amp-store-front .progress-wrapper-notes .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 25px solid #373737;
  position: relative;
  z-index: 2;
  clear: both;
  margin: 0px;
  top: -50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033399}}
#amp-store-front .progress-wrapper {
  clear: both;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3MzczNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #474747), color-stop(100%, #373737));
  background-image: -moz-linear-gradient(#474747, #373737);
  background-image: -webkit-linear-gradient(#474747, #373737);
  background-image: linear-gradient(#474747, #373737);
  padding: 5px;
  margin: 0px 9px;
  position: relative;
  top: -18px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033407}}
#amp-store-front .progress-wrapper .progress-bar {
  background-image: url(images/amp-heartbeat-faded@2x.jpg);
  background-position: 0px center;
  background-repeat: repeat-x;
  background-size: 156px 113px;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033413}}
#amp-store-front .progress-wrapper .progress-bar .progress-sales {
  background-image: url(images/amp-heartbeat-yellow@2x.jpg);
  background-position: 0px center;
  background-repeat: repeat-x;
  background-size: 156px 113px;
  height: 70px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033419}}
#amp-store-front .progress-wrapper .progress-bar .progress-sales.progress-amp {
  background-image: url(images/amp-heartbeat@2x.jpg);
  margin-top: -70px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033424}}
#amp-store-front .progress-wrapper .progress-bar .progress-total {
  text-align: center;
  font-size: 50px;
  font-family: "HelveticaNeueBlackCn", "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  height: 70px;
  margin-top: -70px;
  line-height: 1.6em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033434}}
#amp-store-front .products {
  margin: auto;
  width: 606px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033437}}
#amp-store-front .products .product {
  display: inline-block;
  height: 198px;
  width: 117px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3MzczNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #474747), color-stop(100%, #373737));
  background-image: -moz-linear-gradient(#474747, #373737);
  background-image: -webkit-linear-gradient(#474747, #373737);
  background-image: linear-gradient(#474747, #373737);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  padding: 10px;
  margin-right: 15px;
  color: #cecfd8;
  text-align: center;
  font-family: "HelveticaNeueBlackCn", "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033449}}
#amp-store-front .products .product:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NjU2OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #646569), color-stop(100%, #474747));
  background-image: -moz-linear-gradient(#646569, #474747);
  background-image: -webkit-linear-gradient(#646569, #474747);
  background-image: linear-gradient(#646569, #474747);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033452}}
#amp-store-front .products .product:last-child {
  margin-right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033455}}
#amp-store-front .products .product .name {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033460}}
#amp-store-front .products .product .price {
  font-size: 60px;
  display: block;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #1d1d1d;
  padding-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033467}}
#amp-store-front .products .product .price div {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033470}}
#amp-store-front .products .product .price div:first-child {
  font-size: 30px;
  vertical-align: top;
  margin: 10px 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033475}}
#amp-store-front .products .product .price div:last-child {
  font-size: 15px;
  margin-left: 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033480}}
#amp-store-front .products .product.gold .price div:nth-child(2) {
  letter-spacing: -0.05em;
  margin-right: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033484}}
#amp-store-front .products .product .metal {
  background: url(images/amp-platinum@2x.png) no-repeat center top;
  background-size: 126px 86px;
  display: block;
  width: 126px;
  height: 86px;
  margin: -5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033492}}
#amp-store-front .products .product.silver .metal {
  background-image: url(images/amp-silver@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033495}}
#amp-store-front .products .product.gold .metal {
  background-image: url(images/amp-gold@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033500}}
#amp-store-front .text {
  text-align: center;
  margin: auto;
  width: 100%;
  margin: 40px 0 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033505}}
#amp-store-front .text .accepting {
  display: inline-block;
  margin: 10px 20px;
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033510}}
#amp-store-front .text img.creditcards {
  width: 110px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033511}}
#amp-store-front .text .authorize img {
  width: 95px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033512}}
#amp-store-front .text img.paypal {
  width: 101px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033513}}
#amp-store-front .text .bitcoin {
  line-height: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033515}}
#amp-store-front .text .bitcoin img {
  width: 111px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033521}}
#amp-content {
  position: relative;
  border-top: #1d1d1d solid 2px;
  background: #272727;
  padding-bottom: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033526}}
#amp-content .amp-menu {
  width: 100%;
  text-align: center;
  margin: -37px 0 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033531}}
#amp-content .amp-menu li {
  display: inline-block;
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033534}}
#amp-content .amp-menu li a {
  padding: 7px 13px;
  display: inline-block;
  background: #1d1d1d;
  margin: 0 5px 0 0;
  border-color: #1d1d1d;
  border-width: 2px 2px 0px;
  border-style: solid;
  cursor: pointer;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033546}}
#amp-content .amp-menu li.active a {
  background: #272727;
  color: #cecfd8;
  font-weight: bolder;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033553}}
#amp-content .amp-content {
  display: none;
  margin: auto;
  max-width: 1000px;
  padding: 40px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033558}}
#amp-content .amp-content.amp-about {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033561}}
#amp-content .amp-content.amp-amplifiers {
  max-width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033563}}
#amp-content .amp-content.amp-amplifiers h2 {
  clear: both;
  padding-top: 30px;
}

/* Magnific Popup Styling & Fading */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033573}}
.magnific-popup {
  position: relative;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3MzczNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #474747), color-stop(100%, #373737));
  background-image: -moz-linear-gradient(#474747, #373737);
  background-image: -webkit-linear-gradient(#474747, #373737);
  background-image: linear-gradient(#474747, #373737);
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px 2px;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
  top: 100px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-top: 1px solid #474747;
  border-left: 1px solid #474747;
  border-bottom: 1px solid #373737;
  border-right: 1px solid #373737;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033589}}
.mfp-fade {
  /* overlay at start */
  /* content at start */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033591}}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  /* overlay animate in */
  /* overlay animate out */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033597}}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033601}}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033606}}
.mfp-fade.mfp-wrap {
  /* content animate it */
  /* content animate out */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033607}}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033614}}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033618}}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033623}}
.mfp-close-btn-in .mfp-close {
  color: #9c9c9c !important;
}

/**** AMP Products ****/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033629}}
.node-platinum-amp-product-display .product-image,
.node-product-display .product-image {
  width: 126px;
  height: 86px;
  padding: 0 10px 10px 0;
  background: url(images/amp-platinum@2x.png) no-repeat;
  background-size: 126px 86px;
  float: left;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033638}}
.node-platinum-amp-product-display.gold .product-image,
.node-product-display.gold .product-image {
  background-image: url(images/amp-gold@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033641}}
.node-platinum-amp-product-display.silver .product-image,
.node-product-display.silver .product-image {
  background-image: url(images/amp-silver@2x.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033644}}
.node-platinum-amp-product-display .field-name-body p,
.node-product-display .field-name-body p {
  margin: 0 0 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033648}}
.node-platinum-amp-product-display .field-commerce-price h2.field-label,
.node-product-display .field-commerce-price h2.field-label {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033651}}
.node-platinum-amp-product-display .field-commerce-price .field-type-commerce-price,
.node-product-display .field-commerce-price .field-type-commerce-price {
  clear: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033654}}
.node-platinum-amp-product-display .field-commerce-price .field-items,
.node-product-display .field-commerce-price .field-items {
  float: none;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033658}}
.node-platinum-amp-product-display .field-commerce-price .field-item,
.node-product-display .field-commerce-price .field-item {
  font-size: 3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033662}}
.node-platinum-amp-product-display .form-item-attributes-field-length-of-subscription,
.node-product-display .form-item-attributes-field-length-of-subscription {
  display: block;
  clear: both;
}

/************************
  Guest page
***************************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033671}}
.view-guests thead .views-field-field-image {
  width: 80px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033674}}
.view-guests tbody .views-field-field-image img {
  width: 80px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033677}}
.view-guests tbody .views-field-title a {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
}

/************************
  Live page
***************************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033687}}
.page-live #main-content-header {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033690}}
.page-live #columns {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033694}}
.page-live #footer-wrapper {
  background: rgba(0, 0, 0, 0.4) url(images/live-audio-stream-bg2.jpg) repeat center center;
  background-size: 678px 392px;
  padding-top: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033699}}
.page-live #skip-live-show {
  padding: 17px 0 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033702}}
.page-live .video-text {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}

/************************
  LRN.FM Subscribe page
***************************/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033713}}
.page-lrnfm-subscribe {
  background: transparent;
  color: #333;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033716}}
.page-lrnfm-subscribe #page-wrapper {
  width: 100%;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033720}}
.page-lrnfm-subscribe h2 {
  color: #333;
  margin-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033725}}
.page-lrnfm-subscribe form input[type=text], .page-lrnfm-subscribe form input[type=password], .page-lrnfm-subscribe form textarea, .page-lrnfm-subscribe form select {
  color: black;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033728}}
.page-lrnfm-subscribe form .form-item input {
  background: #eee;
  /*box-shadow*/
  -webkit-box-shadow: 0px 0px 0px #333;
  -moz-box-shadow: 0px 0px 0px #333;
  box-shadow: 0px 0px 0px #333;
  width: 85% !important;
  max-width: 300px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033737}}
.page-lrnfm-subscribe form input.form-submit {
  background: ButtonFace;
  color: ButtonText;
  border: 2px outset ButtonFace;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033741}}
.page-lrnfm-subscribe form input.form-submit:active {
  border-style: inset;
  -webkit-appearance: push-button;
}

/* =============================================================================
 *   Profile User Accounts
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033752}}
.profile {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033754}}
.profile section {
  padding-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033757}}
.profile section {
  padding-left: 330px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033760}}
.profile #profile-actions {
  float: left;
  width: 300px;
  padding-left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033764}}
.profile #profile-actions ul {
  padding: 0;
  margin: 1em 0 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033767}}
.profile #profile-actions ul li {
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033769}}
.profile #profile-actions ul li a {
  text-align: center;
  width: 100%;
  display: block;
  background: #373737;
  margin: 2px 0;
  padding: 3px 0;
  text-indent: 10px;
  font-weight: bold;
  color: #9c9c9c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033779}}
.profile #profile-actions ul li a:hover {
  background-color: #9c9c9c;
  color: #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033786}}
.profile #profile-actions .profile-id {
  text-align: center;
  line-height: 1;
  background: #272727;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033790}}
.profile #profile-actions .profile-id div.padding {
  padding: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033793}}
.profile #profile-actions .profile-id .name {
  font-size: 1.1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033797}}
.profile #profile-actions .user-picture {
  float: none;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033802}}
.profile h3 {
  border-bottom: 2px solid #1d1d1d;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033807}}
#edit-signature-settings label[for="edit-signature-value"],
#edit-signature-settings .description {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033811}}
#edit-signature-settings #edit-signature-format {
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033816}}
.amp-status strong {
  color: #aaaaaa;
  font-size: 1.1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033821}}
ul.amp-perks li {
  padding: 0 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033823}}
ul.amp-perks li small {
  font-size: .9em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033828}}
.Silver.AMPlifier,
.Gold.AMPlifier,
.Platinum.AMPlifier {
  display: inline-block;
  height: 40px;
  padding: 15px 0 15px 62px;
  line-height: 2.2;
  background: url(images/amp-silver@2x.png) no-repeat center left/56px 40px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033837}}
.Gold.AMPlifier {
  background-image: url(images/amp-gold@2x.png);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033840}}
.Platinum.AMPlifier {
  background-image: url(images/amp-platinum@2x.png);
}

/* =============================================================================
 *   Login Register Logintoboggan
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033847}}
.toboggan-unified #login-message {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033850}}
.toboggan-unified #login-links {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033852}}
.toboggan-unified #login-links a {
  border: none;
  font-weight: bold;
  font-size: .7em;
  padding: 10px;
  color: #9c9c9c;
  background-color: #373737;
  margin: 0 3px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033860}}
.toboggan-unified #login-links a.lt-active {
  border: none;
  background-color: #9c9c9c;
  color: #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033864}}
.toboggan-unified #login-links a.lt-active:hover {
  border: none;
  background-color: #9c9c9c;
  color: #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033870}}
.toboggan-unified #login-links a:hover {
  border: none;
  background-color: #9c9c9c;
  color: #1d1d1d;
}

/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033886}}
.page-comment header.node-header,
.page-comment .node-links,
.page-comment nav.clearfix ul.links {
  display: none;
}

/*
 * Wrapper for the list of comments and its titles
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033895}}
#comments {
  margin: 1.5em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033899}}
#comments h2.comment-title {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033903}}
#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033915}}
.comment {
  margin-bottom: 20px;
  border-bottom: 2px solid #1d1d1d;
  padding: 5px 5px 20px 5px;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033920}}
.comment:first-of-type {
  border-top: 2px solid #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033923}}
.comment ul.links {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  float: right;
  clear: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033928}}
.comment ul.links li {
  background-color: #373737;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 5px 0 0;
  padding: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033932}}
.comment ul.links li a {
  display: block;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: white;
  line-height: 1;
  padding: 8px 10px 6px 34px;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: .75em;
  background-size: 18px 16px;
  background-position: 9px center;
  background-repeat: no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003382}}
.comment ul.links li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033935}}
.comment ul.links li.comment-edit a {
  background-image: url(images/icon-forum-edit-white.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033936}}
.comment ul.links li.comment-delete a {
  background-image: url(images/icon-forum-delete-white.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033937}}
.comment ul.links li.comment-reply a {
  background-image: url(images/icon-forum-add-white.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033940}}
.comment.odd {
  background-color: #272727;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033943}}
.comment .comment-created {
  padding: 0;
  width: 100%;
  font-size: .8em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033947}}
.comment .comment-created .permalink {
  float: right;
  overflow: hidden;
  width: 15px;
  display: block;
  height: 18px;
  font-size: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033954}}
.comment .comment-created .permalink:before {
  content: " # ";
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033959}}
.comment .user-picture-username {
  float: left;
  width: 150px;
  padding: 5px 5px 15px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033964}}
.comment .comment-title-content {
  padding-left: 160px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033981}}
.comment:hover ul.links {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033984}}
.user-picture img {
  width: 125px;
}

/*
 * Comment title
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000033991}}
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
/*
 * Preview of the comment before submitting new or updated comment
 */
/*
 * "New" marker for comments that are new for the current user
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034023}}
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034031}}
.indented {
  margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034040}}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #919090;
  font-size: 13px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034044}}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #919090;
  font-size: 13px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034048}}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #919090;
  font-size: 13px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034052}}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #919090;
  font-size: 13px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034056}}
#main-search,
#main-search-mobile {
  float: right;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  margin: 29px 23px 0 -47px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034062}}
#main-search a.search-btn,
#main-search-mobile a.search-btn {
  width: 47px;
  height: 42px;
  display: block;
  background: transparent url(images/icon-search@2x.png) no-repeat center center;
  background-size: 27px 27px;
  overflow: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
  text-indent: 47px;
  overflow: hidden;
  line-height: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  position: relative;
  z-index: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034077}}
#main-search a.search-btn:hover,
#main-search-mobile a.search-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034082}}
#main-search-mobile {
  display: none;
  margin-left: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034086}}
#block-search-form {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034088}}
#block-search-form .block-inner {
  width: 47px;
  display: block;
  overflow: hidden;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034093}}
#block-search-form .block-inner form {
  float: right;
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034097}}
#block-search-form .block-inner .form-item-search-block-form {
  margin: 0;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034101}}
#block-search-form .block-inner .form-actions {
  float: right;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034104}}
#block-search-form .block-inner .form-actions input[type="submit"] {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034109}}
#block-search-form input[type="search"] {
  color: #232222;
  padding: 13px 42px 11px 13px;
  width: 250px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwYjBiMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZDlkOWQ5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDlkOWQ5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b0b0b0), color-stop(50%, #d9d9d9), color-stop(100%, #d9d9d9));
  background-image: -moz-linear-gradient(#b0b0b0, #d9d9d9, #d9d9d9);
  background-image: -webkit-linear-gradient(#b0b0b0, #d9d9d9, #d9d9d9);
  background-image: linear-gradient(#b0b0b0, #d9d9d9, #d9d9d9);
  border: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034119}}
#main-menu-btn,
#main-menu-btn-mobile {
  float: right;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 5.5;
  margin: 3px 20px 0 10px;
  font-size: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034128}}
#main-menu-btn a,
#main-menu-btn-mobile a {
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  width: 83px;
  height: 62px;
  display: block;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034136}}
#main-menu-btn a:hover,
#main-menu-btn-mobile a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034142}}
#main-menu-btn {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034145}}
.ftl-live #main-menu-btn {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034148}}
#main-menu-btn-mobile {
  display: none;
}

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034156}}
.form-item .form-item {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034159}}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034164}}
.form-item label {
  font-weight: 700;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034171}}
.form-item .description {
  font-size: 0.85em;
}

/*
 * Highlight marks and form required mark
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034184}}
.marker,
.form-required {
  color: #c00;
}

/*
 * The submit button
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034198}}
input.form-submit,
.profile button,
#profile-order-links a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWExNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkOTkxMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffea15), color-stop(100%, #dd9911));
  background-image: -moz-linear-gradient(#ffea15, #dd9911);
  background-image: -webkit-linear-gradient(#ffea15, #dd9911);
  background-image: linear-gradient(#ffea15, #dd9911);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 16px 16px 12px;
  text-transform: uppercase;
  color: black;
  line-height: 1;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  margin: 0px 5px 5px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034211}}
input.form-submit:hover,
.profile button:hover,
#profile-order-links a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034215}}
.profile button,
#profile-order-links a {
  padding: 10px 10px 6px;
  white-space: nowrap;
  display: inline-block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034221}}
ul#profile-order-links {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034223}}
ul#profile-order-links li {
  display: inline;
  list-style: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034228}}
.checkout-buttons .checkout-cancel,
.checkout-buttons .checkout-back {
  color: #e3cd09;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034231}}
.checkout-buttons .checkout-cancel:hover,
.checkout-buttons .checkout-back:hover {
  text-decoration: none;
  color: #ffea15;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034246}}
.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034255}}
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034262}}
.tips {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034265}}
.compose-tips .tips {
  display: block;
}

/*
 * Buttons used by contrib modules like Media
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034272}}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/*
 * Password confirmation
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034280}}
.password-parent,
.confirm-parent {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034289}}
#user-register-form label,
#user-login label,
#user-pass label,
#privatemsg-new label,
.simplenews-subscribe label {
  padding: 10px;
  margin: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034293}}
#user-register-form label.option,
#user-register-form .form-type-select label,
#user-login label.option,
#user-login .form-type-select label,
#user-pass label.option,
#user-pass .form-type-select label,
#privatemsg-new label.option,
#privatemsg-new .form-type-select label,
.simplenews-subscribe label.option,
.simplenews-subscribe .form-type-select label {
  padding: 0 10px 0 5px;
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034300}}
.simplenews-subscribe .form-item label {
  padding: 0;
  margin: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034304}}
.simplenews-subscribe .form-item input[type=text] {
  width: 240px;
  min-width: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034309}}
#footer .simplenews-subscribe .form-item {
  margin: 1em auto;
  width: 320px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034312}}
#footer .simplenews-subscribe .form-item label {
  margin: 10px 10px 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034315}}
#footer .simplenews-subscribe .form-item input[type=text] {
  width: 80%;
  min-width: 0px;
  width: 320px;
  margin-left: -10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034323}}
input[type=text],
input[type=password],
textarea,
select {
  border: 1px solid #1d1d1d;
  padding: 10px;
  font-size: 15px;
  line-height: 1.2em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3MzczNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373737), color-stop(100%, #474747));
  background-image: -moz-linear-gradient(#373737, #474747);
  background-image: -webkit-linear-gradient(#373737, #474747);
  background-image: linear-gradient(#373737, #474747);
  background-size: auto;
  color: #fff;
  /*box-shadow*/
  -webkit-box-shadow: 1px 1px 1px #333;
  -moz-box-shadow: 1px 1px 1px #333;
  box-shadow: 1px 1px 1px #333;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034339}}
input:focus,
textarea:focus {
  outline-color: #1d1d1d;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034343}}
textarea {
  height: 55px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3MzczNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373737), color-stop(100%, #474747));
  background-image: -moz-linear-gradient(#373737, #474747);
  background-image: -webkit-linear-gradient(#373737, #474747);
  background-image: linear-gradient(#373737, #474747);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034347}}
input[type=text],
input[type=password],
select {
  width: 50%;
  min-width: 270px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034353}}
select#edit-commerce-payment-payment-details-credit-card-exp-month,
select#edit-commerce-payment-payment-details-credit-card-exp-year {
  width: auto;
  min-width: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034359}}
#edit-pass-pass1,
#edit-pass-pass2 {
  width: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034363}}
select {
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  height: 40px;
  background: #373737;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034368}}
select option {
  padding: 2px 0;
  text-indent: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034373}}
.form-type-textarea label {
  visibility: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034376}}
fieldset {
  border: 0;
  border-top: 2px solid #1d1d1d;
  padding: 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034381}}
fieldset .fieldset-wrapper {
  padding: 10px 0px 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034384}}
fieldset legend {
  font-size: 1.3em;
  font-family: "HelveticaNeueBlack", "Arial Black", Arial, Helvetica, sans-serif;
  color: #cecfd8;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034390}}
.grippie {
  background-color: #373737 !important;
  border: 1px solid #1d1d1d !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034398}}
.form-type-checkbox input[type=checkbox] {
  background: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034402}}
html.js input.form-autocomplete {
  background-color: #474747;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034412}}
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034417}}
table.sticky-header {
  z-index: 10;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034423}}
table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034433}}
table,
td,
th {
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034440}}
caption,
th,
td {
  text-align: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034447}}
thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034453}}
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034464}}
tbody tr {
  border-top: 1px solid #ccc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034469}}
tr {
  /* Table row striping */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034471}}
tr.odd {
  background: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034476}}
tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034487}}
tr.odd td.active {
  background-color: #eee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034491}}
tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034514}}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: normal;
}

/*
 * Advanced Forum styles in seperate scss file.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034527}}
#main-content table {
  border-width: 1px 0px 2px;
  border-color: #1d1d1d;
  margin-bottom: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034531}}
#main-content table thead {
  font-size: 0.88em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034533}}
#main-content table thead tr {
  background-color: #303030;
  border-bottom: 1px solid #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034537}}
#main-content table thead a {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  color: #9c9c9c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034540}}
#main-content table thead a:hover {
  color: #cecfd8;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034545}}
#main-content table tbody {
  border: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034547}}
#main-content table tbody a:hover {
  color: #ffea15 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034553}}
#main-content table tbody tr,
#main-content table tbody tr.even td.active {
  border: 0;
  background-color: #272727;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034558}}
#main-content table tbody tr td.active,
#main-content table tbody tr.odd {
  background-color: #232222;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034562}}
#main-content table tbody tr {
  border-bottom: 1px solid #1d1d1d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034565}}
#main-content table tbody tr.selected td {
  background: #474747;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034573}}
#main-content .view-commerce-cart-summary table thead tr {
  background-color: #474747;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034581}}
#main-content .view-commerce-cart-summary table tbody tr,
#main-content .view-commerce-cart-summary table tbody tr.even td.active {
  background-color: #373737;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034585}}
#main-content .view-commerce-cart-summary table tbody tr td.active,
#main-content .view-commerce-cart-summary table tbody tr.odd {
  background-color: #373737;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034593}}
.checkout_review .pane-title {
  color: #cecfd8;
  height: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034596}}
.checkout_review .pane-title td {
  padding-left: 0 !important;
  vertical-align: bottom;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034601}}
.component-type-commerce-price-formatted-amount {
  font-size: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034603}}
.component-type-commerce-price-formatted-amount .component-total {
  color: #cecfd8;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034607}}
.privatemsg-message-participants {
  border-bottom: 2px solid #1d1d1d;
  background: #303030;
  padding: 10px 15px;
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034613}}
privatemsg-message-new {
  margin-right: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034616}}
.privatemsg-message {
  border-bottom: 2px solid #1d1d1d;
  max-width: none;
  padding: 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034620}}
.privatemsg-message .privatemsg-author-avatar img {
  width: 125px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034623}}
.privatemsg-message .privatemsg-message-information {
  border-bottom: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034626}}
.privatemsg-message .privatemsg-message-body {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034630}}
.privatemsg-message-odd {
  background: #272727;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034640}}
div.messages {
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034644}}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034648}}
div.messages a {
  color: #ffea15;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034650}}
div.messages a:hover {
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034654}}
div.messages .krumo-root {
  color: black;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034656}}
div.messages .krumo-root a {
  color: blue;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034662}}
div.status {
  background-color: #2A6827;
  border: 2px solid #4DA449;
  color: #F1FFCF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034668}}
div.warning {
  background-color: #9F3800;
  border: 2px solid #9F3800;
  color: #FFF6DF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034673}}
div.error {
  background-color: #C00000;
  border: 2px solid #C00000;
  color: #FFF3F6;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034680}}
.password-strength,
div.password-confirm {
  float: none;
  width: 302px;
  margin: 5px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034687}}
.password-confirm .ok {
  color: #47C965;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034690}}
.password-confirm .error {
  color: red;
}

/*
 * Unpublished nodes
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034706}}
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/_custom\.scss}line{font-family:\00003235}}
.ie6-7 .node-unpublished p.unpublished > *, .ie6-7
.comment-unpublished p.unpublished > * {
  position: relative;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034717}}
.maintenance-page .container {
  padding: 40px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034721}}
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034729}}
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034736}}
.db-offline div.messages {
  margin: 20px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034740}}
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034753}}
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034762}}
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034771}}
#styleguide-header {
  padding: 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034774}}
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* =============================================================================
 *  For retina display images
 * ========================================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034793}}
  body {
    background-image: url(images/blue-static-pattern@2x.png);
    background-size: 50px 50px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034798}}
  #header-wrapper {
    background-image: url(images/blue-stripe-pattern@2x.png);
    background-size: 213px 219px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034802}}
  .callout-content .callout-padding a .live {
    background-image: url(images/studio-cam@2x.gif) !important;
    background-size: 68px 37px !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034807}}
  ul.social-network-icons li a.facebook {
    background-image: url(images/icon-facebook@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034808}}
  ul.social-network-icons li a.twitter {
    background-image: url(images/icon-twitter@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034809}}
  ul.social-network-icons li a.gplus {
    background-image: url(images/icon-gplus@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034810}}
  ul.social-network-icons li a.reddit {
    background-image: url(images/icon-reddit@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034811}}
  ul.social-network-icons li a.youtube {
    background-image: url(images/icon-youtube@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034812}}
  ul.social-network-icons li a.soundcloud {
    background-image: url(images/icon-soundcloud@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034818}}
  #jp_container_1 ul.jp-controls li a {
    background-size: 20px 20px !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034820}}
  #jp_container_1 ul.jp-controls li a.jp-previous {
    background-image: url(images/icon-next@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034823}}
  #jp_container_1 ul.jp-controls li a.jp-play {
    background-image: url(images/icon-play@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034826}}
  #jp_container_1 ul.jp-controls li a.jp-pause {
    background-image: url(images/icon-pause@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034829}}
  #jp_container_1 ul.jp-controls li a.jp-next {
    background-image: url(images/icon-previous@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034833}}
  #jp_container_1 ul.jp-custom-controls li a {
    background-image: url(images/icon-info@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034838}}
  #menu-bar .block-superfish ul#superfish-1 li.sf-depth-1:nth-child(1) a:before {
    background-image: url(images/icon-tower@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034839}}
  #menu-bar .block-superfish ul#superfish-1 li.sf-depth-1:nth-child(2) a:before {
    background-image: url(images/icon-info@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034840}}
  #menu-bar .block-superfish ul#superfish-1 li.sf-depth-1:nth-child(3) a:before {
    background-image: url(images/icon-group@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034841}}
  #menu-bar .block-superfish ul#superfish-1 li.sf-depth-1:nth-child(4) a:before {
    background-image: url(images/icon-amp@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034844}}
  #nav-wrapper #block-ftl-custom-blocks-2 div.share-btn a {
    background-image: url(images/icon-share@2x.png);
    background-size: 38px 87px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034849}}
  #block-ftl-custom-blocks-3 .block-content ul.gold-btns li:nth-child(1) a {
    background-image: url(images/icon-bolt@2x.png);
    background-size: 22px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034853}}
  #block-ftl-custom-blocks-3 .block-content ul.gold-btns li:nth-child(2) a {
    background-image: url(images/icon-amp@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034859}}
  .block-4 .block-content ul.gold-btns li:nth-child(1) a,
  .block-11 .block-content ul.gold-btns li:nth-child(1) a {
    background-image: url(images/icon-mail@2x.png);
    background-size: 25px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034864}}
  #secondary-content-wrapper .ad-shell .ad-details .amp-logo {
    background-image: url(images/amp-logo@2x.png);
  }

  /***** COMMENT IMAGES ******/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034873}}
  .node article.comment ul.links li.comment-edit a {
    background-image: url(images/icon-forum-edit-white@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034874}}
  .node article.comment ul.links li.comment-delete a {
    background-image: url(images/icon-forum-delete-white@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034875}}
  .node article.comment ul.links li.comment-reply a {
    background-image: url(images/icon-forum-add-white@2x.png);
  }

  /***** FORUM IMAGES ******/
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034880}}
  tr.even td.forum-list-icon-default .forum-list-icon-wrapper span,
  tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span,
  .forum-list-icon-legend .forum-list-icon-default {
    background-image: url(images/icon-forum-category-default@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034885}}
  tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span,
  tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span,
  .forum-list-icon-legend .forum-list-icon-new-posts {
    background-image: url(images/icon-forum-category-newpost@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034890}}
  .topic-icon-default {
    background-image: url(images/icon-forum-topic-default@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034891}}
  .topic-icon-new {
    background-image: url(images/icon-forum-topic-new@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034892}}
  .topic-icon-hot {
    background-image: url(images/icon-forum-topic-hot@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034893}}
  .topic-icon-hot-new {
    background-image: url(images/icon-forum-topic-hot-new@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034894}}
  .topic-icon-sticky {
    background-image: url(images/icon-forum-topic-sticky@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034895}}
  .topic-icon-closed {
    background-image: url(images/icon-forum-topic-locked@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034900}}
  .node-type-forum #content .forum-node-create-links .forum-add-node a,
  .node-type-forum #content .forum-node-create-links .forum-add-forum a,
  .node-type-forum #content .topic-reply-link div a,
  .node-type-forum #content .topic-reply-allowed a,
  .page-forum #content .forum-node-create-links .forum-add-node a,
  .page-forum #content .forum-node-create-links .forum-add-forum a,
  .page-forum #content .topic-reply-link div a,
  .page-forum #content .topic-reply-allowed a {
    background-image: url(images/icon-forum-add@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034904}}
  .node-type-forum #content .comment-add a,
  .node-type-forum #content .comment-reply a,
  .page-forum #content .comment-add a,
  .page-forum #content .comment-reply a {
    background-image: url(images/icon-forum-add-white@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034906}}
  .node-type-forum #content .topic-new-post-link a,
  .node-type-forum #content .last-post-link a,
  .page-forum #content .topic-new-post-link a,
  .page-forum #content .last-post-link a {
    background-image: url(images/icon-forum-down@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034908}}
  .node-type-forum #content .forum-jump-links a,
  .page-forum #content .forum-jump-links a {
    background-image: url(images/icon-forum-up-white@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034909}}
  .node-type-forum #content .post-edit a,
  .node-type-forum #content .comment-edit a,
  .page-forum #content .post-edit a,
  .page-forum #content .comment-edit a {
    background-image: url(images/icon-forum-edit-white@2x.png);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034911}}
  .node-type-forum #content .post-delete a,
  .node-type-forum #content .comment-delete a,
  .page-forum #content .post-delete a,
  .page-forum #content .comment-delete a {
    background-image: url(images/icon-forum-delete-white@2x.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034915}}
  .node-podcast.node-teaser .teaser-thumbnail {
    background-image: url(images/news-podcast-default@2x.png);
    background-size: 125px 114px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034917}}
  .node-affiliate.node-teaser .teaser-thumbnail {
    background-image: url(images/news-affiliate-default@2x.png);
    background-size: 125px 114px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034919}}
  .node-audio-promo.node-teaser .teaser-thumbnail {
    background-image: url(images/news-podcast-default.png);
    background-size: 125px 114px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034921}}
  .node-guest.node-teaser .teaser-thumbnail {
    background-image: url(images/news-guest-default.png);
    background-size: 125px 114px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034923}}
  .node-publicity.node-teaser .teaser-thumbnail {
    background-image: url(images/news-update-default.png);
    background-size: 125px 114px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/srv\/www\/freetalklive\.com\/web\/sites\/all\/themes\/freetalklive\/sass\/global\.styles\.scss}line{font-family:\000034926}}
  #block-ftl-custom-blocks-6 .block-content {
    background-image: url(images/pd-heavy-hundred@2x.png);
    background-size: 289px 194px;
  }
}
