.newsletter-form .newsletter-label {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 2px;
  margin-left: 2px;
}
.newsletter-form .controls {
  margin-bottom: 4px;
}
.newsletter-form .checkbox {
  min-height: 20px;
  text-align: right;
  font-size: 9px;
}
.newsletter-form input[type="checkbox"] {
  height: auto;
  margin-right: 5px;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
  display: inline-block;
  height: 30px;
  padding: 4px 9px;
  margin-right: 5px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  vertical-align: middle;
  width: 140px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.newsletter-form input[type="text"]:focus,
.newsletter-form input[type="email"]:focus {
  border-color: rgba(255, 0, 135, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 0, 135, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 0, 135, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 0, 135, 0.6);
}
.newsletter-form label,
.newsletter-form input,
.newsletter-form button {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.newsletter-form label {
  display: block;
  margin-bottom: 5px;
}
.newsletter-form input::-webkit-input-placeholder,
.newsletter-form input:-moz-placeholder,
.newsletter-form input::-moz-placeholder,
.newsletter-form input:-ms-input-placeholder {
  color: #000;
}
.newsletter-form input:focus::-webkit-input-placeholder,
.newsletter-form input:focus:-moz-placeholder,
.newsletter-form input:focus::-moz-placeholder,
.newsletter-form input:focus:-ms-input-placeholder {
  color: #585858;
}
.newsletter-form .personalize,
.newsletter-form .thank-you {
  font-size: 13px;
  padding: 0px 3px;
}
.newsletter-form .personalize .highlight,
.newsletter-form .thank-you .highlight {
  font-weight: bold;
}
.newsletter-form .thank-you {
  display: none;
}
.newsletter-form .thank-you.subscribed .curr {
  display: inline-block;
}
.newsletter-form .thank-you.subscribed .sub {
  display: none;
}
.newsletter-form .thank-you .curr {
  display: none;
}
#article .author,
#tinymce .author,
#article .date,
#tinymce .date {
  font-size: 12px;
  line-height: 18px;
}
#article .body,
#tinymce .body,
#article.body,
#tinymce.body {
  padding: 20px 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif !important;
}
#article .body p,
#tinymce .body p,
#article.body p,
#tinymce.body p {
  margin-top: 20px;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif !important;
  font-size: 18px;
  line-height: 32px;
}
#article .body img,
#tinymce .body img,
#article.body img,
#tinymce.body img {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  clear: both;
}
#article .body p.image-align-left,
#tinymce .body p.image-align-left,
#article.body p.image-align-left,
#tinymce.body p.image-align-left {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  float: left;
  max-width: 50%;
}
#article .body p.image-align-left img,
#tinymce .body p.image-align-left img,
#article.body p.image-align-left img,
#tinymce.body p.image-align-left img,
#article .body p.image-align-left .image-caption,
#tinymce .body p.image-align-left .image-caption,
#article.body p.image-align-left .image-caption,
#tinymce.body p.image-align-left .image-caption {
  float: none;
}
#article .body p.image-align-right,
#tinymce .body p.image-align-right,
#article.body p.image-align-right,
#tinymce.body p.image-align-right {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  float: right;
  max-width: 50%;
}
#article .body p.image-align-right img,
#tinymce .body p.image-align-right img,
#article.body p.image-align-right img,
#tinymce.body p.image-align-right img,
#article .body p.image-align-right .image-caption,
#tinymce .body p.image-align-right .image-caption,
#article.body p.image-align-right .image-caption,
#tinymce.body p.image-align-right .image-caption {
  float: none;
}
#article .body .image-align-center img,
#tinymce .body .image-align-center img,
#article.body .image-align-center img,
#tinymce.body .image-align-center img,
#article .body img.image-align-center,
#tinymce .body img.image-align-center,
#article.body img.image-align-center,
#tinymce.body img.image-align-center {
  margin: 0 auto !important;
}
#article .body strong,
#tinymce .body strong,
#article.body strong,
#tinymce.body strong {
  font-weight: bold;
}
#article .body a,
#tinymce .body a,
#article.body a,
#tinymce.body a {
  color: #0278ca;
}
#article .body a span,
#tinymce .body a span,
#article.body a span,
#tinymce.body a span,
#article .body a strong,
#tinymce .body a strong,
#article.body a strong,
#tinymce.body a strong {
  color: #0278ca !important;
}
#article .body a:hover,
#tinymce .body a:hover,
#article.body a:hover,
#tinymce.body a:hover {
  color: article-blue;
}
#article .body .btn-blue,
#tinymce .body .btn-blue,
#article.body .btn-blue,
#tinymce.body .btn-blue {
  padding: 8px 80px;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  color: #fff;
}
#article .body .btn-blue:hover,
#tinymce .body .btn-blue:hover,
#article.body .btn-blue:hover,
#tinymce.body .btn-blue:hover {
  color: #fff;
}
@media (max-width: 767px) {
  #article .body .btn-blue,
  #tinymce .body .btn-blue,
  #article.body .btn-blue,
  #tinymce.body .btn-blue {
    padding: 8px 0;
    width: 100%;
  }
}
#article .body .question-author-initials,
#tinymce .body .question-author-initials,
#article.body .question-author-initials,
#tinymce.body .question-author-initials {
  color: #0278ca;
  text-transform: uppercase;
}
#article .body p.call-to-action-3 a,
#tinymce .body p.call-to-action-3 a,
#article.body p.call-to-action-3 a,
#tinymce.body p.call-to-action-3 a,
#article .body a.call-to-action-3,
#tinymce .body a.call-to-action-3,
#article.body a.call-to-action-3,
#tinymce.body a.call-to-action-3 {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
}
#article .body .large-grey-quote,
#tinymce .body .large-grey-quote,
#article.body .large-grey-quote,
#tinymce.body .large-grey-quote {
  color: #484848;
  font-size: 21px;
  line-height: 35px;
  font-weight: 100;
}
#article .image-hero,
#tinymce .image-hero {
  margin: 20px auto 10px;
  display: block;
}
#article .image-caption,
#tinymce .image-caption,
#article body .image-caption,
#tinymce body .image-caption {
  float: none;
  font-size: 14px;
  font-weight: 300;
  margin: 4px 0px 10px;
  display: block;
  text-align: inherit;
}
#article .image-caption.image-align-left,
#tinymce .image-caption.image-align-left,
#article body .image-caption.image-align-left,
#tinymce body .image-caption.image-align-left {
  float: left;
}
#article .image-caption.image-align-right,
#tinymce .image-caption.image-align-right,
#article body .image-caption.image-align-right,
#tinymce body .image-caption.image-align-right {
  float: right;
}
#article .next-article,
#tinymce .next-article {
  text-align: left;
  margin-bottom: 17px;
  padding: 10px;
}
#article .next-article a,
#tinymce .next-article a {
  font-style: normal;
  font-size: 14px;
  color: #003399;
  font-weight: 500;
}
#article .next-article a:hover,
#tinymce .next-article a:hover {
  color: #003399;
  text-decoration: underline;
}
#article .promotion,
#tinymce .promotion {
  border-top: 1px solid #000;
  padding-top: 40px;
  text-align: center;
}
#article .related-works-module,
#tinymce .related-works-module {
  border: 1px solid #d3d3d3;
  padding: 20px;
  margin-bottom: 50px;
}
#article .related-works-module a:hover,
#tinymce .related-works-module a:hover {
  color: #003399;
}
#article .related-works-module h3,
#tinymce .related-works-module h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
#article .related-works-module .related-link,
#tinymce .related-works-module .related-link {
  margin-top: 4px;
  text-align: center;
  text-transform: uppercase;
}
#article .related-works-module .related-link a,
#tinymce .related-works-module .related-link a {
  color: #003399;
}
#article .related-works-module .related-link .right-caret,
#tinymce .related-works-module .related-link .right-caret {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 5px solid #003399;
  display: inline-block;
  height: 0;
  width: 0;
  vertical-align: middle;
  margin-top: -2px;
}
#article .related-works-module .related-work,
#tinymce .related-works-module .related-work {
  position: relative;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #d3d3d3;
}
#article .related-works-module .related-work a.img-container,
#tinymce .related-works-module .related-work a.img-container {
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
#article .related-works-module .related-work:last-child,
#tinymce .related-works-module .related-work:last-child {
  border-bottom: none;
}
#article .related-works-module .related-work .work-info,
#tinymce .related-works-module .related-work .work-info {
  padding-top: 14px;
  font-size: 16px;
  line-height: 20px;
}
#article .related-works-module .related-work .work-info em,
#tinymce .related-works-module .related-work .work-info em {
  margin-top: 4px;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif !important;
  line-height: 20px;
  display: block;
}
#article .related-works-module .related-work img,
#tinymce .related-works-module .related-work img {
  width: 160px;
  height: 160px;
}
#article .related-articles-module,
#tinymce .related-articles-module {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  overflow: hidden;
}
#article .related-articles-module h3,
#tinymce .related-articles-module h3 {
  border-bottom: 1px solid #000;
  padding: 11px 0 10px;
  font-size: 20px;
}
#article .related-articles-module a:hover,
#tinymce .related-articles-module a:hover {
  color: #003399;
}
#article .related-articles-module .related-article,
#tinymce .related-articles-module .related-article {
  width: 152px;
  float: left;
  padding: 20px 10px;
}
#article .related-articles-module .related-article .article-info,
#tinymce .related-articles-module .related-article .article-info {
  padding-top: 14px;
  font-size: 16px;
  line-height: 20px;
}
#article .related-articles-module .related-article .article-info .article-section,
#tinymce .related-articles-module .related-article .article-info .article-section {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
#article .most-module,
#tinymce .most-module {
  border: 1px solid #d3d3d3;
  margin-bottom: 50px;
}
#article .most-module ul,
#tinymce .most-module ul {
  width: 100%;
  overflow: hidden;
}
#article .most-module ul li,
#tinymce .most-module ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d3d3d3;
  padding: 10px;
  font-size: 13px;
  line-height: 13px;
  cursor: pointer;
}
#article .most-module ul li.active,
#tinymce .most-module ul li.active {
  background-color: #fff;
}
#article .most-module ul li:nth-child(1),
#tinymce .most-module ul li:nth-child(1) {
  float: left;
  width: 33%;
}
#article .most-module ul li:nth-child(3),
#tinymce .most-module ul li:nth-child(3) {
  width: auto;
  overflow: hidden;
  float: none;
}
* html #article .most-module ul li:nth-child(3),
* html #tinymce .most-module ul li:nth-child(3) {
  float: left;
}
* html #article .most-module ul li:nth-child(3) .inner,
* html #tinymce .most-module ul li:nth-child(3) .inner {
  width: 100%;
}
#article .most-module ul li:nth-child(2),
#tinymce .most-module ul li:nth-child(2) {
  float: right;
  width: 33%;
  position: relative;
}
#article .most-module .most-tab,
#tinymce .most-module .most-tab {
  font-size: 15px;
  line-height: 20px;
  padding: 20px;
}
#article .most-module .most-tab .item,
#tinymce .most-module .most-tab .item {
  padding: 11px 0 10px;
  border-bottom: 1px solid #d3d3d3;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  color: #003399;
}
#article .most-module .most-tab .item a,
#tinymce .most-module .most-tab .item a {
  color: #003399;
}
#article .most-module .most-tab .item a:hover,
#tinymce .most-module .most-tab .item a:hover {
  text-decoration: underline;
}
#article .most-module .most-tab .item:last-child,
#tinymce .most-module .most-tab .item:last-child {
  border-bottom: none;
}
#article .most-module #most-read,
#tinymce .most-module #most-read,
#article .most-module #most-shared,
#tinymce .most-module #most-shared {
  display: none;
}
#article .newsletter-form,
#tinymce .newsletter-form {
  background-color: #000;
  color: #fff;
  padding: 13px 10px 10px;
  margin-bottom: 50px;
  font-weight: 100;
  min-height: 107px;
}
#article .newsletter-form a,
#tinymce .newsletter-form a {
  color: #fff;
}
#article #slideshow,
#tinymce #slideshow {
  margin: 20px auto 10px;
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
#article #slideshow img,
#tinymce #slideshow img {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px;
}
#article #slideshow .slide,
#tinymce #slideshow .slide {
  float: left;
  width: 100%;
  position: relative;
}
#article #slideshow .slide-wrap,
#tinymce #slideshow .slide-wrap {
  overflow: hidden;
  position: relative;
}
#article #slideshow .navigation,
#tinymce #slideshow .navigation {
  line-height: 0;
  top: 50%;
  position: absolute;
  margin-top: -47px;
  display: block;
  background-color: #fff;
  width: 48px;
  height: 44px;
  border: 1px solid #d3d3d3;
  z-index: 9;
  opacity: 0.8;
  cursor: pointer;
}
#article #slideshow .navigation .caret,
#tinymce #slideshow .navigation .caret {
  display: inline-block;
  vertical-align: middle;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  content: "";
  position: absolute;
  top: 7px;
}
#article #slideshow .navigation .caret:after,
#tinymce #slideshow .navigation .caret:after {
  display: inline-block;
  vertical-align: middle;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  content: "";
  position: absolute;
  top: -14px;
}
#article #slideshow .next,
#tinymce #slideshow .next {
  right: 0;
}
#article #slideshow .next .caret,
#tinymce #slideshow .next .caret {
  border-left: 14px solid #000;
  left: 18px;
}
#article #slideshow .next .caret:after,
#tinymce #slideshow .next .caret:after {
  border-left: 14px solid #fff;
  left: -15px;
}
#article #slideshow .previous,
#tinymce #slideshow .previous {
  left: 0;
}
#article #slideshow .previous .caret,
#tinymce #slideshow .previous .caret {
  border-right: 14px solid #000;
  right: 18px;
}
#article #slideshow .previous .caret:after,
#tinymce #slideshow .previous .caret:after {
  border-right: 14px solid #fff;
  right: -15px;
}
#article .sidebar-section,
#magazine .sidebar-section {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
}
#article .sidebar-section .sidebar-title,
#magazine .sidebar-section .sidebar-title {
  text-align: center;
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #585858;
}
#article .sidebar-section .sidebar-content::after,
#magazine .sidebar-section .sidebar-content::after {
  clear: both;
  display: block;
  content: '';
}
#article .sidebar-section .sidebar-content .like-info .like-title,
#magazine .sidebar-section .sidebar-content .like-info .like-title {
  display: block;
  font-size: 22px;
  color: #000;
  text-decoration: none;
  margin-bottom: 6px;
  line-height: 24px;
}
#article .sidebar-section .sidebar-content .like-info a,
#magazine .sidebar-section .sidebar-content .like-info a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #da0476;
  margin: 0px auto;
}
#article .sidebar-section-like,
#magazine .sidebar-section-like {
  border-top: 1px solid #ccc;
}
#article .sidebar-section-like .like-work,
#magazine .sidebar-section-like .like-work {
  margin-bottom: 40px;
}
#article .sidebar-section-like .like-work .like-image,
#magazine .sidebar-section-like .like-work .like-image {
  text-align: center;
}
#article .sidebar-section-like .like-work .like-image img,
#magazine .sidebar-section-like .like-work .like-image img {
  height: 160px;
  object-fit: contain;
}
#article .sidebar-section-like.fixed,
#magazine .sidebar-section-like.fixed {
  width: 310px;
  position: fixed;
  top: 79px;
}
#article .sidebar-section-like.absolute,
#magazine .sidebar-section-like.absolute {
  position: absolute;
  top: auto;
  bottom: 0;
}
#article a.read-more-link {
  color: #da0476;
}
#article a.read-more-link:hover {
  opacity: 0.5;
}
#article #recent-articles-section {
  height: 171px;
  margin: 30px 34px 0;
  position: relative;
  background-color: #f5f5f5;
  overflow-x: scroll;
}
#article #recent-articles-section .recent-articles-title {
  padding-left: 6px;
  position: absolute;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}
#article #recent-articles-section .recent-articles-wrapper {
  margin-top: 22px;
}
#article #recent-articles-section .recent-articles-wrapper::after {
  clear: both;
}
#article #recent-articles-section .recent-article {
  width: 320px;
  height: 130px;
  border-right: 1px solid #ccc;
  margin: 0 8px;
  float: left;
}
#article #recent-articles-section .recent-article::after {
  clear: both;
}
#article #recent-articles-section .recent-article:last-child {
  border-right: none;
}
#article #recent-articles-section .recent-article .recent-articles-image {
  width: 120px;
  margin: 9px 16px 0 0;
  float: left;
}
#article #recent-articles-section .recent-article .recent-articles-text {
  width: 140px;
  margin-top: 6px;
  margin-right: 8px;
  float: left;
}
#article #recent-articles-section .recent-article .recent-articles-text .recent-articles-text-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 115px;
  margin-top: 4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
#article .left-col {
  margin-bottom: 36px;
}
#article .article-sub-section {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#article #article-info-section::after {
  clear: both;
  content: ' ';
  display: block;
}
#article #article-info-section a {
  color: #0278ca;
}
#article #article-info-section a:hover {
  color: #a10357;
}
#article #article-info-section h2.sub-section-text {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
#article #article-info-section h1.headline {
  font-size: 32px;
  color: #000;
  line-height: 36px;
  display: block;
  margin-bottom: 8px;
}
#article #article-info-section p.author {
  margin-bottom: 8px;
  text-decoration: none;
  color: #0278ca;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
#article #article-info-section p.date {
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #585858;
}
#article #article-info-section #article-author-date {
  float: left;
}
#article #article-info-section #subsection-logo-article-page {
  float: right;
  text-align: right;
}
#article #article-info-section #subsection-logo-article-page .sponsored-by {
  color: #585858;
  font-size: 7px;
}
#article #article-info-section #subsection-logo-article-page img {
  max-height: 33px;
}
#article .image-hero {
  margin: 0;
}
#article .hero-image-caption {
  width: 100%;
  padding-right: 10px;
  float: left;
}
#article .image-caption {
  font-size: 14px;
  line-height: 18px;
  color: #585858;
}
#article #as-share-icons-container {
  margin: 0;
  display: block;
  clear: none;
  float: none;
}
#article #as-share-icons-container #as-share-icons {
  width: 100%;
  float: right;
}
#article #as-share-icons-container #as-share-icons .shareLink {
  width: 20%;
  padding: 4px 8px 5px 0px;
  margin: 0;
  display: block;
  float: left;
  text-align: right;
  color: #fff;
}
#article #as-share-icons-container #as-share-icons .shareLink:hover {
  opacity: 0.5;
  transition: opacity 250ms linear;
}
#article #as-share-icons-container #as-share-icons .shareLink.custom-facebook-button {
  background-color: #3c5a98;
}
#article #as-share-icons-container #as-share-icons .shareLink.custom-twitter-button {
  background-color: #007baa;
}
#article #as-share-icons-container #as-share-icons .shareLink.custom-pinterest-button {
  background-color: #ce2127;
}
#article #as-share-icons-container #as-share-icons::after {
  clear: both;
}
#article #as-share-icons-container::after {
  clear: both;
}
#article .body {
  clear: both;
}
#article .discover-browse {
  margin: 18px 0 20px;
}
#article .discover-browse a {
  max-width: 450px;
  margin: 0 auto;
  display: block;
  background-image: url('http://d5wt70d4gnm1t.cloudfront.net/media/a-s/artworks/knut-ivar-aaser/23675-641132547737/knut-ivar-aaser-untitled-800x800.jpg');
  background-position: right;
  background-size: 35%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#article .sidebar-section-squaread {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #ccc;
}
#article .sidebar-section-discover {
  border-top: 1px solid #ccc;
}
#article #bottom-more-articles {
  clear: both;
}
#article .email_share_modal p {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
}
#article .email_share_modal .modal-article-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
#article .email_share_modal .modal-article-author {
  margin-bottom: 12px;
  color: #018BEB;
  font-size: 13px;
  line-height: 16px;
}
#article .email_share_modal .modal-article-author a {
  color: #018BEB;
}
#magazine #content .hero_item_byline {
  margin-top: 0;
}
#magazine #content .hero_item_byline .author {
  font-size: 12px;
  line-height: 18px;
}
#magazine #content .hero_caption {
  margin-top: 15px;
}
#magazine #content .hero_caption h1 {
  font-size: 28px;
  line-height: 34px;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  margin: 0px;
  text-transform: none;
}
#magazine #content .hero_caption h2 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 0px;
  line-height: 22px;
  margin-bottom: 12px;
}
#magazine #content .description {
  line-height: 24px;
}
#magazine #content a:hover {
  color: #000;
  text-decoration: underline;
}
#magazine #content a:active {
  color: #003399;
}
#magazine #content .share_icons .fb-like.fb-like-share-button {
  margin-top: -9px;
}
#magazine #section_right {
  position: relative;
  overflow: hidden;
}
#magazine .artspace-magazine-logo {
  margin-bottom: 14px;
}
#magazine .artspace-magazine-logo .blog-tagline {
  margin-top: 4px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#magazine #as-share-icons-container {
  float: right;
}
#magazine .blog-index-list {
  border-top: 1px solid #000;
  padding-top: 35px;
}
#magazine .blog-index-list .blog-article {
  padding-bottom: 33px;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}
#magazine .blog-index-list .blog-article .blog-article-image img {
  width: 100%;
}
#magazine .blog-index-list .blog-article .blog-article-content {
  margin-top: 16px;
}
#magazine .blog-index-list .blog-article .blog-article-category {
  margin-bottom: 10px;
}
#magazine .blog-index-list .blog-article .blog-article-title {
  margin-bottom: -4px;
  font: 25px/34px "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
}
#magazine .blog-index-list .blog-article .blog-article-author {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 18px;
}
#magazine .blog-index-list .blog-article .blog-article-summary {
  font: 18px/24px "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
}
#magazine .blog-index-list .blog-article .blog-article-readnow {
  color: #003399;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
#magazine .blog-index-list .blog-arrows {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}
#magazine .blog-index-list .blog-arrows .barrow,
#magazine .blog-index-list .blog-arrows .barrow-page {
  display: inline-block;
}
#magazine .blog-index-list .blog-arrows .prev-barrow .noprev::before,
#magazine .blog-index-list .blog-arrows .prev-barrow a::before {
  content: '';
  position: relative;
  top: -3px;
  left: -3px;
  display: inline-block;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(90deg);
}
#magazine .blog-index-list .blog-arrows .prev-barrow .noprev {
  color: #585858;
}
#magazine .blog-index-list .blog-arrows .prev-barrow .noprev::before {
  border-top-color: #ccc;
}
#magazine .blog-index-list .blog-arrows .next-barrow a::after {
  content: '';
  position: relative;
  top: -3px;
  right: -3px;
  display: inline-block;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-90deg);
}
#magazine #page_title_header {
  border: 0;
  margin-bottom: 7px;
  padding-bottom: 0;
}
#magazine #page_title_header h2.archive-title {
  font-size: 26px;
}
#magazine .newsletter-form input[type="text"]:focus,
#magazine .newsletter-form input[type="email"]:focus {
  border-color: rgba(1, 139, 235, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(1, 139, 235, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(1, 139, 235, 0.6);
}
#magazine {
  /* Filter page */
}
#magazine #hero_story_content,
#magazine .section_container {
  margin-bottom: 50px;
}
#magazine #recent_articles {
  width: 350px;
  float: right;
  margin-bottom: 50px;
}
#magazine .section_item_subtitle_container {
  width: 190px;
}
#magazine .section_item_subtitle_container,
#magazine .recent_articles_item .read_more_link {
  position: relative;
  top: -5px;
  float: left;
}
#magazine .recent_articles_item_thumbnail {
  width: 75px;
  height: 75px;
  background-size: auto 75px;
  background-position: center;
}
#magazine .recent_articles_item:first-of-type .recent_articles_item_thumbnail {
  width: 140px;
  height: 140px;
  background-size: auto 140px;
}
#magazine .recent_articles_item:first-of-type .section_item_subtitle_container {
  width: 130px;
}
#magazine .step-links {
  text-transform: uppercase;
}
#magazine #filter_contents {
  clear: both;
}
#magazine #filter_contents .box {
  padding: 0 0 4px 0;
  margin: 0 21px 21px 0;
}
#magazine #filter_title_container {
  margin-top: 0;
  margin-bottom: 16px;
}
.subsection_filter_title_container {
  height: auto !important;
  position: relative;
}
.subsection_filter_title_container h1 {
  vertical-align: bottom;
}
.subsection_filter_title_container .col-sm-3 {
  position: absolute;
  right: 5px;
  bottom: 0px;
}
#article-subsection-logo {
  margin-left: 10px;
  margin-bottom: 2px;
}
@media (max-width: 565px) {
  #magazine .container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #magazine .section_container .section_content .section_content_item {
    width: 220px;
    margin-left: 0;
    margin-right: 30px;
  }
  #magazine .section_container .section_content .section_content_item:last-child {
    margin-right: 0;
  }
  #magazine .section_bg_link {
    width: 220px;
    height: 220px;
    background-size: auto 220px !important;
  }
}
@media (max-width: 991px) {
  #magazine .wrapper {
    width: auto;
  }
  #magazine #page_title_header {
    width: inherit;
  }
  #magazine #content .newsletter-form {
    margin-right: 0;
  }
  #magazine #hero_image {
    width: 100%;
  }
  #magazine .section_left {
    float: none;
    width: auto;
    margin-right: 0;
  }
  #magazine #hero_story_content,
  #magazine .section_container {
    margin-right: 0;
    margin-bottom: 50px;
  }
  #magazine #section_right {
    float: none;
    width: auto;
    margin-top: 60px;
  }
  #magazine #recent_articles {
    float: none;
    width: auto;
  }
  #magazine #recent_articles h2 {
    border-top: 3px solid black;
    border-bottom: 1px solid black;
    padding: 13px 0;
  }
  #magazine #recent_articles_box {
    float: left;
    margin-left: 0;
  }
  #magazine #recent_articles_box h2 {
    text-align: left;
  }
  #magazine .recent_articles_item:nth-child(n) {
    width: 220px;
    margin-right: 30px;
    border-bottom: none;
  }
  #magazine .recent_articles_item:nth-child(n):nth-child(3n+1) {
    margin-right: 0;
  }
  #magazine .recent_articles_item:nth-child(n) .recent_articles_item_thumbnail {
    width: 220px;
    height: 220px;
    background-size: auto 220px;
    margin: 0 0 15px 0;
  }
  #magazine .recent_articles_item:nth-child(n) .section_item_subtitle_container {
    padding-top: 0;
    width: 220px;
  }
  #magazine .section_item_subtitle_container,
  #magazine .recent_articles_item .read_more_link {
    top: 0;
  }
  #magazine #section_right_divider {
    border-left: none;
    padding-left: 0;
  }
  #magazine .content_box_dailypicks_item {
    width: 100%;
    max-width: 300px;
    float: left;
    border-bottom: none !important;
    margin: 0 70px 0 0;
  }
  #magazine .content_box_dailypicks_item:nth-child(2n) {
    margin-right: 0;
  }
  #magazine .dailypicks_image {
    margin-left: 15px;
  }
}
@media (min-width: 566px) and (max-width: 767px) {
  #magazine #content {
    width: 570px;
  }
  #magazine .section_container .section_content .section_content_item {
    margin-left: 0;
  }
  #magazine .recent_articles_item:nth-child(n) {
    width: 169px;
    margin-right: 10px;
  }
  #magazine .recent_articles_item:nth-child(n) .recent_articles_item_thumbnail {
    width: 169px;
    height: 169px;
    background-size: auto 169px;
  }
  #magazine .recent_articles_item:nth-child(n) .section_item_subtitle_container {
    width: 169px;
  }
}
@media (max-width: 565px) {
  #magazine .section_container .section_content .section_content_item,
  #magazine .recent_articles_item:nth-child(n),
  #magazine .section_item_subtitle_container {
    width: 100% !important;
  }
  #magazine .section_container .section_content .section_content_item {
    margin: 0;
  }
  #magazine .recent_articles_item:nth-child(n) .recent_articles_item_thumbnail,
  #magazine .section_bg_link {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    background-size: cover !important;
  }
}
@media (min-width: 991px) {
  #magazine #filter_contents .box:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #magazine #filter_contents .box_ellipsis,
  #magazine #filter_contents .strip_container {
    width: 345px;
  }
  #magazine #filter_contents .strip_container {
    height: 227px;
  }
  #magazine #filter_contents .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #magazine #filter_contents .box_ellipsis,
  #magazine #filter_contents .strip_container {
    width: 258px;
  }
  #magazine #filter_contents .strip_container {
    height: 170px;
  }
  #magazine #filter_contents .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 565px) {
  #magazine #filter_content_wrapper #filter_title_container {
    position: relative;
  }
  #magazine #filter_content_wrapper #filter_title_container .step-links {
    top: 2.5em;
    right: 0;
    display: block;
    width: 100%;
    margin-top: 14px;
    text-align: left;
    margin-bottom: 10px;
  }
  #magazine #filter_content_wrapper .share_icons {
    float: left;
  }
  #magazine #filter_contents .box_ellipsis,
  #magazine #filter_contents .strip_container {
    width: 100%;
  }
  #magazine #filter_contents .strip_container {
    height: 100%;
  }
  #magazine #filter_contents .strip_container img {
    width: 100%;
  }
  #magazine #filter_contents .box {
    margin-right: 0;
  }
}
#article .top-article-block .arrow-container {
  top: -105px;
}
#article .related-works-container {
  padding: 0 40px;
}
#article .related-works-container .related-border {
  padding: 0 10px;
  border: 1px solid #ccc;
}
#article .related-works-container .related-work-title {
  text-align: center;
}
#article .related-works-container .related-work-title h3 {
  margin-top: 6px;
  margin-bottom: 5px;
  color: #585858;
  font-size: 13px;
}
#article .related-works-container .related-works-slide {
  position: relative;
  overflow: visible!important;
}
#article .related-works-container .related-works-slide .arrow-wrapper {
  margin-top: -22px;
  top: 50%;
  z-index: 11;
}
#article .related-works-container .related-works-slide .arrow-wrapper.left-arrow-wrapper {
  left: 0px;
}
#article .related-works-container .related-works-slide .arrow-wrapper.right-arrow-wrapper {
  right: 0px;
}
#article .related-works-container .related-works {
  padding: 0 45px;
}
#article .related-works-container .related-works .related-works-left .related-work-img img {
  max-height: 400px;
  margin: 0 auto 10px;
}
#article .related-works-container .related-works .related-works-right .related-work-info p {
  margin: 0;
}
#article .related-works-container .related-works .related-works-right .related-work-info a {
  color: #000;
}
#article .related-works-container .related-works .related-works-right .related-work-info .info-artist {
  margin-bottom: 12px;
}
#article .related-works-container .related-works .related-works-right .related-work-info .info-artist h4 a {
  font: 20px/20px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
}
#article .related-works-container .related-works .related-works-right .related-work-info .info-artist h4 a:hover {
  color: #da0476;
}
#article .related-works-container .related-works .related-works-right .related-work-info .info-work-title {
  margin-bottom: 12px;
  font: italic 18px/24px "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
}
#article .related-works-container .related-works .related-works-right .related-work-info .info-category {
  margin-bottom: 12px;
  font: 500 14px/16px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
}
#article .related-works-container .related-works .related-works-right .related-work-info .info-description {
  line-height: 24px;
}
#article .related-works-container .related-works .related-works-right .related-work-info .info-size {
  margin-bottom: 12px;
  font: 500 14px/16px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
}
#article .related-works-container .related-works .related-works-right .related-work-info .info-buy-now {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: 'Franklin Gothic Medium';
}
#article .related-works-container .related-works .related-works-right .related-work-info .info-buy-now a {
  color: #da0476;
}
#article .section-articles {
  padding-top: 36px;
  border-top: 1px solid #ccc;
  margin: 0;
}
#article .section-articles .section-articles-wrapper {
  margin-top: 32px;
}
#article .section-articles .section-articles-title {
  margin: 4px 0;
  color: #585858;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
}
#article .section-articles .section-articles-article {
  height: auto;
  margin-bottom: 120px;
}
#article .section-articles .section-articles-article .section-articles-article-sub-section {
  margin-bottom: 6px;
}
#article .section-articles .section-articles-article-image {
  text-align: center;
}
#article .section-articles .section-articles-article-text {
  height: 120px;
}
#article .section-articles .section-articles-article-text .section-articles-article-text-title {
  margin: 21px 0 8px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
#article .section-articles .section-articles-article-text .section-articles-article-read-more {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
#article .section-articles#section-current-shows .section-articles-article .section-articles-article-text {
  text-align: center;
}
#article .section-articles#section-current-shows .section-articles-article .section-articles-article-text-title {
  margin-bottom: 0;
  font: 17px/33px "adelle", Georgia, "Times New Roman", Times, serif;
  text-transform: capitalize;
}
#article .section-articles#section-current-shows .section-articles-article .section-articles-text-city-date {
  margin-bottom: 3px;
  color: #555;
  font: 500 13px/18px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#article .section-articles#section-current-shows .section-articles-article .section-articles-text-city-date a,
#article .section-articles#section-current-shows .section-articles-article .section-articles-text-city-date span {
  color: #555;
  letter-spacing: 0.05em;
}
#article .section-articles#section-current-shows .section-articles-article .section-articles-text-city-date a:hover {
  color: #da0476;
}
#article .section-articles#section-current-shows .section-articles-article .section-articles-text-artists {
  color: #555;
  font: 14px/26px "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#article .section-articles#section-current-shows .section-articles-article .section-articles-text-artists span.artist::after {
  content: ', ';
}
#article .section-articles#section-current-shows .section-articles-article .section-articles-text-artists span.artist:last-child::after {
  content: '';
}
#author h1 {
  font-size: 26px;
  line-height: 30px;
  width: 430px;
}
#author .author-image {
  margin-top: 51px;
  margin-bottom: 21px;
}
#author .author_heading {
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
}
#author .author-articles {
  height: 644px;
  overflow: hidden;
}
#author .author-articles.expand {
  height: auto;
}
#author .author-articles li {
  margin-bottom: 12px;
  margin-left: 20px;
  font-size: 15px;
  line-height: 20px;
  list-style: disc outside none;
}
#author .author-work-box {
  border: none;
  box-shadow: none;
}
#author .author-more {
  border-top: 1px solid #000;
}
#author .author-more a {
  color: #da0476;
  font-weight: bold;
}
#author .author-more a::before {
  content: 'More...';
}
#author .author-more.expand {
  border-top-style: hidden;
}
#author .author-more.expand a::before {
  content: '';
}
#author .author-work-box .caption {
  height: 80px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (min-width: 480px) {
  #article .sidebar-section .sidebar-content .discover-work a .discover-button,
  #magazine .sidebar-section .sidebar-content .discover-work a .discover-button {
    font-size: 16px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #article .left-col {
    border-right: 1px solid #ccc;
  }
  #article .section-articles .section-articles-article {
    height: 500px;
    margin: 0;
  }
  #magazine .artspace-magazine-logo {
    margin-bottom: 0;
  }
  #magazine #page_title_header h2.archive-title {
    margin-top: -26px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #article #as-share-icons-container #as-share-icons,
  #tinymce #as-share-icons-container #as-share-icons {
    width: 40%;
  }
  #article .hero-image-caption,
  #tinymce .hero-image-caption {
    width: 50%;
  }
  #article .related-works-container {
    padding: 0 109px;
  }
  #magazine #as-share-icons-container {
    margin-bottom: -23px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #article .related-works-container .related-works::after {
    content: '';
    display: block;
    clear: both;
  }
  #article .related-works-container .related-works .related-works-left {
    width: 60%;
    float: left;
  }
  #article .related-works-container .related-works .related-works-left .related-work-img img {
    margin: 0 0 10px auto;
  }
  #article .related-works-container .related-works .related-works-right {
    width: 40%;
    float: right;
  }
  #article .related-works-container .related-works .related-works-right .related-work-info {
    margin-left: 20px;
  }
}
@media (min-width: 1400px) {
  #article .container {
    width: 1350px;
  }
  #article .left-col {
    padding-right: 30px;
  }
  #article .right-col {
    padding-left: 30px;
  }
  #article .top-article-block .arrow-container {
    width: 1300px;
    margin: 0 auto;
  }
  #article .top-article-block .arrow-container .left-arrow-wrapper {
    left: -34px;
  }
  #article .top-article-block .arrow-container .right-arrow-wrapper {
    right: -34px;
  }
  #article #recent-articles-section {
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
  }
}
