ul.nav li.dropdown:hover ul.dropdown-menu { display: block; }
h1 a{ display: inline-block; height: 70px; padding: 20px 0 0 90px; color: black; }
h1 a:hover { text-decoration: none; color: black; }
h2 a { color: black; }

h1, h2, h3 { font-family: georgia, serif; }
figcaption {
  text-align: center;
}
p.pubdate { font-style: italic; font-size: 0.9em; }

.sidebar h3 { font-size: 1em; line-height: 1.2em; margin-bottom: 0; }
.sidebar ul { margin-left: 0; list-style-type: none; }

/*.form-group input, .form-group button, .form-group select{
  float: left;
}*/

.form-btn {
  margin-left: 5px;
}
.navbar-inner h1 {
  margin: 0;
}
.navbar a.brand {
  width: 200px;
  line-height: 20px;
  height: inherit;
  font-size: 15px;
}
.navbar-inner {
      height: 60px;
}
ul.nav.navbar-nav {
    position: relative;
    display: inline-flex;
    float: left;
    align-items: center;
    margin: 0;
    height: inherit;
}
.textarea {
  width: auto;
  height: 100px;
}

/* Pages */
.primary-img, .media-img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border: 4px solid #f1f1f1;
  border-radius: 1px;
}
.col {
    display: block;
    width: auto;
    float: left;
    margin: 10px;
}
.col textarea{
    height:100px;
}
.col .btn {
    display: block;
    margin: 10px auto;
}
.col-item {
  display: block;
  width: 100%;
}
.primaryUpload .primary-img {
  height: 180px;
  width: 360px;
}
#relatedArticlesModal td {
  cursor: pointer;
}
#relatedArticlesModal td:hover {
  background-color: #ddd;
}
.relatedArticlesList, .selectedItemList {
  display: inline;
}
.relatedArticlesItem, .selectedItem, .showSelected {
  display: flex;
}
.container-wrapper {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.container-element {
  padding-bottom: 20px;
}
.container-element .MediaFiles-media {
  height: calc(400px - 20vw);
  object-fit: cover;
  width: 40vw;
}
.article-body p:nth-last-child(2) {
  display: inline;
}
.article-tagline-text {
  font-weight: 700;
  font-style: italic;
}
.article-body strong {
  font-weight: bold;
}
.content-body strong {
  font-weight: bold;
}
.StoryBody strong {
  font-weight: bold;
}
.Sort {
  display: flex;
}
.Sort-element {
  padding-right: 30px;
}
.sort-icon {
  cursor: pointer;
}
.AppContent{
    margin-top:50px !important;
}
