*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font: 400 1.8rem/2.5rem 'CoText', 'Helvetica', 'Arial', sans-serif;
  overflow: hidden;
}

a,
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

b,
strong {
  font-weight: 700;
}

u {
  text-decoration: underline;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix {
  width: 100%;
  display: block;
}

.centered {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 80px;
}

.centered-1440 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

.element-invisible {
  display: none !important;
}

.ajax-progress {
  display: none;
}

.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999em;
}

.centered-1400 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

table {
  border-collapse: collapse;
}

.researchtext a {
  color:#80f280;
}

@media(min-width:1280px) {
  .centered {
    padding: 0 80px;
  }
}

@media(max-width:767px) {
  .desktop {
    display: none !important;
  }
	.page-body img{
		object-fit:contain;
	}
}
