@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Martel:wght@200;300;400;600;700;800;900&display=swap"); */

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /* overflow-x: hidden;  */
}



body {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  color: #454545 !important;
  scroll-behavior: smooth;
  
}

::-moz-selection {
  color: #ffffff;
  background: #2d3b45;
}

::selection {
  color: #ffffff;
  background: #2d3b45;
}

h1 {
  font-family: "new-frank", sans-serif!important;
}

/* FONTS */

@font-face {
  font-family: "New Frank Thin", serif;
  src: url("assets/fonts/New_Frank_Thin.otf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New Frank Light", serif;
  src: url("assets/fonts/New_Frank_Light.otf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New Frank Bold", serif;
  src: url("assets/fonts/New_Frank_Bold.otf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New Frank Medium", serif;
  src: url("assets/fonts/New_Frank_Medium.otf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New Frank Regular", serif;
  src: url("assets/fonts/New_Frank_Regular.otf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


/* New Frank Light
font-family: "new-frank", sans-serif;
font-weight: 300;
font-style: normal;
New Frank Light Italic
font-family: "new-frank", sans-serif;
font-weight: 300;
font-style: italic;
New Frank Regular
font-family: "new-frank", sans-serif;
font-weight: 400;
font-style: normal;
New Frank Regular Italic
font-family: "new-frank", sans-serif;
font-weight: 400;
font-style: italic;
New Frank Medium
font-family: "new-frank", sans-serif;
font-weight: 500;
font-style: normal;
New Frank Medium Italic
font-family: "new-frank", sans-serif;
font-weight: 500;
font-style: italic;
New Frank Bold
font-family: "new-frank", sans-serif;
font-weight: 700;
font-style: normal;
New Frank Bold Italic
font-family: "new-frank", sans-serif;
font-weight: 700;
font-style: italic;
New Frank ExtraBold
font-family: "new-frank", sans-serif;
font-weight: 800;
font-style: normal;
New Frank ExtraBold Italic
font-family: "new-frank", sans-serif;
font-weight: 800;
font-style: italic; */

/* FONTS */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1440px !important;
  }
}

.readmore-desktop {
  display: block;
}

.readmore-mobile {
  display: none;
}

.readmore-mobile a {
  /* color: #fff; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  max-width: 128px;
  height: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.readmore-mobile a:hover { 
  color: #fff;
}
.readmore-mobile img {
  width: 17px;
  height: 16px;
  margin-right: 7px;
}

/* .readmore-mobile a span {
  color: #ffffff;
  font-family: "new-frank", sans-serif;
  font-style: italic;
  font-size: 1.0625em;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
} */

@media only screen and (max-width: 991.98px) {
  .no-padding {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 1199.98px) {
  .readmore-desktop {
    display: none !important;
  }
  .readmore-mobile {
    display: block;
    margin-top: 20px;
  }
}
#logoImg.green path {
  fill: #008566;
}
.navbar.active.white {
  background-color: #ffffff;
}
.menuBtn.act:after {
  color: #008566;
}
/* NAV ICON */
.menuBtn {
  border: 0;
  background-color: transparent;
  position: relative;
}

.menuBtn::after {
  content: 'MENU';
  position: absolute;
  left: -2.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "new-frank", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
  font-weight: 600;
  padding-top: 1px;
}

.menuBtn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menuBtn {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 101;
}

@media only screen and (min-width: 1199.98px) {
  .menuBtn {
    display: none !important;
  }
}

.menuBtn > span {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -8px;
  -webkit-transition: height 100ms;
  transition: height 100ms;
}

.menuBtn > span:after, .menuBtn > span:before {
  content: '';
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.menuBtn > span:after {
  top: -7px;
}

.menuBtn > span:before {
  bottom: -7px;
}

.menuBtn.act > span {
  height: 0;
}

.menuBtn.act > span:after, .menuBtn.act > span:before {
  background-color: #009470;
  top: 1px;
}

.menuBtn.act > span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menuBtn.act > span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* NAV ICON */
/* Header */
.ntma-header-container {
  margin: 0;
  padding: 0;
}

.ntma-header-container .ntma-nav-container {
  position: fixed;
  z-index: 999999;
  width: 100%;
  background: linear-gradient(to right, #008566, #0F4345);
  top: 0;
}

.ntma-header-container .ntma-nav-container .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .ntma-header-container .ntma-nav-container .navbar {
    padding-top: 1.2em;
  }
}

@media only screen and (max-width: 1199.98px) {
  .ntma-header-container .ntma-nav-container .container {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .ntma-header-container .ntma-nav-container .container .row .col-12 .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
  }
  .ntma-header-container .ntma-nav-container .container .row .col-12 .navbar .navbar-brand {
    margin-left: 1em;
  }
  .ntma-header-container .ntma-nav-container .container .row .col-12 .navbar .navbar-toggler {
    margin-right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ntma-header-container .ntma-nav-container .container .row .col-12 .navbar .navbar-toggler .nav-toggle-icon {
    width: 25px;
    height: 25px;
    background-image: url("../images/menu-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
  }
  .ntma-header-container .ntma-nav-container .container .row .col-12 .navbar .navbar-collapse {
    padding-left: 1em;
    padding-right: 1em;
    background: linear-gradient(to right, #12393D, #009470); /* #12393D - #009470 */
    position: absolute;
    width: 100%;
    top: 90px;
  }
}

@media only screen and (max-width: 1199.98px) and (max-width: 452.98px) {
  .ntma-header-container .ntma-nav-container .container .row .col-12 .navbar .navbar-collapse {
    top: 60px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .ntma-header-container .ntma-nav-container .container .row .col-12 .navbar .navbar-collapse .navbar-nav {
    padding: 1em 0;
  }
  .ntma-header-container .ntma-nav-container .container .row .col-12 .navbar .navbar-collapse.collapse.show ~ button .nav-toggle-icon {
    background-image: url("../images/menu-close.png");
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}

@media only screen and (max-width: 452.98px) {
  .ntma-header-container .ntma-nav-container .navbar-brand .ntma-logo-container img {
    max-width: 180px;
  }
}

.ntma-header-container .ntma-nav-container .navbar-toggler {
  padding: 0;
  border: 0;
  font-family: "new-frank", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.0625em;
  font-weight: 700;
  font-style: italic;
}

@media only screen and (min-width: 1200px) {
  .ntma-header-container .ntma-nav-container .navbar-toggler {
    display: none;
  }
}

.ntma-header-container .ntma-nav-container .navbar-toggler:focus {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ntma-header-container .ntma-nav-container .navbar-toggler svg {
  width: 23px;
  height: auto;
  margin-left: 3px;
  margin-top: 1px;
}

.ntma-header-container .ntma-nav-container ul {
  margin: 0 0 0 auto;
}

.ntma-header-container .ntma-nav-container ul.navbar-nav li.nav-item.ntma-hidden {
  display: none;
}

/* .ntma-header-container .ntma-nav-container ul.navbar-nav li.nav-item.active a.ntma-uppercase::before {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 85%;
  height: 6px;
}

.ntma-header-container .ntma-nav-container ul.navbar-nav li.nav-item.active a::before {
  content: '';
  position: absolute;
  bottom: 0;
  background-image: url("../images/underline.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  width: 30px;
  height: 6px;
} */

.ntma-header-container .ntma-nav-container ul.navbar-nav li.nav-item:last-child a::before {
  background-image: none;
}
@media only screen and (max-width: 991.98px) {
  .ntma-header-container .ntma-nav-container ul.navbar-nav li.nav-item.active a::before {
    display: none;
  }
}

.ntma-header-container .ntma-nav-container ul.navbar-nav li.nav-item a {
  color: #fff;
  font-family: "new-frank", sans-serif;
  text-decoration: none;
  font-size: 0.85em;
  font-weight: 500;
  position: relative;
  display: block;
  line-height: 15px;
  border-radius: 25px;
}
.ntma-download-menu {
  margin-left: 30px;
  width: 130px;
}
.ntma-header-container .ntma-nav-container ul.navbar-nav li.nav-item:last-child a {
  color: #008566;

}
.ntma-download-menu a {
  display: block;
  position: relative;
  /* padding: 0.8em 1.5em; */
  color: #008566;
  background-color: #fff!important;
  text-decoration: none;
  max-width: 300px;
  width: 130px;
  font-size: 0.8em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  font-family: "new-frank", sans-serif;
  font-weight: 500;
  padding-left: 2.8em!important;
  line-height: 19px!important;
}
.ntma-download-menu span {
  position: absolute;
  left: 16px;
}
.header-left {
  padding-left: 9%!important;
  padding-top: 12rem;
}
@media  (max-width: 1450px) {
  .header-left {
    padding-left: 30px!important;
  }
  
}
.header-img-right img {
  max-height: 100vh;
}
@media  (max-width: 768px) {
  .header-img-right {
    margin-top: -80px!important;
  }
  .header-img-right img {
    width: 80%!important;
  }
  
  
}
p.subtitle {
  font-size: 1em!important;
  font-weight: 600;
  color: #0F8C6F!important;
  margin-bottom: 0px;
}
ul.quoteIcon li{
  list-style-type: none;
}
ul.quoteIcon li::after{
  content: '';
    position: absolute;
    display: block;
    background-image: url("../images/quoteIcon.svg");
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

     list-style-image: none;
}

ul.triangleIcon li{
  list-style: none;
  position: relative;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif !important;
    font-size: 0.9375em;
    color: #1D1D1B;
}
ul.triangleIcon li::before{
  content: '';
    position: absolute;
    display: block;
    background-image: url("../images/triangleArrow.svg");
    width: 13px;
    height: 15px;
    top: 5px;
    left: -30px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.report-year {
  z-index: 1;
}
.report-year h3 {
  font-size: 13em;
  /* background: linear-gradient(to right, #0F8C6F, #0F8C6F);  */
  /* background-clip: text;
  color: transparent; */
    font-weight: 300;
    color: #0F8C6F; 
  font-family: "new-frank", sans-serif !important;
}

.head-title-subtitle-wrapper .small-heading h2 {
  color: #008566;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0;
}
.head-title-subtitle-wrapper .large-heading h2 {
  color: #008566;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}
@media only screen and (max-width: 1199.98px) {
  .ntma-header-container .ntma-nav-container ul.navbar-nav li.nav-item a {
    font-size: 1.125em;
    font-weight: 500;
    line-height: normal;
    padding: .5em;
  }
  .ntma-header-container .ntma-nav-container ul.navbar-nav li.nav-item a::before {
    display: none;
  }
  .report-year h3 {
    font-size: 7.5em;
    margin-top: 20px;
  }
}

.ntma-header-container .ntma-nav-container ul.navbar-nav li.nav-item a.ntma-uppercase {
}
.show-mobile {
  display: none;
}

@media only screen and (max-width: 1199.98px) {
  .ntma-header-container .ntma-nav-container ul.navbar-nav li.nav-item a br {
    display: none;
  }
  .ntma-download-menu {
    margin-left: 0px;
  }
  .show-mobile {
    display: block;
  }
  .show-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1199.98px) {
  .show-desktop {
  display: block;
}
}

.ntma-header-content a:hover svg rect,
.ntma-download-menu  a:hover svg rect,
.download-full-pdf-container a:hover svg rect {
  fill: #008566!important;
}
.ntma-header-content a:hover svg text tspan,
.ntma-download-menu a:hover svg text tspan,
.download-full-pdf-container a:hover svg text tspan {
  fill: #fff!important;
}


.ntma-header-container .ntma-header-content-container {
  background-image: url("../images/2025/shutterstock_2349360697.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  /* max-height: 870px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.hex-shape {
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


@media(max-width: 1200px) and (min-width: 768px) {
  .hex-shape {
    width: 800px;
  }
}
@media(max-width: 767px) {
  .hex-shape {
    width: 400px;
  }
  .report-year h3 {
    font-size: 5em;
  }
  .header-left {
  padding-top: 5rem;
}
}
/* .hex-shape {
  background-image: url("../images/2025/hex-shape-banner.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 500px;
  min-height: 500px;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} */

@media only screen and (max-width: 767.98px) {
  .ntma-header-container .ntma-header-content-container {
    padding-top: 8em;
    /* background-image: url("../images/banner-mobile.jpg"); */
    /* background:linear-gradient(0deg, rgba(29, 29, 27, 0.5), rgba(29, 29, 27, 0.5)), url("../images/banner-mobile.jpg"); */
    height: auto;
    background-position: center top;
    background-size: cover;
  }
}

@media only screen and (max-width: 452.98px) {
  .ntma-header-container .ntma-header-content-container {
    padding-top: 2em;
    margin-top: 62px;
    min-height: 570px;
    /* max-height: 570px; */
  }
}

.ntma-header-container .ntma-header-content-container .ntma-header-content-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767.98px) {
  .ntma-header-container .ntma-header-content-container .ntma-header-content-wraper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 550.98px) and (min-width: 375px) {
  .ntma-header-container .ntma-header-content-container .ntma-header-content-wraper .ntma-header-content {
    padding-left: 0.5em;
    /* padding-top: 170px; */
  }
}

@media only screen and (max-width: 374.98px) {
  .ntma-header-container .ntma-header-content-container .ntma-header-content-wraper .ntma-header-content {
    padding-left: 0.5em;
  }
}

.ntma-header-container .ntma-header-content-container .ntma-header-content-wraper .ntma-header-content .bold-head {
  color: #0F8C6F;
  font-size: 3em;
  position: relative;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .ntma-header-container .ntma-header-content-container .ntma-header-content-wraper .ntma-header-content .bold-head {
    font-size: 2em;
    letter-spacing: normal;
    line-height: 42px;
  }
  .ntma-header-container .ntma-header-content-container .ntma-header-content-wraper .ntma-header-content .bold-head span {
    font-weight: normal;
  }
}

.ntma-header-container .ntma-header-content-container .ntma-header-content-wraper .ntma-header-content .narrow-head {
  color: #008566;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
  line-height: normal;
}
@media only screen and (max-width: 550.98px) and (min-width: 375px) {
  .ntma-header-container .ntma-header-content-container .ntma-header-content-wraper .ntma-header-content .narrow-head {
    font-size: 0.875em;
    margin-top: 25px;
  }
}

.ntma-header-container .ntma-header-content-container .ntma-header-content-wraper .ntma-header-content a {
   text-decoration: none;
  max-width: 250px;
  font-size: 0.9em;
  font-family: "new-frank", sans-serif;
  font-weight: 500;
  padding-left: 1em;
}

.ntma-header-container .ntma-header-content-container .ntma-header-content-wraper .ntma-header-content a .ntma-download-svg {
  position: absolute;
  left: 1.5em;
}

.ntma-header-container .ntma-header-content-container .ntma-header-content-wraper .ntma-header-content a .ntma-download-svg svg {
  fill: #ffffff;
}

/* Header */
/* Chairperson’s Statement */
.section-grey-bg {
  background-color: #FAFAFA;
}
.ntma-demonstrating-resilience-container {
  position: relative;
}



@media only screen and (max-width: 991.98px) {
  .ntma-demonstrating-resilience-container::before {
    display: none;
  }
}

.ntma-demonstrating-resilience-container .ntma-download-btn-wrapper a {
  max-width: 260px;
}

.ntma-demonstrating-resilience-container .ntma-demonstrating-resilience-wraper {
  padding: 0 0 5rem 0;
  position: relative;
}

@media only screen and (max-width: 1199.98px) {
  .ntma-demonstrating-resilience-container .ntma-demonstrating-resilience-wraper {
    padding: 4em 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .ntma-demonstrating-resilience-container .ntma-demonstrating-resilience-wraper {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.ntma-demonstrating-resilience-container .ntma-page-content-text {
  margin-top: 60px;
}

@media only screen and (max-width: 1199.98px) {
  .ntma-demonstrating-resilience-container .ntma-page-content-text {
    margin-top: 20px;
  }
}

.ntma-demonstrating-resilience-container .ntma-people-container .ntma-people-wrapper .large-heading h1 {
  max-width: 520px;
}

@media only screen and (max-width: 991.98px) {
  .ntma-demonstrating-resilience-container .ntma-people-container .ntma-people-wrapper .large-heading h1 {
    max-width: 330px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .ntma-demonstrating-resilience-container .ntma-people-container .ntma-people-wrapper .large-heading h1 {
    max-width: 100%;
  }
}

/* Chairperson’s Statement */
/* NTMA Peoples */
/* .ntma-people-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  max-width: 250px;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #6D8889;
} */

.ntma-people-container a:hover {
  text-decoration: none !important;
}
.read-more a.grayText:hover {
  color: #6D8889 !important;
  opacity: 0.6;
}

.read-more a.purpleText:hover {
  color: #5C587A !important;
  opacity: 0.6;
}
.read-more a.darkGreenText:hover {
  color: #008566 !important;
  opacity: 0.6;
}
.read-more a.blueText:hover {
  color: #11A7BC !important;
  opacity: 0.6;
}
.read-more a.greenText:hover {
  color: #008566 !important;
  opacity: 0.6;
}
.read-more a.light-blueText:hover {
  color: #2C9FDA !important;
  opacity: 0.6;
}

.ntma-people-container a img {
  width: 35px;
  height: 35px;
  margin-right: 12px;
  margin-left: -0.5em;
}

.ntma-people-container a span {
  font-family: "new-frank", sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  padding-top: 3px;
}

.ntma-people-container .ntma-people-wrapper .small-heading {
  margin-bottom: 35px;
}

.ntma-people-container .ntma-people-wrapper .small-heading h1 {
  font-size: 1.125em;
  font-weight: 900;
  margin-bottom: 15px;
  color: #008566;
}

@media only screen and (max-width: 991.98px) {
  .ntma-people-container .ntma-people-wrapper .small-heading h1 {
    font-size: 0.9375em;
  }
}

.ntma-people-container .ntma-people-wrapper .large-heading {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1199.98px) {
  .ntma-people-container .ntma-people-wrapper .large-heading {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991.98px) {
  .ntma-people-container .ntma-people-wrapper .large-heading {
    margin-bottom: 0;
  }
}

.ntma-people-container .ntma-people-wrapper .large-heading h1 {
  font-size: 2.21875em;
  color: #008566;
  font-weight: 400;
  max-width: 599px;
}

@media only screen and (max-width: 991.98px) {
  .ntma-people-container .ntma-people-wrapper .large-heading h1 {
    font-size: 1.5em;
    max-width: 344px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .ntma-people-container .ntma-people-wrapper .large-heading h1 {
    max-width: 100%;
  }
}

.ntma-people-container .ntma-page-content-text p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.9375em;
  color: #1D1D1B;
}

.ntma-people-container .people-image-wrapper {
  margin-bottom: 15px;
}

.ntma-people-container .people-image-wrapper img {
  width: 100%;
  max-width: 650px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}

@media only screen and (max-width: 1199.98px) {
  .ntma-people-container .people-image-wrapper img {
    max-width: 100%;
    padding-top: 50px;
  }
}

.ntma-people-container .people-details-wrapper {
  position: relative;
}

.ntma-people-container .people-details-wrapper::before {
  display: none;
}

@media only screen and (max-width: 1199.98px) {
  .ntma-people-container .people-details-wrapper {
    text-align: left;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .ntma-people-container .people-details-wrapper {
    text-align: left;
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 50px;
  }
  .ntma-people-container .people-details-wrapper::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("../images/mobile-bg-people.png");
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}

.ntma-people-container .people-details-wrapper h4 {
  font-size: 0.875em;
  color: #1D1D1B;
  font-weight: 700;
  margin-bottom: 0;
}

.ntma-people-container .people-details-wrapper span {
  font-size: 0.875em;
  font-weight: 400;
  color: #1D1D1B;
}

.ntma-people-container .ntma-download-btn-wrapper {
  margin-top: 34px;
}

/* NTMA Peoples */

.people-details-wrapper h2 {
  padding-top: 20px;
  font-size: 1em;
  font-weight: 700;
  color: #1D1D1B;
  margin-bottom: 0;
}

/* NTMA Other Section */
.ntma-other-section .ntma-other-section-wrapper {
  /* padding: 5em 0; */
  position: relative;

}
.grayText {
  color: #6D8889;
}
.purpleText {
  color: #5C587A;
}
.light-blueText {
  color: #2C9FDA;
}
.darkGreenText {
  color: #008566;
}
.greenText {
  color: #4BA74F;
}
.blueText {
  color: #11A7BC;
}
.darkText {
color: #1D1D1B;
min-height: 10px;
}
.black {
  color: #000;
}
@media (max-width: 1199px) {
  .darkText {
    min-height: auto;
  }
}

.grayBG {
  background-color: #6D8889;
}
.purpleBG {
  background-color: #5C587A;
}
.blueBG {
  background-color: #11A7BC;
}
.greenBG {
  background-color: #4BA74F;
}
.darkGreenBG {
  background-color: #008566;
}
.light-blueBG {
  background-color: #2C9FDA;
}
.ntma-funding-debet {
  background-color: rgb(144, 162, 163, 0.1)
}
.ntma-ireland-strategic-investment {
  background-color: rgb(92, 88, 122, 0.1);
}
.ntma-national-developement-finance-agency {
  background-color: rgb(18, 167, 188, 0.1);
}
.ntma-new-era {
  background-color: rgb(75, 167, 79, 0.1);
}
.ntma-state-claim-agency {
  background-color: rgb(44, 159, 218, 0.1);
}

.ntma-other-section .ntma-other-section-wrapper.gray {
  border-top: 1px solid #90A2A3;
}
.ntma-other-section .ntma-other-section-wrapper.purple {
  border-top: 1px solid #5C587A;
}
.ntma-other-section .ntma-other-section-wrapper.light-blue {
  border-top: 1px solid #12A7BC;
}
.ntma-other-section .ntma-other-section-wrapper.green {
  border-top: 1px solid #4BA74F;
}
.ntma-other-section .ntma-other-section-wrapper.blue {
  border-top: 1px solid #2C9FDA;
}
.footnote-wrapper.green {
  border-top: 1px solid #4BA74F;
}
.footnote-wrapper.blue {
  border-top: 1px solid #2C9FDA;
}
.footnote-wrapper.green li,
.footnote-wrapper.blue li {
  color: #1D1D1B;
}
.footnote-wrapper .footnote {
  font-size: 12px;
  margin-top: 7px;
  padding-left: 15px;
}
@media only screen and (max-width: 1199px) {
  .footnote-wrapper.green, .footnote-wrapper.blue {
    margin-top: 20px
  }

  
}
@media only screen and (max-width: 991.98px) {
  .ntma-other-section .ntma-other-section-wrapper {
    padding: 0 0 1em 0;
  }
}
.ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-heading.topBorder-gray {
  /* border-top: 1px solid #90A2A3; */
}
.ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-heading {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
}


@media only screen and (max-width: 991.98px) {
  .ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-heading {
    margin-bottom: 00px;
    padding-left: 0;
    padding-right: 0;
  }
}

.ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-heading .ntma-other-section-logo {
  width: 86px;
  height: 86px;
}

.ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-heading .ntma-other-section-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.ntma-other-section-title svg {
  margin-top: 30px;
}
.ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-heading .ntma-other-section-title {
  padding-top: 10px;
}

.ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-heading .ntma-other-section-title h3 {
  font-size: 2.3em;
  font-weight: 400;
  margin: 0;
  line-height: 48px;
  letter-spacing: normal;
}
.ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-heading .ntma-other-section-title h4 {
    font-size: 1.3em;
    font-weight:500;
    margin-bottom: 30px;
    line-height: 1.3;
    padding-top: 20px;

}

@media only screen and (max-width: 991.98px) {
  .ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-heading .ntma-other-section-title h3 {
    font-size: 1.45625em;
    line-height: 33px;
  }
  .ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-heading .ntma-other-section-title h4 {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.3;
    padding-top: 20px;
    margin-bottom: 0;
}
}

.ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-image {
  max-width: 570px;
}

@media only screen and (max-width: 991.98px) {
  .ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-image {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-image {
    max-width: 100%;
    margin-bottom: 0px;
  }
}

.ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-image img {
  width: 100%;
  height: auto;
}
.ntma-funding-debet .ntms-other-section-right-card .read-more a {
  background-color: #6D8889;
}

.read-more a {
  font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  max-width: 148px;
  height: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 25px;
}
.read-more .gray span {
  color: red;
  text-decoration: none;
}



.read-more img {
  width: 19px;
  height: 16px;
  margin-right: 7px;
}
.ntma-other-section .ntma-other-section-wrapper .ntms-other-section-right-card .ntma-other-section-rate-title {
  margin-bottom: 16px;
}

.ntma-other-section .ntma-other-section-wrapper .ntms-other-section-right-card .ntma-other-section-rate-title h3 {
  font-size: 2.26875em;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 20px;
}

@media only screen and (max-width: 991.98px) {
  .ntma-other-section .ntma-other-section-wrapper .ntms-other-section-right-card .ntma-other-section-rate-title h3 {
    font-size: 3em;
  }
}

.ntma-other-section .ntma-other-section-wrapper .ntms-other-section-right-card .ntma-other-section-rate-title span {
  font-size: 1.1em;
  font-weight: 500;
  display: block;
  height: 35px;
  margin-top: 30px;
  line-height: 1;
}


@media only screen and (max-width: 991.98px) {
  .ntma-other-section .ntma-other-section-wrapper .ntms-other-section-right-card .ntma-other-section-rate-title span {
    font-size: 1.0625em;
    line-height: 1.1em;
  }
  .ntma-other-section .ntma-other-section-wrapper .ntms-other-section-right-card .ntma-other-section-rate-title {
    margin-bottom: 0;
  }
}

.ntma-other-section .ntma-other-section-wrapper .ntms-other-section-right-card .ntma-other-section-rate-content p {
  font-size: 0.9375em;
  color: #1D1D1B;
}

.ntma-other-section.ntma-ireland-strategic {
  background-color: #ffffff;
}

.ntma-other-section.ntma-ireland-strategic .ntma-other-section-wrapper .ntma-other-section-left-heading .ntma-other-section-title h3 {
  color: #9483ac;
}

.ntma-other-section.ntma-ireland-strategic .ntma-other-section-wrapper .readmore-mobile a {
  background-color: #9483ac;
}

@media only screen and (min-width: 992px) {
  .ntma-other-section.ntma-ireland-strategic .ntms-other-section-right-card .ntma-other-section-rate-title {
    margin-bottom: 16px !important;
  }
}

.ntma-other-section.ntma-ireland-strategic .ntms-other-section-right-card .ntma-other-section-rate-title h3 {
  color: #9483ac;
}

.ntma-other-section.ntma-ireland-strategic .ntms-other-section-right-card .ntma-other-section-rate-title span {
  color: #9483ac;
  height: unset;
}

.ntma-other-section.ntma-national-development {
  background-color: #f0fbfc;
}

.ntma-other-section.ntma-national-development .ntma-other-section-wrapper .ntma-other-section-left-heading .ntma-other-section-title h3 {
  color: #2bc3cb;
}

.ntma-other-section.ntma-national-development .ntma-other-section-wrapper .readmore-mobile a {
  background-color: #2bc3cb;
}

@media only screen and (min-width: 992px) {
  .ntma-other-section.ntma-national-development .ntms-other-section-right-card .ntma-other-section-rate-title {
    margin-bottom: 16px !important;
  }
}

.ntma-other-section.ntma-national-development .ntms-other-section-right-card .ntma-other-section-rate-title h3 {
  color: #2bc3cb;
}

.ntma-other-section.ntma-national-development .ntms-other-section-right-card .ntma-other-section-rate-title span {
  color: #2bc3cb;
  height: unset;
}




.ntma-other-section.ntma-new-era .ntma-other-section-wrapper .readmore-mobile a {
  background-color: #52be66;
}

.ntma-other-section.ntma-new-era .ntms-other-section-right-card .ntma-other-section-rate-title h3 {
  color: #52be66;
}

.ntma-other-section.ntma-new-era .ntms-other-section-right-card .ntma-other-section-rate-title span {
  color: #52be66;
}

.ntma-other-section.ntma-state-claims-agency {
  background-color: #f1fafd;
}

.ntma-other-section.ntma-state-claims-agency .ntma-other-section-wrapper .ntma-other-section-left-heading .ntma-other-section-title h3 {
  color: #3ab5e5;
}

.ntma-other-section.ntma-state-claims-agency .ntma-other-section-wrapper .readmore-mobile a {
  background-color: #3ab5e5;
}

.ntma-other-section.ntma-state-claims-agency .ntms-other-section-right-card .ntma-other-section-rate-title h3 {
  color: #3ab5e5;
}

.ntma-other-section.ntma-state-claims-agency .ntms-other-section-right-card .ntma-other-section-rate-title span {
  color: #3ab5e5;
}

/* NTMA Other Section */
/* Download  */
.ntma-download-container {
  background: linear-gradient(to right, #0F4345, #008566);
  position: relative;
}
@media (max-width: 768px) {
  .ntma-download-container {
    background: linear-gradient(to bottom, #0F4345, #008566);
  }
}
.footerBG {
  background-image: url("../images/footer-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;

}
/* 
@media(max-width: 1199px) {
  .footerBG {
    background-image: none;
  }

} */
/* .ntma-download-main-head h4
 {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../images/white-triangle-shape.svg);
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    list-style-image: none;
} */
.textWhiteFooter {
  color: #fff;
}
h3.textWhiteFooter {
  font-family: "new-frank", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

/* .ntma-download-container::before {
  content: '';
  position: absolute;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  right: 0;
  bottom: 0;
  width: 756px;
  height: 100%;
  max-height: 743px;
} */

/* @media only screen and (max-width: 767.98px) {
  .ntma-download-container::before {
    background-image: url("../images/mobile-footer-bg.png");
    height: 361px;
    width: 100%;
  }
} */
.ntma-download-container .ntma-download-wraper {
  padding: 3em 0 3em 0;
} 
 @media only screen and (max-width: 767.98px) {
  .ntma-download-container .ntma-download-wraper {
    padding: 3em 0 3em 0;
  } 
}



/* @media only screen and (min-width: 1200px) {
  .ntma-download-container .ntma-download-wraper .row:nth-child(2) {
    max-width: 1024px;
  }
} */

.ntma-download-container .ntma-download-wraper .ntma-download-main-head h4 {
  font-weight: 500;
  font-size: 1.0625em;
}

@media only screen and (max-width: 767.98px) {
  .ntma-download-container .ntma-download-wraper .ntma-download-main-head h4 {
    margin-bottom: 10px;
  }
}

.ntma-download-container .ntma-download-wraper .ntma-download-main-head h2 {
  font-family: "new-frank", sans-serif !important;
  font-size: 2.375em;
  font-weight: 400;
  margin-top: 1.9em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767.98px) {
  .ntma-download-container .ntma-download-wraper .ntma-download-main-head h2 {
    font-size: 1.75em;
  }
}

.ntma-download-container .ntma-download-wraper .download-content-container {
  margin: 2em 0;
}

@media only screen and (max-width: 767.98px) {
  .ntma-download-container .ntma-download-wraper .download-content-container {
    margin: 1em 0;
  }
}

.ntma-download-container .ntma-download-wraper .download-content-container .download-content-wraper .download-content-sub-head {
  margin-bottom: 1em;
}

.ntma-download-container .ntma-download-wraper .download-content-container .download-content-wraper .download-content-sub-head h4 {
  font-family: "new-frank", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

.ntma-download-container .ntma-download-wraper .download-content-container .download-content-wraper .download-content-data {
  margin-bottom: 1em;
}

.ntma-download-container .ntma-download-wraper .download-content-container .download-content-wraper .download-content-data .content-head {
  display: block;
  font-size: 1em;
  font-weight: 500;
  text-transform: none;
}

.ntma-download-container .ntma-download-wraper .download-content-container .download-content-wraper .download-content-data a.content-link {
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  color: #008566;
}

.ntma-download-container .ntma-download-wraper .download-content-container .download-content-wraper .download-content-data a span {
  font-weight: 600;
}

.ntma-download-container .ntma-download-wraper .download-content-container .download-full-pdf-container .download-full-pdf-image img {
  border: 0;
  width: 260px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
  .ntma-download-container .ntma-download-wraper .download-content-container .download-full-pdf-container .download-full-pdf-image {
    margin-top: 40px;
  }
}

/* .ntma-download-container .ntma-download-wraper .download-content-container .download-full-pdf-container .ntma-download-btn-wrapper a {
  font-family: "new-frank", sans-serif;
  max-width: 245px;
} */

@media only screen and (max-width: 767.98px) {
  .ntma-download-container .ntma-download-wraper .download-content-container .download-full-pdf-container .ntma-download-btn-wrapper a {
    margin-top: 15px;
  }
}

/* Download */
/* Footer */
.ntma-footer {
  background-color: #008566;
  padding: 2em 0;
}

.ntma-footer .ntma-footer-container .ntma-copyright-text {
  color: #ffffff;
  font-size: 0.75em;
}

.ntma-footer .ntma-footer-container .ntma-social-link-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

@media only screen and (max-width: 767.98px) {
  .ntma-footer .ntma-footer-container .ntma-social-link-container ul {
    text-align: left;
    margin-bottom: 1em;
  }
}

.ntma-footer .ntma-footer-container .ntma-social-link-container ul li {
  display: inline-block;
  margin-right: 1em;
}

@media only screen and (max-width: 767.98px) {
  .ntma-footer .ntma-footer-container .ntma-social-link-container ul li {
    text-align: left;
    margin-right: 2.5em;
  }
}

@media only screen and (max-width: 377.98px) and (min-width: 357px) {
  .ntma-footer .ntma-footer-container .ntma-social-link-container ul li {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 357px) {
  .ntma-footer .ntma-footer-container .ntma-social-link-container ul li {
    margin-right: 10px;
  }
}

.ntma-footer .ntma-footer-container .ntma-social-link-container ul li:last-child {
  margin-right: 0;
}

.ntma-footer .ntma-footer-container .ntma-social-link-container ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.75em;
  text-transform: uppercase;
}

.ntma-footer .ntma-footer-container .ntma-social-link-container ul li a svg {
  fill: #ffffff;
  margin-right: 0.3em;
}

.ntma-footer .ntma-footer-container .ntma-social-link-container ul li:last-child a {
  text-transform: unset;
  font-size: 1em;
  font-weight: 700;
}

/* Footer */
/* Scroll Top */
#ndma-scroll-top {
  /* width: 30px;
  height: 30px; */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
 
  cursor: pointer;
  display: none;
}
#ndma-scroll-top:hover {
opacity: 0.7;
}

#ndma-scroll-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ndma-scroll-top a:focus {
  outline: none;
}

#ndma-scroll-top a svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}

/* Scroll Top */
.custom-class-for-margin {
  margin-top: 2em;
}

.ntma-other-section,
.ntma-header-content-container {
  position: relative;
  padding-bottom: 5%;
}

.cutom-offest-scrolling,
#scroll-to-top {
  position: absolute;
  top: -70px;
  width: 100%;
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .ntma-btn-hide-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .ntma-btn-hide-mobile {
    display: none !important;
  }
  .ntma-other-section .ntma-other-section-wrapper .ntma-other-section-left-heading .ntma-other-section-title {
    width: 100%;
    padding: 0;
  }
}

.funding-background::after {
  z-index: -1;
}

.ntma-price-list-data span {
  display: block;
  padding-bottom: 0.7em;
}

.ntma-download-btn-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ntma-download-btn-wrapper a {
  display: block;
  position: relative;
  padding: 0.7em 1em;
  margin-top: 1em;
  text-align: left;
  color: #008566;
  background-color: #fff;
  text-decoration: none;
  border-radius: 25px;;
  max-width: 260px;
  font-size: 0.9375em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  font-family: "new-frank", sans-serif;
  font-weight: 500;
  padding-left: 3.5em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 1199.98px) {
  .ntma-download-btn-wrapper a {
    margin-top: 35px;
  }
}

.ntma-download-btn-wrapper a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #008566;
}

.ntma-download-btn-wrapper a .ntma-download-svg {
  position: absolute;
  left: 1.5em;
}

.ntma-download-btn-wrapper a .ntma-download-svg svg {
  fill: #008566;
}



@media only screen and (max-width: 1199.98px) {
  .navbar-brand {
    z-index: 9;
  }
}

@media only screen and (max-width: 1199.98px) {
  .navbar-collapse {
    z-index: 9;
  }
}

.ntma-menu-hider {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/*# sourceMappingURL=main.css.map */