/*
Theme Name: NTRI
Theme URI: https://ntri.org.au/
Description: Custom Theme made with love from Pondr
Author: Matthew Bruce
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  margin-top: 0 !important;
}

body {
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #73797F;
}
body .page-container {
  padding-top: 90px;
}
body.customize-support .banner {
  top: 32px;
}
body.customize-support .main-nav {
  top: 32px;
}

h1, h2, h3, h4, h5, .heading {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #072236;
}

h1, .h1 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1.875rem;
  color: #071526;
  line-height: 5rem;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2em;
    line-height: 3rem;
  }
}

h2, .h2 {
  font-size: 1.625rem;
  margin-top: 40px;
  color: #071526;
}

h3, .h3 {
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
  color: #071526;
}

h4, .h4 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #071526;
  line-height: 2.375rem;
}
@media (max-width: 1023px) {
  h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

input, textarea, select {
  font-family: 'Inter', sans-serif;
}

ul, li {
  font-size: 1.063rem;
  line-height: 2rem;
}

iframe {
  max-width: 100%;
}

p {
  font-size: 1.063rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
  color: #73797F;
  font-weight: 400;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #0862B2;
  font-weight: 500;
}
a.visit-website {
  margin-top: 10px;
  display: inline-block;
}
a.visit-website svg {
  position: relative;
  top: 5px;
  left: 3px;
}
a.read-more {
  color: #0862B2;
  border-bottom: 1px solid #0862B2;
  padding-bottom: 5px;
  margin-top: 10px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
}

.button {
  background-color: #072236;
  color: white;
  border: none;
  line-height: 60px;
  padding: 0 30px;
  border-radius: 90px;
  min-width: 245px;
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 60px;
}
.button.align-right {
  margin-left: auto;
  float: right;
}
@media (max-width: 767px) {
  .button.align-right {
    margin-left: 0;
    max-width: 300px;
    float: none;
  }
}
.button .icon {
  position: absolute;
  right: 30px;
  top: 18px;
}

@media (max-width: 1023px) {
  section {
    padding-bottom: 0;
  }
}
section:last-of-type .column-wrap {
  border-bottom: none;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.breadcrumbs {
  color: #071526;
  padding: 30px 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2rem;
}
.breadcrumbs a {
  color: #071526;
}
.breadcrumbs span.divider {
  margin: 0 10px;
  cursor: default;
}
.breadcrumbs span.page {
  color: #73797F;
}

.banner {
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #072236;
  text-align: center;
  color: white;
  padding: 10px 0;
  font-size: 14px;
}
.banner a {
  color: white;
  font-weight: 600;
}
@media (max-width: 767px) {
  .banner {
    padding: 5px;
    font-size: 12px;
  }
}

.main-nav {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: solid 1px #DADCE0;
  background-color: white;
  z-index: 99;
}
.main-nav .container {
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  position: relative;
}
.main-nav .container .logo {
  margin-top: 25px;
  margin-right: 60px;
}
.main-nav .container .menu {
  display: flex;
}
@media (max-width: 1023px) {
  .main-nav .container .menu {
    display: none;
  }
}
.main-nav .container .menu .navigation {
  display: flex;
}
@media (max-width: 1023px) {
  .main-nav .container .menu .navigation {
    position: absolute;
    display: none;
    margin: 0;
    width: 100%;
    top: 90px;
    left: 0;
  }
}
.main-nav .container .menu .navigation .links {
  flex: 1 1 auto;
}
.main-nav .container .menu .navigation .contact {
  position: absolute;
  right: 20px;
  top: 0;
}
@media (min-width: 1380px) {
  .main-nav .container .menu .navigation .contact {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .main-nav .container .menu .navigation .contact {
    position: relative;
    right: inherit;
  }
}
.main-nav .container .menu ul {
  list-style-type: none;
  display: flex;
}
@media (max-width: 1023px) {
  .main-nav .container .menu ul {
    flex-direction: column;
    flex: 0 1 auto;
  }
}
.main-nav .container .menu ul li {
  display: inline-block;
  margin-right: 40px;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 87px;
}
.main-nav .container .menu ul li:last-of-type {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .main-nav .container .menu ul li {
    border-bottom: solid 1px #eee;
    margin: 0;
    padding: 0;
    background-color: white;
    width: 100%;
  }
}
.main-nav .container .menu ul li.current-menu-item {
  border-bottom: solid 3px #072236;
}
.main-nav .container .menu ul li.current_page_item a {
  color: #072236;
}
.main-nav .container .menu ul li a {
  display: block;
  color: #072236;
}
.main-nav .container .menu ul li a:hover {
  color: #072236;
}
@media (max-width: 1023px) {
  .main-nav .container .menu ul li a {
    display: block;
    color: #072236;
    padding: 0 20px;
    margin: 0;
    width: 100%;
  }
  .main-nav .container .menu ul li a:hover {
    color: #072236;
  }
  .main-nav .container .menu ul li a:active {
    -webkit-tap-highlight-color: transparent;
  }
}
.main-nav .container .menu ul .current_page_item a {
  color: red;
}
.main-nav .container .show-menu {
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: none;
  width: 90px;
  height: 90px;
  cursor: pointer;
  background-image: url("../img/menu-24px.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1023px) {
  .main-nav .container .show-menu {
    display: block;
  }
}
.main-nav .container input[type=checkbox] {
  display: none;
}
.main-nav .container input[type=checkbox]:checked + #menu {
  display: block;
}
.main-nav .container input[type=checkbox]:checked + #menu .navigation {
  display: block;
}

.home-hero .content {
  max-width: 500px;
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .home-hero .content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home-hero .content {
    padding: 40px 0;
  }
}
.home-hero h1 {
  font-size: 0.875rem;
  color: #0862B2;
  line-height: 1rem;
  margin: 0;
}
.home-hero h2 {
  margin: 20px 0;
}
.home-hero-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 550px;
}
@media (max-width: 767px) {
  .home-hero-image {
    height: 320px;
  }
}
.home-snapshot {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .home-snapshot {
    flex-direction: column;
    flex: 0 1 auto !important;
  }
}
.home-snapshot article {
  width: 32%;
  padding-bottom: 40px;
  border-bottom: solid 1px #DADCE0;
  margin-right: 1%;
}
.home-snapshot article:nth-child(n+4) {
  padding-top: 60px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .home-snapshot article:nth-child(n+4) {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .home-snapshot article {
    width: 49%;
    padding-top: 60px;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .home-snapshot article {
    width: 100%;
    padding-top: 0;
  }
}
.home-snapshot article h3 {
  margin: 0;
}
@media (max-width: 767px) {
  .home-snapshot article h3 {
    font-size: 3rem;
  }
}
.home-snapshot article h4 {
  margin: 20px 0;
}
.home-snapshot article a {
  color: #0862B2;
  border-bottom: 1px solid #0862B2;
  padding-bottom: 5px;
  margin-top: 10px;
  display: inline-block;
  font-size: 0.875rem;
}
.home-team .team-intro {
  max-width: 500px;
  position: absolute;
}
@media (max-width: 767px) {
  .home-team .team-intro {
    position: relative;
    padding-bottom: 50px;
  }
}
.home-team .team-members {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  height: 900px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .home-team .team-members {
    flex-direction: column;
    height: auto;
  }
}
.home-team .team-members article {
  width: 33%;
  padding-right: 20px;
}
.home-team .team-members article:nth-child(1) {
  align-self: flex-end;
}
.home-team .team-members article:nth-child(2) {
  align-self: center;
}
.home-team .team-members article :nth-child(3) {
  align-self: flex-start;
}
.home-team .team-members article img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .home-team .team-members article {
    width: 100%;
  }
}

.hero {
  border-bottom: solid 1px #DADCE0;
  padding: 20px 0 70px 0;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1023px) {
  .hero {
    flex-direction: column;
  }
}
.hero-header {
  flex: 6 0px;
}
.hero-header.contact p {
  color: #072236;
}
.hero-header.contact p strong {
  font-weight: 600;
}
.hero-header h1 {
  margin-bottom: 0;
}
.hero-header p {
  margin-top: 20px;
}
.hero .team-photo img {
  max-width: 100%;
}
.hero-cta {
  flex: 4 4 0px;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 1023px) {
  .hero-cta {
    justify-content: flex-start;
    margin-top: 30px;
    display: block;
  }
}
.hero-cta .button {
  align-self: flex-end;
}

.column-wrap {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: solid 1px #DADCE0;
}
@media (max-width: 1023px) {
  .column-wrap {
    flex-direction: column;
  }
}
.column-wrap.team-border {
  border-bottom: none;
}
.column-wrap.team-border .column-right {
  padding: 0;
}
.column-wrap.team-border:first-of-type .column-right {
  padding-top: 60px;
}
.column-wrap.team-border:last-of-type {
  border-bottom: solid 1px #DADCE0;
  padding-bottom: 60px;
  padding-top: 20px;
}
.column-wrap.no-border {
  border-bottom: none;
}
.column-wrap.no-border .column-left h2 {
  margin-bottom: 0;
}
.column-wrap.no-border .column-left h3 {
  font-size: 1.25rem;
  margin: 60px 0 0 0;
  padding-right: 50px;
  color: #73797F;
}
.column-wrap.no-border .column-right {
  border-bottom: solid 1px #DADCE0;
  padding-bottom: 0;
}
.column-wrap.last {
  border-bottom: solid 1px #DADCE0;
}
.column-wrap.last .column-right {
  border-bottom: none;
}
.column-left {
  flex: 3 0 0px;
}
.column-left h2 {
  margin: 60px 0;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .column-left h2 {
    margin: 30px 0 0 0;
    padding-right: 0;
  }
}
.column-right {
  flex: 10 10 0px;
  padding: 60px 0;
  font-size: 1.063rem;
  line-height: 2rem;
}
@media (max-width: 1023px) {
  .column-right {
    padding: 30px 0;
    flex: 0 1 auto;
  }
}
.column-right .h4-heading {
  margin: 20px 0 10px;
}
@media (max-width: 1023px) {
  .column-right ul {
    padding-left: 20px;
  }
}
.column-right ul li {
  margin-bottom: 10px;
}
.column-right ul li ul {
  margin-left: 20px;
  margin-top: 10px;
}
.column-right.project-info .project-info-row {
  display: flex;
  margin-bottom: 20px;
}
.column-right.project-info .project-info-row .left {
  flex: 4 0 0px;
}
.column-right.project-info .project-info-row .right {
  flex: 6 0 0px;
}
.column-right.featured {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .column-right.featured {
    flex-direction: column;
    flex: 0 1 auto;
  }
}
.column-right.featured article {
  width: 32%;
  margin-right: 1%;
}
.column-right.featured article img {
  max-width: 100%;
  width: 100%;
}
.column-right.featured article .type {
  color: #0862B2;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 20px 0 10px 0;
}
@media (max-width: 480px) {
  .column-right.featured article {
    width: 100%;
  }
}
.column-right.team {
  display: flex;
  flex-flow: wrap;
  align-content: space-between;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .column-right.team {
    flex-direction: column;
  }
}
.column-right.team.show-3 article:nth-child(n+4) {
  display: none;
}
.column-right.team.research-team article {
  padding-top: 0;
}
.column-right.team.research-team article h3 {
  font-size: 1.375rem;
}
.column-right.team article {
  width: 33.3%;
  padding-bottom: 40px;
  padding: 10px;
}
@media (max-width: 767px) {
  .column-right.team article {
    width: 100%;
    padding-right: 0;
  }
}
.column-right.team article a {
  display: block;
}
.column-right.team article h3 {
  font-size: 1.5rem;
}
.column-right.team article p {
  font-size: 0.875rem;
}
.column-right.team article img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}
.column-right.partners {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .column-right.partners {
    flex-direction: column;
  }
}
.column-right.partners article {
  width: 33%;
  padding-bottom: 40px;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .column-right.partners article {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .column-right.partners article {
    width: 100%;
    padding-right: 0;
  }
}
.column-right.partners article a {
  display: block;
}
.column-right.partners article img {
  max-width: 100%;
  margin-bottom: 20px;
}
.column-right.list .project_status {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(8, 98, 178, 0.15);
  padding: 0 20px;
  border-radius: 90px;
  color: #0862B2;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
}
@media (max-width: 1023px) {
  .column-right.list .project_status {
    position: relative;
    margin-bottom: 20px;
  }
}
.column-right.list .project_status.completed {
  background-color: rgba(144, 138, 126, 0.15);
  color: #908A7E;
}
.column-right.list article {
  border-bottom: solid 1px #DADCE0;
  padding: 40px 0;
  padding-right: 20%;
  position: relative;
}
@media (max-width: 1023px) {
  .column-right.list article {
    padding-right: 0;
  }
}
.column-right.list article:nth-of-type(n+2) .project_status {
  top: 40px;
}
@media (max-width: 1023px) {
  .column-right.list article:nth-of-type(n+2) .project_status {
    top: 0;
  }
}
.column-right.list article h3:hover svg {
  transform: translateX(5px);
}
.column-right.list article h3 svg {
  position: relative;
  top: 4px;
  margin-left: 10px;
  transition: transform 0.2s;
}
.column-right.list article h4:hover svg {
  transform: translateX(5px);
}
.column-right.list article h4 svg {
  position: relative;
  top: 3px;
  margin-left: 10px;
  transition: transform 0.2s;
}
.column-right.list article:first-of-type {
  padding-top: 0;
}
.column-right.list article:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.publications article {
  padding: 40px 0;
  border-bottom: solid 1px #DADCE0;
}
.publications article a {
  color: #0862B2;
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
}
.publications article a:hover svg {
  transform: translateX(5px);
}
.publications article a svg {
  margin-left: 10px;
  position: relative;
  top: 5px;
  transition: transform 0.2s;
}
.publications article:first-child {
  padding-top: 0;
}
.publications article:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.research-overview {
  padding: 40px 0 40px 0;
}
.research-overview img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

footer {
  background-color: #072236;
  color: white;
  margin-top: auto;
}
footer h3 {
  color: white;
  margin-bottom: 20px;
}
footer h4 {
  color: white;
  font-size: 1.125rem;
}
footer p {
  color: white;
  font-size: 1rem;
}
footer ul {
  list-style-type: none;
}
footer .donate a {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  opacity: 1;
  display: inline-block;
}
footer a {
  color: white;
  font-weight: 300;
  opacity: 0.8;
}
footer a:hover {
  opacity: 1;
}
footer section {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 50px 0;
}
footer section:last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  footer section {
    flex-direction: column;
  }
}
footer section div {
  width: 50%;
}
@media (max-width: 767px) {
  footer section div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer section div.contact {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  footer section div.logos {
    margin-bottom: 50px;
  }
}
footer section div.logos ul li {
  margin-bottom: 30px;
}
footer section div.logos ul li:last-of-type {
  margin-bottom: 0;
}
footer section div.links {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
footer section div.links ul {
  width: 50%;
}
footer section div.links ul:nth-child(2) {
  padding-top: 40px;
}
footer section div.links ul li {
  line-height: 40px;
}
@media (max-width: 767px) {
  footer section div.copyright-links {
    text-align: center;
  }
}
footer section div.copyright-links ul li {
  display: inline-block;
  margin-right: 20px;
}
footer section div.copyright-text {
  text-align: right;
}
footer section div.copyright-text a {
  opacity: 1;
}
footer section div.copyright-text a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer section div.copyright-text {
    text-align: center;
  }
}

.education-apply {
  margin-top: 50px;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}
.modal-content {
  max-width: 540px;
  position: absolute;
  padding: 50px;
  border-radius: 10px;
  background-color: white;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 30px 15px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    height: 100%;
  }
}
.modal-content h3 {
  margin-bottom: 30px;
  font-size: 2rem;
  padding-right: 50px;
}
.modal-content .close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-content .close {
    top: 40px;
    right: 40px;
  }
}
.modal-content form .ajax-loader {
  display: none !important;
}
.modal-content form input, .modal-content form textarea, .modal-content form select {
  margin: 10px 0;
  width: 100%;
  font-family: 'Inter', sans-serif;
}
.modal-content form textarea, .modal-content form input {
  transition: all 0.2s ease;
  width: 100%;
  height: 70px;
  border-radius: 3px;
  padding: 20px;
  font-size: 1em;
  color: #071526;
  background-color: #EFF1F3;
  border: none;
}
.modal-content form textarea:focus, .modal-content form input:focus {
  border-color: #072236;
}
.modal-content form select {
  transition: all 0.2s ease;
  width: 100%;
  height: 70px;
  border: solid 1px #e7e7e7;
  border-radius: 3px;
  padding: 15px;
  font-size: 1em;
  color: #072236;
  background-color: white;
  padding-left: 15px;
}
.modal-content form textarea {
  max-width: 100%;
  min-height: 100px;
  max-height: 150px;
  padding: 20px;
}
.modal-content form .wpcf7-submit {
  border: none;
  padding: 20px 30px;
  font-size: 0.889em;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  background-color: #072236;
  color: white;
  border-radius: 90px;
  -webkit-appearance: none;
}

.research-framework-image {
  background-color: #EFF1F3;
  text-align: center;
  padding: 50px;
}
@media (max-width: 767px) {
  .research-framework-image {
    padding: 30px 20px;
  }
}
.research-framework-image img {
  max-width: 100%;
}

.about-team {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-team {
    flex-direction: column;
    flex: 0 1 auto;
  }
}
.about-team article {
  width: 31%;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .about-team article {
    width: 100%;
  }
}
.about-team article a {
  display: block;
}
.about-team article img {
  max-width: 100%;
  width: 100%;
}

.team-about p:first-of-type {
  font-size: 1.375rem;
  font-weight: 500;
  color: #071526;
  line-height: 2.375rem;
}
@media (max-width: 1023px) {
  .team-about p:first-of-type {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.team-accreditations {
  padding-right: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .team-accreditations {
    padding-right: 0;
  }
}
.team-accreditations h1 {
  margin-bottom: 20px;
}
.team-accreditations p {
  margin: 0 0 10px 0;
  color: #071526;
}
.team-accreditations .google-scholar {
  margin-top: 20px;
  display: inline-block;
}

.content {
  padding-bottom: 100px;
}
.content ul, .content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content h2 {
  margin-bottom: 20px;
}
