/*
Theme Name: New Music USA 2017
*/
/* breakpoints */
/* mobile helpers */
.mobile-hint {
  display: none;
}
@media screen and (max-width: 800px) {
  .mobile-hint {
    display: unset;
  }
  .mobile-hide {
    display: none;
  }
}
/* colors */
/* transitions */
/* animations */
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spinnerRotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes spinnerRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gradtranslate {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: -400px bottom;
  }
}
@-moz-keyframes gradtranslate {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: -400px bottom;
  }
}
@-o-keyframes gradtranslate {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: -400px bottom;
  }
}
@keyframes gradtranslate {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: -400px bottom;
  }
}
/* cleafix */
.group:after {
  content: "";
  display: table;
  clear: both;
}
/* font declarations */
@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;
}
/* accessibility classes */
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  text-decoration: none;
  color: #26a9e0;
}
a:visited {
  color: #26a9e0;
}
a:hover {
  color: #8ac8e2;
}
/* styles for nmbx home page, category pages, archive page, birthday page
NOT ARTICLE TEMPLATE */
h1.box-top-hdr {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(227, 27, 35, 0.2)), color-stop(50%, rgba(110, 41, 141, 0.15)), color-stop(80%, rgba(38, 169, 224, 0.2))), /* bottom, image */ url('im/nmbx_20yr_bg_swatch.svg');
  background-color: #333333;
  background-repeat: repeat;
  overflow: hidden;
  height: 112px;
  padding-top: auto;
  padding-bottom: auto;
  width: 100%;
  position: relative;
}
h1.box-top-hdr img {
  width: 1400px;
  height: auto;
}
h1.box-top-hdr img.mobile-box-logo {
  display: none;
}
h1.box-top-hdr img.full-box-logo {
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -700px;
}
h1.box-top-hdr a::before {
  content: " ";
  background-image: url('im/nmbx_20yr_logo_stripes_top.svg');
  background-repeat: repeat-x;
  position: absolute;
  top: -1px;
  left: 0;
  width: 50%;
  height: 112px;
  margin-left: -698px;
}
h1.box-top-hdr a::after {
  content: " ";
  background-image: url('im/nmbx_20yr_logo_stripes_bottom.svg');
  background-repeat: repeat-x;
  position: absolute;
  top: -1px;
  left: 50%;
  width: 100%;
  height: 112px;
  margin-left: 698px;
}
.nmbx.browse > h1 {
  font-size: 3em;
  font-family: "Brandon";
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 24px;
}
.nmbx#content > h1 {
  padding-top: 32px;
  padding-left: 32px;
}
@media screen and (max-width: 800px) {
  h1.box-top-hdr {
    border-width: 2px 0;
    border-style: solid;
    border-color: #ffffffbf;
  }
}
@media screen and (max-width: 668px) {
  .nmbx.browse > h1 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .nmbx.browse > h1 {
    font-size: 2.5em;
    text-align: center;
  }
  .nmbx#content > h1 {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  h1.box-top-hdr {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  h1.box-top-hdr img {
    width: 100%;
  }
  h1.box-top-hdr img.mobile-box-logo {
    display: block;
  }
  h1.box-top-hdr img.full-box-logo {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .nmbx.browse > h1 {
    font-size: 2em;
    text-align: center;
  }
}
.nmbx#content > h2 a,
.nmbx > h1 a {
  color: #4d4d4d;
}
.nmbx h3 {
  padding-bottom: 30px;
  font-size: 2rem;
}
.browse.nmbx {
  width: 100%;
}
.nmbx .stream-row {
  margin-bottom: 4rem;
}
.nmbx .stream-row.text {
  margin-bottom: 2rem;
  width: 100%;
}
.nmbx span.icon.post {
  display: none;
}
/*header fonts*/
.nmbx .stream-box-inner.text > a,
.nmbx .birthday .stream-box-inner.text div:not(.metas) {
  font-size: 1.45em;
  color: #4d4d4d;
  font-family: 'Alt Gothic';
  text-transform: uppercase;
  font-weight: normal;
}
.nmbx .metas {
  line-height: 20px;
  color: #4d4d4d;
  font-family: 'Brandon';
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 5px;
}
.nmbx .metas .the-cat {
  color: #ACB9C7;
}
.nmbx .birthdayrow {
  width: 100%;
}
.nmbx .birthday .stream-box-inner.text div {
  position: relative;
  padding-top: 10px;
}
.birthday a {
  color: #26a9e0 !important;
}
.nmbx .stream-box-inner.text > a {
  position: relative;
  padding: 10px 0px 5px;
  float: left;
  clear: both;
  width: 100%;
}
.nmbx .stream-box.post {
  overflow: hidden;
}
.nmbx.birthdays .stream-box-inner {
  margin-bottom: 0px;
}
.nmbx .stream-box-inner {
  margin-bottom: 50px;
}
.nmbx .articleWrapper .articles .stream-box .stream-box-inner {
  margin-bottom: 0;
}
.nmbx .articleWrapper .articles .stream-box .stream-box-inner a.primary {
  padding: 0;
}
.nmbx .articleWrapper .articles .stream-box .stream-box-inner p {
  display: block;
}
.nmbx .stream-row.social {
  margin-bottom: 0px;
}
.nmbx .stream-row.text .social-news {
  background: #ededed;
  margin-bottom: 4rem;
  padding: 0.5em 1em;
  margin-top: 0;
}
.nmbx .stream-row.text .social-news .stream-box-inner {
  margin-bottom: 0;
}
.stream-row.text.social + .stream-row.text.social,
.nmbx.browse .stream-row.text.social {
  margin-top: -1em;
}
.nmbx .stream-row .square-advert {
  border-bottom: 1px solid #b5b5b5;
}
.nmbx .stream-row .square-advert a {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  height: 170px;
  overflow: hidden;
  background-color: #666;
}
.nmbx .stream-row .square-advert a img {
  width: auto;
  height: 100%;
}
.nmbx .stream-row .square-advert .is-advert {
  text-shadow: none;
  font-size: 13px;
}
.birthdays.nmbx {
  width: 100%;
}
.stream-row.birthday {
  justify-content: flex-start;
}
.birthday .stream-box.one-third.post {
  margin-left: 5%;
}
#author-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
h2.screen-reader-text {
  display: none;
}
@media screen and (max-width: 668px) {
  .nmbx h2 {
    font-size: 32px;
  }
}
.nmbxpager {
  text-align: center;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  color: #26a9e0;
  font-family: 'Alt Gothic', arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.3rem;
}
.pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*
Theme Name:     NewMusicBox 2016
Description:    Custom theme for newmusicbox.org
Author:         New Music USA
Version:        2.0
*/
/* .ombx is same level as main, elements above that will not get styles from this block */
.ombx {
  padding-top: 0;
  /*experiment for legacy stuff*/
  /*experiment for navigation in old multi-page articles*/
  /* Clearing floats */
  /* =Repeatable patterns
  -------------------------------------------------------------- */
  /* Small headers */
  /* Shared Post Format styling */
  /* Form fields, general styles first */
  /* Reset non-text input types */
  /* Buttons */
  /* Responsive images */
  /* Make sure videos and embeds fit their containers */
  /* Images */
  /* =Basic structure
  -------------------------------------------------------------- */
  /* Body, links, basics */
  /* Assistive text */
  /* Comment form */
  /* end Comment Form */
  /* header */
  /* tables were used extensively for layout in legacy content, overriding parent theme styles to accomodate */
  /* navigation */
  /* ads */
  /* general styles */
  /*new single page article layout*/
  /* list styles, based on .minimal-list */
  /* end list styles */
  /* widget_s4w_mlt */
  /* mlt within body of article */
  /* end widget_s4w_mlt */
  /*headings that aren't inside a or div etc*/
  /* masthead / title */
  /* WP built-in gallery */
  /* end built-in gallery */
  /*old homepage style,can maybe be deleted*/
  /*.pagination-wrapper h2,
  h1.search-title {
    color: #b5b5b5;
    font-family: "Brandon";
    font-size: @p-font-size;
    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;
  }*/
  /* responsive styles */
}
.ombx .old-style .entry-content > div {
  width: 50% !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ombx .single-col .entry-content ul.sticky-nav {
  position: sticky;
  top: 0;
  margin-left: 22px;
  float: left;
  margin-top: 70px;
  width: 230px;
  list-style-type: none;
}
.ombx .single-col .entry-content ul.sticky-nav a {
  /*color: @text-color;
      text-decoration: underline;*/
}
.ombx .single-col .entry-content ul.sticky-nav li {
  line-height: 1.5em;
}
.ombx .single-col .entry-content .email-subscribe-form {
  width: 50%;
  margin: auto;
  padding: 20px;
  background-color: #eaf7fc;
  border: 1px solid #cbeaf8;
  box-sizing: border-box;
  position: relative;
}
.ombx .single-col .entry-content .email-subscribe-form fieldset {
  border: 0;
  background-color: transparent;
}
.ombx .single-col .entry-content .email-subscribe-form fieldset input {
  box-sizing: border-box;
}
.ombx .single-col .entry-content .email-subscribe-form fieldset input.half-width {
  width: 48% !important;
  box-sizing: border-box;
}
.ombx .single-col .entry-content .email-subscribe-form fieldset input.half-width:first-child {
  margin-right: 2%;
}
.ombx .single-col .entry-content .email-subscribe-form fieldset input[name=email] {
  margin-top: 10px;
}
.ombx .single-col .entry-content .email-subscribe-form fieldset input[name=lastname] {
  /*float:right;*/
}
.ombx .single-col .entry-content .email-subscribe-form .form-actions {
  margin: 10px 20px;
}
.ombx .single-col .entry-content .email-subscribe-form .form-actions input.button {
  /*width:100%;*/
}
.ombx .single-col .entry-content .email-subscribe-form .response-wrapper-wrapper {
  position: absolute;
  top: 10%;
  width: 40%;
  left: 30%;
  z-index: 100000;
  box-sizing: border-box;
}
.ombx .single-col .entry-content .email-subscribe-form .response-wrapper-wrapper .close-response {
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: 'brandon';
  font-weight: lighter;
  font-size: 8px;
  text-transform: uppercase;
}
.ombx .single-col .entry-content .email-subscribe-form .response-wrapper-wrapper .close-response:hover {
  cursor: pointer;
}
.ombx .single-col .entry-content .email-subscribe-form .response-wrapper-wrapper .response-wrapper {
  background: #fff;
  text-align: center;
  border: 1px solid #eaf7fc;
  padding: 2%;
  text-transform: uppercase;
  font-weight: bold;
}
.ombx .single-col .entry-content .email-subscribe-form .response-wrapper-wrapper .response-wrapper .response {
  background: #eaf7fc;
  border: 1px solid #cbeaf8;
  padding: 4%;
  padding-top: 15px;
}
.ombx h3.footer-subscribe-hdr {
  text-align: center;
  font-weight: bold;
  fonr-size: 1.6em;
  margin-top: 1.6em;
}
.ombx div#content > div:not(:empty) {
  padding-bottom: 32px;
  padding-top: 1em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.ombx ol,
.ombx ul {
  /*list-style: none*/
}
.ombx blockquote,
.ombx q {
  quotes: none;
}
.ombx blockquote:before,
.ombx blockquote:after,
.ombx q:before,
.ombx q:after {
  content: '';
  content: none;
}
.ombx table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ombx caption,
.ombx th,
.ombx td {
  font-weight: normal;
  text-align: left;
}
.ombx article,
.ombx aside,
.ombx details,
.ombx figcaption,
.ombx figure,
.ombx footer,
.ombx header,
.ombx hgroup,
.ombx nav,
.ombx section {
  display: block;
}
.ombx audio,
.ombx canvas,
.ombx video {
  display: inline-block;
}
.ombx audio:not([controls]) {
  display: none;
}
.ombx del {
  color: #333;
}
.ombx ins {
  background: #fff9c0;
  text-decoration: none;
}
.ombx sub,
.ombx sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.ombx sup {
  top: -0.5em;
}
.ombx sub {
  bottom: -0.25em;
}
.ombx small {
  font-size: smaller;
}
.ombx img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.ombx .clear:after,
.ombx .wrapper:after,
.ombx .format-status .entry-header:after {
  clear: both;
}
.ombx .clear:before,
.ombx .clear:after,
.ombx .wrapper:before,
.ombx .wrapper:after,
.ombx .format-status .entry-header:before,
.ombx .format-status .entry-header:after {
  display: table;
  content: "";
}
.ombx .archive-title,
.ombx .page-title,
.ombx .widget-title,
.ombx .entry-content th,
.ombx .comment-content th {
  font-size: 11px;
  font-size: 0.78571429rem;
  line-height: 2.18181818;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}
.ombx article.format-quote footer.entry-meta,
.ombx article.format-link footer.entry-meta,
.ombx article.format-status footer.entry-meta {
  font-size: 11px;
  font-size: 0.78571429rem;
  line-height: 2.18181818;
}
.ombx button:not(.button),
.ombx input:not(.button),
.ombx select:not(.button),
.ombx textarea:not(.button) {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.42857143rem;
}
.ombx button:not(.button),
.ombx input:not(.button) {
  line-height: normal;
}
.ombx textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}
.ombx input[type="checkbox"],
.ombx input[type="radio"],
.ombx input[type="file"],
.ombx input[type="hidden"],
.ombx input[type="image"],
.ombx input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.ombx input[type="submit"]:not(.button),
.ombx input[type="button"]:not(.button),
.ombx input[type="reset"]:not(.button),
.ombx article.post-password-required input[type=submit]:not(.button),
.ombx .bypostauthor cite span:not(.button) {
  /* let us use nmusa button class */
  padding: 6px 10px;
  padding: 0.42857143rem 0.71428571rem;
  font-size: 11px;
  font-size: 0.78571429rem;
  line-height: 1.42857143;
  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);
}
.ombx button,
.ombx input[type="submit"],
.ombx input[type="button"],
.ombx input[type="reset"] {
  cursor: pointer;
}
.ombx button[disabled],
.ombx input[disabled] {
  cursor: default;
}
.ombx button:hover:not(.button),
.ombx input[type="submit"]:hover:not(.button),
.ombx input[type="button"]:hover:not(.button),
.ombx input[type="reset"]:hover:not(.button),
.ombx article.post-password-required input[type=submit]:hover:not(.button) {
  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);
}
.ombx button:active:not(.button),
.ombx input[type="submit"]:active:not(.button),
.ombx input[type="button"]:active:not(.button),
.ombx input[type="reset"]:active:not(.button) {
  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;
}
.ombx .bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}
.ombx .entry-content img,
.ombx .comment-content img,
.ombx .widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}
.ombx img[class*="align"],
.ombx img[class*="wp-image-"],
.ombx img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.ombx img.size-full,
.ombx img.size-large,
.ombx img.header-image,
.ombx img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.ombx embed,
.ombx iframe,
.ombx object,
.ombx video {
  max-width: 100%;
}
.ombx .entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */
}
.ombx .alignleft {
  float: left;
}
.ombx .alignright {
  float: right;
}
.ombx .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ombx .entry-content img,
.ombx .comment-content img,
.ombx .widget img,
.ombx img.header-image,
.ombx .author-avatar img,
.ombx 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);
}
.ombx a {
  outline: none;
  color: #21759b;
}
.ombx a:hover {
  color: #0f3647;
}
.ombx .assistive-text,
.ombx .site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.ombx .site .screen-reader-text:hover,
.ombx .site .screen-reader-text:active,
.ombx .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 */
}
.ombx #respond {
  padding-top: 32px;
}
.ombx #respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.71428571rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.85714286rem;
}
.ombx #respond form {
  margin: 24px 0;
  margin: 1.71428571rem 0;
}
.ombx #respond form p {
  margin: 11px 0;
  margin: 0.78571429rem 0;
}
.ombx #respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.71428571rem;
}
.ombx #respond form label {
  display: block;
  line-height: 1.71428571;
}
.ombx #respond form input[type="text"],
.ombx #respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 12px;
  font-size: 0.85714286rem;
  line-height: 1.71428571;
  padding: 10px;
  padding: 0.71428571rem;
  width: 100%;
}
.ombx #respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.85714286rem;
  line-height: 2;
  color: #5e5e5e;
}
.ombx #respond h3#reply-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1.14285714rem;
  font-weight: normal;
  padding-bottom: 0;
}
.ombx #respond form input[type="text"],
.ombx #respond form textarea {
  font-size: 1.2rem;
}
.ombx h2.comments-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.ombx #respond h3#reply-title {
  font-family: "Brandon";
  text-transform: uppercase;
  font-size: 18px;
}
.ombx h2.comments-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: "Alt Gothic";
  padding: 0 0 0 32px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ombx .comments-area article header {
  margin: 0 0 1rem;
}
.ombx .comment-toggle {
  text-align: right;
  padding: 0 0 10px 0;
  width: 100%;
  border-top: 1px solid #26a9e0;
  z-index: 1000;
}
.ombx .comment-toggle a {
  display: inline-block;
}
.ombx .lengthy-comment {
  height: 600px;
  overflow: hidden;
}
.ombx p.comment-awaiting-moderation {
  font-style: italic;
}
.ombx a.expand-comments,
.ombx a.collapse-comments {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 85%;
}
.ombx ol.commentlist {
  padding-top: 32px;
}
.ombx .required {
  color: red;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.ombx a {
  color: #26a9e0;
  text-decoration: none;
}
.ombx a:hover {
  color: #8ac8e2;
}
.ombx .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;
}
.ombx p,
.ombx li {
  color: #4d4d4d;
}
.ombx .site-content article {
  margin-bottom: 2rem;
  padding-bottom: 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.ombx .entry-header .entry-title {
  font-family: "Alt Gothic";
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
}
.ombx .entry-header .entry-title a {
  color: #4d4d4d;
}
.ombx .entry-header .entry-title a:hover {
  color: #8ac8e2;
}
.ombx .entry-header .entry-title a em {
  padding-right: 5px;
}
.ombx .entry-content img,
.ombx .comment-content img,
.ombx .widget img,
.ombx img.header-image,
.ombx .author-avatar img,
.ombx img.wp-post-image {
  box-shadow: none;
  border-radius: 0;
  padding: 3px;
  border: 1px solid #ddd;
  border: none;
  padding: nonel;
}
.ombx img.alignright {
  margin: 0 0 0 1rem;
}
.ombx .wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.ombx .wp-caption .wp-caption-text,
.ombx .entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.85714286rem;
  line-height: 2;
  color: #757575;
}
.ombx img.wp-smiley,
.ombx .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.ombx .wp-caption .wp-caption-text,
.ombx .entry-caption,
.ombx .small-caption {
  font-style: normal;
  line-height: 1.5;
}
.ombx .single-col.new-layout .entry-content .small-caption {
  margin: auto;
  margin-top: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.ombx .single-col.new-layout .entry-content .small-caption iframe {
  margin-bottom: 0;
}
.ombx .single-col.new-layout .entry-content .small-caption p {
  width: 100%;
  padding: 0px 15px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.ombx .entry-content table {
  width: auto;
  border: none;
  margin: 0 0 0.5rem 0;
}
.ombx .entry-content td {
  font-size: 18px;
  line-height: 1.5em;
  border: none;
  padding: 5px;
}
.ombx .entry-content table ul {
  line-height: 1.5em;
}
.ombx .entry-content table li {
  margin: 0 0.4rem 0 1.6rem;
}
.ombx .entry-content table img {
  border: none;
}
.ombx .entry-content table[align='center'] {
  margin: 0 auto;
}
.ombx .legacy-video-embed {
  float: right;
  margin: 0 0 1rem 1rem;
}
.ombx .legacy-video-embed object,
.ombx .legacy-video-embed embed {
  margin: 0;
}
.ombx .legacy-video-caption {
  text-align: center;
  font-weight: bold;
}
.ombx .socialmedia_block {
  margin: 15px 0;
}
.ombx .wp-pagenavi {
  text-align: center;
  padding: 1rem 0 1.4rem 0;
}
.ombx .wp-pagenavi a,
.ombx .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
}
.ombx .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%;
}
.ombx #single-ads {
  text-align: center;
}
.ombx .site-content .ad-marker {
  text-align: center;
}
.ombx .site-content .article-bottom-advert {
  width: 50%;
  margin: auto;
}
.ombx .nmbx #single-ads .stream-box-inner {
  margin-bottom: 0;
}
.ombx .site-content .disclaimer {
  position: relative;
  float: left;
}
.ombx .site-content .disclaimer p {
  width: 50%;
  position: relative;
  margin: auto;
  color: #999999;
  font-style: italic;
  margin-top: 20px;
}
.ombx .single-col .entry-content .bio-wrapper .author-photo {
  width: 100px;
  display: inline-block;
  float: left;
  margin: 5px 10px 0 0;
}
.ombx .single-col .entry-content .bio-wrapper .author-photo img {
  display: inline;
}
.ombx .single-col .entry-content .bio-wrapper p {
  color: #999999;
  font-style: italic;
  line-height: 1.6;
}
.ombx .album_block {
  width: 30%;
  float: right;
  font-size: 0.85em;
  margin-left: 1em;
}
.ombx header.archive-header {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.ombx h1.archive-title {
  font-size: 1.5rem;
  line-height: normal;
  font-weigth: normal;
  letter-spacing: 1px;
  font-family: "Brandon";
}
.ombx div.archive-meta {
  font-size: 1rem;
  line-height: normal;
  margin-top: 0;
}
.ombx .ib {
  display: inline-block;
}
.ombx .fl {
  float: left;
}
.ombx .centered {
  text-align: center;
}
.ombx .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ombx .site-content {
  margin: auto;
  float: none;
  clear: both;
  width: 100%;
}
.ombx .single-col.old-style .jwplayer {
  width: 100% !important;
  margin: auto;
  margin-top: 5px;
}
.ombx .single-col.old-style .wp-caption.alignright .jwplayer {
  width: 100% !important;
  position: relative;
  margin-bottom: 10px;
  float: left;
  margin-top: 10px;
}
.ombx #primary.single-col {
  width: 100%;
  padding: 0;
  margin: 0;
}
.ombx #main.single-col-wrapper {
  width: auto;
  background-color: #fff;
  padding: 0 3%;
}
.ombx .single-col .entry-content p {
  clear: both;
  z-index: 1;
}
.ombx .single-col .entry-content p,
.ombx .single-col .entry-content > ul,
.ombx .single-col .entry-content > ol,
.ombx .single-col .entry-content :not(li):not(td) > ul,
.ombx .single-col .entry-content :not(li):not(td) > ol,
.ombx .single-col .entry-content blockquote :first-child,
.ombx .single-col .entry-content blockquote :last-child,
.ombx .single-col .entry-content iframe.twitter-tweet,
.ombx .single-col .entry-content blockquote li,
.ombx .single-col .entry-content div.nmu-border {
  width: 50%;
  position: relative;
  margin: 20px auto;
  font-size: 18px;
  line-height: 32px;
}
.ombx .entry-content p,
.ombx .comment-content p {
  font-size: 18px;
  line-height: 32px;
  padding-top: 18px;
}
.ombx .single-col.old-style .entry-content p p,
.ombx .single-col.old-style .entry-content table p,
.ombx .single-col.old-style .entry-content ol li p,
.ombx .single-col.old-style .entry-content ul li p {
  padding-top: 0;
  width: 95%;
}
.ombx .comment-content p:empty,
.ombx .single-col .entry-content p:empty {
  padding-top: 0px;
}
.ombx .single-col .entry-content ul,
.ombx .single-col .entry-content ol {
  font-size: 18px;
  line-height: 32px;
  list-style-type: none;
  padding-top: 18px;
}
.ombx .single-col .entry-content ul li,
.ombx .single-col .entry-content ol li {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 10px 36px;
  position: relative;
}
.ombx .single-col .entry-content ul li:before,
.ombx .single-col .entry-content ol li:before {
  margin: 0.04em 0 0 -30px;
  position: absolute;
  color: #4d4d4d;
}
.ombx .single-col .entry-content ul li ol,
.ombx .single-col .entry-content ol li ol,
.ombx .single-col .entry-content ul li ul,
.ombx .single-col .entry-content ol li ul {
  padding-top: 0px;
}
.ombx .single-col .entry-content ul li ol li,
.ombx .single-col .entry-content ol li ol li,
.ombx .single-col .entry-content ul li ul li,
.ombx .single-col .entry-content ol li ul li {
  margin-left: 32px;
}
.ombx .single-col .entry-content ul li ol li:before,
.ombx .single-col .entry-content ol li ol li:before,
.ombx .single-col .entry-content ul li ul li:before,
.ombx .single-col .entry-content ol li ul li:before {
  margin-left: -28px;
}
.ombx .single-col .entry-content ul > li:before {
  content: "•";
  font-size: 1.1em;
}
.ombx .single-col .entry-content ol {
  counter-reset: olcounter;
}
.ombx .single-col .entry-content ol > li:before {
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.ombx .single-col .entry-content ol li ol {
  counter-reset: olcounter;
}
.ombx .single-col .entry-content ol li ol > li:before {
  content: counter(olcounter, lower-alpha) ".";
  font-size: 15px;
  top: 0;
}
.ombx .single-col.old-style .entry-content ol li,
.ombx .single-col.old-style .entry-content ul li {
  /*nested p */
}
.ombx .single-col.old-style .entry-content ol li p,
.ombx .single-col.old-style .entry-content ul li p {
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}
.ombx .widget_s4w_mlt,
.ombx .single-col .entry-content .widget_s4w_mlt {
  /* make mlt widget a sliding stream on smaller screens */
}
.ombx .widget_s4w_mlt h2.widgettitle,
.ombx .single-col .entry-content .widget_s4w_mlt h2.widgettitle {
  margin-bottom: 15px;
  font-family: "Brandon";
  font-size: 18px;
}
.ombx .widget_s4w_mlt a,
.ombx .single-col .entry-content .widget_s4w_mlt a {
  text-decoration: none;
  float: left;
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  color: #dddddd;
  width: 100%;
}
.ombx .widget_s4w_mlt .inner,
.ombx .single-col .entry-content .widget_s4w_mlt .inner {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  z-index: 2;
  padding-bottom: 1em;
  /*for advertisement caption*/
}
.ombx .widget_s4w_mlt .inner .stream-box,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  margin-left: 1%;
  flex: 1 0 auto;
  height: 100%;
  padding: 0;
}
.ombx .widget_s4w_mlt .inner .stream-box:before,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box:before {
  content: "";
  float: left;
  padding-top: 100%;
  position: relative;
}
.ombx .widget_s4w_mlt .inner .stream-box:first-child,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box:first-child {
  margin-left: 0;
}
.ombx .widget_s4w_mlt .inner .stream-box:hover a,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box:hover a {
  background: black;
}
.ombx .widget_s4w_mlt .inner .stream-box:hover a.title-link,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box:hover a.title-link {
  background: transparent;
  display: block;
}
.ombx .widget_s4w_mlt .inner .stream-box:hover img,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box:hover img {
  opacity: 0.7;
}
.ombx .widget_s4w_mlt .inner .stream-box div.square-advert,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box div.square-advert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  line-height: 0;
}
.ombx .widget_s4w_mlt .inner .stream-box div.square-advert span.is-advert,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box div.square-advert span.is-advert {
  margin-top: 5px;
  margin-right: 5px;
  line-height: 8px;
  text-shadow: none;
}
.ombx .widget_s4w_mlt .inner .stream-box div.square-advert img,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box div.square-advert img {
  width: 100%;
  height: auto;
}
.ombx .widget_s4w_mlt .inner .stream-box span.solr-img-wrapper,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box span.solr-img-wrapper {
  width: 100%;
  float: left;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.ombx .widget_s4w_mlt .inner .stream-box span.solr-img-wrapper a,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box span.solr-img-wrapper a {
  height: 100%;
}
.ombx .widget_s4w_mlt .inner .stream-box span.solr-img-wrapper a img,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box span.solr-img-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.ombx .widget_s4w_mlt .inner .stream-box span.solr-img-wrapper a img:before,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box span.solr-img-wrapper a img:before {
  background-size: auto 100%;
  height: 100%;
}
.ombx .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper {
  position: absolute;
  width: 96%;
  margin-left: 2%;
  font-size: 16px;
  /* line height of solr-copy-wrapper a */
  bottom: -3em;
  height: 3em;
  overflow: hidden;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 2%;
  margin-left: 0;
  padding-right: 2%;
  height: 5em;
}
.ombx .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper a,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper a {
  font-family: "Alt Gothic";
  text-transform: uppercase;
  color: #141414;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.ombx .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper a.lower-title-link,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper a.lower-title-link {
  color: #fff;
  background: transparent;
  -webkit-font-smoothing: antialiased;
}
.ombx .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper a.lower-title-link section,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper a.lower-title-link section {
  font-size: 1rem;
}
.ombx .widget_s4w_mlt .inner .stream-box img,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box img {
  position: relative;
  margin-top: 0;
  border: medium none;
  padding: 0px;
}
.ombx .widget_s4w_mlt .inner .stream-box a.title-link,
.ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box 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;
}
.ombx .widget_s4w_mlt .wrapper,
.ombx .single-col .entry-content .widget_s4w_mlt .wrapper {
  position: relative;
  z-index: 1;
}
.ombx .widget_s4w_mlt .wrapper .fwd,
.ombx .single-col .entry-content .widget_s4w_mlt .wrapper .fwd,
.ombx .widget_s4w_mlt .wrapper .rev,
.ombx .single-col .entry-content .widget_s4w_mlt .wrapper .rev {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  position: absolute;
  top: 0;
  z-index: 10;
  opacity: 0.8;
  display: block;
  height: 100%;
  height: 69%;
  height: 68%;
  width: auto;
  width: 17%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.ombx .widget_s4w_mlt .wrapper .fwd.end,
.ombx .single-col .entry-content .widget_s4w_mlt .wrapper .fwd.end,
.ombx .widget_s4w_mlt .wrapper .rev.end,
.ombx .single-col .entry-content .widget_s4w_mlt .wrapper .rev.end,
.ombx .widget_s4w_mlt .wrapper .fwd.oneset-at-fullwidth,
.ombx .single-col .entry-content .widget_s4w_mlt .wrapper .fwd.oneset-at-fullwidth,
.ombx .widget_s4w_mlt .wrapper .rev.oneset-at-fullwidth,
.ombx .single-col .entry-content .widget_s4w_mlt .wrapper .rev.oneset-at-fullwidth {
  opacity: 0 !important;
  display: none;
}
.ombx .widget_s4w_mlt .wrapper .fwd:hover,
.ombx .single-col .entry-content .widget_s4w_mlt .wrapper .fwd:hover,
.ombx .widget_s4w_mlt .wrapper .rev:hover,
.ombx .single-col .entry-content .widget_s4w_mlt .wrapper .rev:hover {
  opacity: 0.2;
}
.ombx .widget_s4w_mlt .wrapper .fwd,
.ombx .single-col .entry-content .widget_s4w_mlt .wrapper .fwd {
  background-image: url(im/fwdarrow.svg);
  /*background-position: right center;*/
  right: 0;
  right: 1%;
}
.ombx .widget_s4w_mlt .wrapper .rev,
.ombx .single-col .entry-content .widget_s4w_mlt .wrapper .rev {
  background-image: url(im/backarrow.svg);
  /*background-position: left center;*/
  left: 0;
}
.ombx .single-col .entry-content .widget_s4w_mlt {
  margin-bottom: 50px;
  padding-top: 10px;
}
.ombx h1,
.ombx h4,
.ombx h5,
.ombx h6 {
  clear: both;
}
.ombx h4,
.ombx h5,
.ombx h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4d4d4d;
}
.ombx .single-col .entry-content h1,
.ombx .single-col .entry-content h2,
.ombx .single-col .entry-content h3,
.ombx .single-col .entry-content h4,
.ombx .single-col .entry-content h5,
.ombx .single-col .entry-content h6 {
  width: 50%;
  position: relative;
  margin: auto;
  font-family: "Brandon";
}
.ombx .single-col .entry-content h1,
.ombx .single-col .entry-content h2 {
  font-size: 2em;
  margin-top: 1.6em;
}
.ombx .single-col .entry-content h3,
.ombx .single-col .entry-content h4 {
  font-size: 1.6em;
}
.ombx .single-col .entry-content h3,
.ombx .single-col .entry-content h4 {
  margin-top: 1.6em;
}
.ombx .single-col .entry-content h5,
.ombx .single-col .entry-content h6 {
  font-size: 1em;
}
.ombx .single-col .entry-content h2.widgettitle {
  font-size: 18px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
.ombx .single-col .entry-masthead {
  position: relative;
  border-bottom: 5px solid #141414;
}
.ombx .single-col .entry-header .behind-header {
  background: #141414;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -10;
}
.ombx .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;
}
.ombx .single-col article.editorial-right-align-caption .entry-masthead .optional-photo-cred {
  right: auto;
  left: 0;
}
.ombx .single-col.old-style .entry-masthead,
.ombx .single-col.no-masthead-image .entry-masthead {
  height: 0px;
  overflow: hidden;
  border: none;
}
.ombx .single-col .entry-masthead img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}
.ombx .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;
}
.ombx .single-col article.editorial-taller-cover-photo .entry-masthead .entry-title {
  top: 30%;
}
.ombx .single-col article.editorial-wider-caption .entry-masthead .entry-title {
  width: 50%;
  top: 60%;
}
.ombx .single-col .entry-masthead .entry-title em {
  padding-right: 5px;
}
.ombx .single-col.right-align-caption .entry-masthead .entry-title {
  right: 0;
  left: auto;
  margin-right: 10%;
  margin-left: auto;
}
.ombx .single-col.top-align-caption article.editorial-wider-caption.editorial-top-align-caption .entry-masthead .entry-title,
.ombx .single-col.top-align-caption article.editorial-top-align-caption .entry-masthead .entry-title,
.ombx .single-col.editorial-top-align-caption .entry-masthead .entry-title {
  top: 5%;
}
.ombx .single-col .entry-header .byline {
  background-color: #141414;
  color: #fff;
  font-family: 'Brandon';
  padding: 0.5% 1%;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  position: absolute;
  z-index: 1111;
  margin: 0 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  max-width: 220px;
  box-sizing: border-box;
  float: left;
}
.ombx .single-col .entry-header .byline a {
  color: #fff;
}
.ombx .single-col .entry-header .byline a:hover {
  color: #26a9e0;
}
.ombx .single-col .entry-header h1.entry-title,
.ombx .single-col .social-news .entry-header h1.entry-title,
.ombx .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: 1.1em;
  padding-bottom: 20px;
}
.ombx .single-col.reverse-color-caption .entry-masthead .entry-title h1.entry-title {
  background-color: #fff;
  color: #141414;
}
.ombx .single-col.new-layout .entry-content .wp-caption,
.ombx .single-col.new-layout .entry-content .single-image {
  z-index: 2;
  position: relative;
}
.ombx .single-col.new-layout .entry-content div.issuu-isrendered {
  width: 100%  !important;
}
.ombx .single-col .entry-content center iframe {
  width: 50%;
  background: #141414;
}
.ombx .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%;
}
.ombx .single-col.old-style .entry-content center p.iframe-caption,
.ombx .single-col.old-style .entry-content center p.iframe-caption {
  width: 98%;
  box-sizing: content-box;
}
.ombx .entry-content .iframe-gal-wrapper {
  width: 100%;
}
.ombx .single-col .entry-content .iframe-gal-wrapper.has-caption iframe {
  max-height: 400px;
}
.ombx .single-col.old-style .entry-content center div.issuuembed {
  width: 100% !important;
}
.ombx .single-col.old-style .entry-content center .issuuembed object {
  margin: 0;
}
.ombx .single-col.old-style .entry-content center .issuuembed div span {
  display: none;
}
.ombx .single-col .entry-content center .iframe-gal-wrapper p.iframe-caption,
.ombx .single-col .entry-content center .iframe-gal-wrapper p.iframe-caption,
.ombx .single-col .entry-content .iframe-gal-wrapper p.iframe-caption {
  width: 100%;
  max-width: 100%;
}
.ombx .single-col .entry-content center.fullwidth iframe {
  width: 100%;
}
.ombx .single-col .entry-content center.fullwidth p.iframe-caption,
.ombx .single-col .entry-content center .iframe-gal-wrapper p.iframe-caption,
.ombx .single-col .entry-content .iframe-gal-wrapper p.iframe-caption,
.ombx .single-col .entry-content center.fullwidth p.iframe-caption,
.ombx .single-col .entry-content center .iframe-gal-wrapper p.iframe-caption,
.ombx .single-col .entry-content .iframe-gal-wrapper p.iframe-caption {
  width: 98%;
  box-sizing: content-box;
}
.ombx .single-col .entry-content .iframe-gal-wrapper p.iframe-caption,
.ombx .single-col .entry-content .iframe-gal-wrapper p.iframe-caption {
  background: #141414;
  color: #fff;
  padding-left: 1%;
  padding-right: 1%;
  margin: 0;
}
.ombx .single-col .entry-content .iframe-gal-wrapper.has-caption iframe,
.ombx .single-col .entry-content .iframe-gal-wrapper iframe {
  background: #141414;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ombx .single-col .entry-content .iframe-gal-wrapper.has-caption iframe {
  padding-top: 10px;
  padding-bottom: 0;
}
.ombx .single-col.new-layout .entry-content .small-caption,
.ombx .single-col.new-layout .entry-content .wp-caption,
.ombx .single-col.new-layout .entry-content .single-image {
  background: #141414;
  width: 100%;
  color: #fff;
  font-family: 'Franklin';
  font-size: 16px;
  font-style: italic;
  padding: 0;
}
.ombx .single-col.new-layout .entry-content .small-caption {
  width: 50%;
}
.ombx .old-style .small-caption.centered {
  width: 50%;
  margin-left: 25%;
  padding-top: 1em;
}
.ombx .single-col.new-layout .entry-content .wp-caption.small-column-width,
.ombx .single-col.new-layout .entry-content .single-image.small-column-width {
  width: 50% !important;
  float: none !important;
  margin: auto !important;
}
.ombx .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%;
}
.ombx .single-col .entry-content center.fullwidth p.iframe-caption {
  width: 100%;
}
.ombx .single-col .entry-content center {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  z-index: 10;
}
.ombx .single-col.old-style .entry-content center {
  width: 50%;
  padding-left: 25%;
  padding-right: 25%;
}
.ombx .single-col .entry-content center.fullwidth iframe {
  margin-bottom: 0 !important;
  display: inline-block;
  float: left;
}
.ombx .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;
}
.ombx .single-col .entry-content .single-image {
  background: none;
}
.ombx .single-col.old-style .entry-content .single-image {
  padding-left: 25%;
  width: 50%;
  padding-right: 25%;
  margin: auto;
}
.ombx .single-col.new-layout .entry-content .wp-caption.aligncenter img,
.ombx .single-col.new-layout .entry-content .single-image img,
.ombx .single-col.new-layout .entry-content img {
  width: 100%;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
.ombx .single-col.old-style .entry-content .wp-caption {
  width: 50%;
  display: block;
  border: none;
  padding: 0;
  background: #141414;
  margin: auto;
}
.ombx .single-col.old-style .entry-content table,
.ombx .single-col.old-style .entry-content iframe,
.ombx .single-col.old-style .entry-content h2 {
  width: 50%;
  float: none;
  margin: auto;
  padding-left: 25%;
  padding-right: 25%;
}
.ombx .single-col.old-style.social-news .entry-content .iframe-gal-wrapper.has-caption iframe,
.ombx .single-col.old-style.social-news .entry-content .iframe-gal-wrapper iframe {
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
}
.ombx .single-col.old-style .entry-content table table {
  width: 100%;
}
.ombx .single-col.old-style .entry-content iframe.instagram-media {
  width: 50% !important;
  padding-left: 25% !important;
  padding-right: 25% !important;
}
.ombx .single-col.old-style .entry-content p table,
.ombx .single-col.old-style .entry-content p iframe,
.ombx .single-col.old-style .entry-content center iframe,
.ombx .single-col.old-style .entry-content p h2 {
  width: 100%;
  position: relative;
  padding: 0;
}
.ombx .single-col.old-style .entry-content .wp-caption.aligncenter,
.ombx .single-col.old-style .entry-content .wp-caption.alignnone {
  width: 50% !important;
}
.ombx .single-col.old-style .entry-content .wp-caption a.media-gal {
  width: 100%;
  position: relative;
}
.ombx .single-col .entry-content .iframe-gal-wrapper {
  margin: auto;
}
.ombx .single-col.old-style .entry-content .wp-caption p.wp-caption-text a.media-gal,
.ombx .single-col .entry-content .iframe-gal-wrapper p.iframe-caption a.media-gal {
  width: auto;
  float: none;
  display: inline-block;
}
.ombx .single-col.old-style .entry-content .wp-caption p.wp-caption-text a {
  width: auto;
  display: inline-block;
}
.ombx .single-col.old-style .entry-content .wp-caption img {
  padding: 0px !important;
  width: 100%;
  position: relative;
}
.ombx .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;
}
.ombx .single-col .entry-content .wp-caption p.wp-caption-text,
.ombx .single-col .entry-content p.iframe-caption {
  font-size: 12px;
  line-height: 20px;
}
.ombx .single-col.old-style .entry-content .wp-caption.alignnone p.wp-caption-text,
.ombx .single-col.old-style .entry-content .wp-caption.aligncenter p.wp-caption-text {
  width: 100%;
}
.ombx .single-col.old-style .entry-content .wp-caption.alignleft p.wp-caption-text,
.ombx .single-col.old-style .entry-content .wp-caption.alignright p.wp-caption-text {
  float: none;
  margin: 0 0 0 10px;
  padding: 0;
  width: auto;
}
.ombx .single-col.old-style .entry-content .wp-caption p.wp-caption-text img {
  width: auto !important;
}
.ombx .single-col.old-style .entry-content .wp-caption.aligncenter a.media-gal,
.ombx .single-col.old-style .entry-content .wp-caption.aligncenter a.media-gal img {
  margin: auto;
  padding: 0;
}
.ombx .single-col.old-style .entry-content .wp-caption.alignright a.media-gal img,
.ombx .single-col.old-style .entry-content .wp-caption.alignleft .wp-caption-text,
.ombx .single-col.old-style .entry-content .wp-caption.alignleft a.media-gal img,
.ombx .single-col.old-style .entry-content .wp-caption.alignright .wp-caption-text {
  float: right;
  color: #aaa;
}
.ombx .single-col.old-style .entry-content .wp-caption a.media-gal img {
  border: none;
  padding: none;
}
.ombx .single-col.old-style .entry-content .wp-caption.alignright,
.ombx .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;
}
.ombx .single-col.old-style .entry-content .wp-caption.alignright a.media-gal,
.ombx .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;
}
.ombx .single-col.old-style .entry-content .wp-caption.alignright a.media-gal img,
.ombx .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;
}
.ombx .single-col.old-style .entry-content .wp-caption.alignleft p.wp-caption-text,
.ombx .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%;
}
.ombx .single-col.new-layout .entry-content .wp-caption.aligncenter p.wp-caption-text a img {
  width: auto !important;
}
.ombx .single-col.new-layout .entry-content .wp-caption p {
  width: 100%;
  color: #fff;
  font-style: italic;
  padding: 4px 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ombx .single-col.new-layout .entry-content .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ombx .single-col.new-layout .entry-content .gallery .gallery-item {
  background-color: #141414;
  display: flex;
  flex-direction: column;
  margin-top: 20px !important;
}
.ombx .single-col.new-layout .entry-content .gallery-columns-2 .gallery-item {
  width: 48% !important;
}
.ombx .single-col.new-layout .entry-content .gallery-columns-3 .gallery-item {
  width: 31.32% !important;
}
.ombx .single-col.new-layout .entry-content .gallery-columns-4 .gallery-item {
  width: 23% !important;
}
.ombx .single-col.new-layout .entry-content .gallery-icon {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.ombx .gallery-caption a {
  display: inline;
}
.ombx .gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.ombx .single-col.new-layout .entry-content .gallery .gallery-item .gallery-icon a,
.ombx .single-col.new-layout .entry-content .gallery .gallery-item .gallery-icon a img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none !important;
  padding: 0;
}
.ombx .single-col .entry-content .gallery .gallery-item .gallery-caption {
  color: #fff;
  font-style: italic;
  text-align: left;
  padding: 10px;
  width: auto;
  font-size: 12px;
  line-height: 20px;
}
.ombx .single-col .entry-content .gallery dl.gallery-item dt.gallery-icon a.media-gal span.gal-hover-icon,
.ombx .single-col .entry-content .wp-caption a.media-gal span.gal-hover-icon,
.ombx .single-col .entry-content .single-image a.media-gal span.gal-hover-icon {
  display: none;
  width: 0;
  height: 0;
}
.ombx .single-col .entry-content .iframe-gal-wrapper a.media-gal,
.ombx .single-col .entry-content p.gallery-launch-link a.media-gal {
  font-family: 'Brandon';
  font-size: 16px;
  text-transform: uppercase;
  color: #ddd;
}
.ombx .single-col .entry-content .iframe-gal-wrapper a.media-gal,
.ombx .single-col .entry-content p.gallery-launch-link a.media-gal {
  margin: auto;
  position: relative;
  top: 0px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.ombx .single-col .entry-content .iframe-gal-wrapper iframe {
  margin-bottom: 0;
  display: block;
  margin: auto;
}
.ombx .single-col .entry-content .gallery .gallery-item .gallery-caption a,
.ombx .single-col .entry-content .gallery .gallery-item .gallery-caption a img {
  display: inline-block;
  width: auto;
  border: none !important;
}
.ombx .single-col .entry-content .wp-caption a,
.ombx .single-col .entry-content .single-image a {
  display: block;
}
.ombx .single-col .entry-content .wp-caption p a {
  display: inline-block;
}
.ombx .single-col.new-layout .entry-content .wp-caption.aligncenter,
.ombx .single-col.new-layout .entry-content .single-image {
  width: 100%;
  clear: both;
  height: 100%;
  margin: 30px auto;
}
.ombx .entry-content {
  position: relative;
}
.ombx .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;
}
.ombx .entry-content .epigraph {
  color: #999999;
  width: 40%;
  margin: 20px auto;
  line-height: 1.1em;
}
.ombx .entry-content .epigraph p {
  color: #999999;
}
.ombx .entry-content .editorial-intro {
  color: #999999;
  margin-bottom: 20px;
  width: 40%;
  margin: auto;
}
.ombx .entry-content .editorial-intro p {
  color: #999999;
  font-size: 16px;
  line-height: 20px;
  margin: 20px auto;
  width: auto;
}
.ombx .single-col.new-layout .entry-content .wp-caption p em,
.ombx .single-col.new-layout .entry-content .small-caption em,
.ombx .single-col.new-layout .entry-content .wp-caption em,
.ombx .single-col.new-layout .entry-content .single-image em,
.ombx .single-col .entry-content .gallery .gallery-item .gallery-caption em,
.ombx .single-col.new-layout .entry-content center.fullwidth em,
.ombx .single-col.old-style .entry-content .wp-caption p.wp-caption-text em {
  font-style: normal;
}
.ombx .single-col .entry-content hr {
  border: 0;
  height: 15px;
  background: #ddd;
  width: 10%;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 35px;
}
.ombx .single-col.old-style .entry-content table hr {
  width: 50%;
  border: 0;
  height: 5px;
  margin: 24px auto;
}
.ombx .single-col .entry-content blockquote p:first-child::before {
  content: ' ';
  margin-left: 45px;
}
.ombx .single-col .entry-content blockquote {
  margin-bottom: 0;
  padding: 2% 10% 1%;
  padding-right: 4%;
  font-style: normal;
}
.ombx .single-col .entry-content blockquote:before,
.ombx .single-col .entry-content blockquote:after {
  position: absolute;
  font-size: 300px;
  line-height: 100px;
  color: #ededed;
  font-size: 550px;
  font-family: 'lucida grande';
}
.ombx .single-col .entry-content blockquote:before {
  content: "open-quote";
  content: "\201C";
  left: 25%;
  margin-top: 2%;
  margin-top: 15%;
  left: 22%;
}
.ombx .single-col .entry-content blockquote:after {
  content: "close-quote";
  content: "\201D";
  right: 25%;
  margin-bottom: 2%;
  margin-top: -45px;
  z-index: 0;
  font-size: 200px;
}
.ombx .single-col .entry-content blockquote p {
  z-index: 1;
}
.ombx .single-col .entry-content blockquote.secondary p:first-child::before,
.ombx .single-col .entry-content blockquote.secondary :first-child::before {
  content: '';
  margin-left: 0px;
}
.ombx .single-col .entry-content blockquote.secondary p {
  border-left: 5px solid #ddd;
  margin-bottom: -2%;
  margin-top: -2%;
  padding-bottom: 2%;
  padding-left: 8px;
  padding-top: 2%;
}
.ombx .single-col .entry-content blockquote.secondary:before,
.ombx .single-col .entry-content blockquote.secondary:after {
  position: absolute;
  font-size: 18px;
  line-height: 32px;
  color: #4d4d4d;
}
.ombx .single-col .entry-content blockquote.secondary {
  padding-top: 1%;
  padding-bottom: 1%;
}
.ombx .single-col .entry-content blockquote.secondary:before {
  content: "";
  left: auto;
  margin-top: auto;
}
.ombx .single-col .entry-content blockquote.secondary:after {
  content: "";
  right: 0;
  margin-bottom: auto;
}
.ombx .single-col .comments-area {
  border-top: 4px solid #26a9e0;
  position: relative;
  float: left;
  margin-top: 40px;
  width: 100%;
}
.ombx .single-col .comments-area textarea,
.ombx .single-col .comments-area input {
  border: 1px solid #26a9e0;
}
.ombx .single-col .comments-area input#submit {
  background: #26a9e0;
  color: #fff;
  font-family: "Brandon";
  text-transform: uppercase;
  font-size: 12px;
}
.ombx #respond form p.comment-form-author,
.ombx #respond form p.comment-form-email,
.ombx #respond form p.comment-form-url {
  width: 32%;
  position: relative;
  float: left;
  display: inline-block;
  margin-right: 2%;
}
.ombx #respond form p.comment-form-url {
  margin-right: 0;
}
.ombx #respond form p input[type="text"] {
  position: relative;
  width: 100%;
}
.ombx .socialmedia_block {
  float: right;
  margin-top: 0;
  padding-top: 32px;
}
.ombx .single-col.new-layout .entry-content .wp-caption.alignleft a.media-gal {
  float: left;
  width: 50%;
}
.ombx .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;
}
.ombx .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.jwplayer.playlist-none,
.ombx .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;
}
.ombx :not(center):not(.wp-video):not(.new-audio):not(p):not(div) > .mejs-container,
.ombx :not(center):not(.wp-video):not(.new-audio):not(p) > audio {
  width: 50% !important;
  margin-left: auto;
  margin-right: auto;
}
.ombx .single-col article .mejs-container {
  margin-top: 40px;
}
.ombx :not(center) > .mejs-container > .mejs-inner > .mejs-controls > .mejs-time-rail {
  width: 70.7% !important;
}
.ombx :not(center) > .mejs-container > .mejs-inner > .mejs-controls > .mejs-time-rail > .mejs-time-slider {
  width: 69% !important;
}
.ombx .entry-content > .wp-video {
  margin-left: 25%;
}
.ombx .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.albumart img {
  padding: 0;
  margin-top: 0;
}
.ombx .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;
}
.ombx .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%;
}
.ombx .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;
}
@media screen and (max-width: 1024px) {
  .ombx .single-col .entry-masthead .entry-title {
    font-size: 39px;
  }
  .ombx .single-col .entry-header .byline {
    max-width: 180px;
  }
}
@media screen and (min-width: 800px) {
  .ombx .widget_s4w_mlt .inner .stream-box:hover span.solr-copy-wrapper,
  .ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box:hover span.solr-copy-wrapper {
    height: 50%;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -ms-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
  }
  .ombx .widget_s4w_mlt .slider .wrapper .arrow,
  .ombx .single-col .entry-content .widget_s4w_mlt .slider .wrapper .arrow {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .ombx .single-col .entry-content p,
  .ombx .single-col .entry-content ul,
  .ombx .single-col .entry-content ol,
  .ombx .single-col .entry-content blockquote :first-child,
  .ombx .single-col .entry-content blockquote :last-child,
  .ombx .single-col .entry-content iframe.twitter-tweet,
  .ombx .site-content .article-bottom-advert,
  .ombx .single-col .entry-content .nmbx-subscribe-form,
  .ombx .single-col .entry-content h1,
  .ombx .single-col .entry-content h2,
  .ombx .single-col .entry-content h3,
  .ombx .single-col .entry-content h4,
  .ombx .single-col .entry-content h5,
  .ombx .single-col .entry-content h6,
  .ombx .site-content .disclaimer p {
    width: 85%;
  }
  .ombx .single-col .entry-content blockquote p:last-child,
  .ombx .entry-content .pullquote,
  .ombx .single-col .entry-content blockquote p:first-child,
  .ombx .single-col .entry-content blockquote p {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .ombx .single-col .entry-content blockquote p:last-child,
  .ombx .single-col .entry-content blockquote p:first-child,
  .ombx .single-col .entry-content blockquote p {
    text-align: left;
  }
  .ombx .single-col .entry-content blockquote p:last-child {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .ombx .single-col .entry-content blockquote p:first-child::before {
    margin-left: 75px;
  }
  .ombx .entry-content .pullquote {
    text-align: center;
    right: auto;
  }
  .ombx .single-col .entry-content blockquote p:first-child,
  .ombx .single-col .entry-content blockquote p {
    z-index: 2;
    right: auto;
  }
  .ombx .single-col .entry-content blockquote {
    padding: 0;
  }
  .ombx .single-col .entry-content blockquote::before,
  .ombx .single-col .entry-content blockquote::after {
    font-size: 220px;
  }
  .ombx .single-col .entry-content blockquote::before {
    left: 1%;
    margin-top: 0;
  }
  .ombx .single-col .entry-content blockquote::after {
    right: 1%;
    margin-top: -25px;
  }
  .ombx .single-col.new-layout .entry-masthead {
    max-height: 450px;
    overflow-y: hidden;
  }
  .ombx .single-col.new-layout .entry-masthead .entry-title {
    font-size: 32px;
    width: 35%;
  }
  .ombx .single-col .entry-header .byline {
    position: relative;
    text-align: center;
    left: 0;
    overflow: hidden;
    max-width: unset;
    display: table;
    margin: 0px auto;
    float: none;
  }
  .ombx .single-col .entry-header h1.entry-title {
    width: 100%;
  }
  .ombx #respond form p.comment-form-author,
  .ombx #respond form p.comment-form-email,
  .ombx #respond form p.comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .ombx .single-col.old-style .entry-content .wp-caption.alignright,
  .ombx .single-col.old-style .entry-content .wp-caption.alignleft {
    width: 50% !important;
    padding-left: 25%;
    padding-right: 25%;
  }
  .ombx .single-col.old-style .entry-content .wp-caption.alignright a.media-gal,
  .ombx .single-col.old-style .entry-content .wp-caption.alignleft a.media-gal,
  .ombx .single-col.old-style .entry-content .wp-caption.alignright a.media-gal img,
  .ombx .single-col.old-style .entry-content .wp-caption.alignleft a.media-gal img,
  .ombx .single-col.old-style .entry-content .wp-caption.alignleft p.wp-caption-text,
  .ombx .single-col.old-style .entry-content .wp-caption.alignright p.wp-caption-text {
    width: 100%;
  }
  .ombx .single-col.old-style .entry-content .wp-caption.alignleft p.wp-caption-text,
  .ombx .single-col.old-style .entry-content .wp-caption.alignright p.wp-caption-text {
    margin-left: 0;
    background: #141414;
    color: #fff;
  }
  .ombx .entry-content .epigraph {
    width: 75%;
    margin-top: 40px;
  }
  .ombx .ombx .site-content .article-bottom-advert {
    width: 96%;
  }
  .ombx .single-col .entry-content .nmbx-subscribe-form .form-actions input.button {
    width: 40%;
    height: 45px;
    line-height: 30px;
  }
  .ombx .single-col.old-style .entry-content div.iframe-gal-wrapper,
  .ombx .ombx .single-col.old-style.social-news .entry-content > div.iframe-gal-wrapper {
    width: 100% !important;
  }
  .ombx .widget_s4w_mlt .inner .stream-box,
  .ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box {
    width: 48%;
    margin-right: 2%;
    margin-left: 0;
  }
  .ombx .widget_s4w_mlt .inner .stream-box:first-child,
  .ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box:first-child {
    margin-left: 0;
  }
  .ombx .widget_s4w_mlt .inner .stream-box a.title-link,
  .ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box a.title-link {
    display: none;
  }
  .ombx .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper,
  .ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper {
    height: 28%;
  }
}
@media screen and (max-width: 668px) {
  .ombx {
    /* s4wmlt widget */
  }
  main.ombx {
    padding-left: 1em;
    padding-right: 1em;
  }
  .ombx .entry-header .entry-title {
    font-size: 22px;
    font-size: 1.57142857rem;
  }
  .ombx #respond form input[type="text"] {
    width: 46.33333333%;
  }
  .ombx #respond form textarea.blog-textarea {
    width: 79.66666667%;
  }
  .ombx .template-front-page .site-content,
  .ombx .template-front-page article {
    overflow: hidden;
  }
  .ombx .template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.91666667%;
  }
  .ombx .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.91666667%;
  }
  .ombx .template-front-page .widget-area .widget,
  .ombx .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 24px;
    margin-bottom: 1.71428571rem;
  }
  .ombx .template-front-page .widget-area .widget:nth-child(odd) {
    clear: right;
  }
  .ombx .template-front-page .widget-area .widget:nth-child(even),
  .ombx .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 24px;
    margin: 0 0 1.71428571rem;
  }
  .ombx .template-front-page.two-sidebars .widget,
  .ombx .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
  }
  .ombx .commentlist .children {
    margin-left: 48px;
    margin-left: 3.42857143rem;
  }
  .ombx .comments-area article header img.avatar {
    display: none;
  }
  .ombx .comments-area article header cite,
  .ombx .comments-area article header time {
    margin-left: 0;
    width: 100%;
    display: inline-block;
  }
  .ombx div#content > div {
    padding: 0;
  }
  .ombx #respond h3#reply-title {
    padding-bottom: 0;
  }
  .ombx #respond {
    margin-top: 0;
  }
  .ombx .site-content .disclaimer p {
    width: 90%;
    margin: 0 2%;
  }
  .ombx .single-col.new-layout .entry-masthead {
    max-height: 350px;
    overflow-y: hidden;
  }
  .ombx .single-col.new-layout .entry-content .gallery {
    background: #141414 !important;
  }
  .ombx .single-col .entry-content p,
  .ombx .single-col.old-style .entry-content table,
  .ombx .single-col.old-style .entry-content iframe,
  .ombx .single-col .entry-content iframe.twitter-tweet,
  .ombx .single-col.old-style .entry-content h2,
  .ombx .single-col .entry-content .nmbx-subscribe-form {
    width: 100%;
    padding: 0;
  }
  .ombx .single-col.old-style .entry-content div.iframe-gal-wrapper {
    width: 100% !important;
  }
  .ombx .single-col .entry-content h1,
  .ombx .single-col .entry-content h2,
  .ombx .single-col .entry-content h3,
  .ombx .single-col .entry-content h4,
  .ombx .single-col .entry-content h5,
  .ombx .single-col .entry-content h6,
  .ombx .site-content .disclaimer p {
    width: 100%;
  }
  .ombx .single-col .entry-content p {
    padding: 0 10px;
    word-wrap: break-word;
    box-sizing: border-box;
    font-size: 1.25em;
    line-height: 1.6em;
  }
  .ombx .site-content .article-bottom-advert {
    width: 100%;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .ombx .single-col.old-style .entry-content iframe.instagram-media {
    width: 100% !important;
    padding: 0 !important;
  }
  .ombx .single-col.new-layout .entry-content .gallery .gallery-item {
    width: 100% !important;
  }
  .ombx .single-col.new-layout .entry-content .gallery .gallery-item {
    margin-bottom: 20px;
  }
  .ombx .single-col .entry-content blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ombx .entry-content .epigraph {
    width: 85%;
    margin-top: 20px;
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .ombx .single-col .entry-masthead .entry-title {
    display: none;
  }
  .ombx .single-col .entry-header h1.entry-title {
    font-size: 1.6em;
    padding-bottom: 15px;
  }
  .ombx .single-col .entry-content h3 {
    font-size: 1.3em;
  }
  .ombx .single-col .entry-header .byline {
    background-color: unset;
    color: #4d4d4d;
  }
  .ombx .single-col .entry-header .byline a {
    color: #4d4d4d;
  }
  .ombx #main.single-col-wrapper {
    width: 94%;
  }
  .ombx .single-col.new-layout .entry-content .wp-caption.alignleft p.wp-caption-text {
    width: 90%;
    padding-left: 5%;
  }
  .ombx .single-col.new-layout .entry-content center iframe {
    width: 100% !important;
    margin-bottom: 0;
  }
  .ombx .single-col.new-layout .entry-content center p.iframe-caption {
    width: 98%;
  }
  .ombx .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.jwplayer.playlist-none,
  .ombx .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.albumart {
    width: 100% !important;
    padding-right: 0;
    margin-left: 0;
    float: none;
  }
  .ombx .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.albumart img {
    padding: 0;
    margin-top: 0;
    width: 100%;
  }
  .ombx .single-col.old-style article.editorial-yearly-staff-picks .entry-content div.jwplayer.playlist-none .jwmain {
    float: none;
  }
  .ombx .single-col.old-style article.editorial-yearly-staff-picks .entry-content p.yearly-picks-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .ombx .single-col.old-style .entry-content center,
  .ombx .single-col.old-style .entry-content .single-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .ombx .single-col article.category-listen .mejs-container,
  .ombx :not(center):not(.wp-video):not(.new-audio):not(p) > .mejs-container,
  .ombx :not(center):not(.wp-video):not(.new-audio):not(p) > audio {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  .ombx .single-col.new-layout .entry-content .wp-caption.small-column-width,
  .ombx .single-col.new-layout .entry-content .single-image.small-column-width {
    width: 100% !important;
    float: none;
    margin: auto;
  }
  .ombx .entry-content .editorial-intro {
    width: 80%;
  }
  .ombx .widget ul li {
    width: 48%;
    padding-top: 48%;
  }
  .ombx .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper header,
  .ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper header {
    margin-bottom: 0;
    margin-top: 4px;
    overflow: hidden;
    line-height: 0.85;
  }
  .ombx .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper section,
  .ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper section {
    margin-top: 0;
    line-height: 1em;
  }
  .ombx .widget_s4w_mlt .slider .wrapper .fwd,
  .ombx .single-col .entry-content .widget_s4w_mlt .slider .wrapper .fwd,
  .ombx .widget_s4w_mlt .slider .wrapper .rev,
  .ombx .single-col .entry-content .widget_s4w_mlt .slider .wrapper .rev {
    height: calc(72% - .72 * 35px);
    /*allow for padding*/
  }
  .ombx .mobile-only {
    display: none;
  }
  .ombx .not-mobile {
    display: inline-block;
  }
}
@media screen and (max-width: 420px) {
  .ombx div#formtabs {
    width: 80%;
    margin: 0 auto 1.5rem auto;
  }
  .ombx .single-col .entry-content .email-subscribe-form {
    width: 100%;
  }
  .ombx .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper,
  .ombx .single-col .entry-content .widget_s4w_mlt .inner .stream-box span.solr-copy-wrapper {
    height: 5em;
  }
  .ombx .widget_s4w_mlt .slider,
  .ombx .single-col .entry-content .widget_s4w_mlt .slider {
    padding-bottom: 50px;
  }
  .ombx .widget_s4w_mlt .slider .wrapper .fwd,
  .ombx .single-col .entry-content .widget_s4w_mlt .slider .wrapper .fwd,
  .ombx .widget_s4w_mlt .slider .wrapper .rev,
  .ombx .single-col .entry-content .widget_s4w_mlt .slider .wrapper .rev {
    bottom: -45px;
    height: 45px;
    top: auto;
  }
  .ombx .widget_s4w_mlt .slider .wrapper .fwd,
  .ombx .single-col .entry-content .widget_s4w_mlt .slider .wrapper .fwd {
    background-position: left center;
  }
  .ombx .widget_s4w_mlt .slider .wrapper .rev,
  .ombx .single-col .entry-content .widget_s4w_mlt .slider .wrapper .rev {
    background-position: right center;
  }
}
/*Gallery styles, not inside .ombx*/
.widget ul li a.gallery-title-link,
.fancybox-overlay .more-links .widget ul li a.title-link {
  display: none;
}
.fancybox-overlay .more-links .widget ul li a.gallery-title-link {
  display: block;
}
.fancybox-wrap .fancybox-skin {
  min-width: 500px;
}
.fancybox-wrap .fancybox-skin .fancybox-outer {
  padding-right: 25%;
}
.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-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;
  min-width: 350px;
}
.fancybox-wrap .gallery-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  min-width: 130px;
}
/*inside fancybox?*/
.gallery-sidebar h2 {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "Alt Gothic", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4d4d4d;
}
.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('im/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;
}
/*responsive css for fancybox*/
@media screen and (max-width: 668px) {
  .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;
  }
}
body {
  background-color: #141414;
  background-color: #fff;
  color: #4d4d4d;
  font-family: "Franklin", arial, sans-serif;
  position: relative;
}
body .bottom-footer {
  background-color: #141414;
  background-image: url(im/footer-bg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 350px auto;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 350px;
  z-index: 0;
}
#player-app-wrapper {
  background-color: #fff;
}
#menu-wrapper {
  background-color: #141414;
}
.container {
  background-color: #fff;
  background-color: transparent;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1200px;
}
@media (max-width: 800px) {
  .container {
    width: auto;
    margin: 1em auto;
  }
  body > div.container {
    margin-top: 0;
  }
}
main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em;
  padding-bottom: 4em;
  font-size: 1rem;
  line-height: 1;
  z-index: 1;
  min-height: 500px;
}
main .col.half {
  width: 48%;
}
main .col.minor {
  width: 32%;
  order: 0;
}
main .col.major {
  width: 65%;
  order: 0;
}
main .col.full {
  width: 100%;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-family: "Alt Gothic", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  position: relative;
  width: 100%;
}
main h1 {
  font-size: 2.7rem;
}
main h2 {
  font-size: 2rem;
}
main h3 {
  font-size: 1.6rem;
}
main h4 {
  font-size: 1.3rem;
}
main h5 {
  font-size: 1rem;
}
main h6 {
  font-size: 1rem;
}
main h2.section-hdr {
  font-family: "Brandon";
  letter-spacing: 2.5px;
  font-size: 16px;
  height: 17px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: bold;
  color: #26a9e0;
  background: rgba(0, 0, 0, 0) url("im/light-blue-bg-border.png") repeat-x scroll 3px center;
  padding-top: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
main h2.section-hdr span {
  background-color: #ffffff;
  padding-right: 15px;
}
main p {
  font-size: 1.15rem;
  line-height: 2.2rem;
  margin-bottom: 15px;
  margin-top: 15px;
}
main ul,
main ol {
  font-size: 1.15rem;
}
main:not(.ombx) ul,
main:not(.ombx) ol {
  margin-top: 15px;
}
main:not(.ombx) ul li,
main:not(.ombx) ol li {
  margin: 1.25em 0 1.44em 40px;
  line-height: 1.33em;
}
main:not(.ombx) ul ul,
main:not(.ombx) ol ul,
main:not(.ombx) ul ol,
main:not(.ombx) ol ol {
  margin-top: 0 !important;
}
main:not(.ombx) ul {
  list-style-type: none;
}
main:not(.ombx) ul li {
  color: #4d4d4d;
  font-family: "Franklin", arial, sans-serif;
  position: relative;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}
main:not(.ombx) ul li:before {
  background-color: #cbebf8;
  border-radius: 12px;
  display: inline-block;
  margin: 0.04em 0 0 -40px;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 24px;
  line-height: 24px;
}
main:not(.ombx) ul li {
  text-align: left;
}
main:not(.ombx) ul li:before {
  background-image: url("im/li_arrow.svg"), none;
  content: "";
  height: 24px;
}
main:not(.ombx) ul li ol {
  counter-reset: olcounter;
}
main:not(.ombx) ul li ol > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
main:not(.ombx) ul li ol li ol {
  counter-reset: olcounter;
}
main:not(.ombx) ul li ol li ol > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
main:not(.ombx) ul li ol li ol > li:before {
  content: counter(olcounter, lower-alpha) ".";
  margin-left: -38px;
  font-size: 15px;
  top: 0;
}
main:not(.ombx) ol {
  list-style-type: none;
  counter-reset: olcounter;
}
main:not(.ombx) ol li {
  color: #4d4d4d;
  font-family: "Franklin", arial, sans-serif;
  position: relative;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}
main:not(.ombx) ol li:before {
  background-color: #cbebf8;
  border-radius: 12px;
  display: inline-block;
  margin: 0.04em 0 0 -40px;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 24px;
  line-height: 24px;
}
main:not(.ombx) ol > li:before {
  content: counter(olcounter);
  counter-increment: olcounter;
  color: #26a9e0;
  text-align: center;
  font-size: 15px;
}
main:not(.ombx) ol li ol {
  counter-reset: olcounter;
}
main:not(.ombx) ol li ol > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
main:not(.ombx) ol li ol > li:before {
  content: counter(olcounter, lower-alpha) ".";
  margin-left: -38px;
  font-size: 15px;
  top: 0;
}
main:not(.ombx) ol li ol li ol {
  counter-reset: olcounter;
}
main:not(.ombx) ol li ol li ol > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
main:not(.ombx) ul li ul,
main:not(.ombx) ol li ul {
  list-style-type: none;
}
main:not(.ombx) ul li ul > li,
main:not(.ombx) ol li ul > li {
  list-style-type: none;
}
main:not(.ombx) ul li ul > li:before,
main:not(.ombx) ol li ul > li:before {
  color: #26afe0;
  content: "•";
  margin-left: -34px;
  font-size: 1em;
  background-color: transparent;
  background-image: none;
}
main .feat_img img {
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  main {
    min-height: auto;
  }
  main .col.minor {
    width: 100%;
    order: 2;
  }
  main .col.major {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 668px) {
  main p {
    /*font-size: 0.75rem;*/
    line-height: 150%;
    -webkit-text-size-adjust: none;
  }
  #wpadminbar {
    top: -46px;
  }
}
@media (max-width: 420px) {
  main p {
    /*font-size: 1.15rem;
		line-height: 1.7rem;*/
    /*allow hyphenation*/
    word-break: normal;
    /* Non standard for WebKit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
header.primary {
  z-index: 3;
  position: relative;
  background: #141414;
  /*padding:10px 0 0 0;*/
  padding: 0;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-item {
  width: 32%;
  overflow: hidden;
}
.grid-item:before {
  content: '';
  float: left;
  padding-top: 100%;
}
.grid-item > img {
  width: 100%;
}
.grid-item > a {
  display: inline-block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.grid-item > a img {
  display: inline-block;
  position: absolute;
  height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
}
#activity {
  position: fixed;
  width: 200px;
  height: 30px;
  background: #000;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -100px;
  z-index: 9999;
  display: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
#activity .bar {
  position: absolute;
  width: 174px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -87px;
  background: #26afe0;
  opacity: 0.8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, red), color-stop(50%, #26afe0), color-stop(100%, red));
  background-image: -moz-linear-gradient(left, red 0, #26afe0 50%, red 100%);
  background-image: -o-linear-gradient(left, red 0, #26afe0 50%, red 100%);
  background-image: linear-gradient(left, red, #26afe0);
  -webkit-background-size: 400px 1px;
  -moz-background-size: 400px 1px !important;
  -ms-background-size: 400px 1px;
  -o-background-size: 400px 1px;
  background-size: 400px 1px;
  -webkit-animation: gradtranslate 2s infinite linear;
  -moz-animation: gradtranslate 2s infinite linear;
  -ms-animation: gradtranslate 2s infinite linear;
  -o-animation: gradtranslate 2s infinite linear;
  animation: gradtranslate 2s infinite linear;
}
.author-info img.org-img {
  max-width: 364px;
  width: 100%;
  height: auto;
}
#modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4999;
}
.usr-msg {
  padding: 10px;
  background-color: #eaf7fc;
  border: 1px solid #26a9e0;
  margin: 0 0 20px 0;
}
.usr-msg p {
  line-height: 1.4;
}
.usr-msg:empty {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
}
.lefty {
  float: left;
}
.righty {
  float: right;
}
.clear {
  clear: both;
}
.stream h2,
.stream .slider .inner .streamrowend a {
  font-family: "Brandon", arial, sans-serif;
  margin: 2rem 0 1rem 0;
  font-size: 1.5rem;
}
.stream h2 {
  background: rgba(0, 0, 0, 0) url("im/light-blue-bg-border.png") repeat-x scroll 0 0;
  color: #26a9e0;
  letter-spacing: 2.5px;
  font-size: 1rem;
  background-position: 3px;
}
.stream h2 span {
  background: #fff;
  padding-right: 15px;
}
.stream-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 6rem;
  width: 100%;
}
.stream-more {
  text-transform: uppercase;
  text-align: right;
  margin: 1rem 0;
}
.stream-row .stream-box-inner.advert,
.stream-row .stream-box-inner.advert a.advertlink img {
  width: 100%;
  max-width: 728px;
  margin: auto;
  /* safari fallback */
  max-height: 90px;
  color: white;
}
span.is-advert {
  color: #bebebe;
  font-size: 10px;
  float: right;
  font-family: 'brandon';
  text-transform: uppercase;
}
.slideshow-outer-wrapper {
  width: 100%;
  height: 460px;
  position: relative;
  background: #141414;
  background-repeat: no-repeat;
  background-position: center center;
}
.slideshow-outer-wrapper .cycle-slideshow {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box {
  padding: 0;
  width: 100%;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 460px;
  overflow: hidden;
  background: #141414;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide .between-slides-overlay {
  width: 100%;
  height: 460px;
  position: absolute;
  display: block;
  z-index: 3;
  top: 0;
  right: 0;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.img-link {
  width: 100%;
  height: 460px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.img-link img {
  width: 100%;
  height: auto;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link {
  z-index: 2;
  position: absolute;
  width: 50%;
  left: 25%;
  height: auto;
  top: 35%;
  background: #141414 none repeat scroll 0 0;
  opacity: 0.8;
  color: #ededed;
  padding: 10px;
  text-transform: uppercase;
  text-shadow: none;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link a {
  color: #ededed;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link header {
  text-align: left;
  font-family: 'Alt Gothic';
  font-size: 2em;
  margin: 0.5em 0 0.5em 0;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link .preheader {
  font-family: "Brandon";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
  text-align: left;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link .preheader .mobile {
  display: none;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link .preheader .fullsize {
  display: inline-block;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link section,
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link section a {
  text-align: right;
  font-family: "Brandon";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6em;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link .light {
  background: #ededed;
  color: #141414;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link .light a {
  color: #141414;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link.side {
  top: 0;
  right: 0;
  opacity: 1;
  left: 50%;
  padding: 5%;
  padding-right: 10%;
  width: 35%;
  height: 200px;
  padding-top: 160px;
  padding-bottom: 100px;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide.light a.copy-link {
  background-color: #ededed;
  color: #141414;
}
.slideshow-outer-wrapper #next {
  position: absolute;
  right: 10px;
  z-index: 1000;
  font-size: 0;
  top: 116px;
  width: 120px;
  height: 228px;
  opacity: 0.8;
}
.slideshow-outer-wrapper #next.dark {
  background-image: url(im/slideshow-next-arrow-dark.png);
}
.slideshow-outer-wrapper #next.light {
  background-image: url(im/slideshow-next-arrow-light.png);
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide.side a.img-link {
  position: relative;
  display: block;
  width: 100%;
  left: 0;
}
.slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide.side a.img-link img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 420px) and (max-width: 800px) {
  .slideshow-outer-wrapper {
    background-image: none;
    height: 350px;
  }
  .slideshow-outer-wrapper .cycle-slideshow {
    height: 350px;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box {
    height: 350px;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide {
    height: 350px;
  }
  #next {
    right: 10px;
    z-index: 1000;
    font-size: 0;
    top: 100px;
    width: 120px;
    height: 150px;
    background-size: auto 150px;
    background-repeat: no-repeat;
    background-position: right top;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide.side a.img-link {
    width: 100%;
    left: -25%;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide.side a.img-link img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 668px) {
  .slideshow-outer-wrapper {
    height: 280px;
  }
  .slideshow-outer-wrapper .cycle-slideshow {
    height: 280px;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box {
    height: 280px;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide {
    height: 280px;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link,
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link.side {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 96%;
    top: auto;
    left: 0;
    right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2%;
    padding-right: 2%;
    opacity: 1;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link header,
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link.side header {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.45em;
    margin: 0;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link .preheader,
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link.side .preheader {
    letter-spacing: 1.5px;
    font-size: 0.6em;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link .preheader .fullsize,
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link.side .preheader .fullsize {
    display: none;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link .preheader .mobile,
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link.side .preheader .mobile {
    display: inline-block;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link section,
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.copy-link.side section {
    margin: 0;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.img-link {
    height: 280px;
    left: 0;
  }
  .slideshow-outer-wrapper #next {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .slideshow-outer-wrapper {
    height: 180px;
  }
  .slideshow-outer-wrapper .cycle-slideshow {
    height: 180px;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box {
    height: 180px;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide {
    height: 180px;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide a.img-link {
    height: 180px;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide.side a.img-link {
    left: 0;
  }
  .slideshow-outer-wrapper .cycle-slideshow .stream-box .slideshow-slide.side a.img-link img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 420px) and (max-width: 800px) {
  .stream-row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 420px) {
  .stream-row {
    flex-direction: column;
  }
}
@media screen and (max-width: 668px) {
  .stream h2 {
    background-position: center 105%;
    line-height: 1.7rem;
    padding-bottom: 5%;
  }
}
.stream-box {
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  padding: 1em;
  transition: all 250ms ease-in-out;
}
.stream-box:focus-within {
  border: #26a9e0 solid 3px;
}
.stream-box .stream-box-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.stream-box .stream-box-inner > a.img-wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.stream-box .stream-box-inner > a.img-wrap > img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  z-index: 2;
  opacity: 0.9;
}
.stream-box .stream-box-inner .icon.post,
.stream-box .stream-box-inner .icon.supported,
.stream-box .stream-box-inner .icon.attachment {
  display: block;
  height: 25px;
  width: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-size: 95% auto;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}
.stream-box .stream-box-inner .img-overlay {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0;
  width: 100%;
  height: 50%;
  transition: height 1s ease;
}
.stream-box .stream-box-inner .copy {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0px;
  z-index: 3;
  padding: 0;
  height: 50%;
  padding-left: 6px;
  padding-right: 6px;
  color: #fff;
  transition: height 1s ease;
  /*font-size: 88%;*/
}
.stream-box .stream-box-inner .copy header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}
.stream-box .stream-box-inner .copy footer {
  margin: 4px;
  min-height: 1px;
  /*font-size: 88%*/
}
.stream-box .stream-box-inner .icon.supported {
  background-image: url(im/nmusa-sponsored-icon-grey.png);
}
.stream-box .stream-box-inner .icon.post {
  background-image: url(im/box-icon-grey.png);
}
.stream-box .stream-box-inner .icon.attachment {
  background-image: url(im/headphone-icon-grey.png);
}
.stream-box .stream-box-inner .icon.attachment.external-spotify {
  background-image: url(im/spotify-icon-grey.png);
  background-size: 26px;
}
.stream-box .stream-box-inner .icon.image {
  background-color: transparent;
  border: 0px none;
  background-image: none;
}
.stream-box .stream-box-inner .preheader {
  font-family: "Brandon";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
  margin: 2.7em 4px -0.7em 4px;
  position: relative;
  line-height: 0px;
  display: block;
}
.stream-box.banner {
  margin-bottom: 2em;
  padding: 0;
  display: none;
  width: 100%;
  text-shadow: none;
  /*white on grey*/
  /*background-color:@text-color;*/
  /*color:white;*/
  /*-webkit-font-smoothing: antialiased;*/
  color: #4d4d4d;
  background-color: #e1e1e1;
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0.15) 0%, rgba(51, 51, 51, 0.25) 100%);
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.15) 0%, rgba(51, 51, 51, 0.25) 100%);
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.15) 0%, rgba(51, 51, 51, 0.25) 100%);
  background: -o-linear-gradient(top, rgba(51, 51, 51, 0.15), rgba(51, 51, 51, 0.25));
}
.stream-box.banner .stream-box-inner {
  padding: 1em;
  width: auto;
  position: relative;
}
.stream-box.banner .stream-box-inner .dashicons-no-alt {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  /*color:white;*/
}
.stream-box.banner .stream-box-inner a {
  /*color:@text-color;*/
  -webkit-font-smoothing: subpixel-antialiased;
  text-decoration: underline;
}
.stream-box.banner .stream-box-inner a:hover {
  /*color:@brand-blue;*/
}
.container > .stream-box.banner,
.stream-box-banner-wrapper .stream-box.banner {
  margin: 2em 2em 0;
  line-height: 1;
  width: calc(100% - 4em);
}
.stream-box-banner-wrapper.homepage-banner .stream-box.banner {
  color: white;
  -webkit-font-smoothing: antialiased;
  background-color: #141414e6;
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.9) 0%, #141414 100%);
}
.stream-box-banner-wrapper.homepage-banner .stream-box.banner .stream-box-inner .dashicons-no-alt {
  color: white;
  -webkit-font-smoothing: antialiased;
}
.stream-box-banner-wrapper.page-banner .stream-box.banner {
  /*color gradient*/
  /*background-color: @brand-blue;*/
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(227, 27, 35, 0.5)), color-stop(100%, rgba(227, 27, 35, 0.2)));*/
  /*background-image: -moz-linear-gradient(top, rgba(227, 27, 35, 0.5), rgba(227, 27, 35, 0.2));*/
  /*background-image: -o-linear-gradient(top, rgba(227, 27, 35, 0.5), rgba(227, 27, 35, 0.2));*/
  /*background-image: linear-gradient(top, rgba(227, 27, 35, 0.5), rgba(227, 27, 35, 0.2));*/
  /*grey gradient*/
  /*background: rgb(51, 51, 51);*/
  /*background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.7) 0%,rgba(51, 51, 51, 0.9) 100%);*/
  /*background: -moz-linear-gradient(top, rgba(51, 51, 51, 0.7) 0%, rgba(51, 51, 51, 0.9) 100%);*/
  /*background: linear-gradient(to bottom, rgba(51, 51, 51, 0.7) 0%,rgba(51, 51, 51, 0.9) 100%);*/
}
.stream-box-banner-wrapper.page-banner .stream-box.banner .stream-box-inner a {
  /*color:white;*/
  /*-webkit-font-smoothing: antialiased;*/
}
.stream-box-banner-wrapper.page-banner .stream-box.banner .stream-box-inner a:hover {
  color: black;
}
.stream-box-banner-wrapper.page-banner .stream-box.banner .stream-box-inner .dashicons-no-alt {
  /*color:white;*/
}
section.stream.nmbx .stream-box.one-third.post a.copy-link span.icon.post,
.programs-page .stream-box.one-third.post a.copy-link span.icon.post,
.about-page .stream-box.one-third.post a.copy-link span.icon.post,
section.stream.nmbx .stream-box.one-third a.copy-link span.icon,
.programs-page .stream-box.one-third a.copy-link span.icon,
.about-page .stream-box.one-third a.copy-link span.icon {
  background-color: transparent;
  border: 0px none;
  background-image: none;
}
.stream-box section {
  margin: 4px;
  line-height: 1.3em;
  font-size: 88%;
  /*full lines of text visible below*/
  line-height: 1.5em;
}
@media screen and (max-device-width: 800px) {
  .stream-box section {
    display: none;
  }
}
/* one-big-two-little row */
.stream-row.one-big-two-little,
.stream-row.one-big {
  overflow-y: hidden;
}
.stream-row.one-big-two-little a.img-wrap,
.stream-row.one-big a.img-wrap {
  padding-top: 0px;
  height: 100%;
}
.stream-row.one-big-two-little .stack,
.stream-row.one-big .stack {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  height: 400px;
}
.stream-row.one-big-two-little .img-overlay,
.stream-row.one-big .img-overlay {
  height: 45.25%;
}
.stream-row.one-big-two-little .stream-box-inner .copy,
.stream-row.one-big .stream-box-inner .copy {
  height: 45.25%;
}
.stream-row.one-big-two-little .post .copy,
.stream-row.one-big .post .copy {
  font-size: 100%;
}
.stream-row.one-big-two-little .post .copy header,
.stream-row.one-big .post .copy header {
  margin-bottom: 0.6em;
  margin-bottom: 0.4em;
  line-height: 1.1em;
}
.stream-row.one-big-two-little .post .copy .date-cat,
.stream-row.one-big .post .copy .date-cat {
  display: none;
}
.stream-row.one-big-two-little .post .copy .post-author,
.stream-row.one-big .post .copy .post-author {
  text-transform: uppercase;
  line-height: 150%;
  font-family: 'Alt Gothic';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-size: 1.2em;
}
.stream-row.one-big-two-little .post .copy section,
.stream-row.one-big .post .copy section {
  font-size: 88%;
}
.stream-row.one-big-two-little .post .top-bunk .stream-box-inner a.copy-link::before,
.stream-row.one-big .post .top-bunk .stream-box-inner a.copy-link::before,
.stream-row.one-big-two-little .post .bottom-bunk .stream-box-inner a.copy-link::before,
.stream-row.one-big .post .bottom-bunk .stream-box-inner a.copy-link::before {
  content: " ";
}
.stream-row.one-big-two-little .post .top-bunk .stream-box-inner a.copy-link:hover .copy,
.stream-row.one-big .post .top-bunk .stream-box-inner a.copy-link:hover .copy,
.stream-row.one-big-two-little .post .bottom-bunk .stream-box-inner a.copy-link:hover .copy,
.stream-row.one-big .post .bottom-bunk .stream-box-inner a.copy-link:hover .copy,
.stream-row.one-big-two-little .post .top-bunk .stream-box-inner a.copy-link:hover .img-overlay,
.stream-row.one-big .post .top-bunk .stream-box-inner a.copy-link:hover .img-overlay,
.stream-row.one-big-two-little .post .bottom-bunk .stream-box-inner a.copy-link:hover .img-overlay,
.stream-row.one-big .post .bottom-bunk .stream-box-inner a.copy-link:hover .img-overlay,
.stream-row.one-big-two-little .post .top-bunk .stream-box-inner a.copy-link:focus .copy,
.stream-row.one-big .post .top-bunk .stream-box-inner a.copy-link:focus .copy,
.stream-row.one-big-two-little .post .bottom-bunk .stream-box-inner a.copy-link:focus .copy,
.stream-row.one-big .post .bottom-bunk .stream-box-inner a.copy-link:focus .copy,
.stream-row.one-big-two-little .post .top-bunk .stream-box-inner a.copy-link:focus .img-overlay,
.stream-row.one-big .post .top-bunk .stream-box-inner a.copy-link:focus .img-overlay,
.stream-row.one-big-two-little .post .bottom-bunk .stream-box-inner a.copy-link:focus .img-overlay,
.stream-row.one-big .post .bottom-bunk .stream-box-inner a.copy-link:focus .img-overlay {
  height: 90%;
}
.stream-row.one-big-two-little .post.two-thirds header,
.stream-row.one-big .post.two-thirds header,
.stream-row.one-big-two-little .stream-box.two-thirds header,
.stream-row.one-big .stream-box.two-thirds header {
  /*font-size: 1.2em;*/
  font-size: 1.8em;
  margin-top: 0.65em;
  margin-bottom: 0em;
}
.stream-box header {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.45em;
  font-family: 'Alt Gothic';
  margin: 0.85em 4px 0.8em 4px;
  line-height: 0.97;
}
.stream-box.one-third header {
  /*truncate titles > 3 lines*/
  line-height: 0.95;
  overflow: hidden;
  max-height: 2.85em;
  /*chrome: truncate with ellipsis*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* one-third */
.stream-box.streamrowend {
  height: 170px;
}
.stream-box.one-third,
.stream-box.full {
  width: 32%;
  padding: 0;
}
.stream-box.one-third .stream-box-inner,
.stream-box.full .stream-box-inner {
  height: 170px;
}
.stream-box.one-third .stream-box-inner a.copy-link::before,
.stream-box.full .stream-box-inner a.copy-link::before,
.stream-box.one-third .stream-box-inner a.copy-wrap::before,
.stream-box.full .stream-box-inner a.copy-wrap::before {
  content: "\a0";
}
.stream-box.one-third .stream-box-inner a.copy-link:hover .copy,
.stream-box.full .stream-box-inner a.copy-link:hover .copy,
.stream-box.one-third .stream-box-inner a.copy-link:hover .img-overlay,
.stream-box.full .stream-box-inner a.copy-link:hover .img-overlay,
.stream-box.one-third .stream-box-inner a.copy-wrap:hover .copy,
.stream-box.full .stream-box-inner a.copy-wrap:hover .copy,
.stream-box.one-third .stream-box-inner a.copy-wrap:hover .img-overlay,
.stream-box.full .stream-box-inner a.copy-wrap:hover .img-overlay,
.stream-box.one-third .stream-box-inner a.copy-link:focus .copy,
.stream-box.full .stream-box-inner a.copy-link:focus .copy,
.stream-box.one-third .stream-box-inner a.copy-link:focus .img-overlay,
.stream-box.full .stream-box-inner a.copy-link:focus .img-overlay,
.stream-box.one-third .stream-box-inner a.copy-wrap:focus .copy,
.stream-box.full .stream-box-inner a.copy-wrap:focus .copy,
.stream-box.one-third .stream-box-inner a.copy-wrap:focus .img-overlay,
.stream-box.full .stream-box-inner a.copy-wrap:focus .img-overlay {
  height: 75%;
  /*-webkit-transition:height 1s ease;
			-moz-transition: height 1s ease;
			-ms-transition: height 1s ease;
			-o-transition: height 1s ease;
			transition: height 1s ease;*/
}
.stream-box.one-third .stream-box-inner .copy,
.stream-box.full .stream-box-inner .copy {
  /*font-size: 88%;*/
}
.stream-box.one-third .stream-box-inner .copy footer,
.stream-box.full .stream-box-inner .copy footer {
  font-size: 88%;
}
.stream-box.one-third.post .feat-img-box,
.stream-box.full.post .feat-img-box,
.stream-box.one-third.page .feat-img-box,
.stream-box.full.page .feat-img-box,
.stream-box.one-third.round .feat-img-box,
.stream-box.full.round .feat-img-box,
.stream-box.one-third.nmusa-content .feat-img-box,
.stream-box.full.nmusa-content .feat-img-box {
  height: 170px;
  overflow: hidden;
  position: relative;
  /*border-bottom: 3px solid #b5b5b5;*/
}
.stream-box.one-third.post .feat-img-box > a.img-link,
.stream-box.full.post .feat-img-box > a.img-link,
.stream-box.one-third.page .feat-img-box > a.img-link,
.stream-box.full.page .feat-img-box > a.img-link,
.stream-box.one-third.round .feat-img-box > a.img-link,
.stream-box.full.round .feat-img-box > a.img-link,
.stream-box.one-third.nmusa-content .feat-img-box > a.img-link,
.stream-box.full.nmusa-content .feat-img-box > a.img-link {
  width: 100%;
  overflow: hidden;
  padding-top: 55%;
  position: relative;
  vertical-align: top;
  text-align: left;
}
.stream-box.one-third.post .feat-img-box > a.img-link img,
.stream-box.full.post .feat-img-box > a.img-link img,
.stream-box.one-third.page .feat-img-box > a.img-link img,
.stream-box.full.page .feat-img-box > a.img-link img,
.stream-box.one-third.round .feat-img-box > a.img-link img,
.stream-box.full.round .feat-img-box > a.img-link img,
.stream-box.one-third.nmusa-content .feat-img-box > a.img-link img,
.stream-box.full.nmusa-content .feat-img-box > a.img-link img {
  width: 100%;
  min-height: 170px;
  height: 100%;
  display: inline-block;
  object-fit: cover;
}
.stream-box.one-third.post .feat-img-box > a.copy-link .img-overlay,
.stream-box.full.post .feat-img-box > a.copy-link .img-overlay,
.stream-box.one-third.page .feat-img-box > a.copy-link .img-overlay,
.stream-box.full.page .feat-img-box > a.copy-link .img-overlay,
.stream-box.one-third.round .feat-img-box > a.copy-link .img-overlay,
.stream-box.full.round .feat-img-box > a.copy-link .img-overlay,
.stream-box.one-third.nmusa-content .feat-img-box > a.copy-link .img-overlay,
.stream-box.full.nmusa-content .feat-img-box > a.copy-link .img-overlay {
  background: #ededed none repeat scroll 0 0;
  opacity: 0.8;
  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;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 84px;
  left: 0;
}
.stream-box.one-third.post .feat-img-box > a.copy-link .copy,
.stream-box.full.post .feat-img-box > a.copy-link .copy,
.stream-box.one-third.page .feat-img-box > a.copy-link .copy,
.stream-box.full.page .feat-img-box > a.copy-link .copy,
.stream-box.one-third.round .feat-img-box > a.copy-link .copy,
.stream-box.full.round .feat-img-box > a.copy-link .copy,
.stream-box.one-third.nmusa-content .feat-img-box > a.copy-link .copy,
.stream-box.full.nmusa-content .feat-img-box > a.copy-link .copy {
  background: transparent;
  position: absolute;
  bottom: 0;
  height: 84px;
  left: 0;
  padding-left: 6px;
  padding-right: 6px;
  /*font-size: 88%;*/
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  color: #4d4d4d;
  text-shadow: none;
}
.stream-box.one-third.post .feat-img-box > a.copy-link .icon.post,
.stream-box.full.post .feat-img-box > a.copy-link .icon.post,
.stream-box.one-third.page .feat-img-box > a.copy-link .icon.post,
.stream-box.full.page .feat-img-box > a.copy-link .icon.post,
.stream-box.one-third.round .feat-img-box > a.copy-link .icon.post,
.stream-box.full.round .feat-img-box > a.copy-link .icon.post,
.stream-box.one-third.nmusa-content .feat-img-box > a.copy-link .icon.post,
.stream-box.full.nmusa-content .feat-img-box > a.copy-link .icon.post,
.stream-box.one-third.post .feat-img-box > a.copy-link .icon.supported,
.stream-box.full.post .feat-img-box > a.copy-link .icon.supported,
.stream-box.one-third.page .feat-img-box > a.copy-link .icon.supported,
.stream-box.full.page .feat-img-box > a.copy-link .icon.supported,
.stream-box.one-third.round .feat-img-box > a.copy-link .icon.supported,
.stream-box.full.round .feat-img-box > a.copy-link .icon.supported,
.stream-box.one-third.nmusa-content .feat-img-box > a.copy-link .icon.supported,
.stream-box.full.nmusa-content .feat-img-box > a.copy-link .icon.supported,
.stream-box.one-third.post .feat-img-box > a.copy-link .icon.attachment,
.stream-box.full.post .feat-img-box > a.copy-link .icon.attachment,
.stream-box.one-third.page .feat-img-box > a.copy-link .icon.attachment,
.stream-box.full.page .feat-img-box > a.copy-link .icon.attachment,
.stream-box.one-third.round .feat-img-box > a.copy-link .icon.attachment,
.stream-box.full.round .feat-img-box > a.copy-link .icon.attachment,
.stream-box.one-third.nmusa-content .feat-img-box > a.copy-link .icon.attachment,
.stream-box.full.nmusa-content .feat-img-box > a.copy-link .icon.attachment {
  display: block;
  height: 25px;
  width: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-size: 95% auto;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}
.stream-box.one-third.post .feat-img-box > a.copy-link .icon.post,
.stream-box.full.post .feat-img-box > a.copy-link .icon.post,
.stream-box.one-third.page .feat-img-box > a.copy-link .icon.post,
.stream-box.full.page .feat-img-box > a.copy-link .icon.post,
.stream-box.one-third.round .feat-img-box > a.copy-link .icon.post,
.stream-box.full.round .feat-img-box > a.copy-link .icon.post,
.stream-box.one-third.nmusa-content .feat-img-box > a.copy-link .icon.post,
.stream-box.full.nmusa-content .feat-img-box > a.copy-link .icon.post {
  background-image: url(im/box-icon-grey.png);
}
.stream-box.one-third.post .feat-img-box > a.copy-link .icon.supported,
.stream-box.full.post .feat-img-box > a.copy-link .icon.supported,
.stream-box.one-third.page .feat-img-box > a.copy-link .icon.supported,
.stream-box.full.page .feat-img-box > a.copy-link .icon.supported,
.stream-box.one-third.round .feat-img-box > a.copy-link .icon.supported,
.stream-box.full.round .feat-img-box > a.copy-link .icon.supported,
.stream-box.one-third.nmusa-content .feat-img-box > a.copy-link .icon.supported,
.stream-box.full.nmusa-content .feat-img-box > a.copy-link .icon.supported {
  background-image: url(im/nmusa-sponsored-icon-grey.png);
}
.stream-box.one-third.post .feat-img-box a.copy-link:hover .copy,
.stream-box.full.post .feat-img-box a.copy-link:hover .copy,
.stream-box.one-third.page .feat-img-box a.copy-link:hover .copy,
.stream-box.full.page .feat-img-box a.copy-link:hover .copy,
.stream-box.one-third.round .feat-img-box a.copy-link:hover .copy,
.stream-box.full.round .feat-img-box a.copy-link:hover .copy,
.stream-box.one-third.nmusa-content .feat-img-box a.copy-link:hover .copy,
.stream-box.full.nmusa-content .feat-img-box a.copy-link:hover .copy,
.stream-box.one-third.post .feat-img-box a.copy-link:hover .img-overlay,
.stream-box.full.post .feat-img-box a.copy-link:hover .img-overlay,
.stream-box.one-third.page .feat-img-box a.copy-link:hover .img-overlay,
.stream-box.full.page .feat-img-box a.copy-link:hover .img-overlay,
.stream-box.one-third.round .feat-img-box a.copy-link:hover .img-overlay,
.stream-box.full.round .feat-img-box a.copy-link:hover .img-overlay,
.stream-box.one-third.nmusa-content .feat-img-box a.copy-link:hover .img-overlay,
.stream-box.full.nmusa-content .feat-img-box a.copy-link:hover .img-overlay,
.stream-box.one-third.post .feat-img-box a.copy-link:focus .copy,
.stream-box.full.post .feat-img-box a.copy-link:focus .copy,
.stream-box.one-third.page .feat-img-box a.copy-link:focus .copy,
.stream-box.full.page .feat-img-box a.copy-link:focus .copy,
.stream-box.one-third.round .feat-img-box a.copy-link:focus .copy,
.stream-box.full.round .feat-img-box a.copy-link:focus .copy,
.stream-box.one-third.nmusa-content .feat-img-box a.copy-link:focus .copy,
.stream-box.full.nmusa-content .feat-img-box a.copy-link:focus .copy,
.stream-box.one-third.post .feat-img-box a.copy-link:focus .img-overlay,
.stream-box.full.post .feat-img-box a.copy-link:focus .img-overlay,
.stream-box.one-third.page .feat-img-box a.copy-link:focus .img-overlay,
.stream-box.full.page .feat-img-box a.copy-link:focus .img-overlay,
.stream-box.one-third.round .feat-img-box a.copy-link:focus .img-overlay,
.stream-box.full.round .feat-img-box a.copy-link:focus .img-overlay,
.stream-box.one-third.nmusa-content .feat-img-box a.copy-link:focus .img-overlay,
.stream-box.full.nmusa-content .feat-img-box a.copy-link:focus .img-overlay {
  height: 75%;
}
.stream-box.one-third.post footer,
.stream-box.full.post footer,
.stream-box.one-third.page footer,
.stream-box.full.page footer,
.stream-box.one-third.round footer,
.stream-box.full.round footer,
.stream-box.one-third.nmusa-content footer,
.stream-box.full.nmusa-content footer {
  /*border-bottom:1px solid #b5b5b5;
			padding:10px;
			color:#bebebe;
			text-shadow:none;*/
  display: none;
}
.programs-page .stream-box.one-third .feat-img-box,
.about-page .stream-box.one-third .feat-img-box {
  border-bottom: 5px solid #26a9e0;
  height: 170px;
  overflow: hidden;
  position: relative;
}
.programs-page .stream-box.one-third .feat-img-box > a.copy-link .icon,
.about-page .stream-box.one-third .feat-img-box > a.copy-link .icon {
  display: none;
}
.programs-page .stream-box.one-third .feat-img-box > a.copy-link .img-overlay,
.about-page .stream-box.one-third .feat-img-box > a.copy-link .img-overlay {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.programs-page .stream-box.one-third .feat-img-box > a.copy-link .copy,
.about-page .stream-box.one-third .feat-img-box > a.copy-link .copy {
  height: 50px;
  color: #fff;
  position: absolute;
  bottom: 0;
}
.programs-page .stream-box.one-third .feat-img-box > a.copy-link .copy header,
.about-page .stream-box.one-third .feat-img-box > a.copy-link .copy header {
  margin: 0.6em 4px 0.6em 4px;
  color: #fff;
}
.programs-page .stream-box.one-third .feat-img-box > a.copy-link .copy section,
.about-page .stream-box.one-third .feat-img-box > a.copy-link .copy section {
  display: none;
  height: 0;
}
.programs-page .stream-box.one-third .feat-img-box > a.copy-link:hover .copy,
.about-page .stream-box.one-third .feat-img-box > a.copy-link:hover .copy,
.programs-page .stream-box.one-third .feat-img-box > a.copy-link:focus .copy,
.about-page .stream-box.one-third .feat-img-box > a.copy-link:focus .copy,
.programs-page .stream-box.one-third .feat-img-box > a.copy-link:hover .img-overlay,
.about-page .stream-box.one-third .feat-img-box > a.copy-link:hover .img-overlay,
.programs-page .stream-box.one-third .feat-img-box > a.copy-link:focus .img-overlay,
.about-page .stream-box.one-third .feat-img-box > a.copy-link:focus .img-overlay {
  height: 50px;
}
.programs-page .stream-box.one-third .feat-img-box a.img-link,
.about-page .stream-box.one-third .feat-img-box a.img-link {
  width: 100%;
  overflow: hidden;
  padding-top: 55%;
  position: relative;
  vertical-align: top;
  text-align: left;
}
.programs-page .stream-box.one-third .feat-img-box a.img-link img,
.about-page .stream-box.one-third .feat-img-box a.img-link img {
  width: 100%;
  min-height: 170px;
  height: 100%;
  display: inline-block;
  object-fit: cover;
}
.programs-page .stream-box.one-third footer,
.about-page .stream-box.one-third footer {
  border-bottom: 1px solid #26a9e0;
  padding: 10px;
  color: #bebebe;
  text-shadow: none;
  display: block;
  font-family: "Brandon";
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  min-height: calc(2em + 10px);
}
.programs-page .stream-box.one-third footer .footer-link a,
.about-page .stream-box.one-third footer .footer-link a {
  color: #4d4d4d;
}
.programs-page .stream-box.one-third footer div,
.about-page .stream-box.one-third footer div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-page .stream-box.one-third footer {
  min-height: calc(1em + 10px);
}
.year-in-review .stream-box.one-third.yir a.copy-wrap .img-overlay,
.year-in-review .stream-box.one-third.yir a.copy-wrap .copy {
  height: 50px;
}
.year-in-review .stream-box.one-third.yir a.copy-wrap .img-overlay header,
.year-in-review .stream-box.one-third.yir a.copy-wrap .copy header {
  margin: 0.6em 4px 0.6em 4px;
}
.year-in-review .stream-box.one-third.yir a.copy-wrap:hover .copy,
.year-in-review .stream-box.one-third.yir a.copy-wrap:focus .copy,
.year-in-review .stream-box.one-third.yir a.copy-wrap:hover .img-overlay,
.year-in-review .stream-box.one-third.yir a.copy-wrap:focus .img-overlay {
  height: 50px;
}
.stream-box.full {
  width: 100%;
  margin-bottom: 20px;
}
.stream-row.one-big {
  margin-bottom: 4rem;
}
.stream-row.one-big .stream-box.one-big {
  width: 100%;
  padding: 0;
}
.stream-row.one-big .stream-box.one-big .stream-box-inner {
  float: left;
  position: relative;
  margin-bottom: 0px;
  max-height: 650px;
}
.stream-row.one-big .stream-box.one-big .stream-box-inner a.img-wrap {
  padding-top: 0;
  overflow: visible;
  float: left;
  position: relative;
  max-height: 500px;
}
.stream-row.one-big .stream-box.one-big .stream-box-inner a.img-wrap img {
  position: relative;
}
.stream-row.one-big .stream-box.one-big .stream-box-inner a.copy-wrap {
  bottom: 0;
  height: 47%;
  position: absolute;
  width: 100%;
  left: 0;
  max-height: 200px;
}
.stream-row.one-big .stream-box.one-big .stream-box-inner a.copy-wrap .img-overlay,
.stream-row.one-big .stream-box.one-big .stream-box-inner a.copy-wrap .copy {
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  height: 65%;
}
.stream-row.one-big .stream-box.one-big .stream-box-inner a.copy-wrap .copy {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.stream-row.one-big .stream-box.one-big .stream-box-inner a.copy-wrap .copy header {
  font-size: 1.5em;
  color: #26a9e0;
  text-align: center;
}
.stream-row.one-big .stream-box.one-big .stream-box-inner a.copy-wrap .copy section {
  width: 100%;
  text-align: center;
  margin: 0;
}
.nmbx .stream-box.one-third.post .feat-img-box,
.nmbx .stream-box.one-third .feat-img-box {
  border-bottom: 3px solid #b5b5b5;
}
.nmbx .stream-box.one-third.post footer,
.nmbx .stream-box.one-third footer {
  border-bottom: 1px solid #b5b5b5;
  padding: 10px;
  color: #bebebe;
  text-shadow: none;
  display: block;
  font-family: "Brandon";
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  min-height: calc(2em + 10px);
}
.nmbx .stream-box.one-third.post footer div,
.nmbx .stream-box.one-third footer div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 420px) and (max-width: 800px) {
  .stream-box.one-third,
  .stream-box.full {
    width: 48%;
    margin-right: 1%;
    display: inline-block;
  }
  .stream-box.full:nth-child(even) {
    margin-right: 0;
    margin-left: 1%;
  }
  .stream-row .stream-box.one-third:nth-child(3) {
    width: 100%;
    margin-top: 20px;
  }
  .stream-row .stream-box.one-third:nth-child(3) .stream-box-inner {
    height: 270px;
  }
  .programs-page .stream-row {
    margin-bottom: 40px;
  }
  .programs-page .stream-row .stream-box.one-third {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 420px) {
  .stream-box.one-third,
  .stream-box.two-thirds,
  .stream-box.full {
    width: 100%;
    margin-bottom: 20px;
  }
  .stream-box.full {
    margin-left: 0;
    margin-right: 0;
  }
  .stream-row.one-big-two-little .post.two-thirds header,
  .stream-row.one-big .post.two-thirds header {
    font-size: 1.45em;
  }
  .stream-box .stream-box-inner {
    height: 170px;
  }
  .stream-box.banner .stream-box-inner {
    height: auto;
    box-sizing: border-box;
  }
  .stream-box.two-thirds .copy-wrap,
  .stream-row.one-big .stream-box.one-big .stream-box-inner a.copy-wrap {
    height: 80%;
  }
  .stream-box.two-thirds .copy-wrap:hover,
  .stream-row.one-big .stream-box.one-big .stream-box-inner a.copy-wrap:hover {
    height: 100%;
  }
  .programs-page .stream-row {
    margin-bottom: 0px;
  }
  .programs-page .stream-row .stream-box.one-third {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 420px) {
  .stream-row.one-big-two-little .stream-box.two-thirds a.copy-wrap {
    height: 100%;
  }
  .stream-row.one-big-two-little .stack {
    display: block;
    width: 100%;
  }
}
/* the two-thirds part */
.stream-box.two-thirds {
  width: 66%;
  height: 400px;
  padding: 0;
  overflow: hidden;
}
.stream-box.two-thirds .copy-wrap,
.stream-box.two-thirds .copy-link {
  bottom: 0;
  height: 47%;
  position: absolute;
  width: 100%;
  left: 0;
}
.stream-box.two-thirds .copy-wrap .img-overlay,
.stream-box.two-thirds .copy-link .img-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
.stream-box.two-thirds.post .post-author {
  line-height: 1em;
  margin-bottom: 0.3em;
}
.stream-box.two-thirds a.copy-wrap:hover .copy,
.stream-box.two-thirds a.copy-wrap:hover .img-overlay,
.stream-box.two-thirds a.copy-link:hover .copy,
.stream-box.two-thirds a.copy-link:hover .img-overlay,
.stream-box.two-thirds a.copy-wrap:focus .copy,
.stream-box.two-thirds a.copy-wrap:focus .img-overlay,
.stream-box.two-thirds a.copy-link:focus .copy,
.stream-box.two-thirds a.copy-link:focus .img-overlay {
  height: 75%;
  /*height: 80%;
		-webkit-transition:height 1s ease;
		-moz-transition: height 1s ease;
		-ms-transition: height 1s ease;
		-o-transition: height 1s ease;
		transition: height 1s ease; */
}
/* the top- and bottom-bunks of the row*/
.stream-box.top-bunk,
.stream-box.bottom-bunk {
  min-height: 145px;
  height: 47%;
  padding: 0;
}
.stream-box.top-bunk .stream-box-inner,
.stream-box.bottom-bunk .stream-box-inner {
  height: 100%;
  overflow: hidden;
  bottom: 0;
}
.stream-box.top-bunk .stream-box-inner a.copy-wrap::before,
.stream-box.bottom-bunk .stream-box-inner a.copy-wrap::before,
.stream-box.top-bunk .stream-box-inner a.copy-link::before,
.stream-box.bottom-bunk .stream-box-inner a.copy-link::before {
  content: '\a0';
}
.stream-box.top-bunk .stream-box-inner a.copy-wrap:hover .copy,
.stream-box.bottom-bunk .stream-box-inner a.copy-wrap:hover .copy,
.stream-box.top-bunk .stream-box-inner a.copy-link:hover .copy,
.stream-box.bottom-bunk .stream-box-inner a.copy-link:hover .copy,
.stream-box.top-bunk .stream-box-inner a.copy-wrap:hover .img-overlay,
.stream-box.bottom-bunk .stream-box-inner a.copy-wrap:hover .img-overlay,
.stream-box.top-bunk .stream-box-inner a.copy-link:hover .img-overlay,
.stream-box.bottom-bunk .stream-box-inner a.copy-link:hover .img-overlay,
.stream-box.top-bunk .stream-box-inner a.copy-wrap:focus .copy,
.stream-box.bottom-bunk .stream-box-inner a.copy-wrap:focus .copy,
.stream-box.top-bunk .stream-box-inner a.copy-link:focus .copy,
.stream-box.bottom-bunk .stream-box-inner a.copy-link:focus .copy,
.stream-box.top-bunk .stream-box-inner a.copy-wrap:focus .img-overlay,
.stream-box.bottom-bunk .stream-box-inner a.copy-wrap:focus .img-overlay,
.stream-box.top-bunk .stream-box-inner a.copy-link:focus .img-overlay,
.stream-box.bottom-bunk .stream-box-inner a.copy-link:focus .img-overlay {
  height: 70%;
  /*-webkit-transition:height 1s ease;
			-moz-transition: height 1s ease;
			-ms-transition: height 1s ease;
			-o-transition: height 1s ease;
			transition: height 1s ease; */
}
.stream-box.top-bunk .icon,
.stream-box.bottom-bunk .icon {
  height: 25px;
  width: 25px;
}
.stream-box.top-bunk .copy,
.stream-box.bottom-bunk .copy {
  top: 50px;
  bottom: 0px;
  top: auto;
  /*font-size: 88%;*/
}
.stream-box.top-bunk .copy header,
.stream-box.bottom-bunk .copy header {
  /*font-size:1.2em;*/
}
.stream-box.top-bunk .copy footer,
.stream-box.bottom-bunk .copy footer {
  /*font-size: 88%;*/
}
.stream-box.top-bunk.post .copy footer,
.stream-box.bottom-bunk.post .copy footer {
  margin-top: 0;
}
.stream-box.top-bunk.post .stream-box-inner a.copy-wrap:hover .copy,
.stream-box.bottom-bunk.post .stream-box-inner a.copy-wrap:hover .copy,
.stream-box.top-bunk.post .stream-box-inner a.copy-link:hover .copy,
.stream-box.bottom-bunk.post .stream-box-inner a.copy-link:hover .copy,
.stream-box.top-bunk.post .stream-box-inner a.copy-wrap:hover .img-overlay,
.stream-box.bottom-bunk.post .stream-box-inner a.copy-wrap:hover .img-overlay,
.stream-box.top-bunk.post .stream-box-inner a.copy-link:hover .img-overlay,
.stream-box.bottom-bunk.post .stream-box-inner a.copy-link:hover .img-overlay,
.stream-box.top-bunk.post .stream-box-inner a.copy-wrap:focus .copy,
.stream-box.bottom-bunk.post .stream-box-inner a.copy-wrap:focus .copy,
.stream-box.top-bunk.post .stream-box-inner a.copy-link:focus .copy,
.stream-box.bottom-bunk.post .stream-box-inner a.copy-link:focus .copy,
.stream-box.top-bunk.post .stream-box-inner a.copy-wrap:focus .img-overlay,
.stream-box.bottom-bunk.post .stream-box-inner a.copy-wrap:focus .img-overlay,
.stream-box.top-bunk.post .stream-box-inner a.copy-link:focus .img-overlay,
.stream-box.bottom-bunk.post .stream-box-inner a.copy-link:focus .img-overlay {
  height: 90%;
}
@media screen and (min-width: 420px) and (max-width: 800px) {
  .stream-row.one-big-two-little .stack,
  .stream-box.two-thirds {
    width: 100%;
  }
  .stream-box.top-bunk,
  .stream-box.bottom-bunk {
    width: 48%;
    height: 170px;
  }
  .stream-row.one-big-two-little .stack {
    flex-flow: nowrap;
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width: 420px) and (max-width: 668px) {
  .stream-box.two-thirds {
    height: 250px;
    position: relative;
  }
  .stream-box.two-thirds a.copy-wrap {
    height: 100%;
  }
  .stream-box.one-third .stream-box-inner,
  .stream .slider .inner div.streamrowend,
  .stream .slider .fwd,
  .stream .slider .rev {
    height: 170px;
  }
  .stream-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 420px) {
  .stream-box.two-thirds,
  .stream-box.top-bunk,
  .stream-box.bottom-bunk {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: 200px;
    height: auto;
  }
  .stream-box.top-bunk,
  .stream-box.bottom-bunk {
    height: auto;
  }
  .stream-box.top-bunk .stream-box-inner,
  .stream-box.bottom-bunk .stream-box-inner {
    height: 170px;
  }
  .stream-box.two-thirds {
    height: 200px;
    margin-bottom: 0;
  }
}
/* text */
.stream-box-inner.text {
  height: auto;
}
.stream-row.text {
  display: block;
}
.stream-box.text {
  display: block;
  width: auto;
  margin-bottom: 10px;
  background-color: transparent;
  color: #4d4d4d;
  text-shadow: none;
}
.stream-box.text > a {
  display: inline;
  position: relative;
  color: #4d4d4d;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
}
.stream-box.text > a:hover {
  color: #26a9e0;
}
/* slider version */
.stream .slider {
  margin-bottom: 6rem;
}
.stream .slider .stream-box.slider-item {
  width: 30%;
  height: 200px;
}
.stream .slider .wrapper {
  position: relative;
  padding: 0 35px 10px 35px;
  padding: 0;
  z-index: 1;
}
.stream .slider .inner {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  z-index: 2;
}
.stream .slider .inner > div {
  margin-left: 5px;
  margin-left: 2%;
  flex: none;
}
.stream .slider .inner > div:first-child {
  margin-left: 0;
}
.stream .slider .inner div.streamrowend {
  text-align: center;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  border: 1px solid #26a9e0;
  color: #26a9e0;
  width: 32%;
  padding: 0;
  box-sizing: border-box;
}
.stream .slider .inner div.streamrowend a {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0;
}
.stream .slider .inner div.streamrowend a span.rowend-textwrapper {
  height: 20px;
  line-height: 20px;
  top: 50%;
  position: relative;
  float: left;
  margin: 0;
  margin-top: -10px;
  color: #26a9e0;
  text-decoration: none;
  text-shadow: none;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
.stream .slider .inner div.streamrowend a span.rowend-textwrapper span {
  font-size: 1.5rem;
}
.stream .slider .inner div.streamrowend:hover {
  color: #ffffff;
  background-color: #26a9e0;
  border: 1px solid #26a9e0;
}
.stream .slider .inner div.streamrowend:hover a span.rowend-textwrapper {
  color: #ffffff;
}
.stream .slider .inner .icon.post,
.stream .slider .inner .icon.attachment,
.stream .slider .inner .icon.supported {
  display: block;
  height: 25px;
  width: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-size: 95% auto;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}
.stream .slider .inner .icon.post {
  background-image: url(im/box-icon-grey.png);
}
.stream .slider .inner .icon.attachment {
  background-image: url(im/headphone-icon-grey.png);
}
.stream .slider .inner .icon.image {
  background-color: transparent;
  border: 0px none;
  background-image: none;
}
.stream .slider .stream-row {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.stream .slider .fwd,
.stream .slider .rev {
  height: 0;
  width: 0;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  position: absolute;
  z-index: 10;
  opacity: 0.8;
}
.stream .slider .fwd {
  background-image: url(im/fwdarrow.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  display: block;
  height: 170px;
  right: 0;
  top: 0;
  width: auto;
  min-width: 100px;
}
.stream .slider .fwd.end,
.stream .slider .fwd.oneset-at-fullwidth {
  opacity: 0 !important;
  display: none;
}
.stream .slider .fwd:hover {
  opacity: 0.2;
}
.stream .slider .rev {
  background-image: url(im/backarrow.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  display: block;
  height: 170px;
  left: 0;
  top: 0;
  width: auto;
  min-width: 100px;
}
.stream .slider .rev.end,
.stream .slider .rev.oneset-at-fullwidth {
  opacity: 0 !important;
  display: none;
}
.stream .slider .rev:hover {
  opacity: 0.2;
}
.stream .slider .sliderpager {
  text-align: center;
  display: none;
}
.stream .slider .sliderpager span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #ddd;
  margin: 0 5px;
}
.stream .slider .sliderpager span.active {
  background-color: #bbb;
}
@media screen and (min-width: 420px) and (max-width: 800px) {
  .stream .slider .stream-box.slider-item {
    width: 45%;
  }
  .stream .slider .inner div.streamrowend {
    width: 50%;
  }
  .stream .slider .inner .stream-box:nth-child(even) {
    margin-right: 0;
    margin-left: 2%;
  }
  .stream .slider .inner .stream-box:nth-child(odd) {
    margin-left: 0;
    margin-right: 2%;
  }
  .stream .slider .inner .stream-box.streamrowend:nth-child(even) {
    margin-right: 1px;
    margin-left: auto;
  }
  .stream .slider .fwd.oneset-at-fullwidth,
  .stream .slider .rev.oneset-at-fullwidth {
    display: block;
    opacity: 1 !important;
  }
  .stream .slider .fwd.oneset-at-fullwidth.end,
  .stream .slider .rev.oneset-at-fullwidth.end {
    opacity: 0 !important;
    display: none;
  }
  .stream .slider .sliderpager {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .stream .slider .stream-box.slider-item {
    width: 90%;
  }
  .stream .slider .inner div.streamrowend {
    width: 100%;
  }
  .stream .slider .sliderpager {
    display: block;
  }
}
/* fallback for broken images*/
.stream-box img {
  background-color: #fff;
  text-indent: -9999px;
  text-shadow: none;
  color: white;
}
.stream-box img:before {
  display: block;
  margin-bottom: 12px;
  background-image: url(im/placeholder_nmbxstyle.jpg);
  background-size: 100%;
  content: "";
  min-height: 170px;
  background-position: center center;
}
@media screen and (min-width: 420px) {
  .stack .stream-box img:before {
    min-height: 190px;
  }
  .stream-box.two-thirds img:before,
  .stream-box.one-big img:before {
    min-height: 400px;
  }
}
.stream-box.one-big img:before {
  margin-bottom: -10px;
}
.stream-box.square-advert.one-third img:before {
  min-width: 370px;
}
/*featured / explore page */
.explore-page h1,
.browse.projects h1,
.browse.profiles h1,
.browse.events h1 {
  font-size: 3em;
  font-family: "Brandon";
}
.explore-page h1 a,
.browse.projects h1 a,
.browse.profiles h1 a,
.browse.events h1 a {
  color: #4d4d4d;
}
.explore-page h1 {
  padding-bottom: 40px;
}
.stream-box.text.social-news span.news-icon,
span.birthday-icon {
  width: 30px;
  height: 30px;
  /* display: inline-block; */
  float: left;
  padding-right: 5px;
}
.stream-box.text.social-news span.news-icon {
  background: url(im/social-icon.png) center left no-repeat;
  margin-top: -5px;
}
.stream-box.text.social-news p,
.stream-box.text.birthday p {
  font-size: 88%;
  margin: 0;
  line-height: normal;
  float: left;
  padding: 5px 0;
}
span.birthday-icon {
  background: url(im/birthdays-icon.png) center left no-repeat;
  margin-top: -8px;
}
.stream-box.text.birthday {
  background: #ededed;
  margin-bottom: 50px;
}
.birthday .stream-box-inner.text {
  margin-bottom: 0px;
}
.birthdays span.birthday-icon {
  display: none;
}
.stream-box.birthday > .stream-box-inner > a {
  right: 10px;
  bottom: 0;
  position: absolute;
  text-align: right;
}
@media screen and (max-width: 668px) {
  .stream-box.birthday > .stream-box-inner > a {
    position: relative;
    text-align: center;
  }
}
div#infscr-loading {
  width: auto;
  padding: 1em;
  margin: auto;
}
div#infscr-loading:last-child {
  /*padding-left: 32%;*/
}
#infscr-loading img {
  float: left;
  margin-top: -10px;
}
#infscr-loading div {
  margin-left: 5px;
  font-family: 'Alt Gothic', arial, sans-serif;
  text-transform: uppercase;
  color: #bebebe;
  font-size: 1.3em;
  float: left;
}
.channel .items {
  position: relative;
}
.channel .items div#infscr-loading {
  position: absolute;
  bottom: -80px;
  width: 100%;
}
.channel .items div#infscr-loading img {
  margin: auto;
  float: none;
  display: block;
}
main .explore-page section.stream {
  padding-top: 20px;
}
@media screen and (max-width: 420px) {
  .stream .slider .fwd,
  .stream .slider .rev {
    top: 180px;
    height: 60px;
    min-width: 50%;
    width: 50%;
    z-index: 10;
    position: absolute;
    display: none;
  }
  .stream .slider .rev {
    background-position: 90% top;
  }
  .stream .slider .fwd {
    background-position: 5% top;
  }
  .stream .slider .rev:hover,
  .stream .slider .fwd:hover {
    opacity: 1;
  }
}
/* adjustments to standard stream layouts for stream boxes embedded in other content */
.stream.embedded {
  background-color: #141414;
  padding: 15px 0;
}
.stream.embedded h2 {
  width: 100%;
  background: transparent;
  font-size: 1em;
  margin: 0;
  padding-bottom: 15px;
}
.stream.embedded h2 span.h2-within-stream {
  background: transparent;
  color: #fff;
}
.stream.embedded .stream-row {
  margin-bottom: 0;
}
.stream.embedded .stream-row.centered {
  justify-content: center;
}
.stream.embedded .stream-row.centered .stream-box:nth-child(2) {
  margin-left: 15px;
}
.stream.embedded .inner.centered-posts {
  justify-content: center;
}
.stream.embedded .stream-box-inner {
  margin-bottom: 0;
}
.stream.embedded .stream-box.one-third.post .feat-img-box {
  border-bottom: none;
}
.stream.embedded .stream-box.one-third.post .feat-img-box header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}
.stream.embedded .stream-box.one-third.post .feat-img-box > a.copy-link .img-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.stream.embedded .stream-box.one-third.post .feat-img-box > a.copy-link .copy {
  color: #fff;
}
.stream.embedded .stream-box.one-third.post footer {
  display: none;
}
.stream.embedded .wp-caption p {
  margin: 0;
  text-align: center;
}
.stream.embedded .slider {
  margin-bottom: 0;
}
.ombx .single-col .entry-content .stream.embedded h2 {
  width: 100%;
  font-size: 1em;
  margin: 0;
  padding-left: 15px;
  box-sizing: border-box;
}
.stream.embedded.nobg {
  background: transparent;
}
.stream.embedded.nobg h2 {
  background: rgba(0, 0, 0, 0) url("im/light-blue-bg-border.png") repeat-x scroll 0 0;
}
.stream.embedded.nobg h2 span.h2-within-stream {
  color: #26a9e0;
  background: #fff;
  padding-left: 0;
  line-height: 1em;
}
.col.major .stream.embedded .slider .wrapper .inner {
  justify-content: none;
}
.col.major .stream.embedded .slider .wrapper .inner .stream-box.one-third {
  width: 48%;
  margin-left: 2%;
  margin-right: 2%;
}
.col.major .stream.embedded .slider .wrapper .inner .stream-box.one-third:nth-child(odd) {
  margin-left: 0;
}
.col.major .stream.embedded .slider .wrapper .inner .stream-box.one-third:nth-child(even) {
  margin-left: 2%;
  margin-right: 0%;
}
.col.major .stream.embedded .slider .wrapper .inner div.streamrowend {
  width: 48%;
}
.col.major .stream.embedded .stream-row .stream-box.one-third {
  width: 100%;
  margin: 0px;
}
@media screen and (max-width: 800px) {
  .stream.embedded .stream-row.centered .stream-box:nth-child(2),
  .stream.embedded .inner.centered-posts .stream-box:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 420px) {
  .stream .slider .inner.centered-posts {
    justify-content: left;
  }
  .col.major .stream.embedded .slider .wrapper .inner .stream-box.one-third,
  .col.major .stream.embedded .slider .wrapper .inner div.streamrowend,
  .col.major .stream.embedded .slider .wrapper .inner .stream-box.one-third:nth-child(2) {
    width: 100%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .programs-page .stream-box.one-third footer,
  .about-page .stream-box.one-third footer {
    line-height: 22px;
  }
}
.box {
  margin: 1em 0;
}
.box > a {
  display: block;
  color: #4d4d4d;
}
.box .feature img {
  width: 100%;
}
.box .details {
  padding: 20px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #b9e3f5;
}
.box .details h3 {
  text-transform: uppercase;
}
.box .details p {
  margin: 1em 0;
}
.dashboard .cta {
  display: flex;
}
.dashboard .cta .icon {
  height: 60px;
  margin: 0 10px 0 0;
}
.dashboard .cta .icon img {
  height: 100%;
}
.dashboard .cta .copy {
  margin: 10px 0 0 20px;
  line-height: 1.2;
  font-size: 1.1rem;
}
.dashboard .usr-msg {
  padding: 10px;
  background-color: #eaf7fc;
  border: 1px solid #26a9e0;
  margin: 0 0 20px 0;
}
.dashboard .usr-msg:empty {
  display: none;
}
.dashboard section {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.dashboard section .stream-box {
  margin: 0 0 10px 10px;
}
.dashboard > h2 {
  margin: 3rem 0 1rem 0;
  text-transform: uppercase;
}
.dashboard .section-handle {
  cursor: pointer;
}
.dashboard .section-handle span {
  display: inline-block;
}
.dashboard .section-handle span.open {
  transform: rotate(90deg);
}
.dashboard .stream-box .actions {
  margin: 10px 0 0 0;
  text-align: center;
  text-shadow: none;
  color: #4d4d4d;
}
.dashboard .stream-box .actions span.action {
  cursor: pointer;
  color: #26a9e0;
  transition: all 250ms ease-in-out;
}
.dashboard .stream-box .actions span.action:hover {
  color: #8ac8e2;
}
.dashboard .stream-box .actions span.status {
  text-transform: capitalize;
}
.dashboard .follow-actions {
  color: #26a9e0;
  text-shadow: none;
  text-align: center;
  padding: 5px;
}
@media (max-width: 800px) {
  .dashboard .cta {
    flex-wrap: wrap;
  }
}
.menus {
  position: relative;
  background-color: #141414;
  min-height: 110px;
}
.menus .logo {
  position: relative;
  background-color: #141414;
}
.menus .logo a {
  width: 198px;
  width: 245px;
  height: 55px;
  height: 68px;
  position: absolute;
  top: 23px;
  left: 32px;
  z-index: 2;
  /*background: #d8d8d8 url(im/logo.svg) left center no-repeat;*/
  background: white url(im/logo.svg) left center no-repeat;
  background-size: auto 118px;
  border-right: 3px solid #141414;
  background-position: -2px -2px;
  text-indent: -9999px;
  transition: all 250ms ease-in-out;
}
.menus .logo a:hover {
  background-color: #26a9e0;
}
.menus .burger {
  background-color: #141414;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.menus .burger .bar {
  width: 100%;
  height: 5px;
  margin: 7px 0;
  border-bottom: 2px solid #aaa;
  background: #f4f4f4;
}
.menus .burger .bar.hidden {
  margin-top: 0;
  opacity: 0;
}
.menus .burger .bar.only {
  margin-top: 35px;
}
.menus .container {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .menus .burger {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .menus .burger {
    display: block;
  }
}
nav.primary {
  padding: 42px 32px 0 0;
  background-color: #141414;
  color: #d8d8d8;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
}
nav.primary a {
  font-family: 'Brandon', arial, sans-serif;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  color: #d8d8d8;
  text-decoration: none;
  display: inline-block;
  padding: 12px 7px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 2px solid #141414;
  transition: all 250ms ease-in-out;
}
nav.primary a:hover {
  color: #26a9e0;
  border-color: #26a9e0;
}
nav.primary a.active {
  border-color: #26a9e0;
  color: #26a9e0;
}
nav.primary a.current {
  color: #26a9e0;
}
nav.primary a.user-menu span.user-wrapper {
  text-align: left;
  max-width: 190px;
  overflow: hidden;
  display: inline-block;
  height: 18px;
}
nav.primary a.user-menu span.user-wrapper-after {
  float: right;
  margin-left: 2px;
  display: inline-block;
}
nav.primary .search {
  display: inline-block;
}
nav.primary .search form {
  display: none;
  background-color: #b9e3f5;
  background-color: #ACB9C7;
  /*-webkit-box-shadow:3px 3px @brand-blue;
			box-shadow: 3px 3px @brand-blue;*/
  position: absolute;
  right: 0px;
  top: 55px;
  padding: 10px;
  padding: 8px 25px 8px 8px;
  top: 23px;
}
nav.primary .search form input {
  border: none;
  min-height: 20px;
  color: #141414;
  padding: 0px;
  min-width: 40px;
  background-color: white;
}
nav.primary .search form input .icon {
  margin-left: 3px;
  padding-top: 1px;
}
nav.primary .search .dashicons-search {
  display: none;
}
nav.primary .search .dashicons-no {
  position: absolute;
  right: 3px;
  top: 31px;
  display: none;
}
nav.primary .dashicons-search {
  padding: 18px 0 0 0;
  font-size: 1.8rem;
  width: 27px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  /*margin-top: 10px;*/
}
nav.primary .dashicons-search:hover {
  color: #26a9e0;
}
@media screen and (max-width: 1024px) {
  .menus {
    min-height: 120px;
  }
  .menus .logo {
    background-size: auto 98px;
    width: 200px;
    height: 53px;
  }
}
@media screen and (max-width: 800px) {
  nav.primary,
  div#secondary-nav-container {
    display: none;
    /* revealed by scripting */
    text-align: center;
  }
  nav.primary a,
  div#secondary-nav-container a {
    display: block;
  }
  nav.primary .dashicons-search {
    display: none;
  }
  nav.primary div.search form {
    display: inline-block !important;
    padding: 10px;
  }
  nav.primary div.search form input.icon {
    background-image: url(im/search-nav.png);
    background-color: transparent;
    border: 0;
    background-size: 100% auto;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin: 2px 5px;
    font-size: 0;
    background-repeat: no-repeat;
  }
  nav.primary div.search .dashicons-search {
    display: none;
  }
  nav.primary a.user-menu span.user-wrapper-after {
    float: none;
  }
}
#secondary-nav-container {
  position: relative;
}
nav.secondary {
  margin-top: 5px;
  position: relative;
  z-index: 4;
  background-color: #141414;
  color: #fff;
  border-top: 1px solid #b9e3f5;
  padding: 1em 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
nav.secondary a {
  color: #26a9e0;
  transition: all 250ms ease-in-out;
  border: none;
  text-decoration: none;
}
nav.secondary a:hover {
  color: #8ac8e2;
}
nav.secondary .options {
  width: 33%;
  margin: 0;
  padding: 0;
}
nav.secondary .options h2 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 1rem;
  padding-bottom: 0;
  font-family: 'Brandon';
}
nav.secondary .options p {
  margin: 1rem;
  margin: 0 1rem 1rem 1rem;
}
nav.secondary .options ul {
  list-style-type: none;
  margin: 1rem;
  padding: 0;
}
nav.secondary .options li {
  padding: 10px 0;
  position: relative;
}
nav.secondary .options li a {
  text-transform: uppercase;
  font-size: 1.4em;
}
nav.secondary .options li span {
  display: none;
  padding-left: 5px;
}
nav.secondary .options li div.pending-menu-info {
  position: absolute;
  top: 10px;
  color: #fff;
  right: 78px;
  border-radius: 14px;
  width: 14px;
  height: 14px;
  font-size: 12px;
  text-align: center;
  border-color: #26a9e0;
  background-color: #26a9e0;
}
nav.secondary .options li div.pending-menu-info.pending-projects {
  right: 92px;
}
nav.secondary .options li p {
  margin: 0;
  font-size: 0.9em;
}
nav.secondary .callouts {
  width: 65%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
nav.secondary .callouts > a {
  display: block;
  height: calc(250px*(9/16));
  overflow: hidden;
  width: 250px;
  width: 47%;
  background-color: #ddd;
  border: 1px solid #ccc;
  margin: 5px;
  transition: all 250ms ease-in-out;
  position: relative;
}
nav.secondary .callouts > a img {
  width: 100%;
  height: auto;
  min-height: 100%;
  /* for fallback */
  text-indent: -9999px;
  /* safari fallback */
  background-image: url(im/project_image_bw.gif);
  background-size: 100%;
  background-position: center -28px;
  text-shadow: none;
  color: black;
}
nav.secondary .callouts > a img:before {
  display: block;
  background-image: url(im/placeholder_nmbxstyle.jpg);
  background-size: cover;
  background-position: center center;
  content: "";
  min-height: calc(250px * (9/16));
  text-indent: -999999px;
  min-width: 350px;
  height: 100%;
  width: auto;
}
nav.secondary .callouts > a:hover {
  cursor: pointer;
  border-color: #000;
  background-color: #bbb;
}
nav.secondary .callouts > a span.title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 10;
  font-family: 'Alt Gothic';
}
nav.secondary .callouts > a span.callouttitles {
  display: block !important;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 10;
  font-family: 'Alt Gothic';
}
nav.secondary .callouts > a span.bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 100% auto;
  z-index: 9;
}
nav.secondary.user {
  display: block;
  position: absolute;
  right: 66px;
  margin-top: 0;
  min-width: 110px;
  text-align: right;
  padding: 0;
  background-color: white;
  /*-webkit-box-shadow:3px 3px #26a9e0;
	box-shadow: 3px 3px #26a9e0;*/
  border-width: 0 1px 1px 1px;
  border-color: #b5b5b5;
  border-style: solid;
}
nav.secondary.user .options {
  width: 100%;
}
nav.secondary.user .options ul {
  margin: 0;
  padding: 0;
}
nav.secondary.user .options ul li {
  margin: 0;
  padding: 0;
}
nav.secondary.user .options ul li a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  font-size: 1em;
}
nav.secondary.user .options ul li a:after {
  content: '';
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 3px;
  margin-top: 2px;
  margin-left: 6px;
  padding-right: 20px;
}
nav.secondary.user .options ul li a.profile:after {
  background-image: url(im/profile-icon.png);
}
nav.secondary.user .options ul li a.projects:after {
  background-image: url(im/note-icon.png);
}
nav.secondary.user .options ul li a.events:after {
  background-image: url(im/event-icon.png);
}
nav.secondary.user .options ul li a.following:after {
  background-image: url(im/heart-icon.png);
}
nav.secondary.user .options ul li a.playlist:after {
  background-image: url(im/headphone-icon.png);
}
nav.secondary.user .options ul li a.settings:after {
  background-image: url(im/gear_blue.png);
}
nav.secondary.user .options ul li a.panel:after {
  background-image: url(im/favicon.png);
}
nav.secondary.user .options ul li a.connect:after {
  background-image: url(im/bookmark_blue.png);
}
nav.secondary.user .options ul li a.logout:after {
  background-image: url(im/logoff-icon.png);
}
@media screen and (max-width: 800px) {
  nav.secondary {
    flex-direction: column;
    position: relative;
    border-bottom: 1px solid #b9e3f5;
  }
  nav.secondary .callouts {
    width: auto;
    display: none;
  }
  nav.secondary .options {
    width: auto;
  }
  nav.secondary .options h2 {
    font-size: 1.5rem;
    display: none;
  }
  nav.secondary .options p {
    display: none;
  }
  nav.secondary .options li {
    padding: 0;
  }
  nav.secondary .options li span,
  nav.secondary .options li p {
    display: none;
  }
  nav.secondary.user {
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
  }
  nav.secondary.user div.pending-menu-info {
    left: 30%;
    right: auto;
  }
  nav.secondary.user div.pending-menu-info.pending-projects {
    right: auto;
  }
  nav.primary {
    padding-top: 50px;
    padding-right: 0;
  }
  nav.primary a.extended.active,
  nav.primary a.direct:hover:active {
    border-top: 2px solid #26a9e0;
  }
  nav.primary a.extended.active {
    border-bottom: 0px none;
  }
  nav.primary div.search {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 4px solid #26a9e0;
    background: #141414;
    display: block;
  }
  nav.primary div.search form {
    position: relative;
    right: auto;
    top: auto;
  }
}
div.box-secondary-navigation-linkbar-wrapper {
  background-color: #141414;
  width: 100%;
  min-height: 45px;
}
div.box-secondary-navigation-linkbar-wrapper .container {
  margin: auto;
}
div.box-secondary-navigation-linkbar-wrapper .container div#box-secondary-navigation-linkbar {
  /*background-color: @light-blue;*/
  width: 100%;
  min-height: 45px;
  justify-content: space-between;
  display: flex;
}
div.box-secondary-navigation-linkbar-wrapper .container div#box-secondary-navigation-linkbar div {
  /*background-color: @brand-blue;
			 	background-color: @light-blue;*/
  color: #4d4d4d;
  width: 24.5%;
  height: 45px;
  line-height: 45px;
  font-size: 1em;
  text-transform: uppercase;
  font-family: 'brandon';
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
div.box-secondary-navigation-linkbar-wrapper .container div#box-secondary-navigation-linkbar div a {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  border-bottom: 2px solid #141414;
  padding: 0 10px;
}
div.box-secondary-navigation-linkbar-wrapper .container div#box-secondary-navigation-linkbar div a:hover {
  color: #26a9e0;
  /*text-shadow:-1px 0 @brand-blue, 0 1px @brand-blue, 1px 0 @brand-blue, 0 -1px @brand-blue;*/
  /*color: #141414;*/
  border-color: #26a9e0;
}
div.box-secondary-navigation-linkbar-wrapper .container div#box-secondary-navigation-linkbar div.active a {
  color: #26a9e0;
  /*border-color: #26a9e0;*/
}
@media screen and (max-width: 600px) {
  div.box-secondary-navigation-linkbar-wrapper .container div#box-secondary-navigation-linkbar {
    flex-direction: row;
    flex-wrap: wrap;
  }
  div.box-secondary-navigation-linkbar-wrapper .container div#box-secondary-navigation-linkbar div {
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  div.box-secondary-navigation-linkbar-wrapper .container div#box-secondary-navigation-linkbar div {
    width: 49%;
  }
}
@media screen and (max-width: 420px) {
  nav.secondary .options li a {
    font-size: 0.8em;
  }
  nav.secondary .options li span,
  nav.secondary .options li p {
    display: none;
  }
}
nav.secondary .options li.mobi-only {
  display: none;
}
@media screen and (max-width: 320px) {
  .menus .logo a {
    left: 20px;
  }
}
@media (pointer: coarse) {
  nav.secondary .options li.mobi-only {
    display: block;
  }
}
/* global skip link */
#skip-link {
  position: relative;
}
#skip-link a {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 5px;
  color: #fff;
  background-color: rgba(227, 27, 35, 0.8);
  transition: top 1s ease-out;
  z-index: 1;
}
#skip-link a:focus {
  top: 0;
}
section.media-experience .media-handles {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #141414;
}
section.media-experience .handle {
  text-transform: uppercase;
  border: 1px solid;
  border-color: #fff rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.7);
  background-color: #26a9e0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(227, 27, 35, 0.5)), color-stop(100%, rgba(227, 27, 35, 0.2)));
  background-image: -moz-linear-gradient(top, rgba(227, 27, 35, 0.5), rgba(227, 27, 35, 0.2));
  background-image: -o-linear-gradient(top, rgba(227, 27, 35, 0.5), rgba(227, 27, 35, 0.2));
  background-image: linear-gradient(top, rgba(227, 27, 35, 0.5), rgba(227, 27, 35, 0.2));
  color: #fff;
  padding: 8px 1% 0 1%;
  cursor: pointer;
  transition: all 350ms ease-in-out;
  border-radius: 2px;
  width: 48%;
  position: relative;
}
section.media-experience .handle.broadcast {
  border-radius: 2px 0 0 2px;
}
section.media-experience .handle.list {
  border-radius: 0 2px 2px 0;
}
section.media-experience .handle:hover,
section.media-experience .handle.active {
  background-color: #ddd;
}
section.media-experience .handle .handle-contents {
  margin: auto;
  max-width: 600px;
  width: 100%;
}
section.media-experience .handle .handle-contents.broadcast-content {
  float: right;
}
section.media-experience .handle .handle-contents.broadcast-content .description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url(assets/xml/ellipsis.xml#ellipsis);
  width: calc(100% - 64px);
  padding-right: 5px;
  box-sizing: border-box;
}
section.media-experience .handle .handle-contents.list-content {
  float: left;
}
section.media-experience .handle .handle-contents span.animated-sound {
  width: auto;
  height: 100%;
  max-height: 40px;
  float: right;
  direction: inline-block;
  max-width: 105px;
}
section.media-experience .handle .handle-contents span.animated-sound img {
  width: 100%;
  height: auto;
  max-height: 50px;
}
section.media-experience .handle .handle-contents .header {
  font-size: 1rem;
  font-family: 'Brandon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}
section.media-experience .handle .handle-contents .description {
  font-size: 0.9rem;
  font-size: 14px;
}
section.media-experience .handle .handle-contents .icon.broadcast {
  background-image: url('im/cs_radio_logo_white.svg');
  background-position: 98% 5px;
  background-repeat: no-repeat;
  background-size: auto 49px;
  height: 54px;
  position: relative;
  display: inline-block;
  float: right;
  margin-top: -8px;
  right: 10px;
  top: 0;
  width: 54px;
}
section.media-experience .handle .handle-contents .icon.list {
  background-image: url('im/media_connect.svg');
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: auto 54px;
  height: 54px;
  position: relative;
  display: inline-block;
  float: right;
  margin-top: -8px;
  right: 5px;
  top: 0;
  width: 54px;
}
#counterstream {
  margin: 0 auto 1rem auto;
  padding: 1rem 2rem;
}
#counterstream .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
#counterstream .wrapper section {
  margin: 1rem;
  padding: 0;
}
#counterstream .player {
  width: 250px;
  flex: none;
}
#counterstream .player .cover_art {
  width: 100%;
  height: 250px;
}
#counterstream .player .cover_art img {
  height: 250px;
  width: inherit;
  display: inline-block;
}
#counterstream .player .cover_art .logo-swap {
  position: relative;
}
#counterstream .player .cover_art .logo-swap img {
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
}
#counterstream .player .cover_art .logo-swap img:nth-child(2) {
  animation: pulse 60s infinite;
  animation-delay: 20s;
}
#counterstream .meta {
  width: 250px;
  flex: none;
}
#counterstream .meta .title {
  font-family: 'Alt Gothic';
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
}
#counterstream .meta .ends_at {
  margin: 20px 0 0 0;
}
#counterstream .meta .share a {
  width: auto;
  display: inline-block;
  float: left;
  padding-right: 0.6em;
}
#counterstream .meta .share a .share-icon {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: bottom left;
}
#counterstream .meta .share a .share-icon.fb {
  background-image: url(im/facebook-share.png);
}
#counterstream .meta .share a .share-icon.tweet {
  background-image: url(im/twitter-share.png);
  padding-right: 4px;
}
#counterstream #recent ul {
  list-style-type: none;
}
#counterstream #recent ul li {
  padding: 0 0 2px 0;
}
#counterstream #about {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#counterstream #about p {
  margin: 0 1rem 1rem 1rem;
}
#counterstream #about .logo {
  width: 100px;
}
.shared-playlist .usr-msg,
#playlist .usr-msg {
  padding: 10px;
  text-align: center;
  border: 1px solid #26a9e0;
  background-color: #eaf7fc;
}
.shared-playlist .usr-msg:empty,
#playlist .usr-msg:empty {
  display: unset;
  /* allow vue transitions */
}
.shared-playlist .fade-leave-active,
#playlist .fade-leave-active {
  opacity: 0;
  padding: 0;
  transition: all 0.5s;
}
.shared-playlist .player .screen,
#playlist .player .screen {
  width: 100%;
  padding-top: 56.2%;
  padding-top: 58.5%;
  background-color: #000;
  position: relative;
  background-image: url('im/project_image_bw.gif');
  background-position: top left;
  background-repeat: no-repeat;
}
.shared-playlist .player .screen iframe,
#playlist .player .screen iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.shared-playlist .player .screen .mejs-audio,
#playlist .player .screen .mejs-audio {
  position: absolute;
  width: 98%;
  height: 30px;
  bottom: 2%;
  margin: 0 1%;
}
.shared-playlist .player .screen p,
#playlist .player .screen p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
.shared-playlist .player .screen #error-wrapper,
#playlist .player .screen #error-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(4, 4, 4, 0.85);
  text-align: center;
  display: flex;
}
.shared-playlist .player .screen #error-wrapper .embed-error,
#playlist .player .screen #error-wrapper .embed-error {
  padding: 1rem;
  color: #999;
  text-align: center;
  width: 50%;
  margin: auto;
}
#playlist {
  /*design-update*/
  /*design-update*/
}
#playlist .featured-header {
  margin: 1rem 0 0 1rem;
  font-family: 'Alt Gothic';
  text-transform: uppercase;
  font-size: 1.2rem;
  font-size: 1.8rem;
}
#playlist .featured-section {
  order: 2;
}
#playlist h1 {
  color: #4d4d4d;
  font-family: "Brandon";
  font-family: 'Alt Gothic';
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1.2em;
  width: 100%;
  margin: 0.75em 0.5em 0.25em;
}
#playlist .expl-text {
  width: 100%;
  font-size: 1.2em;
  margin: 0.5em 1em 0.5em;
}
#playlist .featured {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  padding: 0.5rem 1rem 0 1rem;
  margin-bottom: 20px;
  /*design-update*/
  /*design-update*/
}
#playlist .featured .stream-box.one-third.attachment.greyoption {
  /*height: 250px;*/
  text-shadow: none;
}
#playlist .featured .stream-box.one-third.attachment.greyoption .stream-box-inner {
  height: auto;
}
#playlist .featured .stream-box.one-third.attachment.greyoption .stream-box-inner > a.img-wrap {
  height: 170px;
}
#playlist .featured .stream-box.one-third.attachment.greyoption .stream-box-inner a.copy-link::before {
  content: unset;
}
#playlist .featured .stream-box.one-third.attachment.greyoption .stream-box-inner .icon.attachment {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRp1u8eEDlt_HHp8g1oWmFOhYKgN0usP8UAB5PBYLCiBOyA5mqZSA);
  height: 40px;
  width: 60px;
  background-color: unset;
  top: 120px;
  left: 8px;
  border: none;
  background-size: 101% auto;
}
#playlist .featured .stream-box.one-third.attachment.greyoption .stream-box-inner .img-overlay {
  display: none;
}
#playlist .featured .stream-box.one-third.attachment.greyoption .stream-box-inner .copy {
  color: #4d4d4d;
  position: relative;
}
#playlist .featured .stream-box.one-third.attachment.greyoption .stream-box-inner .copy header {
  margin: 0.4em 0 0.2em 0;
}
#playlist .featured .stream-box.one-third.attachment.greyoption .stream-box-inner a:visited {
  color: #4d4d4d;
}
#playlist .featured .stream-box.one-third.attachment {
  text-shadow: none;
  width: 31%;
}
#playlist .featured .stream-box.one-third.attachment .stream-box-inner {
  overflow: visible;
  min-height: 250px;
}
#playlist .featured .stream-box.one-third.attachment .stream-box-inner a.img-wrap {
  height: 150px;
}
#playlist .featured .stream-box.one-third.attachment .stream-box-inner a.copy-link::before {
  content: unset;
}
#playlist .featured .stream-box.one-third.attachment .stream-box-inner .icon.attachment {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRp1u8eEDlt_HHp8g1oWmFOhYKgN0usP8UAB5PBYLCiBOyA5mqZSA);
  height: 40px;
  width: 60px;
  background-color: unset;
  left: 8px;
  border: none;
  background-size: 101% auto;
  margin: auto auto;
  top: 25%;
  border: 3px solid black;
  border-radius: 5px;
  filter: invert(1);
}
#playlist .featured .stream-box.one-third.attachment .stream-box-inner .icon.attachment.external-spotify {
  background-image: url(https://storage.googleapis.com/pr-newsroom-wp/1/2018/11/Spotify_Logo_RGB_White-768x230.png);
  width: 120px;
  filter: unset;
  border: none;
}
#playlist .featured .stream-box.one-third.attachment .stream-box-inner .img-overlay {
  display: none;
}
#playlist .featured .stream-box.one-third.attachment .stream-box-inner .copy {
  position: relative;
  padding: 0;
  height: 20%;
}
#playlist .featured .stream-box.one-third.attachment .stream-box-inner .copy header {
  background-color: black;
  padding: 0 5px;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#playlist .featured .stream-box.one-third.attachment .stream-box-inner .copy section {
  position: absolute;
  box-sizing: border-box;
  color: #505050;
  margin: 0;
  padding: 4px;
}
#playlist .container.column-version {
  flex-direction: row;
}
#playlist .container.column-version .featured-section {
  width: 25%;
  margin-top: 1em;
}
#playlist .container.column-version .featured-section .featured {
  flex-direction: column;
}
#playlist .container.column-version .featured-section .featured .stream-box.one-third.attachment {
  width: 100%;
}
#playlist .container.column-version .featured-section .featured .stream-box.one-third.attachment .stream-box-inner {
  min-height: 220px;
}
#playlist .container.column-version .featured-section .featured .stream-box.one-third.attachment .stream-box-inner .icon.attachment {
  top: 20%;
}
#playlist .container.column-version .featured-section .featured .stream-box.one-third.attachment .stream-box-inner a.img-wrap {
  height: 100px;
}
#playlist .container.column-version .player-section {
  width: 75%;
}
#playlist .container.column-version .player-section .menu {
  width: 30%;
}
#playlist .container.column-version .player-section .menu div#explore {
  height: unset;
}
#playlist .container.column-version .player-section .player {
  margin-right: 1em;
}
#playlist .container.column-version .player-section .player .screen {
  background-size: cover;
}
#playlist .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
#playlist .menu {
  width: 34%;
  padding: 1rem;
  box-sizing: border-box;
  /*design update*/
}
#playlist .menu .toggle {
  text-align: center;
  border-bottom: 3px solid #26a9e0;
}
#playlist .menu .toggle {
  text-align: unset;
  display: none;
}
#playlist .menu .toggle .option {
  display: inline-block;
  width: 150px;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(38, 169, 224, 0.4);
  cursor: pointer;
  transition: all 250ms ease-in-out;
  /*design update*/
}
#playlist .menu .toggle .option:hover,
#playlist .menu .toggle .option.active {
  background-color: #26a9e0;
}
#playlist .menu .toggle .option:first-child {
  /*margin-right:5px;*/
  width: 100%;
  box-sizing: border-box;
}
#playlist .menu .toggle .option.list {
  display: none;
}
#playlist .menu #explore {
  height: 400px;
  overflow: scroll;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  padding: 5px 10px;
  /*design update*/
  height: 427px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}
#playlist .menu #explore > div {
  padding: 0 0 5px 0;
}
#playlist .menu #explore .instructions {
  padding: 0 5px 5px 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 0.9rem;
  font-style: italic;
}
#playlist .menu #explore div.artists-voice {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#playlist .menu #explore div.artists-voice .explore-list-items {
  overflow: scroll;
  height: 100%;
}
#playlist .menu #explore .explore-list-header,
#playlist .menu #explore .random-track {
  font-weight: bold;
}
#playlist .menu #explore .random-track {
  color: #26a9e0;
}
#playlist .menu #explore .external-spotify .dashicons-controls-volumeon:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z'%3E%3C/path%3E%3C/svg%3E");
  width: 25px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 15px;
}
#playlist .menu #explore .external-spotify div:before {
  content: "Spotify: ";
}
#playlist .menu #explore .instructions {
  position: absolute;
  top: 7em;
  padding: 0;
  border: none;
  left: 1em;
  font-size: unset;
  font-style: unset;
}
#playlist .menu #explore .explore-item {
  display: flex;
  justify-content: space-between;
  padding: 0;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
#playlist .menu #explore .explore-item .dashicons-controls-volumeon {
  opacity: 0;
  transition: all 250ms ease-in-out;
}
#playlist .menu #explore .explore-item:hover,
#playlist .menu #explore .explore-item.active {
  color: #fff;
  background-color: #26a9e0;
}
#playlist .menu #explore .explore-item:hover .dashicons-controls-volumeon,
#playlist .menu #explore .explore-item.active .dashicons-controls-volumeon {
  opacity: 1;
}
#playlist .menu #my-playlist {
  display: none;
  height: 400px;
  overflow: scroll;
  border: 1px solid #ccc;
}
#playlist .menu #my-playlist .login-prompt {
  margin: 1rem;
}
#playlist .menu #my-playlist .playlist-controls {
  display: flex;
  margin: 10px 0 20px 0;
}
#playlist .menu #my-playlist .playlist-controls > div {
  transition: all 250ms ease-in-out;
  cursor: pointer;
}
#playlist .menu #my-playlist .playlist-controls > div:hover,
#playlist .menu #my-playlist .playlist-controls > div.active {
  color: #26a9e0;
}
#playlist .menu #my-playlist .playlist-controls.manage {
  justify-content: space-between;
  margin: 10px 10px 20px 10px;
}
#playlist .menu #my-playlist .playlist-controls.transport {
  justify-content: center;
  align-items: center;
}
#playlist .menu #my-playlist .playlist-controls.transport #playPause {
  margin: 0 10px;
}
#playlist .menu #my-playlist .playlist-controls.transport #playPause .dashicons,
#playlist .menu #my-playlist .playlist-controls.transport #playPause .dashicons:before {
  height: auto;
  width: auto;
  font-size: 50px;
}
#playlist .menu #my-playlist .playlist-item {
  display: flex;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
#playlist .menu #my-playlist .playlist-item .dashicons-controls-volumeon {
  opacity: 0;
  transition: all 250ms ease-in-out;
  margin-left: auto;
}
#playlist .menu #my-playlist .playlist-item:hover,
#playlist .menu #my-playlist .playlist-item.active {
  color: #fff;
  background-color: #26a9e0;
}
#playlist .menu #my-playlist .playlist-item:hover .dashicons-controls-volumeon,
#playlist .menu #my-playlist .playlist-item.active .dashicons-controls-volumeon {
  opacity: 1;
}
#playlist .menu #my-playlist .playlist-item .title {
  padding: 0 5px 5px 5px;
}
#playlist .menu #my-playlist .playlist-item .dashicons-trash,
#playlist .menu #my-playlist .playlist-item .dashicons-move {
  display: none;
}
#playlist .menu #my-playlist .playlist-item .dashicons-trash {
  margin-left: auto;
}
#playlist .player {
  flex: 2 1 auto;
  padding: 0 1rem 0 0;
}
#playlist .player .screen {
  margin: 1rem auto;
  color: #fff;
}
#playlist .player .meta {
  text-align: center;
}
#playlist .player .meta p {
  font-size: 1.2rem;
  max-width: 99%;
}
#playlist .player .actions {
  padding: 20px 0;
}
#playlist .player .actions > span {
  display: inline-block;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(38, 169, 224, 0.4);
  padding: 5px 10px;
}
#playlist .player .actions > span:first-child {
  margin-right: 5px;
}
#playlist .player .actions > span:hover {
  background-color: #26a9e0;
}
#playlist .share #share-link {
  width: 350px;
  width: 85%;
  padding: 5px;
  border: 1px solid #26a9e0;
  /*margin:0 10px 0 0;*/
  font-size: 1rem;
  font-family: system-ui;
}
.shared-playlist h2 {
  margin: 1rem 0;
}
.shared-playlist .message {
  margin: 0 0 1rem 0;
}
.shared-playlist [v-cloak] {
  display: none;
}
.shared-playlist .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.shared-playlist .wrapper .menu {
  width: 33%;
  overflow: hidden;
}
.shared-playlist .wrapper .menu .playlist-name {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-size: 1.3rem;
  font-weight: bold;
}
.shared-playlist .wrapper .menu .playlist-description {
  text-align: center;
}
.shared-playlist .wrapper .menu .playlist-controls {
  display: flex;
}
.shared-playlist .wrapper .menu .playlist-controls > div {
  transition: all 250ms ease-in-out;
  cursor: pointer;
}
.shared-playlist .wrapper .menu .playlist-controls > div:hover {
  color: #26a9e0;
}
.shared-playlist .wrapper .menu .playlist-controls.transport {
  justify-content: center;
  align-items: center;
}
.shared-playlist .wrapper .menu .playlist-controls.transport #playPause {
  margin: 0 10px;
}
.shared-playlist .wrapper .menu .playlist-controls.transport #playPause .dashicons,
.shared-playlist .wrapper .menu .playlist-controls.transport #playPause .dashicons:before {
  height: auto;
  width: auto;
  font-size: 50px;
}
.shared-playlist .wrapper .menu .playlist-items {
  overflow: scroll;
  height: 400px;
  position: relative;
}
.shared-playlist .wrapper .menu .playlist-item {
  border: 3px solid transparent;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #141414;
  color: #fff;
  transition: all 250ms ease-in-out;
  cursor: pointer;
  padding: 10px;
  margin: 0 0 20px 0;
  text-shadow: 2px 2px 3px #141414;
}
.shared-playlist .wrapper .menu .playlist-item:hover,
.shared-playlist .wrapper .menu .playlist-item.active {
  border-color: #26a9e0;
}
.shared-playlist .wrapper .menu .playlist-item .wrap {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  padding: 10px;
}
.shared-playlist .wrapper .menu .playlist-item .artwork {
  height: 75px;
  width: 75px;
  background-color: #ccc;
  margin: 0 5px 0 0;
}
.shared-playlist .wrapper .menu .playlist-item .artwork img {
  height: 100%;
}
.shared-playlist .wrapper .menu .playlist-item .dashicons-controls-volumeon {
  margin-left: auto;
  opacity: 0;
  transition: all 250ms ease-in-out;
}
.shared-playlist .wrapper .menu .playlist-item .dashicons-controls-volumeon:hover,
.shared-playlist .wrapper .menu .playlist-item .dashicons-controls-volumeon.active {
  opacity: 1;
}
.shared-playlist .wrapper .player {
  width: 66%;
}
.shared-playlist .wrapper .player .screen {
  margin: 0 auto;
}
.shared-playlist .wrapper .player .actions {
  margin: 1rem 0;
  text-align: center;
}
.shared-playlist .featured-lists {
  display: flex;
  justify-content: space-between;
}
.shared-playlist .featured-lists .featured {
  width: 30%;
  height: 150px;
  margin: 1rem;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  overflow: hidden;
  position: relative;
  border: 3px solid transparent;
  border-radius: 5px;
}
.shared-playlist .featured-lists .featured .overlay {
  opacity: 0;
  background-color: rgba(100, 100, 100, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 1px;
  padding: 10px;
  transition: all 250ms ease-in-out;
}
.shared-playlist .featured-lists .featured .overlay .waving {
  display: none;
  margin: 50px 0 0 0;
}
.shared-playlist .featured-lists .featured:hover,
.shared-playlist .featured-lists .featured.active {
  border-color: #26a9e0;
}
.shared-playlist .featured-lists .featured:hover .overlay,
.shared-playlist .featured-lists .featured.active .overlay {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  section.media-experience .media-handles {
    flex-direction: column;
  }
  section.media-experience .media-handles .handle {
    width: 96%;
    padding: 10px 2%;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
  }
  section.media-experience .media-handles .handle-contents {
    margin: auto;
    max-width: 100%;
  }
  section.media-experience .media-handles .handle-contents.broadcast-content {
    float: none;
  }
  section.media-experience .media-handles .handle-contents.broadcast-content .description {
    /*width:235px;*/
  }
  section.media-experience .media-handles .handle-contents.list-content {
    float: none;
  }
  section.media-experience #counterstream #about {
    display: block;
    text-align: center;
  }
  section.media-experience #explore .player .screen,
  section.media-experience #my-playlist .player .screen {
    width: 300px;
    height: calc(300px * (9/16));
  }
  section.media-experience #playlist .container.column-version {
    flex-wrap: wrap;
  }
  section.media-experience #playlist .container.column-version .featured-section,
  section.media-experience #playlist .container.column-version .player-section {
    width: 100%;
  }
  section.media-experience #playlist .featured {
    flex-direction: column;
  }
  section.media-experience #playlist .featured .feature {
    width: auto;
    border-color: #26a9e0;
    background-color: #141414;
    height: 100px;
    margin: 5px 1rem;
  }
  section.media-experience #playlist .featured .feature .copy {
    opacity: 1;
  }
  section.media-experience #playlist .featured .feature img {
    opacity: 0.5;
  }
  section.media-experience #playlist .featured .feature .mobile-hint {
    font-size: 10px;
    text-trasnform: unset;
  }
  section.media-experience #playlist .wrap {
    flex-direction: column;
  }
  section.media-experience #playlist .wrap .menu {
    width: auto;
  }
  section.media-experience #playlist .wrap .menu .toggle .option {
    width: 100px;
  }
  section.media-experience #playlist .wrap .menu #explore {
    height: 300px;
  }
  section.media-experience #playlist .wrap .menu #my-playlist {
    height: 300px;
  }
  section.media-experience #playlist .wrap .player {
    padding: 0;
    flex: 0 1 auto;
  }
  .shared-playlist .wrapper {
    flex-direction: column;
  }
  .shared-playlist .wrapper .menu {
    width: 100%;
    height: 400px;
    margin-bottom: 1rem;
  }
  .shared-playlist .wrapper .player {
    width: 100%;
  }
  .shared-playlist .featured-lists {
    flex-direction: column;
  }
  .shared-playlist .featured-lists .featured {
    width: 100%;
    margin: 0;
  }
}
/* a little branding of the audio player... */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #26a9e0;
}
/* responsive iframes */
.iframe_wrapper {
  width: 100%;
  padding-top: 56.2%;
  position: relative;
  margin-bottom: 20px;
}
.iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
}
/* playlist widgets */
.add_to_playlist {
  text-align: center;
}
.add_to_playlist .star {
  background: url('im/headphone-icon_17-blue.gif') top left no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.add_to_playlist_description {
  text-align: center;
  background-color: #ccffcc;
  border: 1px solid #b9e3f5;
  margin: 10px auto;
  padding: 10px;
  width: 66%;
}
@media screen and (max-width: 668px) {
  .add_to_playlist_description {
    width: 100%;
    background-color: unset;
    box-sizing: border-box;
    border: none;
    padding: 0;
  }
}
.waving {
  position: relative;
  width: 50px;
}
.waving span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #ccc;
  position: absolute;
  animation: audio-wave 1.5s infinite ease-in-out;
}
.waving span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
}
.waving span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
}
.waving span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
}
.waving span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
}
@keyframes audio-wave {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #ccc;
  }
  25% {
    height: 40px;
    transform: translateY(20px);
    background: #26a9e0;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #ccc;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
main.profile {
  padding-bottom: 3em;
  z-index: 2;
  position: relative;
  align-content: flex-start;
}
main.profile h1 {
  word-wrap: break-word;
}
main.profile a.disabled,
main.profile .button.disabled,
main.profile .editable-section-form.disabled select,
main.profile .editable-section-form.disabled input,
main.profile .editable-section-form.disabled textarea,
main.profile .editable-section-form.disabled span.intf_link {
  pointer-events: none;
}
main.profile .editable-tooltip.disabled {
  pointer-events: none;
}
main.profile .editable-tooltip.disabled .editable-tooltip-icon:after {
  content: "";
  background-color: rgba(39, 169, 225, 0.5);
  width: 100%;
  height: 100%;
  display: block;
}
main.profile .form_wrapper {
  position: absolute;
}
main.profile .editable-tooltip p {
  color: #26a9e0;
  font-family: "Brandon";
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
}
main.profile .grid-item {
  margin-bottom: 5px;
}
main.profile .grid-item .overlay {
  background: transparent url('im/encircled-icon-overlay.png') repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  width: 100%;
  height: 100%;
}
main.profile .grid-item .overlay .hoverable.icon {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-size: 24% auto;
  background-repeat: no-repeat;
  background-position: 5% 5%;
}
main.profile .grid-item .overlay .hoverable.icon.listen {
  background-image: url('im/headphone-icon.png');
}
main.profile .grid-item .overlay .hoverable.icon.like {
  background-image: url('im/heart-icon.png');
}
main.profile .grid-item .overlay .hoverable.icon.event {
  background-image: url('im/calendar-icon.png');
}
main.profile .author-bio img.org-img {
  display: none;
}
main.profile .author-bio .author-stats .author-locale {
  float: left;
  display: inline-block;
  color: #26A9E0;
  font-family: "Brandon";
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  margin-right: 12px;
}
main.profile .author-bio .author-stats .author-socials {
  display: inline-block;
}
main.profile .author-bio .author-stats .author-socials .social_created {
  background-color: #26a9e0;
  border-radius: 25px;
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 14px;
}
main.profile .author-bio .author-stats .author-socials .fb {
  background-position: 40px 31px;
  background-image: url("im/social_created.png");
}
main.profile .author-bio .author-stats .author-socials .tw {
  background-position: -4px 31px;
  background-image: url("im/social_created.png");
}
main.profile .author-bio .author-stats .author-socials .web {
  background-image: url("im/world.png");
  background-position: center center;
  background-repeat: no-repeat;
}
main.profile .author-bio .author-stats .author-socials .instagram {
  background-image: url("im/instagram.png");
  background-position: center center;
  background-repeat: no-repeat;
}
main.profile .author-bio .author-stats .author-socials .impactfundcohort {
  background-image: url("im/rosin-skyline.png");
  background-position: 110px 0;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: "Brandon";
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  text-transform: uppercase;
  width: 140px;
}
main.profile .author-bio #mediaWrapper {
  margin-top: 3em;
}
main.profile .author-bio #mediaWrapper .mejs-container {
  margin: 1.5em auto;
  width: 100% !important;
}
main.profile .author-bio #mediaWrapper .sample {
  overflow: hidden;
  margin-top: 30px;
}
main.profile .author-bio #mediaWrapper .sample div.title h2 {
  margin-bottom: 15px;
}
main.profile .author-bio #mediaWrapper .video iframe {
  width: 100%;
  height: 100%;
}
main.profile .author-bio #mediaWrapper .user-embed.video .iframe_wrapper {
  width: 80%;
  padding-top: 45%;
}
main.profile .author-bio #mediaWrapper .editable-tooltip-wrapper .editable-section-form.form_wrapper.edit_existing_sample {
  position: absolute;
}
main.profile .author-bio .articleWrapper {
  padding-top: 20px;
}
main.profile .author-bio .articleWrapper .articles .stream-box {
  padding: 20px 0 0;
}
main.profile .author-bio .articleWrapper .articles .stream-box .metas {
  line-height: 20px;
  font-family: 'Brandon';
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 5px;
}
main.profile .author-bio .articleWrapper .articles .stream-box .metas span.the-cat {
  display: block;
  font-family: "brandon";
  margin: 10px 0;
  text-transform: uppercase;
  width: 100%;
  color: #ACB9C7;
}
main.profile .author-bio .articleWrapper .articles .stream-box a.primary {
  font-size: 1.6rem;
  color: #26a9e0;
  font-family: "alt gothic";
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
}
main.profile .author-info .plupload-browse-button-profile-image {
  color: #26a9e0;
}
main.profile .author-info .plupload-browse-button-profile-image:hover {
  cursor: pointer;
  color: #8ac8e2;
}
main.profile .author-info .venue-info-wrapper,
main.profile .author-info .venue-info-wrapper a.map,
main.profile .author-info .venue-info-wrapper a.map img {
  width: 100%;
  position: relative;
}
main.profile .author-info .followWrapper,
main.profile .author-info .playlistswrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
main.profile .author-info .followWrapper .grid,
main.profile .author-info .playlistswrapper .grid {
  position: relative;
  z-index: 1;
}
main.profile .author-info .followWrapper h2,
main.profile .author-info .playlistswrapper h2 {
  width: calc(100% - 20px);
}
main.profile .author-info .playlistswrapper {
  z-index: 2;
}
main.profile .author-info img.org-img {
  display: block;
}
main.profile br.EndVenueAddress {
  display: none;
}
main.profile p#edit_show_country_select {
  float: right;
  margin-top: 0;
}
main.profile p.venue_info_section_toggle {
  margin-bottom: 0;
}
main.profile .add_to_playlist > span:first-child:not(.star):before {
  content: "";
  background: url(im/headphone-icon_17-blue.gif) top left no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
main.profile #mediaWrapper_additional_items {
  padding-bottom: 4em;
}
@media screen and (max-width: 800px) {
  main.profile .author-bio img.org-img {
    display: block;
    width: 100%;
    height: auto;
  }
  main.profile .author-bio #mediaWrapper .sample .title h2 {
    margin-top: 15px;
  }
  main.profile .author-info img.org-img {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  main.profile {
    /*disable hover tooltips*/
  }
  main.profile .hide-mobile {
    display: none;
  }
  main.profile .change-actions .button {
    width: 48%;
  }
  main.profile h1 {
    font-size: 2em;
    padding-top: 5px;
  }
  main.profile .playlistswrapper,
  main.profile .followWrapper {
    margin-top: 50px;
  }
  main.profile .fieldset-title {
    padding-top: 5px;
  }
  main.profile .editable-tooltip.visible {
    width: calc(100% + 2px);
    left: -1px;
    border: 1px solid #B9E3F5;
  }
  main.profile .editable-tooltip.visible:before {
    content: "";
    height: 40vh;
    width: calc(100% + 4em);
    position: absolute;
    top: calc(-40vh - 1px);
    left: -2em;
    z-index: 700;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  main.profile .editable-tooltip:not(.visible) {
    border: none;
  }
  main.profile .editable-tooltip:not(.visible):hover {
    min-height: unset;
  }
  main.profile .editable-tooltip:not(.visible):hover > p {
    display: none;
  }
  main.profile .editable-section-form,
  main.profile .author-bio #mediaWrapper .editable-tooltip-wrapper .editable-section-form.form_wrapper.edit_existing_sample {
    margin: 0 1px 12px;
    width: calc(100% - 2px);
  }
  main.profile .editable-section-form:after,
  main.profile .author-bio #mediaWrapper .editable-tooltip-wrapper .editable-section-form.form_wrapper.edit_existing_sample:after {
    content: "";
    height: 40vh;
    width: calc(100% + 4em);
    position: absolute;
    left: -2em;
    z-index: 700;
    margin-top: calc(2em - 9px);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  main.profile #mediaWrapper_additional_items .additional-media-items {
    margin-top: 30px;
    cursor: pointer;
  }
  main.profile #mediaWrapper_additional_items .additional-media-items .no-media-placeholder:after {
    content: "add a media item";
    color: white;
    font-family: "Brandon";
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    padding-top: 9%;
    margin-left: 10px;
  }
  main.profile #mediaWrapper_additional_items .additional-media-items .no-media-placeholder img {
    float: left;
    margin-left: 15px;
  }
  main.profile .author-bio #mediaWrapper .sample .title h2 {
    margin-top: 0;
  }
  main.profile .author-bio .editable-tooltip-wrapper.mobile-only {
    /*border: 1px solid #B9E3F5;*/
    /*height:auto !important;*/
  }
  main.profile .author-bio #profile_photo_editable_tooltip.editable-tooltip {
    /*border:none;*/
  }
  main.profile .author-bio #profile_photo_editable_tooltip.editable-tooltip .editable-tooltip-icon {
    /*top:unset;
					bottom:0;*/
  }
  main.profile .author-bio #profile_photo_editable_tooltip.editable-tooltip.visible {
    /*bottom: unset;
				margin-top:-18px;
				min-height:unset;*/
  }
  main.profile .author-bio #profile_photo_editable_tooltip.editable-tooltip.visible .editable-tooltip-icon {
    bottom: unset;
  }
  main.profile .author-bio .editable-section-form.img-wrapper {
    /*border:none;*/
  }
  main.profile .author-bio .editable-section-form.img-wrapper:after {
    /*margin-top:2.1em;*/
  }
}
@media screen and (max-width: 420px) {
  main.profile .view-as-pub-link {
    position: relative;
    top: -2em;
    left: calc(-2em + 10px);
  }
  main.profile .view-as-pub-link span {
    vertical-align: -0.1em;
  }
  main.profile .editable-tooltip-wrapper {
    height: auto !important;
  }
  main.profile .editable-tooltip-wrapper .editable-tooltip,
  main.profile .editable-tooltip-wrapper .not-editable-tooltip {
    right: calc(-2em + 5px);
    border: none;
  }
  main.profile .editable-tooltip-wrapper .editable-tooltip.visible {
    right: 0;
  }
  main.profile .editable-tooltip-wrapper .editable-tooltip.visible .editable-tooltip-icon {
    right: -26px;
  }
  main.profile .editable-tooltip-wrapper .editable-tooltip.visible p {
    /*margin-top:0;
					box-sizing: border-box;
				    background-color: white;
				    width: ~"calc(100% + 2px)";
				    margin-left: -1px;*/
  }
  main.profile .editable-tooltip-wrapper .editable-tooltip.visible:before {
    top: -40vh;
  }
  main.profile .editable-section-form,
  main.profile .author-bio #mediaWrapper .editable-tooltip-wrapper .editable-section-form.form_wrapper.edit_existing_sample {
    padding: 0 2em 2em;
    border: none;
  }
  main.profile .author-bio .editable-tooltip-wrapper:not(#basic-editable-tooltip-wrapper) .editable-section-form,
  main.profile .author-bio #mediaWrapper .editable-tooltip-wrapper .editable-section-form.form_wrapper.edit_existing_sample {
    width: calc(100% + 4em);
    margin-left: -2em;
  }
  main.profile .author-stats .editable-section-form {
    padding-bottom: 2em;
  }
  main.profile .author-bio img.org-img {
    width: calc(100% + 4em);
    margin-left: -2em;
    margin-top: -2em;
    border-top: 1px solid rgba(127, 127, 127, 0);
  }
  main.profile .author-bio .editable-tooltip-wrapper.mobile-only {
    border: none;
  }
  main.profile .author-bio .editable-tooltip-wrapper.mobile-only #profile_photo_editable_tooltip.editable-tooltip.visible {
    margin-top: unset;
    top: -22px;
    background-color: white;
    width: calc(100% + 4em);
    left: -2em;
    height: 100%;
    padding: 22px 2em 2em;
    box-sizing: border-box;
  }
  main.profile .author-bio .editable-tooltip-wrapper.mobile-only #profile_photo_editable_tooltip.editable-tooltip.visible:before {
    top: -45vh;
  }
  main.profile .author-bio .editable-tooltip-wrapper.mobile-only #profile_photo_editable_tooltip.editable-tooltip.visible .editable-tooltip-icon {
    top: 0;
    right: 5px;
  }
  main.profile .author-bio .editable-tooltip-wrapper.mobile-only #profile_photo_editable_tooltip_icon_mobile {
    top: calc(-2em - 22px);
    top: -22px;
  }
  main.profile .author-bio .editable-tooltip-wrapper.mobile-only .editable-section-form.img-wrapper:after {
    margin-top: 1em;
  }
  main.profile .author-bio .author-stats {
    width: calc(100% + 4em);
    margin-left: -2em;
    padding: 0 0 5px;
    text-align: center;
    box-sizing: border-box;
  }
  main.profile .author-bio .author-stats h1,
  main.profile .author-bio .author-stats .author-locale {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  main.profile .author-bio .author-stats .editable-tooltip-wrapper h1 {
    padding-right: 22px;
  }
  main.profile .author-bio .author-stats .editable-tooltip.visible .editable-tooltip-icon {
    right: 5px;
    top: 9px;
  }
  main.profile .author-bio .author-stats .author-locale {
    margin: 0;
    float: none;
    width: 100%;
  }
  main.profile .author-bio .author-stats .editable-tooltip {
    right: 5px;
    top: 8px;
  }
  main.profile .author-bio .author-stats .author-socials a.social_created:last-child,
  main.profile .author-bio .author-stats .author-socials a.social_created:only-child {
    margin-right: 0;
  }
  main.profile .author-bio .author-stats .bio-copy-contents {
    padding: 0 2em;
  }
  main.profile .author-bio #mediaWrapper {
    margin-top: 0;
  }
  main.profile .author-bio #mediaWrapper > .sample {
    background-color: #eaf7fc;
    padding: 20px 20px;
    margin-bottom: 20px;
    border: 1px solid #cbeaf8;
  }
  main.profile .author-bio #mediaWrapper_additional_items .additional-media-items .editable-tooltip.visible p {
    margin-top: -1px;
  }
  main.profile .author-bio #mediaWrapper_additional_items .additional-media-items .editable-tooltip:not(.visible) {
    width: calc(100% + 2em);
    top: 0;
    height: 53px;
    background-color: transparent;
  }
  main.profile .author-bio #mediaWrapper_additional_items .additional-media-items .no-media-placeholder:after {
    padding-top: 8%;
  }
  main.profile .author-bio #mediaWrapper_additional_items .additional-media-items .editable-tooltip .editable-tooltip-icon {
    top: 0;
  }
  main.profile .author-info .playlistswrapper h2,
  main.profile .author-info .followWrapper h2 {
    width: unset;
  }
  main.profile #playlist_editable_tooltip,
  main.profile #following_editable_tooltip {
    background: none;
  }
  main.profile #playlist_editable_tooltip p,
  main.profile #following_editable_tooltip p {
    border: 1px solid #B9E3F5;
    background-color: white;
    margin-top: 25px;
  }
}
#wpadminbar #wp-admin-bar-delete-user-account a:before {
  content: "\f158";
  top: 3px;
  color: #d54e21;
}
.project-status div:last-child {
  margin-bottom: 1rem;
}
.project-status > div.actions {
  display: flex;
  justify-content: space-between;
}
.project-status > div:first-child {
  padding: 10px;
  background-color: #eaf7fc;
  border: 1px solid #26a9e0;
  margin: 0 0 20px 0;
  position: relative;
  line-height: 1.2;
}
.project-status > div:first-child p {
  line-height: 1.4;
}
.project-status > div:first-child:empty {
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
}
.project-status > div:first-child .dashicons-no-alt {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.project-status .update-success-message .fb {
  display: inline-block;
}
.project-status .update-success-message .fb span {
  background-image: url("im/social-blue-hover.svg");
  background-repeat: no-repeat;
  background-size: 40px auto;
  display: inline-block;
  background-position: -20px 0px;
  width: 16px;
  padding-right: 4px;
  height: 19px;
}
.project-status .update-success-message .fb:hover span {
  background-position: -20px -20px;
}
.project-status .update-success-message .tw {
  display: inline-block;
}
.project-status .update-success-message .tw span {
  background-image: url("im/social-blue-hover.svg");
  background-repeat: no-repeat;
  background-size: 40px auto;
  display: inline-block;
  background-position: 3px -1px;
  width: 25px;
  padding-right: 3px;
  height: 17px;
}
.project-status .update-success-message .tw:hover span {
  background-position: 3px -21px;
}
.project-page h3 {
  font-family: 'Brandon', arial, sans-serif;
  font-size: 1.4rem;
  margin: 0 0 5px 0;
}
.project-page h4 {
  font-family: 'Brandon', arial, sans-serif;
  font-size: 1.3rem;
  margin: 0 0 5px 0;
}
.project-page p {
  margin: 1rem 0;
}
.project-page ul {
  padding: 0 0 12px 40px;
}
.project-page ul li {
  padding-bottom: 2px;
}
.project-page .featured-image {
  margin-top: 20px;
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}
.project-page .featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.project-page .excerpt {
  border: 1px solid #b9e3f5;
  padding: 25px;
  color: #26a9e0;
  font-family: 'Alt Gothic', arial, sans-serif;
  font-size: 2.2rem;
  margin-bottom: 1em;
}
.project-page .update_form {
  display: none;
}
.project-page .update_form .media_attachment_display_container {
  position: relative;
}
.project-page .update_form .media_attachment_display_container .remove-media-item {
  position: absolute;
  right: 0px;
  top: 25px;
  font-family: 'brandon';
  text-transform: uppercase;
}
.project-page .update_form .media_attachment_display_container .remove-media-item:hover {
  cursor: pointer;
}
.project-page .update_form .media_attachment_display_container fieldset .update_media_uploader_container img {
  width: 100%;
}
.project-page .update_form .media_attachment_display_container fieldset .update_media_uploader_container p .remove-update-file {
  color: #26a9e0;
}
.project-page .update_form .media_attachment_display_container fieldset .update_media_uploader_container p .remove-update-file:hover {
  cursor: pointer;
}
.project-page #update-preview {
  display: none;
}
.project-page .updates {
  /*background-color:#eaf7fc;*/
  padding: 4%;
  margin: 26px 0 21px;
}
.project-page .updates .more-updates {
  display: none;
}
.project-page .updates .handle {
  text-align: center;
  text-transform: uppercase;
  color: #26a9e0;
  transition: all 250ms ease-in-out;
  cursor: pointer;
  margin: 1em 0;
}
.project-page .updates .handle:hover {
  color: #8ac8e2;
}
.project-page .update {
  border-top: 3px solid rgba(38, 169, 224, 0.1);
  margin-top: 1em;
  margin-left: 0;
  padding-top: 1em;
}
.project-page .update .meta {
  padding: 10px 0;
}
.project-page .update .gallery {
  position: relative;
}
.project-page .update .gallery .control {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  background-color: transparent;
  height: 100px;
  width: 50px;
  display: none;
  opacity: 0.3;
  position: absolute;
  top: 2rem;
  z-index: 2;
}
.project-page .update .gallery .control.prev {
  background-image: url(im/backarrow.svg);
  left: 0;
}
.project-page .update .gallery .control.next {
  background-image: url(im/fwdarrow.svg);
  right: 0;
}
.project-page .update .gallery .control.active,
.project-page .update .gallery .control.active:focus,
.project-page .update .gallery .control.active:hover {
  opacity: 1;
  cursor: pointer;
  display: inline-block;
}
.project-page .update .gallery .media-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.project-page .update .gallery .media-wrapper .media-item {
  flex: none;
  display: none;
  width: 100%;
  min-height: 200px;
}
.project-page .update .gallery .media-wrapper .media-item img {
  width: 100%;
  margin: auto;
  display: block;
}
.project-page .update .gallery .media-wrapper .media-item .update_audio {
  max-width: 100%;
  margin: 2rem auto;
  display: block;
}
.project-page .update .gallery .media-wrapper .media-item:first-child {
  display: inline-block;
}
.project-page .update .sliderpager {
  text-align: center;
  padding: 5px 0;
}
.project-page .update .sliderpager span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 5px;
}
.project-page .update .sliderpager span.active {
  background-color: #aaa;
}
.project-page .update p {
  margin: 0 0 1rem;
}
.project-page .update p img {
  max-width: 100%;
}
.project-page .update-event-prompt {
  border: 1px solid #26a9e0;
  background-color: #eaf7fc;
  margin: 2rem 0;
}
.project-page .update-event-prompt p {
  font-family: 'Brandon';
  text-transform: uppercase;
  text-align: center;
}
.project-page .update-event-prompt .actions {
  margin: 10px 0;
  display: flex;
  justify-content: space-around;
}
.project-page .update-actions {
  margin: 10px 0;
  display: flex;
  justify-content: space-around;
}
.project-page .comments {
  background-color: #eaf7fc;
  padding: 4%;
  margin: 0 0 1em;
}
.project-page .comments ol.commentlist {
  list-style-type: none;
  font-size: 1rem;
}
.project-page .comments ol.commentlist li {
  margin: 2rem 0;
}
.project-page .comments ol.commentlist li p {
  margin: 0;
}
.project-page .comments ol.commentlist > li:before {
  display: none;
  content: none;
}
.project-page .comments form p {
  margin: 0 0 1rem;
}
.project-page .comments form p.comment-form-comment textarea {
  width: 100%;
  font-size: 1em;
  font-family: 'Franklin';
}
.project-page .comments > h3:first-child {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.project-page .comments h3#reply-title {
  font-size: 1.5rem;
}
.project-page .comments h3#comments {
  font-size: 1rem;
  margin: 12px 0;
}
.project-page .comments input#submit {
  background: #26a9e0;
  color: #fff;
  font-family: "Brandon";
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #26a9e0;
  padding: 0.42857143rem 0.71428571rem;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  cursor: pointer;
}
.project-page .comments em.comment-awaiting-moderation,
.project-page .comments .comment-meta.commentmetadata,
.project-page .comments .reply {
  line-height: 2em;
}
.project-page .description {
  margin: 1em 0;
}
.project-page .description h4 {
  margin-left: 1rem;
}
.project-page .description img {
  max-width: 100%;
}
.project-page .media .media-item {
  margin: 2em 0 3rem 0;
}
.project-page .media .media-item .title {
  font-family: 'Alt Gothic';
  text-transform: uppercase;
  font-size: 1.6rem;
  margin: 0 0 5px 0;
  line-height: 1.1;
}
.project-page .media .media-item.audio .project_audio {
  margin: 0 0 1rem 0;
  height: 31px;
}
.project-page .media .media-item .media-details {
  margin-bottom: 10px;
}
.project-page .media .media-item .media-details .people {
  font-family: 'Brandon';
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1rem 0 0 0;
}
.project-page .media .media-item .media-details .people .artist {
  transition: all 250ms ease-in-out;
}
.project-page .media .media-item .media-details .people .artist:hover {
  color: #8ac8e2;
}
.project-page .media .media-item .mejs-container {
  height: 40px;
}
.project-page .details {
  background-color: #eaf7fc;
  margin: 0 0 1em 0;
  padding: 8%;
}
.project-page .details p {
  margin: 0 0 1rem 0;
}
.project-page .details .recent {
  margin-bottom: 1rem;
}
.project-page .details .follow {
  width: 45%;
  float: left;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.project-page .details .follow .button {
  width: 100%;
  font-family: 'Alt Gothic';
  font-size: 2rem;
  letter-spacing: 1px;
}
.project-page .details .share {
  width: 45%;
  float: right;
  font-size: 1.2rem;
  padding-top: 18px;
}
.project-page .details .share span,
.project-page .details .share a {
  cursor: pointer;
}
.project-page .details .share span:first-child {
  padding-right: 5px;
}
.project-page .details .share .share-icon {
  background-image: url("im/social-blue-hover.svg");
  background-repeat: no-repeat;
  background-size: 40px auto;
  display: inline-block;
}
.project-page .details .share .share-icon.tweet {
  background-position: 3px -1px;
  width: 25px;
  padding-right: 3px;
  height: 18px;
}
.project-page .details .share .share-icon.fb {
  background-position: -20px 0px;
  width: 16px;
  padding-right: 4px;
  height: 19px;
}
.project-page .details .share.disabled:hover {
  cursor: default;
}
.project-page .details .share.disabled .intf_link.disabled .share-icon {
  background-image: url("im/social-grey-hover.svg");
}
.project-page .details .share.disabled .intf_link.disabled .share-icon:hover {
  cursor: default;
}
.project-page .events {
  background-color: #eaf7fc;
  margin: 0 0 1em 0;
  padding: 8%;
}
.project-page .events .event-image img {
  max-width: 100%;
  height: auto;
}
.project-page .events .event-title {
  margin-bottom: 0;
}
.project-page .events .event-location {
  margin-bottom: 1.5em;
  font-weight: bold;
}
.project-page .creators {
  background-color: #eaf7fc;
  margin: 0 0 1em 0;
  padding: 8%;
}
.project-page .creators p {
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.2em;
}
.project-page .creators .organizer .organizer-name {
  font-size: 1.4rem;
}
.project-page .creators .organizer .location {
  font-weight: bold;
  margin: 0 0 10px 0;
}
.project-page .creators .organizer .organizer-image {
  display: inline-block;
  float: right;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 0 5px 5px;
}
.project-page .creators .organizer .organizer-image.nobio {
  margin-left: 0;
  float: left;
}
.project-page .creators .organizer .organizer-image img {
  display: block;
  margin-left: 4%;
  float: right;
  margin-top: 0px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid transparent;
  width: 150px;
  height: auto;
  transition: all 250ms ease-in-out;
  /*make them all square*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
.project-page .creators .organizer .organizer-image img:hover {
  border-color: #26a9e0;
}
.project-page .creators .organizer .bio {
  line-height: 1.3;
  /*allow hyphenation*/
  word-break: normal;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.project-page .creators .socials,
.project-page .creators .author-socials {
  height: 30px;
}
.project-page .creators .socials .social_created,
.project-page .creators .author-socials .social_created {
  float: left;
  width: 30px;
  height: 30px;
  background-color: #26A9E0;
  background-image: url("im/social_created.png");
  border-radius: 25px;
}
.project-page .creators .socials .social_created.fb,
.project-page .creators .author-socials .social_created.fb {
  margin-right: 6px;
  background-position: 40px 31px;
}
.project-page .creators .socials .social_created.web,
.project-page .creators .author-socials .social_created.web {
  margin-right: 6px;
  background-image: url("im/world.png");
  background-repeat: no-repeat;
  background-position: center;
}
.project-page .creators .socials .social_created.tw,
.project-page .creators .author-socials .social_created.tw {
  margin-right: 6px;
  background-position: -4px 31px;
}
.project-page .creators .socials .social_created.instagram,
.project-page .creators .author-socials .social_created.instagram {
  background-image: url("im/instagram.png");
  background-repeat: no-repeat;
  background-position: center;
}
.project-page .creators .socials .social_created.impactfundcohort,
.project-page .creators .author-socials .social_created.impactfundcohort {
  background-image: url("im/rosin-skyline.png");
  background-repeat: no-repeat;
  background-position: 110px 0;
  font-family: "Brandon";
  color: #FFFFFF;
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 10px;
}
.project-page .creators .socials {
  margin: 0 0 10px 0;
}
.project-page .creators .socials.nosocials {
  height: 0;
}
.project-page .creators .collaborators {
  margin: 15px 0 10px 0;
  display: inline-block;
}
.project-page .creators .collaborators .collaborator {
  clear: both;
  margin: 10px 0;
}
.project-page .creators .collaborators .collaborator .collab-name {
  padding: 5px 0;
  font-size: 1.1rem;
}
.project-page .creators .collaborators .collaborator img {
  width: 120px;
  margin: 0 12px 15px 0;
  height: 120px;
  object-fit: cover;
  float: left;
  border: 1px solid transparent;
  transition: all 250ms ease-in-out;
}
.project-page .creators .collaborators .collaborator img:hover {
  border-color: #26a9e0;
}
.project-page .sponsors {
  background-color: #eaf7fc;
  margin: 0 0 1em 0;
  padding: 8%;
}
.project-page .sponsors .sponsor-name {
  padding: 5px 0;
  font-size: 1.1rem;
}
.project-page .sponsors img {
  width: 120px;
  margin-right: 12px;
  height: 120px;
  float: left;
  border: 1px solid transparent;
  transition: all 250ms ease-in-out;
}
.project-page .sponsors img:hover {
  border-color: #26a9e0;
}
.project-page .sponsors .about-nmc {
  text-align: center;
  padding: 30px 0 10px 0;
  line-height: 1.2;
  font-family: 'Brandon';
  text-transform: uppercase;
}
.project-page .sponsors .about-nmc a {
  line-height: 1.3;
  font-size: 1.4rem;
  transition: all 250ms ease-in-out;
}
.project-page .sponsors .about-nmc a:hover {
  color: #8ac8e2;
}
.project-page .private {
  margin: 2rem 0;
  padding: 1rem;
  background-color: #ddd;
  border: 1px solid #999;
}
.project-page .private section {
  margin: 1rem 0;
}
.project-page .private .budget .amount {
  text-align: right;
}
.project-page .private .budget th {
  text-align: left;
  padding: 3px;
}
.project-page .private .budget td {
  padding: 3px;
}
.dashboard section.awarded-organizing .stream-box .actions .flash-msg {
  font-family: 'brandon';
  color: #26a9e0;
  text-transform: uppercase;
  font-size: 0.8em;
}
.dashboard section.awarded-organizing .stream-box .actions .flash-msg p {
  font-size: 1em;
  line-height: 1em;
  padding-left: 14%;
  padding-right: 14%;
}
.dashboard section.awarded-organizing .stream-box .actions .popup-msg {
  display: none;
  position: fixed;
  top: 20%;
  background: #fff;
  z-index: 10;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  padding: 10px;
  border: 2px solid #b9e3f5;
}
.dashboard section.awarded-organizing .stream-box .actions .popup-msg p,
.dashboard section.awarded-organizing .stream-box .actions .popup-msg ul,
.dashboard section.awarded-organizing .stream-box .actions .popup-msg ol {
  font-size: 1em;
  line-height: 1.2em;
  text-align: left;
}
.dashboard section.awarded-organizing .stream-box .actions .popup-msg p span.button.confirm-button,
.dashboard section.awarded-organizing .stream-box .actions .popup-msg ul span.button.confirm-button,
.dashboard section.awarded-organizing .stream-box .actions .popup-msg ol span.button.confirm-button {
  float: right;
}
.following-msg-popup {
  position: fixed;
  top: 50%;
  z-index: 20000;
  height: 150px;
  width: 300px;
  left: 50%;
  margin-top: -75px;
  margin-left: -150px;
  background-color: #eaf7fc;
  border: 1px solid #26a9e0;
}
.following-msg-popup p {
  color: #4d4d4d;
  font-family: "Franklin", arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  width: 90%;
  margin-left: 5%;
  position: relative;
  top: 10%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  main .col.full.project-page {
    order: 3;
  }
  .project-page .media .media-item.audio .project_audio {
    width: 90%;
  }
  .minor.project-page > div {
    padding: 4%;
  }
}
@media screen and (max-width: 668px) {
  main .col.major.project-page {
    display: flex;
    flex-direction: column;
  }
  .project-page .updates {
    order: 5;
  }
  .project-page .excerpt {
    order: 2;
  }
  .project-page .media {
    order: 4;
  }
  .project-page .editable:first-child {
    order: 0;
  }
  .project-page .editable:nth-child(2) {
    order: 1;
  }
  .project-page .editable:nth-child(5) {
    order: 3;
  }
  .project-page .content p a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
  }
  .project-page .excerpt {
    font-size: 1.4rem;
    line-height: 1.2em;
    padding: 15px 0;
    border: none;
  }
  .project-page .media {
    margin-top: 26px;
  }
  .project-page .media .media-item {
    background-color: #eaf7fc;
    padding: 4%;
  }
  .project-page .media .media-item .title {
    font-size: 2rem;
  }
  .project-page .media .media-item.audio .project_audio {
    height: 45px;
    width: 100%;
  }
  .project-page .media .media-item.audio .title {
    margin-bottom: 15px;
  }
  .project-page .media .media-item .media-details div.people {
    margin-top: 25px;
    color: white;
    line-height: 0;
    text-align: center;
  }
  .project-page .media .media-item .media-details div.people span,
  .project-page .media .media-item .media-details div.people a {
    display: block;
    line-height: normal;
  }
  .project-page .media .media-item .media-details div.people span {
    color: #4d4d4d;
  }
  .project-page .creators .organizer .organizer-image.nobio {
    float: none;
  }
}
@media screen and (max-width: 420px) {
  .project-page .excerpt {
    line-height: unset;
  }
  .project-page h2 {
    text-align: center;
  }
  .project-page .details .follow-share div {
    float: none;
    width: 60%;
  }
  .project-page .update .gallery .control {
    height: 26px;
    width: 22px;
    top: unset;
    bottom: 0;
  }
  .project-page .creators .organizer .organizer-image {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .project-page .creators .collaborators .collaborator div {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .project-page h3,
  .project-page h4 {
    font-size: 1em;
  }
  .project-page .comments h3#reply-title {
    font-size: unset;
  }
}
.additional_work_sample {
  margin-top: 40px;
}
main.event .col.full {
  margin-bottom: 15px;
}
main.event .col.full .actions .small_btn {
  color: #fff;
}
main.event .col.major .img-wrapper img {
  width: 100%;
  position: relative;
  height: auto;
}
main.event .col.major ul {
  margin-top: 15px;
}
main.event .col.minor .img-wrapper {
  display: none;
}
main.event .col.minor .details {
  background-color: #eaf7fc;
  border: 1px solid #eceffc;
  margin: 0 auto 20px;
  padding: 8%;
}
main.event .col.minor .details p {
  font-family: "Brandon";
  float: left;
  box-sizing: border-box;
  font-size: 15px;
  min-height: 40px;
  padding-left: 50px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  line-height: 1.5em;
  overflow-wrap: break-word;
}
main.event .col.minor .details p span.label {
  background-size: 40px 40px;
  color: #26a9e0;
  background-color: transparent;
  background-position: left center;
  direction: inline-block;
  float: left;
  font-size: 0;
  height: 40px;
  left: 0;
  margin-right: 2px;
  position: absolute;
  top: 0;
  width: 40px;
}
main.event .col.minor .details p span.datetime {
  background-image: url("im/clock-icon.png");
}
main.event .col.minor .details p span.location {
  background-image: url("im/location-icon.png");
}
main.event .col.minor .details p span.price {
  background-image: url("im/tix-icon.png");
}
main.event .col.minor .details p span.streamingurl {
  background-image: url("im/link-icon.png");
}
main.event .col.minor .details p.more-project-details-link {
  box-sizing: border-box;
  font-size: 15px;
  min-height: auto;
  padding-left: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  line-height: 1.5em;
  overflow-wrap: break-word;
}
main.event .col.minor .details p a.streamingurl,
main.event .col.minor .details p.price {
  line-height: 40px;
}
main.event .col.minor .details .map-wrapper {
  width: 100%;
  position: relative;
  height: auto;
  height: 250px;
  float: left;
  margin-top: 15px;
}
main.event .col.minor .details .map-wrapper #map {
  width: 100%;
  position: relative;
  height: 100%;
}
main.event .col.minor .details .events-tools {
  margin-top: 15px;
}
main.event .col.minor .details .events-tools .button {
  width: 100%;
}
main.event .col.minor .details .events-tools .button.first {
  margin-bottom: 15px;
}
main.event .col.minor .related-project-box h2 {
  font-family: 'Brandon';
  font-size: 1em;
  letter-spacing: 2px;
  margin-bottom: 1em;
}
main.event .col.minor .related-project-box img {
  width: 100%;
  height: auto;
}
main.event .reccomended-events h3 {
  width: 100%;
}
main.event .reccomended-events .stream-row {
  width: 100%;
  margin-bottom: 0;
}
main.event .reccomended-events .stream-row .one-half {
  width: 50%;
}
main.event .reccomended-events .stream-row .one-half .feat-img-box {
  position: relative;
  width: 95%;
  padding-bottom: 95%;
  overflow: hidden;
  margin-right: 0;
  float: right;
}
main.event .reccomended-events .stream-row .one-half .feat-img-box a::before {
  content: "\a0";
}
main.event .reccomended-events .stream-row .one-half .feat-img-box .copy {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5%;
  width: 90%;
  height: 90%;
  z-index: 1000;
  display: none;
  background: transparent url("im/encircled-icon-overlay.png") repeat scroll center center;
}
main.event .reccomended-events .stream-row .one-half .feat-img-box .copy h3 {
  font-size: 3em;
}
main.event .reccomended-events .stream-row .one-half .feat-img-box .copy h4.thedate {
  font-family: 'Brandon';
  font-size: 1.5em;
  letter-spacing: 2px;
  margin-top: 1em;
}
main.event .reccomended-events .stream-row .one-half .feat-img-box img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
main.event .reccomended-events .stream-row .one-half .feat-img-box img:before {
  display: block;
  background-image: url(im/placeholder_nmbxstyle.jpg);
  background-size: cover;
  background-position: center center;
  content: "";
  height: 100%;
}
main.event .reccomended-events .stream-row .one-half .feat-img-box:first-child {
  margin-right: 10%;
  float: left;
}
main.event .reccomended-events .stream-row .one-half .feat-img-box:hover .copy,
main.event .reccomended-events .stream-row .one-half .feat-img-box:focus-within .copy {
  display: block !important;
}
@media (max-width: 800px) {
  main.event .reccomended-events .stream-row .one-half .feat-img-box .copy h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 2.9em;
    -webkit-box-orient: vertical;
  }
  main.event .reccomended-events .stream-row .one-half .feat-img-box .copy h4 {
    position: absolute;
    bottom: 5px;
  }
  main.event .col.minor {
    width: 32%;
    order: 0;
    /*width:100%;
			order:1;*/
  }
  main.event .col.minor .details {
    margin-top: 20px;
  }
  main.event .col.minor .details p:first-child br {
    display: inline;
    content: ' ';
    clear: none;
  }
  main.event .col.minor .details p:first-child br:after {
    content: ' ';
  }
  main.event .col.minor .details .map-wrapper {
    height: 200px;
  }
  main.event .col.minor .details .events-tools {
    text-align: center;
  }
  main.event .col.minor .details .events-tools .button {
    font-size: 1.5rem;
    width: 90%;
  }
  main.event .col.minor .img-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  main.event .col.minor .img-wrapper img {
    width: 100%;
    position: relative;
    height: auto;
  }
  main.event .col.major {
    width: 65%;
    /*width:100%;
			order:2;*/
  }
  main.event .col.major .img-wrapper {
    display: none;
  }
}
@media (max-width: 668px) {
  main.event .reccomended-events .stream-row .one-half .feat-img-box .copy h3 {
    font-size: 2rem;
  }
  main.event .reccomended-events .stream-row .one-half .feat-img-box .copy h4.thedate {
    font-size: 0.8rem;
  }
  main.event .col.minor {
    width: 42%;
  }
  main.event .col.minor .details {
    padding: 10px 20px;
  }
  main.event .col.minor .details p {
    font-size: 0.8rem;
  }
  main.event .col.minor .details .map-wrapper {
    height: 180px;
  }
  main.event .col.minor .details .events-tools .button {
    font-size: 1.2rem;
    line-height: 2.4rem;
    height: auto;
  }
  main.event .col.major {
    width: 55%;
  }
  main.event .col.major ul li {
    line-height: 150%;
    /*font-size:0.75rem;*/
  }
  main.event .col.major ul li:before {
    top: -2px;
  }
}
@media (max-width: 420px) {
  main.event .reccomended-events .stream-row {
    flex-direction: row;
  }
  main.event .reccomended-events .stream-row .one-half .feat-img-box .copy {
    display: block;
  }
  main.event .reccomended-events .stream-row .one-half .feat-img-box .copy h3 {
    font-size: 1.45em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 5.9rem;
    word-break: break-word;
  }
  main.event .reccomended-events .stream-row .one-half .feat-img-box .copy h4.thedate {
    font-size: 0.7em;
    letter-spacing: 1.5px;
  }
  main.event .col.minor {
    width: 100%;
    order: 1;
  }
  main.event .col.minor .details p {
    font-size: 1rem;
  }
  main.event .col.minor .details .events-tools .button {
    width: 80%;
  }
  main.event .col.major {
    width: 100%;
    order: 2;
  }
  main.event .col.major ul li {
    /*font-size:1.15rem;*/
  }
  main.event .col.major ul li:before {
    top: -6px;
  }
  .browse .filters .filter {
    width: 100%;
  }
  .browse .filters .filter input.text.location_city {
    min-width: 25%;
    width: 25%;
  }
  .browse .filters .filter select.location_state {
    width: 25%;
  }
}
/* show copy on non-hover devices */
@media (any-hover: none) {
  main.event .reccomended-events .stream-row .one-half .feat-img-box .copy {
    display: block;
  }
}
.browse .filters,
.browse .status,
.browse .event-info-key {
  padding: 1rem;
  background-color: #e9e9e9;
}
.browse .filters .filter-row {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}
.browse .filters .filter.radius.disabled span {
  color: #999999;
}
.browse .filters .filter select,
.browse .filters .keywords input,
.browse .filters input.text {
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #AAA;
  color: #555;
  font-size: 88%;
  position: relative;
  top: -3px;
}
.browse .filters .filter,
.browse .filters .keywords {
  padding-bottom: 0.5em;
}
.browse .filters .filter {
  margin: 10px 10px;
  /*margin-left: 20px;*/
}
.browse .filters .filter label {
  font-family: 'Brandon';
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  font-family: 'Alt Gothic';
  font-size: 1.2em;
}
.browse .filters .filter select {
  -webkit-appearance: button;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(im/dropdown_blue.svg);
  background-position: top right;
  background-repeat: no-repeat;
  -moz-appearance: none;
  /* margin: 0; */
  margin-left: 10px;
  overflow: hidden;
  padding: 1px 36px 3px 6px;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  min-width: 100px;
  font-family: Franklin;
  font-size: 1em;
  position: relative;
  top: -2px;
}
.browse .filters .filter select:focus {
  border-color: #26a9e0;
}
.browse .filters .filter input.checkbox {
  float: left;
  font-size: 1em;
  margin: 0 7px 0 0;
}
.browse .filters .filter label[for=date] {
  padding-right: 2px;
}
.browse .filters .filter label[for=location_city] {
  /*position: relative;
    			top: 1px;*/
  margin-right: 10px;
}
.browse .filters .filter input.radio.upcoming {
  margin-right: 10px;
}
.browse .filters .filter span {
  position: relative;
  top: -0.03em;
}
.browse .filters .actions {
  margin: 10px 0 0 0;
  text-align: center;
}
.browse .filters .small_btn {
  margin: 2px 0;
  padding: 2px 10px;
  min-width: 70px;
  font-size: 1.1em;
  font-family: 'Franklin';
  font-weight: 600;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}
.browse .filters .small_btn#clear_filters {
  background-color: rgba(171, 171, 171, 0.94);
  margin-right: 20px;
}
.browse .filters .small_btn#get_results {
  background-color: rgba(38, 169, 224, 0.6);
}
.browse .filters .small_btn#get_results:hover {
  background-color: #26a9e0;
}
.browse .filters .keywords input,
.browse .filters input.text {
  padding: 1px 8px 3px 8px;
  border: 1px solid rgba(20, 20, 20, 0.22);
  font-size: 1rem;
  /* text-transform: uppercase; */
  font-family: 'Brandon';
  font-family: 'Franklin';
  min-width: 160px;
  text-align: center;
}
.browse .filters .keywords input.location_city,
.browse .filters input.text.location_city {
  min-width: 130px;
}
.browse .filters .keywords input:focus,
.browse .filters input.text:focus {
  border-color: #26a9e0;
}
.browse .filters .keywords {
  /* margin: 1rem 0; */
  text-align: center;
  /* font-family: Franklin; */
  /*margin-left: 20px;*/
  /* min-width: 150px; */
  /*padding-top: 9px;*/
}
.browse .filters span.dashicons.dashicons-search {
  padding-top: 2px;
  padding-right: 5px;
}
.browse .filters .radio {
  position: relative;
  top: -0.2em;
}
.browse .event-info-key {
  text-align: right;
  color: #999999;
  font-size: 0.8em;
  height: 15px;
}
.browse .event-info-key .copy {
  float: right;
  width: auto;
  display: inline-block;
  line-height: 25px;
  height: 25px;
}
.browse .event-info-key .copy .icon.supported {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-size: 95% auto;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
  background-image: url(im/nmusa-sponsored-icon-grey.png);
  float: left;
  margin-right: 5px;
}
.browse .status {
  margin: 1rem 0;
  text-align: center;
}
.browse .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.browse .items .stream-box {
  margin: 1rem 0;
}
.browse .items:after {
  content: "";
  width: 32%;
}
.browse .pager {
  padding: 1em;
  text-align: center;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  color: #26a9e0;
  font-family: 'Alt Gothic', arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.3rem;
}
.browse .pager:hover {
  color: #8ac8e2;
}
.browse .pager .loading:after {
  display: none !important;
}
@media screen and (max-width: 650px) {
  .browse .filters .filter.relative-time {
    order: 1;
  }
  .browse .filters .filter.location {
    order: 2;
  }
  .browse .filters .keywords {
    order: 4;
  }
  .browse .filters .filter.radius {
    order: 3;
  }
  .browse .filters div.keywords input {
    width: 70%;
    min-width: unset;
  }
  span.dashicons.dashicons-search {
    padding-top: 3px;
  }
  .browse.projects .filter,
  div.keywords {
    width: 40%;
  }
  .browse.projects .filter label {
    float: left;
  }
  .browse.projects .filter select {
    width: 90%;
    margin-left: unset;
  }
  .browse.projects div.keywords {
    margin: 1.3em 10px 0 10px;
    box-sizing: border-box;
    width: 40%;
    padding-right: 4%;
    text-align: left;
  }
  .browse.projects div.keywords input {
    float: right;
  }
}
@media screen and (max-width: 400px) {
  .browse .filters .actions {
    margin: 10px;
    display: flex;
    justify-content: space-between;
  }
  .browse .filters .actions .small-btn {
    padding: 10px;
  }
  .browse .filters .filter {
    margin-bottom: 0;
  }
  .browse .filters .filter.relative-time label {
    width: 80%;
  }
  .browse .filters .filter.relative-time input {
    float: left;
  }
  .browse .filters .filter.radius label {
    width: 100%;
  }
  .browse .filters .filter.radius .radio {
    width: 10%;
    top: 2px;
  }
  .browse .filters .filter.radius span {
    width: 35%;
    display: inline-block;
  }
  .browse .filters .filter.location input.location_city.text {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 10px 0;
  }
  .browse .filters .filter label,
  .browse .filters .keywords span.dashicons.dashicons-search {
    margin-bottom: 10px;
  }
  .browse .filters .filter select,
  .browse .filters .keywords span.dashicons.dashicons-search,
  .browse .filters .keywords input.text {
    /*width:90%;*/
  }
  .browse .filters div.keywords {
    margin: 20px 10px 0 10px;
    padding: 0;
  }
  .browse .filters .filter,
  .browse .filters .filter select,
  .browse .filters div.keywords {
    width: 100%;
  }
  .browse .filters .keywords span.dashicons.dashicons-search {
    float: left;
    text-align: left;
  }
  .browse .filters .filter label,
  .browse .filters .filter select,
  .browse .filters .keywords input.text,
  .browse .filters .keywords span.dashicons.dashicons-search {
    display: inline-block;
    margin-left: 0;
  }
  .browse .event-info-key {
    height: 30px;
    text-align: left;
  }
  .browse .event-info-key .copy {
    line-height: 15px;
  }
  .browse.profiles .filter label {
    width: 80%;
    margin-bottom: 0;
  }
}
.editable {
  position: relative;
}
.inline-edit-handle {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.inline-edit-handle:focus .instruction {
  opacity: 1;
  background-color: #fff;
}
.inline-edit-handle .icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(im/pencil-icon_17-blue.gif) no-repeat center center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.inline-edit-handle .icon:hover + .instruction {
  opacity: 1;
  background-color: #fff;
}
.inline-edit-handle .instruction {
  opacity: 0;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Brandon';
  padding: 10px 0 10px 5px;
  border: 1px solid #b9e3f5;
  transition: all 250ms ease-in-out;
  width: 100%;
  z-index: 2;
}
.inline-edit-container {
  display: none;
  border: 1px solid #b9e3f5;
  padding: 0 20px 20px 20px;
}
.inline-edit-container .change-actions {
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
}
.inline-edit-container .save-error {
  display: none;
  padding: 10px 0 0 0;
  color: #c11c24;
}
.inline-edit-container.image fieldset {
  padding: 0;
}
.inline-edit-container.image fieldset #HeaderGuidance {
  padding: 10px;
  line-height: 1.1;
}
.inline-edit-container.image #plupload-browse-button {
  padding: 0 10px;
}
.inline-edit-container.image #plupload-upload-ui img {
  width: 100%;
}
.inline-edit-container.location #show_country_select {
  cursor: pointer;
  margin: 5px 0;
  color: #26a9e0;
  transition: all 250ms ease-in-out;
}
.inline-edit-container.location #show_country_select:hover {
  color: #8ac8e2;
}
.editable.active {
  background-color: #ccc;
}
.editable-tooltip-wrapper {
  position: relative;
}
.editable-tooltip-wrapper.mobile-only {
  display: none;
}
.editable-tooltip-wrapper.additional-media-items .no-media-placeholder {
  width: 100%;
  display: inline-block;
  background: #26a9e0;
  text-align: center;
}
.editable-tooltip-wrapper.additional-media-items .no-media-placeholder img {
  width: 20%;
}
@media (max-width: 800px) {
  .editable-tooltip-wrapper.mobile-only {
    display: block;
  }
}
.editable-tooltip,
.not-editable-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 100;
  border: 1px solid #B9E3F5;
}
.editable-tooltip:hover,
.not-editable-tooltip:hover,
.editable-tooltip.visible,
.not-editable-tooltip.visible {
  display: block;
  width: 100%;
  min-height: 100%;
  height: auto;
  box-sizing: border-box;
}
.editable-tooltip:hover > p,
.not-editable-tooltip:hover > p,
.editable-tooltip.visible p,
.not-editable-tooltip.visible p {
  display: block;
  color: #4d4d4d;
  padding: 20px;
  float: left;
  margin-bottom: 0;
}
.editable-tooltip .editable-tooltip-icon,
.not-editable-tooltip .editable-tooltip-icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(im/pencil-icon_17-blue.gif) no-repeat center center;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  cursor: pointer;
}
.editable-tooltip p,
.not-editable-tooltip p {
  display: none;
  padding: 20px;
  color: #4d4d4d;
}
.editable-section-form {
  display: none;
  position: absolute;
  z-index: 102;
  background: #FFFFFF;
  width: 100%;
  border: 1px solid #b9e3f5;
  border-top: none;
  box-sizing: border-box;
  margin: 0 0 12px;
  padding: 20px;
  padding-top: 0;
}
.editable-section-form.img-wrapper img {
  width: 99%;
  margin: 0 auto;
}
.editable-section-form .jcroppable {
  display: none;
}
.editable-section-form .jcrop-holder {
  background-color: #EAF7FC;
}
.editable-section-form .change-actions {
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
}
/* individual placements for profile sub-forms NB: since this height is variable based on screensize changing to adjust on the fly using js*/
.editable-tooltip-wrapper .feat_img .editable-section-form {
  height: auto;
}
.editable-tooltip-wrapper .feat_img .editable-section-form img {
  position: relative;
}
/* allow extra room for player, which is dynamically added after page load */
.user_media_upload p {
  padding-bottom: 20px;
}
/* global form styles */
.form_wrapper {
  position: relative;
  /* to help with positioning hovering help texts */
}
.fieldset-title {
  color: #4d4d4d;
  font-family: 'Alt Gothic';
  text-transform: uppercase;
  padding: 25px 0 10px 0;
  font-size: 1.3rem;
}
.fieldset-title span {
  color: #c11c24;
}
fieldset {
  padding: 20px;
  background-color: #eaf7fc;
  border: 1px solid #cbeaf8;
  position: relative;
}
fieldset input[type='text'],
fieldset input[type='password'],
fieldset input[type='email'] {
  width: 98%;
  padding: 6px 0 8px 8px;
  border: 1px solid #cbeaf8;
  font-size: 1em;
  font-family: "Franklin", arial, sans-serif;
}
fieldset input[type='text']:focus,
fieldset input[type='password']:focus,
fieldset input[type='email']:focus {
  border-color: #26a9e0;
}
fieldset input.half {
  width: 48%;
}
fieldset input.left {
  float: left;
}
fieldset input.righty {
  float: right;
}
fieldset textarea {
  border: 1px solid #cbeaf8;
  width: 98%;
  font-size: 1em;
  font-family: "Franklin", arial, sans-serif;
}
fieldset textarea:focus {
  border-color: #26a9e0;
}
fieldset select {
  width: 98%;
  padding: 6px 0 8px 8px;
  margin: 5px 0;
  border: 1px solid #cbeaf8;
  font-size: 1em;
  font-family: "Franklin", arial, sans-serif;
}
fieldset select.half {
  width: 48%;
}
fieldset select.left {
  float: left;
}
fieldset select.right {
  float: right;
}
fieldset select:focus {
  border-color: #26a9e0;
}
fieldset .usr-msg {
  margin: 10px 0;
}
fieldset .error,
fieldset .error::placeholder {
  color: #c11c24;
  display: inline-block;
  margin: 10px 0 0 0;
}
fieldset .hidden_field {
  display: none;
}
fieldset .field_wrapper {
  display: flex;
  justify-content: center;
}
fieldset .field_wrapper.half {
  width: 48%;
}
fieldset .field_wrapper.half input {
  margin: 0;
}
fieldset .field_wrapper.left {
  float: left;
}
fieldset .field_wrapper.right {
  float: right;
}
fieldset .field_wrapper * {
  width: auto;
}
fieldset .field_wrapper input {
  margin: 0;
}
fieldset .field_wrapper.has-label {
  padding-bottom: 20px;
  position: relative;
}
fieldset .field_wrapper.has-label label {
  position: absolute;
  width: 100%;
  bottom: 0px;
  margin: 0;
  left: 0;
}
.intf_link {
  cursor: pointer;
  margin: 5px 0;
  color: #26a9e0;
  transition: all 250ms ease-in-out;
}
.intf_link:hover {
  color: #8ac8e2;
}
.button {
  display: inline-block;
  width: 48%;
  height: 60px;
  font-family: 'Alt Gothic';
  font-size: 2rem;
  line-height: 55px;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  background-color: #26a9e0;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  border: 1px solid transparent;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
.button:hover,
.button:focus,
.button:focus-within {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
}
.button a,
a.button {
  color: #fff;
}
a.button {
  width: auto;
  padding: 0 2rem;
  white-space: nowrap;
}
.button.disabled {
  background-color: #ACB9C7;
  text-shadow: none;
}
.button.disabled:hover {
  cursor: default;
  box-shadow: none;
}
.intf_link.disabled {
  color: #ACB9C7;
}
.intf_link.disabled:hover {
  cursor: default;
}
.small_btn {
  display: inline-block;
  padding: 3px 7px;
  margin: 10px 0;
  background-color: #26a9e0;
  color: #fff;
  font-family: 'Alt Gothic';
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  transition: all 250ms ease-in-out;
}
.small_btn:hover {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
}
form .legend {
  text-align: right;
  text-transform: uppercase;
  color: #999;
}
form .legend span {
  color: #c11c24;
}
.form-actions {
  text-align: center;
  margin: 2rem 0;
}
.help_corner {
  padding: 2px;
  color: #fff;
  background-color: #26a9e0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.help_corner:focus {
  background-color: #c11c24;
}
.help_corner_demo {
  padding: 2px;
  color: #fff;
  background-color: #26a9e0;
}
.help_corner.active {
  background-color: #c11c24;
}
.help-text {
  position: absolute;
  height: 1px;
  width: 375px;
  overflow: hidden;
}
.help-text p:first-child {
  margin-top: 0;
}
/* datepicker */
#ui-datepicker-div {
  background-color: #fff;
  border: 1px solid #26a9e0;
  display: none;
}
.ui-datepicker-today a {
  color: #4d4d4d;
}
.ui-datepicker-next {
  background-image: url('im/li_arrow.svg');
  background-position: 3px -1px;
  background-size: 108%;
}
.ui-datepicker-prev {
  background-image: url('im/li_arrow_rev.svg');
}
.ui-datepicker-next span.ui-icon,
.ui-datepicker-prev span.ui-icon {
  display: none;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 39%;
}
.ui-datepicker td a {
  text-align: center;
}
.ui-datepicker .ui-state-default {
  border: 1px solid transparent;
}
.ui-datepicker .ui-state-active {
  border-color: #c11c24;
}
.ui-datepicker .ui-datepicker-days-cell-over a,
.ui-datepicker .ui-state-highlight {
  border-color: #333;
}
.ui-datepicker-trigger {
  cursor: pointer;
  vertical-align: bottom;
}
.ui-datepicker-trigger img {
  height: 25px;
}
/* autocomplete/tagging styles */
.ui-autocomplete {
  background-color: #fff;
  border: 1px solid #26a9e0;
}
.ui-autocomplete .ui-state-focus {
  color: #fff;
  background-color: #444;
}
.ui-autocomplete .tagged_user {
  cursor: pointer;
}
.ui-autocomplete .actions {
  display: none;
}
.ui-autocomplete .no-results {
  color: #4d4d4d;
  cursor: default;
}
.ui-autocomplete .header {
  padding: 5px;
}
.tagged {
  padding-bottom: 1em;
}
.tagged_user {
  margin: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 1.1rem;
}
.tagged_user > span {
  margin: 0 0 0 10px;
}
.tagged_user > span:first-child {
  margin: 0 0 0 0;
}
.tagged_user .avatar img {
  width: 48px;
  height: 48px;
}
.tagged_user .user-name {
  font-size: 1.3rem;
}
.tagged_user .actions {
  margin: 0 5px 0 auto;
}
.tagged_user .tagged-status {
  text-transform: capitalize;
}
.autoc_active {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url('im/spinner_sm.png');
  background-size: 100% auto;
  -webkit-animation: spinnerRotate 1s infinite linear;
  -moz-animation: spinnerRotate 1s infinite linear;
  -ms-animation: spinnerRotate 1s infinite linear;
  -o-animation: spinnerRotate 1s infinite linear;
  animation: spinnerRotate 1s infinite linear;
}
#amihuman {
  position: absolute;
  left: -10000px;
}
#formtabs {
  display: flex;
  margin: 1rem 0;
}
#formtabs div {
  cursor: pointer;
  transition: all 250ms ease-in-out;
  padding: 1em 2em;
  margin: 0 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(38, 169, 224, 0.4);
  /* vertically center text */
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#formtabs div:hover,
#formtabs div.active {
  background-color: #26a9e0;
}
#formtabs div:first-child {
  margin: 0 5px 0 0;
}
/* prevent safari rounded buttons */
input[type=submit],
input[type=button],
[type=reset] {
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
}
/* style for (accessible) custom modal dialog */
.confirm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #000;
  padding: 10px;
  min-width: 25%;
  text-align: center;
}
.confirm .confirm-header {
  font-size: 1.1rem;
}
.confirm .confirm-message {
  padding: 10px 0;
}
/* top of explore page formtab styles */
.browse #formtabs,
.explore-page #formtabs {
  padding: 1em 0;
  width: 100%;
  margin: 0 0 2rem 0;
  justify-content: space-between;
  transition: all 250ms ease-in-out;
}
.browse #formtabs div,
.explore-page #formtabs div {
  width: 24%;
  text-align: center;
  padding: 1em 5px;
}
.browse #formtabs div a,
.explore-page #formtabs div a {
  font-size: 1.3rem;
  color: #ffffff;
}
@media screen and (max-width: 668px) {
  .browse #formtabs,
  .explore-page #formtabs {
    padding-bottom: 10px;
  }
  .browse #formtabs div,
  .explore-page #formtabs div {
    min-width: unset;
  }
  .browse #formtabs div a,
  .explore-page #formtabs div a {
    font-size: 1.1em !important;
  }
}
@media screen and (max-width: 420px) {
  #formtabs div {
    padding: 0.5em;
    /*font-size:0.9em;*/
    text-shadow: none;
  }
  .browse #formtabs,
  .explore-page #formtabs {
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .browse #formtabs div,
  .explore-page #formtabs div,
  .browse #formtabs div:first-child,
  .explore-page #formtabs div:first-child {
    width: 45%;
    margin: 5px 0;
    padding: 0.5em 5px;
  }
  .browse #formtabs div a,
  .explore-page #formtabs div a {
    font-size: 1.3em !important;
    padding: 0 5px;
  }
}
/* specific form styles */
#event_form p {
  line-height: 1.4;
}
#event_form #timepicker_container select {
  width: auto;
  height: 32px;
}
#event_form #description_warning {
  color: #c11c24;
  display: inline-block;
  margin: 10px 0 0 0;
}
#event_form .ticket_options_label {
  margin: 20px 0 0 0;
}
#event_form .ticket_options {
  margin: 0 0 20px 0;
}
#event_form .ticket_prices.field_wrapper {
  justify-content: flex-start;
}
#event_form .ticket_prices.field_wrapper div {
  margin-left: 0;
}
#event_form .ticket_prices .currency_label select {
  /*padding:10px;
				height: ~"calc(1em + 19px)";*/
}
#event_form .ticket_prices .range .currency {
  width: 35%;
}
#event_form fieldset.compound .half {
  width: 50%;
  position: relative;
  float: left;
}
#event_form #datepicker_container input[type="text"] {
  width: 80%;
  vertical-align: bottom;
}
#event_form fieldset span + p {
  margin-top: 0;
}
#event_form #venue_fields,
#event_form #venue_autocomplete_instruction,
#event_form div.tagged.venue:not(:empty) {
  padding-top: 1em;
}
#event_form #venue_fields .field_wrapper {
  padding-bottom: 3px;
}
#event_form #venue_fields .field_wrapper#city_zip {
  margin-left: calc(1% - 5px);
  margin-right: calc(1% - 5px);
}
#event_form #venue_fields #venue_state,
#event_form #venue_fields #venue_country {
  width: 65%;
}
#event_form #venue_fields #show_country_select {
  cursor: pointer;
  margin: 5px 0;
  color: #26a9e0;
  transition: all 250ms ease-in-out;
  margin-left: 9px;
}
#event_form #venue_fields #show_country_select:hover {
  color: #8ac8e2;
}
#event_form select#nm_currency_symbol {
  max-height: calc(1em + 19px);
}
#event_form #streaming-event-optional,
#event_form #stream_event_fields {
  display: flex;
  flex-direction: column;
}
#event_form div.streaming_wrapper {
  display: flex;
  flex-direction: row;
  margin: 0;
}
#event_form #streaming-event-optional #stream_event_fields {
  padding-top: 10px;
  justify-content: left;
  flex-wrap: wrap;
}
#event_form #streaming-event-optional #stream_event_fields label.error:not(:empty) {
  margin: 9px 5px 0;
}
#event_form input#nm_streaming_url {
  align-self: flex-end;
  margin-top: 5px;
  /*width: ~"calc(65% - 30px)";*/
}
#event_form select#nm_timezone {
  width: 98%;
}
#event_form div#nm_streaming_timezone {
  width: 35%;
}
#event_form fieldset.header_image img {
  max-width: 100%;
}
#event_form .tagged.venue {
  padding-bottom: 0;
}
.minor.event-help p {
  line-height: 1.4;
}
#nm_registration_form fieldset p {
  margin: 4px 0;
}
.login-reg p.center {
  margin: 1em 0;
  text-align: center;
}
.login-reg .custom_register_link {
  display: inline-block;
  padding: 0 3em;
}
.login-reg .usr-msg {
  text-align: center;
}
.login-reg form {
  width: 66%;
  margin: 0 auto;
}
.login-reg .fb-login-button {
  line-height: normal;
}
.user_form {
  width: 66%;
  display: none;
}
.user_form.active {
  display: block;
}
fieldset.profile_image legend {
  float: left;
  width: 100%;
}
.project_form {
  display: none;
}
.project_form p {
  line-height: 1.4;
}
.project_form.active {
  display: block;
}
.project_form .button:disabled {
  cursor: not-allowed;
  background-color: #b9e3f5;
}
.project_form .button:disabled:hover {
  box-shadow: none;
}
.project_form .location .field_wrapper {
  float: left;
}
.project_form .location .state-country {
  justify-content: flex-start;
}
.project_form .location .state-country select {
  width: 98%;
  margin: 0;
  padding: 0;
  height: 35px;
}
.project_form .location #show_country_select {
  cursor: pointer;
  margin: 5px 0;
  color: #26a9e0;
  transition: all 250ms ease-in-out;
  text-align: right;
  margin: 0;
}
.project_form .location #show_country_select:hover {
  color: #8ac8e2;
}
.project_form .header_image {
  max-width: 100%;
}
.project_form .header_image div.uploadvalidate img {
  width: 100%;
}
.project_form .line_items .header {
  font-weight: bold;
}
.project_form .line_items .header .line_item_desc {
  padding-right: 8px;
}
.project_form .line_items .line_item {
  display: flex;
  margin-bottom: 5px;
}
.project_form .line_items .line_item * {
  margin: 0 10px 0 0;
}
.project_form .line_items .line_item .line_item_desc {
  width: 60%;
}
.project_form .line_items .line_item .line_item_cost {
  width: 20%;
}
.project_form .line_items .line_item .remove_line_item {
  width: 10%;
}
.project_form .line_items .total {
  margin: 10px 0 0 0;
  font-weight: bold;
}
.project_form .collaborator_list {
  margin: 10px 0;
}
.project_form .collab-actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 2;
  margin: 0 0 0 20px;
}
.project_form .collab-actions .req-marker {
  color: #c11c24;
}
.project_form .collab-actions .collab_input {
  width: 325px;
  font-size: 0.9rem;
}
.project_form .collab-actions .collab_input.error {
  border-color: #c11c24;
}
.project_form #collaborators-error {
  margin: 1rem 0;
}
.project_form .project_audio {
  height: 30px;
  width: 100%;
}
.project_form .work_sample_error {
  color: #c11c24;
  display: inline-block;
  margin: 10px 0 0 0;
  display: block;
  margin-bottom: 1em;
}
.project_form #project_type_other:before {
  content: "*";
  color: #c11c24;
  position: absolute;
  left: calc(100% - 36px);
  margin-top: -1em;
}
.project_form #project_type_other:not(.required) {
  display: none;
}
.project_form #project_type_other input.error {
  margin-top: 0;
}
.minor.project-help .intro_help:first-child {
  margin: 1rem 0 0 0;
}
.minor.project-help #submit_bar {
  margin: 1rem 0 0 0;
}
.minor.project-help #submit_bar button {
  font-size: 1.6rem;
}
.minor.project-help #submit_bar span {
  width: 100%;
  margin-bottom: 10px;
}
.minor.project-help p {
  line-height: 1.4;
}
#formtabs.project {
  justify-content: space-between;
}
#formtabs.project div {
  margin: 0;
}
#formtabs.project .error {
  background-color: rgba(255, 0, 0, 0.4);
}
.col.major .gform_wrapper ul li::before,
.col.major .gform_wrapper ol li::before {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
}
.col.major .gform_wrapper ol li,
.col.major .gform_wrapper ul li {
  margin: 0;
}
@media (max-width: 800px) {
  .project_form .collab-actions {
    margin: 0;
  }
  .project_form .collab-actions .collab_role_input {
    width: 98%;
  }
  #event_form fieldset.compound .half {
    width: 100%;
  }
  .minor #submit_bar span {
    width: 48%;
    margin-bottom: 10px;
  }
}
@media (max-width: 668px) {
  .button {
    width: 96%;
    font-size: 1.6rem;
    line-height: 2.2em;
  }
}
@media (max-width: 420px) {
  .minor #submit_bar span,
  #project_form .form-actions input {
    width: 100%;
    margin-bottom: 10px;
  }
  div.mce-tinymce div.mce-container.mce-btn-group > div {
    display: flex;
    flex-wrap: wrap;
  }
  span.mce-wordcount {
    position: relative;
    left: 5px;
  }
  .help-text {
    width: auto;
  }
  #event_form fieldset {
    box-sizing: border-box;
  }
  #event_form fieldset.compound .half div.ui-datepicker {
    width: 100%;
  }
  #event_form fieldset.compound .half div.ui-datepicker .ui-datepicker-next {
    background-image: url('im/li_arrow.svg');
    background-position: 3px -1px;
    background-size: 108%;
  }
  #event_form fieldset.compound .half div.ui-datepicker .ui-datepicker-prev {
    background-image: url('im/li_arrow_rev.svg');
  }
  #event_form fieldset.compound .half div.ui-datepicker .ui-datepicker-next span.ui-icon,
  #event_form fieldset.compound .half div.ui-datepicker .ui-datepicker-prev span.ui-icon {
    display: none;
  }
  #event_form fieldset.compound .half div.ui-datepicker .ui-datepicker-title {
    margin: 0 1em;
  }
  #event_form fieldset #timepicker_container select {
    width: 30%;
  }
  #event_form fieldset div#venue_fields div.field_wrapper {
    flex-direction: column;
  }
  #event_form fieldset div#venue_fields div.field_wrapper select {
    margin: 0;
  }
  #event_form fieldset div#venue_fields {
    margin: 0 !important;
  }
  #event_form fieldset div.ticket_options {
    display: flex;
    flex-direction: column;
  }
  #event_form fieldset div.ticket_options span,
  #event_form fieldset div#streaming-event-optional span {
    padding: 5px 0;
  }
  #event_form fieldset div#nm_streaming_timezone {
    width: 100%;
  }
  #event_form fieldset input[type='text'],
  #event_form fieldset input[type='email'],
  #event_form fieldset input#nm_streaming_url,
  #event_form fieldset .ticket_prices .range .currency,
  #event_form fieldset #venue_fields select#venue_country,
  #event_form fieldset #venue_fields select#venue_state {
    width: 98%;
    box-sizing: border-box;
  }
  #event_form fieldset .ticket_prices .range,
  #event_form fieldset .ticket_prices .range .currency,
  #event_form fieldset div#nm_streaming_timezone,
  #event_form fieldset div#nm_streaming_timezone label,
  #event_form fieldset select#nm_timezone,
  #event_form fieldset select#nm_currency_symbol {
    margin-left: 0;
    margin-right: 0;
  }
  #event_form fieldset div#nm_streaming_timezone {
    margin-top: 10px;
  }
  div.event-help .help.active {
    padding-top: 0 !important;
  }
  ul.ui-autocomplete {
    right: 2em;
    width: unset !important;
    padding-bottom: 10px;
  }
  ul.ui-autocomplete li.ui-menu-item {
    list-style-image: none;
  }
  ul.ui-autocomplete li.ui-menu-item div.tagged_user {
    /*margin:0;*/
  }
  ul.ui-autocomplete li.ui-menu-item div.tagged_user span.avatar {
    display: none;
  }
  ul.ui-autocomplete li.ui-menu-item div.tagged_user .user-name {
    font-size: 1rem;
    max-width: 70%;
  }
  .user_form {
    width: 100%;
  }
  .login-reg form {
    width: 100%;
  }
  .login-reg input[type="submit"] {
    height: 45px;
    line-height: 30px;
    width: 50%;
    font-size: 1.6rem;
  }
  main .round h2.section-hdr {
    height: auto;
  }
}
#share-events,
.share-overlay {
  background-color: #eaf7fc;
  border: 1px solid #26a9e0;
  position: fixed;
  top: 20%;
  left: 50%;
  width: 580px;
  z-index: 5000;
  transform: translateX(-50%);
  box-sizing: border-box;
  max-width: calc(100% - 40px);
  max-height: 80%;
  overflow-y: auto;
  text-align: center;
}
#share-events #share-events-inner,
.share-overlay #share-events-inner,
#share-events .share-overlay-inner,
.share-overlay .share-overlay-inner {
  /*width: 100%;*/
  height: 100%;
  padding: 20px;
}
#share-events .field_wrapper textarea[name="message"],
.share-overlay .field_wrapper textarea[name="message"] {
  resize: vertical;
}
#share-events #share-events-details,
.share-overlay #share-events-details,
#share-events .share-overlay-details,
.share-overlay .share-overlay-details {
  padding: 0 0 5px;
  margin: 0 22px 20px;
}
#share-events #share-event-title,
.share-overlay #share-event-title {
  display: block;
}
#share-events .cancel,
.share-overlay .cancel {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #26a9e0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  transition: all 150ms ease-in-out;
  z-index: 3003;
}
#share-events .cancel:hover,
.share-overlay .cancel:hover {
  background-color: #8ac8e2;
  cursor: pointer;
}
#share-events h3,
.share-overlay h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'Brandon';
  margin: 10px 0;
  letter-spacing: 1.5px;
}
#share-events p,
.share-overlay p {
  font-size: 1.2em;
  float: none;
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
  text-align: left;
}
#share-events .method,
.share-overlay .method {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
#share-events .method .label,
.share-overlay .method .label {
  display: inline-block;
  margin: 0 10px;
  transition: all 150ms ease-in-out;
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: "Alt Gothic";
  display: flex;
  flex-direction: row;
}
#share-events .method .label:hover,
.share-overlay .method .label:hover {
  cursor: pointer;
  color: #000;
}
#share-events .method span,
.share-overlay .method span {
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 25px;
  margin-right: 5px;
}
#share-events .method span.fb,
.share-overlay .method span.fb,
#share-events .method span.tw,
.share-overlay .method span.tw {
  background-image: url("im/social-blue-hover.svg");
  height: 18px;
}
#share-events .method span.email,
.share-overlay .method span.email,
#share-events .method span.link,
.share-overlay .method span.link {
  background-image: url("im/share-blue-hover.png");
  margin-top: 2px;
  height: 15px;
}
#share-events .method span.fb,
.share-overlay .method span.fb {
  background-position: -20px -20px;
  margin-right: 0;
}
#share-events .method span.fb:hover,
.share-overlay .method span.fb:hover {
  background-position: -20px 0;
}
#share-events .method span.tw,
.share-overlay .method span.tw {
  background-position: 3px -21px;
}
#share-events .method span.tw:hover,
.share-overlay .method span.tw:hover {
  background-position: 3px -1px;
}
#share-events .method span.link,
.share-overlay .method span.link {
  background-position: -20px -15px;
}
#share-events .method span.link:hover,
.share-overlay .method span.link:hover {
  background-position: -20px 0px;
}
#share-events .method span.email,
.share-overlay .method span.email {
  color: #26a9e0;
  font-size: 1.5rem;
  text-align: center;
  background-position: 3px -15px;
  margin-bottom: 3px;
  margin-right: 0;
}
#share-events .method span.email:hover,
.share-overlay .method span.email:hover {
  background-position: 3px 0px;
}
#share-events div.message,
.share-overlay div.message {
  margin-top: 2em;
}
#share-events .field_wrapper input,
.share-overlay .field_wrapper input,
#share-events .field_wrapper textarea,
.share-overlay .field_wrapper textarea {
  margin-bottom: 1rem;
  font-size: 1em;
  padding: 6px 0 8px 8px;
  border: 1px solid #b9e3f5;
  font-family: 'Franklin';
  color: #4d4d4d;
  width: 90%;
}
#share-events .field_wrapper input:focus,
.share-overlay .field_wrapper input:focus,
#share-events .field_wrapper textarea:focus,
.share-overlay .field_wrapper textarea:focus {
  border: 1px solid #26a9e0;
}
#share-events p.fieldset_title,
.share-overlay p.fieldset_title {
  width: 90%;
  margin: auto;
  font-family: 'Brandon';
  text-transform: uppercase;
  color: #4d4d4d;
  font-size: 1em;
  letter-spacing: 1.5px;
}
#share-events #events-link,
.share-overlay #events-link,
#share-events .share-overlay-link,
.share-overlay .share-overlay-link {
  font-size: 16px;
  font-family: "Alt Gothic";
  text-transform: lowercase;
}
@media (max-width: 668px) {
  #share-events,
  .share-overlay {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #share-events h3,
  .share-overlay h3 {
    font-size: inherit;
    letter-spacing: normal;
  }
  #share-events p.fieldset_title,
  .share-overlay p.fieldset_title {
    font-family: inherit;
    letter-spacing: normal;
    font-weight: bold;
  }
  #share-events .field_wrapper textarea,
  .share-overlay .field_wrapper textarea {
    margin-bottom: 0;
  }
}
.search-results .solr_results_header_and_tagline {
  width: 65%;
  float: left;
  text-align: left;
}
.search-results .solr_results_header_and_tagline form span.dashicons-search {
  float: left;
  transform: translateY(33%);
  padding-right: 5px;
}
.search-results .solr_results_header_and_tagline form input {
  border: 1px solid #cbeaf8;
  font-size: 1rem;
  padding: 6px 0 8px 8px;
  width: 50%;
  display: inline;
  float: left;
  font-family: Franklin;
}
.search-results .solr_results_header_and_tagline form input.small_btn {
  display: inline;
  float: left;
  margin: -1px 0 0 10px;
  padding: 6px 0 6px 8px;
  width: 150px;
  font-size: 1.1rem;
}
.search-results #formtabs {
  width: 100%;
}
.search-results .results {
  width: 100%;
  margin-top: 16px;
}
.search-results .results .solr_results_header {
  width: 100%;
}
.search-results .results .solr-search-filters.one-third {
  width: 32%;
  float: left;
  display: inline-block;
}
.search-results .results .solr-search-filters.one-third div.filters {
  border: 1px solid #26a9e0;
  padding-right: 1rem;
  position: relative;
  width: 80%;
}
.search-results .results .solr-search-filters.one-third div.filters ul,
.search-results .results .solr-search-filters.one-third div.filters ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search-results .results .solr_results {
  width: 100%;
}
.search-results .results .solr_results ol {
  list-style-type: none;
}
.search-results .results .solr_results ol li {
  border-bottom: 1px solid #cbeaf8;
  line-height: 1em;
  padding-bottom: 10px;
  margin: 0 0 10px 10px;
}
.search-results .results .solr_results ol li:before {
  display: none;
}
.search-results .results .solr_results h3 {
  font-family: 'brandon';
  font-size: 1em;
}
.search-results .results .solr_results p {
  line-height: 1.5em;
}
.search-results .results .solr_results label span.media-icon {
  background-image: url("im/headphone-icon.png");
  background-size: cover;
  width: 16px;
  height: 14px;
  display: inline-block;
}
.search-results .results .solr_results .solr_noresult {
  margin-top: 40px;
}
.search-results .results .results-pagination {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.search-results .results .results-pagination .solr_pages {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.search-results .results .results-pagination .solr_pages .solr_pages_page_numbers {
  max-width: 100%;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
}
.search-results .results .results-pagination .solr_pages .solr_pages_page_numbers #solr_page_numbers_cont {
  float: left;
}
.search-results .results .results-pagination .solr_pages .solr_pages_page_numbers #solr_page_numbers_cont a {
  margin-right: 5px;
  margin-left: 5px;
}
.search-results .results .results-pagination .solr_pages .solr_pages_page_numbers #solr_page_numbers_cont a.solr_pages_on {
  color: #8ac8e2;
}
.search-results .results .results-pagination .solr_pages a.solr_pages_page_link {
  background: #fff;
  z-index: 10;
}
.search-results .results .results-pagination .solr_pages a.solr_pages_nextpage_link {
  padding-left: 10px;
}
.search-results .results .results-pagination .solr_pages a.solr_pages_prevpage_link {
  padding-right: 10px;
}
.search-results div.search_again {
  float: right;
}
.search-results div.solr_results_header_sort {
  text-align: left;
  text-transform: uppercase;
}
.search-results div.solr_results_header_sort .solr-dropdowns {
  display: table;
  margin-right: 0;
  margin-left: auto;
}
.search-results div.solr_results_header_sort .solr-dropdown {
  width: 50%;
  display: table-cell;
}
.search-results div.solr_results_header_sort .solr-dropdown .solr_sort {
  margin: 4px 4px 0 0 !important;
  font-family: "Alt Gothic", arial, sans-serif;
  font-size: 1.1rem;
}
.search-results div.solr_results_header_sort .solr-dropdown ol.solr_sort2,
.search-results div.solr_results_header_sort .solr-dropdown ol.solr_filter {
  background: #ffffff !important;
  text-decoration: none !important;
  border: 1px solid #cbeaf8 !important;
  margin: 4px 8px 0 0;
  min-width: 70px;
  font-size: 1em;
}
.search-results div.solr_results_header_sort .solr-dropdown ol.solr_sort2 li,
.search-results div.solr_results_header_sort .solr-dropdown ol.solr_filter li {
  display: block !important;
  /* FF3 */
  padding: 2px 12px 2px 12px !important;
  margin: 0 0 10px 0px;
  margin: 0;
  line-height: 1.8em;
}
.search-results div.solr_results_header_sort .solr-dropdown ol.solr_sort2 li:before,
.search-results div.solr_results_header_sort .solr-dropdown ol.solr_filter li:before {
  display: none;
}
.search-results div.solr_results_header_sort .solr-dropdown ol.solr_sort2 a,
.search-results div.solr_results_header_sort .solr-dropdown ol.solr_filter a {
  text-decoration: none !important;
}
.search-results div.solr_results_header_sort .solr-dropdown ol.solr_sort2 li.solr_drop_selected,
.search-results div.solr_results_header_sort .solr-dropdown ol.solr_filter li.solr_drop_selected {
  background-color: #94d0e680;
}
.search-results div.solr_results_header_sort .solr-dropdown ol.solr_sort2 li.solr_drop_selected a:hover,
.search-results div.solr_results_header_sort .solr-dropdown ol.solr_filter li.solr_drop_selected a:hover {
  color: #26a9e0;
}
br.clear {
  width: 100%;
  position: relative;
  clear: both;
}
@media screen and (max-width: 668px) {
  .search-results .solr-top {
    display: flex;
    flex-direction: column;
  }
  .search-results .solr_results_header_and_tagline {
    width: 100%;
    position: relative;
  }
  .search-results div.solr_results_header_sort .solr-dropdowns {
    margin: 40px 0 0 0;
  }
  .search-results div.solr_results_header_sort .solr-dropdown ol.solr_sort2,
  .search-results div.solr_results_header_sort .solr-dropdown ol.solr_filter {
    font-size: 1.15rem;
  }
  .search-results .results .solr_results h3 {
    font-size: 0.8em;
    line-height: normal;
  }
  .search-results .results .solr_results p {
    font-size: 0.9em;
  }
  .search-results .results .solr_results .solr_noresult {
    margin-top: 0;
  }
}
@media screen and (max-width: 420px) {
  .search-results .solr_results_header_and_tagline {
    width: 100%;
    position: relative;
  }
  .search-results .solr_results_header_and_tagline form {
    text-align: center;
  }
  .search-results .solr_results_header_and_tagline form span.dashicons-search {
    display: none;
  }
  .search-results .solr_results_header_and_tagline form input,
  .search-results .solr_results_header_and_tagline form input.small_btn {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  .search-results .solr_results_header_and_tagline form input.small_btn {
    margin: 20px 0 0 0;
    float: none;
    width: 96%;
  }
}
.container > footer {
  color: #666;
  background-color: #141414;
  background-color: transparent;
  padding: 2rem 0;
  z-index: 1;
  position: relative;
}
.container > footer h3 {
  font-size: 1.2rem;
  font-family: "Alt Gothic";
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}
.container > footer a {
  color: #666;
  transition: all 250ms ease-in-out;
}
.container > footer a:hover {
  color: #26a9e0;
}
.container > footer .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 1rem 0;
}
.container > footer .row section {
  flex-grow: 1;
}
.container > footer .row .section-stack {
  flex-grow: 2;
  display: flex;
}
.container > footer .row ul {
  list-style-type: none;
}
.container > footer .subscribe-row {
  float: right;
}
.container > footer .address-row {
  float: left;
  margin-right: 2%;
}
.container > footer .subscribe {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2rem;
  max-width: 280px;
}
.container > footer .subscribe .copy span {
  /*font-size:.8rem;
			line-height:.8rem;*/
  color: #666;
  font-size: 1rem;
  line-height: 1rem;
}
.container > footer .subscribe input {
  /*margin-right: 2%;*/
  float: left;
  display: inline-block;
  position: relative;
  margin-top: 8px;
  box-sizing: border-box;
}
.container > footer .subscribe input[type='text'],
.container > footer .subscribe input[type='email'] {
  font-family: 'Franklin', arial, sans-serif;
  padding: 6px;
  border: 1px solid #444;
  font-size: 1rem;
  background-color: #141414;
  color: #fff;
  width: 100%;
}
.container > footer .subscribe input[type='submit'] {
  font-family: 'Alt Gothic';
  font-size: 1rem;
  text-transform: uppercase;
  padding: 6px 15px;
  margin: 0;
  color: #666;
  border: none;
  background-color: #333;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  margin-top: 8px;
}
.container > footer .subscribe input[type='submit']:hover {
  background-color: #666;
  color: #333;
}
.container > footer .subscribe input.half-width {
  width: 49%;
}
.container > footer .subscribe .response {
  margin: 5px 0;
  max-width: 200px;
  text-transform: none;
  font-size: 1rem;
}
.container > footer .subscribe .footer-subscribe-form div.lefty {
  display: flex;
  justify-content: space-between;
  width: 90%;
}
.container > footer .subscribe .footer-subscribe-form div.lefty input.checkedinterests {
  display: none;
}
.container > footer .social {
  margin: 0 0 10px 0;
}
.container > footer .social > div {
  display: inline-block;
  position: relative;
  height: 0;
  width: 0;
  margin: 0 8px 0 0;
  border: 14px solid #333;
  border-radius: 14px;
  transition: all 250ms ease-in-out;
}
.container > footer .social > div:hover {
  border-color: #666;
}
.container > footer .social a {
  text-indent: -9999px;
  position: absolute;
  top: -13px;
  left: -13px;
  display: inline-block;
  transition: all 250ms ease-in-out;
  background-image: url(im/social_footer_all.svg);
  background-size: auto 28px;
  height: 28px;
  width: 28px;
}
.container > footer .social a.fb {
  background-position: -37px top;
}
.container > footer .social a.vimeo {
  background-position: -74px top;
}
.container > footer .social a.insta {
  background-position: -39px top;
  background-size: auto 29px;
  background-image: url(im/social_footer_all_second.svg);
}
.container > footer .social a.yt {
  background-position: -62px 2px;
  background-size: auto 24px;
  background-image: url(im/social_footer_all_second.svg);
}
.container > footer .social a.sc {
  background-position: -6px -3px;
  background-size: auto 32px;
  background-image: url(im/social_footer_all_second.svg);
}
.container > footer .social div.label {
  display: inline-block;
  position: relative;
  height: 0;
  margin: 0 8px 0 0;
  border: none;
  border-radius: 0;
  transition: all 250ms ease-in-out;
  top: -10px;
  width: 80px;
}
.container > footer .address {
  font-size: 0.9rem;
}
.container > footer .address p {
  margin: 5px 0 5px 10px;
}
.container > footer .address .logo {
  max-width: 165px;
  padding-top: 14%;
  background: #666 url(im/logo.svg) left top no-repeat;
  text-indent: -9999px;
  margin: 0 0 10px 0;
  background-position: -2px -1px;
  background-size: 104% auto;
}
.footer-subscribe-box {
  background: #aaa;
  left: 50%;
  margin-left: -250px;
  padding: 20px;
  position: fixed;
  top: 100px;
  width: 500px;
  z-index: 5000;
}
.footer-subscribe-box a.close-box {
  font-family: 'brandon';
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 1.5rem;
  color: #444;
}
.footer-subscribe-box input[type="submit"] {
  background-color: #666;
  font-family: "Alt Gothic";
  font-size: 1rem;
}
.footer-subscribe-box #footer-subscribe-interests label {
  padding: 5px;
}
.footer-subscribe-box h3 {
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  .container > footer .row .section-stack {
    display: block;
    flex-grow: 1;
  }
  .container > footer .row .section-stack section:first-child {
    margin-bottom: 20px;
  }
  .container > footer .subscribe-row {
    margin-right: 2%;
  }
}
@media screen and (max-width: 970px) {
  body .bottom-footer {
    min-height: 420px;
  }
  .container > footer .row section {
    font-size: 0.9rem;
  }
  .container > footer .row section .subscribe {
    max-width: 200px;
  }
  .container > footer .row section .subscribe #footer-email-signup div.lefty {
    display: block;
    width: 100%;
  }
  .container > footer .row section .subscribe form input[type="text"] {
    width: 180px;
  }
  .container > footer .row .address .logo {
    min-height: auto;
  }
}
/* switch to columns */
@media screen and (max-width: 800px) {
  .container > footer {
    background-color: #141414;
  }
  .container > footer .row {
    flex-direction: column;
    clear: both;
    margin: 1rem;
  }
  .container > footer .row .section-stack {
    display: flex;
  }
  .container > footer .row .section-stack section {
    width: 50%;
  }
  .container > footer .row .section-stack section:first-child {
    margin-bottom: 0;
  }
  .container > footer .row .section-stack section:last-child {
    margin-left: 0;
  }
  .container > footer .row section {
    padding: 5px 0;
    margin-bottom: 0;
  }
  .container > footer .row section:not(.address) {
    /*margin-left: 6px;*/
    font-size: 1rem;
    line-height: 1.7rem;
    border-top: 1px solid #333333;
    margin-top: 5px;
  }
  .container > footer .row section h3 {
    font-size: 1.3rem;
  }
  .container > footer .row section div.social.box {
    padding-bottom: 5px;
    border-bottom: 1px solid #333333;
  }
  .container > footer .row section div.social:first-child {
    padding-top: 5px;
  }
  .container > footer .row .address .logo {
    min-height: 60px;
    padding-top: 0%;
  }
  .container > footer .subscribe-row {
    float: left;
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .container > footer .subscribe-row section {
    width: 50%;
  }
  .container > footer .subscribe-row section:first-child {
    /*margin-left:20px;*/
    padding-left: 1rem;
  }
  .container > footer .subscribe-row section:last-child {
    margin-left: -10px;
  }
  .container > footer .subscribe-row .subscribe {
    max-width: unset;
  }
  .container > footer .subscribe-row .subscribe form input[type="text"] {
    width: 250px;
    clear: both;
  }
  .container > footer .subscribe-row .subscribe form input[type="submit"] {
    margin-top: 15px;
  }
  .container > footer .subscribe-row .subscribe #footer-email-signup div.lefty {
    display: block;
  }
  .container > footer .address-row {
    border-bottom: 1px solid #333;
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 668px) {
  .footer-subscribe-box {
    width: 80%;
    margin-left: 0;
    left: 5%;
  }
  .container > footer .subscribe-row {
    flex-direction: column;
    /*width: ~"calc(100% - 1rem)";*/
  }
  .container > footer .subscribe-row section {
    width: 100%;
    box-sizing: border-box;
  }
  .container > footer .subscribe-row section:last-child {
    margin-left: 0;
    margin-top: 10px;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .container > footer .subscribe form input[type="submit"] {
    font-size: 1.5rem;
  }
  .container > footer .footer-subscribe-box a.close-box {
    font-size: 2rem;
    right: 20px;
  }
  .container > footer .footer-subscribe-box #footer-subscribe-interests input.checkedinterests {
    width: 10%;
    float: left;
  }
  .container > footer .footer-subscribe-box #footer-subscribe-interests label {
    float: left;
    width: 80%;
  }
  .container > footer .row .address .logo {
    min-height: 50px;
  }
}
/* jQuery tooltip styles */
.ui-tooltip {
  background-color: #eaf7fc;
  border: 1px solid #26a9e0;
  padding: 10px;
}
.ui-tooltip .tooltip-thumb {
  width: 250px;
  max-height: 141px;
  margin: 0 auto;
  overflow: hidden;
}
.ui-tooltip .tooltip-thumb img {
  width: 100%;
}
.ui-tooltip {
  font-size: 1rem;
}
.ui-tooltip .tooltip-by,
.ui-tooltip .tooltip-from,
.ui-tooltip .tooltip-title,
.ui-tooltip .tooltip-excerpt {
  font-family: "Alt Gothic";
  text-transform: uppercase;
  margin: 2px 0;
}
.ui-tooltip .tooltip-excerpt,
.ui-tooltip .tooltip-excerpt p {
  font-family: "Franklin", arial, sans-serif;
  font-size: 12px;
}
.ui-tooltip .arrow {
  height: 22px;
  width: 22px;
  position: absolute;
  left: -19px;
  top: 11px;
  overflow: hidden;
}
.ui-tooltip .arrow:after {
  content: "";
  background-color: #eaf7fc;
  /* border-bottom:1px solid #26A9e0;
	border-left:1px solid #26A9e0; */
  border: 1px solid #26a9e0;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: inline-block;
  transform: rotate(45deg);
}
.impact a h3 {
  font-size: 1.4rem;
  margin: 5rem 0 20px 0;
  letter-spacing: 0.5rem;
  color: #dddddd;
  background: rgba(0, 0, 0, 0) url("im/grey-bg-border.png") repeat-x scroll 0 10px;
  font-family: 'Brandon';
}
.impact a h3 span {
  background: #fff;
}
.impact #blog_pagination {
  font-size: 1.6em;
  margin-top: 0px;
  width: 100%;
  font-family: "Alt Gothic";
  text-transform: uppercase;
  text-align: center;
  color: #26afe0;
  cursor: pointer;
  margin-bottom: 4.5%;
}
.impact #blog_pagination a {
  transition: all 250ms ease-in-out;
}
.impact #impact-banner {
  position: relative;
  margin: 0 0 1rem 0;
}
.impact #impact-banner .slides {
  z-index: 1;
}
.impact #impact-banner .slides img {
  width: 100%;
}
.impact #impact-banner .overlay {
  background: transparent url('im/encircled-icon-overlay.png') repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.impact #impact-banner .call-to-action {
  color: #fff;
  padding: 4rem 3rem 3rem 3rem;
  text-shadow: 0 2px 0 #000;
}
.impact #impact-banner .call-to-action .primary {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "Alt Gothic";
}
.impact #impact-banner .call-to-action .secondary {
  font-size: 2.25rem;
  margin-top: 2rem;
}
.impact #impact-banner .call-to-action .signup {
  padding: 4rem 2rem 2rem 2rem;
  margin: 0 auto;
  text-align: center;
}
.impact #impact-banner .call-to-action .signup input {
  border: 1px solid #fff;
  height: 2rem;
  font-size: 1.5rem;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}
.impact #impact-banner .call-to-action .signup input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.impact #impact-banner .call-to-action .signup input::-webkit-input-placeholder {
  color: #000;
}
.impact #impact-banner .call-to-action .signup button {
  padding: 6px;
  font-size: 2.2rem;
  background-color: #26a9e0;
  color: #fff;
  border: none;
  font-family: "Alt Gothic";
  text-transform: uppercase;
  vertical-align: top;
}
.impact #impact-banner .call-to-action .signup button:hover {
  cursor: pointer;
}
.impact #impact-banner .call-to-action .working {
  color: #fff;
  font-size: 5rem;
}
.impact #impact-banner .call-to-action .response p {
  color: #fff;
  font-size: 2rem;
  font-style: italic;
  text-align: center;
}
.impact .blog_post {
  clear: both;
  margin: 0 0 3% 0;
  border: 1px solid #b9e3f5;
  overflow: hidden;
}
.impact .blog_post:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.impact .post {
  width: 100%;
}
.impact .post .feat_box_blog {
  width: 100%;
  position: relative;
  z-index: 1;
  max-height: 200px;
  float: left;
  overflow: hidden;
}
.impact .post .feat_box_blog .feat_img {
  width: 100%;
  padding-top: 52%;
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}
.impact .post .feat_box_blog .feat_img img {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.impact .post .blog_meta {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-height: 170px;
  height: 100%;
  margin: 0;
  padding: 15px;
  background: transparent url(im/encircled-icon-overlay.png) repeat center center;
}
.impact .post .blog_meta .blog-post-copy {
  position: absolute;
  bottom: 0;
  height: auto;
}
.impact .post .blog_meta .blog-post-copy h2 a {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.8rem;
  font-family: 'alt gothic';
  text-transform: uppercase;
}
.impact .post .blog_meta .blog-post-copy h3 {
  font-family: 'Brandon';
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #bebebe;
  margin: 0 0 15px 0;
}
.impact .post .blog_meta .blog-post-copy p {
  color: #bebebe;
  margin: 0 0 20px 0;
}
.impact .events {
  max-height: 180px;
  overflow-y: hidden;
}
.impact .events .feat_box_blog {
  width: 34%;
  float: left;
  margin: 0;
}
.impact .events .feat_box_blog .feat_img {
  width: 100%;
  padding-top: 52%;
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}
.impact .events .feat_box_blog .feat_img img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.impact .events .blog_meta {
  width: 61%;
  float: right;
  margin: 2%;
}
.impact .events .blog_meta .event_date {
  height: 60px;
}
.impact .events .blog_meta .event_date h2 {
  line-height: 25px;
  font-size: 16px;
  color: #9a9a9a;
  font-family: 'Brandon';
}
.impact .events .blog_meta .event_date .dateplace {
  font-family: 'Alt Gothic';
}
.impact .events .blog_meta h3 a {
  color: #4d4d4d;
  letter-spacing: 0;
  transition: all 250ms ease-in-out;
}
.impact .grid .grid-item {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  padding: 10px 0;
}
.impact .grid .grid-item img {
  height: 100%;
  width: auto;
}
.impact .grid .grid-item .lower {
  position: absolute;
  width: 100%;
  height: 100% !important;
  padding: 0;
  top: 0;
  left: 0;
  background: transparent url('im/encircled-icon-overlay.png') repeat center center;
  opacity: 0;
  transition: all 250ms ease-in-out;
}
.impact .grid .grid-item .lower .org-name {
  color: #fff;
  font-size: 3rem;
  font-family: 'Alt Gothic';
  text-transform: uppercase;
  padding: 20px;
}
.impact .grid .grid-item .lower p {
  font-family: 'Alt Gothic';
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0 20px 20px 20px;
}
.impact .grid .grid-item .lower p span {
  font-size: 0.9rem;
  text-transform: none;
  font-style: italic;
}
.impact .grid .grid-item:hover .lower {
  opacity: 1;
}
.collaborator .radio-wrapper {
  display: inline-block;
}
.collaborator .deny {
  margin: 10px 0;
}
.collaborator .box {
  margin-bottom: 2rem;
}
.collaborator .box > a {
  border: 1px solid transparent;
  transition: all 250ms ease-in-out;
}
.collaborator .box > a:hover {
  border-color: #26a9e0;
}
.collaborator .details .title {
  font-family: 'Alt Gothic';
  text-transform: uppercase;
  font-size: 1.5rem;
}
.collaborator .details .excerpt {
  padding: 10px 0;
  font-size: 1.1rem;
}
.collaborator .details .organizer {
  font-style: italic;
  font-size: 0.9rem;
  padding: 10px 0 0 0;
}
div.gform_wrapper form .gform_body {
  float: left;
  display: inline-block;
  border: 1px solid #b9e3f5;
  padding: 20px;
  margin: 0 0 30px 1px;
  font-size: 1rem;
}
div.gform_wrapper form .gform_body .legend {
  font-family: 'Alt Gothic';
  margin: 0 0 10px 0;
}
div.gform_wrapper form .gform_body .gfield_required {
  color: #c11c24;
  padding: 0 2px;
}
div.gform_wrapper form .gform_body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.gform_wrapper form .gform_body ul li.positionoffscreen {
  position: absolute;
  left: -10000px;
}
div.gform_wrapper form .gform_body ul li {
  position: relative;
  float: left;
  width: 100%;
}
div.gform_wrapper form .gform_body ul li label.gfield_label {
  color: #4d4d4d;
  float: left;
  font-family: "alt gothic";
  font-size: 1.1em;
  text-align: right;
  text-transform: uppercase;
  width: 20%;
}
div.gform_wrapper form .gform_body ul li div.gfield_description {
  float: right;
  background: #eaf7fc;
  padding: 20px 20px 0;
  width: 72%;
  line-height: normal;
}
div.gform_wrapper form .gform_body ul li div.ginput_container {
  background: #eaf7fc;
  display: inline-block;
  float: right;
  margin: 0 0 10px;
  padding: 20px;
  width: 72%;
}
div.gform_wrapper form .gform_body ul li div.ginput_container label {
  padding: 3px 0 0 3px;
  font-size: 1rem;
  line-height: 1.2;
  color: #808080;
}
div.gform_wrapper form .gform_body ul li div.ginput_container ul li {
  width: auto;
}
div.gform_wrapper form .gform_body ul li div.ginput_container ul.gfield_radio li {
  width: 20%;
}
div.gform_wrapper form .gform_body ul li div.ginput_container input {
  background: #fff;
  border: 1px solid #a8ddf3;
  color: #4d4d4d;
  font-size: 1rem;
  height: 16px;
  left: 0;
  padding: 6px 0 8px;
  text-indent: 8px;
  width: 100%;
}
div.gform_wrapper form .gform_body ul li div.ginput_container select {
  border: 1px solid #a8ddf3;
  height: 30px;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #808080;
}
div.gform_wrapper form .gform_body ul li div.ginput_container select + label {
  display: none;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_left,
div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_right {
  width: 48%;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_left label,
div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_right label {
  position: absolute;
  top: 2px;
  left: 8px;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_left {
  float: left;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_right {
  float: right;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .gfield_radio input {
  width: auto;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_full,
div.gform_wrapper form .gform_body ul li div.ginput_container span.name_first,
div.gform_wrapper form .gform_body ul li div.ginput_container span.name_last {
  position: relative;
  margin-bottom: 10px;
  display: block;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_full label,
div.gform_wrapper form .gform_body ul li div.ginput_container span.name_first label,
div.gform_wrapper form .gform_body ul li div.ginput_container span.name_last label {
  position: absolute;
  top: 2px;
  left: 8px;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .gfield_checkbox input {
  width: auto;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .gform_card_icon {
  background-image: url("im/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  margin-right: 4px;
  text-indent: -9000px;
  width: 36px;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .gform_card_icon_mastercard {
  background-position: -36px 0;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .gform_card_icon_discover {
  background-position: -108px 0;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .gform_card_icon_amex {
  background-position: -72px 0;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_card_expiration {
  display: inline-block;
  margin: 0 2% 10px 0;
  position: relative;
  width: 30%;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_cardinfo_right {
  position: relative;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_cardinfo_right input.ginput_card_security_code {
  width: 25%;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_cardinfo_right .ginput_card_security_code_icon {
  display: inline-block;
  height: 32px;
  width: 36px;
  background-image: url('im/gf-creditcard-icons.png');
  background-position: 0 -128px;
  margin-left: 4px;
  position: relative;
  top: 5px;
}
div.gform_wrapper form .gform_body ul li div.ginput_container.ginput_container_creditcard .ginput_full label#input_1_7_1_label {
  top: 42px;
}
div.gform_wrapper form .gform_body ul li div.ginput_container.ginput_container_creditcard span.ginput_cardinfo_right label {
  top: -7px;
}
div.gform_wrapper form .gform_footer {
  text-align: center;
}
div.gform_wrapper form .validation_error {
  color: #c11c24;
  font-size: 1.1rem;
  padding: 10px 0;
}
div.gform_wrapper form .validation_message {
  color: #c11c24;
}
div.gform_wrapper form .ginput_complex + .gfield_description.validation_message {
  padding-top: 0;
}
.donate .side-box {
  margin: 0 0 1rem 0;
  padding: 1rem;
}
.donate .side-box h4 {
  letter-spacing: normal;
  font-size: 1.5rem;
}
.donate .side-box p {
  line-height: 1.2;
  font-size: 1.1rem;
}
.donate .side-box a.partner {
  margin-top: 1.2em;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 5px;
}
.donate .side-box a.partner .nmu {
  background-image: url(im/nm-logo.png);
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  display: inline-block;
}
.donate .side-box a.partner .cr {
  background-image: url(im/cr-logo.png);
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  display: inline-block;
}
.donate .side-box a.partner .nmb {
  background-image: url(im/bx-logo.png);
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  display: inline-block;
}
.donate .iframe_wrapper {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  div.gform_wrapper form .gform_body ul li div.ginput_container ul.gfield_radio li,
  div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_card_expiration {
    width: 25%;
  }
}
@media screen and (max-width: 668px) {
  div.gform_wrapper form .gform_body ul li label.gfield_label {
    width: 100%;
    text-align: left;
  }
  div.gform_wrapper form .gform_body ul li div.gfield_description,
  div.gform_wrapper form .gform_body ul li div.ginput_container {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  div.gform_wrapper form .gform_body ul li div.ginput_container ul li {
    line-height: normal;
  }
  div.gform_wrapper form .gform_body ul li div.ginput_container ul.gfield_radio li {
    line-height: 1.5em;
  }
}
@media screen and (max-width: 500px) {
  div.gform_wrapper form .gform_body ul li div.ginput_container ul.gfield_radio li {
    width: 50%;
  }
  div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_card_expiration {
    width: 49%;
    margin-right: 0;
  }
  div.gform_wrapper form .gform_body ul li div.ginput_container .ginput_cardinfo_right input.ginput_card_security_code {
    width: 73%;
  }
  div.gform_wrapper form .gform_body ul li div.ginput_container_address .ginput_left,
  div.gform_wrapper form .gform_body ul li div.ginput_container_address .ginput_right,
  div.gform_wrapper form .gform_body ul li div.ginput_container_address .ginput_full {
    width: 100%;
  }
  div.gform_wrapper form .gform_body ul li div.ginput_container_name {
    line-height: 1.5em;
  }
  .donate .side-box a.partner {
    width: 30%;
  }
}
main .full blockquote {
  background: url("im/quote_top.svg") no-repeat scroll left top / 108px 90px, rgba(0, 0, 0, 0) url("im/quote_bottom.svg") no-repeat scroll right bottom / 108px 90px;
  margin-bottom: 20px;
  padding: 30px 0;
}
main .full blockquote p {
  font-family: "Alt Gothic";
  font-size: 1.8em;
  letter-spacing: 0;
  color: #26a9e0;
}
main .full p.blockquote {
  font-family: "Alt Gothic";
  font-size: 1.8em;
  letter-spacing: 0;
  color: #26a9e0;
  margin-bottom: 20px;
  padding: 30px 0;
}
main .bottom-fullwidth {
  order: 3;
}
main h1 {
  font-family: "Brandon";
  font-size: 3em;
  padding-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2em;
}
/* custom list styles */
/* bubble + blue dot/number */
.bubble-list {
  list-style-type: none;
}
.bubble-list li {
  color: #4d4d4d;
  font-family: "Franklin", arial, sans-serif;
  position: relative;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}
.bubble-list li:before {
  background-color: #cbebf8;
  border-radius: 12px;
  display: inline-block;
  margin: 0.04em 0 0 -40px;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 24px;
  line-height: 24px;
}
.bubble-ul {
  list-style-type: none;
}
.bubble-ul li {
  color: #4d4d4d;
  font-family: "Franklin", arial, sans-serif;
  position: relative;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}
.bubble-ul li:before {
  background-color: #cbebf8;
  border-radius: 12px;
  display: inline-block;
  margin: 0.04em 0 0 -40px;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 24px;
  line-height: 24px;
}
.bubble-ul li {
  text-align: left;
}
.bubble-ul li:before {
  background-image: url("im/li_arrow.svg"), none;
  content: "";
  height: 24px;
}
.bubble-ol {
  list-style-type: none;
  counter-reset: olcounter;
}
.bubble-ol li {
  color: #4d4d4d;
  font-family: "Franklin", arial, sans-serif;
  position: relative;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}
.bubble-ol li:before {
  background-color: #cbebf8;
  border-radius: 12px;
  display: inline-block;
  margin: 0.04em 0 0 -40px;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 24px;
  line-height: 24px;
}
.bubble-ol > li:before {
  content: counter(olcounter);
  counter-increment: olcounter;
  color: #26a9e0;
  text-align: center;
  font-size: 15px;
}
.bluedot-ul {
  list-style-type: none;
}
.bluedot-ul > li {
  list-style-type: none;
}
.bluedot-ul > li:before {
  color: #26afe0;
  content: "•";
  margin-left: -34px;
  font-size: 1em;
  background-color: transparent;
  background-image: none;
}
.bold-ol-numbers {
  counter-reset: olcounter;
}
.bold-ol-numbers > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
.bold-ol-letters {
  counter-reset: olcounter;
}
.bold-ol-letters > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
.bold-ol-letters > li:before {
  content: counter(olcounter, lower-alpha) ".";
  margin-left: -38px;
  font-size: 15px;
  top: 0;
}
.bold-ol {
  counter-reset: olcounter;
}
.bold-ol > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
.bold-ol li ol {
  counter-reset: olcounter;
}
.bold-ol li ol > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
.bold-ol li ol > li:before {
  content: counter(olcounter, lower-alpha) ".";
  margin-left: -38px;
  font-size: 15px;
  top: 0;
}
.bold-ol-nested {
  counter-reset: olcounter;
}
.bold-ol-nested > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
.bold-ol-nested > li:before {
  content: counter(olcounter, lower-alpha) ".";
  margin-left: -38px;
  font-size: 15px;
  top: 0;
}
.bold-ol-nested li ol {
  counter-reset: olcounter;
}
.bold-ol-nested li ol > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
.default-list ul {
  list-style-type: none;
}
.default-list ul li {
  color: #4d4d4d;
  font-family: "Franklin", arial, sans-serif;
  position: relative;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}
.default-list ul li:before {
  background-color: #cbebf8;
  border-radius: 12px;
  display: inline-block;
  margin: 0.04em 0 0 -40px;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 24px;
  line-height: 24px;
}
.default-list ul li {
  text-align: left;
}
.default-list ul li:before {
  background-image: url("im/li_arrow.svg"), none;
  content: "";
  height: 24px;
}
.default-list ul li ol {
  counter-reset: olcounter;
}
.default-list ul li ol > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
.default-list ul li ol li ol {
  counter-reset: olcounter;
}
.default-list ul li ol li ol > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
.default-list ul li ol li ol > li:before {
  content: counter(olcounter, lower-alpha) ".";
  margin-left: -38px;
  font-size: 15px;
  top: 0;
}
.default-list ol {
  list-style-type: none;
  counter-reset: olcounter;
}
.default-list ol li {
  color: #4d4d4d;
  font-family: "Franklin", arial, sans-serif;
  position: relative;
  padding-left: 0;
  list-style-type: none;
  text-align: left;
}
.default-list ol li:before {
  background-color: #cbebf8;
  border-radius: 12px;
  display: inline-block;
  margin: 0.04em 0 0 -40px;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 24px;
  line-height: 24px;
}
.default-list ol > li:before {
  content: counter(olcounter);
  counter-increment: olcounter;
  color: #26a9e0;
  text-align: center;
  font-size: 15px;
}
.default-list ol li ol {
  counter-reset: olcounter;
}
.default-list ol li ol > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
.default-list ol li ol > li:before {
  content: counter(olcounter, lower-alpha) ".";
  margin-left: -38px;
  font-size: 15px;
  top: 0;
}
.default-list ol li ol li ol {
  counter-reset: olcounter;
}
.default-list ol li ol li ol > li:before {
  background-image: none;
  content: counter(olcounter) ".";
  counter-increment: olcounter;
  top: 1px;
  color: #26afe0;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  font-weight: bold;
}
.default-list ul li ul,
.default-list ol li ul {
  list-style-type: none;
}
.default-list ul li ul > li,
.default-list ol li ul > li {
  list-style-type: none;
}
.default-list ul li ul > li:before,
.default-list ol li ul > li:before {
  color: #26afe0;
  content: "•";
  margin-left: -34px;
  font-size: 1em;
  background-color: transparent;
  background-image: none;
}
/* styles to override main list style, add to ul or ol */
/* minimal blue dot/number/letter */
ul.minimal-list {
  list-style-type: none !important;
}
ul.minimal-list > li {
  list-style-type: none !important;
}
ul.minimal-list > li:before {
  color: #26afe0 !important;
  content: "•" !important;
  margin-left: -34px !important;
  font-size: 1em !important;
  background-color: transparent !important;
  background-image: none !important;
}
ul.minimal-list > li:before {
  margin-left: 40px;
}
ol.minimal-list {
  counter-reset: olcounter !important;
}
ol.minimal-list > li:before {
  background-image: none !important;
  content: counter(olcounter) "." !important;
  counter-increment: olcounter !important;
  top: 1px !important;
  color: #26afe0 !important;
  text-align: center !important;
  font-size: 14px !important;
  background-color: transparent !important;
  font-weight: bold !important;
}
ol.minimal-list li ol {
  counter-reset: olcounter !important;
}
ol.minimal-list li ol > li:before {
  background-image: none !important;
  content: counter(olcounter) "." !important;
  counter-increment: olcounter !important;
  top: 1px !important;
  color: #26afe0 !important;
  text-align: center !important;
  font-size: 14px !important;
  background-color: transparent !important;
  font-weight: bold !important;
}
ol.minimal-list li ol > li:before {
  content: counter(olcounter, lower-alpha) "." !important;
  margin-left: -38px !important;
  font-size: 15px !important;
  top: 0 !important;
}
/* basic black system */
.basic-all li {
  margin-left: 27px;
  padding-left: 13px;
}
.basic-all li:before {
  background-image: none;
  background-color: transparent;
  content: "";
}
ul.basic-list li,
ol.basic-list li {
  margin-left: 27px !important;
  padding-left: 13px !important;
}
ul.basic-list li:before,
ol.basic-list li:before {
  background-image: none !important;
  background-color: transparent !important;
  content: "" !important;
}
ul.basic-list li,
ol.basic-list ul li {
  list-style: disc !important;
}
ol.basic-list li,
ul.basic-list ol li {
  list-style: decimal !important;
}
ol.basic-list li ol li,
ul.basic-list ol li ol li {
  list-style: lower-alpha !important;
}
main div.major .secondary-content,
main div.minor .secondary-content {
  background-color: #eaf7fc;
  border: 1px solid #eceffc;
  float: right;
  padding: 3%;
  position: relative;
  width: 94%;
}
main div.major .secondary-content h3,
main div.minor .secondary-content h3 {
  color: #26a9e0;
  font-family: "Brandon";
  font-size: 1.1em;
  letter-spacing: 3px;
  opacity: 0.999;
  margin: 10px 0;
}
main div.major .secondary-content ol,
main div.minor .secondary-content ol {
  /*.bubble-ul();*/
  /* because of old styles, ol here is unordered */
}
main div.minor {
  order: 1;
}
main div.minor .tertiary-content {
  position: relative;
  float: left;
  width: 100%;
}
main div.minor .tertiary-content h3 {
  background: rgba(0, 0, 0, 0) url("im/grey-bg-border.png") repeat-x scroll 0 23px;
  color: #dddddd;
  font-size: 16px;
  height: 17px;
  line-height: 17px;
  padding-top: 24px;
  text-transform: uppercase;
  font-family: 'brandon';
  margin-bottom: 20px;
}
main div.minor .tertiary-content h3 span {
  background: #fff;
}
main div.minor .tertiary-content .small-grid {
  position: relative;
  width: 100%;
  z-index: 1;
}
main div.minor .tertiary-content .small-grid div.connect-member {
  background: #000 none repeat scroll 0 0;
  display: inline-block;
  float: left;
  height: 0;
  margin-bottom: 2%;
  margin-right: 2%;
  overflow: hidden;
  padding-bottom: 32%;
  width: 32%;
}
main div.minor .tertiary-content .small-grid div.connect-member span.ajaxable_post {
  display: inline-block;
  height: 0;
  margin: auto;
  padding-bottom: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
main div.minor .tertiary-content .small-grid div.connect-member span.ajaxable_post img {
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0;
  min-width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  width: auto;
}
main div.minor .tertiary-content .small-grid div.connect-member.nomargin {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  main h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 668px) {
  main h1 {
    font-size: 1.6em;
    line-height: 1.4em;
    padding-bottom: 0;
  }
  main.our-people h1,
  main .programs-page h1 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  main h1 {
    line-height: 1.2em;
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}
.copy-section {
  height: auto;
  padding-bottom: 20px;
  padding-top: 10px;
}
.copy-section h2 {
  margin-bottom: 1rem;
  padding-top: 30px;
}
.copy-section h3 {
  font-family: "Brandon";
  color: #26a9e0;
  font-size: 1.15rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 35px;
  line-height: 1.2em;
}
.copy-section .section-link {
  font-family: 'Brandon';
  text-transform: uppercase;
  float: left;
  display: inline;
  margin-right: 20px;
  font-size: 1em;
  letter-spacing: 1px;
  margin-top: 20px;
  line-height: 1.2em;
}
.copy-section ul {
  /*margin-left: 0px;
		margin-top: 15px;*/
  /*.bubble-ul();*/
}
.copy-page h2 {
  margin-top: 30px;
}
.para-container {
  height: 350px;
  margin-left: 0;
  text-align: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
#fourth-divider {
  padding-top: 50px;
  height: 300px;
  color: #fff;
  font-family: "brandon";
  font-size: 3em;
  text-transform: uppercase;
  z-index: 1000;
  line-height: 1.2em;
}
.para-divider-section {
  height: 350px;
  margin-left: 0;
  left: 0;
  text-align: left;
  width: 100%;
  position: absolute;
  background-size: cover;
}
.js-background-1 {
  background-image: url("im/slide-divider-1.jpg");
}
.js-background-2 {
  background-image: url("im/slide-divider-2.jpg");
}
.js-background-3 {
  background-image: url("im/slide-divider-3.jpg");
}
.js-background-4 {
  background-image: url("im/slide-divider-4.jpg");
}
.js-background-5 {
  background-image: url("im/slide-divider-5.jpg");
}
.js-background-6 {
  background-image: url("im/slide-divider-6.jpg");
}
.js-background-7 {
  background-image: url("im/slide-divider-7.jpg");
}
.js-background-8 {
  background-image: url("im/slide-divider-8.jpg");
}
.js-background-9 {
  background-image: url("im/slide-divider-9.jpg");
}
main.our-work .para-container {
  height: 350px;
  margin-bottom: 20px;
}
main.resources p.lefty {
  padding-right: 20px;
}
main.about-newmusicbox div.minor .secondary-content {
  margin-top: 31px;
}
@media screen and (max-width: 800px) {
  main.our-work .para-container,
  main.our-work .para-divider-section {
    height: 360px;
    margin-bottom: 0px;
  }
  #fourth-divider {
    font-size: 2em;
    line-height: 1.5em;
  }
  .para-container,
  .para-divider-section {
    height: 300px;
  }
}
@media screen and (max-width: 420px) {
  main.our-work .para-container {
    height: 400px;
  }
  main.resources p.lefty {
    padding-right: 0;
    float: none;
  }
  #fourth-divider {
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 40px;
    height: 190px;
  }
  .para-container,
  .para-divider-section {
    height: 200px;
  }
}
.nmusa-content {
  /*layout for two column grid of panelists faces*/
}
.nmusa-content .grid-of-thumbs {
  display: flex;
  flex-wrap: wrap;
}
.nmusa-content .grid-of-thumbs div {
  float: left;
  display: inline-block;
  width: 220px;
  text-align: center;
  margin: 0;
  height: 190px;
  font-size: 14px;
}
/*************************** PANELIST DASHBOARD ***************************/
#dashboard_reviewing .panelist-dash #ReviewWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dashboard_reviewing .panelist-dash .single-review {
  width: 45%;
  margin-bottom: 20px;
  max-height: 175px;
  display: flex;
  min-height: 4em;
  overflow-y: hidden;
}
#dashboard_reviewing .panelist-dash .single-review .feat_img {
  /*width:50%;*/
  background-color: transparent;
  flex: 1;
}
#dashboard_reviewing .panelist-dash .single-review .feat_img a {
  overflow-x: hidden;
  display: block;
  height: auto;
  width: 100%;
}
#dashboard_reviewing .panelist-dash .single-review .feat_img img {
  width: 120%;
  height: auto;
  float: left;
  position: relative;
  left: -10%;
}
#dashboard_reviewing .panelist-dash .single-review .review-info {
  width: 45%;
  /*padding-top: 10px;
			max-height: 172px;
			overflow-y: auto;
			box-sizing: border-box;*/
  position: relative;
  overflow: auto;
  flex: 1;
}
#dashboard_reviewing .panelist-dash .single-review .review-info .review-info-inner {
  position: absolute;
  top: 10px;
  left: 25px;
  /*padding-bottom: 10px;*/
}
#dashboard_reviewing .panelist-dash .single-review .review-info p.title {
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 0px 4px 0 0;
  line-height: 24px;
  font-family: 'alt gothic';
  text-transform: uppercase;
  font-size: 1em;
}
#dashboard_reviewing .panelist-dash .single-review .review-info p {
  margin-bottom: 0px;
  line-height: 20px;
  font-size: 0.8em;
}
#dashboard_reviewing .panelist-dash span#panel_pagination {
  width: 100%;
}
#dashboard_reviewing .panelist-dash span#panel_pagination p {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}
#dashboard_reviewing .panelist-dash span#panel_pagination .panel_ajax {
  cursor: pointer;
  color: #26A9E0;
}
#dashboard_reviewing .panelist-dash .is_complete {
  background-color: #e6e6e6;
}
.bargraph {
  height: 450px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bargraph .bar-wrapper {
  position: relative;
  float: left;
  display: inline-block;
  width: 14%;
  margin-left: 1%;
  margin-right: 1%;
  height: 400px;
}
.bargraph .bar-wrapper p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -45px;
  height: 28px;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #f4f4f4;
}
.bargraph .bar-wrapper .bar {
  position: absolute;
  width: 100%;
  display: block;
  background: #26A9E0;
  bottom: 0;
}
.bargraph .bar-wrapper .bar-wrapper.last {
  margin-right: 0;
}
.bargraph .bar-wrapper .bar-wrapper.first {
  margin-left: 0;
}
.bargraph-label {
  width: 100%;
  text-align: center;
}
/*************************** PATRON DASHBOARD ***************************/
.patronreviewing {
  margin-bottom: 30px;
}
.patronreviewing h2 {
  background: rgba(0, 0, 0, 0) url(im/light-blue-bg-border.png) repeat-x scroll 0 0;
  color: #26a9e0;
  background-position: 3px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.patronreviewing span.h2-with-border {
  background: #fff;
  padding-right: 15px;
  /*line-height: 1.3em;*/
}
.patronreviewing h3.blue {
  font-family: "Brandon";
  color: #26a9e0;
  font-size: 1.1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 35px;
  background: rgba(0, 0, 0, 0) url(im/light-blue-bg-border.png) repeat-x scroll 0 0;
  background-position: 3px;
}
.patronreviewing > p:first-of-type {
  margin-bottom: 10px;
}
.patronreviewing ul {
  list-style-type: none !important;
}
.patronreviewing ul > li {
  list-style-type: none !important;
}
.patronreviewing ul > li:before {
  color: #26afe0 !important;
  content: "•" !important;
  margin-left: -34px !important;
  font-size: 1em !important;
  background-color: transparent !important;
  background-image: none !important;
}
.patronreviewing .three_col .grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  /*for non-full rows*/
}
.patronreviewing .three_col .grid .one-third {
  flex-basis: 27%;
  border: 1px solid #b9e3f5;
  margin: 20px 2px;
  margin-right: 5%;
  position: relative;
}
.patronreviewing .three_col .grid .one-third:hover {
  border: 3px solid #26a9e0;
  margin: 18px 0;
  margin-right: calc(5% - 2px);
}
.patronreviewing .three_col .grid .one-third .pledged-banner {
  background-image: url(im/pledges-banner.png);
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: -11px;
  left: -11px;
  width: 159px;
  height: 159px;
  z-index: 2;
}
.patronreviewing .three_col .grid .one-third .lower {
  position: relative;
  z-index: 1;
  padding: 8%;
}
.patronreviewing .three_col .grid .one-third .lower h3 {
  color: #4d4d4d;
}
.patronreviewing .three_col .grid .one-third .lower a > span {
  color: #26a9e0;
  margin-top: 5px;
  display: inline-block;
}
.patronreviewing .three_col .grid .one-third .lower a > span em {
  font-size: 0.8em;
}
.patronreviewing .three_col .grid .one-third .lower a > span span.meta_date {
  font-family: "Alt Gothic";
  font-size: 1.2em;
  text-transform: uppercase;
}
.patronreviewing .three_col .grid .one-third .lower a > span span.meta-data-notes {
  font-size: 1em;
  color: #4d4d4d;
}
.patronreviewing .three_col .grid .one-third .lower p {
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 1.4rem;
  color: #4d4d4d;
  font-size: 1rem;
}
.patronreviewing .three_col .grid .one-third .bookmark-item-wrapper {
  position: absolute;
  top: 10%;
  right: 6%;
  z-index: 2;
}
.patronreviewing .three_col .grid .one-third .feat_img img {
  width: 100%;
  height: auto;
}
.patronreviewing .feat_box_alt .lower h3 {
  width: 94%;
}
.patronreviewing .pager {
  padding: 1em 0;
  margin-right: 8%;
}
@media (max-width: 800px) {
  .patronreviewing .feat_box_alt .lower h3 {
    width: 90%;
  }
  .patronreviewing .three_col #Grid .one-third {
    flex-basis: 44%;
  }
}
@media screen and (max-width: 420px) {
  .patronreviewing .three_col #Grid .one-third {
    flex-basis: 90%;
  }
  .patronreviewing h2,
  .patronreviewing h3.blue {
    background-position: center 105%;
    line-height: 1.7rem;
    padding-bottom: 5%;
  }
}
.connect-membership-levels h3 {
  cursor: default;
}
.connect-membership-levels .col {
  cursor: pointer;
}
.connect-membership-levels .stripe-button-el {
  background-color: #26a9e0;
  border-radius: 0 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  border: none;
  border-bottom: 3px solid #ddd;
  font-family: 'Alt Gothic', sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
  background-image: none;
}
.connect-membership-levels .stripe-button-el span {
  font-family: 'Alt Gothic', sans-serif !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  background: none;
  border: none;
  font-weight: normal;
  box-shadow: none;
  border-radius: 0 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.connect-membership-levels .stripe-button-el:active:not(:disabled) span,
.connect-membership-levels .stripe-button-el.active span {
  background: #26a9e0;
}
.connect-membership-levels .stripe-button-el:active {
  border-bottom: none;
}
/*recently-viewed-projects*/
.recently-viewed-projects {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-top: 30px;
}
.recently-viewed-projects .one-fourth {
  width: 23%;
  padding: 0;
  padding-right: 2%;
}
.recently-viewed-projects .one-fourth:last-child {
  padding-right: 0;
}
.recently-viewed-projects .one-fourth span.hoverable {
  display: block;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.recently-viewed-projects .one-fourth .feat_img {
  padding-top: 100%;
}
.recently-viewed-projects .one-fourth .feat_img img {
  height: 110%;
  width: 110%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.recently-viewed-projects .one-fourth .feat_box_alt .lower {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border: none;
  display: none;
}
.recently-viewed-projects .one-fourth .feat_box_alt .lower h3,
.recently-viewed-projects .one-fourth .feat_box_alt .lower span {
  color: #FFFFFF;
}
.recently-viewed-projects .one-fourth .feat_box_alt .lower h3 {
  max-height: 5.9em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  /*-webkit-box-pack: end;*/
}
.recently-viewed-projects .one-fourth span.hoverable:hover .feat_img {
  background: #000;
}
.recently-viewed-projects .one-fourth span.hoverable:hover .feat_img img {
  opacity: 0.5;
}
.recently-viewed-projects .one-fourth span.hoverable:hover .feat_box_alt .lower {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .recently-viewed-projects .one-fourth .feat_box_alt .lower h3 {
    max-height: 4.9em;
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 800px) {
  .recently-viewed-projects .one-fourth {
    width: 45%;
    padding-right: 5%;
    padding-bottom: 40px;
  }
  .recently-viewed-projects .one-fourth .feat_box_alt .lower h3 {
    /*max-height: 2.9em;
			    -webkit-line-clamp: 3;*/
  }
}
/*************************** REVIEW FORM ***************************/
#review-flyout {
  position: absolute;
  right: 20px;
  z-index: 2000;
  top: 221px;
}
#review-flyout.full {
  /*height: ~"calc(100vh - @{review-flyout-top})";*/
}
#review-flyout.fixed {
  position: fixed;
}
#review-flyout.fixed.top {
  top: 40px;
}
#review-flyout.bottom {
  bottom: 20px;
  top: unset;
}
@media screen and (max-width: 1024px) {
  #review-flyout {
    top: 281px;
  }
  #review-flyout.full {
    height: calc(100vh - 281px);
  }
}
@media screen and (max-width: 800px) {
  #review-flyout {
    top: 331px;
  }
  #review-flyout.full {
    height: calc(100vh - 331px);
  }
}
@media screen and (max-width: 420px) {
  #review-flyout {
    width: auto;
  }
  #review-flyout #review-form-wrapper {
    width: 99.5%;
  }
  #review-flyout #review-form-wrapper #pledge_form.patron div.pledge-contact-form-buttons span.small_btn {
    float: left;
  }
  #review-flyout #review-form-wrapper #review_nav {
    font-size: 1.1em;
  }
  #review-flyout #review-form-wrapper .pledge-usr-msg p.message {
    float: left;
  }
}
#review-form-wrapper {
  width: 500px;
  float: right;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.8);
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
  overflow-y: auto;
  height: 100%;
}
#review-form-wrapper form.review_form {
  float: right;
  padding: 0 10px;
  box-sizing: border-box;
}
#review-form-wrapper form.review_form.patron {
  width: 100%;
}
#review-form-wrapper form.review_form.patron .form_wrapper .bookmark-icon-wrapper {
  position: relative;
  left: -5px;
}
#review-form-wrapper form.patron .fieldset-title {
  width: 32%;
  float: left;
}
#review-form-wrapper form.patron fieldset #save_review {
  float: right;
}
#review-form-wrapper form.patron .small_btn {
  margin-top: 0;
}
#review-form-wrapper .legend {
  margin: 10px;
}
#review-form-wrapper div.review_explanation {
  padding-left: 10px;
}
#review-form-wrapper .fieldset-title,
#review-form-wrapper .small_btn {
  font-size: 1.2em;
  padding: 5px;
}
#review-form-wrapper .fieldset-title {
  padding: 0 0 10px 10px;
  color: #4d4d4d;
  font-family: 'Alt Gothic';
}
#review-form-wrapper fieldset {
  border: none;
  background: transparent;
  padding: 0 10px 20px 10px;
}
#review-form-wrapper fieldset input,
#review-form-wrapper fieldset select,
#review-form-wrapper fieldset textarea {
  border: 1px solid #26a9e0;
  padding: 5px;
  font-size: 1rem;
  font-family: 'Franklin';
}
#review-form-wrapper fieldset textarea {
  width: calc(100% - 12px);
}
#review-form-wrapper fieldset select {
  margin-top: 5px;
  width: 100%;
}
#review-form-wrapper fieldset select:first-child {
  margin-bottom: 10px;
}
#review-form-wrapper .small_btn {
  border: none;
  font-family: 'Alt Gothic';
  line-height: 1;
}
#review-form-wrapper .small_btn#save_review {
  margin-left: 10px;
}
#review-form-wrapper .msg {
  font-style: italic;
  background-color: #ccffcc;
}
#review-form-wrapper .msg p {
  text-align: center;
}
#review-form-wrapper #pledge_form.patron div.pledge-contact-form-buttons {
  float: right;
  width: calc(68% - 10px);
  padding-right: 20px;
  box-sizing: border-box;
}
#review-form-wrapper #pledge_form.patron div.pledge-contact-form-buttons fieldset {
  width: 100%;
}
#review-form-wrapper #pledge_form.patron div.pledge-contact-form-buttons span.small_btn {
  float: right;
}
#review-form-wrapper #pledge_form.patron div.pledge-contact-form-buttons .small_btn.hidden {
  display: none;
}
#review-form-wrapper #contact_form.patron div.expanded-contact-form {
  display: none;
}
#review-form-wrapper #contact_form.patron div.expanded-contact-form .small_btn {
  float: right;
  margin-top: 8px;
  margin-left: 14px;
}
#review-show,
#notes-show {
  background-color: rgba(38, 169, 224, 0.6);
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  position: relative;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform-origin: right top;
  margin-top: 17em;
  left: 0;
  padding: 5px;
}
#review-show:hover,
#notes-show:hover {
  cursor: pointer;
  background-color: rgba(38, 169, 224, 0.8);
}
#review-show span,
#notes-show span {
  color: #fff;
  text-shadow: 1px #000;
  font-size: 1.8em;
  font-family: "Alt Gothic";
  text-transform: uppercase;
  letter-spacing: 1px;
}
#notes-show {
  margin-top: 12em;
}
@media screen and (max-width: 633px) {
  #review-show,
  #notes-show {
    margin-top: 0;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    float: none;
  }
}
#review_nav {
  font-size: 1.3em;
  padding: 1em 20px;
  font-family: 'Alt Gothic';
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
#review_nav div {
  flex: 1 1 0;
}
#review_nav div.center {
  text-align: center;
}
#review_nav div.right {
  text-align: right;
}
#review-form-wrapper .help_corner,
#gos-private-info-box .help_corner {
  position: relative;
  left: 0;
  display: inline-block;
  color: #fff;
  vertical-align: 10%;
  line-height: 1.3em;
}
#review-form-wrapper .tooltip,
#gos-private-info-box .help_tooltip {
  background-color: #fff;
  border: 1px solid #26a9e0;
  padding: 10px;
  width: 65%;
  position: absolute;
  z-index: 2;
  display: none;
}
#review-form-wrapper .tooltip-message-wrapper {
  position: relative;
}
#review-form-wrapper .tooltip p,
.pledge-usr-msg p.message {
  margin: 0;
  line-height: normal;
  font-size: 1em;
}
.bookmark-icon-wrapper .bookmark-icon {
  content: '';
  background-image: url(im/bookmark-sprite.png);
  background-size: 75px 30px;
  background-repeat: no-repeat;
  background-position: top left;
  width: 25px;
  height: 30px;
  overflow: hidden;
  display: inline-block;
}
.bookmark-icon-wrapper .bookmark-icon:hover {
  background-position: top center;
}
.bookmark-icon-wrapper .bookmark-icon.bookmarked {
  background-position: top right;
}
/* nmusa-content */
.nmusa-content .featured-image {
  margin-top: 20px;
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}
.nmusa-content .featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.nmusa-content .meta-date {
  font-family: "Alt Gothic";
  text-transform: uppercase;
  font-size: 1.3em;
  color: #26afe0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.nmusa-content .content {
  margin: 1em 0;
}
.nmusa-content .content img {
  max-width: 100%;
  height: auto;
}
.nmusa-content p {
  margin: 1rem 0;
}
col.nmusa-content.about-music-alive .major-content-wrapper.nmusa-content .meta-date,
col.nmusa-content.about-impact-fund .major-content-wrapper.nmusa-content .meta-date {
  display: none;
}
.col.nmusa-content .icon.nmusa-content {
  display: none;
}
.col.major .major-content-wrapper.nmusa-content,
.col.major .major-content-wrapper.round {
  border: 1px solid #b9e3f5;
  padding: 20px;
}
#welcometour-underlay {
  position: fixed;
  z-index: 4999;
  background: #fff;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.welcometour.bottom-box,
.welcometour.central-box {
  position: fixed;
  z-index: 5000;
  font-family: 'Franklin';
}
.welcometour .background {
  background: #000;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.welcometour .content {
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  color: #fff;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.welcometour.central-box {
  top: 50%;
  min-height: 200px;
  margin-top: -100px;
  width: 60%;
  left: 20%;
  text-align: center;
}
#welcometour-final-box {
  min-height: 120px;
  margin-top: -60px;
}
.welcometour.central-box h2,
.welcometour.central-box p {
  text-align: left;
  font-size: 15.5px;
}
.welcometour.central-box h2 {
  text-transform: uppercase;
  font-size: 19px;
  font-family: 'alt gothic';
  letter-spacing: 1.2px;
  font-weight: normal;
}
.welcometour.bottom-box {
  bottom: 40px;
  height: 80px;
  width: 80%;
  left: 10%;
  border: 2px solid #fff;
  margin-left: -2px;
}
.tour-items-slider-wrapper ol.tour-items {
  list-style-type: none;
  position: relative;
  width: 80%;
  margin: auto;
  font-size: 15.5px;
}
.tour-items-slider-wrapper {
  overflow: hidden;
}
.tour-items-slider-wrapper .prev,
.tour-items-slider-wrapper .next {
  position: absolute;
  display: inline-block;
  background-color: #cbebf8;
  background-image: url("im/li_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  top: 30px;
  content: " ";
}
.tour-items-slider-wrapper .prev {
  left: 20px;
  background-image: url("im/li_arrow_rev.svg");
}
.tour-items-slider-wrapper .next {
  right: 20px;
}
.tour-items-slider-wrapper ol.tour-items .item .number,
#welcometour-final-box .content p .number {
  font-family: 'brandon';
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  float: left;
  padding-right: 10px;
}
#welcometour-final-box .content p span.copy-content {
  margin-left: 40px;
  display: inline-block;
}
#welcometour-final-box .content p .number {
  position: absolute;
  left: 20px;
}
.welcometour .exit-tour {
  position: absolute;
  top: -22px;
  right: 8px;
  height: 20px;
  background: #000;
  width: 40px;
  border: 2px solid #fff;
  opacity: 0.9;
  border-bottom: 0;
  border-radius: 10px 10px 0 0px;
  text-align: center;
}
.welcometour .exit-tour .exit-link {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.tour-flag {
  background: #b9e3f5;
  color: #fff;
  width: 46px;
  height: 46px;
  display: block;
  position: absolute;
  text-align: center;
  font-size: 24px;
  line-height: 46px;
  font-family: 'brandon';
  display: none;
  z-index: 4000;
}
.tour-flag.arrow-down {
  margin-top: -64px;
}
.tour-flag:after {
  width: 0;
  height: 0;
  content: " ";
  display: block;
  position: absolute;
  right: 46px;
  top: 0;
  border-bottom: none;
  border-left: 15px solid transparent;
  border-top: 15px solid #b9e3f5;
  border-right: none;
}
.tour-flag.arrow-down:after {
  left: 0;
  right: auto;
  top: auto;
  border-top: 15px solid #b9e3f5;
  border-right: 15px solid transparent;
  border-bottom: none;
  border-left: none;
}
.tour-flag.active,
.tour-flag:hover {
  background: #26a9e0;
  cursor: default;
}
.tour-flag.active:after,
.tour-flag:hover:after {
  border-bottom: none;
  border-left: 15px solid transparent;
  border-top: 15px solid #26a9e0;
  border-right: none;
  cursor: default;
}
.tour-flag.active.arrow-down:after,
.tour-flag.arrow-down:hover:after {
  border-top: 15px solid #26a9e0;
  border-right: 15px solid transparent;
  border-bottom: none;
  border-left: none;
  cursor: default;
}
li#touritemfive {
  text-align: center;
  line-height: 40px;
  font-style: italic;
}
#touritemone-flag {
  top: 18px;
  left: 240px;
}
#touritemtwo-flag {
  margin-left: 50%;
  top: 18px;
  left: 190px;
}
#touritemfour-flag {
  left: 332px;
}
#touritemthree-flag {
  left: 208px;
}
.loading {
  font-size: 30px;
  position: relative;
  top: -8px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}
@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@media (max-width: 800px) {
  .welcometour.bottom-box {
    height: auto;
    min-height: 80px;
  }
  .tour-items-slider-wrapper ol.tour-items .item .number {
    padding-bottom: 20px;
  }
  #touritemtwo-flag {
    margin-left: auto;
    top: 88px;
    left: 193px;
  }
}
@media (max-width: 420px) {
  .welcometour .content .button {
    padding: 0 1rem;
  }
  .welcometour .content .button span.full-version {
    display: none;
  }
  .tour-items-slider-wrapper ol.tour-items .item .number {
    position: absolute;
    left: 5px;
  }
  .tour-items-slider-wrapper ol.tour-items .item {
    padding-left: 40px;
  }
  #touritemfour-flag {
    left: 180px;
  }
  .tour-items-slider-wrapper .prev,
  .tour-items-slider-wrapper .next,
  .welcometour.central-box {
    top: 40%;
  }
  .welcometour.central-box {
    width: 80%;
    left: 10%;
  }
  #welcometour-final-box {
    margin-top: 0;
    top: 15%;
  }
  #welcometour-final-box .content p span.copy-content {
    margin-right: 40px;
  }
}
.grants-page .grants {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 2rem 0;
}
.grants-page .grants-lower {
  margin: 1.5em 0 3em 0;
}
.grants-page .grant {
  width: 30%;
  -webkit-transition: width 0.2s;
  /* Safari */
  transition: width 0.2s;
}
.grants-page .banner {
  width: 100%;
  padding-top: 52%;
  overflow: hidden;
  background: #f4f4f4;
  position: relative;
  border-bottom: 5px solid #26a9e0;
}
.grants-page .banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.grants-page .banner .overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20%;
  width: 100%;
  z-index: 2;
  height: 50px;
}
.grants-page .banner .overlay .text {
  position: absolute;
  font-family: 'Brandon';
  font-family: 'Alt Gothic';
  text-transform: uppercase;
  color: #fff;
  z-index: 3;
  opacity: 0.999;
  margin: 0.6em 4px 0.6em 4px;
  line-height: 0.95em;
  font-size: 1.45em;
}
.grants-page .description {
  min-height: 4em;
  -webkit-transition: min-height 0.2s;
  /* Safari */
  transition: min-height 0.2s;
}
.grants-page .description p {
  font-size: 1.1em;
  line-height: 1.2em;
  margin: 1em 0;
}
.grants-page .apply {
  border: 1px solid #b9e3f5;
  padding: 1rem;
  min-height: 7em;
  -webkit-transition: min-height 0.2s;
  /* Safari */
  transition: min-height 0.2s;
}
.grants-page .apply .next-deadline {
  color: #26a9e0;
  font-family: 'Alt Gothic';
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.1rem;
  margin: 0 0 1rem 0;
}
.grants-page .apply .guidelines {
  font-family: 'Alt Gothic';
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 1rem 0;
}
.grants-page .apply .guidelines a {
  transition: all 250ms ease-in-out;
  color: #4d4d4d;
}
.grants-page .apply .guidelines a:hover {
  color: #26a9e0;
}
.grants-page .apply .message p {
  line-height: 1.1;
  font-size: 1rem;
}
.grants-page .apply .message p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .grants-page .apply {
    min-height: 8em;
  }
}
@media screen and (max-width: 1024px) {
  .grants-page .apply {
    min-height: 9em;
  }
}
@media screen and (max-width: 950px) {
  .grants-page .description {
    min-height: 5.5em;
  }
}
@media screen and (max-width: 800px) {
  .grants-page .apply {
    min-height: 10em;
  }
}
@media screen and (max-width: 720px) {
  .grants-page .description {
    min-height: 6.5em;
  }
  .grants-page .apply {
    min-height: 11em;
  }
}
@media screen and (max-width: 668px) {
  .grants-page .grants {
    flex-wrap: wrap;
  }
  .grants-page .grants .grant {
    width: 47%;
  }
  .grants-page .grants .grant .description {
    min-height: 5.5em;
  }
  .grants-page .grants .grant .apply {
    min-height: 7em;
  }
  .grants-page .grants .grant:first-child {
    width: 100%;
    margin-bottom: 2rem;
  }
  .grants-page .grants .grant:first-child .description {
    min-height: unset;
  }
  .grants-page .grants .grant:first-child .apply {
    min-height: unset;
  }
}
@media screen and (max-width: 500px) {
  .grants-page .grants {
    flex-direction: column;
  }
  .grants-page .grants .apply {
    min-height: 7em;
  }
  .grants-page .grants .grant {
    width: auto;
    margin: 1rem 0 1.5rem 0;
  }
  .grants-page .grants .grant:last-child {
    margin: 1rem 0 0 0;
  }
  .grants-page .grants .grant .description {
    min-height: unset;
  }
  .grants-page .grants-lower p {
    line-height: 1.9rem;
  }
  .grants-page div.uservoice {
    height: 350px;
  }
}
.grants-page .iframe_wrapper,
.col.major .major-content-wrapper.round .iframe_wrapper {
  padding-top: 0;
}
.col.major .round-type-desc p {
  font-style: italic;
}
.grants-page .iframe_wrapper {
  height: 350px;
}
.col.major .major-content-wrapper.round .iframe_wrapper {
  height: 450px;
}
.col.major .major-content-wrapper.round {
  padding: 20px 30px;
}
.col.major .round h2.section-hdr {
  margin-top: 2rem;
  height: auto;
  /* probably should be global */
  background: none;
}
.col.major .round h3 {
  margin: 1.5em 0 1em 0;
}
.col.major .round h3:first-child {
  margin-top: 0;
}
.col.major .round h4,
.col.major .round h5 {
  padding-top: 12px;
  line-height: 1.3em;
}
.col.major .round p {
  font-size: 18px;
  line-height: 32px;
  margin: 18px 0;
}
.col.major .round ul,
.col.major .round ol {
  margin-top: 20px;
  margin-bottom: 28px;
  font-size: 18px;
}
.col.major .round .button {
  margin: 10px 0 20px 0;
}
