/* Additional styles for Foundation Editor WYSIWYG */
/* SALT LAKE CITY WEEKLY */
/*
***********************************************************
-- font-family should match the body {
}
overall font-family
-- color should match global color
***********************************************************
*/
@font-face {
    font-family: 'stainless';
    src: url('/styles/fonts/stainless-regular-slcfont.eot');
    src: url('/styles/fonts/stainless-regular-slcfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/stainless-regular-slcfont.woff') format('woff'),
         url('/styles/fonts/stainless-regular-slcfont.ttf') format('truetype'),
         url('/styles/fonts/stainless-regular-slcfont.svg#stainlessregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'stainless';
    src: url('/styles/fonts/stainless-black-slcfont.eot');
    src: url('/styles/fonts/stainless-black-slcfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/stainless-black-slcfont.woff') format('woff'),
         url('/styles/fonts/stainless-black-slcfont.ttf') format('truetype'),
         url('/styles/fonts/stainless-black-slcfont.svg#stainlessblack') format('svg');
    font-weight:900;
    font-style: normal;
  
}
@font-face {
    font-family: 'stainless';
    src: url('/styles/fonts/stainless-light-slcfont.eot');
    src: url('/styles/fonts/stainless-light-slcfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/stainless-light-slcfont.woff') format('woff'),
         url('/styles/fonts/stainless-light-slcfont.ttf') format('truetype'),
         url('/styles/fonts/stainless-light-slcfont.svg#stainlesslight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'stainless';
    src: url('/styles/fonts/stainless-bold-slcfont.eot');
    src: url('/styles/fonts/stainless-bold-slcfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/stainless-bold-slcfont.woff') format('woff'),
         url('/styles/fonts/stainless-bold-slcfont.ttf') format('truetype'),
         url('/styles/fonts/stainless-bold-slcfont.svg#stainlessbold') format('svg');
    font-weight:700;
    font-style: normal;
  }
/* -- this shouldn't have to be here. -- */
b,strong {
    font-weight: 700
}
i,em {
    font-style: italic
}
.contentBody,
.slideBody {
  font-family: 'stainless', sans-serif;
    line-height: 1.4em;
    color: #000;
    font-size:14px;
}
.contentBody.fe_story {
    font-family: Georgia, serif;
    line-height: 1.3;
}
/* this should match the left/right margin of .postBody on the site. May be 0 for some pubs */
.contentBody.inline {
}
.contentBody.inline p,
.slideBody.inline p {
    margin: 1.12em 0;
}
/* this should match the global <a> style */
div.contentBody a,
div.slideBody a {
    font-weight:bold;
     color:#3173C4;
    text-decoration: none;
}

/* -- maintain top/bottom margin for image divs -- */
div[class*='contentImage'] {
    margin-top: 5px;
    margin-bottom: 5px;
}
div[class*='contentImage'] img {
    margin:0 auto 3px;
}
/* maintain top/bottom margin for embeds and inline PDFs */
.contentBody iframe{
    display: block;
    margin: auto;
}
div.FeaturesIcons {
  height: 14px;
  margin: 5px 0;
  display: inline;
  padding-right: 3px;
}
div.FeaturesIcons a span {
  display: none;
  float: left;
  margin: 0 2px 0 0;
  text-indent: -99999px;
  min-height: 16px;
  min-width: 16px;
  background-color: #F2ECDA;
}
div.FeaturesIcons a.FeaturesIcons_video span {
  background: url(/images/icons/features-icon_video.png) top left no-repeat #F2ECDA;
  display: block;
}
/* -- these are blank intentionally; might need them later -- */
.contentBody h1,
.slideBody h1 {
    font-weight: 700;
    color: #101010;
    font-size: 1.63em;
    margin: 1.12em 0;
    line-height: 1.2;
}
.contentBody h2,
.slideBody h2 {
    font-weight: 700;
    color: #111;
    font-size: 1.55em;
    margin: 1.12em 0;
    line-height: 1.2;
}

.contentBody h3,
.slideBody h3 {
    margin: 1.12em 0;
    line-height: 1.2;
    font-size: 1.4em;
    font-weight: bold;
    color: #444;
}
.contentBody h4,
.slideBody h4 {
    margin: 1.12em 0;
    line-height: 1.2;
      font-size: 1.1em;
    color: #333;
    
}
.contentBody h5,
.contentBody h6,
.slideBody h5,
.slideBody h6 {
    margin: 1.12em 0;
    line-height: 1.2;
}
/* --- */
.contentImageRight {
    float: right;
    margin-left: 10px;
    position: relative;
}
.contentImageLeft {
    float: left;
    margin-right: 10px;
    position: relative;
}
blockquote {
    padding: 2px 10px;
    text-align: justify;
    margin: 1em 3em;
    box-shadow: -5px 0px 3px -1px #999;
    line-height: 1.5em;
    color: #111;
    border-radius: 4px;
    width: 80%;
    overflow: hidden;
    background: #f9f9f9;
}
.contentBody hr {
    margin: 9px 0 10px;
    border-width: 1px 0 0;
    display: block;
    border-style: solid;
    border-color: #ccc;
}
#contentAdminRight .inlinePullquote,
div.pullQuote {
    float: none;
    clear: both;
    margin: 10px 20px 10px;
    padding: 20px;
    font-size: 1.8em;
    font-family: Georgia, serif;
    text-align: center;
    font-weight: 700;
    line-height: 1.1em;
    border: 0 none;
    width: auto;
}

/* displays Twitter icon for sharing */
div.pullQuote a {
   display: block;
     color: #010101;
}

.pullQuote span {
    display: block;
    margin: 10px auto 0;
    line-height: 1;
    color: #999;
    font-size: 12px;
    padding: 1px 20px 1px 0;
    background: url(/foundation/images/icons/twitterSquare.png) 99% center no-repeat;
    background-size: contain;
    font-weight: 400;
    width: 72px;
}
/* -- Matches 20px padding shown on site -- */
.contentBody ul, .contentBody ol, .slideBody ul, .slideBody ol {
    margin: 1.12em;
    padding: 0;
}
/* List styles within content USUALLY are this. Some pubs may have custom list styles */
.contentBody ul li,
.slideBody ul li {
    list-style: disc inside none;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0 5px;
}
.contentBody ol li,
.slideBody ol li {
    list-style: decimal inside none;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0 5px;
}

/* these should match the exact styles for credit/caption. They are often different */
.contentBody li.imageCredit {
    font-size: 11px;
        list-style: none outside none;
        text-align: right;
        color: #66798f;
        line-height: 1;
        margin: 0 0 2px;
        font-weight: 300;
        padding:0;
}
.contentBody li.imageCaption {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
    list-style: none outside none;
    color: #565656;
    line-height: 1;
}

/* -- make certain no editing tools are affected -- */
.contentBody .imageTools {
    font-family: Arial;
    line-height: 1rem;
    font-size:12px;
}
.contentBody .imageTools a {
    color: #fff;
    font-weight: 400;
    line-height: 1rem;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    text-indent: -9999em;
    direction: ltr;
}
/* === Inline Connections === */
div.connection {
  margin: 1em auto;
  width: 100%;
  border-bottom: 1px solid #CCC;
  padding-bottom: 0.5em;
  font-size:12px;
}
div.connection::after{
  content: "";
  display: block;
  clear: both;
  height:0;
}
div.connection>a {
    color: #111;
}
div.connection h5 {
  font-weight: bold;
  text-decoration: none;
  margin: 0.5em 0 !important;
  font-size: 17px;
  border-bottom: 1px solid #CCC;
  line-height: 1em;
  padding-bottom: 0.25em;
}
div.connection h5 a{
  color: #666;
}
div.connection h5 span.typeHeader {
  text-transform: uppercase;
  font-weight: normal;
  font-size:11px;
}
div.connection.slideshow h5 span.typeHeader {
  font-size:0.75em
}

/* Stack headers for Location, Event, Film, and Poll */
div.connection.location h5 span.typeHeader,
div.connection.event h5 span.typeHeader,
div.connection.film h5 span.typeHeader,
div.connection.poll h5 span.typeHeader {
  display: block;
}

/* Add a colon to the header prefix for non-stacked */
div.connection.content h5 span.typeHeader::after {
  content: ":";
}
div.connection.content h5 a{color: #65788f;}
/* Connection Content */
div.connection.content img {
  float: left;
  margin: 0 0.5em 0 0;
}
div.connection.content a div.subHeadline,
div.connection.content a div.summary {
  color: #000;
  font-weight: normal;
}
div.connection.content a div.author,
div.connection.content a div.category {
  color: #667;
  font-weight: normal;
}


/* content adjustments */
.content.connection{
    border: none;
   padding: 0 2em;
   box-sizing:border-box;
}
.content.connection h5,
#storyBody .content.connection h5{
  border: none;
  margin:.5em 0; 
  padding: 0;
  font-size: 14px;
}
.content.connection h5 a:hover .subHeadline, 
.content.connection h5 .subHeadline:hover {
    color: inherit;
}
.content.connection h5 .subHeadline {
  font-weight: 400;
  color:#676767;
}
.content.connection h5+* {
    display: none;
}
/* Connection Slideshows */
div.slideshow.connection a.leadImage {
  width: 100%; /* override this value to accommodate different column widths */
  height: auto;
  background-color: #333;
  -webkit-justify-content:center;
  justify-content: center;
  margin: 0 0 5px 0;
  float: left;
  position: relative;
  overflow: hidden;
}
div.slideshow.connection a.leadImage img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}
div.slideshow.connection a.leadImage span.count {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(53%, rgba(0, 0, 0, 0.06)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 53%, rgba(0, 0, 0, 1) 100%);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: auto;
}
div.slideshow.connection a.leadImage span.count::before {
  content: "";
  display: block;
  padding-top: 100%;
}
div.slideshow.connection a.leadImage span.count-inner {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
}
div.slideshow.connection div.thumbnails {
  margin: 0 0 5px;
  float: left;
  width: 100%;
}
div.slideshow.connection div.thumbnails a {
  display: block;
}
div.slideshow.connection div.thumbnails a:nth-child(n+7) {
  display: none;
}
div.slideshow.connection div.thumbnails img {
  float: left;
  margin: 0;
  width: calc(100%/6 - 5px);
  height: auto;
}
div.slideshow.connection div.thumbnails a:nth-child(n+1):nth-child(-n+5) img {
  margin-right: 6px;
}
div.slideshow.connection div.caption {
  text-align: center;
  clear: both;
  margin: .15em 0 0;
}
div.slideshow.connection div.slideshowLink a {
  color: #fff!important;
  background-color: #667;
  padding: 8px 8px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1em;
  display: inline-block;
  margin: 0.5em auto;
}
div.slideshow.connection div.caption .summary,
.slideshow.connection h5 .title {
    display: none;
}
div.slideshow.connection .caption .title {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
div.slideshow.connection .caption .title a {
  color: #000;
}
/* Connection Event Location */
div.event.connection div.infoImage,
div.location.connection div.infoImage {
  width: 60%;
  float: left;
}
div.event.connection div.infoImage img,
div.location.connection div.infoImage img {
  float: left;
  max-width: calc(50% - 0.5em);
  margin: 0 0.5em 0 0;
  height: auto;
}
div.event.connection div.info,
div.location.connection div.info {
  float: left;
  width: calc(50% - 0.5em);
}
div.event.connection div.info > div,
div.location.connection div.info > div {
  margin: 0 0 0.5em 0;
}
div.event.connection.noImage div.info,
div.location.connection.noImage div.info {
  float: left;
  width: 100%;
}
div.event.connection a div.info,
div.location.connection a div.info {
  color: initial;
  font-weight: initial;
  line-height: 1.25em;
}
div.event.connection div.locationName {
  font-weight: bold;
}
div.location.connection .hours,
div.event.connection div.time {
  font-style: italic;
}
div.location.connection div.locationCategory,
div.event.connection div.eventCategory,
div.location.connection div.url,
div.event.connection div.url {
  color: #666;
}
div.location.connection .map,
div.event.connection .map {
  line-height: 1em;
  padding-bottom: 0.25em;
  float: right;
  width: calc(40% - 1px);
  height: 150px;
  margin: 0!important;
}
.connection .altMapLink {
  opacity: 0;
  display: none
}

/* Connection Film */
div.film.connection div.image { float: left; }
div.film.connection div.image a { float: left; }
div.film.connection div.image img {
  float: left;
  margin: 0 0.5em 0 0;
}
div.film.connection a div.info {
  color: initial;
  font-weight: initial;
  line-height: 1.25em;
}
div.film.connection div.info > div {
  margin: 0 0 0.5em 0;
}
div.film.connection div.info > div.rating {margin-bottom: 0;}
div.film.connection div.rating { display: inline-block; }
div.film.connection div.rating > div { float: left; }
div.film.connection div.rating div.ratingHeader { margin-right: 0.5em; }
div.film.connection div.rating,
div.film.connection div.filmMetaData,
div.film.connection div.genre,
div.film.connection div.url {
  color: #666;
}

/* Connection Poll */
div.poll.connection li.pollItem,
div#storyBody div.poll.connection li.pollItem {
  margin: 0.5em 0;
  list-style: none;
}
.poll.connection .image img {
    float: right;
}
div.poll.connection ul {
  margin: 0;
  padding: 1px;
}
div.poll.connection input[type=submit] {
  display: block;
  margin: 0.5em auto;
  clear: both;
  color: #fff;
  font-weight: bold;
  background-color: #667;
  padding: 8px 8px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
div.poll.connection a.results {
  text-align: center;
  display: block;
  font-weight: normal;
}

.pdf.connection h5 span.typeHeader {
  display: block;
  padding-left: 20px;
  background: url(/foundation/images/icons/PDFicon_32x32.png) left center no-repeat transparent;
  background-size: 20px;
}


.pdf.connection iframe {
   width: 100%;
   margin: auto;
   display:block;
}

.pdf.connection .inlinePDFCaption {
  text-align: left;
  color: #222;
  font-size: 14px;
  margin: 2px 0 0;
  line-height: 1.2;
}

.pdf.connection .inlinePDFCredit {
  text-align: right;
  font-size: 11px;
  margin-top: 2px;
  line-height: 1.1;
  color: #999
}
/* === End Inline Connections === */


.contentBody.layoutContentFullWidth>p {
  margin:1em auto;
      font-size: 17px;
    line-height: 1.5;
}
.contentBody.layoutContentFullWidth{
  padding-left: 125px;
  padding-right: 125px;
   font-size: 17px;
    line-height: 1.5;
}

.contentBody.layoutContentFullWidth #MagnumImage,
.contentBody.layoutContentFullWidth div.contentImageCenter {
  margin:1em -125px
}
.layoutContentFullWidth div.connection {
    margin:1em auto;
  font-size: 14px
}
.layoutContentFullWidth div.connection.location h5 span.typeHeader,
.layoutContentFullWidth div.connection.event h5 span.typeHeader,
.layoutContentFullWidth div.connection.film h5 span.typeHeader,
.layoutContentFullWidth div.connection.poll h5 span.typeHeader {
  display: inline-block;
}
.layoutContentFullWidth div.connection.location h5 span.typeHeader::after,
.layoutContentFullWidth div.connection.event h5 span.typeHeader::after,
.layoutContentFullWidth div.connection.film h5 span.typeHeader::after,
.layoutContentFullWidth div.connection.poll h5 span.typeHeader::after {
    content: ": "
}
.layoutContentFullWidth .connection h5 a{
  color: #000;
}
/* -- Global Drop Cap Style -- */
.fdnDropCap {
    display: block;
    float: left;
    font-size: 5em;
    margin: 20px 10px;
    font-weight: 700;
    line-height: 0.5em;
}
.layoutContentFullWidth .contentImageCenter {
  clear:both;
}  
/* Begin Infobox Connection Styles */
.connection.infoBox {
    padding: 8px;
    box-sizing: border-box;
    border: 1px dotted #ddd;
    color: #444;
    line-height: 1.33;
    text-align: left;
    font-size:.95em;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 1px #ccc;
}
.connection.infoBox.Right{
  width: 220px;
  float: right;
  margin:5px 0 1em 15px;
}
.connection.infoBox.Left{
  width: 220px;
  float: left;
  margin: 5px 15px 1em 0;
}
.connection.infoBox.Center {
  width: calc(100% - 100px);
}
.connection.infoBox ul li{
  text-align: left;
  list-style: disc outside none;
  margin:10px 5px 0 15px;
}
.connection.infoBox ol li{
  text-align:left;
  list-style: decimal outside none;
  margin:10px 5px 0 15px;
}
.connection.infoBox ul,
.connection.infoBox ol {
  margin:0 0 10px;
}
.connection.infoBox p:first-child {
  margin-top: 0;
}
/* End Infobox Connection Styles */ 
/* Fix for narow width center infobox tools */
#contentAdminRight .infoBox.Center.inlineMediaBox.inlineEmbed a.removeInlineMedia,
#contentAdminRight .infoBox.Center.inlineMediaBox.inlineEmbed a.infoLink{
  right: 51px;
}
div[class*='contentImage'] img {
  max-width: 100%;
  height: auto;
}