/*
 * Globals
 */

body {
  /* font-family: Georgia, "Times New Roman", Times, serif; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-weight: normal;
  color: #333;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #1b6494;

  -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* Nav links */

.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #1b6494;
}

.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */

.blog-nav .active {
  color: #fff;
}

.blog-nav .inactive {
  color: rgb(192, 192, 192);
}

.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}

/*
 * Blog name and description
 */

.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: normal;
}

.blog-description {
  font-size: 18px;
  color: #999;
}

/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */

.sidebar-module {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
  height: 180px;
}

/* .sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
    margin-bottom: 0;
} */

/* Pagination */

.pager {
  margin-bottom: 60px;
  text-align: left;
}

.pager>li>a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  /*f6eef7*/
  /* color: #262721; */
  /* border: 1px solid #a1a1a1; */
  padding: 10px 10px 10px 10px;
  border-radius: 10px 20px;
  /*text-align: center;*/
  height: 150px !important;
}

.blog-post-title {
  margin-bottom: 5px;
  font-size: 36px;
}

.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

.onMarch {
  color: #d12b0b;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

.appLogo {
  width: 100px;
  height: 90px;
  border: 1px solid #333;
  border-radius: 10px;
}

.appLogo_noborder {
  width: 100px;
  height: 90px;

}

.row {
  margin: 0 0 10px 0;
}

.me {
  border: none;
  border-radius: 50%;
  float: right;
  margin-right: 10px;
}

ul.contact li {
  list-style-type: none;
  height: 36px;
}

.bt_mobile {
  margin-top: 5px;
  width: 100px;
  height: 32px;

}

.appTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black;

}

.youtube {
  width: 80px;
  height: 24px;
}

.story {
  padding: 10px 0;
}

hr.storyhr {
  border: 1px dashed rgb(7, 76, 85);
}

.story-post {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  padding: 10px 10px 10px 10px;
  border-radius: 10px 20px;
}

/*
 .story .type {
	background-image: url(/i/article-gray.svg);
}
.story .type {
	display: block;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-size: auto 14px;
	background-position-y: center;
	font-size: 13px;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 10px;
	margin-top: 2px;
	padding-top: 1px;
	line-height: 15px;
}
.story .type i {
	padding-left: 5px;
	background-repeat: no-repeat;
	background-size: auto 14px;
	background-position-y: center;
	text-transform: lowercase;
	color: #555;
	margin-bottom: 10px;
	margin-top: 2px;
	padding-top: 1px;
	line-height: 15px;
}
*/
/*----------------------*/
/*----------------------*/
/*----------------------*/
/*----------------------*/



.related-content .item-list {
  margin-bottom: 0;
}

.grid.compact {
  grid-template-columns: repeat(3, 1fr);
}

.item-list.grid {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
}


.related-content .item-list>li {
  background-color: #e2e2e2;
  min-height: 100px;
}

.item-list.grid.latest>li,
.item-list.grid.featured>li,
.related-content .item-list>li {
  padding: 0;
}

.item-list.grid>li {
  margin-top: 0;
}

.item-list>li,
.feed>li {
  margin-top: 20px;
  background-color: #f3f3f3;
  padding: 12px 14px;
  border-radius: 15px;
  overflow: hidden;
}

.item-list.grid {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
}

.article,
.item-list article {
  padding: 10px;
}

.article .type {
  background-image: url(/i/article-gray.svg);
}

.article .type {
  display: block;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position-y: center;
  font-size: 13px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 10px;
  margin-top: 2px;
  padding-top: 1px;
  line-height: 15px;
}

.article .type i {
  padding-left: 5px;
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position-y: center;
  text-transform: lowercase !important;
  color: #555;
  margin-bottom: 10px;
  margin-top: 2px;
  padding-top: 1px;
  line-height: 15px;
}