/* 
Theme Name: RIS WP
Theme URI: https://www.rism.ac.th/
Description: RIS is a leading place of learning that inspires a socially engaged community of collaborative, creative and resilient learners dedicated to realizing their
Author: Phoenix Media | Digital Marketing Agency in Bangkok, Thailand
Author URI: https://www.phoenixmedia.co.th/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Grobal Style */
* 
{
	padding: 0;
	margin:0;
	box-sizing: border-box;
}
body {
  margin: 0;
    font-family: "Calibri", Sans-serif;
    font-weight: 400;
    font-size: 18px;
}
ol {
    padding-left: 18px;
    margin-bottom: .9rem;
}
:root {
/* Pre-k */
  --turquoise50: #F0F8F9;
  --turquoise100: #E1EFF2;
  --turquoise400: #85BFCC;
  --turquoise500: #67AFBF;
  --turquoise600: #4D838F;
  --turquoise700: #345860;
  --turquoisel200: #D0ECDB;

/* ES */
  --yellow50: #FEFBED;
  --yellow100: #FCF5DB;
  --yellow500: #F2CE4A;
  --yellow400: #F5D86E;
  --yellow600: #B69B38;
  --yellow700: #796725;
  
/* MS */
  --orange50: #FFEEE7;
  --orange100: #FFDCCD;
  --orange400: #FF7538;
  --orange500: #FF5206;
  --orange600: #BF3E05;
  --orange700: #802903;

/* HS */
  --green50: #E7F5E8;
  --green100: #CDE9D0;
  --green400: #39A944;
  --green500: #079315;
  --green600: #056E10;
  --green700: #044A0B;
}
body {
	background-blend-mode: multiply;
}
p {
    font-family: "Calibri","Prompt", Sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.elementor-text-editor ol, 
.elementor-text-editor ul {
	padding-left: 20px;
}
/* Master Header */
#site-logo-master {
	width:128px;
	position:absolute;
	left:50%!important;
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index: 10; 
	top:56px;
	transition:all .6s ease;
	-ms-transition:all .6s ease;
	-webkit-transition:all .6s ease 
}
#site-logo-master .elementor-column-wrap {
    padding: 15px;
    transition:all .6s ease;
    -ms-transition:all .6s ease;
    -webkit-transition:all .6s ease 
}
.logged-in #site-logo-master {
	top:88px;
}
#notice-bar a {
	text-decoration: underline;
}
#notice-bar .notice-slide .eael-grid-post-holder-inner .eael-entry-wrapper {
	display: none;
}
#notice-bar .notice-slide .eael-grid-post-holder-inner .eael-entry-content .eael-grid-post-excerpt {
	text-align: left;
}
#notice-bar .notice-slide .eael-grid-post-holder-inner .eael-entry-content .eael-grid-post-excerpt p,
#notice-bar .notice-slide .eael-grid-post-holder-inner .eael-entry-content .eael-grid-post-excerpt .eael-post-elements-readmore-wrap {
	display: contents;
}

/* Primary Menu */
#primary-menus-wrapper ul.elementor-nav-menu > li > .sub-menu {
	border-top: 8px solid #3B6EAF;
}
#primary-menus-wrapper li .sub-menu {
    padding: 14px 0;
    border-radius: 4px;
    box-shadow: 0px 8px 32px rgb(14 44 56 / 16%);
}
#primary-menus-wrapper li .sub-menu a {
	padding: 10px 24px;
	border-left: 0px;
}
#primary-menus-wrapper ul.elementor-nav-menu > li > .sub-menu:before
/* #primary-menus-wrapper li .sub-menu:before */ {
    border-left: 8px inset transparent;
    border-right: 8px inset transparent;
    border-bottom: 8px solid #3B6EAF;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    top: -15px;
    margin-left: -8px;
    position: absolute;
    width: 0;
    z-index: 1;
}
#primary-menus-wrapper ul.elementor-nav-menu > li > .sub-menu > .sub-menu {

}
.mobile-nav nav {
    padding: 14px 24px;
    border-radius: 4px;
    border-top: 8px solid #3B6EAF;
    box-shadow: 0px 8px 32px rgb(14 44 56 / 16%);
}
#secondary-menus-wrapper .mobile-nav nav li.menu-item a {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    border: 0;
    padding: 10px;
}
#secondary-menus-wrapper .mobile-nav nav .sub-menu li.menu-item a {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}
.mobile-nav nav li.current-menu-ancestor > a,
.mobile-nav nav li.current-menu-item > a {
  color: #6badda;
}
.mobile-nav nav li.current-menu-ancestor a.has-submenu.highlighted {
  border-bottom: 2px solid #6badda;
}
.mobile-nav nav li.current-menu-item .sub-menu li {
  border-bottom: 1px solid #cccccc;
}


/* Secondary Menu */
#secondary-menus-wrapper li.menu-item a {
    border-bottom: 2px solid;
    border-color: #6badda00;
}
#secondary-menus-wrapper li.menu-item a:hover {
	border-color: #6badda;
}

/* Homepage */
#homepage-header-master h1 span {
    font-size: 0.5em;
    display: block;
}
#homepage-header-master {
    clip-path: ellipse(120vw 80vh at 50% -5vh);
    -webkit-clip-path: ellipse(120vw 80vh at 50% -5vh);
}
#homepage-header-master #homepage-header-hero {
    clip-path: ellipse(120vw 79vh at 50% -5vh);
-webkit-clip-path: ellipse(120vw 79vh at 50% -5vh);
}
#homepage-header-master #homepage-header-hero .elementor-container {
    min-height: 79vh;
}

#section-welcome-hp .section-class .class-lists .elementor-image a {
	border-width: 8px;
	border-style: solid;
	border-color: transparent;
	border-radius: 4px; 
}
#section-welcome-hp .section-class #prek-class:hover .elementor-image a{ 
	border-color: #89D0CE ;
}
#section-welcome-hp .section-class #es-class:hover .elementor-image a{ 
	border-color: #D1232A ;
}
#section-welcome-hp .section-class #ms-class:hover .elementor-image a{ 
	border-color: #F5D86E ;
}
#section-welcome-hp .section-class #hs-class:hover .elementor-image a{ 
	border-color: #B05D9B ;
}
#section-welcome-hp .section-class .class-lists:hover .elementor-image a img  { 
	border-radius: 0px; 
}
#section-welcome-hp .section-class .class-lists:hover .elementor-heading-title a {
	text-decoration: underline;
}
#home-news,
#home-event {
	overflow: hidden;
}
#home-news .eael-post-grid-container .swiper-slide article,
#home-event .eael-post-grid-container .swiper-slide article {
	filter: drop-shadow(0px 4px 4px rgba(14, 44, 56, 0.15));
}
#home-news .eael-post-grid-container .swiper-slide article:hover,
#home-event .eael-post-grid-container .swiper-slide article:hover {
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));	
}
#home-news .eael-post-carousel .swiper-slide .eael-entry-meta,
#home-event .eael-post-carousel .swiper-slide .eael-entry-meta {
	background: #628BBF;
    width: 72px;
    height: 72px;
    border: #fff solid 4px;
    padding: 15px 10px;
	vertical-align: middle;
	border-radius: 50px;
}
#home-news .eael-post-carousel .swiper-slide .eael-posted-on,
#home-event .eael-post-carousel .swiper-slide .eael-posted-on {
    display: block;
	line-height: 1;	
}
#home-news .eael-post-carousel .swiper-slide .eael-entry-meta time,
#home-event .eael-post-carousel .swiper-slide .eael-entry-meta time {
    white-space: break-spaces;
    color: #fff;
}
#home-news .eael-post-carousel .swiper-slide .eael-entry-header {
    min-height: 60px;
}
#home-news .eael-post-carousel .swiper-slide .eael-entry-content {
    padding: 0px 20px 20px 20px;
}
#home-news .eael-post-carousel .swiper-slide .eael-post-elements-readmore-wrap {
    text-align: left;
}
#home-news .eael-post-carousel .swiper-slide .eael-post-elements-readmore-wrap a:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f054";
    padding-right: 5px;
    font-size: 12px;
}
#home-event .eael-post-carousel .swiper-slide .eael-entry-meta {
    position: absolute;
    top: -30px;
    left: 50%!important;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#home-event .swiper-slide {
	padding-top: 30px;
}
#home-event .swiper-slide .eael-grid-post-holder-inner {
	padding: 20px;
}
#home-event .swiper-slide .eael-entry-title {
    text-align: center;
    margin-bottom: 15px;
}
#home-event .swiper-slide .eael-entry-header:after  {
    content: '';
    border-bottom: 4px solid #F2CE4A;
    width: 48px;
    display: block;
    margin: auto;
}
/* Homepage - CTA */
#homepage-cta {
    min-height: 650px;
}
#homepage-cta .cta-title {
    color: #3B6EAF;
    font-family: "Avenir LT Std", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5em;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #F2CE4A;
    margin-bottom: 20px;
}
#homepage-cta .cta-desc {
    margin-bottom: 25px;
}
#homepage-cta a.cta-button {
    font-family: "Cabin", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    fill: #3B6EAF;
    color: #3B6EAF;
    background-color: #1D427D00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3B6EAF;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 20px;
    display: inline-block;
}

/* Inner Page */
#inner-hero {
    clip-path: ellipse(110vw 60vh at 50% -5vh);
	-webkit-clip-path: ellipse(110vw 60vh at 50% -5vh);
}
#page-header-master {
    clip-path: ellipse(110vw 60vh at 50% -5vh);
    -webkit-clip-path: ellipse(110vw 60vh at 50% -5vh);
}
#page-header-master #page-header-hero {
    clip-path: ellipse(110vw 59vh at 50% -5vh);
    -webkit-clip-path: ellipse(110vw 59vh at 50% -5vh);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#page-header-master #page-header-hero .elementor-container {
    min-height: 58vh;
}
#innerpage-content-container h2 {
    /*font-family: "Avenir LT Std", Sans-serif;
    font-weight: 600;
    text-transform: none;*/
}
.content-heading .elementor-heading-title {
    display: inline-block;
    line-height: 1.5;
    border-bottom: 5px solid #3b6eaf;
    margin-bottom: 0.5em;
}
.single-post #innerpage-content-container h2 {
    font-size: 1.5em;
}
.single-post #innerpage-content-container h3 {
    font-size: 1.2em;
}
#innerpage-content-container ul {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: .9rem;
}
#innerpage-content-container .gform_body ul {
    padding-left: 0;
}
#innerpage-content-container .gform_wrapper .gform_fields .gfield select {
    padding: 7px 5px 6px 5px;
}
#alumni-header-image #header-image {
	box-sizing: border-box;
	filter: drop-shadow(0px 8px 32px rgba(14, 44, 56, 0.16));
}
#alumni-header-image #header-image #image-1 {
	
}
#alumni-header-image #header-image #image-2 {
	transform: rotate(-3.87deg);
}
#alumni-header-image #header-image #image-3 {
	transform: rotate(6.28deg);
}
.figcaption p {
    font-size: 16px;
    line-height: 1.4;
    font-style: italic;
}
#typical-day-tb thead {
    display: none;
}
#typical-day-tb .tb-hl  {
background: #f2f2f2;
}
/* IMAGE */
.img-border {
    width: 87%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 168%;
}
.img-border:before {
    content: '';
    border-radius: 50%;
    border: 20px solid rgba(59, 110, 175, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease; */

}
/*.img-border:hover:before {
    border: 43px solid rgba(145,39,114,.8);    
}*/

/* Page - Alumni */
.alumni-cta .elementor-cta__bg-wrapper {
	border-radius: 4px;
}
.alumni-cta .elementor-widget-call-to-action .elementor-widget-container {
	filter: drop-shadow(0px 8px 8px rgba(14, 44, 56, 0.16));
}
.alumni-cta  .elementor-cta .elementor-cta__bg-overlay {
	transition-duration: 0ms !important;
}
.alumni-cta .elementor-cta:not(:hover) .elementor-cta__bg-overlay {
	background: linear-gradient(360deg, rgba(25, 55, 84, 0.7) 15.6%, rgba(255, 255, 255, 0) 100%);
}
.alumni-cta .elementor-cta__content {
	position: absolute;
    bottom: 0;
    background: #f7f7f700 !important;
}
.alumni-cta .elementor-cta__content .elementor-cta__title {
	text-align: left;
}

/* Page - Single Post (News) */
#ris-news-section {
    
}
#ris-news-section .news-list .elementor-post__meta-data {
    background: #628BBF;
    width: 72px;
    height: 72px;
    border: #fff solid 4px;
    padding: 15px 10px;
    vertical-align: middle;
    border-radius: 50px;
    position: absolute;
    top: 204px;
    left: 20px;
    line-height: 1;
}
#ris-news-section .news-list .elementor-post-date {
    color: #fff;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    display: block;
}
#ris-news-section .news-list article,
#ad-astra-archives .elementor-posts-container article,
#ris-news-container .eael-post-list-post {
    filter: drop-shadow(0px 4px 4px rgba(14, 44, 56, 0.15));
}
#ris-news-section .news-list article:hover,
#ad-astra-archives .elementor-posts-container article:hover,
#ris-news-container .eael-post-list-post:hover {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));  
}
.page-id-1751 #home-news,
.page-id-362 #home-news {
    display: none;
}
/* Page - Ad Astra Archives */
#ad-astra-archives .elementor-posts-container article a {
    margin-bottom: 0px;
}
/* Page - News */
#ris-news-container .eael-post-list-header .header-title .title {
    padding-left: 0px;
}
#ris-news-container .eael-post-list-header .post-categories a {
    border-radius: 4px;
}
#ris-news-container .eael-post-list-post {
    display: block;
    box-shadow: none;
}
#ris-news-container .eael-post-list-post .eael-post-list-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 245px;
    width: 100%;
    max-width: 100%;
    border-radius: 4px 4px 0 0;
}
#ris-news-container .eael-post-list-post .eael-post-list-thumbnail img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

#ris-news-container .eael-post-list-container .eael-post-list-posts-wrap {
    grid-gap: 30px;
}
#ris-news-container .eael-post-list-post .eael-post-list-content {
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 30px;
}
#ris-news-container .eael-post-list-post .eael-post-list-content .meta {
    background: #628BBF;
    width: 72px;
    height: 72px;
    border: #fff solid 4px;
    padding: 15px 10px;
    vertical-align: middle;
    border-radius: 50px;
    position: absolute;
    top: 204px;
    left: 20px;
    line-height: 1;
}
#ris-news-container .eael-post-list-post .eael-post-list-content .meta i {
    display: none;
}
/* Page - School Calendar */
#ris-event-calendar .fc-unthemed a.fc-day-grid-event {
    margin: 5px;
    border: 1px solid #d5e3f3 !important;
}
#ris-event-calendar .fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: hidden;
    text-align: center;
}
#ris-event-calendar .fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: hidden;
    text-align: center;
}
/* Page - Boarding */
#seelos-schedule-tb table {
    margin: 0px;
}
#seelos-schedule-tb tr td:nth-child(1) p{ 
    font-weight: bold !important;
}
#seelos-schedule-tb thead {
    display: none;
}
/*// Custom Color //*/
/* Elementary School */
.page-id-82 #notice-bar {
	background-color:  var(--yellow50); 
}
.page-id-82 #notice-bar .notice-text {
	
}
.page-id-82 #notice-bar .notice-slide .eael-grid-post-holder-inner .eael-entry-content .eael-grid-post-excerpt p,
.page-id-82 #notice-bar .notice-slide .eael-grid-post-holder-inner .eael-entry-content .eael-grid-post-excerpt .eael-post-elements-readmore-btn,
.page-id-82 #notice-bar .notice-text .elementor-icon-box-description,
.page-id-82 #notice-bar .notice-text .elementor-icon-box-description a {
	color: var(--yellow500);
}
.page-id-82 #secondary-menus-wrapper {
	background-color: var(--yellow500);	
}
.page-id-82 #site-logo-master .elementor-element-populated {
	background-color: var(--yellow600); 
}
.elementary-content .elementor-image-carousel-wrapper .elementor-swiper-button,
.elementary-content .elementor-image-carousel-wrapper .swiper-pagination-bullets {
	background: var(--yellow100); 
	border-radius: 4px;
    padding: 5px;
}
.elementary-content .elementor-image-carousel-wrapper .elementor-swiper-button-prev {
	margin-left: -25px;
}
.elementary-content .elementor-image-carousel-wrapper .elementor-swiper-button-next {
	margin-right: -25px;
}
.elementary-content .elementor-image-carousel-wrapper .swiper-pagination-bullets {
	display: inline-block;
    width: auto;
    position: absolute;
    left: 50%!important;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    line-height: 1;
	padding: 0 5px 5px;
}
.elementary-content .elementor-image-carousel-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--yellow500) !important;
}
.elementary-content .elementor-image-carousel-wrapper .swiper-pagination-bullet {
	background: #ffffff !important;
	opacity: 1
}
.elementary-content a {
    color: var(--yellow500);
}
.elementary-table thead {
	display: none;
}
.elementary-gallery .elementor-gallery__container a.e-gallery-item,
.elementary-gallery-2 .elementor-gallery__container a.e-gallery-item {
filter: drop-shadow(0px 4px 16px rgba(14, 44, 56, 0.15));
border-radius: 4px;
}
#home-news.elementary-page .eael-post-carousel .swiper-slide .eael-entry-meta {
    background: var(--yellow400);
}
.page-id-82 #footer-social .elementor-element.elementor-view-stacked .elementor-icon {
    background-color: var(--yellow100);
    color: var(--yellow500);
}
.page-id-82 #main-footer-wrapper {
	background-image: url(../png/footer-bg-min.png);
}
.page-id-82 #footer-credit {
	background-color: var(--yellow700);
}
.page-id-82 #main-footer-wrapper #main-footer-left .elementor-element-populated {
    border-color: var(--yellow100);
}
.page-id-82 #main-footer-wrapper #main-footer-left .elementor-icon-list-icon svg path {
    fill: var(--yellow100) !important;
}
.page-id-82 .notice-text .elementor-icon {
	background-color: var(--yellow100) !important;
}
.page-id-82 .notice-text .elementor-icon .st0 {
    fill: var(--yellow500) !important;
}
.page-id-82 #footer-credit {
    background-color: var(--yellow700);
}
.page-id-82 .elementor-text-editor a {
	color: var(--yellow500);
}
.page-id-82 .elementary-content .elementor-image-carousel-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--yellow500) !important;
}
.page-id-82 .elementary-content .elementor-image-carousel-wrapper .elementor-swiper-button, 
.page-id-82 .elementary-content .elementor-image-carousel-wrapper .swiper-pagination-bullets {
	background: var(--yellow100);
}

/* Pre-K Color */
.page-id-1799 #home-news .eael-post-carousel .swiper-slide .eael-entry-meta {
	background: var(--turquoise500);	
}
.page-id-1799 #site-logo-master .elementor-element-populated {
	background-color: var(--turquoise600); 
}
.page-id-1799 #secondary-menus-wrapper {
    background-color: var(--turquoise500);
}
.page-id-1799 #notice-bar {
    background-color: var(--turquoise50);
}

.page-id-1799 #notice-bar .notice-slide .eael-grid-post-holder-inner .eael-entry-content .eael-grid-post-excerpt p,
.page-id-1799 #notice-bar .notice-slide .eael-grid-post-holder-inner .eael-entry-content .eael-grid-post-excerpt .eael-post-elements-readmore-btn,
.page-id-1799 #notice-bar .notice-text .elementor-icon-box-description, 
.page-id-1799 #notice-bar .notice-text .elementor-icon-box-description a {
    color: var(--turquoise500);
}
.page-id-1799 #primary-menus-wrapper li .sub-menu {
	border-top: 8px solid var(--turquoise600);
}
.page-id-1799 #main-footer-wrapper {
    background-image: url(../png/footer-bg-pre-k-min.png);
}
.page-id-1799 #footer-credit {
    background-color: var(--turquoise700);
}
.page-id-1799 #main-footer-wrapper #main-footer-left .elementor-element-populated {
	border-color: var(--turquoise100);
}
.page-id-1799 #footer-social .elementor-element.elementor-view-stacked .elementor-icon {
    background-color: var(--turquoise100);
    color: var(--turquoise500);
}
.page-id-1799 .notice-text .elementor-icon {
	background-color: var(--turquoise100) !important;
}
.page-id-1799 .notice-text .elementor-icon .st0 {
    fill: var(--turquoise500) !important;
}
.page-id-1799 #footer-credit {
    background-color: var(--turquoise700);
}
.page-id-1799 .elementor-text-editor a {
	color: var(--turquoise500);
}
.page-id-1799 .elementary-content .elementor-image-carousel-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--turquoise500) !important;
}
.page-id-1799 .elementary-content .elementor-image-carousel-wrapper .elementor-swiper-button, 
.page-id-1799 .elementary-content .elementor-image-carousel-wrapper .swiper-pagination-bullets {
	background: var(--orange100);
}
/* MS Color */
.page-id-96 #notice-bar {
    background-color: var(--orange50);
}
.page-id-96 #notice-bar .notice-slide .eael-grid-post-holder-inner .eael-entry-content .eael-grid-post-excerpt p,
.page-id-96 #notice-bar .notice-slide .eael-grid-post-holder-inner .eael-entry-content .eael-grid-post-excerpt .eael-post-elements-readmore-btn,
.page-id-96 #notice-bar .notice-text .elementor-icon-box-description, 
.page-id-96 #notice-bar .notice-text .elementor-icon-box-description a {
    color: var(--orange500);
}
.page-id-96 #secondary-menus-wrapper {
    background-color: var(--orange500);
}
.page-id-96 #site-logo-master .elementor-element-populated {
    background-color: var(--orange600);
}
.page-id-96 #footer-social .elementor-element.elementor-view-stacked .elementor-icon {
    background-color: var(--orange100);
    color: var(--orange500);
}
.page-id-96 #main-footer-wrapper {
    background-image: url(../png/footer-bg-orange.png);
}
.page-id-96 #main-footer-wrapper #main-footer-left .elementor-element-populated {
    border-color: var(--orange100);
}
.page-id-96 #footer-credit {
    background-color: var(--orange700);
}
.page-id-96 #main-footer-wrapper #main-footer-left .elementor-icon-list-icon svg path {
    fill: var(--orange100) !important;
}
.page-id-96 #home-news.elementary-page .eael-post-carousel .swiper-slide .eael-entry-meta {
    background: var(--orange400);
}
.page-id-96 .notice-text .elementor-icon {
	background-color: var(--orange100) !important;
}
.page-id-96 .notice-text .elementor-icon .st0 {
    fill: var(--orange500) !important;
}
.page-id-96 #footer-credit {
    background-color: var(--orange700);
}
.page-id-96 .elementor-text-editor a {
	color: var(--orange500);
}
.page-id-96 .elementary-content .elementor-image-carousel-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--orange500) !important;
}
.page-id-96 .elementary-content .elementor-image-carousel-wrapper .elementor-swiper-button, 
.page-id-96 .elementary-content .elementor-image-carousel-wrapper .swiper-pagination-bullets {
	background: var(--orange100);
}

/* HS Color */
.page-id-86 #main-footer-wrapper {
    background-image: url(../png/footer-bg-green_min.png);
}
.page-id-86 #home-news.elementary-page .eael-post-carousel .swiper-slide .eael-entry-meta {
    background: var(--green400);
}
.page-id-86 #notice-bar {
    background-color: var(--green50);
}
.page-id-86 #site-logo-master .elementor-element-populated {
    background-color: var(--green600);
}
.page-id-86 #secondary-menus-wrapper {
    background-color: var(--green500);
}
.page-id-86 #notice-bar .notice-slide .eael-grid-post-holder-inner .eael-entry-content .eael-grid-post-excerpt p,
.page-id-86 #notice-bar .notice-slide .eael-grid-post-holder-inner .eael-entry-content .eael-grid-post-excerpt .eael-post-elements-readmore-btn,
.page-id-86 #notice-bar .notice-text .elementor-icon-box-description, 
.page-id-86 #notice-bar .notice-text .elementor-icon-box-description a {
    color: var(--green500);
}
.page-id-86 #footer-social .elementor-element.elementor-view-stacked .elementor-icon {
    background-color: var(--green100);
    color: var(--green500);
}
.page-id-86 #main-footer-wrapper #main-footer-left .elementor-icon-list-icon svg path {
    fill: var(--green100) !important;
}
.page-id-86 #main-footer-wrapper #main-footer-left .elementor-element-populated {
    border-color: var(--green100);
}
.page-id-86 .notice-text .elementor-icon {
	background-color: var(--green100) !important;
}
.page-id-86 .notice-text .elementor-icon .st0 {
    fill: var(--green500) !important;
}
.page-id-86 #footer-credit {
    background-color: var(--green700);
}
.page-id-86 .elementor-text-editor a {
	color: var(--green500);
}
.page-id-86 .elementary-content .elementor-image-carousel-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--green500) !important;
}
.page-id-86 .elementary-content .elementor-image-carousel-wrapper .elementor-swiper-button, 
.page-id-86 .elementary-content .elementor-image-carousel-wrapper .swiper-pagination-bullets {
	background: var(--green100);
}
#es-content ul#eael-feature-list-bdb62df {
    padding-left: 0 !important
}

/* Main Footer */
#main-footer-wrapper #main-footer-left #site-name span {
	display: block;
	font-size: 36px;
}
#main-footer-wrapper #main-footer-right .menu-item a {
	display: inline-block;
}
#main-footer-wrapper #main-footer-right .menu-item a:hover{
	text-decoration: underline;
}
#footer-social .elementor-icon {
	box-shadow: 0px 4px 16px rgba(14, 44, 56, 0.15);
}
#footer-social .elementor-icon:hover {
	box-shadow: none;
}

p.alumni-coming-soon {
    width: 100%;
    text-align: center;
}

span.highlighted {
    font-weight: bold;
    color: #1f3552;
    background: #f7c011;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 25px;
    margin: 5px 0 10px -20px;
    /* -webkit-box-shadow: 5px 3px 0px 0px #1f3552; */
    /* box-shadow: 7px 7px 0px 0px #1f3552; */
    -webkit-box-shadow: 5px 5px 0px 0px #1f3552;
	box-shadow: 5px 5px 0px 0px #1f3552;
}
.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* filter New CSS */
.filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 56px;
  }
  
  .filter span {
	font-size: 28px;
	color: #000;
	margin-right: 18px;
	font-family: "Bebas Neue", Sans-serif;
  }

.filter .wrapper{
	position: relative;
}
  
  .filter .wrapper > button{
	display: none;
	border: 0px;
	border-radius: 0px;
	color: #000;
	font-size: 16px;
	padding: 0;
	border-bottom: 1px solid;
	min-width: 180px;
	text-align: left;
	  position: relative;
  }

	.filter .wrapper > button:after {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 16px;
		color: #000;
		position: absolute;
		right: 0px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: all .5s ease-in-out;
	}
  
  .filter .wrapper > button:focus{
	outline: 0px;
	  background: transparent;
  }
  
  .filter .wrapper > button:hover{
	background: none;
  }
  
  .filter ul {
	list-style: none;
	padding-left: 0px;
  }
  
  .filter ul li {
	display: inline-block;
	padding: 0px 5px;
  }
  
  .filter ul li.active a {
	background: #3B6EAF;
  }
  
  .filter ul li a {
	padding: 8px 25px;
	display: inline-block;
	background: #89A8CF;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
  }
  
  .filter ul li a:hover {
	background: #3B6EAF;
  }

 /*** RIS Magazine Page ***/
.ris-magazine-archive .elementor-pagination .page-numbers {
    width: 35px;
    line-height: 35px;
    display: inline-block;
    color: #2c5383;
    border-radius: 25px;
}
.ris-magazine-archive .elementor-pagination .page-numbers.current {
    background: #2c5383;
    color: #fff;
}
@media only screen and (min-width: 1025px) {
/* Homepage - CTA */
  #homepage-cta .cta-image-wrapper {
    position: absolute;
    left: 50%!important;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 46%;
    padding: 25px 2% 0 2%;
  }
  #homepage-cta .cta-image-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 275px;
    width: 100%;
    border: 7px #fff solid;
    border-radius: 50%;
    filter: drop-shadow(0px 16px 48px rgba(14, 44, 56, 0.16));
  }
  #homepage-cta .cta-image-holder img {
      flex-shrink: 0;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
  }
  #homepage-cta .home-cta-list-i {
      width: 25%;
      position: absolute;
  }
  #homepage-cta .home-cta-list-1 {
      top: 0;
      left: 0;
  }
  #homepage-cta .home-cta-list-2 {
      top: 350px;
      left: 20%;
  }
  #homepage-cta .home-cta-list-3 {
      top: 350px;
      right: 20%;
  }
  #homepage-cta .home-cta-list-4 {
      top: 0;
      right: 0;    
  }
  #homepage-cta .cta-img {
      display: none;
  }
  #homepage-cta .home-cta-list-3 .cta-title,
  #homepage-cta .home-cta-list-3 .cta-desc,
  #homepage-cta .home-cta-list-4 .cta-desc,
  #homepage-cta .home-cta-list-4 .cta-title {
  	text-align: right;
  }
  #homepage-cta .home-cta-list-3 a.cta-button,
  #homepage-cta .home-cta-list-4 a.cta-button {
    right: 0;
    position: absolute;
	margin-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  #esschool-gallery .elementor-gallery__container a.e-gallery-item:nth-child(1),
  #esschool-gallery .elementor-gallery__container a.e-gallery-item:nth-child(8),
  #esschool-gallery .elementor-gallery__container a.e-gallery-item:nth-child(12) {
    margin-top: -115px;
  }
  #esschool-gallery .elementor-gallery__container a.e-gallery-item:nth-child(3),
  #esschool-gallery .elementor-gallery__container a.e-gallery-item:nth-child(7),
  #esschool-gallery .elementor-gallery__container a.e-gallery-item:nth-child(11) {
    margin-top: -75px;
  }
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(3),
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(7)  {
    margin-top: -55px;
  }
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(4),
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(6),
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(10) {
    margin-top: -115px;
  }
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(1),
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(5),
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(9) {
    margin-top: -135px;    
  }
}
@media only screen and (max-width: 1599px) and (min-width: 1024px) {
  #esschool-gallery .elementor-gallery__container a.e-gallery-item:nth-child(1),
  #esschool-gallery .elementor-gallery__container a.e-gallery-item:nth-child(8),
  #esschool-gallery .elementor-gallery__container a.e-gallery-item:nth-child(12) {
    margin-top: -115px;
  }
  #esschool-gallery .elementor-gallery__container a.e-gallery-item:nth-child(3),
  #esschool-gallery .elementor-gallery__container a.e-gallery-item:nth-child(7),
  #esschool-gallery .elementor-gallery__container a.e-gallery-item:nth-child(11) {
    margin-top: -75px;
  }
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(1),
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(5),
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(9) {
    margin-top: -135px;    
  }
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(3),
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(6),
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(10)  {
    margin-top: -55px;
  }
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(4),
  #hs-gallery .elementor-gallery__container a.e-gallery-item:nth-child(7) {
    margin-top: -115px;
  }
}
@media only screen and (min-width: 1024px) {
  .school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(1),
  .school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(5),
  .school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(8) {
    margin-top: -175px;
  }
  .school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(2),
  .school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(7) {
    margin-top: -35px;
  }
  .school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(4) {
    margin-top: -70px;
  }
  .elementary-gallery-2 .elementor-gallery__container a.e-gallery-item:nth-child(2) {
    margin-top: 50px;
  }
  #pre-k-gallery.school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(1) {
    margin-top: -75px;
  }
  #pre-k-gallery.school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(5) {
    margin-top: 0px;
  }
  #pre-k-gallery.school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(2) {
    margin-top: -30px;
  }
  #pre-k-gallery.school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(6) {
    margin-top: -75px;
  }
  #pre-k-gallery.school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(3) {
    margin-top:0px;
  }
  #pre-k-gallery.school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(8) {
    margin-top:-30px;
  }
  #pre-k-gallery.school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(4),
  #pre-k-gallery.school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(7) {
    margin-top: -75px;
  }
  #es-gallery.school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(2), 
  #es-gallery.school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(7) {
      margin-top: -125px;
  }
  #ms-gallery.school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(1),
  #ms-gallery.school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(5),
  #ms-gallery.school-gallery .elementor-gallery__container a.e-gallery-item:nth-child(8) {
    margin-top: -75px;
  }
  #ms-gallery .elementor-gallery__container a.e-gallery-item:nth-child(1),
  #ms-gallery .elementor-gallery__container a.e-gallery-item:nth-child(7) {
    margin-top: -75px;
  }
  #ms-gallery .elementor-gallery__container a.e-gallery-item:nth-child(4),
  #ms-gallery .elementor-gallery__container a.e-gallery-item:nth-child(9) {
    margin-top: -115px;
  }
  #ms-gallery .elementor-gallery__container a.e-gallery-item:nth-child(3),
  #ms-gallery .elementor-gallery__container a.e-gallery-item:nth-child(5),
  #ms-gallery .elementor-gallery__container a.e-gallery-item:nth-child(8)  {
    margin-top: -55px;
  }
}
  @media (max-width: 1024px) {
    #homepage-cta .cta-image-holder {
        height: 200px;
    }
    #homepage-cta .cta-image-wrapper {
        display: none;
    }
    #homepage-cta .home-cta-list {
      display: inline-table;
    }
    #homepage-cta .cta-img {
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      height: 225px;
      width: 100%;
      border: 7px solid #fff;
      margin-bottom: 15px;
      filter: drop-shadow(0px 5px 5px rgba(14, 44, 56, 0.16));
    }
    #homepage-cta .cta-img img {
      flex-shrink: 0;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
    }
    #homepage-cta .home-cta-list-i {
      width: 50%;
      display: inline-block;
      padding: 10px;
    }
    #homepage-cta a.cta-button {
      margin: 0px;
      display: inherit;
    }
    .drawer-is-active #site-logo-master {
      /*top: 0;*/
      width: 70px;
    }
    .drawer-is-active #site-logo-master .elementor-column-wrap {
        padding: 5px;
    }
    #inner-hero {
        /*-webkit-clip-path: circle(250vh at 50% -170vh);
        clip-path: circle(250vh at 50% -170vh);*/
        clip-path: ellipse(110vw 40vh at 50% -5vh);
        -webkit-clip-path: ellipse(110vw 40vh at 50% -5vh);
    }
    #homepage-header-master {
        clip-path: ellipse(110vw 60vh at 50% -2vh);
        -webkit-clip-path: ellipse(110vw 60vh at 50% -2vh);
    }
    #page-header-master {
        clip-path: ellipse(110vw 40vh at 50% -1vh);
        -webkit-clip-path: ellipse(110vw 40vh at 50% -1vh);
    }
    #homepage-header-master #homepage-header-hero{
        clip-path: ellipse(110vw 59vh at 50% -2vh);
        -webkit-clip-path: ellipse(110vw 59vh at 50% -2vh);
    }
    #page-header-master #page-header-hero {
        clip-path: ellipse(110vw 39vh at 50% -1vh);
        -webkit-clip-path: ellipse(110vw 39vh at 50% -1vh);
    }
    #homepage-header-master #homepage-header-hero .elementor-container {
        min-height: 59vh;
    }
    #page-header-master #page-header-hero .elementor-container {
        min-height: 39vh;
    }
    .elementary-gallery-2 {
        position: relative !important;
    }
    #secondary-menus-left nav  ul  .sub-menu,
    #secondary-menus-right nav  ul  .sub-menu  {
		background: #3a6eae;
    }
    #secondary-menus-left nav  ul  .sub-menu a,
    #secondary-menus-right nav  ul  .sub-menu a {
		color: #FFFFFF;
    }
	#secondary-menus-left ul.elementor-nav-menu > li > .sub-menu:before,
	#secondary-menus-right ul.elementor-nav-menu > li > .sub-menu:before,
	#secondary-menus-left ul.elementor-nav-menu .sub-menu .sub-menu:before,
	#secondary-menus-right ul.elementor-nav-menu .sub-menu .sub-menu:before {
	    border-left: 8px inset transparent;
	    border-right: 8px inset transparent;
	    border-bottom: 8px solid #3B6EAF;
	    bottom: 0;
	    content: "";
	    height: 0;
	    left: 50%;
	    top: 48px;
	    margin-left: -8px;
	    position: absolute;
	    width: 0;
	    z-index: 1;
	}
    #secondary-menus-left nav  ul .sub-menu .sub-menu,
    #secondary-menus-right nav  ul .sub-menu .sub-menu  {
		background: #2c5382;
    }
	#secondary-menus-left ul.elementor-nav-menu .sub-menu .sub-menu:before,
	#secondary-menus-right ul.elementor-nav-menu .sub-menu .sub-menu:before {
	    border-bottom: 8px solid #2c5382;		
	}
  }
  @media(max-width: 767px){
	  .filter span {
		  font-size: 24px;
	  }
	.filter .wrapper > button{
	  display: block;
	}
	  
	  .filter .wrapper > button.active::after{
		  -webkit-transform: translateY(-50%) rotate(-180deg);
		  -ms-transform: translateY(-50%) rotate(-180deg);
		  transform: translateY(-50%) rotate(-180deg);
	  }

	  .filter ul{
		  display: none;
		  position: absolute;
		  left: 0px;
		  width: 100%;
		  top: 100%;
		  z-index: 9;
	  }
	
	.filter ul li {
	  display: block;
	  padding: 0px;
	}
	
	.filter ul li a {
	  padding: 8px 25px;
	  display: block;
	  border-radius: 0px;
	}
    #homepage-cta .home-cta-list-i {
      width: 100%;
    }
    #main-footer-wrapper #main-footer-right .menu-item a {
        display: block;
        text-align: center;
    }
    #ris-news-container .eael-post-list-post .eael-post-list-thumbnail {
    	height: 175px;
    }
    #ris-news-container .eael-post-list-post .eael-post-list-content .meta {
		top: 140px;
    }
    .single-publications #publications-wrapper .elementor-shortcode > div {
        display: table !important;
        margin: 0 auto;
    }
  }
  
  
  
  /* list1 */
  .list1 {
	list-style: none;
	padding-left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 56px;
  }
  
  .list1 li {
	padding: 0px 12px;
	margin-bottom: -24px;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  
  .list1 li:nth-child(4n+1){
	padding-top: 48px;
  }
  
  .list1 li:nth-child(4n+2){
	padding-top: 24px;
  }
  
  .list1 li:nth-child(4n+4){
	padding-top: 48px;
  }
  
  .list1 .wrapper {
	position: relative;
	box-shadow: 0px 4px 16px 0px rgba(14,44,56,0.15);
	border-radius: 4px;
	overflow: hidden;
  }
  
  .list1 .wrapper:hover .description h3 {
	text-decoration: underline;
  }
  
  .list1 .wrapper figure {
	position: relative;
  }
  
  .list1 .wrapper figure::before {
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(196, 196, 196, 0) 100%);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
  }
  
  .list1 .wrapper figure img {
	vertical-align: bottom;
	width: 100%;
	height: 392px;
	object-fit: cover;
	object-position: center;
  }
  
  .list1 .wrapper .description {
	background: linear-gradient(360deg, rgba(25, 55, 84, 0.7) 15.6%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
  }
  
  .list1 .wrapper .description .tag p {
	text-align: right;
	font-family: "Bebas Neue", Sans-serif;
	font-size: 24px;
	line-height: 32px;
  }
  
  .list1 .wrapper .description h3 {
	font-family: "Bebas Neue", Sans-serif;
	font-size: 36px;
	line-height: 32px;
	margin: 0px;
  }
  
  @media(max-width: 1199px){
	.list1 li {
	  -webkit-flex: 0 0 33.33%;
	  -ms-flex: 0 0 33.33%;
	  flex: 0 0 33.33%;
	  max-width: 33.33%;
		padding-top: 0px !important;
		margin-bottom:24px !important;
	}
  }
  
  @media(max-width: 767px){
	.list1 li {
	  -webkit-flex: 0 0 50%;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
  
	  padding-top: 0px !important;
	}
    .elementary-gallery-2 {
        position: relative !important;
    }
  }
  
  @media(max-width: 575px){
	.list1 li {
	  -webkit-flex: 0 0 100%;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
  
	  padding-top: 0px !important;
	}
  }
  
  
  
  /* pagination */
  .pagination{
	width: 100%;
	text-align: center;
	padding-top: 30px;
    padding-bottom: 50px;
  }
  .pagination ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
  }
  
  .pagination ul li {
	display: inline-block;
	padding: 0px 4px;
	margin-bottom: 10px;
  }
  
  .pagination ul li.active a {
	background: #3B6EAF;
  }
  
  .pagination ul li a , .pagination ul li span {
	padding: 8px 25px;
	display: inline-block;
	background: #89A8CF;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
  }
  
  .pagination ul li a.prev,
  .pagination ul li a.next,
  .pagination ul li a:hover {
	background: #3B6EAF;
  }
  
  
  
  /* modal */
  .modal-open{
	overflow: hidden;
  }
  
  .modal-open .modal{
	display: block;
  }
  
  .modal{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(59,110,175,.8);
	z-index: 999;
	overflow-y: scroll;
	display: none;
	  padding: 0px 15px;
  }
  
  .modal .modal-content{
	max-width: 820px;
	margin: 50px auto;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
  }
  
  .modal .modal-content .close-btn{
	padding: 0;
	line-height: 1;
	border: 0px;
	color: #3B6EAF;
	background: #D8E2EF;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	right: 24px;
	top: 24px;
  }
  
  .modal .modal-content .close-btn:focus{
	outline: 0px;
  }
  
  .modal .modal-content .close-btn span{
	width: 22px;
	height: 22px;
	border: 2px solid;
	border-radius: 50%;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
  }
  
  .modal header{
	background: #3B6EAF;
	box-shadow: 0px 8px 32px rgba(14, 44, 56, 0.16);
  }
  
  .modal header .wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .modal header .wrapper .col{
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  
  .modal header .wrapper .col img{
	vertical-align: bottom;
	width: 100%;
  }
  
  .modal header .wrapper .col.content{
	padding: 30px 48px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  }
  
  .modal header .wrapper .col.content h2{
	font-size: 64px;
	line-height: 62px;
	font-weight: 400;
	font-family: "Bebas Neue", Sans-serif;
	color: #fff;
  }
  
  .modal header .wrapper .col.content p{
	font-size: 24px;
	line-height: 32px;
	font-family: "Avenir LT Std", Sans-serif;
	font-weight: 700;
  }
  
  .modal .body{
	padding: 40px 20px;
	text-align: center;
	border: 1px solid #B1C5DF;
	border-top: 0px;
  }
  
  .modal .body .content{
	max-width: 560px;
	margin: auto;
	margin-bottom: 70px;
  }
  
  .modal .body h3{
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #89A8CF;
	font-family: "Avenir LT Std", Sans-serif;
  }
  
  .modal .body p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #4d4d4d;
	font-family: "Cabin", sans-serif;
  }
  
  .modal .body .btn-wrapper a{
	padding: 12px 30px;
	border-radius: 50px;
	border: 1px solid #3B6EAF;
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
  }
  
  .modal .body .btn-wrapper a:hover{
	background: #3B6EAF;
	color: #fff;
  }
  
@media(max-width: 991px){
	.modal header .wrapper .col.content h2 {
		font-size: 48px;
		line-height: 50px;
	}
}

@media(max-width: 767px){
    #page-header-hero {
	    padding-top: 20px;
	}
	#page-header-hero h1 {
        font-size: 52px;
	}
	.modal{
	  padding: 0px 15px;
	}
	  
	.modal header .wrapper .col.content {
		  padding: 15px 20px 5px;
	  }
	  
	  .modal header .wrapper .col.content h2 {
		  font-size: 36px;
		  line-height: 40px;
	  }
	  
	  .modal header .wrapper .col.content p {
		  font-size: 20px;
		  line-height: 26px;
	  }
	  
	  .modal .body {
		  padding: 30px 15px;
	  }
	  
	  .modal .body .content {
		  margin-bottom: 50px;
	  }

	  .modal .body .btn-wrapper a {
		  padding: 12px 25px;
		  font-size: 14px;
		  line-height: 20px;
	  }
	  
	  .pagination { padding-top:0; }
  }

@media(max-width: 575px){
	.modal header .wrapper .col {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}




.page-id-810{ background-image: none !important; background-color: transparent !important; }

/* breadcrumb */
.breadcrumb{ list-style: none; padding-left: 0px; margin-bottom: 0px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.breadcrumb li{ padding-right: 15px; margin-right: 8px; position: relative; color: #fff; }
.breadcrumb li::after{ content: "\002f"; position: absolute; right: 0px; top: 0px; }
.breadcrumb li:last-child{ padding-right: 0px; margin-right: 0px; }
.breadcrumb li:last-child:after{ display: none; }
.breadcrumb li a{ color: #fff; }

@media(max-width: 767px){
  .breadcrumb{ -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
}

.graduate-gallery-container{ max-width: 960px; margin: auto; }

/* gallery-search */
.graduates-search{ margin-bottom: 32px; background: #ecf1f5; padding: 20px; }
.graduates-search form{ display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.graduates-search input{ -webkit-flex: 1; -ms-flex: 1; flex: 1; height: 40px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-color: #e0e3ea; color: #727272; }
.graduates-search input::-webkit-input-placeholder{ color: #727272; }
.graduates-search input::-moz-placeholder{ color: #727272; }
.graduates-search input:-ms-input-placeholder{ color: #727272; }
.graduates-search input::-ms-input-placeholder{ color: #727272; }
.graduates-search input::placeholder{ color: #727272; }
.graduates-search .search-btn{ background: #5d8bc9; color: #fff; border: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; padding: 6px 11px; }
.graduates-search .clear-btn{ background: #f83861; color: #fff; border: 0px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; padding: 6px 13px; cursor: pointer; display: none; }

@media(max-width: 767px){
  .graduates-search{ padding: 12px; }
}

/* years-list */
.years-list{ display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.years-list .column{ width: 50%; padding: 0px 20px; }
.years-list .column .decade{ margin-bottom: 50px; }
.years-list .column .decade h4{ font-size: 15px; color: #48474d; margin-bottom: 11px; border-bottom: 1px solid #9ba2ac; margin-top: 0px; text-align: left; font-weight: 600; }
.years-list .column .decade ul{ list-style: none; padding-left: 0px !important; margin: 0px; margin-left: -6px; margin-right: -6px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.years-list .column .decade ul li{ padding: 0px 6px; margin-bottom: 12px; }
.years-list .column .decade ul li a{ display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; line-height: 1; text-transform: uppercase; height: 80px; width: 75px; background: #6aadda; color: #fff; font-size: 15px; font-weight: 700; text-align:center; }
.years-list .column .decade ul li a:hover{ text-decoration: underline; border: 5px solid #a7ceeb; }

@media(max-width: 767px){
  .years-list .column{ width: 100%; padding: 0px; }
  .years-list .column .decade{ margin-bottom: 30px; }
  .years-list .column .decade ul li a{ height: 75px; }
}

/* graduates-gallery */
.graduates-gallery h2{ text-transform: none; padding-top:30px; font-family: "Calibri", Sans-serif !important; font-weight: 700; margin-top: 0px; text-align: left; font-size: 40px; color: #3c4154; margin-bottom: 25px; }
.graduates-gallery h2 span{ border-bottom: 2px solid #9da6ab; }
.graduates-gallery.year h2{ margin-bottom: 58px; }
.graduates-gallery.search-result h2 span{ display: block; }
.graduates-gallery ul{ list-style: none; padding-left: 0px !important; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -13px; margin-right: -13px; }
.graduates-gallery ul li{ width: 20%; padding: 0px 13px; margin-bottom: 26px; }
.graduates-gallery ul .box{ position: relative; }
.graduates-gallery ul .box img{ height: 265px; width: 100%; vertical-align: bottom; object-fit: cover; object-position: center center; }
.graduates-gallery ul .box .name{ position: absolute; left: 0px; bottom: 0px; width: 100%; text-align: center; padding: 20px 15px; background: rgba(0, 0, 0, .3); color: #fff; }
.graduates-gallery ul .box .name p{ margin-bottom: 0px; font-size: 14px; font-weight: 700; }
.graduates-gallery ul li .year{ display: block; padding: 15px 10px; background: #69acd9; color: #fff; }

@media(max-width: 1199px){
  .graduates-gallery ul li{ width: 25%; }
}

@media(max-width: 991px){
  .graduates-gallery ul li{ width: 33.33%; }
  .graduates-gallery h2{ font-size: 30px; }
  .graduates-gallery.year h2{ margin-bottom: 38px; }
}

@media(max-width: 767px){
  .graduates-gallery ul li{ width: 50%; }
}

@media(max-width: 575px){
  .graduates-gallery ul li{ width: 100%; }
  .graduates-gallery ul .box img{ height: auto; }
}

.d-none {display: none !important;}