/*
Theme Name:     NewMusicBox 2016
Description:    Custom theme for newmusicbox.org
Author:         New Music USA
Version:        2.0
*/
/* main */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}
/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}
/* Form fields, general styles first */
button,
input,
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
}
button,
input {
  line-height: normal;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  color: #757575;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  border-color: transparent;
}
.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}
/* Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
  padding: 1.714285714rem 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 0;
  margin: 3.428571429rem 0;
}
/* Author profiles */
.author .archive-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  overflow: hidden;
}
.author-description p {
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
  margin-top: 0;
}
/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
  font-size: 87.5%;
}
body {
  font-size: 14px;
  font-size: 1rem;
  font-family: Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #444;
}
body.custom-font-enabled {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
  outline: none;
  color: #21759b;
}
a:hover {
  color: #0f3647;
}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  height: auto;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/* Navigation Menu */
.main-navigation {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  text-align: center;
}
.main-navigation li {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.42857143;
}
.main-navigation a {
  color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
  color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
  display: inline-block;
}
/* Comment form */
#respond {
  margin-top: 48px;
  margin-top: 3.428571429rem;
}
#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714285714rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.857142857rem;
}
#respond form {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
#respond form p {
  margin: 11px 0;
  margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
#respond form label {
  display: block;
  line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #5e5e5e;
}
.required {
  color: red;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
  .site-header h1,
  .site-header h2 {
    text-align: left;
  }
  .site-header h1 {
    font-size: 26px;
    font-size: 1.857142857rem;
    line-height: 1.846153846;
    margin-bottom: 0;
  }
  .main-navigation ul.nav-menu,
  .main-navigation div.nav-menu > ul {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: inline-block !important;
    text-align: left;
    width: 100%;
  }
  .main-navigation ul {
    margin: 0;
    text-indent: 0;
  }
  .main-navigation li a,
  .main-navigation li {
    display: inline-block;
    text-decoration: none;
  }
  .main-navigation li a {
    border-bottom: 0;
    color: #6a6a6a;
    line-height: 3.692307692;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .main-navigation li a:hover,
  .main-navigation li a:focus {
    color: #000;
  }
  .main-navigation li {
    margin: 0 40px 0 0;
    margin: 0 2.857142857rem 0 0;
    position: relative;
  }
  .main-navigation li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .main-navigation li ul ul {
    top: 0;
    left: 100%;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li:focus > ul,
  .main-navigation .focus > ul {
    border-left: 0;
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
  }
  .main-navigation li ul li a {
    background: #efefef;
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    padding: 8px 10px;
    padding: 0.571428571rem 0.714285714rem;
    width: 180px;
    width: 12.85714286rem;
    white-space: normal;
  }
  .main-navigation li ul li a:hover,
  .main-navigation li ul li a:focus {
    background: #e3e3e3;
    color: #444;
  }
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current_page_item > a,
  .main-navigation .current_page_ancestor > a {
    color: #636363;
    font-weight: bold;
  }
  .menu-toggle {
    display: none;
  }
  .entry-header .entry-title {
    font-size: 22px;
    font-size: 1.571428571rem;
  }
  #respond form input[type="text"] {
    width: 46.333333333%;
  }
  #respond form textarea.blog-textarea {
    width: 79.666666667%;
  }
  .template-front-page .site-content,
  .template-front-page article {
    overflow: hidden;
  }
  .template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.916666667%;
  }
  .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
  }
  .template-front-page .widget-area .widget,
  .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
  }
  .template-front-page .widget-area .widget:nth-child(odd) {
    clear: right;
  }
  .template-front-page .widget-area .widget:nth-child(even),
  .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
  }
  .template-front-page.two-sidebars .widget,
  .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
  }
  .commentlist .children {
    margin-left: 48px;
    margin-left: 3.428571429rem;
  }
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
  .site {
    max-width: 100%;
    overflow: visible;
  }
  .page-top-fixed,
  .page-bottom-fixed {
    margin: 0 auto;
    max-width: 960px;
    max-width: 68.571428571rem;
    overflow: hidden;
  }
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
  body {
    background-color: #e6e6e6;
  }
  body .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
  .page-top-fixed,
  .page-bottom-fixed {
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .page-top-fixed {
    margin-top: 48px;
    margin-top: 3.428571429rem;
    margin-top: 5px;
  }
  .page-bottom-fixed {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
  }
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
  .site {
    max-width: 100%;
    overflow: visible;
  }
  .page-top-fixed,
  .page-bottom-fixed {
    margin: 0 auto;
    max-width: 960px;
    max-width: 68.571428571rem;
    overflow: hidden;
  }
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
  body .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
  .page-top-fixed,
  .page-bottom-fixed {
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }
  .page-top-fixed {
    margin-top: 48px;
    margin-top: 3.428571429rem;
    margin-top: 5px;
  }
  .page-bottom-fixed {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
  }
}
/* ========================== FONT-FACE KITS ========================== */
/* Franklin Gothic (Default) */
@font-face {
  font-family: 'Franklin';
  src: url('fonts/franklin_goth.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Franklin';
  src: url(http://:/) format("No-IE-404"), url('fonts/franklin_goth.woff') format('woff'), url('fonts/franklin_goth.ttf') format('truetype'), url('fonts/franklin_goth.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Franklin Gothic Italic */
@font-face {
  font-family: 'Franklin';
  src: url('fonts/franklin_goth_ita.eot');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Franklin';
  src: url(http://:/) format("No-IE-404"), url('fonts/franklin_goth_ita.woff') format('woff'), url('fonts/franklin_goth_ita.ttf') format('truetype'), url('fonts/franklin_goth_ita.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}
/* Franklin Gothic Bold */
@font-face {
  font-family: 'Franklin';
  src: url('fonts/franklin_goth_bold.eot');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Franklin';
  src: url(http://:/) format("No-IE-404"), url('fonts/franklin_goth_bold.woff') format('woff'), url('fonts/franklin_goth_bold.ttf') format('truetype'), url('fonts/franklin_goth_bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* Alternate Gothic */
@font-face {
  font-family: 'Alt Gothic';
  src: url('fonts/alt_goth_2.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Alt Gothic';
  src: url(http://:/) format("No-IE-404"), url('fonts/alt_goth_2.woff') format('woff'), url('fonts/alt_goth_2.ttf') format('truetype'), url('fonts/alt_goth_2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Brandon Grotesque */
@font-face {
  font-family: 'Brandon';
  src: url('fonts/brandon_blk.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon';
  src: url(http://:/) format("No-IE-404"), url('fonts/brandon_blk.woff') format('woff'), url('fonts/brandon_blk.ttf') format('truetype'), url('fonts/brandon_blk.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #141414;
  background-image: url('img/bg_swatch.2x.png');
  font-family: "Franklin", arial, sans-serif;
}
body .site {
  padding: 0;
  box-shadow: none;
  max-width: 100%;
}
.page-top-fixed,
.page-bottom-fixed {
  padding: 0;
  max-width: 72rem;
}
.page-top-fixed {
  background-color: #fff;
}
.site {
  padding: 0;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alt Gothic", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4d4d4d;
}
a {
  color: #26a9e0;
  text-decoration: none;
}
a:hover {
  color: #8ac8e2;
}
.site a {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
p,
li {
  color: #4d4d4d;
}
/*social footer links (DUPLICATE FROM NMUSA)*/
footer .site-info {
  margin-left: 5px;
}
footer .social {
  margin: 5px 0 5px 0;
  margin: 0;
}
footer .social li {
  display: inline-block;
  margin: 0 8px 0 0;
  position: relative;
  border: 14px solid #333;
  height: 0;
  width: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
footer .social li a {
  padding: 0;
  display: block;
  position: absolute;
  height: 28px;
  width: 28px;
  top: -14px;
  left: -14px;
  background-image: url(img/social_footer.svg);
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  -webkit-background-size: 102px 28px;
  -moz-background-size: 102px 28px !important;
  -ms-background-size: 102px 28px;
  -o-background-size: 102px 28px;
  background-size: 102px 28px;
}
footer .social li:hover {
  border-color: #565656;
}
footer .fb {
  background-position: center top;
}
footer .fl {
  background-position: -75px top;
}
footer .social li a.mail {
  background-image: url(img/social_footer_mail.svg);
}
/* header */
#site-navigation {
  display: none;
}
.page-top-fixed {
  min-height: 45px;
}
@media screen and (min-width: 700px) {
  #site-navigation {
    display: block;
    float: right;
    max-width: 25%;
    margin: 0 0 0.5rem 0;
    padding-right: 5px;
    margin-top: 5px;
    color: #4d4d4d;
  }
  #site-navigation .menu-secondary-container {
    display: inline-block;
    padding: 0 5px 0 0;
  }
  #site-navigation form {
    display: inline-block;
  }
  #site-navigation form div {
    display: inline-block;
  }
}
#menu-secondary {
  border: none;
}
#menu-secondary a {
  font-family: "Alt Gothic", sans-serif;
  color: #d9d9d9;
  color: #4d4d4d;
  opacity: .999;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
#menu-secondary a:hover {
  color: #26a9e0;
}
#menu-secondary li {
  display: inline-block;
  padding-left: 1em;
}
#searchform input {
  padding: 1px;
  position: relative;
  left: 2px;
}
#searchform {
  position: relative;
  left: 6px;
}
#searchform input#searchsubmit {
  background-color: rgba(38, 169, 224, 0.6);
  background-color: transparent;
  box-shadow: none;
  text-transform: uppercase;
  text-transform: none;
  position: relative;
  background-image: none;
  color: #4d4d4d;
  color: #000;
  border: none;
  left: 70px;
  font-size: 13.2px;
}
.site-description .nowplaying {
  font-family: "Alt Gothic", sans-serif;
}
.site-description {
  color: #d9d9d9;
  opacity: .999;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  line-height: 1.25em;
  margin-top: 0;
  min-height: 40px;
  padding-top: 5px;
  color: #4d4d4d;
}
.site-description .nowplaying,
.site-description #now_playing {
  float: left;
  display: inline-block;
  letter-spacing: 1.5px;
}
.site-description #now_playing {
  line-height: 19px;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.site-description a#popup_link {
  float: right;
}
.site-description a#popup_link img,
.site-description a#popup_link span {
  height: 20px;
  width: auto;
  display: inline-block;
  float: left;
  position: relative;
}
@media screen and (min-width: 600px) {
  .site-description {
    text-align: left;
    float: left;
    width: 99%;
    padding-left: 5px;
  }
}
@media screen and (max-width: 600px) {
  .site-description {
    text-align: center;
  }
  .site-description .nowplaying,
  .site-description #now_playing {
    float: none;
    width: 100%;
    text-align: center;
  }
  .site-description a#popup_link {
    width: 100%;
    float: none;
  }
  .site-description a#popup_link img,
  .site-description a#popup_link span {
    float: none;
    display: inline-block;
  }
  .site-description a#popup_link img {
    position: relative;
    height: 16px;
    top: 2px;
  }
}
.site-header {
  padding: 0;
  margin: 0 0 0 0;
}
.site-title {
  clear: both;
  background-color: transparent;
  position: relative;
}
.site-title a {
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}
.site-title .subhead {
  position: absolute;
  color: #fff;
  font-family: "Alt Gothic";
  z-index: 30000;
  top: 75%;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  height: auto;
  letter-spacing: 2px;
}
.site-title .subhead a {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 900px) {
  .site-title .subhead {
    height: 20px;
    position: relative;
    top: 5px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 600px) {
  .site-title a {
    display: block;
    height: 106px;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
  }
}
.site-title img {
  width: 100%;
}
#Top_sponsor {
  display: none;
}
@media screen and (min-width: 600px) {
  #Top_sponsor {
    display: block;
    width: 728px;
    margin: 0 auto;
    padding: 15px 0 5px 0;
  }
  #ad_wrapper {
    background: #f4f4f4;
    max-width: 72rem;
    width: 100%;
    margin: auto;
  }
}
#featured {
  background-color: #141414;
  padding: 0;
}
#masthead #featured {
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  #featured {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #fff;
  }
  .site-description {
    background-image: url(img/cs-icon-reverse.png);
    background-position: 2% 0;
    background-repeat: no-repeat;
    padding-right: 45px;
  }
  .site-description .nowplaying {
    padding-left: 80px;
  }
}
#featured h2 {
  font-size: 1.4em;
  font-family: "Brandon";
  font-weight: normal;
}
/* slideshow */
.cycle-slideshow {
  position: relative;
}
.cycle-slideshow img {
  width: 100%;
}
.cycle-overlay {
  background-color: rgba(0, 0, 0, 0.65);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  height: 25%;
  width: 100%;
  position: absolute;
  top: 75%;
  z-index: 1000;
}
@media screen and (max-width: 900px) {
  .cycle-overlay {
    height: auto;
    position: relative;
    top: 0;
    background-color: #141414;
  }
}
.cycle-overlay .title {
  text-align: center;
  margin-top: 1rem;
  color: #fff;
  font-family: "Alt Gothic";
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
}
.cycle-overlay p {
  color: #fff;
  font-family: "Alt Gothic";
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0 3rem;
  text-shadow: 1px 1px #000;
  text-align: center;
}
.cycle-pager {
  text-align: center;
  position: absolute;
  z-index: 2000;
  bottom: .5rem;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .cycle-pager {
    position: relative;
    top: 0;
    background-color: #141414;
    padding-top: .5rem;
  }
}
.cycle-pager span {
  display: inline-block;
  margin: 0 5px;
  height: 0;
  width: 0;
  border: 4px solid #fff;
  text-indent: -9999px;
  color: transparent;
  opacity: .7;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cycle-pager span:hover {
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  opacity: 1;
}
.main-navigation {
  background-color: #fff;
  margin-top: 0;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  display: block;
}
.main-navigation li {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.menu-primary-container {
  padding-left: 0;
  background-color: rgba(38, 169, 224, 0.6);
}
@media screen and (min-width: 600px) {
  .menu-primary-container {
    padding-left: 2rem;
    padding-left: 0;
    background-color: rgba(38, 169, 224, 0.6);
  }
}
#menu-primary li {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
#menu-primary li:hover,
#menu-primary .current-menu-item,
#menu-primary .current-post-parent {
  background-color: rgba(38, 169, 224, 0.8);
  cursor: pointer;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  border: none;
}
@media screen and (min-width: 600px) {
  #menu-primary li {
    padding: 10px 1%;
    margin: 0;
    width: 17.5%;
    width: 16%;
  }
  #menu-primary {
    position: relative;
  }
  #menu-primary li.menu-item-type-custom {
    font-size: 0;
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    background-image: url('img/search-nav.png');
    background-size: 18px 18px;
    background-position: center 10px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 960px) {
  #content-navigation .search {
    background-color: rgba(38, 169, 224, 0.8);
    height: 39px;
    padding-left: 8px;
    padding-top: 20px;
    padding-right: 20px;
    right: 59px;
    position: absolute;
    top: 0px;
    width: 60px;
  }
  #menu-primary li.menu-item-type-custom.hover {
    background-color: rgba(38, 169, 224, 0.8);
  }
  #searchform input#searchsubmit {
    top: -7px;
  }
  #searchform input {
    width: 76px;
  }
}
@media screen and (max-width: 960px) {
  #content-navigation .search {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
    top: 0;
    background-color: rgba(38, 169, 224, 0.8);
  }
  #searchform {
    min-height: 25px;
  }
  #searchform input {
    width: 75%;
    float: left;
    position: relative;
    top: 3px;
    margin-right: 5px;
  }
  #searchform input#searchsubmit {
    font-family: 'Brandon';
    width: 10%;
    text-transform: uppercase;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  #searchform input#searchsubmit {
    width: 20%;
  }
}
#content-navigation {
  position: relative;
}
#content-navigation .search {
  display: none;
}
#menu-primary li a {
  font-family: "Brandon";
  letter-spacing: 1px;
  line-height: 1.4em;
  font-size: 1.35em;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
#menu-primary li a:hover,
#menu-primary .current-menu-item a,
#menu-primary .current-post-parent a {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
#menu-primary li span {
  font-size: 1.1em;
  color: #000;
}
#menu-primary .current-menu-item span,
#menu-primary .current-post-parent span {
  color: #fff;
}
/* content */
#main {
  background-color: #ededed;
  /*#f4f4f4;*/
  padding: 0 .5rem;
}
@media screen and (min-width: 600px) {
  #main {
    padding: 0 2rem;
  }
}
#primary {
  background-color: #fff;
  margin-top: 0;
  padding: 1rem 2rem;
}
#breadcrumbs {
  margin-bottom: 1rem;
}
.site-content article {
  margin-bottom: 2rem;
  padding-bottom: 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.site-content article.error404 {
  border-bottom: none;
}
.entry-header .entry-title {
  color: #4D4D4D;
  font-family: "Alt Gothic";
  font-size: 2em;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
}
.entry-header .entry-title a {
  color: #4d4d4d;
}
.entry-header .entry-title a:hover {
  color: #8ac8e2;
}
.entry-header .entry-title a em {
  padding-right: 5px;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  box-shadow: none;
  border-radius: 0;
  padding: 3px;
  border: 1px solid #ddd;
  border: none;
  padding: nonel;
}
img.alignright {
  margin: 0 0 0 1rem;
}
.entry-summary img {
  float: left;
  margin: 5px 10px 7px 0;
}
@media screen and (max-width: 360px) {
  .entry-summary .featured_profile_image img {
    float: none;
    margin: 0 auto;
  }
}
.entry-content ul {
  line-height: 2.1;
}
.entry-content li {
  font-size: 1.15em;
}
.entry-content ul {
  width: 90%;
  padding-left: 2%;
  line-height: 1.5em;
}
.entry-content ul li {
  line-height: 1.5em;
  margin-bottom: 10px;
}
.byline {
  margin: 5px 0;
}
.byline a {
  text-decoration: none;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption,
.small-caption {
  font-style: normal;
  line-height: 1.5;
}
.single-col.new-layout .entry-content .small-caption {
  margin: auto;
  margin-top: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.single-col.new-layout .entry-content .small-caption iframe {
  margin-bottom: 0;
}
.single-col.new-layout .entry-content .small-caption p {
  width: 100%;
  padding: 0px 15px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
/* tables were used extensively for layout in legacy content, overriding parent theme styles to accomodate */
.entry-content table {
  width: auto;
  border: none;
  margin: 0 0 .5rem 0;
}
.entry-content td {
  font-size: 1.15em;
  line-height: 1.5em;
  border: none;
  padding: 5px;
}
.entry-content table ul {
  line-height: 1.5em;
}
.entry-content table li {
  margin: 0 .4rem 0 1.6rem;
}
.entry-content table img {
  border: none;
}
.entry-content table[align='center'] {
  margin: 0 auto;
}
.legacy-video-embed {
  float: right;
  margin: 0 0 1rem 1rem;
}
.legacy-video-embed object,
.legacy-video-embed embed {
  margin: 0;
}
.legacy-video-caption {
  text-align: center;
  font-weight: bold;
}
.socialmedia_block {
  margin: 15px 0;
}
.entry-content p,
.entry-summary p,
.comment-content p {
  font-size: 1.15em;
  line-height: 1.5em;
}
#respond h3#reply-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 10px;
}
#respond form input[type="text"],
#respond form textarea {
  font-size: 1.2rem;
}
.wp-pagenavi {
  text-align: center;
  padding: 1rem 0 1.4rem 0;
}
.pagination {
  width: 100%;
  font-size: 1.2rem;
  font-family: "Alt Gothic";
  text-transform: uppercase;
  text-align: center;
  color: #26a9e0;
  cursor: pointer;
  margin-bottom: 4.5%;
}
#single-ads {
  text-align: center;
}
.site-content .ad-marker {
  text-align: center;
}
.single-col .entry-content .widget_s4w_mlt {
  height: auto;
  float: left;
  margin-bottom: 50px;
  width: 100%;
  position: relative;
  z-index: 100;
}
.widget_s4w_mlt {
  margin: 10px 0;
  line-height: 1.7em;
  font-size: 1.15em;
  margin-bottom: 60px;
  float: left;
  width: 100%;
}
.widget_s4w_mlt ul li {
  position: relative;
  overflow: visible;
}
.widget_s4w_mlt ul li div#sidebar_ad {
  text-align: center;
}
.widget_s4w_mlt li span.solr-img-wrapper {
  width: 100%;
  float: left;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.widget_s4w_mlt li span.solr-copy-wrapper {
  position: relative;
  float: left;
  width: 96%;
  margin-left: 2%;
}
.widget_s4w_mlt li span.solr-img-wrapper a {
  height: 100%;
}
.widget_s4w_mlt li span.solr-copy-wrapper a {
  font-family: "Alt Gothic";
  text-transform: uppercase;
  color: #141414;
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
}
.widget_s4w_mlt li span.solr-copy-wrapper a:hover {
  display: none;
}
.widget_s4w_mlt a {
  text-decoration: none;
  float: left;
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  color: #dddddd;
  width: 100%;
}
.widget_s4w_mlt span.solr-img-wrapper a img {
  min-width: 100%;
  max-height: 200%;
  min-height: 100%;
  width: auto;
  max-width: 200%;
  height: auto;
  position: relative;
}
.widget_s4w_mlt a:hover {
  background: #000;
}
.widget_s4w_mlt li:hover img {
  opacity: 0.7;
}
.widget_s4w_mlt li:hover span.solr-copy-wrapper {
  display: none;
}
.widget_s4w_mlt a.title-link:hover {
  background: transparent;
}
.widget_s4w_mlt h2,
h2.comments-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 10px;
}
.album_block {
  width: 30%;
  float: right;
  font-size: .85em;
  margin-left: 1em;
}
header.archive-header {
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}
h1.archive-title {
  font-size: 1.5rem;
  line-height: normal;
  font-weigth: normal;
  letter-spacing: 1px;
  font-family: "Brandon";
}
div.archive-meta {
  font-size: 1rem;
  line-height: normal;
  margin-top: 0;
}
/* search results */
.results-header {
  margin: 1rem 0;
}
.site-content article.search-result {
  border-bottom: none;
}
.search-result header {
  margin-bottom: 1rem;
}
.search-result .entry-title {
  clear: none;
}
.search-result em {
  font-style: normal;
  font-weight: bold;
}
.homepage-primary-feed.search-feed .newspostrow {
  margin-top: 0;
  margin-bottom: 23px;
}
div.search-results-grp {
  float: right;
  position: relative;
  width: 78%;
}
div.solr-search-filters form#searchbox {
  position: relative;
  width: 100%;
}
div.solr-search-filters form#searchbox input#qrybox {
  padding-right: 20%;
  position: relative;
  width: 75%;
}
div.solr-search-filters form#searchbox input#searchbtn {
  background-image: url("img/search-nav.png");
  background-position: center 5px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 0;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
div.solr-search-filters {
  background: #ededed;
  width: 17%;
  padding: 1%;
  float: left;
  position: relative;
}
div.solr-search-filters h2 {
  color: #4d4d4d;
  font-family: "Alt Gothic";
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 6px;
  margin-top: 0;
  text-transform: uppercase;
  display: none;
}
.solr_facets {
  float: left;
  margin: 0 2em 2em 0;
}
.solr_facets li {
  line-height: 1.1em;
}
.solr_facets > li {
  margin: 0 0 .5rem 0;
}
.solr_facets h3 {
  font-weight: normal;
}
div.solr-search-filters ul.solr_facets li h3 {
  color: #4d4d4d;
  font-family: "Brandon";
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.solr_pages {
  text-align: center;
  font-size: 1.1em;
}
.solr_pages a {
  padding: 0 1em 0 0;
}
.solr_pages_on {
  color: #444444;
}
@media screen and (max-width: 750px) {
  div.solr-search-filters h2 {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
  }
  div.solr-search-filters {
    width: 98%;
    margin-bottom: 23px;
  }
  div.search-results-grp {
    width: 100%;
  }
  div.solr-search-filters form#searchbox {
    margin-bottom: 10px;
  }
  div.solr-search-filters form#searchbox input#qrybox {
    padding-right: 5%;
    width: 93%;
  }
  .solr_facets {
    display: none;
    margin: 5px;
  }
  ul.solr_facets li {
    float: left;
    display: inline-block;
    width: 30%;
  }
  ul.solr_facets li.solr_active {
    width: 100%;
  }
  ul.solr_facets li ol,
  ul.solr_facets li ol li {
    width: 100%;
    position: relative;
  }
}
/* comments */
h2.comments-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 10px;
}
.comments-area article header {
  margin: 0 0 1rem;
}
.comments-area article header cite,
.comments-area article header time {
  margin-left: 4rem;
}
.comment-toggle {
  text-align: right;
  padding: 0 0 10px 0;
  width: 100%;
  border-top: 1px solid #26a9e0;
  z-index: 1000;
}
.comment-toggle a {
  display: inline-block;
}
.lengthy-comment {
  height: 600px;
  overflow: hidden;
}
/* listen category page */
.listen_wrapper {
  width: 48%;
  float: left;
  margin-top: 1%;
  margin-bottom: 5%;
}
.listen_wrapper.odd {
  clear: left;
  margin-right: 2%;
}
.listen_wrapper.even {
  margin-left: 2%;
}
@media screen and (max-width: 360px) {
  .listen_wrapper {
    width: 96%;
    float: none;
  }
  .listen_wrapper.odd,
  .listen_wrapper.even {
    margin: 1% 0 4% 0;
  }
}
.listen_cover_wrapper {
  position: relative;
}
.listen_cover_wrapper:hover {
  cursor: pointer;
}
.listen_cover {
  height: 300px;
  width: 300px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 360px) {
  .listen_cover {
    height: auto;
    width: auto;
  }
}
.listen_cover img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0px;
}
.listen_excerpt {
  width: 280px;
  height: 280px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  border: 1px solid #26a9e0;
  overflow: hidden;
}
.listen_excerpt p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}
.listen_excerpt p.listen_byline {
  padding-top: 20px;
  font-size: 1rem;
  color: #8ac8e2;
}
.listen_title {
  padding: 5px;
  font-family: "Alt Gothic";
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
.listen_title a {
  color: #4d4d4d;
}
.listen_title a:hover {
  color: #8ac8e2;
}
/*nolonger need listen styles, instead*/
body.category-listen .homepage-primary-feed .fullpostrow .full-post-item .feat-img-box {
  height: 220px;
}
/* sidebar */
#secondary {
  margin-top: 1rem;
}
#secondary h2,
#secondary .widget-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: "Brandon";
}
#secondary #sidebar_counterstream h2 {
  font-size: 1.35em;
}
#secondary a {
  text-decoration: none;
}
#secondary > div {
  margin: 0 0 15px 0;
}
#secondary #sidebar_counterstream #popup_link {
  display: none;
}
@media screen and (min-width: 600px) {
  #secondary #sidebar_counterstream #popup_link {
    display: inline;
  }
}
#secondary #sidebar_counterstream #popup_link img,
#secondary #sidebar_library img {
  width: 99%;
}
#secondary #sidebar_counterstream #popup_link {
  border-radius: 5px;
  background-image: url(img/counterstream_sidebar2.jpg);
  display: inline-block;
  width: 89%;
  color: #fff;
  font-size: 1.55rem;
  font-family: "Alt Gothic";
  text-transform: uppercase;
  text-align: center;
  padding: 5%;
  text-shadow: 1px 1px #999;
}
#secondary #sidebar_counterstream #popup_link span {
  font-size: 1.55rem;
}
#secondary #live365,
#secondary #ondemand {
  margin: 10px 0;
  height: 50px;
}
#secondary #live365 > div,
#secondary #ondemand > div {
  float: left;
  margin: 0 5px 0 0;
}
#secondary #live365 img,
#secondary #ondemand img {
  height: 50px;
  width: 50px;
  border-radius: 5px;
}
#secondary #live365 p,
#secondary #ondemand p {
  padding-top: 5px;
  font-size: 1.05em;
}
.sub_icon {
  padding-left: 25px;
  height: 30px;
  margin-left: 5px;
}
.sub_icon.feed {
  background: url(img/icon_feed.png) left top no-repeat;
}
.sub_icon.fb {
  background: url(img/icon_fb.png) left top no-repeat;
}
.sub_icon.twitter {
  background: url(img/icon_twitter.png) left top no-repeat;
}
.sub_icon.vimeo {
  background: url(img/icon_vimeo.png) left top no-repeat;
}
.sub_icon.mail {
  background: url(img/icon_mail.png) left top no-repeat;
}
#masthead #featured {
  border-top: 5px solid #141414;
  border-bottom: 5px solid #141414;
  background: #141414;
}
/* footer */
footer[role="contentinfo"] {
  border-top: none;
  padding: 0 0 0 10px;
  font-family: "Alt Gothic", sans-serif;
  text-transform: uppercase;
  color: #666;
  font-size: 1.1em;
  line-height: 1.3em;
  letter-spacing: .5px;
  -webkit-text-shadow: 0 0 1px #000;
  -moz-text-shadow: 0 0 1px #000;
  -ms-text-shadow: 0 0 1px #000;
  -o-text-shadow: 0 0 1px #000;
  text-shadow: 0 0 1px #000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -transition: all 150ms ease-in-out;
}
footer[role="contentinfo"] .about {
  width: 60%;
}
@media screen and (min-width: 600px) {
  footer[role="contentinfo"] {
    max-width: 72rem;
    margin: 0;
    padding: 1rem 0 0 0;
    background-color: #141414;
  }
}
footer[role='contentinfo'] .about {
  text-transform: none;
  padding: 0 .9%;
}
@media screen and (max-width: 980px) {
  footer[role="contentinfo"] .about {
    max-width: 50%;
    width: auto;
    float: right;
    display: inline-block;
    padding-left: 00px;
  }
}
@media screen and (max-width: 760px) {
  footer[role="contentinfo"] .about {
    max-width: 45%;
  }
}
nav.footer-secondary-navigation #menu-secondary li {
  display: block;
  padding-left: 0;
  width: auto;
}
footer[role='contentinfo'] .about p {
  color: #666;
  font-size: 1.15em;
}
nav.footer-secondary-navigation #menu-secondary li a {
  font-size: 100%;
  color: #666;
}
nav.footer-secondary-navigation #menu-secondary li a:hover {
  color: #26a9e0;
}
#colophon .col_onesixth,
#colophon .col_half {
  float: left;
}
#colophon .col_onesixth {
  width: 15%;
}
#colophon .col_half {
  width: 48%;
}
footer .v_spacer {
  width: 1px;
  height: 170px;
  vertical-align: top;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(80, 80, 80, 0.6)), color-stop(90%, rgba(128, 128, 128, 0)));
  background-image: -moz-linear-gradient(top, rgba(80, 80, 80, 0.6) 0, rgba(128, 128, 128, 0) 90%);
  background-image: -o-linear-gradient(top, rgba(80, 80, 80, 0.6) 0, rgba(128, 128, 128, 0) 90%);
  background-image: linear-gradient(top, rgba(80, 80, 80, 0.6), rgba(128, 128, 128, 0));
  float: left;
  margin: 0 15px;
}
@media screen and (max-width: 700px) {
  footer[role="contentinfo"] .about {
    max-width: 100%;
  }
  footer .v_spacer {
    height: 100px;
  }
}
footer .h_spacer {
  height: 1px;
  margin: 13px 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(80, 80, 80, 0.6)), color-stop(80%, rgba(128, 128, 128, 0)));
  background-image: -moz-linear-gradient(left, rgba(80, 80, 80, 0.6) 0, rgba(128, 128, 128, 0) 80%);
  background-image: -o-linear-gradient(left, rgba(80, 80, 80, 0.6) 0, rgba(128, 128, 128, 0) 80%);
  background-image: linear-gradient(left, rgba(80, 80, 80, 0.6), rgba(128, 128, 128, 0));
}
/* general styles */
.read_more a {
  text-decoration: none;
  font-size: 1.1rem;
}
.ad-marker {
  text-align: right;
  font-size: .7em;
  color: #aaa;
}
.ib {
  display: inline-block;
}
.fl {
  float: left;
}
.centered {
  text-align: center;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cycle-slideshow a {
  width: 100%;
}
/*new single page article layout*/
.site-content {
  margin: auto;
  float: none;
  clear: both;
  width: 100%;
}
#primary.page-col {
  padding: 0;
}
#primary.page-col .entry-content {
  width: 65.104166667%;
  margin: auto;
  position: relative;
}
#primary.page-col #comments {
  display: none;
}
#primary.page-col.site-content article {
  border: none !important;
}
.single-col.old-style .jwplayer {
  width: 50% !important;
  margin: auto;
}
.single-col.old-style .wp-caption.alignright .jwplayer {
  width: 100% !important;
  position: relative;
  margin-bottom: 10px;
  float: left;
  margin-top: 10px;
}
#primary.single-col {
  width: 100%;
  padding: 0;
  margin: 0;
}
#main.single-col-wrapper {
  width: auto;
  background-color: #fff;
  padding: 0 3%;
}
.single-col .entry-content p {
  clear: both;
}
.single-col .entry-content p,
.single-col .entry-content ul,
.single-col .entry-content ol,
.single-col .entry-content blockquote :first-child,
.single-col .entry-content blockquote :last-child {
  width: 50%;
  position: relative;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}
.single-col .entry-content ul,
.single-col .entry-content ol {
  padding-left: 25%;
  padding-right: 25%;
  font-size: 18px;
  line-height: 32px;
}
.single-col .entry-content ol li,
.single-col .entry-content ul li {
  font-size: 18px;
  line-height: 32px;
}
.single-col .entry-masthead,
.page-col .entry-masthead {
  width: 107%;
  margin-left: -3.5%;
  position: relative;
  border-top: 5px solid #141414;
  border-bottom: 5px solid #141414;
}
.single-col .entry-masthead .optional-photo-cred {
  background: #141414;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 9px;
  padding: 6px 6px;
  width: auto;
  margin-left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  font-style: italic;
}
.single-col article.editorial-right-align-caption .entry-masthead .optional-photo-cred {
  right: auto;
  left: 0;
}
.single-col.old-style .entry-masthead,
.single-col.no-masthead-image .entry-masthead {
  height: 0px;
  overflow: hidden;
}
.single-col .entry-masthead img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}
.single-col .entry-masthead .entry-title {
  width: 25%;
  margin-left: 10%;
  padding: 3%;
  background-color: #141414;
  color: #fff;
  font-family: 'Alt Gothic';
  font-size: 48px;
  text-transform: uppercase;
  position: absolute;
  top: 10%;
  word-wrap: normal;
}
.single-col .entry-masthead .entry-title em {
  padding-right: 5px;
}
@media screen and (max-width: 970px) {
  .single-col .entry-masthead .entry-title {
    font-size: 39px;
  }
}
.single-col.right-align-caption .entry-masthead .entry-title {
  right: 0;
  left: auto;
  margin-right: 10%;
  margin-left: auto;
}
.single-col .entry-header .byline {
  background-color: #141414;
  color: #fff;
  font-family: 'Brandon';
  width: 12%;
  padding: 1%;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  position: absolute;
  z-index: 1111;
}
.single-col .entry-header .byline a {
  color: #fff;
}
.single-col .entry-header h1.entry-title,
.page-col .entry-header h1.entry-title,
.single-col .social-news .entry-header h1.entry-title,
.single-col .social-news .entry-header h1.entry-title a {
  text-align: center;
  font-size: 44px;
  color: #141414;
  width: 50%;
  margin: auto;
  margin-top: 15px;
  line-height: 50px;
}
.single-col.reverse-color-caption .entry-masthead .entry-title h1.entry-title {
  background-color: #fff;
  color: #141414;
}
.single-col.new-layout .entry-content .wp-caption.aligncenter,
.single-col.new-layout .entry-content .single-image,
.single-col.new-layout .entry-content .gallery-pair,
.single-col.new-layout .entry-content .full-width-gallery {
  width: 100% !important;
  clear: both;
  float: left;
  height: 100%;
  position: relative;
  margin: 30px 0;
}
.single-col.new-layout .entry-content .wp-caption,
.single-col.new-layout .entry-content .single-image,
.single-col.new-layout .entry-content .gallery-pair,
.single-col.new-layout .entry-content .full-width-gallery {
  z-index: 2;
  position: relative;
}
.single-col.new-layout .entry-content div.issuu-isrendered {
  width: 100%  !important;
}
.single-col .entry-content center iframe {
  width: 50%;
  background: #141414;
}
.single-col .entry-content center p.iframe-caption {
  margin-top: 0;
  padding-top: 10px;
  position: relative;
  top: -10px;
  background: #141414;
  color: #fff;
  font-family: 'Franklin';
  font-size: 14px;
  font-style: italic;
  text-align: left;
  padding: 1%;
  font-size: 12px;
  line-height: 20px;
  width: 48%;
}
.single-col.old-style .entry-content center p.iframe-caption,
.single-col.old-style .entry-content center p.iframe-caption {
  width: 98%;
}
.single-col.old-style .entry-content center div.issuuembed {
  width: 100% !important;
}
.single-col.old-style .entry-content center .issuuembed object {
  margin: 0;
}
.single-col.old-style .entry-content center .issuuembed div span {
  display: none;
}
.single-col .entry-content center .iframe-gal-wrapper p.iframe-caption,
.single-col .entry-content center .iframe-gal-wrapper p.iframe-caption {
  width: 100%;
}
.single-col .entry-content center.fullwidth iframe {
  width: 100%;
}
.single-col .entry-content center.fullwidth p.iframe-caption,
.single-col .entry-content center .iframe-gal-wrapper p.iframe-caption,
.single-col .entry-content .iframe-gal-wrapper p.iframe-caption,
.single-col .entry-content center.fullwidth p.iframe-caption,
.single-col .entry-content center .iframe-gal-wrapper p.iframe-caption,
.single-col .entry-content .iframe-gal-wrapper p.iframe-caption {
  width: 98%;
}
.single-col .entry-content .iframe-gal-wrapper p.iframe-caption,
.single-col .entry-content .iframe-gal-wrapper p.iframe-caption {
  background: #141414;
  color: #fff;
  padding-left: 1%;
  padding-right: 1%;
  margin: 0;
}
.single-col.new-layout .entry-content .small-caption,
.single-col.new-layout .entry-content .wp-caption,
.single-col.new-layout .entry-content .single-image,
.single-col.new-layout .entry-content .full-width-gallery {
  background: #141414;
  width: 100% !important;
  color: #fff;
  font-family: 'Franklin';
  font-size: 16px;
  font-style: italic;
  padding: 0;
}
.single-col.new-layout .entry-content .small-caption {
  width: 50% !important;
}
.single-col.new-layout .entry-content .wp-caption.small-column-width,
.single-col.new-layout .entry-content .single-image.small-column-width {
  width: 50% !important;
  float: none;
  margin: auto;
}
.single-col .entry-content center.fullwidth {
  background: #141414;
  color: #fff;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
.single-col .entry-content center.fullwidth p.iframe-caption,
.single-col .entry-content center.fullwidth p.iframe-caption {
  width: 100%;
}
/*.single-col.new-layout .entry-content center.fullwidth:hover, .single-col.new-layout .entry-content .small-caption:hover, .single-col.new-layout .entry-content .wp-caption:hover, .single-col.new-layout .entry-content .single-image:hover, .single-col.new-layout .entry-content .full-width-gallery:hover{
	background:#ddd;
	background:#141414;
}*/
.single-col .entry-content center {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  z-index: 10;
}
.single-col.old-style .entry-content center {
  width: 50%;
  padding-left: 25%;
  padding-right: 25%;
}
.single-col .entry-content center.fullwidth iframe {
  margin-bottom: 0 !important;
  display: inline-block;
  float: left;
}
.single-col .entry-content center.fullwidth small {
  float: right;
  display: inline-block;
  max-width: 25%;
  padding-top: 2%;
  padding-right: 2%;
  width: auto;
  position: relative;
}
.single-col .entry-content .single-image {
  background: none;
}
.single-col.old-style .entry-content .single-image {
  padding-left: 25%;
  width: 50%;
  padding-right: 25%;
  margin: auto;
}
.single-col.new-layout .entry-content .wp-caption.aligncenter img,
.single-col.new-layout .entry-content .single-image img,
.single-col.new-layout .entry-content img {
  width: 100%;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
.single-col.old-style .entry-content .wp-caption {
  width: 50%;
  display: block;
  border: none;
  padding: 0;
  background: #141414;
  margin: auto;
}
.single-col.old-style .entry-content table,
.single-col.old-style .entry-content iframe,
.single-col.old-style .entry-content h2 {
  width: 50%;
  float: none;
  margin: auto;
  padding-left: 25%;
  padding-right: 25%;
}
.single-col.old-style .entry-content table table {
  width: 100%;
}
.single-col.old-style .entry-content iframe.instagram-media {
  width: 50% !important;
  padding-left: 25% !important;
  padding-right: 25% !important;
}
.single-col.old-style .entry-content p table,
.single-col.old-style .entry-content p iframe,
.single-col.old-style .entry-content center iframe,
.single-col.old-style .entry-content p h2 {
  width: 100%;
  position: relative;
  padding: 0;
}
.single-col.old-style .entry-content .wp-caption.aligncenter,
.single-col.old-style .entry-content .wp-caption.alignnone {
  width: 50% !important;
}
.single-col.old-style .entry-content .wp-caption a.media-gal {
  width: 100%;
  position: relative;
}
.single-col .entry-content .iframe-gal-wrapper {
  margin: auto;
}
.single-col.old-style .entry-content .wp-caption p.wp-caption-text a.media-gal,
.single-col .entry-content .iframe-gal-wrapper p.iframe-caption a.media-gal {
  width: auto;
  float: none;
  display: inline-block;
}
.single-col.old-style .entry-content .wp-caption p.wp-caption-text a {
  width: auto;
  display: inline-block;
}
.single-col.old-style .entry-content .wp-caption img {
  padding: 0px !important;
  width: 100%;
  position: relative;
}
.single-col.old-style .entry-content .wp-caption p.wp-caption-text {
  color: #fff;
  font-style: italic;
  padding: 4px 6px;
  float: none;
  margin-top: 0;
}
.single-col .entry-content .wp-caption p.wp-caption-text,
.single-col .entry-content p.iframe-caption {
  font-size: 12px;
  line-height: 20px;
}
.single-col.old-style .entry-content .wp-caption.alignnone p.wp-caption-text,
.single-col.old-style .entry-content .wp-caption.aligncenter p.wp-caption-text {
  width: 100%;
}
.single-col.old-style .entry-content .wp-caption.alignleft p.wp-caption-text,
.single-col.old-style .entry-content .wp-caption.alignright p.wp-caption-text {
  float: none;
  margin: 0 0 0 10px;
  padding: 0;
  width: auto;
}
.single-col.old-style .entry-content .wp-caption p.wp-caption-text img {
  width: auto !important;
}
.single-col.old-style .entry-content .wp-caption.aligncenter a.media-gal,
.single-col.old-style .entry-content .wp-caption.aligncenter a.media-gal img {
  margin: auto;
  padding: 0;
}
.single-col.old-style .entry-content .wp-caption.alignright a.media-gal img,
.single-col.old-style .entry-content .wp-caption.alignleft .wp-caption-text,
.single-col.old-style .entry-content .wp-caption.alignleft a.media-gal img,
.single-col.old-style .entry-content .wp-caption.alignright .wp-caption-text {
  float: right;
  color: #aaa;
}
.single-col.old-style .entry-content .wp-caption a.media-gal img {
  border: none;
  padding: none;
}
.single-col.old-style .entry-content .wp-caption.alignright,
.single-col.old-style .entry-content .wp-caption.alignleft {
  float: right;
  position: relative;
  clear: both;
  height: auto;
  color: #aaa;
  padding-left: 2%;
  padding-right: 25%;
  width: auto;
  max-width: 50%;
  width: 100% !important;
  background: #fff;
  float: none;
  margin: auto;
  padding: 0px;
  z-index: 10;
}
.single-col.old-style .entry-content .wp-caption.alignright a.media-gal,
.single-col.old-style .entry-content .wp-caption.alignleft a.media-gal {
  width: 100%;
  position: relative;
  max-width: 100%;
  float: left;
  background: #141414;
  clear: both;
  padding-top: 8px;
}
.single-col.old-style .entry-content .wp-caption.alignright a.media-gal img,
.single-col.old-style .entry-content .wp-caption.alignleft a.media-gal img {
  width: auto;
  position: relative;
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.single-col.old-style .entry-content .wp-caption.alignleft p.wp-caption-text,
.single-col.old-style .entry-content .wp-caption.alignright p.wp-caption-text {
  margin-left: 0;
  background: #141414;
  color: #fff;
  float: left;
  position: relative;
  width: 98%;
  padding-left: 1%;
  padding-right: 1%;
}
.single-col.new-layout .entry-content .wp-caption.aligncenter p.wp-caption-text a img {
  width: auto !important;
}
.single-col.new-layout .entry-content .wp-caption p {
  width: 100%;
  color: #fff;
  font-style: italic;
  padding: 4px 6px;
  box-sizing: border-box;
}
/*.single-col.new-layout .entry-content .wp-caption:hover p{
	color: #666;
}*/
.single-col.new-layout .entry-content .gallery-pair img {
  width: 49%;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
}
.single-col.new-layout .entry-content .gallery .gallery-item .gallery-icon a,
.single-col.new-layout .entry-content .gallery .gallery-item .gallery-icon a img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  border: none !important;
  padding: none !important;
}
.gallery .gallery-icon img {
  padding: 0 !important;
}
.single-col.new-layout .entry-content .gallery .gallery-item {
  width: 49% !important;
  float: left;
}
.single-col.new-layout .entry-content .gallery .gallery-item {
  float: right !important;
  color: #fff;
  height: 100%;
  margin-top: 0 !important;
  margin-bottom: 0;
  position: relative;
}
.single-col .entry-content .gallery .gallery-item .gallery-caption,
.single-col .entry-content .full-width-gallery p.caption {
  color: #fff;
  font-style: italic;
  padding-left: 10px;
  text-align: left;
  margin-bottom: 0px;
  line-height: 16px;
  padding: 10px;
  margin-top: 0px;
  width: auto;
  font-size: 12px;
  line-height: 20px;
}
/*.single-col .entry-content .gallery .gallery-item:hover .gallery-caption, .single-col .entry-content .full-width-gallery:hover p.caption{
	color: #666;
}*/
.single-col.new-layout .entry-content .gallery .gallery-item:first-child {
  float: left !important;
}
.single-col.new-layout .entry-content .gallery dl.gallery-item dt.gallery-icon,
.single-col.new-layout .entry-content .gallery dl.gallery-item dt.gallery-icon a,
.gallery dl.gallery-item dt.gallery-icon a img {
  position: relative;
  width: 100%;
  height: auto;
}
.single-col.new-layout .entry-content .gallery {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #141414), color-stop(49%, #141414), color-stop(49%, #fff), color-stop(51%, #fff), color-stop(51%, #141414), color-stop(100%, #141414));
  background-image: -webkit-linear-gradient(left, #141414, #141414 49%, #fff 49%, #fff 51%, #141414 51%, #141414 100%);
  background-image: -moz-linear-gradient(left, #141414, #141414 49%, #fff 49%, #fff 51%, #141414 51%, #141414 100%);
  background-image: -ms-linear-gradient(left, #141414, #141414 49%, #fff 49%, #fff 51%, #141414 51%, #141414 100%);
  background-image: -o-linear-gradient(left, #141414, #141414 49%, #fff 49%, #fff 51%, #141414 51%, #141414 100%);
}
/*.single-col.new-layout .entry-content .gallery:hover {
  background-image: -webkit-gradient(linear,
    left top,
    right top,
    color-stop(0, #fff),
    color-stop(49%, #fff),
    color-stop(49%, #fff),
    color-stop(51%, #fff),
    color-stop(51%, #fff),
    color-stop(100%, #fff)
    );
  background-image: -webkit-linear-gradient(
    left,
    #fff,
    #fff 49%,
    #fff 49%,
    #fff 51%,
    #fff 51%,
    #fff 100%
    );
  background-image: -moz-linear-gradient(
    left,
    #fff,
    #fff 49%,
    #fff 49%,
    #fff 51%,
    #fff 51%,
    #fff 100%
    );
  background-image: -ms-linear-gradient(
    left,
    #fff,
    #fff 49%,
    #fff 49%,
    #fff 51%,
    #fff 51%,
    #fff 100%
    );
  background-image: -o-linear-gradient(
    left,
    #fff,
    #fff 49%,
    #fff 49%,
    #fff 51%,
    #fff 51%,
    #fff 100%
    );
}*/
/*.single-col.new-layout .entry-content .gallery .gallery-item:hover {
	background:#ddd;
	background:#141414;
}*/
.single-col .entry-content .wp-caption a,
.single-col .entry-content .single-image a,
.single-col .entry-content .gallery-pair a {
  display: block;
}
.single-col .entry-content .wp-caption p a {
  display: inline-block;
}
/*.single-col.new-layout .entry-content a.media-gal:hover, .single-col .entry-content .wp-caption a:hover,  .single-col .entry-content .single-image a:hover{
	color: #666;
	opacity: 0.3;
	opacity:1;
}
.single-col.new-layout .entry-content a.media-gal:hover, .single-col .entry-content .gallery-pair a:hover, .single-col .entry-content .gallery .gallery-item .gallery-icon a:hover{
	background: #ddd;
	background:#141414;
	opacity: 0.3;
	opacity:1;
}
.single-col.new-layout .entry-content a.media-gal:hover img, .single-col .entry-content .gallery-pair a:hover img, .single-col .entry-content .gallery .gallery-item .gallery-icon a:hover img, .single-col.new-layout .entry-content a.media-gal:hover img, .single-col .entry-content .wp-caption a:hover img,  .single-col .entry-content .single-image a:hover img{
	opacity:0.4;
}
.single-col .entry-content .wp-caption:hover a.media-gal,  .single-col .entry-content .single-image:hover a.media-gal{
	position:relative;
	color: #666;	
	background:#ddd;
	background:#141414;
}*/
.single-col .entry-content .gallery dl.gallery-item dt.gallery-icon a.media-gal span.gal-hover-icon,
.single-col .entry-content .wp-caption a.media-gal span.gal-hover-icon,
.single-col .entry-content .single-image a.media-gal span.gal-hover-icon {
  display: none;
  width: 0;
  height: 0;
}
.single-col .entry-content .iframe-gal-wrapper a.media-gal {
  font-family: 'Brandon';
  font-size: 16px;
  text-transform: uppercase;
  color: #ddd;
}
.single-col .entry-content .iframe-gal-wrapper a.media-gal {
  margin: auto;
  position: relative;
  top: 0px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.single-col .entry-content .iframe-gal-wrapper iframe {
  margin-bottom: 0;
  display: block;
  margin: auto;
}
/*.single-col .entry-content .iframe-gal-wrapper a.media-gal, .single-col .entry-content .iframe-gal-wrapper a.media-gal:hover{
	background: #fff;
}
.single-col.new-layout .entry-content .gallery dl.gallery-item:hover dt.gallery-icon a.media-gal span.gal-hover-icon, .single-col.new-layout .entry-content .wp-caption:hover a.media-gal span.gal-hover-icon,  .single-col.new-layout .entry-content .single-image:hover a.media-gal span.gal-hover-icon{
	display:block;
	background-image:url(img/launchgal.png);
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.single-col .entry-content .gallery dl.gallery-item:hover .wp-caption-text, .single-col .entry-content .wp-caption.has-gal:hover p.wp-caption-text,  .single-col .entry-content .single-image.has-gal:hover p.wp-caption-text{
	background:#fff;
	height:0;
	display:none;
	margin:0;
	padding:0;
}
.single-col .entry-content .gallery .gallery-item:hover .gallery-caption a{
	color: #666;
}*/
.single-col .entry-content .gallery .gallery-item .gallery-caption a,
.single-col .entry-content .gallery .gallery-item .gallery-caption a img {
  display: inline-block;
  width: auto;
  border: none !important;
}
.single-col article {
  border: none;
}
#toprow_counterstream {
  float: left;
}
#toprow_subscribe {
  float: right;
}
#toprow_counterstream,
#toprow_subscribe {
  display: inline-block;
  width: 50%;
  position: relative;
}
#toprow_subscribe ul {
  list-style-type: none;
  float: right;
}
#toprow_subscribe ul li.sub_icon {
  float: left;
  display: inline-block;
  width: 25px;
  padding: 0;
  margin-left: 5px;
  background-size: 20px 20px;
}
#toprow_subscribe ul li.sub_icon a {
  width: 25px;
  height: 30px;
  float: left;
  display: block;
}
#toprow_counterstream a#popup_link {
  font-family: 'Alt Gothic';
  font-size: 24px;
  text-transform: uppercase;
}
#main.single-col-wrapper #secondary,
#secondary {
  width: 100%;
}
.entry-content {
  position: relative;
}
.entry-content .pullquote {
  width: 20%;
  position: absolute;
  right: 0;
  color: #999999;
  font-size: 20px;
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: right;
  font-family: "Brandon";
  text-transform: uppercase;
}
.entry-content .epigraph {
  color: #999999;
  margin-bottom: 20px;
  width: 40%;
  margin: auto;
}
.entry-content .epigraph p {
  color: #999999;
}
.single-col.new-layout .entry-content .wp-caption p em,
.single-col.new-layout .entry-content .small-caption em,
.single-col.new-layout .entry-content .wp-caption em,
.single-col.new-layout .entry-content .single-image em,
.single-col.new-layout .entry-content .full-width-gallery em,
.single-col .entry-content .gallery .gallery-item .gallery-caption em,
.single-col .entry-content .full-width-gallery p.caption em,
.single-col.new-layout .entry-content center.fullwidth em,
.single-col.old-style .entry-content .wp-caption p.wp-caption-text em {
  font-style: normal;
}
.single-col .entry-content hr {
  /*border: 0; 
  height: 1px; 
  background-image:linear-gradient(to left, #ddd, #999, #ddd);
  background-image:linear-gradient(to left, #ddd, #999, #ddd);
  width: 50%;
  margin:auto;
  margin-top: 15px;
  margin-bottom: 15px;*/
  border: 0;
  height: 15px;
  background: #ddd;
  width: 10%;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 35px;
}
.single-col .entry-content blockquote p:first-child::before {
  content: ' ';
  margin-left: 45px;
}
.single-col .entry-content blockquote {
  margin-bottom: 0;
  padding: 10%;
  font-style: normal;
}
.single-col .entry-content blockquote:before,
.single-col .entry-content blockquote:after {
  position: absolute;
  font-size: 300px;
  line-height: 100px;
  color: #ddd;
}
.single-col .entry-content blockquote:before {
  content: "open-quote";
  content: "\201C";
  left: 25%;
  margin-top: 2%;
}
.single-col .entry-content blockquote:after {
  content: "close-quote";
  content: "\201D";
  right: 25%;
  margin-bottom: 2%;
  font-size: 200px;
}
.single-col .entry-content blockquote.secondary p:first-child::before,
.single-col .entry-content blockquote.secondary :first-child::before {
  content: '';
  margin-left: 0px;
}
.single-col .entry-content blockquote.secondary p:first-child {
  border-left: 5px solid #ddd;
  padding-left: 8px;
}
.single-col .entry-content blockquote.secondary:before,
.single-col .entry-content blockquote.secondary:after {
  position: absolute;
  font-size: 18px;
  line-height: 32px;
  color: #4d4d4d;
}
.single-col .entry-content blockquote.secondary {
  padding-top: 1%;
  padding-bottom: 1%;
}
.single-col .entry-content blockquote.secondary:before {
  content: "";
  left: auto;
  margin-top: auto;
}
.single-col .entry-content blockquote.secondary:after {
  content: "";
  right: 0;
  margin-bottom: auto;
}
.widget_s4w_mlt ul li {
  width: 24%;
  float: left;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 0;
  margin-left: 1%;
  padding-top: 24%;
  height: 0;
  line-height: 0;
}
.widget_s4w_mlt ul li:first-child {
  margin-left: 0;
}
.widget_s4w_mlt ul li img {
  position: relative;
  margin-top: 0;
  border: medium none;
  padding: 0px;
}
.single-col .entry-content .widget_s4w_mlt ul {
  width: 100%;
  padding: 0;
}
.widget_s4w_mlt ul li a.title-link {
  position: relative;
  line-height: 20px;
  top: -140px;
  font-size: 14px;
  width: 80%;
  left: 2%;
  color: #4D4D4D;
  font-family: "Alt Gothic";
  color: #fff;
  display: none;
  font-size: 24px;
  line-height: 30px;
}
.widget_s4w_mlt ul li:hover a.title-link {
  display: block;
}
.widget_s4w_mlt h2,
#respond h3#reply-title {
  font-family: "Brandon";
  text-transform: uppercase;
  font-size: 18px;
}
.single-col .comments-area {
  border-top: 4px solid #26a9e0;
  position: relative;
  float: left;
  margin-top: 40px;
  min-height: 300px;
  width: 100%;
}
.single-col .comments-area textarea,
.single-col .comments-area input {
  border: 1px solid #26a9e0;
}
.single-col .comments-area input#submit {
  background: #26a9e0;
  color: #fff;
  font-family: "Brandon";
  text-transform: uppercase;
  font-size: 12px;
}
#respond form p.comment-form-author,
#respond form p.comment-form-email,
#respond form p.comment-form-url {
  width: 32%;
  position: relative;
  float: left;
  display: inline-block;
  margin-right: 2%;
}
#respond form p.comment-form-url {
  margin-right: 0;
}
#respond form p input[type="text"] {
  position: relative;
  width: 100%;
}
.socialmedia_block {
  float: right;
  position: relative;
  top: 51px;
  margin-top: 0;
}
.single-col.new-layout .entry-content .wp-caption.alignleft a.media-gal {
  float: left;
  width: 50%;
}
.single-col.new-layout .entry-content .wp-caption.alignleft p.wp-caption-text {
  float: right;
  font-size: 30px;
  line-height: 40px;
  margin-top: 0;
  padding-right: 5%;
  padding-top: 5%;
  width: 40%;
  font-family: 'Alt gothic';
  font-style: normal;
}
.single-col.old-style article.editorial-yearly-staff-picks .entry-content div.jwplayer.playlist-none,
.single-col.old-style article.editorial-yearly-staff-picks .entry-content div.albumart {
  width: 30% !important;
  padding-right: 25%;
  margin-left: 5px;
  float: right;
  position: relative;
}
.single-col article.category-listen .mejs-container {
  position: relative;
  margin: auto;
  width: 50% !important;
}
.single-col.old-style article.editorial-yearly-staff-picks .entry-content div.albumart img {
  padding: 0;
  margin-top: 0;
}
.single-col.old-style article.editorial-yearly-staff-picks .entry-content div.jwplayer.playlist-none .jwmain {
  position: relative;
  width: 100%;
  display: block;
  float: right;
  height: 30px;
}
.single-col.old-style article.editorial-yearly-staff-picks .entry-content p.yearly-picks-copy {
  clear: both;
  width: 50%;
  margin: auto;
  padding-left: 25%;
  padding-right: 25%;
}
.single-col.old-style article.editorial-yearly-staff-picks .entry-content center div.jwplayer.playlist-bottom {
  width: 100% !important;
  position: relative;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
/*Gallery styles*/
.widget ul li a.gallery-title-link,
.fancybox-overlay .more-links .widget ul li a.title-link {
  display: none;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav {
  position: absolute;
  bottom: 0px;
  width: 20px;
  right: 20px;
  height: 30px;
  top: auto;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav span {
  visibility: visible;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-next {
  right: 0px;
  left: auto;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-prev {
  right: 100px;
  left: auto;
}
.fancybox-overlay .more-links .widget ul li a.gallery-title-link {
  display: block;
}
.fancybox-wrap .fancybox-skin .fancybox-outer {
  padding-right: 25%;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner {
  max-width: 95%;
  height: auto !important;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner iframe {
  min-height: 300px;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner img {
  height: auto !important;
}
.fancybox-wrap .gallery-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
}
.gallery-sidebar h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.gallery-sidebar p.gal-caption {
  margin-bottom: 10px;
  font-size: 14px;
}
.gallery-sidebar .more-links ul {
  margin-top: 4px;
  min-height: 50px;
}
.gallery-sidebar .more-links ul li {
  float: left;
  display: inline-block;
  width: 24%;
  margin-right: 1%;
  min-height: 50px;
  height: auto;
  position: relative;
}
.gallery-sidebar .more-links ul li span,
.gallery-sidebar .more-links ul li span a,
.gallery-sidebar .more-links ul li span a img {
  position: relative;
  width: 100%;
}
.gallery-sidebar .more-links ul li span.solr-img-wrapper {
  width: 100%;
  float: left;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.gallery-sidebar .more-links ul li span.solr-copy-wrapper {
  display: none;
}
.gallery-sidebar .more-links ul li span.solr-img-wrapper {
  background: url('img/mlt-placeholder');
}
.gallery-sidebar .more-links ul li span.solr-img-wrapper a {
  height: 96%;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2%;
  width: 96%;
}
.gallery-sidebar .more-links ul li a {
  text-decoration: none;
  float: left;
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  color: #dddddd;
  width: 100%;
}
.gallery-sidebar .more-links ul li span.solr-img-wrapper a img {
  min-width: 100%;
  max-height: 120%;
  min-height: 100%;
  width: auto;
  max-width: 120%;
  height: auto;
  position: relative;
}
.gallery-sidebar .more-links ul li a:hover {
  background: #000;
}
.gallery-sidebar .more-links ul li li:hover img {
  opacity: 0.7;
}
.gallery-sidebar .more-links ul li:hover span.solr-copy-wrapper {
  display: none;
}
.gallery-sidebar .more-links ul li a.title-link:hover {
  background: transparent;
}
.rec-content-gal {
  display: none;
}
.fancybox-skin {
  min-width: 500px;
}
.fancybox-overlay .fancybox-wrap .gallery-sidebar {
  min-width: 130px;
}
.fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner img {
  min-width: 350px;
}
@media screen and (max-width: 800px) {
  .single-col .entry-content blockquote p:last-child {
    position: relative;
    width: 90%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .single-col .entry-content blockquote p:first-child,
  .single-col .entry-content blockquote p {
    width: 90%;
    z-index: 2;
  }
  .single-col .entry-content blockquote::before {
    left: 12%;
  }
  .single-col .entry-content blockquote p:first-child::before {
    margin-left: 75px;
  }
  .single-col.new-layout .entry-masthead {
    max-height: 450px;
    overflow-y: hidden;
  }
  .single-col.new-layout .entry-masthead .entry-title {
    font-size: 32px;
    width: 35%;
  }
  .single-col .entry-header .byline {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .single-col.new-layout .entry-header h1.entry-title {
    width: 100%;
  }
  #respond form p.comment-form-author,
  #respond form p.comment-form-email,
  #respond form p.comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .entry-content .pullquote {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    position: relative;
  }
  .single-col.old-style .entry-content .wp-caption.alignright,
  .single-col.old-style .entry-content .wp-caption.alignleft {
    width: 50% !important;
    padding-left: 25%;
    padding-right: 25%;
  }
  .single-col.old-style .entry-content .wp-caption.alignright a.media-gal,
  .single-col.old-style .entry-content .wp-caption.alignleft a.media-gal,
  .single-col.old-style .entry-content .wp-caption.alignright a.media-gal img,
  .single-col.old-style .entry-content .wp-caption.alignleft a.media-gal img,
  .single-col.old-style .entry-content .wp-caption.alignleft p.wp-caption-text,
  .single-col.old-style .entry-content .wp-caption.alignright p.wp-caption-text {
    width: 100%;
  }
  .single-col.old-style .entry-content .wp-caption.alignleft p.wp-caption-text,
  .single-col.old-style .entry-content .wp-caption.alignright p.wp-caption-text {
    margin-left: 0;
    background: #141414;
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .single-col.new-layout .entry-masthead {
    max-height: 350px;
    overflow-y: hidden;
  }
  .single-col.new-layout .entry-content .gallery {
    background: #141414 !important;
  }
  .single-col.new-layout .entry-content .gallery-pair img,
  .single-col .entry-content p,
  .single-col.old-style .entry-content table,
  .single-col.old-style .entry-content iframe,
  .single-col.old-style .entry-content h2 {
    width: 100%;
    padding: 0;
  }
  .single-col.old-style .entry-content iframe.instagram-media {
    width: 100% !important;
    padding: 0 !important;
  }
  .single-col.new-layout .entry-content .gallery .gallery-item {
    width: 100% !important;
  }
  .single-col.new-layout .entry-content .gallery .gallery-item,
  .single-col.new-layout .entry-content .gallery-pair img.alignleft {
    margin-bottom: 20px;
  }
  .single-col .entry-content blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .single-col .entry-masthead .entry-title {
    display: none;
  }
  .single-col .entry-header h1.entry-title {
    font-size: 40px;
  }
  .widget ul li {
    width: 48%;
    padding-top: 48%;
  }
  #main.single-col-wrapper {
    width: 94%;
  }
  #main.single-col-wrapper #secondary {
    width: 100%;
    min-height: 60px;
    position: relative;
    float: left;
  }
  #single-ads #google_ads_div_Page_ad_ad_wrapper #google_ads_div_Page_ad_ad_container ins,
  #single-ads #google_ads_div_Page_ad_ad_wrapper #google_ads_div_Page_ad_ad_container ins ins,
  #single-ads #google_ads_div_Page_ad_ad_wrapper #google_ads_div_Page_ad_ad_container,
  #single-ads #google_ads_div_Page_ad_ad_container,
  .single-col.new-layout .entry-content .wp-caption.alignleft a.media-gal {
    width: 100% !important;
    position: relative;
  }
  .single-col.new-layout .entry-content .wp-caption.alignleft p.wp-caption-text {
    width: 90%;
    padding-left: 5%;
  }
  .single-col.new-layout .entry-content center iframe {
    width: 100% !important;
    margin-bottom: 0;
  }
  .single-col.new-layout .entry-content center p.iframe-caption {
    width: 98%;
  }
  .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.jwplayer.playlist-none,
  .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.albumart {
    width: 100% !important;
    padding-right: 0;
    margin-left: 0;
    float: none;
  }
  .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.albumart img {
    padding: 0;
    margin-top: 0;
    width: 100%;
  }
  .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.jwplayer.playlist-none .jwmain {
    float: none;
  }
  .single-col.old-style article.editorial-yearly-staff-picks .entry-content p.yearly-picks-copy,
  .single-col.old-style .entry-content center,
  .single-col.old-style .entry-content .single-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .single-col article.category-listen .mejs-container {
    width: 100% !important;
  }
  .single-col.new-layout .entry-content .wp-caption.small-column-width {
    width: 100% !important;
    float: none;
    margin: auto;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer {
    padding-right: 0;
    padding-bottom: 50%;
  }
  .fancybox-overlay .fancybox-wrap .gallery-sidebar {
    height: auto;
    bottom: 0;
    top: auto;
    width: 100%;
  }
  .gallery-sidebar .more-links ul {
    margin-top: 10px;
  }
  .gallery-sidebar h2 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .gallery-sidebar h2,
  .gallery-sidebar h3 {
    font-family: "Franklin", arial, sans-serif;
  }
  .gallery-sidebar h3 {
    font-size: 12px;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav {
    height: 70%;
    bottom: auto;
    top: 0;
    width: 40%;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-prev {
    left: 0;
    right: auto;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav span {
    visibility: hidden;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-nav:hover span {
    visibility: visible;
  }
  .fancybox-skin {
    min-width: auto;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner img {
    min-width: auto;
  }
}
@media screen and (min-width: 1700px) {
  .single-col .entry-header .byline {
    width: 7%;
  }
}
/*new homepage style*/
#secondary {
  background: #f4f4f4;
  max-height: 80px;
  overflow: hidden;
  margin-top: 0;
  padding-top: 1rem;
}
.pagination-wrapper h2,
h1.search-title {
  color: #b5b5b5;
  font-family: "Brandon";
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 50px;
  width: 100%;
  display: inline-block;
  line-height: 20px;
  position: relative;
}
.pagination-wrapper h2 span.bg,
h1.search-title span.bg {
  background: #b5b5b5;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 9px;
  display: block;
}
.pagination-wrapper h2 span.words,
h1.search-title span.words {
  background: #f4f4f4;
  position: relative;
  z-index: 10;
  padding-right: 5px;
}
.mainpage {
  position: relative;
  z-index: 1;
}
.mainwrapper {
  position: relative;
}
.home-primary-col-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0;
}
#main.home-primary-col-wrapper {
  background: #f4f4f4;
  padding: 0;
}
.homepage-primary-feed {
  background: #f4f4f4;
  padding-right: 58px;
  padding-left: 58px;
  position: relative;
}
.homepage-primary-feed .next-page-link {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.homepage-primary-feed .next-page-link span.page-numbers,
.homepage-primary-feed .next-page-link a.page-numbers {
  opacity: 0;
  width: 0;
  display: none;
}
.homepage-primary-feed .next-page-link a.page-numbers.next {
  display: inline-block;
  opacity: 1;
  color: #bebebe;
  font-size: 13px;
  font-family: 'Brandon';
  width: 100%;
  text-transform: uppercase;
}
.homepage-primary-feed .next-page-link a.page-numbers.next:hover {
  color: #26a9e0;
}
body.page .homepage-primary-feed {
  padding: 0;
  background: transparent;
}
body.page .homepage-primary-feed .birthdayrow h4 {
  padding-left: 8px;
  padding-right: 8px;
}
.homepage-primary-feed .newspostrow,
.homepage-primary-feed .birthdayrow {
  margin-top: 23px;
  background: #ededed;
  height: 84px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.search-feed .newspostrow {
  height: auto;
}
.homepage-primary-feed .newspostrow,
.homepage-primary-feed .birthdayrow,
.homepage-primary-feed .fullpostrow {
  width: 100%;
  position: relative;
  clear: both;
}
.homepage-primary-feed .newspostrow .news-via .news-icon,
.homepage-primary-feed .birthdayrow .news-via .news-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  padding-right: 5px;
}
.homepage-primary-feed .newspostrow .news-via .news-icon {
  background: url(img/social-icon.png) center left no-repeat;
}
.homepage-primary-feed .birthdayrow .news-via .news-icon {
  background: url(img/birthdays-icon.png) center left no-repeat;
}
.homepage-primary-feed .newspostrow .news-via,
.homepage-primary-feed .birthdayrow .news-via,
.single-col .entry-content p.social-news-link {
  margin-bottom: 10px;
  line-height: 20px;
  color: #4d4d4d;
  font-family: 'Brandon';
  text-transform: uppercase;
  font-size: 15px;
}
.homepage-primary-feed .newspostrow .news-via,
.homepage-primary-feed .newspostrow h3,
.homepage-primary-feed .newspostrow p,
.homepage-primary-feed .birthdayrow .news-via,
.homepage-primary-feed .birthdayrow h3,
.homepage-primary-feed .birthdayrow h4 {
  padding-left: 8px;
  padding-right: 8px;
}
.homepage-primary-feed .newspostrow .news-via .divider {
  font-weight: bold;
  font-size: 20px;
  line-height: 14px;
}
.homepage-primary-feed .newspostrow h3,
.homepage-primary-feed .birthdayrow h3 {
  height: 24px;
  margin-bottom: 6px;
  overflow: hidden;
}
.homepage-primary-feed .newspostrow p {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
}
.homepage-primary-feed .newspostrow h4,
.homepage-primary-feed .birthdayrow h4 {
  font-family: "Franklin", arial, sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.homepage-primary-feed .newspostrow h3,
.homepage-primary-feed .birthdayrow h3,
.full-post-item .content-over-box h3 {
  line-height: 24px;
  color: #4d4d4d;
  font-family: 'Alt Gothic';
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: normal;
}
.homepage-primary-feed .newspostrow h3 a {
  color: #4d4d4d;
}
.homepage-primary-feed .newspostrow h3 a:hover {
  color: #26a9e0;
}
.homepage-primary-feed .birthdayrow a.link {
  right: 10px;
  bottom: 15px;
  font-family: 'Brandon';
  text-transform: uppercase;
  position: absolute;
}
.homepage-primary-feed .fullpostrow {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  height: auto;
  display: inline-block;
  width: 100%;
  clear: both;
}
.homepage-primary-feed .fullpostrow .full-post-item {
  position: relative;
  width: 28%;
  margin-right: 8%;
  float: left;
  display: inline-block;
  border-bottom: 1px solid #e5e5e5;
}
.homepage-primary-feed .fullpostrow .full-post-item .content-below-box {
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 6px;
  padding-right: 6px;
  overflow: hidden;
}
.homepage-primary-feed .fullpostrow .full-post-item .content-below-box h4 {
  color: #bebebe;
  font-size: 13px;
  font-family: 'Brandon';
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: normal;
  white-space: nowrap;
}
.homepage-primary-feed .fullpostrow .full-post-item.third {
  margin-right: 0;
}
.homepage-primary-feed .fullpostrow .full-post-item .feat-img-box {
  border-bottom: 3px solid #b5b5b5;
  position: relative;
  height: 170px;
  overflow: hidden;
}
.homepage-primary-feed .fullpostrow .full-post-item .feat-img-box a.img-link {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 55%;
  vertical-align: top;
  text-align: left;
}
.homepage-primary-feed .fullpostrow .full-post-item .feat-img-box img {
  width: 100%;
  height: auto;
  display: inline-block;
  min-height: 170px;
  object-fit: cover;
}
.homepage-primary-feed .fullpostrow .full-post-item .feat-img-box .img-overlay,
.homepage-primary-feed .fullpostrow .full-post-item .feat-img-box .content-over-box {
  position: absolute;
  bottom: 0;
  height: 84px;
  left: 0;
}
.homepage-primary-feed .fullpostrow .full-post-item .feat-img-box a.copy-link:hover .img-overlay,
.homepage-primary-feed .fullpostrow .full-post-item .feat-img-box a.copy-link:hover .content-over-box {
  height: 120px;
  height: 152px;
}
.homepage-primary-feed .fullpostrow .full-post-item .feat-img-box .content-over-box:hover {
  cursor: pointer;
}
.homepage-primary-feed .fullpostrow .full-post-item .feat-img-box .img-overlay {
  background: #ededed;
  opacity: 0.8;
  width: 100%;
  display: inline-block;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
.homepage-primary-feed .fullpostrow .full-post-item .feat-img-box .content-over-box {
  padding-left: 6px;
  padding-right: 6px;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
.homepage-primary-feed .fullpostrow .full-post-item .feat-img-box .content-over-box h3 {
  line-height: 32px;
  color: #4d4d4d;
  font-size: 28px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 64px;
  overflow: hidden;
  letter-spacing: -1px;
  letter-spacing: -1.3px;
  word-break: keep-all;
  font-weight: normal;
}
.homepage-primary-feed .fullpostrow .full-post-item .feat-img-box a.copy-link:hover .content-over-box h3 {
  height: 96px;
}
.homepage-primary-feed .fullpostrow .full-post-item #homepage-advert-content a .advert-alternate {
  background-image: url(img/boxadvertbox.jpg);
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  background-size: 100% auto;
  object-fit: cover;
  background-repeat: no-repeat;
  background-color: #141414;
  background-position: top center;
}
.homepage-primary-feed .fullpostrow .full-post-item h4.advert-hdr {
  text-align: right;
}
#infscr-loading {
  margin: auto;
  position: relative;
  width: 200px;
  color: #b5b5b5;
  font-family: "Franklin";
  text-align: center;
}
.top-sidebar div h2,
.top-sidebar div a {
  padding-left: 15px;
}
.top-sidebar div ul {
  padding-right: 15px;
}
@media screen and (max-width: 800px) {
  .homepage-primary-feed .fullpostrow .full-post-item {
    width: 46%;
    margin-right: 8%;
  }
  .homepage-primary-feed .fullpostrow .full-post-item.even {
    margin-right: 0;
  }
  .homepage-primary-feed .fullpostrow .full-post-item.third {
    margin-right: 8%;
    margin-right: 0;
    width: 100%;
    margin-top: 50px;
  }
  .homepage-primary-feed .fullpostrow .full-post-item.ipad-lefty {
    margin-right: 8%;
  }
  .homepage-primary-feed .fullpostrow .full-post-item.ipad-righty {
    margin-right: 0;
  }
  .homepage-primary-feed .birthdayrow {
    height: 94px;
  }
  .homepage-primary-feed .birthdayrow a.link {
    bottom: auto;
    position: relative;
    width: 100%;
    text-align: right;
    float: left;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .homepage-primary-feed .fullpostrow .full-post-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .homepage-primary-feed .fullpostrow .full-post-item.third {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .homepage-primary-feed .fullpostrow .full-post-item.even {
    margin-right: 0;
  }
  .mobile-only {
    display: inline-block;
  }
  .not-mobile {
    display: none;
  }
  .homepage-primary-feed .newspostrow h4,
  .homepage-primary-feed .birthdayrow h4 {
    height: 0;
  }
  .homepage-primary-feed.birthdays .birthdayrow h4 {
    height: 20px;
  }
  .homepage-primary-feed .newspostrow h3,
  .homepage-primary-feed .birthdayrow h3,
  .homepage-primary-feed .newspostrow {
    height: auto;
  }
  .homepage-primary-feed .birthdayrow a.link {
    position: relative;
    float: right;
    width: 100%;
    text-align: right;
  }
  .homepage-primary-feed .birthdayrow {
    height: 84px;
  }
}
@media screen and (max-width: 500px) {
  .homepage-primary-feed .newspostrow .news-via .divider {
    display: none;
  }
  .homepage-primary-feed .newspostrow .news-via .news-item-author,
  .homepage-primary-feed .newspostrow .news-via .news-item-date {
    float: left;
    width: 100%;
    position: relative;
    height: 20px;
    line-height: 20px;
  }
  .homepage-primary-feed .newspostrow.internalnews h3 {
    margin-top: 6px;
    position: relative;
    float: left;
    margin-bottom: 0;
  }
  .homepage-primary-feed .newspostrow.internalnews {
    padding-bottom: 12px;
  }
  .homepage-primary-feed .birthdayrow h4,
  .homepage-primary-feed .birthdayrow a.link {
    width: 100%;
    float: left;
    position: relative;
  }
  .homepage-primary-feed .birthdayrow a.link {
    text-align: right;
    position: relative;
    bottom: auto;
  }
  .homepage-primary-feed .birthdayrow {
    width: 100%;
    position: relative;
    height: auto;
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 601px) {
  .mobile-only {
    display: none;
  }
  .not-mobile {
    display: inline-block;
  }
}
.row .advert .feat-img-box #google_ads_div_NMBX_Sidebar_small_2013_ad_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background: #b5b5b5;
  text-align: center;
  padding-top: 5px;
}
