/* increase full content width */
body:not(.home) .content { max-width: 960px !important; }

.home .authority-featured-image { display: none; }

.title-area { display: none; }
.site-header .nav-primary
  {
		float: left;
		max-width: 100%;
  }

.sidebar-primary { display: none; }

@media only screen and (min-width: 960px)
  {
	.midblock{ width: 1200; margin-left: -260px; margin-right: -260px; }
  }

.new_banner_container { width: 100% !important; }
.new_banner_logo { width: 90% !important; }

/* hide log-in button on mobile devices */
@media only screen and (max-width: 1000px) {
  .log_in_button {
    display: none;
  }
}

.page-template-default .authority-featured-image { display: none; }

/* .site-inner { padding-top: 0 !important;  } */

.header_blurb { background-color: #f7e4ec; padding: 8px 8px 12px 16px; margin-top: 24px; margin-bottom: 48px; font-family: "Source Sans Pro", europa-1, "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 18px; }

.header_button { width: 10%; text-align: right; float: right; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item { text-transform: uppercase !important; }

.mega-menu-wrap { font-family: "Source Sans Pro", europa-1, "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.note { font-style: italic !important; }

body:not(.home) .header_blurb { display: none; }

/* tables */
/* Tables */
table {
  font-size: 16px;
  margin-bottom: 5%;
  padding: 0;
  width: 90%;
}

table thead {
  background: #fcf5fa;
}
table thead th {
  font-weight: bold;
}

table td, #content table th {
  padding: 5px;
}

table td {
  border-bottom: solid 1px #fcf5fa;
}

table tr:last-child td {
  border-bottom: none;
}

table tr:nth-child(odd) {
  background: #fcf5fa;
}
table th, table td, table tr, table { border: none; }

table a { text-decoration: none; border-bottom: 2px solid #C4D1E0;
    transition: .2s ease-in-out;}

/* design Latest Posts blocks */
a.wp-block-latest-posts__post-title { font-size: 24px; text-decoration: none; font-weight: bold; }

.no_banner .authority-single-image { display: none; }

/* hide banner image on video Posts */
.single.livestreams .authority-single-image, .single.recorded-videos .authority-single-image, .single.event-videos .authority-single-image { display: none; }


/* hide all page titles */
.page .entry-title {
display: none;
}


/* membership pages */
.memberpressproduct .jp-relatedposts { display: none !important; }