/* --- Memorial Parks Template SCSS --- */
/* --- Variables --- */
/* --- Mixins --- */
/* --- Base --- */
html, body {
  color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: black;
}

.full-height {
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.half-height {
  height: 50%;
}

.col-0-gutter {
  padding-left: 0;
  padding-right: 0;
}

.bottom-padded {
  padding-bottom: 40px;
}

h3 {
  font-size: 26px;
}

.table-holder {
  display: table;
  width: 100%;
  height: 100%;
}

.table-holder-match {
  display: table;
}

.table-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.table-inner-bottom {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 150px;
}

.full-background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-size: cover;
}

.half-background-right {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-size: 50% 100%;
}

.half-background-left {
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-size: 50% 100%;
}

div#mod-custom92, div#mod-custom93, div#mod-custom94, div#mod-custom95, div#mod-custom96, div#mod-custom97, div#mod-custom123, div#mod-custom124, div.com-content-article__body {
  height: 100%;
}

div.social-header {
  position: absolute;
  z-index: 110;
  top: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid white;
}
div.social-header div.social-header-holder, div.social-header div.privacy-disclaimer {
  display: table;
  margin: 0 auto;
}
div.social-header a, div.social-header p {
  padding: 7px 8px;
  display: table-cell;
}
div.social-header a img, div.social-header p img {
  margin-top: -2px;
  margin-right: 5px;
}

nav#navigation {
  position: absolute;
  top: 43px;
  width: 100%;
  z-index: 110;
}
nav#navigation div.navbar-header {
  float: none;
  display: block;
}
nav#navigation div.navbar-header a.navbar-brand {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  text-align: center;
  margin-left: 10px;
}
nav#navigation div.navbar-header a.navbar-brand img {
  margin: 20px 0;
}
nav#navigation ul.nav li {
  float: none;
  display: inline-block;
}
nav#navigation ul.nav li a {
  color: white;
  font-weight: 600;
}
nav#navigation ul.nav li a:hover, nav#navigation ul.nav li a:focus {
  background-color: #BB9558;
}
nav#navigation .navbar-nav {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
nav#navigation .navbar-nav li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

nav#navigation.shrink-nav {
  top: 0;
  background: url("../images/menu-bg.png") repeat;
}
nav#navigation.shrink-nav .navbar-nav {
  margin: 10px 0;
}
nav#navigation.shrink-nav div.navbar-header {
  float: left;
}

nav#navigation.shrink-nav div.navbar-header {
  display: inline-block;
}

nav#navigation.shrink-nav .navbar-collapse.collapse {
  display: inline-block !important;
  float: right;
}

nav#navigation.shrink-nav div.navbar-header a.navbar-brand {
  text-align: left;
}
nav#navigation.shrink-nav div.navbar-header a.navbar-brand img {
  transition: all, 0.5s;
  width: 80px;
  margin: 5px 0;
}

div.item-page {
  height: inherit;
}

div.introduction {
  height: 100%;
}
div.introduction p {
  font-size: 16px;
}
div.introduction div.table-inner {
  padding-top: 200px;
  padding-bottom: 80px;
}

h1 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
}

h2 {
  font-size: 30px;
  font-weight: 500;
  color: #C4C5C5;
  text-transform: uppercase;
}

h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
}

#landing-video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

div.overview p {
  font-size: 16px;
}

div.overview-background {
  background-color: #696B6A;
  background-image: url("../images/overview-background.png");
}

div.project-life-cycle-and-risk {
  height: 100%;
}

div.esg-section {
  height: 100%;
}
div.esg-section p {
  font-size: 16px;
}

div.esg-background {
  background-image: url("../images/esg-background.png");
}
div.esg-background a {
  background-color: #6D9142;
  border-color: #6D9142;
  margin: 20px 10px 0 10px;
}

div.investment-proposition {
  background: #E2E2E2;
}
div.investment-proposition h2 {
  color: #909090;
}
div.investment-proposition h3 {
  color: black;
}
div.investment-proposition div.table-holder-width {
  display: table;
  padding: 0 80px;
  width: 100%;
  border-top: 2px solid #BB9558;
  border-bottom: 2px solid #BB9558;
}
div.investment-proposition div.table-holder-width div.table-row {
  display: table-row;
}
div.investment-proposition div.table-holder-width div.table-row div.table-cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #444E51;
  padding: 25px;
  border: 1px solid white;
}

div.investment-opportunities {
  min-height: 100%;
}
div.investment-opportunities div.investment-opportunities-background {
  background-image: url("../images/investment-opportunities.png");
  background-color: #706F6F;
}
div.investment-opportunities .panel-default > .panel-heading + .panel-collapse > .panel-body {
  background: #5D6567;
  text-align: left;
}
div.investment-opportunities .panel-default > .panel-heading + .panel-collapse > .panel-body a {
  width: 100%;
  margin-bottom: 5px;
}
div.investment-opportunities .panel-default > .panel-heading + .panel-collapse > .panel-body a.pe-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 100%;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 15px 15px 89px;
  background: url("../images/gaia-pe-btn.jpg") left center no-repeat #b8955f;
}

a div.more-less {
  position: absolute;
  right: 25px;
  padding: 0px 5px 3px 5px;
  color: #878A89;
  float: right;
  border: 1px solid #878A89;
  font-size: 15px;
  margin-top: -3px;
}
a div.more-less img {
  transform: rotate(45deg);
  transition: all, 0.3s;
}

a.collapsed div.more-less img {
  transform: rotate(0deg);
}

div.leadership div.leadership-background {
  background-image: url("../images/leadership-background.png");
}
div.leadership a.meet-the-team-btn {
  margin: 40px 0 20px 0;
}
div.leadership div.table-holder-expand {
  display: table;
  width: 100%;
  min-height: 100%;
  height: auto;
}

div.meet-the-team {
  background: white;
  position: relative;
}
div.meet-the-team div.directors-table {
  display: table;
  width: auto;
  margin: 0 auto;
}
div.meet-the-team div.directors-table div.directors-row {
  display: table-row;
}
div.meet-the-team div.directors-table div.directors-row div.directors-cell {
  display: table-cell;
  padding: 0 15px;
}
div.meet-the-team h4.team-heading {
  display: block;
  width: 100%;
  padding: 7px 15px;
  margin: 5px 15px 20px 15px;
  background: white;
}
div.meet-the-team h4.back-staff {
  background: #BB9558;
}
div.meet-the-team h4.management {
  background: #696B6A;
}
div.meet-the-team h4.founders {
  background: #ebebeb;
  color: #696B6A;
}
div.meet-the-team div.white-bios {
  padding: 60px 0;
}
div.meet-the-team a.bio-button {
  display: block;
  color: black;
  margin-bottom: 15px;
  cursor: pointer;
}
div.meet-the-team a.bio-button span {
  display: block;
  padding: 10px 15px;
  border: 1px solid black;
  text-align: center;
}
div.meet-the-team a.bio-button:hover {
  color: #ffffff;
  background: black;
  text-decoration: none;
}
div.meet-the-team a.bio-button:hover img {
  opacity: 0.75;
}

div.modal {
  position: absolute;
  padding: 0 !important;
  text-align: center;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

div.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 750px;
}

.modal-content h4 {
  color: black;
  font-size: 18px;
}
.modal-content h5 {
  font-style: italic;
  font-size: 14px;
  color: #706F6F;
}
.modal-content p {
  font-size: 14px;
  color: #706F6F;
}

div.value-creation img {
  margin: 40px 0 0 0;
}
div.value-creation div.grey-section {
  width: 100%;
  padding: 140px 0 100px 0;
  background: #E2E2E2;
  color: #706F6F;
  font-size: 16px;
}
div.value-creation div.grey-section h2 {
  color: #6f6f6e;
}
div.value-creation div.white-section {
  width: 100%;
  padding: 60px;
  background: white;
}

div.in-the-news-background {
  background-image: url("../images/news-background.png");
}
div.in-the-news-background div.panel-heading {
  background: #009990;
  border-color: #009990;
}
div.in-the-news-background div.panel-default {
  border-color: #009990;
}
div.in-the-news-background a div.more-less {
  border-color: white;
}
div.in-the-news-background div.panel-body p {
  margin: 0;
  text-align: left;
}

footer {
  padding: 40px;
}

div.social-header-footer {
  display: block;
  width: 100%;
  padding: 3px 20px;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}
div.social-header-footer div.social-header-holder, div.social-header-footer div.privacy-disclaimer {
  display: table;
  margin: 0 auto 5px auto;
}
div.social-header-footer a, div.social-header-footer p {
  padding: 7px 8px;
  display: table-cell;
}
div.social-header-footer a img, div.social-header-footer p img {
  margin-top: -2px;
  margin-right: 5px;
}

/*----------Responsive 1200px --------------------------------------------------------------------------------------------*/
/*----------Responsive 992 to 1200px ---------------------------------------------------------------------------------------------*/
/*----------Responsive 768 to 991px ----------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  nav#navigation ul.nav {
    padding-top: 10px;
  }
  nav#navigation ul.nav li a {
    padding: 7px 9px;
  }
  nav#navigation div.navbar-collapse {
    float: right;
  }
  nav#navigation.shrink-nav {
    position: fixed;
  }
  div.introduction div.table-inner {
    padding-bottom: 0px;
  }
  div.investment-proposition div.table-holder-width {
    padding: 0;
  }
  div.investment-opportunities {
    min-height: inherit;
    height: auto;
    padding: 20% 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: absolute;
    background-size: cover;
    background-image: url("../images/investment-opportunities.png");
  }
  div.investment-opportunities div.investment-opportunities-background {
    background: none;
  }
  div.modal-dialog {
    width: 600px;
  }
  div.value-creation {
    margin-bottom: 40px;
  }
  div.value-creation img {
    margin: 40px 0 0 0;
  }
  div.value-creation div.grey-section {
    width: 100%;
    padding: 140px 0 40px 0;
    background: #E2E2E2;
    color: #706F6F;
    font-size: 16px;
  }
  div.value-creation div.white-section {
    width: 100%;
    padding: 60px;
    background: white;
  }
  footer {
    padding: 25px 0;
  }
  div.social-header {
    padding: 3px 0;
  }
  #landing-video {
    margin: 0 0 0 -18px;
  }
  div.meet-the-team {
    padding: 100px 0;
  }
  div.modal {
    position: fixed;
    padding: 0 !important;
    text-align: center;
  }
  .modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
  }
  div.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 80%;
  }
}
/*----------Responsive 0 to 768px ----------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  div[style] {
    height: auto !important;
  }
  div.table-inner-bottom {
    min-height: 100%;
    padding: 65% 0 35% 0;
  }
  div.overview-background, div.leadership-background {
    padding: 90px 0;
  }
  div.introduction div.table-inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  div.esg-section {
    padding: 80px 0;
  }
  div.investment-proposition {
    padding: 90px 0;
  }
  footer {
    padding: 40px 15px;
  }
  footer div.privacy-disclaimer {
    display: block;
  }
  footer div.privacy-disclaimer a.privacy {
    display: block;
  }
  footer div.privacy-disclaimer p {
    display: none;
  }
  div.social-header {
    z-index: 2100;
  }
  nav#navigation {
    position: absolute;
    top: 46px;
    width: 100%;
    z-index: 110;
    background: url("../images/menu-bg.png") repeat;
  }
  nav#navigation .navbar-nav {
    width: auto;
    flex-direction: column;
  }
  nav#navigation div.navbar-header {
    width: 100%;
  }
  nav#navigation div.navbar-header a.navbar-brand {
    display: block;
    width: 125px;
    height: auto;
    float: none;
    text-align: left;
  }
  nav#navigation div.navbar-header a.navbar-brand img {
    transition: all, 0.5s;
    width: 100px;
    margin: 5px 0;
  }
  nav#navigation ul.nav li {
    float: none;
    display: inline-block;
    width: 100%;
  }
  nav#navigation ul.nav li a {
    color: white;
    font-weight: 600;
  }
  nav#navigation ul.nav li a:hover, nav#navigation ul.nav li a:focus {
    background-color: #BB9558;
  }
  nav#navigation .navbar-toggle {
    display: inline-block;
    margin-top: 25px;
    margin-right: 15px;
  }
  nav#navigation .navbar-collapse {
    padding: 0;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }
  nav#navigation .navbar-collapse.in {
    display: inline-block !important;
    width: 100%;
  }
  nav#navigation.shrink-nav {
    position: fixed !important;
  }
  nav#navigation.shrink-nav div.navbar-header {
    display: inherit;
  }
  nav#navigation.shrink-nav .navbar-collapse.collapse {
    display: none !important;
  }
  nav#navigation.shrink-nav .navbar-collapse.collapse.in {
    display: block !important;
  }
  nav#navigation.shrink-nav div.navbar-header a.navbar-brand {
    text-align: left;
  }
  nav#navigation.shrink-nav div.navbar-header a.navbar-brand img {
    transition: all, 0.5s;
    width: 100px;
    margin: 5px 0;
  }
  .table-inner-bottom {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 80px;
  }
  div.overview p {
    margin-bottom: 20px;
  }
  div.investment-opportunities {
    min-height: inherit;
    height: auto;
    padding: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: absolute;
    background-size: cover;
    background-image: url("../images/investment-opportunities.png");
  }
  div.investment-opportunities div.investment-opportunities-background {
    background: none;
    padding: 80px 0;
  }
  .btn-primary {
    margin-top: 10px;
  }
  .responsive-graph {
    display: block;
    width: 100%;
    height: 366px;
    overflow-x: scroll;
  }
  .responsive-graph -webkit-scrollbar,
  .responsive-graph -webkit-scrollbar-track {
    display: block !important;
  }
  .responsive-graph img {
    width: auto;
    display: block;
  }
  .responsive-graph-2 {
    display: block;
    width: 100%;
    height: 536px;
    overflow-x: scroll;
  }
  .responsive-graph-2 -webkit-scrollbar,
  .responsive-graph-2 -webkit-scrollbar-track {
    display: block !important;
  }
  div.investment-proposition div.table-holder-width {
    display: block;
    padding: 0;
    width: 100%;
    border-top: 2px solid #BB9558;
    border-bottom: 2px solid #BB9558;
  }
  div.investment-proposition div.table-holder-width div.table-row {
    display: block;
  }
  div.investment-proposition div.table-holder-width div.table-row div.table-cell {
    display: block;
    padding: 15px;
  }
  div.meet-the-team {
    padding: 60px 0;
  }
  div.meet-the-team h4.team-heading {
    margin: 0 0 15px 0;
  }
  div.meet-the-team div.directors-table {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  div.meet-the-team div.directors-table div.directors-row {
    display: block;
  }
  div.meet-the-team div.directors-table div.directors-row div.directors-cell {
    display: block;
    width: 170px;
    margin: 0 auto;
    padding: 0;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
  }
  div.modal {
    position: fixed;
    padding: 0 !important;
    text-align: center;
    display: table;
  }
  .modal:before {
    display: none;
  }
  div.modal-dialog {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  div.project-life-cycle-and-risk {
    padding: 70px 0;
    width: inherit;
  }
  div.project-life-cycle-and-risk div.table-holder {
    display: block;
  }
  div.project-life-cycle-and-risk div.table-inner {
    display: block;
  }
  div.project-life-cycle-and-risk img {
    display: inline-block;
    vertical-align: top;
  }
  a, p {
    display: block;
    text-align: center;
    margin: 0 0 5px 0;
  }
}
div.value-creation img {
  margin: 40px 0 0 0;
}
div.value-creation div.grey-section {
  width: 100%;
  padding: 90px 0;
  background: #E2E2E2;
  color: #706F6F;
  font-size: 16px;
}
div.value-creation #landing-video {
  margin: 0;
  display: none;
  left: -999em;
}
div.value-creation div.introduction {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-size: cover;
  background-image: url("../images/video-holder.png");
}
div.value-creation ::-webkit-scrollbar {
  -webkit-appearance: none;
}
div.value-creation ::-webkit-scrollbar:vertical {
  width: 10px;
}
div.value-creation ::-webkit-scrollbar:horizontal {
  height: 10px;
}
div.value-creation ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  border: 2px solid #eee;
}
div.value-creation ::-webkit-scrollbar-track {
  background-color: #eee;
}/*# sourceMappingURL=style.css.map */