div#mepr-account-nav {
  margin: -15px -20px 40px;
  width: calc(100% + 40px) !important;
  display: table;
  position: relative;
}

div#mepr-account-nav:after {
  display: block;
  clear: both;
  content: ' ';
}

div#mepr-account-nav span {
  display: table-cell;
  background: #1a1a1a;
  border-right: 1px solid #FFF;
  text-align: center;
  padding: 0px;
}

div#mepr-account-nav span:last-of-type {
  border-right: 0px;
}

div#mepr-account-nav span:hover, div#mepr-account-nav span.mepr-active-nav-tab {
  background: #003d4b;
}

div#mepr-account-nav span a {
  padding: 7.5px 15px;
  color: #FFF;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}

.mepr-nav-item.mepr-home, .mepr-nav-item.mepr-subscriptions, .mepr-nav-item.mepr-payments {
  display: none !important;
}

.account-useful-links {
  margin: 0px;
  padding: 0px;
  display: table;
  clear: both;
  position: absolute;
  top: calc(100% + 2px);
  right: 0px;
  width: 100%;
}

.account-useful-links li {
  display: table-cell;
  border-left: 1px solid #FFF;
}

.account-useful-links li:first-of-type {
  border-left: 0px;
}

.account-useful-links li a {
  text-transform: uppercase;
  font-size: 12px;
  color: #FFF !important;
  text-decoration: none !important;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  background: #003d4b;
}

.account-useful-links li a:hover {
  background: #1a1a1a;
}

article {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
}

article:after {
  display: block;
  clear: both;
  content: ' ';
}

article.members-post {
  margin: 10px 0 0;
  padding: 10px;
  display: block;
  clear: both;
  background: #eee;
}

article.members-post img {
  float: left;
}

article.members-post .content {
  width: calc(100% - 165px);
  float: right;
}

article.members-post .content small {
  font-size: 12px;
}

article.members-post .content p {
  font-size: 12px;
}

article.members-post.post-members-classes, article.members-post.post-members-v-tours {
  width: calc(50% - 10px);
  display: block;
  float: left;
  clear: none;
  margin: 5px;
  text-align: center;
}

article.members-post.post-members-classes.full-width, article.members-post.post-members-v-tours.full-width {
  width: 100%;
  margin: 5px;
}

article.members-post.post-monthly-updates {
  width: calc(50% - 10px);
  display: block;
  float: left;
  clear: none;
  margin: 5px;
  text-align: center;
}

article.members-post.post-monthly-updates.full-width {
  width: 100%;
  margin: 5px;
}

article.members-post.post-monthly-updates.full-width h4 {
  background: #003d4b;
  padding: 15px;
  margin: -10px -10px 10px;
  width: calc(100% + 20px);
  color: #FFF;
}

article.members-post.post-monthly-updates.full-width .blogs {
  margin: 0 0 15px;
  display: block;
  clear: both;
}

article.members-post.post-monthly-updates.full-width .blogs .blog {
  width: 100%;
  display: flex;
  margin: 0 0 15px;
  padding: 0px;
}

article.members-post.post-monthly-updates.full-width .blogs .blog h5 {
  color: #FFF;
  text-transform: uppercase;
}

article.members-post.post-monthly-updates.full-width .blogs .blog:after {
  display: block;
  clear: both;
  content: ' ';
}

article.members-post.post-monthly-updates.full-width .blogs .blog .content {
  flex: 1;
  padding: 15px;
  background: #003d4b;
  color: #FFF;
  text-align: left;
}

article.members-post.post-monthly-updates.full-width .blogs .blog .image {
  width: 200px;
  background: red;
  background-size: cover !important;
  background-position: center center !important;
}

article.members-post.post-monthly-updates.full-width .blogs .blog.blog-1 .content {
  float: right;
}

article.members-post.post-monthly-updates.full-width .blogs .blog.blog-2 .content {
  float: left;
}

article.members-post.post-monthly-updates.full-width .blogs .blog.blog-3 .content {
  float: right;
}

article.members-post.post-monthly-updates.full-width .videos {
  margin: 0 -10px 15px;
  padding: 0px;
  display: flex;
}

article.members-post.post-monthly-updates.full-width .videos iframe {
  margin: 0 10px;
}

article.members-post.post-monthly-updates.full-width .short-talk {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  margin: 0 0 15px;
}

article.members-post.post-monthly-updates.full-width .short-talk iframe {
  width: 100%;
  height: 400px;
}

article.members-post.post-monthly-updates h4 {
  width: 100%;
  padding: 10px;
  margin: 0px;
  display: block;
}

article.members-post.post-monthly-updates .content {
  width: 100%;
}

article.members-post.post-monthly-updates iframe {
  width: 100%;
  height: 200px;
}

.members-btn,
.mepr-submit,
.mepr-submit {
  margin: 0px !important;
  padding: 7.5px 15px !important;
  background: #1a1a1a !important;
  color: #FFF !important;
  text-decoration: none !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  border: 0px !important;
  border-radius: 0px !important;
}

.member-video-list {
  margin: 0 -5px;
  padding: 0px;
  display: block;
  clear: both;
}

.member-video-list:after {
  display: block;
  clear: both;
  content: ' ';
}

.archive_filter {
  background: #003d4b;
  margin: 0px;
  padding: 10px 5px;
  display: flex;
}

.archive_filter input,
.archive_filter a {
  flex: 1;
  margin: 0 5px;
  padding: 5px;
  border-radius: 0px !important;
  outline: none !important;
  border: 0px !important;
}

.archive_filter input[type="submit"] {
  max-width: 120px;
  background: #1a1a1a;
  color: #FFF;
}

.archive_filter a {
  max-width: 160px;
  background: #1a1a1a;
  color: #FFF;
  text-align: center;
  text-decoration: none !important;
}
