.positioncls{
	font-size: 13px;
	text-transform: uppercase !important;
}

@media (max-width:767px){
.global__header .mobile--only .search__site__icon .search--icon {
    right: 0;
    top: 2px;
}
.global__header .mobile--only .search__site__icon {
    margin-right: 60px;
}
.global__header .mobile--only .search__form {
    top: 0;
    left: 0;
	height: auto;
	}
	.global__header .mobile--only .search__site__icon .search--icon.open {
    right: -60px;
}
.global__header .search__form input.collapsed {
    height: 60px;
}
.global__header.collapsed {
    height: 60px !important;
}
}


/* home page*/
@media (max-width:767px){
	.max--width--305 > h1.h1.sm.max--width--480 {
	    font-size: 30px;
	    line-height: 36px;
	}
	.gallery__block .image__title.alt--title.lg.white.center {
	    font-size: 50px;
	    line-height: 54px;
	    overflow-wrap: break-word;
	}
	.research__impact .alt--title.lg.title--padding.text--center {
	    font-size: 50px;
	    line-height: 54px;
	}
	.gallery__block .left__arrow__slider {
	  left: 10px;
	    z-index: 9;
	}
	.gallery__block .right__arrow__slider{
	      right: 10px;
	    z-index: 9;
	}

	.gallery__block .left__arrow__slider i.fas.fa-angle-left, .gallery__block .right__arrow__slider i{
	    color: #fff;
	}
}


@media (max-width:480px){
	    div#mobile__cap__carousel a.carousel-control-next {
	    right: 0;
	}
	div#mobile__cap__carousel a.carousel-control-prev {
	    left: 0;
	}
}

@media (min-width:768px) and (max-width:992px){
	.container >.row .col-md-12 .max--width--305 {
	    max-width: 100%;
	}
	.container >.row .col-md-12 .max--width--305 h1.h1.sm.max--width--480 {
	    max-width: 100%;
	}
	.news__block__wrapper .news_default_block {
	    width: 48%;
	    margin-top: 0;
	}
	.news__block__wrapper .news_default_block .block__header {
	    width: 100%;
	}
	.news__block__wrapper {
	    max-width: 100%;
	    display: flex;
		align-items: stretch;
	    justify-content: space-between;
	}
	.news__block__wrapper .news_default_block .block__content {
	 
	    height: 100%;
	}
	section.block.title__banner__block {
	    max-width: 100%;
	}
	div#mobile__carousel {
	    width: 90%;
	    margin: 0 auto;
	}

	.mobile__gallery.max--width--305 {
	    max-width: 100%;
	}
	.mobile__gallery .image__title {
	    left: 50%;
	    transform: translate(-50%, 0%);
	}

	.mobile__gallery .slide__image {
	    height: 420px;
	}
	.mobile__gallery  .slide__text.max--width--305 {
	    max-width: 100%;
	}
}
@media (max-width:767px){
		section.mobile--only.research__impact {
		padding-bottom: 0;
	}
}

@media (max-width:480px){
		.margin--top--20 > a.pal__button.green {
		padding: 10px 15px;
	}
}


/* header and footer css */
@media (min-width:768px) and (max-width:992px){
	    .global__header .search__site__icon .search--icon.collapsed {
	    top: -5px;
	    right: 55px;
	}
}
@media (min-width:992px) and (max-width:1024px){
	.global__header .main__nav ul li.newsletter--button {
	    padding: 3px 15px;
	    border: solid 2px #02c2de;
	}
	.global__header .main__nav ul li {
	    margin-right: 20px!important;
	}
	.footer .footer__content .container {
	    padding-bottom: 0;
	}
	.footer.basic {
	    min-height: unset;
	}
	footer#footer .margin--bottom--150 {
	    margin-bottom: 70px !important;
	}
}