/* ------------------------------------------------------------------------------  */
/* 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;
}
.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 {

}

.subscribeSocialLinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 1px;
}

.subscribeSocialLinks .subscribeSocialLinksNewsletter {
  color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    transition: 188ms linear;
    display: flex;
    box-sizing: border-box;
    border: thin solid  #9c0000;
    background: #9c0000;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 3px 0 4px;
    line-height: 1.25;
    margin-bottom: 2px;
}
.subscribeSocialLinks .subscribeSocialLinksNewsletter:hover {
  color:  #9c0000;
  background: #fff;
}

.subscribeSocialLinks .subscribeSocialLinksDonate {
  display: inline-block;
  background: #d81f24;
  border: thin solid #d81f24;
  color: #fff;
  padding: 3px 6px;
  margin-top: 1px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  transition: 188ms linear;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.subscribeSocialLinks .subscribeSocialLinksDonate:hover {
  background: #fff;
  color: #d81f24;
}
.subscribeSocialLinks .subscribeSocialLinksDonate span {
  display: inline-flex;
  align-items: center;
}
.subscribeSocialLinks .subscribeSocialLinksDonate span:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask: url('/images/icons/heart-narrow.svg') center no-repeat;
  -webkit-mask-size:  contain;
  mask: url('/images/icons/heart-narrow.svg') center no-repeat;
  -webkit-mask-size:  contain;
  background: #fff;
  margin-right: .7ch;
  transition: 188ms linear;
}

.subscribeSocialLinks .subscribeSocialLinksDonate:hover span:before {
  background: #d81f24;
}

 .subscribeSocial ul.iconList {
  background: #7f7f7f;
  text-align: center;
  padding: 2px;
  margin-top: 4px;
  display: flex;
  align-items: center;
}
 .subscribeSocial ul.iconList li {
  width: 24.9%;
}
 .subscribeSocial ul.iconList li a span {
  text-indent: -99999rem;
  display: block;
  position: absolute;
  left: -99999px;
  top: -9999px;
  opacity: 0;
  pointer-events: none;
 }
  .subscribeSocial ul.iconList li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
 .subscribeSocial ul.iconList li  a:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: #fff;
  margin: auto;
 }

  .subscribeSocial ul.iconList li#icon-Facebook a:before {
    -webkit-mask: url('/foundation/fontawesome-v6/svgs/brands/facebook.svg') center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size:contain;
    mask: url('/foundation/fontawesome-v6/svgs/brands/facebook.svg') center;
    mask-repeat: no-repeat;
    mask-size: contain;
  }

    .subscribeSocial ul.iconList li#icon-Twitter a:before {
    -webkit-mask: url('/foundation/fontawesome-v6/svgs/brands/x-twitter.svg') center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask: url('/foundation/fontawesome-v6/svgs/brands/x-twitter.svg') center;
    mask-repeat: no-repeat;
    mask-size:contain;
  }

    .subscribeSocial ul.iconList li#icon-Instagram a:before {
    -webkit-mask: url('/foundation/fontawesome-v6/svgs/brands/instagram.svg') center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask: url('/foundation/fontawesome-v6/svgs/brands/instagram.svg') center;
    mask-repeat: no-repeat;
    mask-size: contain;
  }

    .subscribeSocial ul.iconList li#icon-RSS a:before {
    -webkit-mask: url('/foundation/fontawesome-v6/svgs/sharp-solid/rss.svg') center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask: url('/foundation/fontawesome-v6/svgs/sharp-solid/rss.svg') center;
    mask-repeat: no-repeat;
    mask-size: contain;
  }


 .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;
  height: 440px;
  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;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
#BestOfPromoTeaser .byline {
  display:none;
}

#BestOfPromoTeaser.Home,
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;
}
  #BestOfPromoTeaser.Home {margin-top:15px;}

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;
}
#BestOfPromoTeaser h3 a,
.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;}

#SpecialIssuesTeaser1 .category a,
#BestOfPromoTeaser .category a,
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;
}
#BestOfPromoTeaser a.more,
.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;
}
#BestOfPromoTeaser a.more,
.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;
}

body:not([id]) div#TabbedListingsSearch .tabs {
  opacity: 1;
}

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: 360px;
  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;
}
.comp-shell-footercopyright {
  margin-bottom: 12px;
  text-align: center;
}
.comp-shell-footercopyright .fdn-copyright-text.uk-margin-small-bottom{
  margin-bottom: 12px !important;
  font-size: 15px;
}
.comp-shell-footercopyright .fdn-copyright-text img {
  max-height: 11px;
}
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 {
  clear: both;
  white-space:nowrap;
  background: #783338;
    position: relative;
  left: 4px;
}

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;
}
#FooterCustom .subscribeSocial img {
  max-width: 100%;
  height: auto;
}
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 */

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
.SearchController * {
  font-family: 'Lato', Arial, sans-serif;


  box-sizing: border-box;
}

/* GENERAL
-------------------------------- */
.SearchController .component-main {
    clear: both;
}
.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 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:not(.control-date):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 .bar-link.open.date-control.clear a.id-any:before{
  margin-right: 0;
}
.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;
  line-height:14px;
}

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

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

.SearchController .query-description span.token-group {
  display: inline-block;
  margin-top:0.5em;
}

.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: -13px;
  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;    
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}*/

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

.modal.modal-context-id-features ul.stacked-checkbox-list {
    -webkit-columns:4;
    columns: 4;
    -webkit-column-gap:0;
    column-gap:0;
    background: #f8f8f8;
}
.modal.modal-context-id-features ul.stacked-checkbox-list li {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.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;
  border-bottom:1px solid #ddd;
}

.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;
  margin-top:4px;
}

.DynamicSearchResults .FeaturesIcons {
  display:inline-block;
  height: auto;
  margin: 0;
}

.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;
}

/* 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;
}
/* new slideshow components */
div#SlideshowAuthor,
div#SlideshowTitle {
    margin: 0 0 10px;
}
div#SlideshowDescription{
  margin: 0;
}
div#SlideshowDescription .slideshowDesc {
    margin: 0 0 10px;
    font-size: 1.1em;
    color: #444;
    word-wrap: break-word;
}
div#SlideshowAuthor .byline{
    margin: 0;
    line-height: 1;
}
div#SlideshowNav.extSlideNav {
    position: relative;  
    height:30px;
    margin-bottom:10px;          
  }
  div#SlideshowNav.extSlideNav::after{
    content: " ";
    clear: both;
    height: 0;
    display: block;
  }
  .extSlideNav .slideNav {
    border-radius: 3px;
    border:1px solid #444;
    text-align: center;
    font-size:12px;
    line-height: 12px;
    background-color: #fafafa; 
    color: #434343;
    position:relative;
    font-weight: 700;
    transition:200ms;
  }
  .extSlideNav .slideNav.inactive { 
    opacity: 0.3;
  }
  .extSlideNav .slideNav:hover {
    background-color: #e8e8e8;
  }
  .extSlideNav .slideNavLeft {
    width: 70px;
    height: 30px;
    /* display: inline-block; */
    float: left;
  }

  .extSlideNav .slideNavRight {
    width: 70px;
    height: 30px;
    /* display: inline-block; */
    float: right;                       
  }
  .extSlideNav .slideNav .slideNavOut {
    display:block;
    padding-top:10px;
  }
  .extSlideNav .slideNumbers {
    position:absolute;
    text-align:center;
    left: 0;
    right: 0;
    margin:auto;
    height:30px;
    padding-top:6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }          
  .extSlideNav .slideNumbers {
    font-size:12px;
  }

/* ## Begin Event Search Dynamic ## */
.results  .EventListing span.locationRegion {
  white-space:nowrap;
 }
#EventSearch.EventSearchDynamic ul#searchLayoutController{
  text-align: right;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: flex-end;
}
#EventSearch.EventSearchDynamic div#EventSearchLayoutController h4 {
  display: inline-block;
  vertical-align: text-top;
 }
#EventSearch.EventSearchDynamic ul#searchLayoutController li {
  text-indent: -9999em;
      position: relative;
      bottom: -2px;
  display: block;
  font-size: 0;
  /* border:1px solid #ccc; */
  padding:4px;
  width: 20px;
  height: 20px;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  transition:background-color 155ms;
}
#EventSearch.EventSearchDynamic ul#searchLayoutController li#detailView {
  background: url(/images/icons/iconView_detail.png) center no-repeat #f8f8f8;
  background-size:16px;
}
#EventSearch.EventSearchDynamic ul#searchLayoutController li#listView {
    background: url(/images/icons/iconView_list.png) center no-repeat #f8f8f8;
  background-size:16px;
}
#EventSearch.EventSearchDynamic ul#searchLayoutController li#gridView {
    background: url(/images/icons/iconView_grid.png) center no-repeat #f8f8f8;
  background-size: 16px;
}
#EventSearch.EventSearchDynamic ul#searchLayoutController li[id]:hover{
  background-color: #aaa!important
}
#EventSearch.EventSearchDynamic ul#searchLayoutController li.active{
    background-color: #ccc !important;
    border-bottom: 1px solid #fff;
    padding-top: 5px;
    bottom: -2px;
}
#EventSearch.EventSearchDynamic .results  .EventListing .imageTools,
#EventSearch.EventSearchDynamic .results.show-list .EventListing  .imageTools{
  width: auto;
  margin-bottom: 0;
}
#EventSearch.EventSearchDynamic .results .EventListing .imageTools{
  margin: 0 0 0 auto;
  padding-left:10px;
}
#EventSearch.EventSearchDynamic .results.show-list .EventListing  .imageTools{
  float: left;
  margin: 0 10px 0 auto;
}
#EventSearch.EventSearchDynamic .results.show-grid  .EventListing .imageTools{
  float: none;
  margin: 0;
  order:-1;
  padding:0;
}
#EventSearch.EventSearchDynamic .results.show-list .EventListing.hasTix  span.altTimeDisplay {
    margin-right: 120px;
    display: inline-block;
}
#EventSearch.EventSearchDynamic .results.show-list .EventListing a.listingImage img{
  width: 75px!important;
  height: auto;
}

#EventSearch.EventSearchDynamic .results .EventListing  .listing .locationLabel a {
  color: #9c0000
}
#EventSearch.EventSearchDynamic div.EventListing {
  padding: 10px 2px;
  border-bottom: 1px solid #dfe2e1;
  color: #333;
  transition:background-color 222ms;
  background-color: #fff;
  display: flex;
  margin: .5em 0;
  }
  #EventSearch.EventSearchDynamic div.EventListing:hover{
    background-color: #e8e8e8;
  }
#EventSearch.EventSearchDynamic .results.show-list .EventListing {
  padding:2px;
}
#EventSearch.EventSearchDynamic .results .EventListing h3 {
  margin-bottom:3px;
  font-size: 1.4em;
  line-height: 1.15
}
#EventSearch.EventSearchDynamic .results.show-list .EventListing h3 {
  font-size: 1.4em;
  line-height: 1.15
}
#EventSearch.EventSearchDynamic .results span.eventCategories {
    display: block;
    margin: 0 0 3px;
}
#EventSearch.EventSearchDynamic .results.show-list .EventListing.hasTix h3 {
/*  margin-right: 100px;*/
}
#EventSearch.EventSearchDynamic .results h3 .FeaturesIcons {
  padding: 0;
  display:inline!important;
}
#EventSearch.EventSearchDynamic .results .EventListing h3 a {
  color: #101010;
}
#EventSearch.EventSearchDynamic .results.show-list .EventListing .listing .locationLabel{
  margin-top: .15em;
}
#EventSearch.EventSearchDynamic .EventListing .listing .descripTxt a[href*='Map'] {
 display: none;
}
 .EventListing .listing .descripTxt {
 margin:.5em 0;
}
#EventSearch.EventSearchDynamic .results.show-grid .EventListing:not(.hasImage) div.listing {
  border: 1px solid #ddd;
  width: 194px!important;
  height: 200px;
  margin-right: 0!important;
  padding: 0 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align:center;
}
.results.show-grid .EventListing:not(.hasImage) p.eventInfo span.ticketIcons {
  justify-content:center;
 }
.results.show-grid .EventListing:not(.hasImage) h3 {
  font-size: 2em;
}
.results.show-grid .results-container {
    display: flex;
    flex-flow: wrap row;
    justify-content:space-around;
}
.results.show-grid .EventListing .descripTxt span.locationLabel{
 margin-top:3px;
 }
#EventSearch.EventSearchDynamic .results.show-grid .EventListing {
  width: 200px;
  vertical-align: text-top;
  margin: 0 0 10px;
  padding:2px;
  box-sizing:border-box;
  border:none;
  flex-flow:column;
}
#EventSearch .eventCategories a {
    color: #999;
    font-style: italic;
}
#EventSearch.EventSearchDynamic .results .EventListing span.ticketIcon {
  display: none;
}
#EventSearch.EventSearchDynamic .results.show-grid .EventListing p.eventInfo{
margin:5px 0 0;
}
#EventSearch.EventSearchDynamic .results.show-grid .EventListing p.eventInfo span.ticketIcons{
  display:flex;
  align-items: center;
}
#EventSearch.EventSearchDynamic .results.show-list .EventListing p.eventInfo span.ticketIcons a,
#EventSearch.EventSearchDynamic .results.show-grid .EventListing p.eventInfo span.ticketIcons a{
    background: url(/images/icons/ticketsAvailable.png) 1px 1px no-repeat transparent;
    display: inline-block;
    text-indent: -9999em;
    width: 16px;
    height: 16px;
    padding: 1px;
    border-radius: 100%;
    background-size: contain;
}
#EventSearch.EventSearchDynamic .results.show-grid .EventListing p.eventInfo span.ticketIcons a img {
  margin:0;
}
#EventSearch.EventSearchDynamic .results.show-list .EventListing span.locationRegion a{
  background: none;
  padding:0;
  font-size:.88em;
  margin: 0;
  color: #777
}
#EventSearch.EventSearchDynamic .results.show-list .EventListing div.listing {
  overflow: hidden;
  margin-right: 0;
}
#EventSearch.EventSearchDynamic .results.show-list .EventListing {
  position: relative;
}
#EventSearch.EventSearchDynamic .results .EventListing div.listing p.eventInfo {
    font-size: 12px;
    margin:8px 0;
}
#EventSearch.EventSearchDynamic .results .listing span.ticketIcons {
  display:flex;
  display:-webkit-flex;
  align-items:center;
}
#EventSearch.EventSearchDynamic .results span.ticketIcons span.priceToolTip {
    color: #333;
    font-size: 12px;
  padding: 0 2px
}
#EventSearch.EventSearchDynamic .results .listing span.priceToolTip {
  margin-left: 3px;
  color:#999;
}
.results.show-list .listing span.ticketIcons img {
  height: 17px;
  display: inline-block;
}

/* Hide!!! */
#EventSearch.EventSearchDynamic .results.show-list .EventListing .locationAddress,
#EventSearch.EventSearchDynamic .results.show-list .EventListing span.altTimeDisplay br,
#EventSearch.EventSearchDynamic .results.show-grid .EventListing span.altTimeDisplay br, 
#EventSearch.EventSearchDynamic .results.show-list .EventListing .descripTxt.longDescrip,
#EventSearch.EventSearchDynamic .results.show-grid .EventListing .longDescrip,
#EventSearch.EventSearchDynamic .results.show-grid .EventListing .FeaturesIcons,
#EventSearch.EventSearchDynamic .results.show-grid .EventListing span.locationAddress,
#EventSearch.EventSearchDynamic .results.show-grid .EventListing span.locationRegion {
  display: none!important;
}
#EventSearch.EventSearchDynamic .results.show-grid .EventListing:nth-child(3n+3){
  margin-right: 0;
}
#EventSearch.EventSearchDynamic .results.show-grid .EventListing h3 {
  line-height: 1.2;
   margin: 0 0 3px;
}
#EventSearch.EventSearchDynamic .results.show-grid .EventListing.NoImage{
  padding-top:1em;
}
#EventSearch.EventSearchDynamic .results.show-grid .EventListing img{
  margin: 0 0 5px;
  max-width: 100%;
  height: auto;
  box-sizing:border-box;
  outline: none;
}
#EventSearch.EventSearchDynamic .results.show-grid .EventListing.NoImage h3 {
  font-size: 1.22em;
}
#EventSearch.EventSearchDynamic .results.show-grid .EventListing span.altTimeDisplay,
#EventSearch.EventSearchDynamic .results.show-grid .EventListing .descripTxt {
  font-size: 12px;
  line-height: 1.15
}
#EventSearch.EventSearchDynamic .results.show-grid .EventListing .altTimeDisplay,
#EventSearch.EventSearchDynamic .listing .altTimeDisplay {
  color: #111;
  font-size: 15px;
  font-weight: 400;
}
#EventSearch.EventSearchDynamic .listing span.ticketIcons img {
    vertical-align: top;
    transition:88ms;
    outline: none;
}
#EventSearch.EventSearchDynamic .listing span.ticketIcons img:hover{
  filter:brightness(110%);
}
#EventSearch.EventSearchDynamic .timeEventTools {
    float: right;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 10px 0 10px 10px;
}
#EventSearch.EventSearchDynamic .timeEventTools a.icalAction,
#EventSearch.EventSearchDynamic .timeEventTools #remindMeLink a.toggleActivator {
  background-size: 22px!important;
}
#EventSearch.EventSearchDynamic .timeEventTools #remindMeLink a.toggleActivator{
  background-position: 2px!important;
}
#EventSearch.EventSearchDynamic #EventSearchDateController .query-control-bar{
    margin-top: .25rem;
}
#EventSearch.EventSearchDynamic #EventSearchResultsDynamic .header {
    position: absolute;
    top: -1.75rem;
    right: 7rem;
    font-size: 12px;
    color: #666;
}
#EventSearch.EventSearchDynamic div.MainColumn#EventSearchHeader h1 {
    font-size: 2rem;
}
#EventSearch.EventSearchDynamic div#gridMainColumn {
    position: relative;
}
#EventSearch.EventSearchDynamic .date-modal {
    position: absolute;
    top: 3.25rem;
    right: 0;
}
#EventSearch.EventSearchDynamic div#EventSearchController {
    position: relative;
}
#EventSearchController.SearchController .component-header {
    position: absolute;
    top: -6.5rem;
    right: 0;
}
#EventSearch.EventSearchDynamic #EventSearchController.SearchController .component-header .clear-global {
    border: none;
    border: 1px solid #e0e0e0;
    display: flex;
    background-position: .5rem center;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#EventSearch.EventSearchDynamic #EventSearchController.SearchController .component-header .clear-global:hover {
    background-color: #ccc
}
#EventSearch.EventSearchDynamic div#EventSearchResultsDynamic:after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
}
#EventSearch.EventSearchDynamic .DynamicSearchResults.EventSearchDynamic #searchResults .header > div {
  border-bottom:none!important;
}
#EventSearch.EventSearchDynamic .DynamicSearchResults .EventListing .listing {
  width:auto!important;
}

ul.stacked-checkbox-list li[data-param="feature"] label.FeaturesIcons_tickets_available span {
  padding-left: 25px;
  background:url(/images/icons/ticketsAvailable.png) left center no-repeat;
  background-size:contain;
}
ul.stacked-checkbox-list li[data-param="feature"] label.FeaturesIcons_user_submitted span {
  background:none;
  padding-left:0!important;
}
.FeaturesIcons a.FeaturesIcons_tickets_available,
.FeaturesIcons a.FeaturesIcons_user_submitted {display:none;}

/* fade in/out animation for search controller on events */
@-webkit-keyframes controllerLoad{
  from{opacity:1;filter:blur(0px);}
  to{opacity:0;filter:blur(8px)}
}
@keyframes controllerLoad{
  from{opacity:1;filter:blur(0px);}
  to{opacity:0;filter:blur(8px)}
}
div#EventSearchLayoutController.hide-controls{
  display: none;
}
div#EventSearchLayoutController.post-ready {
  -webkit-animation:controllerLoad 500ms ease-out 0s 1 alternate-reverse;
  animation:controllerLoad 500ms ease-out 0s 1 alternate-reverse;
}
div#EventSearchLayoutController.hide-controls.post-ready {
  display: block;
  -webkit-animation:controllerLoad 500ms ease-out 0s 1 forwards;
  animation:controllerLoad 500ms ease-out 0s 1 forwards;
}
.listingsResultCount.noResults {
    font-size: 18px;
    padding: 5px;
    background: #f9f9f9;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 0px 3px 1px rgba(34, 36, 38, .15);
    border-radius: 3px;
}

#EventSearch.EventSearchDynamic #EventSearchResultsDynamic .header.noResults {
    font-size: 12px;
    color: #666;
    position:static;
}
/* ## End Event Search Dynamic ## */

#BrowseByIssueLink {
  font-size:16px;
  clear: both;
  display: flex;
  display:-webkit-flex;
  justify-content: center;
  align-items: center;
  margin:2em 0;
}
#BrowseByIssueLink img {
  width:75px;
  height:auto;
  margin-right:10px;
}    
/* archives modal fix */ 
.modal ul.nested-checkbox-list {
  padding-bottom: 2rem;
}

.EventListing span.locationRegion:before {
  display: none;
}
/* ## Author Pages ## */
body#Author .MainColumn h2 {
  font-weight: 700;
  font-size: 24px;
  color: #999;
  line-height: 1.1;
  margin: 0 0 10px;
  padding-bottom: 1px;
  border-bottom: 1px solid #ccc;
  border-width: 0 0 1px;
}

body#Author .MainColumn.Author {
  margin-bottom: 2.03em;
}

div#AuthorPageBio {
  overflow: hidden;
}

div#AuthorPageBio .authorImg {
  float: right;
  margin: 0 0 0 10px;
}

.authorImg img {
  box-shadow: 0px 0px 9px -2px #ccc;
  border-radius: 2px;
  max-width: 200px;
  height: auto;
}

div#AuthorPageBio .bioContent {
  margin: 0 0 10px;
}

div#AuthorPageBio h1 {
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 5px;
}

div#AuthorPageBio .bioContent p,
div#AuthorPageBio .bioContent .bio {
  line-height: 1.4;
  font-size: 15px;
}

div#AuthorPageBio .bioContent p:last-child {
  margin-bottom: 0;
}

div#AuthorPageBio .authorSocialLinks {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  line-height: 2;
}

div#AuthorPageBio  .authorSocialLinks a {
  display: inline-block;
  line-height:1.2;
}

div#AuthorPageBio .authorSocialLinks a {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 3px 3px 28px;
  transition: 100ms;
}

div#AuthorPageBio .authorSocialLinks>div a {
  margin: 3px 3px 0;
}

div#AuthorPageBio .authorSocialLinks .facebook a {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gUYEzsFmK3mtwAAA2xJREFUaN7tm0FoHFUYx3/vzczOTibbbdJm2zTUakopEkwpEjwU9SC9eFUI6EHBkwfpSTy0oIcKguChh4KHnnoohQoe9CbqxYugxINVPKStbWoUmuwm2W52dt/7POwqQnc7I802uzPzwTKHmX3Mj++9///7vmXVqcVLHvAKcB6YBRTpCgGWgXPAZ24X9grpDQUc7TK+poEPyU6c191tnJWY1WQscuC0hzv0niJgrEWsIP+VXgUK1bkq1f2MMHDbWJqRoeA5HHtykspkSBh4GCsY27nXaLTYvB9R22yyVmvgJCB2hzGjrZbh5Nw0iy/PsXBiBs/RD2RQBETk3+tmvcnpNy+zZ9wfLeCDU+OceeM5Xlg48r++Z6yM1hluG8uzc4d4/50XqewL0y1azciwMH+Ij959iVLop9uWrBX2T45x9u3nBw47FMDbzTZvvXqS6Uop/YWHtcJThydYeGYGrVT6gY0V5o8foLL/0UWq4DlIAqHeVdFytOLoExMEfvxrtNuWH6+vcvPOOvVG9ABc1DIUfWe4gcOxAtNT8We3fj/i06s/8NV3y2xsNYlapudzfsEdbuDAdynviVfmpV//5OqXP+M6GqU623ckz7DraooxWWkby9L1VYyx7ISu7botqRgKscK99Tpa74yKD30/LEDbyI6tNxIDANnBtUYCWGUNeKS6JWOFXiWQdO9Jgg1rrGCMxTxEuLRWsQI4cGBjLHPHKjiO6nkwJ/YGhEUvVsWPzJQ58fRBPFf3fWZldYO1WiMWWp1avCSDAt6sR3x+cZFwrNA3K+VSsS/IP6Ocja0m2812Xx92Xc0HF77l+59WcF29exkWEab2hYz3AU7m01Au+ZRLD6/I/rpXRyXw6oGLlsjjEaPbf9QSFSepUOn1jW2aLZPIvlIBfGulmniAkBLgWraAf79bS9xJDRz4cYyqbt2tJio6Bm5LjqNZ+mWVoE9xUfAcZg/vJQz625YV4eadKmvVRk/bGSt63LhdTWRJAy88lIKtetTTmoTOzyofv3ea+eMH+q4RtQxnP/maL775Db/HpEMQwqCQuF8ecOFB3yoLIAw8HB1/qgLfpRQWHmm0k9luKQfOgXPgHDgHzoFz4Bw4B86Bc+AcOAfOgXPgjAAvZ4h3WdP5x1ZW4pwGrgGvdzMtKQW90WW89je9OBC7j9RmVwAAAABJRU5ErkJggg==") 3px center no-repeat transparent;
  background-size: 18px;
}

div#AuthorPageBio .authorSocialLinks .twitter a {
  background: url("data:image/png;base64,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") 3px  center no-repeat transparent;
  background-size: 18px;
  padding-left: 27px;
}

div#AuthorPageBio .authorSocialLinks .email a {
  background: url("data:image/png;base64,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") 3px  center no-repeat transparent;
  background-size: 18px;
}

div#AuthorPageBio .authorSocialLinks .google a {
  background: url("data:image/png;base64,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") 3px  center no-repeat transparent;
  background-size: 18px;
}

div#AuthorPageBio .authorSocialLinks .instagram a {
  background: url("data:image/png;base64,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") 3px  center no-repeat transparent;
  background-size: 18px;
}

div#AuthorPageBio .authorSocialLinks .url a {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gUYEzoQ7GszHQAABLxJREFUaN7tmk1sVUUUx3+vVBDQggJqLAs1QATkQ0AQqhSVIlJAFCkEgmmBjbJyYcLGnR+JC9wRcOPKj7AiRoyYGGPQiDGgArqQEokG7Md7pS2lBWz7XLzzkpvHfXfOvXfmvvvQk0zS9N35+M+cmXP+/xn4j1mmisY6EZgJTAfywF9AOzB4qy1KK/CFgOsErgID8nc7cBTYWWWLd5PVAnsFWF5ZemVyaqoN7CLg+xBAS8u3wMJqAfsSkI0Btli6gFVpB7sZGLYA1lvmphXsOqDfMtg8kAPq07iyvQ7AFssHcgimwlpCuPEp4GVgnpQ24GdFvavyfSrcWBN2sjIx5awNuGJo461KZ3ablG7cAzyhaPdZQ3sdlVzZbcANBdhhYHaIdvcDowHtzawE2GZgSAH2coQBPmbYIq8n7cYbBIgmaWiImI7mAtr9LMmV3aM8iYeABTH66Qho+2sSik8TgD45WEaAO4GHgBWykpOBcR6w7RH7uQ0YG/B7X1pi8VLgTWB5zHaelJhbboVfu9V480HDdrk/qQMrI2rFfdJpnef/tmy1IWO74Brog8B24BPgUpmE4piQ/HkxSXuTnA1Bq/uGS6Viv8xoGO76sUxSWNtq2LdFxjTHlVJxKQarGZT8WmtrlLn4+y7ArlXMtLbsU+zvRoUb54HzwL22M6j1EuNscthXA/rdAlxTtNHtwpW3KolAlPKwT38blcpIFphvG+wGJRHIy6T0C4XT1PlUQpnXGpRiQSfwlG03blYSgRHgMLBL9t0K8YqD4nLeb4vU7nNgUkm/Lyg9KSv9WOezmlUaBlZKjltqNaIo/lpS5whwu4/m1acEa12P3qSc6QFghqK9u4Ev5TR9x+f3BuC6Q0pp1KA0skwHsKykbh3wnEzYlBBiwbByZVe7UBc1Qf4asLikbj3wnWyDEVEaTaB3KIS5ItjFtsG+qJzpQeG5XpsG/Ojz7RWJp7UeIpER7vyuQZvyetKSSrpx6UzfA3xlqPcn8CFwQE5nbYzuFkHBqm1WBvkB4HGf+j84SkiyPmeEFbAaNx4KOI3XOQD7t4sMahG6K8suheC2zyLYTmFI1vnsCaVurIl7GeAVC/n2T2W2TWzbq8ygworkM3yyKm05ANzlSrEwcdoewl1/lNpu4DfxkH8CYnlOMrDltgF6iXYrhbvUctYDPE/hDYUNafZR4AFZvXEy2cWXOSeAP1wLb8cMq9viqN8aTwKSmE0EzhF8GR3XJgPjqfB7qlrPoVIX8N17MfvZCHwEnKTwkOwMhZd0OUluRoE75DRP5EpkveHAivNkoMUnYxsELgK/A6eBs8BxYGpSK91sYEOPRGy3MYTgtixJ154vJ2S5AbVFaHONUkrtdEEETDZBwkG5Qf0SQQbSPlhZUqkD7KhhcLuU7TQpRXkn5D2M7TQMsF/hek1KN+4CnqHCllGQ/V4JUUs9IW0shadFh5Rgsy4Et6jWqhjwqOzPnCgdPejvlZxIqXFsjAhuLpSKLhciuQ1bKIOzLcs8TYptlUWw3cR7ipSYzSX4oZemnCfFj7T9rF448gDhH2YfovCQpeqsVsjD26IaBgG9QOEByZy0gonCTWcJ3WsUStcHfEPhWvQi/1u67F9XGGNNoHiQvAAAAABJRU5ErkJggg==") 3px center no-repeat transparent;
  background-size: 18px;
}

div#AuthorPageBio .authorSocialLinks a:hover {
  opacity: .8;
  filter: brightness(102%);
}

input#authorSearch {
  box-sizing: border-box;
  width: 100%;
  background: url("data:image/png;base64,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") 5px center no-repeat #f8f8f8;
  padding-left: 45px;
  background-size: 35px;
  border: 2px solid #ddd;
  border-radius: 3px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  outline: none;
  transition: .35s;
}

input#authorSearch::placeholder {
  transition: .35s;
}

input#authorSearch:active,
input#authorSearch:focus {
  border-color: #aaa;
}

input#authorSearch:focus::placeholder {
  opacity: 0;
}

input#authorSearch:-webkit-autofill,
input#authorSearch:-webkit-autofill:hover,
input#authorSearch:-webkit-autofill:focus,
input#authorSearch:-webkit-autofill:active {
  background-image: url("data:image/png;base64,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") !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  transition-delay: 99999s;
}

div#AuthorPageBrowse {}
div#AuthorPageBrowse p {
    margin: 5px 0 0;
    position: relative;
}
div#AuthorPageBrowse p b {
    font-size: 18px;
    color: #757575;
}
div#AuthorPageBrowse .fancyTabs {
  display: -webkit-flex;
  display: flex;
  justify-content:space-between;
}

div#AuthorPageBrowse .fancyTabs li {
  display: inline-block;
  border: 1px solid #454545;
  padding: 1px 7px;
  border-radius: 3px;
  cursor: pointer;
  transition: 200ms;
  box-sizing: border-box;
  width:200px;
  vertical-align: top;
  white-space: nowrap;
}
div#AuthorPageBrowse .fancyTabs li:hover {
  background-color: #f1f1f1;
}

div#AuthorPageBrowse .fancyTabs li h3 {
  font-size: 17px;
  font-weight: 800;    /* display: inline-block; */
  padding-right: 25px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAqCAYAAADxughHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxM0JDNjM2QzBCQzgxMUU4QURCQUI4MzdDM0I0NUJCRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxM0JDNjM2RDBCQzgxMUU4QURCQUI4MzdDM0I0NUJCRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEzQkM2MzZBMEJDODExRThBREJBQjgzN0MzQjQ1QkJEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEzQkM2MzZCMEJDODExRThBREJBQjgzN0MzQjQ1QkJEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ZTaY6gAAAfZJREFUeNrUmWtOwkAQx9cNHs8DeAW/A8oB8IGPoCfwm4rW9/sSRg0iSryCUqokxsSZZJuQJqX7mGm7k/wJhW6HH+2vXcpMEAS7Qog5yK/ws2YhnQo8bEHm1Qs+1hjSlvDwAGkJf6sJ6Uq1sAoZeAjxAtnEJzHIELLkIUgdEk2CYHUglx5BBJDzeEEm3qxBfjyACNXeEGkg3fiYK3mtQd6ngcQrDXwQPAtkmNxtJasq5FsHBOuopOKnfi5pSl5gTT1SpOmxWLDgAxuQePBbCSC6ak4obEHCkoifeZhLjY0cQy4KhDiEXGWtJA2+kaggwRd1VtQF6RUkvvasXBqeNfo5QjxnCW4LMtLdzURlNIGVhhtH8c9ygDiAXJsMkBZN6szio+AN00E2ICj+BiPIis3sW1o2W2cSHwVv2wy0BQmVjLlfwalBsE6JxUfBb2wHS8fmNXVadq0v11O7K8grkfgo+EeRIFgtBWRbT7aCU4NEjlN9kltQkkhUFP/EYty+i+AcIPEV30T8T0F4m5YSpC/M7uovuwrOBSLUGaynsd4jZJuyMTWIrvgo+LjMIEJd7aeJvwe5pW7KARKLH6YI3uBoyAWSJn6TUvA8QIS6WdFLCL7D1YwTJEpM9avUgk9Whfm3N/41dq8A7jgbcYNgLUD+uJv8CzAAqeZ2bs3F6UMAAAAASUVORK5CYII=') right center no-repeat;
  background-size: 20px;
}

div#AuthorPageBrowse .fancyTabs li.current h3 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAqCAYAAADxughHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyOEY1NTBCRDAxMUU4QURCQUI4MzdDM0I0NUJCRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNzYyOEY1NjBCRDAxMUU4QURCQUI4MzdDM0I0NUJCRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEzQkM2MzZFMEJDODExRThBREJBQjgzN0MzQjQ1QkJEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI3NjI4RjU0MEJEMDExRThBREJBQjgzN0MzQjQ1QkJEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FNJKHwAAAf9JREFUeNrUmdtOwkAQhtcNPp4P4IUPoPeA8gB4wEPQxHu9UvF8PryEUYOIEl5BqVUSY3Qm2U1IE+judqbtTvI3ULoMH+3XLmVMTG9vCSEmID/CzxqHNAqwWINMqhU+Vh9Sl7C4h9SEv1X925xqSvVkEdLxEOIZsooPNEgPMuchSBn2RjgIgtWAXHgEcQg5009k5MUS5NsDiAD3xuCKKEhTH3M5ryXI2ygQvVHHB8HjQHrR3ZazKkK+TECwDnIq/tDPJW3JM6yRR4q0PRYzFrzjAqIHv+YAoqnmhMIVJMiJ+LGHuTR4kyPIeYYQ+5DLuI2kxTcSZiT4rMmGpiCtjMQ3npVLy7NGO0WIpzjBXUE+TXczUVlNYKXlm6P4pylA7EGubAZIhyZlZvFR8IrtIBcQFH+FEWTBZfYtHZstM4mPgtddBrqCBErG1K/g1CBYJ8Tio+DXroNlwuYldVpOWh9JT+1JQV6IxEfBu1mCYNUUkGs9ugpODRImnOqT3IKSRKKi+McO43aTCM4Boq/4NuK/C8LbtJQgbWF3V38+qeBcIEKdwVoG2z1A1ikbU4OYio+C9/MMItTVfpT4O5Ab6qYcIFr8YIjgFY6GXCDDxK9SCp4GiFA3K1oRwTe4mnGChJGpfpFa8MEqMP/2xr/G7hTALWcjbhCsGcgvd5N/AQYAAHh5Ux4jofoAAAAASUVORK5CYII=')
}

div#AuthorPageBrowse .fancyTabs li p {
  color: #454545;
  margin: 1px 0 0;
  font-size: 13px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

div#AuthorPageBrowse .tabWrapper {
  position: relative;
}

div#AuthorPageBrowse .tabContent {
  position: absolute;
  z-index: 5;
  display: none;
  border: 1px solid #454545;
  background: #fff;
  padding: 4px;
  font-size: 16px;
  border-radius: 3px;
  width:200px;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .5);
  max-height: 180px;
  overflow-y: scroll;
}
div#tabWrapper {
    position: relative;
}

div#AuthorPageBrowse #tab-1 {
  left: 0px;
}

div#AuthorPageBrowse #tab-2 {
  left: 0;
  right: 0;
  margin: auto;
}

div#AuthorPageBrowse #tab-3 {
  right: 0;
}

div#AuthorPageBrowse .tabContent a {
  display: block;
  font-weight: 500;
  margin: 0 0 2px;
  color: #454545;
  background: #fff;
  transition: 98ms;
}

div#AuthorPageBrowse .tabContent a:hover {
  color: #333;
  background: #eee
}

div#AuthorPageBrowse .tabContent.current {
  height: 300px;
  display: block;
}

div#AuthorPageTrending,
div#AuthorPageRecentStories,
div#AuthorPageRecentStories .archiveListing>ul{
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap row;
    justify-content:space-between;
}
div#AuthorPageRecentStories .archiveListing>ul li.sectionDateInfo {
  width: 100%;
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
  flex:none;
}
div#AuthorPageRecentStories .archiveListing>ul li.sectionDateInfo strong {
  color:#9c0000;
  font-weight:400;
}
div#AuthorPageRecentStories .archiveListing>ul li.archiveImage{
  margin:0 10px 0 0;
}
div#AuthorPageRecentStories .archiveListing>ul li.storyItem{
  margin: 0;
}
div#AuthorPageRecentStories .archiveListing>ul li.archiveImage+li.storyItem{
  width: calc(100% - 200px)
}
div#AuthorPageRecentStories .archiveListing .subhead {
  line-height: 1.15;
}
div#AuthorPageRecentStories .archiveListing .tags {
  font-size: 12.4833px;
  color:#999;
  margin: 1em 0 0;
}
div#AuthorPageTrending .storyBox span.date {
  line-height: 1.15;
  margin: 3px 0 0;
  display: block;
  font-size: .9em;
}
div#AuthorPageTrending .storyBox span.date {
  font-size: 11px;
}
div#AuthorPageTrending .storyBox {
  display: inline-block;
  width: 200px;
  margin:10px 0;
  text-align:center;
}
div#AuthorPageTrending .storyBox.noImage {
  display:flex;
  display:-webkit-flex;
  flex-direction:column;
  justify-content:center;
}
div#AuthorPageTrending h2,
div#AuthorPageRecentStories h2,
div#AuthorPageTrending .moreLink,
div#AuthorPageRecentStories .moreLink {
  width: 100%;
}
div#AuthorPageTrending .storyBox img,
div#AuthorPageRecentStories .storyBox img {
  max-width: 100%;
  height: auto;
}

div#AuthorPageRecentStories .storyBox .headline,
div#AuthorPageTrending .storyBox .headline {
  font-family:'source sans pro',sans-serif;
  font-weight: 700;
  font-size: 17px;
  display:block;
  margin:3px 0 0;
}

body#Author .moreLink {
  text-align: right;
  margin:10px 0 0;
  line-height: 1.2;
}

body#Author .moreLink a {
  font-weight: 700;
  font-size: 15px;
  color: #454545;
}
div#AuthorPageTrending .storyBox .subheadline {
  display:none;
}
div#AuthorPageRecentStories .storyBox.noImage .headline,
div#AuthorPageTrending .storyBox.noImage .headline {
    font-size: 22px;
    margin: 0;
    align-items: center;
    display: flex;
    border: 1px solid #ddd;
    height: 142px;
    box-sizing: border-box;
    padding: 3px;
}
.authorBrowseMore {
    display: none;
}
span.authorBrowseMoreContent {
    display:none;
    transition:400ms;
    padding-bottom: 3px;
    margin-bottom: 8px;
    margin-left:-3px;
    border-bottom: 1px solid #ddd;
}
span.authorLinkCount {
    border: 1px solid #aaa;
    font-size:10px;
    display: inline-block;
    color: #535353;
    vertical-align: super;
    min-width: 10px;
    line-height: 1;
    text-align: center;
    padding: 1px 2px;
    border-radius: 3px;
    margin: 0 0 0px 3px;
}
a.authorLink {
    color:#343434;
    display: inline-block;
    line-height:1.2;
    font-size: 1rem;
     padding:2px 4px;
     background: #fff;
     border-radius: 2px;
     transition:88ms ease;
     position: relative;
     margin: 0 8px 0 0;
}
a.authorLink::after{
    content: " ";
    /* author link colors */
    background: #c00;
    color: #c00;
    width: 6px;
    height: 6px;
    position: absolute;
    right: -9px;
    top: 9px;
    border-radius: 3px;
}
a.authorLink:hover{
  background: #eee
}
a.authorLink:first-of-type {
  margin-left: 0
}
a.authorLink:last-of-type::after{
  content:none;
}
div#AuthorPageBrowse label {
    white-space:nowrap;
    font-style: italic;
    font-size: .9em;
    cursor: pointer;
    color: #c00;
    margin-left: 6px;
    text-transform: lowercase;
}
div#AuthorPageBrowse label span {
      display: inline-block;
    transition: 120ms;
    margin: 0px 0 0 4px;
    vertical-align: middle;
    cursor: pointer;
    transform: rotate(-90deg);
    width: 0;
    height: 0;
    border-left: 6px solid #0000;
    border-right: 6px solid #0000;
    border-top: 11px solid #c00;
}
div#AuthorPageBrowse .authorBrowseMore:checked~label span{
    transform:rotate(0deg);
    filter:grayscale(13%);
}
.authorBrowseMore:checked~span.authorBrowseMoreContent {
    display: block;
}
div#AuthorPageBrowse h4 {
    margin: 10px 0 5px;
    font-weight: 700;
    color: #999;
    font-size:14px;
}
/* ## End Author Page ## */
body#EventSearch.SearchPage div#gridMainSidebar {
    padding-right: 0;
    border-right: none;
}
div#eventsPromoBox{
  box-sizing:border-box;
      border: 2px solid #ddd;
    padding: 5px;
}
div#eventsPromoBox .storyItem>a{
  display: block;
  float: right;
  margin: 0 0 0 10px;
}
div#eventsPromoBox .storyItem{
  clear:both;
  overflow: hidden;
}
div#eventsPromoBox .storyItem .headline {
  margin: 0
}
div#eventsPromoBox .storyItem .headline a{
      font-family: 'Source Sans Pro', sans-serif;
          font-size: 17px;  
      font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin:0;
}
div#eventsPromoBox .storyItem+.storyItem{
  margin-top:8px;
  padding-top: 8px;
  border-top:1px solid #eee;
}
div#eventsPromoBox .storyItem span.ticketIcons,
div#eventsPromoBox .storyItem span.ticketIcons a,
div#eventsPromoBox .storyItem span.ticketIcons span {
  display: inline-block;
      vertical-align: text-top;
       margin: 4px 0 0;
    line-height: 1   
}
div#eventsPromoBox .storyItem span.ticketIcons img {
  margin-right: 4px;
}
div#eventsPromoBox .storyItem span.ticketIcons span.priceToolTip {
  color: #565656;
  font-size: 12px;
  vertical-align: bottom;
}
div#eventsPromoBox h5.subhead {
  margin:0 0 3px;
      color: #454545;
    line-height: 1.05;
    font-family: 'Volkhov', serif;
}
div#eventsPromoBox p.more {
    text-align: center;
    margin: 10px 0 0;
    font-weight: 700;
}
div#eventsPromoBox .storyItem .teaserContent{
  overflow: hidden;
}
div#HeaderforCategoryorSection.SpecialGuideCategoryLandingMenus {
    text-align: center;
    background: #d86c2d;
    background: -moz-linear-gradient(left, #d86c2d 0%, #bb6a34 60%);
    background: -webkit-linear-gradient(left, #d86c2d 0%,#bb6a34 60%);
    background: linear-gradient(to right, #d86c2d 0%,#bb6a34 60%);
}
div#SummaryforCategoryorSection.SpecialGuideCategoryLandingMenus {
    text-align: center;
    font-size: 2em;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
}
.SpecialGuideCategoryLandingMenus div#LandingFollowStories .storyCapsuleBlock {
    display: flex;
}
.SpecialGuideCategoryLandingMenus div#LandingFollowStories .storyCapsuleBlock  .storyTeaser {
      margin: 0 10px 0 0;
    flex: none;
}

/* Features Icons on the right */

span.FeaturesIcons {
  margin-left: 5px;
}

span.FeaturesIcons,
span.FeaturesIcons > a {
  display: inline-block;
  vertical-align: text-top;
}

span.FeaturesIcons > a {
  margin-left: 2px;
}

span.FeaturesIcons > a span {
  float: none;
}

span.FeaturesIcons + .inlineEdit {
  margin-left: 8px;
}

.FeaturesIcons_canceled span {
  background: url(/foundation/images/icons/fdn-features-icon-canceled.svg) top center no-repeat;
  width: 51px;
  background-size: contain;
}
.FeaturesIcons_online span {
  background: url(/foundation/images/icons/fdn-features-icon-online.svg) top center no-repeat;
  width: 52px;
  background-size: contain;
}

.FeaturesIcons_cancelled span {
  background: url(/foundation/images/icons/fdn-features-icon-cancelled.svg) top center no-repeat;
  width: 52px;
  background-size: contain;
}

label.FeaturesIcons_canceled span,
label.FeaturesIcons_cancelled span,
label.FeaturesIcons_online span {
  background: none;
  padding-left: 0 !important;
  width: auto;
}

div.pullQuote[class*='fdn-pullquote-align'] {
  font-size: 28px;
  margin: 10px 20px 10px;
  padding: 20px;
  font-family: Georgia, serif;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
  border: 0 none;
  clear: both;
  box-sizing: border-box;
}

div.pullQuote[class*='fdn-pullquote-align'] a {
  color: #111 !important;
  transition: 100ms;
  filter: contrast(1);
}
div.pullQuote[class*='fdn-pullquote-align'] a:hover {
  filter: contrast(.77);
}

.fdn-pullquote-align-left {
  margin-top: 0;
  margin-right: 18px !important;
  float: left;
  width: 40%;
  min-width: 225px;
  clear: both;
}

.fdn-pullquote-align-right {
  margin-top: 0;
  margin-left: 18px !important;
  float: right;
  width: 40%;
  min-width: 225px;
  clear: both;
}

.fdn-pullquote-align-center, 
[class*='fdn-pullquote-align']+[class*='contentImage'],
[class*='fdn-pullquote-align']+p+[class*='content-image']{
        clear: both;
    }

span.pullQuoteTwitter,
.pullQuote span.pullQuoteTwitter {
  margin: 10px auto 0;
  line-height: 1;
  color: #999 !important;
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-family: "Lucida Sans", Helvetica, sans-serif;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg id='Logo_FIXED' data-name='Logo — FIXED' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%231da1f2;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3ETwitter_Logo_Blue%3C/title%3E%3Crect class='cls-1' width='400' height='400'/%3E%3Cpath class='cls-2' d='M153.62,301.59c94.34,0,145.94-78.16,145.94-145.94,0-2.22,0-4.43-.15-6.63A104.36,104.36,0,0,0,325,122.47a102.38,102.38,0,0,1-29.46,8.07,51.47,51.47,0,0,0,22.55-28.37,102.79,102.79,0,0,1-32.57,12.45,51.34,51.34,0,0,0-87.41,46.78A145.62,145.62,0,0,1,92.4,107.81a51.33,51.33,0,0,0,15.88,68.47A50.91,50.91,0,0,1,85,169.86c0,.21,0,.43,0,.65a51.31,51.31,0,0,0,41.15,50.28,51.21,51.21,0,0,1-23.16.88,51.35,51.35,0,0,0,47.92,35.62,102.92,102.92,0,0,1-63.7,22A104.41,104.41,0,0,1,75,278.55a145.21,145.21,0,0,0,78.62,23'/%3E%3C/svg%3E");
  padding: 0 25px 0 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px;
  box-sizing: border-box;
  width: 90px;
}


ul.nested-checkbox-list li.parent ul li.child,
.modal.search-stacked ul.stacked-checkbox-list > li {
  position: relative;
}

.AdMediumRectangle4Pack300x250 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.AdMediumRectangle4Pack300x250:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  border-right: thin solid #ddd;
  left: calc(50% - 1px);
}

.AdMediumRectangle4Pack300x250 > div {
  margin: auto;
}

.AdMediumRectangle4Pack300x250 > div:nth-of-type(odd) {
  margin-left: 12px;
}

.AdMediumRectangle4Pack300x250 > div:nth-of-type(even) {
  margin-right: 12px;
}

.AdMediumRectangle4Pack300x250 > div:nth-child(n+3) {
  margin-top: 12px;
}
.ContentDefault[data-component-id="AdMediumRectangle4Pack300x250"],
.ContentDefault[data-component-id="AdMediumRectangle4Pack300x250"] > *:nth-child(n+3) {
    margin-top: 15px;
  }



/* =============================================================================
  BROADSTREET
  ----------------------------------------------------------------------------
  broadstreet-zone-container doesn't exist until broadstreet scripts run
============================================================================= */

div#gridColumnContainer broadstreet-zone-container,
[data-component-id="AdMediumRectangle4Pack300x250"] broadstreet-zone > div {
  display: block;
  margin: 10px 0;
}


div#gridSpanningIsland div.SpanningIsland[data-component-id^="AdMediumRectangle"],
div#gridMainSidebar div.MainSidebar[data-component-id^="AdMediumRectangle"] {
  margin-top: 0;
  margin-bottom: 0;
}

broadstreet-zone[zone-id="171304"] > div,
div#gridMain [id^="AdMediumRectangle"] broadstreet-zone > div,
div#gridSpanningIsland broadstreet-zone > div,
div#gridMainSidebar broadstreet-zone > div {
  margin-bottom: 20px;
}

/* =============================================================================
  END BROADSTREET
============================================================================= */
