html, body {
  height:100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(13.6px, 1.5vw, 16px);
  height: -webkit-fill-available;
}

body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  background: #f7f1ed;
  color: #404040;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: -webkit-fill-available;
}

form {
height:100%;
}

article, aside, body,
div, embed,
fieldset, figcaption, figure, footer, form,
header, hgroup, iframe, ins,
nav, object, section,
table, tbody, tfoot, thead, th, tr, tdvideo, tt {
border:0px;
outline: 0px;
margin: 0px;
padding: 0px;
vertical-align: top; 
}

table {
  border-collapse: collapse;
}

table td p, table th p {  font-size: 1rem !important;}

ul {list-style:none;}

header, nav, section, article, aside, footer, div, main {display:block; box-sizing:border-box;}

a img { border:0px; outline: none;}

a { 
color:#404040; 
text-decoration:none; 
border:0px; 
outline:none; 
outline:0px;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
}

button, input, select, select option, textarea { font-family: "proxima-nova",sans-serif;}


b, strong {font-weight:700;}

/* Header */

header .logo img,
nav > ul,
nav > ul > li,
nav > ul > li > a:after,
button,
input[type="submit"],
input[type="button"] {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
cursor:pointer;
}

.mobile_navigation {
  display: none;
}

.user_nav {
padding-left: 33px;
margin:0px;
list-style:none;
position:absolute;
right:0px;
top:72px;
width:100%;
box-sizing:border-box;
background:#d0e9ef;
line-height:16px;
height: 43px;
float: left;
}

.user_nav li {
margin:0px;
list-style:none;
display:inline-block;
color:#04192c;
line-height:43px;
font-size: 14px;
text-transform: uppercase;
padding: 0px 16px 0px 0px;
}

.user_nav li a {color:#404040;}
.user_nav li a:hover {color:black;}

.user_nav li.change_password_link::before {
  content: '|';
  padding: 0 16px;
  color: #000;
}

.user_nav li.logout_link::before {
    content: '|';
    padding-right: 16px;
}

.user_nav .welcome_name {
    font-weight: 700;
}

p {
margin:0px;
padding:0px 0px 29px 0px;
line-height:28.27px;
}

h1, h2, h3, h4, h5 {padding:0px; margin:0px;}

h1 {
font-weight:400;
text-align:center;
line-height:4rem;
margin:0px 0px 40px 0px;
padding:0px;
text-transform:uppercase;
display:block;
}

h1:after {
content:"";
height:2px;
width:74px;
display:block;
margin:0px auto;
background:#404040;
margin-top: 3.8rem;
}

h3 {
font-weight:normal;
margin-bottom:11px;
}

header {
width:100%;
height:72px;
background: white;
position:absolute;
z-index:99;
left:0px;
bottom: 0;
}

header .logo {
  margin-left: 35px;
  width: 191px;
  margin-top: 0px;
  height: 33px;
}

header.affix {position:fixed; top:0px; bottom:auto;}

nav {
  height: 72px;
  max-width: 100%;
  position: absolute;
  width: 100%;
  background: white;
  font-family: "proxima-nova";
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav > ul.main_nav {
  margin: 0;
  padding-right: 23px;
}

nav > ul.main_nav > li {
padding:0px;
list-style:none;
display:inline-block;
}

nav > ul.main_nav > li:first-child {margin:0px;}

nav > ul.main_nav > li > a {
  display: inline-block;
  text-decoration: none;
  padding: 15px 12px;
  text-transform: uppercase;
  color: #404040;
  font-weight: 800;
}

nav > ul.main_nav > li > a:after {
content:"";
width:1px;
height:4px;
background:transparent;
display:inline-block;
left:0px;
bottom:0px;
position:absolute;
}

nav > ul.main_nav > li > a:hover {color:#c2dae8;}
nav > ul.main_nav > li > a.active {color:#c2dae8;}

.main_container {
width:100%;
height: 100%;
margin:0px auto;
box-sizing:border-box;
max-width: 100vw;
}

article {height: 100%;width:100%;}

.sub_page .carousel,
.container {
width:100%;
max-width:1332px;
margin:0px auto;
box-sizing:border-box;
padding: 108px 2rem;
}

.funds .container {
padding:80px 26px 80px 26px;
}

.container h1,
.login_form h1,
.access_box h1 {
  font-size: 6rem;
  font-weight: 600;
}

.container_holder {
  padding: 0;
}

.content_holder {
text-align:center;
max-width:800px;
width:100%;
margin:0px auto;
}

.title_page, .banner {display:none;}

.main_fullpage {
  height:100%;
  width:100%;
  display:table;
  overflow: hidden;
}


.wrapper {
  min-height: calc(100vh - 72px);
}

.wrapper.home > .main_container > .container_section_settings {
  display: table-caption;
}

/*Login*/

.login_page .wrapper {
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.login_page .main_container > .container_section_settings {
  position: absolute;
  top: 99px;
  left: 0px;
}

/*Home page Slideshow*/

.bg_slide1 {
  background: url('../media/intro-background.jpg') no-repeat center center;
  color:#fff;
  background-size:cover;
  -webkit-background-size:cover;
  overflow:auto;
}

.bg_slide2 {
  background: url('../media/intro-background2.jpg') no-repeat center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg_slide3 {
  background: url('../media/intro-background3.jpg') no-repeat center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg_slide4 {
  background: url('../media/intro-background4.jpg') no-repeat center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slideshow_holder div {
    width: 100%;
    height: 100%;
}

.slideshow_holder {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.carousel#homeCarousel {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0;
    z-index: -1;
}

/* Homepage */
.home {height: 100svh;min-height: calc(100svh - env(safe-area-inset-top));}
.home .main_container {height:100%; width:100%;display: table;}
.home .main_container article {height:100%; width:100%; display:table-cell; vertical-align:middle; text-align:center;}

.slideshow_holder .home_content {
  width:100%;
  height:400px;
  width:400px;
  padding: 2.5em;
  background:white;
  color:#ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home_content h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: .3em;
  margin-bottom: .3em;
  border-bottom: 2px solid #404040;
  color: #404040;
  text-align: left;
  line-height: 1;
  letter-spacing: 1px;
}

.home_content h1:after {
  content: none;
}

.home_content p {
  padding:0px;
  text-align:center;
  color: #404040;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  line-height: 24px;
}

/*Philosophy*/

.wrapper.philosophy {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.7s ease;
  position: relative;
  background:#c2dae8;
  color:#404040;
}

.philosophy .main_container > .container_section_settings {
  position: absolute;
  top: 33px;
  left: 0px;
}

.philosophy article .container_section_settings {
  position: absolute;
  top: 91px;
}

/*People*/

.people {
  color: white;
  background: #404040;
}

.people h1:after {
  background: white;
}

.team_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  gap: 3rem;
  padding: 0;
  max-width: 900px;
  margin: auto;
}

.team_list li h3 {
  margin-top: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.team_list li .person_title {
  margin-bottom: 1rem;
  font-style: italic;
  font-size: .8rem;
}

.team_list .person_bio {
  border-top: 1px solid white;
  padding-top: 1rem;
}

.team_list .person_bio p {
  font-size: .9rem;
  line-height: 20px;
}

/*Our Heritage*/
 
.our_heritage {background: #c2dae8;}
.our_heritage article {
  color:#ffffff;
  background: #c2dae8;
  padding: 0 2rem;
}
.our_heritage article .content_holder {max-width:584px;}
.our_heritage article .content_holder p span {font-size: 1rem;}
.our_heritage article .container {padding-bottom: 2rem;}

.our_heritage article .columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 826px;
  margin: auto;
  line-height: 20px;
}

.our_heritage h1 {
  color: #404040;
}

.our_heritage article .columns h3 strong {
  font-weight: 700;
}

.our_heritage article .columns p {
  line-height: 20px;
  font-size: .8rem;
}

.our_heritage article .columns .fourcol.first p {
  margin-top: 14px !important;
}

.our_heritage .title_white_color:after {
  background: #404040;
}

.fourcol.first p {
  margin-top: 32px !important;
}

.fourcol h3 {
  margin: 0;
}

.apply {
  text-align: center;
  margin: 75px auto;
  margin-bottom: 0px;
  border-top: 1px solid #404040;
  height: 10rem;
  max-width: 900px;
  position: relative;
}

.apply a {
  background: #404040;
  padding: 0.6em 1.6em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

/*PRIVACY*/
/*COOKIES POLICY*/
/*TERMS*/

.privacy_page .main_fullpage,
.cookiespolicy_page .main_fullpage {
  background: #c2dae8;
}

.privacy_page .wrapper article,
.cookiespolicy_page .wrapper article,
.terms_page .wrapper article,
.disclaimer_page .main_container {
  max-width: 900px;
  margin: auto;
  padding: 0 2rem;
}


.privacy_page p,
.cookiespolicy_page p,
.terms_page p,
.disclaimer_page p {
  padding: 0;
}

.cookiespolicy_page {
  color: #404040;
}

.cookiespolicy_page table th, 
.cookiespolicy_page table td {
  border:1px solid #404040;
  padding: 8px;
}

.privacy_page .wrapper article h2,
.cookiespolicy_page .wrapper article h2,
.terms_page .wrapper article h2 {
  margin: 0 !important;
}

.privacy_page p, strong, em,
.cookiespolicy_page p, strong, em,
.terms_page p, strong, em {
  line-height: 1.5rem;
}

.privacy_page h2 strong,
.cookiespolicy_page h2 strong,
.terms_page h2 strong {
  font-size: 6rem !important;
}

.privacy_page .main_container,
.cookiespolicy_page .main_container {
  padding-top: 12rem;
  padding-bottom: 6rem;
}

.terms_page .main_container {
  padding-top: 7rem;
  padding-bottom: 6rem;
}

.terms_page .main_fullpage {
  background: #404040;
}

.terms_page .subsentence.line.border {
  padding-top: 4rem;
  border-bottom: 1px solid white;
}

.terms_page .privacy_link {
  color: #add8e6 !important;
}

.privacy_page .main_fullpage a:hover,
.privacy_page .main_fullpage a strong:hover,
.disclaimer_page .main_fullpage a:hover {
  color: black;
}

.disclaimer_page .main_fullpage {
    background: #ffffff;
}

.disclaimer_page .main_container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.disclaimer_page h1 {
    color: #404040;
    font-size: 3rem;
}

.disclaimer_page h1:after {
    margin-top: 2rem;
}

.disclaimer_page .main_fullpage a {
    color: #404040;
    font-weight: 600;
}

.disclaimer_page .main_fullpage ul {
    list-style: upper-roman;
}

/*FOOTER*/

footer {
  border-top: 1px solid #04192c;
  background-color: #323232;
  z-index: 2;
  bottom: 0px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

footer .container {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background: #323232;
  position: relative;
}

.footer_info,
.footer_nav {
  min-width: 300px;
  padding: 1rem;
  margin: 0;
  color: white;
}

.footer_nav {
  list-style: none;
  padding: 1rem;
  display: flex;
  gap: 1rem;
}

.footer_info p,
.footer_credits p {
  padding-bottom: 8px;
}

footer a {
  color: white;
  text-transform: uppercase;
}

footer a:hover {
  text-decoration: underline;
}

footer a:hover, footer a:focus {
  color: white;
}

.footer_credits {
  text-align: right;
  color: white;
  position: absolute;
  top: 4rem;
  right: 2rem;
  font-size: 12px;
}

@media (max-width: 992px) {
  .nav_control a {
    display: block;
    width: 24px;
    height: 116px;
    position: absolute;
    top: 64px;
    z-index: 5;
    background-size: 5rem;
  }

  .disclaimer_page h1 {
    font-size: 2rem;
  }

  .our_heritage article .columns {
    gap: 0;
    grid-template-columns: none;
    width: auto;
  }

  .our_heritage article .columns p {
    margin-top: 19px !important;
  }

  .people .team_list {
    grid-template-columns: none;
  }

  .team_list img {
    width: 220px;
    height: 220px;
    object-fit: cover;
  }

  .philosophy .carousel-item p {
    padding: 0 4rem;
  }

  .left_menu ul li,
  .sub_nav_l2 ul li {
      width: 100%;
  }

  .left_menu ul li a,
  .sub_nav_l2 ul li a {
      padding: 10px;
      line-height: normal;
  }

  header nav > ul.main_nav,
  .user_nav {
      display: none;
  }

  .mobile_navigation {
      z-index: 99;
      margin-right: 35px;
      height: 100%;
      display: flex !important;
      align-items: center;
  }

  .mobile_navigation > ul {
      z-index: 99;
      padding: 0px;
      margin: 0px 0px 0px 0px;
      list-style: none;
      box-sizing: border-box;
      padding: 0px;
      background: white;
      width: 100%;
      display: none;
      position: absolute;
      left: 0px;
      bottom: 70px;
      border-bottom: 1px solid #404040;
  }

  .affix .mobile_navigation > ul {
      top: 70px;
      bottom: auto;
  }

  .mobile_navigation > ul > li {
      padding: 0px;
      margin: 0px;
      list-style: none;
      border-top: 1px solid #404040;
  }

  .mobile_navigation > ul > li > a {
      color: #404040;;
      text-transform: uppercase;
      padding: 14px 22px 14px 20px;
      display: block;
      width: 100%;
      box-sizing: border-box;
      position: relative;
      cursor: pointer;
      position: relative;
      font-weight: 800;
  }

  .menu_button {
      background-image: url("../media/menu.gif");
      background-repeat: no-repeat;
      background-position: 0px 0px;
      display: block;
      width: 30px;
      height: 25px;
      cursor: pointer;
  }

  .twocol_holder {
      flex-direction: column;
  }

  .twocol_holder > li {
      display: block;
      height: auto;
      min-height: auto;
      width: 100%;
  }

  .twocol_holder > li[visible="true"] {
      display: block;
  }

  .twocol_holder > li.banner_holder {
      height: 500px;
      margin-bottom: 0px;
  }

  .our_heritage .container {
      padding-left: 20px;
      padding-right: 20px;
  }

  .contact_us_form > ul > li {
      width: 100%;
      padding: 0px;
      display: block;
  }

  .request2 textarea {
      height: 100px;
  }
}

@media (max-width: 830px) {
  footer .container {
    flex-direction: column;
  }
  
  .footer_credits {
    position: static;
    text-align: left;
    padding-left: 1rem;
  }

  .carousel-item.active p {
    padding: 0;
  }

  .slideshow_holder .home_content {
    top: calc(50% - 72px);
  }

  .privacy_page h2 strong,
  .cookiespolicy_page h2 strong,
  .terms_page h2 strong {
    font-size: 3rem !important;
  }

  .privacy_page h2,
  .cookiespolicy_page h2,
  .terms_page h2 {
    line-height: 3rem !important;
  }
}

@media (max-width: 620px) {
  .slideshow_holder .home_content {
    width: 90%;
  }
}

.changepassword_page article {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    box-sizing: border-box;
}

.changepassword_page .left_col {
    width: 300px;
    white-space: normal !important;
    max-width: none;
}