/* ==========================================================================
   Consolidated from blocks.css
   ========================================================================== */

/* Drop Caps
---------------------------------------------------------------------------- */

.site-container p.has-drop-cap:not(:focus)::first-letter {
	font-family: var(--usc-font-family-arabic);
	font-size: 4em;
	margin: 0.1em 0.1em 0 -0.09em;
}

.site-container p.is-style-capital-text.has-drop-cap:not(:focus)::first-letter {
	font-size: 3.8em;
	margin: 0.2em 0.2em 0 -0.09em;
}

.site-container p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
.site-container p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
	margin-right: 0.01em;
}

/* Custom Classes
---------------------------------------------------------------------------- */

.site-container .is-style-angled-underlay::before {
	background-color: var(--usc-color-brand-dark);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
	content: "";
	display: block;
	height: 60%;
	left: 0;
	min-height: 100px;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	position: absolute;
	opacity: 0.1;
	top: 0;
	width: 100vw;
	z-index: 0;
}

.content-sidebar .site-container .is-style-angled-underlay::before,
.full-width-content:not(.unboxed) .site-container .is-style-angled-underlay::before {
	margin: 0 auto;
	max-width: 100%;
}

.is-style-offset-up {
	margin-top: -70px;
}

.offset-button {
	margin-top: -40px;
}

.is-style-button-line::before {
	border-top: 1px solid currentColor;
	content: "";
	display: block;
	float: left;
	margin: 30px 30px 30px 0;
	max-width: 600px;
	min-width: 200px;
	opacity: 0.4;
	width: 50%;
}

@media only screen and (max-width: 600px) {

	.site-container .is-style-xl-text {
		font-size: 40px;
	}

}

/* Background Color
---------------------------------------------------------------------------- */

.site-container p.has-background {
	padding: 25px 30px;
}

.site-container p.has-background.box-shadow {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.site-container p.has-background a,
.site-container p.has-text-color a {
	color: inherit;
}

.site-container p.has-background a:focus,
.site-container p.has-background a:hover,
.site-container p.has-text-color a:focus,
.site-container p.has-text-color a:hover {
	color: inherit;
	text-decoration: none;
}

/* Alignment
---------------------------------------------------------------------------- */

.has-text-align-center {
	text-align: center;
}

.has-text-align-left {
	text-align: left;
}

.has-text-align-right {
	text-align: right;
}

.wp-block-button.alignleft,
.wp-block-cover.alignleft,
.wp-block-image .alignleft {
	margin-right: 2em;
	margin-bottom: 0.8em;
}

.wp-block-button.alignright,
.wp-block-cover.alignright,
.wp-block-image .alignright {
	margin-left: 2em;
	margin-bottom: 0.8em;
}

.content-sidebar:not(.unboxed) .entry-content > .alignfull,
.content-sidebar:not(.unboxed) .entry-content > .alignwide,
.full-width-content .entry-content > .alignfull,
.full-width-content .entry-content > .alignwide {
	margin-left: -3em;
	margin-right: -3em;
	max-width: calc(100% + 6em);
	width: auto;
}

.unboxed.full-width-content .entry-content > .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.unboxed.full-width-content .entry-content > .alignwide {
	margin-left: -8vw;
	margin-right: -8vw;
	max-width: calc(100% + 16vw);
}

.full-width-content .alignfull .alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(780px + 16vw);
}

@media only screen and (max-width: 1023px) {

	.unboxed.full-width-content .entry-content > .alignwide {
		margin-left: -3vw;
		margin-right: -3vw;
		max-width: calc(100% + 6vw);
	}

	.full-width-content .alignfull .alignwide {
		max-width: calc(720px + 6vw);
	}

}

@media only screen and (max-width: 800px) {

	.full-width-content .alignfull .alignwide {
		max-width: calc(76% + 6vw);
	}

}

@media only screen and (max-width: 600px) {

	.unboxed.full-width-content .entry-content > .alignwide {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}

	.full-width-content .alignfull .alignwide {
		max-width: 88%;
	}

}

/* Cover Image
---------------------------------------------------------------------------- */

.full-width-content .entry-content > .wp-block-cover.alignfull {
	width: 100vw;
}

.site-container .wp-block-cover .wp-block-cover-text {
	font-size: 42px;
}

/* Buttons
---------------------------------------------------------------------------- */

.site-container .ab-button {
	background-color: var(--usc-color-text);
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.site-container .wp-block-button .wp-block-button__link {
	border: none;
	border-radius: 0;
	cursor: pointer;
	font-size: 14px;
	padding: 12px 20px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.site-container .wp-block-button.is-style-button-line .wp-block-button__link,
.site-container .wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 2px solid currentColor;
	padding: 13px 28px;
}

.site-container .ab-button:focus,
.site-container .ab-button:hover,
.site-container .wp-block-button .wp-block-button__link:focus,
.site-container .wp-block-button .wp-block-button__link:hover,
.site-container .wp-block-button.is-style-button-line .wp-block-button__link:focus,
.site-container .wp-block-button.is-style-button-line .wp-block-button__link:hover,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:focus,
.site-container .wp-block-button.is-style-outline .wp-block-button__link:hover {
	box-shadow: inset 0 0 200px rgba(255, 255, 255, 0.2), 0 1px 15px 0 rgba(0, 0, 0, 0.12);
}

/* Blockquotes and captions
---------------------------------------------------------------------------- */

.site-container .wp-block-pullquote {
	border-color: transparent;
	border-style: solid;
	border-width: 2px 0;
}

.site-container .wp-block-pullquote blockquote::before,
.site-container .wp-block-quote::before {
	color: currentColor;
	content: "“";
	display: block;
	font-family: sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	height: 0;
	left: -20px;
	position: relative;
	opacity: 0.8;
	text-align: left;
	top: -10px;
}

.site-container .wp-block-pullquote.alignleft {
	margin: 0 2em 1.5em 0;
}

.site-container .wp-block-pullquote.alignright {
	margin: 0 0 1.5em 2em;
}

.site-container .wp-block-pullquote blockquote::before {
	font-size: 60px;
	left: 0;
	opacity: 0.8;
	text-align: center;
	top: -60px;
}

.site-container .wp-block-pullquote.is-style-solid-color {
	border-width: 0;
}

.site-container .wp-block-pullquote.is-style-solid-color blockquote::before {
	color: currentColor;
	padding-top: 16px;
}

.site-container .wp-block-pullquote blockquote.has-text-color::before {
	color: currentColor;
}

.site-container .wp-block-pullquote,
.site-container .wp-block-quote {
	margin: 24px 24px 36px;
}

.site-container .wp-block-quote:not(.is-large):not(.is-style-large) {
	border: none;
}

.site-container .wp-block-pullquote p,
.site-container .wp-block-quote p {
	color: currentColor;
	font-family: var(--usc-font-family-arabic);
	font-size: 22px;
	font-style: italic;
	line-height: 1.8;
	margin-bottom: 42px;
}

.site-container .wp-block-quote.is-style-large p,
.site-container .wp-block-quote.is-style-quote-underlay p {
	font-size: 32px;
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
	max-width: 80%;
}

.site-container .wp-block-pullquote p,
.site-container .wp-block-pullquote.is-style-solid-color p {
	font-size: 28px;
	margin-bottom: 42px;
	text-align: center;
}

.site-container .wp-block-pullquote cite,
.site-container .wp-block-quote cite {
	color: currentColor;
	display: block;
	font-family: var(--usc-font-family-arabic);
	font-size: 16px;
	font-style: normal;
	margin-top: -25px;
	text-align: inherit;
	text-transform: none;
}

.site-container .wp-block-pullquote cite {
	color: currentColor;
	text-align: center;
}

.site-container .wp-block-pullquote .has-text-color cite,
.site-container .wp-block-pullquote .has-text-color p {
	color: currentColor;
}

.wp-block-quote.is-style-quote-underlay,
.wp-block-quote.is-style-quote-underlay p {
	position: relative;
}

.wp-block-quote.is-style-large::before,
.wp-block-quote.is-style-quote-underlay::before {
	color: currentColor;
	font-size: 40px;
	opacity: 0.8;
}

.wp-block-quote.is-style-quote-underlay::after,
.wp-block-quote.is-style-quote-underlay p::after {
	content: "";
	display: block;
	position: absolute;
	opacity: 0.1;
}

.wp-block-quote.is-style-quote-underlay::after {
	height: calc(100% + 60px);
	left: -60px;
	max-width: 615px;
	top: -51px;
	width: 85%;
}

.wp-block-quote.is-style-quote-underlay p::after {
	height: calc(100% + 100px);
	top: 0;
	right: -60px;
	width: 80%;
}

.wp-block-quote.is-style-quote-underlay {
	margin: 70px 24px;
}

.unboxed .wp-block-quote.is-style-quote-underlay::after,
.unboxed .wp-block-quote.is-style-quote-underlay p::after {
	z-index: -1;
}

.unboxed.full-width-content .wp-block-quote.is-style-quote-underlay::after {
	left: auto;
	right: 150px;
	width: 155%;
}

.unboxed.full-width-content .wp-block-quote.is-style-quote-underlay p::after {
	right: -30px;
}

.site-container .blocks-gallery-caption,
.site-container .wp-block-audio figcaption,
.site-container .wp-block-embed figcaption,
.site-container .wp-block-image figcaption {
	margin-bottom: 30px;
	margin-top: 25px;
	width: 100%;
}

.blocks-gallery-grid .blocks-gallery-item figcaption {
	margin: 0;
}

/* Category Block
---------------------------------------------------------------------------- */

.site-container .wp-block-categories {
	margin-left: 0;
	padding-left: 0;
}

.site-container .wp-block-categories li {
	list-style-type: none;
}

.site-container .wp-block-categories.aligncenter {
	text-align: center;
}

.site-container .wp-block-categories.alignfull {
	padding: 0 30px;
}

.site-container .wp-block-categories .children {
	padding-left: 30px;
}

/* Latest Posts Block
---------------------------------------------------------------------------- */

.site-container .wp-block-latest-posts {
	margin-left: 0;
	padding-left: 0;
}

.site-container .wp-block-latest-posts li {
	list-style-type: none;
}

.site-container .wp-block-latest-posts.aligncenter {
	text-align: center;
}

.site-container .wp-block-latest-posts.alignfull {
	padding: 0 30px;
}

/* Book Image Style
--------------------------------------------- */

.is-style-book-style figure {
	box-shadow: -1px 5px 20px rgba(0, 0, 0, 0.3);
	position: relative;
	transform-style: preserve-3d;
}

.is-style-book-style figure::before {
	background-color: var(--usc-color-border);
	bottom: -11px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	content: "";
	display: block;
	height: 12px;
	left: 1%;
	position: absolute;
	transform: perspective(100px) rotateX(160deg);
	transform-style: inherit;
	width: 98%;
	z-index: -1;
}

.site-container .wp-block-image.is-style-book-style figcaption {
	display: none;
}

.is-style-book-style img {
	display: block;
	max-width: 100%;
}

/* Corner Brackets
---------------------------------------------------------------------------- */

figure.is-style-caption-overlay,
.is-style-caption-overlay figure:not(.is-style-caption-overlay),
.is-style-column-corners,
.is-style-entry-corners .entry,
figure.is-style-image-corners,
.is-style-image-corners figure:not(.is-style-image-corners),
.is-style-overlay .entry {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
	margin-bottom: 2.5em;
	position: relative;
	transition: all 0.25s ease-in-out;
}

figure.is-style-caption-overlay::after,
figure.is-style-caption-overlay::before,
.is-style-caption-overlay figure:not(.is-style-caption-overlay)::after,
.is-style-caption-overlay figure:not(.is-style-caption-overlay)::before,
.is-style-column-corners::after,
.is-style-column-corners::before,
.is-style-entry-corners .entry::after,
.is-style-entry-corners .entry::before,
figure.is-style-image-corners::after,
figure.is-style-image-corners::before,
.is-style-image-corners figure:not(.is-style-image-corners)::after,
.is-style-image-corners figure:not(.is-style-image-corners)::before,
.is-style-overlay .entry::after,
.is-style-overlay .entry::before {
	border: 1px solid currentColor;
	content: "";
	height: 50px;
	position: absolute;
	opacity: 0.3;
	transition: opacity 0.5s cubic-bezier(0.5, 0, 0.5, 1), transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
	width: 25px;
}

figure.is-style-caption-overlay::before,
.is-style-caption-overlay figure:not(.is-style-caption-overlay)::before,
.is-style-column-corners::before,
.is-style-entry-corners .entry::before,
figure.is-style-image-corners::before,
.is-style-image-corners figure:not(.is-style-image-corners)::before,
.is-style-overlay .entry::before {
	border-bottom-width: 0;
	border-right-width: 0;
	left: -19px;
	top: -19px;
}

figure.is-style-caption-overlay::after,
.is-style-caption-overlay figure:not(.is-style-caption-overlay)::after,
.is-style-column-corners::after,
.is-style-entry-corners .entry::after,
figure.is-style-image-corners::after,
.is-style-image-corners figure:not(.is-style-image-corners)::after,
.is-style-overlay .entry::after {
	border-left-width: 0;
	border-top-width: 0;
	bottom: -19px;
	right: -19px;
}

figure.is-style-caption-overlay:hover::after,
figure.is-style-caption-overlay:hover::before,
.is-style-caption-overlay figure:not(.is-style-caption-overlay):hover::after,
.is-style-caption-overlay figure:not(.is-style-caption-overlay):hover::before,
.is-style-column-corners:hover::after,
.is-style-column-corners:hover::before,
.is-style-entry-corners .entry:hover::after,
.is-style-entry-corners .entry:hover::before,
figure.is-style-image-corners:hover::after,
figure.is-style-image-corners:hover::before,
.is-style-image-corners figure:not(.is-style-image-corners):hover::after,
.is-style-image-corners figure:not(.is-style-image-corners):hover::before,
.is-style-overlay .entry:hover::after,
.is-style-overlay .entry:hover::before {
	opacity: 0.8;
}

figure.is-style-caption-overlay a,
.is-style-caption-overlay figure:not(.is-style-caption-overlay) a,
.is-style-column-corners .ab-block-post-grid-image a,
.is-style-entry-corners .ab-block-post-grid-image a,
figure.is-style-image-corners a,
.is-style-image-corners figure:not(.is-style-image-corners) a {
	outline: none;
}

figure.is-style-caption-overlay:focus-within,
figure.is-style-caption-overlay:hover,
.is-style-caption-overlay figure:not(.is-style-caption-overlay):focus-within,
.is-style-caption-overlay figure:not(.is-style-caption-overlay):hover,
.is-style-column-corners:focus-within,
.is-style-column-corners:hover,
.is-style-entry-corners .entry:focus-within,
.is-style-entry-corners .entry:hover,
figure.is-style-image-corners:focus-within,
figure.is-style-image-corners:hover,
.is-style-image-corners figure:not(.is-style-image-corners):focus-within,
.is-style-image-corners figure:not(.is-style-image-corners):hover,
.is-style-overlay .entry:focus-within,
.is-style-overlay .entry:hover {
	border: 1px solid #fff;
	box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.1);
}

.is-style-entry-corners .is-list article.entry::before {
	display: block;
}

.is-style-image-corners.wp-block-image figcaption {
	background-color: #fff;
	color: var(--usc-color-text);
	margin: 0;
	padding: 25px 20px;
}

/* Image Caption Overlay
---------------------------------------------------------------------------- */

figure.is-style-caption-overlay.wp-block-image,
.is-style-caption-overlay figure:not(.is-style-caption-overlay) {
	background-color: var(--usc-color-brand);
	border: 1px solid #fff;
	position: relative;
}

figure.is-style-caption-overlay.wp-block-image {
	display: table;
}

.is-style-caption-overlay a {
	display: inline-block;
	overflow: hidden;
}

.is-style-caption-overlay a:focus {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7);
}

.is-style-caption-overlay.wp-block-image figcaption {
	background-color: var(--usc-color-brand);
	bottom: 1px;
	color: #fff;
	font-size: 22px;
	left: 1px;
	line-height: 1.2;
	margin: 0;
	padding: 15px 20px;
	position: absolute;
	right: 1px;
	opacity: 0.9;
	text-align: left;
	width: auto;
}

.is-style-caption-overlay.wp-block-image figcaption a {
	color: #fff;
	border-bottom: 1px dotted transparent;
}

.is-style-caption-overlay.wp-block-image figcaption a:focus,
.is-style-caption-overlay.wp-block-image figcaption a:hover {
	border-bottom: 1px dotted currentColor;
}

.is-style-caption-overlay.size-thumbnail figcaption {
	font-size: 16px;
}

.is-style-caption-overlay.wp-block-image img {
	opacity: 1;
	transition: all 0.9s ease-in-out;
}

.is-style-caption-overlay.wp-block-image:focus-within img,
.is-style-caption-overlay.wp-block-image:hover img {
	opacity: 0.7;
}

.is-style-caption-overlay.wp-block-image:focus-within a img,
.is-style-caption-overlay.wp-block-image:hover a img {
	transform: scale(1.1);
}

/* Atomic Blocks
---------------------------------------------------------------------------- */

.ab-block-container {
	z-index: 0;
}

.ab-block-layout-column:nth-child(2) {
	z-index: 0;
}

.ab-block-post-grid-image,
.ab-block-profile .ab-profile-avatar-wrap {
	overflow: hidden;
}

.ab-block-post-grid-image img,
.ab-block-profile .ab-profile-avatar-wrap img {
	transition: transform 0.9s ease-in-out;
}

.ab-block-post-grid .entry:hover img,
.ab-block-post-grid .entry:focus-within img,
.ab-block-post-grid.is-style-overlay .entry:hover img,
.ab-block-profile:focus-within img,
.ab-block-profile:hover img {
	transform: scale(1.1);
}

.ab-block-post-grid .is-list article:not(:last-child) {
	margin-bottom: 40px;
	padding-bottom: 0;
}

.ab-block-post-grid.is-grid .ab-block-post-grid-byline,
.ab-block-post-grid .ab-post-grid-items.is-grid .ab-block-post-grid-text,
.ab-block-post-grid .ab-post-grid-items.is-grid .ab-block-post-grid-title {
	text-align: center;
}

.ab-block-post-grid .ab-block-post-grid-text {
	color: var(--usc-color-text);
	font-size: 16px;
	padding: 15px 20px 20px 20px;
}

.ab-block-post-grid .ab-block-post-grid-text {
	margin-top: 1.2em;
}

.ab-block-post-grid .ab-block-post-grid-text p {
	margin-bottom: 30px;
}

.ab-block-post-grid .ab-post-grid-items .ab-block-post-grid-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.ab-block-post-grid .ab-post-grid-items .ab-block-post-grid-title {
	margin-bottom: 5px;
}

.ab-block-post-grid .ab-block-post-grid-byline,
.ab-block-post-grid .ab-block-post-grid-byline a,
.ab-block-post-grid header .ab-block-post-grid-title a {
	border: 1px solid transparent;
	color: var(--usc-color-text);
	transition: all 0.25s ease-in-out;
}

.ab-block-post-grid .ab-block-post-grid-byline a:focus,
.ab-block-post-grid .ab-block-post-grid-byline a:hover,
.ab-block-post-grid header .ab-block-post-grid-title a:focus,
.ab-block-post-grid header .ab-block-post-grid-title a:hover {
	color: var(--usc-color-brand);
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}

.ab-block-post-grid a.ab-block-post-grid-more-link {
	color: var(--usc-color-text);
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	border: 1px solid currentColor;
	margin: 0 auto;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.ab-block-post-grid a.ab-block-post-grid-more-link:focus,
.ab-block-post-grid a.ab-block-post-grid-more-link:hover {
	background-color: var(--usc-color-brand);
	color: #fff;
	text-decoration: none;
}

.ab-block-pricing-table-inside {
	box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
}

.ab-block-profile {
	border-radius: 0;
	margin-bottom: 0;
}

.ab-block-profile .ab-profile-avatar-wrap {
	max-width: 100%;
}

.ab-block-profile .ab-profile-image-square {
	overflow: hidden;
}

/* Atomic Blocks Post Grid Overlay
---------------------------------------------------------------------------- */

.is-style-overlay .ab-block-post-grid-text {
	padding: 0;
	margin-top: 0;
}

.is-style-overlay .has-post-thumbnail .ab-block-post-grid-header {
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.is-style-overlay .ab-block-post-grid-title {
	display: table;
	height: 100%;
	margin-bottom: 0;
	width: 100%;
}

.is-style-overlay header .ab-block-post-grid-title a {
	display: table-cell;
	padding: 80px 20px;
	position: relative;
	transform: translateY(10px);
	transition: all 0.55s ease-in-out;
	vertical-align: top;
	z-index: 3;
}

.is-style-overlay header .ab-block-post-grid-title a,
.is-style-overlay header .ab-block-post-grid-title a:focus,
.is-style-overlay header .ab-block-post-grid-title a:hover {
	border-width: 0;
	outline-width: 0;
}

.is-style-overlay article:focus-within .ab-block-post-grid-title a,
.is-style-overlay article:hover .ab-block-post-grid-title a {
	transform: translateY(0);
}

.is-style-overlay .has-post-thumbnail .ab-block-post-grid-title a,
.is-style-overlay .has-post-thumbnail .ab-block-post-grid-title a:focus,
.is-style-overlay .has-post-thumbnail .ab-block-post-grid-title a:hover {
	border-width: 0;
	color: #fff;
}

.is-style-overlay .no-excerpt header .ab-block-post-grid-title a {
	padding: 20px;
	vertical-align: middle;
}

.is-style-overlay .ab-block-post-grid-image {
	background-color: var(--usc-color-brand-dark);
	margin-bottom: 0;
}

.is-style-overlay .ab-block-post-grid-image img {
	opacity: 0.2;
}

.is-style-overlay article:focus-within .ab-block-post-grid-image img,
.is-style-overlay article:hover .ab-block-post-grid-image img {
	opacity: 0.6;
}

.is-style-overlay .ab-block-post-grid-excerpt {
	position: relative;
	z-index: 10;
}

.is-style-overlay .ab-block-post-grid-excerpt p {
	padding: 20px;
}

.is-style-overlay .has-post-thumbnail .ab-block-post-grid-byline {
	color: #fff;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10;
}

.is-style-overlay .has-post-thumbnail .ab-block-post-grid-byline a,
.is-style-overlay .has-post-thumbnail .ab-block-post-grid-byline a:focus,
.is-style-overlay .has-post-thumbnail .ab-block-post-grid-byline a:hover {
	color: #fff;
}

/* Other Blocks
---------------------------------------------------------------------------- */

.wp-block-preformatted,
.wp-block-verse {
	font-size: 18px;
	white-space: pre-wrap;
}

.wp-block-code::before {
	background-color: var(--usc-color-text);
	content: "</>";
	font-family: var(--usc-font-family-code);
	font-size: 11px;
}

hr.wp-block-separator {
	background-color: transparent !important;
	border-width: 0;
	border-bottom: 1px solid currentColor;
	color: inherit;
	margin: 2em auto;
}

.ab-block-spacer {
	margin-bottom: 0;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.is-style-theme-separator) {
	max-width: 100px;
}

.wp-block-separator.is-style-dots::before {
	font-size: 26px;
}

.wp-block-separator.is-style-wide {
	border-left-width: 0;
	margin-left: 0;
}

.wp-block-audio audio {
	display: inline-block;
	width: 100%;
}

.wp-block-image {
	line-height: 0.6;
	margin-bottom: 40px;
}

.site-container .blocks-gallery-grid {
	margin-left: 0;
	max-width: 100%;
	padding-left: 0;
	width: 100%;
}

.wp-block-table.is-style-stripes {
	border-bottom-width: 0;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 960px) {

	.ab-block-post-grid .is-grid.columns-4 {
		grid-template-columns: 1fr 1fr;
	}

	.ab-layout-columns-2 > .ab-layout-column-wrap.ab-is-responsive-column {
		grid-template-columns: 1fr;
		grid-template-areas: "col1" "col2";
	}

	.site-container .wp-block-image figcaption {
		font-size: 14px;
	}

	.unboxed.full-width-content .wp-block-quote.is-style-quote-underlay::after {
		left: -30px;
		right: auto;
		width: 98%;
	}

}

@media only screen and (max-width: 781px) {

	.site-container .wp-block-column {
		flex-basis: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.site-container .offset-button {
		margin-top: 0;
	}

	.site-container .wp-block-quote.is-style-large::after {
		right: 50px;
		top: -40px;
		width: 200%;
	}

	.unboxed.content-sidebar .wp-block-quote.is-style-quote-underlay::after {
		left: -30px;
	}

	.unboxed.content-sidebar .wp-block-quote.is-style-quote-underlay p::after {
		right: -30px;
	}

}

@media only screen and (max-width: 600px) {

	.is-style-column-corners::after,
	.is-style-entry-corners .entry::after,
	.is-style-image-corners::after {
		display: none;
	}

	.ab-block-post-grid .ab-block-post-grid-byline,
	.ab-block-post-grid .ab-post-grid-items .ab-block-post-grid-text,
	.ab-block-post-grid .ab-post-grid-items .ab-block-post-grid-title {
		text-align: center;
	}

	.ab-block-post-grid .is-list .ab-block-post-grid-image {
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 480px) {

	.is-style-book-style.wp-block-image figure {
		margin-bottom: 2em;
	}

	.is-style-book-style.wp-block-image + h2 {
		clear: both;
	}

	.content-sidebar:not(.unboxed) .entry-content > .alignfull,
	.content-sidebar:not(.unboxed) .entry-content > .alignwide,
	.full-width-content .entry-content > .alignfull,
	.full-width-content .entry-content > .alignwide {
		margin-left: -2em;
		margin-right: -2em;
		max-width: calc(100% + 4em);
	}

}

@media screen and (-ms-high-contrast: none) {

	figure.is-style-caption-overlay::after,
	figure.is-style-caption-overlay::before,
	.is-style-caption-overlay figure:not(.is-style-caption-overlay)::after,
	.is-style-caption-overlay figure:not(.is-style-caption-overlay)::before,
	.is-style-column-corners::after,
	.is-style-column-corners::before,
	.is-style-entry-corners .entry::after,
	.is-style-entry-corners .entry::before,
	figure.is-style-image-corners::after,
	figure.is-style-image-corners::before,
	.is-style-image-corners figure:not(.is-style-image-corners)::after,
	.is-style-image-corners figure:not(.is-style-image-corners)::before,
	.is-style-overlay .entry::after,
	.is-style-overlay .entry::before {
		display: none;
	}

	.ab-block-post-grid .is-grid {
		text-align: center;
	}

	.ab-block-post-grid .is-grid article {
		padding-left: 0;
		padding-right: 0;
	}

}

/* ==========================================================================
   Consolidated from foundation.css
   ========================================================================== */

/* USC shared color, typography, RTL, block, and accessibility foundation. */
html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
	font-family: var(--usc-font-family-arabic);
}

body {
	background: var(--usc-color-surface-soft);
	color: var(--usc-color-text);
	font-size: var(--usc-font-size-base);
	font-weight: 400;
	line-height: var(--usc-line-height-reading);
	text-rendering: optimizeLegibility;
}

p,
ul,
ol,
dl,
table,
blockquote {
	line-height: var(--usc-line-height-reading);
}

b,
strong {
	font-weight: 700;
}

a {
	color: var(--usc-color-link);
	text-decoration-color: currentColor;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:focus,
a:hover {
	color: var(--usc-color-link-hover);
}

.entry-content a:not(.button):not(.wp-block-button__link) {
	text-decoration-line: underline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button__link {
	background-color: var(--usc-color-cta);
	border-color: var(--usc-color-cta);
	border-radius: var(--usc-radius-sm);
	color: var(--usc-color-white);
	font-family: var(--usc-font-family-arabic);
	font-weight: 600;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
	background-color: var(--usc-color-brand-dark);
	border-color: var(--usc-color-brand-dark);
	color: var(--usc-color-white);
}

input,
select,
textarea {
	background-color: var(--usc-color-surface);
	border-color: var(--usc-color-border);
	border-radius: var(--usc-radius-sm);
	color: var(--usc-color-text);
}

input::placeholder,
textarea::placeholder {
	color: var(--usc-color-text-muted);
	opacity: 1;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 3px solid var(--usc-color-focus);
	outline-offset: 3px;
}

.skip-link:focus {
	background: var(--usc-color-black);
	color: var(--usc-color-white);
}

.site-container,
.site-inner,
.entry,
.widget,
.comment-respond {
	color: var(--usc-color-text);
}

.entry,
.sidebar .widget,
.comment-respond {
	background-color: var(--usc-color-surface);
}

.entry-meta,

.entry-meta a,

.breadcrumb,

.breadcrumb a,

.wp-caption-text,

.gallery-caption,

figcaption {
	color: var(--usc-color-text-muted);
}







.breadcrumb {
	background-color: var(--usc-color-brand);
	background-image: none;
	color: var(--usc-color-white);
}

.breadcrumb a {
	color: inherit;
}

hr,
.wp-block-separator {
	border-color: var(--usc-color-border);
}

blockquote,
.wp-block-quote {
	border-inline-start-color: var(--usc-color-brand);
	color: var(--usc-color-text);
}

code,
kbd,
pre,
samp,
.wp-block-code,
.wp-block-preformatted {
	font-family: var(--usc-font-family-code);
	direction: ltr;
	text-align: left;
}

pre,
.wp-block-code,
.wp-block-preformatted {
	max-width: 100%;
	overflow-x: auto;
}

.entry-content table,
.wp-block-table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

.entry-content img,
.wp-block-image img,
.wp-block-gallery img,
.wp-block-media-text img {
	height: auto;
	max-width: 100%;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--usc-color-brand);
}

.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--usc-color-brand-soft);
	color: var(--usc-color-brand-dark);
}

.wp-block-table td,
.wp-block-table th,
table td,
table th {
	border-color: var(--usc-color-border);
}

.has-theme-primary-color { color: var(--usc-color-brand) !important; }
.has-theme-primary-background-color { background-color: var(--usc-color-brand) !important; }
.has-theme-secondary-color { color: var(--usc-color-brand-dark) !important; }
.has-theme-secondary-background-color { background-color: var(--usc-color-brand-dark) !important; }
.has-usc-black-color { color: var(--usc-color-black) !important; }
.has-usc-black-background-color { background-color: var(--usc-color-black) !important; }
.has-usc-muted-color { color: var(--usc-color-text-muted) !important; }
.has-usc-muted-background-color { background-color: var(--usc-color-text-muted) !important; }
.has-usc-surface-soft-color { color: var(--usc-color-surface-soft) !important; }
.has-usc-surface-soft-background-color { background-color: var(--usc-color-surface-soft) !important; }
.has-usc-white-color { color: var(--usc-color-white) !important; }
.has-usc-white-background-color { background-color: var(--usc-color-white) !important; }

[dir="rtl"] :where(code, kbd, samp, .usc-ltr, [dir="ltr"]) {
	direction: ltr;
	unicode-bidi: isolate;
}

@media only screen and (max-width: 800px) {
	body {
		font-size: 1rem;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.wp-block-button__link {
		min-height: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* ==========================================================================
   USC 0.0.7 article block presentation
   ========================================================================== */

.usc-article-layout .entry-content :where(.wp-block-image, .wp-block-gallery, .wp-block-cover, .wp-block-media-text, .wp-block-columns, .wp-block-group, .wp-block-video, .wp-block-audio, .wp-block-embed) {
	margin-block-end: 1.65em;
}

.usc-article-layout .entry-content :where(.wp-block-image img, .wp-block-gallery img, .wp-block-cover, .wp-block-video video) {
	border-radius: var(--usc-radius-sm);
}

.usc-article-layout .entry-content :where(figcaption, .wp-caption-text, .wp-block-image figcaption, .wp-block-gallery figcaption) {
	color: var(--usc-color-text-muted);
	font-size: var(--usc-font-size-sm);
	font-style: normal;
	line-height: 1.7;
	margin: 0.65rem 0 0;
	padding-inline: 0.5rem;
	text-align: center;
}

.usc-article-layout .entry-content :where(blockquote, .wp-block-quote) {
	background: var(--usc-color-brand-soft);
	border: 0;
	border-inline-start: 4px solid var(--usc-color-brand);
	border-radius: var(--usc-radius-sm);
	color: var(--usc-color-text);
	font-size: 1.05em;
	font-style: normal;
	margin-inline: 0;
	padding: 1.15rem 1.25rem;
	text-align: start;
}

.usc-article-layout .entry-content :where(blockquote, .wp-block-quote) > :last-child {
	margin-bottom: 0;
}

.usc-article-layout .entry-content :where(blockquote cite, .wp-block-quote cite) {
	color: var(--usc-color-text-muted);
	display: block;
	font-size: var(--usc-font-size-sm);
	font-style: normal;
	margin-top: 0.75rem;
}

.usc-article-layout .entry-content .wp-block-pullquote {
	border-block: 2px solid var(--usc-color-brand);
	color: var(--usc-color-black);
	font-size: 1.25em;
	margin-inline: 0;
	padding: 1.5rem 1rem;
	text-align: center;
}

.usc-article-layout .entry-content .wp-block-pullquote blockquote {
	background: transparent;
	border: 0;
	padding: 0;
}

.usc-article-layout .entry-content :where(.wp-block-table, .wp-block-table__container) {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.usc-article-layout .entry-content :where(table, .wp-block-table table) {
	border-collapse: collapse;
	font-size: 0.97em;
	line-height: 1.7;
	margin: 0;
	min-width: 100%;
	width: max-content;
}

.usc-article-layout .entry-content :where(th, td, .wp-block-table th, .wp-block-table td) {
	border: 1px solid var(--usc-color-border);
	padding: 0.75rem 0.85rem;
	text-align: start;
	vertical-align: top;
}

.usc-article-layout .entry-content :where(th, .wp-block-table th) {
	background: var(--usc-color-surface-soft);
	color: var(--usc-color-black);
	font-weight: 600;
}

.usc-article-layout .entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: var(--usc-color-surface-soft);
}

.usc-article-layout .entry-content details,
.usc-article-layout .entry-content .wp-block-details {
	background: var(--usc-color-surface-soft);
	border: 1px solid var(--usc-color-border);
	border-radius: var(--usc-radius-sm);
	padding: 1rem 1.1rem;
}

.usc-article-layout .entry-content details summary,
.usc-article-layout .entry-content .wp-block-details summary {
	color: var(--usc-color-black);
	cursor: pointer;
	font-weight: 600;
	line-height: 1.6;
}

.usc-article-layout .entry-content details[open] summary,
.usc-article-layout .entry-content .wp-block-details[open] summary {
	margin-bottom: 0.8rem;
}

.usc-article-layout .entry-content .wp-block-file {
	align-items: center;
	background: var(--usc-color-surface-soft);
	border: 1px solid var(--usc-color-border);
	border-radius: var(--usc-radius-sm);
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: space-between;
	padding: 0.9rem 1rem;
}

.usc-article-layout .entry-content .wp-block-file__button {
	margin: 0;
}

.usc-article-layout .entry-content .wp-block-separator {
	border: 0;
	border-top: 1px solid var(--usc-color-border);
	margin-block: 2.25rem;
	opacity: 1;
}

.usc-article-layout .entry-content .wp-block-buttons {
	gap: 0.75rem;
	margin-block-end: 1.5em;
}

.usc-article-layout .entry-content .wp-block-button__link {
	min-height: 44px;
	padding: 0.7rem 1.15rem;
}

.usc-article-layout .entry-content :where(.wp-block-media-text__content, .wp-block-cover__inner-container) > :last-child {
	margin-bottom: 0;
}

.usc-article-layout .entry-content :where(.wp-block-embed__wrapper, .wp-block-video, .wp-block-audio) {
	max-width: 100%;
}

.usc-article-layout .entry-content :where(iframe, video, audio) {
	max-width: 100%;
}

.usc-article-layout .entry-content .wp-block-footnotes {
	border-top: 1px solid var(--usc-color-border);
	font-size: var(--usc-font-size-sm);
	margin-top: 2.5rem;
	padding-top: 1.25rem;
}

.usc-article-layout .entry-content .wp-block-footnotes li {
	margin-block: 0.5rem;
}

/* Sidebar articles may expand blocks to the entry edges, never across the sidebar. */
.usc-article-layout:not(.full-width-content) .content .entry-content > :where(.alignwide, .alignfull) {
	margin-inline: calc(-1 * var(--usc-article-padding));
	max-width: calc(100% + (2 * var(--usc-article-padding)));
	width: calc(100% + (2 * var(--usc-article-padding)));
}

.usc-article-layout:not(.full-width-content) .content .entry-content > :where(.alignwide, .alignfull).wp-block-group,
.usc-article-layout:not(.full-width-content) .content .entry-content > :where(.alignwide, .alignfull).wp-block-cover,
.usc-article-layout:not(.full-width-content) .content .entry-content > :where(.alignwide, .alignfull).wp-block-columns {
	padding-inline: var(--usc-article-padding);
}

@media only screen and (max-width: 781px) {
	.usc-article-layout .entry-content .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content,
	.usc-article-layout .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 1.25rem 0 0;
	}

	.usc-article-layout .entry-content .wp-block-columns {
		gap: 1.25rem;
	}
}

@media only screen and (max-width: 600px) {
	.usc-article-layout .entry-content :where(table, .wp-block-table table) {
		font-size: 0.9375rem;
	}

	.usc-article-layout .entry-content :where(th, td, .wp-block-table th, .wp-block-table td) {
		padding: 0.65rem 0.7rem;
	}

	.usc-article-layout .entry-content .wp-block-file {
		align-items: stretch;
		flex-direction: column;
	}
}


/* ==========================================================================
   USC 0.0.9 native Query Loop discovery compatibility
   ========================================================================== */

.site-container .wp-block-query .wp-block-post-template {
	gap: clamp(20px, 2.5vw, 30px);
}

.site-container .wp-block-query .wp-block-post {
	background: var(--usc-color-surface);
	border: 1px solid var(--usc-color-border);
	border-radius: var(--usc-radius-md);
	box-shadow: var(--usc-shadow-soft);
	overflow: hidden;
	padding: var(--usc-space-3);
}

.site-container .wp-block-query .wp-block-post-featured-image {
	margin: calc(-1 * var(--usc-space-3)) calc(-1 * var(--usc-space-3)) var(--usc-space-3);
}

.site-container .wp-block-query .wp-block-post-featured-image img {
	aspect-ratio: 16 / 9;
	display: block;
	object-fit: contain;
	width: 100%;
}

.site-container .wp-block-query .wp-block-post-title {
	font-size: 20px;
	line-height: 1.5;
	margin-block: 0 var(--usc-space-2);
}

.site-container .wp-block-query .wp-block-post-title a {
	color: var(--usc-color-black);
	text-decoration: none;
}

.site-container .wp-block-query .wp-block-post-title a:focus,
.site-container .wp-block-query .wp-block-post-title a:hover {
	color: var(--usc-color-brand);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.site-container .wp-block-query :where(.wp-block-post-date, .wp-block-post-terms) {
	color: var(--usc-color-text-muted);
	font-size: 0.875rem;
}

.site-container .wp-block-query .wp-block-query-pagination {
	gap: 0.6rem;
	margin-block-start: var(--usc-space-4);
}

/* USC unified-page Gutenberg compatibility. */
.usc-unified-page .entry-content > .alignwide {
	margin-inline: max(-5vw, -80px);
	max-width: calc(100% + min(10vw, 160px));
	width: auto;
}

.usc-unified-page:not(.full-width-content) .entry-content > .alignfull {
	margin-inline: 0;
	max-width: 100%;
	width: 100%;
}

.usc-unified-page.full-width-content .entry-content > .alignfull {
	margin-inline: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 900px) {
	.usc-unified-page .entry-content > .alignwide,
	.usc-unified-page.full-width-content .entry-content > .alignfull {
		margin-inline: 0;
		max-width: 100%;
		width: 100%;
	}
}
