/* ------------------------------------------------------------------------------  */
/* REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! */
/*                                                                                 */ 
/*              ALL CUSTOM STYLES MUST BE ADDED TO MOBILE STYLES AS WELL!          */
/*                                                                                 */
/*                                                                                 */ 
/* ------------------------------------------------------------------------------- */
div#HeaderAds {
  overflow: hidden;
  margin: 0 auto 10px;
}
div#HeaderAds>div { 
  float: left;
}
div#HeaderAds>div+div {
  float: right;
}
div#SiteHeader {
  margin: 0 auto;
}
div#SiteHeader input {
  outline: 0 none;
}
div#SiteHeader .loginSearch {
  float: left;
  width: 200px;
  font-family: 'Arial Narrow', sans-serif;
  text-align: center;
  position: relative;
  font-size: 13px;
}
div#SiteHeader .loginSearch a {
  color: #111;
  text-transform: uppercase;
  font-size: 12px;
}
div#SiteHeader .loginSearch div[data-view='loggedout'] {
  margin: 5px 0 20px;
}
div#SiteHeader .loginSearch .memberIcon {
  cursor: pointer;
}
div#SiteHeader .loginSearch .memberIcon strong {
  display: inline-block;
  vertical-align: super;
}
div#SiteHeader div#SiteHeader-login {
  position: relative;
  padding: 0px 11px 0;
  text-align: right;
}
div#SiteHeader .loginSearch .search-link,
div#SiteHeaderSiteSearchBox {
  margin: 10px 5px 0;
}
div#SiteHeaderSiteSearchBox div.searchIcon{
  display:none;
}
div#SiteHeader .loginSearch ul#search-dropdown,
div#SiteHeaderSiteSearchBox ul.search-dropdown {
  position: absolute;
  left: 12px;
  box-shadow: 0px 0px 2px 1px #ccc;
  width: 176px;
  background: #fff;
  background: rgba(255,255,255,.95);
  z-index: 10;
}
div#SiteHeader .loginSearch ul#login-dropdown {
  position: absolute;
  left: 57px;
  box-shadow: 0px 0px 2px 1px #ccc;
  width: 142px;
  background: #fff;
  background: rgba(255,255,255,.95);
  z-index: 10;
}
div#SiteHeader .loginSearch ul#search-dropdown,
div#SiteHeader .loginSearch ul#search-dropdown li:last-of-type,
div#SiteHeader .loginSearch ul#search-dropdown li:last-of-type a,
div#SiteHeaderSiteSearchBox ul.search-dropdown,
div#SiteHeaderSiteSearchBox ul.search-dropdown li:last-of-type,
div#SiteHeaderSiteSearchBox ul.search-dropdown li:last-of-type a,
div#SiteHeader .loginSearch ul#login-dropdown,
div#SiteHeader .loginSearch ul#login-dropdown li:last-of-type,
div#SiteHeader .loginSearch ul#login-dropdown li:last-of-type a {
  border-radius: 0 0 3px 3px;
}
div#SiteHeader .loginSearch ul#search-dropdown li a,
div#SiteHeaderSiteSearchBox ul.search-dropdown li a,
div#SiteHeader .loginSearch ul#login-dropdown li a {
  padding: 2px 6px;
  color: #777;
  text-align: left;
  font-size: 13px;
  display: block;
  background: rgba(255,255,255,.95);
  transition: all linear .05s;
}
div#SiteHeader .loginSearch ul#search-dropdown li a:hover,
div#SiteHeaderSiteSearchBox ul.search-dropdown li a:hover,
div#SiteHeader .loginSearch ul#login-dropdown li a:hover {
  background: rgba(193,93,73,.95);
  color: #fff;
}
div#SiteHeader .loginSearch ul#search-dropdown li+li,
div#SiteHeaderSiteSearchBox ul.search-dropdown li+li,
div#SiteHeader .loginSearch ul#login-dropdown li+li {
  box-shadow: 0px -1px 1px 0px #ddd;
}
div#SiteHeader .loginSearch input#search-input,
div#SiteHeaderSiteSearchBox input.search-input {
  text-align: center;
  text-transform: uppercase;
  width: calc(100% - 20px);
  padding: 0 3px;
}
div#SiteHeader .loginSearch input#search-input:focus,
div#SiteHeaderSiteSearchBox input.search-input:focus {
  text-align: left;
}
div#SiteHeader .headerLogo {
  float: left;
  margin: 0;
}
div#SiteHeader .subscribeSocial {
  float: right;
  width: 152px;
  margin: 15px 0 0;
}
.headerLogo h1 a,
.headerLogo #logo a {
  display: block;
  text-indent: -9999em;
  width: 613px;
  height: 75px;
  background: url(/images/ntslo_main_logo.jpg) center no-repeat;
}
.loginSearch .submitTip a {
  display: block;
  text-indent: -9999em;
  background: url(/images/backgrounds/newsTipHeader.png) center no-repeat;
  background-size: contain;
  height: 28px;
  opacity: .9;
  transition: .05s;
}
.loginSearch .submitTip a:hover{
  opacity: 1;
}
 .subscribeSocial {
  background: #dedede;
  padding: 4px 0px 0px;
  overflow: hidden;
}
 .subscribeSocial>a::before {
 content:" ";
float:left;
   vertical-align: text-top;
 width: 20px;
 height: 20px;   
 background:url(/images/buttons/emailBtnRound.png) center no-repeat;
 background-size: contain;
 margin-left: 15px;

}
 div#FooterCustom .subscribeSocial>a::before{
background:url(/images/buttons/emailBtnRound_dark.png) center no-repeat;
 background-size: contain;
 }
 .subscribeSocial>a{
  color: #999;
  font-size: 15px;
  text-transform: uppercase;
  transition: all linear .05s;
  background: #fff;
  padding: 0 10px;
  margin-left: 5px;
}
 .subscribeSocial ul.iconList {
  background: #7f7f7f;
  text-align: center;
  padding: 2px;
  margin-top: 4px;
}
 .subscribeSocial ul.iconList li {
  display: inline-block;
  margin: 0 1px;
  vertical-align: text-top;
}
 .subscribeSocial ul.iconList li a {
  display: block;
  transition: all linear .05s;
}
.subscribeSocial ul.iconList li a:hover {
  opacity: .7;
}
div#SiteHeader:after {
  display: block;
  clear: both;
  height: 0;
  content: " ";
  text-indent: -9999em;
  width: 100%;
}
/* --------------- Navigation Horizontal ------------------ */
div#NavigationHorizontal {
  clear: both;
  margin-bottom: 10px;
  border: 2px solid #ddd;
  border-width: 2px 0;
  position: relative;
}
div#NavigationHorizontal:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  text-indent: -9999em;
  direction: ltr;
}
/* -- removes extraneous whitespace -- */
ul#mainNav {
font-size:0;
white-space:nowrap;
display:flex;
display:-webkit-flex;
justify-content:space-between;
}
ul#mainNav li {
  display: inline-block;
  flex-grow:2;
}
ul#mainNav li+li{
  border-left: 2px solid #fff;
}
ul#mainNav li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 7px 12px;
  background: #7f7f7f;
  font-weight: 900;
  text-transform: uppercase;
}
ul#mainNav li#NavItem_Dating a {
  background: url(/images/icons/CCicon28.png) 3px center no-repeat #808080;
  padding-left: 33px;
  transition-property: color;
}
ul#mainNav li a:hover,
ul#mainNav li.navCurrent a,
ul#mainNav li.navCurrent a:hover,
ul#mainNav li#NavItem_Dating a:hover,
ul#mainNav li.navHover a {
  color: #fff;
  background-color: #9c0000;
}
ul#mainNav li#NavItem_Home a {}
#NavigationHorizontal ul li ul {
  display: none;
}
#NavigationHorizontal ul.subnav_content {
  position: absolute;
  text-align: left;
  background: #fff;
  min-height: 15px;
  min-width: 180px;
  box-shadow: 0px 1px 2px 1px #ccc;
  padding: 0;
  z-index: 9999;
  line-height: 1em;
  max-width: 290px;
  white-space: normal;
  border-radius: 0 0 3px 3px;
}
#NavigationHorizontal ul.subnav_content li+li {
  padding: 0;
  margin: 0;
  box-shadow: 0px -1px 1px 0px #ddd;
  position: relative;
}
#NavigationHorizontal ul.subnav_content li a {
  padding: 6px 6px 7px;
  color: #4c4c4c;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  display: block;
  background: rgba(255,255,255,.95);
  transition: all linear .05s;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
#NavigationHorizontal ul.subnav_content li:last-of-type,
#NavigationHorizontal ul.subnav_content li:last-of-type a {
  border-radius: 0 0 3px 3px;
}
#NavigationHorizontal ul.subnav_content li.navAlternate a {

}
#NavigationHorizontal ul.subnav_content li a:hover {
  color: #fff;
  background: #4c4c4c;
}
#NavigationHorizontal ul.subnav_content li.searchItem a {
  background: url(/images/icons/magGlass_15px.png) no-repeat 6px 7px;
  padding: 6px 6px 7px 24px;
}
/* -- home page components -- */
@keyframes pulse {
  from {
    opacity: 1;
    color: #fff
  }
  to {
    opacity: .3;
    color: rgba(253,253,253,.7);
  }

}

div#HomeFeatureCarousel {
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}
div#HomeFeatureCarousel {
  height: 430px;
  overflow: hidden;
}
.owl-container.owl-carousel.owl-theme,
.owl-theme .owl-controls {
  position: relative;
}
.Home .owl-theme .owl-controls {
  margin-top: 0
}
div#HomeFeatureCarousel .owl-carousel .owl-buttons .owl-prev,
div#HomeFeatureCarousel .owl-carousel .owl-buttons .owl-next {
  position: absolute;
  top: 130px;
  z-index: 444;
  font-family: impact;
  text-decoration: none;
  width: 40px;
  background: none;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 0;
  font-size: 5em;
  transition: all ease .1s;
  text-shadow: 1px 0px 0 #111,-1px 0 0 #111,0 1px 0 #111,0 -1px 0 #111;
  -webkit-animation: pulse .5s ease 1s 5 alternate forwards;
  animation: pulse .5s ease 1s 5 alternate forwards;
}
div#HomeFeatureCarousel .owl-carousel .owl-buttons .owl-next {
  right: -5px;
}
div#HomeFeatureCarousel .owl-carousel .owl-buttons .owl-prev {
  left: -5px;
}
div#HomeFeatureCarousel .owl-carousel:hover .owl-buttons div {
  color: #fff;
  animation-fill-mode: backwards;
}
div#HomeFeatureCarousel p,
div#SpecialIssuesTeaser1 p,
div#SpecialIssuesTeaser2 p {
  display: none;
}
div#HomeFeatureCarousel h3.headline {
  font-size: 26px;
  margin: 0 0 5px;
  line-height: 1;
}
.HomeFeatureCarouselTeaser {
  margin: 5px 0 0;
  line-height: 1.3;
}
div#HomeFeatureCarousel .summarytext {
  font-size: 16px;
  font-family: 'Volkhov', serif;
}
div[id^="HomeSection"],
div#PrintEditions.Home,
#Home div[id^='SpecialIssuesTeaser'],
div#HomeMultimedia {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 0 0 10px;
  overflow: hidden;
}
div[id^="HomeSection"]>h4,
div#PrintEditions.Home h4,
#Home div[id^='SpecialIssuesTeaser']>h4,
div#HomeMultimedia>h4 {
  font-size: 25px;
  font-weight:400;
  text-transform: uppercase;
  line-height: 1;
  color: #9c0000;
  margin: 0 0 5px;
}
.Home .itemContainer .item+.item{
  margin: 10px 0 0;
    padding-top: 10px;
  border-top: 1px solid #eee;
}
.Home .itemContainer .item h3 a,
#Home div[id^='SpecialIssuesTeaser'] .headline a {
  color: #0b0c0c;
  font-weight: 700;
  font-family: 'Volkhov', serif;
  display: block;
  font-size: 15px;
  line-height: 1.35
}
#Home div[id^='SpecialIssuesTeaser'] .headline a:hover,
.Home .itemContainer .item h3 a:hover{
  color:#777;
}
.itemContainer .shredderTeaser {
  float: right;
}
div#HomeSectionFeatureOpinion .itemContainer{overflow: hidden;}
div#HomeSectionFeatureOpinion .item h4 {
  color: #db4d41;
  font-weight: 700;
  text-transform: uppercase;
}
div#PrintEditions .itemContainer .item {
  width: 100px;
  display: inline-block;
  margin-top: 0;
  vertical-align: text-top;
    border: none;
  padding: 0;
}
div#PrintEditions .itemContainer .item+.item{
  margin-left: 5px
}
div#PrintEditions .itemContainer .item span.issueDetails a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-weight: 900;
  color: #0b0b0c;
  font-size: 12px;
}
div#PrintEditions .itemContainer .item span.issueDetails a:hover{
  color:#777;
} 

.Home a.teaserImageLink,
.Home .itemContainer .item .issueCover {
  display: block;
  margin: 0 0 5px;
}
.Home .moreLink,
#Home div[id^='SpecialIssuesTeaser'] a.more {
  display: block;
  clear: both;
  margin: 10px 0 -10px;
  text-align: right;
}
.Home  .moreLink a:hover,
div[id^='SpecialIssuesTeaser'] a.more:hover{
color:#9c0000;
}
#Home div#SpecialIssuesTeaser2 a.more{
  float:left;
}
#Home div#SpecialIssuesTeaser1 a.more{
  float: right;
}
div#HomeMultimedia .item {
  width: 145px;
  display: inline-block;
  vertical-align: text-top;
    border: none;
  padding: 0;
}
div#HomeMultimedia .item+.item {
  margin: 0 0 0 15px;
}
div#HomeMultimedia .item h4 {
  text-transform: uppercase;
  font-size: 11px;
  margin:3px 0 0;
  color: #555;
  font-weight: 900;
  text-align: right;
}
div#HomeMultimedia .item h3 a{
  font-size:13px;
}
div#HomeMultimedia .teaserImage.Video {
  position:relative;
}
div#HomeMultimedia .teaserImage.Video:before{
  content: ">";
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 28px;
  z-index: 22;
  position: absolute;
  top: 31%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 8px;
  border: 4px solid;
  border-radius: 100%;
  text-align: center;
  line-height:.5;
  font-weight:700;
  font-family:'Oswald';
  opacity:.9;
  transition:all linear .05s;
  cursor:pointer;
  pointer-events:none;
}
div#HomeMultimedia .teaserImage.Video:hover:before{
opacity:1;
}
.Home .moreLink a,
#Home div[id^='SpecialIssuesTeaser'] a.more,
div#TabbedMostPopular .more a {
text-transform: uppercase;
  font-size: 10px;
  color: #808080;
  font-weight: 900;
}
div#TabbedMostPopular  .popularityBody {
  padding: 5px;
  border: 2px solid #ddd;
}
div#TabbedMostPopular ol{
  counter-reset: item;
}
div#TabbedMostPopular ol li {
  overflow: hidden;
  font-family: 'Volkhov', serif;
  margin:5px 5px 0;
  padding: 5px 0 0;
  border-top: 1px dotted #ddd;
  list-style: none;
  font-weight: 400
}
div#TabbedMostPopular ol li:before {
  counter-increment: item;
  content: counter(item) ". ";
  font-weight: 700;
  float: left;
  margin-right: 3px;
  font-size: 1.15em;
}
div#TabbedMostPopular ol li h3.headline{
  line-height: 1.3;
  overflow: hidden;
}
div#TabbedMostPopular ol li h3.headline a{
  font-weight: 400;
   line-height: 1.3;
  font-size: 13px;
}
div#TabbedMostPopular ol li h3.headline a.more{
  color:#9c0000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}
div#TabbedMostPopular ol li:first-child {
  border: 0 none;
  padding-top: 0
}
div#TabbedMostPopular .tabs,
div#TabbedListingsSearch .tabs {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
div#TabbedMostPopular .tabs .tab,
div#TabbedListingsSearch .tabs>div {
  float: left;
  border-left: 1px solid #D0D1D3;
}
div#TabbedMostPopular .tabs .tab a,
div#TabbedListingsSearch .tabs>div a {
  color: #fff;
  display: block;
   text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 3px 8px;
  background: #808080;
}
div#TabbedListingsSearch a{
  text-decoration: none;
}
div#TabbedListingsSearch .headerBar h4{
     font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    color: #9c0000;
    margin: 0 0 5px;
}
div#TabbedListingsSearch .eventSearchBody {
  border: 1px solid #ddd;
  background:#fff;
  padding: 10px;
}
div#TabbedListingsSearch .tabs>div a {
  padding:3px 13px;
}
body#Home div#TabbedMostPopular .tabs a:hover,
div#TabbedMostPopular .tabs .tabCurrent a,
div#TabbedListingsSearch .tabs a:hover,
div#TabbedListingsSearch .tabs .tabCurrent a {
  color: #fff;
  background:#9c0000; 
}
div#TabbedMostPopular h4.headline {
  display: inline;
  font-size: 13px!important;
  padding-left: 5px;
}

#TabbedMostPopular div.currentIssue {
  float: left;
  margin: 5px 10px 10px 0;
  text-align: center;
}
#TabbedMostPopular div#anonymous_element_3 .moduleList li:first-child {
  padding-top: 0;
}

div#TabbedListingsSearch {
  font-family: 'Source Sans Pro',Verdana, sans-serif;
  padding: 15px;
  border: 2px solid #ddd;
  background: #fefefe;
  background: -moz-linear-gradient(top,  #fefefe 0%, #dbdbdb 40%, #dbdbdb 60%, #fefefe 99%);
  background: -webkit-linear-gradient(top,  #fefefe 0%,#dbdbdb 40%,#dbdbdb 60%,#fefefe 99%);
  background: linear-gradient(to bottom,  #fefefe 0%,#dbdbdb 40%,#dbdbdb 60%,#fefefe 99%);

}

div#TabbedListingsSearch form select {
  display: block;
  margin: 5px 0;
   font-family: 'Volkhov', Georgia, serif;
  border-radius: 8px;
  width:100% ;
  padding: 2px;
  outline: none;
  transition: all linear .05s;
  background: #fff;
  font-size: 11px;
}
div#TabbedListingsSearch form input.text {
   width: 140px;
  margin: 0 3px 0 0;
   font-family: 'Volkhov', Georgia, serif;
  border-radius: 1px;
  padding: 2px;
  border: 1px solid rgb(169,169,169);
  outline: none;
  transition: all linear .05s;
    height: auto;
  float: none;
  box-sizing: initial;
}
div#TabbedListingsSearch form input.text:focus,
div#TabbedListingsSearch form select:focus{
  border-color:#444;
}
div#TabbedListingsSearch form input[type="submit"]{
    padding: 0 3px;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid #333;
    background: #fff;
    color: #000;
    border-radius: 4px;
    transition: .05s;
}
div#TabbedListingsSearch form input[type="submit"]:hover {
    color: #fff;
    background: #9c0000;
}
div#TabbedListingsSearch form{
  margin: 0 0 10px
}
div#TabbedListingsSearch form+a{
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 5px;
  display: inline-block;
  color: #9c0000;
}
div#FriendsToFollowSocial::before{
  content: url(/images/backgrounds/friendsToFollowHeader.png);
  width: 300px;
  display: block;
  margin:auto;
}
div#FriendsToFollowSocial iframe {
    border: 1px solid #893034;
    display: block;
    margin:auto;
  border-top: none;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
}



div#SectionFeature {
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}
div#SectionFeature a img {
  float: left;
  margin: 0 10px 0 0;
}

div#SlideshowsBox,div#GallerySidebarInsidePage {
  position: relative;
}
div#SlideshowsBox ul li {
  margin: 0;
}
div#SlideshowsBox .galleryRow div.slideshowItem {
  display: inline-block;
  width: 142px;
  vertical-align: text-top;
  margin: 5px 0;
  text-align: left;
}
div#SlideshowsBox .galleryRow div.slideshowItem+div.slideshowItem {
  margin-left:3px;
}
div#SlideshowsBox .galleryRow div.slideshowItem a {
  color: #000;
  font-weight: 700;
  line-height: 1.2;
}
div#SlideshowsBox .galleryRow div.slideshowItem a img {
  margin-bottom: 3px;
  border: 1px solid transparent;
  transition: all ease .05s;
}
div#SlideshowsBox .galleryRow div.slideshowItem a:hover{
  color: #9c0000;
}
div#SlideshowsBox .galleryRow div.slideshowItem a:hover img {
  border-color: #999;
  opacity: .95;
}
div#SlideshowsBox .moreLinks {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
div#SlideshowsBox .moreLinks ul{
  padding-bottom: 0;
}
div#SlideshowsBox .moreLinks a {
  color: #9c0000;
}
div#SlideshowsBox .moreLinks a:after {
  content: "\000BB";
  color: #999;
  font-weight: 700;
}
div#SlideshowsBox .galleryViewPort {
  position: relative;
  height: 340px;
  overflow: hidden;
  border: 2px solid #ddd;
  padding: 5px 0 5px 5px;
  text-align: left;
}
div#SlideshowsBox .galleryControls a{
  transition: all ease-in .2s;
  position: absolute;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 27px;
  padding: 3px 0 0;
  border-radius: 100%;
  line-height: 1;
  text-align: center;
     background: rgba(211, 34, 44,.99);
  color: #fff;
  box-shadow: 0px 0px 2px 1px #fff;
  font-weight: 700;
  font-family: Impact;
  font-size: 1.3em;
  outline: 0 none;
  opacity: 0;
}
div#SlideshowsBox:hover .galleryControls a {
  opacity: 1;
}
div#SlideshowsBox .galleryControls a:hover {
  background: rgba(33,33,33,.93);
}
div#SlideshowsBox:hover .galleryControls a.disabled{
  opacity: .3;
  cursor: default;
  color: #999;
  background: rgba(3,3,3,.33);
}
div#SlideshowsBox .galleryControls a.prevButton {
  top: 40px;
}
div#SlideshowsBox .galleryControls a.nextButton{
  bottom: 40px;
}
div#SlideshowsBox div#SlideshowsBox-slideshowItem-1,
div#SlideshowsBox  div#SlideshowsBox-slideshowItem-2{
  margin-top: 0;
}
/* --- */
#SurveyProgress,.progress,#SurveyMetadata,.expiration {
  display: inline;
}
.progress,.expiration {
  padding-left: 1em;
}
form#MapLargeDirectionsFormSubmitTo {
  font-size: 13px;
  overflow: hidden;
}
form#MapLargeDirectionsFormSubmitTo input[type="text"] {
  margin: 10px 0;
  width: calc(100% - 2px);
}
form#MapLargeDirectionsFormSubmitTo input[type="submit"] {
  float: right;
}
div#BestOfCategoryHeader{}
div#archivesInfoBar.bestofslo h3 a {
  color: #9c0000;
  text-transform: uppercase;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1;
  margin:0 auto 10px;
}
div#archivesInfoBar.bestofslo h3 {
  float: none;
  text-align: center;
}
div#archivesInfoBar.bestofslo h3 span.bestOfHeaderYear{
  color:#111;
  padding-left: 3px;
  font-size: 2.3em;
  font-weight: 700;
}
div#archivesInfoBar.bestofslo{
  text-align: center;
  background:none;
  margin: 0 0 10px
}
div#BestOfCategoryHeader {
  color: #777;
  overflow: hidden;
  margin: 0 0 5px;
}
div#BestOfCategoryHeader h4 a {
  color: #777;
  font-weight: 700
}
.BestOfGuide #gridMainSidebar ul.narrowOptions,
div#BestOfSearchTerms ul li  {
  margin-left: 10px
}
.BestOfGuide #BestOfNarrowHeader,
.BestOfGuide  div#BestOfSearchTerms {
  border-left: 1px solid #ddd;
  padding-left:5px;
  overflow: hidden;
}
.BestOfGuide  div#BestOfSearchTerms {
  margin-bottom: 0;
  padding-bottom:5px;
}
.BestOfGuide #gridMainSidebar ul.narrowOptions{
  border:none;
  float: none;
  width: auto;
}
.BestOfGuide #gridMainSidebar li#BestOfNarrowbyContentFeatures ul.narrowOptions li {
  width: 270px!important
}
.BestOfGuide #gridMainSidebar ul.narrowOptions li {
  font-weight: 700;
}
.BestOfGuide #gridMainSidebar ul.narrowOptions li a {
  font-weight: 400
}
.BestOfGuide #gridMainSidebar h4 {
  font-size:20px
}

div#gridFooter {
  clear: both;
}
div#gridFooter a {
  text-decoration: none;
}
div#FooterNavigation {
  clear: both;
  text-transform: uppercase;
}
div#footerCopyright {
  text-transform: uppercase;
  margin: 10px 10px 0;
  text-align:center;
}
div#footerCopyright p>br {
  display: none
}
div#footerCopyright a {
  color: #9c0000;
}
div#FooterCustom{
  overflow:hidden;
  padding:10px;
  background: #783338;
  color: #fff;
  text-align:left;
  margin: 0 0 10px
}
div#FooterCustomLeft ul li,
div#FooterCustomLeft ul li a {
    color: #fff;
    font-size:8px;
}
div#FooterCustom ul.iconList {
  float: right;
  clear: both;
  margin-right:5px;
  white-space:nowrap;
  background: #783338;
}

div#FooterCustom ul.iconList li {
  display:inline-block;
  vertical-align:text-top;
  width:19px;
  height:19px;
}
div#FooterCustom ul.iconList li a {
  transition:all linear 10ms;
  opacity:.9;
}
div#FooterCustom ul.iconList li a:hover{
  opacity:1;
}
div#FooterCustomLeft {
  float: left;
}
div#FooterCustomRight {
  float:right;
    min-width: 300px;
}
.footerLogoInfo {
  overflow:hidden;
  text-align:right;
  font-size:0;
}
.footerLogo {
  text-indent: -9999em;
  text-align:left;
  background: url(/images/backgrounds/footerLogo.png) center right no-repeat;
  width:175px;
  height:56px;
  background-size: contain;
  margin:0 0 5px;
  float:right;
}
div#FooterCustomRight p{
  clear: both;
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: right;
  text-transform:uppercase;
}
#FooterCustom .subscribeSocial>a{
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 1px;
  background: #4f4f4f;
  height: 26px;
  display: block;
  color: #ccc;
  width: 140px;
  padding: 0;
  text-align: center;
}
#FooterCustom .subscribeSocial>a::before {
  margin: 0;
  position: relative;
  display: inline-block;
  left: 10px;
  top: 3px;
}

div#FooterCustom ul li{
  margin:2px 0 0;
}
div#footerCopyright address,div#footerCopyright p {
  padding: 0;
  margin: 0;
}
div#FooterCustom .footerListsSubmenu {
  display: inline-block;
  width: 90px;
  vertical-align: text-top;
  text-transform: uppercase;
  white-space: normal;
}
div#FooterCustom .footerListsSubmenu  h3 a {
  color: #c46d57;
  font-size:10px;
  font-weight: 900;
}
div#FooterCustomLeft  a:hover,
div#FooterCustom .footerListsSubmenu  h3  a:hover{
    color: #777
}
div#FooterCustom .subscribeSocial {
float:left;
  padding: 0;
  background: none;
}
div#FooterCustom .subscribeSocial{
  overflow:hidden;
    margin:0 10px 10px;
}

div#Footerads>div {
  float: left;
}
div#Footerads>div+div{
  float: right;
} 
div#Footerads {
  overflow: hidden;
  margin: 0 auto 10px;
}
/* SEARCH */

/* LOCAL RESET */

.SearchController * {
  box-sizing: border-box;
}

/* GENERAL
-------------------------------- */
.SearchController .clear-global {
    text-decoration: none;
    color: #111;
    line-height: 16px;
}

/* COMPONENT STYLES
-------------------------------- */

/* control bar */

.SearchController .query-controls {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
  margin: 1rem 0;
  background: #fff;
  font-weight: 400;
  border: 1px solid rgba(34, 36, 38, .15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
  border-radius: .28571429rem;
  min-height: 2.85714286em;
}

.SearchController .query-controls .filter-link,
.SearchController .query-controls .keyword-search {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: 0 0;
  padding: .92857143em 1.14285714em;
  text-transform: none;
  color: rgba(0, 0, 0, .87);
  font-weight: 400;
  -webkit-transition: background .1s ease, box-shadow .1s ease, color .1s ease;
  transition: background .1s ease, box-shadow .1s ease, color .1s ease;
}

.SearchController .query-controls .filter-link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.SearchController .query-controls .filter-link:hover,
.SearchController .query-controls .keyword-search:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, .03);
  color: rgba(0, 0, 0, .95);
}

#EventPicksRotatorBoxScrollerContainer .listing .eventPickTools {
  float: right;
  width: 220px;
  margin: 0 10px 6px 6px;
}

.SearchController .query-controls > div:before,
.SearchController .query-controls .keyword-search {
  border-right: 1px solid #eee;
}

.SearchController .query-controls .keyword-search:before {
  right: auto;
  left: 0;
}

.SearchController .query-controls .bar-link a {
  border-left: 1px solid #eee;
}

.SearchController .query-controls .bar-link a.active {
    background-color: #e8e8e8;
    font-weight: 700;
    box-shadow: inset 2px 0px 4px 0px #ccc;
    border-radius: 0 .28rem .28rem 0;
}

.SearchController .query-controls .filter-all,
.SearchController .query-controls .spacer,
.SearchController .query-controls .sort-all {
  border-left: 1px solid #eee;
}

/* override to create gap in bar buttons */
.SearchController .query-controls .spacer {
  display: none;
}

.SearchController .query-controls .keyword-wrap input {
  margin: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.2142em;
  padding: .67861429em 2.25em .67861429em 1em;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, .15);
  color: rgba(0, 0, 0, .87);
  border-radius: .28571429rem;
  -webkit-transition: box-shadow .1s ease, border-color .1s ease;
  transition: box-shadow .1s ease, border-color .1s ease;
  box-shadow: none;
  box-shadow: none !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.SearchController .query-controls .keyword-wrap:hover {
  background-color: rgba(0, 0, 0, .03);
}

.SearchController .query-controls .keyword-wrap {
  position: relative;
  -webkit-flex-grow: 20;
  flex-grow: 20;
}

.SearchController .query-controls .bar-link.keyword-wrap:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
  right: .5rem;
  background-image: url('/foundation/images/icons/search.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.SearchController .query-controls .filter-group {
  display: none;
}

.SearchController .query-controls a.filter-link {
  line-height: 1rem;
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
}

.SearchController .query-controls a.id-any:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url('/foundation/images/icons/filter.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: .5rem;
}

.SearchController .query-controls .id-sort:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url('/foundation/images/icons/sort.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: .5rem;
}

.SearchController .query-controls .spacer {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.SearchController .query-controls {
  position: relative;
}

.SearchController .clear-global {
  cursor: pointer;
}

/* description bar ------- */
.SearchController .query-description {
}

.SearchController .query-description {
  margin: .75em 0 0;
}

.SearchController .query-description span.token-group {
  display: inline-block;
}

.SearchController .query-description span.static {
  display: inline-block;
}

.SearchController .query-description span.dynamic,
.SearchController .query-description span.static {
  font-size: 16px;
  font-weight: normal;
  padding-right: .2em;
  line-height: 21px;
  margin: .15em 0;
  margin-right: .25em;
  position: relative;
}

.SearchController .query-description span .label {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 10px;
  color: #aeaeae;
}

.SearchController .query-description span.dynamic:hover {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
}

.SearchController .query-description span.descriptor {
  cursor: pointer;
  border: 1px solid #f3f3f3;
  padding: .15em;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  vertical-align: baseline;
  background: #fafafa;
  color: rgba(0, 0, 0, .9);
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-transform: none;
  text-shadow: none;
  font-weight:700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
  min-width: 70px;
}

.SearchController .query-description:hover span.dynamic span.clear-param {
  display: block;
}

.SearchController .query-description span.clear-param:hover {
  background-color: #FF7D7D;
  display: block;
}

.SearchController .query-description .dynamic:hover span.clear-param,
.SearchController .query-description .dynamic:hover span.modal-indicator {
  opacity: 1;
}

.SearchController .query-description span.clear-param {
  position: absolute;
  display: none;
  bottom: 0;
  left: 50%;
  height: 23px;
  background-color: #f0dddd;
  background-image: url('/foundation/images/icons/delete.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 4px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ccc;
  padding: .25rem;
  padding-left: 1.25rem;
  z-index: 1000;
  font-size: 13px;
  line-height: 12px;
  opacity: .5;
}

.SearchController .query-description:hover span.dynamic span.modal-indicator {
  display: block;
}

.SearchController .query-description span.modal-indicator:hover {
  background-color: #CCC;
  display: block;
}

.SearchController .query-description span.modal-indicator {
  position: absolute;
  display: none;
  bottom: 0;
  left: 50%;
  height: 23px;
  background-color: #f0dddd;
  background-image: url('/foundation/images/icons/arrow-down.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 4px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ccc;
  padding: .25rem;
  padding-left: 1.25rem;
  z-index: 1000;
  font-size: 13px;
  line-height: 12px;
}

.SearchController .query-description span.has-indicator {
  padding-right: 2rem;
}

.SearchController .query-description span.modal-indicator {
  display: block;
  right: -1px;
  position: absolute;
  left: auto;
  top: -1px;
  bottom: -1px;
  height: auto;
  margin: 0;
  text-indent: -9999px;
  border-radius: 0 3px 3px 0;
  background-color: #eee;
  background-position: center;
  opacity: 1;
}

.SearchController .component-header {
  position: relative;
}

.SearchController .component-header h1{
   font-weight:700;
   font-size:22px;
   }

.SearchController .component-header * {
  display: inline-block;
}

.SearchController .component-header a {
  margin-left: 1rem;
}

.SearchController .component-header .clear-global {
  display: none;
  float: right;
  margin-top: 1rem;
}

a.clear-global {
  display: none;
  width: auto;
  bottom: 0;
  height: 23px;
  background-image: url('/foundation/images/icons/start-over.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: .5rem;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #ccc;
  padding: 0.25rem;
  padding-left: 1.75rem;
  z-index: 1000;
  font-size: 13px;
  line-height: .8rem;
  transform: translate(0, -5px);
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding-right: .5rem;
}

a.clear-global:hover {
  text-decoration: none;
  color: #000;
  background-color: #fafafa;
}

/* MODAL STYLES
-------------------------------- */
.modal * {
  box-sizing: border-box;
}

.modal-wrap {
  width: 720px;
  top: 0;
  position: absolute;
  left: 50%;
  right: auto;
  margin-left: -360px;
}

.modal {
  display: none;
  position: absolute;
  min-height: 45rem;
  max-height: 800px;
  width: 720px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  z-index: 9001;
  left: auto;
  right: auto;
  margin-top: 200px;
}

.modal .tabs {
  border-bottom: 1px solid #333;
  overflow: visible;
}

.modal .switch-modal {
  margin: 0 .5rem;
  cursor: pointer;
  -webkit-touch-callout: none;    /* iOS Safari */
  -webkit-user-select: none;    /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;    /* IE/Edge */
  user-select: none;
  margin: .25rem .25rem;
  padding: .45rem 1rem;
  font-size: 1.25rem;
  border: 1px solid #333;
  border-bottom-width: 0;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  background-color: #f0f0f0;
  border-color: #888;
  overflow: visible;
  font-family: Helvetica, Arial, sans-serif;
  color: #999;
}

.modal .switch-modal.active {
  background-color: #fff;
  color: #333;
  border-color: #333;
}

.modal .switch-modal.active:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  bottom: -2px;
  height: 3px;
  left: 0;
  background-color: #fff;
}

.modal-close {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  text-indent: -9999px;
  background-color: #333;
  background-image: url('/foundation/images/icons/modal_close.png');
  right: 9px;
  top: 9px;    /* transform: translate(16px, -16px); */
  border: 1px solid #000;
  background-size: 18px;
  background-position: 4px;
  background-repeat: no-repeat;
  z-index: 100;
}

.modal-close:hover {
  background-color: #333;
  opacity: .5;
}

/* [OPEN, ] MODAL OPEN STATE */
.modal.open {
  display: block;
}

body .modal-dimmer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 9000;
}

body .modal-dimmer.active {
  display: block;
}

.modal .inner,
.dropdown .inner {
  height: calc(100% - 6rem);
  overflow: auto;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  border-top: 1px solid #aaa;
}

.dropdown .inner {
  height: auto;
  padding-bottom: 3rem;
  overflow: hidden;
  position: static;
}

.modal.search-stacked .inner {
}

.modal.search-stacked .inner ul {
  margin-bottom: 1rem;
}

.modal.search-stacked .inner h3:first-child {
  display: none;
}

.modal .header {
  padding: 0 0rem;
  height: 3rem;
}

.modal .header h3 {
  padding: 0 1rem;
  margin: 0;
  line-height: 3rem;
  font-size: 1.25rem;
  font-weight: normal;
  display: inline-block;
  min-width: 180px;
}

.modal .inner h3 {
  padding: 0 1rem;
  margin: 0;
  margin-bottom: 0rem;
  line-height: 3rem;
  font-size: 1.25rem;
}

.modal .footer,
.dropdown .footer {
  height: 3rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #ccc;
  padding: .5rem;
}

.modal .footer .button,
.dropdown .footer .button {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2;
  color: rgba(0, 0, 0, .6);
  margin: 0 .25em 0 0;
  padding: .78571429em 1.5em;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
}

.modal .footer .button.done,
.dropdown .footer .button.done {
  float: right;
  color: #fff;
  background-color: #2185d0;
}

/* SORT STYLES
-------------------------------- */
.modal.sort {
  margin-left: 150px;
  width: 300px;
  min-height: 0;
  overflow: hidden;
}

.modal.sort .inner {
  position: static;
  overflow: auto;
  border-top: 0;
}

.modal.sort .inner ul li.list-button {
  font-size: 1rem;
  padding: .5rem 1rem;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e0e0e0;
}

.modal.sort .inner ul li.list-button:hover {
  background-color: #eaeaea;
}

.modal.sort .inner ul li.list-button.active {
  background-color: #eee;
  font-weight: bold;
}

.modal.sort .inner ul li.list-button:last-child {
  border-bottom: none;
}

/* LISTVIEW STYLES
-------------------------------- */
.modal .checkbox-item-wrap {
}

.modal .checkbox-item-wrap .hidden-checkbox {
  display: none;
}

.modal .list-button {
  cursor: pointer;
}

/* NESTED LIST VIEW
-------------------------------- */
.modal label {
  margin: 0;
}

.modal ul li .checkbox-item-wrap.select-all label {
  font-weight: bold;
}

.modal ul li .checkbox-item-wrap {
  font-size: 1rem;
  padding: 0;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background-color: #f8f8f8;
}

.modal ul li.child .checkbox-item-wrap {
  padding: .5rem 3.5rem;
  background-color: #fafafa;
}

ul.nested-checkbox-list li.parent,
ul.nested-checkbox-list li.child {
  padding: 0;
  background-color: #f5f5f5;
}

ul.nested-checkbox-list li.parent .checkbox-item-wrap:hover,
ul.nested-checkbox-list li.child .checkbox-item-wrap:hover {
  background-color: #eee;
}

/* [OPEN, CLOESED] PARENT NEST STATE */
ul.nested-checkbox-list li.parent.closed ul {
  height: 0;
  overflow: hidden;
}

ul .checkbox-label {
  position: relative;
  padding: .25em 0em .25em 2em;
  display: block;
  cursor: pointer;
}

ul .checkbox-label:hover {
  background-color: #f0f0f0;
}

/* [CHECKED, MIXED, UNCHECKED] PARENT CHECKED STATE */
ul.nested-checkbox-list li.parent {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

ul.nested-checkbox-list li.parent > .checkbox-item-wrap label:after {
  content: "";
  position: absolute;
  right: .5rem;
  height: 1rem;
  width: 1rem;
  background-image: url('/foundation/images/icons/down-arrow.png');
  background-size: contain;
  top: 50%;
  margin-top: -.5rem;
  transition: .25s all;
}

ul.nested-checkbox-list li.parent.open > .checkbox-item-wrap label:after {
  content: "";
  position: absolute;
  right: .5rem;
  height: 1rem;
  width: 1rem;
  background-image: url('/foundation/images/icons/down-arrow.png');
  background-size: contain;
  top: 50%;
  margin-top: -.5rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

ul.nested-checkbox-list li.parent ul {
  -webkit-column-count: 3;    /* Ch, Saf, And, BB  */
  -moz-column-count: 3;    /* Fx */
  column-count: 3;    /* IE 10, Op 11.1+ */
  padding-left: 2rem;
  padding-right: 2rem;
}

ul.nested-checkbox-list li.parent.open ul {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

ul.nested-checkbox-list li.parent ul li.child {
  border: none;
  display: inline-block;
  width: 100%;
}

ul.nested-checkbox-list li.parent ul li.child .checkbox-item-wrap {
  padding: 0;
  background-color: #fff;
}

ul.nested-checkbox-list li.parent > .checkbox-item-wrap .checkbox-label {
  font-size: 1.1rem;
  padding: .5em 2em .5em;
  margin: 0;
}

ul.nested-checkbox-list li.parent:first-child {
  border-top: 1px solid #ccc;
}

ul.nested-checkbox-list li.child {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

ul.nested-checkbox-list li.child:first-child {
  border-top: 1px solid #ccc;
}

ul.nested-checkbox-list li.parent.checked .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  left: .5em;
}

ul.nested-checkbox-list li.parent.mixed .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem - 1px);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0px -1rem;
  background-repeat: no-repeat;
  left: .5em;
}

ul.nested-checkbox-list li.parent.unchecked .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem - 1px);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0px -2rem;
  background-repeat: no-repeat;
  left: .5em;
}

ul.nested-checkbox-list li.parent li.child {
  border-bottom: 1px solid #ccc;
}

ul.nested-checkbox-list li.parent li.child.checked .checkbox-label:before {
  background-position: 0 0;
}

ul.nested-checkbox-list li.parent li.child.unchecked .checkbox-label:before {
  background-position: 0px -2rem;
}

/* STACKED LIST VIEW
-------------------------------- */
ul.stacked-checkbox-list {
  margin-bottom: 3rem;
}

ul.stacked-checkbox-list .checkbox-label {
  position: relative;
  font-size: 1.1rem;
  cursor: pointer;
}

ul.stacked-checkbox-list li {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

/* [CHECKED, MIXED, UNCHECKED] PARENT CHECKED STATE */
ul.stacked-checkbox-list li.checked .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  left: .5em
}

ul.stacked-checkbox-list li.unchecked .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  margin-top: calc(-.5rem - 1px);
  background-image: url(/foundation/images/icons/checkbox.png);
  background-size: cover;
  background-position: 0px -2rem;
  background-repeat: no-repeat;
  left: .5em
}

/* KEYWORD SEARCH
-------------------------------- */
.dropdown.search-keyword .inner {
  padding: 0;
}

.dropdown.search-keyword .inner h3 {
  padding: .5rem 1rem;
}

.dropdown.search-keyword .input-wrap {
  position: relative;
}

.dropdown.search-keyword .input-wrap:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
  right: 3.5rem;
  background-image: url('/foundation/images/icons/search.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dropdown.search-keyword input#location-keywords {
  width: 100%;
  margin: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 3rem;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background: #fff;
  outline: 0;
  color: rgba(0, 0, 0, .87);
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 1.5rem;
  padding: 0 1rem;
  display: block;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-right: 3rem;
  border-right: 1px solid #ccc;
}

.modal.search-keyword input#location-keywords:focus {
}

.dropdown .completion-list .empty {
  padding: 1rem;
  background-color: #f5f5f5;
}

.dropdown .completion-list .completion-item {
  transition: padding .25s;
  font-size: 1rem;
  padding: .5rem 1rem;
  background-color: #f5f5f5;
  border-bottom: #eaeaea;
}

.dropdown .completion-list .completion-item:hover {
  padding-left: 1.75rem;
  cursor: pointer;
  background-color: #f0f0f0;
}

.dropdown .completion-list .completion-item.active {
  background-color: #eee;
}

.dropdown .completion-list .completion-item .completion-value {
  font-size: 1rem;
}

.dropdown .completion-list .completion-item .completion-type {
  margin-left: .25rem;
  padding: .5rem;
  color: #444;
}

.dropdown.search-keyword {
  display: none;
  box-shadow: #d7d7d7 0px 1px 7px;
}

.dropdown.search-keyword.open {
  display: block;
}

.search-keyword {
  position: absolute;
  width: 21.5rem;
  min-height: 16rem;
  left: .25rem;
  top: calc(2.5rem - 1px);
  border-top-width: 0;
  background-color: #fff;
  z-index: 9002;
  border: 1px solid #d7d7d7;
  border-radius: 0 0 3px 3px;
  border-top: 0;
}

.search-keyword .inner {
  border-top: 1px solid #d7d7d7;
}

.dropdown .completion-list .completion-item {
  position: relative;
}

.dropdown.search-keyword .inner h3 {
  font-size: 1rem;
  font-weight: bold;
}

.dropdown .completion-list .completion-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  right: .5rem;
  top: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown .completion-list .completion-item:after {
  background-image: url("/foundation/images/icons/check-plus.png");
}

.dropdown .completion-list .completion-item.direct:after {
  background-image: url("/foundation/images/icons/arrow-right.png");
}

.modal-dimmer.transparent {
  opacity: 0;
}

.SearchController .dropdown {
  z-index: 7999;
}

.bar-link #location-keywords.keyword-search {
  background-color: #fff;
  border: none;
  z-index: 8000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* RESULT STYLES
-------------------------------- */
.DynamicSearchResults .results {
  position: relative;
  min-height: 12rem;
}

.DynamicSearchResults .loader-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #444;
  opacity: .5;
  border-radius: 5px;
}

.DynamicSearchResults .loader,
.DynamicSearchResults .loader:before,
.DynamicSearchResults .loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.DynamicSearchResults .loader:before,
.DynamicSearchResults .loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.DynamicSearchResults .loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.DynamicSearchResults .loader {
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.DynamicSearchResults .loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
  box-shadow: 0 0 #ffffff;
  height: 4em;
  }

  40% {
  box-shadow: 0 -2em #ffffff;
  height: 5em;
  }

}

@keyframes load1 {
  0%,
  80%,
  100% {
  box-shadow: 0 0 #ffffff;
  height: 4em;
  }

  40% {
  box-shadow: 0 -2em #ffffff;
  height: 5em;
  }

}

.DynamicSearchResults #searchResults .header {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.DynamicSearchResults .listingsResultCount {justify-content:center;}

.DynamicSearchResults #searchResults .header > div {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
  float: none;
  margin: .25rem 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.DynamicSearchResults #searchResults .header > div.pageCount {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.DynamicSearchResults #searchResults .header > div.pageCount span {
  padding-left: .5rem;
}

.DynamicSearchResults .FeaturesIcons span {
  text-indent: -9999px;
  display: block;
  /* width: 0; */
}

.DynamicSearchResults .FeaturesIcons {
  display: -webkit-inline-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-inline-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-inline-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: inline-flex;
}

.filter-link[data-value]:before {
  margin-right: .5rem;
}

.DynamicSearchResults #searchResults .pagination a.icon-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.DynamicSearchResults #searchResults .pagination a.icon-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.DynamicSearchResults #searchResults .pagination > span {
  -webkit-justify-content: center;
  justify-content: center;
}

.DynamicSearchResults #searchResults .page-total {
  padding-left: .5rem;
}

.SearchController .query-description span.descriptor.has-clear {
  position: relative;
  padding-right: 2.5rem;
}

.SearchController .query-description span.clear-param {
  display: block;
  right: -1px;
  position: absolute;
  left: auto;
  top: -1px;
  bottom: -1px;
  height: auto;
  margin: 0;
  text-indent: -9999px;
  border-radius: 0 3px 3px 0;
  background-color: #eee;
  background-position: center;
}

.comment-icon {
  position: relative;
  padding: 2px;
  margin: 2px;
  font-size: 10px;
  color: #000;
  background: #f3961c;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
  background: -moz-linear-gradient(#f9d835, #f3961c);
  background: -o-linear-gradient(#f9d835, #f3961c);
  background: linear-gradient(#f9d835, #f3961c);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-width: 1rem;    /* margin: .25rem; */
  height: .75rem;
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: .75rem;
  font-weight: bold;
  font-family: sans-serif;
}

.comment-icon:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 3px;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #f3961c transparent;
  display: block;
  width: 0;
}

.modal.no-col .inner .nested-checkbox-list ul {
  -webkit-column-count: 1;    /* Ch, Saf, And, BB  */
  -moz-column-count: 1;    /* Fx */
  column-count: 1;    /* IE 10, Op 11.1+ */
}

/* COMPONENT : SlideshowSearchResults */
#SlideshowSearchResults .result-teasers {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#SlideshowSearchResults .teaser-wrap {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  height: 0;
}

#SlideshowSearchResults .pagination {
}

/* PRESENTATION : SlideshowSearchItem */
.slideshow-search-item {
  width: calc(50% - .5rem);
  margin-bottom: 1rem;
  transition: all 0.5s;
  position: relative;
}

.slideshow-search-item img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.slideshow-search-item .count {
  color: #fff;    /* diagonal gradient */
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: auto;
}

.slideshow-search-item .count:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.slideshow-search-item .count-inner {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
}

.slideshow-search-item .count-inner:before {
  content: "";
  height: 18px;
  background-image: url('/foundation/images/icons/slides.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  background-position: right;
}

.slideshow-search-item h3,
.slideshow-search-item p,
.slideshow-search-item p.byline,
.slideshow-search-item p.sections {
  position: relative;
  margin: .5rem 0;
}

.slideshow-search-item p.sections {
  color: #7E7E7E;
  margin-bottom: 0;
}

.slideshow-search-item p {
  color: #555;
  font-weight: 400
}

.slideshow-search-item h3 {
  margin-top: 2px;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.slideshow-search-item:hover a::before {
  content: "";
  position: absolute;
  bottom: -.5rem;
  right: -.5rem;
  left: -.5rem;
  top: -.5rem;
  background-color: #eee;
}

.slideshow-search-item:hover,
.slideshow-search-item:hover a,
.slideshow-search-item:hover p.byline {
  color: #000;
}
.slideshow-search-item:nth-child(1):hover a::before,
.slideshow-search-item:nth-child(2):hover a::before {
  content: "";
  position: absolute;
  bottom: -.5rem;
  right: -.5rem;
  left: -.5rem;
  top:-5px;
  background-color: #eee;
}
#SlideshowSearchResults .listingsResultCount {
  background: none
}

.slideshow-search-item:hover .slideshow-search-item {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#SlideshowSearchController h1 {
  font-size: 2em;
}

#SlideshowSearchResults .teaser-wrap {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  height: 0;
  height: 204px;
  padding-bottom: 0 !important;
  text-align: center;
  background-color: #333
}

#SlideshowSearchResults .teaser-wrap img {
  height: 100%;
}

#SlideshowSearchResults .pagination {
}

div#SlideshowSearchController {
  margin:0 0 10px;
  padding: 0;
}

div#SlideshowSearchController a {
  text-decoration: none;
}
fieldset#SubmitLetter {
  margin: 0 20%;
}
fieldset#SubmitLetter p#formRadio{
  margin: 0 0 1.25em;
}
fieldset#SubmitLetter p label,
fieldset#SubmitLetter p#formRadio span {
  display: block;
  font-size: 18px;
}
fieldset#SubmitLetter p textarea{
  resize:vertical;
}
fieldset#SubmitLetter p textarea, 
fieldset#SubmitLetter p input[type="text"],
fieldset#SubmitLetter p input[type="email"] {
  margin: 2px 10px 20px;
  font-size: 15px;
  font-weight:400;
  padding: 2px;
  width: 333px;
  border-radius: 2px;
  border: 2px solid #333;
  outline: 0 none;
  transition: all linear 55ms;
}
fieldset#SubmitLetter p textarea:focus, 
fieldset#SubmitLetter p input[type="text"]:focus,
fieldset#SubmitLetter p input[type="email"]:focus{
  border-radius: 4px;
}
fieldset#SubmitLetter p#formRadio>label {
  display: inline-block!important;
  margin: 0 5px;
  vertical-align: baseline;
  cursor: pointer;
  font-size: 15px;
}
fieldset#SubmitLetter p#formRadio input{
   vertical-align: baseline;
}
fieldset#SubmitLetter input#msgTypeQuestion {
  margin-left: 10px;
}
p.submitBtn {
  text-align: right;
  margin:  0;
  
}
p.submitBtn input {
  font-size: 20px;
  margin-right: 44px;
  border: 2px solid #333;
  background:#fff;
  font-weight: 700;
  color: #000;
  padding: 0px 8px;
  border-radius: 6px;
  transition: .05s;
}
p.submitBtn input:hover{
  color: #fff;
  background: #9c0000
}
 div#abuseFormThanks p {
  font-size: 18px;
  margin: 0 1em 1em;
}
 div#abuseFormThanks p a {
  font-weight: 700;
}
a#submitLetterBtn {
  display: block;
}

#gridRightColumn #OpeningThisWeek li {
  clear:both;
  margin-bottom:10px;
  color:#999;
  height:75px;
  font-size:14px;
}
#gridRightColumn #OpeningThisWeek li img {
  float:left;
  width:75px;
  height:75px;
  margin:0 10px 0 0;
  border:1px solid #ddd;
}
#gridRightColumn #OpeningThisWeek li h3 a {
  font-size:16px;
  font-weight:bold;
  color:#000;
}
div#LocationResultsMap a.toggle {
    cursor: pointer;
    display: inline-block;
    padding: 0px 0 0 16px;
    background: url(/images/icons/icon_mapToggle_white.png) left -1px no-repeat;
    border-radius: 3px;
    margin: 10px 0 2px;
    background-size: 15px;
    clear: both;
    font-size: 13px;
    line-height: 15px;
    color: #888;
    font-weight:400;
}




div#gridColumnContainer div.MediumRectangle>div {
  margin-bottom: 10px;
}
div.FeaturesIcons a.FeaturesIcons_menu span {
  background-size:16px;
}

#AdPencil980x40, 
#AdPencil980x30
{ text-align: center; }

#AdPencil980x40>div,
#AdPencil980x30>div,
#AdPencil980x40 .placeholder.preview>div,
#AdPencil980x30 .placeholder.preview>div
{ margin: 0 auto 10px; }



#AdMediumRectangle4Pack300x250>div {
  margin: 0 0 15px 0;
  width: 300px;
}
#AdMediumRectangle4Pack300x250>div:nth-of-type(1),
#AdMediumRectangle4Pack300x250>div:nth-of-type(2) {
  margin: 0;
  padding-bottom: 15px
}
#AdMediumRectangle4Pack300x250>div:nth-of-type(2n) {
  float: right;
  margin-right: 15px;
  padding-left: 15px;
  border-left: solid 1px #ddd;
}
#AdMediumRectangle4Pack300x250>div:nth-of-type(2n - 1) {
  float: left;
  margin-left: 15px;
}

div#searchResults .locationResult {
    margin: 20px 0 0;
    color: #555;
    font-style: italic;
}

div#LocationResultsMap::after{
  content: "";
  clear: both;
  height: 0;
  display: block;
}
div#LocationResultsMap h3 {
  font-weight: 700
}
div#LocationResultsMap img.teaser {
  float: left;
  margin: 3px 10px 3px 3px;
}
div#LocationResultsMap span.details {
  overflow: hidden;
  float: left;
  text-indent: -9999em;
}
div#LocationResultsMap span.details span {
  float: left;
  clear: left;
  text-indent: 0;
}
div#LocationResultsMap span.state, div#LocationResultsMap span.postalcode {
  clear: none !important;
  padding: 0 3px;
}
div#LocationResultsMap span.state::after {
  content: ", "
}
div#LocationResultsMap a.more {
  clear: both;
  float: right;
}


div#searchResults .locationResult {
    margin: 20px 0 0;
    color: #555;
    font-style: italic;
}

div#LocationResultsMap::after{
  content: "";
  clear: both;
  height: 0;
  display: block;
}
div#LocationResultsMap h3 {
  font-weight: 700
}
div#LocationResultsMap img.teaser {
  float: left;
  margin: 3px 10px 3px 3px;
}
div#LocationResultsMap span.details {
  overflow: hidden;
  float: left;
  text-indent: -9999em;
}
div#LocationResultsMap span.details span {
  float: left;
  clear: left;
  text-indent: 0;
}
div#LocationResultsMap span.state, div#LocationResultsMap span.postalcode {
  clear: none !important;
  padding: 0 3px;
}
div#LocationResultsMap span.state::after {
  content: ", "
}
div#LocationResultsMap a.more {
  clear: both;
  float: right;
}
div#LocationSearchController, div#LocationResultsMap {
    margin: 0;
}
span.diningPriceKey {
    color: #777;
    margin-left: 4px;
    font-size: .75em;
}
/* user image upload styles */
#LocationPhotos {
  margin: 1em 0;
  clear: both;
}

#LocationPhotos::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.Profile ul#profileLocationImages {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#LocationPhotos ul {
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#LocationPhotos ul li {
  margin: 0 3px 15px;
  width: 200px;
}

.Profile ul#profileLocationImages  li {
  width: 110px;
  margin: 0 5px 10px;
}

.Profile a[rel="RecentLocationImages_imgGroup"] {
  width: 110px;
  height: 110px;
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-align: center;
  background-color: #333;
}

#LocationPhotos ul li>a[rel] {
  width: 200px;
  height: 200px;
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-align: center;
  background-color: #333;
}

.Profile li span.credits,
#LocationPhotos span.credits {
  display: block;
  margin: 4px 0 0;
  word-wrap: break-word;
}

.Profile li span.credits {
  font-size: 10px
}

div#EmbeddedSidebar .imgCredit,
#LocationPhotos span.credits .imgCredit {
  display: block;
  text-align: right;
  font-size: 11px;
  margin: 0;
  line-height: 1.15;
  color: #898989;
}

div#EmbeddedSidebar .imgCaption,
#LocationPhotos span.credits .imgCaption {
  display: block;
  text-align: left;
  font-size: 12px;
  margin: 3px 0 0;
  line-height: 1.15;
  color: #343434;
}

li.uploadedImg_staff {
}

li.uploadedImg_public {
}

li.uploadedImg_public.imageStatus_pending_review,
li.uploadedImg_public.imageStatus_offline {
  position: relative;
}

.Profile ul#profileLocationImages a.pendingLink,
#LocationPhotos a.pendingLink {
  position: absolute;
  font-size: 12px;
  padding: 3px 5px;
  color: #ff0099;
  font-weight: 700;
  z-index: 3;
  top: 0;
  background: rgba(7, 5, 106, 0.6);
  right: 0;
  transition: ease 95ms;
}

.Profile ul#profileLocationImages a.pendingLink:hover,
#LocationPhotos a.pendingLink:hover {
  background: rgba(7, 5, 106, 0.8);
  color: #fff;
}

li.uploadedImg_public.imageStatus_offline img {
  opacity: .77;
}

li.uploadedImg_public.imageStatus_offline::before {
  content: "Offline";
  position: absolute;
  font-size: 12px;
  padding: 3px 5px;
  color: #999;
  font-weight: 700;
  z-index: 3;
  top: 0;
  background: rgba(221, 1, 1, .5);
  right: 0;
}

.Profile a[rel="RecentLocationImages_imgGroup"] img,
#LocationPhotos ul li img {
  height: 100%;
  object-fit: contain;
}

.Profile a[rel="RecentLocationImages_imgGroup"] img {
  max-width: 100%;
}

#LocationPhotos #imageUploadButton {
  text-align: right;
}

a#linkToPhotos {
  float: right;
  font-size: 12px;
  margin: 5px 0 10px;
  color: #656565;
  border: 1px solid #ddd;
  padding: 1px 3px;
  border-radius: 4px;
  transition: all linear 55ms;
}

a#linkToPhotos::after {
  clear: both;
  height: 0;
  content: " ";
  display: block;
  text-indent: -9999em;
}

input#addImageLink,
#LocationPhotos #imageUploadButton a,
.imageUploadBtn {
  font-size: 0.9em;
  font-weight: bold;
  color: #555;
  border-radius: 4px;
  padding: 4px 4px 4px 23px;
  background: url(/images/icons/features-icon_image.png) 5px center no-repeat #f6f6f6;
  background-size: 13px;
  border: none;
  box-shadow: 2px 1px 2px 1px #555, inset 2px -1px 5px 0px #999;
  cursor: pointer;
  transition: all linear 55ms;
  outline: none;
}

input#addImageLink:hover,
#LocationPhotos #imageUploadButton a:hover,
.imageUploadBtn:hover {
  box-shadow: 2px 1px 2px 1px #222, inset 2px -1px 5px 0px #777;
  color: #900;
}

a#linkToPhotos:hover {
  border-color: #232323;
  color: #900
}

a.imageUploadBtn {
  font-size: .7em;
  text-align: center;
  margin: auto;
  clear: both;
  display: block;
  width: 132px;
  box-sizing: border-box;
}

.Sidebar  a.imageUploadBtn {
  margin-top: 10px;
}

div#editAdPhotoLayout {
  margin: 0 0 20px;
}

#editAdPhotoLayout div.imageEditItem .imgRemoveLink a {
  text-decoration: none;
  padding: 2px !important;
  position: relative;
  top: 0 !important;
  left: 10px !important;
  color: #900 !important;
  background: none !important;
  font-size: 10px;
}

#editAdPhotoLayout div.imageEditItem .imgRemoveLink a::before {
  content: "X ";
  font-size: 12px;
  color: #900 !important;
  font-weight: 700;
}

#editAdPhotoLayout div.imageEditItem .imgRemoveLink a:hover::before,
#editAdPhotoLayout div.imageEditItem .imgRemoveLink a:hover {
  background: #900 !important;
  color: #fff !important
}

#editAdPhotoLayout div.imageEditItem+.imageEditItem {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #888;
  box-sizing: content-box !important;
}