/* 
Theme Name:		 NUS Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 NUS Theme is a child theme of Astra, created by ChildTheme-Generator.com
Author:			 Websparks
Author URI:		 http://childtheme-generator.com/
Template:		 astra
Version:		 1.0.0
Text Domain:	 nus-theme
*/

/*
    Add your custom styles here
*/

:root {
  --orange: #EF7C00;
  --blue: #003D7C;
}

body, h1, h2, h3, h4, h5, h6, span {
  font-family: "Roboto", "Arial", sans-serif;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item>.menu-link::before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item>.menu-link::before {
  height: 3px;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item:hover>.menu-link::before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item:hover>.menu-link::before {
  background-color: var(--orange);
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item.current_page_item>.menu-link::before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item.current_page_item>.menu-link::before {
  width: 100%;
  background-color: var(--orange);
  transform: scale(1, 1) translate(50%, 0);
}

.ast-desktop .ast-mega-menu-enabled .ast-builder-menu-1 div:not(.astra-full-megamenu-wrapper) .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu,
.ast-desktop .ast-builder-menu-1 .astra-full-megamenu-wrapper,
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu {}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-item a.menu-link {
  color: var(--blue);
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-item a.menu-link:hover {
  color: #262626;
  background-color: #F5F5F5;
}

.site-logo-img img {
  height: 60px;
  width: auto;
}

.site-branding {
  display: flex;
}

.site-branding .nus-faculty-border {
  border-right: 1.5pt solid #003d7c;
  margin: 0px 15px;
}

.site-content>.ast-container {
  max-width: 100%;
  padding: 0;
}

body.search .ast-container {
  max-width: 1240px;
  padding: 0;
}

/********** FOOTER **********/
footer .nus-footer .dept-footer {
  margin-left: auto;
  margin-right: auto;
}

footer .nus-footer {
  padding: 70px 0px;
}

footer .nus-footer .dept-name {
  color: white;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

footer .nus-footer .dept-info .icon {
  color: white;
  margin-right: 10px;
  float: left;
}

footer .nus-footer .dept-footer .dept-info .info, footer .nus-footer .dept-footer .dept-info {
  font-size: 14px;
  max-width: 67%;
  margin: auto;
  min-width: 172px;
}

footer .nus-footer .dept-footer .dept-info .info, footer .nus-footer .dept-footer .dept-info .info {
  text-align: left;
}

footer .nus-footer .dept-footer .dept-info .info, footer .nus-footer .dept-footer .dept-info .info a {
  color: #999;
}

footer .nus-footer .dept-footer .social-icons img {
  width: 30px;
  margin: 0px 4px;
}

footer .nus-footer .dept-footer .social-icons {
  margin: 0px auto;
  text-align: center;
  padding-top: 50px;
}

footer .nus-footer .dept-footer .social-icons img {
  display: inline-block;
}

@media only screen and (max-width:768px) {
  .nus-footer .dept-footer {
    width: auto;
  }
}

/********** HEADER **********/
#ast-hf-mobile-menu a.menu-link {
  color: #003D7C;
  font-size: 14px;
}

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

  .nus-faculty-border,
  .nus-faculty-logo {
    display: none;
  }
}


@media only screen and (max-width:920px) {
  .ast-icon.icon-arrow svg {
    transform: none;
    font-size: 10px;
  }

  .ast-submenu-expanded>.ast-menu-toggle .ast-icon.icon-arrow svg {
    transform: rotate(180deg);
  }
}

.ast-search-box.header-cover .icon-close svg {
  color: #0d0d0d;
}

#ast-desktop-header .ast-search-box.header-cover {
  position: static;
  padding: 20px;
  background: none;
  background-color: #f8f8f8;
}

#ast-desktop-header .ast-search-box.header-cover .ast-search-wrapper {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
}

#ast-desktop-header .ast-search-box.header-cover .search-form .search-field {
  padding: 10px 16px 10px 40px;
  font-size: 18px;
  line-height: 1.33em;
  background-color: #fff;
  color: #0d0d0d;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  height: 45px;
  border-radius: 0px;
}

#ast-desktop-header .ast-search-box.header-cover .search-form .search-field::placeholder {
  color: #ccc;
}

#ast-desktop-header .ast-search-box.header-cover .search-form .search-text-wrap {
  width: calc(100% - 0em);
}

#ast-desktop-header .ast-search-box.header-cover .search-form .search-text-wrap:before {
  display: block;
  position: absolute;
  top: 2px;
  left: 22px;
  opacity: 0.1;
  z-index: 3;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(assets/images/search-solid.png );
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}

#ast-desktop-header .ast-search-box.header-cover .search-form .close {
  opacity: 0;
  display: none;
}

.nus-row-page-banner {
  max-width: 1260px;
}

.nus-row-page-banner>.fl-row-content-wrap {
  background-size: cover;
  padding-top: 192px;
  padding-bottom: 220px;
  padding-left: 235px;
  overflow: hidden;
}

.nus-row-page-banner>.fl-row-content-wrap:after {
  right: auto;
  left: 50%;
  width: 2170px;
  margin-left: -1085px;
}

.nus-row-page-banner>.fl-row-content-wrap h1.fl-heading {
  max-width: 700px;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -3px;
  text-shadow: -1px 0px 15px rgba(0, 0, 0, 0.35);
}

.nus-row-page-banner>.fl-row-content-wrap h4.fl-heading {
  max-width: 700px;
  font-size: 34px;
  font-weight: 500;
  text-shadow: -1px 0px 15px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 1024px) {
  .nus-row-page-banner>.fl-row-content-wrap {
    background-size: cover;
    padding-top: 272px;
    padding-bottom: 90px;
    padding-left: 50px;
  }

  .nus-row-page-banner>.fl-row-content-wrap:after {
    right: 0px;
    left: 0px;
    width: auto;
  }

  .nus-row-page-banner>.fl-row-content-wrap h1.fl-heading {
    font-size: 40px;
    letter-spacing: -2px;
  }

  .nus-row-page-banner>.fl-row-content-wrap h4.fl-heading {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .nus-row-page-banner>.fl-row-content-wrap {
    background-size: auto 100%;
    padding-top: 200px;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .nus-row-page-banner>.fl-row-content-wrap h1.fl-heading {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .nus-row-page-banner>.fl-row-content-wrap h4.fl-heading {
    font-size: 18px;
  }
}

.main-header-menu .menu-link, .main-header-menu>a {
  padding: 0 15px 0 15px;
}

/********** BREADCRUMBS **********/
.custom-breadcrumbs {
  background: #002449;
}

.custom-breadcrumbs ul {
  list-style: none;
  max-width: 1140px;
  display: flex;
  margin: 0px auto;
}

.custom-breadcrumbs>ul>li {
  float: left;
  margin-right: 5px;
  color: #999;
  font-size: 14px;
}

.custom-breadcrumbs>ul>li>a {
  /**color: #959595;*/
  color: #555;
}

.custom-breadcrumbs ul>li a:hover {
  color: #fff;
  text-decoration: none;
}

.custom-breadcrumbs>ul>li:nth-child(n+2)::before {
  /**font-family: "Font Awesome 5 Free";*/
  font-weight: 600;
  content: "/";
  font-size: 15px;
  margin: 0px 10px;
}

.breadcrumbs-home {
  padding-right: 10px;
  color: #f27c36;
}



/********** SEARCH PAGE **********/

.search-results .headline {
  margin: 24px 0px;
}

.search-results .headline h2 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: left;
  color: #003d7c;
}

.search-results .form-search {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

.search-results .form-search .searchBox {
  height: 50px;
  width: 100%;
  padding-left: 25px;
  padding-right: 90px;
  font-size: 14px;
  line-height: 24px;
}

.search-results .form-search .icon-cancel {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 17px;
  right: 60px;
  cursor: pointer;
  z-index: 5;
}

.search-results .form-search .icon-search {
  position: absolute;
  top: 17px;
  right: 30px;
  cursor: pointer;
  z-index: 5;
  height: 17px;
  width: 17px;
  opacity: 0.8;
}

.search-results .results .resultCount {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 50px;
}

.search-results .results .resultList {
  margin-top: 25px;
  margin-bottom: 25px;
}

.search-results .results .resultList .result-item {
  margin-bottom: 15px;
}

.search-results .results .resultList .result-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #262626;
  margin-bottom: 8px;
}

.search-results .results .resultList .description {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #343434;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.search-results .results .resultList .read-more button {
  border: none;
  background: none;
  padding: 0px;
}

.search-results .results .resultList .read-more button:focus {
  outline: none;
}

.search-results .results .resultList .read-more span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  cursor: pointer;
  color: #0D315F;
}

.search-results .results .resultList .read-more span:hover {
  color: #45565F;
}

@media only screen and (min-width: 1200px) {
  .search-results .form-search {
    width: 100%;
  }
}

.result-item-divider {
  margin-top: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.wrapper-paging {
  text-align: center;
}

.wrapper-paging .page-numbers {
  list-style: none;
}

.wrapper-paging .page-numbers li {
  display: inline-block;
}

.wrapper-paging .page-numbers li .page-numbers {
  border: none;
  padding: 4px 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #707070;
}

.wrapper-paging .page-numbers li .page-numbers.current {
  color: white;
  background: #003d7c;
}

.wrapper-paging .page-numbers li .page-numbers.next {
  color: white;
  position: relative;
}

.wrapper-paging .page-numbers li .page-numbers.next:before {
  background: url("assets/images/next-arrow.svg");
  width: 7px;
  height: 12px;
  display: block;
  content: " ";
  position: absolute;
  top: 7px;
  left: 10px;
}

.wrapper-paging .page-numbers li .page-numbers.prev {
  color: white;
  position: relative;
}

.wrapper-paging .page-numbers li .page-numbers.prev:before {
  background: url("assets/images/prev-arrow.svg");
  width: 7px;
  height: 12px;
  display: block;
  content: " ";
  position: absolute;
  top: 8px;
  right: 10px;
}



/********** MEGA MENU **********/

.ast-mm-custom-text-content {
  height: 144px;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #343434;
}

@media only screen and (max-width: 767px) {
  .ast-mm-custom-text-content {
    padding: 0 20px 0 20px;
  }
}

.astra-megamenu a {
  position: relative;
}

.astra-megamenu a::after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 13px;
  height: 10px;
  right: -20px;
  top: 25%;
  background-image: url(assets/images/navbar_hover_arrow.png);
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
}

.astra-megamenu a:hover:after {
  opacity: 1;
}

.astra-full-megamenu-wrapper {
  border: 0 !important;
  box-shadow: 0px 15px 10px 0px #013D7C1A !important;
  border-top: 1px solid #E7E7E7 !important;
}

.ast-header-navigation-arrow {
  display: none;
}

.astra-mega-menu-width-full-stretched.sub-menu {
  padding: 0 !important;
}

.astra-megamenu .ast-mm-custom-content {
  margin-top: 0 !important;
}

.mega_menu_blue_bg {
  padding: 0 20px 0 20px;
}

.mega_menu_blue_bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(1, 61, 124, 0.07);
  z-index: -1;
}

.astra-megamenu {
  .mega_menu_white_header {

    .fl-heading-text,
    .fl-heading {
      font-size: 24px;
      font-weight: 500;
      color: #013D7C;
    }

  }

  .mega_menu_white_content .fl-rich-text {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
  }

  .mega_menu_blue_header {

    .fl-heading-text,
    .fl-heading {
      font-size: 16px;
      font-weight: 500;
      color: #013D7C;
    }

    .fl-heading {
      margin-left: 20px !important;
      margin-top: 5px !important;
    }
  }
}





/* Customizer css */

.ast-below-header-bar{
	border-top: 1px solid #E7E7E7;
}
.main-header-menu > .menu-item > .menu-link{
	line-height: 49px;
}
.main-navigation ul{
	gap: 30px;
}
.ast-desktop .ast-menu-hover-style-underline > .menu-item:hover > .menu-link:before{
	width: 100%;
}

footer .nus-footer {
    padding: 70px 0px 0px 0px;
}

.title_underline .fl-heading-text{
	border-bottom: 3px solid transparent;
	border-image: linear-gradient(90deg, #CD6F0B 0%, #EF7C01 48.28%, rgba(239, 124, 1, 0.5) 99.67%);
	border-image-slice: 1;
	padding-bottom: 10px;
}

.button_underline{
	pointer-events: none;
}

.button_underline .fl-button-text{
	border-bottom: 3px solid transparent;
	border-image: linear-gradient(90deg, #CD6F0B 0%, #EF7C01 48.28%, rgba(239, 124, 1, 0.5) 99.67%);
	border-image-slice: 1;
	padding-bottom: 10px;
}

.chair_message_column{
	z-index: 1;
	position: relative;
}



.left-title-image{
	border: 0px solid transparent;
	border-radius: 10px;
	/*background: linear-gradient(90deg, #003366, #6699ff);*/
	padding: 5px 20px 5px 20px;
}

.uabb-infobox-text-wrap{
	padding: 20px;
}

.fl-module-info-box,
.fl-module-content,
.uabb-infobox,
.uabb-infobox-left-right-wrap{
	height: 100%;
}

.fl-module-content{
	align-items: center;
}

.uabb-infobox{
	max-width: 556.5px;
}

.uabb-infobox-left-right-wrap{
	background-color: white;
	border-radius: 10px;
}


.homepage_view_all_fellows .fl-col-content{
	height: 262.3px !important;
}







.slider_image_bg{
	background: linear-gradient(70.49deg, #C96800 0%, #EF912E 67.01%) !important;
	box-shadow: 0px 15px 10px 0px #013D7C1A;
}














.resources_card_container .uabb-infobox{
	transition: all 0.3s ease-in-out;
}

.resources_card_container .uabb-infobox:hover{
	box-shadow: 0px 5px 20px 0px rgba(168, 168, 168, 0.8);
}










@media screen and (max-width: 1250px) {
	sr7-content{
		padding-top: 20px;
		padding-right: 20px;
		padding-left: 20px;
	}
	
	sr7-bullets{
    transform: translate(20px, -20px) !important;
	}
	
	.sr7-leftarrow{
    transform: translate(0px, 0px) !important;
    inset: 70% auto auto 0px !important;
	}
	
	.sr7-rightarrow{
    transform: translate(40px, 0px) !important;
    inset: 70% auto auto 0px !important;
	}
}



/* Mobile */
@media screen and (max-width: 767px) {
	.ast-mobile-header-wrap .ast-primary-header-bar{
		height: 63px;
		min-height: 63px !important;
	}
	
	.ast-site-identity{
		padding: 0 !important;
	}
	
	.site-logo-img img{
    height: 38.24px;
		object-fit: contain;
	}
	
	sr7-content{
		overflow: hidden;
	}
	
	sr7-bullets{
    transform: translate(20px, -20px) !important;
	}
	
	.sr7-leftarrow{
    transform: translate(0px, 0px) !important;
    inset: 50% auto auto 0px !important;
	}
	
	.sr7-rightarrow{
    transform: translate(40px, 0px) !important;
    inset: 50% auto auto 0px !important;
	}
	
	.sr7-leftarrow::before,
	.sr7-rightarrow::before{
		font-size: 24px !important;
	}
	
	.homepage_view_all_fellows{
		.fl-col-content{
    max-height: 131px !important;
		}
		.fl-button{
			width: 90% !important;
		}
	}
	.outreach_grid_container {
    grid-template: none !important;
	}
	
	.outreach_parent_container{
		height: 278.18px;
	}
	
	.outreach_image_container{
		height: 204.18px;
	}
	
	.projects_grid_container {
    grid-template-columns: auto !important;
	}
	
	.people_parent_container{
		width: 45% !important;
	}
	
	#outreach_modal {
		.outreach_modal_header {
			height: auto !important;
		}
		#modal_date_container{
			flex-direction: column !important;
			gap: 20px;
		}
	}
	
}





.ast-mobile-popup-header{
	position: relative;
	background-color: #EEEEEE;
	min-height: 35px !important;
	height: 35px;
}

.ast-mobile-popup-header::after{
    content: 'Main Menu';
    top: 10px;
    left: 10px;
    position: absolute;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #333333;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
    padding: 5px 10px 5px 10px;
    background: #BBBBBB33;
    border-radius: 0;
}

.ast-mobile-popup-content *:focus{
	outline: none !important;
}

.ast-mobile-popup-content button{
	box-shadow: none !important;
}

.ast-mobile-popup-content .menu-text{
font-weight: 700;
font-size: 16px;
line-height: 100%;
vertical-align: middle;
text-transform: capitalize;

}

.ast-mobile-popup-content .main-navigation ul .menu-item .menu-link{
	padding: 5px 15px 5px 15px!important;
}


.ast-mobile-popup-content .main-navigation ul{
	gap: 0;
}

.ast-mobile-popup-content .ast-menu-toggle .ast-icon.icon-arrow svg{
    height: 15px !important;
    width: 15px !important;
    color: #013D7C !important;
}

#ast-mobile-header .ast-search-box svg{
	color: white !important;
}





.people_single_page .people_content p:not([style*="font-size"]),
.people_single_page .entry_content p:not([style*="font-size"]),
.people_single_page .people_content ul:not([style*="font-size"]),
.people_single_page .entry_content ul:not([style*="font-size"]),
.people_single_page .people_content ol:not([style*="font-size"]),
.people_single_page .entry_content ol:not([style*="font-size"]){
  font-size: 14px;
	line-height: 1.6;
}

.people_single_page {
    .people_header {
        padding-bottom: 30px;
    }
}




.newsletter_callout .fl-callout-content{
	display: flex;
	align-items: center;
	
	.fl-callout-title{
		padding: 0 !important;
	}
	
	.fl-callout-title a{
		text-decoration: none !important;
		pointer-events: none !important;
	}
	
	.fl-callout-text-wrap{
		margin-left: auto;
		display: inline-flex;
		align-items: center;
	}
	
	.fl-callout-cta-link::after{
		content: "\f019";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: white;
		margin-left: 5px;
	}
}

.newsletter_callout .fl-module-content:hover{
	background-color: #FEDBB4F2;
	box-shadow: rgba(1, 61, 124, 0.2) 0px 15px 15px 0px;
	
	.fl-callout-text-wrap a, .fl-callout-title a, .fl-callout-cta-link::after{
		color: black;
	}
}

@media only screen and (max-width: 767px) {
	.newsletter_callout .fl-callout-content{
		display: block;
	}
}


.table-responsive{
	overflow-x: auto;
}


.annual_poster_callout .fl-module-content:hover{
	background-color: #FEDBB4F2;
	box-shadow: rgba(1, 61, 124, 0.2) 0px 15px 15px 0px;
}

@media only screen and (max-width: 767px) {
	.annual_poster_callout .fl-callout-content{
		display: block;
	}
}










/* Swiper css */

.swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  overflow: visible !important;
  overflow-x: clip !important;
}

.swiper-slide {
  font-size: 18px;
  background-color: transparent;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: auto !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}


.mySwiper-projects .project_parent_container {
  height: 100% !important;
  margin-left: 5px;
  margin-right: 5px;
}

.mySwiper-people .people_parent_container {
  width: 100% !important;
}


.load-next-button-projects,
.load-next-button-people {
  color: white;
  position: absolute;
  top: -80px;
  right: 0;
  width: 42px;
  height: 42px;
  background-color: #013D7C;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.load-next-button-projects::after,
.load-next-button-people::after {
  content: 'next';
  font-family: swiper-icons;
  font-size: 16px;
  font-weight: bold;
}

.load-prev-button-projects,
.load-prev-button-people {
  color: white;
  position: absolute;
  top: -80px;
  right: 50px;
  width: 42px;
  height: 42px;
  background-color: #013D7C;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.load-prev-button-projects::after,
.load-prev-button-people::after {
  content: 'prev';
  font-family: swiper-icons;
  font-size: 16px;
  font-weight: bold;
}

.disabled_swiper_button {
  opacity: 50% !important;
}

.load-next-button-projects:not(.disabled_swiper_button),
.load-prev-button-projects:not(.disabled_swiper_button),
.load-next-button-people:not(.disabled_swiper_button),
.load-prev-button-people:not(.disabled_swiper_button) {
  cursor: pointer;
}


.swiper-pagination-projects,
.swiper-pagination-people {
  position: absolute;
  bottom: -70px !important;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-bottom: 20px;
}


.swiper-pagination-projects .swiper-pagination-bullet,
.swiper-pagination-people .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background: none;
  border: 1px solid #016B99;
  opacity: 100% !important;
}

.swiper-pagination-projects .swiper-pagination-bullet-active,
.swiper-pagination-people .swiper-pagination-bullet-active {
  height: 22px !important;
  width: 22px !important;
  box-shadow: 0px 15px 10px 0px #013D7C1A;
  background-color: #01618A !important;
  border: 5px solid #A2CBDC !important;
}

.swiper-container-people .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 40% !important;
}

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

  .load-next-button-projects,
  .load-next-button-people {
    left: 50px;
  }

  .load-prev-button-projects,
  .load-prev-button-people {
    left: 0;
  }

  .load-next-button-people {
    top: -60px;
  }

  .load-prev-button-people {
    top: -60px;
  }

  .mySwiper-projects .swiper-slide:nth-child(odd) {
    margin-bottom: 30px;
  }

  .swiper-container-people .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50% !important;
  }
}
















/* modal css */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

#project_modal {
  .modal_content {
    width: 80%;
    max-width: 1127px;
    border-radius: 10px;
    position: relative;
    background-color: white;
  }

  .project_modal_header {
    padding: 30px;
    color: white;
    background-color: #E47D0D;
    border-radius: 10px 10px 0 0;

    #modal_title {
      font-size: 24px;
      line-height: 22px;
      font-weight: 500;
      margin-bottom: 20px !important;
    }

    #modal_content {
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      margin-bottom: 0 !important;
    }

  }


  .repeater-item {
    margin-bottom: 10px;
    position: relative;

    .repeater-title {
      color: #013D7C;
      font-size: 21px;
      font-weight: 500;
    }
  }

  .repeater-item::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 90%;
    bottom: -15px;
    left: 0;
    background-color: #9999994D;
  }

  .repeater-item:last-child::before {
    content: none;
  }

  #modal_repeater {
    padding: 30px 30px 0 30px;
    border-radius: 0 0 10px 10px;
  }

  .modal_background_image {
    background-image: url(assets/images/Pop-up-side-bg.png);
    background-position: top;
    background-size: cover;
    padding-bottom: 30px;
  }
  
  .modal_button_container{
    display: flex;
    flex-direction: row;
  }

  #modal_button,
  #modal_button_2,
  #modal_button_3 {
    display: none;
    min-width: 148.8px;
    height: 45px;
    justify-content: center;
    align-items: center;
    margin: 0 30px 0 30px;
    padding: 11px 32px 11px 32px;
    text-decoration: none;
    border: 2px solid #EF7C01;
    border-radius: 8px;
    color: #EF7C01;
    font-weight: 500;
    font-size: 14px;
  }

  #modal_button:hover,
  #modal_button_2:hover,
  #modal_button_3:hover {
    color: white;
    background-color: #EF7C01;
  }
}

#outreach_modal {
  .modal_content {
    width: 80%;
    max-width: 1127px;
    border-radius: 10px;
    position: relative;
    background-color: white;
  }

  .outreach_modal_header {
    background-color: #013D7C;
    min-height: 81px;
    font-size: 24px;
    color: white;
    font-weight: 500;
    padding: 25px 30px 15px 30px;
    border-radius: 10px 5px 0 0;
  }

  #modal_date_container {
    margin: 0 30px 0 30px;
    display: flex;
    background-color: #E9F4FF;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    color: #013D7C;
  }

  #modal_date::before {
    content: '';
    background-image: url(assets/images/outreach_date.png);
    width: 31px;
    height: 31px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -40px;
  }

  #modal_time::before {
    content: '';
    background-image: url(assets/images/outreach_time.png);
    width: 31px;
    height: 31px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -40px;
  }

  #modal_location::before {
    content: '';
    background-image: url(assets/images/outreach_location.png);
    width: 31px;
    height: 31px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -40px;
  }

  #modal_date, #modal_time, #modal_location {
    line-height: 33px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 40px;
    margin-right: 30px;
    position: relative;
  }


  .repeater-item {
    margin-bottom: 10px;
    position: relative;

    .repeater-title {
      color: #013D7C;
      font-size: 21px;
      font-weight: 500;
    }
  }

  .repeater-item::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 90%;
    bottom: -15px;
    left: 0;
    background-color: #9999994D;
  }

  .repeater-item:last-child::before {
    content: none;
  }

  #modal_Outreach_repeater {
    padding: 30px 30px 0 30px;
    border-radius: 0 0 10px 10px;
  }

  .modal_background_image {
    background-image: url(assets/images/Pop-up-side-bg.png);
    background-position: top;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal_Outreach_button_container{
    display: flex;
    flex-direction: row;
  }

  #modal_Outreach_button,
  #modal_Outreach_button_2,
  #modal_Outreach_button_3 {
    display: none;
    min-width: 148.8px;
    height: 45px;
    justify-content: center;
    align-items: center;
    margin: 0 30px 0 30px;
    padding: 11px 32px 11px 32px;
    text-decoration: none;
    border: 2px solid #EF7C01;
    border-radius: 8px;
    color: #EF7C01;
    font-weight: 500;
    font-size: 14px;
  }

  #modal_Outreach_button:hover,
  #modal_Outreach_button_2:hover,
  #modal_Outreach_button_3:hover {
    color: white;
    background-color: #EF7C01;
  }
}

.close_modal {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  top: -10px;
  right: -10px;
  font-size: 28px;
  cursor: pointer;
  background-color: white;
  border-radius: 16px;
  color: #E37600;
  border: 1px solid #E37600;
}

.close_Outreach_modal {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  top: -10px;
  right: -10px;
  font-size: 28px;
  cursor: pointer;
  background-color: white;
  border-radius: 16px;
  color: #E37600;
  border: 1px solid #E37600;
}

@media screen and (max-height: 900px) {
	.modal_background_image{
		max-height: 500px;
		overflow-y: auto;
	}
}

@media screen and (min-height: 901px) {
	.modal_background_image{
		max-height: 750px;
		overflow-y: auto;
	}
}

@media only screen and (max-width: 767px) {
  .modal_button_container,
  .modal_Outreach_button_container{
    flex-direction: column !important;;
    gap: 10px;
  }
}