.location-pin{
    background-color: #dddddd;
    display: inline;
    padding: 5px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
}
.our-team .inner-card {
    padding: 15px 10px;
}
.inner-card .name a{
color: #043b7e;
}
.lightboxOverlay {
  background-color: #001834!important;
}
.lb-close {
    margin: 0 auto!important;
    float: none!important;
}
@media(min-width:992px){
  .fc-event-desc{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.fc-event-desc .calendar-desc{
  flex:0 0 82%;
}

.calendar-image{
  flex:0 0 15%;
}

.calendar-image img{
  width:100%;
}
}

.our-team .inner-card .image img {
border-radius: 15px;
}

.intern-announcements .card .left .image {
    padding: 20px 0;
}


.carousel-wrapper{
  background-position: center;
  background-size: cover;
}



.carousel-wrapper #overlay {
    filter: blur(7px);
    transform: scale(1.1);
}


@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
    left: 205px;
    transform: translateY(-35px);
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}

}




.dropdown-item.has-children{
  display: flex;
justify-content: space-between;
align-items: center;
}

.menu-arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
}
.menu-close-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-left: 15px;
}


.dropdown-menu{
  background: #043b7e;
}

.dropdown-menu li,.dropdown-menu a{
  color: #fff;
}
.dropdown-menu li:hover,.dropdown-menu a:hover{
  color: #043b7e;
}

.dropdown-item:hover .menu-arrow svg{
  fill: #043b7e;
}

.menu-arrow svg{
    fill: #fff;
}
.menu-close-icon svg{
    fill: #fff;
}

@media(max-width:992px){
  #navbarCollapse{
    display: none!important;
  }

  .mobile-menu.active{
    display: block;
    margin-bottom: 20px;
  }
  .alt-menu.active{
    display: block;
  }

  .carousel-wrapper .item .right {
    background-color: #03254d94;
    padding: 18px;
    border-radius: 20px;
  }
}

.mobile-menu,.alt-menu{
  display: none;
}

.bg-fill{
  background-color: #043b7e;
}

.mobile-menu a{
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mobile-menu a .menu-arrow{
    margin-left: 15px;
}

.has-children.active .menu-arrow{
  display: none;
}
.has-children.active .menu-close-icon{
  display: flex;
}
.menu-close-icon{
  display: none;
}

.alt-menu .alt-menu{
    margin-left: 15px;
    border-left: 1px solid #fff;
}



.carousel-wrapper .module {
    overflow: hidden;
}

.calendar-wrapper-outer .title h2 {
    color:#043b7e;
    font-size:16px;
    font-weight:700;
    line-height: 21px;
    text-align: center;
    margin-bottom:40px;
}

.calendar-wrapper-outer {
    margin-top:10px !important;
}

footer .links a {
    font-weight: 500;
}


.close-icon{

  background-image: url('data:image/svg+xml;utf8,<svg height="329pt" viewBox="0 0 329.26933 329" width="329pt" xmlns="http://www.w3.org/2000/svg" ><g fill="rgba(255,255,255,.55)"><path d="m194.800781 164.769531 128.210938-128.214843c8.34375-8.339844 8.34375-21.824219 0-30.164063-8.339844-8.339844-21.824219-8.339844-30.164063 0l-128.214844 128.214844-128.210937-128.214844c-8.34375-8.339844-21.824219-8.339844-30.164063 0-8.34375 8.339844-8.34375 21.824219 0 30.164063l128.210938 128.214843-128.210938 128.214844c-8.34375 8.339844-8.34375 21.824219 0 30.164063 4.15625 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921875-2.089844 15.082031-6.25l128.210937-128.214844 128.214844 128.214844c4.160156 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921874-2.089844 15.082031-6.25 8.34375-8.339844 8.34375-21.824219 0-30.164063zm0 0"/></g></svg>')!important;

}




.date-element-span{
    border-radius: 4px;
    background-color: #b8cce6;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #001834;
  padding: 5px;
  margin-left: 10px;

}

.span-el{
  display: inline-block;
  margin-top:10px;
}


.navbar .container {
    z-index: 900;
}

.activity-detail .content img{
  max-width: 100%;
}
