/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
/* font-family: 'Lato', sans-serif; */

body {
    color: #333;
    font: 13px/1.25 Arimo, Verdana, Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
}

.ui-widget {
    font: inherit;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-family: Arimo, Verdana, Arial, sans-serif;
    margin-bottom: 10px;
    line-height: 1.1;
}

h1 {
    font-size: 22px;
    line-height: 1.1;
}

h1.title {
    font-size: 20px;
}

body .zone-content .field-name-field-caption-credit *,
body .zone-content .field-name-field-caption-credit,
.field-name-field-caption-credit {
    font-size: 11px;
    padding-top: 3px;
    line-height: 1.2;
}

#zone-header #section-title {
    margin: 0 10px;
}

#section-title h1,
.banner-header #page-title {
    text-transform: uppercase;
    color: #97b0c4;
    border-bottom: 1px solid #bfbfbf;
    font-size: 32px;
    padding:6px 0 10px;
    margin-bottom: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 13px;
    line-height: 1.25;
}

h5 {
    font-size: 13px;
    margin-left: 20px;
}

p.large {
    font-size: 14px;
}

dt {
    font-size: 12px;
    margin: 0;
    font-weight: bold;
}

dd {
    font-size: 10px;
    margin-bottom: 10px;
}

a:link, a:visited {
    color: #181818;
    text-decoration: none;
}

.field-label-inline .field-label, .field-label-inline .field-items {
    float: none; /* removing float cause it messes up line heights */
}

p, dl, hr, ol, ul, pre, table, address, fieldset {
    margin-bottom: 10px;
}

td, th {
    vertical-align: top;
    padding: 5px 10px;
}

tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: inherit;
}

tr.even:hover td {
    background-color: #F1F5FA;
}

tr.odd:hover td {
    background-color: #fff;
}

a:hover {
    text-decoration: underline;
}
.block-system-main .field-name-transcript-link a,
.block-system-main .field-name-transcript-link a:link,
.field-name-transcript-link a,
.field-name-transcript-link a:link {
    text-decoration: none;
}

.block-system-main .field-name-transcript-link a:hover,
.field-name-transcript-link a:hover {
    text-decoration: underline;
}

.field-name-transcript-link a:after {
    content:" \00BB";
}

.field-name-field-caption-credit p,
.field-name-arts-year-volume p,
.field-name-transcript-link p {
    margin-bottom: 0;
}

.zone-content a:link,
.zone-content a:visited {
    color: #A52A2A;
    text-decoration: none;
    font-weight: bold;    ;
    /* border-bottom: 1px dotted #999; */
}

.zone-content .field-name-title a:link,
.zone-content .field-name-title a:visited {
    color: #181818;
}

.block-system-main a:link {
    text-decoration: none;
}

.block-content a.external,
.zone-content a.external {
/*.block-content a[href^="http://"]:not([href*="arts.gov"]),*/
/*.zone-content a[href^="http://"]:not([href*="arts.gov"]) {*/
    background: url(../images/extlink.png) no-repeat right center;
    padding-right: 13px;
    margin-right: 5px;
}

a[href^="mailto:"] {
    background: url(../images/mailto.png) no-repeat right center;
    padding-right: 13px;
    margin-right: 5px;
}

.region-content a:link,
.region-content a:visited {
    text-decoration: none;
}

.block-system-main h2 a:link,
.block-system-main h3 a:link,
.block-system-main h4 a:link,
.block-system-main h5 a:link {
    text-decoration: none;
}

.block-system-main h2 a:hover,
.block-system-main h3 a:hover,
.block-system-main h4 a:hover,
.block-system-main h5 a:hover {
    text-decoration: underline;
}

.zone-content a:hover {
    text-decoration: underline;
    /*color: #006;*/
    /*border-bottom: 1px solid #999;*/
}

.node-teaser h3 {
    margin-bottom: 5px;
}

h4.summary {
    margin-bottom: 5px;
}

.no-portrait,
.no-mobile {
    display:none;
}

.zone-content .node ul {
    list-style-type: none;
    margin-left: 15px;
}

.zone-content .node ul li {
    list-style-image: url(../images/bullet.png);
    margin: 5px 0;
}

.contextual-links-wrapper ul li,
.zone-content .node .contextual-links-wrapper ul li {
    list-style-image:none;
}

/* fix line-height */
body .zone-content * {
    line-height: 1.5;
}

body .zone-content h1,
body .zone-content h2,
body .zone-content h2 a,
body .zone-content h3,
body .zone-content h3 a,
body .zone-content h4,
body .zone-content h4 a,
body .zone-content h5 {
    line-height: 1.5;
}

body .zone-content input,
body .zone-content select  {
    line-height: 1;
}

/* wrapper drop shadows */
.zone-branding,
.zone-header,
.zone-menu,
.zone-preface,
.zone-postscript,
.zone-footer,
.zone-content {
    border-left: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
    box-shadow: 0 7px 9px #ccc;
    background-color: #fff;
}

.zone-menu,
.zone-branding {
    box-shadow: 0 0 9px #ccc;
}

#zone-footer {
    font-family: Oswald, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #4c4c4c;
    padding-top: 10px;
    padding-bottom:60px;
}

.region-footer-second {
    margin-top: 10px;
    text-align: left;
}
/* fixing layouts that ignore the grid */
.block .tg-summary-b .grid-1 {
    width: 85px;
    float: left;
}

.block .tg-summary-b .grid-3 {
    width: 178px;
}

body.responsive-layout-mobile .block .tg-summary-b .grid-3 {
    width: 70%;
    float: left;
}

.block .tg-summary-b .grid-4 {
    width: 278px;
}

body.responsive-layout-mobile .block .tg-summary-b .grid-4 {
    width: 95%;
}

/* fixing the summary grids */
.tg-summary p {
    margin-bottom: 0;
}

.tg-summary .field-name-jazz-bio-summary p {
    margin-bottom: 10px;
}

.tg-summary .grid-1.alpha,
.tg-summary-b .grid-1.alpha {
    margin-right: 5px;
}

.tg-summary .grid-3.omega,
.tg-summary-b .grid-3.omega {
    margin-left: 5px;
}
/* reset drupal list style */
.node-links ul {
    list-style-type: none;
}
ul li.leaf {
    list-style-image: none;
    list-style-type: none;
}
.block ul.menu {
    margin: 0 0 0.75em 0;
    padding: 0;
}
.block ul.menu li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}

.block ul.menu li,
.block .item-list li {
    list-style-type: square;
    list-style-image: url(../images/bullet.png);
}

.block ul.menu li.has-separator {
    list-style-type: none;
    list-style-image: none;
    margin:0;
    padding:0;
}
.block ul.menu li.has-separator hr {
    background: #d1d1d1;
    margin-top: 10px;
}
/* header */
.zone-branding {
    background: #9bb3c4 url(../images/header-bg.png) repeat-x 0 0;
    height: 210px;
    position: relative;
}

.not-front .zone-branding {
    height: 126px;
}

.region-branding {
    position:relative;
}

.zone-branding h1.site-name,
.zone-branding h2.site-name {
    background: url(../images/nea-inner-header.png) no-repeat 0 0;
    position:absolute;
    top:70px;
    left: 0;
    width: 311px;
    height: 173px;
    margin-top: 0;
}

.not-front .zone-branding h1.site-name,
.not-front .zone-branding h2.site-name {
    top: 48px;
    left: 26px;
    height:70px;
    width: 311px;
    background: url(../images/nea-inner-header.png) no-repeat 0 0;
}

.zone-branding h2.site-name a,
.zone-branding h1.site-name a {
    display:block;
    height: 173px;
    text-indent:-999px;
}

.not-front .zone-branding h2.site-name a,
.not-front .zone-branding h1.site-name a {
    height: 100%;
}

.zone-branding .slogan {
    position:absolute;
    left: 345px;
    top: 85px;
    width: 410px;
    font-family: Lato, Arial, sans-serif;
    font-size: 15px;
}

#anniversary-banner {
  position: absolute;
  top: 150px;
  right: 5px;
}

#anniversary-banner a {
  text-indent: -1000em;
  display: block;
	background: url('../images/50th-homepage-header.png') no-repeat 0 0;
	width: 132px;
	height: 51px;
}

.not-front #anniversary-banner {
  top:60px;
  right:120px;
  width:120px;
}

.not-front #anniversary-banner a {
  background: url('../images/50th-inside-header.png') no-repeat 0 0;
}

.zone-branding .art-works-logo {
    position:absolute;
    right: 5px;
    top:75px;
}

.not-front .zone-branding .art-works-logo {
    right: 13px;
    top: 60px;
}


@media all and (max-width: 980px) {
  .zone-branding .slogan {
      display: block;
      left:310px;
      top:95px;
      width:210px;
      font-size:12px;
  }
.zone-branding .art-works-logo {
  top:95px !important;
}

.not-front .zone-branding .art-works-logo,
.not-front .zone-branding #anniversary-banner {
  top: 60px !important;
}

.zone-branding #anniversary-banner {
  top:165px;
}
}

@media all and (min-width: 480px) and (max-width: 740px) {
  .zone-branding .slogan {
    left:0 !important;
    top: 140px !important;
    width:100% !important;
  }

  .zone-branding #anniversary-banner {
    right: auto !important;
    left: 346px;
    top:70px;
  }
  .not-front .zone-branding #anniversary-banner {
    left: auto;
    right: 120px !important;
  }
  .zone-branding .art-works-logo {
    top: 70px !important;
    width: 118px;
  }
  .not-front .zone-branding .art-works-logo {
    width:95px;
  }
}

@media all and (min-width: 481px) and (max-width: 680px) {

  .zone-branding .slogan {
    width: 310px !important;
  }

  .zone-branding .art-works-logo {
    right: auto !important;
    left: 346px;
    top: 145px !important;
  }
  .not-front .zone-branding .art-works-logo {
    left: auto;
    right: 13px !important;
  }
  .not-front #anniversary-banner {
    right: 0;
    top: 110px;
  }

  .zone-branding {
    height: 230px;
  }

  .not-front .zone-branding {
    height: 152px;
  }
}

@media all and (max-width: 630px) {
    .not-front .zone-branding {
      height:190px;
    }
    .not-front .zone-branding #anniversary-banner {
      left:25px !important;
      top: 120px !important;
    }
    .not-front .zone-branding .art-works-logo {
      left: 170px !important;
      top:120px !important;
    }
}

@media all and (max-width: 480px) {
  .zone-branding .art-works-logo {
    top: 165px !important;
  }
  .zone-branding #anniversary-banner {
    left: 140px !important;
    top: 165px !important;
  }
  .zone-branding .slogan {
    top: 235px !important;
    left: 0 !important;
    width: 100%;
  }
  .not-front .zone-branding #anniversary-banner {
    top: 160px !important;
    left: 0 !important;
  }
  .not-front .zone-branding .art-works-logo {
    top: 160px !important;
    left: 150px !important;
  }
}

.zone-branding .social-links {
    position:absolute;
    height: 23px;
    width: 350px;
    top: 24px;
    left: 0;
}

.not-front .zone-branding .social-links {
    left: 25px;
}

.zone-branding .social-links a {
    max-height: 24px;
    width: 24px;
    display:block;
    margin-right:3px;
    float: left;
    background-repeat: no-repeat;
    background-position: center bottom;
  /*  background: url(../images/social-sprite.png) no-repeat 0 0; */
}

.zone-branding .social-links a:hover {
    text-decoration: none;
}

.zone-branding .social-links a.facebook {
/*     width: 27px; */
    /* background-position: 0 0; */
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-184%20140.3%2027%2026.7%22%20enable-background%3D%22new%20-184%20140.3%2027%2026.7%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M-161.1%2C153.6h-4.4v11.7h-5.1v-11.7h-2.4v-3.8h2.4v-2.5c0-3.4%2C1.5-5.4%2C5.5-5.4h4.6v4.1h-3.8%0A%09c-1.1%2C0-1.3%2C0.6-1.3%2C1.7l0%2C2.1h5.1L-161.1%2C153.6z%20M-161.5%2C140.3h-18c-2.5%2C0-4.5%2C2-4.5%2C4.5v17.8c0%2C2.5%2C2%2C4.5%2C4.5%2C4.5h18%0A%09c2.5%2C0%2C4.5-2%2C4.5-4.5v-17.8C-157%2C142.3-159%2C140.3-161.5%2C140.3%22%2F%3E%0A%3C%2Fsvg%3E');
}

.zone-branding .social-links a.twitter {
/*     width: 26px; */
   /*  background-position: -34px 0; */
   background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-184%20143.3%2027%2021.7%22%20enable-background%3D%22new%20-184%20143.3%2027%2021.7%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M-157%2C145.8c-1%2C0.4-2.1%2C0.7-3.2%2C0.9c1.1-0.7%2C2-1.8%2C2.4-3c-1.1%2C0.6-2.3%2C1.1-3.5%2C1.3c-1-1.1-2.4-1.7-4-1.7%0A%09c-3.1%2C0-5.5%2C2.5-5.5%2C5.5c0%2C0.4%2C0%2C0.8%2C0.1%2C1.2c-4.6-0.2-8.7-2.4-11.4-5.7c-0.5%2C0.8-0.8%2C1.8-0.8%2C2.8c0%2C1.9%2C1%2C3.6%2C2.5%2C4.6%0A%09c-0.9%2C0-1.8-0.3-2.5-0.7c0%2C0%2C0%2C0%2C0%2C0.1c0%2C2.7%2C1.9%2C4.9%2C4.4%2C5.4c-0.5%2C0.1-1%2C0.2-1.5%2C0.2c-0.4%2C0-0.7%2C0-1-0.1c0.7%2C2.2%2C2.8%2C3.8%2C5.2%2C3.8%0A%09c-1.9%2C1.5-4.3%2C2.3-6.9%2C2.3c-0.4%2C0-0.9%2C0-1.3-0.1c2.4%2C1.6%2C5.4%2C2.5%2C8.5%2C2.5c10.2%2C0%2C15.7-8.4%2C15.7-15.6c0-0.2%2C0-0.5%2C0-0.7%0A%09C-158.7%2C147.9-157.8%2C146.9-157%2C145.8L-157%2C145.8z%22%2F%3E%0A%3C%2Fsvg%3E');
}
.zone-branding .social-links a.youtube {
/*     width: 51px; */
    /* background-position: -68px 0; */
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-184%20143.9%2027%2020.1%22%20enable-background%3D%22new%20-184%20143.9%2027%2020.1%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M-173.9%2C160.7v-13.4l8.4%2C6.7L-173.9%2C160.7z%20M-162.1%2C143.9h-16.9c-2.8%2C0-5.1%2C2.3-5.1%2C5v10c0%2C2.8%2C2.3%2C5%2C5.1%2C5%0A%09h16.9c2.8%2C0%2C5.1-2.3%2C5.1-5v-10C-157%2C146.2-159.3%2C143.9-162.1%2C143.9%22%2F%3E%0A%3C%2Fsvg%3E');
}
.zone-branding .social-links a.feed {
/*     width: 26px; */
   /*  background-position: -127px 0; */
   background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-184%20140.3%2027%2026.7%22%20enable-background%3D%22new%20-184%20140.3%2027%2026.7%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M-159.3%2C140.1h-22.5c-1.2%2C0-2.2%2C1-2.2%2C2.3v22.5c0%2C1.2%2C1%2C2.3%2C2.2%2C2.3h22.5c1.2%2C0%2C2.3-1%2C2.3-2.3v-22.5%0A%09C-157%2C141.1-158%2C140.1-159.3%2C140.1z%20M-177.9%2C163.7c-1.5%2C0-2.7-1.2-2.7-2.7c0-1.5%2C1.2-2.7%2C2.7-2.7c1.5%2C0%2C2.7%2C1.2%2C2.7%2C2.7%0A%09C-175.3%2C162.5-176.5%2C163.7-177.9%2C163.7z%20M-171.2%2C163.7c0-2.5-1-4.9-2.8-6.7c-1.8-1.8-4.1-2.8-6.7-2.8v-3.9c7.3%2C0%2C13.3%2C6%2C13.3%2C13.4%0A%09H-171.2z%20M-164.3%2C163.8c0-9-7.3-16.4-16.3-16.4v-3.9c11.1%2C0%2C20.2%2C9.1%2C20.2%2C20.2H-164.3z%22%2F%3E%0A%3C%2Fsvg%3E');
}
.zone-branding .social-links a.itunes {
  /*   width:73px; */
   /*  background-position: -162px 0; */
   background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-184%20140.3%2027%2026.7%22%20enable-background%3D%22new%20-184%20140.3%2027%2026.7%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23444444%22%20d%3D%22M-161.7%2C148.8c-1.3-1.6-3.2-2.6-4.9-2.6c-2.3%2C0-3.3%2C1.1-4.9%2C1.1%0A%09c-1.7%2C0-2.9-1.1-4.9-1.1c-2%2C0-4.1%2C1.2-5.4%2C3.2c-1.9%2C2.9-1.5%2C8.3%2C1.5%2C12.9c1.1%2C1.6%2C2.5%2C3.5%2C4.4%2C3.5c1.7%2C0%2C2.2-1.1%2C4.4-1.1%0A%09c2.3%2C0%2C2.7%2C1.1%2C4.4%2C1.1c1.9%2C0%2C3.4-2.1%2C4.5-3.7c0.8-1.2%2C1.1-1.8%2C1.7-3.1C-165.4%2C157.4-166.1%2C151.2-161.7%2C148.8z%20M-168.4%2C144.4%0A%09c0.8-1.1%2C1.5-2.6%2C1.2-4.2c-1.4%2C0.1-3%2C1-3.9%2C2.1c-0.9%2C1-1.6%2C2.6-1.3%2C4.1C-170.9%2C146.5-169.3%2C145.6-168.4%2C144.4z%22%2F%3E%0A%3C%2Fsvg%3E');
}

.zone-branding .social-links a.pinterest {
  /*   width:26px; */
   /*  background-position: -243px 0; */
   background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-184%20140.3%2027%2026.7%22%20enable-background%3D%22new%20-184%20140.3%2027%2026.7%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M-169.2%2C158.1c-1.2-0.1-1.7-0.7-2.7-1.3c-0.5%2C2.7-1.2%2C5.4-3.1%2C6.8c-0.6-4.2%2C0.9-7.3%2C1.5-10.6%0A%09c-1.2-1.9%2C0.1-5.8%2C2.6-4.8c3%2C1.2-2.6%2C7.2%2C1.2%2C7.9c3.9%2C0.8%2C5.5-6.7%2C3.1-9.2c-3.5-3.5-10.2-0.1-9.4%2C5c0.2%2C1.2%2C1.5%2C1.6%2C0.5%2C3.3%0A%09c-2.2-0.5-2.9-2.2-2.8-4.6c0.1-3.8%2C3.5-6.5%2C6.8-6.9c4.2-0.5%2C8.2%2C1.5%2C8.7%2C5.5C-162.2%2C153.6-164.7%2C158.5-169.2%2C158.1L-169.2%2C158.1z%0A%09%20M-161.5%2C140.3h-18c-2.5%2C0-4.5%2C2-4.5%2C4.5v17.8c0%2C2.5%2C2%2C4.5%2C4.5%2C4.5h18c2.5%2C0%2C4.5-2%2C4.5-4.5v-17.8C-157%2C142.2-159%2C140.3-161.5%2C140.3%22%0A%09%2F%3E%0A%3C%2Fsvg%3E%0A');
}


.zone-branding .social-links a.email {
   /*  width: 86px; */
   /*  background-position: -314px 0; */
   background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-184%20143.9%2027%2020.1%22%20enable-background%3D%22new%20-184%20143.9%2027%2020.1%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M-170%2C156.3l11.2-9.3c-0.1%2C0-0.1%2C0-0.2%2C0h-22c-0.1%2C0-0.1%2C0-0.2%2C0L-170%2C156.3z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M-158%2C147.9c0-0.1%2C0-0.2-0.1-0.3l-7.9%2C6.6l7.9%2C7.9c0-0.1%2C0-0.2%2C0-0.2V147.9z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M-181.9%2C147.6c0%2C0.1-0.1%2C0.2-0.1%2C0.3v14c0%2C0.1%2C0%2C0.2%2C0.1%2C0.2l7.9-7.9L-181.9%2C147.6z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M-166.8%2C154.9l-2.9%2C2.4c-0.1%2C0.1-0.2%2C0.1-0.3%2C0.1c-0.1%2C0-0.2%2C0-0.3-0.1l-2.9-2.4l-8%2C8c0.1%2C0%2C0.2%2C0%2C0.2%2C0h22%0A%09%09c0.1%2C0%2C0.2%2C0%2C0.2%2C0L-166.8%2C154.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.zone-branding .social-links a.instagram {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-184%20140.2%2027%2026.8%22%20enable-background%3D%22new%20-184%20140.2%2027%2026.8%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M-160.4%2C146.1c0%2C0.5-0.4%2C0.8-0.8%2C0.8h-1.7c-0.5%2C0-0.8-0.4-0.8-0.8v-1.7c0-0.5%2C0.4-0.8%2C0.8-0.8h1.7%0A%09c0.5%2C0%2C0.8%2C0.4%2C0.8%2C0.8V146.1z%20M-160.4%2C152v10c0%2C0.9-0.8%2C1.7-1.7%2C1.7h-16.9c-0.9%2C0-1.7-0.8-1.7-1.7v-10h2.6%0A%09c-0.1%2C0.5-0.2%2C1.1-0.2%2C1.7c0%2C4.2%2C3.4%2C7.6%2C7.7%2C7.6c4.2%2C0%2C7.7-3.4%2C7.7-7.6c0-0.6-0.1-1.1-0.2-1.7L-160.4%2C152z%20M-175.4%2C152h9.7%0A%09c0.2%2C0.5%2C0.3%2C1.1%2C0.3%2C1.7c0%2C2.8-2.3%2C5.1-5.1%2C5.1c-2.8%2C0-5.1-2.3-5.1-5.1C-175.6%2C153-175.5%2C152.5-175.4%2C152%20M-161.5%2C140.2h-18%0A%09c-2.5%2C0-4.5%2C2-4.5%2C4.4v17.9c0%2C2.4%2C2%2C4.4%2C4.5%2C4.4h18c2.5%2C0%2C4.5-2%2C4.5-4.4v-17.9C-157%2C142.2-159%2C140.2-161.5%2C140.2%22%2F%3E%0A%3C%2Fsvg%3E');
}

.zone-branding .social-links a.tumblr {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23454545%22%20d%3D%22M32%2C29c0%2C1.6-1.4%2C3-3%2C3H3c-1.6%2C0-3-1.4-3-3V3c0-1.6%2C1.4-3%2C3-3h26c1.6%2C0%2C3%2C1.4%2C3%2C3V29z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20fill%3D%22%239bb3c4%22%20d%3D%22M21%2C21.3c-0.4%2C0.2-1.1%2C0.3-1.6%2C0.3c-1.6%2C0-1.9-1.1-1.9-2v-6.2h4v-3h-4V5.4c0%2C0-2.9%2C0-2.9%2C0%0A%09c0%2C0-0.1%2C0-0.1%2C0.1c-0.2%2C1.6-0.9%2C4.3-3.9%2C5.4v2.6h2V20c0%2C2.2%2C1.6%2C5.4%2C6%2C5.3c1.5%2C0%2C3.1-0.6%2C3.5-1.2L21%2C21.3z%22%2F%3E%0A%3C%2Fsvg%3E');
}

.zone-branding .block-search {
    position: absolute;
    height: 23px;
    width: 190px;
    top: 19px;
    left: 350px;
}

.not-front .zone-branding .block-search {
    left: 400px;
    top: 19px;
}

.zone-branding .block-search .form-item-search-block-form {
    background: url(../images/search.png) no-repeat 0 -33px;
    display: block;
    width: 130px;
    height: 25px;
    margin: 0;
}
.zone-branding .block-search .form-submit {
    display:none;
}

.zone-branding .block-search .form-text {
    font-size: 13px;
    border: none;
    background: none;;
    width: 100px;
    padding: 3px 0 3px 10px;
    border:none;
    box-shadow: none;
    height: 24px;
}

/* forms */
body span.cke_skin_kama {
    border: none;
    padding: 0;

}
form {
    margin-bottom: 10px;
}
form label {
    margin: 15px 0 5px;
    line-height: 1;
}

form .form-item .description {
    padding: 5px 0 0;
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    border: 1px solid #dedede;
}

.not-logged-in .filter-wrapper {
    display: none;
}

/* navigation */
#region-menu {
    margin: 0;
}

#region-menu select {
    margin-top: 10px;
    margin-left: 5px;
}

/* postscript */
.zone-postscript {
    padding-top: 15px;
    border-left: 1px solid #dfdede;
    border-right: 1px solid #dfdede;
}

.zone-postscript .block {
    margin-bottom: 20px;
}
/* breadcrumbs */
.breadcrumb {
    margin: 0;
    font-size: 0.9em;
    padding-bottom: 0;
}
.breadcrumb a:visited,
.breadcrumb a:link {
    color: #555;
    text-decoration: none;
    padding: 10px 0;
    display:inline-block;
    border-bottom:none;
}

.breadcrumb a:hover {
    text-decoration: underline;
    border-bottom:none;
}

/* site navigation */
#block-system-main-menu {
    background-color: #000;
    height: 50px;
    margin: 0;
    padding-left: 10px;
    margin-bottom: 0;
}

/* header zone */
#zone-header .grid-12 {
    /*margin: 10px 0;*/
    padding: 0;
}

.not-front #zone-header .grid-12 {
    margin: 5px 10px;
    padding: 0;
}


#zone-header .breadcrumb {
    padding: 0;
}

#zone-header #tabs {
    padding: 0;
    margin: 0 0 5px 10px;
}

#zone-header #tabs ul.primary {
    margin: 0;
}

#block-system-main-menu ul.menu {
    margin: 0;
}

#block-system-main-menu li.main-row a.primary-link {
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    /*height: 30px;*/
    padding: 0 4px;
    margin-right: 0;
    font-weight: normal;
}

#block-system-main-menu li.main-row span.nolink,
#block-system-main-menu li.main-row a,
#block-system-main-menu li.main-row a:link,
#block-system-main-menu li.main-row a:visited {
    text-decoration: none;
    color: #fff;
    display:inline-block;
    padding: 15px 20px;
    font-weight: normal;
}

#block-system-main-menu li.main-row a.active-trail,
#block-system-main-menu li.main-row a.active {
    /*background: url(../images/nav-arrow.png) no-repeat 49% 41px;*/
}

#block-system-main-menu li.main-row ul.submenu {
    position: absolute;
    top: 30px;
    left: -10px;
    background-color: #000;
    box-shadow: 0 1px 3px #777;
    width: 250px;
    padding: 0;
    border: 1px solid #666;
    padding: 0;
    display: none;
}

#block-system-main-menu ul li.collapsed {
    list-style-image:none;
    list-style-type: none;
    margin-left: 0;
}

#block-system-main-menu ul.submenu li {
    text-transform: none;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}

#block-system-main-menu ul.submenu li.expanded {
    list-style-image:none;
}

#block-system-main-menu ul.submenu li ul a:link,
#block-system-main-menu ul.submenu li ul a:visited {
    padding: 14px;
    font-family: Lato, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

#block-system-main-menu li.sabre-open a.primary-link,
#block-system-main-menu li.main-row a.primary-link:hover {
    background: url(../images/nav-arrow.png) no-repeat 49% 41px;
}

#block-system-main-menu li.main-submenu-item a:hover {
    color: #b9cede;
}

/* magazine issue summary */
.view-arts-magazine-pages .view-mode-summary .field-name-field-cover-image,
.view-arts-magazine-pages .view-mode-summary .field-name-field-issue-image{
    margin-bottom: 10px;
}

.view-artistic-field-features .col-thumb {
    width: 100px !important;
    margin: 0 10px 0 0 !important;
}

/* in this issue list of articles */
.in-this-issue-row {
    position: relative;
    min-height: 70px;
    margin-bottom: 10px;
}

.in-this-issue-row .tg-summary-b .grid-1 {
    width:60px;
}
.in-this-issue-row .tg-summary-b .grid-3 {
    width: 205px;
}
.in-this-issue-row h4 {
    margin-bottom: 5px;
}

.in-this-issue-row h4.subtitle {
    font-size: 12px;
    font-weight: normal;
}

/* utility */
.clear {
    clear:both;
}
.alert {
    border: 2px solid #f00606;
    padding: 13px;
    margin-bottom: 15px;
}

.float-left {
    float: left;
    margin-right: 10px;
}

.float-right {
    float:right;
    margin-left: 10px;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
    margin-left: 4em;
}

/* blocks */
.page-news #section-header #region-header-second .block:not(.block-sharethis),
.block, #region-content .field-group-div.block {
    border: 1px solid #d1d1d1;
    box-shadow: #e0e0e0 0 1px 4px;
    margin-bottom: 20px;
}

.block-without-title,
.block-sharethis-block,
.block-writers-node-sidebar-sidebar-1,
.quicktabs-tabpage .block {
    border:none;
    box-shadow:none;
    margin-bottom: 10px;
}

#section-header .block,
#section-header .block-inner .content,
#region-content .block,
#region-content .block-inner .content,
.block-bean {
    border:none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 10px;
}

.block-without-title .block-inner .content,
.block-bean .block-inner .content {
    padding: 0;
}

.block .media-element {
    margin-bottom: 10px;
}

body .zone-content h2.block-title,
h2.block-title, .field-group-div.block h2 {
    background: #d0d0d0 url(../images/header-bg-sprite.png) repeat-x 0 0;
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    /*height: 16px;*/
    padding: 20px 15px 20px 10px;
    text-transform:uppercase;
    position: relative;
    margin-bottom: 5px;
    color: #000;

}

h2.block-title a:link,
h2.block-title a:visited {
    text-decoration: none;
    color: #000;
}
h2.block-title a:hover {
    text-decoration: none;
}

h2.block-title a:after {
    /* adds >> to links in block titles */
    content:" \00BB";
    position:absolute;
    right: 8px;
    top: 16px;
    font-size: 24px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
}

h2.block-title-long a:after {
    top: 12px;
}

/* node sidebar "blocks" (field group divs with block class) */

.field-group-div.block .field-name-field-press-contact {
  float: none;
  border: none;
  margin-left: 0;
}

.field-group-div.block .field-type-entityreference {
  border-top: none;
}

.field-group-div.block > .field  {
  padding: 10px;
  line-height: 1.5;
}

/*.page-taxonomy-term .block-main .content,*/
.taxonomy-term-description {
    margin: 0 0 0;
}

.taxonomy-term-description ul {
    margin-left: 20px;
}

.page-news #section-header #region-header-second .block-inner .content,
.block-inner .content {
    padding: 10px;
    line-height: 1.5;
}

.page-news #section-header #region-header-second {
  margin-top: -44px;
}

.block-sharethis-block {
  height:50px;
  display: block;
  margin:0;
}

.sharethis-wrapper {
  height: 50px;
}
/*
.page-news #section-header #region-header-second .block-sharethis .block-inner .content {
  padding: 0;
  margin: 0;
  height: 37px;
}
*/

/*.page-taxonomy-term .block-main .content .content,*/
.block-inner .content .content {
    padding: 0;
}

/*.page-taxonomy-term .block-main .content,*/
.block-inner .views-row {
    border-bottom: 1px solid #dfdede;
    margin: 0 -10px;
    padding: 10px 10px;
}

.block-system-main .block-inner .views-row {
    border-bottom: 1px solid #dfdede;
    margin: 0 0;
    padding: 19px 0 15px;
}

.block-system-main .block-inner .views-row-first,
.block-inner .views-row-first {
    padding-top: 4px;
}

.block-inner .views-row-last {
    border-bottom: none;
}
/* unstyle footer blocks */
.zone-footer .block-inner .content {
    padding: 0;
}

.zone-footer .block {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

/* footer menu */
.section-footer .menu-name-menu-footer-links ul.menu,
.section-footer .menu-name-menu-footer-links-interior ul.menu,
.block-menu-footer-links ul.menu {
    margin: 0;
}

.section-footer .menu-name-menu-footer-links ul.menu li,
.section-footer .menu-name-menu-footer-links-interior ul.menu li,
.block-menu-footer-links ul.menu li {
    list-style-type: none;
    list-style-image: none;
    float: left;
    border-left: 1px solid #999;
    margin: 0;
}

.section-footer .menu-name-menu-footer-links ul.menu li.first,
.section-footer .menu-name-menu-footer-links-interior ul.menu li.first {
    margin-left: -5px;
    border-left: none;
}

.section-footer .menu-name-menu-footer-links ul.menu li.last,
.section-footer .menu-name-menu-footer-links-interior ul.menu li.last,
.block-menu-footer-links ul.menu li.last {
    border-right:none;
}
.section-footer .menu-name-menu-footer-links ul.menu li a,
.section-footer .menu-name-menu-footer-links ul.menu li a:link,
.section-footer .menu-name-menu-footer-links ul.menu li a:visited,
.section-footer .menu-name-menu-footer-links-interior ul.menu li a,
.section-footer .menu-name-menu-footer-links-interior ul.menu li a:link,
.section-footer .menu-name-menu-footer-links-interior ul.menu li a:visited,
.block-menu-footer-links ul.menu li a,
.block-menu-footer-links ul.menu li a:link,
.block-menu-footer-links ul.menu li a:visited {
    padding: 5px;
    color: inherit;
}

/* Common views fixes */
.view-content .column-1 {
    clear: left;
}

.view-content .group {
    clear: left;
}
.view-content .grouped .grid-4 {
    margin-bottom: 10px;
}

.views-grid-container .view-footer {
    clear:both;
    margin-bottom: 20px;
}

.views-summary a,
.views-summary a:link,
.views-summary a:visited {
    border-bottom: none;
}

.more-link,
.view-more {
    text-align: left;
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
}

.more-link a:after,
.view-more a:after {
    content: " \00BB";
}

.view-header .nav {
    margin-bottom: 20px;
}

.view .attachment-before {
    margin-bottom: 10px;
}
.views-row .view-mode-summary h3 {
    margin-bottom: 5px;
    padding-top: 10px
}

.views-grid-container .views-row .view-mode-summary h3 {
    padding-top: 0;
}

.views-summary a.active {
    text-decoration:none;
    color: #333;
    font-weight: bold;
}

/* for grouping in a view */
.view h3 {
    margin-bottom: 5px;
    margin-top: 20px;
}

.view h3:first-child {
    margin-top: 0;
}

/* sidebar */console.log("hi " + domain);
            return;
.region-sidebar-first select {
    width: 100%;
}

.block ul.list,
.region-sidebar-first-inner ul,
.region-sidebar-first-inner ol,
.views-field-field-sidebar-content ul,
.views-field-field-sidebar-content ol {
    margin-left: 20px;
}

.region-sidebar-first .tg-summary h3 {
    margin-top: 0;
    padding-top: 0;
}
/* teasers */
.view .node-teaser h3 {
    margin-top: 0;
}

.grid-2 img {
    width:auto;
    height:auto;
}

.view .node-teaser .field-name-post-date {
    margin-bottom: 5px;
    color: #555;
    margin-top:-5px;
}

.view .tg-teaser {
    margin-bottom: 20px;
}

.view .views-row .tg-teaser {
    margin-bottom: 0;
}

.views-row .node-links {
}

.zone-content .node .node-links ul,console.log("hi " + domain);
            return;
.views-row .node-links ul {
    line-height: 1;
    margin: 0;
    padding: 5px 0 0;
    margin-top: 5px;
}

.zone-content .node .node-links ul li,
.views-row .node-links ul li {
    list-style-image: none;
    line-height: 1;
}
.zone-content .node .node-links ul li a,
.zone-content .node .node-links ul li a:link,
.zone-content .node .node-links ul li a:visited,
.views-row .node-links ul li a,
.views-row .node-links ul li a:link,
.views-row .node-links ul li a:visited {
    text-decoration: none;
}


.tg-teaser .tg-thumb {
    float: left;
}

.responsive-layout-mobile .tg-teaser .grid-2 {
    display: block;
    float: left;
    width: 113px;
    margin-right: 5px;
}

.responsive-layout-mobile .tg-teaser .grid-6 {
    float: left;
    width: 70%;
}
.responsive-layout-mobile .tg-teaser .grid-8 {
    /*padding-left: 130px;*/
}

.view .row-1 .view-mode-summary h3 {
    padding-top: 0;
}

/* slideshows */
body.node-type-slideshow .view-id-slideshows {
    margin: 10px 0 20px;
    position: relative;
    padding-bottom:40px;
}
.block-inner .view-id-slideshows  .views-row {
    border-bottom: none;
    margin: 0 0;
    padding: 0;
}

.block-inner .view-id-slideshows  .views-row .content {
    position: relative;
}

.zone-content .view-id-slideshows .field-label-hidden {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #000;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 0;
}

.view-id-slideshows .field-name-field-caption-credit {
    position: relative;
    color: #333;
    font-size: 13px;
    margin-top: 5px;
    padding-bottom: 20px;
}

.view-id-slideshows .field-name-field-caption-credit p {
    margin-bottom: 10px;
}


.view-id-slideshows .skin-default {
    width: 100% !important;
    /* height: 485px; /* need fixed height */
}

.view-id-slideshows .file-image img {
    width: 100%;
    height:auto;
    max-width: none;
    max-height: none;
    border: 0;
}

body .zone-content .view-id-slideshows .field-name-field-caption-credit *,
body .zone-content .view-id-slideshows .field-name-field-caption-credit {
    font-size: 11px;
    padding-top: 3px;
    line-height: 1.2;
    color: red;
}

.views-slideshow-controls-top {
    margin-bottom: 10px;
}
.view-id-slideshows .views-slideshow-controls-bottom {
    position:absolute;
    bottom: 0;
    z-index:50;
    text-align:center;
}

.view-id-slideshows span {
    display:inline-block;
    margin: 0;

}

.views-slideshow-controls-text a {
    font-size: 13px;
    padding: 5px 10px;
    text-decoration:none;
    color: #333;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display:inline-block;
    border-bottom: none;

}
.views-slideshow-controls-text-previous a {
    padding-left: 23px;
}
.views-slideshow-controls-text-previous a:after {
    content:" \2190";console.log("hi " + domain);
            return;
    position:absolute;
    left: 3px;
    top: 3px;
}

.views-slideshow-controls-text-next a {
    padding-right: 23px;
}
.views-slideshow-controls-text-next a:after {
    content:" \2192";
    position:absolute;
    right: 5px;
    top: 3px;
}

.responsive-layout-mobile  .web-features-row {
    width: 140px;
    float: left;
}

/* articles */
.node-article-teaser {
    margin-bottom: 20px;
}

.node-article-summary {
    margin-bottom: 20px;
}

.node-article-teaser .field-name-field-article-image {
    float: left;
    margin-right: 20px;
}

/* press releases */
.node-press-release .field-name-field-press-contact {
    border-left: 1px solid #888;
    padding: 10px;
    float:right;
    margin-left: 20px;
}

.page-node .node-press-release .field-name-body {
    margin-top: 20px;
}

.node-press-release .field-name-body {
    margin-top: 10px;
}

.field-name-field-press-contact p {
    margin-bottom: 5px;
}

.views-row .node-press-release h4.summary {
    font-weight: normal;
}

/* jquery UI accordion */
.ui-accordion h3.accordion-header {
    color: #000;
    padding: 15px 35px 15px 10px;
    margin: 0 -10px;
    font-family: Lato, Verdana, sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #eee;
}

h3.accordion-header:first-child {
    border-top-width: 0;
    padding-top: 0;
}

.ui-accordion h3.accordion-header .ui-icon {
    left: auto;
    right: 10px;
    top: 15px;
    margin-top: 0;
    width: 18px;
    height: 18px;
}

.ui-accordion .ui-state-default .ui-icon {
    background: url(../images/accordion-sprite.png) no-repeat 0 -17px;
}
.ui-accordion .ui-state-active .ui-icon {
    background-image: none;
}

.ui-accordion .ui-state-default,
.ui-accordion .ui-state-active {
    border:none;
    background-color: #fff;
    background-image: none;
}

.blogs-latest .ui-accordion-content .views-row {
    margin: 0 0 0 1px;
    padding: 0;
}
.ui-accordion .ui-accordion-content {
    padding: 0 0 5px;
    border:none;
    background-image: none;
    background-color: inherit;
    margin: 0 -1px;
}

.container-12 .tg-summary-big-reads-post .col-thumb,
.container-12 .tg-summary-blue-star-post .col-thumb,
.container-12 .tg-summary-art-works-post .col-thumb {
    width: 113px;
    margin-left: 1px;
    margin-right: 5px;
}

.container-12 .tg-summary-big-reads-post .col-with-thumb,
.container-12 .tg-summary-blue-star-post .col-with-thumb,
.container-12 .tg-summary-art-works-post .col-with-thumb {
    width: 147px;
    margin-left: 5px;
}

body.responsive-layout-mobile .container-12 .tg-summary-big-reads-post .col-with-thumb,
body.responsive-layout-mobile .container-12 .tg-summary-blue-star-post .col-with-thumb,
body.responsive-layout-mobile .container-12 .tg-summary-art-works-post .col-with-thumb {
    float: left;
    width: 70%;
}

.block-inner .content .tg-summary-big-reads-post .grid-4,
.block-inner .content .tg-summary-blue-star-post .grid-4,
.block-inner .content .tg-summary-art-works-post .grid-4 {
    width: 277px;
    margin-left: 0;
}

.tg-summary-big-reads-post .col-no-thumb {
    width: 137px;
}

/* honoree views */
.region-sidebar-first .block-nea-heritage-filter-year,
.region-sidebar-first .block-nea-jazz-filter-year {
    margin-top: 20px;
}
.honor-filters {
    margin-bottom: 0;
}
.honor-filters select {
    width: 100%;
}
.honorees-minimal h3 {
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.honorees-minimal h3 a {
    color: #111;
    text-decoration: none;
    vertical-align: middle;
}

.honorees-minimal h3 a:hover {
    color: #0062A0;
}
.honorees-minimal h3 a:after {
    /* adds >> to links  */
    content:" \00BB";
}
.honorees-minimal:first-child h3 {
    padding-top: 0;
}
.block-system-main .block-inner .honorees-minimal ul li.views-row {
    list-style-image: url(../images/bullet-right.png);
    border-bottom: 1px solid #e0e0e0;
    margin: 5px 0 5px 15px;
}

.view-jazz-masters-pages .attachment-after,
.view-heritage-fellows-pages .attachment-after {
    clear:both;
}
.view-jazz-masters-pages .attachment-after #ctools-jump-menu,
.view-jazz-masters-pages .attachment-after #ctools-jump-menu,
.view-heritage-fellows-pages .attachment-after #ctools-jump-menu {
    text-align: right;
    padding-bottom: 20px;
}

.view-gallery-heritage-portraits .attachment-before .view,
.view-heritage-fellows-pages .attachment-before .view,
.view-jazz-masters-pages .attachment-before .view {
    float:left;
    margin-right: 20px;
}

.scb-layout-title_bottom .text {
    display: block;
}

#views-exposed-form-jazz-masters-jazz-masters-search-page,
#views-exposed-form-heritage-fellows-heritage-fellows-search-page {
    position: relative;
    width: 90%;
}

.page-honors-jazz-search #views-exposed-form-jazz-masters-jazz-masters-search-page,
.page-honors-heritage-search
#views-exposed-form-heritage-fellows-heritage-fellows-search-page {
    width: 30%;
}

#views-exposed-form-jazz-masters-jazz-masters-search-page #edit-search-wrapper,
#views-exposed-form-heritage-fellows-heritage-fellows-search-page #edit-search-wrapper {
    border-top: 1px solid #ccc;
    padding: 1em 0;
    margin: 1em 0;
}

#views-exposed-form-jazz-masters-jazz-masters-search-page #edit-search,
#views-exposed-form-heritage-fellows-heritage-fellows-search-page #edit-search {
    width: 80%;
}

#views-exposed-form-jazz-masters-jazz-masters-search-page .views-submit-button,
#views-exposed-form-heritage-fellows-heritage-fellows-search-page .views-submit-button,
#views-exposed-form-jazz-masters-jazz-masters-search-page .views-reset-button,
#views-exposed-form-heritage-fellows-heritage-fellows-search-page .views-reset-button {
    position: relative;
    bottom: 2.1em;
}

#views-exposed-form-jazz-masters-jazz-masters-search-page .views-submit-button,
#views-exposed-form-heritage-fellows-heritage-fellows-search-page .views-submit-button {
    clear: left;
}

.view-literature-fellowships-list.view-display-id-attachment_3,
.view-literature-fellowships-list.view-display-id-attachment_1 {
    margin: 0;
    z-index: 200;
}

@media (min-width: 740px) {
.view-literature-fellowships-list.view-display-id-attachment_1 {
    margin-left: 10px;
}
}

.view-literature-fellowships-list .views-exposed-form {
    width: 50%;
    position: relative;
    z-index: 100;
}

.view-literature-fellowships-list th.active {
    background: #f7f7f7;
    border-right: 0;
}

.view-literature-fellowships-list tr.odd td.active {
    background: #fff;
    border-right: 0;
}

.view-literature-fellowships-list tr.even td.active {
    background: #F1F5FA;
    border-right: 0;
}


.lit-box {
    padding: 1em !important;
    margin: 0 !important;
}

.lit-box .button {
    text-transform: none;
}

/* dark text scheme */
.scb-color-dark .text-wrapper h2,
.scb-color-dark .text-wrapper h3,
.scb-color-dark .text-wrapper h2 a:link,
.scb-color-dark .text-wrapper h2 a:visited,
.scb-color-dark .text {
    color: #333;
    text-decoration: none;
}

.scb-color-dark .text-wrapper h2 a:hover {
    text-decoration: underline;
}

.scb-color-dark .trans {
    background-color: #f0f0f0;
    opacity: 0.6;
}

/* light text scheme */
.scb-color-light .text-wrapper h2,
.scb-color-light .text-wrapper h3,
.scb-color-light .text-wrapper h2 a:link,
.scb-color-light .text-wrapper h2 a:visited,
.scb-color-light .text {
    color: #fff;
    text-decoration: none;
}

.scb-color-light .text-wrapper h2 a:hover {
    text-decoration: underline;
}

.scb-color-light .trans {
    background-color: #111;
    opacity: 0.6;
}

/* podcast summary layout */
.block .tg-summary .col-thumb,
.block .tg-summary-audio .col-thumb {
    width: 113px;
    margin-right: 5px;
    margin-left: 0;
}


.block .tg-summary-nea-natl-heritage-fellowship .col-thumb,
.block .tg-summary-medal-of-arts-bio .col-thumb,
.block .tg-summary-nea-jazz-master .col-thumb,
.block .tg-summary-writers .col-thumb,
.block .tg-summary-literature-fellows-sample-work .col-thumb {
    width: 120px;
    margin-right: 10px;
}

.block .tg-summary-big-reads-post .col-thumb,
.block .tg-summary-art-works-post .col-thumb {
    width: 90px;
    margin-right: 10px;
}

.responsive-layout-mobile .tg-summary .grid-4 {
    margin-left: 0;
    margin-right: 0;
}

.responsive-layout-mobile .grid-1.alpha,
.responsive-layout-mobile .grid-2.alpha {
    margin-left: 0;
}

.responsive-layout-mobile .grid-2.omega,
.responsive-layout-mobile .grid-3.omega,
.responsive-layout-mobile .grid-6.omega {
    margin-right: 0;
}

.responsive-layout-mobile .block .tg-summary-stacked .col-thumb img {
    margin-bottom: 10px;
}

.block .tg-summary .col-with-thumb {
    margin-left: 0;
}

.block .tg-summary-audio .col-with-thumb {
    width: 155px;
    margin-left: 5px;
}
.block .tg-summary-audio .col-footer {
    clear:both;
    margin: 10px 0 0;
}
.tg-summary-audio .field-name-field-subtitle {
    font-size: 12px;
    font-style: italic;
    line-height: 1.2;
}
div.jp-audio,
div.jp-audio * {
    line-height: 1;
}


@media only screen and (min-width: 600px) {
  body.responsive-layout-mobile .block .tg-summary .col-thumb,
  body.responsive-layout-mobile .block .tg-summary-audio .col-thumb {
    float: left;
  }

  body.responsive-layout-mobile .block .tg-summary-audio .col-with-thumb {
      width: 65%;
      margin-left: 5px;
      float: left;
  }
}

/* honorees in sidebar */
.block .tg-summary-medal-of-arts-bio .col-thumb,
.block .tg-summary-nea-natl-heritage-fellowship .col-thumb,
.block .tg-summary-nea-jazz-master .col-thumb {
    width: 120px;
    margin-right: 10px;
}

.block .tg-summary-medal-of-arts-bio .col-thumb img,
.block .tg-summary-nea-natl-heritage-fellowship .col-thumb img,
.block .tg-summary-nea-jazz-master .col-thumb img {
    width: 120px;
    height: auto;
}


/* publication summary layout */
.block .tg-summary-nea-arts-article .col-thumb,
.block .tg-summary-publication .col-thumb {
    width:85px;
}
/* .region-sidebar-first .grid-2.omega { */



.block .tg-summary-publication .col-with-thumb {
    width: 180px;
    margin-left: 5px;
}

/* event summary layout */
.block .tg-summary-event .grid-1 {
    width:60px;
}
.block .tg-summary-event .field-name-date-thumbnail p {
    margin: 0;
    padding: 0;
}

.block .tg-summary-event .field-name-date-thumbnail {
    background: #444 url(../images/header-bg-sprite.png) repeat-x 0 -115px;
    padding:4px 5px;
    text-align:center;
    font-weight:bold;
    line-height: 1;
}

.block .tg-summary-event .field-name-date-thumbnail span {
    display:block;
    color: #fff;
    font-size: 13px;
    margin: 2px 0
}

.block .tg-summary-event .field-name-date-thumbnail span.day {
    font-size: 22px;
}

.block .tg-summary-event .field-name-date-thumbnail span.year {
    font-size: 11px;
}

.block .tg-summary-event .grid-3 {
    /*width: 125px;*/
}

.block .tg-summary-event .grid-4 {
    width: 278px;
}

/* artistic fields block */
.block-views-artistic-fields-list-block .views-row {
    height: 16px;
}

.block-views-artistic-fields-list-block .views-row:hover {
    background: transparent url(../images/header-bg-sprite.png) repeat-x 0 -178px;
}

.block-views-artistic-fields-list-block .views-row-first {
    padding-top: 10px;
}

.block-views-artistic-fields-list-block .views-row-last {
    border-bottom: 1px solid #dfdede;
}

.block-views-artistic-fields-list-block .views-row a,
.block-views-artistic-fields-list-block .views-row a:link,
.block-views-artistic-fields-list-block .views-row a:visited {
    font-weight: bold;
    font-family: Lato, Arial, sans-serif;
    font-size: 15px;
    display: block;
    line-height: 1;
}

.block-views-artistic-fields-list-block .views-row a:hover {
    text-decoration: none;
}

/* video block  and pages*/
.block .view-gallery-news-photos .views-field-field-article-image,
.block .node-slideshow .field-name-field-images {
    margin-bottom: 10px;
}

.block .node-video .field-name-field-video {
    margin-bottom: 40px;
}

.block .view-heritage-fellows-slideshows .node-slideshow .field-name-field-images,
.block .view-jazz-masters-slideshows .node-slideshow .field-name-field-images {
    margin-bottom: 5px;
}

.view-video-pages .views-row .field-type-image {
    margin-bottom: 10px;
}

.block-inner .content .views-grid-container .grid-4 {
    border-bottom: none;
    margin: 0;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 10px;
}
.block-inner .content .views-grid-container .omega {
    margin-right: 0;;
}

/*
safari flexslider flicker fix
https://github.com/woothemes/FlexSlider/issues/291
*/
body #page {
-webkit-font-smoothing: subpixel-antialiased !important;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;OM: Added 4px padding to top.
-ms-backface-visibility: hidden;
}

/* publications */
table.nea_cart td.remove {
    width:80px;
}
.view-cart, .button,
.add-to-cart {
    text-transform: lowercase;
    display: block;
    float: left;
    clear:both;
    text-decoration: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    margin: 0 0.5em 0.5em 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    background: #ddd url(../images/button.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
    background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.2 Arial, sans-serif;
    outline: 0;
    overflow: visible;
    padding: 4px 10px 3px;
    text-shadow: #fff 0 1px 1px;
    width: auto;
}

/* alpha pager */
.alpha-pager {
    margin: 10px 0;
    border-top: 1px solid #dfdede;
    border-bottom: 1px solid #dfdede;
    padding: 8px 0;
    color: #888;
}

.alpha-pager a {
    font-size: 13px;
    padding: 0 3px 0 3px;
}

/* default views pager */
.item-list .pager {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 20px;
    font-size: 13px;;
}


.pager li a,
.pager li a:link,
.pager li a:visited {
    background: transparent;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
    background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
    background: none;
    cursor: pointer;
    color: #333;
    font-weight: normal;
    padding: 10px 12px;
    border-bottom: none;
    text-decoration: none;
}
.pager li.pager-last, .pager li.pager-last a, .pager li.pager-last a:hover,
.pager li.first, .pager li.first a, .pager li.first a:hover {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.pager li.pager-ellipsis {
    padding: 10px 5px;
}

.pager li.pager-current {
    background: none;
    color: #333;
    background-color: #d0d0d0;
    outline: 0;
    font-weight: normal;
    padding: 10px 12px;
}

.pager li.pager-first a, .pager li.pager-previous a, .pager li.pager-next a, .pager li.pager-last a {
    width: 70px;
    text-align: center;
    padding: 10px 7px;
    text-transform: uppercase;
}

.pager li.pager-first a {
    width: 50px;
}

.pager li.pager-next a {
    width: 50px;
}

.pager li.pager-last a {
    width: 50px;
}

.pager li.pager-next {
    position: absolute;
    top: 0;
    right: 60px;
}

.pager li.ellipsis-2 {
    border-right: none;
}

/* node horizontal tabs */
div.horizontal-tabs {
    margin: 0 0 1em 0;
    padding: 0;
    border: none;
    position: relative;
}

.horizontal-tabs fieldset.horizontal-tabs-pane {
    padding: 15px 0;
    border: 0;
    margin-bottom: 0;
}
.horizontal-tabs ul.horizontal-tabs-list li strong {
    font-weight: normal;
}

.horizontal-tabs ul.horizontal-tabs-list li a,
.horizontal-tabs ul.horizontal-tabs-list li a:link,
.horizontal-tabs ul.horizontal-tabs-list li a:visited {
    border-bottom: none;
    font-weight: normal;
    padding: 3px 8px 4px;
    line-height: 1;
    font-size: 12px;
}

.horizontal-tabs ul.horizontal-tabs-list li a:hover {
    background-color: transparent;
}

.horizontal-tabs ul.horizontal-tabs-list li {
    background: #eee;
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 0;
    margin: 0;
    min-width: 3em;
    float: left;
    list-style-type: none;
    list-style-image: none;
    background: #fff url(../images/tab-sprite.png) repeat-x 0 -28px;
    text-align: center;
    line-height: 1;
}

.horizontal-tabs ul.horizontal-tabs-list li.first {
    border-left: 1px solid #c0c0c0;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected {
    background-color: #fff;
    padding: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6;
    background: #fff url(../images/tab-sprite.png) repeat-x 0 0;
}

.horizontal-tabs ul.horizontal-tabs-list {
    display: inline-block;
    margin: 0;
    border: 0;
    padding: 0;
    position: relative;
    list-style: none;
    list-style-image: none;
    background-color: transparent;
    border-right: none;
    width: 100%;
    height: 26px;
    clear: both;
    border-bottom: 1px solid #c0c0c0;
}

.zone-content .field {
    margin-bottom: 10px;
}

.zone-content .field-name-field-phone,
.zone-content .field-name-field-fax,
.zone-content .field-name-field-room {
    margin-bottom: 0;
}

.zone-content .field-label-hidden {
    margin-bottom: 5px;
}

.zone-content .field-name-title {
    margin-bottom: 8px;
}

.zone-content .field-name-field-link {
    margin-top: 10px;
    margin-bottom: 0;
}

.zone-content .field-name-field-pub-download {
    margin-top: 15px;
    margin-bottom: 15px;
}

.feed-icon {
    margin: 10px 0;
}
/* views */
.view-grouping-header {
    font-weight: bold;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.view-grouping-content .item-list {
    margin-bottom: 20px;
}
.form-item-state select {
    width: 150px;
}

.block-system-main .block-inner ul {
    list-style-type: none;
    list-style-image: none;
}

.block-system-main .block-inner ul li.views-row {
    border-bottom: none;
    margin-left: 30px;
    padding: 5px 0;
}

.block-system-main .block-inner .views-grid-container ul li.views-row {
    margin-left: 0;
}

/*.block-system-main .block-inner .views-grid-container ul li.alpha {*/
    /*margin-left: 0;*/
/*}*/

/*.block-system-main .block-inner .views-grid-container ul li.omega {*/
    /*margin-right: 0;*/
/*}*/

.views-grid-container .field-name-field-subtitle {
    font-style: italic;
}

.form-item-type select {
    width: 130px;
}

.af-staff .field-name-body {
    /*font-size: 11px;*/
}
.af-staff .pane-1 {
    padding: 0;
    margin: -10px;
}

.af-staff .pane-1.ui-accordion-content {
  margin: 0;
}


.af-staff dl {
    /*margin: 0 -10px 0;*/
}
.af-staff dt {
    padding: 0 10px;
}
.af-staff dd {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 10px 10px 10px;
}
.tg-summary-staff .field-name-field-bio-image {
    margin-bottom: 10px;
}


ul.quicktabs-tabs {
    background-color: #fff;
    border-bottom: 1px solid #c0c0c0;
    height: 27px;
    margin-bottom: 10px;
    list-style-type: none;
}

ul.quicktabs-tabs li {
    list-style-type: none;
    margin: 0;
    padding: 0;

}
ul.quicktabs-tabs li a {
    padding:8px 8px 6px 8px;
    display: inline-block;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    background: #fff url(../images/tab-sprite.png) repeat-x 0 -28px;
    line-height: 1;
    font-size: 12px;
}

ul.quicktabs-tabs li.last a {
    border-right: 1px solid #c0c0c0;
}

ul.quicktabs-tabs li.active a {
    border-bottom: 1px solid #e6e6e6;
    background: #fff url(../images/tab-sprite.png) repeat-x 0 0;
}

#block-system-main-menu li#art-fields-menu.main-row ul.submenu li.main-submenu-item {
    display: inline-block;
    width: 260px;
    margin: 0;
}

#block-system-main-menu li#art-fields-menu.main-row ul.submenu li.col-0 {
    width: 130px;
}
#block-system-main-menu li#art-fields-menu.main-row ul.submenu li.col-2 {
    width: 170px;
}

.block-staff-by-office-block table caption {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px;
}

.block-events-webinars-block h2.block-title {
    background-color: #fff;
    background-image:none;
    font-size: 18px;
    letter-spacing: 0;
    font-family: Arimo,Verdana,Arial,sans-serif;
    margin-bottom: 10px;
    font-weight:bold;
    padding: 0;
    text-transform: none;
}

#block-nea-nea-blogs-latest .block-inner .content .ui-widget .view {
    padding-bottom: 10px;
}

.responsive-layout-mobile .zone-menu,
.responsive-layout-mobile .zone-branding {
    box-shadow: none;
    margin-bottom: 0;
}

.responsive-layout-mobile .view-mode-summary .file-video img {
    width:200px;
    height:auto;
}

.responsive-layout-mobile .ds-1col img {
    max-width: 100%;
    height: auto;
}

.responsive-layout-mobile .tg-summary .col-thumb img {
    width:80px;
    height:auto;
}

.responsive-layout-mobile  .block .tg-summary .col-thumb {
    width: 80px;
}

/* narrow portrait smartphones */
@media (max-width: 321px) {

    .zone-menu, .zone-branding {
        box-shadow: none;
    }

    .not-front .zone-branding {
        height: 220px;
    }

    .not-front .zone-branding .block-search {
        left: 180px;
        top: 19px;
    }

    .zone-branding .social-links {
        height: 50px;
        width: 175px;
    }

    .not-front .zone-branding .social-links {
        height: 50px;
        width: 175px;
        left: 0;
    }
    .zone-branding .social-links a {
        margin-bottom: 5px;
    }

    .zone-branding .block-search {
        left: 170px;
    }

    .zone-branding h1.site-name,
    .zone-branding h2.site-name {
        top: 90px;
    }

    .not-front .zone-branding h1.site-name,
    .not-front .zone-branding h2.site-name {
        top: 90px;
        left: 0;
    }

    .zone-branding .art-works-logo,
    .not-front .zone-branding .art-works-logo {
        right: auto;
        left: 0;
        top: 150px;
    }

    .zone-branding {
        background-image: none;
        height: 285px;
        position: relative;
    }

    .zone-branding .slogan {
        top: 220px;
    }

    div.jp-volume-bar {
        display:none !important;
    }

    #region-header-first {
        margin: 0;
    }

    body.responsive-layout-mobile .block .tg-summary-audio .col-with-thumb {
        max-width: 130px;
    }
    body.responsive-layout-mobile .container-12 .tg-summary-big-reads-post .col-with-thumb,
    body.responsive-layout-mobile .container-12 .tg-summary-blue-star-post .col-with-thumb,
    body.responsive-layout-mobile .container-12 .tg-summary-art-works-post .col-with-thumb {
        max-width: 135px;
    }
    body.responsive-layout-mobile .block .tg-summary-b .grid-3 {
        max-width: 185px;
        /*outline: 1px solid red;*/
    }

    .responsive-layout-mobile .tg-teaser .grid-6 {
        width: 170px;
    }
}

@media screen and (min-width: 321px) and (max-width: 481px) {

    .zone-menu, .zone-branding {
        box-shadow: none;
    }

    .not-front .zone-branding {
        height: 220px;
    }

    .zone-branding .block-search {
        left: 0;
        top: 55px;
    }

    .not-front .zone-branding .block-search {
        left: 0;
        top: 55px;
    }

    .zone-branding h1.site-name, .zone-branding h2.site-name {
        top: 100px;
    }

    .not-front .zone-branding h1.site-name,
    .not-front .zone-branding h2.site-name {
        top: 91px;
        left: 0;
    }

    .zone-branding .art-works-logo {
        right: auto;
        left: 0;
        top: 160px;
    }

    .not-front .zone-branding .social-links {
        left: 0;
    }

    .not-front .zone-branding .art-works-logo {
        right: auto;
        left: 0;
        top: 160px;
    }

    .zone-branding {
        background-image: none;
        height: 295px;
        position: relative;
    }

    .zone-branding .slogan {
        top: 230px;
    }

    #region-header-first {
        margin: 0;
    }

    body.responsive-layout-mobile .container-12 .tg-summary-big-reads-post .col-with-thumb,
    body.responsive-layout-mobile .container-12 .tg-summary-blue-star-post .col-with-thumb,
    body.responsive-layout-mobile .container-12 .tg-summary-art-works-post .col-with-thumb {
        max-width: 165px;
    }

    body.responsive-layout-mobile .block .tg-summary-audio .col-with-thumb {
        max-width: 150px;
    }

    .responsive-layout-mobile .tg-teaser .grid-6 {
        width: 270px;
    }
}


.node-type-slideshow .view-slideshows .skin-default {
    position: relative;
}

body.node-type-slideshow .view-id-slideshows {
    position: relative;
    height: 100%;
}

.view-id-slideshows .views_slideshow_slide {
    width: 100%;
}
.view-id-slideshows .views-slideshow-controls-bottom {
    position: relative;
    height: 430px;
}

.view-id-slideshows .views-slideshow-controls-bottom .views_slideshow_controls_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.node-type-slideshow .view-slideshows .views-slideshow-pager-fields {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    width: 700px;
    margin-right: 0;
    top: 590px;
    height: 130px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 0;
    white-space: nowrap;
}

.node-type-slideshow .view-slideshows .views-slideshow-pager-fields  .views-slideshow-pager-field-item {
    width: 100px;
    float: none;
    padding-right: 14px;
    display: inline-block;
}

.node-type-slideshow .view-slideshows .views-slideshow-pager-fields  .views-slideshow-pager-field-item:hover {
    cursor: pointer;
}

.node-type-slideshow .view-slideshows .views-slideshow-pager-fields .views-row-odd {
    padding-right: 20px;
}

.block-without-title .views-row .contextual-links-wrapper {
    margin-top: 15px;
}

/* artistic field landing page */
.view-content table.views-view-grid,
.view-artistic-fields-list .view-content table {
    border: none;
}

.view-content table.views-view-grid td,
.view-artistic-fields-list .view-content table td {
    padding: 0;
    padding-right: 5px;
}
.view-content table.views-view-grid td div,
.view-artistic-fields-list .view-content table td div {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0 10px 15px;
    background: url(../images/bullet-right.png) no-repeat 0 9px;
    min-height: 25px;
}

.view-content table.views-view-grid td a,
.view-content table.views-view-grid td a:link,
.view-artistic-fields-list .view-content table td a,
.view-artistic-fields-list .view-content table td a:link {
    text-decoration: none;
}

.view-content table.views-view-grid td *,
.view-artistic-fields-list .view-content table td * {
    line-height: 1;
}


/* blogs */
.page-node .field-type-entityreference,
.page-node .field-type-taxonomy-term-reference {
    padding: 20px 0;
    margin-bottom: 0;
    border-top: 1px solid #e0e0e0;
}

.page-node .field-type-entityreference .field-label,
.page-node .field-type-taxonomy-term-reference .field-label {
    line-height: 1;
    font-size: 14px;
    padding-bottom: 15px;
}

.page-node .comment-wrapper h2.title,
.page-node h2.comment-form {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

.node-webform .webform-component-markup h2 {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 20px;
}

.node-webform form div .webform-component-markup:first-child h2 {
    padding-top: 0;
}

.page-search .group-result {
    margin-bottom: 20px;
}

.page-search .group-result h2 {
    border-bottom: 2px solid #e0e0e0;
    font-size: 16px;
    background: url(../images/bullet-right.png) no-repeat 0 6px;
    padding-left: 12px;
}

.page-search .group-result .view-mode-teaser {
    padding: 10px 0 5px;
    border-bottom: 1px solid #e0e0e0;
}

.page-search .group-result .view-mode-teaser:last-child {
    border-bottom: none;
}

.page-search .views-row .views-field-nea-bundle-type {
    padding-top: 12px;
}

.cols-body-wide,
.cols-body {
    margin-bottom: 20px;
    column-count: 2;
    -moz-column-count:2;
    -o-column-count: 2;
    -ms-column-count: 2;
    -webkit-column-count: 2;

     column-gap:20px;
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    -o-column-gap:20px;
    -ms-column-gap:20px;

    -webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    -o-column-break-inside:avoid;
    -ms-column-break-inside:avoid;
    column-break-inside:avoid;
}

.field-name-nea-arts-archives {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}

.views-exposed-form .views-exposed-widget {
    padding: 0 10px 0 0;
}

.region-preface-first .views-widget-filter-search_api_views_fulltext,
.region-sidebar-first-inner .views-widget-filter-search_api_views_fulltext {
    margin-top: 10px;
}

form .views-exposed-form label {
    margin: 0 0 5px;
    line-height: 1;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.5em;
}

.node-type-slideshow .field-name-field-audio,
.node-type-slideshow #region-content .block,
.node-type-slideshow #region-content .block-inner .content {
    margin-bottom: 0;
}

.node-type-slideshow .field-name-field-audio .horizontal-tabs fieldset.horizontal-tabs-pane {
    padding-bottom: 0;
}


.search-advanced .criterion .form-type-checkboxes {
    height: 200px;
    overflow: auto;
}

.form-item-field-artistic-fields-tid select {
    width: 150px;
}

/* responsive video player */
.file-video  {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.file-video  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* artist honoree page layouts */

.node-nea-artist-honoree .group-thumbnail.grid-2 {
  width: 120px;
  margin-right: 5px;
}

.block .tg-summary.tg-summary-nea-artist-honoree .col-thumb {
  margin-right: 10px;
}

/* custom styling for tweetable text */

.tweetable-text a {
  padding: 2px 0;
  box-sizing: border-box;
}

.tweetable-text a:after {
  display: inline-block;
  content: '';
  background: url(../images/twitter-16.png) no-repeat;
  height: 16px;
  width: 16px;
  margin: 0 3px;
  position: relative;
  top: 3px;
  right: 0;
}

.tweetable-text a:hover:after {
  background-image: url(../images/twitter-16-grey.png);
}

.file-image.view-mode-expandable .content > a, .media-element-container.media-expandable > a  {
  position: relative;
}

.file-image.view-mode-expandable .content > a::after, .media-element-container.media-expandable > a::after {
  content: '';
  display: block;
  background-image: url(../images/image-expand-icon.png);
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 12px;
  left: 16px;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out; /* For Safari 3.1 to 6.0 */
  transition: opacity .2s ease-in-out;
}

.file-image.view-mode-expandable .content > a:hover::after, .media-element-container.media-expandable > a:hover::after {
  opacity: 1;
}

.page-search .search-result .post-date,
.page-search .search-result h3 {
  margin-bottom: 5px;
}
.page-search .search-result h3 a {
  color:#181818;
  font-size: 1.2em;
 }

.search-snippet strong{
  background: yellow;
}
.page-search .search-result h3 a:hover {
  text-decoration: underline;
}

.search-results .search-snippet-info {
  padding: 0;
}

.from-section {
  margin-bottom: 1em;
}

.view-id-chairman_sketches.view-display-id-sketches_page .inactive {
  display: none;
}

.view-id-chairman_sketches.view-display-id-sketches_page .active {
  display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  svg#us-stories-map {
    height: 700px;
  }
}

svg#us-stories-map {
  margin-bottom: -4em;
  width: 100%;
}

svg#us-stories-map g.state path {
  @include single-transition(fill, .01s, ease);
}

svg#us-stories-map g:hover, svg#us-stories-map g.active {
  cursor: pointer;
}
svg#us-stories-map g:hover path, svg#us-stories-map g.active path {
  fill: #0047ba;
}

svg#us-stories-map g.inactive path {
  fill: grey;
}

.view-chairman-sketches svg#us-stories-map g.nosketch:hover {
  cursor: default;
}

.view-chairman-sketches svg#us-stories-map g.nosketch path,
.view-chairman-sketches svg#us-stories-map g.nosketch:hover path {
  fill:#ccc;
}

.view-chairman-sketches #state-hover {
	font-size: 1.5em;
    line-height: 1.83333em;
    text-transform: uppercase;
    color: #0047ba;
    position: absolute;
    left: 65%;
    top: 148px;
    font-weight: bold;
}

.view-chairman-sketches.view-display-id-sketches_page ul li.views-row {
  list-style: none;
  margin:0;
}

.view-chairman-sketches.view-display-id-sketches_page .attachment {
  margin-top: 60px;
}

.view-chairman-sketches.view-display-id-sketches_page h1 {
	margin:0;
}

.view-chairman-sketches.view-display-id-sketches_page h4 {
	font-size:14px;
	font-weight:normal;
	font-style: italic;
	margin:0 0 10px 0;
}

.view-chairman-sketches.view-display-id-sketches_page .node-chairman-sketch a.external {
	background:none;
}

.view-chairman-sketches.view-display-id-sketches_page .node-chairman-sketch .thumb {
	float:left;
	margin:0 30px 0 0;
}

@media (max-width: 600px) {
	.view-chairman-sketches.view-display-id-sketches_page .node-chairman-sketch .thumb {
		float:none;
		margin:0 0 15px 0;
	}
}

.view-chairman-sketches.view-display-id-sketches_page .node-chairman-sketch .caption h2 {
	margin:0;
}

.view-chairman-sketches.view-display-id-sketches_page .node-chairman-sketch .caption h3 {
	margin: 0 0 10px 0;
	font-size:16px;
	font-weight: normal;
}

.arts-quadrants .row a {
  display: block;
  width:50%;
  float: left;
}

.arts-quadrants img {
  width:100%;
}

.page-partnerships-poetry-out-loud-winners #page-title,
.page-partnerships-poetry-out-loud-winners #page-title .pol-title-link {
  display: inline-block;
}

.page-partnerships-poetry-out-loud-winners #page-title .pol-title-link {
  margin-left: 15px;
}

.node-type-pol-winner .region-sidebar-first .block-views {
  float: left;
}

.node-type-pol-winner .region-sidebar-first #block-views-poetry-winners-block-1 {
  margin-right: 10px;
}

.node-type-pol-winner .region-sidebar-first #block-views-poetry-winners-block-1 .view-header p {
  margin-bottom: 0;
}

.node-type-pol-winner .field-name-field-high-school,
.node-type-pol-winner .field-name-city-and-state {
  font-size: 14px;
}

.view-poetry-winners .views-field-field-year {
  font-size: 18px;
}

.node-type-pol-winner h3,
.node-type-pol-winner .field-name-field-high-school,
.node-type-pol-winner .field-name-city-and-state {
  margin-bottom: 0;
}

.node-type-pol-winner h1#page-title {
  margin-bottom: 0;
}

.view-poetry-winners .views-field-field-year {
  font-size: 18px;
}

.ds-2col.node-pol-winner.node-teaser .group-left {
  width: 66%;
}

.ds-2col.node-pol-winner.node-teaser .group-left img {
  width: 100%;
  height: auto;
}

.ds-2col.node-pol-winner.node-teaser .group-right {
  width: 33%;
  padding-left: 30px;
  box-sizing: border-box;
}

.pol-title-link {
  font-size: 14px;
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 736px) {
  .ds-2col.node-pol-winner.node-teaser .group-left {
    width: 100%;
  }
  .ds-2col.node-pol-winner.node-teaser .group-right {
    width: 100%;
    padding-left: 0px;
  }
  .page-partnerships-poetry-out-loud-winners #page-title .pol-title-link {
    margin: 0;
  }
}

.view-nea-big-read-grantees h3 {
  font-size: 1.5em;
}

.view-nea-big-read-grantees .view-grouping-content h3 {
  font-size: 1.2em;
}

a.button.big-read-button:link, a.button.big-read-button:visited {
  background:rgba(24, 142, 205, 1);
  color:#fff;
  padding: 6px 12px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  border: 0;
  text-shadow: none;
  display: inline-block;
  margin-right: 14px;
}

a.button.big-read-button.big-read-home {
  margin: 1em 4em;
}

.big-read-sidebar-nav {
  width: 275px;
  border:1px solid #00468C;
}

.big-read-sidebar-nav div {
  margin: 0 0 0 5px;
}

.media-youtube-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
}

.media-youtube-video .media-youtube-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gray-border {
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}

/* National Initiatives Block on Homepage */
.inithumb {
    width: 280px;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
    margin-top:35px;
    }

    a.inithumb-title {
    text-decoration: none;
    width:200px;
    max-width:88%;
    padding: 20px 4px;
    color: #fff;
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Oswald";
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    letter-spacing: .08em;
    }

    a:hover.inithumb-title {
    background: rgba(0, 0, 0, 0.6);
    }

    .initiatives-wrap p {
        font-size:15px;
        margin:16px 0 30px 0;
    }

/* Blue Star Museums 2019 */

.view-blue-star-museum .views-exposed-widgets {
    margin: 0 0 1.5em;
}

.form-item-distance-postal-code > label,
.view-blue-star-museum .views-exposed-widget .views-widget .form-item-distance-search-units {
    display: none;
}

.view-blue-star-museum .views-widget-filter-distance,
.view-blue-star-museum .views-exposed-widget .views-widget .form-item-distance-search-distance {
    position: relative;
}

.blue-star-museum-home .view-blue-star-museum .views-widget-filter-distance {
    width: 40%;
}

.blue-star-museum-home .view-blue-star-museum .views-widget-filter-distance label[for='edit-distance'] {
    position: absolute;
}

.blue-star-museum-home .view-blue-star-museum .views-exposed-widget .views-widget,
.page-national-blue-star-museums-list .view-blue-star-museum .views-exposed-widgets  {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.page-national-blue-star-museums-list .view-blue-star-museum .views-exposed-widgets .views-widget-filter-distance > label {
    position: absolute;
}

.blue-star-museum-home .view-blue-star-museum .views-exposed-widget .views-widget .form-item {
    width: 50%;
    margin: 0 1.5em 0 0;
}

.page-national-blue-star-museums-list .view-blue-star-museum .views-exposed-widgets .form-type-textfield {
    width: 45%;
    float: left;
    margin: 0 1.5em 0 0;
}

.page-national-blue-star-museums-list .view-blue-star-museum .views-exposed-widgets .form-item-distance-postal-code {
    margin-top: 18px;
}

.view-blue-star-museum .views-exposed-widget .views-widget .form-item input {
    width: 100%;
}

.view-blue-star-museum .views-exposed-widget .views-widget .form-item-distance-search-distance:after {
    content: 'mi.';
    position: absolute;
    top: 1.5em;
    right: .25em;
    color: #999;
}

.view-blue-star-museum .views-reset-button {
    position: relative;
}

.view-blue-star-museum .views-reset-button input {
    background: #fff;
    padding: 3px 15px 4px 25px;
}

.view-blue-star-museum .views-reset-button:before {
    content:'';
    background: url('/sites/all/themes/muse/images/svg/times-circle.svg') no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 1.66em;
    left: .75em;
}

.blue-star-museum-home .view-blue-star-museum .leaflet-popup-content h3 {
    font-size: 1.5em;
}

.blue-star-museum-home .view-blue-star-museum .leaflet-popup-content p {
    margin: .5em 0;
    font-size: 1.1em;
}

.blue-star-museum-home .region-postscript-first,
.page-national-blue-star-museums-list .region-content {
    width: calc(100% - 20px) !important;
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 680px) {
    .blue-star-museum-home .view-blue-star-museum .views-widget-filter-distance {
        width: 80%;
    }
}

.leaflet-container .marker-cluster-small,
.leaflet-container .marker-cluster-medium,
.leaflet-container .marker-cluster-large {
	background-color: rgba(0, 58, 252, 0.33);
	}
.leaflet-container .marker-cluster-small div,
.leaflet-container .marker-cluster-medium div,
.leaflet-container .marker-cluster-large div {
	background-color: rgba(0, 58, 252, 0.85);
}

.leaflet-container .marker-cluster-small div span,
.leaflet-container .marker-cluster-medium div span,
.leaflet-container .marker-cluster-large div span {
    color: #ffffff;
}
