/* CSS Resets */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}

a img {
  border: 0;
}

figure {
  position: relative;
}

figure img {
  width: 100%;
}

ul {
  list-style: none;
}

body {
  background: #fff;
  color: #000;
  font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
}

select,
input,
text {
  font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}
/* Prevent Chrome text size boosting */
div,
p {
  max-height: 9999px;
}

#headerTop,
#headerBottom {
  background: #fafafa;
  overflow: hidden;
}

#headerTop {
  border-bottom: 1px solid #fff;
  height: 45px;
}

#headerTop h1 {
  width: 80px;
  height: 45px;
  float: left;
  margin-left: 0px;
  overflow: hidden;
  text-indent: -9999px;
  background: url('../img/wnyc_80x90.png') 0px 45px;
  z-index: 1;
}

#headerTop h1:hover {
  background: url('../img/wnyc_80x90.png') 0px 0px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #headerTop h1 {
    background-image: url('../img/wnyc_80x90@2x.png');
    background-size: 80px 90px;
    background-position: 0px 45px;
  }

  #headerTop h1:hover {
    background-image: url('../img/wnyc_80x90@2x.png');
    background-size: 86px 90px;
    background-position: 0px 0px;
  }
}

#headerTop h2 {
  font-size: 18px;
  font-weight: 400;
  float: left;
  margin-left: 10px;
  padding: 12px 0px 12px 12px;
}

#mobileFlyout h2 {
  font-size: 20px;
  font-weight: 400;
  padding: 12px 0px 0px 12px;
  margin: 0px;
}

#headerTop #share {
  color: #000;
  float: right;
}

#headerTop #share a {
  font-size: 14px;
  float: left;
  background: #fafafa;
  width: 50px;
  height: 35px;
  padding: 13px 0 0 0;
  border-left: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

#headerTop #share a:hover {
  background: #e51133;
  color: #fff;
}

#toggle {
  width: 45px;
  height: 42px;
  float: right;
  text-align: center;
  padding: 13px 0 0 0;
  cursor: pointer;
  z-index: 5;
  font-size: 10px;
  display: inline;
}

#toggle:hover {
  background: #e51133;
  color: #fff;
}

.toggleOn {
  background: #333;
  color: #fff;
}

p.intro {
  padding: 15px 20px;
  font-family: 'Georgia', serif;
  font-size: 14px;
  line-height: 1.4em;
  max-width: 800px;
  max-height: 9999px;
}

p.intro a {
  color: #333;
  text-decoration: underline;
}

p.intro a:hover {
  color: #e51133;
  text-decoration: underline;
}
/* Flyout in the corner */
#mobileFlyout {
  background: #333;
  border-top: 1px solid #333;
  color: #fff;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  display: none;
}

#mobileFlyout p {
  clear: both;
}

#mobileFlyout p a {
  color: #fff;
}

#mobileFlyout #share {
  color: #000;
  float: left;
  padding: 16px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#mobileFlyout #share a {
  float: left;
  margin: 0 16px 0 0;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

#mobileFlyout #share a:last-of-type {
  margin-right: 0;
}

#mobileFlyout #share a:hover {
  background: #e51133;
  color: #fff;
}

#mobileFlyout #share a i {
  margin: 0 8px 0 5px;
  font-size: 16px;
}

#mobileFlyout #menu {
  clear: both;
}

#mobileFlyout #menu a {
  text-decoration: none;
  color: #fff;
}

#mobileFlyout #menu a:hover {
  text-decoration: underline;
  color: #fff;
}

#mobileFlyout #menu li {
  list-style: none;
  background: #000;
  color: #fff;
  margin: 1px 0 0 0;
  font-size: 12px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

#mobileFlyout #menu li:hover {
  background: #e51133;
}

#mobileFlyout #menu li h4 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  float: left;
  padding: 20px 0 20px 20px;
}

#mobileFlyout #menu li i.iconRight {
  color: #fff;
  float: right;
  position: relative;
  top: 1px;
  padding: 20px 20px 0 0;
}

#mobileFlyout #menu li h4 i {
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
  width: 15px;
  position: relative;
  top: 1px;
}

#mobileFlyout #menu li.drawer {
  color: #000;
  background: #fff;
  padding: 20px;
  clear: both;
  font-size: 14px;
  display: none;
  position: relative;
  top: -1px;
}

#mobileFlyout #menu li.drawer strong {
  font-weight: 900;
}

#mobileFlyout #menu li.drawer p {
  font-weight: 400;
  padding: 10px 0;
}

#mobileFlyout #menu li.drawer p a {
  color: #000;
  text-decoration: underline;
}

#mobileFlyout #menu li.drawer p a:hover {
  text-decoration: none;
  color: #e51133;
}
/* Mobile */
@media handheld, only screen and (max-width: 575px) {
  #headerBottom p.intro,
  #headerTop #share {
    display: none;
  }

  #toggle {
    display: inline;
  }

  #headerTop h2 {
    font-size: 14px;
    margin-left: 0px;
    padding-top: 13px;
    max-width: 400px;
  }
}

@media handheld, only screen and (max-width: 375px) {
  #headerBottom {
    display: none;
  }

  #headerTop h2 {
    font-size: 12px;
    margin-left: 0px;
    padding-top: 15px;
    max-width: 200px;
  }
}

@media handheld, only screen and (max-width: 225px) {
  #toggle {
    position: absolute;
    top: 0;
    right: 0;
    background: #fafafa;
    height: 33px;
  }

  #toggle.toggleOn {
    background: #333;
    color: #fff;
  }

  #headerTop h2,
  #mobileFlyout #menu li i,
  #mobileFlyout #share a i {
    display: none;
  }
}
/* Old browser warning bar */
div#old-browser-warning {
  background: #ffea00;
  overflow: hidden;
  padding: 10px 0;
  font-weight: 900;
  color: #000;
  display: none;
}

div#old-browser-warning p {
  display: block;
  padding: 0 10px;
}

div#old-browser-warning a:hover {
  text-decoration: none;
}

div#old-browser-warning a,
div#old-browser-warning a:active {
  text-decoration: underline;
  color: #000;
}
