@font-face {
	font-family: "HelveticaNeue-Bold";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/HelveticaNeue.ttf") format("truetype")
}

@font-face {
	font-family: "HelveticaNeue-Regular";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/HelveticaNeue.ttf") format("truetype")
}

@font-face {
	font-family: "HelveticaNeue-Italic";
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/HelveticaNeueIt.ttf") format("truetype")
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateX(-40px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		transform: translateX(-40px)
	}
}

@keyframes rotation {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

body {
	font-family: Arial, sans-serif
}

.button {
    background-color: #004990
}

.button:focus, .button:hover {
    background-color: #003e7a;
    color: #fefefe;
}

.top-bar, .top-bar ul {
	background-color: rgb(0, 73, 144)
}

.top-bar-right ul a {
	color: #fff;
	background-color: rgb(0, 73, 144);
	font-size: 1.2rem
}

.top-bar-right ul a:hover {
	color: #004990;
	background-color: #fff;
	text-decoration: none;
	opacity: 0.8;
	border-radius: 25px
}

.top-bar-right ul a.donate {
	color: #fff;
	background-color: #FF3600;
	font-size: 1.2rem;
	border-radius: 25px
}

.top-bar-right ul a.donate:hover {
	color: #004990;
	background-color: #fff;
	text-decoration: none;
	opacity: 0.8;
	border-radius: 25px
}

.title-bar {
	background-color: rgb(0, 73, 144);
	color: #fff;
}

.hero__bk-container {
	height: 20rem
}

.hero__bk {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 20rem
}

.hero__bk--landing {
	background-image: url(/gibbs-ranch/images/gibbs-hero.png?1);
	background-position: left center
}

.hero__bk--news {
	background-image: url(/gibbs-ranch/images/stay-uptodate-mobile.png)
}

.hero__bk--gallery {
	background-image: url(/gibbs-ranch/images/media-gallery-mobile.png)
}

.hero__bk--rodeo {
	background-image: url(/gibbs-ranch/images/rodeo-hero-2-mobile.png);
	background-position: center bottom
}

.hero__bk--donate {
	background-image: url(/dA/b70a484b9c/fileAsset/donate-hero-mobile.png);
}

.hero__heading {
	display: none
}

.hero__animation {
	animation: none;
	display: none
}

.section-heading {
	font-size: 2.5rem;
	text-transform: uppercase;
	background-color: #ff3600;
	color: #fff;
	padding: 1rem;
	margin-top: 2.5rem;
	margin-bottom: 4rem;
	font-weight: 700;
	text-align: center
}

.section-heading--reverse {
	font-size: 2.5rem;
	text-transform: uppercase;
	background-color: #fff;
	color: #ff3600;
	padding: 1rem;
	margin-top: 2.5rem;
	margin-bottom: 4rem;
	font-weight: 700;
	text-align: center
}

/* News Section */
.news__main-image {
	margin-bottom: 1rem;
	width: 100%;
	height: auto
}

.news__main-content {
	justify-content: space-between;
	height: 100%
}

.news__main-heading {
	margin: 0;
	padding: 0 0 1rem 0;
	color: #ff3600;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase
}

.news__main-text {
	font-size: 1.5rem;
	line-height: 2rem
}

/* News Card */
.news-card {
	position: relative;
	height: 200px;
	background-position: center center;
	background-size: cover
}

.news-card__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-transition: .2s opacity ease;
	-o-transition: .2s opacity ease;
	transition: .2s opacity ease
}

.news-card__content {
	padding: 1rem;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 .4rem rgb(0, 0, 0)
}

.news-card:hover .news-card__link,
.news-card .news-card__link:focus {
	opacity: 1
}

.news-card__header {
	margin-bottom: 1.5rem
}

.news-card__heading {
	color: #fff;
	font-size: 1.2rem
}

.news-card__continue {
	margin: 0;
	text-decoration: underline
}

.news-card__continue:hover,
.news-card__continue:focus {
	text-decoration: none
}

.news-card__continue span {
	margin-left: 0;
	-webkit-transition: all .2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all .2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all .2s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.news-card__continue:hover span,
.news-card__continue:focus span {
	margin-left: .25rem
}

.news-card__display-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 2rem 1rem 1rem;
	color: #fff;
	font-weight: 700;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	-webkit-transition: .2s opacity ease;
	-o-transition: .2s opacity ease;
	transition: .2s opacity ease
}

.news-card:hover .news-card__display-text,
.news-card:focus .news-card__display-text {
	opacity: 0
}

.custom-button {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #303C42
}

.custom-button:hover {
	background-color: #47545C
}

.box {
	margin-bottom: 1rem;
	background-color: #FF3600;
	padding: 20px;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 275px;
	border-radius: 10px;
}

.box .box-content {
	position: relative;
	width: 100%
}

.box .box-text {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 1;
	transition: opacity 0.3s;
	width: 100%;
	height: 100%
}

.box-title {
	margin: 0;
	font-size: 2rem;
	color: #fff;
	font-weight: 700
}

.box h2.box-title,
.box p.box-sentence {
	margin: 0;
	color: #fff
}

.box .box-sentence {
	display: none;
}

.box:hover .box-title {
	opacity: 0
}

.box:hover .box-sentence {
	display: block;
	opacity: 1;
	margin-top: -1.5rem
}

.sp-priority-goals h2,
.sp2023-priority-in-action h2 {
	font-size: 2.5rem;
	text-transform: uppercase;
	background-color: #fff;
	color: #ff3600;
	padding: 1rem;
	margin-top: 2.5rem;
	font-weight: 700
}

.event-list {
	display: flex;
	justify-content: center
}

.callout.secondary.footer {
	margin-bottom: 0;
	padding: 1rem;
	color: #fff;
	background-color: rgb(0, 73, 144)
}

.footer__menu-container {
	display: flex;
	align-items: center;
	justify-content: center
}

.footer__menu a {
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem
}

.footer__menu a:hover {
	text-decoration: underline
}

/* Loader */
.team-members__loader {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: -1;
}

.lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #f78e1e;
}

.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@media screen and (max-width: 37.5em) {
	.sp-updates button {
		font-size: 1.5rem;
		text-transform: uppercase;
		margin-top: 1.5rem;
		color: #fff;
		background-color: #FF3600;
		margin-bottom: 2rem;
		padding: .5rem;
		border: solid #000 1px
	}

	.title-bar {
		margin-left: 15rem
	}

	.sp-letter-from-president-text {
		margin-top: 1.5rem;
		color: #000;
		text-align: left;
		width: 100%
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.hero__bk-container {
		height: 30rem
	}

	.hero__bk {
		height: 30rem
	}

	.hero__bk--landing {
		background-image: url(/gibbs-ranch/images/gibbs-hero.png?1);
		background-position: left
	}

	.hero__bk--news {
		background-image: url(/gibbs-ranch/images/stay-uptodate.png);
		background-position: right
	}

	.hero__bk--gallery {
		background-image: url(/gibbs-ranch/images/media-gallery.png);
		background-position: right
	}

	.hero__bk--rodeo {
		background-image: url(/gibbs-ranch/images/rodeo-hero-2-medium.png)
	}

	.hero__bk--donate {
		background-image: url(/dA/f1d0398b8f/fileAsset/donate-hero.png)
	}

	.hero__heading {
		display: block;
		margin: 0;
		padding: 0;
		line-height: .8
	}
	
	.hero__heading--news {
		font-size: 3.5rem;
		color: #fff;
		padding-top: 1.5rem;
		padding-right: 1.5rem;
		padding-left: 3rem;
		line-height: 1.4
	}
	
	.hero__heading-image {
		height: 100%;
		padding: 6rem;
	}
	
	.hero__animation {
		display: block;
		animation: 5s ease fadeIn
	}

	.news__main-image {
		margin-bottom: 0
	}

	.news-card--tall {
		height: 415px
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
	.hero__bk-container {
		height: 40rem
	}

	.hero__bk {
		height: 40rem
	}

	.hero__bk--rodeo {
		background-image: url(/gibbs-ranch/images/rodeo-hero-2.png);
		background-position: center top;
	}
}