/* ==========================================================================
   Consolidated from base.css
   ========================================================================== */

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:hidden}pre{font-family: var(--usc-font-family-code);font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family: var(--usc-font-family-code);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:hidden}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.entry-container::before,

.author-box::before,

.clearfix::before,

.content-sidebar-wrap::before,

.entry::before,

.entry-content::before,

.pagination::before,

.site-container::before,

.site-inner::before,

.widget::before,

.wrap::before {
	content: " ";
	display: table;
}

.entry-container::after,

.author-box::after,

.clearfix::after,

.content-sidebar-wrap::after,

.entry::after,

.entry-content::after,

.pagination::after,

.site-container::after,

.site-inner::after,

.widget::after,

.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

.clear {
	clear: both;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	direction: rtl;
	unicode-bidi: embed;
	background-color: var(--usc-color-surface-soft);
	color: var(--usc-color-text);
	font-family: var(--usc-font-family-arabic);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.875;
	margin: 0;
	overflow-x: hidden;
}
body {
	animation: fadein 1s;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

a,

button,

input:focus,

input[type="button"],

input[type="reset"],

input[type="submit"],

textarea:focus,

.button,

.gallery img,

.more-link{
	outline-color: transparent; /* prevent flicker in Firefox */
	transition: all 0.1s ease-in-out;
}

a {
	color: #34678a;
	border-bottom: 1px dotted currentColor;
	text-decoration: none;
}

a:focus,
a:hover {
	color: var(--usc-color-text);
	text-decoration: none;
	border-bottom-color: transparent;
}

span:target {
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

.more-link-wrap {
	margin-bottom: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	background-color: transparent;
	border-width: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	border-right-width: 0;
	border-top-width: 0;
	margin: 2em 0;
	opacity: 0.3;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
	font-size: 15px;
}

mark {
	background-color: var(--usc-color-border);
	color: var(--usc-color-text);
}
code{background-color: var(--usc-color-border);
font-family: var(--usc-font-family-arabic);
font-size: 13px;
line-height: 0px;
max-width: 100%;
margin: 2px;
overflow: auto;
padding: 0.4%;
tab-size: 4;
}

pre {
	background-color: var(--usc-color-border);
	border: 1px solid #ded8d1;
	font-family: var(--usc-font-family-arabic);
	font-size: 16px;
	line-height: 1.6;
	max-width: 100%;
	margin-bottom: 30px;
	overflow: auto;
	padding: 3% 5% 3% 7%;
	position: relative;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	display: ltr;
}

pre::before {
	background-color: #ded8d1;
	color: #fff;
	content: " ";
	font-size: 16px;
	height: 100%;
	left: 0;
	padding: 0 3px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
	z-index: 5;
}

blockquote{
  display:block;
  background: var(--usc-color-border);
  padding: 15px 10px 15px 10px;
  margin: 0 0 20px;
  position: relative;
  color: #666;
  text-align: right;
  border-right: 7px solid #ded8d1;
}

blockquote a{
  text-decoration: none;
  cursor: pointer;
  padding: 0px;
  color: #c76c0c;
}
blockquote::before {
	left: auto;
}
blockquote a:hover{
 color: #666;
}
iframe {
	margin-bottom: -11px;
}

::selection {
	background-color: var(--usc-color-text);
	color: #fff;
	text-shadow: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--usc-color-black);
	font-family: var(--usc-font-family-arabic);
	font-weight: 600;
	line-height: var(--usc-line-height-tight);
	margin: 0 0 10px;
	text-wrap: balance;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 20px;
	letter-spacing: -0.5px;
}

.comment-respond h3 small {
	font-size: 16px;
}

h4 {
	font-size: 18px;
}

.entry-content h3,
.entry-content h4 {
	margin-bottom: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

figure a {
	border-width: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: right;
	margin-left: auto;
	margin-right: 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n/**/+1),
.gallery-columns-3 .gallery-item:nth-child(3n/**/+1),
.gallery-columns-4 .gallery-item:nth-child(4n/**/+1),
.gallery-columns-5 .gallery-item:nth-child(5n/**/+1),
.gallery-columns-6 .gallery-item:nth-child(6n/**/+1),
.gallery-columns-7 .gallery-item:nth-child(7n/**/+1),
.gallery-columns-8 .gallery-item:nth-child(8n/**/+1),
.gallery-columns-9 .gallery-item:nth-child(9n/**/+1) {
	margin-left: auto;
	margin-right: 0;
	clear: right;
}

.gallery img {
	border: 1px solid var(--usc-color-border);
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid var(--usc-color-border);
}

/* ==========================================================================
   Consolidated from forms.css
   ========================================================================== */

/* Forms
--------------------------------------------- */

input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 0;
	color: var(--usc-color-text);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	padding: 15px;
	width: 100%;
}

input[type="search"] {
	-webkit-appearance: none;
}

input:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #999;
	outline-width: 0;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

::placeholder {
	color: #999;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #34678a;
	border-width: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	padding: 20px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.button {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.button.large {
	font-size: 14px;
}

.button.secondary {
	background-color: var(--usc-color-border);
	color: var(--usc-color-text);
}

.more-link {
	display: inline-block;
	margin-top: 10px;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 15px 20px;
}

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,
.more-link:focus,
.more-link:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background-color: #34678a;
	border-width: 0;
	box-shadow: inset 0 0 200px rgba(255, 255, 255, 0.2), 0 1px 15px 0 rgba(0, 0, 0, 0.12);
	color: #fff;
	outline-width: 0;
}

.button.secondary:focus,
.button.secondary:hover {
	background-color: var(--usc-color-text);
	color: #fff;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: var(--usc-color-border);
	border-width: 0;
	box-shadow: none;
	color: #999;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid var(--usc-color-border);
}

td,
th {
	line-height: 2;
	text-align: right;
	vertical-align: top;
}

td {
	padding: 0.5em 0;
}

tr {
	border-top: 1px solid var(--usc-color-border);
}

th {
	font-weight: 700;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.breadcrumb .separator,
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


.screen-reader-shortcut:focus,

.screen-reader-text:focus,

.widget_search input[type="submit"]:focus {
	background-color: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	clip: auto !important;
	color: var(--usc-color-text);
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* Shapes
---------------------------------------------------------------------------- */

.error404 .site-inner .wrap::after,
.page .site-inner .wrap::after,
.single .site-inner .wrap::after,
.archive-description::before {
	background-color: #fff;
	-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: 100%;
	left: 0;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.error404 .site-inner .wrap::after,
.page .site-inner .wrap::after,
.single .site-inner .wrap::after {
	max-height: 300px;
}

/* ==========================================================================
   USC 0.0.7 long-form article typography
   ========================================================================== */

.usc-article-layout .entry-content {
	color: var(--usc-color-text);
	font-size: clamp(1.0625rem, 1rem + 0.18vw, 1.15625rem);
	line-height: 1.95;
	text-align: start;
}

.usc-article-layout .entry-content > :where(p, ul, ol, dl, table, blockquote, figure, pre, details) {
	margin-block-start: 0;
	margin-block-end: 1.35em;
}

.usc-article-layout .entry-content :where(h2, h3, h4, h5, h6) {
	color: var(--usc-color-black);
	font-family: var(--usc-font-family-arabic);
	font-weight: 600;
	line-height: 1.48;
	margin-block-start: 1.75em;
	margin-block-end: 0.65em;
	scroll-margin-top: 120px;
	text-wrap: pretty;
}

.usc-article-layout .entry-content h2 {
	font-size: 24px;
	padding-inline-start: 0.65rem;
	border-inline-start: 4px solid var(--usc-color-brand);
}

.usc-article-layout .entry-content h3 {
	font-size: 20px;
}

.usc-article-layout .entry-content h4 {
	font-size: 18px;
}

.usc-article-layout .entry-content h5 {
	font-size: 16px;
}

.usc-article-layout .entry-content h6 {
	font-size: 16px;
	color: var(--usc-color-text-muted);
}

.usc-article-layout .entry-content a:not(.button):not(.wp-block-button__link) {
	color: var(--usc-color-link);
	text-decoration-line: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.2em;
}

.usc-article-layout .entry-content a:not(.button):not(.wp-block-button__link):hover,
.usc-article-layout .entry-content a:not(.button):not(.wp-block-button__link):focus {
	color: var(--usc-color-link-hover);
	text-decoration-thickness: 0.12em;
}

.usc-article-layout .entry-content :where(ul, ol) {
	padding-inline-start: 1.55em;
	padding-inline-end: 0;
}

.usc-article-layout .entry-content :where(ul, ol) :where(ul, ol) {
	margin-block: 0.45em 0;
}

.usc-article-layout .entry-content li {
	margin-block: 0.35em;
	padding-inline-start: 0.2em;
}

.usc-article-layout .entry-content :where(code, kbd, samp) {
	background: var(--usc-color-surface-soft);
	border: 1px solid var(--usc-color-border);
	border-radius: var(--usc-radius-sm);
	direction: ltr;
	display: inline-block;
	font-family: var(--usc-font-family-code);
	font-size: 0.88em;
	line-height: 1.5;
	max-width: 100%;
	padding: 0.08em 0.4em;
	text-align: left;
	unicode-bidi: isolate;
	vertical-align: baseline;
}

.usc-article-layout .entry-content :where(pre, .wp-block-code, .wp-block-preformatted) {
	background: #171717;
	border: 1px solid #303030;
	border-radius: var(--usc-radius-md);
	color: #f5f5f5;
	direction: ltr;
	font-family: var(--usc-font-family-code);
	font-size: 0.9rem;
	line-height: 1.75;
	overflow-x: auto;
	padding: 1.25rem 1.35rem;
	text-align: left;
	tab-size: 4;
	unicode-bidi: isolate;
	white-space: pre;
}

.usc-article-layout .entry-content pre::before {
	display: none;
}

.usc-article-layout .entry-content pre code {
	background: transparent;
	border: 0;
	color: inherit;
	display: inline;
	font-size: inherit;
	padding: 0;
}

.usc-article-layout .entry-content :where(sup, sub) {
	font-size: 0.75em;
	line-height: 0;
}

.usc-article-layout .entry-content :where(abbr[title], acronym[title]) {
	text-decoration-style: dotted;
	text-underline-offset: 0.18em;
}

@media only screen and (max-width: 600px) {
	.usc-article-layout .entry-content {
		font-size: 1.0625rem;
		line-height: 1.9;
	}

	.usc-article-layout .entry-content :where(h2, h3, h4, h5, h6) {
		scroll-margin-top: 90px;
	}
}
