/* News and Event Update*/
.hero-image-container{
  background-color: #c9eafd;
}

.news-and-event{
  position: relative;
}
.news-event-tab{
  overflow: hidden;
}
.news-event-tab figure{
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-and-event ul{
  /* position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; */
}

.news-event-hero{
  padding: 0 135px;
}
@media only screen and (max-width: 768px){
  .news-event-hero{
    padding: 0 15px;
  }
}

.flyer-button{
  display: inline-block;
  text-align: center;
  background-color: #2352a0;
  padding: 20px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.7em;
  letter-spacing: 1.4px;
  border: 1px solid white;
  border-radius: 5px;
}
.flyer-button:hover{
  color: white!important;
  background-color: #1a3866;
}

.blue-section a{
  color: #f57e20!important;
}
.blue-section a:hover{
  color: #d16d28!important;
}

.ambition p a {
  color: #f57e20;
}

.ambition p a:hover{
  color: #d16d28!important;
}

/* End of News and Event Update*/

/* Global Update*/

.hero-image{
  width: 100%;
}

/* End of Global Update*/

.team-style-1 figure .team-image{
  height: 260px;
}
.tean-card{
  margin-bottom: 20px;
}
.team-style-1 figure .team-image img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ha{
    height: auto!important;
}
.mwn{
    max-width: none;
}
.sp-section2{
  padding: 80px 0;
}
.sp-section{
  padding: 50px 0;
}

/*Spinner*/
.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*End of Spinner*/
.text-center{
    text-align: center;
}
.facebook a, .facebook:hover a{
    color: #3b5998!important;
    border: 1px solid #dadade;
}
.twitter a, .twitter:hover a{
    color: #00aced!important;
    border: 1px solid #dadade;
}
.pinterest a, .pinterest:hover a{
    color: #cb2027!important;
    border: 1px solid #dadade;
}
.google a, .google:hover a{
    color: #dd4b39!important;
    border: 1px solid #dadade;
}
.nb a{
    border: none!important;
}
.nb:hover a{
    background: transparent!important;
}
.nb:hover a i{
    color: blue;
}
.twitter:hover a, .facebook:hover a, .pinterest:hover a,.google:hover a{
    background-color: rgba(0,0,0,0.3);
}

.rtheading{
    font-size: 24px;
    line-height: 22px;
}

.pt-5{
    padding-top: 30px;
}
section a:hover span{
    color: rgb(57,121,255)!important;
}

section a{
    cursor: pointer;
}

section a:hover{
    color: rgb(57,121,255)!important;
}

/*Flexslider override*/
.flexslider{
    border:none;
    margin: 0;
}
.flex-control-nav{
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 20%;
    right: 3%; */
}
.flexslider .slides > li{
    max-height: 600px;
    overflow: hidden;
    position: relative;
}
.flex-control-nav li {
    /* width: 10%;
    margin-bottom: 10px;
    border: 1px solid #3779ff; */
    margin-bottom: 10px;
}
.flex-control-nav li .flex-active{
    -webkit-filter: sepia() brightness(30%) saturate(500%) hue-rotate(150deg);
            filter: sepia() brightness(30%) saturate(500%) hue-rotate(150deg)
}
.flex-nav-prev, .flex-nav-next{
    display: none;
}
.flex-caption {
    width: 50%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(46, 104, 200, 0.8);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
}
.flex-caption h1{
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
}
/*End of Flexslider Override*/
/*Active modifier*/
nav li.active a{
    border: 1px solid #3779ff!important;
    color: #3779ff!important;
}
/*Navbar Override*/
.navbar-default{
    background-color: white;
    border-bottom: 1px solid #e0e0e0!important;
}
header a.logo img{
    max-height: 45px;
}
nav.navbar.navbar-default ul.nav > li > a{
    border: 1px solid transparent;
    padding: 5px;
    margin: 0 5px;
}
header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a, header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a{
    padding: 5px 10px;
}
header.sticky nav.header-light-transparent .logo .logo-light, header.sticky nav.header-light .logo .logo-light{
    visibility: visible;
    opacity: 1;
    width: auto;
}
nav.navbar.navbar-default ul.nav > li > a:hover{
    border: 1px solid #3779ff;
    color: #3779ff!important;
}
.header-search-form:hover{
    color: #3779ff!important;
}
/*End of Navbar Override*/
/*Footer*/
footer{
    background-color: rgb(247,247,247);
    border-top: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 0;
    overflow: hidden;
}
footer li a:hover .fa{
    color: #3779ff;
}
footer .footer-logo{
    max-height: 120px;
}
footer .upper-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px;
}
footer .upper-footer .upper-footer__detail{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
   /* padding-left: 40%;*/
    padding-left: 20%;
}
footer .upper-footer .upper-footer__detail div{
    margin-right: 40px;
}
footer .upper-footer .upper-footer__detail > div{
  margin: 20px 0;
}
.lower-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/*End of Footer*/
.list-style-4.list-style-color li:before{
    color: rgb(245,143,32);
}
/*utilities*/
.w100{
    width: 100%;
}
.w120p{
    width: 120px!important;
}
.p20{
    padding: 20px!important;
}
.m20b{
    margin-bottom: 20px!important;
}
.m20r{
    margin-right: 20px!important;
}
.no-border{
    border:none;
}
.crisea-heading{
    font-size: 18px;
    letter-spacing: 3px;
}
.crisea-btn{
     background: transparent;
     border: 1px solid rgb(57,121,255);
     color: rgb(57,121,255);
     border-radius: 40px;
     margin-bottom: 80px;
     padding: 10px 25px;
}
.crisea-btn-research-themes{
     background: #fff;
     border: 1px solid rgb(57,121,255);
     color: rgb(57,121,255);
     border-radius: 40px;
     margin-bottom: 20px;
     padding: 10px 25px;
}
 .crisea-btn-nm{
     background: transparent;
     border: 1px solid rgb(57,121,255);
     border-radius: 40px;
     margin-top: 40px;
     padding: 10px 25px;
     color: rgb(57,121,255);
 }
.crisea-btn:hover, .crisea-btn-nm:hover, .crisea-btn-research-themes:hover{
    background-color: rgb(57,121,255);
    color: white!important;
}
 .crisea-btn-search{
     background: rgb(57,121,255);
     border: 1px solid rgb(57,121,255);
     border-radius: 40px;
     margin-top: 40px;
     padding: 5px 40px;
     color: white;
     width: 100%;
 }
.crisea-btn-search:hover{
    background-color: white;
    color: rgb(57,121,255);
}
.roboto{
    font-family: 'Roboto', cursive;
}
.underline{
    background-color: #3779ff;
}
.bg-blue{
    background-color: rgb(29,82,160);
}
.text-size-18{
    font-size: 18px;
}
.text-size-16{
    font-size: 16px;
}
.bg-orange{
    background-color: rgb(245,143,32);
}
.text-blue{
    color: rgb(57,121,255);
}
.text-white-gray{
    color: rgb(210,210,210);
}
.text-bold{
    font-weight: bold;
}
.text-italic{
    font-style: italic;
}
.text-orange{
    color: rgb(245,143,32);
}
.border-orange{
    border: 1px solid rgb(245,143,32);
}
.border-blue{
    border: 1px solid rgb(57,121,255);
}
.border-left{
    border-left: 1px solid #efefef;
    padding-left: 0;
}
.border-bottom{
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}
.separator{
    border-bottom: 1px solid #efefef;
    margin: 20px 0;
}
.publications-padding{
    padding-left: 60px;
}
/*end of utilities*/
/*Home*/
.additional-info h6{
    font-size: 1em;
    display: inline-block;
}
.additional-info ol li h6{
    font-weight: bold;
    margin-right: 3px;
}
.portfolio-img{
    background-color: rgb(57,121,255);
}
.portfolio-hover-content a span{
    font-size: 18px;
    font-family: 'Montserrat',cursive;
    font-weight: 600;
}
.portfolio-icon button{
    border: 1px solid white;
    background: transparent;
    border-radius: 60px;
    color: white;
    text-transform: uppercase;
    padding: 5px 15px;
}
.portfolio-icon button:hover{
    background: white;
    color: rgb(57,121,255);
}
.portfolio-icon button:hover i{
    color: rgb(57,121,255);
}
.portfolio-icon i{
    top: 4px!important;
    color: white;
    margin-right: 6px;
}
.grid-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pre-content{
    margin-top: 60px;
    margin-bottom: 47px;
    color: rgba(0,0,0,0.5);
    padding: 0 300px;
    font-size: 16px;
}
.publications{
    margin-bottom: 40px;
}
.hover-option6 .grid-item figcaption{
    padding: 30px 10px;
}
.portfolio-grid .grid-item figure{
    width: 340px;
    height: 207px;
}
.portfolio-grid .grid-item figure img{
    width: 150%;
    max-width: none;
}
.portfolio-grid .grid-item figure{
    height: 250px;
}
.events_container, .partner_container{
     background-color: #f7f7f7;
 }
.events{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 40px;
}
.events .events__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 49%;
    background-color: white;
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin-bottom: 20px;
    cursor: pointer;
}
.events .events__item > div:first-child{
    border: 1px solid rgb(57,121,255);
    border-radius: 100%;
    height: 100px;
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgb(57,121,255);
    font-size: 12px;
}
.events .events__item > div:first-child > span:nth-child(1){
    line-height: 13px;
    letter-spacing: 5px;
}
.events .events__item > div:first-child > span:nth-child(2){
    line-height: 17px;
    font-weight: 800;
    letter-spacing: 5px;
    margin-bottom: 4px;
}
.events .events__item > div:first-child > span:nth-child(3){
    font-weight: 800;
    font-size: 36px;
}
.events .events__item > div:last-child{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 20px;
}
.events .events__item > div:last-child > h6{
    color: black;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
}
.events .events__item > div:last-child > h6:last-child{
     color: rgba(0, 0, 0, 0.5);
}
.events .events__item > div:last-child > h5{
    font-family: 'Montserrat', cursive;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: black;
    text-align: left;
    height: 50px;
}
.events .events__item > div:last-child > .events__item__heading{
    font-family: 'Roboto', cursive;
    text-transform: uppercase;
    color: #f7921c;
    font-weight: bold;
    margin-top: 0;
}
/*Hover*/
.events .events__item:hover{
    background-color: rgb(29,82,160);
    color: white;
}
.events .events__item:hover > div:first-child{
    border-color: white;
    background-color: rgb(29,82,160);
}
.events .events__item:hover > div:first-child span{
    color: white!important;
}
.events .events__item:hover > div:last-child > h5{
    color: white;
}
.events .events__item:hover > div:last-child > h6:nth-child(3){
    color: white;
}
.events .events__item:hover > div:last-child > h6:nth-child(4){
    color: rgba(255,255,255,0.5);
}
/*end of hover*/
.news{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 120px;
    /*padding-top: 50px;*/
}
.news__item img{
    display: block;
    margin-right: 20px;
}
.news__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
}
.news__item_n{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}
.news__item_n h6, .news__item_n p{
    color: rgba(0,0,0,0.5)!important;
    text-align: left;
}
.news__item_n p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6f6f6f!important;
    line-height: 24px;
    margin: 10px 0;
}

.news__item_n img{
    margin-right: 20px;
}
.news__item_n h5, .news__item h5{
    font-family: 'Montserrat',cursive;
    font-size: 18px;
    line-height: 24px;
    color: black;
    font-weight: 600;
    text-align: left;
}

.news__item_n h5:hover{
    color: #3779ff;
}

.news > .news__item:last-child{
    margin-bottom: 60px;
}
.news__item__event{
    height: 120px;
    width: 120px;
    border-radius: 100px;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid rgb(29,82,160);
    color: rgb(29,82,160);
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.news__item__event span:nth-child(1){
    line-height: 13px;
    letter-spacing: 5px;
}
.news__item__event span:nth-child(2){
    line-height: 17px;
    font-weight: 800;
    letter-spacing: 5px;
    margin-bottom: 4px;
}
.news__item__event span:nth-child(3){
    font-weight: 800;
    font-size: 36px;
}
.news__item__detail{
    height: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
}
.news__item a,h5,h6{
    margin: 0;
    margin-bottom: 10px;
}
.news__item h6:first-child{
    font-size: 14px;
    margin-bottom: 10px;
    color: #f7921c;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', cursive;
}
.news__item h6, .news__item_n h6{
    font-size: 12px;
    line-height: 12px;
}
.news__item a{
    font-family: 'Montserrat',cursive;
    font-size: 20px;
    color: black;
    font-weight: 600;
}

/*Hover*/
.news__item:not(.ni-nh):hover{
    background-color: rgb(29,82,160);
    color: white;
}
.news__item:not(.ni-nh):hover .news__item__event{
    border-color: white;
}
.news__item:not(.ni-nh):hover a,
.news__item:not(.ni-nh):hover h6,
.news__item:not(.ni-nh):hover h5,
.news__item:not(.ni-nh):hover .news__item__event span{
    color:white!important;
}
.news__item:not(.ni-nh):hover .news__item__detail h5:first-child{
    color: #f7921c!important;
}
.ni-nh:hover{
    background-color: inherit;
}
/*End of Hover*/

.partner_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 100px;

}
.partner_logo_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 150px;

}
.partner_container img{
    /*width: 120px;*/
    height:50px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-filter:  grayscale(100%) brightness(60%) contrast(10000000%);
    -moz-filter:  grayscale(100%) brightness(60%) contrast(10000000%);
    filter:  grayscale(100%) brightness(60%) contrast(10000000%);
    opacity: .3;
}
.partner_container img:hover{
    /*width: 120px;*/
    height:50px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-filter:  none;
    opacity: 1;
}

/*end of Home*/
/*Publications*/
.searchs_filter{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', cursive;
}
.searchs_filter div{
    height: 70px;
    margin-bottom: 30px;
    color: black
}
.searchs_filter div select, .searchs_filter div input{
    font-weight: normal;
    color: #6f6f6f;
    font-family: 'Roboto';
    -webkit-appearance:none;
}
.publication__filter{
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px;
    margin-bottom: 60px;
}
.publication__filter select{
    width: 220px;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}
.publication__filter option{
    line-height: 2em;
}
.publication__feed{
    border-bottom: 1px solid #efefef;
}
.publications-feed__post{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
}
.publications-feed__post .content > span{
    color:  rgb(245,143,32);
    font-weight: bold;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
}
.publications-feed__post .content > a{
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}
.publication_image_container{
    height: 157px!important;
    width: 250px;
    overflow: hidden;
    background-color: #f7f7f7;
}
.publication_image_container > a{
    height: 157px;
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/*End of Publications*/
/*Researcher*/
.researcher__filter{
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px;
    margin-bottom: 60px;
}
.researcher__filter div{
    margin-left: 20px;
}
.researcher__filter select{
    width: 220px;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}
/*End of Researcher*/
.researcher-themes{
    margin-bottom: 33px;
}
.researcher-themes h5{
    font-family: 'Montserrat', cursive;
    font-size: 14px;
}
.t_montserrat{
    font-family: 'Montserrat',cursive;
    /*color: rgba(255, 255, 255, 0.38);*/
}
/*Event Detail*/
.event-detail__item{
    border: 1px solid rgb(57,121,255);
    width: 75px!important;
    height: 75px;
    border-radius: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0!important;
    color: rgb(57,121,255);
}
.event-detail__time h5{
    font-size: 1.2em;
    line-height: 1.6em;
}
.event-detail__time h5:first-child{
    color: black;
}
/*End of Event Detail*/
/*News Detail*/
.news-detail__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news-detail__info figure{
    width: 75px;
    margin-right: 20px;
}
.news-detail__info h6{
    font-size: 1em;
    margin:0;
    line-height: 1em;
}
/*End of News Detail*/
/*Consortium*/
.consortium__banner{
    margin-bottom: 40px;
}
.consortium__banner .banner{
    width: 100%;
}
.consortium__hero{
    background-color: rgb(29,82,160);
    color: white;
    padding: 20px 60px;
}
.consortium__hero > h1{
    font-family: 'Montserrat', cursive;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height:40px;
}
.consortium__post{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
    cursor: pointer;
    border-bottom: 1px solid #dadade;
}
.consortium__post > a{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 10px;
    background-color: #f7f7f7;
}
.consortium__post > div{
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.consortium__post a,h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    color: black;
    line-height: 22px;
    text-align: left;
}
.consortium__post a:hover ,h2:hover{
    color: rgb(58,115,225);
}
.consortium__post span{
    color: rgb(254, 143, 12);
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}
.consortium__post img{
    max-width: 100% !important;
    max-height: 150% !important;
}
/*End of Consortium*/
/*Consortium Detail*/
.consortium-detail__hero img{
    height: 150px;
}
.consortium-detail__hero h1{
    color: black;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
}
.consortium-detail__post h3{
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.researcher-pp{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
}
.researcher-pp img{
    max-width: none;
    width: 100%;
}
.researcher-tag{
    background-color: #232323;
    padding: 10px;
    width: 150px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
/*End of Consortium Detail*/
/*Publication Detail*/
.wr{
    padding: 70px 0;
}
.publication__banner{
    margin-bottom: 20px;
}

.publication__banner img{
    width: 100%;
    max-width: none;
}

.publication__banner .banner{
   width: 100%;
}

.publication-detail__heading h1{
    font-family: 'Montserrat',cursive;
    font-weight: 600;
    color: black;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
}
.publication-detail__time{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.publication-detail__time h5:first-child{
    text-transform: uppercase;
    color: rgb(58,115,225);
    font-size: 14px;
    margin-right: 20px;
}
.publication-detail__time h5:last-child{
    font-size: 14px;
    margin-left: 20px;
}
.publication-detail__time span{
    display: block;
    height: 3px;
    width: 3px;
    border-radius: 3px;
    background-color: rgb(58,115,225);
}
.publication-detail__heading{
    padding: 20px;
}
.publication-detail__heading h3{
    color: black;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 20px;
}
.publication-detail__heading .btn{
    color: white;
    background-color: rgb(58,115,225);
    border-radius: 40px;
    letter-spacing: 4px;
    padding: 10px 30px;
}
.download-btn {
    color: white;
    background-color: rgb(58,115,225);
    border-radius: 40px;
    letter-spacing: 4px;
    padding: 10px 30px;
    border: 1px solid rgb(58,115,225);
}
.download-btn:hover{
    color: rgb(58,115,225);
    background-color: white;
    border: 1px solid rgb(58,115,225);
}
.download{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#preview{
    display:none;
    height: 500px;
    position: absolute;
    top: -250px;
}
.download-detail{
    margin-left: 10px;
}
.download-detail h6{
    font-size: 12px;
    margin-bottom: 0;
    line-height: 16px;
    color: rgb(58,115,225);
}
.blog-post.blog-post-style1 .blog-post-images{
    width: 247px;
    height: 168px;
}

.blog-post.blog-post-style1 .blog-post-images img{
    width: 150%;
    max-width: none;
}

/*End of Publication detail*/
.aside-title:after{
    background: rgb(58,115,225);
}
li.active a,li.active span{
    font-weight: bold;
    color: rgb(58,115,225)!important;
}

.news-event-tab{
    background-color: #1d52a0;
}
.tab-style2 .nav-tabs > li > a{
    background-color: transparent;
    color: white;
}
.tab-style2 .nav-tabs > li.active > a{
    color: #1d52a0!important;
    top: 0!important;
    border-bottom: none;
}
.tab-style2 .tab-content{
    border-top: none;
    padding:0px;
}
.fs0{
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.search-publication{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
}
.search-heading{
    font-size: 18px;
    line-height: 24px;
    color:black;
    font-weight: 600!important;
    font-family: 'Montserrat',cursive;
}
.search-category{
    font-size: 14px;
    margin-bottom: 10px;
    color: #f7921c!important;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', cursive;
    line-height: 12px;
}
.news__item__detail .search-heading:hover{
    color: rgb(58,115,225);
}
.search-h6{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px!important;
    color: #6f6f6f!important;
}
p a{
    color:#337ab7;
}

.researchers-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.all-r-pp-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.all-r-pp-cont{
    display: block;
    height: 140px;
    width: 140px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f7f7f7;
}

.research-themes-pp{
    display: inline-block;
    height: 75px;
    width: 75px;
    overflow: hidden;
    background-color: #f7f7f7;
    margin-right: 10px;
}

.research-themes-pp img{
    width: 100%;
}

.news_thumb_container{
    display: inline-block;
    width: 280px;
    height: 175px;
    overflow: hidden;
    background-color: #f7f7f7;
    margin-right: 45px;
}
.news_thumb_container > img{
    width: 100%;
    max-width: none;
}

.related-thumb{
    height: 75px;
    width: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f7f7f7;
}

.related-thumb img{
    max-width: none;
    height: auto;
    width: 100%;
}

.fimage{
    height: 283px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f7f7f7;
}

aside .latest-post li figure{
    height: 75px;
}

@media only screen and (max-width: 1105px){
    .upper-footer__detail{
        padding-left: 10%!important;
    }
}

@media only screen and (max-width: 768px){

    .latest-post li{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: row;
    }

    .fimage{
        height: auto;;
    }

    .news_thumb_container{
        margin-right: 0;
    }

    .publication_image_container{
        margin: 0 auto;
        width:100%
    }
    .publication_image_container a{
        width:100%
    }
    .team-style-1 figure .team-image{
        height: 300px;
    }

    .team-style-1 figure .team-image img{
      max-width: 100%;
      height: auto;
      position: static;
    }

    .all-r-pp-cont{
        margin-right: 20px;
        width: 116px;
        height: 116px;
    }

    .all-r-pp-cont img{
        top: 0;
    }

    .all-r-pp{
        width: 35%!important;
        display: block;
        margin: 0 auto;
    }

    .search-news, .search-publication{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .m20r{
        margin-right: 0!important;
    }
    nav.navbar.navbar-default ul.nav > li > a{
        padding: 10px;
        margin: 0!important;
    }
    header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a, header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a{
        padding: 10px;
    }
    .wr{
        padding: 50px 0;
    }
    /*Flexslider override*/
    .flexslider .slides > li{
        height: 500px;
    }
    .flexslider .slides img{
        max-width: none;
        width: 120%;
        height: 500px;
    }
    .flex-control-nav{
        display: block;
        position: relative;
        top: 0;
        right: 0;
    }
    .flex-control-nav li{
        display:none;
    }
    .flex-nav-prev, .flex-nav-next{
        display: none;
    }
    .flex-direction-nav a {
        padding-top: 10px;
    }
    .flex-caption {
        padding: 5%;
        width: 100%;
        font-size: 14px;
    }
    .flex-caption h1{
        font-size: 20px;
        line-height: 28px;

    }
    /*End of Flexslider Override*/

    .crisea-heading{
        font-size: 14px;
    }

    /*Adjust content tertutup header*/
    body header+section{
        /*margin-top: 40px;*/
        margin-top: 0;
    }
    .crisea-btn, .crisea-btn-nm, .download-btn{
        font-size: 10px;
    }
    .crisea-btn-search{
        margin-top: 20px;
    }
    /*Home*/
    .grid-item{
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
    .pre-content{
        font-size: 14px;
        padding: 0 50px;
        margin-top: 20px;
    }
    .portfolio-grid .grid-item figure{
        height: 150px;
    }
    .portfolio-grid figcaption a span{
        font-size: 16px;
    }
    .events{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
        padding-top: 40px;
    }
    .events > .events__item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%;
    }
    .events > .events__item > div:last-child > h5{
        font-size: 16px;
        line-height: normal;
        height: 42px;
    }
    .events > .events__item > div:last-child > h6{
        font-size: 11px;
    }
    .events > .events__item > div:last-child > h6:last-child, .events__item__heading{
        font-size: 11px;
        text-align: left;
    }
    .news{
        padding: 0 15px;
    }
    .news__item h5:first-child{
        font-size: 11px;
    }
    .news__item a{
        font-size: 16px;
    }
    .news__item, .news__item_n{
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
            -ms-flex-direction: column!important;
                flex-direction: column!important;
        margin-bottom: 40px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .news__item h5{
        font-size: 12px;
        line-height: normal;
    }
    .news__item h5:nth-child(2){
        font-size: 18px;
        line-height: normal;
        margin-bottom: 5px;
        text-align: center;
    }
    .news__item h5:last-child{
        font-size: 11px;
    }
    .news__item_n h5{
        font-size: 16px;
        line-height: normal;
        text-align: center;
        margin-top: 20px;
    }
    .news__item_n h6{
        font-size: 11px!important;
        text-align: center;
    }
    .news__item__detail{
        margin-top: 10px;
        width: 100%;
        text-align: center;
        height: auto;
    }
    /*End of Home*/

    .news__item__event{
        margin-right: 0;
    }

    /*Consortium*/
    .consortium__hero{
        background-color: rgb(29,82,160);
        color: white;
        padding: 20px;
    }
    .consortium__post > div{
        margin-top: 20px;
    }
    .consortium__hero > h1{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .consortium__post > a{
        margin-right: 20px;
    }
    /*End of Consortium*/
    /*Consortium Detail*/
    .consortium-detail__hero{
        text-align: center;
    }
    /*End of Consortium Detail*/
    /*Overflow untuk tabs view news&event*/
    .tab-style2 .tab-content{
        overflow: -webkit-paged-y;
        padding:0px;
    }
    /*Publications*/
    .keywords{
        margin-bottom: 10px!important;
    }
    .searchs_filter div{
        margin-bottom: 10px;
    }
    .searchs_filter div select, #datepicker{
        padding: 8px 10px;
    }
    .publication__filter{
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .publication__filter select{
        width: 100%!important;
    }
    .publication-detail__heading{
        padding-top: 5px;
    }
    .publication-detail__heading h1{
        font-size: 24px;
        line-height: 32px;
    }
    .publication-detail__heading p{
        font-size: 14px;
    }
    .publication-detail__time h5:first-child, .publication-detail__time h5:last-child{
        font-size: 11px;
    }
    .publication__feed-container{
        border-left: none;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .publications-feed__post .content > span{
        font-size: 11px;
    }
    /*End of Publications*/
    .publication__banner{
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .consortium__banner{
        margin-bottom: 0;
    }
    .publication__feed{
        padding: 0;
    }
    .publication__feed p{
        font-size: 14px;
        text-align: left;
    }
    .publication__feed span{
        font-size: 10px;
    }

    .researcher-pp{
        margin: 0 auto;
        margin-bottom: 20px;
    }

    /*Footer*/
    footer{
        padding: 0 16px;
    }
    .upper-footer{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center!important;
            -ms-flex-pack: center!important;
                justify-content: center!important;
        -webkit-box-align: center!important;
            -ms-flex-align: center!important;
                align-items: center!important;
    }
    .upper-footer__detail{
        width: 100%;
        padding: 0!important;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: space-between!important;
    }
    .upper-footer__detail > div{
        margin-right: 10px!important;
    }
    .upper-footer__detail > div > div:first-child{
        font-size: 12px;
    }
    .upper-footer > div:first-child{
        margin-bottom: 40px;
    }
    .lower-footer{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center!important;
            -ms-flex-pack: center!important;
                justify-content: center!important;
        -webkit-box-align: center!important;
            -ms-flex-align: center!important;
                align-items: center!important;
    }
    /*End of Footer*/
    .publications-padding{
        padding-left: 0;
    }
}
@media only screen and (max-width: 425px){
  .tab-style2 .nav-tabs > li > a{
  background-color: white;
  color: #222;
  }
    .team-style-1 figure .team-image{
      height: auto;
    }
    .blog-post.blog-post-style1 .blog-post-images{
        margin: 0 auto;
    }
    .wr{
        padding: 40px 0;
    }
    .flexslider .slides > li {
        height: auto;
    }
    .flexslider .slides img{
        width: 100%;
        height: auto;
        max-width: none;
    }
    .event-detail__item{
        margin-bottom: 5px;
    }
    /*Adjust content tertutup header*/
    body header+section{
        /* margin-top: 55px;*/
         margin-top: 0px;
    }
    /*Home*/
    .grid-item{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .portfolio-grid .grid-item figure{
        height: auto;
    }
    .pre-content{
        padding: 0 20px;
    }
    .partner_container{
        padding: 20px;
    }
    /*Publication*/
    .publications{
        padding: 0;
    }
    .publication__banner{
        height: 100px;
    }
}

.background-feed {
    background:url('http://crisea.eu/images/placeholder.png') no-repeat;
  background-size: cover;
}

.success-message { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 2px 0; font-size: 11px}
.error-message { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #9c1f1f; color: #9c1f1f;  padding: 2px 0; font-size: 11px}
.research-themes-list p a{
    color:#fff;
}
