body {}

/* CSS override */
/*h1 {*/
/*	padding: 3rem 0 0.5rem;	*/
/*}*/

h2 {
	padding: 2rem 0 0.5rem;	
}

h3 {
	padding: 1.75rem 0 0.5rem;	
}

h4 {
	padding: 1.5rem 0 0.5rem;	
}

h5 {
	padding: 1.25rem 0 0.5rem;	
}

h6 {
	padding: 1.5rem 0 0.5rem;	
}
.top-2rem {
	top: 2rem;
}

h2.accordion-header {
	padding: 0 !important;
}

.accordion {
	margin: 1.5rem 0;
}

.card {
	margin: 0.5rem 0 1rem;
}

.card > .card-body {
	padding: 1rem;
}

.card p:last-child {
	margin-bottom: 0;
}

.az-tabs  {
    margin-bottom: 1.5rem;
}

.az-tabs .tab-content {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-top: 0;
}
/* End of CSS Override */


/* Global Link */
.main-container a:not(.btn) {
	font-weight: 700;
	text-decoration: underline;
}

.main-container a:not(.btn):hover {
	color: #6E5A3D; 
}

/* Cards */
.card--style-1 {}

.card--style-1 .card-body {
	padding: 0;
}

.card--style-1 .card-body .az-text {
	padding: 15px;
}

.card--style-1 .card-body .az-button {
	margin-top: -100%;
	z-index: 3;
	aspect-ratio: 1 / 1;
	display: flex;
}

.dxpr-editor .card--style-1 .card-body .az-button {
	margin-top: -50%;
}

.card--style-1 .card-body .az-button a {
	text-align: left;
	padding: 5px 40px 5px 15px;
	color: var(--bs-dark);
	display: block !important;
	position: relative;
	font-size: 1.4rem;
	align-self: flex-end;
}

.card--style-1 .card-body .az-button a:before {
	content: '\f061';
	position: absolute;
	bottom: 18px;
	right: 10px;
	width: 20px;
	height: 20px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 1.4rem;
}

.card--style-1 .az-image {}

.card--style-1 .az-image:before {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.card--style-1 .az-image img {
	position: relative;
	z-index: 1;
}

.bg-translucent-after:after {
	background-color: rgba(255, 255, 255, 0.1);
}

.views--publications .views-exposed-form,
.views--projects .views-exposed-form {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px;
	background-color: #E4E5E9;
	margin-bottom: 20px;
}

.views--publications .views-exposed-form>*,
.views--projects .views-exposed-form>* {
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.views--publications .views-exposed-form .form-item,
.views--projects .views-exposed-form .form-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.views--publications .views-exposed-form .form-item label,
.views--projects .views-exposed-form .form-item label {
	margin-bottom: 5px;
}

.views--publications .views-exposed-form .form-actions,
.views--projects .views-exposed-form .form-actions {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.views--publications .item-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.text-danger {
	color: #842029;
}

.text-success {
	color: #0F5132;
}

.region.region-content img {
	border-radius: 0.25rem;
}

@media (min-width: 768px) {
	.group--slides.group--slide-standard .content-overlay {
		top: 50% !important;
		bottom: auto !important;
		transform: translate(-50%, -50%) !important;
		background: rgba(0, 0, 0, 0.4);
		padding: 3rem 2rem !important;
	}

	.group--slides.group--slide-standard .content-overlay .slide-heading {
		color: white;
		font-weight: 600;
		font-size: 3rem;
	}

	.group--slides.group--slide-standard .content-overlay .format-content {
		color: white;
	}
}

.dxpr-wip {
	display: none;
}

.user-logged-in .dxpr-wip {
	border: dashed 3px red;
	display: block;

}

.views-bef-links .bef-exposed-form {
	border: solid 2px #E6A422;
	background-color: transparent;
}
.views-bef-links label {
	font-weight: 600;
}

.views-bef-links .form-select.bef-links {
	background-image: none;
	background-color: transparent;
    padding: 0;
    border: 0;
}
/* Container */
.views-bef-links .bef-links ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; /* allows wrapping on smaller screens */
  gap: 10px;
  list-style: none;
}

/* Each item */
.views-bef-links .bef-links ul li {
  margin: 0;
}

/* Link as button */
.views-bef-links .bef-links ul li a {
	font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    text-decoration: none;

  display: block;
  font-family: "Oswald", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
      color: #FFF;
    background-color: #141B4D;
    border-color: #141B4D;
}

/* Hover state */
.views-bef-links .bef-links ul li a:hover {
  background-color: #141B4D;
  color: #fff;
  text-decoration: none;
}

/* Active/selected state */
.views-bef-links .bef-links ul li a.bef-link--selected {

  background-color: #8A704C;
    border-color: #8A704C;
  color: #fff;
  text-decoration: none;
}

.border-hover-dotted:hover {
    border-style: dotted !important;
}