/* Links */

a {
	text-decoration: underline;
	color: #3069F4;
	font-weight: 400;
}
a:hover {
	text-decoration: underline;
	color: #3069F4;
	font-weight: 450;
}

/* Buttons */

.featured-link-button-link .field__item {
	width: 200px !important;
	height: 45px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center !important;
	background-color: #FFE41E !important;
	position: relative;
	overflow: hidden;
}
.featured-link-button-link .field__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #FFD02D;
  transition: left 0.8s ease;
}

.featured-link-button-link .field__item:hover::before {
  left: 0;
}


.featured-link-button-link .field__item:hover::before {
  left: 0;
}
.featured-link-button-link .field__item a {
	position: relative;
	z-index: 1000;
	text-decoration: none !important;
	color: #502d0e !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}
.featured-link-button-link .field__item a:hover {
	text-decoration: none !important;
	font-weight: 400 !important;
}
.featured-link-button-link .field__item a:focus {
	text-decoration: underline !important;
	font-weight: 400 !important;
}
 @media screen and (max-width: 991px) {
 	.featured-link-button-link .field__item {
 	float: none;
 }
 .featured-link-button-link .field__item:not(:last-child) {
margin-bottom: 15px;
}
 }
 @media screen and (min-width: 992px) {
 	.featured-link-button-link .field__item {
	float: left;
}
.featured-link-button-link .field__item:not(:last-child) {
margin-right: 15px;
}
}

.promo-button .field .field__item {
	width: 350px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center !important;
	background-color: #FFE41E !important;
	position: relative;
	overflow: hidden;
}
.promo-button .field .field__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #FFD02D;
  transition: left 0.8s ease;
}

.promo-button .field .field__item:hover::before {
  left: 0;
}


.promo-button .field .field__item:hover::before {
  left: 0;
}
.promo-button .field .field__item a {
	position: relative;
	z-index: 1000;
	text-decoration: none !important;
	color: #502d0e !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}
.promo-button .field .field__item a:hover {
	text-decoration: none !important;
}
.promo-button .field .field__item a:focus {
	text-decoration: underline !important;
}
/*Promo Large Redux CSS*/
.promo-large-redux-link .field__item {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
	/*padding-left: 0px !important;*/
	/*padding-right: 0px !important;*/
	text-align: center !important;
	background-color: #FFE41E !important;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
 	/*.promo-large-redux-link .field__item {
 		width: 320px !important;
 	}*/
}
.promo-large-redux-link .field__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #FFD02D;
  transition: left 0.8s ease;
}

.promo-large-redux-link .field__item:hover::before {
  left: 0;
}

.promo-large-redux-link .field__item:hover::before {
  left: 0;
}
.promo-large-redux-link .field__item a {
	position: relative;
	z-index: 1000;
	text-decoration: none !important;
	color: #502d0e !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}
.promo-large-redux-link .field__item a:hover {
	text-decoration: none !important;
	font-weight: 400 !important;
}
.promo-large-redux-link .field__item a:focus {
	text-decoration: underline !important;
	font-weight: 400 !important;
}
/*mobile Styling*/
 @media screen and (max-width: 767px) {
.promo-large-redux-link .field__item a {
	font-size: 14px !important;
}
.promo-large-redux-link .field__item {
	/*width: 85%;*/
	padding: 10px !important;
	line-height: 1.0 !important;
	
}
}
/*End Mobile Styling*/
/*End Promo Large Redux CSS*/
/*Video Button CSS*/
.hero-video-container .controls:hover .controls__button {
	background-color: #38210E;
	color: #ffffff;
}

.hero-video-container .fa-pause::before {
	font: var(--fa-font-sharp-solid) !important;
}
.hero-video-container .fa-play::before {
	font: var(--fa-font-sharp-solid) !important;
}
/*End Video Button CSS*/
/*Overylay Hero Button CSS*/
/*.paragraph--type--component-hero-video-overlay .field--name-field-hero-video-caption-link {
	width: 200px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center !important;
	background-color: #FFE41E !important;
	position: relative;
	overflow: hidden;
}
.paragraph--type--component-hero-video-overlay .field--name-field-hero-video-caption-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #FFD02D;
  transition: left 0.8s ease;
}

.paragraph--type--component-hero-video-overlay .field--name-field-hero-video-caption-link:hover::before {
  left: 0;
}


.paragraph--type--component-hero-video-overlay .field--name-field-hero-video-caption-link:hover::before {
  left: 0;
}
.paragraph--type--component-hero-video-overlay .field--name-field-hero-video-caption-link a {
	position: relative;
	z-index: 1000;
	text-decoration: none !important;
	color: #502d0e !important;
	font-size: 16px !important;
	font-weight: 300 !important;
}
.paragraph--type--component-hero-video-overlay .field--name-field-hero-video-caption-link a:hover {
	text-decoration: none !important;
	font-weight: 400 !important;
}
.paragraph--type--component-hero-video-overlay .field--name-field-hero-video-caption-link a:focus {
	text-decoration: underline !important;
	font-weight: 400 !important;
}*/
/*End Overlay Hero Button CSS*/