body{
	color:#000;
	font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
	font-size:14px;
    font-style: normal;
}
:focus {
    /*outline: 2px solid #FF692E;*/
    outline: 2px solid #C43A04;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.skip-to-main-content {
  /*background: #FF692E;*/
background: #C43A04;
	color:#fff !important;
  height: 30px;
  left: 0%;
	line-height:1.5;
  padding: 10px 20px;
  position: absolute;
  transform: translateY(-500%);
  transition: transform 0.3s;
	z-index:99999999999;
}

.skip-to-main-content:focus {
  transform: translateY(0%);
}
#main-header{
	box-shadow:none;
	padding:20px 0;
}
#main-header .logo_container {
    position: relative;
    flex: 1 1 0;
}
#main-header #et-top-navigation {
    flex: 1 1 auto;
    padding-top: 0;
}
#top-header #et-info {
    float: left;
    width: 100%;
}
#top-header .et-social-icons {
    float: right;
    display: inline-block;
}
#main-header .container.clearfix.et_menu_container {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}
#top-menu-nav, #top-menu {
    line-height: 0;
    width: 100%;
}
#main-header #et-top-navigation #top-menu-nav ul#top-menu {
    display: flex;
    width: 100%;
    align-items: center;
}
#top-menu li {
    display: inline-flex;
    font-size: 14px;
    padding-right: 22px;
}
#top-menu li.menu-contact-button {
    /*background: #FF692E;*/
background: #C43A04;
    padding: 15px 30px;
    margin-right: 0;
    margin-left: auto;
}
#top-menu li.menu-contact-button a{
	color:#fff;
}
#main-header #et-top-navigation #top-menu li a{
	padding-bottom:0;
}
#top-menu li.menu-contact-button a::after {
    content: "\f061";
    color: #fff;
    display: inline-block;
	font-family: "Font Awesome 6 Pro";
    margin-left: 5px;
}
#top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after{
	display:none;
}
#top-menu .menu-item-has-children>a:first-child, #et-secondary-nav .menu-item-has-children>a:first-child {
    padding-right: 6px;
}
#top-menu .menu-item-has-children > button.menu-toggle-btn {
    background: transparent;
    border: 0;
    margin-top: -3px;
    padding-left: 0;
    padding-right: 0;
}
#top-menu .menu-item-has-children > .sub-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  z-index: 9999;
}


#top-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}


#top-menu .sub-menu.keyboard-visible {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}


h1#page-title {
    font-size: 72px;
    font-weight: 700;
}

/*If no Featured image set*/
body.no-featured-image #page-header, .et-db.no-featured-image #et-boc .et-l #page-header.et_pb_section_0_tb_body {
    background-color: #fff!important;
    background-image: linear-gradient(180deg,rgba(255,255,255,.3) 0%,rgba(255,255,255,.5) 100% 100%),url(images/mid-ground.png)!important;
}
body.no-featured-image #page-header h1#page-title {
    color: #000 !important;
	
}

body.no-featured-image #home-hero {
	color:#000;
    background-color: #fff!important;
    background-image: linear-gradient(180deg,rgba(255,255,255,.3) 0%,rgba(255,255,255,.5) 100% 100%),url(images/home-hero-bg.png)!important;
}
body.no-featured-image #home-hero h1, body.no-featured-image #home-hero  h1 span.sub-heading {
    color: #000 !important;
	
}
body.no-featured-image #home-hero .et_pb_text_inner{
	color:#000;
	
}
body.has-featured-image #home-hero .et_pb_text_inner{
	color:#fff;
	
}

/*homepage*/
#home-hero {
    padding: 10vw 0 10vw;
}
#home-hero  h1{
	color:#fff;
	font-size:72px;
}
#home-hero  h1 span.sub-heading {
    color: #fff;
    display: block;
    font-size: 20px;
	line-height:1;
    text-transform: uppercase;
}

/*home events*/
#upcoming-events-section {
    background: transparent;
    padding: 0 0 54px;
    margin-top: -150px;
}
#upcoming-events-row {
	background:#fff;
    padding:30px 30px;
	box-shadow: 0px 2px 20px 0px rgba(12,12,13,0.15);
}
#home-event-wrap {
    display: flex;
    column-gap: 36px;
}
#home-event-left {
	min-width:50%;
	max-width:60%;

}
#home-event-left .event-post-list article.event a.entry-featured-image-url img {
    height: 220px;
    width: 100%;
    object-fit: cover;
	/*border-bottom: 5px solid #FF692E;*/
    border-bottom: 5px solid #C43A04;
}
#home-event-right {
    min-width: 40%;
}

#home-event-right .event-post-list {

}
#home-event-right .event-post-list article.event {
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    column-gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 12px;
}
#home-event-right .event-post-list article.event a.entry-featured-image-url {
    flex: 1 1 auto;
    max-width: 100px;
}
#home-event-right .event-post-list article.event a.entry-featured-image-url img {
    object-fit: cover;
    width: 94px;
    height: 94px;
    min-width: 94px;
}
#home-event-right .event-post-list article.event .event-details-inner {
    display: none;
}


.event-post-list {

}
.event-post-list h2.event-title a {
    color: #2C2C2C;
    font-size: 20px;
}

.news-post-list {
    display: flex;
    column-gap: 24px;
}
.news-post-list article.news {
    border-top: 6px solid #FF692E;
    box-shadow: 0px 1px 5px 0px rgba(12,12,13,0.5);
    padding: 20px 20px;
    display: flex;
    flex-flow: column;
}
.news-post-list .news-content {
    margin-bottom: 10px;
}
a.news-more-link {
    display: inline-block;
    margin-top: auto;
    font-size: 22px;
    padding: 5px 15px;
    width: auto;
    max-width: fit-content;
}
a.news-more-link:hover, a.news-more-link:active, a.news-more-link:focus{
	background:#C43A04;
	color:#fff;
}
a.more-link, a.news-more-link {
	/*color:#FF692E;*/
color:#C43A04;

}
a.more-link::after {
    content: "\f061";
    /*color:#FF692E;*/
color:#C43A04;
    display: inline-block;
	font-family: "Font Awesome 6 Pro";
    margin-left: 5px;
}
#sidebar-menu {
    /*border-top: 6px solid #FF692E;*/
    border-top: 6px solid #C43A04;
    padding: 30px 30px 20px;
    box-shadow: 0px 2px 5px 0px rgba(12,12,13,0.5);
}
#sidebar-menu h2{
	font-size:16px;
	text-transform:uppercase;
	
}
ul.sibling-pages-menu {

}
ul.sibling-pages-menu li{
	list-style:none;
	position:relative;

}
ul.sibling-pages-menu li::before{
	content:'\f061';	
	/*color:#FF692E;*/
color:#C43A04;
	font-family: "Font Awesome 6 Pro";
	position:absolute;
	top:0;
	left:-20px;
}
ul.sibling-pages-menu a {
    color: #000;
}


/*helpers*/
ul.arrow-list {

}
ul.arrow-list li{
	list-style:none;
	position:relative;

}
ul.arrow-list li::before{
	content:'\f061';	
	/*color:#FF692E;*/
color:#C43A04;
	font-family: "Font Awesome 6 Pro";
	position:absolute;
	top:0;
	left:-20px;
}
ul.arrow-list a {
    color: #000;
}
ul.document-list {

}
ul.document-list li{
	list-style:none;
	position:relative;

}
ul.document-list li::before{
	content:"\f570";	
	/*color:#FF692E;*/
color:#404040;
	font-family: "Font Awesome 6 Pro";
	position:absolute;
	top:0;
	left:-20px;
}

.list-two-columns {
    display: flex;
    flex-wrap: wrap;
}
.list-two-columns li {
    flex: 1 1 50%;
    width: 100%;
}
.centered-vertical {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.open-mobile-menu .et_pb_menu__menu {
		display: flex!important;
	}
	.open-mobile-menu .et_mobile_nav_menu {
		display: none!important;
	}
/*footer*/
ul#menu-footer-menu {

}
ul#menu-footer-menu li {
	border-right:1px solid #fff;

}
ul#menu-footer-menu li:last-child{
	border-right:0;
}
ul#menu-footer-menu li a{
	padding-bottom:0;
}
#footer-contact-list{
	
}

#footer-contact-list ul {
    list-style: none;
    position: relative;
}
#footer-contact-list ul li {
    list-style: none;
    position: relative;
	margin-bottom:16px;
}
#footer-contact-list ul li::before {
    color: #62FF1F;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    left: -28px;
    top: 0;
}
#footer-contact-list ul li:first-child::before{
	content:"\f3c5";
	
}
#footer-contact-list ul li:nth-child(2)::before{
	content:"\f095";
	
}
#footer-contact-list ul li:nth-child(3)::before{
	content:"\f0e0";
	
}

/*divi overrides*/
.et_color_scheme_orange #et_search_icon:hover, .et_color_scheme_orange .mobile_menu_bar:before, .et_color_scheme_orange .et_pb_sum, .et_color_scheme_orange .et_pb_pricing li a, .et_color_scheme_orange .et_pb_pricing_table_button, .et_color_scheme_orange .comment-reply-link, .et_color_scheme_orange .form-submit .et_pb_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_orange .et_pb_contact_submit, .et_color_scheme_orange .et_password_protected_form .et_submit_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_orange .et_overlay:before, .et_color_scheme_orange .entry-summary p.price ins, .et_color_scheme_orange #top-menu li.current-menu-ancestor>a, .et_color_scheme_orange #top-menu li.current-menu-item>a, .et_color_scheme_orange .bottom-nav li.current-menu-item>a {
    /*color:#FF692E;*/
color:#C43A04;
}

/*mobile*/
@media (max-width:980px){
	#top-header .et-social-icons {
    float: none;
    display: block;
    padding: 10px 0 5px;
}
	#main-header .container.clearfix.et_menu_container {
    padding: 0 20px;
}
	#main-header #et-top-navigation #top-menu-nav ul#top-menu{
		display:none;
	}
	#main-header .logo_container {
    position: relative;
    flex: 1 1 33%;
}
	.et_header_style_left #logo {
    max-width: 100%;
		width:100%;
}
	#main-header #et-top-navigation {
    flex: 1 1 auto;
    padding-top: 0;
    padding-left: 0 !important;
}
	.mobile_menu_bar:before {
    font-size: 50px;

}
	h1#page-title {
    font-size: 38px;
    font-weight: 700;
}
	#home-hero  h1 {
    font-size: 44px;
}
	#upcoming-events-section {
    margin-top: -80px;
}
	#home-event-wrap {
    display: block;
}
	#home-event-left {
    min-width: 50%;
    max-width: 100%;
		margin-bottom:20px;
}
	.news-post-list {
    display: block;
}
	.news-post-list article.news{
		margin-bottom:20px;
	}
.list-two-columns {
    display: block;
    
}
}