  /**
 * Custom

 * Any custom styles implemented in the OmniUpdate environment
 * should go here
 */
.orange-div { width: 100%; background-color: #f58114; padding: 10px; font-size: 18px; font-weight: bold;}
.black-div { width: 100%; background-color: #000000; padding: 10px;}
@media (min-width: 1100px){ .section__wide{min-width: 800px;}}
.toggle__item { margin: 5px 0 5px 0;}

.toggle__content{ display: none;} 
	
.toggle__icon:after, .toggle__icon:before{
    display: inline-block;
    position: absolute;
    margin-left: 0.5em;
    margin-top: 0.6em;
    opacity: 1;
    background-image: url(/_resources/assets/icons/arrow.svg);
    content: '';
    background-size: 100%;
    width: 16px;
    height: 10px;
}

.toggle__icon:before{
    opacity: 0;
    background-image: url(/_resources/assets/icons/arrow-orange.svg);
}

.toggle-content:hover .toggle__icon:before{ opacity: 1;}
.toggle-content:hover .toggle__icon:after{ opacity: 0;}
.toggle-content:hover{cursor: pointer;}

.toggle-content.js-expanded .toggle__icon:before{
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.toggle-content.js-expanded .toggle__icon:after{
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

table thead{
	background-color: #C1C1C1;
}

a.announcement {
	color: #000000;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 0 -1px 0px 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 black inset;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.announcement:hover{
  text-decoration: none;
  -webkit-box-shadow: 0 -3px 0px 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 black inset;
  box-shadow: 0 -3px 0px 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 black inset;
}

.homepage-hero h3  {
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  bottom: 30px;
  padding: 0 20px;
  max-width: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.homepage-hero a {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  bottom: 0px;
  padding: 0 20px;
  max-width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

footer a.footer__address-link{
	color: #000000;
	position: relative;
	cursor: pointer;
	font-weight: 700;
	text-decoration: none;
	padding-bottom: 3px;
	-webkit-box-shadow: 0 -1px 0px 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 black inset;
	box-shadow: 0 -1px 0px 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 black inset;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

footer a.footer__address-link:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 -3px 0px 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 black inset;
	box-shadow: 0 -3px 0px 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 black inset;
}

@media (min-width: 700px) {
	.homepage-hero h3 {
		font-size: 44px;
		bottom: 10px;
		max-width: 700px;
		min-width: 490px;
	}

	.hero-carousel img{
		margin-left: 0;
	}
}

@media (min-width: 1100px) {
	.homepage-hero h3 {
		font-size: 70px;
		max-width: 900px;
		min-width: 700px;
		bottom: 40px;
	}

	.hero-carousel {
		float: left;
		margin-left: 300px;
		margin-top: -55px;
		width: 865px;
	}

	.hero-carousel img {
		margin-left: 0;
		margin-top: 0;
	}
}

@media (min-width: 700px) {
  .rcc-pathway-carousel .slick-list {
    max-width: calc(100% - 395px);
    float: left;
  }
}

@media (min-width: 700px) {
  .rcc-pathway-carousel__slide__image {
    -webkit-flex-basis: 99%;
        -ms-flex-preferred-size: 99%;
            flex-basis: 99%;
  }
  .rcc-pathway-carousel__slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.hero-carousel img{
	display: none;
	margin-left: 0;
}

.slick-active img{
  display: block !important;
}

.slick-arrow:after {
  height: 10px;
  width: 10px;
  border-right: 4px solid #ff5a00;
  border-bottom: 4px solid #ff5a00;
  background: transparent;
  -webkit-transform: translate(-50%, -50%) rotate(
-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(
-45deg);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.slick-arrow.slick-prev {
  -webkit-transform: translate(0, -50%) rotateY(
180deg);
  transform: translate(0, -50%) rotateY(
180deg);
}

.rave-notice {
    background: linear-gradient(#d50000, #ff2222);
    color: #f5f5f5;
    padding: 20px 5px 20px 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.21;
}

.closebtn {
	padding: 0 50px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 28px;
	line-height: 10px;
	cursor: pointer;
	transition: 0.3s;
}
.closebtn:hover {
	color: black;
}

/* Style from Calendar*/
time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 6em;
  height: 6em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.1em 0;
  color: #fff;
  background-color: #F58114;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #F58114;
}

time.icon em
{
  position: absolute;
  bottom: 0;
  color: #F58114;
}

time.icon span
{
  font-size: 2.6em;
  letter-spacing: -0.05em;
  padding: 0.5em 0;
  color: #202020;
}

.event-item .row:hover{
    background-color: bisque;
}

.event-button{
  margin: 0 2em;
  background-color: #F58114;
  border-color: #ff7c02;
}

.event-button:hover, .event-button:not(:disabled):not(.disabled):active, .event-button:focus{

  background-color: #8f4500;
  border-color: #ff7c02;

}

.featured-event-container{
  display: block;
  position:relative;
}

.featured-events ul {
  list-style-type: none;
  padding: 0px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

.featured-events li{
    padding: 0px;
    overflow: auto;
    background: #ffbf83;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
}

.featured-events li:hover{
    background: #ff7c02;
}

.featured-events a{
    color: #292929;
    text-decoration: none;
    line-height: inherit;
}

.featured-event-date{
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 15px 0 0;
    background-color: #ff7c02;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
}

.featured-event-date div{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -32px;
}

.featured-event-date span{
   display: block;
   font-size: 1.2em;
   font-weight: bold;
}

.event-detail{
   padding-left: 75px;
   padding-right: 5px;
   padding-top: 5px;
   padding-bottom:5px;
   font-size: 0.8em;
}

.featured-event-title{
  font-size: 1.5em;
  font-weight: bold;
}

.import-calendar{
  font-weight: bold;
}

.b-calendar{
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 10px;
}

.fade-enter-active{
  transition: opacity 1s;
}

.fade-leave-active{
  transition: opacity 0s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.featured-event-container a{
  position: static;
  font-weight: 400;
}



.event-item .row {
    display: flex;
    border-bottom: 1px solid #000000;
}
  
.event-item .col-left{
    flex: 35%;
    padding: 20px;
}

.event-item .col-right{
    flex: 65%;
    padding: 20px 0;
}

.event-item h2{
    margin-top: 0;
    font-size: 21px;
}

#events hr{
    margin:0;
}

.contact-card-section { margin-top: 2rem; }
.contact-card-note { margin: .25rem 0 1.25rem; color: #5f6368; font-style: italic; }

.contact-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}
@media (max-width: 760px) {
	.contact-card-grid { grid-template-columns: 1fr; }
}

.contact-card {
	background: #fff;
	border: 1px solid #e7e8ea;
	border-radius: 16px;
	padding: 18px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .07);
}
.contact-card-title { margin: 0 0 .5rem; font-size: 1.1rem; }

.contact-card-list {
	margin: 0;
	display: grid;
	gap: .35rem;
}
.contact-card-row {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: .5rem;
}
.contact-card-label {
	color: #5f6368;
	font-weight: 600;
}
.contact-card-value { margin: 0; }

/* Accessibility: focus outlines */
.contact-card a:focus-visible {
	outline: 3px solid #000;
	outline-offset: 3px;
	border-radius: 4px;
}

/* Mobile polish for very small screens */
@media (max-width: 420px) {
	.contact-card { padding: 14px; }
	.contact-card-row {
		grid-template-columns: 1fr; /* stack label above value */
		gap: .25rem;
	}
	.contact-card-label { margin-bottom: .1rem; }
	.contact-card-value a {
		display: inline-block; /* nicer tap target */
		padding: .15rem 0;
		overflow-wrap: anywhere; /* prevent long emails from overflowing */
	}
}

