/** CSS for Emory Signature Theme **/

/** CSS Imports **/

/** Fonts **/
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700,700i|Montserrat:300,300i,400,500,500i,700,800&display=swap');
@import '../../_common/css/accred_logo.css';
/**

font-family: 'Merriweather', serif;
font-family: 'Montserrat', sans-serif;

**/

/** Color Variables **/

html, body{ margin: 0; padding: 0; font-size: 113%; font-family: 'Montserrat', sans-serif;}

main{margin:0;}

#page{ overflow-x: hidden; overflow-y: auto;}

/* #page{ display: none;} */

/** General Font Styles **/
p{ font-size: 1rem; line-height: 178%;}
a{ text-decoration: none;}

.inside_page a{ font-weight: 700; color: #000;}


.inside_page ul, .inside_page ol{ font-size: 1rem; line-height: 178%;}

h1{ font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 3.05rem; letter-spacing: 0.01em;}
h2{ font-family: 'Merriweather', serif; font-weight: 700; font-size: 2.333rem; color: var(--color-base-1);}
h3{ font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.8889rem; letter-spacing: 0.01em; color: var(--color-base-1);}
h4{ font-family: 'Merriweather', serif; font-weight: 700; font-size: 1.38889rem; line-height: 168%; letter-spacing: 0.075em; color: var(--color-base-1);}
h5, .tool_headline1{ font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.44rem; letter-spacing: 0.025em; color: var(--color-base-1);}
h6, .tool_headline2{ font-family: 'Montserrat', sans-serif; font-weight: 500; font-style: italic; font-size: 1.2222rem; color: var(--color-base-1);}

fieldset{ border: none;}

blockquote{ font-family: 'Montserrat', sans-serif; font-weight: 500; font-style: italic; font-size: 1.333rem; letter-spacing: 0.025em; background: var(--color-base-1); border-bottom: solid var(--dark-accent) 0.88889rem; margin: 3.888rem 0; padding: 2rem; color: #ffffff; line-height: 179%;}
blockquote *{ font-family: 'Montserrat', sans-serif !important; font-weight: 500 !important; font-style: italic !important; font-size: 1.333rem !important; letter-spacing: 0.025em !important; line-height: 179% !important; margin: 0; padding: 0; color: #ffffff !important; color: var(--color-overlay-1) !important;}

h3.toolhead{ margin: 0;background: var(--color-base-1); border-bottom: solid var(--dark-accent) 0.4561111rem; padding: 1rem 2rem; color: var(--color-overlay-1);}

/** General **/
.wrapper{ margin: 0 auto; max-width: calc(100% - 7rem);}
.flex_wrapper{ display: flex;}

/** buttons **/
a.button{ 
	display: inline-block; 
	font-size: 1rem; 
	color: #fff; 
	color: var(--color-overlay-1); 
	font-weight: 800; 
	letter-spacing: 0.1em; 
	border: solid #fff 2px; 
	padding: 1rem 2.5rem; 
	text-transform: uppercase; 
	text-align: center; 
	margin: 0; 
	background: var(--color-base-1);
	border: 2px solid var(--color-base-1) !important;
	transition: all 0.3s ease-out;
}
a.button svg{
	margin-left: 7px;
	transition: all 0.3s ease-out;
 }

a.button svg *{
	fill: #fff;
	transition: all 0.3s ease-out;
 }

a.button:hover{ 
	text-decoration: none !important;
	background-color: var(--color-overlay-1) !important;
	border: 2px solid var(--color-base-1) !important;
    color: var(--color-base-1) !important;
}
a.button:hover svg *{
	fill: var(--color-base-1);
 }
 a.button:hover svg{
	transform: translateX(7px);
 }

/**** HEADER ****/

header{ position: fixed; top: 0; left: 0; right: 0; margin: 0 auto; width: 100%; display: flex; z-index: 9990; padding: 0;}

.remove-sticky{ position:relative; top: auto; left: auto; right: auto; }


#logo{ background-color: var(--color-base-1); display: flex; justify-content: center; align-items: center; width: 20%; min-width: 10rem;}
#logo.backup_logo{ background-color: #fff;}
#logo a{ font-size: 0px; text-align: center;}
#logo img{ max-width: calc(100% - 2rem); padding: 0 1rem; max-height: 115px;}
#logo .text_logo, .footer_text_logo {font-family: 'Merriweather', serif; font-weight: 400; font-size: 2rem; color: var(--color-base-1);}

.header_right{ width: 80%;}

/* .header_top, .header_bottom{ } */

.header_top{ background-color: var(--dark-accent); display: flex; align-items: center; justify-content: flex-end; z-index: 2; position: relative;}
.header_bottom{ position: relative; z-index: 1;}

.mobile_nav_button{ display: none; cursor: pointer;}
.mobile_nav_button svg{ height: 2rem; padding: 1rem;}

/* utility nav */
.utility_nav{ margin: 0; padding: 0; list-style: none; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }
.utility_nav li{ font-size: 1rem; color: #ffffff; text-transform: uppercase; letter-spacing: 0.025em; font-weight: 700; position: relative; text-align: center;}
.utility_nav > li{ display: flex; align-items: center; padding: 1rem 1.5rem; justify-content: center; min-width: calc(200px - 3rem);}

.utility_nav li svg{ width: 0.590555rem; margin-left: 3px;}
.utility_nav li svg, .utility_nav li svg *{ fill: #ffffff !important;}

.utility_nav li ul{ display: none; position: absolute; top: 100%; left: 0; width: 100%; background-color: var(--color-base-1); padding: 1rem 0; border-bottom: var(--color-base-2) solid 0.38889rem; list-style: none; margin: 0; z-index: 9991;}

.utility_nav li ul li a{ font-size: 1rem; letter-spacing: 0.05em; display: block; padding: 1rem 1.44rem; color: var(--color-overlay-1); font-weight: 400;}
.utility_nav li ul li:hover a{ background-color: var(--color-base-1); font-weight: 700;}

/* search */
.header_search{ padding: 1rem 0; position: relative; width: 3.55rem; display: flex; align-items: center; justify-content: center;}
.search_close{ display: none;}

.header_search svg{ height: 1.1111rem;}
.header_search svg, .header_search svg *{ fill: #ffffff !important;}

.header_search .search_close svg *, .header_search .search_close svg *{ fill: #fff !important;}

.search_form_container{ display: none; position: absolute; top: 100%; right: 0; width: 60vw; background-color: var(--dark-accent); padding: 2rem 0;}
.search_form_container form{ display: block; width: 85%; margin: 0 auto; background: none; border: none; color: #fff;}
.search_form_container fieldset{ margin: 0; padding: 0; background: none; border: none; }
.search_form_container legend{ display: none;}
.search_form_container input{ text-align: center; color: #fff; border: none; background: none; width: calc(100% - 1.5rem); border-bottom: 1px solid #fff; padding: 0.75rem; display: block; font-size: 0.888889rem; font-weight: 300; font-style: italic;}
.search_form_container button{ display: none;}
.search_form_container ::placeholder{ color: #fff;}

.header_bottom{ background: #fff; display: flex; justify-content: flex-end;}
#mainnav{ width: 95%; padding: 0 2.5%; position: relative;}

/**********************************
            FOOTER
**********************************/

footer{ position: relative; width: 100%; border-top: solid var(--dark-accent) 3px;}

.footer_top{ padding: 2rem 0; background: #ffffff;}
.footer_top > .wrapper > .flex_wrapper{ justify-content: space-between;}

.footer_left{ display: flex;}

footer h5.footer_col_title{ font-size: 1.22222rem; font-weight: 800; letter-spacing: 0.1em; color: var(--color-base-1); text-transform: uppercase; margin: 0 0 2rem 0; padding: 0;}

.footer_utility{ margin-right: 5.5rem;}
.footer_utility ul{ margin: 0; padding: 0; list-style: none;}
.footer_utility ul li a{ font-size: 1rem; font-weight: 700;line-height: 139%; padding: 0.5rem 0; display: block; color: #000;}
.footer_utility ul li a:hover{  color: var(--color-base-1) !important;} 
.footer_utility ul li:first-child a{ padding-top: 0;}
.footer_utility ul li:last-child a{ padding-bottom: 0;}

.footer_social a{ font-size: 0; margin: 0 0.5rem;}
.footer_social svg{ height: 1.388888888888889rem; width: 30px;}
.footer_social a:hover svg, .footer_social a:hover svg *{ fill: var(--dark-accent) !important;}
.footer_social > div{ margin-left: -5px;}
.footer_social a{ margin-left: 5px;}

.flex_wrapper + .footer_accreditation{ margin-top: 3rem;}
.footer_accreditation > .flex_wrapper{ align-items: center; flex-flow: wrap;}
.footer_accreditation a{ margin-right: 1.5rem; margin-left: 0 !important; padding: 0; margin-bottom: 1rem;}
.footer_accreditation a:last-child{ margin-right: 0;}

.flex{ display: flex;}
/* .accreditation{ align-items: center; margin-top: 2.5rem;margin-left: -1rem;}
.accred_item{ max-width: 25%;margin-left: 1rem;}
.accred_item img{ display: block; max-width: 100%; max-height: 50px;} */

.footer_right{ text-align: center; padding-left: 3rem;}
.footer_right address{ text-align: center; font-size: 1rem; font-weight: 500; color: #000; line-height: 125%; font-style: normal; margin-top: 2rem;}
.footer_right .address_line{ display: block; }
.address_divider{ margin: 1rem 0; display: inline-block; height: 1px; width: 3.3333rem; background-color: #000;}

.footer_right a{ color: #000; font-weight: 500;}
.footer_right .phone .small{ font-size: 0.777778rem; margin-right: 5px;}

#footer_logo img{ max-width: 344px; max-height: 180px;} /* 9-30-21 */

.footer_bottom{ padding: 1rem 0; background-color: var(--color-base-1); }
.copyright_row > .flex_wrapper{ justify-content: space-between; align-items: center; }

p.copyright{ font-size: 0.7222rem; letter-spacing: 0.025em; line-height: 125%; color: var(--color-overlay-1); margin: 0; padding: 0;}
a.credit{ opacity: 0.4;}
a.credit:hover{ opacity: 1;}
.nce_logo img {max-height: 40px;}
.aware_logo img {max-height: 20px;}

.statement{ padding: 1.5rem 0; text-align: center;}
.statement p{ font-size: 0.7222rem; letter-spacing: 0.025em; line-height: 125%; color: var(--color-overlay-1); margin: 0; padding: 0;}
.statement p a{ color: var(--color-overlay-1); text-decoration: underline; font-weight: normal !important;}
.statement p + p{ padding-top: 1rem;}

/***********************************
           INSIDE PAGES
***********************************/

#page.inside_page{ background: #f5f5f5;}

#main_container{ position: relative;}
#main_container.two_column.w_right > .wrapper{ max-width: 100%; padding-left: 3.5rem; margin: 0; display: flex; justify-content: space-between;}

.standalone_page #main_container{ padding-bottom: 4rem;}

/**banner and no banner **/
#banner{ position: relative; width: 100%; margin: 0 auto; background: var(--dark-accent);}
#banner img{ display: block; position: relative; z-index: 1; width: 100%; height: auto;}
#banner .banner_overlay{ position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0,0,0,0.5956757703081232) 0%, rgba(0,0,0,0) 60%); z-index: 2;}

#banner #page_heading{ position: absolute; z-index: 3; bottom: 14%; left: 0; padding: 0 3rem;}
#banner #page_heading h1{ color: #fff; margin: 0; padding: 0; text-shadow: 3px 3px 8px rgba(0,0,0,0.1);}

.mobile_banner_img{ display: none; position: relative; width: 100%; height: 260px; z-index: 1; background-size: cover; background-position: center;}

#banner.no_banner{ background: var(--color-base-1); padding: 5rem 0; text-align: center;}
#banner.no_banner #page_heading{ position: relative; left: auto; bottom: auto;}

.no_banner_after svg{ margin: 0 auto; display: block;}
.no_banner_after svg *{ fill: var(--color-base-1) !important;}

#banner.no_breadcrumbs + .no_banner_after{ margin-bottom: 4rem;}

.standalone_banner{ padding-top: 4rem;}

/*** Breadcrumbs ***/
#breadcrumbs{ margin: 1.5rem 0;}
#breadcrumbs a{ font-size: 0.9rem; color: #000; font-family: 'Merriweather', serif; padding: 0.5rem 0;}
#breadcrumbs a:last-child{ font-weight: 700; text-transform: uppercase; color: var(--dark-accent);}
#breadcrumbs a:hover{ font-weight: 700; color: var(--dark-accent);}

#breadcrumbs > .wrapper > .flex_wrapper{ flex-flow: wrap;}

.breadcrumb_divide{ margin: 0 1rem; display: flex; align-items: center;}
.breadcrumb_divide svg{ height: 14px; width: 7px; display: block;}
.breadcrumb_divide svg, .breadcrumb_divide svg *{ fill: #000 !important;}

/*** Page Layouts **/
.middle_column, .right_column{ display: inline-block; vertical-align: top;}

.middle_column{ width: 100%;}
.middle_column.with_right{ width: calc( 72% - 2.5%);}

.right_column{ width: calc(28% - 2.5%); margin-left: 5%; max-width: 530px; height: 100%; padding: 1rem 3rem 0 2rem; background: #f5f5f5;}

.inside_page h1, .inside_page h2, .inside_page h3, .inside_page h4, .inside_page h5, .inside_page h6{ margin: 0; line-height: 150%;}
.inside_page .right_content h1, .inside_page .right_content h2, .inside_page .right_content h3, .inside_page .right_content h4, .inside_page .right_content h5, .inside_page .right_content h6{ margin: auto 2rem;}
.right_content > *{ margin: 1rem 2rem!important;}
.detail_righttext .right_content img{ width: 100%; display: block; height: auto; margin: 0 auto;}

.right_per_detail{ padding-bottom: 3rem;}
.right_content{ padding-top: 2rem;}
.right_content.first_child_image{ padding-top: 0;}

.middle_column .detail_textgraphic img[style*="float:left;"]{ margin: 3rem 3rem 3rem 0 !important; }
.middle_column .detail_textgraphic img[style*="float:right;"]{ margin: 3rem 0 3rem 3rem !important; }

/** Inside Nav **/
.mobile_inside_nav{ display: none;}

#inside_nav{ padding-bottom: 3.5rem;  background: #f5f5f5;}
#inside_nav ul{ margin: 0; padding: 0; list-style: none;}
#inside_nav ul li a{ font-size: 1.333rem; letter-spacing: -0.01em; font-weight: 400; padding: 0.5rem 0; display: block; margin: 0.5rem 0;}
#inside_nav ul > li a:hover{ color: var(--color-base-1);}

#inside_nav ul li ul > li > a.ln2_default, #inside_nav ul li ul > li.has_children_2 > a:hover{ background: var(--color-base-1); color: #fff;}
#inside_nav ul li ul li a{ padding-left: 2rem;}

#inside_nav ul li ul li ul{ margin: 1rem 0;}
#inside_nav ul li ul li ul li{ border-left: solid 1px var(--color-base-1); margin-left: 2rem;}
#inside_nav ul li ul li ul li a{ padding-left: 1.5rem; font-size: 1.2222rem; margin: 0;}

#inside_nav > #menu > ul > li:first-child > a{ margin-top: 0; padding-top: 0;}

/*****INSIDE PAGE TOOLS****/
.detail_minical .calendar_form .month_header,
.detail_minical .calendar_options,
.calendar_grid .calendar_grid_headings,
.detail_minical .calendar_grid td,
.calendar_nav,
.calendar_options,
.calendar_grid_day,
.calendar_list_title,
.calendar_list_date,
.slideshow_caption,
.number_pager,
.cycle_overlay,
.post-activity,
.form-item,
.form-label,
.color-button,
.responsive-form input[type="file"],
.responsive-form input, .responsive-form textarea, .responsive-form select,
.news-rss,
.blog_title_all,
.blogtags,
.signup-date,
.grouping-heading,
.login-menu,
.blog-row-header,
.blog-results-row,
.post-nav-left,
.blogattachment,
.header,
.dir-head-link,
.dir-head-back,
.dir-name,
.collapse-btn,
.expandme,
.group-details strong,
.back-to-top,
.profile,
.detail_profiles .staff_header .search_box input[type="text"],
.detail_profiles .popup_box .profile-name,
.detail_profiles .popup_box .profile-title,
.profile-contact,
.detail_profiles .profile-short,
.overlay_details span{font-family: 'Montserrat', sans-serif;}


/***********************************
            HOME PAGE 
***********************************/

/** ENHANCED - Sticky Home Page button **/
.sticky_button{ position: fixed; top: 50vh; right: 0; z-index: 9989; padding: 1rem; background: var(--color-base-2); transition: all 0.3s; border: 2px solid #fff; display: flex; align-items: center;}
.sticky_icon svg{ height: 2rem;}
.sitcky_icon svg, .sticky_icon svg *{ fill: var(--color-overlay-2) !important; vertical-align: middle;}
.sticky_button .sticky_text{ display: none; font-size: 0.88889rem; letter-spacing: 0.1em; font-weight: 800; color: var(--color-overlay-2); margin-left: 1rem; text-transform: uppercase;}
.sticky_button:hover .sticky_text{ display: inline-block;}
.sticky_button:hover .sticky_icon svg{ height: 1rem;}

/*** hero ***/
#hero{ position: relative; width: 100%; margin: 0 auto; padding: 0; z-index: 10;}

.image_slideshow_container{ position: relative;}

#hero .slide{ width: 100%;}
#hero .slide img{ display: block; width: 100%; height: auto; position: relative; z-index: 1;}

#hero .slide_text_box{ position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; z-index: 2; max-width: 100%; max-width: 570px; border: 3px solid #fff; background: var(--color-base-1); text-align: left; transform: translateY(35%) translateX(-30%);} 
.slide_text_box_content{ padding: 3rem 2rem 2rem 2rem; text-align: left;}

.box_title{ color: var(--color-overlay-2); text-transform: uppercase; font-size: 0.88889rem; letter-spacing: 0.1em; font-weight: 800; background: var(--color-base-2); border: solid 2px #fff; position: absolute; top: 0; left: -1rem; transform: translateY(-50%); padding: 1rem; min-width: 11.388889rem; max-width: 50%; text-align: center;}

.hero_title{ color: var(--color-overlay-1); font-size: 2rem; letter-spacing: 0.01em; line-height: 125%; font-weight: 700; margin: 0; padding: 0;}
.slide_text_box_content p{ margin: 1rem 0; padding: 0; color: var(--color-overlay-1); font-size: 1.1111rem; line-height: 160%; font-weight: 500;}

.box_link{ color: var(--color-overlay-1); text-transform: uppercase; font-size: 0.88889rem; margin: 1rem 0 0 0; letter-spacing: 0.1em; font-weight: 800; display: inline-block;}
.box_link:hover{ color: #ffb81c;}

.hero-pager{ position: absolute; bottom: 2.66667rem; left: 3%;}
.hero_button{ font-size: 2rem; background: none; border: none; text-shadow: 0px 2px 2px rgba(1,1,1,0.56); color: #fff; cursor: pointer;}
.hero_button.prev{ margin-right: 1rem;}

/*******************************************
Tiles Section
*******************************************/

.tiles{ position: relative;}

.tiles > .wrapper{ max-width: 1590px;}
.tiles > .wrapper > .flex_wrapper{ flex-flow: wrap; position: relative; z-index: 4; justify-content: space-around;}
.tiles > .wrapper > .flex_wrapper.no-tiles{ justify-content: center;}

.section1_bg{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-position: center; z-index: 0;}
.section1_bg_overlay{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background: linear-gradient(0deg, rgba(255,255,255,0.8) 20%, rgba(255,255,255,1) 100%);}
.section1_bg_texture{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-position: center; z-index: 3; background-image: url(custom/images/section1_bg_texture.png); background-size: 100% auto; background-repeat: repeat-y;}

.tile{ position: relative; margin: 0 auto; width: 399px; height: 400px; box-shadow: 3px 3px 10px rgba(0,0,0,0.5);}

.tile .tile_bg{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-position: center;}

.tile .box_title{ top: 4rem; z-index: 4;}

.tile_bg_overlay{ background: linear-gradient(0deg, rgba(0,0,0,0.5956757703081232) 20%, rgba(0,0,0,0) 100%); position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1;}

.tiles.gridtiles{ padding-top: 8.05555rem; /* padding-bottom: 7.7777778rem; */}
.tiles.gridtiles .tile{ margin: 0 1rem 5.5555rem 1rem;}

.tiles.withstats{ position: relative; width: 100%; padding-bottom: 5.5556rem;}

.tiles_wrapper{ margin: 0 auto; position: relative; z-index: 4; width: 1170px; max-width: 92%;}

.tiles.withstats .tile{margin: 0 auto; width: 399px; height: 400px; box-shadow: 3px 3px 10px rgba(0,0,0,0.5);}

.tiles.withstats .tile.stattile{ width: 266px; height: 272px; display: flex; align-items: center; justify-content: center; text-align: center;}
.tiles.withstats .tile.stattile .tile_bg_overlay{ background: none; background-color: rgba(var(--color-rgb-1),0.8);}
.tiles.withstats .tile.stattile.stattile2 .tile_bg_overlay{ background-color: rgba(var(--color-rgb-1),0.8);}

.tile .tile_content{ position: absolute; bottom: 0; padding: 2rem; z-index: 3; text-align: left;}
.tile .tile_caption{ color: #fff; font-family: 'Merriweather', serif; font-size: 1.4444rem; line-height: 138%; letter-spacing: 0.01em; font-weight: 700; display: block;}
.tile .tile_link{ color: #fff; text-transform: uppercase; font-size: 0.88889rem; margin: 2rem 0 0 0; letter-spacing: 0.1em; font-weight: 800; display: inline-block;}
.tile .tile_link:hover{ color: var(--color-base-2);}

.tile.stattile .tile_content{ position: relative; z-index: 2; padding: 1rem; text-align: center;}
.tile.stattile .tile_title{ color: var(--color-overlay-1); font-weight: 800; font-size: 3.9444444rem; display: block;}
.tile.stattile .tile_text{ color: var(--color-overlay-1); font-size: 1.0555556rem;  line-height: 116%; margin-top: 1rem; display: block;}

.tiles.withstats .tile.stattile1{ margin: 0 auto; transform: translateX(248px);}
.tiles.withstats .tile.tile1{ margin: -158px 0 0 0;}
.tiles.withstats .tile.tile2{ margin: -242px 0 0 auto;}
.tiles.withstats .tile.stattile2{ margin: -190px 0 0 399px}
.tiles.withstats .tile.tile3{ margin: 0 0 0 100px;}
.tiles.withstats .tile.tile4{ margin: -399px 124px 0 auto;}

.tiles.gridtiles .tile{ width: 20%;}

.tiles.withstats .tile.stattile.no-tiles{ transform: none !important; margin: 0 !important;}


/*******************************************
Stories Section 
*******************************************/

.stories{ padding: 4.722222rem 0 8.3333rem 0; position: relative;}

.stories > .wrapper{ position: relative;} 

.story_item{ width: 100%; position: relative;}

.story_item > .flex_wrapper{ justify-content: space-between; align-items: center;}

.story_item .story_left{ width: calc(54% - 2.1666667rem); position: relative; background-color: var(--color-base-1); box-shadow: 3px 3px 10px rgba(0,0,0,0.5); margin: 20px 0;}
.story_item .story_left img, .story_item .story_left video{ display: block; width: 100%; height: auto;}

.story_item .story_right{ width: calc(46% - 2.1666667rem);}


.story_text_container h3{ margin: 3rem 0 0 0; padding: 0; color: var(--color-base-1); font-size: 2.2222rem; line-height: 138%; letter-spacing: 0.01em; font-family: 'Merriweather', serif; font-weight: 700;}
.story_text_container h4{ margin: 0; padding: 0; font-family: 'Merriweather', serif; font-weight: 700; font-style: italic; font-size: 1.944444rem; letter-spacing: 0.01em; line-height: 157%; color: #000;}
.story_text_container p{ margin: 2rem 0 0; padding: 0; font-size: 1rem; line-height: 167%; font-weight: 500;}

.story_link{ color: #000; text-transform: uppercase; font-size: 1.06111rem; margin: 2rem 0 0 0; letter-spacing: 0.1em; font-weight: 800; display: inline-block;}
.story_link:hover{ opacity: 0.8;}

/** Enhanced - Story Carousel **/
.story_pager{ position: absolute; bottom: 0; right: 0;}
.story_button{font-size: 2rem; background: none; border: none; text-shadow: 0px 2px 2px rgba(1,1,1,0.56); color: var(--color-base-1); cursor: pointer;}
.story_button.prev{ margin-right: 1rem;}

/** Enhanced - Video + Text story **/
.play_btn{ position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);}
.play_btn svg{ width: 6.7222rem; height: 6.72222rem;}

/** Story Widget Embed - Fallback for when customer doesn't have Media Library **/
.home_embed_container{ position: relative; padding-bottom: 56.25%; height: 0;}
.home_embed_container iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.home_embed_container iframe + p{ display: none;}

/*******************************************
Bottom Row Section 
*******************************************/

.events_social{ position: relative; margin-bottom: 2.5rem;}
.events_social.top_padding{ padding-top: 4rem;}
.events_social > .wrapper > .flex_wrapper{ justify-content: space-between;}

.mobile_event_pager{ display: none; text-align: center; margin: 0 auto 1rem auto;}
.event_button{font-size: 2rem; background: none; border: none; text-shadow: 0px 2px 2px rgba(1,1,1,0.56); color: var(--color-base-1); cursor: pointer;}
.event_button.prev{ margin-right: 1rem;}


h3.section_title{ margin: 0 0 2.8889rem 0; padding: 0; font-size: 1.66667rem; text-transform: uppercase; color: var(--color-base-1); letter-spacing: 0.1em; font-weight: 800;}

/*** events - half **/
.events{ width: 35%; position: relative; height: 100%;}

.events_container{ display: flex; flex-flow: wrap; justify-content: space-between; padding-bottom: 3rem; padding-right: 3rem;}

.event{ width: 50%; text-align: left; padding-bottom: 2rem;}

.event .date{ font-size: 0.777778rem; color: #000; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; display: block; padding-bottom: 0.25rem;}
.event h6{ margin: 0; font-size: 1.2222rem; line-height: 136%; color: var(--dark-accent); letter-spacing: 0; font-weight: 700; font-style: normal;}
.event h6 a{ text-decoration: none; font-size: 1.2222rem; line-height: 136%; color: var(--dark-accent); letter-spacing: 0; font-weight: 700; font-style: normal;}
.event .time{ font-size: 0.88889rem; display: block; line-height: 150%; font-weight: 400;}
.event h6 a:hover, .event h6:hover a{ opacity: 0.7;}

.event_link{  color: var(--dark-accent); text-transform: uppercase; font-size: 0.833333rem; letter-spacing: 0.1em; font-weight: 800; display: inline-block; position: absolute; bottom: 0; right: 5rem;}
.event_link:hover{ opacity: 0.8;}
.event_link svg{ height: 1rem; margin-left: 10px; vertical-align: middle;}

.event *{ padding-right: 2rem;}

/*** events - full width - events only option **/
.events.full{ width: 100%;}
.events.full .events_container{ width: 100%; flex-flow: wrap; justify-content: normal; padding-right: 0; padding-bottom: 0;}
.events.full .event{ width: 25%;}

.events.full .event_link{ position: relative; bottom: auto; right: auto; left: auto; margin-top: 2rem;}


/** social section - Social Media or Announcements **/

/** social media tools **/
.social{ width: 65%;}
.social.full{ width: 100%;}
.socialfeeds_container > .flex_wrapper{ justify-content: space-between;}

.social_feed_container{ width: calc(50% - 2.5rem);}

.social-post{ display: flex; margin: 0;}

.social_feed_container a.soc-pic{ width: 48%; display: block; background-size: cover; background-position: center;}
.social_feed_container p.post-detail{ width: calc(100% - 2rem); margin: 0; box-shadow: 2px 2px 2px rgba(0,0,0,0.25); padding: 1rem 1rem 2.5rem; height: 100%; font-size: 0.833333rem; line-height: 153%; min-height: 100px;}
.social_feed_container .social-post.hasimg p.post-detail{ width: calc(52% - 2rem);}

.social_feed_container .post-more{ color: #000; text-transform: uppercase; letter-spacing: 0em; font-weight: 800; }

.social_feed_container.single_feed{ width: 100%;}
.social_feed_container.single_feed > div{ display: flex; justify-content: space-between;}
.social_feed_container.single_feed .social-post{ display: flex; margin: 0; width: calc(50% - 2.5rem); height: 100%;}

/** social media feed watermarks - added 12-14-20 by WA **/
#facebook_feed .post-detail{ background-image: url(custom/images/facebook_watermark.png); background-repeat: no-repeat; background-size: 23% auto; background-position: 94% bottom;}
#instagram_feed .post-detail{ background-image: url(custom/images/instagram_watermark.png); background-repeat: no-repeat; background-size: 40% auto; background-position: 94% center;}
#twitter_feed .post-detail{ background-image: url(custom/images/twitter_watermark.png); background-repeat: no-repeat; background-size: 40% auto; background-position: 94% center;}

.full #instagram_feed .post-detail, .full #twitter_feed .post-detail{ background-size: 100px; background-position: 95%;}
.full #facebook_feed .post-detail{ background-size: 50px;}

/*** announcements option (announcemets db tool OR custom homepage tool) **/
.announcements_container{ display: flex; justify-content: space-between;}

.news-item{ width: calc( 50% - 3.16666667rem );}

.news-img-container{ width: 50%; position: relative;}
.news-img{ position: absolute; width: 100%; padding-top: 100%; top: 0; left: 0; background-size: cover; background-position: center;}

.social.full .news-img-container{ padding-top: 50%;}
.social.full .news-img{ padding-top: 0; height: 100%;}

.news_text{ width: 100%;}
.news_text.hasimg{ width: 50%;}

.news_text p{ font-size: 0.833333rem; line-height: 153%; color: #000; font-weight: 400; padding: 0 1rem; margin: 0;}

.news_text a.announce-link{ color: #000; text-transform: uppercase; letter-spacing: 0em; font-weight: 800; }

/**** ENHANCED - Mission Section ***/

.mission{ background-color: var(--color-base-1); padding: 5rem 0;}

.mission_buttons{ display: flex; align-items: center; justify-content: space-evenly; flex-direction: column; margin: 0; padding: 0;}
.mission .mission_buttons.full{ flex-direction: row; justify-content: center; width: 100%; align-items: flex-start; margin-top: 0;}
.mission_buttons a{ display: inline-block; font-size: 1rem; color: #fff; font-weight: 800; letter-spacing: 0.1em; border: solid #fff 2px; padding: 1rem 2.5rem; text-transform: uppercase; width: 22rem; padding: 1rem 0; text-align: center; margin: 0;}
.mission_buttons a:hover{ background: var(--dark-accent);}

.mission_buttons.full a:first-child{ margin-right: 2rem; margin-bottom: 0;}

.mission .wrapper{ display: flex; justify-content: space-between; }

.mission .mission_content{ text-align: left; padding-right: 19%;}
.mission .mission_content.full{ padding-right: 0; width: 100%; text-align: center;}

.mission .mission_heading_1{ display: block; font-family: 'Merriweather', serif; color: #fff; font-size: 2rem; line-height: 153%; font-weight: 700; }
.mission .mission_heading_2{ display: block; color: #fff; font-family: 'Merriweather', serif; font-style: italic; font-weight: 700; font-size: 1.6666667rem; line-height: 183%; letter-spacing: 0.01em;}
.mission p{ color: #fff; font-size: 1.222222rem; line-height: 172%; letter-spacing: 0.01em; font-weight: 500; margin: 2rem 0 0 0; padding: 0;}

/************ TOOL OVERRIDES ********************/
.right_per_detail.detail_minical{ font-size: 0.875rem; width: calc(100% - 4rem);}

.calendar_tooltip_desc{ word-break: break-word;}

.detail_profiles .staff_header .profile ul li a, .staff_sec tr th a{ color: #fff;}

.dir-head-link {color: #ffffff!important;}
a.dir-head-link:hover, .detail_profiles .staff_header .profile ul li a:hover {text-decoration: underline!important;}

/********************************** MEDIA QUERIES **********************************/

@media all and (max-width: 1400px){
	html, body{ font-size: 100%;}
	
	/** Home Page Tiles - Grid Tiles **/
	.tiles.gridtiles .tile{ width: 21%;}
	
	/** Home Page Announcements **/
	.news-item{ width: calc( 50% - 2rem );}
	
	/** Mission **/
	.mission .mission_content{ padding-right: 10%;}
}

@media all and ( max-width: 1300px){
}

@media all and ( max-width: 1200px){
	.mobile_nav_button{ display: block; text-align: right;}
	
	body.open_nav{ overflow: hidden;}
	
	/*** HOME PAGE ****/
	
	/** Home Page Tiles - Tiles + Stats ***/
	.tiles.withstats .tile.stattile2{ margin: -673px 0 0 399px;}
	.tiles.withstats .tile.tile2{ margin: 170px 0px 0 auto;}
	.tiles.withstats .tile.tile4{ margin: 0 auto;}
	
	/*** Home Page Blog ***/
	.blog_feed_container{ display: flex; justify-content: space-between; flex-flow: wrap;}

	.blog_image{ width: 100%; height: calc( ( (100vw - 7rem) * 0.5572916666666667) * 0.5830388692579505 ); margin-bottom: 2rem;}

	.blog_content{ width: calc(100% - 1rem);}
	
	header{ height: 122px;} /* 11-16-21  */
	
}

@media all and ( max-width: 1150px){
	/*** HOME PAGE ****/
	
	/** Home Page Tiles - Tiles + Stats ***/
	.tiles.withstats .tile.tile3{ margin: 0;}
}

@media all and ( max-width: 1024px){
	/** Footer **/
	.footer_top > .wrapper > .flex_wrapper{ flex-flow: wrap; }
	.footer_left, .footer_right{ width: 100%; }
	.footer_left{  order: 2; justify-content: center; flex-direction: column; align-items: center; text-align: center;}
	.footer_right{ order: 1; margin-bottom: 3rem; padding-left: 0;}
	
	.footer_accreditation > .flex_wrapper{ justify-content: center;}
	.footer_utility{ margin-right: 0; margin-bottom: 3rem;}

	
	#hero .slide_text_box{ position: relative; top: auto; left: auto; transform: none; max-width: 70%; margin: 0 auto;}
	
	/** Home Page Tiles - Tiles + Stats ***/
	.tiles_wrapper{ display: flex; flex-flow: wrap;}
	.tiles.withstats .tile{ margin: 0 auto !important; transform: none !important; display: inline-block; width: 50% !important; height: calc( 95vw / 2 ) !important;}
	.tiles.withstats.enhanced .tile.stattile{ display: flex;}
	.tile .box_title{ left: 0;}
	
	/** Home Page Tiles - Grid Tiles **/
	.tiles > .wrapper{ max-width: 94%;}
	.tiles.gridtiles .tile{ width: 50%; height: calc(94vw / 2); margin: 0;}
	
	/** Home Page Stories **/
	.story_item > .flex_wrapper{ flex-flow:wrap;}
	.story_item .story_left, .story_item .story_right{ width: 100%;}
	
	.option2 .story_left{ margin-bottom: 2rem;}
	
	.story_pager{ bottom: auto; top: calc(94vw * 0.61538461 - 40px - 0rem); right: auto;}
	.story_button{ padding: 1rem;}
	
	/** Home bottom row - events and social **/
	.events_social > .wrapper > .flex_wrapper{ flex-flow: wrap;}
	
	.social, .events{ width: 100%}
	
	.events_container{ padding-right: 0;}
	.event_link{ right: 0;}
	
	.events.full .event{ width: 50%;}
	
	.social{ margin-top: 3rem;}
	
	.social.full .news-img-container{ padding-top: 0; height: 200px; width: 200px;}
	
	/** mission section **/
	.mission_content{ max-width: 100%;}
	
	.mission .wrapper{ flex-flow: wrap; justify-content: center;}
	.mission .mission_content{ padding-right: 0;}
	.mission .mission_buttons{ margin-top: 3rem;}
	.mission .mission_buttons.full{ margin-top: 0;}
	
	.mission .mission_buttons a{ max-width: 100%; margin-bottom: 2rem; padding: 1rem;}
	.mission .mission_buttons a:last-child{ margin-bottom: 0;}
	
	#main_container.two_column.w_right > .wrapper{ flex-flow: wrap; padding-right: 3.5rem;}
	.middle_column.with_right{ width: 100%;}
	.right_column{ width: 100%; margin-left: 0; margin-top: 4rem; max-width: 100%; background-color: #f5f5f5!important;}
	.right_column #inside_nav{ display: none;}
	.mobile_inside_nav{ display: block; width: 100%; margin-top: 4rem;}
	#right_within h3.toolhead {width: auto!important;}
	.right_content > *{ margin: 0rem!important;}
	
	#logo img{ /* max-height: 40px; */ width: auto; max-width: calc(100% - 4rem); max-height: 90px;} /* added on 7-14-21 */

	.footer_social .flex_wrapper{justify-content: center;}
}

/** Desktop - larger than tablet **/
@media all and ( min-width: 767px){
	.utility_nav li:hover ul{ display: block;}
	
	.header_search:hover{ background-color: var(--dark-accent);}
	.header_search:hover .search_icon{ display: none;}
	.header_search:hover .search_close{ display: block;}

	.header_search:hover .search_form_container{ display: block;}
}

/** Mobile/Tablet **/
@media all and ( max-width: 767px){
	/*** Home Page Tiles **/
	.tiles.gridtiles{ padding: 0 0 3rem 0 !important;}
	
	/*** Home Page Social Media ***/
	.socialfeeds_container > .flex_wrapper, .social_feed_container.single_feed > div{ flex-flow: wrap;}
	.social_feed_container, .social_feed_container.single_feed .social-post{ width: 100%; }
	.social_feed_container:first-child, .social_feed_container.single_feed .social-post:first-child{ margin-bottom: 2.5rem;}
	
	.mobile_event_pager{display:flex; justify-content: center; align-items: center; flex-flow: wrap;}
	.mobile_event_dots{ width: 100%}
	.mobile_event_dots ul{ display: flex; list-style: none; margin: 0; padding: 0; justify-content: center; margin-bottom: 1rem;}
	.mobile_event_dots button{ background: var(--dark-accent); border: none; font-size: 0; width: 1rem; height: 1rem; border-radius: 50%; margin: 0.5rem; opacity: 0.5;}
	.mobile_event_dots .slick-active button{ opacity: 1;}
	/* .mobile_event_arrows{} */
	
	.event_link,.events.full .event_link{ position: relative; bottom: auto; right: auto; left: 50%; transform: translateX(-50%); margin-top: 1rem;}
	
	/** Home Page Announcements **/
	.announcements_container{ flex-flow: wrap;}
	.news-item{ width: 100%; margin-bottom: 2rem;}
	.news-item:last-child{ margin-bottom: 0;}
	.news-img{ padding-top: 0; height: calc((100vw - 7rem) / 2); position: relative;}
	
	/*** banner ***/
	#banner img{ display: none;}
	.mobile_banner_img{ display: block;}
	#banner #page_heading{ left: 0; padding: 0 1rem;}
	#banner #page_heading h1{ font-size: 2rem;}
	#banner .banner_overlay{ background: linear-gradient(0deg, rgba(0,0,0,0.5956757703081232) 0%, rgba(0,0,0,0) 100%);}
	
	#banner.no_banner{ padding: 3rem 0;}
	
	/*** Utility Nav ***/
	.header_top{ position: fixed; bottom: 0; left: 0; width: 100%; justify-content: space-between;}
	body.open_nav .header_top{ display: none;}

	.utility_nav > li{ min-width: 0;}
	.utility_nav li svg{ transform: rotate(180deg);}
	
	.utility_nav li ul.active{ top: 0; transform: translateY(-100%); display: block;}
	.search_form_container.active{ top: 0; transform: translateY(-100%); display: block; }
	
	.search_icon.active{ display: none;}
	.search_close.active{ display: block;}
	
	/** Footer **/
	.footer_bottom{ padding-bottom: 60px;}
	
	header{ height: 68px;} /* 11-16-21  */
}

@media all and ( max-width: 640px){
	/** Footer **/
	/* .footer_left{ flex-flow: wrap; text-align: center;} */
	.footer_utility, .footer_social{ max-width: 100%;}
	.footer_utility{ margin-right: 0; margin-bottom: 2rem;}
	.footer_social .flex_wrapper{ justify-content: center;}
	
	#hero .slide_text_box{ max-width: calc(100% - 2rem);}
	
	/** Home Page Tiles - Grid Tiles **/
	.tiles.gridtiles .tile{ width: 100%; height: 94vw;}
	.tiles.withstats .tile{ width: 100% !important; height: 95vw !important;}
	
	/** Home Page Announcements **/
	.news-img-container{ width: 30%;}
	.news-img{ height: calc((100vw - 7rem) * 0.3);}
	.news_text.hasimg{ width: 70%;}
	
	.events.full .event{ width: 100%;}
	
	/** Home Page Mission **/
	.mission .mission_buttons.full{ flex-direction: column;}
	.mission_buttons.full a:first-child{ margin-bottom: 2rem; margin-right: 0;}

}

/* SM 3.0 CSS */
.tool_content, #inside_nav { font-family: 'Montserrat', sans-serif;}
h3.toolhead{ clear: both;}
#right_within h3.toolhead{ margin: auto 0; width: 100%;}
#pb_canvas_right{ background: #f5f5f5;}

/* 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;
}

:root{

	--color-base-1: #5a0753; 
	--color-rgb-1: 90,7,83;
	--color-overlay-1: #ffffff;
	
	--color-base-2: #9effbb;
	--color-overlay-2: #000000;

	--dark-accent: #383838; 
	--dark-accent_overlay: #ffffff;

}

.detail_padding.detail_textgraphic a:not(.sm3_tool_handle, .button),
.tool_headline2 a,
.event_text a:not(.button),
.news-list a:not(.button),
.right_column a:not(.sm3_tool_handle,[class*="ln"],[class^="ln"],.button,.goto_date,.calendar_event_title a,.dir-link a,.sort_box a,.dir-head-link,.ec-expandme a,.sm3_edit_tool_header_action_link_container a), 
.ck-content a:not(.sm3_tool_handle,[class*="ln"],[class^="ln"],.button,.goto_date,.calendar_event_title a,.dir-link a,.sort_box a,.dir-head-link,.ec-expandme a,.sm3_edit_tool_header_action_link_container a, .sm3_title),  
.swal2-html-container p a:not(.button)
{
	color: var(--color-base-1);
	text-decoration: underline;
	text-decoration-color: var(--color-base-1) !important;
	font-weight: 700;
	font-style: normal;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.detail_padding.detail_textgraphic a:not(.sm3_tool_handle, .button, .sm3_title):hover,
.tool_headline2 a:hover,
.event_text a:not(.button):hover,
.news-list a:not(.button),
.sm3_title:hover,
.right_column a:not(.sm3_tool_handle,[class*="ln"],[class^="ln"],.button,.goto_date,.calendar_event_title a,.dir-link a,.sort_box a,.dir-head-link,.ec-expandme a,.sm3_edit_tool_header_action_link_container a):hover, 
.ck-content a:not(.sm3_tool_handle,[class*="ln"],[class^="ln"],.button,.goto_date,.calendar_event_title a,.dir-link a,.sort_box a,.dir-head-link,.ec-expandme a,.sm3_edit_tool_header_action_link_container a):hover,  
.swal2-html-container p a:not(.button):hover
{
	text-decoration-color: #000 !important;
}

.tool_headline2 a, a.sm3_title{ 
	font-style: normal; 
	font-size: 1.2222rem; 
	color: var(--color-base-1) !important;
	text-decoration: underline !important;

}

.tool_content .button,.ck-content .button{
	color: var(--color-overlay-1) !important;
    text-decoration: none !important;
	background-color: var(--color-base-1) !important;
	border: 2px solid var(--color-base-1) !important;
}
.ck-content .button:hover{
    text-decoration: none !important;
	background-color: var(--color-overlay-1) !important;
	border: 2px solid var(--color-base-1) !important;
    color: var(--color-base-1) !important;
}
.tool_content .button,.ck-content .button {
    padding: 0 1.5rem;
	line-height: 3;
}
.middle_column ul li, .middle_column ol li,
.right_content ul li, .right_content ol li,
.ck-content ul li, .ck-content ol li,
.tool_content ul li, .tool_content ol li
{margin: .25rem; padding-left: 1rem;}


.calendar_form.categories-present{
    .left{
        display: flex;
        flex-direction: column;
    }
    .calendar_options{
        display: flex;
        flex-wrap: wrap;
    }
    .categoryid{
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .calendar_form{
        .calendar_view_list, .calendar_links .calendar_links_ical{
            padding: 0 0.8em;
        }
        .calendar_links .calendar_links_print{
            padding: 0;
        }
        .calendar_links .calendar_links_rss {
            padding-left: 0.8em;
        }
    }
  }

  #pop_alert {
	right: 0 !important;
	bottom: 80px !important;
	padding: 0.6rem 1rem 0.6rem !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0.5rem;
}

.inside #pop_alert {display: none !important;}

#sm3_body .right_content .tool_content{ margin: 1rem 0 !important;}


@media screen and (max-width:640px){
	.resp-padding{
		padding-top: 4rem !important;
		margin: 0 !important;
	}
}
@media screen and (min-width:640px) and (max-width:1024px){
	.resp-padding{
		padding-top: 3rem !important;
	}
}

.grecaptcha-badge{
	bottom: 136px !important;
}