@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter&display=swap');
@import '../../_common/css/accred_logo.css';

/* NOTES
	Base Font size (used for determining REMs)
		18px
*/

:root{

	--font-dm: 'DM Sans', sans-serif;
	--font-inter: 'Inter', sans-serif;

	--gray-dark: hsl(0, 1%, 23%);
	--gray-light: hsl(0, 1%, 83%);

	--color-base-1: #4e4794; 
	--color-base-2: #CB4315;
	
	--color-rgb-1: rgb(78,71,148);
	--color-rgb-2: rgb(0,0,0);

	--color-overlay-1: #ffffff;
	--color-overlay-2: #ffffff; 
	
}

html,body{ font-family: var(--font-dm); color: var(--gray-dark); font-size: 112.5%; line-height: 155%;margin: 0; padding: 0;height: 100%;}
html{ overflow-x: hidden; overflow-y: auto;}

/* Utilities */
	.flex{ display: flex;}
	.wrapper{ margin: 0 auto; width: 90%; max-width: 1200px;}

/* Font Styles - Headings */
	h1,h2,h3,h4,h5,h6
	{ margin: 0; padding: 0;font-family: var(--font-inter);color: var(--gray-dark);margin-bottom: 1rem; }

	h1{ font-size: clamp(2.125rem,5.6vw,4.9rem); line-height: 1.2; font-weight:400;}
	h2{ font-size: clamp(1.6667rem,2.68vw,2.34rem); line-height: 1.2;  font-weight:400;}
	h3{ font-size:clamp(1.444rem,2.16vw,1.89rem); line-height: 1.2;  font-weight:400; }
	h4{ font-size:clamp(23px,2vw,1.4rem); line-height: 1.2rem; font-weight:400; }
	h5{ font-size: 1.112rem; line-height: 1.2rem;  font-weight:400; }	
	h6{ font-size: 0.9rem; line-height: 1.2rem;  font-weight:700; }
	h2.section_title{font-size: 2rem; line-height: 2.5rem;}
	p{ font-size: 1rem; line-height: 1.6rem; color: #000; font-weight: 400;margin-top:0;}
	p.small{ font-size: 0.833rem; line-height: 167%;}
	p.large{ font-size: clamp(1rem,2.053vw,1.222rem); line-height: clamp(1.3rem,2.791vw,1.662rem); margin-bottom: 1.5rem;}

/* Hyperlinks */
	a{ text-decoration: underline; text-decoration-thickness: 2px ;text-decoration-color: var(--color-base-1); text-underline-position: under; color: var(--color-base-1); transition: all 0s; font-weight: 400;}

	a:hover{ text-decoration-color: var(--color-base-2); }


/** Quotes **/
blockquote{ 
	display: block; 
	background: rgba(var(--color-rgb-1),0.15); 
	padding: 1.5rem 1.5rem 1.5rem 2rem; 
	margin: 2rem 0; 
	border-left: none;
	margin: 0 !important;
	font-style: italic; 
}
blockquote p{ margin: 0;}
p + blockquote{padding-top:0 !important;}
blockquote > *{ 
	font-size: 1.22rem !important; 
	line-height: 136% !important; 
	font-family: var(--font-inter) !important;
}

/* Buttons */
	.button{ display: inline-flex; text-decoration: none; position: relative; align-items: center; justify-content: center; padding: 0.5rem 2rem; background: var(--color-base-1); transition: all 0.3s; color: var(--color-overlay-1); font-size: 1.1rem; font-weight: 400; border-radius: 4px; overflow: hidden; white-space: nowrap; border: 2px solid var(--color-base-1);}

	.button:hover{ background: var(--color-overlay-1); color: var(--color-base-1);}
	.button span.button_icon{ font-size: 0; margin-left: 0.3rem; background: transparent; display: flex; align-items: center;}

	.inside .button:hover span.button_icon svg *{ fill: var(--color-base-1) !important;}

	.button.full-width{padding: 0.5rem 0;width: 100%;}
	.button.secondary{background: transparent;border:2px solid var(--color-base-2);color:#000;}
	.button.secondary:hover{background: var(--color-base-2);color:#fff;}

/* inside page */
.middle_column ul li, .middle_column ol li,
.right_content ul li, .right_content ol li
{
		margin: .25rem;
	}


/* HEADER */

	header{ position: relative; z-index: 999; margin: 0; padding: 0;}
	header .wrapper{ max-width: 100%;}

	.header_top{ background: var(--color-overlay-1); padding: 0.5rem 0; font-family: var(--font-dm); border-bottom:1px solid var(--gray-light);}
	
	.header_logo { text-decoration:none; }
	.header_logo .fallback_logo{ color: var(--color-base-1); margin: 0; padding: 0; font-family: 'Inter', sans-serif; font-size: clamp(1.444rem, 2.16vw, 1.89rem); line-height: 1.2; font-weight: 400; text-decoration: none;}

	.header_top .wrapper{ justify-content: space-between;}
	.header_top .wrapper.align_right{ justify-content: flex-end;}
	.quicklinks_container{ display: flex; align-items: center;}
	.quicklinks_container a{ margin-left: 15px;}
	.header_contact_container{ align-items: center;}
	.header_phone{ display: flex; align-items: center; }
	.header_phone a,.quicklinks_container a{ font-size: 0.888rem; letter-spacing: 0px; text-decoration: none; color: #000; transition: all 0.3s;}

	.header_phone a:hover, .quicklinks_container a:hover{ text-decoration: underline;}
	.contact_label{ margin-right: 10px; font-size: 0.888rem;color: #000;font-weight: 700;}
	.contact_label > p{ display: inline;}
	.header_bottom_bar > .wrapper{ align-items: center; justify-content: space-between;}
	.header_right_container{ display: flex; align-items: center; margin-left: 2rem;}
	.header_right_container > .button.header_button{font-size:1rem; padding: 0.1rem 1rem; margin-left: 1rem;}

	.logo{ font-size: 0; min-width: 190px; display: flex;}
	.logo a{ display: flex;}
	.logo img{ max-height: 70px; max-width: 100%} 

	.nav span.button_icon svg{ height: 8px; width: auto; vertical-align: middle;}

	.nav span.button_icon svg, .button span.button_icon svg *{ fill: var(--color-overlay-1) !important;}

	.nav:hover span.button_icon svg, .button:hover span.button_icon svg *{ fill: var(--color-overlay-2) !important;}

	/* #menu [class^="has_children"] > ul {display:none;} */

	.nav_panel{ position: relative; background: #fff;}

	.header_top_right_container{align-items: center; }

/* FOOTER */
	
	footer{ position:relative; background: var(--color-base-1);}

	.footer_social_icons > a, .hero_arrow.hero_prev, .hero_arrow.hero_next, .news_arrow.news_prev,.news_arrow.news_next{ font-size: 0; border-radius: 50%; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; transition: all 0.2s; cursor: pointer;}

	.footer_social_icons > a{ background: var(--color-overlay-1); transition: all 0.3s; border: 2px solid var(--color-overlay-1);}
	
	.hero_arrow.hero_prev, .hero_arrow.hero_next { background: var(--color-overlay-2); transition: all 0.3s; border: 2px solid var(--color-overlay-2);}
	
	.news_arrow.news_prev,.news_arrow.news_next{ background: var(--color-overlay-2);}
	.footer_social_icons > a:hover, .hero_arrow.hero_prev:hover, .hero_arrow.hero_next:hover,.news_arrow.news_prev:hover, .news_arrow.news_next:hover{ background: var(--color-base-2);transition: all 0.2s; border: 2px solid var(--color-base-2);}
	.footer_social_icons > a svg, .hero_arrow.hero_prev svg, .hero_arrow.hero_next svg,.news_arrow.news_prev svg, .news_arrow.news_next svg{ vertical-align: middle; height: 15px; width: auto;transition: all 0.3s;}
	.news_arrow.news_prev, .news_arrow.news_next{border: 2px solid var(--color-base-2);}
	.news_arrow.news_prev:hover, .news_arrow.news_next:hover{border: 2px solid var(--color-overlay-2);}
	
	.hero_arrow.hero_prev svg *, .hero_arrow.hero_next svg *, .news_arrow.news_prev svg *, .news_arrow.news_next svg *{ fill: var(--color-base-2) !important;transition: all 0.3s;}
	
	.footer_social_icons > a > svg *{ fill: var(--color-base-1) !important;transition: all 0.3s;}
	.footer_social_icons > a:hover > svg *, .hero_arrow.hero_prev:hover svg *, .hero_arrow.hero_next:hover svg *, .news_arrow.news_prev:hover svg *, .news_arrow.news_next:hover svg *{ fill: var(--color-overlay-2) !important;}

	.footer_top{ padding: 4rem 0;position: relative;}
	.footer_top > .wrapper{ justify-content: space-between;}

	.footer_logo{ font-size: 0; display: flex; text-decoration: none;} /* 10-4-21 */
	.footer_logo img{ display: block; max-width: 285px; height: auto; max-height: 150px;} /* 10-4-21 */
	.footer_logo .fallback_logo{ color: var(--color-overlay-1); padding: 0; font-family: 'Inter', sans-serif; font-size: clamp(1.444rem, 2.16vw, 1.89rem); line-height: 1.2; font-weight: 400; text-decoration: none;} /* 10-4-21 */

	.contact_icon{ font-size: 0; margin-right: 1rem; display: inline-block; vertical-align: middle; opacity: 0.75;}
	.contact_icon svg{ width: 18px; height: auto; vertical-align: middle;}
	.contact_icon svg, .contact_icon svg *{ fill: var(--color-overlay-1) !important;}
	.contact_info{flex:1;}
	.contact_info .address_line{ display: block;}

	.footer_logo + address{ margin-top: 2.5rem;margin-left: 1rem;}

	address{ font-style: normal; color: var(--color-overlay-1); font-size: 1rem; line-height: 155%; font-weight: 400;}
	.phone a, .email a{ font-style: normal; color: var(--color-overlay-1); font-size: 1rem; line-height: 155%; font-weight: 400; text-decoration: underline; transition: all 0.3s;}
	.phone a:hover, .email a:hover{ text-decoration-color: var(--color-overlay-1);}
	address + .phone, address + .email{ margin-top: 0.75rem;margin-left: 1rem;}
	.phone + .email{ margin-top: 0.75rem;margin-left: 1rem;}
	.tel_label {margin-right: 5px;font-size: 1rem;color: var(--color-overlay-1);font-weight: 700;margin-left: -0.3rem;}
	.phone .tel_label.fax {margin-left: 2rem;}

	.footer_col h6{ color: var(--color-overlay-1); opacity: 0.7; margin-bottom: 0.5rem;}
	.footer_social_icons{ justify-content: flex-end; }
	.footer_social_icons a{ font-size: 0; margin: 0 0 0 0.6rem;}
	.footer_social_icons + .footer_links_container{ margin-top: 2.5rem;}
	.footer_utility_nav{ list-style: none; margin: 0; padding: 0;}
	.footer_utility_nav li{ margin: 0.25rem 0;}
	.footer_utility_nav a{ color: var(--color-overlay-1); text-decoration: none;}
	.footer_utility_nav a:hover{ text-decoration: underline; text-decoration-color: var(--color-overlay-1);}
	.footer_bottom{ padding: 1.5rem 0; border-top: solid 1px rgba(255,255,255,0.7);position: relative;}
	.footer_button{margin-bottom: 2.5rem;}

	.credits{ justify-content: space-between; align-items: center;}
	.copyright{ margin: 0; padding: 0; color: var(--color-overlay-1);}

	.credit_logo img{ display: block; opacity: 0.5; height: 20px; width: auto; transition: all 0.3s;}
	.credit_logo:hover img{ opacity: 1;}

	.nce_logo img {max-height: 40px;}

	.footer_statement_container{ text-align: center; padding-top: 1rem;}
	.footer_statement_text{ color: var(--color-overlay-1); margin: 0; padding: 0;}
	.footer_statement_text a{ color: var(--color-overlay-1);text-decoration-color: var(--color-overlay-1);}
	.footer_statement_text a:hover{ text-decoration-color: var(--color-overlay-2);}
	.footer_right{display: flex;flex-direction: column;	}

/* INSIDE PAGES */

/* Headings */

.middle_column h2, .middle_column h3, .middle_column h4, .middle_column h5, .middle_column h6, 
.right_per_detail h2, .right_per_detail h3, .right_per_detail h4, .right_per_detail h5, .right_per_detail h6 {
	line-height: 1.2;
  }

  .middle_column h2, .middle_column h5, 
  .right_per_detail h2, .right_per_detail h5 {
	color: var(--color-base-1);
  }

  .middle_column h4, .middle_column h6, 
  .right_per_detail h4, .right_per_detail h6 {
	font-style: italic;
  }

.middle_column h2 {
	font-size: 3.6rem;
  }
  .middle_column h3 {
	font-size: 3rem;
  }
  .middle_column h4 {
	font-size: 2.1rem;
	text-transform: uppercase;
	letter-spacing: -0.02em;
  }
  .middle_column h5 {
	font-size: 1.6rem;
  }
  .middle_column h6 {
	font-size: 1rem;
	text-transform: uppercase;
  }
  /* .middle_column p, .middle_column li, .middle_column li a, .middle_column div, .middle_column article, .middle_column section {
	font-size: 1.125rem;
  } */
  
  .right_per_detail h2 {
	font-size: 2.3rem;
  }
  .right_per_detail h3 {
	font-size: 1.9rem;
  }
  .right_per_detail h4 {
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: -0.02em;
  }
  .right_per_detail h5 {
	font-size: 1rem;
  }
  .right_per_detail h6 {
	font-size: 0.875rem;
	text-transform: uppercase;
  }
  .right_per_detail p, .right_per_detail li, .right_per_detail li a, .right_per_detail div, .right_per_detail article, .right_per_detail section {
	font-size: 1rem;
  }


	#main_container{ padding: 5.88235294117647vw 0;}
	#main_container ul, #main_container ol{ font-size: 1rem; line-height: 1.2; color: #151210; font-weight: 400;}

	.right_column h3.toolhead{ font-size: 1.777777777777778rem; line-height: 132%; letter-spacing: -1px;}

	/* inside buttons */
	#main_container .button_container{ display: inline-block;}

	.right_content p, .right_content li{font-size: 0.8rem; line-height: 1.3; margin-bottom:1rem;}
	.right_content li, .right_content ol{margin-bottom: 0.6rem;}
	.right_column .button{ max-width: 100%; white-space: normal;}
	

	/* inside content editor images with floats */
	.middle_column .detail_padding img[style*="float:left;"]{ margin: 0 2rem 2rem 0 !important;}
	.middle_column .detail_padding img[style*="float:right;"]{ margin: 0 0 2rem 2rem !important;}

	/* inside content editor images shape and caption */
	.detail_padding img, .right_content img{ border-radius: 4px;}
	.detail_padding figure.image{ margin: 2rem 0; position: relative;}

	.detail_padding figure.image img{ display: block; width: 100%; height: auto; margin: 0 auto; position: relative; z-index: 2;} 

	.detail_padding figure.image .editor_image_container{ position: relative;}

	.detail_padding figure.image .editor_image_container::after{ content:""; position:absolute; left: 0; bottom: -0.2rem; border-radius: 3px; width: 100%; height: 50%;}

	.detail_padding figure.image .editor_image_container + .caption, .detail_padding figure.image .editor_image_container + figcaption{ margin-top: 1rem;line-height: 1.7;}

	.detail_padding figure.image .caption, .detail_padding figure.image figcaption, .inside .slideshow_caption{ font-size: 0.8888rem; color: rgba(0,0,0,0.8);}

	/* banner area */
	.banner{ position: relative; width: 100%; background: var(--color-base-1);height: 40vh; min-height: 400px;max-height: 500px;}
	.banner.has_photo{ background: #000;}
	.banner h1.page_title{ color: var(--color-overlay-1);text-align: left;}

	.banner_photo_container{ opacity: 0.5; width: 100%; position: absolute; z-index: 1; overflow: hidden; top: 0; left: 0; height: 100%;aspect-ratio: 17 / 5; -webkit-mask-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 30%); -webkit-mask-image: -webkit-linear-gradient(to right,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 30%);
	mask-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 30%);}

	.banner_photo_container img{ width: 100%; height: 100%; object-fit: cover;}
	.banner_content{ position: relative; z-index: 2; width: 90%; margin: 0 auto; text-align: center;height: 100%;}

	.banner_content{ display: flex; flex-direction: column; justify-content: center;align-items: flex-start;}

	.breadcrumbs{ margin-top: 1.5rem; display: flex; align-items: center; justify-content: center; flex-flow: wrap;position: absolute; bottom: 5px;}

	.breadcrumb_item a{ font-size: 0.7777777777777778rem; text-decoration: none; color: #fff; vertical-align: middle;}
	.breadcrumb_divide{ font-size: 0; vertical-align: middle; margin: 0 0.5rem;}
	.breadcrumb_divide svg{ height: 14px; width: auto; vertical-align: middle; opacity: 0.8;}
	.breadcrumb_divide svg, .breadcrumb_divide svg *{ fill: var(--color-overlay-1) !important;}

	/* inside page layout */
	.middle_column, .right_column{ display: inline-block; vertical-align: top;}
	.middle_column{ width: 100%;}
	.middle_column.with_right{ width: 66%;}

	.right_column{ margin-left: 12%; width: calc(22% - 7px);}

	/* inside menu */
	#inside_nav + .right_per_detail{ margin-top: 4rem;}
	#menu { font-size: 1rem;line-height: 1.28rem;}
	#menu ul{ list-style: none; margin: 0; padding: 0;}
	#menu > ul{ border-left: solid 1px #C1C7CA;}
	#menu ul li a{color:var(--gray-dark); width: 100%;}
	#menu > ul > li:first-child a{ margin-top: 0;}
	#menu > ul > li:last-child a{ margin-bottom: 0;}
	#menu ul ul{ margin-left: 1.5rem;}

	#menu ul li a{ text-decoration: none; display: inline-block; padding-left: 1.5rem;  margin: 0.75rem 0 0.75rem 0; font-size:1.1112rem;position:relative;width: 15ch;}

	#menu ul li { position: relative;}

	#menu ul li .flyout_arrow{position: absolute; right: 0; top: 12px; font-size: 0;transition: all 0.3s; padding: 0 0.3rem;transform: translateY(-50%);}

	#menu > ul > li > a:hover::after{ content: "";position: absolute;top: 0;left: 0;height: 100%;width:4px;	background: var(--color-base-1);	}

	#menu [class*="_default"],#menu [class$="_default"],#menu [class$="_default "]{font-weight: 700; color: var(--color-base-1);}

	#menu ul li li a{ font-size: 1rem; font-weight: 400;}
	#menu ul li li li a{ font-size: 0.8333333333333333rem; font-weight: 400;}

	.turn_icon > svg{transform:rotate(90deg);}

/* HOME PAGE */



	/* hero */
	.hero{ position: relative; background: #000;}
	.hero.has_hero_slideshow{display:flex; flex-direction: column;justify-content: center}

	.hero_slideshow_container, .hero_video_text_container{ position: relative; z-index: 2; padding: 0;height: 100%;display: flex; flex-direction: column; justify-content: center;}

	.hero_text_slideshow,.hero_video_text_container{width:40ch;margin: 0 max(5vw,1rem);}
	.slide_text_item{ width: 100%; text-align: left; }

	.hero_image_slideshow, .hero_video{ 
		position: absolute !important; 
		width: 100%; 
		height: 100%; 
		top: 0; 
		left: 0; 
		z-index: 0; 
		overflow: hidden;
	}


	.hero_image_slideshow *{ height: 100% !important;}
	.slide_img_item{ background-size: cover; background-position: center; background-repeat: no-repeat;}
	.hero_image_slideshow img, .hero_video video{ width: 100%; height: 100%; object-fit: cover;}

	.has_hero_video video,.hero_image_slideshow img:not(.no-slide-text){ 
		-webkit-mask-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0,0.6) 30%);
		-webkit-mask-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0,0.6) 30%);
		mask-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0,0.6) 30%);
	}

	.has_hero_video.no_hero_text video{
		mask-image: none;
		-webkit-mask-image: none;
		-webkit-mask-image: none;
	}

	h2.hero_title{ color: #fff; font-size: clamp(2.1rem,6.13vw,3.7rem);line-height:clamp(2.5rem,7vw,4rem);margin-bottom:1rem;}

	.slide_text_item p{ color: #fff;}

	.hero_nav{ position: absolute; z-index: 2; bottom: 5vh; right: 40px; display: flex; align-items: center;}
	.hero_arrow{ background: none; border: none; font-size: 0; cursor: pointer;}
	.hero_arrow svg{ height: 30px; width: auto;}
	.hero_arrow svg, .hero_arrow svg *{ fill: #fff !important;}
	.hero_arrow.hero_prev{ order: 1;}
	.hero_arrow.hero_next{ order: 3;}

	.hero_nav .slick-dots{ list-style: none; margin: 0 0.7rem; padding:0; display: flex; order: 2; align-items: center;}

	.hero_nav .slick-dots li button{ font-size: 0; background: #C1C7CA; height: 1px; width: 40px; transition: all 0.3s; border: none; cursor: pointer; display: flex; margin: 0 3px;}

	.hero_nav .slick-dots li.slick-active button, .hero_nav .slick-dots li:hover button{ height: 3px; background: var(--color-base-2);}


/* events or calendar */
	.upcoming_events > .inner{justify-content: center;}
	.event_right_wrapper{position:relative; display: flex; justify-content: space-between; width: 100%; align-items: center;}
	.event_right_wrapper .button_icon{position:relative;display: flex; flex-direction: column; justify-content: center;}
	.event_right_wrapper > .button_icon > svg *{fill:var(--color-base-1) !important;}
	.event_item:hover .button_icon > svg *{fill:var(--color-overlay-1) !important;}
	.calendar_right_container-inner{ margin:auto;}
	.calendar_right_container-inner > a{ text-decoration: none; }

	
	.calendar_right_container-inner { display: flex;flex-direction: column;justify-content: center;}
	.calendar_left_container{position:relative;display: flex;background: #000;aspect-ratio: 120/79;}
	.calendar_left_content{position:absolute;top:50%;transform: translateY(-50%);left:0;width:100%;display: flex;flex-direction: column; align-items: center;height: 60%;justify-content: space-between;}
	.calendar_left_container > img{object-fit: cover;-webkit-mask-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 70%); -webkit-mask-image: -webkit-linear-gradient(to right,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 70%); mask-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 70%);height:100%;}
	.calendar_left_content > h2{color:#fff;}
	.calendar_left_content > a:hover > .button_icon svg *, .hero_slideshow_container a.hero_link:hover svg *{
		fill: var(--color-base-1) !important;
	}

	.event_item{ box-sizing: border-box; align-items: center; box-shadow: 0 5px 10px 0 rgba(98,112,121,0.5);border-radius: 4px; border-radius: 5px; width: 83%; margin: 5px; padding: 0.8rem; position:relative;background: #fff; transition: all 0.3s;}
	.event_item:hover {background: var(--color-base-1);}
	.event_item:hover * {color: var(--color-overlay-1);}
	.event_item .date_container *{ color: #fff;}
	.event_item .date_container{ position:relative; padding: 0.5rem;width: 60px; height: 60px; display: flex; flex-direction: column; align-items: center; background: var(--color-base-1);border-radius: 4px;margin-right: 1rem;justify-content: center;}
	.event_item:hover .date_container::before{
		content:'';
		position:absolute;
		width: 100%;
		height:100%;
		border:2px solid var(--color-overlay-1);
		border-radius: 5px;
		top:0;
		left:0;
	}
	.event_item .date{ margin: 0; padding: 0; white-space: nowrap; font-weight: 400;text-transform: uppercase;font-size: 0.8rem;line-height: 1.2;}
	.event_item .date.day{font-size: 2rem;line-height: 1;}
	.event_item .event_title > a{text-decoration: none;}
	.event_item .event_title > a:hover{text-decoration: underline;}
	.event_item p.event_desc, .event_item .time{ opacity: 0.9;}
	.event_info_container{position:relative;}
	.event_info_container > h6{margin:0;}
	.event_info_container .time.small{margin:0;}


/* home story section */
	.home_story{ padding: 2.5rem 0;}
	.story_container{ justify-content: space-between;}
	.story_title_container{ width: 24.4%; padding-right: 9.8%;}
	.story_right_col{ width: 65.8%;}
	.story_subtitle{ margin: 0; padding: 0;}
	.story_buttons_container{ margin-top: 2rem;}
	.story_buttons_container.full{ margin: 0 auto;}

	.header_button, .footer_button > .button, .story_buttons_container .button:last-child{ background: transparent; border:2px solid var(--gray-dark);color:var(--gray-dark);}


	.footer_button > .button{ border-color:var(--color-overlay-1);}
	.footer_button > .button:hover{ border-color:var(--color-base-2);}

	.header_button:hover, .footer_button > .button:hover, .story_buttons_container .button:last-child:hover{ 
		background: var(--color-base-2); color: var(--color-overlay-2) !important; border:2px solid var(--color-overlay-2);}

	.story_buttons_container .button:last-child:hover > span > svg *{fill: var(--color-base-2) !important;}

	.story_buttons_container .button:first-child:hover > span.button_icon svg *{fill: var(--color-base-1) !important;}

	.story_buttons_container .button:last-child > span.button_icon svg *,.header_button > span.button_icon svg *{fill: var(--gray-dark) !important;}
	.story_buttons_container .button:last-child:hover > span.button_icon svg *,.header_button:hover > span.button_icon svg *{fill: var(--color-overlay-2) !important;}


	.footer_button > .button > span > svg *{fill: var(--color-overlay-1) !important;}
	.header_button > .button > span > svg *{fill: var(--color-base-2) !important;}

	.header_button, .footer_button > a{color:var(--color-overlay-1) !important;}
	.header_button, .footer_button > a:hover{color: #000 !important;}
	.story_buttons_container > .button + .button{ margin-left: 1.5rem;}
	.button.header_button{font-size: 1rem; padding: 0.1rem 1rem; margin-left: 1rem;}

/* Home image tiles */
	.home_tiles{ padding: 2.5rem 0; background: linear-gradient(to bottom, #fff 0%, #fff 50%, var(--color-base-2) 50%, var(--color-base-2) 100%);}

	.home_tiles_item{ position: relative; margin: 0 1rem;box-shadow: 0 5px 10px 0 rgba(98,112,121,0.5); margin-bottom: 1rem;}
	.home_tiles_item > h2{ position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); width: 90%; font-size: clamp(0.8rem,2vw,1.2rem); color: #fff; text-align: center;margin-bottom: 0.5rem;}

	.home_tiles_item::before{content: ''; width: 100%; height: 45%; position: absolute; bottom: 0; background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));border-radius: 0 0 4px 4px;}

	.home_tiles_item > .button.tiles_item_button{font-size: clamp(0.8rem,2vw,1.2rem);}

	.tiles_img{ overflow: hidden; border-radius: 4px; display: block; background: #000;object-fit: cover; width: 100%;}

	.home_tiles_carousel{	justify-content: center;}

	.tiles_img img{ display: block; width: 100%; height: auto; transition: all 0.3s;}

	.tiles_img:hover .open_tiles_icon{ opacity: 1;}

	.tiles_item_button{ position: absolute; bottom:1rem; left:50%; transform: translateX(-50%); width:90%; border-radius: 4px; padding: 0.5rem 0rem;border: none;background: transparent; }

	.tiles_item_button:hover{background: transparent; text-decoration-color: var(--color-overlay-2);color: var(--color-overlay-2);}

	/* .tiles_item_button:hover > span > svg *{fill: var(--color-overlay-2) !important;} */

	.home_tiles_item .button_icon{margin-left: 0.3rem;}
	.home_tiles_item .button_icon > svg *{fill:#fff;}

/* Home announcements / Recent News*/
	.home_announcements{ background:  var(--color-base-2); padding: 2.5rem 0 3.055555555555556rem 0;}
	.home_announcements h2 + .news_feed_container{ margin-top: 3rem; position: relative;}
	.home_announcements h2.section_title{color: var(--color-overlay-2);}

	.tel_label + a{text-decoration: none;}
	.tel_label + a:hover{text-decoration: underline;text-decoration-color: var(--color-overlay-1);}

	.news_item{ margin: 0 0.5rem; width:250px; border-radius: 4px;box-shadow: 0 5px 10px 0 rgba(98,112,121,0.5);margin-bottom: 1rem;}

	.news_item h4 a{ text-decoration: none;font-size: 1.2rem;line-height: 1.2;}
	.news_item h4 a:hover{ text-decoration: underline;}

	.news_img_container{ position: relative; display: flex; align-items: center; justify-content: center;} /** edited on 11-8-21 by WA **/
	.news_img_container.no-img{ overflow: hidden; z-index: 2; display: block; display: flex; align-items: center; justify-content: center; background: var(--gray-light); border-radius: 4px 4px 0 0;}

	.news_img_container img{ background: #fff; position: relative; z-index: 2; }  /** edited on 11-8-21 by WA **/

	.news_img_container a, .news_img_window{ overflow: hidden; aspect-ratio:3/2; width: 100%; z-index: 2; display: block; position: relative; border-radius: 4px 4px 0 0;}
	.news_img_container.no-img a{ display: flex; align-items: center; justify-content: center;}
	.news_img_container a img, .news_img_window img{ object-fit: cover;}
	.news_img_container.no-img a img{ object-fit: contain; width: auto; height: auto; max-width: 20%;}
	.news_img_container.no-img img{ background: none; padding: 0;}  
	.news_img_container img{ position: relative; z-index: 2;}
	.news_img_container > a:hover + .background_shape{ height: 100%;}
	.news_item_content{ padding: 1rem 1rem; background: #fff; height: 210px;}
	.news_item_content > h4{margin-bottom: 1rem;}

	.news_item_arrow{ position: absolute; bottom: 0; right: 0; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 0; background: var(--color-base-1); z-index: 3;}

	.news_item_arrow svg{ height: 20px; width: auto; vertical-align: middle;}
	.news_item_arrow svg, .news_item_arrow svg *{ fill: var(--color-overlay-1) !important;}

	.news_slider_nav{ display: flex; align-items: center; justify-content: center; width: 100px;position:absolute;top: -98px;right: 0;}

	.news_slider_nav > *{margin: 0 5px;right: 148px;}
	.news_arrow{ background: none; border: none; font-size: 0; cursor: pointer;}
	.news_arrow svg{ height: 30px; width: auto;}
	.news_arrow svg, .news_arrow svg *{ fill: #151210 !important;}
	.news_arrow.news_prev{ order: 1;}
	.news_arrow.news_next{ order: 3;}
	.news_arrow.slick-disabled{ opacity: 0;}

	.news_slider_nav .slick-dots{ list-style: none; margin: 0 1rem; padding:0; display: flex; order: 2; align-items: center;}

	.news_slider_nav .slick-dots li button{ font-size: 0; background: #C1C7CA; height: 1px; width: 60px; transition: all 0.3s; border: none; cursor: pointer; display: flex;}

	.news_slider_nav .slick-dots li.slick-active button, .news_slider_nav .slick-dots li:hover button{ height: 3px; background: var(--color-base-2);}


/* Homepage Statistics */
	.home_stats > .wrapper *{ color: var(--color-overlay-2);border-radius: 5px;}

	.home_stats::before{content:''; background: var(--color-base-1); width: 100%; height:50%; position: absolute; top:50%; left:0;}

	.home_stats.editor_only{ padding: 6rem 0;}

	.stats-box{background: var(--color-base-2); box-shadow: 0 5px 10px 0 rgba(98,112,121,0.5); padding: 2rem; position: relative; z-index: 2; text-align: center;margin: auto;max-width: 780px; border: 10px solid var(--color-overlay-1);}
	.stats-box *{color: var(--color-overlay-2);}

	.stats_text_container + .stats_container{ margin: 2rem 2rem 0 2rem;}
	.stats_text_container h2{padding: 0 1rem;}
	.stats_container{ justify-content: space-around; align-items: center;}
	.stat_item{ width: 25%; box-sizing: border-box; text-align: left;}
	.stat_item p{ margin-top: 0.5rem; padding: 0;}

	.stat_item h2{position: relative;}

	.stat_item h2::before{content:''; position:absolute; width:2ch; height:3px; background: var(--color-overlay-2); bottom:-0.3rem; left:0;}

	/* faculty table fix - added on 7-6-21 by WA */
	.staff_sec table{ font-size: 16px;}
	.dir-head-link{ font-weight: 600;}

	/* sidebar mini cal fix - added on 7-23-21 by WA */
	.detail_minical .calendar_grid{ font-size: 13px;}

	/* sidebar announcements expand font size fix - added on 8-27-21 by WA */
	.expand-container span{ font-size: 1rem !important; line-height: 155% !important; color: #151210 !important; font-weight: 400 !important;}

	/*font-family: 'Jost', sans-serif !important;*/

	/* added on 9-15-21 by WA - reduce font size of right sidebar calendar */
	.calendar_list{ font-size: 0.8rem;}

	.staff_sec .sort_box .sortby-select a {color: #ffffff;}
	.staff_sec .sort_box .sortby-select a:hover {text-decoration: underline!important;}
	.staff_sec .sort_box .sortby-select li {line-height: 100%!important;}
	.detail_profiles .staff_header .profile ul li a {color: #ffffff!important;}
	.detail_profiles .staff_header .profile ul li a:hover {text-decoration: underline!important;}

/* MEDIA QUERIES */

@media all and (min-width:1100px){
	
	.header_top{ padding: 0; height: 50px; display: flex;}
	
	.hero.has_hero_slideshow, .hero.has_hero_video{min-height:600px; max-height:calc(100vh - 166.375px); height: 70vh; margin-bottom: 2.5rem;}
	
	.hero_text_slideshow, .hero_video_text_container, .banner_content{margin: 0 max(11.8vw,1rem);}
	
	/* Desktop Search Form */
	
		.header_search_container{ position: relative; margin-left: 2rem;}

		.header_search_icon{ font-size: 0; background: var(--color-base-2); border: 2px solid var(--color-overlay-2) ;border-radius: 50%; display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; transition: all 0.3; cursor: pointer;}

		.header_search_icon:hover{ background: var(--color-overlay-2);border: 2px solid var(--color-base-2);}
		.header_search_icon svg{ vertical-align: middle; height: 15px; width: auto;}
		.header_search_icon svg, .header_search_icon svg *{ fill: var(--color-overlay-2) !important;}
		.header_search_icon:hover svg, .header_search_icon:hover svg *{ fill: var(--color-base-2) !important;}

		.header_search_form_container{ position: absolute; opacity: 0; top: 0; right: 45px; transition: all 0.3s; background: #fff; z-index: -1; display: flex; padding: 1rem;box-shadow: 0 5px 10px 0 rgba(98,112,121,0.5);border-radius: 4px;}

		.header_search_form_container.open{ opacity: 1; top: 0; z-index: 1;}
		.header_search_form_container legend{ display: none;}
		.header_search_form_container fieldset{ border: none; padding: 0; margin: 0;}
		.header_search_form_container input[type=search]{ padding: 10px 5px; font-family: 'Jost', sans-serif; font-size: 0.7777777777777778rem; border-color: #C1C7CA; border-radius: 3px;}

		.header_search_submit{ background: none; border: none; font-size: 0; cursor: pointer;}
		.header_search_submit svg, .header_search_submit svg *{ fill: var(--color-base-2) !important;}
}

@media all and (max-width: 1100px){
	.header_button{display:none;}
	.hero.has_hero_slideshow, .hero.has_hero_video{min-height:500px; max-height:calc(100vh - 106px);height: 70vh;}
	
	.nav_panel{ position: fixed; right: -110%; top: 0px; width: 100vw; height: 100vh; transition: all 0.3s; z-index: 1000;}
	.nav_panel.open{ right: 0;}
	html.open_nav{ overflow: hidden;}
	
	.nav_panel_content{ max-height: calc(100vh - 50px); overflow: auto;}
	
	.header_bottom_bar{ padding: 1rem 0;}
	
	.header_top, .header_search_container, .contact_label{ display: none;}
	
	.header_top .wrapper{ justify-content: center; width: 98%;}
	.header_contact_container{ width: 100%; justify-content: center;}
	.header_email, .header_phone{ max-width: 50%; overflow: hidden; text-overflow: ellipsis;}
	
	.logo{ max-width: calc(100% - 2rem - 50px);}
	
	.header_right_container{ margin-left: 0;}
	
	.mobile_top_row{ display: flex; align-items: center; justify-content: space-between; margin: 1rem auto; width: 90%;}
	
	.mobile_search_container{ width: calc(100% - 1rem - 50px);}
	.header_search_form_container{ display: flex; border: solid 1px #C1C7CA; border-radius: 3px; }
	.header_search_form_container legend{ display: none;}
	.header_search_form_container fieldset{ border: none; padding: 0; margin: 0;}
	.header_search_form_container input[type=search]{ padding: 10px 5px; font-family: 'Jost', sans-serif; font-size: 0.7777777777777778rem; border: none; width: 100%;}
	
	.header_search_submit{ background: none; border: none; font-size: 0; cursor: pointer; order: 2;}
	.header_search_submit svg, .header_search_submit svg *{ fill: var(--color-base-2) !important;}

	.header_search_form_container form{ order: 1; width: calc(100% - 2rem);}
	
	.mobile_bottom_row{ margin: 2rem 0 0 0; background: var(--color-base-1); padding: 2rem 0;}
	.utility_nav{ display: flex; flex-direction: column; margin: 0 auto; width: 90%;}
	.utility_nav a{ display: inline-block; padding: 0.25rem 0; margin: 0.25rem 0; text-decoration: none; color: var(--color-overlay-1); font-size: 1rem;}
	
	.hero.has_hero_video.no_hero_text{ padding-top: 0;}
	
	.event_item .event_desc{ display: none;}
	
	/* INSIDE PAGES */
	.middle_column.with_right{ width: calc(100% - 237px); }

	.right_column{ margin-left: 30px; width: 200px;}
	#inside_nav span.flyout_arrow{display:none;}
	
	#main_container .button{ padding-left: 1rem;}
	#main_container .button span.button_icon{ margin-left: 1rem;}
}

@media all and (min-width: 960px){
	.mobile-cal-button{display:none !important;}
	.calendar_link{display: inline-flex !important;}
	.upcoming_events > .inner {flex-direction: row !important; }
	.calendar_right_container-inner{margin-left: -64px; width: 93%; }
	.event_item{width: 100%;box-sizing: border-box;}
	.stats-box{max-width: 778px;}
	.home_stats{ position: relative; padding: 4rem 0 0 0; }
	.stat_item h2::before{left:0;}
	.footer_button{justify-content: flex-end;margin-bottom: 2.5rem;}
	.footer_links_container{justify-content: end;}
	.footer_utility_nav > li{text-align: end;}
	.calendar_left_container,.calendar_right_container{width:50%;}
	.calendar_right_container{display: flex;}
	.calendar_right_container.no_image > .calendar_right_container-inner{margin-left: 0px;}
}

@media all and (max-width: 960px){
	h2.section_title{ text-align: center;}
	.stat_item{text-align: center;}
	.stat_item h2::before{left:50%; transform:translateX(-50%);}
	.home_stats{ position: relative; padding: 4rem 0 2rem 0; }
	.footer_button{justify-content: center;margin-bottom: 2.5rem;}
	.footer_right :nth-child(1) { order: 2;}
	.footer_right :nth-child(2) { order: 3; }
	.footer_right :nth-child(3) { order: 1; margin-top: 0rem; }
	.footer_social_icons{justify-content: center;}
	
	.footer_button{ margin-top: 2rem; }
		
	.hero_image_slideshow img:not(.no-slide-text) {
		-webkit-mask-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 60%);
		-webkit-mask-image: -webkit-linear-gradient(to right,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 60%);
		mask-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 60%);
	}
	.stats-box{max-width: 440px;}
	
	.mobile-cal-button{display:block;margin:2rem 0;}
	.calendar_link{display: none;}

	.upcoming_events > .inner {flex-direction: column;  }
	.calendar_right_container{display:flex; flex-direction: column; align-items: center; }
	.calendar_right_container-inner{margin-top: -57px; width: 83%;}
	.event_item{width: -webkit-fill-available; width:100%;}
	.home_story{ padding: 3rem 0 0 0; }
	
	.story_container{ flex-direction: column; margin-bottom: 3rem; }
	.story_title_container{ width: 100%; padding-right: 0; }
	.story_title_container > h2{ text-align: center; }
	.story_right_col{ width: 100%; }
	.story_title_container + .story_right_col{ padding-top: 1rem; }
	.story_buttons_container{ display: block; text-align: center;}
	.story_buttons_container > .button + .button{ margin-left: 0; margin-top: 1.5rem;}
	
	.stats_container{ flex-flow: wrap;}
	.stat_item{ width: 50%; padding: 0.5rem;}
	.stats_text_container + .stats_container { margin: 0; }
	.stat_item > h2.section_title{font-size: 1.5rem; line-height: 1.2;}
	
	/* FOOTER */
	.footer_top > .wrapper, .footer_links_container{ flex-direction: column; justify-content: center; align-items: center;}
	.footer_utility_nav > li{text-align: center;}
	.footer_col{ text-align: center;}
	.footer_logo{ justify-content: center;}
	.footer_left + .footer_right, .footer_links_col{ margin-top: 2.5rem;}
	.footer_social_icons svg{ height: 32px;}
	.footer_social_icons a {font-size: 0; margin: 0 0.3rem;}
}

@media all and (min-width: 767px){
	#menu ul li a {width: 13vw;max-width: 198px;}
}


/* Mobile and Tablet */
@media all and (max-width: 767px){
	
	.nav_panel_content{ max-height: calc(100vh - 150px); overflow: auto;}
	
	/* INSIDE PAGES */
	.middle_column.with_right{ width: 100%;}

	.right_column{ margin-left: 0; width: 100%; margin-top: 3rem; padding-top: 3rem; border-top: solid 5px rgba(0,0,0,0.2);}
	
	/* HOME PAGE */
	.hero_slideshow_container, .hero_video_text_container{ padding: 0;}
    .hero.has_hero_video {height: 973px;}
    .hero.has_hero_video .upcoming_events {bottom: -319px; padding: 0;}
    .hero.has_hero_slideshow .hero_slideshow_container {padding: 0;}
	.hero_nav{ width: 90%;}
	.hero_nav .slick-dots{ width: 100%; justify-content: center;}
	.hero_nav{right: 50%;transform: translateX(50%);}
	.hero_text_slideshow, .hero_video_text_container{width: 90%;}

	.home_announcements{ padding: 3rem 0;}
	.news_slider_nav{ margin-top: 0;}
	.home_announcements h2 + .news_feed_container{ margin-top: 1rem;}
	.news_arrow{ padding: 1rem 0;}
	
	.news_slider_nav .slick-dots{ width: 100%; justify-content: center;}
	.news_slider_nav .slick-dots li{ max-width: 4vw; width: 100%;}
	.news_slider_nav .slick-dots li button{ width: 100%;}
	
	.tiles_slider_nav .slick-dots{ width: 100%; justify-content: center;}
	.tiles_slider_nav .slick-dots li{ max-width: 4vw; width: 100%;}
	.tiles_slider_nav .slick-dots li button{ width: 100%;}
	
	.home_tiles{ padding: 3rem 0;}
	.home_tiles h2 + .home_tiles_carousel{ margin-top: 1rem;}
	
	.home_cta{ padding: 3rem 0;}
	.cta_buttons_container > .button + .button{ margin-left: 0; margin-top: 1rem;}
	
	.story_buttons_container .button, .cta_buttons_container .button{ width: calc(90% - 2rem);}
	
	.tiles_item_button{ width: calc(100% - 1rem); padding: 0 0 0 1rem;}
	
	.button span.button_icon svg{ width: 25px;}
	
	.credits{ justify-content: center; flex-direction: column;}
	.copyright + .credit_logo{ margin-top: 1rem;}
	
	/* inside buttons */
	#main_container .button_container{ display: block; text-align: center;}
	
	/* inside nav/right col */
	#right_within{ display: flex; flex-direction: column;}
	#inside_nav{ order: 1000; width: 100%; margin-top: 3rem; padding-top: 3rem; border-top: solid 5px rgba(0,0,0,0.2);}
	
	#inside_nav + .right_per_detail{ margin-top: 0; }
}
@media all and (max-width: 600px){
	.home_tiles_carousel{flex-direction: column; justify-content: center; align-items: center;}
	.home_tiles_carousel > article{ margin: 1rem 0;}
	.home_tiles_item > h2, .home_tiles_item > .button.tiles_item_button{font-size: 1.2rem;}
	.news_slider_nav{display:none;}
	.story_right_col > .story_text{padding-right: 1rem; padding-left: 1rem;}
	.tiles_img{aspect-ratio: 1 / 1;}
	.tiles_item_button{bottom:2rem;}
}

/* SM 3.0 CSS */
.tool_content, #inside_nav { font-family: var(--font-dm);}
.sm3_header_right .account_info a{ font-weight: 500;}
#sm3_body footer{ background: none !important; padding: 0; border: none !important;}
#sm3_body .page_heading_row h1{ font-family: inherit; text-transform: none;}
#sm3_body .main-section{ border: none !important;}

/* Tool Headings */
	h3.toolhead{ margin-bottom: 2rem;font-weight:700;color:var(--color-base-1);}

/* CK Content Editor 
	.too(l-content: views tool content before clicking to edit the tool
		- cannot hover over individual words, therefore no hover state defined for anchor
	.ck-content: views tool content after clicking to edit the tool
*/
/* Font Styles - Headings */
h1,h2,h3,h4,h5,h6,
.ck-content h1, .tool_content h1,
.ck-content h2, .tool_content h2,
.ck-content h3, .tool_content h3,
.ck-content h4, .tool_content h4,
.ck-content h5, .tool_content h5,
.ck-content h6, .tool_content h6
{	margin: 0; 
	padding: 0;
	font-family: 'Inter', sans-serif; 
	color: hsl(0, 1%, 23%); 
	margin-bottom: 1rem; 
}

/* Anchor NOT (button OR Directory heading)*/
.ck-content a:not(.button,.dir-head-link), .tool_content a:not(.button,.dir-head-link){ 
	text-decoration: underline; 
	text-decoration-thickness: 2px ;
	text-decoration-color: var(--color-base-1); 
	text-underline-position: under; color: var(--color-base-1); 
	transition: all 0s ease-out; 
	font-weight: 400;
}
.ck-content a:not(.button):hover{ 
	text-decoration-color: var(--color-base-2); 
}

/** Quotes **/
.ck-content blockquote, .tool_content blockquote, blockquote{ 
	display: block; 
	background: rgba(var(--color-rgb-1),0.15); 
	padding: 1.5rem 1.5rem 1.5rem 2rem !important; 
	border-left: none !important;
	margin: 0 !important;
	font-style: italic; 
}
.ck-content blockquote p, .tool_content blockquote p,  blockquote p{ margin: 0;}
.ck-content p + blockquote,.tool_content p + blockquote{padding-top:0 !important;}
.ck-content blockquote > *, .tool_content blockquote > *, blockquote > *{ 
	font-size: 1.22rem !important; 
	line-height: 136% !important; 
	font-family: var(--font-inter) !important;
}

/* lists */
.ck-content ul li, .ck-content ol li{margin: .25rem;}

a.sm3_tool_handle{
	text-decoration: none !important;
	font-weight: 400 !important;
	&:hover{
		text-decoration: none !important;
	}
}
.ck-content .button:hover{
    text-decoration: none !important;
}

.sr-only{
border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;}
