/*
	Theme Name: UW WordPress Theme - Child Theme
	Theme URI: https://github.com/uweb/uw_wp_theme_child
	GitHub Theme URI: https://github.com/uweb/uw_wp_theme_child
	Primary Branch: main
	Author: UW Web Team
	Author URI: https://github.com/uweb
	Description: A child theme based on the UW WordPress Theme
	Template: uw_wp_theme
	Version: 1.1
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: two-columns, right-sidebar, responsive-layout, accessibility-ready
	Text Domain: uw_wp_theme_child
*/
h3 a:link,
h3 a:hover {
	text-decoration: underline;
}
.home .uw-body .uw-site-title {
	position:absolute;
	top: 80px;
	left: 11px;
	color: #fff;
	font-family: "Encode Sans Compressed", sans-serif;
	font-size: 5em;
	line-height: 55px;
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
}
.uw-hero-image {
	height: 200px;
	width: 100%;
	background-color: #4b2e83;
}
.home .uw-hero-image {
	display: none;
}
.navbar-brand .haring-wordmark {
	display: block;
	background: url(assets/images/haring-wordmark.png) no-repeat;
	background-size: 50%;
	position: absolute;
	top: 10px;
	left: 70px;
	width: 330px;
	height: 44px;
	text-indent: -9999px;
}
.navbar-brand .haring-wordmark {
	top: 20px;
	display: none;
}
.uw-footer .be-boundless {
	background: url(assets/images/house-white.png) no-repeat center top transparent;
}
.uw-footer .be-boundless {
	line-height: 180px;
}
ul.footer-social li {
	list-style: none;
	display: inline-block;
}
ul.footer-social li a {
	color: #fff;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	background: url(assets/svg/uw-coe-sprite.svg) no-repeat 0 -185px transparent;
	padding: 8px 21px;
}
ul.footer-social li a.facebook {
	background-position: 0px -185px;
}
ul.footer-social li a.twitter {
	background-position: -46px -185px;
}
ul.footer-social li a.tumblr {
	background-position: -366px -185px;
}
ul.footer-social li a.youtube {
	background-position: -138px -185px;
}
ul.footer-social li a.linkedin {
	background-position: -184px -185px;
}
ul.footer-social li a.pinterest {
	background-position: -92px -185px;
}
ul.footer-social li a.vimeo {
	background-position: -230px -185px;
}
ul.footer-social li a.google {
	background-position: -275px -185px;
}
ul.footer-social li a.instagram {
	background-position: -322px -185px;
}
ul.footer-social li a:hover.facebook,
ul.footer-social li a:focus.facebook {
	background-position: 0px -225px;
}
ul.footer-social li a:hover.twitter,
ul.footer-social li a:focus.twitter {
	background-position: -46px -225px;
}
ul.footer-social li a:hover.tumblr,
ul.footer-social li a:focus.tumblr {
	background-position: -366px -225px;
}
ul.footer-social li a:hover.youtube,
ul.footer-social li a:focus.youtube {
	background-position: -138px -225px;
}
ul.footer-social li a:hover.linkedin,
ul.footer-social li a:focus.linkedin {
	background-position: -184px -225px;
}
ul.footer-social li a:hover.pinterest,
ul.footer-social li a:focus.pinterest {
	background-position: -92px -225px;
}
ul.footer-social li a:hover.vimeo,
ul.footer-social li a:focus.vimeo {
	background-position: -230px -225px;
}
ul.footer-social li a:hover.google,
ul.footer-social li a:focus.google {
	background-position: -275px -225px;
}
ul.footer-social li a:hover.instagram,
ul.footer-social li a:focus.instagram {
	background-position: -322px -225px;
}
/*.uw-footer ul.footer-social li a.vimeo { 
	background-position:-368px -185px;
}
.uw-footer ul.footer-social li a.vimeo:link, 
.uw-footer ul.footer-social li a.vimeo:visited { 
	background: url('assets/svg/uw-coe-sprite.svg') no-repeat -231px -196px;
	width: 27px;
	height: 26px;
}
.uw-footer ul.footer-social li a.vimeo:hover { 
	background: url('assets/svg/uw-coe-sprite.svg') no-repeat -230px -236px;
	width: 26px;
	height: 26px;
}*/
.one-fourth {
	width: 25%;
	padding: 5px;
	float: left;
}
.one-fourth-last {
	width: 25%;
	padding: 5px;
	float: left;
}
.one-fourth .alignleft,
.one-fourth-last .alignleft {
	margin-bottom: 18px;
}
.home .slider {
	display: block;
}
/*FRONT SLIDER*/
/*Meta slider*/
body .metaslider .flexslider .slides li{
    width: 100%;
    height: 320px; /* or any fixed height you want */
    overflow: hidden;
    position: relative;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, sans-serif; }

/* Cards horizontal layout */
.impact-cards {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
}

.impact-card {
  width: calc(100vw / 3); /* ✅ exactly 1/3 of viewport width */
  min-width: calc(100vw / 3);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-right: 1px solid #eee;
  overflow: hidden;
}

.impact-card:last-child {
  border-right: none;
}

/* Image */
.impact-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;   /* keeps image tidy */
  object-fit: cover;
}

/* Text */
.impact-card h3 {
  margin: 10px 12px 4px;
  font-size: 1.1rem;
}
.impact-card p {
  margin: 0 12px 12px;
  color: #444;
}

/* ---------------------------
   STACK AT 720px AND BELOW
   --------------------------- */
@media (max-width: 720px) {
  .impact-cards {
    flex-direction: column;
  }

  .impact-card {
    width: 100vw;          /* stacked full width */
    min-width: 100vw;
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .impact-card:last-child {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
    {
        height: 400px; /* or any fixed height you want */
    }
}
body .flexslider .slides img{
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
@media (min-width: 768px) {
body .flexslider .slides img
{
    height:auto;
    width: 100%;
    }
}
.metaslider .caption-wrap{
    opacity: 1 !important;
    width:100% !important;
    background-color: #4b2e83 !important;
    left:0 !important;
}
.metaslider .caption-wrap .udub-slant{
    display:none;
}
@media (min-width: 768px) {
    .metaslider .caption-wrap .udub-slant{
        display:block;
    }
}
@media (min-width: 768px) {
    .metaslider .caption-wrap{
        width:50% !important;
        left:4rem !important;
        padding:1rem !important;
    }
}
.metaslider .caption-wrap h2{
   font-size:1.3rem; 
}
.metaslider .caption-wrap h3{
   font-size:1.1rem; 
}
@media (min-width: 768px) {
    .metaslider .caption-wrap h2{
       font-size:2rem; 
    }
    .metaslider .caption-wrap h3{
       font-size:1.8rem; 
    }
}
.metaslider .caption-wrap h2, 
.metaslider .caption-wrap h3{
    color:white;
}
.metaslider .caption-wrap h2, 
.metaslider .caption {
    background-color: #4b2e83 !important;
    opacity: 1 !important;
    color:white;
}
.metaslider .caption {
    padding:0 !important;
}
@media (min-width: 768px) {
    .metaslider .caption {
    {
        padding:2rem !important;
    }
}
.metaslider .caption-wrap a.uw-btn,
.metaslider .caption-wrap a.uw-btn:visited{
    margin-bottom:0;
    color:#5A5A5A;
    background-color:#f5f5f5;
}
.metaslider .caption-wrap a.uw-btn:hover{
    color:#fff;
    background-color:#E8E3D3;
}
.metaslider .caption-wrap a.uw-btn,
.metaslider .caption-wrap a.uw-btn:visited{
}
div.udub-slant {
    overflow: hidden;
    display: block;
    margin: 15px 0 10px 0;
}
div.udub-slant div{
    -webkit-transform: skew(-25deg,0);
    -ms-transform: skewX(-25deg) skewY(0);
    transform: skew(-25deg,0);
    display: block;
    height: 10px;
    width: 290px;
    background-color: #b7a57a;
    margin: 0; /* 0 15px -90px;*/
}
/*END Meta slider*/
div#n2-ss-8 .n2-ss-slide-limiter {
    max-width:1200px;
}
div#n2-ss-8 .n2-font-577e3e94d392c80545fffaf7623e9404-hover {
	font-family: "Encode Sans Compressed";
}

.home .slideshow_container_style-light .slideshow_button {
	opacity: 1;
	background: url(assets/images/light-arrows.png) no-repeat;
}
.home .slideshow_container_style-light .slideshow_transparent {
	opacity: 1.0;
}
.home .slideshow_container_style-light .slideshow_description_box {
	position: absolute;
	bottom: 0;
	width: 80%;
	height: auto;
	padding: 2vh 5vh;
	background: none;
	margin-left: 0;
	font-family: "Encode Sans Compressed";
	font-weight: 600;
}
.home .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box {
	margin-bottom: 4vh;
	margin-bottom: 0;
	height: 132px;
}
.home .slideshow_container_style-light .slideshow_description_box div.slideshow_title {
	font-size: 2em;
}
.home .slideshow_container_style-light .slideshow_description_box div.slideshow_description {
	font-size: 1.2em;
}
.home .slideshow_container .slideshow_button.slideshow_next {
	background-position-x: right;
}
.widgets_on_page.wop_tiny1 ul {
	padding-left: 0;
}
li#category-posts-2.widget.cat-post-widget {
	padding-left: 0;
}


/*From Old HC styles*/
.hero-content {
	margin-top:20px;
}
.alignfull, .wp-block-image.alignfull img {
	margin: 0 calc(50% - 50vw) 1.5em calc(50% - 50vw);
	margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw !important;
}
.alignnarrow {
	margin: 0 auto 1.5em auto;
	max-width: 75rem;
}
.has-white-color, .has-white-color * {
	color: #fff !important;
}
figure.impact-figure {
	position: relative;
}
figure.impact-figure figcaption {
	position: absolute;
	left: 2rem;
	bottom: 0rem;
	padding:1rem 2rem;
	font-size: 4rem;
	color: white;
	font-family: 'Encode Sans Compressed';
	background-color: #4b2f92;
}
@media (min-width: 768px) {
	.navbar-brand .haring-wordmark {
        display: block;
        width: 660px;
        height: 72px;
        background-size: 50%;
        left: 150px;
        top: 20px;
	}
	.navbar-brand .uw-wordmark {
	display: none;
	width: 330px;
	height: 24px;
	left: 150px;
	top: 38px;
	}
	.home .slideshow_container_style-light .slideshow_transparent {
	opacity: .8;
	}
	.home .slideshow_container_style-light .slideshow_description_box {
	transform: skewX(-55deg);
	left: -200px;
	}
	.home .slideshow_title,
	.home .slideshow_description {
	transform: skewX(55deg);
	}
	.home .slideshow_container_style-light .slideshow_description_box {
	left: -400px;
	background: #4b2e83;
	}
	.front-ad-left,
	.front-ad-right {
	float: left;
	}
	.front-ad-left h3,
	.front-ad-right h3 {
	font-size: 1em;
	}
	.front-ad-left {
	width: 45%;
	}
	.front-ad-right {
	width: 45%;
	margin-left: 5%;
	}
	.widgets_on_page {
	clear: both;
	width: 100%;
	float: left;
	}
	.widgets_on_page ul {
	list-style-type: none;
	}
	.widgets_on_page ul#category-posts-2-internal .cat-post-item {
	padding-left: 0;
	margin-top:21px;
	}
	.widgets_on_page ul#category-posts-2-internal li{
	float:left;
	}
	.widgets_on_page #category-posts-2-internal .cat-post-item img {
	margin-right:12px;
	}
	#category-posts-2-internal .cat-post-title {
	font-family: "Encode Sans Compressed";
	font-size: 1.2em;
	}
}
.uw-footer .be-boundless {
	background: url(assets/images/haring-house.png) no-repeat center top transparent;
}
.uw-hero-image-reno {
	height:440px;
	width: 100%;
	background-color: #4b2e83;
	background-size:cover;
	position:relative;
}
.uw-hero-image-reno h1{
	font-size:36px;
	position:absolute;
	top: 180px;
	top: 48%;
	color:white;
}
.uw-hero-image-2025{
	height:220px;
	width: 100%;
	background-color: #4b2e83;
	background-size:cover;
	position:relative;
}
.wp-block-quote {
	border-left: 3px solid #e9e6f0;
	padding: 0 0 0 16px;
	margin: 0 0 29px;
	font-size: 21.25px;
}
.wp-block-quote p {
	   font-family: "Encode Sans Compressed",sans-serif;
	font-size: 21px;
}
.wp-block-quote cite{
	font-size:.8em;
}
.donors {
	padding: 5vh 10vw;
	background-color: #85754d;
	margin-top: 2rem;
}
.donors p {
	color: white;
}
.purple-full-width{
	background-color:#4b2f92;
	padding:24px;
	min-height:200px;
	margin-left:-1000px;
	margin-right:-1000px;
}
.purple-full-width p{
	color:white;
	font-size:1.2em;
	text-align:middle;
	margin-top:48px;
	margin-left:1000px;
	margin-right:1000px;
}
.uw-hero-image-reno::before{ 
	   content: " " !important;
	   position: absolute;
	   top: 0;
	   left: 0;
	   width: 70%;
	   height: 440px;
	   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(255, 0, 0, 0)) !important;
}
@media (min-width: 768px) {
	.uw-hero-image-reno h1{
	font-size:32px;
	}
	.coe-shear {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
	height: 100px;
	transform: skewX(-25deg);
	background-color: rgba(75, 46, 131, 0.6);
	position: absolute;
	right:20%;
	top: 210px;
	margin-left: -600px;
	}
}
@media (min-width: 1080px) {
	.uw-hero-image-reno h1{
	font-size:40px;
	}
	.coe-shear {
	margin: 0;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
	height: 100px;
	transform: skewX(-25deg);
	background-color: rgba(75, 46, 131, 0.6);
	position: absolute;
	right:30%;
	top: 210px;
	margin-left: -600px;
	}
}
@media (min-width: 1200px) {
	.uw-hero-image-reno h1{
	font-size:50px;
	}
	.coe-shear {
	padding: 0;
	width: 100%;
	height: 100px;
	transform: skewX(-25deg);
	background-color: rgba(75, 46, 131, 0.6);
	position: absolute;
	right:30%;
	top: 210px;
	margin-left: -600px;
	}
}
