.main {
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 1.46666667;
  font-weight: 300
}

.main p {
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 1.46666667;
  font-weight: 300;
  margin-bottom: 1.5em
}

.main p + p, .main p + ul, .main p + ol {
  margin-top: 1.5em
}

.main li {
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 1.46666667;
  font-weight: 300
}

/* removed 04-18-16 by JS to prevent gaps in article list when navigating away from article pages via ajax slide */
/*.main section + section {
margin-top: 3.5em
}*/

.main h3 + p, .main h3 + div {
  margin-top: 2.4em
}

.main h4 {
  font-size: 18px;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 1.5em 0;
  border-top: none;
  border-bottom-color: #D5D5D5
}

.main h4 + p {
  margin-top: 1.5em
}

.main h4.subtitle {
  margin: -1em 0 2.4em;
  color: #999;
  font-weight: 400;
  line-height: 1.2
}

.main .company h4, .main .whats_new h4, .main .news_events h4 {
  margin: -1em 0 2.4em;
  color: #999;
  font-weight: 400;
  line-height: 1.2
}

.main .address {
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 1.46666667;
  font-weight: 300;
  margin: 2em 0;
  font-style: italic
}

.main ul, .main ol {
  margin: 0 0 1.5em 2.5em
}

/* modified 04-19-16 by JS to prevent link lists from having bullets when navigating away from article pages via ajax slide */
.main .artists ul, .main .community ul, .main .company ul {
  list-style: disc
}

.main ul ul, .main ul ol {
  margin-bottom: 0
}

.main ol {
  list-style-type: decimal
}

.main ol ol {
  list-style: upper-alpha;
  margin-bottom: 0
}

.main ol ol ol {
  list-style: lower-roman
}

.main ol ol ol ol {
  list-style: lower-alpha
}

.main ol ul {
  margin-bottom: 0
}

.main .company address, .main .whats_new address, .main .news_events address {
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 1.46666667;
  font-weight: 300;
  margin: 2em 0;
  font-style: italic
}

.main .company #pdf, .main .whats_new #pdf, .main .news_events #pdf {
  margin: 1em 0
}

.main .company table, .main .whats_new table, .main .news_events table {
  margin-botton: 1.5em
}

.main .artists .social_links {
  min-height: 60px
}

.main .artists section {
  margin-top: 1.5em
}

.main .artists h3 {
  font-size: 18px;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
  clear: left;
  text-transform: none
}

.main .artists h3 + div {
  margin-top: .8em
}

.main .artists p {
  margin: 0 0 1em
}

.main .artists .photo, .main .artists img {
  float: right;
  max-width: 45%;
  margin: 0 0 1.5em 1.5em
}

.main .artists .pullquote {
  margin: 1.5em 0;
  font-size: 18px;
  font-size: .9rem;
  font-style: italic;
  font-weight: 300;
  color: #999
}

.main .artists .social_links ul {
  margin: 0;
  padding: 0;
  min-width: 242px;
  list-style: none
}

.main .artists .social_links ul li {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden
}

.main .artists .social_links ul a {
  color: #000;
  text-indent: 0;
  margin-top: -2px;
  width: 32px;
  height: auto;
  overflow: hidden;
  background: none;
  text-decoration: none
}

.main .artists .social_links ul a:before {
  font-size: 30px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 300;
  content: "\e605";
  font-family: "glyphicon";
  display: inline-block;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.main .artists .social_links ul a:hover {
  color: #ff5a00
}

.boss-global .main .artists .social_links ul a:hover {
  color: #0064ff
}

.main .artists .social_links ul a.homepage:before {
  content: "\e604"
}

.main .artists .social_links ul a.twitter:before {
  content: "\e605"
}

.main .artists .social_links ul a.facebook:before {
  content: ""
}

.main .artists .social_links ul a.youtube:before {
  content: ""
}

.main .artists .social_links ul a.instagram:before {
  content: ""
}

.main .artists .social_links ul a.flickr:before {
  content: ""
}

.main .artists .social_links ul a.pinterest:before {
  content: ""
}

.main .artists .social_links ul a.soundcloud:before {
  content: ""
}

.main .artists .social_links ul a.google:before {
  content: ""
}

.main .artists .video {
  clear: right
}

@media screen and (max-width: 767px) {
  .main .artists .photo, .main .artists img {
    float: none;
    max-width: 100%;
    margin: 1.5em 0
  }
}

.main .community .left, .main .community .imgLeft, .main .community .right,
.main .community .imgRight {
  width: auto;
  max-width: 70%
}

.main .community .left, .main .community .imgLeft {
  float: left;
  margin: 0 1.8em 1.5em 0
}

.main .right, .main .imgRight {
  float: right;
  margin: 0 0 1.8em 1.5em
}

.main .community img {
  margin-bottom: 1.5em
}

.main .community div > img {
  margin-bottom: 0
}

.main .community table {
  border: 0
}

.main .community th, .main .community td {
  border-bottom: 0
}

.main p.byline, .main .community p.caption {
  margin: -1em 0 1.5em;
  color: #999;
  font-size: 13px;
  font-size: .65rem;
  font-style: italic
}

.main .community p.caption {
  margin: 0
}

.main .community h3 {
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  border-bottom: 1px solid #D5D5D5;
  margin: 1.5em 0 .5em
}

.main .community h3 + p {
  margin-top: 0
}

.main .community div + p {
  margin-top: 1.5em
}

.main .community h4, .main .community h6 {
  font-size: 18px;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400
}

.main .community .video_wrapper {
  margin-bottom: 1.5em
}

@media screen and (max-width: 767px) {
  .main .community .left, .main .community .imgLeft, .main .community .right,
  .main .community .imgRight, .main .community .border, .main .community img.imgCenter,
  .main .community img {
    box-sizing: border-box;
    float: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%
  }
}

.main .solutions img, .main .news_events img, .proav-global .main .community img {
  max-width: 100%
}

@media screen and (max-width: 767px) {
  .main .solutions img, .main .news_events img {
    float: none;
    max-width: 100%;
    height: auto;
    margin: 1.5em 0
  }
  
  .main .solutions td, .main .news_events td {
    width: auto !important
  }
  
  .main .solutions td img, .main .news_events td img {
    min-width: 110px
  }
}

/* added 2020-08-21 by jsparacio for Pro A/V "related articles" saction after being deleted during K12 upgrade */

.related-articles {
  margin-bottom: 2.2em;
}

.related-articles h3 {
  margin: 1em 0 .5em;
  padding: 5px 0 2px 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #39B44A;
}

.related-articles .article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 14px;
  margin-top: 14px;
}

.related-articles .article-grid-wide {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.related-articles .article-grid-rows {
  display: block;
}

.article-grid section {
  background-color: #F2F2F2;
}

.article-grid section figure {
  margin: 0;
}

.article-grid section img {
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
}

.article-grid section summary {
  padding: 14px 10px 10px;
}

.article-grid section summary h4, .article-grid section summary h5, .article-grid section summary p {
  margin: 0 0 .5em !important;
}

.article-grid section summary h4 {
  font-size: 16px !important;
  line-height: 18px !important;
}

.article-grid section summary h5 {
  color: #999;
  font-size: 13px !important;
  line-height: 15px;
}

.article-grid section summary p {
  font-size: 12px;
  line-height: 14px;
}

.article-grid-rows section {
  display: grid;
  grid-template-columns: 260px auto;
  grid-template-areas:
	"left right";
  margin-bottom: 14px;
}

.article-grid-rows section > a { grid-area: left; }
.article-grid-rows section summary { grid-area: right; }

@media screen and (max-width: 550px) {
  .article-grid-rows section {
    grid-template-columns: auto;
    grid-template-areas:
      "left"
      "right";
  }
}

.main .community .application-top {
  margin-bottom: 4.0em;
}

.main .community .suggest-list {
  margin-bottom: 4.0em;
}

.main .community .suggest-list-entry {
  margin-bottom: 4.0em;
}