h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}

p {
  font-size: 1.2em;
}

h1{
  margin-top: 25px;
}

h1,
.newpalmyra {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.float-right { float: right; }

.center { text-align: center }
.right { text-align: right }

.newpalmyra {
  color: #333333;
}

.newpalmyra-new {
	color: #D45500;
}

.site-icon {
	margin-right: 0.15em;
}

#about h1, h2 {
  text-align: center;
}

#about h1 {
  margin-bottom: 50px;
}

#statementdiv h1, h2 {
  text-align: center;
}

#statementdiv h1 {
  margin-bottom: 50px;
}

.deathlink {
  padding-top: 300px;
  margin-bottom: 50px;
}

#affiliates-list img {
  width: 100%;
  height: auto;
}

#news-list ul,
#affiliates-list ul {
  padding: 0;
  list-style: none;
}

html,
body {
  overflow-x: hidden;
}

.albums .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.albums .card {
  float: none;
  flex: 0 0 auto;
  padding: .75rem;
  margin: 0 0.5rem 1rem;
}

.container img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.cbclink a {
  color: white;
}

#bassel-in-palmyra {
  width: auto;
  height: 600px;
  margin-right: 15px;
  margin-top: 5px;
  text-align: left;
  float: left;
}
/* bootstrap overrides */


header.masthead {
  background-image: url("../img/notre-dame-photogram-1.jpg");
  background-color: black;
  background-size: 100%;
  background-repeat: no-repeat;
}

header .header-content-inner {
    padding: 20px;
    background: rgba(237, 76, 29, 0.6);
    border-radius: 6px;
    font-size: 1.5em;
}

.header-content {
  margin-top: 0px;
}

header.masthead .header-content .header-content-inner p {
  font-weight: 600;
}

/*
@media (min-width: 992px) {
  .about #mainNav.navbar-dark:not(.navbar-shrink) .newpalmyra {
    color: #333333;
  }
}

.project #mainNav:not(.navbar-shrink),
.page #mainNav:not(.navbar-shrink) {
  background-color: #000000;
}

.project #mainNav:not(.navbar-shrink) .newpalmyra-new,
.page #mainNav:not(.navbar-shrink) .newpalmyra-new {
  color: rgba(255,255,255,.7);
}
*/

section {
  padding: 50px 0;
}

.bg-primary,
.btn-primary {
  background-color: #D45500 !important;
}


.bg-primary {
  color: rgba(255,255,255,.8);
  font-weight: 600;
}

.bg-primary a {
  color: white;
  text-decoration: underline;
}

.bg-primary hr {
  border-color: rgba(255,255,255,.8);
}

body {
  font-size: 1.2em; font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

a.dropdown-item {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

.advisors-list li { overflow: auto; margin-bottom: 25px; }
.advisors-list .views-field-field-bio { margin-bottom: 15px; }
.views-field-field-quote { font-weight: bold; }
.advisors-list .views-field-field-quote i { position: relative; margin-left: 10px; color: #000000; opacity: 0.25; }
.advisors-list .views-field-field-quote i:first-child { float: left; font-size: 25px; margin-right: 10px; margin-left: 0px; }
.advisors-list img { position: relative; float: left; max-width: 30%; height: auto; margin: 5px 30px 15px 0; border-radius: 6px; }

#mc_embed_signup{
  background:rgba(0,0,0,0);
  clear:left;
  font:14px -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  width:100%;
}

#mc-embedded-subscribe-form input[type=checkbox]{
  display: inline;
  width: auto;
  margin-right: 10px;
}

#mergeRow-gdpr {
  margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
  font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset{
  border:none;
  min-height: 0px;
  padding-bottom:0px;
}

iframe.view-content {
	width: 100%;
	height: 600px;
}

.bigbanner {
	width: 100%;
	max-width: 100%;
	display: block;
}

.post img.thumbnail {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 0 1.5rem;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.low {
	padding: 2em 0;
	overflow-x: hidden;
}

.low > .row {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 768px) {
	.low > .row {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width: 1200px) {
	.low > .row {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.low > .row > [class*="col-"] {
	min-width: 0;
}

.high {
	padding: 2em 0;
	background-color: #F05F40;

}

.high h1,
.high h2,
.high h3 { color: white; }

.high a  { color: white; }


.news ul,
.press ul {
	list-style-type: square;
}

.news ul li > a,
.press ul li > a,
.news-press-list li > a {
	color: #222;
}

.news ul li > a:hover,
.press ul li > a:hover,
.news-press-list li > a:hover {
	color: #F05F40;
}

.banner video,
.post video {
	width: 100%;
	max-width: 100%;
	display: block;
}

.banner .hero-summary {
	max-width: 44rem;
	margin: 0 auto 1.25rem;
	font-size: 1.15rem;
	line-height: 1.65;
}

.banner .hero-summary p:last-child {
	margin-bottom: 0;
}

.homepage-section-divider {
	display: block;
	height: 6px;
	background-color: #F05F40;
	border: 0;
	margin: 0;
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

#todo ol {
	margin-left: 1em;
}

.stats-bar {
	background-color: #222;
	color: #fff;
	padding: 2.5rem 0;
}

.stats-row {
	text-align: center;
}

.stats-item {
	padding: 1rem 0.5rem;
	min-width: 0;
}

.stats-link {
	display: block;
	color: #fff;
	text-decoration: none;
}

.stats-link:hover {
	text-decoration: none;
}

.stats-link:hover .stats-number,
.stats-link:hover .stats-label {
	color: #F05F40;
}

.history-page table,
.archive-table,
.archive-meta-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5rem 0 2.5rem;
}

.history-page table th,
.history-page table td,
.archive-table th,
.archive-table td,
.archive-meta-table th,
.archive-meta-table td {
	padding: 1rem 1.35rem;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}

.history-page table th,
.archive-table th {
	background: #f5f5f5;
	font-weight: 600;
}

.archive-table th:first-child,
.archive-table td:first-child {
	width: 11rem;
	min-width: 10rem;
	white-space: nowrap;
}

.archive-meta-table th {
	background: #f5f5f5;
	font-weight: 600;
	width: 9rem;
	white-space: nowrap;
}

.archive-detail .archive-hero {
	display: block;
	margin: 0 0 2.5rem;
}

.archive-detail .archive-headline {
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.archive-detail .archive-headline-date {
	margin: 0 0 2rem;
	font-size: 1.15rem;
	color: #666;
}

.archive-detail .archive-subtitle {
	margin: -1rem 0 2rem;
	font-weight: 400;
}

.archive-meta-table-footer {
	margin-top: 3rem;
	margin-bottom: 0;
}

.history-page table tr:nth-child(even) td,
.archive-table tbody tr:nth-child(even) td {
	background: #fafafa;
}

.archive-page {
	padding-top: 6rem;
	padding-bottom: 4rem;
}

.section-page {
	padding-top: 6rem;
	padding-bottom: 4rem;
}

.archive-breadcrumb {
	font-size: 1.05rem;
}

.archive-breadcrumb a {
	color: #F05F40;
}

.archive-table td a {
	color: #222;
}

.archive-table td a:hover {
	color: #F05F40;
}

.archive-date,
.archive-publication,
.list-meta {
	color: #F05F40;
}

.archive-redirect-msg {
	font-size: 1.1rem;
}

.archive-controls {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 0 0 1.25rem;
}

.archive-controls-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	align-items: flex-end;
}

.archive-control-group {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 12rem;
}

.archive-control-search {
	flex: 1 1 24rem;
	min-width: 20rem;
	max-width: 100%;
}

.archive-control-group label {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
}

.archive-search {
	min-width: 100%;
	width: 100%;
}

.archive-sort {
	min-width: 14rem;
	max-width: 100%;
}

.archive-count {
	margin: 0;
	width: 100%;
	font-size: 0.95rem;
	color: #666;
}

.archive-sortable {
	cursor: pointer;
	user-select: none;
}

.archive-sortable:hover {
	color: #F05F40;
}

.archive-table-scroll {
	overflow-x: auto;
	max-width: 100%;
}

.archive-table-wrap {
	max-width: 100%;
}

.archive-table-compact .archive-table {
	font-size: 0.95rem;
	margin-top: 0.5rem;
}

.archive-table-compact .archive-table th,
.archive-table-compact .archive-table td {
	padding: 0.65rem 0.75rem;
}

.low .news .archive-table,
.low .press .archive-table {
	table-layout: fixed;
	width: 100%;
}

.low .news .archive-table th:first-child,
.low .news .archive-table td:first-child {
	width: 7.5rem;
	min-width: 7rem;
}

.low .press .archive-table th:first-child,
.low .press .archive-table td:first-child {
	width: 9rem;
	min-width: 8rem;
}

.low .archive-table-wrap {
	margin-bottom: 0.5rem;
}

.api-page .lead {
	max-width: 42rem;
}

.api-page h3 {
	margin-top: 2rem;
}

.api-endpoints code,
.api-feeds code {
	font-size: 0.92em;
}

.community-page .lead {
	font-size: 1.2rem;
	max-width: 42rem;
	margin: 0 auto 2rem;
}

.community-stats {
	margin: 2rem 0 2.5rem;
}

.community-stat {
	padding: 1rem 0.5rem;
}

.community-stat-number {
	font-family: 'Rubik', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
	color: #222;
}

.community-stat-label {
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #666;
	margin-top: 0.35rem;
}

.community-task-detail {
	font-size: 0.95rem;
	color: #666;
}

.community-status {
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.community-status-open {
	color: #F05F40;
}

.community-status-partial {
	color: #D45500;
}

.community-status-done {
	color: #2e7d32;
}

.community-role {
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.community-role-anchor,
.community-role-project {
	color: #F05F40;
}

.community-role-webring {
	color: #555;
}

.community-role-open {
	color: #888;
}

.community-links {
	font-size: 1.1rem;
	line-height: 1.8;
	margin: 1rem 0 0;
}

.community-place-anchor td:first-child a,
.community-place-project td:first-child a {
	font-weight: 600;
}

.stats-number {
	font-family: 'Rubik', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
}

.stats-label {
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #fff;
}

.site-footer {
	background: #222;
	color: #eee;
	padding: 3.5rem 0 4rem;
	margin-top: 0;
}

.footer-heading {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	color: #fff;
}

.footer-main p,
.footer-links a {
	font-size: 1.2rem;
	line-height: 1.8;
}

.footer-col {
	margin-bottom: 1.5rem;
}

.footer-heading a {
	color: #fff;
	text-decoration: none;
}

.footer-links-col {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.footer-links a,
.footer-contact a {
	color: #F05F40;
	text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-heading a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-version {
	margin: 2rem 0 0;
	padding-top: 1.25rem;
	border-top: 1px solid #444;
	font-size: 0.9rem;
	color: #999;
	text-align: center;
}

.license-block {
	margin: 2rem auto 3rem;
	max-width: 36rem;
}

.license-badge {
	width: 176px;
	height: auto;
	max-width: 100%;
	margin-bottom: 1rem;
}

.license-lead {
	font-size: 1.35rem;
}

.photos-album .photo-grid img,
.photos-album .photo-thumb img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	border-radius: 2px;
}

.photo-full-img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.photo-breadcrumb {
	font-size: 1.05rem;
}

.photo-breadcrumb a {
	color: #F05F40;
}

.photo-nav .btn {
	margin: 0 0.35rem;
}

.upload-key-request {
	margin: 0 0 1.25rem;
}

.upload-key-submit {
	float: right;
	color: #fff !important;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.upload-key-request form::after {
	content: "";
	display: table;
	clear: both;
}

.upload-main-form {
	margin-top: 0.5rem;
}

.upload-submit {
	display: block;
	margin: 0 auto;
	color: #fff !important;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.photos-upload-collapse {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: #f8f8f8;
}

.photos-upload-collapse .photos-upload-panel {
	padding: 1.25rem 1.5rem 1.5rem;
}

.photos-upload-summary {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 1rem 1.5rem;
	font-size: 1.25rem;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}

.photos-upload-summary::before {
	content: "";
	flex-shrink: 0;
	width: 0.5rem;
	height: 0.55rem;
	background: #000;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: rotate(0deg);
	transform-origin: 50% 50%;
	transition: transform 0.2s ease;
}

.photos-upload-collapse[open] > .photos-upload-summary::before {
	transform: rotate(90deg);
}

.photos-upload-summary::-webkit-details-marker {
	display: none;
}

.homepage-photo-archive {
	width: 100%;
}

.homepage-photo-grid {
	margin-left: -0.35rem;
	margin-right: -0.35rem;
}

.homepage-photo-cell {
	padding: 0.35rem;
}

.homepage-photo-thumb {
	display: block;
	height: 120px;
	padding: 0.35rem;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0.3rem;
	overflow: hidden;
}

.homepage-photo-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.homepage-photo-meta {
	margin: 0.2rem 0 0;
	font-size: 0.68rem;
	line-height: 1.25;
	color: #888;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.homepage-photo-archive-cta {
	margin: 1rem 0 0;
}

.photos-upload-panel {
	padding: 1.5rem;
	background: #f8f8f8;
	border-radius: 4px;
}

.upload-drop-zone {
	border: 2px dashed #ccc;
	border-radius: 4px;
	padding: 1.25rem;
	text-align: center;
	background: #fff;
}

.upload-drop-zone.is-dragover {
	border-color: #F05F40;
	background: #fff8f5;
}

.upload-file-list {
	list-style: none;
	margin: 0.75rem 0 0;
	padding: 0;
}

.upload-file-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid #eee;
}

.upload-file-item:last-child {
	border-bottom: none;
}

.upload-file-thumb {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #ddd;
	flex-shrink: 0;
}

.upload-file-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 4px;
	background: #eee;
	font-size: 0.75rem;
	font-weight: 700;
	flex-shrink: 0;
}

.upload-file-name {
	flex: 1;
	min-width: 0;
	font-size: 0.9rem;
	word-break: break-word;
}

.upload-file-remove {
	flex-shrink: 0;
}

.upload-notes {
	margin: 1rem 0 1.25rem;
	padding-left: 1.25rem;
}

.image-subscribe-panel {
	max-width: 36rem;
	margin: 0 auto;
	text-align: center;
}

.image-subscribe-heading {
	display: inline-block;
	margin: 0 0 1.25rem;
	padding: 0.65rem 1.25rem;
	background: #000;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.image-subscribe-body {
	padding: 0;
}

.image-subscribe-desc {
	margin: 1rem 0 1.25rem;
	color: #fff;
}

.image-subscribe-form label {
	color: #fff;
}

.image-subscribe-form .form-control {
	margin-bottom: 0.75rem;
}

.image-subscribe-btn {
	color: #fff !important;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.upload-form-heading {
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.photos-list {
	padding-top: 6rem;
	padding-bottom: 4rem;
}

.photos-list .photos-card {
	display: flex;
	flex-direction: column;
	padding: 0.75rem 0.75rem 0;
}

.photos-list .photos-card-thumb {
	display: block;
	height: 180px;
	padding: 0.5rem;
	background: #fff;
	border-radius: 0.25rem;
	overflow: hidden;
}

.photos-list .photos-card-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.photos-archive-heading {
	font-weight: 700;
}

.photos-archive-controls {
	width: 100%;
	margin-bottom: 1.5rem;
}

.photos-archive-controls .archive-controls-row {
	width: 100%;
	flex-wrap: nowrap;
	align-items: flex-end;
}

.photos-archive-controls .archive-control-search {
	flex: 1 1 auto;
	min-width: 0;
}

.photos-archive-controls .archive-control-group:not(.archive-control-search) {
	flex: 0 0 auto;
}

.photos-list .photos-card-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 0.75rem 0 1rem;
	text-align: center;
}

.photos-list .photos-card-body .card-title {
	min-height: 2.6rem;
	margin-bottom: 0.35rem;
}

.photos-list .photos-card-body .card-title,
.photos-list .photos-card-body .card-title a {
	color: #000;
	font-weight: 700;
}

.photos-list .photos-card-body .card-title a:hover,
.photos-list .photos-card-body .card-title a:focus {
	color: #F05F40;
	text-decoration: none;
}

.photos-list .photos-card-extra,
.photos-list .photos-card-meta,
.photos-list .photos-card-meta .text-muted,
.photos-list .photos-card-source,
.photos-list .photos-card-source a {
	color: #000;
	font-weight: 400;
}

.photos-list .photos-card-extra {
	min-height: 1.25rem;
	margin-bottom: 0.35rem;
	text-align: center;
}

.photos-list .photos-card-meta {
	margin-top: auto;
	min-height: 2.75rem;
	text-align: center;
}

.photos-list .photos-card-source {
	min-height: 1.25rem;
	margin-bottom: 0;
}

.photos-list .photos-card-source a:hover,
.photos-list .photos-card-source a:focus {
	color: #F05F40;
	text-decoration: none;
}

.photos-list .photos-card-date {
	color: #000;
	font-weight: 400;
}

.photos-grid-meta {
	margin: 0.2rem 0 0;
	font-size: 0.68rem;
	line-height: 1.25;
	color: #888;
	text-align: center;
}

.photos-album .card-img-top {
	height: 200px;
	object-fit: cover;
}

.photos-album .album-description {
	margin-bottom: 1.5rem;
	font-size: 1.1rem;
}

.photos-album .album-description a {
	word-break: break-all;
}
