#lowbrowser{
display:none;
color: #BBBBBB;
text-align: center;
line-height: 30px;
font-family: 'oswald';
width: 640px;
height: 410px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
max-width: 100%;
max-height: 100%;


}

.sharenotes {
  margin-top: 9px;
  font-size: 0.75em;
  text-align: left;
  padding: 0px 50px;
  margin-left: 10px;
}

.podhead a {
  color: #000000;
  user-select: none;
}

.podhead a:hover {
  color: #b11d05;
  text-decoration: none;
  user-select: none;
}

#nextcontrol, #prevcontrol {
  position: absolute;
  top: 270;
  width: 50;
}

#nextcontrol {
  right: -60;
}

#prevcontrol {
  left: -45;
}

#nextcontrol a, #prevcontrol a {
  font-size: 58px;
  font-family: 'Courier New';
  color: rgba(255, 255, 255, 0.25);
}

#nextcontrol a:hover, #prevcontrol a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.podicon .podimg .nowplay { 
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 173, 255, 0.56);
  left: 0;
  top: 0;
}

/** PUT BELOW the generic version, see .podicon .podimg .nowplay  **/
.podnowplaying .podimg .nowplay { 
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 173, 255, 0.56);
  left: 0;
  top: 0;
}

.divedeeper-actions {
  margin-bottom: 10px;
}

.enqueuelink, .watchnowlink a{
  padding: 8px 13px;
  background: #f94123;
  border: none;
  color: white;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.enqueuelink:hover, .watchnowlink a:hover {
  color: white;
  background: #b11d05;
}

.tweet-text {
  max-width: 500px;
  margin-bottom: 10px;
}

.tweet-quote .tweet-button {
  float: none;
}

.tweet-content {
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 14px;
  line-height: 18px;
}

/* stuff for the about page */
.credits {
  margin: 40px 0 0 0;
  text-align: center;
}

.credits ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

.credits li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  color: #b11d05;
}

.content-inner .credits li {
  color: #b11d05;
  font-size: 17px;
}

.credits li p {
  margin: 0;
  padding: 0;
}

.credits .title {
  font-weight: 600;
}

.credits h3 {
  padding: 20px 0 20px 0;
}

.credits h4 {
  padding: 20px 0 5px 0;
  font-size: 19px;
}


/* download link buttons */
#download-links {
  float: left;
}

#download-links a {
  background: #999;
  color: white;
  display: block;
  float: left;
  width: 90px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

#download-links a.embed {
  background: #666;
}

#download-links a:hover {
  background: black;
}

#download-links a span {
  display: block;
  padding: 10px;
}

/* line 6, ../sass/_normalize.sass */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* line 10, ../sass/_normalize.sass */
audio, canvas, video {
  display: inline-block;
}

/* line 17, ../sass/_normalize.sass */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 23, ../sass/_normalize.sass */
[hidden] {
  display: none;
}

/* line 33, ../sass/_normalize.sass */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 39, ../sass/_normalize.sass */
html, button, input, select, textarea {
  font-family: sans-serif;
}

/* line 43, ../sass/_normalize.sass */
body {
  margin: 0;
}

/* line 51, ../sass/_normalize.sass */
a:focus {
  outline: thin dotted;
}

/* line 56, ../sass/_normalize.sass */
a:active, a:hover {
  outline: 0;
}

/* line 63, ../sass/_normalize.sass */
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

/* line 67, ../sass/_normalize.sass */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 71, ../sass/_normalize.sass */
b, strong {
  font-weight: bold;
}

/* line 74, ../sass/_normalize.sass */
blockquote {
  margin: 1em 40px;
}

/* line 78, ../sass/_normalize.sass */
dfn, em {
  font-style: italic;
}

/* line 82, ../sass/_normalize.sass */
mark {
  background: yellow;
  color: black;
}

/* line 87, ../sass/_normalize.sass */
p, pre {
  margin: 0 0 0.7em 0;
}

/* line 91, ../sass/_normalize.sass */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* line 97, ../sass/_normalize.sass */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 103, ../sass/_normalize.sass */
q {
  quotes: none;
}

/* line 107, ../sass/_normalize.sass */
q:before, q:after {
  content: "";
  content: none;
}

/* line 111, ../sass/_normalize.sass */
small {
  font-size: 75%;
}

/* line 115, ../sass/_normalize.sass */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 121, ../sass/_normalize.sass */
sup {
  top: -0.5em;
}

/* line 124, ../sass/_normalize.sass */
sub {
  bottom: -0.25em;
}

/* line 133, ../sass/_normalize.sass */
dl, menu, ol, ul, dd {
  margin: 0 0 15px 40px;
}

/* line 138, ../sass/_normalize.sass */
menu, ol, ul {
  padding: 0;
}

/* line 142, ../sass/_normalize.sass */
nav ul, nav ol, .no-list {
  list-style: none;
  list-style-image: none;
  margin: 0;
}

/* line 155, ../sass/_normalize.sass */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 160, ../sass/_normalize.sass */
svg:not(:root) {
  overflow: hidden;
}

/* line 168, ../sass/_normalize.sass */
figure {
  margin: 0;
}

/* line 177, ../sass/_normalize.sass */
form {
  margin: 0;
}

/* line 181, ../sass/_normalize.sass */
fieldset {
  padding: 5px 20px 10px;
  border: 1px solid #888888;
  margin: 0;
}

/* line 189, ../sass/_normalize.sass */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

/* line 198, ../sass/_normalize.sass */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

/* line 205, ../sass/_normalize.sass */
button, input {
  line-height: normal;
}

/* line 212, ../sass/_normalize.sass */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 218, ../sass/_normalize.sass */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 224, ../sass/_normalize.sass */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 232, ../sass/_normalize.sass */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 239, ../sass/_normalize.sass */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 243, ../sass/_normalize.sass */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 249, ../sass/_normalize.sass */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 259, ../sass/_normalize.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 13, ../sass/_boiler.sass */
html, button, input, select, textarea {
  color: #222222;
}

/* line 16, ../sass/_boiler.sass */
body {
  font-size: 1em;
  line-height: 1.4;
}

/* line 26, ../sass/_boiler.sass */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 30, ../sass/_boiler.sass */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 38, ../sass/_boiler.sass */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 51, ../sass/_boiler.sass */
img {
  vertical-align: middle;
}

/* line 59, ../sass/_boiler.sass */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 69, ../sass/_boiler.sass */
textarea {
  resize: vertical;
}

/* line 77, ../sass/_boiler.sass */
.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}

/* line 9, ../sass/screen.sass */
.font-small, p, li, .queue a {
  font-size: 1em;
  line-height: 1.5em;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

/* line 16, ../sass/screen.sass */
.font-big, h1, h2, h3, h4, h5, .eventname {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 400;
}

/* line 23, ../sass/screen.sass */
h1, h2, h3, h4, h5 {
  padding-bottom: 8px;
}

.tweet-button {
margin-top:5px;
float:right;
}
/* line 27, ../sass/screen.sass */
.button, .tweet-text .tweet-button a {
  padding: 16px 26px;
  background: #f94123;
  border: none;
  color: white;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
/* line 40, ../sass/screen.sass */
.button:hover, .tweet-text .tweet-button a:hover {
  background: #e32506;
}

/* line 48, ../sass/screen.sass */
body {
  width: 100%;
  min-width: 400px;
  background: black url("http://c883498322aa1a52fc42-53702d4f6bd61f7943b85da072f3c5aa.r10.cf2.rackcdn.com/concrete_wall_light.jpg");
  position: relative;
}
/* line 54, ../sass/screen.sass */
body.home-page {
  background: black;
}

/* line 57, ../sass/screen.sass */
a {
  color: #b11d05;
  text-decoration: none;
}
/* line 61, ../sass/screen.sass */
a:hover {
  color: #f94123;
}

/* line 68, ../sass/screen.sass */
img {
  max-width: 100%;
}

/* line 71, ../sass/screen.sass */
#cover {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
/* line 81, ../sass/screen.sass */
#cover.fadeout {
  background: rgba(0, 0, 0, 0);
}
/* line 84, ../sass/screen.sass */
#cover.gone {
  display: none;
}

/* line 89, ../sass/screen.sass */
#content-bottom {
  z-index: 90;
  margin: 30px 0 20px 0;
  overflow: hidden;
}

/* line 95, ../sass/screen.sass */
.content-normal {
  position: relative;
  padding: 0 5%;
  max-width: 700px;
  margin: 0 auto;
}

/* line 101, ../sass/screen.sass */
.content-header {
  margin-bottom: -6px;
  max-width: 100%;
  padding: 6px 5% 0;
  margin: 0 auto;
  font-size: 24px;
}

.content-header a {
    
    color:rgba(128, 128, 128, 0.8);
}

.content-header span a:hover {
    color:#b11d05;
    text-decoration:none;
}


/* line 107, ../sass/screen.sass */
.content-header span {
  background: url("http://c883498322aa1a52fc42-53702d4f6bd61f7943b85da072f3c5aa.r10.cf2.rackcdn.com/beige_paper_dark.png");
  padding: 6px 16px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.5);
  line-height: 45px;
}

/* line 114, ../sass/screen.sass */
.content-inner-top {
  background: url("http://c883498322aa1a52fc42-53702d4f6bd61f7943b85da072f3c5aa.r10.cf2.rackcdn.com/beige_paper_dark.png");
  height: 10px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* line 121, ../sass/screen.sass */
.content-inner {
  background: white url("http://c883498322aa1a52fc42-53702d4f6bd61f7943b85da072f3c5aa.r10.cf2.rackcdn.com/beige_paper.png");
  margin: 0 auto 20px;
  padding: 5%;
  position: relative;
  z-index: 90;
  max-width: 100%;
}
/* line 129, ../sass/screen.sass */
.content-inner p, .content-inner li {
  color: #333333;
}

/* line 134, ../sass/screen.sass */
.content-list li {
  border-top: 1px dashed #888888;
  padding-top: 20px;
  margin-top: 20px;
}

/* line 139, ../sass/screen.sass */
.text {
  margin-top: 10px;
}

/* line 142, ../sass/screen.sass */
.table-list {
  border: 1px solid white;
  margin: 20px 0;
}
/* line 146, ../sass/screen.sass */
.table-list li {
  padding: 20px;
}
/* line 149, ../sass/screen.sass */
.table-list p {
  margin: 0;
}
/* line 152, ../sass/screen.sass */
.table-list li:nth-child(odd) {
  background: white;
}

/* line 155, ../sass/screen.sass */
.vignette-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: 100%;
  top: 0;
}
/* line 162, ../sass/screen.sass */
.vignette-cover .stretch {
  width: 100%;
  height: 100%;
}

/* line 170, ../sass/screen.sass */
.main-header {
  position: relative;
  z-index: 100;
  background: #ddd;
  background-image: -webkit-linear-gradient(left top, #ffffff, #aaaaaa);
  background-image: -moz-linear-gradient(left top, #ffffff, #aaaaaa);
  background-image: -o-linear-gradient(left top, #ffffff, #aaaaaa);
  background-image: linear-gradient(to right bottom, #ffffff, #aaaaaa);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  margin: 0 0 20px;
  -webkit-transition: margin 0.4s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: margin 0.4s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: margin 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: margin 0.4s ease-in-out, opacity 0.2s ease-in-out;
  min-width: 400px;
}

/* line 179, ../sass/screen.sass */
.logo {
  padding: 10px 6px 2px;
  max-width: 330px;
}
/* line 183, ../sass/screen.sass */
.logo h1 {
  color: white;
}

/* line 189, ../sass/screen.sass */
.navicon {
  height: 30px;
  width: 34px;
  position: absolute;
  top: 16px;
  right: 14px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 198, ../sass/screen.sass */
.navicon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 201, ../sass/screen.sass */
.navicon:hover div {
  background: #f94123;
}
/* line 204, ../sass/screen.sass */
.navicon div {
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  background: black;
}

/* line 210, ../sass/screen.sass */
.main-nav {
  margin: 0 0 0 2px;
  overflow: hidden;
  *zoom: 1;
}
/* line 214, ../sass/screen.sass */
.main-nav a {
  display: block;
  padding: 0.6em 0.6em;
  background-image: -webkit-linear-gradient(bottom, #cccccc, #eeeeee);
  background-image: -moz-linear-gradient(bottom, #cccccc, #eeeeee);
  background-image: -o-linear-gradient(bottom, #cccccc, #eeeeee);
  background-image: linear-gradient(to top, #cccccc, #eeeeee);
  color: black;
  margin-right: 2px;
  margin-bottom: 2px;
}
/* line 222, ../sass/screen.sass */
.main-nav a:hover {
  background: #f94123;
  color: white;
}

/* line 226, ../sass/screen.sass */
#topnavribbon {
  display: none;
}

/* line 229, ../sass/screen.sass */
.queue {
  margin: 0 2px;
  text-align: center;
}
/* line 233, ../sass/screen.sass */
.queue a {
  font-family: "Oswald", Impact, sans-serif;
  display: block;
  padding: 0.8em 0.6em;
  background: #333333;
  color: white;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  font-size: 0.9em;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 248, ../sass/screen.sass */
#availablepod {
  overflow: hidden;
  top: 0;
  z-index: 200;
  width: 132px;
  right: 0;
  position: absolute;
  height: 90%;
}

#availablelowerthird
{
  overflow: hidden;
  bottom: 3%;
  z-index: 200;
  width: 100%;
  right: 0;
  position: absolute;
  height: 156;
  display:none;
}

/* line 257, ../sass/screen.sass */
#availablepod li {
  background: black;
  width: 130px;
  position: absolute;
  top: 10%;
  right: -150px;
  border-right: 0;
  border: 2px solid white;
  border-right: 0;
  -webkit-transition: right 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
/* line 268, ../sass/screen.sass */
#availablepod li.overvideo {
  right: 0;
}
/* line 271, ../sass/screen.sass */
#availablepod li .title {
  background: #f94123;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  font-family: "Oswald", Impact, sans-serif;
}
/* line 280, ../sass/screen.sass */
#availablepod li .podhead {
  padding: 10px;
  color: #cccccc;
}
/* line 284, ../sass/screen.sass */
#availablepod li .podactions {
  display: none;
}
/* line 287, ../sass/screen.sass */
#availablepod li:hover {
  background: #f94123;
  cursor: pointer;
}
/* line 291, ../sass/screen.sass */
#availablepod li:hover .podhead {
  color: white;
}

/* line 294, ../sass/screen.sass */
.queue-section {
  width: 100%;
  z-index: 90;
}
/* line 298, ../sass/screen.sass */
.start .queue-section {
  display: none;
}

/* line 301, ../sass/screen.sass */
.myselectpods {
  width: 100%;
  background: #bbb;
  background-image: -webkit-linear-gradient(right, #aaaaaa, #dddddd);
  background-image: -moz-linear-gradient(right, #aaaaaa, #dddddd);
  background-image: -o-linear-gradient(right, #aaaaaa, #dddddd);
  background-image: linear-gradient(to left, #aaaaaa, #dddddd);
}
/* line 308, ../sass/screen.sass */
.myselectpods .queue-title {
  background: #f94123;
  padding: 10px 0;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  margin-right: 2px;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  cursor: pointer;

}
/* line 321, ../sass/screen.sass */
.myselectpods .queue-title a:hover {
  color: #801503;
}
/* line 324, ../sass/screen.sass */
.myselectpods .podicon {
  margin-right: 3px;
  cursor: pointer;
  width: 100%;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  border-top: 1px solid black;
  background: #dddddd;
}

.myselectpods .podicon:hover {
  background: white;
}
/* line 334, ../sass/screen.sass */
.myselectpods .podicon .podimg {
  width: 150px;
  position: relative;
  z-index: 10;
  float: left;
  margin-right: 10px;
}
/* line 339, ../sass/screen.sass */
.myselectpods .podicon .podactions, .myselectpods .podicon .title {
  display: none;
}

/* line 351, ../sass/screen.sass */
.myselectpods .podhead {
  padding: 5px;
  color: white;
  -webkit-transition: margin-left 0.2s ease-in-out;
  -moz-transition: margin-left 0.2s ease-in-out;
  -o-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
  padding-right: 40px;
}

#myselectedpods {
  display: none;
}

.xout {
position: absolute;
display:block;
top: 0;
right: 0;
background-color: red;
z-index: 10;
font-size: 20px;
line-height: 20px;
font-family: courier;
padding: 8px 10px;
}

.xout:hover {
  color: white;
}

/* line 364, ../sass/screen.sass */
.triangle2 {
  position: absolute;
  left: 118px;
  top: 81px;
  z-index: 20;
  display: none;
}
/* line 370, ../sass/screen.sass */
.triangle2 span {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f94123;
}

/* line 382, ../sass/screen.sass */
#content-footer {
  -webkit-transition: margin 0.4s ease-in-out;
  -moz-transition: margin 0.4s ease-in-out;
  -o-transition: margin 0.4s ease-in-out;
  transition: margin 0.4s ease-in-out;
/*  position: relative;*/
}


/* line 388, ../sass/screen.sass */
.home-page #content-footer {
  margin: 0 0 -200px;
}
/* line 391, ../sass/screen.sass */
#content-footer.slideout {
  margin: 0 0 0px;
}

/* line 394, ../sass/screen.sass */
.footer-section {
  background: #ccc;
  width: 100%;
  padding: 20px 5% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(right, #aaaaaa, #eeeeee);
  background-image: -moz-linear-gradient(right, #aaaaaa, #eeeeee);
  background-image: -o-linear-gradient(right, #aaaaaa, #eeeeee);
  background-image: linear-gradient(to left, #aaaaaa, #eeeeee);
  position: relative;
  z-index: 300;
  -webkit-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.3);
}

/* line 404, ../sass/screen.sass */
.footer-links {
  font-size: 0.8em;
  padding: 10px 0;
}

/* line 408, ../sass/screen.sass */
.footer-links, .social-links {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
/* line 414, ../sass/screen.sass */
.footer-links li a, .social-links li a {
  display: block;
  color: #555555;
}
/* line 418, ../sass/screen.sass */
.footer-links li a:hover, .social-links li a:hover {
  color: #f94123;
}

/* line 421, ../sass/screen.sass */
.footer-button {
  width: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-family: "Oswald", Impact, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  
  float: left;
margin-right: 10px;
  
}

/* line 434, ../sass/screen.sass */
.footer-button.fb-button span {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: block;
  color: white;
  background: #3b5998;
  cursor: pointer;
}
/* line 442, ../sass/screen.sass */
.footer-button.fb-button span:hover {
  background-color: #2d4373;
}
/* line 445, ../sass/screen.sass */

.footer-button.t-button {
margin-right: 10px;
}


/* line 448, ../sass/screen.sass */
.footer-button.t-button span {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: block;
  color: white;
  background: #2aa9e0;
}
/* line 455, ../sass/screen.sass */
.footer-button.t-button span:hover {
  background-color: #1b8bbc;
}



/* line 448, ../sass/screen.sass */
.footer-button.louderbutton span {


-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
display: block;
color: white;
background: #ff8a52;
margin-right: 10px;


}



/* line 455, ../sass/screen.sass */
.footer-button.louderbutton span:hover {
  background-color: #eb4c00;
}



/* line 457, ../sass/screen.sass */
.footer-button input {
  border: none;
  background: #444444;
  display: block;
  width: 100%;
  padding: 1.6em;
  color: white;
}

/* line 470, ../sass/screen.sass */
.splash-text {
  color: white;
  margin-top: 10px;
}
/* line 474, ../sass/screen.sass */
.splash-text p {
  margin: 0;
}

/* line 477, ../sass/screen.sass */
#endscreen {
  display: none;
  background-image: url("http://c883498322aa1a52fc42-53702d4f6bd61f7943b85da072f3c5aa.r10.cf2.rackcdn.com/beige_paper_dark.png");
  
}

/* line 480, ../sass/screen.sass */
.preshow-absolute {
  position: absolute;
  z-index: 110;
  left: 50%;
  width: 360px;
  margin-left: -180px;
  background-color: rgba(0, 0, 0, 0.75);

}
/* line 487, ../sass/screen.sass */
.preshow-absolute.out {
  display: none;
}
/* line 492, ../sass/screen.sass */
.preshow-absolute.playit .leaked, .preshow-absolute.playit .play1 {
  display: none;
}
/* line 495, ../sass/screen.sass */
.preshow-absolute.playit .leaked2, .preshow-absolute.playit .play2 {
  display: block;
}
/* line 500, ../sass/screen.sass */
.preshow-absolute.playitfull .intro-play {
  cursor: pointer;
}
/* line 503, ../sass/screen.sass */
.preshow-absolute .images-leaked {
  position: relative;
  margin: 0 auto 0;
  height: 110px;
  cursor: pointer;
}
/* line 509, ../sass/screen.sass */
.preshow-absolute .images-leaked img {
  position: absolute;
  top: 0;
}
/* line 513, ../sass/screen.sass */
.preshow-absolute .images-play {
  position: relative;
  margin: 10px auto 0;
  height: 150px;
  width: 150px;
  cursor: pointer;
}
/* line 520, ../sass/screen.sass */
.preshow-absolute .images-play img {
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
}
/* line 526, ../sass/screen.sass */
.preshow-absolute .leaked2, .preshow-absolute .play2 {
  display: none;
}
/* line 529, ../sass/screen.sass */
.preshow-absolute .images {
  width: 200px;
  position: relative;
  height: 200px;
  margin: 0 auto 14px;
  cursor: pointer;
}
/* line 536, ../sass/screen.sass */
.preshow-absolute .images img {
  position: absolute;
  top: 0;
}
/* line 540, ../sass/screen.sass */
.preshow-absolute .content-header {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
/* line 545, ../sass/screen.sass */
.preshow-absolute .content-normal {
  padding: 20px;
  margin: 0;
}
/* line 549, ../sass/screen.sass */
.preshow-absolute .content-inner {
  padding: 0;
}
/* line 552, ../sass/screen.sass */
.preshow-absolute .button-wrapper {
  text-align: center;
  padding: 0;
  margin: 20px 0;
}

/* line 557, ../sass/screen.sass */
.images-splash {
  overflow: hidden;
  *zoom: 1;
}

/* line 560, ../sass/screen.sass */
.preshow-content {
  padding: 20px;
  background: white;
}

/* line 564, ../sass/screen.sass */
#fbcomments {
  margin: 0 auto 40px;
  max-width: 630px;
}

.typicalsubmain {
z-index:100;
min-width: 360px;
}

.typicalsubmain #fbcomments {
  
  margin-left: auto;
margin-right: auto;

  margin-bottom: 40px;
  
}

/* line 568, ../sass/screen.sass */
.fbcomments-inside {
  margin: 5% 5% 1% 5%;
  border: 1px solid #222222;
}
/* line 572, ../sass/screen.sass */
.fbcomments-inside a {
  color: #f94123;
}
/* line 575, ../sass/screen.sass */
.fbcomments-inside a:hover {
  color: #b11d05;
}
/* line 578, ../sass/screen.sass */
.fbcomments-inside h2 {
  padding: 0 20px 20px;
}
/* line 581, ../sass/screen.sass */
.fbcomments-inside .facebook-title {
  background: #222222;
  padding: 6px 8px;
  color: #666666;
}
/* line 586, ../sass/screen.sass */
.fbcomments-inside .comment-dashboard {
  font-size: 12px;
  text-align: right;
  display: block;
  margin-bottom: 5px;
  color: #666666;
}

/* line 593, ../sass/screen.sass */
#tallpersonalnote {
  border: 0;
  padding: 0;
  margin: 20px;
}
/* line 598, ../sass/screen.sass */
#tallpersonalnote img {
  border-color: #666666;
}
/* line 601, ../sass/screen.sass */
#tallpersonalnote p {
  color: #666666;
}

/* line 604, ../sass/screen.sass */
.fb-landing {
  margin: 0 0 20px;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  z-index: 90;
  max-width: 600px;
}
/* line 611, ../sass/screen.sass */
.fb-landing .message {
  background: #444444;
  color: white;
  padding: 12px 16px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-left: 80px;
}
/* line 619, ../sass/screen.sass */
.fb-landing img {
  float: left;
  border: 2px solid white;
}
/* line 623, ../sass/screen.sass */
.fb-landing p {
  font-size: 0.8em;
  text-shadow: none;
  padding: 0;
  margin: 0 0 6px 0;
}

/* line 629, ../sass/screen.sass */
.triangle3 {
  position: absolute;
  left: -10px;
  top: 20px;
  z-index: 20;
}
/* line 635, ../sass/screen.sass */
.triangle3 span {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #444444;
}

/* line 643, ../sass/screen.sass */
#centercolumn {
  position: relative;
  z-index: 90;
  margin: 0 auto;
}

/* line 648, ../sass/screen.sass */
.hover-shares {
  overflow: hidden;
  position: absolute;
  top: 20%;
  left: 0;
}
/* line 654, ../sass/screen.sass */
.hover-shares ul {
  margin-left: -102px;
  -webkit-transition: margin-left 0.4s ease-in-out;
  -moz-transition: margin-left 0.4s ease-in-out;
  -o-transition: margin-left 0.4s ease-in-out;
  transition: margin-left 0.4s ease-in-out;
}
/* line 660, ../sass/screen.sass */
.hover-shares li a {
  display: block;
  width: 50px;
  border: 2px solid white;
  border-left: 0;
  margin-bottom: 6px;
  padding: 30px 0 20px 30px;
  color: white;
}
/* line 669, ../sass/screen.sass */
.hover-shares li a.twitter {
  background: url("http://c883498322aa1a52fc42-53702d4f6bd61f7943b85da072f3c5aa.r10.cf2.rackcdn.com/twitter.png") no-repeat center #2aa9e0;
  background-size: 40px 36px;
}
/* line 673, ../sass/screen.sass */
.hover-shares li a.twitter:hover {
  background-color: #57bbe6;
}
/* line 676, ../sass/screen.sass */
.hover-shares li a.facebook {
  background: url("http://c883498322aa1a52fc42-53702d4f6bd61f7943b85da072f3c5aa.r10.cf2.rackcdn.com/facebook.png") no-repeat center bottom #3b5998;
  background-size: 20px 40px;
}
/* line 680, ../sass/screen.sass */
.hover-shares li a.facebook:hover {
  background-color: #4c70ba;
}
/* line 683, ../sass/screen.sass */
.hover-shares.slideout ul {
  margin-left: 0;
}

/* line 689, ../sass/screen.sass */
.facebook-button {
  margin: 0 0 0.8em;
  text-align: center;
}
/* line 693, ../sass/screen.sass */
.facebook-button input {
  background: url("http://c883498322aa1a52fc42-53702d4f6bd61f7943b85da072f3c5aa.r10.cf2.rackcdn.com/facebook.png") no-repeat center bottom #3b5998;
  background-size: 35px 66px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border: none;
  display: block;
  min-width: 180px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  padding: 1.8em;
  color: white;
  max-width: 300px;
  margin: 0 auto;
}
/* line 707, ../sass/screen.sass */
.facebook-button input:hover {
  background-color: #4c70ba;
}

/* line 710, ../sass/screen.sass */
form {
  margin: 0 0 20px;
}
/* line 713, ../sass/screen.sass */
form fieldset {
  margin-bottom: 10px;
}
/* line 716, ../sass/screen.sass */
form label {
  display: block;
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 723, ../sass/screen.sass */
form input.form-text {
  display: block;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #dddddd;
  background: whitesmoke;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}

form textarea.form-textarea {
width: 300;
height: 60;
font-size: 14px;
  background: whitesmoke;
  border: 1px solid #dddddd;
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}

/* line 732, ../sass/screen.sass */
form input.form-text:focus {
  border: 1px solid #cccccc;
  background: white;
}

/* line 736, ../sass/screen.sass */
.form-actions {
  text-align: center;
}

/* line 739, ../sass/screen.sass */
form input[type="submit"] {
  padding: 20px 26px 20px;
  background: #f94123;
  border: none;
  color: white;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px black;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
/* line 752, ../sass/screen.sass */
form input[type="submit"]:hover {
  background: #e32506;
}

/* line 755, ../sass/screen.sass */
.act-now-button {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 760, ../sass/screen.sass */
.act-now-button a:hover {
  color: white;
}

/* line 767, ../sass/screen.sass */
.trailer {
  padding: 0 5% 5%;
  position: relative;
  z-index: 90;
  max-width: 1200px;
  margin: 0 auto;
  width: 65%;

  
}
/* line 774, ../sass/screen.sass */
.trailer h2 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

/* line 784, ../sass/screen.sass */
.about-images {
  text-align: center;
  margin: 20px 0;
}
/* line 788, ../sass/screen.sass */
.about-images li {
  display: block;
  margin-bottom: 10px;
}

/* line 803, ../sass/screen.sass */
.smallmodal {
  max-width: 460px;
  margin: 5% auto;
  position: relative;
  z-index: 90;
}
/* line 809, ../sass/screen.sass */
.smallmodal .content-header {
  padding: 0;
  margin: 0 0 10px;
}
/* line 813, ../sass/screen.sass */
.smallmodal h1 {
  color: white;
  margin-bottom: 0px;
}
/* line 817, ../sass/screen.sass */
.smallmodal .wall-1 {
  margin-right: -160px;
}

/* line 820, ../sass/screen.sass */
.close-button {
  text-align: center;
  margin: 10px 0 30px;
}
/* line 824, ../sass/screen.sass */
.close-button a {
  font-weight: bold;
  display: block;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: white;
  float: right;
  font-size: 16px;
  color: #f94123;
  text-shadow: none;
}
/* line 836, ../sass/screen.sass */
.close-button a:hover {
  background: #f94123;
  color: white;
}

/* line 840, ../sass/screen.sass */
.full-modal {
  position: fixed;
  top: 100px;
  width: 460px;
  left: 50%;
  margin-left: -230px;
  margin-top: 0;
  background: white url("http://c883498322aa1a52fc42-53702d4f6bd61f7943b85da072f3c5aa.r10.cf2.rackcdn.com/beige_paper.png");
  -webkit-box-shadow: 0 0 20px black;
  -moz-box-shadow: 0 0 20px black;
  box-shadow: 0 0 20px black;
  z-index: 500;
  -webkit-transition: margin-top 0.2s ease-in-out;
  -moz-transition: margin-top 0.2s ease-in-out;
  -o-transition: margin-top 0.2s ease-in-out;
  transition: margin-top 0.2s ease-in-out;
}
/* line 852, ../sass/screen.sass */
.full-modal.hide-away {
  margin-top: -700px;
}

/* line 855, ../sass/screen.sass */
.modal-content {
  padding: 20px 20px 30px;
}

/* line 858, ../sass/screen.sass */
.modal-button {
  text-align: left;
  margin: 22px 0;
}
/* line 862, ../sass/screen.sass */
.modal-button a, .modal-button span {
  color: white;
  background: #3b5998;
  padding: 10px 12px;
  cursor: pointer;
  margin: 0;
  margin-bottom: 20px;
}
/* line 870, ../sass/screen.sass */
.modal-button a:hover, .modal-button span:hover {
  background: #4c70ba;
}

/* line 876, ../sass/screen.sass */
.wall {
  position: absolute;
}

/* line 879, ../sass/screen.sass */
.wall-1 {
  width: 269px;
  height: 269px;
  top: 10%;
  background: url("http://c883498322aa1a52fc42-53702d4f6bd61f7943b85da072f3c5aa.r10.cf2.rackcdn.com/wall_nointernet.png");
  right: 0;
  margin-right: -150px;
}

/* line 905, ../sass/screen.sass */
#endscreen {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 910, ../sass/screen.sass */
#step01 {
  background-color: black;
  z-index: 100;
  margin-top:30px;

/*    position: absolute;
  top: 0;
  left: 0;*/
}

/* line 922, ../sass/screen.sass */
.share-step {
  max-width: 1010px;
}
/* line 925, ../sass/screen.sass */
.share-step .fb-landing p {
  color: white;
}

/* line 928, ../sass/screen.sass */
.share-columns {
  overflow: hidden;
  *zoom: 1;
}

/* line 933, ../sass/screen.sass */
.share-column textarea {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 115px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  color: #888888;
}
/* line 942, ../sass/screen.sass */
.share-column textarea:focus {
  border: 1px solid #333333;
  color: #333333;
}

/* line 946, ../sass/screen.sass */
.share-message {
  margin-top: 20px;
  border-top: 1px dashed #888888;
  padding-top: 10px;
}

/* line 951, ../sass/screen.sass */
.share-column2 {
  margin: 18px auto 0;
  width: 540px;
}

/* line 955, ../sass/screen.sass */
.facebook-mock {
  background: white;
  padding: 15px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 20px;
  color: #000000;


}
/* line 963, ../sass/screen.sass */
.facebook-mock h5 {
  font-size: 13px;
  font-weight: bold;
  height: auto;
  line-height: 17px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  padding: 0;
}
/* line 971, ../sass/screen.sass */
.facebook-mock h5 a {
  color: #3b5998;
}

/* line 974, ../sass/screen.sass */
.actorPhoto {
  float: left;
}

/* line 977, ../sass/screen.sass */
.storyInnerContent {
  margin-left: 60px;
}

/* line 980, ../sass/screen.sass */
.userContentWrapper {
  margin-bottom: 20px;
}

/* line 983, ../sass/screen.sass */
.shareRedesignContainer {
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 6px;
  padding-right: 15px;
}
/* line 990, ../sass/screen.sass */
.shareRedesignContainer .shareText {
  padding: 15px;
}

/* line 993, ../sass/screen.sass */
.shareRedesignMedia {
  float: left;
  margin-right: 12px;
}

/* line 997, ../sass/screen.sass */
.attachmentText {
  color: gray;
  font-size: 11px;
}
/* line 1001, ../sass/screen.sass */
.attachmentText .caption {
  margin-bottom: 10px;
  display: block;
}

/* line 1005, ../sass/screen.sass */
.uiAttachmentTitle {
  color: #3b5998;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
}

/* line 1011, ../sass/screen.sass */
.botlinkohboy {
  color: #6d84b4;
  font-size: 11px;
  line-height: 14px;
}

/* line 1016, ../sass/screen.sass */
.share-button {
  text-align: center;
  margin: 20px 0 0 0;
}
/* line 1020, ../sass/screen.sass */
.share-button .button, .share-button .tweet-text .tweet-button a, .tweet-text .tweet-button .share-button a {
  font-size: 1.2em;
  padding: 10px 18px;
}

/* line 1027, ../sass/screen.sass */
.tweet-quote {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
 /* border-top: 1px dashed #888888;*/
  padding-top: 20px;
/*  margin-top: 20px; */
}

/* line 1033, ../sass/screen.sass */
.tweet-text {
  background: url("http://c883498322aa1a52fc42-53702d4f6bd61f7943b85da072f3c5aa.r10.cf2.rackcdn.com/twitter-bg.png") no-repeat center right #2aa9e0;
  padding: 10px;
  overflow: hidden;
  *zoom: 1;
}
/* line 1038, ../sass/screen.sass */
.tweet-text img {
  float: left;
  border: 2px solid white;
  width: 60px;
}
/* line 1043, ../sass/screen.sass */
.tweet-text p {
  color: white;
  margin: 0 0 6px 80px;
}
/* line 1047, ../sass/screen.sass */
.tweet-text .tweet-name {
  font-weight: 300;
}
/* line 1051, ../sass/screen.sass */
.tweet-text .tweet-button {
  margin: 10px auto 0;
  text-align: center;
  width: 200px;
}
/* line 1056, ../sass/screen.sass */
.tweet-text .tweet-button a {
  display: block;
  font-size: 18px;
  padding: 6px 10px;
  background: #2aa9e0;
  border-color: #1b8bbc;
  color: white;
}
/* line 1065, ../sass/screen.sass */
.tweet-text .tweet-button a:hover {
  background: #1b8bbc;
  border-color: #156a8f;
}

/* line 1069, ../sass/screen.sass */
li li, li p, p li {
  font-size: 1em;
}

/* line 6, ../sass/_helper.sass */
.fluidvideocontainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
/* line 12, ../sass/_helper.sass */
.fluidvideocontainer object, .fluidvideocontainer embed, .fluidvideocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../sass/_helper.sass */
.nobr, .together {
  white-space: nowrap;
}

/* line 30, ../sass/_helper.sass */
.break-word {
  word-wrap: break-word;
}

/* line 38, ../sass/_helper.sass */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 46, ../sass/_helper.sass */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* line 57, ../sass/_helper.sass */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 66, ../sass/_helper.sass */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 82, ../sass/_helper.sass */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 96, ../sass/_helper.sass */
.invisible {
  visibility: hidden;
}

/* line 112, ../sass/_helper.sass */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 118, ../sass/_helper.sass */
.clearfix:after {
  clear: both;
}

/* line 127, ../sass/_helper.sass */
.clearfix {
  *zoom: 1;
}




@media screen and (max-width: 550px) {
.content-header {
margin-bottom: -12px;
font-size: 15px;

}


.queuepageheader {
font-size: 10px;
}

  }



@media screen and (min-width: 600px) {

  /* line 1185, ../sass/screen.sass */
  .social-links {
    width: 380px;
    float: left;
  }
  
   .footer-column1 {
    width: 140px;
    float: right;
  }

  .footer-column2 {
    width: 140px;
    float: left;
  }
  
  }









@media screen and (min-width: 720px) {

#content-footer {
position: fixed;
bottom: 0;
z-index: 200;
position: fixed;
width: 100%;
}

#contentfooterrel {
  clear: both;
  overflow: hidden;
}

.footer-button {
float: left;
width: 70px;
font-size: 10px;
line-height: 14px;
}
.fb-button {
margin-right: 10px;
}
.social-links {
width: 330px;
float: left;
}

  .footer-button.t-button span, .footer-button.fb-button span, .footer-button.louderbutton span  {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 7px;
padding-right: 7px;
  }



  .footer-links {
    width: 280px;
    text-align: right;
    padding: 0 0 20px;
    font-size: 11px;
    margin: 0;
    float: right;
  }

  .footer-column1 {
    width: 140px;
    float: right;
  }

  .footer-column2 {
    width: 140px;
    float: right;
  }

#download-links {
  width: 80px;
}

#download-links a {

font-size: 10px;
line-height: 14px;
width:80px;

}

#download-links a span {
  padding: 5px;
}

}




@media screen and (max-width: 840px){

#content-bottom {
min-width:300px;
}
.typical-subdomain {
width:90%;
}


#download-links {
width: 90px; 
 
}
#download-links a {
font-size: 11px;
line-height: 16px;
}


}

@media screen and (max-width: 720px){


#download-links {
  width: 180px; 
 
}

}


@media screen and (min-width: 840px) {
  /* Style adjustments for viewports that meet the condition */
  /* line 1078, ../sass/screen.sass */

.preshow-absolute {
  width: 600px;
  margin-left: -300px;
    top: 0;

}

.preshow-absolute .images-leaked {
  height: 190px;
}

  .content-header {
    font-size: 30px;
  }

  .logo {
    max-width: 400px;
    padding: 6px 6px 0;
  }
  .home-page .main-header {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }
  /* line 1081, ../sass/screen.sass */
  .home-page .main-header.slideout {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .home-page .navigation a {
    padding: 22px 9px 20px;
    display: inline-block;
  }


  /* line 1087, ../sass/screen.sass */
  .main-header {
    height: 110px;
    width: 100%;
  }
  /* line 1091, ../sass/screen.sass */
  .main-header.start {
    height: 66px;
  }
  /* line 1094, ../sass/screen.sass */
  .home-page .main-header {
    position: fixed;
    top: 0;
    margin: -68px 0 20px;
    z-index: 200;
  }
  /* line 1100, ../sass/screen.sass */
  .home-page .main-header .myselectpods {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  /* line 1104, ../sass/screen.sass */
  .main-header.slideout {
    margin: 0 0 20px;
  }
  /* line 1107, ../sass/screen.sass */
  .main-header.slideout .myselectpods {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }



.queue-section {
  padding-top: 66px;
}

  #myselectedpods {
    display: block;
  }

.triangle2 {
  display: block;
  top: 78;
}

.myselectpods {
  width: 100%;
  height: 42px;
  overflow: hidden;
}
.myselectpods .queue-title {
  float: left;
  width: 118px;
  cursor: initial;

}
.myselectpods .podhead {
  padding-right: 40px;
  background: #f94123;
  height: 42px;
  position: absolute;
  top: 0;
  width: 230px;
  margin-left: -230px;
  font-size: 13px;
  line-height: 16px;
}
.myselectpods .podicon .podimg {
  width: 70px;
}
.myselectpods .podicon {
  width: 70px;
    border-top: none;
    float: left;
    margin: 0 2px 0 0;
    background: none;
}

.myselectpods .podicon:hover {
  background: none;
}

.myselectpods .podhead .headline {
  padding-right: 30px;
  display: block;
  font-size: 11px;
  height: 42px;
}

.myselectpods .podhead .headline a:hover {
  color: white;
}

.myselectpods .podicon.open {
  width: 300px;
}
.myselectpods .podicon.open .podhead {
  margin-left: 70px;
}
.myselectpods .podicon.open .podimg {
  margin-right: 6px;
}

.xout {
  left: 0;
  padding: 0px;
  font-size: 12px;
  width: 20px;
  text-align: center;
  display:none;
}

#availablepod .xout {
    display: none;
}
#myselectedpods .podicon:hover > .xout {
    display: block;
}



  /* line 1110, ../sass/screen.sass */
  #content-footer {
    position: fixed;
    bottom: 0;
    z-index: 200;
    position: fixed;
    width: 100%;
  }

  /* line 1118, ../sass/screen.sass */
  .quadboxes {
    margin: 0 5% 2%;
    overflow: hidden;
    *zoom: 1;
  }

  /* line 1122, ../sass/screen.sass */
  .quadbox {
    width: 31.3333%;
    float: left;
    margin-right: 3%;
    margin-top: 0;
    padding: 0;
    position: relative;
    z-index: 100;
  }
  /* line 1129, ../sass/screen.sass */
  .quadbox h1 {
    font-size: 18px;
    padding-top: 8px;
    margin: 0 0 -12px 0;
  }
  /* line 1133, ../sass/screen.sass */
  .quadbox h1 span {
    padding-top: 8px;
    margin-left: 0px;
  }
  /* line 1137, ../sass/screen.sass */
  .quadbox .content-inner {
    padding: 20px;
  }

  /* line 1140, ../sass/screen.sass */
  .quadbox-action {
    margin-right: 0;
  }

  /* line 1143, ../sass/screen.sass */
  .second-row {
    padding: 0 5%;
  }
  /* line 1146, ../sass/screen.sass */
  .second-row .content-normal {
    float: left;
    width: 49%;
    max-width: 100%;
    padding: 0;
  }
  /* line 1152, ../sass/screen.sass */
  .second-row .que-box {
    margin-right: 2%;
    position: relative;
    z-index: 100;
  }

  /* line 1155, ../sass/screen.sass */
  .navicon {
    display: none;
  }

  /* line 1158, ../sass/screen.sass */
  #topnavribbon {
    display: block;
  }

  /* line 1161, ../sass/screen.sass */
  .logo {
    float: left;
    padding: 12px 0 0 12px;
  }

  /* line 1165, ../sass/screen.sass */
  .navigation {
    text-align: center;
    width: 400px;
    float: right;
  }
  /* line 1170, ../sass/screen.sass */
  .navigation a {
    float: right;
    padding: 4px 10px 4px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    margin-right: 2px;
    display: block;
    //    font-size: 13px;
    font-size: 11px;
  }

  /* line 1181, ../sass/screen.sass */
  .footer-section {
    overflow: hidden;
    *zoom: 1;
    padding-left: 20px;
  }

  /* line 1185, ../sass/screen.sass */
  .social-links {
    width: 470px;
    float: left;
  }

  /* line 1189, ../sass/screen.sass */
  .footer-links {
    float: right;
    width: 260px;
    text-align: right;
    padding: 0;
    font-size:12px;
  }
  /* line 1196, ../sass/screen.sass */
  .footer-links li a {
    padding: 0px 0;
  }

  /* line 1203, ../sass/screen.sass */
  .footer-section {
   padding: 16px 5% 10px; 
    width: 100%;
    z-index: 90;
  }



  .fb-button {
    margin-right: 10px;
  }

  .footer-button {
    float: left;
    width: 100px;
    font-size: 10px;
  }

  .footer-button.t-button span, .footer-button.fb-button span, .footer-button.louderbutton span  {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-right:10px;
  }

  #content-bottom {
    min-height: 600px;
  }

  .home-page #content-bottom {
    margin-top: 100px;
  }     
 

  .footer-column1, .footer-column2 {
    width: 130px;
  }

}
/**  **/
/**  **/



@media screen and (min-width: 925px) {
  
    .social-links {
width: 520px;
float: left;
}
  
 .footer-button {
float: left;
width: 128px;
font-size: 11px;
  }

  .footer-button.t-button span, .footer-button.fb-button span, .footer-button.louderbutton span  {
padding-top: 14px;
padding-bottom: 14px;
padding-left: 8px;
padding-right: 8px;
  }

}




@media screen and (min-width: 1055px) {
  .social-links {
width: 670px;
float: left;
}


 .footer-button {
    float: left;
    width: 180px;
    font-size: 15px;
  }

  .footer-button.t-button span, .footer-button.fb-button span, .footer-button.louderbutton span  {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-right:10px;
  }

}


@media screen and (min-width: 1250px) {
  /* Style adjustments for viewports that meet the condition */
  /* line 1211, ../sass/screen.sass */
  .footer-column1, .footer-column2 {
    width: 200px;
  }

  /* line 1214, ../sass/screen.sass */
  .footer-links {
    width: 400px;
  }

  /* line 1218, ../sass/screen.sass */
  .share-column {
    float: left;
    width: 260px;
  }

  /* line 1222, ../sass/screen.sass */
  .share-column2 {
    float: right;
    margin: 18px 0 0 0;
  }
}


@media screen and (min-width: 1220px) {
  /* Style adjustments for viewports that meet the condition */
  /* line 1229, ../sass/screen.sass */
  .navigation {
    width: 786px;
  }
  /* line 1232, ../sass/screen.sass */
  .navigation a {
    padding: 22px 10px 20px;
    display: inline-block;
    
    
    font-size:13px;
    
  }

  /* line 1236, ../sass/screen.sass */
  .share-column {
    width: 320px;
  }
}


.spendingblock {

font-size: 13px;
font-family: arial,helvetica;
width: 440px;
background-color: rgba(0,0,0,0.9);
color: #FFFFFF;
padding:5px;
margin: 0 auto;

}

.spendingblock .sunlightcredits {
font-size:11px;
text-align: center;
padding: 8px 0px 4px 0px;
color: #CCCCCC;

}
.spendingblock .sunlightcredits a {
color: #CCCCCC;

}

.spender div { 
float: left;
padding: 1px 5px;
}

.spender-name {
    width: 200px;
    text-align: right;
}
.campaignspend {
    width: 100px;
    text-align: right;
}
.lobbyamount {
    width: 100px;
    text-align: right;
}

.sunlightheader {
text-align: center;
padding-left: 15px;
}

.yearfield {
padding-top: 8;
font-size: 18px;
}

.msgbox {

padding:2%;

}


.siteicon {
position: absolute;
bottom: 10;
right: 2%;
}

.embedtextarea {
margin-top: 0px;
margin-bottom: 0px;
width: 500px;
font-size: 0.75em;
}


.subhead01 {
margin-top:15px;
width: 80%;
margin-left: auto;
margin-right: auto;
}

.subhead01 a {
font-size:20px;
color:#DB270A;
}


.subhead01 a:hover {
font-size:20px;
color:#FC583E;
}

.subhead01 h1 {
font-size: 24px;
padding-bottom: 2px;
}


.loudwrap { 
margin-top: 30px;
margin-bottom: 15px;
text-align: center;

}

.tip {
letter-spacing: inherit;
font-family: 'helvetica neue',helvetica,arial;
font-size: 13px;
line-height: initial;
text-align: center;
}

/**
iphones, ipods
**/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px),   only screen and (min-device-width : 320px)  and (max-device-width : 480px), only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)
{

  #lowbrowser { 
    display:block;
  }
  
  .vignette-cover 
  {
    display:none;
  }
  
  .hideonios 
  {
    display:none;
  }

}


.fb-discussion {
margin-bottom:70px;
}

.credits-logos {
list-style-type: none;
margin: 20px 10px 0px 20px;

clear: both;
margin-bottom: 70px;
padding-bottom: 40px;

}

.credits-logos li {

clear: both;

}

.mainembedtextarea {
width: 80%;
margin: 2px auto;
font-size: 12px;
}


#gocentcon {

float: none;
width: 100%;
max-width: 700px;

}

.credits-logos a {
float: left;
width: 220px;
text-align: right;
margin-bottom: 20px;
margin-right: 20px;

}

.credits-logos .desc {

font-family: 'helvetica neue';
letter-spacing: 0;
line-height: 1.2;

float: left;
width: 270px;
text-align: left;
margin-bottom: 30px;
padding-left: 00px;
font-size: 1em;
font-weight: normal;
min-width: 270px;
max-width: 300px;
}



.askfacebookbutton span, .asktwitterbutton span {
 -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: block;
  color: white;
  padding: 20px;
    text-transform:uppercase;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 18px;

}

.asktwitterbutton span {
  background: #2aa9e0;
}


/* line 455, ../sass/screen.sass */
.asktwitterbutton span:hover {
  background-color: #1b8bbc;
}

.askfacebookbutton span {
  background: #3b5998;
}


/* line 455, ../sass/screen.sass */
.askfacebookbutton span:hover {
  background-color: #2d4373;
}


.domorelist li {
border-top: 1px dashed black;
padding-top: 15px;
}

#viewcount { 
 /**   float: right; **/
    margin-top: 10px;
    color: #999999;
    font-family: oswald;
    
}





/* Press Page */
 
.press-page {
  max-width: 1000px;
}
 
.press-page h2 {
  border-bottom: 1px dashed #888888;
  margin-bottom: 20px;
}
 
.press-page h4 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 22px;
  padding: 0;
  margin: 0 0 3px 0;
}
 
.press-page h5 {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 3px 0;
  padding: 0;
}
 
.press-list li{
  margin-bottom: 30px;
}
.press-list {
  margin-right: 10%;
}
 
.press-quote {
  font-family: 'helvetica neue',helvetica,arial; letter-spacing: normal; font-size: 14px;
  line-height: 18px;
  font-style: italic;
  margin-bottom: 30px;
}
 
.quotes-list li{
  font-family: 'helvetica neue',helvetica,arial; letter-spacing: normal; font-size: 14px;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 40px;
 }
 
 .quotes-list li p {
 	font-size: 18px;
 	line-height: 22px;
 	margin: 0 0 6px;
 }
 
@media screen and (min-width: 650px) {
 
.press-list, .quotes-list {
  width: 45%;
  float: left;
}
 
.press-page .content-inner:before,
.press-page .content-inner:after {
    content:"";
    display:table;
}
.press-page .content-inner:after {
    clear:both;
}
.press-page .content-inner {
    zoom:1;
}
}



#youtubecomments {
	max-width: 700px;
	width: 80%;
	margin: 10px auto;
	color: #CCCCCC;
	z-index: 0;
	font-size: 0.8em;
	font-family: helvetica,arial;
	max-height: 300px;
	overflow-y: scroll;
	
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.39);

}

#youtubecomments .header {
	font-size:2em;
	font-weight:bold;
	margin-bottom:5px;
}

.ytauthor {
	width: 100%;
	text-align: right;
}

.ytprevnextclicker
{ 
cursor: pointer;
float: right;
margin-right: 20px;
font-size: 1.2em;
margin-bottom: 15px;
color: #BB33ff;
}


@media only screen and (max-width:480px)
{
  
/* line 27, ../sass/screen.sass */
.button, .tweet-text .tweet-button a {
   font-size: 16px;
  line-height: 18px;
  padding: 8px 6px;

}
}

