  .give-background {
	background-size: cover;
	background-position: center;
}
.give-background h2,
.give-background p,
.give-background h3,
.give-background li {
	color: #fff
}
@media only screen and (max-width: 40.063em){
	.give-background .medium-5 {background-color:rgba(255,255,255,.5)}	
}
.give-index {background-image: url("https://www.unco.edu/give/images/background/dev-give-index-section6.jpg");}
.give-index a.button {color:#fff; border-color:#fff;}

.campaign-section3 {background-image: url("/give/images/background/dev-give-campaign-priorities-section3.jpg");}
.campaign-section4 {background-image: url("/give/images/background/dev-give-campaign-priorities-section4.jpg");}
.campaign-section6 {background-image: url("/give/images/background/dev-give-campaign-priorities-section6.jpg");}
.give-involve {background-image: url("/give/images/background/dev-give-involve-section2.jpg");}
.give-impact-section2 {background-image: url("/give/images/background/dev-give-impact-index-section2.jpg");}
.give-impact-section4 {background-image: url("/give/images/background/dev-give-impact-index-section4.jpg");}
.impact-giving-societies {background-image: url("/give/images/background/dev-give-impact-giving-societies-section6.jpg");}
.give-invest {background-image: url("/give/images/background/dev-give-invest-index-section2.jpg");}
.give-team {background-image: url("/give/images/background/dev-give-team-unc-section4.jpg");}
.donor-recognition {background-image: url("/give/images/background/dev-give-impact-donor-recognition-section6.jpg");}
.annual-giving {background-image: url("/give/images/background/dev-give-annual-giving-section4.jpg");}
.events-section2 {background-image: url("/give/images/background/dev-give-events-section2.jpg");}
.events-section3 {
	background-image: url("/give/images/background/dev-give-events-section3.jpg");
	background-size: cover; 
	background-position: center; }
.events-section3 h2, 
.events-section3 p,
.events-section3 li,
.events-section3 h3 {
	color: #000 !important;}
.events-section4 {
	background-image: url("/give/images/background/dev-give-events-section4.jpg");
	background-size: cover; 
	background-position: center; }
.events-section4 h2, 
.events-section4 p,
.events-section4 h3,
.events-section4 li {
	color: #000 !important;}

/* Styles from banner widget */

.visbuttons a {
	background-color: #fff;
	color: #013c65 !important;
	font-weight: bold !important;
}
.visbuttons a:hover
{
	background:none;
	color: #fff !important;
}

.visbuttons a:hover,
.visbuttons a:focus {
	box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
	transform: translateY(-0.25em);
	transition: 0.25s;
}
.destination-unc-intro {
	position: relative;
	display: block;
	width: 100%;
	min-height: 18em;
	background-image: url(/give/images/banner/sugar-bear-uniform.jpg);
	background-size: cover!important;
	background-position: center!important;
}
.destination-unc-intro:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #000000;
	display: block;
}
@media only screen and (min-width: 40.063em) {
	.destination-unc-intro {
		min-height: 28em;
	}
}
.destination-unc-intro .intro-text-paragraph {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.destination-unc-intro .intro-text-paragraph img.logo {
	max-width: 18rem;
	margin-bottom: 1rem;
}
@media only screen and (min-width: 40.063em) {
	.destination-unc-intro .intro-text-paragraph img.logo {
		max-width: 30rem;
	}
}
.destination-unc-intro .intro-text-paragraph h2:last-child,
.destination-unc-intro .intro-text-paragraph p:last-child {
	margin-bottom: 0;
}
.destination-unc-intro .intro-text-paragraph h2.small,
.destination-unc-intro .intro-text-paragraph p.small {
	font-size: 0.8rem;
}
.destination-unc-intro .intro-text-paragraph h2 a,
.destination-unc-intro .intro-text-paragraph p a {
	font-weight: 400 !important;
	text-decoration: underline;
}
/*!
* animate.css -http://daneden.me/animate
* Version - 3.7.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		transition: none !important;
	}
}
.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.cta-button {
	color: #ffffff;
	background-color: #013c65;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	max-width: max-content;
	margin: 0;
	cursor: pointer;
	font-weight: 400;
	line-height: normal;
	position: relative;
	text-align: center;
	display: inline-block;
	padding: .5rem 1.25rem;
	font-size: .8rem;
	border-radius: 25px;
	text-decoration: none;
	font-family: 'Open Sans';
	text-transform: uppercase;
}
.cta-button:hover {
	color: #000000;
	background-color: #f6b000;
}
.visbuttons {
	text-align: center;
}

/* Taylor's Updates from 12.07.22 */
.site-header-noimage,
.page-title {
  display: none;
}

.site-header .page-header {
  display: none;
}

.site-header h1 {
  font-weight: 600 !important;
  color: #ffffff;
}

.content .row .columns a.button {
  color: #ffffff;
  background-color: #013c65;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  max-width: max-content;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  border-radius: 25px;
  text-decoration: none;
  border: none;
  text-transform: none;
}

.content .row .columns a.button:hover {
  color: #000000;
  background-color: #f6b000;
}

.end-of-year-gift h2 {
  font-weight: 600 !important;
}

.end-of-year-gift .columns > h1,
.end-of-year-gift .columns > p {
  grid-column: 1 / -1;
}

.end-of-year-gift__card-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

@media (max-width: 769px) {
  .end-of-year-gift__card-group {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem 0;
  }
}

.end-of-year-gift__card-group__single {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  padding: .5rem 1rem;
  background-color: #EBEBEB;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

@media (max-width: 640px) {
  .end-of-year-gift__card-group__single {
    grid-column: 1 / -1;
    flex-direction: column;
    gap: .5rem;
  }
}

.end-of-year-gift__card-group__single svg,
.end-of-year-gift__card-group__single img {
  max-height: 25px;
  max-width: 25px;
  object-fit: contain;
  object-position: center center;
  display: block;
  fill: #333333;
}

@media (max-width: 640px) {
  .end-of-year-gift__card-group__single svg,
  .end-of-year-gift__card-group__single img {
    margin: 0 auto;
    margin-top: .5rem;
  }
}

.end-of-year-gift__card-group__single p {
  margin: 0;
  width: 100%;
}

.end-of-year-gift__card-group__single img ~ p {
	width: auto;
}

.end-of-year-gift__card-group__single p a {
  color: #0774BF;
  transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
}

.end-of-year-gift__card-group__single p a:hover {
  color: #f6b000;
}

.end-of-year-gift__card-group__single:nth-child(odd):last-child {
  grid-column: 1 / -1;
}

.end-of-year-gift__wire-instructions__heading {
  display: block;
  width: 100%;
  background-color: #013c65;
  padding: 1rem;
  margin: 3rem 0 2rem 0;
}

.end-of-year-gift__wire-instructions__heading h3 {
  color: #ffffff;
  font-weight: 600 !important;
  margin: 0;
  text-align: center;
}

.end-of-year-gift__wire-instructions__group-label,
.end-of-year-gift__wire-instructions h4 {
  grid-column: 1 / -1;
  max-width: max-content;
  border-bottom: 3px solid #f6b000;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.end-of-year-gift__wire-instructions .end-of-year-gift__card-group {
  margin-bottom: 2rem;
}
