.main-navigation a,
.submenu-list a {
  font-family: Ubuntu, sans-serif;
}
.main-navigation a,
a {
  text-decoration: none;
}
header#masthead {
  padding: 50px 0 70px;
  background-color: #51626f;
  position: relative;
}

.site-logo {
  width: 226px;
}

.flx {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

a:hover,
a:focus {
  color: #d10074;
}

header .container {
  position: relative;
}

@media screen and (min-width: 1081px) {
  .container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1080px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .container {
    padding: 0 35px;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 441px) and (max-width: 480px) {
  .container {
    padding: 0 25px;
  }
}
@media screen and (min-width: 351px) and (max-width: 441px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 350px) {
  .container {
    padding: 0 18px;
  }
}

.container {
  max-width: 1460px;
  margin: 0 auto;
}

@media screen and (min-width: 1081px) {
  #menu-main {
    display: flex;
    margin: 20px 0 0 40px;
    border-left: 2px solid #60d0de;
    padding-left: 15px;
    margin-left: 40px;
  }

  #menu-main > li {
    padding: 0 2px;
    margin: 0;
  }
}

@media screen and (max-width: 1080px) {
  #menu-main {
    margin: 0;
  }

  #menu-main li {
    padding: 20px 0;
    margin: 0 1.5em;
  }
}

#menu-main {
  list-style: none;
  padding: 0;
}

#menu-main li:first-child {
  margin-left: 0;
}

#menu-main li {
  display: inline-block;
  vertical-align: top;
}

.site-header .header-logo {
  display: block;
z-index:14;
}
.site-header .wrap {
  max-width: 1440px;
  font-size: 0;
}
.site-header .header-logo img {
  width: 100%;
  height: 60px;
}
.site-header svg {
  max-width: 20px;
  max-height: 20px;
}
.main-navigation {
  text-align: right;
  padding-top: 2.5%;
  display: inline-block;
  width: calc(100% - 320px);
  vertical-align: top;
  font-size: 16px;
  padding-right: 60px;
}
.main-navigation li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  padding: 0;
}
.main-navigation a {
  color: #007399;
  font-weight: 600;
  margin: 0 0.6em;
  font-size: 21px;
}
.main-navigation .current-menu-ancestor a,
.main-navigation .current-menu-item a {
  color: #000;
  border-bottom: 4px solid #000;
}
.main-navigation li::before {
  content: "";
}
.main-navigation button,
.main-navigation svg {
  display: none;
}
.mobile-menu {
  display: inline-block;
  z-index: 2;
  width: 100%;
}
.mobile-menu .mobile-menu-bars {
  position: absolute;
  right: 15px;
  top: 81px;
  cursor: pointer;
}
.mobile-menu .mega-menu {
  display: none;
}
.mobile-menu .bar1,
.mobile-menu .bar2,
.mobile-menu .bar3 {
  width: 30px;
  height: 4px;
  background-color: #007399;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 15px;
}
.mobile-menu.active {
  display: block;
  width: 100%;
  font-size: 0;
}
.mobile-menu.active .mega-menu {
  display: block;
}
.mobile-menu.active .bar1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}
.mobile-menu.active .bar2 {
  opacity: 0;
}
.mobile-menu.active .bar3 {
  transform: rotate(45deg) translate(-5px, -6px);
}
.mobile-menu.active li:before {
  content: "";
  display: none;
  padding: 0;
}
.mobile-menu.active li {
  padding: 0;
}
.mobile-menu.active svg.icon.icon-angle-down {
  display: none;
}
.mobile-menu.active .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mobile-menu.active #top-menu-mobile > li > a {
  background-color: #63d0df;
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
.mobile-menu.active a,
.submenu-list a {
  font-weight: 600;
}
.mobile-menu.active ul.sub-menu {
  margin-top: 1.5em;
  padding: 10px 10px 10px 20px;
}
.mobile-menu.active .mega-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  z-index: 9999999999;
}
.navigation-top .wrap,
.submenu-list li {
  position: relative;
}
.mobile-menu.active .mega-menu-wrap {
  max-width: 1440px;
  font-size: 0;
  margin: 1% auto 0;
}
.mobile-menu.active #top-menu-mobile > li {
  min-height: 328px;
  width: calc(33% - 30px);
  margin: 10px 15px 21px;
  vertical-align: top;
  background-color: rgba(107, 198, 215, 0.1);
}
.mobile-menu.active .sub-menu > li > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0;
  color: #007399;
}
@media only screen and (max-width: 1280px) {
  ul#top-menu {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .main-navigation {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .mobile-menu.active #top-menu-mobile > li {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 450px) {
  .mobile-menu.active #top-menu-mobile > li {
    width: calc(100% - 30px);
  }
  .site-header .header-logo {
    max-width: 228px;
  }
}
.submenu-list nav {
  width: 100%;
  background-color: #e5f1f4;
}
.submenu-list .submenu-list .menu-main-container {
  display: -ms-flexbox;
  display: flex;
}
.submenu-list .current_page_item.menu-item {
  background-color: #007399;
}
.submenu-list .current_page_item.menu-item a {
  color: #fff;
}
.submenu-list .menu {
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
}
.submenu-list li {
  display: -ms-flexbox;
  display: flex;
  background-color: #bce2ea;
  padding: 0;
  width: 100%;
  text-align: left;
  margin-right: 3px;
  height: auto;
}

#hs_content .filter-title-container form input,
#hs_content .filter-title-container form select {
  margin-bottom: 0;
appearance: none;
}

.submenu-list li::before {
  content: "";
  padding-right: 0;
}
.submenu-list a {
  color: #007399;
  font-size: 19px;
  padding: 10px;
  display: block;
  width: 100%;
  text-align: center;
}
.filter-title-container {
  padding: 60px 0 80px;
  margin: 0;
  width: 100%;
}
.filter-title-container .title-banner,
.filter-title-container .wrap {
  padding-bottom: 1rem;
}
.wrap-width {
  width: 80%;
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  font-family: Ubuntu, sans-serif;
  font-style: normal;
}

body,
p {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.site-main {
  padding: 80px 0;
}

h2.card-title {
  margin: 0 0 1.5rem;
}

h2.card-title a {
  opacity: 1;
  color: rgba(209, 0, 116, 1);
  font-family: "Ubuntu", sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.57px;
  text-align: left;
  line-height: 30px;
}

li.jobclass, .classification {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.75rem;
}

.jobclass_type, .class_type {
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(81, 98, 111);
  line-height: 28px;
}

.jovalue, .class_value {
  font-weight: 500;
  letter-spacing: -0.35;
  line-height: 20px;
color: #000;
}

.filter-title-container .title {
  color: #fff;
  font-weight: 300;
  margin: 0;
  font-family: Ubuntu, sans-serif;
}
.filter-title-container .title-banner {
  margin-top: 0px;
  margin-bottom: 40px;
}
.navigation-top .mobile-menu-bars {
  top: 33px;
}
@media only screen and (max-width: 760px) {
  .sub-menu-item-row {
    display: none;
  }
}
@media only screen and (max-width: 485px) {
  .filter-title-container .wrap.title-banner {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .mobile-menu-bars {
    top: 32px;
  }
}
.section-full-width .banner,
.section-full-width video {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.site-footer {
  font-size: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.site-footer .footer-image {
  background-image: url(/incl/images/customer/logowatermark.ff8f5f6cd6140f5cc80c.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}
.site-footer .footer-wrap {
  margin: 0 auto 0.5%;
  width: 74%;
  font-size: 0;
  max-width: 1100px;
  padding-top: 1.6%;
}
.site-footer .widget-area2 {
  padding: 2em 2em 0;
  width: 50%;
  display: inline-block;
}
.site-footer h2.widget-title {
  border-bottom: none;
  padding-bottom: 20px;
}
.site-footer .textwidget p {
  color: #fff;
  font-weight: 100;
  font-family: Ubuntu, sans-serif;
}
.site-footer .site-info {
  vertical-align: top;
  font-size: 0.875rem;
  display: inline-block;
  width: 50%;
}
.site-footer .site-info-text p {
  display: inline-block;
  padding-left: 40px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.site-footer .site-info-text,
.site-footer a {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 16px;
}
.site-footer .phone-icon {
  background-image: url(/incl/images/customer/phone.b57bd7f1474ee28555b7.svg);
  background-repeat: no-repeat;
}
.site-footer .email-icon {
  background-image: url(/incl/images/customer/email.69ef9b563cc00146ef58.svg);
  background-repeat: no-repeat;
  vertical-align: top;
  background-position: 0 5px;
}
.site-footer .marker-icon {
  background-image: url(/incl/images/customer/marker.2e9bdd69ad352beec77c.svg);
  background-repeat: no-repeat;
}
.site-footer .twitter-icon {
  background-image: url(/incl/images/customer/twitter.47193f9794e422f89b67.svg);
  background-repeat: no-repeat;
}
.site-footer .footer-wrap h2.widget-title {
  font-family: Ubuntu, sans-serif;
  font-size: 42px;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 300;
}
.site-footer a.subscribe {
  display: block;
  text-align: center;
  background-color: #007399;
  border-radius: 5px;
  width: 219px;
  padding: 16px 20px;
  margin-left: 0;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  border: none;
  font-family: Ubuntu, sans-serif;
}
.footer-links .copyright,
.footer-links .site-footer-menu {
  padding: 4em 10px 0.5em 0;
  font-family: Ubuntu, sans-serif;
}
.site-footer .contact-content {
  font-family: Ubuntu, sans-serif;
  width: 100%;
}
.site-footer .inline {
  display: inline-block;
  width: 49%;
}
.footer-links {
  margin: 0 auto;
  display: block;
  max-width: 1100px;
  font-weight: 100;
}
.footer-links .copyright {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 50%;
  letter-spacing: 1px;
}
.footer-links .site-footer-menu {
  display: inline-block;
  font-size: 14px;
}
.footer-links .site-footer-menu li {
  border-right: 1px #fff solid;
  line-height: 15px;
}
.footer-links .site-footer-menu li:last-child {
  border-right: none;
}
.footer-links .menu {
  margin-bottom: 0;
}
.footer-links li {
  display: inline-block;
  padding: 0 8px 0 0;
  list-style: none;
}
.footer-links li::before {
  content: "";
}
.footer-links a {
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 906px) {
  .site-footer .footer-links .copyright,
  .site-footer-menu .footer-links .copyright {
    padding: 0 0 0 2em;
  }
}
@media only screen and (max-width: 945px) {
  .site-footer .footer-wrap {
    max-width: none;
    width: 95%;
  }
}
@media only screen and (max-width: 688px) {
  .site-footer .footer-wrap {
    font-size: unset;
    display: block;
    width: 100%;
  }
  .site-footer .site-info,
  .site-footer aside.widget-area2 {
    display: block;
    width: 100%;
  }
  .site-footer .site-info {
    padding: 2em 2em 1em;
  }
  .site-footer aside.widget-area2 {
    padding: 0 2em 2em;
  }
  .site-footer h2.widget-title {
    margin-top: 0;
  }
  .site-footer .footer-links {
    width: 100%;
    padding-left: 10px;
  }
  .site-footer .site-footer-menu {
    padding: 0 0 0 2em;
  }
}
@media only screen and (max-width: 585px) {
  .footer-links .copyright,
  .footer-links .site-footer-menu,
  .site-footer .inline {
    width: 100%;
    display: block;
  }
}
.screen-reader-text,
.wrap.comments,
svg.icon.icon-angle-down {
  display: none;
}
h1,
h2 {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  margin: 1em 0;
}
 
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
line-height:1.25;
font-weight:500;
letter-spacing: -0.7;
}
li,
p,
td,
th,
ul {
  margin: 0 0 1.5em;
  font-size: 16px;
  line-height: 1.5;
}
li {
  list-style: none;
  margin-bottom: 0;
}

a {
  color: #007399;
}
body {
  margin: 0;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  margin: 20px 0;
}
.wrap {
  margin: 0 auto;
}
.wrap-sitemap {
  max-width: 880px;
  padding: 0;
  margin: auto;
}
.wrap-sitemap li:before {
  padding-right: 5px;
}
.wrap-sitemap ul.sub-menu {
  padding-left: 20px;
}
.wrap-sitemap li {
  padding: 5px 5px 5px 0;
}
span.wpcf7-not-valid-tip {
  padding-left: 10px;
}
blockquote {
  background: rgba(107, 198, 215, 0.2);
  color: #435464;
  padding: 30px;
  margin: 20px 0;
  font-style: italic;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  color: #435464;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  margin-top: 1em;
}
@media only screen and (max-width: 700px) {
  .wrap-width .title {
    font-size: 30px;
  }
}
.comments .comment-reply-title,
.comments label {
  font-weight: 200;
  font-size: 20px;
  font-family: Ubuntu, sans-serif;
}
.comments {
  max-width: 1100px;
  padding: 2em 0 0;
}
.comments #comments {
  clear: both;
  padding: 2em 0 0.5em;
}
.comments label {
  display: block;
}
.comments textarea#comment {
  color: #435464;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  display: block;
  padding: 0.7em;
  width: 100%;
}
.comments button,
.comments input[type="button"],
.comments input[type="submit"] {
  background-color: #007399;
  width: 100%;
  border-radius: unset;
  font-weight: unset;
  padding: 1.3em 2em;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-family: Ubuntu, sans-serif;
}
.science-updates-post-listing {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2em 0;
}
.science-updates-post-listing .science-content {
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  color: #435464;
  font-size: 16px;
}
.single-post-header {
  max-width: 1388px;
}
.single-post-header .single-events-date,
.single-post-header .single-news-date {
  width: auto;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: -10px;
}
.single-post-header p.events-date.single,
.single-post-header p.news-date.single {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 26px;
  padding: 10px 5px;
  position: unset;
}
.single-post-header .events-date,
.single-post-header .news-date {
  z-index: 2;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.single-post-header .single-events-title,
.single-post-header .single-news-title {
  display: inline-block;
  width: 69%;
}
.single-post-header .single-events-title p,
.single-post-header .single-news-title p {
  font-size: 42px;
  font-weight: 100;
  color: #435464;
  margin-bottom: 0;
  line-height: 50px;
}
.wrap {
  max-width: 1100px;
  padding: 2em 0 0;
}
@media only screen and (max-width: 489px) {
  .single-post-header .single-events-title,
  .single-post-header .single-news-title {
    width: auto;
  }
}
@media only screen and (max-width: 360px) {
  .single-post-header .single-post-header-section {
    text-align: center;
  }
  .centered-content {
    padding: 1em 10px 0;
  }
}
.single-person-page .wrap {
  max-width: 1480px;
  padding: 2em 10px 0;
}
.single-person-page span.theme-list {
  font-size: 18px;
  font-family: Ubuntu, sans-serif;
  color: #435464;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.single-person-page .uni-name,
.single-person-page p {
  font-size: 16px;
  font-family: Ubuntu, sans-serif;
  color: #435464;
}
.single-person-page .uni-name {
  font-weight: 100;
  margin: 0;
  padding: 0;
  text-align: left;
}
.single-person-page .people-single-left {
  display: inline-block;
  width: 19%;
}
.single-person-page .people-single-content {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  padding: 0 20px;
}
.single-person-page h2 {
  margin-bottom: 5px;
  margin-top: 0;
}
.single-person-page p {
  line-height: 30px;
  font-weight: 300;
}
.single-person-page .position-text {
  font-family: Ubuntu, sans-serif;
  color: #435464;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.single-person-page .single-person-details {
  margin-bottom: 2em;
}
@media only screen and (max-width: 485px) {
  .single-person-page .people-single-left {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
  }
  .single-person-page .people-single-content {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
  }
}
.science-update .title h2 {
  font-size: 42px;
  font-weight: 100;
  color: #435464;
  margin-bottom: 0;
  line-height: 50px;
}
.science-update .abstract,
.science-update .section-text div {
  margin: 30px 0;
}
.science-update .abstract p {
  font-style: italic;
  color: #9e9e9e;
}
.science-update .publications,
.science-update .references {
  font-family: Ubuntu, sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
}
.science-update .publications span,
.science-update .references span,
.science-update .references strong {
  padding: 10px 0;
}
.science-update .references span {
  padding: 0;
}
.science-update .science-update-date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 26px;
  padding: 10px 5px;
  z-index: 2;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  float: left;
  margin-left: -110px;
  margin-top: 40px;
  font-family: Ubuntu, sans-serif;
}
.publications span {
  padding: 10px 0 0;
}
.references-publication {
  width: 100%;
  padding: 50px 0;
  background: rgba(107, 198, 215, 0.2);
  margin-top: 50px;
}
.centered-content {
  max-width: 880px;
  padding: 0;
}
.centered-content .centered-section-content {
  margin: auto;
}
.centered-content .section-text {
  font-weight: 100;
  font-size: 16px;
  margin: 1em 0;
}
.centered-content img.aligncenter {
  display: block;
  margin: auto;
  padding: 20px;
}
.centered-content h2.section-title {
  margin-top: 5px;
}
@media only screen and (max-width: 925px) {
  .centered-content {
    padding: 1em 10px 0;
  }
}
.section-full-width {
  max-height: 550px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.section-full-width.front-page {
  height: 550px;
}
.section-full-width.front-page .home-page {
  margin-left: 0;
}
.section-full-width .section-text,
.section-full-width p {
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  margin: 0;
  padding-bottom: 1.5em;
  width: 92%;
}
.section-full-width p {
  font-size: 42px;
  line-height: 60px;
  color: #435464;
  text-align: left;
}
.section-full-width video {
  position: absolute;
  width: unset;
  height: unset;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
.section-full-width .banner {
  margin: auto;
  position: inherit;
  width: 90%;
}
.section-full-width .banner.wrap {
  padding: 0;
}
.section-full-width .banner.image {
  position: absolute;
}
.section-full-width a.button.banner {
  font-size: 22px;
  text-transform: none;
  color: #007399;
  background-color: #fff;
  padding: 10px 30px;
  font-family: Ubuntu, sans-serif;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  text-decoration: none;
  border-radius: 3px;
}
.section-full-width .img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.section-full-width.banner-centered h2 {
  text-align: center;
  color: #fff;
  font-size: 3.5vw;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 0.5em;
}
.section-full-width.banner-centered p {
  text-align: center;
  color: #fff;
  font-size: 42px;
  width: unset;
}
.section-full-width.banner-centered .section-quote-author {
  color: #fff;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}
.section-full-width.banner-centered .section-text {
  width: unset;
}
.section-full-width.banner-centered .img-overlay {
  height: 100%;
}
.section-full-width.banner-centered a.button.banner {
  margin: auto;
  display: block;
}
@media only screen and (max-width: 1280px) {
  .section-full-width p {
    padding-bottom: 0.5em;
  }
  .section-full-width .section-text,
  .section-full-width p,
  .section-text {
    width: 100%;
  }
  .full-width-section {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 930px) {
  .full-width-section {
    padding-bottom: 0;
  }
  .full-width-section .section-text p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 720px) {
  .section-full-width .banner {
    width: 90%;
  }
  .section-full-width .banner h2.section-title {
    font-size: 4.5vw;
  }
  .section-full-width .banner .section-text p {
    font-size: 4.2vw;
  }
  .section-full-width .banner .section-quote-author {
    font-size: 2.2vw;
  }
  .section-full-width p {
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-full-width {
    height: auto;
  }
  .section-full-width .section-text p {
    line-height: unset;
  }
  .section-full-width h2.section-title {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 435px) {
  .section-full-width.front-page {
    height: 400px;
  }
  .section-full-width h2.section-title {
    font-size: 2em;
  }
  .section-full-width .section-text p {
    font-size: 27px;
  }
}
@media only screen and (min-width: 930px) {
  .section-fill-width .banner .section-text P {
    font-size: 40px;
  }
}
.section-theme-gradient-boxes .gradients {
  padding: 0 0 2em;
  max-width: 1100px;
}
.section-theme-gradient-boxes .theme-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-theme-gradient-boxes .gradient-link {
  margin-right: 34px;
  width: 17%;
  margin-bottom: 20px;
  position: relative;
}
.section-theme-gradient-boxes .gradient-link:last-child {
  margin-right: 0;
}
.section-theme-gradient-boxes .theme-box {
  display: block;
  font-size: 21px;
  border-radius: 4px;
  padding-bottom: 100%;
}
.section-theme-gradient-boxes .theme-box-content {
  position: absolute;
  left: 20px;
  top: 23px;
  right: 20px;
  bottom: 23px;
}
.section-theme-gradient-boxes a,
.section-theme-gradient-boxes p {
  color: #fff;
  font-family: Ubuntu, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 24px;
}
.section-theme-gradient-boxes .gradient-link:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1143px) {
  .section-theme-gradient-boxes .gradients {
    padding: 0 10px 2em;
    margin: auto;
  }
  .section-theme-gradient-boxes .gradient-link {
    margin-right: 15px;
    width: 18.5%;
  }
}
@media only screen and (max-width: 949px) {
  .section-theme-gradient-boxes p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 837px) {
  .section-theme-gradient-boxes .gradient-link {
    width: 31%;
  }
  .section-theme-gradient-boxes .theme-box {
    min-height: 138px;
  }
  .section-theme-gradient-boxes .theme-box p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 680px) {
  .section-theme-gradient-boxes .gradient-link {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .section-theme-gradient-boxes .theme-box {
    min-height: 100px;
    padding-bottom: unset;
  }
}
.section-three-col-bg {
  background-color: rgba(107, 198, 215, 0.1);
}
.section-three-col-bg .wrap {
  padding: 2em 0 0;
}
.section-three-col-bg .three-columns {
  display: -ms-flexbox;
  display: flex;
}
.section-three-col-bg .column.column-three img {
  max-width: 100%;
}
.section-three-col-bg .column-three {
  margin-left: 3.5%;
  padding-bottom: 3em;
  vertical-align: top;
  width: 31%;
}
.section-three-col-bg .column-three:first-child {
  margin-left: 0;
}
.section-three-col-bg .column-title {
  color: #435464;
  text-transform: capitalize;
  font-size: 36px;
  font-family: Ubuntu, sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
}
.section-three-col-bg .column-text,
.section-three-col-bg .column-text p {
  font-weight: 300;
  font-family: Ubuntu, sans-serif;
}
.section-three-col-bg .column-text {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 2em;
  height: 95px;
  color: #435464;
}
.section-three-col-bg a.read-more-link {
  background-color: #6bc6d7;
  color: #fff;
  padding: 10px 30px;
  border-radius: 3px;
  font-weight: 600;
  display: block;
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Ubuntu, sans-serif;
}
@media only screen and (max-width: 1146px) {
  .section-three-col-bg .wrap {
    padding: 2em 10px 1em;
  }
}
@media only screen and (max-width: 1036px) {
  .section-three-col-bg h4.column-title {
    min-height: 100px;
  }
  .section-three-col-bg .column-text {
    height: unset;
  }
}
@media only screen and (max-width: 620px) {
  .section-three-col-bg .three-columns {
    display: block;
  }
  .section-three-col-bg .column-three {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .section-three-col-bg h4.column-title {
    min-height: unset;
  }
}
@media only screen and (max-width: 400px) {
  .section-three-col-bg a.read-more-link {
    width: 100%;
  }
}
.section-blog-posts .wrap {
  padding: 2em 0 0;
}
.section-blog-posts .blog-title {
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  font-size: 42px;
  margin: 0.5em 0 0;
}
.section-blog-posts p.news-date {
  position: absolute;
  z-index: 2;
  padding: 18px 15px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  width: auto;
  font-size: 1.125rem;
}
.section-blog-posts .feat-post-row {
  font-size: 0;
}
.section-blog-posts .featured-post-content,
.section-blog-posts .featured-post-img {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.section-blog-posts .featured-post-section {
  background-color: rgba(126, 48, 137, 0.05);
  margin-bottom: 3em;
}
.section-blog-posts .featured-post-content {
  padding: 30px;
}
.section-blog-posts .ft-post {
  font-family: Ubuntu, sans-serif;
  font-size: 30px;
  line-height: 28px;
  font-weight: 400;
  color: #435464;
  margin: 0 0 0.75em;
}
.section-blog-posts p {
  color: #435464;
  font-size: 17px;
  line-height: 24px;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
}
.section-blog-posts .section-content.small {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.section-blog-posts .section-header {
  margin-bottom: 2em;
  position: relative;
  width: 100%;
}
.section-blog-posts .blog-post-image-small {
  position: relative;
  display: inline-block;
  width: 34%;
  padding-bottom: 28%;
}
.section-blog-posts .small-blog-img {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  position: absolute;
}
.section-blog-posts .blog-post-content {
  width: 59%;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.section-blog-posts h4.blog-post-title {
  font-family: Ubuntu, sans-serif;
  text-transform: none;
  font-size: 26px;
  color: #435464;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 10px;
}
.funders .funder .funder-description,
.funders .funder .funder-representative-link span {
  font-family: Ubuntu, sans-serif;
}
@media only screen and (max-width: 1150px) {
  .section-blog-posts .wrap {
    padding: 2em 10px 0;
  }
  .section-blog-posts .pagination-pages {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 892px) {
  .section-blog-posts .featured-post-content {
    padding: 10px 20px 0;
  }
  .section-blog-posts .ft-post {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 699px) {
  .section-blog-posts .featured-post-content,
  .section-blog-posts .featured-post-img {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 655px) {
  .section-blog-posts .featured-post-section,
  .section-blog-posts .section-content.small {
    width: 100%;
    display: block;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 400px) {
  .section-blog-posts .blog-post-image-small {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: unset;
  }
  .section-blog-posts .small-blog-img {
    width: unset;
    height: unset;
    bottom: unset;
    right: unset;
    top: unset;
    left: unset;
    position: unset;
  }
  .section-blog-posts .blog-post-content {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }
}
.funders {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.funders .funder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px;
  border: 2px solid #e5f5f9;
  margin: 10px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.funders .funder .logo {
  min-height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.funders .funder .logo img {
  max-width: 250px;
  margin: auto;
  display: block;
}
.funders .funder .funder-body {
  background: #e5f5f9;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
}
.funders .funder .funder-representative-link {
  background: #e5f5f9;
  border-top: 4px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
}
.funders .funder .funder-title {
  font-weight: 400;
  font-family: Ubuntu, sans serif;
  font-size: 21px;
  margin-bottom: 10px;
}
.partners .partner .partner-description,
.partners .partner .partner-representative-link span {
  font-family: Ubuntu, sans-serif;
}
.partners {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.partners .partner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px;
  margin: 0 10px;
  border: 2px solid #e5f5f9;
}
.partners .partner .logo {
  min-height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.partners .partner .logo img {
  max-width: 250px;
  margin: auto;
  display: block;
}
.partners .partner .partner-body {
  background: #e5f5f9;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
}
.partners .partner .partner-representative-link {
  background: #e5f5f9;
  border-top: 4px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
}
.partners .partner .partner-title {
  font-weight: 400;
  font-family: Ubuntu, sans serif;
  font-size: 21px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .partners {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partners .partner {
    width: 320px;
    margin: 10px auto;
  }
}
.tweets {
  background-color: rgba(107, 198, 215, 0.1);
}
.tweets .section-title {
  color: #435464;
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 300;
  margin: 0 0 0.75em;
  font-family: Ubuntu, sans-serif;
}
.tweets .wrap.gradients,
.tweets .wrap.tweets-wrapper {
  padding: 4em 0;
}
.tweets span.twitter-colour {
  color: #007399;
  font-size: 30px;
  font-weight: 400;
}
.tweets .twitter-container {
  font-size: 0;
}
.tweets .tp_recent_tweets li {
  display: inline-block;
  width: 48%;
  font-size: 19px;
  margin: 0 15px 15px 0;
  background-color: rgba(0, 115, 153, 0.08);
  height: 192px;
  vertical-align: bottom;
  padding: 40px 40px 40px 80px;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  color: #435464;
  line-height: 28px;
  background-image: url(/incl/images/customer/twittericon.61fa606e37f371c3a2cb.svg);
  background-position: 5% 30%;
}
.tweets .tp_recent_tweets li a.twitter_time,
.tweets a.twitter_time {
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  box-shadow: unset;
  font-style: normal;
}
.tweets a.twitter_time {
  font-weight: 100;
  color: #6bc6d7;
}
.tweets .tp_recent_tweets li a {
  font-family: Ubuntu, sans-serif;
  font-weight: 200;
  color: #007399;
}
.tweets .tp_recent_tweets li a.twitter_time {
  font-weight: 700;
  color: #6bc6d7;
}
.tweets li:before {
  content: "";
}
@media only screen and (max-width: 807px) {
  .tweets .tp_recent_tweets li {
    display: block;
    margin: 10px auto 40px;
    width: 90%;
  }
  .tweets .tp_recent_tweets li:last-child {
    margin-bottom: 0;
  }
  .tweets .wrap.gradients,
  .tweets .wrap.tweets-wrapper {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 440px) {
  .tweets .tp_recent_tweets li {
    height: unset;
  }
}
.img-text-layout-width {
  transform: translateX(-10%);
  max-width: 1040px;
  padding: 1em 0;
}
.img-text-layout-width .two-columns {
  padding: 0;
  width: 100%;
  font-size: 0;
}
.img-text-layout-width h2 {
  margin-top: 0;
}
.img-text-layout-width .img-left-side {
  display: inline-block;
  width: 38%;
}
.img-text-layout-width .img-left-side .caption {
  color: #666;
  padding: 5px 0;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.img-text-layout-width .right-side-content {
  display: inline-block;
  width: 62%;
  vertical-align: top;
  padding-left: 20px;
}
@media only screen and (max-width: 925px) {
  .img-text-layout-width {
    transform: unset;
    max-width: 1120px;
    padding: 2em 10px;
    margin: auto;
  }
}
@media only screen and (max-width: 450px) {
  .img-text-layout-width .img-left-side {
    display: block;
    width: 100%;
  }
  .img-text-layout-width .right-side-content {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.text-img-layout-width {
  max-width: 1040px;
  padding: 1em 0;
  transform: translateX(8%);
}
.text-img-layout-width .text-img {
  padding: 0;
  width: 100%;
  font-size: 0;
}
.text-img-layout-width h2 {
  margin-top: 0;
}
.text-img-layout-width .left-side-content {
  display: inline-block;
  width: 62%;
  vertical-align: top;
  padding-right: 20px;
}
.text-img-layout-width .img-right-side {
  display: inline-block;
  width: 38%;
}
.text-img-layout-width .img-right-side .caption {
  color: #666;
  padding: 5px 0;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}
@media only screen and (max-width: 925px) {
  .text-img-layout-width {
    transform: unset;
    max-width: 1120px;
    padding: 1em 10px;
    margin: auto;
  }
}
@media only screen and (max-width: 450px) {
  .text-img-layout-width .img-right-side {
    display: block;
    width: 100%;
  }
  .text-img-layout-width .left-side-content {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.science-updates {
  background-color: rgba(99, 208, 223, 0.15);
}
.science-updates .wrap.science {
  font-size: 0;
  padding: 3% 0;
}
.science-updates .science-content {
  width: 71%;
  display: inline-block;
  vertical-align: top;
  padding-right: 5%;
}
.science-updates .section-title {
  color: #435464;
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 300;
  font-family: Ubuntu, sans-serif;
}
.science-updates .section-text {
  font-weight: 100;
  font-size: 16px;
  margin: 1em 0;
}
.science-updates a.read-more-link {
  background-color: #6bc6d7;
  color: #fff;
  padding: 15px 25px;
  border-radius: 3px;
  font-weight: 600;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
}
.science-updates .science-image {
  width: 29%;
  display: inline-block;
  text-align: right;
  position: relative;
  margin-top: 30px;
}
.science-updates .blue-image-overlay {
  background: linear-gradient(0deg, #63d0df 0, #007399 100%);
  z-index: 9999999;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1150px) {
  .science-updates .wrap.science {
    padding: 3% 10px;
  }
}
@media only screen and (max-width: 570px) {
  .science-updates .science-content {
    width: 100%;
    display: block;
    padding: 10px;
  }
  .science-updates .science-image {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
}
.news-and-events-listing .wrap {
  max-width: 1100px;
  padding: 2em 0;
}
.news-and-events-listing .left-side-posts {
  width: 49%;
  display: inline-block;
}
.news-and-events-listing .section-title {
  color: #435464;
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 300;
  margin: 0 0 0.75em;
  font-family: Ubuntu, sans-serif;
}
.news-and-events-listing .small-blog-post {
  width: 100%;
  margin-bottom: 30px;
}
.news-and-events-listing p.news-date {
  position: absolute;
  z-index: 2;
  padding: 10px 5px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  width: auto;
  font-size: 1.125rem;
}
.news-and-events-listing .blog-post-image {
  position: relative;
  display: inline-block;
  padding-bottom: 28%;
  width: 34%;
}
.news-and-events-listing .small-blog-img {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  position: absolute;
}
.news-and-events-listing .left-side.blog-post-content.project-content {
  padding: 0 0 0 20px;
}
.news-and-events-listing .blog-post-title {
  margin-bottom: 10px;
  font-family: Ubuntu, sans-serif;
  text-transform: unset;
  font-size: 24px;
  color: #435464;
  font-weight: 400;
}
.right-side-events .events-blog,
.right-side-events .small-events-post {
  margin-bottom: 40px;
}
.news-and-events-listing .blog-post-text {
  margin-top: 0;
}
.news-and-events-listing .blog-post-content {
  width: 59%;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.news-and-events-listing .blog-post-content p {
  font-family: Ubuntu, sans-serif;
  font-size: 1.1rem;
}
.news-and-events-listing a.read-more-link {
  background-color: #6bc6d7;
  color: #fff;
  padding: 15px 25px;
  border-radius: 3px;
  font-weight: 600;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
}
.right-side-events {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.right-side-events .section-title {
  color: #435464;
  text-transform: capitalize;
  font-size: 42px;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
}
.right-side-events .left-side-event-date {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  position: relative;
}
.right-side-events .event-date-gradient {
  width: 90px;
  color: #007399;
  font-size: 16px;
  line-height: 19px;
  font-family: Ubuntu, sans-serif;
  padding: 2px;
}
.right-side-events .event-date-white-bg {
  position: relative;
  background-color: #fff;
}
.right-side-events .event-date {
  padding: 41% 0;
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
}
.right-side-events .right-event-post-content {
  width: 59%;
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
}
.right-side-events .event-post-title {
  margin-bottom: 10px;
  font-family: Ubuntu, sans-serif;
  text-transform: unset;
  font-size: 24px;
  color: #435464;
  font-weight: 400;
}
.right-side-events .blog-post-text p {
  font-weight: 300;
  color: #435464;
  font-size: 1.1rem;
}
@media only screen and (max-width: 1159px) {
  .news-and-events-listing .wrap {
    padding: 2em 1em;
  }
}
@media only screen and (max-width: 750px) {
  .news-and-events-listing .left-side-posts {
    width: 100%;
    display: block;
  }
  .news-and-events-listing .right-side-events {
    width: 100%;
    display: block;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .news-and-events-listing .blog-post-image {
    display: block;
    padding-bottom: 0;
    width: 100%;
  }
  .news-and-events-listing .blog-post-content {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .news-and-events-listing .small-blog-img {
    width: unset;
    height: unset;
    bottom: unset;
    right: unset;
    top: unset;
    left: unset;
    position: unset;
  }
  .news-and-events-listing .right-event-post-content {
    width: 78%;
  }
}
@media only screen and (max-width: 400px) {
  .news-and-events-listing .blog-post-title,
  .news-and-events-listing .event-post-title {
    font-size: 20px;
  }
  .news-and-events-listing .section-title {
    font-size: 30px;
  }
  .news-and-events-listing .right-event-post-content {
    text-align: center;
    padding-left: 30px;
  }
}
.section-blog-posts .section-content.small {
  margin-bottom: 3em;
}
.section-blog-posts .blog-posts-section {
  margin-bottom: 0;
}
.pagination-pages .page-numbers {
  font-family: Ubuntu, sans-serif;
}
@media only screen and (max-width: 655px) {
  .section-blog-posts .featured-post-section,
  .section-blog-posts .section-content.small {
    margin-bottom: 1em;
  }
}
.science-updates-post-listing .wrap {
  padding: 2em 0 0;
}
.science-updates-post-listing p.news-date {
  position: absolute;
  z-index: 2;
  padding: 10px 5px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  width: auto;
  font-size: 1.125rem;
}
.science-updates-post-listing .feat-post-row {
  font-size: 0;
}
.science-updates-post-listing .featured-post-content,
.science-updates-post-listing .featured-post-img {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.science-updates-post-listing .featured-post-section {
  background-color: rgba(126, 48, 137, 0.05);
  margin-bottom: 3em;
}
.science-updates-post-listing .featured-post-content {
  padding: 30px;
}
.science-updates-post-listing .ft-post {
  font-family: Ubuntu, sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #435464;
  margin: 0 0 0.75em;
}
.science-updates-post-listing p {
  font-weight: 200;
  color: #435464;
  font-size: 16px;
  font-family: Ubuntu, sans-serif;
}
.science-updates-post-listing .section-content-small {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3em;
}
.science-updates-post-listing .section-header {
  margin-bottom: 3.8em;
  position: relative;
  width: 100%;
}
.science-updates-post-listing .small-science-post {
  position: relative;
  display: inline-block;
  width: 34%;
  padding-bottom: 28%;
}
.science-updates-post-listing .science-img-small {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  position: absolute;
}
.science-updates-post-listing .blog-post-content {
  width: 59%;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.science-updates-post-listing h4.blog-post-title {
  font-family: Ubuntu, sans-serif;
  text-transform: none;
  font-size: 24px;
  color: #435464;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 0.75em;
}
@media only screen and (max-width: 1150px) {
  .science-updates-post-listing .wrap {
    padding: 2em 10px 0;
  }
  .science-updates-post-listing .pagination-pages {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 655px) {
  .science-updates-post-listing .featured-post-section,
  .science-updates-post-listing .section-content-small {
    width: 100%;
    display: block;
    margin-bottom: 1em;
  }
  .science-updates-post-listing .section-content-small {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 892px) {
  .science-updates-post-listing .featured-post-content {
    padding: 10px 20px 0;
  }
  .science-updates-post-listing .ft-post {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 699px) {
  .science-updates-post-listing .featured-post-content,
  .science-updates-post-listing .featured-post-img {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 400px) {
  .science-updates-post-listing .small-science-post {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: unset;
  }
  .science-updates-post-listing .science-img-small {
    width: unset;
    height: unset;
    bottom: unset;
    right: unset;
    top: unset;
    left: unset;
    position: unset;
  }
  .science-updates-post-listing .blog-post-content {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }
}
.event-listings .wrap {
  padding: 2em 0 0;
}
.event-listings p.news-date {
  position: absolute;
  z-index: 2;
  padding: 10px 5px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  width: auto;
  font-size: 1.125rem;
}
.event-listings .featured-post-content,
.event-listings .featured-post-img,
.event-listings .section-content-small {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.event-listings .feat-post-row {
  font-size: 0;
}
.event-listings .featured-post-section {
  background-color: rgba(126, 48, 137, 0.05);
  margin-bottom: 3em;
}
.event-listings .featured-post-content {
  padding: 30px;
}
.event-listings .ft-post {
  font-family: Ubuntu, sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #435464;
  margin: 0 0 0.75em;
}
.event-listings p {
  font-weight: 200;
  color: #435464;
  font-size: 16px;
  font-family: Ubuntu, sans-serif;
}
.event-listings .event-posts-section {
  margin-bottom: 3em;
}
.event-listings .section-content-small {
  margin-bottom: 40px;
}
.event-listings .section-header {
  margin-bottom: 3.8em;
  position: relative;
  width: 100%;
}
.event-listings .event-post-image {
  position: relative;
  display: inline-block;
  width: 34%;
  padding-bottom: 28%;
}
.event-listings .section-content.small {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3em;
}
.event-listings .event-img {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  position: absolute;
}
.event-listings .event-post-content {
  width: 59%;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.event-listings h4.event-post-title {
  font-family: Ubuntu, sans-serif;
  text-transform: none;
  font-size: 24px;
  color: #435464;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 0.75em;
}
.pagination-pages {
  background-color: rgba(99, 208, 223, 0.1);
}
.pagination-pages .pagination {
  padding: 3em 0;
}
.pagination-pages .page-numbers {
  background-color: rgba(99, 208, 223, 0.33);
  font-size: 25px;
  padding: 15px 35px;
  font-weight: 300;
  margin-right: 25px;
  color: #007399;
}
.tabBox li,
.tabBox li.tab.active {
  color: #fff;
}
.pagination-pages .page-numbers.current {
  background-color: #63d0df;
  color: #fff;
}
@media only screen and (max-width: 1150px) {
  .event-listings .wrap {
    padding: 2em 10px 0;
  }
  .event-listings .pagination-pages {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 892px) {
  .event-listings .featured-post-content {
    padding: 10px 20px 0;
  }
  .event-listings .ft-post {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 699px) {
  .event-listings .featured-post-content,
  .event-listings .featured-post-img {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 655px) {
  .event-listings .featured-post-section,
  .event-listings .section-content.small {
    width: 100%;
    display: block;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 400px) {
  .event-listings .event-post-image {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: unset;
  }
  .event-listings .event-img {
    width: unset;
    height: unset;
    bottom: unset;
    right: unset;
    top: unset;
    left: unset;
    position: unset;
  }
  .event-listings .event-post-content {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }
}
.timeline-section {
  background: rgba(99, 208, 223, 0.15);
}
.timeline-section .wrap {
  max-width: 1100px;
  padding: 3em 0 1em;
}
.tabBox li:hover {
  cursor: pointer;
}
.tabBox li {
  display: inline-block;
  padding: 0 25px;
  font-weight: 100;
  font-size: 50px;
  font-family: Ubuntu, sans-serif;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.tabBox .tabs {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0 34px 0 0;
}
.tabBox .tabs .tab {
  background-color: #bce2ea;
  position: relative;
}
.tabBox .tabs .tab:after,
.tabBox .tabs .tab:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
}
.tabBox .tabs .tab:after {
  border-left: 30px solid #bce2ea;
  z-index: 2;
}
.tabBox .tabs .tab:before {
  border-left: 30px solid #fff;
  margin-left: 2px;
  z-index: 1;
}
.tabBox .tabs .active {
  background-color: #6bc6d7;
}
.tabBox .tabs .active:after,
.tabBox .tabs .active:before {
  border-left-color: #6bc6d7;
}
.tabBox .tabs .active:before {
  border-left-color: #fff;
}
.tabBox .tab {
  padding-left: 45px;
}
.tabBox .left-side-tabbed-img {
  width: 35%;
  display: inline-block;
  vertical-align: top;
}
.tabBox .timeline-img {
  position: relative;
  display: block;
  padding-bottom: 77%;
}
.tabBox .tabbed-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.tabBox .tabbed-content-right {
  display: inline-block;
  width: 64%;
  vertical-align: top;
  padding-left: 25px;
}
.tabBox .timeline-row {
  padding: 20px 25px 5px 0;
}
.tabBox .tabbed-content-right h2 {
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 1136px) {
  .wrap.timeline.tabBox {
    padding: 3em 10px 1em;
  }
}
@media only screen and (max-width: 553px) {
  .tabBox .tabs {
    display: unset;
  }
  .tabBox .tabs .tab:after,
  .tabBox .tabs .tab:before {
    display: none;
  }
  .tabBox .left-side-tabbed-img,
  .tabBox li {
    display: block;
    width: 100%;
  }
  .tabBox .tabs-arrowed,
  .tabBox .timeline-row {
    padding-right: 0;
  }
  .tabBox .tabbed-content-right {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
}
.people-section .wrap-people {
  max-width: 1350px;
  padding: 2em 0 0;
  margin: auto;
}
.people-section .institute-team {
  margin: 0 20px;
}
.people-section .people-title {
  font-family: Ubuntu, sans-serif;
  font-size: 42px;
  font-weight: 300;
  max-width: 880px;
  margin: 0 auto 1em;
}
.people-section .person.summary {
  width: 49%;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 5%;
}
.people-section .person-img {
  width: 30%;
  display: inline-block;
}
.people-section .person-image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.people-section .user-no-img {
  font-size: 180px;
  text-align: center;
  color: #d3d3d3;
}
/*.people-section a.read-more-link {
  width: 100%;
  padding: 10px 25px;
  margin-top: 15px;
  background-color: #6bc6d7;
  color: #fff;
  font-weight: 300;
  display: block;
  font-size: 20px;
}*/

.people-section .people-content {
  width: 70%;
  display: inline-block;
  padding-left: 25px;
  vertical-align: top;
  padding-right: 30px;
}
.people-section .people-content-mobile {
  display: none;
}
.people-section h3.staff-name {
  text-align: left;
  font-family: Ubuntu, sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #435464;
  margin-bottom: 10px;
}
.people-section .staff-position,
.people-section .summarytext p,
.theme .uni-name,
.theme span.theme-list {
  font-family: Ubuntu, sans-serif;
  color: #435464;
}
.people-section .staff-position,
.people-section .summarytext p {
  padding: 0;
  text-align: left;
  margin: 0;
  display: block;
  font-size: 20px;
  font-weight: 200;
}
.people-section .staff-position {
  font-weight: 600;
}
.people-section .summarytext p {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}
.theme {
  background-color: rgba(99, 208, 223, 0.12);
}
.theme .wrap-theme {
  max-width: 1350px;
  margin: auto;
  padding: 5em 2em 0;
}
.theme .institute-team,
.theme .theme-leaders-team {
  margin: 0 20px;
}
.theme .uni-name {
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: left;
}
.theme span.theme-list {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.theme h3.staff-name {
  margin-bottom: 5px;
}
@media only screen and (max-width: 700px) {
  .people-section .person.summary {
    width: 100%;
    display: block;
  }
  .people-section h3.staff-name {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 400px) {
  .people-content .staff-name,
  .people-content .staff-position,
  .people-content .uni-name {
    display: none;
  }
  .theme span.theme-list.mobile {
    display: block;
  }
  .theme span.theme-list {
    display: none;
  }
  .person-img a.read-more-link {
    display: none;
    font-size: 12px;
    text-align: center;
  }
  .people-section .people-content-mobile {
    width: 70%;
    display: inline-block;
    padding-left: 25px;
    vertical-align: top;
  }
  .people-section .staff-position {
    font-size: 14px;
  }
  .people-section .people-title {
    font-size: 30px;
  }
  .people-section .people-content {
    width: 100%;
    display: block;
    padding-left: 0;
    vertical-align: top;
  }
  .people-section .person.summary {
    margin-bottom: 8%;
  }
  .people-section .person.summary:last-child {
    margin-bottom: 0;
  }
  .people-content-mobile a.read-more-link {
    font-size: 12px;
    text-align: center;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img.photo {
    height: 100%;
  }
}
.contact-page {
  max-width: 1100px;
  padding: 2em 0 0;
}
.contact-page .contact-left-col {
  width: 61%;
  padding-left: 10%;
}
.contact-page div.wpcf7 {
  margin: 0;
  padding: 0;
}
.contact-page div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.contact-page .contact-right-col {
  width: 35%;
  vertical-align: top;
  padding: 2% 2% 2% 7%;
}
.contact-page .contact-left-col,
.contact-page .contact-right-col {
  display: inline-block;
}
.contact-page input[type="color"],
.contact-page input[type="date"],
.contact-page input[type="datetime-local"],
.contact-page input[type="datetime"],
.contact-page input[type="email"],
.contact-page input[type="month"],
.contact-page input[type="number"],
.contact-page input[type="password"],
.contact-page input[type="range"],
.contact-page input[type="search"],
.contact-page input[type="tel"],
.contact-page input[type="text"],
.contact-page input[type="time"],
.contact-page input[type="url"],
.contact-page input[type="week"],
.contact-page textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  display: block;
  padding: 0.7em;
  width: 100%;
}
.contact-page input.wpcf7-form-control.wpcf7-text,
.contact-page input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.contact-page textarea.wpcf7-form-control.wpcf7-textarea {
  margin: 5px;
}
.contact-page form.wpcf7-form p,
.contact-page label {
  margin-bottom: 0;
}
.contact-page .contact-form-text {
  position: relative;
}
.contact-page .site-details-div {
  display: inline-block;
  width: 200px;
}
.contact-page .site-details-div h4 {
  margin-top: 5px;
}
.contact-page .site-details-div p {
  font-weight: 100;
  color: #666;
  font-size: 18px;
}
.contact-page .fa {
  color: #63d0df;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}
.contact-page .fa-2x {
  font-size: 2em;
}
.contact-page i.fa.fa-envelope.fa-1x,
.contact-page i.fa.fa-envelope.fa-2x,
.contact-page i.fa.fa-map-marker.fa-1x,
.contact-page i.fa.fa-map-marker.fa-2x,
.contact-page i.fa.fa-phone.fa-1x,
.contact-page i.fa.fa-phone.fa-2x {
  vertical-align: top;
}
.contact-page .site-details-title {
  color: #63d0df;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
  font-family: Ubuntu, sans-serif;
  display: inline-block;
  margin: 5px 0 0.75em;
}
.contact-page .pull-left {
  float: left;
}
.contact-page .pull-left,
.contact-page .pull-right {
  width: 49%;
}
.contact-page input,
.contact-page select,
.contact-page textarea {
  font-size: 1.125rem;
}
.contact-page button,
.contact-page input[type="button"],
.contact-page input[type="submit"] {
  background-color: #007399;
  width: 100%;
  border-radius: unset;
  font-weight: unset;
  padding: 1.3em 2em;
  margin: 0 5px 5px;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  text-shadow: none;
  transition: background 0.2s;
}
.contact-page button:focus,
.contact-page button:hover,
.contact-page input[type="button"]:focus,
.contact-page input[type="button"]:hover,
.contact-page input[type="submit"]:focus,
.contact-page input[type="submit"]:hover {
  background-color: #63d0df;
}
.contact-page textarea.wpcf7-form-control.wpcf7-textarea {
  font-family: arial;
}
@media only screen and (max-width: 700px) {
  .contact-page {
    padding: 2em 10px 0;
  }
  .contact-page .contact-left-col {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .contact-page .contact-right-col {
    width: 100%;
    display: block;
    padding: 2%;
  }
  .contact-page .contact-page input.wpcf7-form-control.wpcf7-text,
  .contact-page .contact-page input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
  .contact-page .contact-page textarea.wpcf7-form-control.wpcf7-textarea {
    margin: 5px 5px 5px 0;
  }
}
.wrap.projects-listing-wrap {
  margin-bottom: 2em;
  padding-top: 1em;
}
.wrap.projects-listing-wrap header.section-header.projects {
  margin-bottom: 0;
  background-color: unset;
}
.wrap.projects-listing-wrap .projects {
  margin: 0 20px 0 0;
}
.wrap.projects-listing-wrap .project-listing {
  width: 100%;
  display: block;
}
.wrap.projects-listing-wrap .section-title {
  color: #435464;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 42px;
  margin-bottom: 10px;
  margin-top: 0;
  font-family: Ubuntu, sans-serif;
}
.wrap.projects-listing-wrap .project-section-content {
  margin-bottom: 2em;
  width: 70%;
}
.wrap.projects-listing-wrap .project-section-content p {
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #435464;
}
.wrap.projects-listing-wrap .three-columns {
  width: 100%;
}
.wrap.projects-listing-wrap .three-columns .column-three {
  margin-left: 3.5%;
  vertical-align: top;
  width: 30%;
  display: inline-block;
}
.wrap.projects-listing-wrap .projects {
  background-color: rgba(107, 198, 215, 0.1);
  padding-bottom: 2em;
  display: inline-block;
  width: 31%;
  vertical-align: top;
}
.wrap.projects-listing-wrap .column-three:first-child {
  margin-left: 0;
}
.wrap.projects-listing-wrap h4.column-title {
  font-size: 28px;
  padding: 10px 20px;
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #435464;
}
.wrap.projects-listing-wrap .column-text {
  padding: 0 20px;
}
.wrap.projects-listing-wrap p {
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #435464;
}
.wrap.projects-listing-wrap a.read-more-link.projects {
  margin: 0 0 0 10px;
  display: inline-block;
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
  padding: 8px 25px;
  border-radius: 4px;
  color: #fff;
  width: auto;
  font-size: 22px;
}
.share-this .share-this-title,
.share-this .social-icon,
.theme-leader-section .section-title,
.theme-leader-section .staff-name {
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 1159px) {
  .project-list .wrap {
    padding: 2em 10px 0;
  }
}
@media only screen and (max-width: 1090px) {
  .section-content.three-columns.project-listing .column-text {
    height: unset;
  }
}
@media only screen and (max-width: 750px) {
  .wrap.projects-listing-wrap .project-listing {
    display: unset;
  }
  .wrap.projects-listing-wrap .projects-image {
    width: 40%;
    vertical-align: top;
    display: inline-block;
    margin: 10px;
  }
  .wrap.projects-listing-wrap .projects-content {
    width: 50%;
    display: inline-block;
  }
  .wrap.projects-listing-wrap .projects {
    margin-bottom: 30px;
    width: 100%;
  }
  .wrap.projects-listing-wrap h4.column-title {
    font-size: 28px;
  }
  .wrap.projects-listing-wrap p {
    line-height: 26px;
  }
}
@media only screen and (max-width: 420px) {
  .wrap.projects-listing-wrap .projects-image {
    width: 100%;
    padding: 15px;
    margin: 0;
  }
  .wrap.projects-listing-wrap .projects-content {
    width: 100%;
    display: block;
  }
  .wrap.projects-listing-wrap a.read-more-link.projects {
    display: block;
    width: 90%;
    margin: auto;
  }
}
.theme-leader-section .background-image {
  background-image: url(/incl/images/customer/logowatermark-theme.5efaf588e2da77b34d16.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 142%;
}
.share-this .email,
.share-this .facebook,
.share-this .linkedin,
.share-this .twitter,
.share-this .whatsapp {
  background-repeat: no-repeat;
  background-position: 18px;
}
.theme-leader-section .wrap {
  max-width: 1100px;
  padding: 2em 0 1em;
}
.theme-leader-section .summary {
  margin-bottom: 20px;
}
.theme-leader-section .leader-img {
  display: inline-block;
  position: relative;
  border: 2px solid #fff;
  max-width: 230px;
}
.theme-leader-section a.read-more-link {
  background-color: rgba(107, 198, 215, 0.8);
  color: #fff;
  padding: 15px 25px;
  font-weight: 600;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.theme-leader-section .people-content-mobile {
  display: none;
}
.theme-leader-section .leader-content {
  display: inline-block;
  vertical-align: top;
  width: 74%;
  padding-left: 20px;
}
.theme-leader-section .staff-name {
  text-align: left;
  font-size: 30px;
  color: #435464;
  margin-bottom: 0;
  padding-top: 0;
}
.theme-leader-section .section-title {
  display: inline-block;
  color: #435464;
  text-transform: capitalize;
  font-size: 42px;
  margin-bottom: 15px;
}
.theme-leader-section .leader-position {
  color: #435464;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
}
.theme-leader-section .summarytext {
  margin-top: 10px;
}
.theme-leader-section p {
  font-size: 16px;
}
@media only screen and (max-width: 1050px) {
  .theme-leader-section .wrap {
    padding: 2em 1em 1em;
  }
  .theme-leader-section .leader-img {
    width: 25%;
  }
}
@media only screen and (max-width: 631px) {
  .theme-leader-section .read-more-link {
    font-size: 12px;
    text-align: center;
  }
}
@media only screen and (max-width: 542px) {
  .theme-leader-section .leader-content {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .theme-leader-section .people-content-mobile {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding-left: 20px;
  }
  .leader-content .leader-position,
  .leader-content .staff-name,
  .leader-content h4.section-title,
  .leader-img a.read-more-link,
  .theme-leader-section .leader-content .section-title {
    display: none;
  }
  .theme-leader-section .people-content-mobile a.read-more-link {
    position: unset;
  }
  .theme-leader-section .people-content-mobile .staff-position {
    margin-bottom: 1em;
  }
  .people-content-mobile h4.section-title {
    font-size: 30px;
  }
  .people-content-mobile h3.staff-name {
    font-size: 22px;
  }
}
@media only screen and (max-width: 400px) {
  .people-content-mobile h3.staff-name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 368px) {
  .theme-leader-section .people-content-mobile {
    padding-left: 10px;
  }
}
.share-this {
  background-color: rgba(107, 198, 215, 0.2);
  margin-top: 50px;
}
.share-this .wrap {
  max-width: 880px;
  margin: auto;
  padding: 3em 0;
}
.share-this .share-this-title {
  color: #435464;
  margin: 0 0 1em;
  font-size: 30px;
}
.share-this .social-icon {
  width: 18%;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
.share-this .social-link {
  margin-right: 10px;
}
.share-this .social-link:last-child {
  margin-right: 0;
}
.share-this .facebook {
  background-color: #3b5998;
  background-image: url(/incl/images/customer/facebook-st.cf437b6037aad482289e.svg);
}
.share-this .twitter {
  background-color: #0084b4;
  background-image: url(/incl/images/customer/twitter-st.75f16353ab32b15be454.svg);
}
.share-this .linkedin {
  background-color: #0077b5;
  background-image: url(/incl/images/customer/linkedin-st.dd2503ee5051ba56da89.svg);
}
.share-this .whatsapp {
  background-color: #0aaf26;
  background-image: url(/incl/images/customer/whatsapp-st.d27439c0a22fe9f317a3.svg);
}
.share-this .email {
  background-color: #a6a6a6;
  background-image: url(/incl/images/customer/email-st.ba92cbf4a40b136b4fcd.svg);
}
@media only screen and (max-width: 925px) {
  .single-post-header {
    padding: 2em 10px 0;
  }
  .share-this .wrap {
    padding: 3em 10px;
  }
}
@media only screen and (max-width: 757px) {
  .share-this .social-icon {
    width: 31%;
    margin: 0 auto 10px;
  }
  .single-post-header .single-news-title p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 488px) {
  .share-this .social-icon {
    width: 47%;
  }
}
@media only screen and (max-width: 437px) {
  .share-this .social-icon {
    width: 80%;
  }
  .share-this .wrap {
    text-align: center;
  }
}

/*Rebrand*/

nav.header-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.back-to-careers {
  margin: 20px 0 0 40px;
  border-left: 2px solid #60d0de;
  padding-left: 20px;
  margin-left: 40px;
}

.back-to-careers a {
  position: relative;
  color: #ffb612;
}

.back-to-careers a::before {
  content: "";
  position: absolute;
  background-image: url(/incl/images/customer/chevron.png);
  height: 12px;
  width: 6px;
  top: 7px;
  background-size: cover;
}

.back-to-careers a span {
  padding-left: 16px;
  color: #ffb612;
  line-height: 28px;
}
.back-to-careers a {
  position: relative;
  color: #ffb612;
}

.back-to-careers a::before {
  content: "";
  position: absolute;
  background-image: url(/incl/images/customer/chevron.png);
  height: 12px;
  width: 6px;
  top: 4.5px;
  background-size: cover;
}

.back-to-careers a span {
  padding-left: 16px;
  color: #ffb612;
  line-height: 28px;
}

header#masthead {
  padding: 40px 0 40px;
  background-color: #51626f;
  position: relative;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
}

header#masthead a {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.site-logo {
  width: 226px;
}

.flx {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

a:hover,
a:focus {
  color: #d10074;
}

header .container {
  position: relative;
}

@media screen and (min-width: 1081px) {
  .container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1080px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .container {
    padding: 0 35px;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 441px) and (max-width: 480px) {
  .container {
    padding: 0 25px;
  }
}
@media screen and (min-width: 351px) and (max-width: 441px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 350px) {
  .container {
    padding: 0 18px;
  }
}

.container {
  max-width: 1460px;
  margin: 0 auto;
}

@media screen and (min-width: 1081px) {
  #menu-main {
    display: flex;
    margin: 20px 0 0 25px;
    border-left: 2px solid #60d0de;
    padding-left: 20px;
    margin-left: 25px;
  }

  #menu-main > li {
    padding: 0 0 0 25px;
    margin: 0;
  }

  #menu-main > li:first-child {
    padding-left: 0;
  }
}

@media screen and (max-width: 1080px) {
  #menu-main {
    margin: 0;
  }

  #menu-main li {
    padding: 20px 0;
    margin: 0 1.5em;
  }
}

#menu-main {
  list-style: none;
}

#menu-main li:first-child {
  margin-left: 0;
}

#menu-main li {
  display: inline-block;
  vertical-align: top;
}

.site-header .header-logo {
  display: block;
}

#menu-main li a {
  color: rgba(255, 255, 255, 0.4);
}

#menu-main li.current_page_item a {
  color: rgba(255, 255, 255);
}

#menu-main li a:hover {
  color: #fff;
}

#hs_content #jobs_list .jobCard .card-body p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
}

footer p {
  margin-bottom: 0;
}

.site-footer {
  opacity: 1;
  background-color: rgba(81, 98, 111, 1);
  padding: 54px 0;
}

.rfi-main-links,
.rfi-footer-links,
.copyright-section {
  display: flex;
  justify-content: space-between;
}

.rfi-main-links {
  margin-bottom: 48px;
}

.rfi-footer-links {
  margin-bottom: 60px;
}

.rfi-footer-links a:not(:last-child) {
  margin-right: 24px;
}

.filter-title-container {
  background: rgb(32, 39, 44);
}


@media screen and (max-width: 1080px) {
  body header#masthead {
    padding: 25px 0px 35px;
height:120px;
  }

 .nav-on {
    overflow: hidden;
  }


body.nav-on header#masthead {
height:120px;
}

  header .main-navigation {
    position: relative;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 150px;
    overflow: auto;
  }

  #menu-main li {
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
  }

  #menu-main > li > a {
    margin: 0px 40px;
  }

  #menu-main li a {
    font-size: 1.25rem;
    padding: 18px 0px;
  }

  #menu-main li {
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
  }
}

#menu-main li:first-child {
  margin-left: 0px;
}

@media screen and (max-width: 1080px) {
  header#masthead .hdr-burger {
    display: block;
  }
}

@media screen and (min-width: 1081px) {
  .hdr-burger {
    display: none;
  }
}

.hdr-burger {
  margin-top: 12px;
  margin-left: auto;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 12;
}

.hamburger {
  display: block;
  position: relative;
  width: 27px;
  height: 27px;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  transition: background 0.3s;
  overflow: hidden;
}

.nav-on .hamburger span {
  background: none;
  border-color: rgba(0, 0, 0, 0);
}

.hamburger span {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  margin-top: 0px;
  left: 0px;
  right: 0px;
  border-top: 3px solid rgb(255, 182, 18);
  border-radius: 2px;
  transition: background 0.3s, border-color 0.3s;
}

.nav-on .hamburger span::before {
  top: 0px;
  transform: rotate(45deg) translate(-2px, -2px);
}

.hamburger span::before {
  top: -11px;
}

.hamburger span::before,
.hamburger span::after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  width: 100%;
  border-top: 3px solid rgb(255, 182, 18);
  border-radius: 2px;
  transition: 0.3s;
}

.nav-on .hamburger span::after {
  bottom: 0px;
  transform: rotate(-45deg) translate(0px, 0px);
  width: 100%;
}

.hamburger span::after {
  bottom: -8px;
}

@media screen and (max-width: 1080px) {
  .header-navigation {
    display: block;
    position: fixed;
    top: 0px;
    left: auto;
    right: 0px;
    width: 440px;
    max-width: 100%;
    height: 100%;
    transform: translate3d(470px, 0px, 0px);
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 25px;
    z-index: 10;
    padding: 0px;
    transition: transform 500ms;
    background: rgb(32, 39, 44);
  }

  .nav-on .header-navigation {
    transform: translate3d(0px, 0px, 0px);
  }

  header#masthead::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120px;
    background-color: rgb(81, 98, 111);
    z-index: 11;
    border-radius: 0px 0px 20px 20px;
  }

footer .rfi-footer-links, .copyright-section {
flex-direction: column;
}

footer .rfi-footer-links {
margin-bottom:35px;
}

footer .rfi-footer-links .left-side, footer .copyright-section .rfi-address {
margin-bottom:20px;
}

footer .rfi-main-links {
  margin-bottom: 36px;
}
}

@media screen and (max-width: 768px) {

footer .rfi-main-links {
  flex-direction: column;
  align-items: flex-start;
}

footer .rfi-footer-links .left-side a {
margin: 0 0 16px;
display:block;
}

body .wrap-width {
width:90%;
}

}

@media screen and (max-width: 640px) {
body #hs_content #jobs_list {
grid-gap: 3rem 0;
grid-template-columns: repeat(1, 1fr);
}
}



.nav-on nav.header-navigation {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.nav-on #menu-main li a {
  color: rgba(255, 255, 255);
  width: 100%;
  display: block;
  margin: 0 85px 0 35px;
  padding: 18px 0;
font-size:1.25rem;
}

.nav-on .back-to-careers {
margin: 0 85px 0 35px;
  padding: 18px 0;
font-size:1.25rem;
border:none;
}

.nav-on .back-to-careers a::before {
  height: 16px;
  width: 7px;
  top: 5px;
}

.nav-on .header-navigation {
  top: 0px;
padding-top:150px;
}

.nav-on .nav-cover {
  display: block;
}

.nav-cover {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.6;
  display: none;
  background: rgb(0, 0, 0);
}
