/* 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;
}
