/**** Main Stylesheet for OLYMPIA ***/


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=DM+Serif+Display&display=swap');
@import '../../_common/css/accred_logo.css';

	:root{
		--font-dm: 'DM Sans', sans-serif;
		--font-serif: 'DM Serif Display', serif;

		--gray-dark: hsl(0, 1%, 23%);
		--gray-mid: hsl(0, 1%, 53%);
		--gray-light: hsl(0, 1%, 83%);

		--color-base-1: #af0000; 
		--color-rgb-1: rgb(175,0,0); 
		
		--color-base-2: #946929; 
		
		--color-overlay-1: #ffffff; 
		--color-overlay-2: #ffffff; 
	}

/* Screen Reader Only class */
.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;
}


	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-serif);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.2vw,2rem); line-height: 1.2;  font-weight:400; }
	h4{ font-size:clamp(1.112rem,1.7vw,1.8rem); line-height: 1.8rem; font-weight:400; }
	h5{ font-size: 1.35rem; line-height: 1; font-weight: 400; }
	h6{ font-size: 1.125rem; line-height: 1; font-weight: 400; text-transform: uppercase;}

	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.8333333333333333rem; 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 **/
	.inside a, 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 0.3s; font-weight: 400;}
	.inside a:hover, 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-serif) !important;
}

/* Buttons */

.button {
    display: inline-flex;
    text-decoration: none;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 1.2rem;
    background: var(--color-base-1);
	border: 2px solid var(--color-base-1);
    transition: all 0.3s;
    color: var(--color-overlay-1);
    font-size: 1rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
}

	.button span.button_icon {
		font-size: 0;
		margin-left: 1rem;
		padding: 1rem;
		border-left: 2px solid rgba( 255,255,255, 0.5);
		display: flex;
		align-items: center;
	}

	.button span.button_icon svg, .button span.button_icon svg * {
		fill:var(--color-overlay-1) !important;
	}

	.button:hover{ background:var(--color-overlay-1); color:var(--color-base-1);}
	.button:hover span.button_icon svg, .button:hover span.button_icon svg * {
		fill:var(--color-base-1) !important;
	}
	.button:hover span.button_icon {
		border-left: 2px solid var(--color-base-1);
	}


	a.long_arrow_link{text-decoration: none;font-size: 1rem;}
	a.long_arrow_link > span{ vertical-align: text-top; margin-left: 10px;}
	a.long_arrow_link > span svg{height: 1rem;}
	a.long_arrow_link:hover{font-weight: 700;}

/********* HEADER *********/

	header{ position: relative; z-index: 999; margin: 0; padding: 0;}
	header .wrapper{ max-width: 100%;}

	.header_top{ background: #fff; padding: 0.5rem 0; font-family: var(--font-dm); border-bottom:1px solid var(--gray-light);}

	.header_top span, .header_top a{ color:#000; font-weight: 500;}

	.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 { margin-left: 1rem;}

	.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: 400;}
	.contact_label > p{ display: inline;}
	.header_right_container{ display: flex; align-items: center; margin-left: 2rem;}

	.logo{ font-size: 0; min-width: 190px; display: flex;}
	.logo a{ display: flex;}
	.logo img{ max-height: 60px; max-width: 100%} 

	.nav span.button_icon svg{ height: 8px; width: auto; vertical-align: middle;}
	.nav span.button_icon svg { fill: var(--color-base-2) !important;}
	#menu [class^="has_children"] > ul {display:none;}

	.nav_panel{ position: relative; background: #fff; }

	.header_logo { text-decoration:none; }
	.header_logo .fallback_logo{ color: var(--color-base-1); margin: 0; font-size: clamp(1.444rem, 2.2vw, 2rem); line-height: 1.2; font-weight: 400; font-family: var(--font-serif);}



/********* FOOTER **************/
	
	footer{ position:relative; background: var(--color-base-1);}

	.footer_title{color: var(--color-overlay-1); font-family: var(--font-dm); font-weight: 700; opacity:0.8; text-transform:uppercase;}

	.fstory_text_container > p {color: var(--color-overlay-1);}
	.footer_social_icons > a{width: auto; height: 25px; color: var(--color-overlay-1)}
	.footer_social_icons > a svg{height: 18px; width: auto;}

	.calshow img{width:100%;}

	.calshow_arrow.calshow_prev, .hero_arrow.hero_prev, .calshow_arrow.calshow_next, .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.3; cursor: pointer;}

	.calshow_arrow.calshow_prev, .calshow_arrow.calshow_next, .hero_arrow.hero_prev, .hero_arrow.hero_next { background: var(--color-base-1);}
	.news_arrow.news_prev,.news_arrow.news_next{ background: var(--color-base-1);}
	.hero_arrow.hero_prev:hover, .hero_arrow.hero_next:hover,.news_arrow.news_prev:hover, .news_arrow.news_next:hover, .calshow_arrow.calshow_prev:hover, .calshow_arrow.calshow_next:hover{ background: var(--color-overlay-1); border:2px solid var(--color-base-1);}
	.calshow_arrow.calshow_prev svg, .calshow_arrow.calshow_next 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;}

	.footer_social_icons > a > svg *, .calshow_arrow.calshow_prev svg *, .calshow_arrow.calshow_next svg *, .hero_arrow.hero_prev svg *, .hero_arrow.hero_next svg *, .news_arrow.news_prev svg *, .news_arrow.news_next svg *{ fill: var(--color-overlay-1) !important;}

	.calshow_arrow.calshow_prev:hover svg *, .calshow_arrow.calshow_next: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-base-1) !important;}

	.footer_top{ padding: 4rem 0;position: relative;}
	.footer_top > .wrapper > article{ justify-content: space-between; gap:2rem;}

	.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);}/* 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-base-2) !important;}
	.contact_info .address_line{ display: block;}

	.footer_logo + address{ margin-top: 2.5rem;margin-left: 1rem;}
	.footer_col{width: 33.33333%;}

	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;}

	.phone + .email{ margin-top: 0.75rem;}
	.tel_label {margin-right: 5px;font-size: 1rem;color: var(--color-overlay-1);font-weight: 700;}

	.footer_col h6{ color: var(--color-overlay-1); opacity: 0.8; margin-bottom: 0.5rem;}
	.footer_social_icons{ justify-content: flex-end; margin-top: 2rem; }
	.footer_social_icons a{ font-size: 0; margin: 0 0.3rem; }
	.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 **************/


.sweet-alert.sitewide-alert > p{width:100%;}
.sweet-alert.sitewide-alert > p .button{padding: 0.3rem 0.7rem;}

	#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;}
	
	/* Slideshow */
	/* .inside .cycle_inner.cycle-slide{position:relative;} */
	/* .inside .cycle_inner.cycle-slide::after{content: "";position:absolute;bottom:9px;right:0;width:90px;height:15px;background-color: var(--color-base-2);} */

	/* 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;}

	.middle_column ul li, .middle_column ol li,
	.right_content ul li, .right_content ol li
	{
		margin: .25rem;
	}
	
	.inside_page iframe {
		width: 100%;
	}	

	.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: 200px;max-height: 500px; aspect-ratio: 1680 / 383;}

	.banner .page_desc{width: max(350px,30vw); text-align: left; color: var(--color-overlay-1);}
	.banner.has_photo .page_desc{color: #000;}

	.banner.has_photo{ background: #fff;}

	.banner h1.page_title{ color: var(--color-overlay-1);text-align: left;font-size: 2.5rem;}
	.banner.has_photo h1.page_title{ color: #000;}

	.banner_photo_container{ width: 100%; position: absolute; z-index: 1; overflow: hidden; top: 0; left: 0; height: 100%;aspect-ratio: 1680 / 383; opacity: 0.2;}

	.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: 0.8rem; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;position: relative; }

	.breadcrumb_item a{ font-size: 0.7778rem; text-decoration: none; color: var(--gray-dark); vertical-align: middle;}
	.breadcrumb_item a:hover{ color: var(--color-base-1); }
	.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-base-2) !important;}
	.breadcrumb_item{ margin-top: -3px; }

	/* 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;}
	#menu ul li a:not(.ln):hover, #menu ul li a:not(.ln_default):hover{ text-decoration: underline; }
	#menu ul li a.ln:hover, #menu ul li a.ln_default:hover{ text-decoration: none; }

	#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 **************/

h2.section_title{ text-align: left;}

	/* hero */
	.calshow{aspect-ratio: 1680 / 510;}
	.calshow, .hero{ position: relative; background: #fff;}
	.calshow.has_hero_slideshow,.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: start;}

	.hero_text_slideshow,.hero_video_text_container{width:60ch;margin: 2rem max(5vw,1rem);align-self: center;max-width: 90%;}
	.slide_text_item{ width: 100%; text-align: center; }
	.hero.has_hero_video.no_hero_text{ padding-top: 50vh;}

	.hero_image_slideshow, .hero_video{ position: absolute !important; width: 100%; height: 100%; top: 0; left: 0; opacity: 1; 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;}

	.hero_image_slideshow img:not(.no-slide-text){ 
		-webkit-mask-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 10%,rgba(0, 0, 0, 0.4) 40%,rgba(0, 0, 0, 1) 100%); 
		-webkit-mask-image: -webkit-linear-gradient(to bottom,rgba(0, 0, 0, 0) 10%,rgba(0, 0, 0, 0.4) 40%,rgba(0, 0, 0, 1) 100%); 
		mask-image: linear-gradient(to bottom,rgba(0, 0, 0, 0) 10%,rgba(0, 0, 0, 0.4) 40%,rgba(0, 0, 0, 1) 100%); 
	}

	h2.hero_title{ font-size: clamp(2.1rem,5.13vw,2.7rem); line-height:clamp(2.5rem,6vw,3rem); margin-bottom:1rem; }


.hero.has_hero_video {border-bottom: 1px solid var(--gray-light);}
.hero.has_hero_video .hero_video_text_container{justify-content: end;}
.hero.has_hero_video .slide_text_item{margin-bottom: 1rem;}
.hero.has_hero_video video{
	mask-image: linear-gradient(to top,rgba(0, 0, 0, 0) 10%,rgba(0, 0, 0, 0.4) 40%,rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(to top,rgba(0, 0, 0, 0) 10%,rgba(0, 0, 0, 0.4) 40%,rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: -webkit-linear-gradient(to top,rgba(0, 0, 0, 0) 10%,rgba(0, 0, 0, 0.4) 40%,rgba(0, 0, 0, 1) 100%);
}
.hero.no_hero_text video{
	mask-image: none;
    -webkit-mask-image: none;
    -webkit-mask-image: none;
}

	.slide_text_item p, .slide_text_item .hero_title{ color: #000; text-align: center;}

	.calshow_nav, .hero_nav{ position: absolute; z-index: 2; bottom: 5vh; left: 50%; display: flex; align-items: center;transform: translateX(-50%);}

	.hero_nav{ position: absolute; z-index: 2; bottom: 5vh; left: 50%; display: flex; align-items: center;transform: translateX(-50%);}	

	.calshow_nav, .hero_nav{ position: absolute; z-index: 2; bottom: 5vh; left: 50%; display: flex; align-items: center;transform: translateX(-50%); 
		background: rgba(255,255,255,0.8); padding: 0.8rem 1.3rem; border-radius: 2rem;}

	.calshow_arrow, .hero_arrow{ background: none; border: none; font-size: 0; cursor: pointer;}
	.calshow_arrow svg,.hero_arrow svg{ height: 30px; width: auto;}
	.calshow_arrow svg *, .hero_arrow svg, .hero_arrow svg *{ fill: var(--color-overlay-1) !important;}
	.calshow_arrow.calshow_prev, .hero_arrow.hero_prev{ order: 1;}
	.calshow_arrow.calshow_next,.hero_arrow.hero_next{ order: 3;}

	.calshow_nav .slick-dots,.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, .calshow_nav .slick-dots li button{border-color: var(--color-base-1);}

	.slick-dots li button{ font-size: 0; background: transparent; height: 12px; transition: all 0.3s; 
		border: 2px solid var(--color-overlay-1); border-radius:50%; cursor: pointer; display: flex; margin: 0 4px; padding:6px;}

	.slick-dots li.slick-active button, .slick-dots li:hover button{ background: var(--color-overlay-2);}

	.hero_nav .slick-dots li.slick-active button, .hero_nav .slick-dots li:hover button, 
	.calshow_nav .slick-dots li.slick-active button, .calshow_nav .slick-dots li:hover button{ background: var(--color-base-1);}



/* events or calendar */
	.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-2) !important;}

	.events_container{ position: relative; z-index: 2;display:flex;}

	.calendar_left_container{position:relative;display: grid;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%);}

	.calendar_left_content > h2{color:#fff;}
	.events_container > .wrapper{z-index: 3;}

	.event_item{ align-items: center; width: 90%; margin: auto; padding: 0.8rem; position:relative;}

	.calshow_events{position:relative;}

	.calshow_events a:hover {background-color: var(--color-base-1);}
	.calshow_events a:hover .event_info_container *{color: var(--color-overlay-1);}
	.calshow_events a:hover .date_container::before{
		content:"";
		position: absolute;
		top: 0;
		left:0;
		width:100%;
		height:100%;
		border: 2px solid var(--color-overlay-1);
		border-radius: 5px;;
	}

	.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 .date{ margin: 0; padding: 0; white-space: nowrap; font-weight: 700;text-transform: uppercase;font-size: 0.8rem;line-height: 1.2;font-family: var(--font-dm);}

	.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.8;} */
	.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_title_container > .section_title {position: relative;margin-bottom: 2rem;}
	.story_title_container > .section_title::before {
		content: "";
		position: absolute;
		width: 80%;
		height: 20%;
		background: var(--color-base-2);
		bottom: -28px;
		clip-path: polygon(2% 50%, 0 37%, 100% 35%, 0 63%);
	}
	.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;}
	

	 .story_buttons_container .button:last-child{ background: #fff; border:2px solid #000; 
		color: #000;}

	.home_tiles .slick-slide {display: inline-flex!important;}

	 .footer_button .button{ background: #fff; border:2px solid var(--color-overlay-2); color: #000;}

	 .footer_button > .button > span.button_icon, .story_buttons_container .button:last-child > span.button_icon{ border-left:2px solid #000; color: var(--color-overlay-2);}

	 .footer_button > .button > span.button_icon{ border-left:2px solid var(--color-overlay-2); color: var(--color-overlay-2);}

	.footer_button > .button:hover, .story_buttons_container .button:last-child:hover{ background: var(--color-base-2);border-color: var(--color-overlay-2); color: var(--color-overlay-2); }

	.footer_button > .button:hover > span.button_icon, .story_buttons_container .button:last-child:hover > span.button_icon{ border-left:2px solid var(--color-overlay-2);}

	 .footer_button > .button > span.button_icon > svg *, .story_buttons_container .button:last-child > span.button_icon > svg *{ fill: #000 !important;}

	.footer_button .button:hover span.button_icon svg *, .story_buttons_container .button:last-child:hover > span > svg *{fill: var(--color-overlay-2) !important;}

	.story_buttons_container > .button + .button{ margin-left: 1.5rem;}


/* Statistics Intro Video or Image*/

section.statistics .wrapper{padding: 20px 0px;}
.stats_intro { margin: auto; display: flex; justify-content: center; width:100%; max-width: 664px; border-radius: 4px; overflow: hidden; aspect-ratio: 1080 / 512; box-shadow: 0 5px 10px 0 rgba(98,112,121,0.5);}
.stats_intro a{position: relative;display: block;display: flow-root;}
.stats_intro video{aspect-ratio: 1080 / 512; width: 100%; height: 100%;object-fit:cover; object-position:center;}
.stats_intro a span.play_btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; background: #fff; padding: 2rem; border-radius: 8%; opacity: 0.9; transition:all 0.3s;}
.stats_intro a span.play_btn > svg{ width:30px; height:35px; }
.stats_intro a span.play_btn > svg *{fill:#000 !important;}
.stats_intro a span.play_btn:hover > svg *{fill:var(--color-base-1) !important; }
.home_stats{padding-bottom: 2.5rem;}


/* Home image tiles */
/*	.home_tiles{padding: 2.5rem 0;}*/
/*	.home_tiles > .wrapper{justify-content: center;}*/

/*margin: 0 1rem*/
	.home_tiles {
		background: var(--color-base-2);
		padding: 2.5rem 0 3.055555555555556rem 0;
	}
	.home_tiles_item{ aspect-ratio: 290 / 406; border-radius: 4px; overflow: hidden; box-shadow: 0 5px 10px 0 rgba(98,112,121,0.5); margin-bottom: 15px;}
	.tile_sec_title, .tile_sec_text{color: var(--color-overlay-2);}
	.left_tile_group .long_arrow_link{color: var(--color-overlay-2);}
	.left_tile_group .long_arrow_link span svg g path{stroke: var(--color-overlay-2);}


	.tiles_img{ display: block;;object-fit: cover; object-position: center; width: 100%; height: 100%;}

/*	.home_tiles_slideshow{	justify-content: center; width:300px;}*/
/*	.left_tile_group{width: 25ch; padding-right: 2rem; display:flex; flex-direction:column; justify-content: center;padding-left: 1rem;}*/

	.tiles_img img{ display: block; width: 100%; height: auto; transition: all 0.3s;}
	.tiles_img:hover .open_tiles_icon{ opacity: 1;}

/* OMIT
	.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; text-decoration: underline; text-decoration-color: var(--color-base-2);}

	.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 .tile_nav > ul{list-style: none;display:flex; justify-content: center;align-items: center;padding: 0;}
	.home_tiles .tile_nav > ul > li{display:flex; justify-content: center;align-items: center;}


/* Home announcements / Recent News*/
	.home_announcements{ background:  #fff; padding: 2.5rem 0 3.055555555555556rem 0;}

	.news_feed_container{display: flex; flex-wrap: wrap;justify-content: center;  margin-top: 3rem; position: relative; gap: 1rem;}

	.tel_label + a{text-decoration: none;}
	.tel_label + a:hover{text-decoration: underline;text-decoration-color: var(--color-overlay-1);}

	.news_item > *{text-decoration: none;}
	.news_item .news_item_title {margin-bottom: 0.3rem;}
	.news_item .news_item_title a{ text-decoration: none;color:#fff;font-family: var(--font-dm);font-weight: 700;}

	.news_item p{ color:#fff;font-family: var(--font-dm);line-height: 1.3; font-size: clamp(12px,1.2vw,18px);margin: 0;}
	.news_item .news_item_title 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: flex; flex-direction: column; align-items: center; justify-content: flex-start;}

	.news_img_container.no-img > img{object-fit: contain;height: 20%;width: 20%;opacity: 1; align-self: end;}

	.news_item:not(.no-img) > img{-webkit-mask-image: linear-gradient(to top,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 70%); mask-image: linear-gradient(to top,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 70%);}

	.news_feed_container a{position:relative; width: 100%;}
	.news_feed_container a:hover::after{
		content:"";
		position: absolute;
		top: 0;
		left:0;
		width:97%;
		height:95%;
		border: 6px solid var(--color-base-1);
		border-radius: 5px;
		z-index: 2;
	}

	.news_img_window{ overflow: hidden; aspect-ratio:525/320; width: 100%; height: 100%; z-index: 2; display: block; position: relative; border-radius: 4px; max-height: 320px;background: #000;}

	.news_img_container a img, .news_img_window img{ object-fit: cover; position:relative; width: 100%; height: 100%;opacity: 0.8;}

	.news_img_container.no-img a img{ object-fit: normal; width: auto; height: auto; max-width: 90%;}
	.news_img_container.no-img img{ background: none; padding: 0; margin-top: 1rem;}  
	.news_img_container img{ position: relative; z-index: 2;}
	.news_img_container > a:hover + .background_shape{ height: 100%;}
	.news_item_content{ padding: clamp(1rem,2vw,1.5rem); position:absolute;bottom:0;left:0; }
	.news_item_content .news_item_title{font-size: clamp(1.2rem,1.2vw,1.8rem); color:#fff;}
	.news_desc > span{font-style: normal;text-transform: uppercase;margin-left:5px;font-size: 80%;}

	.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.editor_only{ padding: 6rem 0;}
	.stats-box{padding-bottom: 0.5rem; position: relative; z-index: 2; text-align: center;margin: auto;max-width: 780px;border-bottom: 1px solid var(--color-base-2);}
	.stats_text_container + .stats_container{ margin: 2rem 2rem 0 2rem;}
	.stats_container{ justify-content: space-around; }
	.stat_item{ width: 25%; box-sizing: border-box; text-align: left;}
	.stat_item p{ margin: 0; padding: 0;text-align: center;font-size: 1rem;}
	.stat_item h2{ text-align: center; color: var(--color-base-1); font-family: var(--font-dm); font-weight: 700; margin:0; font-size: 2rem;}

/*calshow*/
	.events_container > .wrapper{margin-bottom: 2rem;}
	.calshow_events{width:100%;border-bottom: 1px solid var(--gray-light);margin-bottom: 2rem;}
	.calshow_events >* { text-decoration: none;}

	/** 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; }

	/* 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: 35px; display: flex;}
	.header_bottom_bar > .wrapper{ align-items: center; justify-content: center; flex-direction: column;}
	.logo{ padding: 1.5rem 0 0.5rem 0; display: flex; justify-content: center;}
	.nav_panel_content{margin-bottom: 0.5rem;}
	.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{margin: 0 auto 2rem;}
	
	/** Desktop Search Form **/
	
		.header_search_container{ position: relative; margin-left: 1rem; align-self: start; margin-top: 0.2rem;}
		.header_search_icon{ font-size: 0; border-radius: 50%; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; transition: all 0.3; cursor: pointer;}
		.header_search_icon svg{ vertical-align: middle; height: 15px; width: auto;}
		.header_search_icon svg, .header_search_icon svg *{ fill: var(--gray-dark) !important;}
		.header_search_icon:hover svg, .header_search_icon:hover svg *{ fill: var(--color-base-1) !important;}
		.header_search_form_container{ position: absolute; opacity: 0; top: 0; right: 0; transition: all 0.3s; background: #fff; z-index: -1; display: flex; padding: 1rem;}
		.header_search_form_container.open{ opacity: 1; top: calc(100% + 2rem);box-shadow: 0 5px 10px 0 rgba(98,112,121,0.5); border-radius: 4px;}
		.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: var(--font-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-1) !important;}
}

@media all and (max-width: 1100px){
	.hero.has_hero_slideshow, .hero.has_hero_video{min-height:500px; max-height:calc(100vh - 106px);height: 70vh}
	.header_bottom_bar > .wrapper{ align-items: center; justify-content: space-between; }
	
	.logo{ padding: 0;}
	.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_search_container{ display: none;}
	.header_top .quicklinks_container{ 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: var(--font-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;}
	
	/* events */
	.event_item .event_desc{ display: none;}
	
	/** INSIDE PAGES **/
	.middle_column.with_right{ width: calc(100% - 237px); }
	.right_column{ margin-left: 30px; width: 200px;}

	#main_container .button{ padding-left: 1rem; white-space: normal; }
	#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;}
	.events_container {flex-direction: row !important;}
	.events_container > .wrapper{ justify-content: center; margin-top:0;z-index:3;flex-direction: column; align-items: center;}
	.calshow_events >* { width: 33.33333%; }
	.calshow_events{display:flex;}
	.stat_item h2::before{left:0;}
	.footer_button{justify-content: flex-end;margin-bottom: 2rem;}
	.footer_links_container{justify-content: flex-end;flex-direction: column;align-self: flex-end;}
	.footer_right .accreditation{ display:none;}
	.footer_center{padding-left:2rem;}
}

@media all and (max-width: 960px){
	.stat_item{text-align: center;}
	.stat_item h2::before{left:50%; transform:translateX(-50%);}
	.home_stats{ position: relative; padding: 1rem 0 2rem 0; }
	
	.footer_button{justify-content: center;margin-bottom: 2.5rem;}
	.footer_center .footer_title { margin-top: 2rem; }
	.fstory_text_container{ max-width: 80%; margin: auto;}
	.footer_social_icons{justify-content: center; margin-top: 2rem;}
	.footer_col{width:100%;}
	.footer_left .accreditation{ display:none;}
	/* .footer_right .accreditation { justify-content: center; margin-top: 2rem;} */
	.footer_center .footer_title{margin-top: 0rem;}
	
	.mobile-cal-button{display:block;margin:2rem 0;}
	.calendar_link{display: none;}

	.events_container {flex-direction: column;}
	.events_container > .wrapper{ flex-direction: column;align-items: center;}
	
	.home_story{ padding: 3rem 0 0 0; }
	.story_container{ flex-direction: column; margin-bottom: 3rem; }
	.story_title_container{ width: 100%; padding-right: 0; }
	.story_right_col{ width: 100%; }
	.story_title_container + .story_right_col{ padding-top: 1rem; }
	.story_buttons_container{ display: block; }
	.story_buttons_container > .button + .button{ margin-left: 0; margin-top: 1.5rem;}
	.stats_container{ flex-flow: wrap;}
	.stat_item{ width: 50%; padding: 1.5rem;}
	
	/*** FOOTER ***/
	.footer_top > .wrapper > article, .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;}
}


@media all and (min-width: 767px){
	.home_tiles > .wrapper{	display:flex; justify-content: center;}
	.left_tile_group{width:60%;display: flex;justify-content: flex-end;align-items: center;}
	.right_tile_group{width:40%;}
	.left_tile_group_inner{width:60%; margin-right: 4rem;}
	.home_tiles_item{aspect-ratio: 290 / 406 !important; max-width: 290px; margin: 15px;}
	.news_feed_container{flex-wrap: nowrap;}
	#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;}
	.home_tiles .slick-slide {display: block!important;}
	
	/** 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 .events_container {bottom: -319px; padding: 0;}
    .hero.has_hero_slideshow .hero_slideshow_container {padding: 0;}
	.calshow_nav, .hero_nav{ width: 90%;}
	.calshow_nav .slick-dots, .hero_nav .slick-dots{ width: 100%; justify-content: center;}
	.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;}
	
	.left_tile_group{width: 100%;}
	
	.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%;}
	
	.tile_nav .slick-dots{ margin-bottom: 0;}
		
	.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;}
	
	/* 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; }
	
	/* .home_tiles_slideshow{display:flex;align-items:center;}	
	.home_tiles_slideshow > img{margin:auto;} */


	.home_tiles_item{aspect-ratio: auto;box-shadow: none;}
	.tiles_img{width:auto;height:auto;margin:auto;}

	.tile_sec_text{margin-bottom: 10px !important;}
	.long_arrow_link_wrapper{margin-bottom: 15px;}
}

@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 > .button.tiles_item_button{font-size: 1.2rem;}
	.news_slider_nav{display:none;}
	.tiles_item_button{bottom:2rem;}
	.header_phone{max-width: 90%;}
	.stats-box{max-width: 440px;}
	.calendar_slideshow img{ aspect-ratio: 3 / 2; object-fit: cover; }
}

@media all and (min-width:600px){
	.stats-box{max-width: 664px;}
}

/* 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);}

/* buttons - modified for SM3 since arrow icon not possible*/
.ck-content .button {
    padding: 0 1.5rem;
	line-height: 3;
}


/** Headings' Levels**/
.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: var(--font-serif);
	color: var(--gray-dark);
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

/** 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;}

/* Tool handle */
a.sm3_tool_handle{
	text-decoration: none !important;
	color: inherit;
	font-weight: 400 !important;
	&:hover{
		text-decoration: none !important;
	}
}

/* Remove underline on button */
.ck-content .button, .tool_content .button{
    text-decoration: none !important;
	color: #fff !important;
}
.ck-content .button:hover{
    text-decoration: none !important;
	color: rgb(var(--color-base-1)) !important;
}

/* Site-wide Alert Button */
.swal2-html-container a{
	padding: 0 1.2rem;
}


body.sm3_body a, .sm3_edit_tool_header_row a{
	text-decoration: none;
	color: inherit;
}
.ck-content p, .tool_content p{
	line-height: 1.54;
}

.inside .button{
	color: var(--color-overlay-1) !important;
	text-decoration: none;
}

.inside .button:hover{
	color: var(--color-base-1) !important;
	text-decoration: none;
}

/* Anchor Directory Heding)*/
.inside a.dir-head-link{
	color: var(--color-overlay-1) !important;
}
