/* CSS for Logos Preparatory - Evangela Custom */

/* CSS Imports */
@import url(https://use.fontawesome.com/releases/v5.8.1/css/all.css);
@import url(custom/css/jquery.mmenu.all.css);

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Montserrat:400,700&display=swap');

/*
	font-family: 'Lato', sans-serif;
	font-family: 'Montserrat', sans-serif;
*/

/* SM 3.0 CSS */
.tool_content {font-family: 'Lato', sans-serif;}
.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;}


/* GENERAL */
html, body{ font-size: 18px; font-family: 'Lato', sans-serif; margin: 0; padding: 0;}

#page{ overflow: hidden;}

p{ font-size: 1em; line-height: 167%;}
a{ text-decoration: none; color: #002b5c;}
.insidepage a{ font-weight: 700;}
i{ font-style: normal; text-decoration: none;}

.insidepage h1,.insidepage h2,.insidepage h3,.insidepage h4,.insidepage h5,.insidepage h6{ padding: 0; margin: 0px; letter-spacing: 0.01em;}
.insidepage h1{ font-size: 2.88em; line-height: 112%; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase;}
.insidepage h2, .tool_headline1{ font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 2.33em; line-height: 148%; color: #002b5c; text-transform: uppercase;}
.insidepage h3, .tool_headline2{ font-size: 1.55em; line-height: 135%; color: #000000; font-weight: 700;}
/* .insidepage h4{font-family: 'Montserrat', sans-serif; text-transform: uppercase; color: #002b5c; font-size: 1em; font-weight: 700; line-height: 167%; padding: 2em 0; margin: 2em 0; border-top: solid 2px #d9d9d9; border-bottom: solid 2px #d9d9d9; position: relative; display: flex;}
.insidepage h4::before{ content:''; width: 30px; height: 30px; position: absolute; left: 0px; top: 0px; background-color: #fff; background-image: url(custom/images/quote.svg); background-repeat: no-repeat; padding-right: 1em; z-index: 10; background-size: contain; transform: translateY(-50%);} */
.insidepage h4{font-family: 'Montserrat', sans-serif; color: #002b5c; text-transform: uppercase; font-weight: 700; font-size: 1.33em; line-height: 142%;}
.insidepage h5{font-family: 'Montserrat', sans-serif; color: #555555; text-transform: uppercase;  font-size: 1em; font-weight: 700; line-height: 155%;}
.insidepage h6{font-family: 'Montserrat', sans-serif; color: #555555; font-size: 1em; font-weight: 700; line-height: 155%;}

blockquote{ font-family: 'Montserrat', sans-serif; text-transform: uppercase; color: #002b5c; font-size: 1em; font-weight: 700; line-height: 167%; padding: 2em 0; margin: 2em 0; border-top: solid 2px #d9d9d9; border-bottom: solid 2px #d9d9d9; position: relative; display: flex;}
blockquote *{ font-family: 'Montserrat', sans-serif; text-transform: uppercase; color: #002b5c; font-size: 1em; font-weight: 700; line-height: 167%;}
blockquote::before{ content:''; width: 30px; height: 30px; position: absolute; left: 0px; top: 0px; background-color: #fff; background-image: url(custom/images/quote.svg); background-repeat: no-repeat; padding-right: 1em; z-index: 10; background-size: contain; transform: translateY(-50%);}

.flex_wrapper{ display: flex; justify-content: space-between;}
.wrapper{ max-width: 85%; margin: 0 auto;}

html.mm-opened{ background: #000;}
html.mm-opened #page{ opacity: 0.4;}

/* custom buttons */
#button{ display: inline-block; font-size: 1em; padding: 1em 2.28em; border: solid 2px; border-radius: 3px; max-width: calc(33% - 5px); background-color: #002b5c; border-color: #002b5c; color: #fff; margin-right: 1em;}
#button:hover{ background-color: #e6b43c; border-color: #e6b43c; color:#002b5c;}

.right_column #button{ max-width: 100%; width: calc(100% - 4.56em);}

.btn{ display: inline-block; font-size: 1em; padding: 1em 2.28em; border: solid 2px; border-radius: 3px;}
.btn:hover{ background-color: #fdb530; border-color: #fdb530;}

/* HEADER */
.sticky_logo{ display: none;}

header{ width: 100%; position: absolute; top:0px; left: 0px; z-index: 999; padding: 1em 0;}
header .flex_wrapper{ max-width: 95%; margin: 0 auto; align-items: center;}

#header_right{ width: 77%; text-align: right;}
header #header_right .flex_wrapper{ max-width: 100%; display: block;}

.main_nav, .search_icon, .apply, .util_nav_button{ display: inline-block; vertical-align: middle;}

/* search */
.search_icon{ margin: 0 2%; cursor: pointer; position: relative;}
.search_icon i{ color: #fff; font-size: 1.5em;}

/* search box */
.search_icon .search_box{ display: none; width: 200px; background: #fff; position: absolute; top: calc(100% + 15px); right: 0px;}
.search_icon.active .search_box{ display: block;}
.search_icon.active a::after{ content: ""; position: absolute; left: 0px; top: 100%; border-bottom: #fdb530 5px solid; height: 10px; width: 100%;}
.search_box fieldset{ border: none;}
.search_box input{ border: none; background: #fff; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.search_box input::placeholder{ color: rgba(0,0,0,0.35);}

.sticky .search_box{ border: thin solid #d9d9d9; box-sizing: border-box;}

.apply{ margin-right: 2%; text-align: center;}
.apply a{ background: #fdb530; padding: 12px 20px; font-size: 1em; border-radius: 3px; font-weight: 700;}

.util_nav_button svg{ width: 1.5em; height: 1.5em;}

/** flyout utility nav **/
.header_util_nav{ position: fixed; top: 0; right: -250px; width: 250px; background: #002b5c; text-align: left; transition:all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; }
.header_util_nav.active{ right: 0px; z-index: 9990;}
.header_util_nav ul{ margin: 0; padding: 20px; list-style: none;}
.header_util_nav ul li{ display: block;}
.header_util_nav ul li a{ display: block; font-size: 1.17em; padding: 10px 0px; text-transform: uppercase; color: #fff; font-weight: 400;}
.header_util_nav ul li a:hover{ color: #fdb530;}
.util_close{ display: none; padding: 5px; background: #fdb530; position: absolute; top: 15px; left: 0px; transform: translateX(-100%);}
.header_util_nav.active .util_close{ display: block;}
.util_close svg{ fill: #002b5c; display: block;}

.mobile_tob_bar{ display: none;}
#mm-mainnav .mobile_tob_bar, #mm-mainnav .apply{ display: block;}

.mobile_util{ list-style: none; margin: 15px 0px 0 0; padding: 0;}
.mobile_util li{ padding: 10px 0;}
.mobile_util li a{ font-size: 1em;}

.mobile_tob_bar .search_box{ margin-bottom: 15px;}
.mobile_tob_bar .search_box fieldset{ padding: 0; padding: 0;}
.mobile_tob_bar .search_box input{ border: 1px solid; font-size: 1em; padding: 5px;}
.mobile_tob_bar .apply{ text-align: center; font-size: 1em; margin: 0;}
.mobile_tob_bar .apply a{ display: block; font-size: 1.25em;}


/* logo */
#logo{ max-width: 23%;}

/* sticky header */
header.sticky{ position: fixed; background: #fff;}
header.sticky #logo img.main{ display: none;}
header.sticky #logo img.sticky_logo{ display: block;}

header.sticky .search_icon i{ color: #002b5c;}
header.sticky .util_nav_button svg path{ fill: #002b5c !important;}

/* FOOTER */
footer{ position: relative;}

.footer_top{ background: #002b5c; padding: 0 2.5% 4.5em;}
.footer_bottom{ background: #001f42; padding: 0 2.5%;}

#footer_logo a{ display: inline-block;}

.footer_row{}

.col.footer_left{ width: 100%; padding-left: 115px;}
.col.footer_right{ width: 25%;}

.address_left, .address_right{ display: inline-block; vertical-align: top; color: #fff;}
.address_left{ margin-right: 10%;}

h5.footer_title{ margin-top: 0; padding-top: 0px; color: #fdb530; font-size: 1em; letter-spacing: 0.01em; text-transform: uppercase; font-family: 'Montserrat', sans-serif;}

address{ font-size: 1em; letter-spacing: 0.01em; line-height: 133%; font-style: normal;}
address a{ color: #fff; text-decoration: none;}

.footer_social{ margin-top: 4em;}
.footer_social .social_icon{ position: relative; display: inline-block; top: auto; left: auto; right: auto; bottom: auto; background: none; padding: 0; margin: 0 0.5em;}
.footer_social .social_icon:first-child{ margin-left: 0;}
.footer_social .social_icon a{ color: #fff;}
.footer_social .social_icon a svg{ fill: #fff !important; width: 30px; height: 30px; vertical-align: middle;}
.footer_social .social_icon a svg *{ fill: #fff !important;}
.footer_social .social_icon a i{ font-size: 30px; color: #fff; vertical-align: middle;}

.footer_social .social_icon a:hover i, .footer_social .social_icon a:hover{ color: #fdb530;}
.footer_social .social_icon a:hover svg, .footer_social .social_icon a:hover svg *{ fill:#fdb530 !important;}

.footer_util{ list-style: none; margin: 0; padding: 0;}
.footer_util li{ display: block; text-align: left; padding: 1em 0;}
.footer_util li a { display: block; font-size: 1em; color: #fff; text-decoration: none; font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 0.01em;}
.footer_util li a:hover{ color: #fdb530; font-weight: 700;}

.footer_tagline{ margin: 3em 2.5% 0 0;}
.footer_tagline p{ padding-left: 115px; font-size: 1.33em; font-weight: 700; font-style: italic; letter-spacing: 0.01em; color: #fdb530; font-family: 'Montserrat', sans-serif;}

.footer_bottom .flex_wrapper{ align-items: center;}
.footer_bottom p{ color: #fff;}
.footer_bottom .schoolsite{ opacity: 0.6;}


/* INSIDE PAGES */
/* page layouts */
#main_container{ padding: 3.1667em 0; line-height: 167%;}
#main_container .wrapper{ max-width: 95%;}

.middle_column{ display: inline-block; width: 100%; vertical-align: top;}
.middle_column.with_both, .middle_column.with_right{ width: calc( 100% - 450px ); margin-right: 50px;}

.right_column{ display: inline-block; width: 100%; max-width: 395px; vertical-align: top;}
.right_content{ padding: 1em; border-radius: 5px; box-shadow: 0px 2px 5px rgba(0,0,0,0.35);}

.insidepage .story_curve{ position: relative; display: block; width: 102%; left: -1%; bottom: -2px;}

h3.toolhead{ font-family: 'Montserrat', sans-serif; color: #fff; text-transform: uppercase; display: block; padding: 0.75em 1.34em; font-weight: 700; font-size: 1.33em; margin: 0; background: #002b5c;}
.right_column h3.toolhead{ border-radius: 5px 5px 0 0;}
.middle_column h3.toolhead{ margin-bottom: 1em;}

/* banner */
#banner{ position: relative;}
#banner img{ display: block; width: 100%; height: auto; position: relative; z-index:1;}
.banner_overlay{ background-color: rgba(0,0,0, 0.35); position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 2;}
.page_title{ position: absolute; left: 0; top: 50%; right: 0px; transform: translateY(-50%); text-align: center; z-index: 3;}
.page_title h1{ color: #fff;}

/* no banner */
#no_banner{ background: #939393; padding: 2.5em 0;}
#no_banner h1{ color: #002b5c;}

/* breadcrumbs */
#breadcrumbs{ margin-bottom: 2.72em;}
#breadcrumbs .breadcrumb_item{ display: inline-block; position: relative;}
#breadcrumbs a{ font-family: 'Montserrat', sans-serif; font-size: 0.78em; font-weight: 400; letter-spacing: 0.1em; color: #000000; text-transform: uppercase; }
#breadcrumbs a:hover{ font-weight: 700; color: #002b5c;}
#breadcrumbs .breadcrumb_item:last-child{ color: #e6b43c; position: relative; font-weight: 700;}
#breadcrumbs .breadcrumb_item:last-child::after{ content: ""; position: absolute; left: 0px; bottom: -10px; width: 100%; height: 3px; background-color: #e6b43c; }

.breadcrumb_divide{ color: #b7b7b7; margin: 0 10px; -webkit-appearance: none; appearance: none;}

#breadcrumbs .breadcrumb_item:first-child{ font-size: 0px; position: relative; width: 15px; height: 15px;}
#breadcrumbs .breadcrumb_item:first-child::after{ content: ""; background-image: url(custom/images/home.svg); background-repeat: no-repeat; background-size: contain; top: 0px; left: 0px; width: 100%; height: 100%; position: absolute;}
#breadcrumbs .breadcrumb_item:first-child a{ display: block; position: relative; z-index:1;}


/* inside nav */
.inside_nav_bar{ background: #002b5c; display: block; padding: 1.5em 0;}
.insidenav_togglemenu{ display: none; color: #fff; text-decoration: none; font-size: 1em; cursor: pointer; text-align: center;}
.insidenav_togglemenu i{ font-size: 1.5em; vertical-align: middle; padding-left: 5px;}
#nav_container{ padding: 0 2.5%;}
#menu{ text-align: center;}
#menu ul{ list-style: none; margin: 0; padding: 0;}
#menu ul li{ display: inline-block; margin: 1em;}
#menu ul li a{ color: #fff; font-size: 1em; font-weight: 700; text-align: center;}
#menu ul li.has_children_2 a{ font-size: 0.944em;}
#menu ul li a:hover{ color: #fdb530;}

#menu li.has_children_1 a.ln_default, #menu li.has_children_2 a.ln2_default{ color: #fdb530;}
#menu li.has_children_1 a.ln_default::after, #menu li.has_children_2 a.ln2_default::after{ content: "\f078"; padding-left: 5px; display: inline-block; font-family: fontawesome;}

/*****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,
.scrip-writein-row,
.scrip-vendor-name,
.scrip-add-cart-amount,
.scrip-add-cart-qty,
.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: 'Lato', sans-serif;}

/* HOME PAGE */

/** section titles **/
h2.section-title{ text-transform: uppercase; font-size: 2.33em; line-height: 115%; margin-top: 0; padding-top: 0; color: #002b5c; font-family: 'Montserrat', sans-serif; font-weight: 700;}
h2.section-title span.trademark{ font-size: 14px; vertical-align: super;}

/* hero */
.hero{ background: #002b5c; position: relative; overflow: hidden; margin-bottom: -12.44em; z-index: 1;}
.hero .slide{ width: 100%; position: relative;}
.hero .slide img{ display: block; width: 100%; height: auto;}

.hero-overlay{ background-color: rgba(0,0,0, 0.35); position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 1;}

.hero_text{ position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); left: 5%; max-width: 50%;}
.hero_container.video .hero_text{ transform: translateY(-65%);}
.hero_text.mobile{ display: none; padding: 0 2.5%; text-align: center;}
.hero_container.video .mobile_fallback{ display: none;}
.hero_text h2{ color: #fff; font-size: 2.88em; line-height: 100%; font-weight: 700; font-family: 'Montserrat', sans-serif; display: block; padding-top: 0; margin-top:0;}
.hero_text p{ font-family: 'Montserrat', sans-serif; color: #fff; font-size: 1.88em; line-height: 100%;}
.hero_text .btn{ color: #fff; border-color: #fff; }
.hero_text .btn:hover{ background: #fdb530; color: #002b5c; border-color: #fdb530;}

.hero_text.mobile h2{ color: #002b5c; }
.hero_text.mobile p{ color: #000;}
.hero_text.mobile .btn{ color: #002b5c; border-color: #002b5c; color: #002b5c;}

.hero_curve{ position: absolute; width: 102%; height: 8.33em; left: -1%; bottom: 0px; background-image: url(custom/images/curve_up.png); background-size: cover; background-repeat: no-repeat; background-position: top; z-index: 999;}

/*** values and mission statement section **/
.home_section.values{ position: relative; z-index: 2; font-size: 16px;}

/** mission statement ***/
.mission_container{ width: calc(40% - 5.55em); margin-right: 5.55em; background: #002b5c; margin-bottom: 3.5em; box-shadow: 2px 2px 5px rgba(0,0,0,0.35);}
.mission_content{ padding: 4.44em 3.33em; text-align: left;}
.mission_content h3.mission_title{ color: #fdb530; font-size: 1em; text-transform: uppercase; font-family: 'Montserrat', sans-serif; letter-spacing: 0.01em; padding-top: 0; margin-top: 0px; font-weight: 400;}
.mission_content p{ color: #fff; font-weight: 700; font-family: 'Montserrat', sans-serif; font-size: 2em; line-height: 144%; letter-spacing: 0.01em;}
.mission_content .yellow_bar{ display: block; height: 6px; width: 4.44em; background: #fdb530;}

/*** values ***/
.values_container{ width: 60%; min-height: 650px;}

.values_content{ position: relative; height: 100%;}
.values_content h2.section-title{ display: none;}

.value_text_container{ position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); width: 16.66em; height: 16.66em; border-radius: 50%; background: #fff; text-align: center; z-index: 4; display: table;}

.value_text_content{ display: table-cell; vertical-align: middle; padding: 0 1em;}

.value_text_content .btn{ margin-top: 0.75em;}
.value_text_content .btn:hover{ background: #fdb530; border-color: #fdb530;}

.values_mobile_slider, .value_pager{ display: none !important;}
.values_slider.desktop{ display: block;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.value_item:hover .front{ z-index: 0; }
	.value_item:hover .back{ z-index: 1;}
} 

/** University Model Section ***/
.university{ /*background-color: #ebebeb;*/ margin-top: 5.22em; padding: 3em 0; position: relative;}
.university::before{ content: ""; background-image: url(custom/images/curve_down.png); background-size: cover; position: absolute; top:0px; left:0px; width: 101%; height: 70%; background-position: bottom; z-index: 0;}

.university_container{ position: relative; margin: 0 auto; width: 88%; text-align: center; border-bottom: solid #fdb530 10px; background: #fff; display: flex; align-items: center;  box-shadow: 2px 2px 5px rgba(0,0,0,0.35);}
.uni_bg{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 1; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); opacity: 0.15; background-size: cover;}
.uni_content{ padding: 6.22em 5.22em 4.44em 5.22em; position: relative; z-index: 2;}
.uni_content p{ color: #252525; font-size: 1.55em; line-height: 170%; }

.university_container.fullsize{ width: 100%; height: 100vh;}

.uni_content a i{ font-size: 30px;}

/**** social and news section***/
.news{ padding: 8.88em 5% 13.88em; background-color: #ebebeb; position: relative;}

.news h2.section-title{ text-align: center;}

.social{ display: inline-block; width: 100%; margin-right: 4.44em; vertical-align: top;}

.social_icon{ display: inline-flex; padding: 5px; background: #fdb530; position: absolute; bottom: 0px; right: 0px;}
.social svg{ width: 1em; height: 1em;}
.social svg path{  fill: #002b5c !important;}

.social_top{ display: flex; justify-content: space-between; margin-bottom: 2em;}
.social_feed{ background: #fff; position: relative; padding-bottom: 0.5em;}
.facebook.social_feed .social_title{ margin: 1.5em 1.5em 0;}
.facebook.social_feed .post-detail .social_title{ margin: 0;}
.social-post{ margin: 0; display: flex; padding: 1.5em; }
.soc-pic{ margin-right: 1.5em;}

.post-detail{ margin-top: 0;}
.social_title{ padding: 0 0 10px 0; margin: 0 0 10px 0; color: #002b5c; font-size: 1em; font-weight: 700; display: block; border-bottom: solid 2px #767676;}
.post-detail{ font-size: 1em; line-height: 140%; color: #252525;}
.social-post.hasimg .post-detail{ max-width: 55%; overflow: hidden;}

/** social stream IG feed **/
#instagram_feed .social-post.hasimg .post-detail{ max-width: 100%; display: flex;}
#instagram_feed .soc-pic{ max-width: 215px;}

.events{ display: inline-block; width: 40%; vertical-align: top; text-align: center;}

.event_list{ width: 100%;}

.event{ display: flex; background: #fff; border-right: solid 10px #fdb530; margin-bottom: 2em; padding: 1.5em;}
.date{ border-right: #fdb530 thin solid; text-align: center; padding-right: 2.33em; margin-right: 2.33em; color: #002b5c; font-family: 'Montserrat', sans-serif; font-weight: 700; text-align: center;}
.date .month{ display: block; font-size: 1.33em; margin: 0; padding: 0; text-transform: uppercase; letter-spacing: 0.01em;}
.date .day{ display: blcok; font-size: 2.33em; margin: 0; padding: 0; letter-spacing: 0.01em;}

.event_item{ border-top: 1px solid #dfdfdf; padding-top: 1.167em; margin-top: 1.167em; text-align: left; position: relative;}
.event_item:nth-child(1){ border-top: none; padding-top: 0; margin-top: 0;}
.event_content{ padding-right: 35px;}
.event_content h6, .event_content h6 a{ margin: 0; padding: 0; font-size: 1em; line-height: 144%; color: #002b5c; font-size: 700; letter-spacing: 0.01em;}
.event_content .time{ color: #252525; font-size: 1em; font-weight: 400; letter-spacing: 0.01em; }

.event_arrow{ display: none; font-size: 30px; position: absolute; bottom: 0px; right: 0px; z-index: 999; color: #002b5c;}
.event_item:hover > .event_arrow{ display: inline-block;}

.news .hero_curve{ z-index: 10;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.soc-pic,.social_feed{ width: 100%;}
} 

/* graduates section ***/
.graduates{ padding: 6.667em 0;}

.grads_left{ margin-left: 5%; width: 20%; display: inline-block; vertical-align: middle; position: relative; z-index: 1;}
.grads_right{ margin-left: 2em; margin-right: 5%; width: calc( 70% - 2em - 5px); vertical-align: middle; display: inline-block;}

.slick-list{ padding-top: 20px !important; padding-bottom: 20px !important;}
.slick-list::before{ content: ""; position: absolute; left: 0; top: 0; height: 100%; background: #fff; width: 45px; z-index: 1;}
.slick-list::after{ content: ""; position: absolute; right: 0; top: 0; height: 100%; background: #fff; width: 45px; z-index: 1;}
.grad_item{ margin: 0 1em;}
.img_container{ display: flex; align-items: center; justify-content: center; border-radius: 50%; box-shadow: 0px 2px 10px rgba(0,0,0,0.25);}
.img_container img{ max-width: 85%; max-height: 70%;}

.grads_pager{}
.grads_pager button{ background: none; border: solid 1px #002b5c; border-radius: 50%; font-size: 0px; text-align: center; display: inline-block; width: 45px; height: 45px; cursor: pointer;}
.grads_pager button:first-child{ margin-right: 10px;}
.grads_pager button i{ font-size: 25px;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.img_container img{ max-width: 100px !important; max-height: 90px !important;}
} 

/** story section ***/
.story{ position: relative;}

.story_container{ position: relative; display: flex; z-index: 1;}

.story_left{ width: 50%; position: relative;}
.story_img{ position: absolute; width: 100%; height: 100%; background-size: cover; top: 0px; left: 0px; background-position: center;}

.story_right{ width: 50%;}
.story_content{ padding: 3.33em 1em 14.7em 8.05em;}
.story_content h2.section-title{ margin-bottom: 15px;}
.story_content .subtext{ color: #002b5c; font-weight: 700; font-size: 1.89em; letter-spacing: 0.01em; line-height: 135%; margin-top: 0; padding-top: 0; margin-bottom: 25px;}
.story_content p{ font-size: 1.556em; line-height: 170%; color: #363636;}

.viewbook_link{ display: inline-block; background: #266f9c; border: solid 15px #fff; border-radius: 50%; position: absolute; top: 39%; text-align: center; width: 11.11em; height: 11.11em; left: 50%; transform: translateX(-60%); box-sizing: border-box; z-index: 99;}
.viewbook_link span{ color: #fff; text-transform: uppercase; font-size: 1.167em; letter-spacing: 0.01em; font-family: 'Montserrat', sans-serif; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);}
.viewbook_link:hover{ background: #fdb530; border-color: #fdb530;}
.viewbook_link:hover span{ color: #002b5c;}

.story_link{ position: absolute; top: 68%; left: 45%; width: 9.44em; height: 9.44em; background: #853737; border: 15px #fff solid; border-radius: 50%; box-sizing: border-box; z-index: 99;}
.story_link span{ color: #fff; text-transform: uppercase; font-size: 1.167em; letter-spacing: 0.01em; font-family: 'Montserrat', sans-serif; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);}
.story_link:hover{ background: #fdb530; border-color: #fdb530;}
.story_link:hover span{ color: #002b5c;}

.homepage .story_curve{ position: absolute; left:0px; bottom: -1px; width: 100%; /* background-image: url('custom/images/footer_curve.png'); background-size: cover; background-position: top; height: 100px; */ z-index: 10;}
.story_curve img{ width: 100%; height: auto; display: inline-block; vertical-align: bottom;}


/**** TOOL OVERRIDES ******/

.with_both .detail_facultylist .staff_sec tr td.dir-col2, .with_both .detail_facultylist .staff_sec .hascols-3 tr td.dir-col2, .with_both .detail_facultylist .staff_sec .hascols-4 tr td.dir-col2,.with_both .detail_facultylist .staff_sec tr td.dir-link,.with_both .detail_facultylist .staff_sec tr td.dir-col4{ margin-left: 0;}
.detail_profiles .staff_header .profile ul li a{ color: #fff;}

.calendar_list .calendar_list_event .calendar_list_dt{ margin: 0.4em 0 0 0;}
.calendar_list .calendar_list_event .details{ margin-top: 0;}
.detail_upcomingevents .calendar_list .calendar_list_event{ padding: 0.333em 0;}
.detail_upcomingevents .calendar_list .calendar_list_date,.detail_upcomingevents .calendar_list hr{ margin: 0.33em 0;}

.detail_minical .calendar_grid td:empty,.detail_minical .calendar_grid tr:empty{ display: none !important;}

.with_both .staff_sec tr td{ float: none; display: inline-block;}

.standalone_page .event_data{ font-size: 1.25rem;}
.standalone_page .backlink{ margin: 0 0 2rem 0;}
.standalone_page .event_top .event_header span.fa{ margin: 2rem 0;}


/* new mission section slider - added on 9-30-21 by WA */
.missions_slider .slick-list::before, .missions_slider .slick-list::after{ display: none !important;}

.missions_slider .slick-dots{ list-style: none; margin: 0; padding: 0; display: flex; align-items: center;}
.missions_slider .slick-dots li{ width: 15%;}
.missions_slider .slick-dots li + li{ margin-left: 5px;}
.missions_slider .slick-dots button{ font-size: 0; background: #fdb530; height: 2px; width: 100%; transition: all 0.3s; border: none; appearance: none;}
.missions_slider .slick-dots li.slick-active button, .missions_slider .slick-dots li:hover button{ height: 6px;}

.mission_image_container{ text-align: center;}
.mission_image_container img{ display: inline-block !important;}

/*********** MEDIA QUERIES **********/
/* desktop only */
@media only screen and ( min-width: 1024px){
	#menu .default ul{ display: none;}
}

@media only screen and ( min-width: 767px){
	header{transition:all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; }
	
	.value_text.hidden{ display: none; transition:all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s;}
	.value_text_container h3{ /* top: 50%; transform: translateY(-50%); */ font-family: 'Montserrat', sans-serif; font-size: 2.33em; letter-spacing: 0.01em; line-height: 115%; margin: 0; padding: 0; position: relative; text-transform: uppercase; color: #002b5c;}
	.value_text_container .value_text{ display: block; transition:all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s;}

	.value_item{ position: absolute; width: 16.66em; height: 16.66em; perspective: 1000px;}

	.value_item .front{ background-size: cover; background-repeat: no-repeat; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; width: 16.66em; height: 16.66em; border: 2.22em solid #fff; box-sizing: border-box; border-radius: 50%; background-color: #fff;}
	.value_item .back{ width: 16.66em; height: 16.66em; border: 2.2em solid #fdb530; box-sizing: border-box; border-radius: 50%; background-color: #fdb530; text-align: center; display: none;}
	.value_item:hover .back{ display: block;}
	.value_item:hover .front{ display: none;}
	.value_item .back a{ position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); display: block; color: #002b5c;}
	.value_item .back h4, .value_item .back a h4{ color: #002b5c; font-size: 1.55em; padding-top: 0; margin-top: 0; font-family: 'Montserrat', sans-serif; font-weight: 400; text-transform: uppercase;}
	.value_item .back i{ font-size: 1.55em;}
	
	.value_item:nth-child(1){ left: 10%;}
	.value_item:nth-child(2){ left: 0; top: 30%; z-index: 2;}
	.value_item:nth-child(3){ left: 8%; top: 68%; z-index: 3;}
	.value_item:nth-child(4){ right: 2%; top: 3%; z-index: 2;}
	.value_item:nth-child(5){ right: 0; top: 37%; z-index: 1;}
	.value_item:nth-child(6){ right: 11%; top: 70%; z-index: 2;}

	/** card flip css **/
	/* flip the pane when hovered */
	.value_item:hover .flipper {
		transform: rotateY(180deg);
	}
		
		/* flip speed goes here */
	.flipper {
		transition: 0.6s;
		transform-style: preserve-3d;

		position: relative;
	}

	/* hide back of pane during swap */
	.front, .back {
		/* backface-visibility: hidden; */

		position: absolute;
		top: 0;
		left: 0;
	}

	/* front pane, placed above back */
	.front {
		z-index: 2;
		/* for firefox 31 */
		transform: rotateY(0deg);
	}

	/* back, initially hidden pane */
	.back {
		transform: rotateY(180deg);
	}
}

@media only screen and ( max-width: 1500px){
	header{ font-size: 15px;}
	
	.home_section.values{ font-size: 14px;}
}

@media only screen and ( max-width: 1400px){
	html, body{ font-size: 16px;}
	header{ font-size: 14px;}
	.home_section.values{ font-size: 12px;}
	
	#logo{ max-width: 20%;}
	#header_right{ width: 80%;}
}

@media only screen and ( max-width: 1250px){
	/* html, body{ font-size: 14px;} */
	.value_text_container h3{ font-size: 1.75em;}
	
	.values_container{ min-height: 500px;}
}

@media only screen and ( max-width: 1150px){
	.hero_text{ max-width: 90%;}
	.hero_text .wrapper{ max-width: 100%;}
	
	.story_content{ font-size: 12px; padding-left: 7em;}
}

@media only screen and ( max-width: 1080px){
	header{ font-size: 13px;}
}

@media only screen and ( max-width: 1024px){
	header{ font-size: 16px;}
	
	.search_icon{ margin: 0 5%;}
	.apply{ margin-right: 5%;}
	
	.hero{ margin-bottom: -3.4em;}
	.hero_text{ max-width: 90%; font-size: 13px;}
	
	.hero .hero_curve{ height: 70px;}
	
	/* home values section */
	.home_section.values .flex_wrapper{ flex-flow: wrap;}
	.mission_container{ margin-right: 0; width: 100%;}
	.values_container{ width: 100%; margin-bottom: 5em; min-height: auto;}
	.values_content{ height: 450px;}
	
	.address_left, .address_right{ display: block;}
	.address_left{ margin-bottom: 2em;}
	
	/* inside pages */
	.middle_column.with_both,.middle_column.with_right{ width: calc( 100% - 280px ); margin-right: 25px;}

	.right_column{ max-width: 250px;}
	
	.insidenav_togglemenu{ display: block;}
	#nav_container{ font-size: 16px;}
	#menu ul{ display: none; margin-top: 1em; border-top: thin solid #fff;}
	#menu ul ul{ display: none; margin: 1em 0; border-top: thin solid #fff; border-bottom: thin solid #fff;}
	#menu ul li{ display: block;}
}

@media only screen and ( max-width: 960px){
	.social{ margin-right: 0; margin-bottom: 2em; width: 100%;}
	.events{ width: 100%;}
	
	.story_container{ flex-flow: wrap;}
	.story_left, .story_right{ width: 100%;}
	.story_left{ min-height: 300px;}
	.story_content{ padding: 3.33em 1em 14.7em 1em}
	
	.story_link{ top: auto; left: auto; bottom: auto; right: 5px; transform: translateY(-105%);}
	.viewbook_link{ top: auto; bottom: 40px; left: 50%; transform: translateX(-50%);}
}

@media only screen and ( max-width: 767px){
	html, body{ font-size: 14px;}
	#main_container{ font-size: 16px;}
	
	#logo{ max-width: 35%;}
	
	.hero .hero_curve{ height: 50px;}
	.hero_text h2{ font-size: 1.5em;}
	.hero_text p{ font-size: 1em;}
	
	/* .hero_container.video .mobile_fallback{ display: block;}
	.hero_container.video video{ display: none;} */
	/* .hero_container.video .hero-overlay{ display: none;} */
	
	/* home page values section */
	.values_content h2.section-title{ display: block; text-align: center;}
	
	.values_mobile_slider, .value_pager{ display: block !important;}
	.values_slider.desktop{ display: none;}
	
	.values_content{ height: auto;}
	.value_text_container{ display: none !important;}
	.value_item{ text-align: center;}
	.value_item .front{ display: inline-block; width: 100px; height: 100px; margin-bottom: 10px; background-size: cover; background-repeat: no-repeat;}
	.value_item .back{ display: none;}
	.value_item h3{ font-size: 2em; padding-top: 0; margin-top: 0;}
	.value_pager{ display: block; text-align: center; margin-bottom: 15px;}
	.value_pager button{ background: none; border: none; font-size: 0; margin: 0; padding: 0; display: inline-block; vertical-align: middle; padding: 10px;}
	.value_pager button i{ font-size: 25px;  vertical-align: middle;}
	.value_pager button:nth-child(1){ margin-right: 20px;}
	
	.slick-list::before, .slick-list::after{ display: none;}
	
	.university{ margin-top: 0px;}
	.uni_content{ padding: 6.22em 2em 4.44em 2em;}
	
	.news{ padding-top: 50px;}
	
	.graduates{ padding: 0 0 50px 0;}
	.grads_left, .grads_right{ width: 100%; padding: 0; margin: 0; }
	.grads_left{ margin-bottom: 1.5em; text-align: center;}
	
	.grads_pager{ text-align: center;}
	
	/* FOOTER */
	.footer_top{ text-align: center;}
	.col.footer_left, .footer_tagline p{ padding-left: 0px;}
	
	.footer_row { margin-top: 1.5em;}
	.footer_row .flex_wrapper{ flex-flow: wrap;}
	.col.footer_right{ width: 100%; margin-top: 2em;}
	.address_left{ margin-right: 0;}
	.footer_util li{ text-align: center;}
	.footer_social{ margin-top: 3em;}
	.footer_tagline{ margin: 2em 2.5%;}
	
	/* inside pages */
	.middle_column.with_both,.middle_column.with_right{ width: 100%; margin-right: 0px;}

	.right_column{ max-width: 100%; margin-top: 50px;}
}

@media only screen and ( max-width: 640px){
	.social_top{ flex-flow: wrap;}
	.social_feed{ width: 100%; }
	.facebook.social_feed{ margin-right: 0; margin-bottom: 2em;}
	
	.hero{ margin-bottom: 0;}
	.hero .hero_curve{ height: 30px;}
	.hero_curve.video{ height: 50px;}
	.hero_container.video .hero_text{ transform: translateY(-50%); display: none;}
	.hero_text{ font-size: 12px; top: 58%;}
	
	.hero_text.mobile{ display: block; position: relative; left: auto; top: auto; transform: none; padding: 1.5em 2.5%; margin: 0 auto;}
	
	video::-webkit-media-controls {
		display:none !important; z-index: -9999999 !important;
	}
	
	.search_icon,.apply, .util_nav_button{display: none;}
	
	/* .story_link{bottom: 3%;}
	.viewbook_link{ bottom: 3%;} */
	
	/* inside pages */
	.insidepage h1{ font-size: 2em;}
	.insidepage h1.long-title{ font-size: 1.5em;}
}