/** Classes */
.white-text{
	color: #fff;
}
.mx-page-content a {
	color: #4DC442;
	text-decoration: underline;
}
.mx-page-content h3 {
	color: #4DC442;
	font-size: 32px;
}
.mx_more_about_observations {
	padding-bottom: 70px;
}
.mx_more_about_observations .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mx_more_about_observations a {
	color: #000;
	margin-bottom: 30px;
	min-height: 145px;
}
.mx_more_about_observations a:hover {
	background: rgb(77, 196, 66);
	color: #fff;
}
.mx_more_about_observations a:hover i {
	color: #fff;
}
.mx_more_about_observations h2 {
	margin-bottom: 80px;
}
.mx_more_about_observations .card-text__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 15px 10px;
}
.mx_more_about_observations .card-text__name span {
    line-height: 30px;
    font-size: 26px;
}
.mx_more_about_observations i {
	font-size: 40px;
	margin-right: 38px;
}
.mx_more_about_observations a:hover {
	text-decoration: none;
}

/*data page*/
.mx-data-list {
	padding-top: 30px;
}
.mx-data-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	padding: 30px;
	border-radius: 6px;
	margin-bottom: 30px;
}
a.mx-data-image {
	max-width: 257px;
	width: 30%;
	margin-right: 30px;
}
a.mx-data-image img {
	width: 100%;
}
.mx-data-list-item-content {
	width: 70%;
    max-width: 900px;
}
.mx-data-list-item-content h3 {
    font-size: 32px;
    font-weight: 100;
    margin-bottom: 20px;
    color: #000;
}
.mx-data-list-item-content p {
	line-height: 38px;
}
.mx-data-list-item-content a {
	font-size: 20px;
	color: #000;
	margin-top: 40px;
    display: block;
	font-weight: bold;
	text-decoration: none;
}
.mx-data-list-item-content a:hover {
	text-decoration: none;
}
.mx-data-list-item-content a span {
	margin-right: 8px;
}
.mx-data-list-item-content a:hover span {
	margin-right: 14px;
}

.mx-deadline {
	font-size: 21px;
}
.mx-read-more-wrap {
    margin-right: -70px;
}
a.mx-read-more {
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #4DC442;
    border-radius: 12px;
    color: #000;
    padding: 12px;
    width: 166px;
    text-align: center;
    display: block;
	background: #fff;
}
a.mx-read-more:hover {
	text-decoration: none;
	background: #fff;
	color: #999;
	border: 2px solid #999;
}
a.mx-apply {
 	font-size: 16px;
    font-weight: bold;
    border: 2px solid #4DC442;
    background: #4DC442;
    border-radius: 12px;
    color: #fff;    
    padding: 12px;
    width: 166px;
    text-align: center;
    display: block;
	margin-left: 25px;
}
a.mx-apply:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
}
.mx-first-col {

}
.mx-second-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.mx-opportunity-item {
	position: relative;
}
.mx-opportunity-item .mx-data-list-item-content {	

}
.mx-data-list-item-content p{
	font-size: 16px;
	line-height: 24px;
}
.mx-data-list-item-content a.mx-apply,
.mx-data-list-item-content a.mx-read-more {
	margin-top: 0px;
}
.mx-title-sort-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.mx-sorte a {
    color: #000;
    font-size: 20px;
    margin-top: 12px;
    display: inline-block;
}
.mx-sorte a:hover {
	text-decoration: none;
}
.mx-sorte a i {
	margin-left: 10px;
}
.mx-load-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 90px;
}
.mx-news-item-wrap {
	position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
	height: 100%;
	padding-bottom: 30px;
}
.mx-news-content,
.mx-news-footer {
	padding: 30px;
}
.mx-news-footer {
	padding-top: 0;
}
.mx-news-list > div {
	margin-bottom: 30px;
}
.mx-date {
	font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.mx-black-title,
.mx-black-title a {
	color: #000;
	font-size: 32px;
	font-weight: 300;
	text-decoration: none;
}
.mx-black-title a:hover {
	text-decoration: none;
}
.mx-news-footer {
	position: absolute;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
}
.mx-news-footer a {
    background-color: #EFEFEF;
    padding: 2px 4px;
    color: #4DC442;
    font-size: 12px;
    margin-left: 10px;
    text-decoration: none;
}
.mx-news-footer a:hover {
	text-decoration: none;
}
a.mx-news-back {
	width: 250px;
	font-weight: 300;
}
.mx-news-back i {
	color: #fff;
	margin-right: 40px;
}
a.mx-news-back:hover i {
	color: #000;
}
.mx-news-date {
    font-weight: bold;
    font-size: 21px;
    display: block;
    margin: 40px 0px;
}
section.mx-more-news#latest-news {
	background-color: #f4f4f4;
	padding-top: 100px;
}
a.mx-header-line-menu-item {
	position: relative;
}
.current-menu-item a.mx-header-line-menu-item:after {
	height: 5px;
}

/*page contacts*/
.mx-form-contacts {
	background-color: #F4F4F4;
}
.mx-form-contacts h2.cmt-title {
	color: #349A2A;
    font-size: 60px;
    line-height: 90px;
    margin-bottom: 40px;
}
.mx-form-contacts p {
	color: #000000;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
    width: 100%;
}
.mx-form-contacts a {
    color: #000000;
    text-decoration: none;
}
.mx-form-contacts .tel-text,
.mx-form-contacts .email-text {
	color: #000;
	font-size: 26px;
	font-weight: 400 !important;
}
.mx-form-contacts .tel-text span,
.mx-form-contacts .email-text span {
	display: inline-block;
	width: 50px;
}
.mx-contact-info-wrap {
    margin-top: 30px;
}
.mx-footer-menu1 a,
.mx-footer-menu2 a {
	position: relative;
}
.mx-footer-menu1 .current_page_item  a:after,
.mx-footer-menu2 .current_page_item  a:after {
	height: 2px;
}
a.mx-twitter-link {
	color: #fff;
}
#form-section .wpcf7-response-output {
	color: #fff;
}
/** Contact form 7 */
.wpcf7 form .wpcf7-submit {
	letter-spacing: 2px;
}
.wpcf7 form .wpcf7-list-item{
	margin: 0px;
}
.wpcf7 form .wpcf7-not-valid-tip{
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
}
.wpcf7 form .wpcf7-not-valid{
	border-color: #DC322D;
}
.wpcf7 form .wpcf7-response-output{
	margin: 0px 0px 24px;
}
/* Invalid */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #DC322D !important;
	border-color: #DC322D !important;
}
/* Success */
.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450 !important;
	border-color: #46b450 !important;
}
.wpcf7 form .wpcf7-spinner{
	margin: 0px 0px 0px 12px;
}
footer.cmt-bg-dark .wpcf7 form .wpcf7-list-item-label,
footer.cmt-bg-dark .wpcf7 form .wpcf7-response-output{
	color: #fff;
}
/** Contact Form 7 end */
#report li {
	padding-left: 38px;
}
#report li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #46b450;
    position: absolute;
    left: 0;
}
.page-template-template-news-media .mx-page-content {
	margin-top: 0;
}

/*header*/
.cmt-top-header {
    overflow: hidden;
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.mx-sticky-header .cmt-top-header {
	height: 0;
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.cmt-bottom-header {
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.mx-sticky-header .cmt-bottom-header {
	height: 80px;
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.cmt-bottom-header .navbar-brand {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.mx-sticky-header .cmt-bottom-header .navbar-brand {
    max-width: 200px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.mx-sticky-header .cmt-bottom-header .navbar-nav {
    height: 80px;
}

/*MEDIA*/
@media screen and (max-width: 1700px) {
	.mx-read-more-wrap {
	    margin-right: -30px
	}
}
@media screen and (max-width: 1500px) {
	.mx-read-more-wrap {
	    margin-right: 0px
	}
	a.mx-read-more,
	a.mx-apply {
		width: 140px;
	}
	.mx-deadline {
	    font-size: 18px
	}
	.mx-form-contacts .tel-text,
	.mx-form-contacts .email-text {
		font-size: 20px;
	}
	.mx-form-contacts .tel-text span,
	.mx-form-contacts .email-text span {
	    width: 35px;
	}
	.mx-form-contacts p {
	    margin-bottom: 0px;
	}
}
@media screen and (max-width: 1360px) {
	a.mx-apply {
		margin-left: 15px;
	}
	a.mx-read-more, a.mx-apply {
	    width: 120px
	}
	.mx-black-title, .mx-black-title a {
	    font-size: 26px;
	}
	.mx-date {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.mx-news-content, .mx-news-footer {
	    padding: 20px
	}
}
@media screen and (max-width: 1250px) {
	.mx-second-col {
		width: 90%;
		position: absolute;
		z-index: 1;
		left: 4%;
		bottom: 30px;
	}
	.mx-opportunity-item .mx-data-list-item-content {
		padding-bottom: 124px;
	}
}
@media screen and (max-width: 992px){
	.mx-news-image img {
		width: 100%;
	}
	.mx-form-contacts h2.cmt-title {
		font-size: 50px;
		line-height: 60px;
	}
	header.mx-header {
		position: static;
	}
}
@media screen and (max-width: 768px) {
	.mx-second-col {
		bottom: 15px;
	}
	.mx-second-col > div {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.mx-second-col > div a {
		margin: 0;
	}
	.mx-data-list-item-content a.mx-apply, .mx-data-list-item-content a.mx-read-more {
		margin: 20px 6px;
	}
	.mx-deadline {
	    font-size: 16px
	}
	.mx-form-contacts h2.cmt-title {
	    font-size: 40px;
	    line-height: 40px
	}
}
@media screen and (max-width: 576px) {
	.mx-load-more button {
		margin: unset;
	}
	.mx-load-more {
	    margin-top: 50px;
	}
}

/* QA Customization */
#report img {
	max-width: 400px;
}
#report ul {
	padding-left: 0;
}
#report ul li {
	font-family: 'Lato', sans-serif;
}
.mx-form-contacts p,
#form-section p {
	font-weight: 300;
}
#main-screen .cmt-main-screen-text {
	height: 100vh;
    min-height: 900px;
}
.is-affixed .list-group {
    margin-left: 15px;
}
.mx_more_about_observations .card-text__name span {
    font-size: 24px;
}
.mx-data-list-item-content a {
	font-size: 16px;
}
.mx-data-list-item-content a span {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.mx-data-list-item-content a:hover span {
	color: #4DC442;
    text-decoration: underline;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}


@media screen and (max-width: 1300px) {
	#main-screen .cmt-main-screen-text {
	    min-height: 800px;
	}
}
@media screen and (max-width: 992px) {
	#main-screen .cmt-main-screen-text {
	    min-height: 600px;
	}
}
@media screen and (max-width: 768px) {
	.mx_more_about_observations .card-text__name span {
	    font-size: 20px;
	}
}

#form-section .ajax-loader {
	display: none;
}

#form-section {
	padding: 50px 0px !important;
}

#form-section h2.cmt-title {
	margin-bottom: 30px;
}

#form-section p {
	margin-bottom: 0px;
}

#form-section input:not([type="checkbox"]) {
	height: 50px;
}

#form-section textarea.form-control {
	height: 75px;
}

#featured-news .img-holder {
  height: 400px;
  background-size: cover;
  background-position: center;
}

#featured-news h4, #featured-news p {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  #featured-news .img-holder {
    height: 250px;
  }
}

#searchform {
	position: relative;
	margin-left: 20px;
}

#searchform input {
	border-radius: 15px;
	padding: 1px 30px 1px 10px;
	border: 1px solid #212529;
}

#searchform button {
	position: absolute;
	font-size: 15px;
	right: 5px;
	background: none;
	border: none;
	height: 30px;
}

#searchform button i {
	color: #212529;
}

@media screen and (max-width: 575px) {
	#searchform {
		margin-left: 0px;
		margin-bottom: 10px;
	}

	#searchform input {
		width: 100%;
	}
}

#mx-inside-page .tab-content form.ppw-post-password-form {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.ppw-ppf-desc {
	margin-bottom: 20px;
}

.list-group .list-group-item {
	height: auto;
}
.list-group .list-group-item i {
	display: none;
}

/*people single page*/
.mx-person-photo {
	width: 180px;
}
.mx-person-photo img {
	width: 100%;
}
.mx-person-description {
	margin-left: 50px;
    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;
}
.mx-person-description h2 {
	margin-bottom: 25px;
	font-size: 3.125rem;
	font-weight: 300;
}
.mx-person-university,
.mx-person-position {
	font-weight: bold;
    font-size: 22px;
	margin-bottom: 4px;
}
.mx-university-logo-wrap {
	width: 170px;
}
.mx-people-content {
	margin-top: 80px;
}
.mx-people-content h4,
.mx-people-content p {
	margin-bottom: 35px;
}
.mx-people-content h4 {
	font-style: italic;
	color: #2983ff;
	font-weight: 300;
	font-size: 30px;
}

.owl-carousel.owl-carousel-large .owl-nav.disabled {
	display: flex !important;
}

.get-in-touch input[type='text'], input[type='email'] {
	height: 50px !important;
}

.get-in-touch textarea {
	height: 70px !important;
}

.get-in-touch p {
	margin-bottom: 0px;
}

.get-in-touch .ajax-loader {
	display: none;
}