@charset "utf-8";
/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
body{
	padding-top: 52px;
	padding-bottom: 25px;
	/*padding-bottom: 40px;*/
}
/*
background-color: #eeeeee
background-color: #dddddd ACTIVE
*/

.accordion {
  --bs-accordion-bg: #eeeeee !important;
  --bs-accordion-btn-bg:  #eeeeee !important;
  --bs-accordion-active-color: #4f4f4d !important;
  --bs-accordion-active-bg: #dddddd !important;
}
.accordion-button.collapsed::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
  background-color: #f8f9fa !important;
  color: #4f4f4d !important;
}
.accordion-button:not(.collapsed)::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234f4f4d'%3e%3cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
  background-color: #f8f9fa !important;
  color: #4f4f4d !important;
}


.number-narrow{
	font-family: 'Encode Sans Condensed', sans-serif;
}
/* -----------------------------------*/
/* --------->>> BG IMAGES <<<---------*/
/* -----------------------------------*/
.bg-home-1 { 
    background-image: url("/images/bg-horse-closeup-dbw.jpg");
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
		padding:40px 0px;
}
.bg-home-2 { 
    background-image: url("/images/bg-riding-horses-feedlot.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
		padding:40px 0px;
}
.bg-home-3 { 
    background-image: url("/images/bg-main-purpose.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
		padding:40px 0px;
}
.bg-home-4 { 
    background-image: url("/images/bg-membership.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
		padding:40px 0px;
}
/* -----------------------------------*/
/* -----------------------------------*/
#extra{
	visibility: hidden !important;
	height:1px;
	width:1px;
}
