body{
	color:#424142;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-size:20px;
	line-height:1.5em;
	margin:0;
}

body.mm-wrapper{
	background:#333;
}

.layout-container{
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,.5);
	margin:0 auto;
	max-width:1800px;
	overflow:hidden;
}
.region-banner{
	background: linear-gradient(315deg, rgba(57,57,57,1) 0%, rgba(31,31,31,1) 100%);
	color: #fff;
	padding:250px 150px 100px;
	box-sizing: border-box;
	margin-top: -150px;
}

.front .region-banner{
	padding: 0;
	margin-top: 0;
}
main{
	padding:80px 150px;
}

.front main{
	padding: 0;
}

main:has(aside){
	display:flex;
/*	max-width: 1400px;
	margin: 0 auto;*/
}
.layout-content{
	flex:1;
}
.layout-content .primary-img img{
	display:none;
	margin-bottom:40px;
	width:100%;
}
.region-sidebar-second{
/*	margin-right:-50px;*/
	padding:0 0 0 150px;
	width:400px;
}

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


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

/*.field--name-body{
	max-width: 1400px;
	margin: 0 auto;
}*/




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

h1{
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 800;
	max-width: 800px;
	font-size:60px;
	color: #fff;
	margin:0 0 0;
}
.intro-txt{
	margin-top:30px;
	max-width:750px;
}
h2{
	font-size:30px;
	line-height:1.1em;
	margin:0 0 30px;
}
h3{
	font-size:28px;
	line-height:1.1em;
	margin:0 0 25px;
}
h4{
	font-size:22px;
	line-height:1.1em;
	margin:0 0 20px;
}
h5{
	font-size:18px;
	font-weight:700;
	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:#999;
}
a:hover{
	color:#777;
}
img{ 
	height:auto;
	max-width:100%;
}
hr{
	margin:60px 0;
}

hr:first-child { margin-top:0; }
hr:last-child { margin-bottom:0; }

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

.event-info .date{
	font-size: 32px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #72a210;
}

.event-info .time{
	font-weight: 700;
	margin: 0 0 35px;
}

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

p.big{ 
	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;
}
ul.custom{
	padding-left:5px;
}
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;
}
a.btn,
.button,
.button--primary{
	background:#80bd00;
	border:none;
	border-radius:0;
	box-sizing: border-box;
	color:#fff;
	display:inline-block;
	font-size:16px;
	font-weight: 700;
	line-height:1.3em;
	margin:10px 0 10px;
	min-width:130px;
	padding:.75em calc(1em + 40px) .75em 1em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	position: relative;
}
a.btn:before{
	position: absolute;
	content: "";
	width: 40px;
	height: 100%;
	background-color: #72a210;
	right: 0px;
	top: 0;
	background-image: url(img/btn-before.png);
	background-size: auto 15px;
	background-repeat: no-repeat;
	background-position: center;
}


a.btn.second{
	background:#414141;
}

a.btn.second:before{
	background-color: #6a686b;
}


/*a.btn:hover,
.button:hover,
.button--primary:hover{
	opacity:.8;
}*/
ul.double{
	columns:2;
}
ul.nav{
	list-style: none;
	padding:0 0 0 30px;
}
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;
}

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


.paragraph--type--multi-column-content{
	max-width: 1400px;
	margin: 0 auto !important;
}

.paragraph--type--multi-column-content.lg-3 .image{
	aspect-ratio: 2 / 1;
	margin:0 0 30px;
	overflow:hidden;
}
.paragraph--type--multi-column-content.lg-3 .image img{
    margin-top:-7%;
}
.paragraph--type--multi-column-content.lg-2 .image{
    float: right;
    width: 33%;
    aspect-ratio: 1 / 1;
    margin: 0 0 30px 30px;
    overflow: hidden;
}
.paragraph--type--multi-column-content.lg-2 .image img{
	max-width:none;
	height:100%;
	width:auto;
	margin-left:-21%;
}

.paragraph--type--single-block{
	max-width: 1400px;
	margin: 0 auto;
}

.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;
}

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

.accordion{max-width: 1400px; margin: 0 auto;}

.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 #CCC;
  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;
    background: #fff;
    margin: 0 !important;
    border-top: 1px solid #fff;
    display: none;
  color:black;
}
.accordion .item  .content:first-child {
    padding: 10px 20px;
    font-size: 18px;
}

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

.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(540deg);
    transition: .3s;
}
.accordion .item  .content .image {
	display: block;
    float: right;
    width: 38%;
    margin: 0 0 60px 60px;
}

.accordion .image{
	display: none;
}



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

.swiper{max-width: 1400px; padding: 0 50px !important; box-sizing: border-box;}

.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{
		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;
}


    .swiper.cover-swiper {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .cover-swiper .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;
    }

    .cover-swiper .swiper-slide img {
      display: block;
      width: 100%;
    }

    .cube-swiper {
      width: 300px;
      height: 300px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -150px;
      margin-top: -150px;
    }

    .cube-swiper .swiper-slide {
      background-position: center;
      background-size: cover;
    }

    .cube-swiper .swiper-slide img {
      display: block;
      width: 100%;
  }

.flex-grid.paragraph--type--photo-gallery{
	max-width: 1400px;
	margin: 0 auto !important;
}
/*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;
}


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

.footer{
	background: #eeeeee;
	font-size:15px;
	padding:100px 90px;
}

.footer .left{
	float: left;
	display: flex;
}

.footer .left .logo{
/*	width: 287px;*/
height: 80px;
}

.footer .left .logo img{
	max-height: 100%;
}

.footer .left ul{
	height: 80px;
	list-style: none;
	margin: 0;
	box-sizing: border-box;
	padding: 30px 0 0 30px;
	display: flex;
	flex-wrap: wrap;
}

.footer .left ul li{
	padding: 0;
	margin: 0;
}

.footer .left ul li a{
	color: #000;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -.01em;
	font-weight: 700;
	line-height: .8em;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #000;
}

.footer .left ul li:first-of-type a{
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.footer .right{
	float: right;
	display: flex;
	flex-wrap: wrap;
	padding: 9px 0 0;
}

.footer .right p{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 12px;
	font-weight: 500;
	margin: 10px 0 0;
}

.footer .right ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
}

.footer .right ul li{
	width: 40px;
	height: 40px;
	display: block;
	padding-left: 7px;
	margin: 0;
}

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

.footer .right ul li a{
	display: block;
	height: 100%;
	width: 100%;
}

.box{
	background:#72a210;
	color: #fff;
	box-sizing:border-box;
	margin:50px 0;
	padding:50px;
}
.box.dark{
	background:#333;
	color:#fff;
}
.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:#eee;
	margin:50px auto;
	max-width: 1400px;
	box-sizing: border-box;
	padding:80px;
}
.box-wrap .item *:last-child{
	margin-bottom:0;
}
.field__item:has(.full-width)
{
	max-width: unset;
	margin:80px auto;
	padding:150px;
}

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

aside{
	font-size:16px;
}
aside .primary-img{
	margin:0 0 40px;
}
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;
}

.sub-menu{display: none;}

#sub-menu .sub-menu{display: block;}


.sub-menu h2{
	font-size:14px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.sub-menu ul{
	margin:0;
}
.sub-menu li{
	list-style:none;
	padding:0;
	margin: 0;
}
.sub-menu ul li a{ 
	border-top:1px solid #ccc;
	display: block;
	padding:14px 0;
	font-size: 18px;
	letter-spacing: .1em;
	color: #000;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: 700;
}
.sub-menu ul li:first-child a{ 
	border:none;
}

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

.list-view .item{ 
	border-top:3px solid #72a210;
	padding:40px 0;
}

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

.list-view .item:first-child{ 
	border-top:none;
	padding-top:0;
}
.list-view .item .wrap .title,
.list-view .item .wrap h3{
	margin-bottom:20px;
	color: #72a210;
}
.list-view .item .wrap .title{
	color:inherit;
	text-decoration: none;
}
.list-view .item .wrap .excerpt{
	margin-bottom:10px;
}

.list-view .item .wrap .more{
	display: block;
}


.list-view .item .wrap .info{
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 20px;
}

.list-view .item .wrap .info .date{
	padding-right: 5px;
}

.list-view .item .wrap .info .time{
	padding-left: 5px;
}

.list-view .item .wrap .more{
	background:#80bd00;
	border:none;
	border-radius:0;
	box-sizing: border-box;
	color:#fff;
	display:inline-block;
	font-size:16px;
	font-weight: 700;
	line-height:1.3em;
	margin:10px 0 10px;
	min-width:130px;
	padding:.75em calc(1em + 40px) .75em 1em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	position: relative;
}


.list-view .item .wrap .more:before{
	position: absolute;
	content: "";
	width: 40px;
	height: 100%;
	background-color: #72a210;
	right: 0px;
	top: 0;
	background-image: url(img/btn-before.png);
	background-size: auto 15px;
	background-repeat: no-repeat;
	background-position: center;
}

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


.staff .item .wrap .text .name{
	font-size: .9em;
	line-height: 1.1em;
	margin: 5px 0 0;
}

.staff .item .wrap .text .role{
	font-size: .8em;
	line-height: 1.1em;
	font-weight: 400;
}

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

.block-addtoany,
#block-brisket-addtoanysharebuttons{
	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:#fff;
}

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

/* 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: 20000; overflow: scroll; }
.pop-alert .view { position: absolute; z-index: 30000; 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(0,0,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 { 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 {  }


/* 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{
	font-weight:bold;
}
.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{
	max-width: 1400px;
    margin: 0 auto 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;
}

/*.visually-hidden{
	background: #fff !important;
	color: #000 !important;
}*/




