@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");

body {
	font-family: "Poppins", sans-serif;
    font-weight: 500;
	line-height: 1.75;
	font-size: 16px;
	color: #000000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
	color: #212529;
}
strong{
	color: #212529;
}
select:focus{
	outline: none;
	box-shadow: none;
}
li {
	padding: 5px 0;
}
.s-pad {
	padding: 4rem 0;
}
a[href$='.pdf'] {
	position: relative;
	/* 	display: inline-flex; */
	align-items: center;
	border-bottom: 0 !important;
}
a[href$='.pdf']:before{
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(../images/pdf-icon.svg);
	background-size: cover;
	left: 0;
	bottom: -4px;
	position: relative;
	display: inline-block;
	margin-right: 4px;
}
.event-btn {
	margin-top: 35px;
}
.events{
	background: #f7f7f7;
}
.pg-content a{
	color: #212529;
	border-bottom: 1px solid #212529;
}
a:hover{
	text-decoration: none;
	color: inherit;
}
.theme-btn {
	color: #0d1028;
	border: 1px solid #7e1319;
	padding: 5px 40px;
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	transition: 200ms ease-in-out;
}
.pg-content .theme-btn{
	border-bottom: 1px solid #7e1319;
}
.theme-btn:hover {
	background: #7e1319;
	color: white;
	text-decoration: none;
}
.readmore-btn{
	display: inline-block;
	color: #7e1319;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	transition: all .4s linear 0s;
	font-weight: 600;
	position: relative;
}
.readmore-btn:hover{
	color: #7e1319;
}

.readmore-btn:hover:after{
	right: -20px;
}
.readmore-btn:after{
	content: '';
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	background-image: url(../images/right-caret-red.svg);
	background-size: cover;
	width: 10px;
	height: 10px;
	transition: 500ms ease-in-out;
}
/* ========== Wordpress-customize ========== */
.pg-content figure img {
	height: auto;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* ========== Wordpress-customize END ========== */
figure {
	position: relative;
}
.sbs_sec figure figcaption{
	position: absolute;
	bottom: 0;
	color: white;
	background: #0d1028;
	margin-bottom: 0;
	padding: 10px;
	font-style: italic;
	width: 100%;
}
/* ============== Top Header ============== */
header {
	position: relative;
	z-index: 4;
}
.top-header {
	background: #0d1028;
	padding: 3px 0;
}
.lang-select {
	padding: 3px 21px 3px 10px;
	margin-right: 10px;
	border-radius: 50px;
	border: none;
	font-size: 14px;
}
.top-header-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top-header-container > a{
	color: #0d1028;
	background: #ffffff;
	padding: 0 15px;
	border-radius: 50px;
	margin-right: 10px;
}
/* ============== Social Icons ============== */
.social-icons {
	display: flex;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.social-icons li a {
	position: relative;
	width: 28px;
	height: 28px;
	display: block;
	margin: 0 5px;
}
.social-icons li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover !important;
}
.social-icons li a.fb:before {
	background-image: url(../images/facebook-white-icon.svg);
}
.social-icons li a.rss:before {
	background-image: url(../images/rss-white-icon.svg);
}
.social-icons li a.in:before {
	background-image: url(../images/instagram-white-logo.svg);
}
.social-icons li a.tw:before {
	background-image: url(../images/twitter-white-logo.svg);
}

.social-icons li a.fb.orange:before {
	background-image: url(../images/facebook-red-icon.svg);
}
.social-icons li a.rss.orange:before {
	background-image: url(../images/rss-red-icon.svg);
}
.social-icons li a.in.orange:before {
	background-image: url(../images/instagram-red-logo.svg);
}
.social-icons li a.tw.orange:before {
	background-image: url(../images/twitter-red-logo.svg);
}
/* ============== main-header ============== */
.collapse.navbar-collapse{
	position: relative;
}
.main-header .logo{
	text-align: center;
}
.main-header .logo img {
	margin: -55px 0 -70px;
	width: 100%;
}
.main-header ul.navbar-nav > li {
	padding: 15px 0;
}
.main-header ul li a {
	color: #000;
	font-weight: 500;
	line-height: 1.3;
	position: relative;
}
/* ============== sticky-header ============== */
a.s_logo{
	display: none;
}
.main-header.active{
	position: fixed;
	top: -90px;
	left: 0;
	width: 100%;
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
	animation: animate 500ms linear forwards;
}
@keyframes animate{
	0%{
		top: -90px;
	}
	100%{
		top: 0;
	}
}
.main-header.active .logo > a:first-child{
	display: none;
}
.main-header.active .logo > a.s_logo{
	display: block;
	width: 200px;
}
.main-header.active .logo > a.s_logo img{
	margin: 0;
}
/* ============== Banner Section ============== */
.main_page_heading_container {
    position: relative;
}

.main_page_heading_container .tell_us_btn {

    flex: 1 1 0%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.main_page_heading_container .main_heading_sub {
    flex: 1 1 100%;
}

.main_page_heading_container .tell_us_btn a {
    text-transform: uppercase;
    display: block;
    color: #fff;
    padding: 10px 17px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(90deg, #0d1028 -21%, #7e1319 24%);
    z-index: 55;
}

.main_page_heading_container .tell_us_btn a:hover {
}
.main_page_heading_container .tell_us_btn a:before {
    background-image: linear-gradient(90deg, #0d1028 68px, #7e1319 222px);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
}
.main_page_heading_container .tell_us_btn a:hover:before {width: 100%;z-index: -1;}
@media only screen and (max-width: 767px){
    .main_page_heading_container .tell_us_btn {
    position: relative;
    text-align: center;
    width: calc(clamp(200px, 32.2vw, 343px) + 45px);
    margin: 40px auto 0;
}

.main_page_heading_container .tell_us_btn a {
    font-size: clamp(12px, 3.2vw, 16px);
}
}

.banner {
	position: relative;
	height: 150px;
	overflow: hidden;
	z-index: 0;
}
.home .banner:after{
	content: none;
}
.banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;    
	background: linear-gradient(45deg, rgba(0,0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.home .banner{
	height: 200px;
}
.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.calender_banner img{
	width: 100%;
} 
.banner h1{
	color: white;
	filter: drop-shadow(1px 1px 8px #00000090)
}
.banner-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	z-index: 1;
	text-align: center;
	line-height: 1.2;
	width: 100%;
}
.float_r_sec .wp-block-image{
	float: right;
	width: 50%;
	margin-bottom: 0;
	margin-right: 5px;
}
.float_r_sec .wp-block-image img{
	height: auto;
}
/* ============== section-title ============== */
.sec-title {
	margin-bottom: 30px;
	color: #0d1028;
	font-size: 2.6rem;
	font-weight: 600;
}
/* ============== section super title ============== */
.sup-head {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	color: #7e1319;
}
/* ============== About Section ============== */
.about-sec-img img {
	width: 100%;
}
.about-sec .about-sec-desc h3 {
	color: #7e1319;
	margin-bottom: 20px;
}
/* ============== Events Section ============== */
.events .event-img {
	position: relative;
}
.events .event-img img{
	width: 100%;
}
.current-event-wrapper {
	background: white;
	border: 1px solid #bec0c1;
	height: 100%;
}
.current-event-wrapper .event-desc {
	padding: 15px 25px;
}
.current-event-wrapper .event-desc h4 {
	color: #002147;
	font-weight: 600;
	margin-bottom: 15px;
}
.current-event-wrapper .event-desc p{
	display: block;
}
.current-event-wrapper .event-desc h4 a,
.upcoming-event-wrapper .event-desc .h6 a{
	color: inherit;
	border-bottom: 0;
}
.current-event-wrapper .event-desc a.readmore-btn{
	border-bottom: none;
	color: #7e1319;
}
.events .event-img .event-details {
	position: absolute;
	bottom: 23px;
	padding: 12px 15px;
	background: white;
	right: 50%;
	transform: translateX(50%);
	width: 90%;
	display: flex;
	justify-content: space-around;
}
.event-details span {
	color: #5a5a5a;
	position: relative;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	line-height: 1.1;
}
span.icon::before{
	content: "";
	width: 16px;
	height: 16px;
	background-size: cover !important;
	display: inline-block;
	margin-right: 5px;
}
span.event-date::before {
	background-image: url(../images/calendar-icon-red.svg);
}
span.event-time::before {
	background-image: url(../images/clock-icon-red.svg);
}
span.event-location::before {
	background-image: url(../images/location-icon-red.svg);
}
.upcoming-event-wrapper {
	display: flex;
	margin-bottom: 25px;
	align-items: flex-start;
}
.upcoming-event-wrapper:last-child {
	margin-bottom: 0;
}
.upcoming-event-wrapper .event-details {
	flex: 0 0 27%;
	max-width: 27%;
	width: 100%;
	height: 156px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
    border: 1px solid #bec0c1;
}
.upcoming-event-wrapper .event-details h4 {
	text-align: center;
	font-size: 3.5rem;
	color: #7e1319;
	font-weight: 700;
}
.upcoming-event-wrapper .event-details h4 span {
	display: block;
	font-size: 1.3rem;
	color: #636376;
	font-weight: 600;
}
.upcoming-event-wrapper .event-desc {
	flex: 0 0 68%;
	max-width: 68%;
	padding-left: 16px;
	font-size: 15px;
}
.upcoming-event-wrapper .event-desc .h6 {
	font-weight: 700;
	color: #002147;
}
.upcoming-event-wrapper .event-desc p {
	margin-bottom: 0;
	margin-top: 8px;
}
.upcoming-event-wrapper .event-desc span {
	position: relative;
	font-size: 90%;
	display: inline-flex;
	align-items: center;
}
.upcoming-event-wrapper .event-desc span.event-location {
	margin-left: 15px;
}
/* ============== Announcements Section ============== */
.announcement .announce-sec {
	border: 1px solid #d4d2d2;
	border-radius: 5px;
	transition: 200ms ease-in-out;
	padding: 15px;
	height: 100%;
}
.announcement .announce-sec:hover {
	border: 1px solid #7e1319;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
}
.announcement .announce-img{
	text-align: center;
}
.announcement .announce-img img{
	width: 70px;
}
.announcement .announce-sec .announce-desc{
	margin-top: 0;
}
.announcement .announce-desc{
	text-align: center;
	margin-top: 20px;
}
.announcement .announce-desc h4{
	color: #002147;
	margin-bottom: 15px;
}
.announcement .announce-desc a:before{
	content: none;
}
.announcement .col-md-4 {
    padding: 10px !important;
}


/* ============== latest News Section ============== */
.news-wrapper .news-img{
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
}
.news-wrapper .news-img img{
	width: 100%;
	max-height: 350px;
	object-fit: contain;
	display: block;
	position: relative;
	z-index: 1;
}
.news-wrapper .news-img img.clone_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	filter: blur(15px);
	opacity: .6;
}
.latest-news .news-detail span {
	color: #2c2c2c;
}
/* .latest-news .news-detail span:first-child:after {
	content: "|";
	color: #677b91;
	font-weight: 400;
	padding: 0 5px;
} */
.latest-news .latest-news-detail img {
	height: 100%;
	object-fit: cover;
}
/* ============== newsletter wrapper ============== */
.newsletter {
	margin-bottom: -140px;
	position: relative;
	transform: translateY(-90px);
}
.newsletter-desc p{
	color: white;
}
.newsletter-wrapper {
	background: #7e1319;
	padding: 20px;
	color: white;
}
.newsletter-wrapper h4{
	color: white;
}
.newsletter-btn {
	text-align: center;
}
.newsletter-btn a.theme-btn {
	display: block;
	background: white;
	border: none;
	padding: 10px;
	font-weight: 600;
	font-size: 20px;
}
.newsletter-btn a.theme-btn:hover {
	color: #0d1028;
}
.hamburger {
	display: none;
}
/* ============== Side Bar ============== */
.latest-widget,
.side-bar{
	padding: 25px;
	border: 1px solid #b1b1b1;
	margin-bottom: 30px;
}
aside{
	height: 100%;
}
.side-bar.address_sec{
	height: 100%;
}
.latest-widget h5,
.side-bar h5{
	color: #002147;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.side-bar h5 {
	margin-bottom: 20px;
}
.latest-widget .single-latest {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #b1b1b1;
}
.latest-widget .single-latest .latest-image {
	padding-right: 10px;
}
.latest-widget .single-latest .latest-content{
	flex: 0 0 70%;
	max-width: 70%;
	margin-top: 10px;
}
.latest-widget .single-latest .latest-content h6{
	margin-bottom: 3px;
}
.latest-widget .single-latest .latest-content h6 a{
	font-weight: 600;
	color: #002147;
}
.latest-widget .single-latest .latest-image a {
	display: inline-block;
}
.latest-widget a,
.latest-widget .single-latest:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.latest-widget .single-latest .latest-content .latest-meta span {
	color: #666;
	font-size: 13px;
}

ul.arrow-list,
.custom-accordion ul {
	list-style: none;
	padding: 0;
}
ul.arrow-list li,
.custom-accordion ul li {
	padding-left: 27px;
	position: relative;
}
ul.arrow-list li:before, 
.custom-accordion ul li:before{
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(../images/right-arrow-red.svg);
	background-size: cover;
}
.custom-accordion .accordion-wrap{
	border-bottom: 1px solid #d8d3d3;
}
.custom-accordion .accordion-wrap:last-child{
	border-bottom: 0;
}
.custom-accordion .accordion-head{
	margin-bottom: 0;
	padding: 20px 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}
.custom-accordion .accordion-head h5{
	margin-bottom: 0;
	transition: 200ms ease-in-out;
	margin-right: 50px;
}
.custom-accordion .accordion-head:hover h5,
.accordion-wrap.active .accordion-head h5{
	color: #641116;
}
.custom-accordion .accordion-body{
	display: none;
	margin: 0;
}
.custom-accordion .accordion-wrap:first-child .accordion-body{
	display: block;
}
/* ============== Footer ============== */
footer {
	background: #0d1028;
	margin-top: 130px;
	font-size: 14px;
}
.top-footer {
	color: #fff;
	padding: 9rem 0 4rem;
}
.top-footer p,
.top-footer span{
	color: #fff;
}
.top-footer .footer_sec1 span {
	line-height: 2;
}
.bottom-footer {
	background: #fff;
	padding: 10px 0;
	transform: translateY(-10px);
}
.bottom-footer a{
	color: inherit;
}
.bottom-footer a span{
	display: inline-block;
	vertical-align: text-bottom;
}
footer ul {
	list-style-type: none;
	padding: 0;
}
.footer-title {
	color: white;
	border-bottom: 1px solid #7e1319;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.footer-sec a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.footer-sec .timing-list span:last-child {
	color: #ffffff;
}
.footer-sec .timing-list li{
	display: flex;
}
.footer-sec .timing-list li span{
	flex: 0 0 50%;
	max-width: 50%;
}
.footer-sec .post-list li {
	border-bottom: 1px solid rgb(126, 19, 25, 0.50);
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.footer-sec .post-list li:last-child ,
.footer-sec .post-list li a{
	border-bottom: 0;
}
.bottom-footer .social-icons {
	justify-content: flex-end;
}
.menu-toggle{
	display: none;
}
.cross{
	display: none;
}
/* ============== Parent Resources ============== */
.bt-main-col{
	margin-bottom: 30px;
}
.bt-col {
	height: 100%;
	border: 1px solid #c3bfbf;
}
.bt-pic {
	padding: 20px 20px 30px;
	text-align: center;
}
.bt-col .bt-pic a {
	border-bottom: 0;
}
.bt-pic img {
	width: 100%;
	height: 110px;
	object-fit: contain;
}
.bt-det {
	padding: 0 20px;
}
/* ============== e-Newsletter ============== */
.newsletter-archive{
	border: 1px solid #b1b1b1;
	padding: 20px;  
	margin-bottom: 30px;
}
.newsletter-archive:last-child{
	margin-bottom: 30px;
}
.newsletter-archive a {
	border-bottom: 0;
	color: #0237a0;
	display: flex;
	align-items: center;
}
.newsletter-archive a img {
	width: 20px;
	height: 20px;
	margin-right: 7px;
}
.newsletter-title {
	margin-bottom: 25px;
	color: #0d165a;
}
.newsletter-grid{
	column-count: 2;
}
.newsletter-grid p {
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 0;
	width: 100%;
}
/* ============== Library News ============== */
.library-news img{
	width: 100%;
}
.events.library-news{
	height: 100%;
	background: transparent;
}
.events.library-news .current-event-wrapper{
	height: 100%;
}
.library-news .news-wrapper .news-img img {
	height: 300px;
	max-height: 100%;
}
.library-news .event-img .event-details{
	z-index: 3;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	width: 80%;
	justify-content: center;
}
.library-news .event-img .event-details span:last-child{
	margin-left: 20px;
}

span.admin:before{
	background-image: url(../images/admin-red-icon.svg);
}
.posted-date{
	padding: 10px 0 0;
}
.ns-det{
	margin-bottom: 0;
}
.news-wrap{
	height: 100%;
}
.news-wrap h4 {
	margin-top: 15px;
	color: #0d1028;
}
.news-wrap .theme-btn{
	border-bottom: 1px solid #7e1319;
}
.ns-det{
	list-style: none;
	padding: 0;
}
.ns-det li{
	position: relative;
	padding-left: 22px;
	padding-top: 0;
	padding-bottom: 0;
}
.ns-det li:before{
	content: '';
	position: absolute;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZD0ibTI1NiAwYy0xNDEuMTY0MDYyIDAtMjU2IDExNC44MzU5MzgtMjU2IDI1NnMxMTQuODM1OTM4IDI1NiAyNTYgMjU2IDI1Ni0xMTQuODM1OTM4IDI1Ni0yNTYtMTE0LjgzNTkzOC0yNTYtMjU2LTI1NnptMTIxLjc1IDM4OC40MTQwNjJjLTQuMTYwMTU2IDQuMTYwMTU3LTkuNjIxMDk0IDYuMjUzOTA3LTE1LjA4MjAzMSA2LjI1MzkwNy01LjQ2MDkzOCAwLTEwLjkyNTc4MS0yLjA5Mzc1LTE1LjA4MjAzMS02LjI1MzkwN2wtMTA2LjY2Nzk2OS0xMDYuNjY0MDYyYy00LjAxMTcxOS0zLjk4ODI4MS02LjI1LTkuNDEwMTU2LTYuMjUtMTUuMDgyMDMxdi0xMzguNjY3OTY5YzAtMTEuNzk2ODc1IDkuNTU0Njg3LTIxLjMzMjAzMSAyMS4zMzIwMzEtMjEuMzMyMDMxczIxLjMzMjAzMSA5LjUzNTE1NiAyMS4zMzIwMzEgMjEuMzMyMDMxdjEyOS44MzU5MzhsMTAwLjQxNzk2OSAxMDAuNDE0MDYyYzguMzM5ODQ0IDguMzQzNzUgOC4zMzk4NDQgMjEuODI0MjE5IDAgMzAuMTY0MDYyem0wIDAiIGZpbGw9IiMwZDEwMjgiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9zdmc+);
	width: 15px;
	height: 15px;
	background-size: cover;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.news-desc{
	padding: 10px;
}
/* ============ Friends of cornwall public ============== */
.logo-sidebar figure{
	border: 1px solid #c3c2c2;
	padding: 40px 20px 40px;
	text-align: center;
	height: 420px;
}
.friend-upcoming-events{
	text-align: center;
	height: 420px;
	background: #f5f5f5;
}
.friend-upcoming-events .title{
	background: #0d1028;
	padding: 8px;
}
.friend-upcoming-events .title h5{
	color: white;
}
.friend-upcoming-events .body{
	padding: 30px 20px;
}
/* =============== Scroll to top ============== */
.s_top {
	width: 50px;
	height: 50px;
	background: #fff;
	position: fixed;
	bottom: 0;
	right: 20px;
	border: 1px dashed #7e1319;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.10);
	z-index: 3;
	opacity: 0;
	transition: 500ms ease-in-out;
}
.s_top.show{
	bottom: 20px;
	opacity: 1;
}
.s_top span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.s_top span:before {
	content: '';
	position: absolute;
	width: 20px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGcgaWQ9Il94MzlfXzMwXyI+CgkJPGc+CgkJCTxwYXRoIGQ9Ik02MDQuNTAxLDQ0MC41MDlMMzI1LjM5OCwxMzQuOTU2Yy01LjMzMS01LjM1Ny0xMi40MjMtNy42MjctMTkuMzg2LTcuMjdjLTYuOTg5LTAuMzU3LTE0LjA1NiwxLjkxMy0xOS4zODcsNy4yNyAgICAgTDcuNDk5LDQ0MC41MDljLTkuOTk5LDEwLjAyNC05Ljk5OSwyNi4yOTgsMCwzNi4zMjNzMjYuMjIzLDEwLjAyNCwzNi4yMjIsMGwyNjIuMjkzLTI4Ny4xNjRMNTY4LjI4LDQ3Ni44MzIgICAgIGM5Ljk5OSwxMC4wMjQsMjYuMjIyLDEwLjAyNCwzNi4yMjEsMEM2MTQuNSw0NjYuODA5LDYxNC41LDQ1MC41MzQsNjA0LjUwMSw0NDAuNTA5eiIgZmlsbD0iIzBkMTAyOCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJCTwvZz4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+);
	height: 20px;
	background-size: cover;
}
/* ============== Single Post Page ============= */
.s_post .event-details{
	margin-bottom: 10px;
}
.s_post .event-details span:last-child{
	margin-left: 20px;
}
.s_post_wrap {
	border-top: 10px solid #0d1028;
}
.s_post_img{
	position: relative;
	overflow: hidden;
}
.s_post_img img{
	width: 100%;
	height: 400px;
	object-fit: contain;
}
.s_post_img .clone_img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: -1;
	-webkit-filter: blur(15px);
	filter: blur(15px);
	object-position: center;
	opacity: .5;
}
.s_post_wrap .s_post_desc{	
	margin-top: 30px;
}
.s_post > h1 {
	padding: 10px 0;
	margin-bottom: 10px;
}
.s_post_desc .galileo-ap-content-editor > div > div:first-child{
	text-align: left;
	margin-bottom: 10px;
}
/* =================== Job Seekers Page ================= */
.job_sec figure{
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid grey;
	margin-bottom: 0;
	width: 300px;
	height: 280px;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}
.job_sec figure a {
	border-bottom: 0;
}
.job_sec .wp-block-column h4{
	margin-bottom: 15px;
	color: #0d1028; 
}
.job_sec .wp-block-column h4 a{
	border-bottom: none;
	color: inherit;
} 
.job_sec .wp-block-column{
	border: 1px solid #c1c1c1;
	padding: 20px;
	transition: 200ms ease-in-out;
	border-radius: 8px;
}
.job_sec .wp-block-column:hover{
	border: 1px solid #7e1319;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
}
/* =============== Kids Resources Page ============== */
.kids_wrapper > .wp-block-column{
	display: flex;
	flex-wrap: wrap;
}
.kids_wrapper h4 {
	padding: 10px 0;
	color: #0a5f58;
	display: block;
	width: 100%;
}
.kids_sec figure img {
	width: 100%;
	height: 193px;
	object-fit: contain;
}
.wp-block-columns.kids_sec {
	border: 1px solid #d4d2d2;
	transition: 200ms ease-in-out;
	flex: 0 0 31%;
	max-width: 31%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.wp-block-columns.kids_sec:hover{
	border: 1px solid #7e1319;
}
.wp-block-columns.kids_sec p {
	margin-bottom: 0;
	padding: 0 25px 15px;
}
/* pdf */
.pdf {
	display: inline-block;
	background: #efefef;
}
.pdf a {
	border-bottom: none;
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px 25px;
	border-radius: 8px;
	border: 1px solid #d6d6d6 !important;
}
.pdf a:hover{
	color: #212529;
}
.pdf a:before {
	width: 45px !important;
	height: 45px !important;
}
span.plus-minus {
	position: relative;
}
span.plus-minus:before {
	position: absolute;
	content: '+';
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #adadad;
	border-radius: 50%;
	color: #adadad;
	font-size: 23px;
	transition: 200ms ease-in-out;
}
.accordion-wrap.show span.plus-minus:before,
.accordion-head:hover span.plus-minus:before,
.custom-accordion .accordion-wrap.active .plus-minus:before{
	border: 2px solid #7e1319;
	color: #7e1319;
}
.custom-accordion .accordion-wrap.active .plus-minus:before{
	content: '-'
}
/* =========== nav search-bar ============= */
.search_icon{
	line-height: 1;
	margin-left: 10px;
	cursor: pointer;
}
.search_icon a{
	position: relative;
}
.search_icon a:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url(../images/search-icon.svg);
	background-size: cover;
	cursor: pointer;
	background-color: transparent;
	border: none;
	text-indent: 999px;
	padding: 0;
}
.search_bar{
	position: absolute;
	width: 100%;
	align-items: center;
	display: flex;
	top: -10px;
	opacity: 0;
	visibility: hidden;
	transition: 400ms ease-in-out;
	background: white;
	padding-left: 20px;
}
.search_bar form{
	flex: 90%;
	position: relative;
}
.search_bar input{
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
}
.search_bar input:focus{
	outline: none;
	box-shadow: none;
}
.search_bar .cross2 {
	display: inline-block;
	margin-left: 10px;
	font-size: 23px;
	cursor: pointer;
	color: black;
}
.search_bar.active {
	top: 50%;
	transform: translateY(-50%);
	visibility: visible;
	opacity: 1;
}
.table p {
	display: flex;
}
.table p strong {
	flex: 0 0 15%;
	max-width: 15%;
}
/* ================= meeting minutes categories ==================== */
.m_category ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	counter-reset: my-awesome-counter;
}
.m_category ul li {
	counter-increment: my-awesome-counter;
	flex: 0 0 33.3%;
	max-width: 33.3%;
}
.m_category ul li a {
	border-bottom: 0;
	padding: 10px;
	background: #efefef;
	margin: 0 5px;
	border-radius: 10px;
	position: relative;
	display: flex;
	align-items: center;
}
.m_category ul li a:before {
	content: "0" counter(my-awesome-counter) " ";
	font-size: 30px;
	font-weight: bold;
	color: #7e1319;
	margin-right: 10px;
}
/* ================= meeting minutes categories-post ==================== */
.m_post{
	margin-bottom: 35px;
}
.m_post ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.m_post ul li {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 8px 0;
	padding: 0;
}
.m_post ul li a {
	display: flex;
	align-items: center;
	color: #0d1028 !important;
	border: 1px solid #d2d2d2 !important;
	border-radius: 10px;
	height: 100%;
	padding: 20px;
	position: relative;
	cursor: pointer;
	margin: 0 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.m_post ul li[data-id] a:before{
	content: '';
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8cGF0aCB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSIiIGQ9Ik0xMTcuMzMzLDQyLjY2N2gyNzcuMzMzQzQ1OS40NjgsNDIuNjY3LDUxMiw5NS4xOTksNTEyLDE2MHYxOTIgIGMwLDY0LjgwMS01Mi41MzIsMTE3LjMzMy0xMTcuMzMzLDExNy4zMzNIMTE3LjMzM0M1Mi41MzIsNDY5LjMzMywwLDQxNi44MDEsMCwzNTJWMTYwQzAsOTUuMTk5LDUyLjUzMiw0Mi42NjcsMTE3LjMzMyw0Mi42Njd6IiBmaWxsPSIjZWRlZGVkIiBkYXRhLW9yaWdpbmFsPSIjY2ZkOGRjIiBjbGFzcz0iIj48L3BhdGg+CjxwYXRoIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3R5bGU9IiIgZD0iTTM1Ny43ODEsMjQ3LjA0bC0xNDkuMzMzLTk2Yy00Ljk1MS0zLjE5My0xMS41NTItMS43NjgtMTQuNzQ1LDMuMTgzICBjLTEuMTExLDEuNzIyLTEuNzAyLDMuNzI4LTEuNzAzLDUuNzc3djE5MmMwLjAwMiw1Ljg5MSw0Ljc4LDEwLjY2NSwxMC42NzEsMTAuNjYzYzIuMDQ5LTAuMDAxLDQuMDU1LTAuNTkyLDUuNzc3LTEuNzAzbDE0OS4zMzMtOTYgIGM0Ljk1NC0zLjE4Nyw2LjM4Ny05Ljc4NywzLjItMTQuNzQyYy0wLjgyNS0xLjI4My0xLjkxNy0yLjM3NC0zLjItMy4yVjI0Ny4wNHoiIGZpbGw9IiNmNDQzMzYiIGRhdGEtb3JpZ2luYWw9IiNmNDQzMzYiPjwvcGF0aD4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==);
	background-size: cover;
}
.m_post ul li a[href$='.pdf']:before,
.m_post ul li[data-id] a:before {
	width: 50px;
	height: 50px;
	left: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.m_post ul li a span {
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	line-height: 1.4;
}
/* ================= Modal Start ==================== */

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}
.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.modal-open-btn{
	cursor:pointer
}
body.overflow-y-hidden{
	overflow-y:hidden;
}
.modal-backdrop{
	background-color: rgba(30, 30, 35, 0.60) !important;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}
.modal-content {
	border-radius: 10px;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.60);
}
.modal-body{
	padding: 1.5rem;
}
.close-modal {
	width: 40px;
	height: 36px;
	position: absolute;
	top: -1px;
	background: #0f8b81;
	color: #fff;
	right: -50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
	border-radius: 5px;
}

.modal-body .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
}
.modal-body .videoWrapper:before {
	content: '';
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
	width: 40px;
	height: 40px;
	z-index: 0;
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-size: 40px 40px;
}
.modal-body .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%;
	border: none;
}
/* ================= Modal End ====================== */

/* =========== Material Page Setting ============== */
.block_col_style.wp-block-columns{
	margin-bottom: 1rem;
}
.block_col_style .wp-block-column:not(:first-child){
	margin-left: 1em;
}
.block_col_style figure a {
	border-bottom: 0;
}
.block_col_style .wp-block-image {
	margin: 0;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
}
.block_col_style .wp-block-image:not(.is-style-rounded) img {
	border-radius: inherit;
	width: 100%;
	height: 155px;
	object-fit: scale-down;
	padding: 0px 10px;
}
body .uwy.userway_p6 .uai {
    top: inherit !important;
    right: inherit !important;
	transform: translateY(0) !important;
    left: 13px !important;
    bottom: 13px !important;
	background: rgb(126 19 25) !important;
}
.contact_map{
	width: 100%;
}
.select-lang #google_language_translator select.goog-te-combo {
    padding: 3px -1px 3px 10px !important;
    border-radius: 50px !important;
    border: none !important;
    font-size: 14px;
    margin-right: 0.6rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.gform_button {
    background-color: #ffffff;
    color: #0d1028;
    border: 1px solid #0d1028;
    padding: 5px 40px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: 200ms ease-in-out;
}
.gform_button:hover {
    background: #7e1319;
    color: white;
    text-decoration: none;
}
.wp-block-button.has-custom-font-size.prog_btn.has-small-font-size a {
	color: #212529;
    border: 1px solid #7e1319;
    padding: 5px 40px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: 200ms ease-in-out;
    background-color: transparent;
}
.wp-block-button.has-custom-font-size.prog_btn.has-small-font-size a:hover {
    background: #7e1319;
    color: white;
    text-decoration: none;
}
select#ee-venue-submit {
    width: 86%;
}
div#google_language_translator {
    display: flex;
}
.main-header.active ul.navbar-nav > li a {
    font-size: 15px;
    padding: 0px 22px 0px 5px !important;
}
.main-header.active ul.navbar-nav > li > ul li a {padding: 8px 15px !important;}
/*Media Query*/
@media screen and (min-width: 992px) {
	.main-header.active ul.navbar-nav > li {
		padding: 30px 0;
	}
	.main-header ul.navbar-nav > li{
		line-height: 1;
	}
	ul.navbar-nav {
		margin-left: auto;
	}
	.current-menu-ancestor:after,
	.current-menu-ancestor > a,
	li.active a{
		color: #b01119 !important;
	}
	.current-menu-parent li.active a{
		background: #f1f1f1 !important;
		font-weight: 600;
	}
	.main-header ul.navbar-nav > li > a{
		padding: 0 10px !important;
		border-right: 1px solid grey;
	}
	/* ======== sub-menu ========== */
	ul.sub-menu {
		position: absolute;
		background: white;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
		list-style: none;
		padding: 0;
		transform: translateY(40px);
		width: 220px;
		transition: 500ms ease-in-out;
		opacity: 0;
		visibility: hidden;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-left: 1px solid #bfbfbf;
		border-right: 1px solid #bfbfbf;
		border-bottom: 1px solid #bfbfbf;
	}
	ul.sub-menu li {
		padding: 0;
		border: none;
		position: relative;
	}
	ul.sub-menu li:first-child{
		box-shadow: 0 -8px 0 #ac151a;
	}
	ul.sub-menu ul.sub-menu{
		left: 100%;
		top: 0;
		transform: translateY(10px);
	}
	ul.sub-menu li a {
		padding: 10px;
		display: inline-block;
		transition: 100ms ease-in-out;
		display: block;
		font-weight: normal;
		border-bottom: 1px solid #d4cece;
		padding: 12px 15px !important
	}
	ul.sub-menu > li:hover > a {
		background: #f1f1f1;
	}
	ul.sub-menu li:last-child a{
		border-bottom: 0;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.main-header ul.navbar-nav > li.menu-item-has-children {
		position: relative;
	}
	.main-header ul.navbar-nav > li.menu-item-has-children > a{
		padding: 0 23px 0 10px !important;
		cursor: default;
	}
	.main-header ul.navbar-nav > li > a{
		font-weight: 600;
	}
	li.menu-item-has-children > a{
		cursor: default;
	}
	li.menu-item-has-children:after {
		content: '+';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 9px;
		color: black;
	}
	li.menu-item-has-children:hover:after{
		content: "-";
	}
	li.menu-item-has-children:hover > ul.sub-menu{
		transform: translateY(20px);
		opacity: 1;
		visibility: visible;
	}
	ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
		transform: translateY(0);
	}
	.main-header ul.navbar-nav > li:last-child > a{
		border-right: 0;
	}
	li.menu-item-has-children:last-child ul.sub-menu{
		right: 0;
	}
	.main-header.active li.menu-item-has-children:hover > ul.sub-menu {
		transform: translateY(38px);
	}
	.main-header.active ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
		transform: translateY(0);
	}
}
@media screen and (min-width: 1400px) {
	li.menu-item-has-children:after{
		right: 9px;
	}
	.main-header ul.navbar-nav > li > a{
		padding: 0 15px !important;
		font-weight: 600;
	}
	ul.sub-menu{
		width: 280px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	li.menu-item-has-children:after{
		right: 3px;
	}
	.main-header ul.navbar-nav > li.menu-item-has-children > a{
		padding: 0 13px 0 8px  !important;
	}
}
@media screen and (max-width: 1399px) {
	.top-header-container > a{
		padding: 2px 18px;
	}
	body {
		font-size: 14px;
	}
	.banner h1{
		font-size: 3rem;
	}
	.sec-title {
		font-size: 2.4rem;
	}
	.upcoming-event-wrapper .event-details h4 span {
		font-size: 1.1rem;
	}
	.upcoming-event-wrapper .event-details h4 {
		font-size: 2.8rem;
	}
	.newsletter {
		transform: translateY(-80px);
	}
	.search_icon a:before{
		right: 0;
	}
}
@media screen and (max-width: 1199px) {
	 .main-header.active ul.navbar-nav > li a {
			font-size: 13px;
			padding: 0px 17px 0px 6px !important;
		}
	.h1,
	h1 {
		font-size: 2.2rem;
	}
	.h2,
	h2 {
		font-size: 1.8rem;
	}
	.h3,
	h3 {
		font-size: 1.6rem;
	}
	.h4,
	h4 {
		font-size: 1.4rem;
	}
	.h5,
	h5 {
		font-size: 1.2rem;
	}
	.banner h1{
		font-size: 2.7rem;
	}
	.upcoming-event-wrapper .event-details {
		height: 116px;
	}
	.upcoming-event-wrapper .event-desc {
		flex: 0 0 73%;
		max-width: 73%;
		font-size: 14px;
	}
	.events .event-img .event-details span {
		font-size: 13px;
	}
	.event-btn {
		margin-top: 0;
	}
	.newsletter {
		transform: translateY(-90px);
	}
	.main-header.active .logo > a.s_logo {
		width: 160px;
	}
}
@media screen and (max-width: 991px) {
	.job_sec figure{
		margin-right: 15px;
		padding-right: 0;
		border-right: 0;
	}

	.main-header .logo img {
		width: 80%;
	}
	.h1,
	h1 {
		font-size: 2.1rem;
	}
	.h2,
	h2 {
		font-size: 1.7rem;
	}
	.h3,
	h3 {
		font-size: 1.5rem;
	}
	.h4,
	h4 {
		font-size: 1.3rem;
	}
	.home .banner {
		height: 160px;
	}
	.s-pad {
		padding: 3rem 0;
	}
	/* ============== Hamburger ============== */
	.hamburger {
		display: block;
		width: 60px;
		height: 45px;
		position: relative;
		transform: rotate(0deg);
		transition: 0.5s ease-in-out;
		cursor: pointer;
	}
	.hamburger span {
		display: block;
		position: absolute;
		height: 3px;
		width: 65%;
		background: #0d1028;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: 0.25s ease-in-out;
	}
	.hamburger span:nth-child(1) {
		top: 15px;
		transform-origin: left center;
	}
	.hamburger span:nth-child(2) {
		top: 25px;
		transform-origin: left center;
	}
	.hamburger span:nth-child(3) {
		top: 35px;
		transform-origin: left center;
	}
	.cross{
		display: block;
		text-align: right;
		margin: 25px;
		cursor: pointer;
	}
	.cross span{
		font-size: 20px;
		background: #0d1028;
		line-height: 1;
		color: white;
		padding: 4px 11px;
	}
	/* ======== Mobile Sub-menu ========== */
	.current-menu-parent:after,
	.current-menu-parent > a,
	li.active a{
		color: #0d897f !important;
	}
	.current-menu-parent li.active{
		background: #0d524d !important;
	}
	.current-menu-parent li.active a{
		color: white !important;
	}
	ul.sub-menu {
		list-style: none;
		padding: 0;
		background: #7e1319;
		width: 100%;
		display: none;
		margin-top: 10px;
	}
	ul.sub-menu ul.sub-menu {
		background: #0b655e;
	}
	.main-header ul.sub-menu li{
		padding: 0;
		border-bottom: 1px solid #0b635c;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.main-header ul.sub-menu li:last-child{
		border-bottom: 0;
	}
	li.menu-item-has-children.show ul.sub-menu a{
		margin-bottom: 0;
	}
	.main-header ul.sub-menu a{
		color: white;
		padding: 15px 10px;
	}
	.main-header .navbar-collapse > ul{
		width: 100%;	
		margin-top: 30px;
	}
	ul.navbar-nav > li > a{
		display: inline-block;
		padding: 0;
	}
	li.menu-item-has-children > .menu-toggle{
		position: relative;
		margin-right: 15px;
		display: block;
	}
	li.menu-item-has-children > .menu-toggle:after {
		content: '+';
		width: 20px;
		height: 20px;
		font-size: 19px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
	}
	li.menu-item-has-children.show > .menu-toggle:after{
		content: '-';
	}
	ul.sub-menu li.menu-item-has-children .menu-toggle{
		color: white;
	}
	ul.sub-menu ul.sub-menu li {
		border-bottom: 1px solid #084641;
	}
	/* =========== Mobile Menu =========== */
	.main-header .navbar-collapse {
		position: fixed;
		left: 0px;
		background: white;
		width: 300px;
		height: 100%;
		top: 0px;
		display: block;
		transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transform: translate3d(-100%, 0, 0);
		overflow: auto;
	}
	.main-header .navbar-collapse.show {
		transform: translateX(0);
		box-shadow: 10px 0 5px rgba(0, 0, 0, 0.1);
	}
	.main-header .navbar-collapse > ul > li {
		transform: translateX(-100%);
		transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.main-header .navbar-collapse > ul > li > a{
		padding-left: 12px;
	}
	.main-header .navbar-collapse.show > ul > li {
		transform: translateX(0);
	}
	.main-header .navbar-collapse.show > ul > li:nth-child(1) {
		transition-delay: 0.2s;
	}
	.main-header .navbar-collapse.show > ul > li:nth-child(2) {
		transition-delay: 0.25s;
	}
	.main-header .navbar-collapse.show > ul > li:nth-child(3) {
		transition-delay: 0.3s;
	}
	.main-header .navbar-collapse.show > ul > li:nth-child(4) {
		transition-delay: 0.35s;
	}
	.main-header .navbar-collapse.show > ul > li:nth-child(5) {
		transition-delay: 0.4s;
	}
	.main-header .navbar-collapse.show > ul > li:nth-child(6) {
		transition-delay: 0.45s;
	}
	.main-header .navbar-collapse.show > ul > li:nth-child(7) {
		transition-delay: 0.5s;
	}
	.main-header .navbar-collapse.show > ul > li:nth-child(8) {
		transition-delay: 0.55s;
	}
	.main-header ul li {
		padding: 8px 15px !important;
		border: none;
	}
	.main-header ul li a {
		font-weight: 400;
		font-size: 15px;
	}
	/* =========== Mobile Menu END =========== */
	/* =========== search bar ================ */
	.search_bar {
		position: relative;
		top: 10px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
	}
	.search_icon{
		margin-left: 0;
	}
	.search_icon a:before {
		top: 0;
		right: initial;
		transform: translateY(0%);
	}
	.search_bar.active {
		top: 24px;
		visibility: visible;
		opacity: 1;
		transform: translateY(0) translateX(-50%);
	}
	.banner h1{
		font-size: 2.5rem;
	}
	.sec-title {
		font-size: 2.3rem;
	}
	.about-sec .about-sec-desc {
		padding-left: 0;
	}
	.about-sec .about-sec-desc h3 {
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
	.announcement .announce-img > span:after{
		width: 50px;
		height: 50px;
	}
	.current-event-wrapper {
		margin-bottom: 30px;
		height: auto;
	}
	.upcoming-event-wrapper {
		margin-bottom: 25px;
		flex-wrap: wrap;
		padding-bottom: 20px;
		border-bottom: 1px dashed #7e1319;
	}
	.upcoming-event-wrapper:last-child {
		border-bottom: 0;
		margin-bottom: 0;
	}
	.upcoming-event-wrapper .event-details {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.upcoming-event-wrapper .event-desc {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.upcoming-event-wrapper .event-desc span.event-location {
		float: none;
		margin-left: 20px;
	}
	.current-event-wrapper .event-img img {
		width: 100%;
	}
	.library-news .event-img .event-details {
		bottom: 12px;
		width: 95%;
	}
	.library-news.events .event-img .event-details span {
		padding-left: 0;
	}
	.side-bar{
		margin-top: 30px;
	}
	.top-footer {
		padding: 4rem 0;
	}
	.footer-sec {
		margin-bottom: 30px;
	}
	.footer-logo img{
		max-width: 150px;
	}
	.newsletter {
		margin-bottom: -80px;
		transform: translateY(-100px);
	}
	.wp-block-columns.kids_sec {
		border: 1px solid #d4d2d2;
		transition: 200ms ease-in-out;
		flex: 0 0 48%;
		max-width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.main-header.active{
		padding: 10px 0;
	}
	.m_post ul li {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.top-header{
		padding: 8px 0;
	}
	.h1,
	h1 {
		font-size: 2rem;
	}
	.h2,
	h2 {
		font-size: 1.6rem;
	}
	.h3,
	h3 {
		font-size: 1.4rem;
	}
	.h4,
	h4 {
		font-size: 1.2rem;
	}
	.banner h1{
		font-size: 2.2rem;
	}
	.sec-title {
		font-size: 2.2rem;
	}
	.about-sec .about-sec-desc {
		margin-top: 20px;
	}
	.about-sec .about-sec-desc h3 {
		margin-bottom: 10px;
	}
	.upcoming-event-wrapper .event-details {
		flex: 0 0 22%;
		max-width: 22%;
	}
	.announcement .announcement-img {
		margin-bottom: 25px;
	}
	.newsletter-btn a.theme-btn {
		padding: 8px;
		font-size: 16px;
	}
	.upcoming-event-wrapper .event-desc {
		padding-left: 3px;
		margin-top: 20px;
	}
	.footer-logo{
		margin-bottom: 20px;
	}
	.bottom-footer .social-icons {
		justify-content: center;
		margin-top: 5px;
	}
	/* ========= Inner Page ========== */
	.float_r_sec .wp-block-column{
		display: flex;
		flex-direction: column;
	}
	.float_r_sec .wp-block-image{
		float: none;
		width: 100%;
		margin-right: 0;
		order: 2;
	}
	.float_r_sec .wp-block-image img{
		height: auto;
	}
	.newsletter {
		margin-bottom: -140px;
		transform: translateY(-120px);
	}
	.job_sec:nth-child(odd) .wp-block-column:last-child{
		margin-top: 30px; 
	}
	.wp-block-columns.kids_sec{
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
	}
	.kids_sec figure img {
		width: 100%;
	}
	.library-news .event-img .event-details {
		width: 80%;
	}
	.table p strong {
		flex: 0 0 35%;
		max-width: 35%;
	}
	.m_category ul li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.top-header-container .social-icons {
		display: none;
	}
	/* material page setting */
	/* =========== Material Page Setting ============== */
	.block_col_style.wp-block-columns{
		margin-bottom: 0;
		justify-content: space-around;
	}
	.block_col_style .wp-block-column{
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 0.5rem;
	}
	.block_col_style .wp-block-column:not(:first-child){
		margin: 0;
	}
	.block_col_style .wp-block-image{
		margin-bottom: 1rem;
	}
	.block_col_style .wp-block-image:not(.is-style-rounded) img {
		border-radius: inherit;
		width: 100%;
		height: 175px;
		object-fit: scale-down;
		padding: 17px 0;
	}
}
@media screen and (max-width: 575px) {
	.library-news .event-img.news-img .event-details {
		bottom: 20px;
	}
	.s-pad {
		padding: 2rem 0;
	}
	/* mobile menu */
	.main-header .navbar-collapse{
		width: 100%;
	}
	.upcoming-event-wrapper .event-details {
		flex: none;
		max-width: 120px;
	}
	.banner h1{
		font-size: 1.8rem;
	}
	.sec-title {
		font-size: 1.6rem;
	}
	.about-sec .about-sec-desc h3 {
		font-size: 1.3rem;
	}
	.upcoming-event-wrapper .event-details h4 {
		font-size: 2.5rem;
	}
	.upcoming-event-wrapper .event-details h4 span {
		font-size: 1rem;
	}
	.events .event-img .event-details {
		bottom: -25px;
		width: 95%;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	.current-event-wrapper .event-desc {
		padding: 55px 25px 30px;
	}
	.announcement .announcement-img {
		width: 350px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.upcoming-event-wrapper {
		margin-bottom: 30px;
		flex-wrap: wrap;
	}
	.upcoming-event-wrapper .event-desc {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
	.theme-btn.program-btn{
		text-align: center;
		padding: 5px 11px;
	}
	.current-event-wrapper .event-desc.news-desc{
		padding: 15px 15px 30px;
	}
	.lang-select{
		margin-right: 0;
	}
	.job_sec.wp-block-columns{
		margin-bottom: 0;
	}
	.job_sec:nth-child(odd) .wp-block-column:last-child{
		margin-top: 0; 
	}
	.job_sec .wp-block-column,
	.job_sec figure{
		margin-bottom: 30px;
	}
	.job_sec figure{
		width: 100%;
		float: none;
	}
	.kids_sec figure,
	.wp-block-columns.kids_sec:nth-child(odd) figure{
		float: none;
		justify-content: flex-start;
		margin: 0 0 15px 0;
	}
	.search_bar{
		width: 95%;
	}
	.top-header{
		padding: 6px 0;
	}
	.top-header-container > a{
		margin-right: 0;
		margin-left: 10px;
	}
	header{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	.banner h1 {
		font-size: 1.6rem;
	}
	.sec-title {
		font-size: 1.4rem;
	}
	.about-sec .about-sec-desc h3 {
		font-size: 1.2rem;
	}
	.events .event-img .event-details {
		position: relative;
        width: 100%;
        box-shadow: none;
        padding: 0;
        margin: auto;
        right: 0;
        transform: translateX(0);
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-left: 25px;
        padding-right: 25px;
	}
	.events .event-img .event-details span{
		font-size: 80%;
	}
	.events .event-img .event-details span:before{
		width: 15px;
		height: 15px;
	}
	.events .event-img .event-details span {
        padding-left: 0;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .events .event-img .event-details span:last-child {
        margin-bottom: 0;
    }
	.library-news .event-img.news-img .event-details {
		bottom: 20px;
		width: 90%;
		padding: 16px 15px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
	}
	.block_col_style .wp-block-image:not(.is-style-rounded) img {
		border-radius: inherit;
		width: 100%;
		height: 175px;
		object-fit: scale-down;
		padding: 9px 11px 0;
	}
}
@media screen and (max-width: 420px) {
	 .main-header .logo img {
		position: relative;
		left: -38px;
	}
	.main-header.active img {
		left: 0;
	}
	.lang-select{
		font-size: 13px;
		padding: 2px 6px 2px 10px;
	}
	.top-header-container > a{
		font-size: 13px;
		margin-left: 5px;
		line-height: 1;
		padding: 6px 10px;
	}
}

/* 12-2-22  */
.s_post_img {
    display: flex;
    justify-content: center;
	height: 350px;
   	padding: 0 50px;
}
.s_post_img img:first-child {
    width: 100% !important;
    display: block;
    position: relative;
    z-index: 1;
    height: auto !important;
    max-height: 100% !important;
    object-fit: contain;
}
.s_post_img img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    z-index: 0;
    filter: blur(15px);
    opacity: .6;
    max-width: 100% !important;
}
.events .event-img .event-details {
    z-index: 2;
}

.home_posts .current-event-wrapper.news-wrapper {
    width: 49%;
    float: left;
}

.home_posts .upcoming-event-wrapper.latest-news-wrapper {
     width: 48.5%;
    float: right;
}

.row > .home_posts {
    padding: 15px;
}

@media only screen and (max-width: 767px){

    .home_posts .current-event-wrapper.news-wrapper {
    width: 100%;
}
.home_posts .upcoming-event-wrapper.latest-news-wrapper {
    width: 100%;
}
}
.adminbar-seo-score {
    background-color: #000;
    color: #fff;
}
.announcement .announce-sec .announce-desc > p > a, .announcement .announce-sec .announce-desc p > a + a {
    color: #000;
    text-decoration-style: double !important;
    text-decoration: underline;
}
#goog-gt-votingForm {
position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.main-header .navbar {
    width: calc(clamp(85%, 3.2vw, 100%) + 64px);
    margin-inline: auto;
}
.main-header > .container {
    max-width: 100%;
    width: 100%;
}
.main-header .logo {
    width: clamp(calc(155px - 1%), 3.2vw, 200px);
}
.main-header .navbar-nav li .nav-link {
    font-size: calc(clamp(14px, 1.3vw, 18px) - 2.5px);
}
.main-header ul.navbar-nav {
    margin-inline: auto;
}
.event-details.latest-news-detail {
    display: flex;
    overflow: hidden;
}
.event-details.latest-news-detail a {
    display: flex;
    justify-content: center;
    align-content: center;
}
.page-id-25533 h1.text-center {
    font-size: 30px;
}