/* ------------------------------------------------------------------ */
/* Element Defaults */
/* ------------------------------------------------------------------ */
 /* ------------------------------------------------------------------------------  */
/* REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! */
/*                                                                                 */ 
/*              ALL CUSTOM STYLES MUST BE ADDED TO MOBILE STYLES AS WELL!          */
/*                                                                                 */
/*                                                                                 */ 
/* ------------------------------------------------------------------------------- */
/* These were reset by reset.css. */
p {margin:1em 0;font-family: 'Lato', sans-serif;font-weight:400;}
strong {font-weight:700;}
em {font-style:italic;}

/* Fonts */
body {
  font-family: 'Lato',Helvetica, sans-serif;
  font-weight:400;
  font-size: 78%;
  color:#000;
  text-rendering:geometricPrecision;
}

a {
  color:#b90d0e;
  transition:color ease .2s;
  text-decoration:none;
  }
a:hover {color:#777;}


/* ------------------------------------------------------------------ */
/* Common Defaults */
/* ------------------------------------------------------------------ */

/* clearfix - for closing elements containing floats across browsers */
.clearfix:after {
  content:" "; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

a.inlineEdit, span.inlineEdit {
  font-family: Arial, Helvetica, Verdana, sans-serif!important;
  font-weight:normal!important;
  font-size:10px!important;
  color:#999!important;
  text-decoration:none!important;
  text-transform:uppercase;
}
  a.inlineEdit:hover, span.inlineEdit:hover { color:#f00!important; }

.hidden_element { display:none; }

.image_magnify {
  position:absolute;
  top:0;
  right:10px;
  width:16px;
  height:16px;
}
.clicktozoom {
  display:block;
  text-align:right;
  font-size:9px;
  text-decoration:none;
}

.headline, 
.headline a {


  text-decoration: none;
}
  .headline a:hover {color:#777;}

.subheadline {
  font-size:1.2em !important;
  color: #999;
  margin:1px 0;
}
/* -- Force lists in blogs to have default list style -- */
.postBody ol li {list-style: decimal inside;}
.postBody ul li {list-style: disc inside;}
.postBody ul li.imageCredit,.postBody ul li.imageCaption {list-style:none;}
/* ---------------------------------------------------- */
.byline {

  color:#929292;
}
.byline span {
  
}
a.mapLink {
    color: #999;
}
.tags {
  font-size:13px;
}
.excerpt { /* XXX Where is this used? */
  margin: 10px 15px;
  padding: 15px;
  background: #eee;
  border: 1px dotted #000;
}
.notice {
  margin:0;
  padding:9px;
  background-color:#eee;
  text-align:center;
}
.pagination {font-size:13px;}
div.storyPagination {font-size: 1.1em;}

a.memberThumb {
  display:block;
  width:50px;
  height:50px;
  overflow:hidden;
}

input.searchbox {
  background: url(/images/icons/magnifying-glass-solid.svg) 8px center no-repeat;
  padding: 8px 8px 8px 28px;
  background-size: 15px;
  border: thin solid #999;
  font-size: 16px;
}
  input.searchbox:focus {outline:none;}

div#SectionArchives form.searchForm{
  display: flex;
}

div#SectionArchives form.searchForm input.searchbox,
div#SectionArchives form.searchForm select {
  width: calc((100% * 1/3.001) - 20px);
  box-sizing: border-box;
}
div#SectionArchives form.searchForm select {
  margin-left: 6px;
  padding: 0 7px;
  font-weight: 700;
  font-size: 16px;
}
div#SectionArchives form.searchForm .submit {
  display: inline-block;
  width: 40px;
  font-weight: 700;
  margin-left: 6px;
  font-size: 16px;
  cursor: pointer;
}
div#SectionArchives form.searchForm + form.searchForm {
  flex-direction: column;
}
div#SectionArchives form.searchForm + form.searchForm label {
  font-size: 15px;
  font-weight: 700;
}
div#SectionArchives form.searchForm + form.searchForm select {
  width: 200px;
  margin-left: 0;
}

div#SectionArchives h2 {
   padding: 4px 7px;
   background: #f1f1f1;
   font-size: 20px;
   color: #999;
}

.BlogButton {
  display:block;
  width:140px;
  height:45px;
  background-repeat:no-repeat;
  text-indent:-6000px;
}

.sectionHeader { 
  background-repeat:no-repeat;
  background-position:left top;
  color:#000;
  font-size:16px;
  font-weight:normal;
  text-align:left; 
}
  .sectionHeader a, 
  .sectionHeader span {
    display:block;
    text-indent:-6000px;
  }
  h1.sectionHeader {
    height: 22px;
  }
    h1.sectionHeader a, 
    h1.sectionHeader span { 
      height: 22px; 
      line-height: 22px;
    }
  h2.sectionHeader {
    height: 13px;
  }
    h2.sectionHeader a, 
    h2.sectionHeader span { 
      height: 13px; 
      line-height: 13px;
    }

#gridMainSidebar1 div.MainSidebar { 
  background: none;
  margin-bottom: 15px; 
}
  #gridMainSidebar1 div.MainSidebar h3 {
    padding: 0 0 10px;
    background: none;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1em;
  }
    #gridMainSidebar1 div.MainSidebar h3 a { 
      color: #000;
      text-decoration: none;
    }
    #gridMainSidebar1 div.MainSidebar ul {
      padding: 0;
    }

/* ------------------------------------------------------------------ */
div.tools {
  margin-bottom: 5px;
  width: 156px;
  padding: 2px;
}
.comp-shell-sharetools div.tools {
  width: auto;
  padding: 0;
  margin-bottom: 0;
}
  div.tools h3 {
    display:none;
  }
  div.tools h4 {
    padding: 0 0 3px 0;
    
    font-size: 10px;
    text-transform: uppercase;
  }
  div.tools *+h4 { padding-top: 8px; }
  div.tools ul {
    background:#fff;
    border: 1px solid #ccc;
    border-radius:5px;
  }
  div.tools ul li {
   
    font-size: 13px;
  }
    div.tools ul li.shareLink {
      padding: 4px 5px;
    }
  div.tools ul li a {
    background-repeat: no-repeat;
    background-position: 5px center;
    display: block;
    padding: 5px 0 5px 25px;
    text-transform: lowercase;
  }
  div#LocationTools {
    margin: 10px 0 0;
}
  #FilmToolsTools ul li a.toolTextLink {display:inline-block;padding:0;margin:4px 0;}
  #FilmToolsTools ul li a.toolIconLink {display:inline-block;padding:0;margin:4px 0;width:20px;}

  div.tools ul li * a,
  div.tools ul li.shareLink a {
    display: inline;
    padding: 0;
    text-transform: none;
  }
  div.tools ul li.l1 {
    padding: 5px;
  }
  div.tools ul li.l0 ul {
    margin-bottom: 5px;
  }

  div.tools div.togglePanel {
    padding: 5px;
    background-color: #eee;
  }
    div.horizontalToolsTogglePanel {
      padding: 5px;
      background-color:#eee;
    }
  div.tools div.togglePanel textarea,
  div.horizontalToolsTogglePanel textarea,
  div.tools div.togglePanel input[type=text],
  div.horizontalToolsTogglePanel input[type=text] {
    width: 132px;
    padding: 2px;
    border: solid 1px #000;
  }
  div.tools div.loading,
  div.horizontalToolsTogglePanel div.loading {
    /* loader image from ajaxload.info */
    background-image: url(/images/icons/toolsloader.gif);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding: 0 20px;
  }

  div.tools a.emailAction {
    background-image: url(/images/icons/article_tools/icon_email_white.png);
  }
  div.tools a.printAction {
    background-image: url(/images/icons/article_tools/icon_print_white.png);
  }
  div.tools a.shareAction {
    background-image: url(/images/icons/article_tools/icon_share_white.png);
  }
  div.tools a.saveAction{
    background-image: url(/images/icons/article_tools/icon_favorite_white.png)
  }
  div.tools a.saveAction.listAction{
    background-image: url(/images/icons/article_tools/icon_list_white.png)
  }
  div.tools a.icalAction {
    background-image: url(/images/icons/article_tools/icon_ical_white.png);
  }
  div.tools a.commentItem {
    background-image: url(/images/icons/article_tools/icon_comment_white.png);
  }
  div.tools a.reminderAction {
    background-image: url(/images/icons/article_tools/icon_remind_white.png);
  }
  .tools a{
    background-size: 18px;
  }
  div.tools a.addAction {
    display: block;
    padding: 5px 0 5px 18px;
    background-repeat: no-repeat;
    background-position: 0px center;
    background-image: url(/images/icons/article_tools/add.gif);
  }
    div.tools form a.addAction {
      background-image: none;
      padding:5px;
      text-decoration: none;
    }

div.horizontalTools {
  float:left;
  width:100%;
  margin-bottom:10px;
  border-radius:5px;
  border:1px solid #ddd;
}
  div.horizontalTools ul {
    padding:0;
  }
  div.horizontalTools li.l0 {
    float:left;
    margin:0 5px;
    padding:1px 6px;
  }
    div.horizontalTools li.l0 a {
      text-decoration:none;
      font-size:.9em;
    }
  div.horizontalToolsTogglePanel {
    width:auto!important;
    height:auto!important;
    padding:10px;
  }
    div.horizontalToolsTogglePanel .toolsInner {
      padding:5px;
    }
      div.horizontalToolsTogglePanel .toolsInner h3 {
        margin:5px 0;
      }
  div.horizontalToolsTogglePanel ul li.l1 {
    margin: 2px 0;
    padding: 2px;
    background: #eee;
  }

div.processOutput {
  background: #eee;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #000;
}

/* ------------------------------------------------------------------ */

div.tinyTools {
  float: right;
  width: 116px;
  margin:15px 0 0 10px;
  padding:0;
  border:1px solid #e6e6e6;
  background-color: #fff;
  font-size: 10px;
  line-height: .7em;
  border-radius:4px;
}
body.EventSearch div.tinyTools {
  width:133px;
  margin:12px 0 0;
  line-height:.5em;
  padding:4px 0 4px 3px;
  font-size:11px;
}
body.LocationSearchLanding div#searchResults {
  width:480px;
}
body.LocationSearchLanding div.tinyTools {
  float:right;
  margin:0;
}
  div.tinyTools h3 {
    font-size: 10px;
    line-height: 1em;
    font-weight: normal;
  }
  div.tinyTools h4 {
    margin: 5px 0 2px 0;
    font-size: 10px;
    font-weight: normal;
  }
  div.tinyTools ul {
    margin:0;
  }
    div.tinyTools ul li.l0 {
      font-family:'Lato';
      margin-bottom: 4px;
    }
      div.tinyTools ul li.l0 a {
        
        display: block;
        padding: 3px 2px;
        text-decoration: none;
        color:#777;
      }
      div.tinyTools ul li.l0 a:hover {
        color:#222;
      }
  div.tinyTools div.togglePanel ul {
    margin: 0;
  }
  div.tinyTools div.togglePanel {
    padding: 4px;
  }
  div.tinyTools div.togglePanel textarea,
  div.tinyTools div.togglePanel input[type=text] {
    width: 102px;
    padding: 2px;
    border: solid 1px #000;
  }

/* ------------------------------------------------------------------ */
div.flipBook {
    position: relative;
}
div.flipBook .credit {
  margin-top: 2px 0 2px 0;
  text-align: right;
  font-size: 9px;
  text-transform: uppercase;
}
div.flipBook div.photGridWrap {
  text-align: center;
}
div.flipBook div.photoGrid {
  display: inline-block;
  margin-top: 4px;
  border-top: dotted 1px;
  padding: 4px 0 4px 1px;
}
div.flipBook div.photoGrid a,
div.flipBook div.photoGrid a:link,
div.flipBook div.photoGrid a:visited,
div.flipBook div.photoGrid a:hover {
  position: relative;
  float: left;
  text-decoration: none;
  border: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #000;
  margin: 3px 5px 4px 0;
  width: 46px;
  height: 46px;
}
div.flipBook div.photoGrid a:hover {
  width: 50px;
  height: 50px;
  left: -2px;
  top: -2px;
  margin-right: 1px;
  margin-bottom: 0px;
}


/* ------------------------------------------------------------------ */
/* Comments */
/* ------------------------------------------------------------------ */
div.commentsHeader a.feedLink {
  background:transparent url(/images/rss-small.gif) no-repeat top center;
  color:transparent;
  font-size:.7em;
  text-decoration:none;
  text-indent:-6000px;
}

/* ------------------------------------------------------------------ */
/* Inline Images */
/* ------------------------------------------------------------------ */
.contentImageCenter {
  text-align:center;
}
.contentImageRight {
  float:right;
  margin-left:10px;
  position:relative;
}
.contentImageLeft {
  float:left;
  margin-right:10px;
  position:relative;
}

/* blog images */  
.postBody img.blogImageLeft,
.postBody img.blogImageRight,
.postBody img.blogImageCenter {
  background:#eee none repeat scroll 0 0;
  border:1px solid #000;
  display:block;
  margin:5px;
  padding:5px;
  text-align:center;
}
.postBody img.blogImageLeft {
  float:left;
  display:inline;
  margin:0 10px 10px 0;
}
.postBody img.blogImageRight {
  float:right;
  display:inline;
  margin:0 0 10px 10px;
}
.postBody img.blogImageCenter {
  display:inline;
  margin:0 10px 0 10px;
}

div.blogImageRight {
  float: right;
  margin: 0 0 5px 10px;
}
div.blogImageCenter {
  clear: both;
  margin: 10px auto;
}
div.blogImageLeft {
  float: left;
  margin: 0 10px 5px 0;
}
div.blogImageCenter ul,
div.blogImageLeft ul,
div.blogImageRight ul {
  padding: 0;
  margin:-5px 0 10px 0;
  color: #555;
  font-size: 12px;
  text-align: right;
  
}
  ul li.imageCredit {
    letter-spacing: 0.1em;
    font-size: 12px;
    list-style: none outside none;
    text-align:right;
    padding-right:10px;
  }
  ul li.imageCredit a {
    color:#111;
  }
  ul li.imageCaption {
    font-size: 13px;
    text-align:right;
    padding-right:10px;
    list-style: none outside none;
    color:#888;
    margin-bottom:10px;
    
  }
div.prevNext {
  color:#fff;
  padding:0 6px;
}
div.prevNext a.prev {
  float:left;
}
div.prevNext a.next {
  float:right;
}
/* Digital Issue styles [Issue Archives] */
li.digitalIssue {
  padding-top: 5px;
}
a.digitalIcon {
  background: #f2f2f2 url(/images/icons/paper.gif) no-repeat scroll 5px center;
  padding: 3px 4px 3px 20px;
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
  border-radius:5px;
  border: 1px solid #ccc;
  transition:all ease .2s;
  -moz-transition:all ease .2s;
  -webkit-transition:all ease .2s;
}
a.digitalIcon:hover {
  background-color: #333;
  color: #F3F3F3;
}
  #archiveIssueHeader ul {
    margin-bottom: 15px;
  }
  #archiveIssueHeader a.digitalIcon {
    font-size: .8em;
    background: #eee url(/images/icons/paper-large.png) no-repeat scroll 2px center;
    padding-left: 25px;
  }

/* Twitter Feed */
#TwitterFeed {
  
  padding: 0;
}

  #TwitterFeed h2.widget_head a {
    color:#999;
    text-decoration:none;
    }
    div#TwitterFeed.MainColumn h2.widget_head {
      text-align: left;
   width:73.448898452099%;
    }

#twitter_div {
  padding: 0 5px 5px;
}  
  #twitter_div ul {
    padding: 0;
    overflow: hidden;
  }
    #twitter_div ul li {
      margin:5px 0 0;
      padding:5px;
      background:#eee;
      font-size:0.9em;
      border-bottom: 2px solid #000;
      color: #000;
      }
      #twitter_div ul li a.twitterTime {
        color: #000;
        font-style: italic;
        font-size: .9em;
        text-decoration: none;
      }

#locationsGroup.displayOptional {
  display: block;
}
div.searchedFor .sortBar {
  float:right;
  margin-right:14px;
  text-align:right;
  position:relative;
}
div.searchedFor .sortBar a {
  color:#777;
  font-size:13px;
  text-transform:none;
  line-height:1.75;
}
  div.searchedFor .sortBarHeader a {
    display:inline-block;
    height:18px;
    margin-left:0;
    padding:0 18px 0 0;
    background:transparent url(/images/buttons/sort-arrows.png) right bottom no-repeat;
    color:#777;
    text-decoration:none; 
    outline: 0;
    }
div.searchedFor ul.narrowOptionsBar {
  position:absolute;
  right:-7px;
  top:17px;
  margin-top:4px;
  padding:6px;
  background:#fff;
  line-height:1.4;
  border:1px solid #777;
  box-shadow:1px 3px 12px #555;
}
div.searchedFor ul.narrowOptionsBar li a {
  display:block;
  text-align:left;
}
div.searchedFor ul.narrowOptionsBar li a:hover {
  text-decoration:underline;
}
.postBody blockquote,#BlogEdit .contentBody blockquote {
  width: 80%;
  border-left: 2px solid #CCC;
  padding: 0 0 0 10px;
  margin: 15px auto;
}
.inlineComponent.inlineLeft {
  float: left;
  margin: .25em 10px .25em 0;
}
.inlineComponent.inlineRight {
  float: right;
  margin: .25em 0 .25em 10px;
} 
.inlineComponent.inlineCenter{
  margin:.5em auto;
  text-align: center;
}
.inlineComponent.inlineCenter div {
  margin:auto;
}  

.socialLogInHolder a {
  color:#000;
  }
/* -- Global Drop Cap Style -- */
.fdnDropCap {
    display: block;
    float: left;
    font-size: 5em;
    margin: 20px 10px;
    font-weight: 700;
    line-height: 0.5em;
}

#Location #MagnumImage>div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content:flex-end;
  justify-content: flex-end;
  font-size: 0;
}
#Location #MagnumImage img{
  order:1;
}
#Location #MagnumImage .credit {
  order:3;
  font-size: 11px;
}
#Location #MagnumImage .caption{
  order:2;
  font-size: 12px;
}
#Location #MagnumImage .credit+.caption::after{
  content: ", ";
  font-size: 12px;
  margin: 0 3px 0 -3px;
}
#Location #MagnumImage .credit,
#Location #MagnumImage .caption {
  display: inline-block;
  margin: 0;
  text-transform: none;
}
/* Begin Infobox Connection Styles */
.connection.infoBox {
    padding: 8px;
    box-sizing: border-box;
    border: 1px dotted #ddd;
    color: #444;
    line-height: 1.33;
    text-align: left;
    font-size:.95em;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 1px #ccc;
}
.connection.infoBox.Right{
  width: 220px;
  float: right;
  margin:5px 0 1em 15px;
}
.connection.infoBox.Left{
  width: 220px;
  float: left;
  margin: 5px 15px 1em 0;
}
.connection.infoBox.Center {
  width: calc(100% - 100px);
}
.connection.infoBox ul li{
  text-align: left;
  list-style: disc outside none;
  margin:10px 5px 0 15px;
}
.connection.infoBox ol li{
  text-align:left;
  list-style: decimal outside none;
  margin:10px 5px 0 15px;
}
.connection.infoBox ul,
.connection.infoBox ol {
  margin:0 0 10px;
}
.connection.infoBox p:first-child {
  margin-top: 0;
}
.connection.infoBox a {
  font-weight: 700;
  color:#777;
}
.connection.infoBox a:hover{
  opacity: .88;
  text-decoration: underline;
}
/* End Infobox Connection Styles */

.fdn-inline-connection-pdf-link {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    margin: 30px 0 20px;
    clear: both;
    position: relative;
    border: thin solid #CCC;
    border-width: thin 0;
    background: url(/foundation/images/air/icon-pdf.svg) left 14px no-repeat;
    background-size: 20px;
    padding: 15px 2px 5px 25px;
    line-height: 1;
  }
  .fdn-inline-connection-pdf-link a {
    transition: ease 155ms;
    display: block;
  }
  .fdn-inline-connection-pdf-link a:hover {
    color: #000 !important;
  }
  .fdn-inline-connection-pdf-link-title {
    display: block;
  }
  .fdn-inline-connection-pdf-link a .fdn-inline-connection-pdf-link-caption {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-top: 5px;
  }
  .fdn-inline-connection-pdf-link::before {
    content: "PDF";
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    position: absolute;
    top: 5px;
    left:25px;
  }
  .fdn-inline-connection-pdf-link a .fdn-inline-connection-pdf-link-credit {
    font-size: 13px;
    font-weight: 400;
    color: #666;
  }
  .fdn-inline-connection-pdf-link a .fdn-inline-connection-pdf-link-credit:before {
    margin: 0 3px;
    content: " -- ";
    display: inline-block;
  }

