@charset "utf-8";

.social-fixed {
  background-color: #ffffff;
  right: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(0) !important; 
  padding: 8px 0;
  text-align: center;
  z-index: 999;
}
.social-fixed p {font-weight: 700; font-size: 13px !important; text-transform: uppercase; line-height: 18px !important; letter-spacing: 1.2px !important; padding: 0 2px}

.social-sharing-facebook {
    background-image: url(data: image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-facebook' fill='white' viewBox='0 0 38 38' %3e%3cpath d='M21.897 18.12l0.697-4.543h-4.359v-2.948c0-1.243 0.609-2.454 2.561-2.454h1.982v-3.868c0 0-1.798-0.307-3.518-0.307-3.59 0-5.936 2.176-5.936 6.115v3.462h-3.99v4.543h3.99v10.982h4.911v-10.982h3.662z' %3e%3c/path%3e%3c/svg%3e);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center center;
}

/*** NEWS ITEM ***/
.news-item-content {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	width: 100%;
}
.news-item-image {outline: 5px solid #ffffff;}
.news-item-date {
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    color: #302F2F;
}
.news-item-summary,
.news-item-summary * {
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	font-weight: 500 !important;
	text-transform: none !important;
	line-height: 1.5;
	overflow: hidden;
	color: #302F2F;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-item-summary > * {
margin-bottom: 0 !important;
}
.news-item-summary > *:not(:first-child) {
display: none;
}
.news-item-summary:hover a {
text-decoration: underline !important;
}
.news-item-button {
width: fit-content;
}
.news-item-button > a.btn-base {
min-width: 160px !important;
}

.blog-image{
	height: 250px !important;
}
/*** PROFILES ***/
.profile-item-image {outline: 5px solid #ffffff;}
.profile-item-date {
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    color: #ffffff;
}
.profile-item-summary,
.profile-item-summary * {
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	font-weight: 500 !important;
	text-transform: none !important;
	line-height: 1.5;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.stories {margin:25px 15%;}
.article-header {font-size: 3rem !important; font-weight: 800; color: #212529; padding-top: 20px;}
.article-sub {font-size: 1.2rem !important; line-height: 1.5em; color: #212529;}
.article-body {font-size: 1.2rem !important; color: #212529; line-height: 28px;}
.sub-title {line-height: 30px; font-size: 24px;}
.author {line-height: 40px; font-size: 18px; padding-bottom: 20px; color: #000; font-style: italic;}

.indent-title {padding-left: 15px;}
.columns-main {font-weight: bold; font-size: 1.2rem;}
.columns-cat-b {
text-transform: capitalize;
font-size: 16px;
margin-bottom: 0;
padding-bottom: 2px;
font-weight: 800;
color: #111111;
}

.columns-cat-w {
text-transform: capitalize;
font-size: 16px;
margin-bottom: 0;
padding-bottom: 2px;
font-weight: 800;
color: #ffffff;
}

.columns-cat-m {margin: 10px 0 0 25px;}

.columns-sub-b {
font-style: italic;
color: #333333;
}

.columns-sub-w {
font-style: italic;
color: #ffffff;
}

/*** GOLD BUTTON ***/



/* NEWS TILE */
.vu-gal-grid-tile {
--overlay-opacity: .8;
--overlay-opacity-transform: opacity 300ms ease-in;
margin: 1rem 0;
}
.vu-gal-grid-tile img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
aspect-ratio: 1/1;
}

.vu-gal-grid-tile .news-tile-overlay {
width: 100%;
height: 100%;
position: relative;

}
.vu-gal-grid-tile .news-tile-overlay::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #003a5d;
opacity: 0;

transition: var(--overlay-opacity-transform);
}
.vu-gal-grid-tile .news-tile-overlay:hover::before {
opacity: var(--overlay-opacity);
transition: var(--overlay-opacity-transform);
z-index: 10;
padding:1rem;
}

.vu-gal-grid-tile .news-tile-overlay::after {
content: var(--news-item-title);
color: #fed925;
text-align: center;
/* font-size: 1.2rem !important;
padding: 0 1rem;
font-size: 1.3vw !important;*/
font-size:24px;
padding:1rem;
font-weight: bolder;

box-shadow: inset -5px -7px 0px 1px #fed925;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
transition: var(--overlay-opacity-transform);
}
.vu-gal-grid-tile .news-tile-overlay:hover::after {
opacity: 1;
transition: var(--overlay-opacity-transform);
z-index: 11;
}

.vu-gal-grid-event-tile {
height: 100%;
}
.vu-gal-grid-event-tile-body {
flex-grow: 1;
}
.vu-gal-grid-event-tile-heading > p {
/* font-size: 1.3rem !important;*/
font-size:24px !important;
}
.vu-gal-grid-event-tile-body p {
/* font-size: 1.3rem !important;*/
font-size:24px !important;
flex-grow: 1;
}

.vu-gal-grid-event-tile-body a {
text-transform: none !important;
font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}
.vu-gal-grid-event-tile-body .btn {
border: none !important;
padding-left: 0 !important;
}
.vu-gal-grid-event-tile-body .btn-base {
min-width: unset !important;
}

@supports not (aspect-ratio: 1/1) {
	.vu-gal-grid-tile  {
	display: block;
	max-width: 100%;
	position: relative;
	margin: 0 !important;
	}
	.vu-gal-grid-tile::before {
	content: "";
	display: block;
	padding-top: 100%;
	}
	.vu-gal-grid-tile > * {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}
	.vu-gal-grid-tile img,
	.vu-gal-grid-event-tile,
	.vu-gal-grid-tile .news-tile-overlay::before,
	.vu-gal-grid-tile .news-tile-overlay::after {
	transform: scale(.9);
	}
}
	
@media (hover: none) and (pointer: coarse) { 
	.vu-gal-grid-event-tile-body {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
	}
	.vu-gal-grid-event-tile-body > p {
	margin-bottom: .25rem !important;
	}
}

.centered {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: #fff;
text-align: center;
font-weight:bolder;
/* font-size: 1.3rem !important;*/
font-size:24px !important;
padding:1rem;
text-shadow: 3px 3px 2px rgba(0,0,0,0.9);

}
@media (hover: none) and (pointer: coarse) { 
	.vu-gal-grid-tile .news-tile-overlay::before {
	opacity: var(--overlay-opacity);
	z-index: 10;
	}
	.vu-gal-grid-tile .news-tile-overlay::after {
	opacity: 1;
	z-index: 11;
	}
	.vu-gal-grid-tile .news-tile-overlay::after,
	.vu-gal-grid-event-tile-body > p {
	/* font-size: 5vw !important;*/
	font-size:24px !important;
	}
}

@media (min-width: 1025px) {
	.centered {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding:1rem;
	text-align: center;
	font-weight:bolder;
	/* font-size: 1.3rem !important;*/
	font-size:24px !important;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.9);

	}
}

@media (max-width: 1024px), (max-height: 1024px) {
	.vu-gal-grid-tile .news-tile-overlay::before {
	opacity: var(--overlay-opacity);
	z-index: 10;
	}
	.vu-gal-grid-tile .news-tile-overlay::after {
	opacity: 1;
	z-index: 11;
	}
	.vu-gal-grid-tile .news-tile-overlay::after,
	.vu-gal-grid-event-tile-body > p {
	/* font-size: 2vw !important; */
	/* font-size: 5vw !important;*/
	font-size:24px !important;
	}
	.centered {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	font-weight:bolder;
	/* font-size: 1.3rem !important;*/
	font-size:24px !important;
	padding:1rem;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.9);
	}
}

@media (max-width: 767px), (max-height: 500px) {
	.vu-gal-grid-tile .news-tile-overlay::before {
	opacity: var(--overlay-opacity);
	z-index: 10;
	}
	.vu-gal-grid-tile .news-tile-overlay::after {
	opacity: 1;
	z-index: 11;
	}
	.vu-gal-grid-tile .news-tile-overlay::after,
	.vu-gal-grid-event-tile-body > p {
	/* font-size: 5vw !important;*/
	font-size:24px !important;
	}
	.centered {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	font-weight:bolder;
	/* font-size: 5vw !important;*/
	font-size:24px !important;
	padding:1rem;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.9);

	}
}
/* ----- Shared media wrapper (image + video) ------------------- */
.featured-media-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

