body{
	color:#303c42;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size:20px;
	line-height:1.5em;
	margin:0;
}

body.mm-wrapper{
	background:#333;
}
.layout-container{
	background: #f9f6f1;
	box-shadow:0 0 20px rgba(0,0,0,.5);
	margin:0 auto;
	max-width:2600px;
	overflow:hidden;
}

.page-banner{
		background:#817c00;
	padding:80px 150px;
	min-height: 500px;
	box-sizing: border-box;
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-banner:has(div.Involved){
		background:#a42e56;
}

.page-banner:has(div.Help){
/*	background:#f68113;*/
background: #e31b23;
}

.page-banner:has(div.Give){
	background:#009dbc;
}

.page-banner:has(div.About){
	background:#f68113;
}

.page-banner .region-banner{
	    max-width: 1700px;
    margin: 0 auto;
    width: 100%;
    z-index: 3;
}

#block-brisket-views-block-interior-page-banner-block-1{
	z-index: 99;
}


.page-banner:before{
	position: absolute;
	content: "";
	background: url(img/green-dot.png);
	width: 425px;
	height: 100%;
	right: 0;
	top: 0;
}

.page-banner.purple:before{
	background: url(img/purple-dot.png);
}

.page-banner:has(div.Involved)::before{
		background: url(img/purple-dot.png);
}

.page-banner:has(div.Help)::before{
	background: url(img/red-dot.png);
}

.page-banner:has(div.About)::before{
	background: url(img/orange-dot.png);
}

.page-banner:has(div.Give)::before{
	background: url(img/darkblue-dot.png);
}

#block-brisket-breadcrumbs nav ol{ list-style:none; padding-left:0; margin: 0;}

#block-brisket-breadcrumbs nav ol li{font-family: 'Montserrat', sans-serif; letter-spacing: .1em; color: #f9f6f1; font-size: 16px; text-transform: uppercase; padding-left: 30px; display: inline-block; position: relative;}
#block-brisket-breadcrumbs nav ol li ~ li:before {position: absolute; content: ""; background: url(img/white-link.png); height: 18px; width:10px; background-size: 100%; top: 5px; left: 6px;}
#block-brisket-breadcrumbs nav ol li a{color: #f9f6f1; text-decoration: none;}
#block-brisket-breadcrumbs nav ol li:first-of-type{padding-left: 0;}

.page-banner .primary-image{
	position: absolute;
	top: 60px;
	left: 0;
	height: 100%;
	width: 100%;
}

.page-banner .primary-image .view-content{
	margin: 0 auto;
	max-width: 1700px;
	position: relative;
}

.page-banner .primary-image .item{
	position: absolute;
	right: 0;
	z-index: 1;
}

/*.page-banner .primary-image .item:before{
	position: absolute;
	content: "";
	background: url(img/leaf.png);
	width: 200px;
	height: 206px;
	right: -35px;
	bottom: -100px;
}*/

.page-banner .primary-image .item img{
	border-radius: 25px;
}

.staff-img img{
	border-radius: 25px;
}


main .primary-image,
.layout-content .staff-img{
	display: none;
}

main{
	margin:0 auto;
	max-width:1700px;
	padding:100px 150px;
	position: relative;
	
}
.layout-container:has(aside):before{
	position: absolute;
	content: "";
	background: url(img/blue-dot.png);
	height: calc(100% - 180px);
	top: 180px;
	right: 0;
	width: 425px;
	opacity: .25;
}


main:has(aside){
	display:flex;
}
main:has(aside) .region-content{
	max-width:1000px;
}
main:has(aside) .layout-content{
	flex:1;
}
.layout-content .primary-img img{
	display:none;
	margin-bottom:40px;
	width:100%;
}
.region-sidebar-second{
	padding:0 0 0 100px;
	width:500px;
}

div[data-drupal-messages]{
	background: #eee;
	font-size:16px;
	padding: 30px;
	margin-bottom: 30px;
}


main:has(aside) .layout-content{
	width: calc(100% - 650px);
}

/*.field__item .paragraph--type--modular-block .item img{
	border-radius: 25px;
}*/


/* DEFAULT ELEMENTS ----------------------------------------- */

h1{
	font-size:90px; 
	font-family: 'Montserrat', sans-serif;
	color: #f9f6f1;
	font-weight: 900;
	line-height:1.1em;
	margin:0 0 0;
	max-width: calc(100% - 700px);
}


h1.article{
	margin-top:30px;
	max-width:800px;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.3em;
}

.intro-txt{
	margin-top:30px;
	max-width:800px;
	font-family: 'Montserrat', sans-serif;
	color: #f9f6f1;
	font-weight: 500;
	font-size: 26px;
}

.big-text{
	font-size:60px; 
	font-family: 'Montserrat', sans-serif;
	color: #f9f6f1;
	font-weight: 900;
	line-height:1.1em;
	margin:0 0 0;
	max-width: calc(100% - 700px);
}

h2{
	color: #817c00;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size:50px;
	line-height:1.1em;
	margin:0 0 30px;
}
h3{
	color: #817c00;
	font-size:38px;
	letter-spacing: 0.015em;
	font-weight: 700;
	line-height:1.1em;
	margin:0 0 25px;
}
h4{
	color: #817c00;
	font-size:28px;
	font-weight: 700;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	line-height:1.1em;
	margin:0 0 20px;
}
h5{
	color: #817c00;
	font-size:26px;
	font-weight:800;
	letter-spacing: 0.015em;
	line-height:1.1em;
	margin:0 0 15px;
}

h6{
	color: #817c00;
	font-size:22px;
	font-weight:800;
	letter-spacing: 0.015em;
	line-height:1.1em;
	margin:0 0 15px;
}

p{
	margin:0 0 30px;
}
ul{
	margin:0 0 35px;
	padding-left:30px;
}
li{
	margin:0 0 10px;
}
a, .ck-content a{ 
	color:#691934;
}
a:hover{
	color:#a42e56;
}
img{ 
	height:auto;
	max-width:100%;
}
hr{
	margin:60px 0;
	background: url(img/hr.png);
	width: 100%;
	height: 7px;
	border: unset;
}

figcaption{
	font-size:14px;
	font-style:italic;
}
table{
	border:none;
	border-color:#817c00;
	font-size:.85em;
	margin:40px 0;
	width:100% !important;
}
/*table tr:nth-child(odd) {
	background: #f6f6f6;
}*/
table td{
	padding:5px 12px;
}

.hide{
	display: none;
}

/* REUSABLE CUSTOM CLASSES ----------------------------------- */

p.big{
	color: #676301;
	font-weight: 500;
	letter-spacing: 0.015em;
	font-size:26px;
	line-height:1.4em;
	margin-bottom:30px;
}
p.small{
	font-size:15px;
	line-height:1.4em;
}
h2.big,
.sub-title h1{
	font-size:38px;
	margin-bottom:30px;
}

.news-date{
	padding: 0 0 30px;
}

.news-date .date{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 24px;
}

ul.custom{
	padding-left:5px;
}

ul.lined{
	padding-left: 0;
	list-style: none;
}

ul.lined li{
	border-top: 3px dotted #bbb;
	padding-bottom: 15px;
	padding-top: 25px;
}

ul.lined li:first-of-type{
	border-top: none;
	padding-top: 0;
}

ul.custom li{
	list-style:none;
	margin-bottom:15px;
	padding-left:30px;
	position:relative;
}
ul.custom li:before{
	background:url(img/custom-bullet.png) no-repeat;
	background-size:100%;
	content:"";
	display:inline-block;
	height:20px;
	left:0;
	position:absolute;
	top:3px;
	width:20px;
}
ul.double{
	columns:2;
	column-gap:40px;
}
ul.triple{
	columns:3;
	column-gap:40px;
}

ul.link-list{
	padding-left: 0;
}

ul.link-list li{
	list-style:none;
	margin-bottom:15px;
	padding-left:20px;
	position:relative;
}
ul.link-list li:before{
	background:url(img/purple-link.png) no-repeat;
	background-size:100%;
	content:"";
	display:inline-block;
	height:20px;
	left:0;
	position:absolute;
	top:5px;
	width:11px;
}

ul.link-list li a{
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #a42e56;
	cursor: pointer;
}



a.btn,
.button--primary{
	background:#e31b23;
	border:none;
	border-radius:50px;
	box-sizing: border-box;
	color:#f9f6f1;
	display:inline-block;
	font-size:17px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height:1.3em;
	margin:10px 0 10px;
	min-width:170px;
	padding:22px 60px 22px 40px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	position: relative;
	 overflow: hidden;
}

input[type=button],
input[type=submit],
.button{
	background:#e31b23;
	border:none;
	border-radius:50px;
	box-sizing: border-box;
	color:#f9f6f1;
	display:inline-block;
	font-weight: 700;
	letter-spacing: .08em;
	line-height:1.3em;
	margin:10px 0 10px;
	min-width:170px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	position: relative;
	  z-index: 1;
	   overflow: hidden;
	   	font-size: 14px;
	padding: 15px 30px;
}

input[type=submit]{
	margin: 1em 0;
}


a.btn span,
.button--primary span,
input[type=button] span,
input[type=submit] span,
.button span{
	position: relative;
	z-index: 1;
}



a.btn:before,
.button:before,
.button--primary:before{
	position: absolute;
	content: "";
	width: 17px;
	height: 30px;
	background: url(img/white-link.png);
	background-size: 100%;
	right: 17px;
	top: 50%;
	margin-top: -15px;
	z-index: 1;
	transform-origin: center left;
	transition: .3s;
}


a.btn:hover:before{
	 transform: rotate(360deg);
    transition: .3s;
}


a.btn:after,
.button:after,
.button--primary:after{
	 content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, .15);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: 0;
}

.front a.btn:after{
	display: none;
}

a.btn:hover:after,
.button:hover:after,
.button--primary:hover:after {
  width: 100%;
}

a.btn.second{
	background:#817c00;
}

a.btn.small{
	font-size: 14px;
	padding: 15px 50px 15px 30px;
}

a.btn.small:before{
	position: absolute;
	content: "";
	width: 13px;
	height: 23px;
	background: url(img/white-link.png);
	background-size: 100%;
	right: 18px;
	top: 50%;
	margin-top: -11.5px;
}


ul.double{
	columns:2;
}
ul.nav{
	list-style: none;
	padding:0 0 0 0px;
}
ul.nav li{
	display:inline-block;
}
/*ul.nav li:before{ 
	color:#aaa; 
	content:"|"; 
	padding:0 .5em 0 .3em; 
}*/
ul.nav li:first-child:before{ 
	content:normal; 
}
ul.nav a{
	text-decoration:none;
}

blockquote{
	position: relative;
}

blockquote:before{
	position: absolute;
	content: "";
	left: -40px;
	top: 0;
	background: url(img/quote-side.png);
	height: 100%;
	width: 6px;

}

ol h3{
	font-size: 24px;
}

ol h3 a{
	text-decoration: none;
	color: #817c00;
}

/* Modular Columns ----------------------- */



.paragraph--type--modular-block.lg-3 .image{
	aspect-ratio: 2 / 1;
	border-radius: 25px;
	margin:0 0 30px;
	overflow:hidden;
}

.paragraph--type--modular-block.lg-4 .image{
	aspect-ratio: 1.5 / 1;
	border-radius: 25px;
	margin: 0 0 30px;
	overflow: hidden;
}

.paragraph--type--modular-block.lg-3 .image img{
    margin-top:-7%;
}
.paragraph--type--modular-block.lg-2 .image{
	border-radius: 25px;
    float: right;
    width: 33%;
    aspect-ratio: 1 / 1;
    margin: 0 0 30px 30px;
    overflow: hidden;
}
.paragraph--type--modular-block.lg-2 .image img{
	max-width:none;
	height:100%;
	width:auto;
	margin-left:-21%;
}
.paragraph--type--single-block.img-left .item{
    padding-left: calc(38% + 80px);
    position: relative;
}
.paragraph--type--single-block.img-left .image {
    width: 38%;
    position: absolute;
    margin: 0 80px 0 0;
    left: 0;
}

.paragraph--type--single-block.img-right .item{
    padding-right: calc(38% + 80px);
    position: relative;
}
.paragraph--type--single-block.img-right .image {
    width: 38%;
    position: absolute;
    margin: 0;
    right: 0;
     
}

.paragraph--type--single-block.img-right .image img,
.paragraph--type--single-block.img-left .image img{border-radius: 25px;}

/*Accordian code ----------------------------------- */

.accordion .item:last-of-type{margin: 0 0 60px;}

.accordion .item{

  cursor: pointer;
  display: block;
  padding: 40px 0 15px 0;
  color: #4D4D4D;
  border-bottom: 1px solid #676302;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .item  .content {
    margin: 0;
    padding: 0;
    margin: 0 !important;
    display: none;
  	color:#303c42;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.accordion .item  .content:first-child {
    padding: 10px 20px;
}

.accordion .item .title{
	font-size:24px;
	font-weight: 500;
	padding-right: 35px;
	position: relative;
}

.accordion .item .title:before {
    position: absolute;
    content: "";
    background: url(img/accord-arrow.png);
    width: 24px;
    right: 15px;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    transition: .3s;
    background-size: 100%;
}

.accordion .item.open .title:before  {
    transform: rotate(180deg);
    transition: .3s;
}
.accordion .item  .content .image {
	display: block;
    float: right;
    width: 38%;
    margin: 0 0 60px 60px;
}

.accordion .item  .content .image img{
	border-radius: 25px;
}

.accordion .image{
	display: none;
}

#block-brisket-addtoanysharebuttons{
    margin-bottom: 30px;
    filter: grayscale(1);
    opacity: .75;
}

/*.field__item .item .content *:last-child{
	margin-bottom: 0px;
}
*/


/*photo gallery carousels ------------------------- */

.paragraph.slider{
	margin:60px -5px;
}

.lg-5.slider .field__item,
.lg-4.slider .field__item,
.lg-3.slider .field__item,
.lg-2.slider .field__item{padding: 5px;}

.lg-5.slider .slick-prev,
.lg-4.slider .slick-prev,
.lg-3.slider .slick-prev,
.lg-2.slider .slick-prev{
		left: -35px;
		height: 36px;
		width: 21px;
}

.lg-5.slider .slick-prev:before,
.lg-4.slider .slick-prev:before,
.lg-3.slider .slick-prev:before,
.lg-2.slider .slick-prev:before{
		font-size: 36px;
	background: url(img/slick-left.png);
	background-repeat: no-repeat;
	background-size: 50%;
	color: transparent;
}

.lg-5.slider .slick-next,
.lg-4.slider .slick-next,
.lg-3.slider .slick-next,
.lg-2.slider .slick-next,
.vol-ops  .slick-next{
		right: -35px;
		height: 36px;
		width: 21px;
}

.lg-5.slider .slick-next:before,
.lg-4.slider .slick-next:before,
.lg-3.slider .slick-next:before,
.lg-2.slider .slick-next:before{
		font-size: 36px;
	background: url(img/slick-right.png);
	background-repeat: no-repeat;
	background-size: 50%;
	color: transparent;
}


.vol-ops  .slick-next:before{
	font-size: 36px;
	background: url(img/slick-right-white.png);
	background-repeat: no-repeat;
	background-size: 50%;
	color: transparent;
}

.slick-slide img{border-radius: 25px;}


/*Video Icons ----------------------------- */

.colorbox-media-video{
	position: relative;
}

.colorbox-media-video:before {
    position: absolute;
    content: "";
    background: url(img/vid-btn.png);
    width: 200px;
    height: 200px;
    background-size: 100%;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;
}

.colorbox-media-video img{
	border-radius: 25px;
}




/* FOOTER ----------------------------------------- */

.footer{
	background:#817c00;
	color:#f9f6f1;
	font-size:16px;
	padding:130px 100px 45px 100px;
	position: relative;
}

.footer .field--name-body{
	max-width: 1700px;
	margin: 0 auto;
	position: relative;
}

.footer:before{
	position: absolute;
	content: "";
	background: url(img/footer-wheat.png);
	width: 173px;
	height: 742px;
	bottom: 0px;
	left: 0;
}

.footer .top{
	display: flex;
	flex-wrap: wrap;
	padding: 0 400px 60px 0;
	justify-content: space-between;
	max-width: 1230px;
}

.footer .top .logo{
	width: 125px;
	margin-top:-15px;
}

.footer .top .news{
	padding: 0 60px;
	max-width: 350px;
}

.footer .top .news .btn{
	background: #f9f6f1;
	color: #817c00;
	margin:0 0 40px -5px;
}

.footer .top .news .btn:before{
	position: absolute;
    content: "";
    width: 17px;
    height: 30px;
    background: url(img/green-link.png);
    background-size: 100%;
    right: 22px;
    top: 50%;
    margin-top: -15px;
}


.footer .top .news .btn:after{
	display: none;
}
.footer .top .news p{
	max-width:290px;
}

.footer .top .contact{
	padding: 0 60px 0 0;
}

.footer .top .contact ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .top .contact ul li{
	margin: 0 0 8px;
}

.footer .top .contact ul li span{
	display: block;
	font-weight: 900;
}

.footer .top .contact ul li a{
	color: #f9f6f1;
	text-decoration: none;
}

.footer .top .location ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .top .location ul li{
	margin: 0 0 20px;
}

.footer .top .location ul li span{
	display: block;
	font-weight: 900;
}

.footer .top .location ul li a{
	color: #f9f6f1;
	text-decoration: none;
}

.footer .top .sponsors{
	position: absolute;
	right: 0;
	max-width: 330px;
	width: 100%;
	padding-left: 130px;
	margin-top: -30px;
}

.footer .top .sponsors span{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 200;
}

.footer .top .sponsors .slick-slide img{
	margin: 0 auto;
}


.footer .bottom{
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
}

.footer .bottom .left{
	width: 60%;
}

.footer .bottom .left ul{
	padding-left: 0;
	display: flex;
	list-style: none;
	margin: 0 0 10px;
}

.footer .bottom .left ul li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 35px;
}

.footer .bottom .left ul li:first-of-type{
	padding-left: 0;
}

.footer .bottom .left ul li img{
	max-height: 100px;
}


.footer .bottom .right{
	width: 40%;
}

.footer .bottom .right ul.socials{
	display: flex;
	list-style: none;
	justify-content: right;
	margin: 25px 0;
}

.footer .bottom .right ul.socials li{
	width: 45px;
	padding-left: 20px;
}

.footer .bottom .right ul.socials li:first-of-type{
	padding-left: 0;
}

.footer .bottom .right ul.foot-link-list{
	display: flex;
	list-style: none;
	justify-content: right;
}

.footer .bottom .right ul.foot-link-list li{
	padding-left: 15px;
}

.footer .bottom .right ul.foot-link-list li a{
	color: #f9f6f1;
}


.partners .item{
	background: #fff;
	width: 325px;
	border-radius: 25px;
}

.box{
	background:#eee;
	box-sizing:border-box;
	margin:50px 0;
	padding:50px;
}
.box.dark{
	background:#333;
	color:#f9f6f1;
}
.box > :last-child { 
	margin-bottom:0;
}
.spine{
	border-left:3px solid #ddd;
	padding-left:40px;
}
.center{
	text-align:center;
}
.wide{
	box-sizing:border-box;
	width:100%;
}
.align-right{
	margin:0 0 30px 30px;
	max-width:35%;
}
.align-left{
	margin:0 30px 30px 0;
	max-width:35%;
}
.field__item:has(.box-wrap){
	background:#eeebe3;
	margin:50px 0;
	padding:80px;
	border-radius: 25px;
}

.field__item:has(.field--name-field-main-headline){
	margin: 100px 0 80px;
}

.field__item:has(.box-wrap) ul{
	padding: 0;
}


.box-wrap .item *:last-child:not(a.btn){
	margin-bottom:0;
}

.field__item:has(.full-width){
	margin:80px -150px;
	padding:150px;
}

.field__item:has(.paragraph--type--single-block):has(.box-wrap){
	margin-bottom: 75px;
}


.field__item:last-of-type:has(.full-width){
	margin: 80px -150px -80px;
}



.field__item:has(.box-wrap):has(.full-width){
		border-radius: 0;
}

.field__item:has(.dark){
	color: #f9f6f1;
}



.field__item:has(.dark) h2, 
.field__item:has(.dark) h3,
.field__item:has(.dark) h4,
.field__item:has(.dark) h5,
.field__item:has(.dark) p.big,
.field__item:has(.dark) a{
	color: #f9f6f1;
}



.field__item:has(.dark) ul.link-list li:before{
	background:url(img/white-link.png) no-repeat;
	background-size:100%;
	content:"";
	display:inline-block;
	height:20px;
	left:0;
	position:absolute;
	top:5px;
	width:11px;
}

.field__item:has(.dark) ul.link-list li a{
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #f9f6f1;
	cursor: pointer;
}


.field__item:has(.loose) .main-headline{
	width: 100%;
	margin: 0 2rem;
}


.main-headline h2{
	font-size: 40px;
}


.field__item:has(.dark) a.btn:after,
.field__item:has(.dark) .button:after,
.field__item:has(.dark) .button--primary:after{
	display: none;
}

.field__item:has(.full-width):has(.dark),
.field__item:has(.dark){
	background: #817c00;
}

.field__item:has(.full-width):has(.dark) .btn,
.field__item:has(.dark) .btn{
	background: #f9f6f1;
	color: #817c00;
}

.field__item:has(.full-width):has(.dark) .btn:before,
.field__item:has(.dark) .btn:before{
	position: absolute;
	content: "";
	width: 17px;
	height: 30px;
	background: url(img/green-link.png);
	background-size: 100%;
	right: 30px;
	top: 50%;
	margin-top: -15px;
}

.field__item:has(.full-width):has(.dark) .btn.small:before,
.field__item:has(.dark) .btn.small:before{
	position: absolute;
	content: "";
	width: 13px;
	height: 23px;
	background: url(img/green-link.png);
	background-size: 100%;
	right: 18px;
	top: 50%;
	margin-top: -11.5px;
}

.layout-container:has(.Give) .field__item:has(.full-width):has(.dark),
.layout-container:has(.Give) .field__item:has(.dark){
	background: #009dbc;
}

.layout-container:has(.Give) .field__item:has(.full-width):has(.dark) .btn,
.layout-container:has(.Give) .field__item:has(.dark) .btn{
	background: #f9f6f1;
	color: #009dbc;
}

.layout-container:has(.Give) .field__item:has(.full-width):has(.dark) .btn:before,
.layout-container:has(.Give) .field__item:has(.dark) .btn:before{
	position: absolute;
	content: "";
	width: 17px;
	height: 30px;
	background: url(img/blue-link.png);
	background-size: 100%;
	right: 30px;
	top: 50%;
	margin-top: -15px;
}

.layout-container:has(.Give) .field__item:has(.full-width):has(.dark) .btn.small:before,
.layout-container:has(.Give) .field__item:has(.dark) .btn.small:before{
	position: absolute;
	content: "";
	width: 13px;
	height: 23px;
	background: url(img/blue-link.png);
	background-size: 100%;
	right: 18px;
	top: 50%;
	margin-top: -11.5px;
}

.layout-container:has(.Involved) .field__item:has(.full-width):has(.dark),
.layout-container:has(.Involved) .field__item:has(.dark){
	background:#a42e56;
}

.layout-container:has(.Involved) .field__item:has(.full-width):has(.dark) .btn,
.layout-container:has(.Involved) .field__item:has(.dark) .btn{
	background: #f9f6f1;
	color: #a42e56;
}

.layout-container:has(.Involved) .field__item:has(.full-width):has(.dark) .btn:before,
.layout-container:has(.Involved) .field__item:has(.dark) .btn:before{
	position: absolute;
	content: "";
	width: 17px;
	height: 30px;
	background: url(img/purple-link.png);
	background-size: 100%;
	right: 30px;
	top: 50%;
	margin-top: -15px;
}

.layout-container:has(.Involved) .field__item:has(.full-width):has(.dark) .btn.small:before,
.layout-container:has(.Involved) .field__item:has(.dark) .btn.small:before{
	position: absolute;
	content: "";
	width: 13px;
	height: 23px;
	background: url(img/purple-link.png);
	background-size: 100%;
	right: 18px;
	top: 50%;
	margin-top: -11.5px;
}


.layout-container:has(.About) .field__item:has(.full-width):has(.dark),
.layout-container:has(.About) .field__item:has(.dark){
	background:#f68113;
}

.layout-container:has(.About) .field__item:has(.full-width):has(.dark) .btn,
.layout-container:has(.About) .field__item:has(.dark) .btn{
	background: #f9f6f1;
	color: #ec780c;
}

.layout-container:has(.About) .field__item:has(.full-width):has(.dark) .btn:before,
.layout-container:has(.About) .field__item:has(.dark) .btn:before{
	position: absolute;
	content: "";
	width: 17px;
	height: 30px;
	background: url(img/orange-link.png);
	background-size: 100%;
	right: 30px;
	top: 50%;
	margin-top: -15px;
}

.layout-container:has(.About) .field__item:has(.full-width):has(.dark) .btn.small:before,
.layout-container:has(.About) .field__item:has(.dark) .btn.small:before{
	position: absolute;
	content: "";
	width: 13px;
	height: 23px;
	background: url(img/orange-link.png);
	background-size: 100%;
	right: 18px;
	top: 50%;
	margin-top: -11.5px;
}

.layout-container:has(.Help) .field__item:has(.full-width):has(.dark),
.layout-container:has(.Help) .field__item:has(.dark){
	background: #e31b23;
}

.layout-container:has(.Help) .field__item:has(.full-width):has(.dark) .btn,
.layout-container:has(.Help) .field__item:has(.dark) .btn{
	background: #f9f6f1;
	color: #e31b23;
}

.layout-container:has(.Help) .field__item:has(.full-width):has(.dark) .btn:before,
.layout-container:has(.Help) .field__item:has(.dark) .btn:before{
	position: absolute;
	content: "";
	width: 17px;
	height: 30px;
	background: url(img/red-link.png);
	background-size: 100%;
	right: 30px;
	top: 50%;
	margin-top: -15px;
}

.layout-container:has(.Help) .field__item:has(.full-width):has(.dark) .btn.small:before,
.layout-container:has(.Help) .field__item:has(.dark) .btn.small:before{
	position: absolute;
	content: "";
	width: 13px;
	height: 23px;
	background: url(img/red-link.png);
	background-size: 100%;
	right: 18px;
	top: 50%;
	margin-top: -11.5px;
}

.field__item:has(.full-width):has(.light) + .field__item:has(.full-width):has(.light),
.field__item:has(.full-width):has(.dark) + .field__item:has(.full-width):has(.dark){
	margin: -80px -150px 80px;
	padding: 0 150px 80px;
}


/*News layout ----------------------------------------------- */


.news,
.blog{
	padding: 0 0 40px;
}

.news .item,
.blog .item{
	position: relative;
}

.news.loose .item,
.blog.loose .item{
	padding: 65px 30px 50px;
}

.news .item:after,
.blog .item:after{
	position: absolute;
	content: "";
	width: calc(100% - 40px );
	height: 7px;
	background: url(img/hr.png);
	bottom: 0;
	left: 20px;
}

.news .item .wrap,
.blog .item .wrap{
	text-decoration: none;
	display: flex;
	flex-direction: row;
		color: #303c42;
}

.news .item .wrap .text,
.blog .item .wrap .text{
	width: calc(100% - 200px);
	box-sizing: border-box;
	padding-left: 30px;
}

.news .item .wrap .image img,
.blog .item .wrap .image img{
	border-radius: 25px;
}


.news .item .wrap .text .date{
	font-weight: 600;
	color: #303c42;
	margin: 0 0 20px;
}

.news .item .wrap .text .title,
.news .item .wrap .text .title{
	font-size: 25px;
	line-height: unset;
	margin: 0 0 10px;
	text-transform: none;
}

.blog .item .wrap .text .title{
	font-size: 25px;
	line-height: unset;
	margin: 0 0 20px;
	text-transform: none;
}

.news .item .wrap .text .excerpt,
.blog .item .wrap .text .excerpt{
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 0 20px;
}

.news .item .wrap .text .more,
.blog .item .wrap .text .more{
	font-weight: 500;
	display: inline-block;
	color: #e31b23;
	text-transform: uppercase;
	position: relative;
}

.news .item .wrap .text .more:before,
.blog .item .wrap .text .more:before{
	position: absolute;
    content: "";
    background: url(img/red-link.png);
    width: 12px;
    height: 22px;
    background-size: 100%;
    right: -20px;
    top: 3px;
}


.news .pager,
.blog .pager{
	margin-top: 80px;
}





/* SIDEBAR MENU & ELEMENTS ----------------------------------- */

aside{
	font-size:16px;
	position: relative;
}


aside .primary-img{
    margin:-490px 0 170px -150px;
}

aside .primary-img img{
	border-radius: 25px;
}

aside .block{
	margin-bottom:40px;
}
aside .box{
	padding:40px;
}
aside h2{
	font-size:24px;
}
aside h3{
	font-size:20px;
}
aside .btn{
	font-size:12px;
	margin:0;
	min-width:0;
}

aside .sub-menu{
	display: block;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 50px;
	font-size: 15px;
	background: #eeebe3;
}

#sub-menu + .side-con{
	margin-top: 50px;
}

.side-con,
.tan-box{
	display: block;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 50px;
	font-size: 15px;
	background: #eeebe3;
}


aside .side-news{
	display: block;
	background: #f9f6f1;
    padding: 80px 0 80px 75px;
    box-sizing: border-box;
}


aside .side-news header{
	height: unset;
}

aside .side-news header .left{
	width: 250px;
}


.sub-menu .menu{
	margin:0;
}

.sub-menu ul{
	columns: 2;
	padding-left: 0;
	margin: 0;
}

.sub-menu li{
	list-style:none;
	padding:0;
	margin: 0;
}
.sub-menu ul li a{ 
	font-family: 'Montserrat', sans-serif;
	display: block;
	color: #676302;
	font-weight: 700;
	padding:10px 0;
	line-height: 1.2em;
	text-decoration:none;
	cursor: pointer;
	   break-inside: avoid;
}
.side-news{display: none;}
aside .side-news{display: block;}

aside .side-news .item .wrap{
	text-decoration: none;
	color: #303c42;
	display: block;
	max-width: 320px;
	padding: 20px 0 0 20px;
}

aside .side-news .item .wrap .date{
	color: #e31b23;
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

aside .side-news .item .wrap .title{
	display: block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .015em;
}

.side-cta{display: none;}
aside .side-cta{display: block;}


aside .side-cta .item{
	position: relative;
	background: #009dbc;
	border-radius: 25px;
	padding: 40px; 
	margin: 120px 0 40px 0;
	box-sizing: border-box;
}

aside .side-cta .item:before{
	position: absolute;
	content: "";
	background: url(img/small-fruit.png);
	width: 250px;
	height: 350px;
	right: calc(50% - 350px);
	top: -100px;
}

aside .side-cta .item .wrap{
	text-decoration: unset;
	color: #f9f6f1;
}

aside .side-cta .item .wrap img{
	border-radius: 25px;
}

aside .side-cta .item .wrap .text{
	padding: 50px 25px 25px;
}

aside .side-cta .item .wrap .text h3{
	color: #f9f6f1;
	font-weight: 900;
	font-size: 28px;
}

aside .side-cta .item .wrap .text p{
	margin: 0 0 25px;
}

aside .side-cta .item .wrap .text .more{
	text-transform: uppercase;
	text-decoration: underline;
	position: relative;
}

aside .side-cta .item .wrap .text .more:before{
	position: absolute;
	content: "";
	background: url(img/white-link.png);
	width: 12px;
	height: 21px;
	background-size: 100%;
	right: -20px;
	top: 3px;
}

/*Events Page -------------------------------------------------- */

.events .item .wrap{
	text-decoration: none;
	display: block;
}

.events .item .wrap img{
	border-radius: 25px;
}

.events .item .wrap .text{
	margin-top: 20px;
}

.events .item .wrap .text .date{
	display: block;
	color: #e31b23;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.events .item .wrap .text .title{
	color: #787301;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: .015em;
}


/* LIST VIEWS ---------------------------------------- */

.list-view .item{ 
	border-top:2px dotted; #bbb;
	padding:40px 0;
}

.list-view .item .wrap{
	text-decoration: none;
	display: block;
	color:#303c42;
	
}

.list-view .item .wrap .image{
	float: right;
	padding: 0 0 20px 20px;
	
}

.list-view .item .wrap .image img{
	border-radius: 25px;
}

.list-view .item .wrap .text{
}

.list-view .item:first-child{ 
	border-top:none;
	padding-top:0;
}

.list-view .item .wrap .title{
	text-decoration: none;
	margin-bottom:20px;
	text-transform: unset;
}

.list-view .item .wrap .date{
    margin: 0 0 20px;
    font-weight: 600;
}

.list-view .item .wrap .excerpt{
	margin-bottom:10px;
}

.list-view .item .wrap .more{
	text-transform: uppercase;
	display: inline-block;
	color: #e31b23;
	text-decoration: underline;
	position: relative;
}

.list-view .item .wrap .more:before{
	position: absolute;
    content: "";
    background: url(img/red-link.png);
    width: 12px;
    height: 21px;
    background-size: 100%;
    right: -20px;
    top: 3px;
}

.gallery{
	margin:30px 0;
}
.gallery img{
	display:block;
}

/* SOCIAL SHARING ---------------------------------------- */

.block-addtoany{
	margin:0 0 30px;
}
.block-addtoany span.title{
	font-size:13px;
	left:3px;
	position: relative;
	top:1px;
}
.addtoany_list > a{
	padding:0 6px 0 0;
}
.a2a_kit .a2a_svg{
	//background-color:#999 !important;
	border-radius:0 !important;
	height:24px !important;
	padding:2px;
	width:24px !important;
}
.a2a_kit .a2a_svg path{
	fill:#f9f6f1;
}

/*Pager stuff ------------------------------------------- */

.pager__items { clear: both; text-align: center;}
.pager__item { display: inline; padding: 0.5em;}
.pager__item.is-active{ font-weight: bold;}


/* BREADCRUMB STYLES ---------------------------------------- */

.breadcrumb{
	font-size:16px;
	padding-bottom:10px;
}
.breadcrumb a{
	text-decoration: none;
}


/*Internal Pantry List ----------------------------------------------- */
.pantry-list .views-exposed-form,
.find-food-form form{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 60px;
}

.find-food-form form{
	margin: 60px 0;
}

.pantry-list .form-item,
.find-food-form .form-item{
	margin: 0 80px 0 0;
}

.find-food-form .form-item:last-of-type{
	margin: 0 30px 0 0;
}

.find-food-form .form-item legend span,
.find-food-form .form-item-field-geo-coordinates-proximity-center-geolocation-geocoder-address label,
.find-food-form .form-item-field-geo-coordinates-proximity label{
	font-weight: 600;
}

.find-food-form .form-item-field-geo-coordinates-proximity input{
	display: block;
	margin: 15px 0 10px;
	padding: 7px;
}

.find-food-form .form-item .fieldset-wrapper{
	margin: 15px 0 10px;
}

.find-food-form .form-item .fieldset-wrapper label{
	font-size: 16px;
}

.find-food-form .form-item .description{
	font-style: italic;
	font-size: 14px;
}

.find-food-form .geolocation-location-input-coordinates{display: none;}

.find-food-form .form-item-field-geo-coordinates-proximity-center-geolocation-geocoder-address{
	width: 500px;
} 

.pantry-list header{
	height: unset;
	background: unset;
}

.pantry-list header input[type=button],
.print-link input[type=button]{
	background: unset;
	border-radius: 0;
	color:#691934;
	padding: 0;
	min-width: unset;
	text-decoration: underline;
	font-weight: 400;
	margin: 0 0 15px;
	text-align: left;
	text-transform: unset;
	letter-spacing: 0;
}

.pantry-list .item{
	 padding: 35px;
    background: #eeebe3;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}

.pantry-list .item:nth-child(even) {
    background: #e6e4d5;
}


.pantry-list .item .left{
	width: 300px;
}

.pantry-list .item .left .title{
	display: block;
	font-weight: 600;
}

.pantry-list .item .left .type{
	display: block;
}

.pantry-list .item .mid{
	width: calc(100% - 600px);
}

.pantry-list .item .mid .body{
	display: block;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.pantry-list .item .right{
	width: 300px;
}

.pantry-list .item .right .address{
	display: block;
	text-align: right;
}

.pantry-list .item .right .phone{
	display: block;
	text-align: right;
}

.path-search #block-brisket-content h3{ display:none; }
.path-search #block-brisket-content ol h3{ display:block; }

.reciteme{
	position: fixed;
	z-index: 100;
	bottom: 10px;
	right: calc(50% - 940px);
	width: 60px;
}




/* HTML: <div class="loader"></div> */
#loading-image {
  width: 50px;
  aspect-ratio: 1;
  display:grid;
  -webkit-mask: conic-gradient(from 15deg,#0000,#000);
  animation: l26 1s infinite steps(12);
}
#loading-image,
#loading-image:before,
#loading-image:after{
  background:
    radial-gradient(closest-side at 50% 12.5%,
     #817c00 96%,#0000) 50% 0/20% 80% repeat-y,
    radial-gradient(closest-side at 12.5% 50%,
     #817c00 96%,#0000) 0 50%/80% 20% repeat-x;
}
#loading-image:before,
#loading-image:after {
  content: "";
  grid-area: 1/1;
  transform: rotate(30deg);
}
#loading-image:after {
  transform: rotate(60deg);
}

@keyframes l26 {
  100% {transform:rotate(1turn)}
}

@media print {

	header,
	footer{display: none;}
	input,
	button,
	input[type=button]{display: none;}
	body, p.big{font-size: 14px !important;}
	.layout-container{box-shadow: none;}
	h2, h3, h4, h5, h6 {color: #000 !important; font-size: 18px !important; margin: 0 0 10px !important;}
	a{color: #333 !important;}

	.flex-grid, .flex-view .view-content, .paragraph-grid > div{display: block; margin: 0 !important;}
	.flex-grid.loose .item, .flex-view.loose .item{padding: 0 !important;}
	.flex-grid.lg-2 .item, .flex-view.lg-2 .item, .item.lg-2{  -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%;}


/*	article{display: none;}*/
	.page-banner{display: none;}
	.admin-tabs{display: none;}
	.find-food-form{display: none;}
	.pantry-list .views-exposed-form{display: none;}
	main{padding: 0; max-width: unset;}
	.pantry-list .item{display: block; padding:10px 0; font-size: 14px; border-bottom: 1px solid #ccc;}
	.pantry-list .item .left{width: unset;}
	.pantry-list .item .mid{width: unset; }
	.pantry-list .item .mid .body{max-width: unset; padding: 0 !important;}
	.pantry-list .item .right{width: unset;}
	.pantry-list .item .right .address,
	.pantry-list .item .right .phone{text-align: left;}
	.pantry-list .item .right .address br{display: none;}
	.find-form{display: none !important;}
	.print-link{display: none;}

	#events-pantry-listing .event-date{color: #000 !important; font-size: 20px !important;}
	#events-pantry-listing .event-item{display: block !important; padding:10px 0 !important; font-size: 14px; border-bottom: 1px solid #ccc;}
	#events-pantry-listing .event-item .event-info{width: unset !important; line-height: unset !important;}
	#events-pantry-listing .event-item .agency-name{font-size: 14px !important;}
	#events-pantry-listing .event-item .event-time .name, #events-pantry-listing .event-item .event-time .time{font-size: 14px !important;}
	#events-pantry-listing .event-item .event-time{width: unset !important; text-align: left !important;}
	#events-pantry-listing .current_date_note{display: none;}
	#events-pantry-listing .event-item .event-registration a.btn{display: none;}
}

/*Staff grids ------------------------------------------------------ */
.staff .item img{border-radius: 25px;}
.staff .item .info .name{line-height: 1.1em; margin: 5px 0; font-weight: 600;}
.staff .item .info .title{font-size: .9em; line-height: 1.1em; font-style: italic; margin: 5px 0;}
.staff .item .info a {font-size: .9em;}

/* ALERTS ---------------------------------------------------------- */

.pop-alert { display: none; }
.show-alerts .pop-alert{ display:block; }
.pop-alert { background: rgba(0, 0, 0, 0.7); height: 100%; padding:0; position: fixed; right: 0; top: 0; width: 100%; z-index: 999; overflow: scroll; }
.pop-alert .view { position: absolute; z-index: 3000; top: 50%; left: 50%; margin-left: -300px; }
.pop-alert .view-content {top: 25%; position: absolute; left: 50%; margin-left: -300px;}
.pop-alert .view-content > div { box-sizing: border-box; width: 100%; max-width: 600px; padding: 20px; background-color: rgba(129,124,0,0.46); }
.pop-alert .inner { box-sizing: border-box; position: relative; width: 100%; background: #fff; padding: 50px 60px; text-align: center; }
.pop-alert .inner h2.title,
.pop-alert .inner h2.title a {font-size:36px; margin:10px 0; line-height: 1.1em; text-decoration: none;}
.pop-alert .inner p span{font-weight: 600;}
.pop-alert .inner p{margin: 0 0 10px;}
.pop-alert .link { margin: 0 0 40px; }

.pop-alert .inner .hide { display: block; position: relative; z-index: 1; color: #333; font-size: 16px; font-weight: 400; text-align: center; text-decoration: underline; cursor: pointer; margin-top: 20px;}
.hp-alert .inner .hide:hover {  }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

 .overlay:target{
  visibility: visible;
  opacity: 1;
}

.outer{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  padding: 20px;
  background: rgba(129,124,0,0.46);
}

.outer .inner { box-sizing: border-box; position: relative; width: 100%; background: #f8f5ef; padding: 50px 60px; text-align: center; }
.outer .inner .text{
   max-height: 300px;
  overflow: auto;
  margin: 30px 0 0;
  text-align: left;
  font-size: 18px;
}


.outer .inner .hide{
  display: block;
  color: #303c42;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
  transition: all 200ms;
}


/* FORM & ADMIN CLASSES ---------------------------------------- */

.floater{
	float: left;
    margin-right: 30px;
    width: 25%;
}

.floater-2{
	float: left;
    margin-right: 15px;
    width: calc(50% - 15px);
}

.webform-submission-form .floater-2 input[type="text"],

.webform-submission-form .floater-2 input[type="email"]{
	max-width: unset !important;
}


.floater-3{
	float: left;
	margin-right: 15px;
	width: calc(33.33% - 15px);
}

.floater-3.first{clear: left;}

.floater.last,
.floater-2.last,
.floater-3.last{
	margin-right: 0px;
}

.clear{clear: both;}

.webform-submission-form input[type="text"],
.webform-submission-form input[type="email"],
.webform-submission-form textarea,
input.form-search{
	-webkit-appearance: none;
	border:1px solid #ccc;
	border-radius:0;
	box-sizing: border-box;
	display:block;
	max-width:550px;
	width:100%;
	padding:5px;
}
.webform-submission-form textarea{
	max-width:800px;
}
.webform-submission-form select{
	display:block;
	margin-top:5px;
}
.webform-submission-form label,
legend span{
	font-weight:bold;
}

.js-form-type-checkbox label,
.js-form-type-radio label{
	font-weight: 400;
}

.ui-tooltip-content {
    font-size: 15px;
    line-height: 1.5em;
    padding: 20px;
}
.tabs a{
	background:#eee;
	border:1px solid #aaa;
	color:#000;
	font-size:14px;
}
body.cke_editable{
	background:#fff;
}
.cke_ist .ck-list__item h1, .cke_ist .ck-list__item h2, .cke_ist .ck-list__item h3,
.cke_ist .ck-list__item h4, .cke_ist .ck-list__item h5, .cke_ist .ck-list__item h6,
.cke_ist .ck-list__item p.big, .cke_ist .ck-list__item p.small, .cke_ist .ck-list__item *{ 
	color:#333; 
	font-size:16px; 
	font-weight:400;
	margin:0;
	padding:0;
	text-transform:none; 
}
input.form-search{
	display:block;
	margin:15px 0 10px;
	padding:7px;
}
a.search-help-link{
	display:inline-block;
	font-size:.9em;
	margin:10px 0 20px;
}
.item-list ol{
	list-style:none;
	padding:0;
}
.item-list ol li{
	margin:0;
}
.item-list h3{
	font-size:20px;
	margin:0 0 10px;
	padding-top:15px;
}
.messages{
	margin-bottom:30px;
}

/*Admin tabs --------------------------- */

.admin-tabs ul{
    margin: 0 0 0.5em;
    padding: 0;
    list-style: none;
}

.admin-tabs ul > li {
    display: inline-block;
    margin-right: 0.3em;
}

.admin-tabs ul a {
    background: #eee;
    border: 1px solid #aaa;
    color: #000;
    font-size: 14px;
        display: block;
    padding: 0.2em 1em;
    text-decoration: none;
}

.admin-tabs ul a:focus, .admin-tabs ul a:hover {
    background-color: #f5f5f5;
}

.admin-tabs ul a.is-active {
    background-color: #eee;
}

.form-item, .form-actions{
	margin-top: 1em;
    margin-bottom: 1em;
}

.form-composite > .fieldset-wrapper > .description, .form-item .description {
    font-size: 0.85em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}



